.ff-cards{display:flex;flex-direction:column;align-items:center;gap:40px}.ff-cards__container{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;justify-items:center;justify-content:center;width:100%;gap:30px}.ff-card{width:100%;max-width:420px;display:grid;grid-template-columns:1fr;grid-template-rows:min-content 1fr min-content;gap:30px;margin-bottom:0;text-decoration:none}.ff-card__title{font-family:var(--ff-font-family-primary);font-size:var(--ff-font-size-18);font-weight:var(--ff-font-weight-700);color:var(--ff-font-color-black);text-decoration:none;line-height:27px}.ff-card__title:hover,.ff-card:has(.ff-card__image:hover) .ff-card__title{text-decoration:underline}.ff-card__image{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;background:#ccc;transition:transform .3s ease,box-shadow .3s ease}.ff-card__image:hover{transform:scale(1.01);box-shadow:0 4px 15px #00000026}.ff-card__description,.ff-card__price{font-size:var(--ff-font-size-16);font-weight:var(--ff-font-weight-400);color:var(--ff-font-color-black);line-height:24px}.ff-card__content{display:flex;flex-direction:column;gap:10px}.ff-card .ff-button{width:100%}@media (max-width: 768px){.ff-cards__container{grid-template-columns:1fr 1fr;grid-auto-flow:unset;grid-auto-columns:unset}.ff-card .ff-button{padding:5px}.ff-card .ff-card__title{font-size:var(--ff-font-size-18)}}
/*# sourceMappingURL=/cdn/shop/t/592/assets/ff-cards.css.map */
