:root{--sh-text-primary:#0f172a;--sh-text-secondary:#64748b;--sh-accent:#4f46e5;--sh-accent-hover:#4338ca;--sh-success:#10b981;--sh-banner-height:240px;--sh-font:"Alexandria","Open Sans",Arial,sans-serif}.sh-container{position:relative;width:100%;max-width:1280px;margin:0 auto;background:transparent;font-family:var(--sh-font);z-index:0}.sh-banner-wrapper{position:absolute;top:0;left:0;right:0;height:var(--sh-banner-height);z-index:0;overflow:hidden;border-radius:32px 32px 0 0;box-shadow:0 -10px 16px -16px rgba(0,0,0,.6)}.sh-banner-img{object-fit:cover}.sh-banner-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1e293b,#0f172a)}.sh-banner-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05) 0,rgba(255,255,255,.95) 85%,#fff)}.sh-content-wrapper{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:1rem;padding-top:calc(var(--sh-banner-height) - 80px);padding-bottom:1.5rem}.sh-main-grid{display:flex;flex-direction:column;gap:.25rem}.sh-identity-col{display:flex;align-items:center;gap:.75rem}.sh-logo-wrapper{width:85px;height:85px;border-radius:50%;overflow:hidden;flex-shrink:0;box-shadow:0 4px 16px rgba(0,0,0,.35);border:2.5px solid rgba(255,255,255,.15)}.sh-logo-img{width:100%;height:100%;object-fit:cover;border-radius:50%;object-position:center;transform:scale(1.2)}.sh-logo-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--sh-accent);color:white;font-size:2rem;font-weight:700;border-radius:12px}.sh-identity-text{flex:1 1;min-width:0}.sh-store-name{margin:0;font-size:1rem;font-weight:700;color:var(--sh-text-primary);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sh-meta-row{display:flex;gap:12px;margin-top:6px}.sh-meta-item{display:flex;align-items:center;gap:4px;font-size:.8125rem;color:var(--sh-text-secondary);font-weight:600}.sh-meta-item .material-symbols-sharp{font-size:16px}.sh-details-container{width:100%}.sh-description-wrapper{margin-bottom:1rem}.sh-description{margin:0;font-size:.8rem;line-height:1.6;color:var(--sh-text-secondary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sh-description.expanded{-webkit-line-clamp:unset;display:block}.sh-read-more-btn{background:none;border:none;padding:0;color:var(--sh-accent);font-size:.75rem;font-weight:600;font-family:var(--sh-font);margin-top:.25rem;cursor:pointer}.sh-read-more-btn:hover{color:var(--sh-accent-hover);text-decoration:underline}.sh-categories-scroll{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.25rem;margin-bottom:1rem;scrollbar-width:none}.sh-categories-scroll::-webkit-scrollbar{display:none}.sh-cat-pill{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .4rem;background:#f8fafc;border-radius:99px;font-size:.7rem;font-weight:600;color:var(--sh-text-secondary);text-decoration:none;white-space:nowrap;border:1px solid transparent;transition:background .2s,color .2s,border-color .2s,box-shadow .2s}.sh-cat-pill:hover{background:white;color:var(--hover-color,var(--sh-accent));border-color:var(--hover-color,var(--sh-accent));box-shadow:0 2px 8px rgba(0,0,0,.06)}.sh-cat-pill .material-symbols-sharp{font-size:14px}.sh-payments-row{gap:12px;margin-top:.5rem;flex-wrap:wrap}.sh-pay-icon,.sh-payments-row{display:flex;align-items:center}.sh-pay-icon{width:44px;height:30px;justify-content:center}.sh-pay-icon img{object-fit:contain;width:100%;height:100%}.sh-pay-icon.bnpl{width:56px}.sh-pay-icon .material-symbols-sharp{font-size:28px;color:var(--sh-text-secondary)}.sh-skeleton-container{width:100%;background:white;padding-bottom:20px;font-family:var(--sh-font)}.sh-skeleton-banner{height:240px;background:linear-gradient(90deg,#e2e8f0,#f1f5f9 50%,#e2e8f0);background-size:200% 100%;animation:shimmer 1.5s infinite}.sh-skeleton-content{max-width:1280px;margin:-60px auto 0;padding:0 1rem;display:flex;gap:20px}.sh-skeleton-logo{width:80px;border-radius:16px;background:#cbd5e1}.sh-skeleton-lines,.sh-skeleton-logo{height:80px;animation:shimmer 1.5s infinite}.sh-skeleton-lines{flex:1 1;background:linear-gradient(90deg,#f1f5f9,#e2e8f0 50%,#f1f5f9);background-size:200% 100%;border-radius:8px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (min-width:768px){:root{--sh-banner-height:360px}.sh-container{margin:0 auto}.sh-content-wrapper{padding:1.5rem;padding-top:calc(var(--sh-banner-height) - 100px)}.sh-logo-wrapper{width:100px;height:100px}.sh-store-name{font-size:1.6rem}.sh-details-container{flex:1 1;max-width:700px}.sh-pay-icon{width:64px;height:40px}.sh-pay-icon.bnpl{width:80px}.sh-skeleton-banner{height:360px}}@media (min-width:1024px){.sh-content-wrapper{padding:2rem;padding-top:calc(var(--sh-banner-height) - 110px)}.sh-logo-wrapper{width:110px;height:110px}}.sh-last-updated{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--sh-text-secondary);font-weight:500;margin-top:.25rem;margin-bottom:.35rem}.sh-last-updated .material-symbols-sharp{font-size:.875rem;color:var(--sh-text-secondary)}@media (max-width:767px){.sh-last-updated{font-size:.6875rem}.sh-last-updated .material-symbols-sharp{font-size:.8125rem}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}.sh-cat-pill:focus-visible,.sh-read-more-btn:focus-visible{outline:3px solid var(--sh-accent);outline-offset:3px}.store-page-layout{width:100%;min-height:100vh;background:#fff;padding-top:0}.store-page-layout .hero-carousel-wrapper{height:280px;border-bottom-left-radius:0;border-bottom-right-radius:0}.store-hero-section{background:#fff;margin-bottom:0;overflow:hidden}.subBar{position:static!important}.store-main-content{max-width:1280px;margin:0 auto;padding:1.5rem 1rem 2rem}.store-content-grid{display:grid;grid-template-columns:1fr 300px;grid-gap:2rem;gap:2rem;align-items:start}.store-content-main{min-width:0}.store-content-sidebar{display:flex;flex-direction:column;gap:1.5rem;position:static}.store-breadcrumbs{margin-bottom:1.5rem;padding:0 .5rem}.vouchers-section{padding:1rem 0}.section-title{display:flex;align-items:center;gap:.75rem;font-family:Alexandria,Open Sans,sans-serif;-webkit-font-smoothing:antialiased;font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:.75rem;padding:0}.section-title .material-symbols-sharp{font-size:1.75rem;color:#470ae2}.related-stores-section{padding:1rem 0}.related-stores-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:1rem;gap:1rem}.promo-faq-section{padding:1rem 0}.error-container{max-width:500px;margin:4rem auto;padding:3rem 2rem;text-align:center;background:#fff;border-radius:16px;border:1px dashed #e2e8f0;box-shadow:0 1px 2px rgba(0,0,0,.05)}.error-container h1{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.error-container p{color:#64748b;margin-bottom:2rem}.error-container a{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#470ae2;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:background .2s}.error-container a:hover{background:#3a08b5}@media (max-width:1100px){.store-content-grid{grid-template-columns:1fr 260px;gap:1.5rem}}@media (max-width:860px){.store-content-grid{grid-template-columns:1fr}.store-content-sidebar{position:static}.related-stores-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (min-width:1024px){.store-main-content{padding:1.5rem 1.5rem 2rem}.vouchers-section{padding:1.5rem 0}.section-title{font-size:1.25rem;padding:.5rem 0}}@media (max-width:640px){.store-main-content{padding:1rem .75rem}.related-stores-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}[dir=rtl] .section-title{flex-direction:row}.expired-other-promos-section{margin-top:2rem;border-top:1px solid #e5e7eb;padding-top:1rem}.expired-other-promos-section .expired-toggle{display:flex;align-items:center;gap:.5rem;background:none;border:none;font-family:Alexandria,system-ui,sans-serif;font-size:.9rem;font-weight:600;color:#6b7280;cursor:pointer;padding:.5rem 0;transition:color .2s;width:100%;justify-content:flex-start}.expired-other-promos-section .expired-toggle:hover{color:#470ae2}.expired-other-promos-section .expired-toggle .material-symbols-sharp{font-size:1.2rem}.expired-other-promos-section .expired-count{font-size:.75rem;font-weight:500;background:#f3f4f6;padding:.1rem .4rem;border-radius:20px;margin-left:.5rem}.expired-other-promos-section .expired-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;margin-top:1rem}@media (min-width:640px){.expired-other-promos-section .expired-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.expired-other-promos-section .expired-grid{grid-template-columns:repeat(3,1fr)}}.expired-other-item{opacity:.65;filter:grayscale(.35);transition:opacity .2s,filter .2s}.expired-other-item:hover{opacity:.85;filter:grayscale(.15)}.expired-other-card{border-radius:12px;border:1px solid #e5e7eb;background:#fff;overflow:hidden;display:flex;flex-direction:column;cursor:default}.expired-other-card .op-card__image-wrap{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background:#f1f5f9}.expired-other-card .op-card__image{width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(.5)}.expired-other-card .op-card__image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e2e8f0,#cbd5e1)}.expired-other-card .op-card__type-badge{position:absolute;bottom:.625rem;inset-inline-start:.625rem;display:inline-flex;align-items:center;gap:.3rem;background:#9ca3af;color:#fff;font-size:.58rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:.22rem .55rem;border-radius:5px;z-index:1}.expired-other-card .op-card__body{padding:.875rem 1rem 1rem;display:flex;flex-direction:column;gap:.5rem;flex:1 1}.expired-other-card .op-card__title{font-size:.875rem;font-weight:600;color:#374151;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.expired-other-card .op-card__code-preview{display:inline-flex;align-items:center;gap:.3rem;background:#f3f4f6;border:1px dashed #d1d5db;border-radius:5px;padding:.25rem .6rem;font-family:Courier New,monospace;font-size:.78rem;font-weight:800;letter-spacing:.1em;color:#6b7280;width:-moz-fit-content;width:fit-content}.expired-other-card .op-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.5rem;border-top:1px solid #f1f5f9}.expired-other-card .op-card__expiry--expired{display:inline-flex;align-items:center;gap:.25rem;font-size:.68rem;font-weight:600;color:#9ca3af;background:#f9fafb;padding:.18rem .4rem;border-radius:4px}.expired-other-card .op-card__expiry--expired .material-symbols-sharp{font-size:.72rem}.expired-other-promos-section .expired-note{grid-column:1/-1;font-size:.75rem;color:#9ca3af;text-align:center;margin-top:1rem;padding:.5rem;background:#f9fafb;border-radius:8px}[dir=rtl] .expired-other-promos-section .expired-toggle .material-symbols-sharp{transform:scaleX(-1)}[dir=rtl] .expired-other-card .op-card__type-badge{inset-inline-start:auto;inset-inline-end:.625rem}