.product-card{flex-direction:column;align-items:center;gap:30px;width:372px;height:450px;padding:0 40px 40px;display:flex;position:relative}@media only screen and (max-width:1024px){.product-card{gap:20px;padding:0 30px 30px}}@media only screen and (max-width:912px){.product-card{width:353px;height:373px;padding:0 20px 20px}}@media only screen and (min-width:320px) and (max-width:767px){.product-card{width:100%}}.product-card:hover .product-card__image-wrapper{transform:scale(1.1)}.product-card__bg-wrapper{z-index:1;width:398px;height:470px;position:absolute;top:0;left:-13px}@media only screen and (max-width:912px){.product-card__bg-wrapper{width:379px;height:393px}}@media only screen and (min-width:320px) and (max-width:767px){.product-card__bg-wrapper{width:calc(100% + 23px)}}.product-card__bg{width:100%;height:100%}.product-card__image-wrapper{z-index:10;width:247.578px;height:244.084px;margin-top:-38px;transition:transform .3s ease-in-out;position:relative}@media only screen and (max-width:912px){.product-card__image-wrapper{width:210px;height:207.036px}}.product-card__image{object-fit:contain}.product-card__details-wrapper{z-index:10}.product-card__details-title{font-family:var(--font-roboto);color:#204e51;font-size:1.25rem;font-weight:600;line-height:24px}@media only screen and (max-width:912px){.product-card__details-title{list-style:21.6px;font-size:1.125rem}}.product-card__details-description{font-family:var(--font-roboto);color:#1e1e1e;line-clamp:3;-webkit-line-clamp:6;-webkit-box-orient:vertical;margin-top:20px;font-size:.9375rem;font-weight:400;line-height:21px;display:-webkit-box;overflow:hidden}@media only screen and (max-width:912px){.product-card__details-description{margin-top:10px;font-size:.875rem;line-height:19.6px}}.product-card__details-link{font-family:var(--font-roboto);color:#1e1e1e;align-items:center;gap:5px;margin-top:15px;font-size:1rem;font-weight:500;line-height:19.2px;transition:color .3s;display:inline-flex}.product-card__details-link span{align-items:center;display:inline-flex}.product-card__details-link:hover{color:#204e51}
