.flash-deals{padding:4rem 0}.flash-deals__container{width:100%}.flash-deals__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"banner header" "banner products";gap:2.4rem;align-items:stretch}.flash-deals__header{grid-area:header;display:flex;justify-content:space-between;gap:1.6rem;align-items:flex-start}.flash-deals__nav{display:flex;gap:.8rem;flex-shrink:0}.flash-deals__title{font-size:var(--fd-heading-size, 2.8rem);font-weight:var(--fd-heading-weight, 600);color:var(--fd-heading-color, inherit);margin:0 0 .4rem}.flash-deals__subtitle{color:var(--fd-subheading-color, rgba(var(--color-foreground), .7));margin:0;font-size:var(--fd-subheading-size, 1.5rem);font-weight:var(--fd-subheading-weight, 400)}.flash-deals__nav-btn{width:4.4rem;height:4.4rem;border-radius:50%;border:none;background:rgba(var(--color-foreground),.06);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.flash-deals__nav-btn:hover{background:rgba(var(--color-foreground),.12)}.flash-deals__products-wrap{grid-area:products;display:flex;flex-direction:column;min-width:0}.flash-deals__products{display:flex;gap:1.6rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;list-style:none;margin:0;padding:0;-webkit-overflow-scrolling:touch;touch-action:pan-x}.flash-deals__products::-webkit-scrollbar{display:none}.flash-deals__product-card{flex:0 0 calc((100% - 3.2rem) / 3);scroll-snap-align:start;min-width:0}.flash-deals__product-card .card__heading,.flash-deals__product-card .card-information__text,.flash-deals__product-card .card-information h3,.flash-deals__product-card h3 a,.flash-deals__product-card h3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.flash-deals__product-card .quick-add,.flash-deals__product-card .card__quick-add,.flash-deals__product-card .card__quick-add-item,.flash-deals__product-card product-form,.flash-deals__product-card .product-form__submit,.flash-deals__product-card .card__cta{display:none!important}.flash-deals__view-all{text-align:center;margin-top:1.6rem}.flash-deals__view-all a{text-decoration:underline;color:inherit;font-size:1.4rem}.flash-deals__banner{grid-area:banner;position:relative;isolation:isolate;border-radius:var(--fd-banner-radius, 20px);overflow:hidden;background-color:#3a3a3a;display:flex;align-items:flex-end;min-height:0}.flash-deals__banner-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0!important}.flash-deals__banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background-color:var(--fd-banner-overlay-color, #000000);opacity:calc(var(--fd-banner-overlay-opacity, 55) * .01);pointer-events:none}.flash-deals__banner-content{position:relative;z-index:2!important;display:flex;flex-direction:column;align-items:flex-start;gap:1.2rem;padding:3.2rem 3.2rem 4rem;color:#fff;width:100%;min-height:100%;box-sizing:border-box}.flash-deals__banner-bottom{display:grid;grid-template-columns:minmax(0,32rem) max-content;column-gap:.8rem;row-gap:1.2rem;align-items:center;width:100%;margin-top:auto}.flash-deals__promo-description{grid-column:1 / -1}.flash-deals__banner-bottom .flash-deals__promo{width:100%}.flash-deals__banner-bottom .flash-deals__banner-btn{grid-column:2;grid-row:2;white-space:nowrap}.flash-deals__banner-badge{display:inline-block;white-space:nowrap;background:var(--fd-badge-bg, rgba(255, 255, 255, .25));color:var(--fd-badge-color, #1a1a1a);padding:.5rem 1.4rem;border-radius:2rem;font-size:1.2rem;font-weight:600;letter-spacing:.05em;line-height:1.2}.flash-deals__banner-title{font-size:var(--fd-banner-title-size, 3rem);font-weight:var(--fd-banner-title-weight, 600);color:var(--fd-banner-title-color, #ffffff);line-height:1.15;margin:0;max-width:32rem}.flash-deals__banner-text{font-size:var(--fd-banner-text-size, 1.5rem);font-weight:var(--fd-banner-text-weight, 400);color:var(--fd-banner-text-color, #ffffff);max-width:32rem;margin:0;opacity:.9}.flash-deals__promo-description{max-width:34rem;margin:0;color:var(--fd-promo-description-color, #ffffff);font-size:var(--fd-promo-description-size, 1.5rem);font-weight:600;line-height:1.35}.flash-deals__promo{display:flex;align-items:center;gap:.8rem;background:transparent;border-radius:0;padding:0;width:min(100%,40rem);max-width:100%;margin:0;box-sizing:border-box}.flash-deals__promo-code{flex:1;display:flex;align-items:center;min-height:4.8rem;padding:.8rem 1.2rem;background:var(--fd-promo-bg, rgba(255, 255, 255, .95));border-radius:999px;color:var(--fd-promo-color, #6b6b6b);font-size:var(--fd-promo-size, 1.5rem);font-weight:var(--fd-promo-weight, 400);letter-spacing:.05em}.flash-deals__copy-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;border:none;background:var(--fd-promo-bg, rgba(255, 255, 255, .95));border-radius:999px;color:var(--fd-promo-copy-color, #1e7d32);font-weight:600;font-size:1.4rem;min-height:4.8rem;padding:.8rem 1.8rem;box-sizing:border-box;cursor:pointer;white-space:nowrap}.flash-deals__copy-btn svg{width:1.6rem;height:1.6rem;fill:currentColor}.flash-deals__copy-btn.is-copied span:after{content:" \2713"}.flash-deals__banner-btn{display:inline-flex;align-items:center;justify-content:center;min-height:4.8rem;background:var(--fd-button-bg, #2e9d4f);color:var(--fd-button-color, #ffffff);text-decoration:none;font-size:var(--fd-button-size, 1.5rem);font-weight:var(--fd-button-weight, 600);padding:1.2rem 2.8rem;border-radius:999px}.flash-deals__banner-btn:hover{filter:brightness(.9)}@media screen and (max-width:749px){.flash-deals{padding:3rem 0}.flash-deals__layout{grid-template-columns:1fr;grid-template-areas:"header" "products" "banner";gap:1.6rem}.flash-deals__header{display:flex;justify-content:space-between;align-items:flex-start}.flash-deals__products{gap:1.2rem}.flash-deals__banner{min-height:43.8rem}.flash-deals__banner-content{padding:2.4rem 2rem 2rem}.flash-deals__banner-bottom{display:flex;flex-direction:column;align-items:stretch;gap:1.2rem}.flash-deals__banner-bottom .flash-deals__banner-btn{width:100%}.flash-deals__banner-title{font-size:clamp(2.8rem,8vw,3.4rem);line-height:1.05}.flash-deals__banner-btn{width:100%;box-sizing:border-box;text-align:center}.flash-deals__promo-description{max-width:100%;line-height:1.3}.flash-deals__promo-code{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.flash-deals__product-card{flex:0 0 calc((100% - 1.2rem)/2)}.flash-deals__banner-title,.flash-deals__banner-text{max-width:100%}.flash-deals__promo{width:100%;max-width:100%}}
/*# sourceMappingURL=/cdn/shop/t/107/assets/flash-deals.css.map */
