.product-card{background-color:var(--color-shape-55);border-radius:16px;justify-content:space-between;align-items:stretch;margin-bottom:40px;padding:48px 56px;display:flex;position:relative}@media (width<=520px){.product-card{padding:32px}}@media (width<=900px){.product-card{flex-direction:column-reverse}}@media (width<=780px){.product-card{background-color:var(--color-shape-70);margin-bottom:16px;padding:14px 16px 20px}}.product-card__info{margin-right:32px}.product-card__info--desktop-image{flex-shrink:0;justify-content:flex-end;align-self:center;display:flex}.product-card__info--desktop-image img{-o-object-fit:cover;object-fit:cover;width:90%;height:auto}@media (width<=780px){.product-card__info--desktop-image{display:none}}@media (width<=900px){.product-card__info{margin-right:0}}.product-card__filter{background-color:var(--color-shape-55);border-radius:40px;align-items:center;gap:2px;width:max-content;margin-bottom:8px;padding:4px 8px;display:none}@media (width<=780px){.product-card__filter{display:flex}}.product-card__filter-title{font-size:12px}.product-card__title{text-align:left;margin-bottom:16px}@media (width<=1200px){.product-card__title{font-size:32px}}@media (width<=520px){.product-card__title{margin-bottom:8px;font-size:24px}}.product-card__description{font-family:var(--font-family-inter);font-size:18px;font-weight:300;line-height:1.3}.product-card__description a{color:var(--color-primary-30)}@media (width<=780px){.product-card__description{color:var(--color-text-30);font-size:12px}}.product-card__buttons-arrow{background:var(--color-shape-55);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:transform .3s;display:none;position:absolute;top:8px;right:8px}@media (width<=780px){.product-card__buttons-arrow{display:flex}}.product-card__buttons-arrow-img{width:8px;height:4px;transition:transform .3s}@media (width<=780px){.product-card__content{transition:max-height .4s;overflow:hidden}}.product-card__buttons{justify-content:flex-start;align-items:center;gap:16px;display:flex}@media (width<=780px){.product-card__buttons--gridContainer{grid-template-columns:repeat(2,1fr);gap:18px 16px;display:grid}}@media (width<=375px){.product-card__buttons--gridContainer{row-gap:12px}}.product-card__buttons--gridContainer .product-card__buttons-secondary{grid-column:1/-1;justify-self:center;margin-top:10px}@media (width<=780px){.product-card__buttons{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.product-card__buttons-secondary{font-family:var(--font-family-inter);color:var(--color-text-15);background:0 0}}@media screen and (width<=360px){.product-card__buttons{flex-direction:column;gap:16px}}@media (width<=374px){.product-card__buttons-primary{min-width:148px;min-height:44px}}.product-card__image{border-radius:12px;width:348px;height:222px;margin-bottom:24px;display:flex;overflow:hidden;box-shadow:8px 12px 16px #0003}@media (width<=780px){.product-card__image{box-shadow:none;margin-top:16px;margin-bottom:0}}@media (width<=460px){.product-card__image{width:100%;max-width:348px;height:220px}}.product-card__image img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.product-card__image.mobile-image{display:none}@media (width<=780px){.product-card__image.mobile-image{display:flex}}.product-card--expanded .product-card__buttons-arrow-img{transform:rotate(180deg)}.product-card--expanded .product-card__content{max-height:500px}@media (width<=375px){.product-card--expanded .product-card__content{max-height:550px}}.product-card--collapsed .product-card__buttons-arrow-img{transform:rotate(0)}.product-card--collapsed .product-card__content{max-height:0}
