.boutique h2{color:#51229d}.boutique .border-left-purple{border-left:4px solid #51229d;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05);margin-bottom:2rem;margin-top:2rem;padding:.5rem}.tarot-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:20px}.tarot-card{background:#fff;border-radius:14px;box-shadow:0 6px 20px rgba(0,0,0,.08);display:flex;flex-direction:column;gap:12px;padding:18px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.tarot-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.12);transform:translateY(-4px)}.tarot-card .general-button{margin-top:auto}.product-image{align-items:center;border-radius:12px;display:flex;height:180px;justify-content:center;overflow:hidden;width:100%}.product-image img{height:100%;object-fit:contain;transition:transform .3s ease;width:100%}.tarot-card:hover .product-image img{transform:scale(1.05)}.tarot-card h3{font-size:18px;font-weight:600;margin:0}.tarot-card p{color:#555;font-size:14px;line-height:1.4;margin:0}@media (max-width:768px){.tarot-grid{gap:15px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.product-image{height:150px}.tarot-card{padding:14px}.tarot-card h3{font-size:16px}.tarot-card p{font-size:13px}}@media (max-width:480px){.tarot-grid{grid-template-columns:1fr}.product-image{height:160px}}