@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@600;700&display=swap";:root{--bg:#f6f7f8;--surface:#fff;--surface-soft:#f9fafb;--ink:#111827;--muted:#4b5563;--line:#e5e7eb;--line-strong:#d1d5db;--tab-accent:#385b8c;--tab-accent-soft:#e6ecf6;--shadow:0 18px 40px #0f172a14}*{box-sizing:border-box}body{min-height:100vh;color:var(--ink);background:linear-gradient(180deg, #fff, var(--bg));margin:0;font-family:Manrope,sans-serif}a{color:inherit}#root{width:100%;padding:28px 20px 42px}.app-shell{border:1px solid var(--line);background:var(--surface);width:min(1080px,100%);box-shadow:var(--shadow);border-radius:22px;margin:0 auto;overflow:hidden}.app-header{border-bottom:1px solid var(--line);background:linear-gradient(#fff,#fbfbfc);padding:30px 30px 24px;animation:.45s ease-out slide-up}.app-header h1{letter-spacing:-.03em;flex-direction:row;gap:5px;margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(1.55rem,2.8vw,2.2rem);display:flex}.kicker{letter-spacing:.14em;text-transform:uppercase;color:#6b7280;margin:0 0 10px;font-size:.74rem;font-weight:700}.subtitle{max-width:700px;color:var(--muted);margin:10px 0 0}.tabs{border-bottom:1px solid var(--line);background:var(--surface-soft);flex-wrap:wrap;gap:10px;padding:14px 22px;display:flex}.tab-link{border:1px solid var(--line-strong);color:#374151;border-radius:999px;padding:8px 14px;font-weight:600;text-decoration:none;transition:border-color .2s,background-color .2s}.tab-link:hover{background:#f3f4f6;border-color:#9ca3af}.tab-link-active{border-color:var(--tab-accent);background:var(--tab-accent-soft);color:var(--tab-accent)}.app-content{padding:22px;transition:padding .3s}.app-content.hide-home{padding-top:0;padding-bottom:0}.home-info-shell{opacity:1;clip-path:inset(0);transform-origin:top;max-height:1200px;transition:max-height .55s cubic-bezier(.2,.7,.15,1),opacity .32s,clip-path .55s cubic-bezier(.2,.7,.15,1);overflow:hidden}.home-info-shell.is-collapsed{opacity:0;clip-path:inset(0 0 100%);pointer-events:none;max-height:0}.component-stage{transform-origin:top;width:min(85vw,1400px);margin:18px auto 0;transition:opacity .28s,transform .28s,max-height .32s}.component-stage.is-hidden{opacity:0;pointer-events:none;max-height:0;margin-top:0;overflow:hidden;transform:translateY(8px)}.component-stage.is-visible{opacity:1;max-height:2600px;transform:translateY(0)}.component-preview-tabs{border:1px solid var(--line);background:#f9fafb;border-radius:12px;grid-template-columns:1fr 1fr;gap:8px;width:min(85vw,420px);margin:0 0 12px auto;padding:6px;display:grid}.preview-tab{font:inherit;color:#4b5563;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;padding:8px 10px;font-weight:600}.preview-tab-active{color:#24446f;background:#edf2f9;border-color:#bfccdf}.component-preview{width:100%}.component-preview.is-mobile{background:#fff;border:1px solid #cbd5e1;border-radius:24px;width:min(420px,100%);margin:0 auto;padding:12px;box-shadow:0 14px 30px #0f172a1f}.component-preview.is-mobile .panel{border-radius:14px}.component-preview.is-mobile .countdown-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.component-preview.is-mobile .time-box{padding:10px 4px}.component-preview.is-mobile .time-box span{font-size:1rem}.component-preview.is-mobile .time-box small{font-size:.62rem}.component-preview.is-mobile .countdown-badge-logo{width:116px}.component-preview.is-mobile .disclosure-panel.is-open{max-height:1600px}.component-preview.is-mobile .flash-slider{scroll-padding-inline:2px}.component-preview.is-mobile .block-title-row{flex-wrap:nowrap}.component-preview.is-mobile .flash-slider-controls{flex-shrink:0}.component-preview.is-mobile .flash-slider-controls button{justify-content:center;align-items:center;font-size:.95rem;line-height:1;display:inline-flex}.component-preview.is-mobile .flash-offer-slide{flex:0 0 min(100%,320px);max-width:100%}.component-preview.is-mobile .category-grid{grid-template-columns:1fr;grid-template-areas:none;grid-auto-rows:86px;gap:10px;min-height:0}.component-preview.is-mobile .category-grid .category-banner:nth-child(n){grid-area:auto}.component-preview.is-mobile .category-banner{aspect-ratio:auto;width:100%;min-height:86px}.component-preview.is-mobile .carousel-controls{justify-content:center}.component-preview.is-mobile .offers-carousel{--carousel-height:auto;grid-template-columns:1fr}.component-preview.is-mobile .slider-banner{order:-1;height:auto}.component-preview.is-mobile .slider-content{height:auto}.component-preview.is-mobile .products-grid{grid-template-columns:1fr;grid-auto-rows:auto}.component-preview.is-mobile .product-media{aspect-ratio:16/10}.component-preview.is-mobile .product-card,.component-preview.is-mobile .product-card:hover,.component-preview.is-mobile .product-card:focus-within{height:auto;transform:none}.component-preview.is-mobile .product-card .product-media,.component-preview.is-mobile .product-card:hover .product-media,.component-preview.is-mobile .product-card:focus-within .product-media,.component-preview.is-mobile .product-card .product-media img,.component-preview.is-mobile .product-card:hover .product-media img,.component-preview.is-mobile .product-card:focus-within .product-media img{transform:none}.component-preview.is-mobile .product-info,.component-preview.is-mobile .product-card:hover .product-info,.component-preview.is-mobile .product-card:focus-within .product-info{max-height:none}.component-preview.is-mobile .product-info-extra,.component-preview.is-mobile .product-card:hover .product-info-extra,.component-preview.is-mobile .product-card:focus-within .product-info-extra{opacity:1;max-height:none}.component-stage-enter{animation:.42s cubic-bezier(.2,.8,.2,1) stage-enter}.panel{border:1px solid var(--line);background:var(--surface);border-radius:16px;padding:22px;animation:.35s fade-in}.section-copy h2,.home-panel h2{margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(1.26rem,2.5vw,1.75rem)}.section-copy p,.home-panel>p{color:var(--muted);max-width:720px;margin:10px 0 0}.home-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px;display:grid}.home-grid article{border:1px solid var(--line);background:#fcfcfd;border-radius:14px;padding:18px}.home-grid h3{margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:1.05rem}.home-grid p{color:var(--muted);margin:10px 0 15px}.home-grid a{color:#1f2937;align-items:center;gap:6px;font-weight:700;text-decoration:none;display:inline-flex}.home-grid a:after{content:"->"}.countdown-card{border:1px solid var(--line);background:linear-gradient(#fff,#fafafa);border-radius:14px;padding:20px}.countdown-head h2{margin:6px 0 8px;font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(1.3rem,2.6vw,1.85rem)}.countdown-head p{color:var(--muted);margin:0}.countdown-badge-logo{width:58px;height:auto;margin:0;display:block}.countdown-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0 16px;display:grid}.time-box{border:1px solid var(--line);text-align:center;background:var(--surface-soft);border-radius:12px;padding:14px 8px}.time-box span{font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(1.2rem,2.6vw,1.7rem);font-weight:700;display:block}.time-box small{color:#6b7280;letter-spacing:.08em;text-transform:uppercase;font-size:.7rem}.finished-pill{border:1px solid var(--line-strong);color:#374151;background:#f3f4f6;border-radius:999px;margin:16px 0;padding:7px 12px;font-weight:700;display:inline-flex}.disclosure-trigger{border:1px solid var(--line-strong);width:auto;color:var(--ink);font:inherit;text-align:center;cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:8px;padding:9px 12px;font-size:.88rem;font-weight:700;line-height:1;transition:border-color .2s,background-color .2s,color .2s;display:inline-flex}.disclosure-trigger:hover{background:#f9fafb;border-color:#9ca3af}.disclosure-trigger:active{background:#f3f4f6}.disclosure-trigger:focus-visible{outline-offset:2px;outline:2px solid #64748b}.disclosure-trigger-icon{background:#f3f4f6;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.disclosure-trigger-icon svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:12px;height:12px;transition:transform .22s;display:block}.disclosure-trigger.is-open .disclosure-trigger-icon svg{transform:rotate(180deg)}.disclosure-panel{opacity:0;max-height:0;transition:max-height .3s,opacity .25s;overflow:hidden}.disclosure-panel.is-open{opacity:1;max-height:1400px}.disclosure-inner{gap:14px;min-width:0;padding-top:12px;display:grid}.countdown-extra-block{min-width:0}.countdown-extra-block h3{letter-spacing:.04em;text-transform:uppercase;color:#374151;margin:10px 0;font-size:.92rem}.block-title-row{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.flash-slider-controls{flex-shrink:0;gap:6px;display:inline-flex}.flash-slider-controls button{border:1px solid var(--line-strong);color:#334155;cursor:pointer;background:#fff;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;font-size:.95rem;line-height:1;display:inline-flex}.flash-slider{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:10px;display:flex;overflow-x:auto}.flash-slider::-webkit-scrollbar{display:none}.flash-slider-pagination{justify-content:center;align-items:center;gap:8px;margin-top:10px;display:flex}.flash-slider-dot{cursor:pointer;background:#cbd5e1;border:none;border-radius:999px;width:8px;height:8px;padding:0;transition:transform .2s,background-color .2s}.flash-slider-dot.is-active{background:#1f2937;transform:scale(1.15)}.flash-offer-slide{scroll-snap-align:start;border:1px solid var(--line);background:#f8fafc;border-radius:10px;flex:0 0 calc(33.3333% - 6.66667px);min-width:0;padding:10px;text-decoration:none}.flash-offer-media{aspect-ratio:16/10;background:#e5e7eb;border-radius:8px;margin-bottom:8px;overflow:hidden}.flash-offer-media img{object-fit:cover;width:100%;height:100%;display:block}.flash-offer-name{color:#1f2937;margin:0 0 8px;font-size:.88rem;font-weight:600}.flash-offer-price-row{flex-wrap:wrap;align-items:center;gap:7px;margin:0;display:flex}.flash-offer-price-row strong{font-family:Plus Jakarta Sans,sans-serif;font-size:1rem}.flash-offer-price-row span{color:#64748b;font-size:.82rem;text-decoration:line-through}.flash-offer-price-row em{color:#334155;background:#e5e7eb;border-radius:999px;padding:2px 8px;font-size:.76rem;font-style:normal;font-weight:700}.category-grid{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);grid-template-areas:"main secondary""main tertiary";gap:8px;min-height:210px;display:grid}.category-banner{border:1px solid var(--line);background:linear-gradient(180deg, #0f172a0d, #0f172a8c), var(--category-image);background-position:50%;background-size:cover;border-radius:12px;align-items:flex-end;min-height:98px;padding:10px;text-decoration:none;display:flex;position:relative;overflow:hidden}.category-grid .category-banner:first-child{grid-area:main}.category-grid .category-banner:nth-child(2){grid-area:secondary}.category-grid .category-banner:nth-child(3){grid-area:tertiary}.category-banner-label{color:#334155;background:#ffffffe6;border-radius:999px;justify-content:center;align-items:center;padding:5px 11px;font-weight:700;display:inline-flex}.category-banner:hover,.flash-offer-slide:hover{border-color:#cbd5e1}.collection-cta{color:#fff;background:#111827;border-radius:10px;justify-content:center;justify-self:start;align-items:center;padding:9px 13px;font-weight:700;text-decoration:none;display:inline-flex}.offers-carousel{--carousel-height:420px;grid-template-columns:280px minmax(0,1fr);align-items:stretch;gap:14px;margin-top:20px;display:grid}.offers-carousel.empty-state{border:1px dashed var(--line-strong);color:var(--muted);border-radius:12px;margin-top:16px;padding:16px}.slider-banner{border:1px solid var(--line);height:var(--carousel-height);background:radial-gradient(circle at 80% 18%,#385b8c66,#0000 45%),radial-gradient(circle at 14% 88%,#10b98142,#0000 52%),linear-gradient(160deg,#0f172a,#1e293b 56%,#334155);border-radius:14px;flex-direction:column;gap:12px;padding:18px;display:flex;position:relative;overflow:hidden}.slider-banner:after{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff52,#0000 68%);border-radius:999px;width:210px;height:210px;position:absolute;inset:auto -70px -88px auto}.slider-banner-kicker{color:#cbd5e1;letter-spacing:.08em;text-transform:uppercase;z-index:1;margin:0;font-size:.7rem;font-weight:700;position:relative}.slider-banner h3{color:#f8fafc;z-index:1;margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:1.3rem;position:relative}.slider-banner p{color:#e2e8f0;z-index:1;margin:0;line-height:1.45;position:relative}.slider-banner a{color:#f8fafc;z-index:1;background:#ffffff24;border:1px solid #fff6;border-radius:10px;width:fit-content;margin-top:auto;padding:9px 12px;font-weight:700;text-decoration:none;position:relative}.slider-content{min-width:0;height:var(--carousel-height);flex-direction:column;gap:12px;display:flex}.products-viewport{flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.products-viewport>.products-grid{width:100%;height:100%}.products-grid{grid-template-columns:repeat(var(--cards-per-view), minmax(0, 1fr));flex:1;grid-auto-rows:1fr;gap:10px;min-height:0;display:grid}.products-grid-layer{will-change:transform;position:absolute;inset:0}.products-grid-out.is-next{animation:.38s cubic-bezier(.22,1,.36,1) products-page-out-next}.products-grid-in.is-next{animation:.38s cubic-bezier(.22,1,.36,1) products-page-in-next}.products-grid-out.is-prev{animation:.38s cubic-bezier(.22,1,.36,1) products-page-out-prev}.products-grid-in.is-prev{animation:.38s cubic-bezier(.22,1,.36,1) products-page-in-prev}@keyframes products-page-out-next{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes products-page-in-next{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes products-page-out-prev{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes products-page-in-prev{0%{transform:translate(-100%)}to{transform:translate(0)}}@media (prefers-reduced-motion:reduce){.products-grid-layer{animation:none}}.product-card{border:1px solid var(--line);background:linear-gradient(180deg, #fff, #f8fafc), linear-gradient(145deg, color-mix(in srgb, var(--offer-tint) 20%, #fff), transparent 60%);border-radius:13px;grid-template-rows:1fr auto;height:100%;min-height:0;padding:10px;transition:border-color .2s,transform .2s;display:grid;position:relative;overflow:hidden}.product-media{background:linear-gradient(145deg,#e5e7eb,#f3f4f6);border-radius:10px;min-height:0;transition:transform .25s;overflow:hidden}.product-media img{object-fit:cover;width:100%;height:100%;transition:transform .25s;display:block}.product-card:hover,.product-card:focus-within{border-color:#cbd5e1;transform:translateY(-2px)}.product-card:hover .product-media,.product-card:focus-within .product-media{transform:scale(.95)}.product-card:hover .product-media img,.product-card:focus-within .product-media img{transform:scale(.97)}.product-info{border:1px solid var(--line);background:#ffffffed;border-radius:10px;flex-direction:column;gap:8px;max-height:140px;margin-top:8px;padding:10px;transition:max-height .25s;display:flex;overflow:hidden}.product-card:hover .product-info,.product-card:focus-within .product-info{max-height:360px}.product-brand{color:#475569;letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:700}.product-card h4{margin:8px 0 10px;font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;line-height:1.35}.product-prices{flex-wrap:wrap;align-items:center;gap:8px;margin:0;display:flex}.product-prices strong{font-family:Plus Jakarta Sans,sans-serif;font-size:1.16rem}.product-prices span{color:#64748b;font-size:.9rem;text-decoration:line-through}.product-prices em{color:#334155;background:#eceff3;border-radius:999px;padding:3px 8px;font-size:.8rem;font-style:normal;font-weight:700}.product-summary{color:var(--muted);margin:0;font-size:.86rem;line-height:1.4}.product-description{color:#475569;margin:0;font-size:.82rem;line-height:1.35}.product-info-extra{opacity:0;gap:8px;max-height:0;transition:max-height .25s,opacity .2s;display:grid;overflow:hidden}.product-card:hover .product-info-extra,.product-card:focus-within .product-info-extra{opacity:1;max-height:280px}.product-prices-secondary{gap:6px}.product-meta-row{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.product-meta-row span{border:1px solid var(--line);color:#334155;background:#f8fafc;border-radius:999px;padding:3px 8px;font-size:.74rem}.product-card a{color:#fff;background:#111827;border-radius:10px;width:fit-content;padding:7px 11px;font-size:.82rem;font-weight:700;text-decoration:none}.carousel-controls{justify-content:flex-end;align-items:center;gap:10px;display:flex}.carousel-nav{align-items:center;gap:8px;display:flex}.carousel-arrow{border:1px solid var(--line-strong);color:#374151;cursor:pointer;background:#fff;border-radius:999px;width:38px;height:38px;font-size:1rem}.carousel-dots{flex:1;align-items:center;gap:7px;min-width:0;display:flex}.dot{cursor:pointer;background:#cbd5e1;border:none;border-radius:999px;flex:1;height:6px;padding:0}.dot.active{background:var(--tab-accent)}.bank-promos{background:linear-gradient(#fff,#f8fafc);border:1px solid #e1e5eb;border-radius:16px;gap:14px;padding:16px;display:grid}.bank-promos-head{gap:8px;display:grid}.bank-promos-kicker{color:#64748b;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:700}.bank-promos-head h2{margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(1.2rem,2.4vw,1.6rem)}.bank-promos-head p{color:var(--muted);max-width:680px;margin:0}.bank-promos-filters{flex-wrap:wrap;gap:8px;display:flex}.promo-filter-btn{color:#334155;font:inherit;cursor:pointer;background:#f8fafc;border:1px solid #d6dbe3;border-radius:999px;padding:8px 12px;font-size:.82rem;font-weight:700;transition:border-color .2s,background-color .2s,color .2s}.promo-filter-btn:hover{background:#f1f5f9;border-color:#b4bcc8}.promo-filter-btn.is-active{color:#1f2937;background:#e2e8f0;border-color:#4b5563}.bank-promos-grid{grid-template-columns:repeat(auto-fill,minmax(220px,250px));justify-content:start;gap:14px;display:grid}.bank-promo-card{--bank-color:#325e91;aspect-ratio:3/4;isolation:isolate;background:linear-gradient(#fff,#f8fafc);border:1px solid #d8dee8;border-radius:16px;min-height:320px;transition:border-color .24s,transform .24s,box-shadow .24s;position:relative;overflow:hidden}.bank-promo-card:before{content:"";background:linear-gradient(180deg, #f8fafc14, #ffffffeb 62%), radial-gradient(circle at 10% 12%, color-mix(in srgb, var(--bank-color) 7%, transparent), transparent 46%);z-index:-1;position:absolute;inset:0}.bank-promo-card:after{content:"";background:radial-gradient(circle at center, color-mix(in srgb, var(--bank-color) 7%, #fff), transparent 70%);opacity:.24;pointer-events:none;border-radius:999px;width:190px;height:190px;transition:opacity .24s;position:absolute;inset:auto -70px -88px auto}.bank-promo-card:hover,.bank-promo-card:focus-within{border-color:#b9c4d4;transform:translateY(-2px);box-shadow:0 10px 18px #0f172a14}.bank-promo-card:hover:after,.bank-promo-card:focus-within:after{opacity:.34}.bank-promo-main{flex-direction:column;justify-content:space-between;gap:12px;padding:14px;display:flex;position:absolute;inset:0}.bank-promo-brand-row{align-items:center;gap:10px;display:flex}.bank-logo-placeholder{color:#fff;background:linear-gradient(145deg, color-mix(in srgb, var(--bank-color) 55%, #94a3b8), color-mix(in srgb, var(--bank-color) 82%, #0f172a));border:1px solid #ffffff47;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;font-family:Plus Jakarta Sans,sans-serif;font-size:.86rem;font-weight:700;display:inline-flex;box-shadow:0 8px 14px #0f172a33}.bank-name{color:#334155;margin:0;font-size:.85rem;font-weight:700}.bank-day-pill{color:#31557f;background:#edf3fb;border:1px solid #d3deee;border-radius:999px;margin-top:4px;padding:3px 8px;font-size:.72rem;font-weight:700;display:inline-flex}.bank-promo-copy{color:#0f172a;text-wrap:balance;max-width:22ch;margin:0;font-size:1.02rem;font-weight:600;line-height:1.42}.bank-promo-details{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;background:linear-gradient(#f8fafceb,#f1f5f9fa);border-top:1px solid #dce3ee;padding:12px 14px 14px;transition:transform .28s,opacity .28s;position:absolute;bottom:0;left:0;right:0;transform:translateY(105%)}.bank-promo-card:hover .bank-promo-details,.bank-promo-card:focus-within .bank-promo-details{opacity:1;transform:translateY(0)}.bank-promo-details p{color:#334155;margin:0;font-size:.82rem;line-height:1.4}.bank-promos-empty{color:var(--muted);background:#f9fbfe;border:1px dashed #c9d6e7;border-radius:12px;margin:0;padding:12px}.vtex-logo{color:#f71964;margin:0}@keyframes fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes stage-enter{0%{opacity:0;transform:translateY(14px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}@media (hover:none) and (pointer:coarse){.product-media,.product-media img{transform:scale(.96)}.product-info{max-height:260px}.product-info-extra{opacity:1;max-height:170px}.bank-promo-card{aspect-ratio:auto;grid-template-rows:1fr auto;min-height:0;display:grid}.bank-promo-main{position:relative}.bank-promo-details{opacity:1;position:static;transform:none}}@media (width<=780px){#root{padding:14px 12px 26px}.app-header,.app-content,.tabs{padding-inline:14px}.panel{padding:16px}.component-stage{width:min(95vw,760px)}.component-preview-tabs{width:100%;margin-left:0}.component-preview.is-mobile{border-radius:18px;width:100%}.home-grid{grid-template-columns:1fr}.countdown-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.time-box{padding:10px 4px}.time-box span{font-size:1rem}.time-box small{font-size:.62rem}.countdown-badge-logo{width:116px}.disclosure-panel.is-open{max-height:1600px}.category-grid{grid-template-columns:1fr;grid-template-areas:none;grid-auto-rows:86px;gap:10px;min-height:0}.category-grid .category-banner:nth-child(n){grid-area:auto}.flash-slider{scroll-padding-inline:2px}.block-title-row{flex-wrap:nowrap}.flash-slider-controls{flex-shrink:0}.flash-offer-slide{flex:0 0 min(100%,320px);max-width:100%}.category-banner{aspect-ratio:auto;width:100%;min-height:86px}.carousel-controls{justify-content:center}.offers-carousel{--carousel-height:auto;grid-template-columns:1fr}.slider-banner{order:-1;height:auto}.slider-content{height:auto}.products-grid{grid-template-columns:1fr;grid-auto-rows:auto}.bank-promos-grid{grid-template-columns:1fr}.bank-promo-card{aspect-ratio:5/6;width:100%;max-width:none}.bank-promos-filters{scrollbar-width:thin;flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.product-media{aspect-ratio:16/10}.product-card,.product-card:hover,.product-card:focus-within{height:auto;transform:none}.product-card .product-media,.product-card:hover .product-media,.product-card:focus-within .product-media,.product-card .product-media img,.product-card:hover .product-media img,.product-card:focus-within .product-media img{transform:none}.product-info,.product-card:hover .product-info,.product-card:focus-within .product-info{max-height:none}.product-info-extra,.product-card:hover .product-info-extra,.product-card:focus-within .product-info-extra{opacity:1;max-height:none}}
