.cards-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:24px;max-width:1200px;margin:0 auto;padding:0 16px;height:100px;background-color:purple}@media(min-width:640px){.cards-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.cards-grid{grid-template-columns:repeat(4,1fr)}}.card{background:#f9f8f7;border-radius:12px;box-shadow:0 1px 4px #00000014;overflow:hidden;display:flex;flex-direction:column;height:100%}.card img{width:100%;height:150px;object-fit:contain;background:#fff;padding:20px 20px 0}.card-content{padding:20px;flex-grow:1;display:flex;flex-direction:column}.card-content h3{font-weight:600;font-size:1.1rem;margin:0 0 8px;line-height:1.2}.card-content p.description{font-size:.9rem;color:#595959;flex-grow:1;margin:0 0 16px}.card-content p.price{font-weight:700;font-size:1rem;margin:0}.card-content p.price span{font-weight:400;font-size:.9rem;margin-left:4px}.card-arrow{margin-top:12px;align-self:flex-end;background:#d3d7db;border-radius:50%;width:36px;height:36px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background .3s ease}.card-arrow:hover{background:#a0a8b9}.card-arrow svg{width:18px;height:18px;stroke:#333;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}.label-orange{background-color:#f97316;color:#fff;font-weight:600;font-size:.75rem;padding:4px 8px;border-radius:9999px;display:inline-block;margin-bottom:12px}
/*# sourceMappingURL=/cdn/shop/t/24/assets/collection-cards.css.map */
