.products-page{padding-bottom:100px}.products-page .products-hero{width:100%;height:400px;margin-bottom:60px;position:relative;overflow:hidden}.products-page .products-hero__image{object-fit:cover;width:100%;height:400px;display:block}.products-page .products-hero__content{text-align:center;padding:50px 0 40px}.products-page .products-hero__content h1{color:var(--white);font-family:var(--font-cormorant-garamond);margin-bottom:15px;font-size:48px;font-weight:700}.products-page .products-hero__content p{color:var(--white);font-family:var(--font-cormorant-garamond);opacity:.9;font-size:24px;font-weight:400}.products-page .products-info{margin:0 0 40px}.products-page .products-info__total{color:var(--white);font-family:var(--font-cormorant-garamond);text-align:center;font-size:18px}.products-page .products-info__total span{color:#cdaa7d;font-weight:600}@media (max-width:768px){.products-page .products-hero__image{height:300px;margin-bottom:40px}.products-page .products-hero__content{margin-bottom:30px}.products-page .products-hero__content h1{font-size:36px}.products-page .products-hero__content p{font-size:20px}.products-page .products-info{margin-bottom:30px}.products-page .products-info__total{font-size:16px}.products-page .products-page__list{margin-bottom:40px}.products-page .container{padding-bottom:60px}}@media (max-width:480px){.products-page .products-hero__image{height:250px;margin-bottom:30px}.products-page .products-hero__content h1{font-size:32px}.products-page .products-hero__content p{font-size:18px}.products-page .products-info{margin-bottom:25px}.products-page .products-info__total{font-size:15px}.products-page .container{padding-bottom:50px}}
.product-filters{margin-bottom:50px}.product-filters__wrapper{flex-wrap:wrap;justify-content:center;gap:15px;display:flex}.product-filters__button{border:1px solid var(--white);color:var(--white);font-family:var(--font-cormorant-garamond);cursor:pointer;white-space:nowrap;background:0 0;padding:12px 25px;font-size:18px;font-weight:400;transition:all .3s}.product-filters__button:hover{background:#ffffff1a}.product-filters__button--active{background:var(--white);color:var(--backHeader);cursor:default;font-weight:600}.product-filters__button--active:hover{background:var(--white)}.product-filters__button:disabled{cursor:not-allowed}.product-filters__button:disabled:hover{background:0 0}@media (max-width:768px){.product-filters{margin-bottom:40px}.product-filters__wrapper{-webkit-overflow-scrolling:touch;scrollbar-width:thin;justify-content:flex-start;gap:10px;padding-bottom:15px;overflow-x:auto}.product-filters__wrapper::-webkit-scrollbar{height:4px}.product-filters__wrapper::-webkit-scrollbar-track{background:#ffffff1a;border-radius:2px}.product-filters__wrapper::-webkit-scrollbar-thumb{background:#cdaa7d80;border-radius:2px}.product-filters__button{padding:10px 20px;font-size:16px}}@media (max-width:480px){.product-filters__wrapper{gap:10px}.product-filters__button{padding:8px 15px;font-size:14px}}
.product-list{flex-direction:column;gap:20px;display:flex}.product-list-empty{text-align:center;padding:60px 0}.product-list-empty p{color:var(--white);font-family:var(--font-cormorant-garamond);opacity:.7;font-size:20px}
.product-card{border:1px solid var(--colorForBorderCard);background:#ffffff0d;text-decoration:none;transition:all .3s;display:flex;overflow:hidden}.product-card:hover{background:#ffffff14;border-color:#ffffff4d;transform:translateY(-3px);box-shadow:0 10px 25px #0003}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__image-wrapper{border-right:1px solid #ffffff1a;width:180px;min-width:180px;height:180px;overflow:hidden}.product-card__image-wrapper .product-card__image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-card__info{flex-direction:column;flex:1;padding:20px;display:flex}.product-card__header{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.product-card__title{color:var(--white);font-family:var(--font-cormorant-garamond);flex:1;margin-bottom:8px;font-size:20px;font-weight:600;line-height:1.3}.product-card__brand{color:#cdaa7d;font-family:var(--font-cormorant-garamond);white-space:nowrap;margin-left:15px;font-size:16px;font-weight:500}.product-card__description{color:#ffffffb3;font-family:var(--font-cormorant-garamond);flex:1;margin-bottom:15px;font-size:15px;line-height:1.5}.product-card__footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.product-card__code{color:#ffffff80;font-family:var(--font-cormorant-garamond);font-size:14px}.product-card__price{color:var(--white);font-family:var(--font-cormorant-garamond);font-size:22px;font-weight:700}@media (max-width:768px){.product-card{flex-direction:column}.product-card__image-wrapper{border-bottom:1px solid #ffffff1a;border-right:none;width:100%;min-width:100%;height:200px}.product-card__info{padding:15px}.product-card__header{flex-direction:column;margin-bottom:10px}.product-card__title{margin-bottom:5px;font-size:18px}.product-card__brand{margin-bottom:8px;margin-left:0;font-size:15px}.product-card__description{margin-bottom:12px;font-size:14px}.product-card__footer{flex-direction:column;align-items:flex-start;gap:8px}.product-card__price{align-self:flex-end;font-size:20px}}@media (max-width:480px){.product-card__image-wrapper{height:180px}.product-card__title{font-size:17px}.product-card__description{font-size:13px}.product-card__price{font-size:18px}}
