.product-card{display:flex;flex-direction:column;gap:1.6rem;width:100%;height:100%}@media (max-width: 1024px){.product-card{gap:1rem}}.product-card.product-card_reserved .product-card__brand,.product-card.product-card_reserved .product-card__title,.product-card.product-card_reserved .product-card__price{opacity:.3}.product-card.product-card_in-wishlist .product-card__btn_w{background-color:#fd6735;color:#fff}@media (hover){.product-card.product-card_in-wishlist .product-card__btn_w:hover{background-color:#df5223;border-color:#df5223}}@media (hover: none){.product-card.product-card_in-wishlist .product-card__btn_w:active{background-color:#df5223;border-color:#df5223}}.product-card.product-card_in-wishlist .product-card__btn_w svg{color:#fff;stroke:#fff}.product-card__container{position:relative;flex:1;display:flex;flex-direction:column}@media (hover){.product-card__container:is(a):hover .product-card__link-icon{opacity:1;scale:1}.product-card__container:is(a):hover .product-card__title{color:#fd6735}}@media (hover: none){.product-card__container:is(a):active .product-card__link-icon{opacity:1;scale:1}.product-card__container:is(a):active .product-card__title{color:#fd6735}}.product-card__link-icon{position:absolute;z-index:2;top:.8rem;right:.8rem;width:4rem;height:4rem;border-radius:50%;background-color:#fcf8ec;display:flex;align-items:center;justify-content:center;color:#fd6735;opacity:0;scale:.2;transition:.3s}@media (max-width: 1024px){.product-card__link-icon{width:3rem;height:3rem;opacity:1;scale:1}}.product-card__link-icon svg{width:2.4rem;height:2.4rem}@media (max-width: 1024px){.product-card__link-icon svg{width:1.8rem;height:1.8rem}}.product-card__img{position:relative;width:100%;aspect-ratio:26/39;border-radius:2rem;overflow:hidden;background-color:#f5f2e7;margin-bottom:1.6rem;display:flex;align-items:center;justify-content:center}@media (max-width: 1024px){.product-card__img{border-radius:1.6rem;margin-bottom:1rem}}.product-card__img img,.product-card__img picture,.product-card__img video{position:absolute;top:0;left:0;object-fit:cover;object-position:center;width:100%;height:100%;transition:.3s;mix-blend-mode:multiply}.product-card__reserved{position:absolute;z-index:1;top:50%;left:50%;translate:-50% -50%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:3.2rem;width:16rem;height:16rem;background-color:#fcf8ec;border-radius:50%;font-family:Nagel;font-weight:500;font-size:1.3rem;line-height:1;text-transform:uppercase;letter-spacing:.05em;font-weight:400;color:#181818}.product-card__reserved svg{width:6.2rem;height:6.2rem}.product-card__brand{font-family:Nagel;font-size:1.3rem;line-height:1.3;letter-spacing:.05em;text-transform:uppercase;color:#fd6735;font-weight:500;margin-bottom:1.2rem}@media (max-width: 1024px){.product-card__brand{font-size:1rem;margin-bottom:.4rem}}.product-card__title{font-family:Garamond;font-weight:400;font-size:2.4rem;transition:.3s}@media (max-width: 1024px){.product-card__title{font-size:1.6rem}}.product-card__price{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:1.2rem;font-family:Nagel;font-size:1.3rem;font-weight:500;letter-spacing:.05em;color:#fd6735;text-transform:uppercase;margin-top:1.1rem}@media (max-width: 1024px){.product-card__price{margin-top:.3rem;font-size:1rem}}.product-card__price-old{color:#18181840}.product-card__btns{display:flex;align-items:stretch;gap:.9rem;margin-top:auto}.product-card .product-card__btn{flex:1;justify-content:space-between;padding:1.6rem 1.6rem 1.6rem 2rem}@media (hover){.product-card .product-card__btn:hover{background-color:#fd6735;color:#fff}.product-card .product-card__btn:hover svg{stroke:#fff}}@media (hover: none){.product-card .product-card__btn:active{background-color:#fd6735;color:#fff}.product-card .product-card__btn:active svg{stroke:#fff}}@media (max-width: 1024px){.product-card .product-card__btn{padding:1.1rem 1.1rem 1.1rem 1.5rem}}.product-card .product-card__btn svg{color:transparent;stroke:#fd6735;transition:stroke .3s}.product-card_catalog{gap:0;overflow:hidden;border:.1rem solid rgba(24,24,24,.08);border-radius:1.2rem;background-color:#ffffff6b;box-shadow:0 .8rem 2.4rem #18181808}.product-card_catalog .product-card__container{min-height:0}.product-card_catalog .product-card__link-icon{top:1.6rem;right:1.6rem;width:3.6rem;height:3.6rem;border-radius:.9rem;opacity:1;scale:1;background-color:#ffffffeb;box-shadow:0 .4rem 1.4rem #18181814}@media (max-width: 768px){.product-card_catalog .product-card__link-icon{top:1.2rem;right:1.2rem;width:3.2rem;height:3.2rem}}.product-card_catalog .product-card__link-icon svg{width:2rem;height:2rem}@media (max-width: 768px){.product-card_catalog .product-card__link-icon svg{width:1.8rem;height:1.8rem}}.product-card_catalog .product-card__img{aspect-ratio:1/1;border-radius:1.2rem 1.2rem 0 0;margin-bottom:0;background-color:#f5f2e7b8}@media (max-width: 1024px){.product-card_catalog .product-card__img{border-radius:1.2rem 1.2rem 0 0;margin-bottom:0}}.product-card_catalog .product-card__img img,.product-card_catalog .product-card__img picture,.product-card_catalog .product-card__img video{object-fit:contain;padding:1.6rem}@media (max-width: 768px){.product-card_catalog .product-card__img img,.product-card_catalog .product-card__img picture,.product-card_catalog .product-card__img video{padding:1rem}}.product-card_catalog .product-card__brand,.product-card_catalog .product-card__title,.product-card_catalog .product-card__price{padding-left:2rem;padding-right:2rem}@media (max-width: 768px){.product-card_catalog .product-card__brand,.product-card_catalog .product-card__title,.product-card_catalog .product-card__price{padding-left:1.4rem;padding-right:1.4rem}}.product-card_catalog .product-card__brand{margin-top:1.8rem;margin-bottom:.6rem}.product-card_catalog .product-card__title{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;line-height:1.08;min-height:7.8rem}@media (max-width: 1024px){.product-card_catalog .product-card__title{min-height:5.2rem}}.product-card_catalog .product-card__price{margin-top:1rem;margin-bottom:1.8rem}.product-card_catalog .product-card__btns{padding:0 2rem 2rem}@media (max-width: 768px){.product-card_catalog .product-card__btns{padding:0 1.4rem 1.4rem}}.product-card_catalog .product-card__btn{min-height:4.4rem;border-radius:.5rem}@media (max-width: 768px){.product-card_catalog .product-card__btn{min-height:4rem}}
