:root{--vr7-bg: #131110;--vr7-surface: #1C1916;--vr7-ink: #F2EDE3;--vr7-muted: #A79E8F;--vr7-gold: #B87333;--vr7-line: #2E2923;--vr7-gold-soft: #2A2117;--vr7-gold-deep: #D99552;--vr7-success: #86C79E;--vr7-danger: #E58B77;--vr7-font-head: "Cormorant Garamond", "Cormorant", Georgia, serif;--vr7-font-body: "Jost", "Inter", system-ui, -apple-system, sans-serif;--vr7-radius: 16px;--vr7-radius-sm: 10px;--vr7-shadow: 0 1px 2px rgba(0,0,0,.25), 0 8px 28px rgba(0,0,0,.35);--vr7-shadow-lg: 0 2px 6px rgba(0,0,0,.3), 0 18px 50px rgba(0,0,0,.5);--vr7-ease: cubic-bezier(.22,.61,.36,1);--vr7-space-1: .5rem;--vr7-space-2: 1rem;--vr7-space-3: 1.5rem;--vr7-space-4: 2.5rem;--vr7-space-5: 4rem;--vr7-space-6: 6rem}.vr7-pdp,.vr7-section{font-family:var(--vr7-font-body);color:var(--vr7-ink);background:var(--vr7-bg);-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.65}.vr7-section{padding:var(--vr7-space-5) 0}.vr7-container{max-width:1240px;margin:0 auto;padding:0 var(--vr7-space-2)}@media(min-width:750px){.vr7-container{padding:0 var(--vr7-space-4)}}.vr7-h1,.vr7-h2,.vr7-h3{font-family:var(--vr7-font-head);font-weight:500;line-height:1.12;letter-spacing:.005em;margin:0 0 .5em;color:var(--vr7-ink)}.vr7-h1{font-size:clamp(1.9rem,5vw,3rem)}.vr7-h2{font-size:clamp(1.7rem,4vw,2.4rem)}.vr7-h3{font-size:clamp(1.25rem,3vw,1.5rem)}.vr7-eyebrow{display:inline-flex;align-items:center;gap:.75rem;font-size:.72rem;letter-spacing:.28em;text-transform:uppercase;color:var(--vr7-gold);font-weight:500;margin-bottom:1rem}.vr7-eyebrow:before{content:"";width:2rem;height:1px;background:var(--vr7-gold)}.vr7-section-head{text-align:center;max-width:640px;margin:0 auto var(--vr7-space-4)}.vr7-section-head .vr7-eyebrow{justify-content:center}.vr7-section-head .vr7-eyebrow:after{content:"";width:2rem;height:1px;background:var(--vr7-gold)}.vr7-section-head p{color:var(--vr7-muted);margin:0}.vr7-card{background:var(--vr7-surface);border:1px solid var(--vr7-line);border-radius:var(--vr7-radius);box-shadow:var(--vr7-shadow)}.vr7-pdp :focus-visible,.vr7-section :focus-visible{outline:2px solid var(--vr7-gold);outline-offset:3px;border-radius:4px}.vr7-visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.vr7-reveal{opacity:0;transform:translateY(14px);transition:opacity .6s var(--vr7-ease),transform .6s var(--vr7-ease)}.vr7-reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.vr7-reveal{opacity:1;transform:none;transition:none}.vr7-pdp *,.vr7-section *{animation:none!important;transition-duration:.01ms!important}}.vr7-hero{padding-top:var(--vr7-space-3)}.vr7-hero__grid{display:grid;gap:var(--vr7-space-3)}@media(min-width:990px){.vr7-hero__grid{grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:var(--vr7-space-5);align-items:start}.vr7-hero__media{position:sticky;top:90px}}.vr7-gallery__main{position:relative;border-radius:var(--vr7-radius);overflow:hidden;background:var(--vr7-surface);border:1px solid var(--vr7-line)}.vr7-gallery__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.vr7-gallery__track::-webkit-scrollbar{display:none}.vr7-gallery__slide{flex:0 0 100%;scroll-snap-align:center;aspect-ratio:4/5}.vr7-gallery__slide img{width:100%;height:100%;object-fit:cover;display:block}.vr7-gallery__zoom{position:absolute;right:.9rem;bottom:.9rem;z-index:2;width:44px;height:44px;border-radius:50%;background:#1c1916d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--vr7-line);color:var(--vr7-ink);display:grid;place-items:center;cursor:zoom-in;transition:transform .25s var(--vr7-ease),box-shadow .25s var(--vr7-ease)}.vr7-gallery__zoom:hover{transform:scale(1.06);box-shadow:var(--vr7-shadow)}.vr7-gallery__dots{position:absolute;left:0;right:0;bottom:.8rem;display:flex;justify-content:center;gap:.4rem;z-index:2}.vr7-gallery__dot{width:6px;height:6px;border-radius:50%;background:#f2ede359;border:0;padding:0;transition:all .25s var(--vr7-ease)}.vr7-gallery__dot[aria-current=true]{background:var(--vr7-gold);width:18px;border-radius:4px}@media(min-width:990px){.vr7-gallery__dots{display:none}}.vr7-gallery__thumbs{display:none;gap:.75rem;margin-top:.9rem}@media(min-width:990px){.vr7-gallery__thumbs{display:flex;flex-wrap:wrap}}.vr7-gallery__thumb{width:72px;height:90px;border-radius:var(--vr7-radius-sm);overflow:hidden;border:1px solid var(--vr7-line);padding:0;background:var(--vr7-surface);cursor:pointer;opacity:.65;transition:opacity .25s,border-color .25s,transform .25s var(--vr7-ease)}.vr7-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.vr7-gallery__thumb[aria-current=true],.vr7-gallery__thumb:hover{opacity:1;border-color:var(--vr7-gold);transform:translateY(-2px)}.vr7-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#0a0908f0;display:none;align-items:center;justify-content:center;padding:1rem}.vr7-lightbox.is-open{display:flex}.vr7-lightbox img{max-width:100%;max-height:92vh;object-fit:contain;border-radius:8px}.vr7-lightbox__close{position:absolute;top:1rem;right:1rem;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:#ffffff1a;color:#fff;font-size:1.2rem;cursor:pointer}.vr7-buybox{display:flex;flex-direction:column;gap:1.1rem}.vr7-badge-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.vr7-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;padding:.38rem .8rem;border-radius:100px;font-weight:500}.vr7-badge--collection{background:var(--vr7-gold-soft);color:var(--vr7-gold-deep)}.vr7-badge--save{background:var(--vr7-gold);color:#131110}.vr7-badge--stock{background:#1c2a21;color:var(--vr7-success)}.vr7-badge--low{background:#33201b;color:var(--vr7-danger)}.vr7-title{margin:0}.vr7-subtitle{color:var(--vr7-muted);font-size:.95rem;margin:-.4rem 0 0;letter-spacing:.04em}.vr7-rating{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--vr7-muted);text-decoration:none}.vr7-stars{display:inline-flex;gap:2px;color:var(--vr7-gold)}.vr7-stars svg{width:15px;height:15px}.vr7-price-row{display:flex;align-items:baseline;gap:.8rem;flex-wrap:wrap}.vr7-price{font-family:var(--vr7-font-head);font-size:2rem;font-weight:600}.vr7-price-compare{color:var(--vr7-muted);text-decoration:line-through;font-size:1.05rem}.vr7-tax-note{font-size:.8rem;color:var(--vr7-muted);width:100%}.vr7-delivery-line{display:flex;align-items:center;gap:.55rem;font-size:.9rem;color:var(--vr7-muted)}.vr7-delivery-line svg{width:18px;height:18px;color:var(--vr7-gold);flex:none}.vr7-delivery-line strong{color:var(--vr7-ink);font-weight:500}.vr7-qty{display:inline-flex;align-items:stretch;border:1px solid var(--vr7-line);border-radius:100px;overflow:hidden;background:var(--vr7-surface);width:max-content}.vr7-qty button{width:44px;border:0;background:transparent;font-size:1.1rem;cursor:pointer;color:var(--vr7-ink);transition:background .2s}.vr7-qty button:hover{background:var(--vr7-gold-soft)}.vr7-qty input{width:48px;text-align:center;border:0;background:transparent;color:var(--vr7-ink);font-family:var(--vr7-font-body);font-size:1rem;-moz-appearance:textfield}.vr7-qty input::-webkit-inner-spin-button{display:none}.vr7-cta-group{display:flex;flex-direction:column;gap:.7rem}.vr7-btn{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:54px;padding:0 1.6rem;border-radius:100px;font-family:var(--vr7-font-body);font-size:.82rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;cursor:pointer;border:1px solid transparent;text-decoration:none;transition:transform .25s var(--vr7-ease),box-shadow .25s var(--vr7-ease),background .25s}.vr7-btn:active{transform:scale(.985)}.vr7-btn--primary{background:var(--vr7-ink);color:#131110}.vr7-btn--primary:hover{box-shadow:var(--vr7-shadow-lg);transform:translateY(-1px)}.vr7-btn--gold{background:linear-gradient(135deg,var(--vr7-gold) 0%,var(--vr7-gold-deep) 100%);color:#131110}.vr7-btn--gold:hover{box-shadow:0 10px 30px #b8733373;transform:translateY(-1px)}.vr7-btn--ghost{background:transparent;border-color:var(--vr7-ink);color:var(--vr7-ink)}.vr7-btn--ghost:hover{background:var(--vr7-ink);color:#131110}.vr7-btn[disabled]{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.vr7-ripple{position:absolute;border-radius:50%;pointer-events:none;background:#ffffff4d;transform:scale(0);animation:vr7-ripple .55s var(--vr7-ease) forwards}@keyframes vr7-ripple{to{transform:scale(3.2);opacity:0}}.vr7-row-secondary{display:flex;gap:.7rem}.vr7-icon-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:46px;border-radius:100px;border:1px solid var(--vr7-line);background:var(--vr7-surface);color:var(--vr7-ink);font-size:.8rem;letter-spacing:.1em;cursor:pointer;transition:border-color .25s,background .25s}.vr7-icon-btn:hover{border-color:var(--vr7-gold);background:var(--vr7-gold-soft)}.vr7-icon-btn svg{width:17px;height:17px}.vr7-icon-btn[aria-pressed=true]{color:var(--vr7-gold-deep);border-color:var(--vr7-gold)}.vr7-icon-btn[aria-pressed=true] svg{fill:var(--vr7-gold)}.vr7-stockbar{font-size:.82rem}.vr7-stockbar__track{height:5px;border-radius:4px;background:var(--vr7-line);margin-top:.4rem;overflow:hidden}.vr7-stockbar__fill{height:100%;border-radius:4px;background:linear-gradient(90deg,var(--vr7-gold),var(--vr7-gold-deep));transition:width .8s var(--vr7-ease)}.vr7-coupon{display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px dashed var(--vr7-gold);border-radius:var(--vr7-radius-sm);background:var(--vr7-gold-soft);padding:.75rem 1rem;font-size:.88rem}.vr7-coupon code{font-weight:600;letter-spacing:.12em;color:var(--vr7-gold-deep)}.vr7-coupon button{border:0;background:var(--vr7-gold);color:#131110;border-radius:100px;padding:.45rem 1rem;font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;cursor:pointer}.vr7-trust-strip{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem 1rem;border-top:1px solid var(--vr7-line);padding-top:1.1rem}.vr7-trust-item{display:flex;align-items:center;gap:.6rem;font-size:.82rem;color:var(--vr7-muted)}.vr7-trust-item svg{width:19px;height:19px;color:var(--vr7-gold);flex:none}.vr7-payment-icons{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;padding-top:.3rem}.vr7-payment-icons svg,.vr7-payment-icons img{height:24px;width:auto;opacity:.85;background:#f2ede3;border-radius:4px;padding:1px 2px}.vr7-story{background:var(--vr7-surface)}.vr7-story__grid{display:grid;gap:var(--vr7-space-4);align-items:center}@media(min-width:900px){.vr7-story__grid{grid-template-columns:1fr 1fr;gap:var(--vr7-space-6)}}.vr7-story__media{border-radius:var(--vr7-radius);overflow:hidden;aspect-ratio:4/5}.vr7-story__media img{width:100%;height:100%;object-fit:cover;display:block}.vr7-story__body p{color:var(--vr7-muted);font-size:1.05rem}.vr7-story__body p:first-of-type:first-letter{font-family:var(--vr7-font-head);font-size:3.4em;float:left;line-height:.82;padding-right:.12em;color:var(--vr7-gold)}.vr7-story__sign{font-family:var(--vr7-font-head);font-style:italic;font-size:1.15rem;color:var(--vr7-ink);margin-top:1.4rem}.vr7-notes__grid{display:grid;gap:1.1rem}@media(min-width:750px){.vr7-notes__grid{grid-template-columns:repeat(3,1fr)}}.vr7-note-card{padding:1.8rem 1.5rem;text-align:center;position:relative;transition:transform .3s var(--vr7-ease),box-shadow .3s var(--vr7-ease)}.vr7-note-card:hover{transform:translateY(-4px);box-shadow:var(--vr7-shadow-lg)}.vr7-note-card__icon{width:58px;height:58px;margin:0 auto 1rem;border-radius:50%;background:var(--vr7-gold-soft);color:var(--vr7-gold-deep);display:grid;place-items:center}.vr7-note-card__icon svg{width:26px;height:26px}.vr7-note-card__stage{font-size:.68rem;letter-spacing:.26em;text-transform:uppercase;color:var(--vr7-gold);margin-bottom:.35rem}.vr7-note-card h3{margin-bottom:.4rem}.vr7-note-card p{color:var(--vr7-muted);font-size:.95rem;margin:0}.vr7-note-card__time{font-size:.75rem;color:var(--vr7-muted);margin-top:.8rem;letter-spacing:.08em}.vr7-family{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:var(--vr7-space-4)}.vr7-family__chip{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;padding:.55rem 1.2rem;border-radius:100px;border:1px solid var(--vr7-line);color:var(--vr7-muted);background:var(--vr7-surface)}.vr7-family__chip--active{border-color:var(--vr7-gold);color:var(--vr7-gold-deep);background:var(--vr7-gold-soft);font-weight:500}.vr7-perf{background:var(--vr7-surface)}.vr7-perf__grid{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media(min-width:900px){.vr7-perf__grid{grid-template-columns:repeat(4,1fr)}}.vr7-perf-card{padding:1.4rem 1.2rem;background:var(--vr7-bg)}.vr7-perf-card__head{display:flex;align-items:center;gap:.6rem;margin-bottom:.7rem}.vr7-perf-card__head svg{width:20px;height:20px;color:var(--vr7-gold);flex:none}.vr7-perf-card__label{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--vr7-muted)}.vr7-perf-card__value{font-family:var(--vr7-font-head);font-size:1.25rem;font-weight:600}.vr7-meter{height:5px;background:var(--vr7-line);border-radius:4px;margin-top:.8rem;overflow:hidden}.vr7-meter__fill{height:100%;width:0;border-radius:4px;background:linear-gradient(90deg,var(--vr7-gold),var(--vr7-gold-deep));transition:width 1s var(--vr7-ease) .2s}.is-visible .vr7-meter__fill{width:var(--fill, 80%)}@media(prefers-reduced-motion:reduce){.vr7-meter__fill{width:var(--fill, 80%)!important}}.vr7-why__grid{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media(min-width:900px){.vr7-why__grid{grid-template-columns:repeat(4,1fr)}}.vr7-why-card{padding:1.6rem 1.3rem;text-align:center;transition:transform .3s var(--vr7-ease),box-shadow .3s var(--vr7-ease)}.vr7-why-card:hover{transform:translateY(-4px);box-shadow:var(--vr7-shadow-lg)}.vr7-why-card svg{width:30px;height:30px;color:var(--vr7-gold);margin-bottom:.8rem}.vr7-why-card h3{font-size:1.1rem;margin-bottom:.3rem}.vr7-why-card p{font-size:.85rem;color:var(--vr7-muted);margin:0}.vr7-compare{background:var(--vr7-surface)}.vr7-compare__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--vr7-radius)}.vr7-compare table{width:100%;min-width:560px;border-collapse:separate;border-spacing:0;background:var(--vr7-bg);border:1px solid var(--vr7-line);border-radius:var(--vr7-radius);overflow:hidden}.vr7-compare th,.vr7-compare td{padding:.95rem 1.1rem;text-align:left;font-size:.92rem;border-bottom:1px solid var(--vr7-line);color:var(--vr7-ink)}.vr7-compare thead th{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--vr7-muted);background:var(--vr7-surface)}.vr7-compare tbody tr:last-child td{border-bottom:0}.vr7-compare .is-vr7{background:var(--vr7-gold-soft);font-weight:500;color:var(--vr7-gold-deep);position:relative}.vr7-compare thead .is-vr7{color:var(--vr7-gold-deep);font-weight:600}.vr7-compare td:first-child,.vr7-compare tbody th[scope=row]{color:var(--vr7-muted);font-weight:400}.vr7-reviews__summary{display:grid;gap:var(--vr7-space-3);margin-bottom:var(--vr7-space-4)}@media(min-width:750px){.vr7-reviews__summary{grid-template-columns:auto 1fr;align-items:center;gap:var(--vr7-space-5)}}.vr7-reviews__score{text-align:center}.vr7-reviews__score-num{font-family:var(--vr7-font-head);font-size:4rem;font-weight:600;line-height:1}.vr7-reviews__bars{display:grid;gap:.45rem;max-width:460px}.vr7-review-bar{display:grid;grid-template-columns:3.4rem 1fr 2.4rem;align-items:center;gap:.7rem;font-size:.82rem;color:var(--vr7-muted);border:0;background:none;padding:.15rem 0;cursor:pointer;text-align:left}.vr7-review-bar:hover .vr7-review-bar__track,.vr7-review-bar[aria-pressed=true] .vr7-review-bar__track{outline:1px solid var(--vr7-gold)}.vr7-review-bar__track{height:7px;background:var(--vr7-line);border-radius:4px;overflow:hidden}.vr7-review-bar__fill{height:100%;background:var(--vr7-gold);border-radius:4px}.vr7-reviews__grid{display:grid;gap:1rem}@media(min-width:750px){.vr7-reviews__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1100px){.vr7-reviews__grid{grid-template-columns:repeat(3,1fr)}}.vr7-review-card{padding:1.5rem;display:flex;flex-direction:column;gap:.7rem}.vr7-review-card__meta{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.vr7-verified{display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;color:var(--vr7-success);letter-spacing:.06em}.vr7-verified svg{width:14px;height:14px}.vr7-review-card h3{font-size:1.05rem;margin:0;font-family:var(--vr7-font-body);font-weight:500}.vr7-review-card p{font-size:.92rem;color:var(--vr7-muted);margin:0}.vr7-review-card__author{font-size:.82rem;color:var(--vr7-ink);margin-top:auto;padding-top:.4rem}.vr7-review-card__photo{border-radius:var(--vr7-radius-sm);overflow:hidden;aspect-ratio:16/10}.vr7-review-card__photo img{width:100%;height:100%;object-fit:cover;display:block}.vr7-review-card[hidden]{display:none}.vr7-faq{background:var(--vr7-surface)}.vr7-faq__list{max-width:780px;margin:0 auto;display:grid;gap:.8rem}.vr7-faq details{border:1px solid var(--vr7-line);border-radius:var(--vr7-radius-sm);background:var(--vr7-bg);overflow:hidden;transition:box-shadow .3s}.vr7-faq details[open]{box-shadow:var(--vr7-shadow);border-color:var(--vr7-gold)}.vr7-faq summary{list-style:none;cursor:pointer;padding:1.1rem 1.3rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-weight:500;font-size:.98rem;color:var(--vr7-ink)}.vr7-faq summary::-webkit-details-marker{display:none}.vr7-faq summary:after{content:"+";font-family:var(--vr7-font-head);font-size:1.5rem;color:var(--vr7-gold);line-height:1;transition:transform .3s var(--vr7-ease)}.vr7-faq details[open] summary:after{transform:rotate(45deg)}.vr7-faq details>div{padding:0 1.3rem 1.2rem;color:var(--vr7-muted);font-size:.93rem}.vr7-ship__grid{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media(min-width:900px){.vr7-ship__grid{grid-template-columns:repeat(4,1fr)}}.vr7-ship-card{padding:1.5rem 1.3rem}.vr7-ship-card svg{width:24px;height:24px;color:var(--vr7-gold);margin-bottom:.7rem}.vr7-ship-card h3{font-size:1rem;font-family:var(--vr7-font-body);font-weight:500;margin-bottom:.25rem}.vr7-ship-card p{font-size:.85rem;color:var(--vr7-muted);margin:0}.vr7-reco{background:var(--vr7-surface)}.vr7-reco__track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.6rem;scrollbar-width:thin}.vr7-reco-card{flex:0 0 72%;scroll-snap-align:start;text-decoration:none;color:inherit;transition:transform .3s var(--vr7-ease)}@media(min-width:600px){.vr7-reco-card{flex-basis:42%}}@media(min-width:990px){.vr7-reco-card{flex-basis:calc(25% - .75rem)}}.vr7-reco-card:hover{transform:translateY(-4px)}.vr7-reco-card__img{border-radius:var(--vr7-radius);overflow:hidden;aspect-ratio:4/5;background:var(--vr7-bg);border:1px solid var(--vr7-line)}.vr7-reco-card__img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s var(--vr7-ease)}.vr7-reco-card:hover .vr7-reco-card__img img{transform:scale(1.04)}.vr7-reco-card h3{font-size:1.05rem;margin:.8rem 0 .15rem}.vr7-reco-card .price{font-size:.92rem;color:var(--vr7-muted)}.vr7-stickybar{position:fixed;left:0;right:0;bottom:0;z-index:60;background:#131110eb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--vr7-line);padding:.6rem var(--vr7-space-2) calc(.6rem + env(safe-area-inset-bottom));display:flex;align-items:center;gap:.7rem;transform:translateY(110%);transition:transform .35s var(--vr7-ease)}.vr7-stickybar.is-visible{transform:none}.vr7-stickybar__img{width:42px;height:52px;border-radius:8px;object-fit:cover;flex:none}.vr7-stickybar__info{min-width:0;flex:1}.vr7-stickybar__title{font-size:.82rem;font-weight:500;color:var(--vr7-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vr7-stickybar__price{font-size:.85rem;color:var(--vr7-gold-deep);font-weight:600}.vr7-stickybar .vr7-btn{min-height:44px;padding:0 1.1rem;font-size:.7rem;letter-spacing:.12em;flex:none}@media(min-width:990px){.vr7-stickybar{display:none}}.vr7-toast{position:fixed;left:1rem;bottom:5.4rem;z-index:55;max-width:320px;display:flex;gap:.8rem;align-items:center;background:var(--vr7-surface);border:1px solid var(--vr7-line);border-radius:var(--vr7-radius-sm);box-shadow:var(--vr7-shadow-lg);padding:.7rem .9rem;font-size:.82rem;color:var(--vr7-ink);opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .4s var(--vr7-ease),transform .4s var(--vr7-ease)}.vr7-toast.is-visible{opacity:1;transform:none;pointer-events:auto}.vr7-toast img{width:40px;height:50px;border-radius:6px;object-fit:cover}.vr7-toast small{color:var(--vr7-muted);display:block}@media(min-width:990px){.vr7-toast{bottom:1.2rem}}
/*# sourceMappingURL=/cdn/shop/t/60/assets/vr7-pdp.css.map */
