.product-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#fff6;border-radius:24px;width:100%;overflow:hidden}.product-card--light .product-card__label,.product-card--light .product-card__title,.product-card--light .product-card__descr{color:var(--dark-0)}@media (max-width:1025px){.product-card--light .product-card__label,.product-card--light .product-card__title,.product-card--light .product-card__descr{color:var(--dark-100)}}.product-card--light .product-card__label:before{background-color:var(--dark-0)}@media (max-width:1025px){.product-card--light .product-card__label:before{background-color:var(--dark-100)}}.product-card__link{align-items:center;width:100%;padding:8px;display:flex}@media (max-width:1919px){.product-card__link{padding:6px}}.product-card__link:hover .product-card__label,.product-card__link:hover .product-card__title,.product-card__link:hover .product-card__descr{color:var(--dark-60)}.product-card__link:hover .product-card__label:before{background-color:var(--dark-60)}.product-card__link:active .product-card__label,.product-card__link:active .product-card__title,.product-card__link:active .product-card__descr{color:var(--dark-40)}.product-card__link:active .product-card__label:before{background-color:var(--dark-40)}.product-card__img{aspect-ratio:168/184;background-color:var(--dark-0);border-radius:27px;flex:0 0 168px;justify-content:center;align-items:center;display:flex;overflow:hidden}.product-card__img img{width:68px;height:auto}@media (max-width:1919px){.product-card__img{aspect-ratio:130/138;border-radius:20px;flex:0 0 130px}.product-card__img img{width:51px}}@media (max-width:1279px){.product-card__img{flex:0 0 112px;width:112px}}@media (max-width:767px){.product-card__img{flex:0 0 100px;width:100px}.product-card__img img{width:40px}}.product-card__content{padding:16px 32px}@media (max-width:1919px){.product-card__content{padding:8px 24px}}.product-card__label{margin-bottom:8px;padding-left:11px;transition:color .3s;display:block;position:relative}.product-card__label:before{content:"";background-color:var(--dark-100);border-radius:100%;width:4px;height:4px;transition:background-color .3s;position:absolute;top:6px;left:0}@media (max-width:1919px){.product-card__label:before{top:5px}}.product-card__title{margin-bottom:10px;transition:color .3s}@media (max-width:1919px){.product-card__title{margin-bottom:8px}}.product-card__descr{-webkit-line-clamp:2;-webkit-box-orient:vertical;transition:color .3s;display:-webkit-box;overflow:hidden}@media (max-width:767px){.product-card__descr{-webkit-line-clamp:1}}
