/* Final rendered styles from the reference; unused demo effects are omitted. */
.shop-qv { position: fixed; inset: 0; width: 100%; height: 100%; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: transparent; color: #221d1a; overflow: hidden; font: 16px/1.5 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.shop-qv, .shop-qv * { box-sizing: border-box; }
.shop-qv::backdrop { background: transparent; }
.shop-qv-backdrop { position: absolute; inset: 0; background: rgba(24,18,15,.46); backdrop-filter: blur(3px); opacity: 0; transition: opacity .35s ease; }
.shop-qv-image { position: absolute; left: clamp(26px, 5vw, 84px); top: 50%; width: min(47vw, 720px); padding: 5px; border-radius: 7px; background: white; box-shadow: 0 24px 80px rgba(22,18,16,.28); pointer-events: none; opacity: 0; transform: translateY(-45%) scale(.9); transition: opacity .45s ease, transform .76s cubic-bezier(.16,1,.3,1); }
.shop-qv-image img { display: block; width: 100%; max-height: 62vh; object-fit: contain; border-radius: 4px; }
.shop-qv-sheet { position: absolute; inset: 0 0 0 auto; width: min(420px, 36vw); height: 100dvh; background: transparent; transform: translateX(calc(100% + 150px)); transition: transform .76s cubic-bezier(.16,1,.3,1); isolation: isolate; }
.shop-qv-water { position: absolute; left: -150px; top: 0; width: calc(100% + 150px); height: 100%; z-index: 0; pointer-events: none; }
.shop-qv-content { position: relative; z-index: 2; height: 100%; margin: 0; padding: 76px 32px 36px 42px; background: transparent; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; }
.shop-qv-content > * { position: relative; opacity: 0; transform: translateY(15px); transition: opacity .45s ease, transform .45s ease; }
.shop-qv.is-open .shop-qv-content > * { opacity: 1; transform: none; transition-delay: calc(.26s + var(--qv-order, 0) * .05s); }
.shop-qv-category { color: #7c5944; font-size: .86rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.shop-qv-content h2 { margin: 12px 0 3px; font: 700 clamp(2.4rem, 4vw, 3.4rem)/1.02 Georgia, serif; color: #221d1a; overflow-wrap: anywhere; }
.shop-qv-stock { display: inline-flex; align-items: center; gap: 8px; margin: 22px 0 12px; color: #2d7b42; font-size: 1.05rem; font-weight: 700; }
.shop-qv-stock::before { content: ""; width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(45,123,66,.1); }
.shop-qv-stock.is-unavailable { color: #786f69; }
.shop-qv-description { margin: 8px 0 26px; color: #58504b; font-size: 1.08rem; line-height: 1.75; background: rgba(255,255,255,.65); border-radius: 12px; white-space: pre-line; overflow-wrap: anywhere; }
.shop-qv-finishes { display: flex; gap: 10px; margin: 18px 0 24px; pointer-events: none; user-select: none; }
.shop-qv-swatch { display: block; flex: 0 0 30px; width: 30px; height: 30px; border: 3px solid white; border-radius: 50%; background: #dfcdb8; box-shadow: 0 0 0 1px #d1c6bf; }
.shop-qv-swatch:first-child { box-shadow: 0 0 0 2px #221d1a; }
.shop-qv-swatch:nth-child(2) { background: #9d724e; }
.shop-qv-swatch:nth-child(3) { background: #34302d; }
.shop-qv-visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.shop-qv-actions { display: grid; grid-template-columns: minmax(0, 1fr) 52px; gap: 12px; }
.shop-qv-actions .btn { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 52px; margin: 0; padding: 10px; border-radius: 7px; box-shadow: none; text-align: center; text-decoration: none; text-transform: none; letter-spacing: normal; font: inherit; cursor: pointer; }
.shop-qv-actions .btn-buy { border: 0; color: white; background: #a77c62; font-weight: 800; transition: background .2s; }
.shop-qv-actions .btn-buy:hover { background: #7c5944; }
.shop-qv-actions .btn-add-cart { border: 1px solid #e7e0db; color: #221d1a; background: transparent; font-size: 1.25rem; }
.shop-qv-actions i { font-style: normal; }
.shop-qv-actions .btn-add-cart:hover,
.shop-qv-actions .btn-add-cart.is-saved {
    color: #7c5944;
    background: #f7f5f2;
    border-color: #c4a994;
}
.shop-qv-actions .btn-add-cart.is-saved i {
    color: #7c5944;
}
.shop-qv-delivery { margin-top: 24px; padding-top: 20px; border-top: 1px solid #e7e0db; color: #786f69; font-size: .98rem; line-height: 1.6; }
.shop-qv-delivery p { margin: 8px 0; }
.shop-qv-close { position: absolute; top: 22px; right: 24px; z-index: 12; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); color: #221d1a; box-shadow: 0 7px 22px rgba(0,0,0,.15); font: 1.25rem/1.5 Inter, ui-sans-serif, system-ui, sans-serif; cursor: pointer; }
.shop-qv :focus-visible { outline: 2px solid #221d1a; outline-offset: 2px; }
.shop-qv.is-open .shop-qv-backdrop, .shop-qv.is-open .shop-qv-image { opacity: 1; }
.shop-qv.is-open .shop-qv-image { transform: translateY(-50%) scale(1); transition-delay: .12s; }
.shop-qv.is-open .shop-qv-sheet { transform: none; }
@media (max-width: 960px) {
    .shop-qv-image { left: 24px; width: 48vw; }
    .shop-qv-sheet { width: 43vw; }
}
@media (max-width: 600px) {
    .shop-qv-sheet { width: 100vw; }
    .shop-qv-image { display: none; }
    .shop-qv-water { left: 0; width: 100%; }
    .shop-qv-content { padding-left: 38px; padding-bottom: max(36px, env(safe-area-inset-bottom)); }
}
@media (prefers-reduced-motion: reduce) {
    .shop-qv *, .shop-qv.is-open .shop-qv-content > * { transition: none; transition-delay: 0ms; }
}
