.product-card{flex-direction:column;cursor:pointer;z-index:0}.product-card,.product-card__img-wrap{display:flex;position:relative;width:100%}.product-card__img-wrap{height:30vw;align-items:center;justify-content:center}.product-card__img-one{position:absolute;z-index:1}.product-card__img-two{opacity:0;position:absolute;z-index:2;transition:.2s;background-color:#fff}.product-card__img-two-active{opacity:1}.product-card__icon{position:absolute;top:15px;left:15px;padding:.5vw;z-index:3;width:3vw;height:3vw;opacity:0;transition:.3s}.product-card__icon-active{opacity:1}.product-card__info{display:flex;flex-direction:column;padding:0 10px 10px;margin-top:auto}.product-card__info-title{padding:8px 10px;font-size:var(--MediumFont);line-height:18px;font-weight:700;margin-bottom:8px}.product-card__info-price{font-size:var(--MediumFont);line-height:18px;margin-bottom:10px}.product-card__info-price-sale{font-size:var(--SmallFont);text-decoration:line-through;color:#0000007c;margin-left:5px}.product-card__info-color-list{display:flex;gap:10px;width:78%;flex-wrap:wrap}.product-card__info-color-list-item{width:1.5vw;height:1.5vw;display:block}.product-card__info-sold{text-transform:uppercase;font-size:12px;color:red}.product-card__offer-sale{border:1px solid #000;border-bottom-left-radius:20px;background-color:#000;color:#fff}.product-card__offer-new,.product-card__offer-sale{position:absolute;top:0;right:0;z-index:3;display:flex;align-items:center;justify-content:center;width:110px;height:45px;font-size:var(--MediumFont)}.product-card__offer-new{border:2px solid #fff;border-bottom-left-radius:20px;background-color:#fff;color:#000}.product-card__info-bottom-icon-wrap{display:flex;justify-content:space-between;align-items:center}.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}.product-card__info-color-list{gap:6px;flex-wrap:wrap}.product-card__info-color-list-item{width:16px;height:16px;display:flex;align-items:center;justify-content:center}}@media (max-width:992px){.product-card__icon{top:10px;left:10px;width:3.5vw;height:3.5vw}}@media (max-width:768px){.product-card__offer-new,.product-card__offer-sale{width:60px;height:30px;border-bottom-left-radius:15px}}@media (max-width:576px){.product-card__info-title{font-size:var(--StandardFont);display:inline-block}.product-card__info-price{font-size:var(--LargeFont)}.product-card__img-wrap{height:60vw}.product-card__icon,.product-card__info-button{width:10vw;height:10vw;padding:2.5vw}.product-card__icon{top:4px;left:4px}.product-card__info-price-sale{font-size:var(--StandardFont)}.product-card__info-color-list-item-plus{margin-bottom:1px}}.ourBestsellers{display:flex;flex-direction:column;margin-top:160px}.ourBestsellers__title{font-size:var(--BigFont);font-weight:700;margin-bottom:65px;text-align:center;text-transform:uppercase}@media (max-width:1600px){.ourBestsellers{margin-top:100px}.ourBestsellers__title{margin-bottom:55px}}@media (max-width:768px){.ourBestsellers{margin-top:70px}.ourBestsellers__title{margin-bottom:50px}.ourBestsellers__list{width:auto;display:flex;flex-direction:row;overflow-x:auto;gap:8px;padding:0 8px}}.laptop{display:none}.category__menu{display:flex;flex-direction:column;border-bottom:1px solid #e9e9e9}.category__menu-title{font-size:var(--SmallFont);padding:24px 15px;display:flex;align-items:center;gap:16px}.category__menu-title li:last-child{font-size:var(--MediumFont)}.category__menu-title>li:first-letter{text-transform:uppercase}.category__menu-list-search-wrap{display:flex;justify-content:space-between;padding:23px 15px;border-top:1px solid #e9e9e9}.category__menu-list{display:flex;flex-wrap:wrap}.category__menu-list-item:not(:last-child){margin-right:25px}.category__menu-list-item-button{position:relative;font-size:var(--SmallFont);font-weight:300;text-transform:uppercase;padding-bottom:3px}.category__menu-list-item-button.active-button:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:#000;animation:borderDraw .4s ease forwards}@keyframes borderDraw{0%{width:0}to{width:100%}}.category__filter{display:flex;justify-content:space-between;align-items:center;padding:24px 15px}.category__filter-button,.category__filter-title{font-size:var(--MediumFont);font-weight:700;text-transform:uppercase}.category__filter-button{display:flex;align-items:center;gap:16px;margin-left:auto}.category__filter-button-icon{width:24px}.categoty-list{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:auto;gap:80px 15px;margin-left:15px;margin-right:15px}.categoty-list__banner{grid-column:span 2;grid-row:span 2;background-color:#f5f5f5}.categoty_product-notFound{color:#000;font-size:var(--ExtraLargeFont);font-weight:700;margin:30px 0 80px 15px;text-transform:uppercase}.categoty_product-center-img-wrap{display:block;width:100%;height:100%}@keyframes categoty_product-center-img{0%{opacity:0}to{opacity:1}}.categoty_product-bottom{display:flex;flex-direction:column;align-items:center;position:relative}.categoty_product-bottom-img-wrap{position:relative}.categoty_product-bottom-img{width:100vw;max-height:950px}.categoty_product-bottom-button{margin-top:60px;margin-bottom:80px;font-size:var(--LargeFont);font-weight:700;padding:2px 17px;border-left:2px solid #000;border-right:2px solid #000}@media (max-width:1600px){.category__menu-title{font-size:var(--MediumFont);padding:16px 15px;display:flex;align-items:center;gap:16px}.category__filter{padding:16px 15px}.category__filter-button-icon{width:20px}}@media (max-width:1200px){.category__menu{display:none}.category__filter-button-icon{width:24px}.category__filter-button{gap:8px}.categoty_product-bottom-button{margin-top:25px;margin-bottom:25px}}@media (max-width:768px){.category__menu-list-search-wrap{display:none}}@media (max-width:576px){.categoty-list{grid-template-columns:repeat(2,1fr);gap:40px 10px;margin-left:10px;margin-right:10px}.mobile-category{display:none}.category__filter{padding:20px 16px}.laptop{display:block}.categoty_product{gap:40px}.category__filter-button-icon{width:20px}.categoty_product-center-img-wrap--mobile{position:relative;background-color:#fff;height:550px;width:100%}.categoty_product-bottom-img-wrap{position:relative;height:550px}.categoty_product-center-img{width:100vw}.categoty_product-bottom-img{width:100vw;max-height:550px}.categoty-list__banner{margin-left:-10px;margin-right:-10px;height:550px}}