.hotsale-hero{position:relative;width:100%;height:400px;overflow:hidden;background:linear-gradient(135deg, #112c31 0%, #2B616F 100%)}.hotsale-hero__picture,.hotsale-hero__img{position:absolute;inset:0;width:100%;height:100%}.hotsale-hero__img{object-fit:cover;object-position:center;display:block;background-color:var(--gray-medium, #f4f4f4)}.hotsale-hero__content{position:absolute;inset:auto auto 0 0;padding:32px;z-index:2;max-width:680px}.hotsale-hero__title{font-family:"Nexa",sans-serif;font-weight:800;font-size:4.8rem;line-height:5.6rem;color:#fff;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.4)}@media(max-width: 768px){.hotsale-hero{height:300px}.hotsale-hero__content{padding:24px}.hotsale-hero__title{font-size:2.8rem;line-height:3.6rem}}.hotsale-promo-bar{background:linear-gradient(90deg, #112c31 0%, #42eddd 100%);color:#fff;margin-top:0;overflow:hidden}.hotsale-promo-bar--attached{margin-top:0}.hotsale-promo-bar__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding:32px 24px;max-width:1440px;margin:0 auto}.hotsale-promo-bar__text{justify-self:start;font-family:"Nexa",sans-serif;font-weight:700;font-size:2rem;line-height:2.8rem;max-width:453px;margin:0}.hotsale-promo-bar__countdown{justify-self:center;font-family:"Nexa",sans-serif;font-weight:800;font-size:4.8rem;line-height:5.6rem;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.hotsale-promo-bar__countdown-sep{opacity:.85}.hotsale-promo-bar__btn{justify-self:end;background:#2b616f;color:#fff;border:0;border-radius:999px;padding:16px 24px;font-family:"Nexa",sans-serif;font-weight:700;font-size:1.6rem;line-height:2.2rem;text-decoration:none;white-space:nowrap;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease}.hotsale-promo-bar__btn:hover,.hotsale-promo-bar__btn:focus{background:#234f5a;color:#fff;text-decoration:none}@media(max-width: 768px){.hotsale-promo-bar__inner{display:grid;grid-template-columns:minmax(0, 1fr) auto;grid-template-areas:"text     text" "counter  btn";gap:8px 12px;padding:20px 16px;align-items:center}.hotsale-promo-bar__text{grid-area:text;font-size:1.6rem;line-height:2.4rem;text-align:center;max-width:none}.hotsale-promo-bar__countdown{grid-area:counter;font-size:3.2rem;line-height:4rem;min-width:0}.hotsale-promo-bar__btn{grid-area:btn;padding:12px 16px}}@media(max-width: 360px){.hotsale-promo-bar__inner{padding:16px 12px;gap:8px}.hotsale-promo-bar__countdown{font-size:2.4rem;line-height:3.2rem;gap:4px}.hotsale-promo-bar__btn{padding:10px 14px;font-size:1.4rem;line-height:2rem}}.hotsale-featured-tabs{padding:40px 0}.hotsale-featured-tabs--attached{margin-top:0;padding-top:0}.hotsale-featured-tabs__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 32px;margin-bottom:24px}.hotsale-featured-tabs__tabs{display:flex;gap:16px;flex:1 1 auto;min-width:0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.hotsale-featured-tabs__tabs::-webkit-scrollbar{display:none}.hotsale-featured-tabs__tab{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:12px 20px 10px;border:0;border-radius:999px;background:#f9f9f9;color:#666;font-family:"Nexa",sans-serif;font-weight:700;font-size:1.6rem;line-height:2rem;white-space:nowrap;cursor:pointer;transition:background-color .2s ease,color .2s ease}.hotsale-featured-tabs__tab:hover{color:#333}.hotsale-featured-tabs__tab.is-active{background:#2b616f;color:#fff}.hotsale-featured-tabs__tab.is-active:hover{color:#fff}.hotsale-featured-tabs__view-all{flex:0 0 auto;font-family:"Poppins",sans-serif;font-weight:500;font-size:1.6rem;line-height:1.8rem;letter-spacing:.16rem;color:#000;text-transform:uppercase;text-decoration:none;padding-bottom:6px;border-bottom:1px solid #ccc}.hotsale-featured-tabs__view-all:hover{color:#000;text-decoration:none;border-bottom-color:#000}.hotsale-featured-tabs__panels{padding:0 32px}.hotsale-featured-tabs__panel{display:none}.hotsale-featured-tabs__panel.is-active{display:block}.hotsale-featured-tabs__carousel{position:relative}.hotsale-featured-tabs__cards{max-width:100%;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.hotsale-featured-tabs__cards::-webkit-scrollbar{display:none}.hotsale-featured-tabs__track{display:flex;flex-wrap:nowrap;gap:16px}.hotsale-featured-tabs__track .swiper-slide{flex:0 0 auto;width:calc((100% - (var(--cols-desktop, 4) - 1)*16px)/var(--cols-desktop, 4));height:auto}.hotsale-featured-tabs__nav{position:absolute;top:166px;transform:translateY(-50%);width:40px;height:40px;border:0;border-radius:50%;background:#fff;color:#2b616f;box-shadow:0 2px 8px rgba(0,0,0,.12);cursor:pointer;z-index:20;display:inline-flex;align-items:center;justify-content:center;transition:opacity .2s ease,background-color .2s ease}.hotsale-featured-tabs__nav svg{display:block}.hotsale-featured-tabs__nav:hover{background:#f4f4f4}.hotsale-featured-tabs__nav[disabled]{opacity:.4;pointer-events:none}.hotsale-featured-tabs__nav--prev{left:4px}.hotsale-featured-tabs__nav--next{right:4px}@media(max-width: 768px){.hotsale-featured-tabs{padding:32px 0}.hotsale-featured-tabs--attached{padding-top:0}.hotsale-featured-tabs__head{padding:0;margin-bottom:16px}.hotsale-featured-tabs__tabs{padding:0 24px}.hotsale-featured-tabs__panels{padding:0}.hotsale-featured-tabs__panel{padding:0}.hotsale-featured-tabs__cards{padding:0 0 0 24px;scroll-padding-left:24px;margin-right:24px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.hotsale-featured-tabs__cards::-webkit-scrollbar{display:none}.hotsale-featured-tabs__track .swiper-slide{width:calc((100vw - 40px)/1.5);min-width:200px;scroll-snap-align:start}.hotsale-featured-tabs__tab{padding:16px 20px;font-size:1.4rem;line-height:2rem}.hotsale-featured-tabs__nav{display:none}}.hotsale-categories{padding:40px 0}.hotsale-categories--attached{padding-top:0}.hotsale-categories__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 32px;margin-bottom:24px}.hotsale-categories__title{font-family:"Nexa",sans-serif;font-weight:700;font-size:3.2rem;line-height:4rem;color:#000;margin:0}.hotsale-categories__nav-desktop{display:inline-flex;gap:5px;flex-shrink:0}.hotsale-categories__nav{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #ccc;border-radius:50%;background:#fff;color:#000;cursor:pointer;transition:opacity .2s ease,background-color .2s ease}.hotsale-categories__nav svg{display:block}.hotsale-categories__nav:hover{background:#f4f4f4}.hotsale-categories__nav[disabled]{opacity:.4;pointer-events:none}.hotsale-categories__list{display:flex;flex-wrap:nowrap;gap:16px;padding:0 32px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.hotsale-categories__list::-webkit-scrollbar{display:none}.hotsale-categories__card{flex:1 1 0;min-width:0;display:block;height:300px;border-radius:16px;overflow:hidden;background:#f9f9f9;text-decoration:none;transition:transform .2s ease}.hotsale-categories__card:hover{text-decoration:none;transform:translateY(-2px)}.hotsale-categories__img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width: 768px){.hotsale-categories{padding:32px 0}.hotsale-categories--attached{padding-top:0}.hotsale-categories__head{padding:0 24px;margin-bottom:16px}.hotsale-categories__title{font-size:2.4rem;line-height:3.2rem}.hotsale-categories__nav-desktop{display:none}.hotsale-categories__list{padding:0 24px 0 24px;scroll-padding-left:24px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.hotsale-categories__card{flex:0 0 auto;width:182px;height:208px;scroll-snap-align:start}}.hotsale-limited-time{background-color:#2b616f;color:#fff;padding:64px 0}.hotsale-limited-time--attached{padding-top:0}.hotsale-limited-time__inner{display:flex;gap:48px;align-items:stretch;padding:0 32px;max-width:1440px;margin:0 auto}.hotsale-limited-time__info{display:flex;flex-direction:column;gap:32px;justify-content:center;flex:0 0 480px;max-width:480px}.hotsale-limited-time__title{font-family:"Nexa",sans-serif;font-weight:800;font-size:4.8rem;line-height:5.6rem;color:inherit;margin:0}.hotsale-limited-time__description{font-family:"Nexa",sans-serif;font-weight:400;font-size:1.6rem;line-height:2.4rem;color:inherit;margin:8px 0 0}.hotsale-limited-time__countdown{font-family:"Nexa",sans-serif;font-weight:800;font-size:3.6rem;line-height:4.4rem;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.hotsale-limited-time__countdown-sep{opacity:.85}.hotsale-limited-time__nav-desktop{display:inline-flex;gap:18px}.hotsale-limited-time__nav{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:50%;background:#fff;color:#000;cursor:pointer;transition:opacity .2s ease,background-color .2s ease}.hotsale-limited-time__nav svg{display:block}.hotsale-limited-time__nav:hover{background:#f4f4f4}.hotsale-limited-time__nav[disabled]{opacity:.4;pointer-events:none}.hotsale-limited-time__cards{flex:1 1 0;min-width:0;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.hotsale-limited-time__cards::-webkit-scrollbar{display:none}.hotsale-limited-time__track{display:flex;flex-wrap:nowrap;gap:16px;align-items:stretch}.hotsale-limited-time__track .swiper-slide{flex:0 0 auto;width:calc((100% - (var(--cols-desktop, 3) - 1)*16px)/var(--cols-desktop, 3));height:auto}@media(max-width: 768px){.hotsale-limited-time{padding:32px 0}.hotsale-limited-time--attached{padding-top:0}.hotsale-limited-time__inner{flex-direction:column;gap:32px;padding:0 24px}.hotsale-limited-time__info{flex:1 1 auto;max-width:none;gap:16px}.hotsale-limited-time__title{font-size:3.2rem;line-height:4rem}.hotsale-limited-time__countdown{font-size:3.2rem;line-height:4rem}.hotsale-limited-time__nav-desktop{display:none}.hotsale-limited-time__cards{flex:0 0 auto;width:calc(100% + 24px);margin-right:-24px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.hotsale-limited-time__track{align-items:flex-start}.hotsale-limited-time__track::after{content:"";flex:0 0 24px;margin-left:-16px;height:1px}.hotsale-limited-time__track .swiper-slide{flex:0 0 auto;width:calc((100vw - 40px)/1.5);min-width:200px;scroll-snap-align:start}}.hotsale-limited-time .item-description{display:flex;flex-direction:column;height:100%;padding:16px 8px}.hotsale-limited-time .item-actions{margin-top:auto}.hotsale-limited-time .item.mb-0,.hotsale-limited-time .js-item-info-container{border-radius:8px}.hotsale-limited-time .js-offer-label.label-offer{width:54px;height:54px;background-color:rgba(43,97,111,.8)}.hotsale-limited-time .avala-rating-root,.hotsale-limited-time .avala-rating-reviews{margin-bottom:12px}.hotsale-media-banner{padding:40px 0}.hotsale-media-banner--attached{padding-top:0}.hotsale-media-banner__inner{padding:0 32px;max-width:1440px;margin:0 auto}.hotsale-media-banner--full-width .hotsale-media-banner__inner{padding:0;max-width:none}.hotsale-media-banner__media{display:block;width:100%;height:auto;overflow:hidden;background:#f4f4f4}.hotsale-media-banner__img{display:block;width:100%;height:auto;object-fit:cover}.hotsale-media-banner--rounded .hotsale-media-banner__media,.hotsale-media-banner--rounded .hotsale-media-banner__img{border-radius:20px}@media(max-width: 768px){.hotsale-media-banner{padding:32px 0}.hotsale-media-banner--attached{padding-top:0}.hotsale-media-banner__inner{padding:0 24px}.hotsale-media-banner--full-width .hotsale-media-banner__inner{padding:0}}.hotsale-banner-cards{padding:40px 0}.hotsale-banner-cards--attached{padding-top:0}.hotsale-banner-cards__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 32px;margin-bottom:32px}.hotsale-banner-cards__title{font-family:"Nexa",sans-serif;font-weight:700;font-size:3.2rem;line-height:4rem;color:#000;margin:0}.hotsale-banner-cards__nav-desktop{display:inline-flex;gap:16px;flex-shrink:0}.hotsale-banner-cards__nav{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #ccc;border-radius:50%;background:#fff;color:#000;cursor:pointer;transition:opacity .2s ease,background-color .2s ease}.hotsale-banner-cards__nav svg{display:block}.hotsale-banner-cards__nav:hover{background:#f4f4f4}.hotsale-banner-cards__nav[disabled]{opacity:.4;pointer-events:none}.hotsale-banner-cards__list{padding:0 32px}.hotsale-banner-cards--slider .hotsale-banner-cards__list{display:flex;flex-wrap:nowrap;gap:16px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.hotsale-banner-cards--slider .hotsale-banner-cards__list::-webkit-scrollbar{display:none}.hotsale-banner-cards--slider .hotsale-banner-cards__card{flex:0 0 auto;width:564px}.hotsale-banner-cards--grid .hotsale-banner-cards__list{display:grid;grid-template-columns:repeat(var(--cols-desktop, 2), minmax(0, 1fr));gap:16px}.hotsale-banner-cards__card{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:16px;min-height:564px;padding:32px;border-radius:20px;overflow:hidden;background:#f4f4f4;text-decoration:none;color:inherit;isolation:isolate;box-sizing:border-box;min-width:0}.hotsale-banner-cards__card:hover{text-decoration:none;color:inherit}.hotsale-banner-cards__card>*{min-width:0;max-width:100%;box-sizing:border-box}.hotsale-banner-cards__bg{position:absolute;inset:0;z-index:0;display:block;pointer-events:none}.hotsale-banner-cards__bg img{width:100%;height:100%;object-fit:cover;display:block}.hotsale-banner-cards__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 60%);pointer-events:none}.hotsale-banner-cards__top{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:16px;width:100%}.hotsale-banner-cards__badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:4px;background:rgba(204,245,255,.9);color:#2b616f;font-family:"Nexa",sans-serif;font-weight:700;font-size:1.4rem;line-height:2rem;max-width:100%}.hotsale-banner-cards__card-title{font-family:"Nexa",sans-serif;font-weight:700;font-size:3.2rem;line-height:4rem;color:#fff;margin:0;width:100%;max-width:100%;overflow-wrap:break-word;word-break:break-word}.hotsale-banner-cards__info{position:relative;z-index:2;width:100%;max-width:100%;min-width:0;box-sizing:border-box;background:rgba(255,255,255,.9);padding:16px;border-radius:10px;font-family:"Nexa",sans-serif;font-size:1.4rem;line-height:2.2rem;color:#000;overflow:hidden}.hotsale-banner-cards__info *{max-width:100%;min-width:0;box-sizing:border-box}.hotsale-banner-cards__info img{height:auto}.hotsale-banner-cards__info .hsbc-card-row{display:flex;flex-wrap:wrap;gap:11px;align-items:flex-end;justify-content:space-between}.hotsale-banner-cards__info .hsbc-card-content{flex:1 1 0;min-width:140px;display:flex;flex-direction:column;gap:8px}.hotsale-banner-cards__info .hsbc-card-title-block{display:flex;flex-direction:column}.hotsale-banner-cards__info .hsbc-card-title{margin:0;font-weight:400;font-size:14px;line-height:22px;color:#000}.hotsale-banner-cards__info .hsbc-card-prices{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px}.hotsale-banner-cards__info .hsbc-card-price{font-weight:800;font-size:14px;line-height:20px;color:#2b616f}.hotsale-banner-cards__info .hsbc-card-compare{font-weight:400;font-size:12px;line-height:18px;color:#666;text-decoration:line-through}.hotsale-banner-cards__info .hsbc-card-features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.hotsale-banner-cards__info .hsbc-card-feature{display:flex;align-items:center;gap:8px;font-weight:400;font-size:14px;line-height:20px;color:#000}.hotsale-banner-cards__info .hsbc-card-feature svg{flex-shrink:0;fill:#2b616f}.hotsale-banner-cards__info .hsbc-card-feature--accent{color:#2b616f}.hotsale-banner-cards__info .hsbc-card-feature--accent svg{fill:currentColor}.hotsale-banner-cards__info .hsbc-card-btn{background:#2b616f;color:#fff;font-weight:700;font-size:16px;line-height:22px;padding:16px 24px;border-radius:999px;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;box-sizing:border-box;cursor:pointer}.hotsale-banner-cards__info .hsbc-card-btn-icon{display:none}@media(max-width: 768px){.hotsale-banner-cards__info .hsbc-card-btn{padding:14px;width:50px;height:50px}.hotsale-banner-cards__info .hsbc-card-btn-text{display:none}.hotsale-banner-cards__info .hsbc-card-btn-icon{display:inline-flex;align-items:center;justify-content:center}}@media(max-width: 768px){.hotsale-banner-cards{padding:32px 0}.hotsale-banner-cards--attached{padding-top:0}.hotsale-banner-cards__head{padding:0 24px;margin-bottom:16px}.hotsale-banner-cards__title{font-size:2.4rem;line-height:3.2rem}.hotsale-banner-cards__info{padding:10px}.hotsale-banner-cards__nav-desktop{display:none}.hotsale-banner-cards .hsbc-card-content{gap:6px}.hotsale-banner-cards__list,.hotsale-banner-cards--slider .hotsale-banner-cards__list,.hotsale-banner-cards--grid .hotsale-banner-cards__list{display:flex;flex-wrap:nowrap;gap:16px;overflow-x:auto;width:100%;margin:0;padding:0 24px 0 24px;scroll-padding-left:24px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;grid-template-columns:none}.hotsale-banner-cards__card,.hotsale-banner-cards--slider .hotsale-banner-cards__card,.hotsale-banner-cards--grid .hotsale-banner-cards__card{flex:0 0 auto;width:calc((100vw - 40px)/1.08);min-height:380px;padding:10px;scroll-snap-align:start}.hotsale-banner-cards__card-title{font-size:2.4rem;line-height:3.2rem}}.hotsale-shop-the-look{padding:40px 0}.hotsale-shop-the-look--attached{padding-top:0}.hotsale-shop-the-look__head{padding:0 32px;margin-bottom:24px}.hotsale-shop-the-look__title{font-family:"Nexa",sans-serif;font-weight:700;font-size:3.2rem;line-height:4rem;color:#000;margin:0}.hotsale-shop-the-look__stage{position:relative;margin:0 32px;border-radius:20px;overflow:hidden}.hotsale-shop-the-look__bg,.hotsale-shop-the-look__img{display:block;width:100%;height:auto}.hotsale-shop-the-look__img{object-fit:cover}.hotsale-shop-the-look__dot{position:absolute;left:var(--stl-x-d);top:var(--stl-y-d);transform:translate(-50%, -50%);z-index:2}@media(max-width: 768px){.hotsale-shop-the-look__dot{left:var(--stl-x-m);top:var(--stl-y-m)}}.hotsale-shop-the-look__dot-button{position:relative;display:flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;border:2px solid #fff;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.25);transition:transform .2s ease}.hotsale-shop-the-look__dot-button:hover{transform:scale(1.15)}.hotsale-shop-the-look__dot-pulse{position:absolute;inset:0;border-radius:50%;background:rgba(255,255,255,.6);animation:hotsale-stl-pulse 2s ease-out infinite;pointer-events:none}.hotsale-shop-the-look__card{display:flex;gap:11px;align-items:center;padding:8px;border-radius:10px;background:#fff;text-decoration:none;color:inherit;box-shadow:0 4px 12px rgba(0,0,0,.08)}.hotsale-shop-the-look__card:hover{text-decoration:none;color:inherit}.hotsale-shop-the-look__card--desktop{position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%);width:300px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:3}.hotsale-shop-the-look__card--desktop::before{content:"";position:absolute;bottom:100%;left:50%;transform:translateX(-50%);border:7px solid rgba(0,0,0,0);border-bottom-color:#fff}.hotsale-shop-the-look__dot.is-active .hotsale-shop-the-look__card--desktop{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.hotsale-shop-the-look__card-thumb{width:60px;height:60px;border-radius:4px;object-fit:cover;flex-shrink:0}.hotsale-shop-the-look__card-info{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}.hotsale-shop-the-look__card-name{font-family:"Nexa",sans-serif;font-weight:400;font-size:1.4rem;line-height:2.2rem;color:#000;margin:0}.hotsale-shop-the-look__card-prices{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px}.hotsale-shop-the-look__card-price{font-family:"Nexa",sans-serif;font-weight:800;font-size:1.4rem;line-height:2rem;color:#2b616f}.hotsale-shop-the-look__card-compare{font-family:"Nexa",sans-serif;font-weight:400;font-size:1.2rem;line-height:1.8rem;color:#666;text-decoration:line-through}.hotsale-shop-the-look__card-arrow{display:none;flex-shrink:0;width:38px;height:38px;align-items:center;justify-content:center;background:#2b616f;color:#fff;border-radius:50%}.hotsale-shop-the-look__cards-mobile{display:none}@media(max-width: 768px){.hotsale-shop-the-look{padding:32px 0}.hotsale-shop-the-look--attached{padding-top:0}.hotsale-shop-the-look__head{padding:0 24px;margin-bottom:16px}.hotsale-shop-the-look__title{font-size:2.4rem;line-height:3.2rem}.hotsale-shop-the-look__stage{margin:0 24px}.hotsale-shop-the-look__card--desktop{display:none !important}.hotsale-shop-the-look__cards-mobile:not([hidden]){display:block;padding:16px 24px 0}.hotsale-shop-the-look__card--mobile{width:100%;padding:16px;background:#fff;border-radius:0 0 20px 20px;margin-top:0}.hotsale-shop-the-look__card--mobile[hidden]{display:none}.hotsale-shop-the-look__card--mobile .hotsale-shop-the-look__card-arrow{display:inline-flex}}@keyframes hotsale-stl-pulse{0%{transform:scale(1);opacity:.7}100%{transform:scale(2.5);opacity:0}}.hotsale-collection-list{padding:40px 0}.hotsale-collection-list--attached{padding-top:0}.hotsale-collection-list__inner{display:flex;gap:139px;align-items:flex-start;max-width:1440px;margin:0 auto}.hotsale-collection-list__info{flex:0 0 583px;max-width:583px;display:flex;flex-direction:column;gap:8px;padding:0 0 0 32px;justify-content:center}.hotsale-collection-list__subtitle{font-family:"Nunito",sans-serif;font-weight:700;font-size:1.6rem;line-height:2.4rem;color:#000;margin:0}.hotsale-collection-list__title{font-family:"Nexa",sans-serif;font-weight:700;font-size:3.2rem;line-height:4rem;color:#000;margin:0}.hotsale-collection-list__description{font-family:"Nexa",sans-serif;font-weight:400;font-size:1.6rem;line-height:2.4rem;color:#000}.hotsale-collection-list__nav-desktop{display:inline-flex;gap:16px;margin-top:24px}.hotsale-collection-list__nav{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #ccc;border-radius:50%;background:#fff;color:#000;cursor:pointer;transition:opacity .2s ease,background-color .2s ease}.hotsale-collection-list__nav svg{display:block}.hotsale-collection-list__nav:hover{background:#f4f4f4}.hotsale-collection-list__nav[disabled]{opacity:.4;pointer-events:none}.hotsale-collection-list__cards{flex:1 1 0;min-width:0;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding-right:32px}.hotsale-collection-list__cards::-webkit-scrollbar{display:none}.hotsale-collection-list__track{display:flex;flex-wrap:nowrap;gap:20px;align-items:stretch}.hotsale-collection-list__card{flex:0 0 auto;display:flex;flex-direction:column;width:calc((100% - (var(--cols-desktop, 3) - 1)*20px)/var(--cols-desktop, 3));min-width:200px;height:353px;border-radius:16px;overflow:hidden;background:#f9f9f9;text-decoration:none;color:inherit;transition:transform .2s ease}.hotsale-collection-list__card:hover{text-decoration:none;color:inherit;transform:translateY(-2px)}.hotsale-collection-list__card-image{flex:0 0 249px;width:100%;background:#f9f9f9;overflow:hidden}.hotsale-collection-list__card-image img{width:100%;height:100%;object-fit:cover;display:block}.hotsale-collection-list__card-info{flex:1 1 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;background:#f9f9f9}.hotsale-collection-list__card-text{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}.hotsale-collection-list__card-title{font-family:"Nexa",sans-serif;font-weight:400;font-size:1.6rem;line-height:2.4rem;color:#000;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hotsale-collection-list__card-subtitle{font-family:"Nexa",sans-serif;font-weight:400;font-size:1.4rem;line-height:2.2rem;color:#666;margin:0}.hotsale-collection-list__card-arrow{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:38px;height:38px;background:#2b616f;color:#fff;border-radius:999px}.hotsale-collection-list__card-arrow svg{display:block}@media(max-width: 768px){.hotsale-collection-list{padding:32px 0}.hotsale-collection-list--attached{padding-top:0}.hotsale-collection-list__inner{flex-direction:column;gap:24px}.hotsale-collection-list__info{flex:1 1 auto;max-width:none;padding:0 24px;align-items:center;text-align:center;gap:16px}.hotsale-collection-list__title{font-size:3.2rem;line-height:4rem}.hotsale-collection-list__nav-desktop{display:none}.hotsale-collection-list__cards{flex:0 0 auto;width:100%;padding:0 0 0 24px;scroll-padding-left:24px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.hotsale-collection-list__track{gap:16px}.hotsale-collection-list__track::after{content:"";flex:0 0 24px;margin-left:-16px;height:1px}.hotsale-collection-list__card{width:249px;min-width:0;scroll-snap-align:start}}.hotsale-featured-tabs__view-all-mobile{display:none;justify-content:center;margin-top:24px;padding:0 24px}@media(max-width: 768px){.hotsale-featured-tabs__head .hotsale-featured-tabs__view-all{display:none}.hotsale-featured-tabs__view-all-mobile{display:flex}}body.is-hotsale-page .head-main:not(.compress){background-color:rgba(0,0,0,0) !important;box-shadow:none !important}body.is-hotsale-page .head-main:not(.compress) .head-logo-row,body.is-hotsale-page .head-main:not(.compress) .js-head-logo-row{background-color:rgba(0,0,0,0) !important}body.is-hotsale-page .head-main:not(.compress):not(:hover){color:#fff;fill:#fff}body.is-hotsale-page .head-main:not(.compress):not(:hover) .btn-link,body.is-hotsale-page .head-main:not(.compress):not(:hover) a:not(.btn),body.is-hotsale-page .head-main:not(.compress):not(:hover) .svg-icon-text,body.is-hotsale-page .head-main:not(.compress):not(:hover) .nav-desktop-list a,body.is-hotsale-page .head-main:not(.compress):not(:hover) .search-btn{color:#fff;fill:#fff}body.is-hotsale-page .hotsale-hero{margin-top:-180px;padding-top:180px;height:580px}@media(max-width: 768px){body.is-hotsale-page .hotsale-hero{margin-top:-110px;padding-top:110px;height:410px}}
/* Engine:dart */