.hot-this-week{width:100%;background:#fff;overflow:hidden}.hot-this-week__container{width:calc(100% - 160px);max-width:1440px;margin:0 auto;padding:42px 0 34px}.hot-this-week__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:42px}.hot-this-week__title{margin:0;color:#050505;font-size:36px;line-height:1.1;font-weight:700;letter-spacing:-1.2px}.hot-this-week__tabs{display:flex;align-items:center;gap:5px}.hot-this-week__tab{border:0;background:transparent;color:#050505;border-radius:30px;padding:10px 14px;font-size:14px;line-height:1;font-weight:500;cursor:pointer;transition:.2s ease}.hot-this-week__tab.is-active{background:#ededed}.hot-this-week__slider{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;scroll-behavior:smooth;scroll-snap-type:x mandatory}.hot-this-week__slider::-webkit-scrollbar{display:none}.hot-product-card{flex:0 0 23.5%;min-width:0;scroll-snap-align:start}.hot-product-card__image-wrapper{position:relative;width:100%;aspect-ratio:1 / 1.25;border-radius:5px;overflow:hidden;background:#f1f2f4}.hot-product-card__image-link{display:block;width:100%;height:100%}.hot-product-card__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.hot-product-card:hover .hot-product-card__image{transform:scale(1.025)}.hot-product-card__badges{position:absolute;top:10px;left:10px;z-index:4;display:flex;flex-direction:column;align-items:flex-start;gap:5px}.hot-product-card__badge{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:6px 11px;border-radius:18px;color:#fff;font-size:13px;line-height:1;font-weight:600}.hot-product-card__badge--green{background:#55aa70}.hot-product-card__badge--blue{background:#637bd0}.hot-product-card__badge--red{background:#d93725}.hot-product-card__badge--purple{background:#9063cf}.hot-product-card__hover-actions{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;pointer-events:none}.hot-product-card__wishlist{position:absolute;top:11px;right:11px;width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:#fffffff2;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(-5px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease;pointer-events:auto}.hot-product-card:hover .hot-product-card__wishlist{opacity:1;visibility:visible;transform:translateY(0)}.hot-product-card__wishlist svg{width:20px;height:20px;fill:none;stroke:#111;stroke-width:1.7}.wishlist-heart--filled{display:none;fill:#111!important}.hot-product-card__wishlist.is-wishlisted .wishlist-heart--outline{display:none}.hot-product-card__wishlist.is-wishlisted .wishlist-heart--filled{display:block}.hot-product-card__add-cart{position:absolute;left:12px;right:12px;bottom:12px;height:46px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:7px;background:#050505;color:#fff;font-size:14px;font-weight:600;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease}.hot-product-card:hover .hot-product-card__add-cart{opacity:1;visibility:visible;transform:translateY(0)}.hot-product-card__add-cart svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.5}.hot-product-card__add-cart:hover{background:#222}.hot-product-card__add-cart.is-disabled{background:#888;cursor:not-allowed}.hot-product-card__content{padding-top:17px}.hot-product-card__title{display:block;color:#080808;text-decoration:none;font-size:15px;line-height:1.25;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hot-product-card__price{display:flex;align-items:center;gap:8px;margin-top:10px;font-size:15px;line-height:1;font-weight:600}.hot-product-card__price-current{color:#080808}.hot-product-card__price-sale{color:#d93425}.hot-product-card__price-old{color:#777;text-decoration:line-through;font-weight:400}.hot-product-card__swatches{display:flex;align-items:center;gap:5px;margin-top:13px}.hot-product-card__swatch{width:23px;height:11px;display:block;background:var(--swatch-color);border:1px solid rgba(0,0,0,.08)}.hot-this-week__controls{display:flex;align-items:center;justify-content:space-between;margin-top:37px}.hot-this-week__progress{position:relative;width:250px;height:2px;background:#ddd}.hot-this-week__progress-active{position:absolute;left:0;top:0;width:20%;height:2px;background:#050505;transition:width .25s ease}.hot-this-week__arrows{display:flex;align-items:center;gap:8px}.hot-this-week__arrow{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;border-radius:50%;background:#fff;cursor:pointer;transition:.2s ease}.hot-this-week__arrow:hover{background:#f7f7f7;border-color:#aaa}.hot-this-week__arrow svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.5}@media screen and (max-width:990px){.hot-this-week__container{width:calc(100% - 50px)}.hot-product-card{flex:0 0 31.5%}}@media screen and (max-width:749px){.hot-this-week__container{width:calc(100% - 32px);padding:32px 0 25px}.hot-this-week__header{align-items:flex-start;gap:15px;margin-bottom:28px}.hot-this-week__title{font-size:27px;letter-spacing:-.7px}.hot-this-week__tabs{flex-shrink:0}.hot-this-week__tab{padding:9px 10px;font-size:12px}.hot-this-week__slider{gap:9px}.hot-product-card{flex:0 0 72%}.hot-product-card__image-wrapper{border-radius:16px}.hot-product-card__wishlist,.hot-product-card__add-cart{opacity:1;visibility:visible;transform:none}.hot-product-card__content{padding-top:13px}.hot-product-card__title{font-size:14px}.hot-product-card__price{margin-top:8px;font-size:14px}.hot-this-week__controls{margin-top:25px}.hot-this-week__progress{width:150px}.hot-this-week__arrow{width:40px;height:40px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/hot-this-week.css.map */
