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