Queen Cups Quilt
/* ============================================================ quilts-ref — Shared layout / imagery / accordion styles ============================================================ */ /* ------------ Image Block ------------ */ .quilts-ref .hover-zoom { display: inline-block; position: relative; } .quilts-ref .main-img { display: block; width: 600px; max-width: 100%; height: auto; border-radius: 4px; margin: 0 0 16px 0; transition: transform 0.82s cubic-bezier(0.2,0,0.2,1), box-shadow 0.82s cubic-bezier(0.2,0,0.2,1); transform-origin: center; will-change: transform; z-index: 1; } /* Hover effect */ .quilts-ref .hover-zoom:hover img { transform: scale(1.08); box-shadow: 0 10px 30px rgba(0,0,0,0.25); z-index: 40; } /* direct-hover fallback */ .quilts-ref .main-img:hover { transform: scale(1.12); box-shadow: 0 10px 30px rgba(0,0,0,0.25); z-index: 40; } /* ------------ Typography ------------ */ .quilts-ref p { margin: 6px 0