.catshow{padding:56px 0 72px;overflow:hidden}.catshow__container{max-width:none;margin:0;padding:0 max(24px,2vw)}.catshow__header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:14px}.catshow__title{font-family:var(--font-heading-family);font-size:2.6rem;font-weight:700;margin:0}.catshow__desc{font-size:1.5rem;opacity:.7;margin:6px 0 0;line-height:1.5}.catshow__header-right{display:flex;align-items:center;gap:18px;flex-shrink:0}.catshow__motion-toggle{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border:1.5px solid rgba(18,18,18,.16);border-radius:999px;background:#fff;color:rgb(var(--color-base-text));font-family:inherit;font-size:1.15rem;font-weight:600;letter-spacing:.3px;line-height:1;cursor:pointer;transition:border-color .18s ease,background-color .18s ease}.catshow__motion-toggle:hover{border-color:#12121273;background:#1212120a}.catshow__motion-icon{flex-shrink:0}.catshow__motion-play{display:none}.catshow--paused .catshow__motion-play{display:block}.catshow--paused .catshow__motion-bars{display:none}.catshow--paused .catshow__row-track{animation-play-state:paused!important}.catshow__tab-link{font-size:1.4rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;color:rgb(var(--color-base-text));border-bottom:2px solid currentColor;padding-bottom:2px;white-space:nowrap;flex-shrink:0}.catshow__tabs{display:flex;align-items:center;gap:26px;margin-bottom:22px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:2px}.catshow__tabs::-webkit-scrollbar{display:none}.catshow__tab{background:transparent;border:0;padding:0 0 8px;margin:0;cursor:pointer;font-family:inherit;font-size:1.5rem;font-weight:500;line-height:1;white-space:nowrap;color:rgb(var(--color-base-text));opacity:.55;position:relative;transition:opacity .18s ease}.catshow__tab:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform .22s ease}.catshow__tab:hover{opacity:.85}.catshow .catshow__tab--active{opacity:1;font-weight:700}.catshow__tab--active:after{transform:scaleX(1)}.catshow__grid{display:grid;grid-template-columns:4fr 8fr;gap:20px;align-items:stretch}.catshow__hero{position:relative;overflow:hidden;background:#f0f0f0;height:100%;min-height:100%;border-radius:10px}.catshow__hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;opacity:0;transition:opacity .4s ease;pointer-events:none}.catshow__hero-slide--active{opacity:1;pointer-events:auto}.catshow__hero-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.catshow__hero-placeholder{width:100%;height:100%;min-height:300px;display:flex;align-items:center;justify-content:center;background:#f0f0f0}.catshow__products-wrapper{position:relative;overflow:hidden;min-width:0}.catshow__products-track{display:none;flex-direction:column;gap:20px}.catshow__products-track--active{display:flex}.catshow__row{overflow:hidden;position:relative;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 2.5%,#000 97.5%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 2.5%,#000 97.5%,transparent 100%)}.catshow__row-track{display:flex;width:max-content;will-change:transform}.catshow__row-dup{display:contents}.catshow__row--a .catshow__row-track{animation:catshow-marquee 38s linear infinite}.catshow__row--b .catshow__row-track{animation:catshow-marquee 46s linear infinite reverse}.catshow__row:hover .catshow__row-track{animation-play-state:paused}@keyframes catshow-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.catshow__product-card{flex:0 0 auto;width:clamp(190px,17vw,240px);margin-right:18px;scroll-snap-align:start;text-decoration:none;color:rgb(var(--color-base-text));display:block}.catshow__product-image{position:relative;aspect-ratio:3 / 4;background:#f5f5f5;overflow:hidden;margin-bottom:10px;border-radius:6px}.catshow__product-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.catshow__product-card:hover .catshow__product-img{transform:scale(1.04)}.catshow__product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f0f0f0}.catshow__product-name{font-family:var(--font-heading-family);font-size:1.35rem;font-weight:600;margin:0 0 4px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.catshow__product-price{font-size:1.35rem;margin:0;opacity:.85}.catshow__product-price-sale{color:#b12704;opacity:1}.catshow__product-price-was{margin-left:6px;opacity:.55}.catshow__empty{font-size:1.4rem;opacity:.5;padding:40px 20px}@media(max-width:989px){.catshow__grid{grid-template-columns:4fr 8fr;gap:14px}.catshow__product-card{width:clamp(170px,26vw,210px);margin-right:16px}}@media(max-width:749px){.catshow{padding:36px 0 48px}.catshow__header{flex-direction:column;gap:4px;margin-bottom:10px}.catshow__title{font-size:2rem}.catshow__desc{font-size:1.3rem}.catshow__tab-link{font-size:1.2rem;align-self:flex-start}.catshow__tabs{gap:18px;margin-bottom:16px}.catshow__tab{font-size:1.35rem}.catshow__grid{grid-template-columns:1fr;gap:16px}.catshow__hero{aspect-ratio:16 / 10;height:auto;min-height:0}.catshow__products-track{gap:12px;height:auto}.catshow__product-card{width:46vw;margin-right:12px}.catshow__product-image{border-radius:8px}.catshow__product-name,.catshow__product-price{font-size:1.3rem}}@media(prefers-reduced-motion:reduce){.catshow__row-track{animation:none!important;transform:none!important}.catshow__row{overflow-x:auto;-webkit-mask-image:none;mask-image:none;scrollbar-width:none}.catshow__row::-webkit-scrollbar{display:none}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/z-category-showcase.css.map */
