/* off-canvas.css — Quick Buy drawer */
.vl-off-canvas{position:fixed;inset:0;z-index:10000;pointer-events:none;visibility:hidden;color:#fff;transition:visibility .35s}
.vl-off-canvas--open{pointer-events:auto;visibility:visible}
.vl-off-canvas__overlay{position:absolute;inset:0;background:rgba(0,0,0,.6);opacity:0;transition:opacity .35s cubic-bezier(.22,1,.36,1)}
.vl-off-canvas--open .vl-off-canvas__overlay{opacity:1}
.vl-off-canvas__panel{position:absolute;right:0;top:0;width:460px;max-width:100vw;height:100%;background:var(--ink);transform:translateX(100%);transition:transform .35s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column;box-shadow:var(--shadow-overlay)}
.vl-off-canvas--open .vl-off-canvas__panel{transform:translateX(0)}
.vl-off-canvas__close{position:absolute;top:16px;right:16px;background:none;border:none;color:#fff;cursor:pointer;z-index:2;width:44px;height:44px;display:flex;align-items:center;justify-content:center}
.vl-off-canvas__header{padding:20px;border-bottom:1px solid var(--border-dark)}
.vl-off-canvas__title{font-family:var(--font-h);font-size:var(--fs-h4);font-weight:700}
.vl-off-canvas__body{padding:20px 24px;overflow-y:auto;flex:1}
.vl-off-canvas-product{display:block;margin-bottom:20px}
.vl-off-canvas-product-image{width:100%;aspect-ratio:1/1;background:#fff;border-radius:8px;overflow:hidden;margin-bottom:14px}
.vl-off-canvas-product-image img{width:100%;height:100%;object-fit:cover;padding:0}
.vl-off-canvas-product-brand{display:block;font-size:calc(var(--fs-small) * .9);font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent-on-dark);margin-bottom:4px}
.vl-off-canvas-product-title{font-family:var(--font-h);font-size:var(--fs-h4);font-weight:700;line-height:1.25;color:#fff;margin:0}
.vl-off-canvas-product-desc{margin-top:10px;color:rgba(255,255,255,.7);font-size:var(--fs-small);line-height:1.55}
.vl-off-canvas-product-desc p{margin:0 0 .5em}
.vl-off-canvas-product-specs{margin:12px 0 0;display:grid;gap:4px}
.vl-off-canvas-product-specs>div{display:grid;grid-template-columns:minmax(90px,.7fr) minmax(0,1.3fr);gap:10px}
.vl-off-canvas-product-specs dt{margin:0;color:rgba(255,255,255,.5);font-size:var(--fs-small)}
.vl-off-canvas-product-specs dd{margin:0;color:#fff;font-size:var(--fs-small);font-weight:600}
.vl-off-canvas-price{font-family:var(--font-h);font-size:var(--fs-price-pdp);font-weight:800;color:var(--accent-on-dark);margin-top:2px}
/* White card selectors, matching the add-on block */
.vl-off-canvas-variations{display:flex;flex-direction:column;gap:8px;margin-bottom:14px;padding:16px;border:1px solid var(--border);border-radius:10px;background:var(--card)}
.vl-off-canvas-variations label{font-family:var(--font-h);font-size:var(--fs-badge);font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--ink)}
.vl-off-canvas-variations select{width:100%;min-height:50px;padding:11px 42px 11px 13px;border:1px solid var(--border);border-radius:6px;background:var(--card);color:var(--ink);font-family:var(--font-b);font-size:var(--fs-body);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23566378' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer}
.vl-off-canvas-quantity{display:block;margin:0 0 14px}
.vl-off-canvas-quantity__label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.vl-off-canvas-qty{display:grid;grid-template-columns:repeat(3,1fr);width:100%;height:50px;border:1px solid var(--border);border-radius:6px;overflow:hidden;background:var(--card)}
.vl-off-canvas-qty__btn,.vl-off-canvas-qty__input{min-height:48px;border:0;background:transparent;color:var(--ink);text-align:center;font-family:var(--font-h);font-weight:700}
.vl-off-canvas-qty__btn{font-size:1.1rem;cursor:pointer}.vl-off-canvas-qty__btn:hover{background:var(--neutral)}
.vl-off-canvas-qty__input{width:100%;border-left:1px solid var(--border);border-right:1px solid var(--border);-moz-appearance:textfield}
.vl-off-canvas-qty__input::-webkit-inner-spin-button,.vl-off-canvas-qty__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.vl-off-canvas-footer{padding:14px 0 0;border-top:0}
.vl-off-canvas-product-link{display:block;width:max-content;margin:20px auto 0;color:#fff;font-size:var(--fs-small);text-decoration:underline;text-underline-offset:3px}
body.vl-off-canvas-open{overflow:hidden}
@media(max-width:480px){.vl-off-canvas__panel{width:100vw}.vl-off-canvas__body{padding-inline:24px}}

.vl-off-canvas__header{display:none}.vl-off-canvas__body{padding-top:52px}.vl-off-canvas-product-title{font-size:calc(var(--fs-h4) * 1.2)}.vl-off-canvas-product-brand{font-size:calc(var(--fs-small) * .96)}.vl-off-canvas-select--hidden{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}.vl-off-canvas-swatches{display:flex;flex-wrap:wrap;gap:8px}.vl-off-canvas-swatch{min-height:40px;padding:8px 13px;border:1px solid var(--border-dark);border-radius:6px;background:transparent;color:#fff;font-family:var(--font-b);font-size:var(--fs-small);line-height:1.2}.vl-off-canvas-swatch:hover{border-color:var(--muted)}.vl-off-canvas-swatch--selected{border-color:var(--accent);background:rgba(217,68,68,.14);box-shadow:0 0 0 1px var(--accent)}
