.product-card{width:372px;height:450px;padding:0 40px 40px;display:flex;flex-direction:column;align-items:center;gap:30px;position:relative}@media only screen and (max-width:1024px){.product-card{padding:0 30px 30px;gap:20px}}@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{position:absolute;width:398px;height:470px;left:-13px;top:0;z-index:1}@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;position:relative;margin-top:-38px;transition:transform .3s ease-in-out}@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);font-size:1.25rem;font-weight:600;line-height:24px;color:#204e51}@media only screen and (max-width:912px){.product-card__details-title{font-size:1.125rem;list-style:21.6px}}.product-card__details-description{margin-top:20px;font-family:var(--font-roboto);font-size:.9375rem;line-height:21px;font-weight:400;color:#1e1e1e;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:3;-webkit-line-clamp:6;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{margin-top:15px;font-family:var(--font-roboto);font-size:1rem;line-height:19.2px;font-weight:500;color:#1e1e1e;gap:5px;transition:color .3s ease}.product-card__details-link,.product-card__details-link span{display:inline-flex;align-items:center}.product-card__details-link:hover{color:#204e51}