:root{--hz-black:#0f0f10;--hz-white:#fff;--hz-gray-100:#f5f6f7;--hz-gray-200:#e9ecef;--hz-gray-300:#dde1e6;--hz-gray-500:#8f97a3;--hz-gray-700:#4b525b;--hz-orange:#ff6a00;--hz-green:#19c37d;--hz-border:#e6e7eb;--hz-shadow:0 8px 24px #00000014;--hz-radius:0;--hz-radius-lg:0;--hz-gap:18px;--hz-speed:.18s;--hz-font-nums:ui-monospace,SFMono-Regular,Menlo,Monaco,"Liberation Mono","Courier New",monospace}html[dir=rtl] .product-card,.product-card{direction:rtl}.mobile-only{display:none}.product-card{background:var(--hz-white);border-radius:var(--hz-radius);box-shadow:var(--hz-shadow);transition:transform var(--hz-speed)ease,box-shadow var(--hz-speed)ease;flex-direction:column;min-height:520px;max-height:max-content;display:flex;position:relative;overflow:hidden}.product-card:hover{transform:translateY(-2px);box-shadow:0 16px 36px #0000001f}.product-card .hz-media-link{color:inherit;text-decoration:none;display:block}.product-card .hz-media{aspect-ratio:179/268;background:linear-gradient(#f0f0f0,#ececec);width:100%;position:relative}.product-card .hz-card-swiper{height:100%}.product-card .hz-card-swiper .swiper-wrapper{align-items:center}.product-card .hz-card-swiper .swiper-slide{background:#efefef;justify-content:center;align-items:center;height:100%;display:flex}.product-card .hz-card-swiper img{object-fit:cover;width:100%;height:100%;display:block}.product-card .hz-card-swiper .video-slide{background:#000}.product-card .hz-card-swiper .hz-video{object-fit:cover;width:100%;height:100%;display:block}.product-card .hz-card-swiper .hz-video-preloader{border:3px solid #fff6;border-top-color:#fff;border-radius:0;width:38px;height:38px;margin:auto;animation:1s linear infinite spin;position:absolute;inset:auto 0 12px}@keyframes spin{to{transform:rotate(360deg)}}.product-card .swiper-button-prev,.product-card .swiper-button-next{color:#ff6a00;border-radius:0;width:32px;height:32px}.product-card .swiper-button-prev:after,.product-card .swiper-button-next:after{font-size:16px;font-weight:700}.product-card .swiper-button-disabled{opacity:.35}.product-card .swiper-pagination{bottom:10px!important}.product-card .swiper-pagination-bullet{opacity:.6;background:#7e7e7ee6;width:6px;height:6px}.product-card .swiper-pagination-bullet-active{opacity:1;background:#000;transform:scale(1.1)}.product-card .product-discount{background:var(--hz-orange);color:#fff;z-index:3;border-radius:0;padding:4px 8px;font-size:12px;font-weight:700;position:absolute;top:10px;left:10px}.product-card .spanoutstock{color:#fff;z-index:3;background:#1f2329;border-radius:0;padding:4px 8px;font-size:12px;position:absolute;top:10px;right:10px}.product-card.prd-outstock .hz-media:after{content:"";z-index:2;background:#00000040;position:absolute;inset:0}.product-card .product__details{flex-direction:column;gap:8px;padding:12px 14px 14px;display:flex}.product-card .product-title{color:#0d0f12;text-decoration:none}.product-card .product-title h3{letter-spacing:.02em;color:#0d0f12;max-height:3.4em;margin:0;font-size:15px;font-weight:700;line-height:1.7;overflow:hidden}.product-card .price{align-items:baseline;gap:10px;display:flex}.product-card .price .product-price,.product-card .price .new-price{align-items:center;gap:6px;font-size:14px;font-weight:800;display:inline-flex}.product-card .price i{opacity:.7;font-size:10px;font-style:normal}.product-card .price .old-price{color:var(--hz-gray-500);font-size:12px;font-family:var(--hz-font-nums);text-decoration:line-through}.product-card .hz-swatches{flex-wrap:wrap;align-items:center;gap:6px;margin-top:2px;display:flex}.product-card .hz-swatches .sw{border:1px solid var(--hz-border);cursor:pointer;width:32px;height:auto;transition:transform var(--hz-speed)ease,box-shadow var(--hz-speed)ease;background:#fff;border-radius:0;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.product-card .hz-swatches .sw img{object-fit:cover;width:100%;height:100%;display:block}.product-card .hz-swatches .sw:is(:hover,.is-selected){transform:translateY(-1px);box-shadow:inset 0 0 0 2px #111}.product-card .hz-swatches .sw--more{color:#333;background:#fafafa;font-size:12px;font-weight:700}.product-card .sizes-row{flex-wrap:wrap;gap:6px;margin:4px 0 2px;display:flex}.product-card .size-chip{border:1px solid var(--hz-border);text-align:center;cursor:pointer;min-width:29px;height:28px;transition:all var(--hz-speed)ease;font-size:12px;font-weight:700;line-height:26px;font-family:var(--hz-font-nums);background:#fff;border-radius:0;padding:0 6px}.product-card .size-chip:hover{border-color:#111;transform:translateY(-1px)}.product-card .size-chip.is-selected{color:#fff;background:#111;border-color:#111}.product-card .size-chip.oos{opacity:.45;cursor:not-allowed;background:#f7f7f7}.product-card .size-chip.size-more{color:#111;background:#f6f7f9}.product-card .size-chip.is-hidden{display:none}.product-card .card-hover-cta{opacity:0;pointer-events:none;transition:transform var(--hz-speed)ease,opacity var(--hz-speed)ease;padding:0;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.product-card:hover .card-hover-cta{opacity:1;pointer-events:auto;transform:translateY(0)}.product-card .card-hover-cta .btn-quickbuy{background:var(--hz-black);color:#fff;letter-spacing:.02em;cursor:pointer;border:none;border-radius:0;width:100%;height:44px;font-weight:800}.product-card .qb.desktop-only{border-top:1px solid var(--hz-gray-200);transition:opacity var(--hz-speed)ease,transform var(--hz-speed)ease;opacity:0;z-index:5;background:#fff;padding:8px 12px 12px;transform:translateY(6px)}.product-card:hover .qb.desktop-only{opacity:1;transform:translateY(0)}.product-card .qb.desktop-only.is-open{opacity:1;transform:none}.product-card .qb__bar{justify-content:space-between;align-items:center;gap:10px;display:flex}.product-card .qb__sizes-inline{flex:auto;min-height:32px}.product-card .hz-btn{color:#fff;background:#111;border:1px solid #111;border-radius:0;height:36px;padding:0 14px;font-weight:800}.product-card .hz-btn[disabled]{opacity:.5;cursor:not-allowed}.product-card .qb__msg{color:#111;min-height:16px;margin-top:6px;font-size:12px}.product-card.prd-outstock .qb.desktop-only{pointer-events:none;opacity:.5}.mini-loader{border:2px solid var(--hz-gray-300);border-top-color:#111;border-radius:0;width:22px;height:22px;margin:2px 6px;animation:.9s linear infinite spin}.qb-sheet{z-index:1000;display:block;position:fixed;inset:0}.qb-sheet[aria-hidden=true]{display:none}.qb-sheet__overlay{background:#00000073;position:absolute;inset:0}.qb-sheet__panel{background:#fff;border-radius:0;outline:none;max-height:86vh;animation:.18s qbIn;position:absolute;bottom:0;left:0;right:0;overflow:hidden;transform:translateY(0);box-shadow:0 -20px 40px #0003}@keyframes qbIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.qb-sheet__handle{background:#e2e5ea;border-radius:0;width:46px;height:4px;margin:10px auto 6px}.qb-sheet__body{max-height:calc(86vh - 72px);padding:10px 12px 12px;overflow:auto}.qb-sheet__gallery{margin-bottom:10px}.qb-rail{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:8px;padding-bottom:2px;display:flex;overflow:auto}.qb-rail::-webkit-scrollbar{display:none}.qb-rail.dragging{cursor:grabbing}.qb-rail .rail-item{aspect-ratio:3/4;background:#f2f3f5;border-radius:0;flex:none;width:140px;overflow:hidden}.qb-rail img,.qb-rail video{object-fit:cover;width:100%;height:100%;display:block}.qb-sheet__colors{margin:8px 0 10px}.qb-sheet__sizes{margin-top:2px}.qb-sheet__footer{border-top:1px solid var(--hz-gray-200);background:#fff;padding:10px 12px 12px;position:sticky;bottom:0}.qb-sheet__add{color:#fff;background:#111;border:none;border-radius:0;width:100%;height:44px;font-weight:800}.qb-sheet__add.is-loading{opacity:.6;cursor:wait}.qb-sheet__close{cursor:pointer;background:#f0f2f5;border:none;border-radius:50%;width:28px;height:28px;position:absolute;top:8px;right:10px}.qb-sheet__msg{color:#fff;opacity:0;background:#111;border-radius:0;padding:8px 14px;font-size:12px;transition:opacity .18s,transform .18s;position:absolute;bottom:90px;left:50%;transform:translate(-50%)}.qb-sheet__msg.show{opacity:1;transform:translate(-50%,-4px)}@media (width<=991.98px){.product-card{min-height:auto}.product-card .card-hover-cta,.product-card .qb.desktop-only{display:none}.product-card .hz-swatches .sw{width:26px;height:auto}.product-card .product__details{padding:10px 12px 12px}}@media (width>=992px){.qb-sheet{display:none!important}}.popular_products .product-card{height:100%}.categories_container.popular_products{gap:var(--hz-gap)}.categories_container.popular_products .product-card{width:calc(23% - (var(--hz-gap)*179/268))}.owl-item .categories_container.popular_products .product-card{width:100%!important}.popular-band+.white_section_container{background:#fff}.category_section_aekm_mobile.black_bg~.popular-containers .product-card{box-shadow:var(--hz-shadow)}.product-card .hz-swatches .sw[aria-checked=true]{box-shadow:inset 0 0 0 2px #111}.product-card .size-chip[aria-disabled=true]{cursor:not-allowed}.hz-muted{color:var(--hz-gray-500)}.owl-carousel .item .product-card{width:100%;height:100%}.white_section_container_mobile .product-card{width:48%}.product-card .swiper-pagination-bullet{border-radius:0!important}.offers_carousel_item{justify-content:center;align-items:center;height:auto;padding:0;display:flex;padding-right:50px!important}@media (width<=580px){.offers_carousel_item{color:#000;justify-content:center;align-items:center;height:auto;margin-right:0;padding:0;display:flex;width:100%!important;padding-right:0!important}}.product-card .swiper-button-prev,.product-card .swiper-button-next{width:29px!important;height:58px!important;left:var(--swiper-navigation-sides-offset,0px)!important}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{color:#ff6a00}