.store-hero{position:relative;background:var(--Background-Blue-Secondary);overflow:hidden;padding:3rem 1.5rem 2rem}@media (min-width:768px){.store-hero{padding:4rem 2rem 2.5rem}}.store-hero__inner{max-width:1248px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem}.store-hero__counter{text-align:center;animation:store-fadeInUp .6s ease-out}.store-hero__count{display:flex;align-items:flex-start;justify-content:center;gap:.75rem;line-height:1}.store-hero__count-number{font-size:136px;font-weight:400;color:var(--Text-Green-Default);line-height:.8;font-family:var(--font-bbh-sans-hegarty),sans-serif!important}.store-hero__count-text{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:0}.store-hero__count-text span{font-weight:400;color:var(--Text-Green-Default);line-height:.85;text-transform:lowercase;font-family:var(--font-bbh-sans-hegarty),sans-serif!important}.store-hero__count-text span:first-child{font-size:62px}.store-hero__count-text span:nth-child(n+2){font-size:40px}@media (max-width:767px){.store-hero__count-number{font-size:80px}.store-hero__count-text span:first-child{font-size:36px}.store-hero__count-text span:nth-child(n+2){font-size:24px}}.store-hero__subtitle{margin-top:.75rem;font-size:1rem;color:var(--Text-Green-Default);font-weight:400}@media (min-width:768px){.store-hero__subtitle{font-size:1.125rem}}.store-hero__search{display:flex;align-items:center;gap:.75rem;width:100%;max-width:520px;animation:store-fadeInUp .6s ease-out .15s both}.store-hero__search-input-wrapper{position:relative;flex:1}.store-hero__search-input{width:100%;height:3rem;padding:0 3rem 0 1.25rem;border:1px solid #e2e8f0;border-radius:9999px;background:white;font-size:.875rem;color:#1e293b;outline:none;transition:border-color .2s,box-shadow .2s}.store-hero__search-input::placeholder{color:#94a3b8}.store-hero__search-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(5,200,100,.12)}.store-hero__search-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none;width:1rem;height:1rem}.store-hero__map-area{width:100%;max-width:1024px;animation:store-fadeInUp .6s ease-out .3s both}.malaysia-map-container{width:100%;position:relative}.malaysia-map-svg{width:100%;height:auto;overflow:visible}.malaysia-map-tooltip-bg{fill:#114232;opacity:1;filter:drop-shadow(0 2px 8px rgba(0,0,0,.2))}.malaysia-map-tooltip-pin{fill:#114232}.malaysia-map-tooltip-pin-dot{fill:white}.malaysia-map-tooltip-text{fill:white;font-size:13px;font-weight:700;font-family:var(--font-body,"Inter",sans-serif)}.store-state-pills{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;max-width:680px;margin:0 auto;animation:store-fadeInUp .6s ease-out .4s both}.store-state-pill{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .875rem;border-radius:9999px;font-size:.75rem;font-weight:500;border:1px solid #e2e8f0;background:white;color:#475569;cursor:pointer;transition:all .2s;white-space:nowrap}.store-state-pill:hover{border-color:var(--color-primary);color:var(--color-primary);background:rgba(5,200,100,.05)}.store-state-pill--active{border-color:var(--color-primary);background:var(--color-primary);color:white}.store-state-pill--active:hover{background:var(--color-primary-hover,#04b058);color:white}.store-state-pill__count{font-weight:700;font-size:.625rem;background:rgba(0,0,0,.08);padding:.125rem .375rem;border-radius:9999px}.store-state-pill--active .store-state-pill__count{background:rgba(255,255,255,.25)}.store-listing{max-width:1248px;margin:0 auto;padding:2.5rem 1.5rem 4rem}@media (min-width:768px){.store-listing{padding:3rem 2rem 5rem}}.store-listing__header{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media (min-width:768px){.store-listing__header{flex-direction:row;align-items:center;justify-content:space-between}}.store-listing__title{font-size:1.5rem;font-weight:800;color:#0f172a;letter-spacing:-.01em}@media (min-width:768px){.store-listing__title{font-size:1.75rem}}.store-filter-pills{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:2rem}.store-section{margin-bottom:2.5rem}.store-section__header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid #f1f5f9}.store-section__title{font-size:1.125rem;font-weight:800;color:#0f172a}.store-section__count{font-size:.875rem;font-weight:500;color:#64748b}.store-section__nearby-info{margin-top:.25rem;margin-bottom:.5rem;font-size:.8125rem;color:var(--text-default-secondary,#7E7E80);font-weight:500}.store-card-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:640px){.store-card-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.store-card-grid{grid-template-columns:repeat(3,1fr)}}.store-card{background:white;border:1px solid #f1f5f9;border-radius:1rem;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;transition:all .25s ease;position:relative;overflow:hidden}.store-card:before{content:"";position:absolute;inset:0;border-radius:1rem;opacity:0;transition:opacity .25s;box-shadow:0 8px 30px rgba(0,0,0,.08),0 2px 8px rgba(0,0,0,.04);pointer-events:none}.store-card:hover{border-color:#e2e8f0;transform:translateY(-2px)}.store-card:hover:before{opacity:1}.store-card__name{font-size:.9375rem;font-weight:700;color:#0f172a;line-height:1.3}.store-card__rating{display:flex;align-items:center;gap:.375rem;font-size:.8125rem}.store-card__rating-value{font-weight:600;color:#0f172a}.store-card__rating-star{color:#facc15;width:.875rem;height:.875rem;fill:#facc15}.store-card__rating-reviews{color:#64748b;font-size:.75rem}.store-card__no-reviews{font-size:.75rem;color:#94a3b8;font-style:italic}.store-card__info{display:flex;flex-direction:column;gap:.5rem;font-size:.8125rem;flex:1}.store-card__info-row{display:flex;gap:.25rem;line-height:1.4}.store-card__info-label{font-weight:700;color:#0f172a;white-space:nowrap}.store-card__info-value{color:#475569}.store-card__actions{display:flex;align-items:center;gap:.5rem;margin-top:auto;padding-top:.75rem;border-top:1px solid #f1f5f9}.store-card__direction-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;flex:1;height:2.75rem;border-radius:.625rem;border:1.5px solid var(--color-primary,#05c864);background:transparent;color:var(--color-primary,#05c864);font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s}.store-card__direction-btn:hover{background:rgba(5,200,100,.06);transform:translateY(-1px)}.store-card__whatsapp-btn{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:.625rem;border:1.5px solid var(--color-primary,#05c864);background:transparent;color:var(--color-primary,#05c864);cursor:pointer;transition:all .2s;flex-shrink:0}.store-card__whatsapp-btn:hover{background:rgba(5,200,100,.06);transform:translateY(-1px)}.store-empty{text-align:center;padding:4rem 1rem}.store-empty__icon{width:4rem;height:4rem;margin:0 auto 1rem;color:#cbd5e1}.store-empty__title{font-size:1rem;font-weight:600;color:#334155;margin-bottom:.375rem}.store-empty__text{font-size:.875rem;color:#94a3b8}.store-location-notice{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border-radius:.5rem;font-size:.8125rem;margin-bottom:1rem}.store-location-notice--denied{background:#fef2f2;color:#dc2626}.store-location-notice--unavailable{background:#fffbeb;color:#d97706}@keyframes store-fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes store-pulse{0%,to{opacity:1}50%{opacity:.5}}.store-divider{height:1px;background:linear-gradient(90deg,transparent,#e2e8f0 20%,#e2e8f0 80%,transparent);margin:0;border:none}