.product-card{cursor:pointer;z-index:0;flex-direction:column;width:100%;display:flex;position:relative}.product-card__img-wrap{justify-content:center;align-items:center;width:100%;height:30vw;display:flex;position:relative}.product-card__img-one{z-index:1;position:absolute}.product-card__img-two{opacity:0;z-index:2;background-color:#fff;transition:all .2s;position:absolute}.product-card__img-two-active{opacity:1}.product-card__icon{z-index:3;opacity:0;width:3vw;height:3vw;padding:.5vw;transition:all .3s;position:absolute;top:15px;left:15px}.product-card__icon-active{opacity:1}.product-card__info{flex-direction:column;margin-top:auto;padding:0 10px 10px;display:flex}.product-card__info-title{font-size:var(--MediumFont);margin-bottom:8px;padding:8px 10px;font-weight:700;line-height:18px}.product-card__info-price{margin-bottom:10px;font-size:16px;line-height:18px}.product-card__info-price-sale{color:#0000007c;margin-left:5px;font-size:14px;text-decoration:line-through}.product-card__info-sold{text-transform:uppercase;color:red;font-size:12px}.product-card__info-color-list{flex-wrap:wrap;gap:10px;width:78%;display:flex}.product-card__color-more{cursor:pointer;justify-content:center;align-items:center;width:1.5vw;height:1.5vw;display:none}.product-card__info-color-list--expanded .product-card__color-more{display:none!important}.product-card__info-color-list-item{width:1.5vw;height:1.5vw;display:block}.product-card__offer-wrapper{z-index:3;text-transform:uppercase;display:flex;position:absolute;top:0;right:0;overflow:hidden}.product-card__offer-sale{width:110px;height:45px;font-size:var(--MediumFont);color:#fff;background-color:#000;border-bottom-left-radius:20px;justify-content:center;align-items:center;display:flex}.product-card__offer-new{width:110px;height:45px;font-size:var(--MediumFont);color:#000;background-color:#fff;border-bottom-left-radius:20px;justify-content:center;align-items:center;display:flex}.product-card__offer-new.active{margin-right:-20px}.product-card__info-bottom-icon-wrap{justify-content:space-between;align-items:center;display:flex}.product-card__info-button{width:3vw;height:3vw;padding:.5vw}@media (max-width:1200px){.product-card__offer-new,.product-card__offer-sale{width:80px;height:35px;font-size:var(--MediumFont)}.product-card__info-title{margin-bottom:0}.product-card__info-price{margin-bottom:6px;font-size:14px}.product-card__info-price-sale{font-size:12px}.product-card__info-color-list{flex-wrap:wrap;gap:6px}.product-card__info-color-list-item{justify-content:center;align-items:center;width:16px;height:16px;display:flex}.product-card__icon{opacity:1}.product-card__info-color-list:not(.product-card__info-color-list--expanded) .product-card__color-variant:nth-child(n+5){display:none}.product-card__color-more{width:16px;height:16px;display:flex}}@media (max-width:992px){.product-card__icon{width:3.5vw;height:3.5vw;top:10px;left:10px}}@media (max-width:768px){.product-card__offer-new,.product-card__offer-sale{border-bottom-left-radius:15px;width:68px;height:30px}.product-card__offer-new.active{width:72px;margin-right:-20px;padding-right:10px}}@media (max-width:576px){.product-card__info-title{font-size:var(--StandardFont);display:inline-block}.product-card__img-wrap{height:60vw}.product-card__info-button{width:10vw;height:10vw;padding:2.5vw}.product-card__icon{width:10vw;height:10vw;padding:2.5vw;top:4px;left:4px}.product-card__info-color-list-item-plus{margin-bottom:1px}}
.category__menu{border-bottom:1px solid #e9e9e9;flex-direction:column;display:flex}.category__head{grid-template-columns:1fr auto;grid-template-areas:"crumbs crumbs""tabs filter";align-items:center;display:grid}.category__crumbs{grid-area:crumbs;min-width:0}.category__menu-title{font-size:var(--SmallFont);scrollbar-width:none;border-bottom:1px solid #e9e9e9;align-items:center;gap:8px;padding:24px 15px;display:flex;overflow-x:auto}.category__menu-title::-webkit-scrollbar{display:none}.category__menu-title>li{flex:none}.category__menu-title>li:first-letter{text-transform:uppercase}.category__menu-title-current{font-size:inherit;font-weight:inherit;text-transform:inherit;margin:0;display:inline}.category__tabs{grid-area:tabs;align-items:center;gap:8px;padding:0 15px;display:flex;overflow:hidden}.category__tabs-list{white-space:nowrap;scrollbar-width:none;gap:20px;padding:16px 0;display:flex;overflow-x:auto}.category__tabs-list::-webkit-scrollbar{display:none}.category__tabs-item{flex:none}.category__tabs-link{font-size:var(--SmallFont);text-transform:uppercase;color:#a7a7a7;white-space:nowrap;font-weight:700}.category__tabs-link.active{color:#000}.category__filter{grid-area:filter;justify-content:flex-end;align-items:center;padding:24px 15px;display:flex}.category__filter-button{text-transform:uppercase;align-items:center;gap:16px;margin-left:auto;font-size:16px;font-weight:700;display:flex}.category__filter-button-icon{width:24px}.categoty-list{grid-template-columns:repeat(4,1fr);grid-auto-rows:auto;gap:80px 15px;margin-left:15px;margin-right:15px;display:grid}.categoty-list__banner{background-color:#f5f5f5;grid-area:span 2/span 2}.categoty_product-notFound{color:#000;font-size:var(--ExtraLargeFont);text-transform:uppercase;margin:30px 0 80px 15px;font-weight:700}.categoty_product-center-img-wrap{width:100%;height:100%;display:block}@keyframes categoty_product-center-img{0%{opacity:0}to{opacity:1}}.categoty_product-bottom{flex-direction:column;align-items:center;display:flex;position:relative}.categoty_product-bottom-img-wrap{position:relative}.categoty_product-bottom-img{width:100vw;max-height:950px}.categoty_product-bottom-button{font-size:var(--LargeFont);border-left:2px solid #000;border-right:2px solid #000;margin-top:60px;margin-bottom:80px;padding:2px 17px;font-weight:700}@media (max-width:1600px){.category__menu-title{font-size:var(--MediumFont);align-items:center;padding:16px 15px;display:flex}.category__filter{padding:0 10px}.category__filter-button-icon{width:20px}}@media (max-width:1200px){.category__menu{display:none}.category__head{grid-template-areas:"crumbs filter""tabs tabs"}.category__tabs-link{font-size:14px}.category__filter-button-label{display:none}.category__filter-button{font-size:14px}.category__filter-button-icon{width:24px}.category__filter-button{gap:8px}.categoty_product-bottom-button{margin-top:25px;margin-bottom:25px;font-size:12px}.category__menu-title{border-bottom:none;font-size:14px}.category__tabs-list{padding-top:8px;padding-bottom:24px}}@media (max-width:576px){.categoty-list{grid-template-columns:repeat(2,1fr);gap:40px 10px;margin-left:10px;margin-right:10px}.category__filter{padding:20px 16px}.categoty_product{gap:40px}.category__filter-button-icon{width:20px}.categoty_product-center-img-wrap--mobile{background-color:#fff;width:100%;height:550px;position:relative}.categoty_product-bottom-img-wrap{height:550px;position:relative}.categoty_product-center-img{width:100vw}.categoty_product-bottom-img{width:100vw;max-height:550px}.categoty-list__banner{height:550px;margin-left:-10px;margin-right:-10px}}