.product h1{text-align:center;font-size:3rem;margin-top:25px}.card-container_1{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:24px;gap:24px;padding:20px}.card_1{position:relative;border-radius:20px;padding:.8rem;border:1px solid rgba(0,0,0,.06);background:#fff;box-shadow:0 4px 18px rgba(0,0,0,.07);text-align:left;display:flex;flex-direction:column;gap:.65rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;margin-top:25px;cursor:pointer}.card_1:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,.12)}.cardMedia{position:relative;display:flex;justify-content:center;align-items:center;padding:.75rem;border-radius:16px;background:#fff;z-index:1}.cardImage{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 25px 35px rgba(15,23,42,.15))}.discount-badge{position:absolute;top:10px;right:10px;background:#0f0f0f;color:#fff;border-radius:999px;padding:.28rem .65rem;font-size:.78rem;font-weight:700;letter-spacing:.02em;box-shadow:0 4px 12px rgba(0,0,0,.25)}.cardBody{position:relative;z-index:2;background:#fff;border-radius:12px;padding:.75rem .9rem;border:1px solid rgba(0,0,0,.05);color:#0f0f0f;display:flex;flex-direction:column;gap:.4rem;min-height:130px;max-height:130px;margin-top:-2.25rem;box-shadow:0 2px 12px rgba(0,0,0,.06);margin-bottom:0;overflow:hidden;justify-content:space-between}.cardBody h3{margin:0;font-size:.78rem;font-weight:500;color:inherit;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.25}.cardKicker{text-transform:uppercase;font-size:.58rem;letter-spacing:.2em;color:rgba(0,0,0,.38);margin-bottom:.1rem;font-weight:600}.cardSubtext{font-size:.8rem;color:rgba(0,0,0,.65);gap:.35rem}.cardPriceRow,.cardSubtext{display:flex;align-items:center}.cardPriceRow{justify-content:space-between;gap:.5rem}.Price,.price-mobile{color:#000;font-weight:600;font-size:.9rem}.cardActions,.price-mobile{display:none}@media (max-width:768px){.main-container{flex-direction:column;justify-content:center;align-items:center}.card-container_1{grid-template-columns:repeat(1,1fr);gap:16px;margin-top:30px;justify-content:center;align-self:center}.cardBody{padding:1rem}.card_1 h3{font-size:.9rem}.card_1{margin-left:auto;margin-right:auto;width:min(340px,100%)}.Price{display:none}.price-mobile{display:block}.cardButton{flex:1 1 100%}}