:root{--vp-bg:#fbf3e8;--vp-card:#fffdf8;--vp-cream:#fff8ef;--vp-border:#ead8c0;--vp-border-strong:#c68b45;--vp-text:#29190f;--vp-muted:#776552;--vp-gold:#c47a2c;--vp-gold-dark:#8d5521;--vp-dark:#2b160d;--vp-green:#118347;--vp-red:#b3261e;--vp-shadow:0 26px 70px rgba(55,35,16,.12);--vp-soft-shadow:0 12px 30px rgba(55,35,16,.08)}
body:has(.vp-view-product-page){background:radial-gradient(circle at 14% 4%,rgba(202,132,41,.14),transparent 32%),linear-gradient(135deg,#fffdf8 0%,#fbf3e8 52%,#f6ebdc 100%);color:var(--vp-text)}
.vp-view-product-page,.vp-view-product-page *{box-sizing:border-box}.vp-view-product-page{width:100%;min-height:100vh;padding:clamp(12px,2vw,28px);font-family:Inter,Montserrat,Arial,sans-serif;color:var(--vp-text)}.vp-shell{width:min(100%,1560px);margin:0 auto}.vp-empty{padding:110px 20px;text-align:center;font-weight:900}
.vp-card{position:relative;border:1px solid rgba(198,139,69,.25);border-radius:32px;background:linear-gradient(135deg,rgba(255,253,248,.99),rgba(255,247,235,.95));box-shadow:var(--vp-shadow);padding:clamp(14px,1.7vw,28px);overflow:visible}.vp-card:before{content:"";position:absolute;inset:-280px -170px auto auto;width:620px;height:620px;border-radius:999px;background:radial-gradient(circle,rgba(204,140,55,.15),transparent 68%);pointer-events:none}.vp-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(500px,1.04fr) minmax(430px,.96fr);gap:clamp(22px,2.3vw,42px);align-items:start}
.vp-gallery-stage{position:relative;min-width:0}.vp-main-media{position:relative;width:100%;aspect-ratio:4/5;min-height:520px;max-height:780px;border-radius:28px;border:1px solid rgba(198,139,69,.25);background:linear-gradient(135deg,#f4dfc9,#fff7ea);box-shadow:var(--vp-soft-shadow);overflow:hidden;display:grid;place-items:center;cursor:crosshair}.vp-main-media>img,.vp-main-media>video{width:100%;height:100%;object-fit:cover;display:block}.vp-main-media>video{background:#130a05;cursor:auto}.vp-zoom-chip{position:absolute;left:24px;top:24px;z-index:5;height:42px;padding:0 16px;border:0;border-radius:12px;background:rgba(255,255,255,.94);box-shadow:0 12px 24px rgba(38,24,12,.12);color:var(--vp-dark);font-weight:850;display:inline-flex;align-items:center;gap:9px;cursor:pointer}.vp-media-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:44px;height:44px;border-radius:999px;border:1px solid rgba(198,139,69,.35);background:rgba(255,255,255,.9);color:var(--vp-dark);box-shadow:0 12px 24px rgba(38,24,12,.1);display:grid;place-items:center;cursor:pointer}.vp-media-prev{left:16px}.vp-media-next{right:16px}.vp-media-arrow:hover,.vp-rail-btn:hover{background:var(--vp-dark);color:#fff;border-color:var(--vp-dark)}
.vp-gallery-bottom{display:grid;grid-template-columns:56px 1fr 56px;gap:12px;align-items:center;margin-top:18px}.vp-rail-btn{width:56px;height:54px;border:1px solid var(--vp-border);border-radius:16px;background:rgba(255,255,255,.84);box-shadow:var(--vp-soft-shadow);color:var(--vp-dark);display:grid;place-items:center;cursor:pointer;transition:.2s ease}.vp-thumbs{display:flex;gap:13px;overflow:auto;scrollbar-width:none;padding:4px 2px}.vp-thumbs::-webkit-scrollbar{display:none}.vp-thumb{position:relative;flex:0 0 84px;width:84px;height:84px;border:1px solid transparent;border-radius:16px;background:#fff8ef;padding:5px;overflow:hidden;box-shadow:0 9px 22px rgba(55,35,16,.08);cursor:pointer;transition:.2s ease}.vp-thumb:hover{transform:translateY(-2px)}.vp-thumb.is-active{border-color:var(--vp-border-strong);box-shadow:0 0 0 2px rgba(196,122,44,.18),0 12px 25px rgba(55,35,16,.12)}.vp-thumb img{width:100%;height:100%;object-fit:cover;border-radius:11px}.vp-thumb-play{position:absolute;inset:0;margin:auto;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(43,22,13,.82);color:#fff}.vp-zoom-lens{position:absolute;z-index:6;display:none;border:1px solid rgba(255,255,255,.96);border-radius:14px;background:rgba(255,255,255,.2);box-shadow:0 0 0 9999px rgba(43,22,13,.10);pointer-events:none}.vp-zoom-lens.is-visible{display:block}.vp-hover-zoom{position:absolute;top:0;left:calc(100% + 22px);z-index:40;width:min(460px,38vw);height:min(540px,72vh);border:1px solid rgba(198,139,69,.28);border-radius:24px;background:#fffdf8;box-shadow:0 26px 68px rgba(55,35,16,.22);overflow:hidden;opacity:0;visibility:hidden;transform:translateX(-8px);transition:.18s ease;pointer-events:none}.vp-hover-zoom.is-visible{opacity:1;visibility:visible;transform:translateX(0)}.vp-hover-zoom img{width:100%;height:100%;object-fit:cover;transform:scale(2.25);will-change:transform;display:block}
.vp-info{position:relative;min-width:0;padding:4px 0 0;z-index:20}.vp-breadcrumb{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 24px;color:#817366;font-size:14px}.vp-breadcrumb a{color:#817366;text-decoration:none}.vp-breadcrumb strong{font-weight:750;color:var(--vp-text)}.vp-breadcrumb i{font-size:10px;color:#b29b83}.vp-kicker{display:inline-flex;align-items:center;margin-bottom:14px;padding:7px 12px;border-radius:999px;border:1px solid rgba(196,122,44,.26);background:#fff4e6;color:var(--vp-gold-dark);font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:950}.vp-info h1{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(34px,3.3vw,58px);line-height:1.04;font-weight:500;letter-spacing:-1.1px;color:#19100b}.vp-code-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:16px 0 18px}.vp-code{padding:7px 13px;border-radius:999px;background:#f9efe3;color:#7a4217;border:1px solid rgba(198,139,69,.22);font-weight:900;letter-spacing:.04em}.vp-subtitle{max-width:680px;margin:0 0 24px;color:#685b50;font-size:17px;line-height:1.65}.vp-price-inline{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin:0 0 16px}.vp-price-inline strong{font-size:clamp(34px,3vw,48px);line-height:1;color:var(--vp-dark);font-weight:950}.vp-stock-badge{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:999px;background:#e7f7ec;color:var(--vp-green);font-size:13px;font-weight:900;text-transform:uppercase}.vp-policy-note{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:0 0 14px;color:#6f604f;font-size:14px}.vp-policy-note p{display:flex;align-items:center;gap:8px;margin:0;font-weight:750}.vp-policy-note i{color:var(--vp-gold)}.vp-policy-note a{color:var(--vp-gold-dark);font-weight:900;text-decoration:none;border-bottom:1px solid rgba(141,85,33,.35)}.vp-policy-note a:hover{color:var(--vp-dark)}.vp-size-chart-link{margin:0 0 24px;min-height:58px;padding:12px 16px;border:1px solid rgba(198,139,69,.22);border-radius:15px;background:rgba(255,255,255,.72);display:flex;align-items:center;gap:12px;color:var(--vp-dark);text-decoration:none;font-weight:950;box-shadow:0 10px 24px rgba(55,35,16,.055)}.vp-size-chart-link i{width:38px;height:38px;border-radius:12px;background:#fff4e6;color:var(--vp-gold-dark);display:grid;place-items:center}.vp-size-chart-link span{margin-left:auto;color:#806d59;font-weight:750;font-size:13px}.vp-size-chart-link:hover{border-color:rgba(198,139,69,.5);transform:translateY(-1px)}
.vp-option-panel{border:1px solid rgba(198,139,69,.22);background:rgba(255,255,255,.74);border-radius:22px;padding:20px;box-shadow:0 12px 28px rgba(55,35,16,.055)}.vp-option-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 18px}.vp-option-grid label,.vp-coin-box-row label{display:block;color:#5a3318;font-size:12px;text-transform:uppercase;letter-spacing:.11em;font-weight:950}.vp-select,.vp-static-field,.vp-modal select,.vp-modal input[type=text],.vp-personal-modal select,.vp-personal-modal input[type=text]{width:100%;height:58px;margin-top:9px;border:1px solid #e5d4bf;border-radius:13px;background:#fffdf9;color:#1d130d;padding:0 16px;font-size:15px;font-weight:800;outline:none;appearance:auto!important;-webkit-appearance:menulist!important}.vp-select:focus{border-color:var(--vp-gold);box-shadow:0 0 0 4px rgba(196,122,44,.12)}.vp-addons{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px}.vp-check{position:relative;min-height:62px;border:1px solid #ead8c0;border-radius:15px;background:#fffbf5;display:grid!important;grid-template-columns:auto 1fr auto auto;align-items:center;gap:10px;padding:10px 12px;color:#3a281d;text-transform:none!important;letter-spacing:0!important;font-size:15px!important;font-weight:850!important}.vp-check input{width:20px;height:20px;accent-color:var(--vp-gold)}.vp-check em{font-style:normal;font-weight:950;color:var(--vp-dark)}.vp-check button{width:34px;height:34px;border-radius:10px;border:1px solid rgba(198,139,69,.28);background:#fff5e9;color:var(--vp-gold-dark);cursor:pointer}.vp-addons p{grid-column:1/-1;margin:0;color:#7a6652;font-size:13px;font-weight:700}.vp-purchase-row{display:grid;grid-template-columns:150px minmax(210px,1fr) minmax(170px,.7fr);gap:16px;align-items:center;margin-top:26px}.vp-qty-row{height:60px;border:1px solid #ead8c0;border-radius:14px;background:#fff8ef;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;overflow:hidden}.vp-qty-row button{height:100%;border:0;background:transparent;font-size:22px;font-weight:900;color:var(--vp-dark);cursor:pointer}.vp-qty-row button:hover{background:#f2ddbf}.vp-qty-row strong{text-align:center;font-size:18px}.vp-btn,.vp-icon-btn{border:0;cursor:pointer;font-weight:950;transition:.2s ease}.vp-btn{height:62px;border-radius:14px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:12px;text-transform:uppercase;letter-spacing:.04em}.vp-btn-dark{background:var(--vp-dark);color:#fff;box-shadow:0 18px 30px rgba(43,22,13,.2)}.vp-btn-dark:hover{background:#130a05;transform:translateY(-1px)}.vp-btn-outline{background:#fffdf9;color:var(--vp-dark);border:1px solid var(--vp-dark)}.vp-btn-outline:hover{background:var(--vp-dark);color:#fff}.vp-icon-btn--floating{position:absolute;right:24px;top:24px;z-index:30;width:48px;height:48px;border-radius:999px;background:rgba(255,255,255,.94);border:1px solid rgba(198,139,69,.25);box-shadow:0 12px 25px rgba(55,35,16,.1);display:grid;place-items:center;color:var(--vp-dark)}.vp-icon-btn--floating.is-saved,.vp-icon-btn--floating:hover{background:var(--vp-dark);color:#fff}
.vp-modal-open{overflow:hidden}.vp-modal-layer{position:fixed;inset:0;z-index:10000;background:rgba(33,20,12,.72);backdrop-filter:blur(7px);display:grid;place-items:center;padding:18px}.vp-modal-layer[hidden],.vp-personal-modal[hidden]{display:none!important}.vp-personal-modal{position:relative;width:min(760px,calc(100vw - 28px));max-height:calc(100dvh - 28px);overflow:auto;border-radius:28px;border:1px solid rgba(198,139,69,.36);background:#fff9ef;box-shadow:0 32px 90px rgba(30,18,9,.42);padding:28px}.vp-modal-close{position:absolute;right:18px;top:18px;width:50px;height:50px;border-radius:16px;border:1px solid #e8bd85;background:#fffdf8;color:var(--vp-dark);font-size:22px;cursor:pointer}.vp-modal-kicker{display:flex;align-items:center;gap:12px;margin:2px 60px 6px 0;color:#9a591e;letter-spacing:.22em;text-transform:uppercase;font-size:13px;font-weight:950}.vp-modal-kicker:before{content:"";width:36px;height:1px;background:#c68b45}.vp-engraving-modal .vp-modal-kicker:before{display:none}.vp-personal-modal h4{margin:0 60px 8px 0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(36px,4.2vw,50px);line-height:1;font-weight:700;color:#2a170e}.vp-modal-hint{margin:0 0 18px;color:#745f4d;line-height:1.5;font-size:18px;font-weight:800}.vp-engraving-tabs{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:20px 0 18px;padding:7px;border:1px solid #e4b978;border-radius:18px;background:#f0d5ae}.vp-engraving-tabs button{height:48px;border:0;border-radius:12px;background:transparent;color:#7c4c24;font-weight:950;text-transform:uppercase;letter-spacing:.18em;font-size:18px;cursor:pointer}.vp-engraving-tabs button.is-active{background:#fffdf8;color:#2b160d;box-shadow:0 10px 24px rgba(92,52,20,.08)}.vp-modal-panel{border:1px solid rgba(198,139,69,.32);border-radius:20px;background:rgba(255,255,255,.56);padding:22px 18px;margin-top:12px}.vp-modal-panel[hidden]{display:none!important}.vp-modal-panel label{display:block;color:#7c4c24;font-size:13px;text-transform:uppercase;letter-spacing:.12em;font-weight:950}.vp-modal-panel label small{float:right;color:#8b603d;font-size:14px;letter-spacing:0}.vp-modal-panel input[type=text]{height:52px}.rmcw-form-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px;margin-top:14px}.rmcw-band-preview{min-height:68px;border:1px dashed rgba(198,139,69,.55);border-radius:16px;background:linear-gradient(90deg,#f0d6af,#fffdf8,#f0d6af);display:grid;place-items:center;padding:14px;margin-top:18px;color:var(--vp-dark);font-weight:950;font-size:20px;letter-spacing:.18em}.rmcw-file-drop{min-height:150px;border:1px dashed rgba(198,139,69,.55);border-radius:18px;background:#fffaf2;display:grid;place-items:center;text-align:center;gap:8px;cursor:pointer;color:#704219;font-weight:900}.rmcw-file-drop i{font-size:32px}.vp-modal input[type=file],.vp-personal-modal input[type=file]{display:none}.rmcw-signature-preview{margin-top:14px;border:1px solid #ead8c0;border-radius:18px;padding:14px;background:#fff}.rmcw-signature-preview img{max-width:100%;max-height:160px;object-fit:contain;display:block;margin:0 auto 12px}.rmcw-signature-preview button{height:38px;padding:0 14px;margin-right:8px;border-radius:999px;border:1px solid #ead8c0;background:#fff;color:var(--vp-dark);font-weight:850;cursor:pointer}.vp-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px}.vp-modal-btn{min-height:64px;padding:0 20px;border-radius:13px;border:1px solid #e8bd85;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-size:18px;letter-spacing:.15em;text-transform:uppercase;font-weight:950;cursor:pointer}.vp-modal-btn-light{background:#fffdf8;color:var(--vp-dark)}.vp-modal-btn-gold{background:var(--vp-dark);border-color:var(--vp-dark);color:#fff}.vp-modal-error{color:var(--vp-red);font-weight:850}.vp-ringbox-modal{width:min(760px,calc(100vw - 24px))}.vp-ringbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.vp-ringbox-card{position:relative;border:1px solid rgba(198,139,69,.42);border-radius:16px;background:#fffdf8;padding:14px;cursor:pointer;min-height:210px;transition:.18s ease}.vp-ringbox-card input{position:absolute;opacity:0;pointer-events:none}.vp-ringbox-card:after{content:"";position:absolute;right:18px;top:18px;width:38px;height:38px;border-radius:12px;background:rgba(43,22,13,.92);opacity:0}.vp-ringbox-card.is-selected:after{content:"✓";opacity:1;color:#fff;display:grid;place-items:center;font-size:24px;font-weight:950}.vp-ringbox-card.is-selected{border-color:var(--vp-dark);box-shadow:inset 0 0 0 2px rgba(43,22,13,.14)}.vp-ringbox-card img{width:100%;height:122px;object-fit:cover;border-radius:14px;background:#f0d6af}.vp-ringbox-card strong{display:block;margin-top:12px;color:#2b160d;font-size:18px;font-weight:950}.vp-ringbox-card span{display:block;color:#8a4f1c;font-weight:950;margin-top:4px;font-size:16px}.vp-inquiry-modal{max-width:560px}
.vp-fullview-open{overflow:hidden}.vp-fullview-modal{position:fixed;inset:0;z-index:10001;background:rgba(37,22,13,.72);display:grid;place-items:center;padding:20px}.vp-fullview-modal[hidden]{display:none!important}.vp-fullview-dialog{position:relative;width:min(1240px,calc(100vw - 40px));height:min(860px,calc(100dvh - 40px));border-radius:22px;background:#fffdf8;padding:22px;display:grid;grid-template-rows:minmax(0,1fr) 52px;gap:12px;box-shadow:0 28px 95px rgba(0,0,0,.35)}.vp-fullview-stage{position:relative;min-height:0;overflow:hidden;border-radius:14px;background:#fff8ef;display:grid;place-items:center}.vp-fullview-stage img,.vp-fullview-stage video{width:100%;height:100%;object-fit:contain;display:block;transform-origin:center}.vp-fullview-stage video{background:#111}.vp-fullview-close{position:absolute;right:26px;top:26px;z-index:3;width:48px;height:48px;border-radius:999px;border:0;background:var(--vp-dark);color:#fff;font-size:20px;cursor:pointer}.vp-fullview-toolbar,.vp-fullview-tools{display:flex;justify-content:center;align-items:center;gap:12px}.vp-fullview-toolbar button,.vp-fullview-tools button{height:42px;min-width:42px;border-radius:999px;border:1px solid #ead8c0;background:#fff;color:var(--vp-dark);cursor:pointer}.vp-fullview-toolbar span{font-weight:900;color:var(--vp-dark);min-width:56px;text-align:center}
.rmp-toast-stack{position:fixed;left:22px;bottom:22px;z-index:11000;display:grid;gap:12px;pointer-events:none}.rmp-toast{width:min(430px,calc(100vw - 34px));min-height:88px;background:rgba(255,248,236,.94);border:1px solid rgba(231,197,153,.85);border-radius:14px;box-shadow:0 22px 65px rgba(27,16,10,.28);display:grid;grid-template-columns:70px minmax(0,1fr)54px;gap:16px;align-items:center;padding:14px;backdrop-filter:blur(10px);transform:translateY(14px);opacity:0;transition:.22s ease;pointer-events:auto}.rmp-toast.is-visible{transform:translateY(0);opacity:1}.rmp-toast img{width:64px;height:64px;border-radius:10px;object-fit:cover;background:#ead0a9}.rmp-toast__content,.rmp-toast span:not(.rmp-toast__status){min-width:0}.rmp-toast b,.rmp-toast__title{display:block;color:#2b160d;font-size:18px;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase}.rmp-toast span,.rmp-toast__message{display:block;color:#8b6c50;font-size:15px;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rmp-toast__status{width:50px;height:50px;border-radius:999px;background:#0f0a07;color:#fff;display:grid;place-items:center;border:3px solid #d79b50;font-size:18px}
@media(max-width:1320px){.vp-layout{grid-template-columns:minmax(420px,1fr)}.vp-hover-zoom{display:none}.vp-main-media{aspect-ratio:16/10;min-height:420px}.vp-info{padding-top:8px}.vp-card{overflow:hidden}}
@media(max-width:820px){.vp-view-product-page{padding:10px}.vp-card{border-radius:22px;padding:12px}.vp-icon-btn--floating{right:16px;top:16px}.vp-main-media{min-height:0;aspect-ratio:1/1.05;border-radius:20px}.vp-main-media>img,.vp-main-media>video{object-fit:cover}.vp-zoom-chip{left:12px;top:12px;height:38px;padding:0 12px;font-size:12px}.vp-media-arrow{width:38px;height:38px}.vp-gallery-bottom{grid-template-columns:44px 1fr 44px;gap:8px}.vp-rail-btn{width:44px;height:44px;border-radius:13px}.vp-thumb{flex-basis:72px;width:72px;height:72px;border-radius:14px}.vp-info{padding:22px 4px 0}.vp-breadcrumb{font-size:12px;margin-bottom:16px}.vp-info h1{font-size:34px}.vp-subtitle{font-size:15px;margin-bottom:20px}.vp-policy-note{align-items:flex-start}.vp-size-chart-link{align-items:flex-start}.vp-size-chart-link span{margin-left:0}.vp-option-panel{padding:14px;border-radius:18px}.vp-option-grid,.vp-addons,.vp-purchase-row{grid-template-columns:1fr}.vp-purchase-row{gap:12px}.vp-qty-row{width:160px}.vp-btn{width:100%}.vp-modal-actions{grid-template-columns:1fr}.vp-ringbox-grid,.rmcw-form-grid{grid-template-columns:1fr}.vp-personal-modal{padding:24px 18px}.vp-modal-kicker{font-size:12px}.vp-personal-modal h4{font-size:38px}.rmp-toast-stack{left:12px;right:12px;bottom:12px}.rmp-toast{width:100%;grid-template-columns:64px minmax(0,1fr)50px}.vp-zoom-lens{display:none!important}.vp-fullview-dialog{width:calc(100vw - 22px);height:calc(100dvh - 22px);padding:12px;border-radius:18px}.vp-fullview-close{right:18px;top:18px}.vp-fullview-modal{padding:11px}}
@media(max-width:460px){.vp-view-product-page{padding:8px 6px 28px}.vp-card{padding:10px;border-radius:18px}.vp-info h1{font-size:29px}.vp-price-inline strong{font-size:34px}.vp-option-grid label{font-size:11px}.vp-select{height:52px}.vp-addons{gap:10px}.vp-check{grid-template-columns:auto 1fr auto}.vp-check button{grid-column:1/-1;width:100%}.vp-personal-modal{border-radius:22px}.vp-personal-modal h4{font-size:32px}.vp-modal-hint{font-size:15px}.vp-engraving-tabs button{font-size:15px}.vp-modal-btn{min-height:56px;font-size:15px}.vp-ringbox-card{min-height:0}.vp-fullview-dialog{grid-template-rows:minmax(0,1fr)48px}.vp-fullview-toolbar{gap:8px}.vp-fullview-toolbar span{min-width:48px}.rmp-toast{grid-template-columns:58px minmax(0,1fr)44px;gap:12px}.rmp-toast img{width:56px;height:56px}.rmp-toast b{font-size:16px}.rmp-toast span{font-size:13px}.rmp-toast__status{width:44px;height:44px}}

/* ==========================================================
   Full image / video viewer final override
   CSS-only fix: clean centered modal, no forced crop at 100%,
   responsive desktop/mobile, zoom controls stay usable.
   ========================================================== */
.vp-fullview-open,
body.vp-fullview-open{
    overflow:hidden !important;
}

.vp-fullview-modal{
    position:fixed !important;
    inset:0 !important;
    z-index:10001 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:22px !important;
    background:rgba(34,20,12,.78) !important;
    backdrop-filter:blur(7px) !important;
    -webkit-backdrop-filter:blur(7px) !important;
}

.vp-fullview-modal[hidden]{
    display:none !important;
}

.vp-fullview-dialog{
    position:relative !important;
    width:min(1180px,calc(100vw - 44px)) !important;
    height:min(820px,calc(100dvh - 44px)) !important;
    max-width:1180px !important;
    max-height:820px !important;
    padding:24px !important;
    border-radius:28px !important;
    background:#fffaf2 !important;
    border:1px solid rgba(224,176,114,.46) !important;
    box-shadow:0 34px 100px rgba(0,0,0,.42) !important;
    display:grid !important;
    grid-template-rows:minmax(0,1fr) 62px !important;
    gap:18px !important;
    overflow:hidden !important;
}

.vp-fullview-stage{
    position:relative !important;
    min-width:0 !important;
    min-height:0 !important;
    width:100% !important;
    height:100% !important;
    border-radius:22px !important;
    background:linear-gradient(135deg,#fff6e9,#fffdf8) !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:auto !important;
    overscroll-behavior:contain !important;
    box-shadow:inset 0 0 0 1px rgba(198,139,69,.18) !important;
}

.vp-fullview-stage img,
.vp-fullview-stage video{
    display:block !important;
    width:auto !important;
    height:auto !important;
    max-width:100% !important;
    max-height:100% !important;
    object-fit:contain !important;
    object-position:center center !important;
    border-radius:18px !important;
    transform-origin:center center !important;
}

.vp-fullview-stage video{
    width:100% !important;
    height:100% !important;
    background:#140b06 !important;
}

.vp-fullview-close{
    position:absolute !important;
    right:38px !important;
    top:38px !important;
    z-index:8 !important;
    width:54px !important;
    height:54px !important;
    border:0 !important;
    border-radius:50% !important;
    background:#2b160d !important;
    color:#fff !important;
    display:grid !important;
    place-items:center !important;
    font-size:22px !important;
    line-height:1 !important;
    cursor:pointer !important;
    box-shadow:0 16px 34px rgba(43,22,13,.28) !important;
    transition:transform .18s ease, background .18s ease !important;
}

.vp-fullview-close:hover{
    transform:scale(1.05) !important;
    background:#130905 !important;
}

.vp-fullview-toolbar,
.vp-fullview-tools{
    min-height:62px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:14px !important;
    border-radius:18px !important;
    background:#fffdf8 !important;
    border:1px solid rgba(224,176,114,.34) !important;
}

.vp-fullview-toolbar button,
.vp-fullview-tools button{
    width:48px !important;
    height:48px !important;
    min-width:48px !important;
    border-radius:50% !important;
    border:1px solid #e7c79a !important;
    background:#fff8ef !important;
    color:#2b160d !important;
    display:grid !important;
    place-items:center !important;
    font-size:18px !important;
    cursor:pointer !important;
    box-shadow:none !important;
    transition:background .18s ease, color .18s ease, transform .18s ease !important;
}

.vp-fullview-toolbar button:hover,
.vp-fullview-tools button:hover{
    background:#2b160d !important;
    color:#fff !important;
    transform:translateY(-1px) !important;
}

.vp-fullview-toolbar span,
.vp-fullview-tools span{
    min-width:72px !important;
    text-align:center !important;
    color:#2b160d !important;
    font-size:18px !important;
    font-weight:950 !important;
}

@media(max-width:900px){
    .vp-fullview-modal{
        padding:14px !important;
    }

    .vp-fullview-dialog{
        width:calc(100vw - 28px) !important;
        height:calc(100dvh - 28px) !important;
        padding:14px !important;
        border-radius:22px !important;
        grid-template-rows:minmax(0,1fr) 58px !important;
        gap:12px !important;
    }

    .vp-fullview-stage{
        border-radius:18px !important;
    }

    .vp-fullview-stage img,
    .vp-fullview-stage video{
        border-radius:14px !important;
    }

    .vp-fullview-close{
        right:24px !important;
        top:24px !important;
        width:48px !important;
        height:48px !important;
        font-size:20px !important;
    }
}

@media(max-width:520px){
    .vp-fullview-modal{
        padding:8px !important;
    }

    .vp-fullview-dialog{
        width:calc(100vw - 16px) !important;
        height:calc(100dvh - 16px) !important;
        padding:10px !important;
        border-radius:18px !important;
        grid-template-rows:minmax(0,1fr) 54px !important;
    }

    .vp-fullview-toolbar,
    .vp-fullview-tools{
        min-height:54px !important;
        gap:9px !important;
        border-radius:15px !important;
    }

    .vp-fullview-toolbar button,
    .vp-fullview-tools button{
        width:42px !important;
        height:42px !important;
        min-width:42px !important;
    }

    .vp-fullview-toolbar span,
    .vp-fullview-tools span{
        min-width:58px !important;
        font-size:16px !important;
    }

    .vp-fullview-close{
        right:18px !important;
        top:18px !important;
        width:44px !important;
        height:44px !important;
    }
}

/* === FINAL FIX: full image/video viewer (CSS-only override) === */
body.vp-fullview-open{
  overflow:hidden!important;
}
.vp-fullview-modal{
  position:fixed!important;
  inset:0!important;
  z-index:999999!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:18px!important;
  background:rgba(27,15,8,.78)!important;
  backdrop-filter:blur(8px)!important;
  -webkit-backdrop-filter:blur(8px)!important;
}
.vp-fullview-modal[hidden]{
  display:none!important;
}
.vp-fullview-dialog{
  position:relative!important;
  width:min(1180px,calc(100vw - 36px))!important;
  height:min(820px,calc(100dvh - 36px))!important;
  max-width:1180px!important;
  max-height:820px!important;
  display:grid!important;
  grid-template-rows:minmax(0,1fr) 64px!important;
  grid-template-columns:1fr!important;
  gap:16px!important;
  padding:20px!important;
  border-radius:26px!important;
  border:1px solid rgba(235,199,153,.65)!important;
  background:#fffaf1!important;
  box-shadow:0 36px 120px rgba(0,0,0,.48)!important;
  overflow:hidden!important;
}
.vp-fullview-stage{
  position:relative!important;
  min-width:0!important;
  min-height:0!important;
  width:100%!important;
  height:100%!important;
  display:grid!important;
  grid-template-areas:"media"!important;
  place-items:center!important;
  overflow:hidden!important;
  border-radius:20px!important;
  border:1px solid rgba(224,184,132,.35)!important;
  background:linear-gradient(135deg,#fff8ee,#f6eadb)!important;
}
.vp-fullview-stage img,
.vp-fullview-stage video{
  grid-area:media!important;
  max-width:100%!important;
  max-height:100%!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:16px!important;
  box-shadow:none!important;
}
.vp-fullview-stage img[hidden],
.vp-fullview-stage video[hidden],
.vp-fullview-stage [hidden]{
  display:none!important;
  visibility:hidden!important;
}
.vp-fullview-stage video{
  width:100%!important;
  height:100%!important;
  background:#111!important;
}
.vp-fullview-close{
  position:absolute!important;
  right:32px!important;
  top:32px!important;
  z-index:30!important;
  width:52px!important;
  height:52px!important;
  display:grid!important;
  place-items:center!important;
  border:0!important;
  border-radius:999px!important;
  background:#2d160b!important;
  color:#fff!important;
  font-size:22px!important;
  line-height:1!important;
  cursor:pointer!important;
  box-shadow:0 18px 40px rgba(43,22,13,.32)!important;
}
.vp-fullview-close:hover{
  background:#140905!important;
  transform:translateY(-1px)!important;
}
.vp-fullview-toolbar{
  width:100%!important;
  min-height:64px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:14px!important;
  border:1px solid rgba(224,184,132,.45)!important;
  border-radius:18px!important;
  background:#fffdf8!important;
}
.vp-fullview-toolbar button{
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #e5bd83!important;
  border-radius:999px!important;
  background:#fff8ef!important;
  color:#2d160b!important;
  font-size:18px!important;
  cursor:pointer!important;
}
.vp-fullview-toolbar button:hover{
  background:#2d160b!important;
  color:#fff!important;
}
.vp-fullview-toolbar span{
  min-width:70px!important;
  text-align:center!important;
  color:#2d160b!important;
  font-size:20px!important;
  font-weight:950!important;
}
@media(max-width:820px){
  .vp-fullview-modal{padding:10px!important;}
  .vp-fullview-dialog{
    width:calc(100vw - 20px)!important;
    height:calc(100dvh - 20px)!important;
    padding:12px!important;
    border-radius:20px!important;
    grid-template-rows:minmax(0,1fr) 58px!important;
    gap:10px!important;
  }
  .vp-fullview-stage{border-radius:16px!important;}
  .vp-fullview-stage img,
  .vp-fullview-stage video{border-radius:12px!important;}
  .vp-fullview-close{
    right:20px!important;
    top:20px!important;
    width:46px!important;
    height:46px!important;
    font-size:20px!important;
  }
  .vp-fullview-toolbar{min-height:58px!important;border-radius:16px!important;gap:10px!important;}
  .vp-fullview-toolbar button{width:44px!important;height:44px!important;min-width:44px!important;}
  .vp-fullview-toolbar span{min-width:58px!important;font-size:18px!important;}
}
@media(max-width:460px){
  .vp-fullview-dialog{grid-template-rows:minmax(0,1fr) 54px!important;padding:10px!important;}
  .vp-fullview-toolbar{min-height:54px!important;}
  .vp-fullview-toolbar button{width:40px!important;height:40px!important;min-width:40px!important;}
  .vp-fullview-toolbar span{font-size:16px!important;min-width:50px!important;}
}

/* ==========================================================
   View product v18: database specs, circular magnifier, share
   ========================================================== */
body:has(.vp-view-product-page){
  background:#f7f1e8!important;
}
.vp-view-product-page{
  width:100%!important;
  min-height:calc(100vh - 80px)!important;
  padding:0!important;
  background:linear-gradient(180deg,#fffdf9 0,#f8f0e5 100%)!important;
}
.vp-view-product-page .vp-shell{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
.vp-view-product-page .vp-card--professional-v2{
  position:relative!important;
  width:100%!important;
  max-width:1760px!important;
  margin:0 auto!important;
  padding:clamp(20px,3vw,54px)!important;
  border:0!important;
  border-radius:0!important;
  background:rgba(255,253,249,.98)!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.vp-view-product-page .vp-card--professional-v2:before{
  opacity:.45!important;
}
.vp-view-product-page .vp-layout--luxury{
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr)!important;
  gap:clamp(34px,5vw,86px)!important;
  align-items:start!important;
}
.vp-view-product-page .vp-gallery-stage{
  width:100%!important;
  max-width:820px!important;
  min-width:0!important;
  margin:0 auto!important;
}
.vp-view-product-page .vp-main-media{
  position:relative!important;
  width:100%!important;
  height:min(68vh,720px)!important;
  min-height:520px!important;
  max-height:720px!important;
  aspect-ratio:auto!important;
  border:1px solid rgba(111,72,36,.14)!important;
  border-radius:26px!important;
  background:#fff!important;
  box-shadow:0 22px 55px rgba(54,33,17,.09)!important;
  overflow:hidden!important;
  cursor:crosshair!important;
  isolation:isolate!important;
}
.vp-view-product-page .vp-main-media>img,
.vp-view-product-page .vp-main-media>video{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#fff!important;
}
.vp-view-product-page .vp-hover-zoom,
.vp-view-product-page .vp-zoom-chip,
.vp-view-product-page .vp-gallery-tabs,
.vp-view-product-page .vp-coin-box-row,
.vp-view-product-page .vp-coin-box-cards,
.vp-view-product-page .vp-price-breakdown,
.vp-view-product-page .vp-option-panel{
  display:none!important;
}
.vp-view-product-page .vp-zoom-lens{
  position:absolute!important;
  z-index:16!important;
  display:none!important;
  width:190px;
  height:190px;
  border:4px solid rgba(255,255,255,.98)!important;
  border-radius:50%!important;
  transform:translate(-50%,-50%)!important;
  background-color:#fff!important;
  background-repeat:no-repeat!important;
  box-shadow:0 22px 55px rgba(30,18,9,.35),0 0 0 1px rgba(104,65,31,.25),inset 0 0 0 1px rgba(255,255,255,.85)!important;
  pointer-events:none!important;
  overflow:hidden!important;
}
.vp-view-product-page .vp-zoom-lens:before{
  content:"";
  position:absolute;
  inset:8px;
  border:1px solid rgba(94,57,27,.22);
  border-radius:50%;
  background:
    linear-gradient(90deg, transparent calc(50% - .5px), rgba(43,22,13,.72) calc(50% - .5px), rgba(43,22,13,.72) calc(50% + .5px), transparent calc(50% + .5px)),
    linear-gradient(0deg, transparent calc(50% - .5px), rgba(43,22,13,.72) calc(50% - .5px), rgba(43,22,13,.72) calc(50% + .5px), transparent calc(50% + .5px));
}
.vp-view-product-page .vp-zoom-lens:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:10px;
  height:10px;
  border:2px solid rgba(43,22,13,.78);
  border-radius:50%;
  transform:translate(-50%,-50%);
  background:rgba(255,255,255,.55);
}
.vp-view-product-page .vp-zoom-lens.is-visible{display:block!important}
.vp-view-product-page .vp-media-arrow{
  z-index:18!important;
  width:46px!important;
  height:46px!important;
  border:1px solid rgba(86,51,23,.17)!important;
  background:rgba(255,255,255,.94)!important;
  color:#2b160d!important;
  box-shadow:0 10px 24px rgba(33,20,10,.12)!important;
}
.vp-view-product-page .vp-media-arrow:hover{
  background:#2b160d!important;
  color:#fff!important;
}
.vp-view-product-page .vp-gallery-bottom{
  grid-template-columns:48px minmax(0,1fr) 48px!important;
  gap:10px!important;
  margin-top:16px!important;
}
.vp-view-product-page .vp-rail-btn{
  width:48px!important;
  height:48px!important;
  border-radius:14px!important;
  box-shadow:none!important;
}
.vp-view-product-page .vp-thumbs{gap:10px!important;padding:3px!important;align-items:stretch!important}
.vp-view-product-page .vp-thumb{
  flex:0 0 96px!important;
  width:96px!important;
  height:116px!important;
  display:grid!important;
  grid-template-rows:78px minmax(0,1fr)!important;
  gap:7px!important;
  padding:5px!important;
  border-radius:14px!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.vp-view-product-page .vp-thumb img{
  width:100%!important;
  height:78px!important;
  object-fit:contain!important;
  background:#fff!important;
}
.vp-view-product-page .vp-thumb-label{
  display:block!important;
  min-width:0!important;
  color:#5f4938!important;
  font-size:10px!important;
  font-weight:850!important;
  line-height:1.2!important;
  text-align:center!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.vp-view-product-page .vp-thumb-play{
  inset:44px auto auto 50%!important;
  margin:0!important;
  transform:translate(-50%,-50%)!important;
}

.vp-floating-actions{
  position:absolute!important;
  top:clamp(20px,2.5vw,42px)!important;
  right:clamp(20px,2.5vw,42px)!important;
  z-index:40!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
.vp-floating-actions .vp-icon-btn--floating{
  position:static!important;
  inset:auto!important;
  width:48px!important;
  height:48px!important;
  border:1px solid rgba(116,74,37,.18)!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.96)!important;
  color:#2b160d!important;
  box-shadow:0 12px 30px rgba(44,26,12,.12)!important;
}
.vp-floating-actions .vp-icon-btn--floating:hover,
.vp-floating-actions .vp-icon-btn--floating.is-saved{
  background:#2b160d!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
}
.vp-view-product-page .vp-info--luxury{
  min-width:0!important;
  padding:12px 0 0!important;
}
.vp-view-product-page .vp-title-row{
  padding-right:118px!important;
  margin-bottom:22px!important;
}
.vp-view-product-page .vp-product-type{
  display:inline-flex!important;
  align-items:center!important;
  min-height:30px!important;
  margin-bottom:12px!important;
  padding:5px 11px!important;
  border:1px solid rgba(190,125,54,.25)!important;
  border-radius:999px!important;
  background:#fff4e6!important;
  color:#8d5521!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.13em!important;
  text-transform:uppercase!important;
}
.vp-view-product-page .vp-title-row h1{
  margin:0!important;
  color:#1d120c!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-size:clamp(34px,3.3vw,56px)!important;
  font-weight:500!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
}
.vp-view-product-page .vp-primary-specs{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:0!important;
  margin:0 0 24px!important;
  padding:0!important;
  border:1px solid rgba(112,70,33,.17)!important;
  border-radius:18px!important;
  background:#fffdf9!important;
  overflow:hidden!important;
}
.vp-view-product-page .vp-primary-spec{
  min-width:0!important;
  min-height:64px!important;
  display:grid!important;
  grid-template-columns:minmax(100px,.7fr) minmax(0,1.3fr)!important;
  align-items:center!important;
  gap:18px!important;
  padding:14px 18px!important;
  border-bottom:1px solid rgba(112,70,33,.13)!important;
  background:#fffdf9!important;
}
.vp-view-product-page .vp-primary-spec:last-child{border-bottom:0!important}
.vp-view-product-page .vp-primary-spec span{
  color:#8a725e!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}
.vp-view-product-page .vp-primary-spec strong{
  min-width:0!important;
  color:#25170e!important;
  font-size:15px!important;
  font-weight:900!important;
  line-height:1.25!important;
  text-align:right!important;
  overflow-wrap:anywhere!important;
}
.vp-view-product-page .vp-main-price{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:5px!important;
  margin:0 0 22px!important;
  padding:0!important;
}
.vp-view-product-page .vp-main-price span{
  color:#806a57!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.13em!important;
  text-transform:uppercase!important;
}
.vp-view-product-page .vp-main-price strong{
  color:#28150b!important;
  font-size:clamp(34px,3vw,48px)!important;
  font-weight:950!important;
  line-height:1!important;
}
.vp-view-product-page .vp-purchase-row{
  display:grid!important;
  grid-template-columns:142px minmax(190px,1fr) minmax(190px,1fr)!important;
  gap:12px!important;
  align-items:stretch!important;
  margin:0 0 20px!important;
}
.vp-view-product-page .vp-qty-row{
  width:100%!important;
  height:58px!important;
  border:1px solid rgba(113,70,31,.2)!important;
  border-radius:14px!important;
  background:#fff9f0!important;
  grid-template-columns:44px minmax(38px,1fr) 44px!important;
}
.vp-view-product-page .vp-qty-row button{
  min-width:0!important;
  color:#2b160d!important;
  font-size:22px!important;
}
.vp-view-product-page .vp-qty-row strong{font-size:17px!important}
.vp-view-product-page .vp-btn{
  width:100%!important;
  min-width:0!important;
  height:58px!important;
  padding:0 15px!important;
  border-radius:14px!important;
  font-size:12px!important;
  letter-spacing:.035em!important;
  white-space:nowrap!important;
}
.vp-view-product-page .vp-btn-outline{
  border-color:#18794e!important;
  background:#fff!important;
  color:#136b43!important;
}
.vp-view-product-page .vp-btn-outline:hover{
  background:#18794e!important;
  color:#fff!important;
}
.vp-view-product-page .vp-policy-note{
  margin:0 0 15px!important;
  padding:12px 14px!important;
  border:1px solid rgba(111,70,34,.12)!important;
  border-radius:14px!important;
  background:#fffaf3!important;
  font-size:12px!important;
}
.vp-view-product-page .vp-size-chart-link{
  margin:0 0 18px!important;
  min-height:54px!important;
  box-shadow:none!important;
}
.vp-view-product-page .vp-details-panel{
  margin-top:18px!important;
  padding:22px!important;
  border:1px solid rgba(112,70,33,.16)!important;
  border-radius:20px!important;
  background:linear-gradient(145deg,#fffdf9,#fff8ee)!important;
  box-shadow:0 14px 36px rgba(55,34,16,.055)!important;
}
.vp-view-product-page .vp-details-heading{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  margin-bottom:14px!important;
}
.vp-view-product-page .vp-details-heading span{
  display:block!important;
  margin-bottom:3px!important;
  color:#9a6a3c!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}
.vp-view-product-page .vp-details-heading h2{
  margin:0!important;
  color:#27170e!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-size:27px!important;
  font-weight:600!important;
}
.vp-view-product-page .vp-details-heading>i{
  width:42px!important;
  height:42px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:#f2dfc7!important;
  color:#89511e!important;
}
.vp-view-product-page .vp-details-description{
  margin:0 0 18px!important;
  color:#6f5d4e!important;
  font-size:14px!important;
  line-height:1.65!important;
}
.vp-view-product-page .vp-details-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:0!important;
  border-top:1px solid rgba(111,70,34,.13)!important;
}
.vp-view-product-page .vp-detail-item{
  min-width:0!important;
  display:grid!important;
  grid-template-columns:minmax(100px,.8fr) minmax(0,1.2fr)!important;
  gap:12px!important;
  padding:12px 8px!important;
  border-bottom:1px solid rgba(111,70,34,.1)!important;
}
.vp-view-product-page .vp-detail-item:nth-child(odd){padding-right:18px!important}
.vp-view-product-page .vp-detail-item:nth-child(even){padding-left:18px!important;border-left:1px solid rgba(111,70,34,.1)!important}
.vp-view-product-page .vp-detail-item span{
  color:#8a7563!important;
  font-size:12px!important;
  font-weight:700!important;
}
.vp-view-product-page .vp-detail-item strong{
  min-width:0!important;
  color:#2c1a10!important;
  font-size:12px!important;
  font-weight:900!important;
  text-align:right!important;
  overflow-wrap:anywhere!important;
}
.vp-view-product-page .vp-hidden-options{display:none!important}
.vp-view-product-page .vp-addons--compact{
  margin-top:16px!important;
  padding-top:16px!important;
  border-top:1px solid rgba(112,70,33,.13)!important;
}

/* Share product modal */
.vp-share-modal{
  width:min(620px,calc(100vw - 28px))!important;
  padding:28px!important;
  border-radius:24px!important;
  background:#fffdf9!important;
}
.vp-share-product{
  display:grid!important;
  grid-template-columns:104px minmax(0,1fr)!important;
  gap:18px!important;
  align-items:center!important;
  padding-right:48px!important;
  margin-bottom:22px!important;
}
.vp-share-product>img{
  width:104px!important;
  height:104px!important;
  display:block!important;
  object-fit:contain!important;
  border:1px solid rgba(111,70,34,.14)!important;
  border-radius:16px!important;
  background:#fff!important;
}
.vp-share-product .vp-modal-kicker{margin:0 0 7px!important;font-size:10px!important}
.vp-share-product h3{
  margin:0 0 7px!important;
  color:#21130b!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-size:27px!important;
  line-height:1.1!important;
}
.vp-share-product p{margin:0!important;color:#756250!important;font-size:13px!important;line-height:1.5!important}
.vp-share-link-label{
  display:block!important;
  margin:0 0 8px!important;
  color:#745a43!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.1em!important;
  text-transform:uppercase!important;
}
.vp-share-link-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:9px!important;
}
.vp-share-link-row input{
  width:100%!important;
  min-width:0!important;
  height:52px!important;
  margin:0!important;
  padding:0 14px!important;
  border:1px solid rgba(111,70,34,.2)!important;
  border-radius:12px!important;
  background:#fffaf3!important;
  color:#443022!important;
  font-size:13px!important;
  font-weight:700!important;
  appearance:none!important;
}
.vp-share-link-row button{
  height:52px!important;
  padding:0 18px!important;
  border:0!important;
  border-radius:12px!important;
  background:#2b160d!important;
  color:#fff!important;
  font-weight:900!important;
  cursor:pointer!important;
  white-space:nowrap!important;
}
.vp-share-whatsapp{
  width:100%!important;
  min-height:54px!important;
  margin-top:13px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  border-radius:13px!important;
  background:#18794e!important;
  color:#fff!important;
  text-decoration:none!important;
  font-size:14px!important;
  font-weight:900!important;
}
.vp-share-whatsapp:hover{background:#11603d!important}

@media(max-width:1180px){
  .vp-view-product-page .vp-layout--luxury{
    grid-template-columns:1fr!important;
    gap:34px!important;
  }
  .vp-view-product-page .vp-gallery-stage{max-width:900px!important}
  .vp-view-product-page .vp-main-media{height:min(68vw,650px)!important;min-height:440px!important}
  .vp-view-product-page .vp-info--luxury{max-width:900px!important;width:100%!important;margin:0 auto!important}
}
@media(max-width:760px){
  .vp-view-product-page .vp-card--professional-v2{padding:14px!important}
  .vp-floating-actions{top:24px!important;right:24px!important}
  .vp-floating-actions .vp-icon-btn--floating{width:44px!important;height:44px!important}
  .vp-view-product-page .vp-main-media{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:1/1!important;
    border-radius:20px!important;
  }
  .vp-view-product-page .vp-zoom-lens{display:none!important}
  .vp-view-product-page .vp-title-row{padding-right:0!important;margin-top:4px!important}
  .vp-view-product-page .vp-title-row h1{font-size:clamp(31px,9vw,43px)!important}
  .vp-view-product-page .vp-primary-specs{grid-template-columns:1fr!important}
  .vp-view-product-page .vp-primary-spec{min-height:78px!important}
  .vp-view-product-page .vp-purchase-row{grid-template-columns:1fr 1fr!important}
  .vp-view-product-page .vp-qty-row{grid-column:1/-1!important;max-width:180px!important}
  .vp-view-product-page .vp-details-grid{grid-template-columns:1fr!important}
  .vp-view-product-page .vp-detail-item,
  .vp-view-product-page .vp-detail-item:nth-child(odd),
  .vp-view-product-page .vp-detail-item:nth-child(even){
    padding:12px 4px!important;
    border-left:0!important;
  }
  .vp-view-product-page .vp-policy-note{align-items:flex-start!important}
  .vp-share-modal{padding:22px 18px!important}
  .vp-share-product{grid-template-columns:84px minmax(0,1fr)!important;padding-right:36px!important;gap:14px!important}
  .vp-share-product>img{width:84px!important;height:84px!important}
  .vp-share-product h3{font-size:23px!important}
}
@media(max-width:520px){
  .vp-view-product-page .vp-card--professional-v2{padding:10px!important}
  .vp-floating-actions{top:18px!important;right:18px!important;gap:7px!important}
  .vp-floating-actions .vp-icon-btn--floating{width:40px!important;height:40px!important}
  .vp-view-product-page .vp-gallery-bottom{grid-template-columns:40px minmax(0,1fr) 40px!important}
  .vp-view-product-page .vp-rail-btn{width:40px!important;height:42px!important}
  .vp-view-product-page .vp-thumb{flex-basis:82px!important;width:82px!important;height:104px!important;grid-template-rows:66px minmax(0,1fr)!important}
  .vp-view-product-page .vp-thumb img{height:66px!important}
  .vp-view-product-page .vp-thumb-play{top:38px!important}
  .vp-view-product-page .vp-thumb-label{font-size:9px!important}
  .vp-view-product-page .vp-info--luxury{padding:8px 2px 0!important}
  .vp-view-product-page .vp-primary-spec{padding:12px 10px!important}
  .vp-view-product-page .vp-primary-spec{grid-template-columns:minmax(88px,.7fr) minmax(0,1.3fr)!important;gap:10px!important}
  .vp-view-product-page .vp-primary-spec strong{font-size:13px!important}
  .vp-view-product-page .vp-purchase-row{grid-template-columns:1fr!important}
  .vp-view-product-page .vp-qty-row{grid-column:auto!important;max-width:none!important}
  .vp-view-product-page .vp-details-panel{padding:17px 14px!important}
  .vp-view-product-page .vp-detail-item{grid-template-columns:1fr!important;gap:4px!important}
  .vp-view-product-page .vp-detail-item strong{text-align:left!important}
  .vp-view-product-page .vp-size-chart-link{align-items:center!important;flex-wrap:wrap!important}
  .vp-view-product-page .vp-size-chart-link span{width:100%!important;margin-left:50px!important}
  .vp-share-product{grid-template-columns:68px minmax(0,1fr)!important;padding-right:34px!important}
  .vp-share-product>img{width:68px!important;height:68px!important}
  .vp-share-product h3{font-size:20px!important}
  .vp-share-link-row{grid-template-columns:1fr!important}
  .vp-share-link-row button{width:100%!important}
}

/* View product live-price summary v19 */
.vp-view-product-page .vp-summary-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  align-items:start!important;
  margin:0 0 18px!important;
}
.vp-view-product-page .vp-summary-grid>.vp-primary-specs,
.vp-view-product-page .vp-summary-grid>.vp-price-card{
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  border:1px solid rgba(112,70,33,.17)!important;
  border-radius:18px!important;
  background:#fffdf9!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
.vp-view-product-page .vp-summary-grid .vp-primary-spec{
  min-height:0!important;
  padding:11px 15px!important;
  gap:12px!important;
}
.vp-view-product-page .vp-price-card{
  padding:13px 15px!important;
  height:auto!important;
  align-self:start!important;
}
.vp-view-product-page .vp-price-card-heading{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin:0 0 8px!important;
}
.vp-view-product-page .vp-price-card-heading span{
  display:block!important;
  margin:0 0 2px!important;
  color:#96714e!important;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:.13em!important;
  line-height:1.2!important;
  text-transform:uppercase!important;
}
.vp-view-product-page .vp-price-card-heading h2{
  margin:0!important;
  color:#25170e!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-size:23px!important;
  font-weight:700!important;
  line-height:1.05!important;
}
.vp-view-product-page .vp-price-card-heading i{
  width:34px!important;
  height:34px!important;
  display:grid!important;
  place-items:center!important;
  flex:0 0 34px!important;
  border-radius:50%!important;
  background:#f6e7d3!important;
  color:#8b5829!important;
  font-size:14px!important;
}
.vp-view-product-page .vp-price-lines{
  border-top:1px solid rgba(112,70,33,.13)!important;
}
.vp-view-product-page .vp-price-line{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:12px!important;
  padding:8px 0!important;
  border-bottom:1px solid rgba(112,70,33,.1)!important;
}
.vp-view-product-page .vp-price-line span{
  color:#806b58!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1.3!important;
}
.vp-view-product-page .vp-price-line span b{font-weight:900!important}
.vp-view-product-page .vp-live-rate-label{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  color:#c62828!important;
}
.vp-view-product-page .vp-live-rate-dot{
  display:inline-block!important;
  width:7px!important;
  height:7px!important;
  flex:0 0 7px!important;
  border-radius:50%!important;
  background:#d92323!important;
  box-shadow:0 0 0 0 rgba(217,35,35,.5)!important;
  animation:vp-live-rate-pulse 1.25s ease-in-out infinite!important;
}
@keyframes vp-live-rate-pulse{
  0%,100%{opacity:.38;box-shadow:0 0 0 0 rgba(217,35,35,.35)}
  50%{opacity:1;box-shadow:0 0 0 4px rgba(217,35,35,0)}
}
@media(prefers-reduced-motion:reduce){
  .vp-view-product-page .vp-live-rate-dot{animation:none!important;opacity:1!important}
}
.vp-view-product-page .vp-price-line strong{
  color:#29180f!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1.25!important;
  text-align:right!important;
  white-space:nowrap!important;
}
.vp-view-product-page .vp-main-price{margin-top:0!important}

@media(max-width:760px){
  .vp-view-product-page .vp-summary-grid{grid-template-columns:1fr!important;gap:12px!important}
  .vp-view-product-page .vp-summary-grid .vp-primary-spec{min-height:0!important;padding:11px 13px!important}
}
@media(max-width:420px){
  .vp-view-product-page .vp-price-card{padding:12px!important}
  .vp-view-product-page .vp-price-card-heading h2{font-size:21px!important}
  .vp-view-product-page .vp-price-line{gap:8px!important}
  .vp-view-product-page .vp-price-line span{font-size:10.5px!important}
  .vp-view-product-page .vp-price-line strong{font-size:12px!important}
}

/* Coin price breakup: per-card values stay fixed while the large total follows quantity. */
.vp-view-product-page .vp-price-card{
  padding:8px 15px!important;
}
.vp-view-product-page .vp-price-lines{
  border-top:0!important;
}
.vp-view-product-page .vp-price-line--live .vp-live-rate-label,
.vp-view-product-page .vp-price-line--live strong{
  color:#d92323!important;
}
.vp-view-product-page .vp-price-line--live .vp-live-rate-label{
  animation:vp-live-rate-label-blink 1.25s ease-in-out infinite!important;
}
@keyframes vp-live-rate-label-blink{
  0%,100%{opacity:.55}
  50%{opacity:1}
}
.vp-view-product-page .vp-price-line--total{
  border-bottom:0!important;
  padding-bottom:7px!important;
}
.vp-view-product-page .vp-price-line--total span,
.vp-view-product-page .vp-price-line--total strong{
  color:#28150b!important;
  font-weight:950!important;
}
.vp-view-product-page .vp-main-price small{
  display:block!important;
  margin-top:3px!important;
  color:#806a57!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1.45!important;
}
@media(prefers-reduced-motion:reduce){
  .vp-view-product-page .vp-price-line--live .vp-live-rate-label{
    animation:none!important;
    opacity:1!important;
  }
}

/* View product customer layout v22 */
.vp-view-product-page [hidden]{display:none!important}
.vp-view-product-page .vp-title-row{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  align-items:end!important;
  gap:14px!important;
  padding-right:118px!important;
  margin-bottom:14px!important;
}
.vp-view-product-page .vp-title-main{min-width:0!important}
.vp-view-product-page .vp-title-row h1{
  font-size:clamp(24px,2.25vw,36px)!important;
  line-height:1.14!important;
  letter-spacing:-.025em!important;
}
.vp-view-product-page .vp-title-code{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:3px!important;
  text-align:center!important;
}
.vp-view-product-page .vp-title-code small{
  color:#8a725e!important;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:.13em!important;
  line-height:1.2!important;
  text-transform:uppercase!important;
}
.vp-view-product-page .vp-title-code strong{
  color:#28150b!important;
  font-size:18px!important;
  font-weight:950!important;
  line-height:1.15!important;
  letter-spacing:.04em!important;
}
.vp-view-product-page .vp-summary-grid{
  align-items:stretch!important;
}
.vp-view-product-page .vp-summary-grid>.vp-primary-specs,
.vp-view-product-page .vp-summary-grid>.vp-price-card{
  height:100%!important;
  align-self:stretch!important;
}
.vp-view-product-page .vp-summary-grid>.vp-primary-specs{
  display:grid!important;
  grid-template-rows:repeat(4,minmax(0,1fr))!important;
}
.vp-view-product-page .vp-summary-grid .vp-primary-spec{
  min-height:55px!important;
}
.vp-view-product-page .vp-primary-spec strong,
.vp-view-product-page .vp-detail-item strong{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
}
.vp-view-product-page .vp-color-dot{
  width:12px!important;
  height:12px!important;
  flex:0 0 12px!important;
  display:inline-block!important;
  border:1px solid rgba(58,38,20,.2)!important;
  border-radius:50%!important;
  background:var(--vp-dot-color,#d99a2f)!important;
  box-shadow:0 0 0 2px rgba(255,255,255,.95),0 2px 6px rgba(44,26,12,.18)!important;
}
.vp-view-product-page .vp-quantity-card{
  display:grid!important;
  grid-template-columns:minmax(180px,.72fr) minmax(0,1.28fr)!important;
  gap:0!important;
  margin:0 0 14px!important;
  border:1px solid rgba(112,70,33,.17)!important;
  border-radius:18px!important;
  background:#fffdf9!important;
  overflow:hidden!important;
}
.vp-view-product-page .vp-quantity-card__left,
.vp-view-product-page .vp-quantity-card__right{
  min-width:0!important;
  min-height:190px!important;
  padding:18px!important;
}
.vp-view-product-page .vp-quantity-card__left{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:18px!important;
  border-right:1px solid rgba(112,70,33,.13)!important;
  background:linear-gradient(145deg,#fffaf2,#fffdf9)!important;
}
.vp-view-product-page .vp-quantity-card .vp-main-price{
  width:100%!important;
  margin:0!important;
  padding:0!important;
}
.vp-view-product-page .vp-quantity-card .vp-main-price strong{
  font-size:clamp(30px,2.7vw,44px)!important;
}
.vp-view-product-page .vp-quantity-card .vp-qty-row{
  width:min(100%,180px)!important;
  margin:0!important;
}
.vp-view-product-page .vp-quantity-card__right{
  display:grid!important;
  place-items:center!important;
}
.vp-view-product-page .vp-single-quantity-message{
  width:min(100%,440px)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:14px!important;
  color:#5f4937!important;
  text-align:left!important;
}
.vp-view-product-page .vp-single-quantity-message i{
  width:48px!important;
  height:48px!important;
  display:grid!important;
  place-items:center!important;
  flex:0 0 48px!important;
  border-radius:50%!important;
  background:#f4e3cc!important;
  color:#7f4d20!important;
  font-size:18px!important;
}
.vp-view-product-page .vp-single-quantity-message p{
  margin:0!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1.55!important;
}
.vp-view-product-page .vp-quantity-breakup{
  width:100%!important;
}
.vp-view-product-page .vp-quantity-breakup .vp-price-line:first-child{
  padding-top:0!important;
}
.vp-view-product-page .vp-purchase-row{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  margin-bottom:20px!important;
}
.vp-view-product-page .vp-purchase-row .vp-btn{
  width:100%!important;
}

@media(max-width:760px){
  .vp-view-product-page .vp-title-row{
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    padding-right:0!important;
    gap:12px!important;
  }
  .vp-view-product-page .vp-title-row h1{font-size:clamp(23px,7vw,32px)!important}
  .vp-view-product-page .vp-title-code{align-items:flex-end!important;text-align:right!important}
  .vp-view-product-page .vp-summary-grid>.vp-primary-specs{grid-template-rows:none!important}
  .vp-view-product-page .vp-summary-grid>.vp-primary-specs,
  .vp-view-product-page .vp-summary-grid>.vp-price-card{height:auto!important}
  .vp-view-product-page .vp-quantity-card{grid-template-columns:1fr!important}
  .vp-view-product-page .vp-quantity-card__left,
  .vp-view-product-page .vp-quantity-card__right{min-height:0!important;padding:16px!important}
  .vp-view-product-page .vp-quantity-card__left{
    border-right:0!important;
    border-bottom:1px solid rgba(112,70,33,.13)!important;
    align-items:center!important;
    text-align:center!important;
  }
  .vp-view-product-page .vp-quantity-card .vp-main-price{align-items:center!important}
  .vp-view-product-page .vp-quantity-card__right{min-height:150px!important}
  .vp-view-product-page .vp-primary-spec strong,
  .vp-view-product-page .vp-detail-item strong{justify-content:flex-end!important}
  .vp-view-product-page .vp-purchase-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:460px){
  .vp-view-product-page .vp-title-row{grid-template-columns:1fr!important;align-items:start!important}
  .vp-view-product-page .vp-title-code{align-items:flex-start!important;text-align:left!important}
  .vp-view-product-page .vp-single-quantity-message{align-items:flex-start!important}
  .vp-view-product-page .vp-purchase-row{grid-template-columns:1fr 1fr!important}
  .vp-view-product-page .vp-purchase-row .vp-btn{padding:0 8px!important;font-size:10px!important;white-space:normal!important;line-height:1.25!important}
  .vp-view-product-page .vp-detail-item strong{justify-content:flex-start!important}
}
.vp-view-product-page .vp-single-quantity-message[hidden],
.vp-view-product-page .vp-quantity-breakup[hidden]{display:none!important}
/* Keep the title/code columns aligned with the two summary boxes. */
@media(min-width:761px){
  .vp-view-product-page .vp-title-row{padding:54px 0 0!important}
}
.vp-view-product-page .vp-single-quantity-message .vp-inline-cart-icon{
  width:auto!important;
  height:auto!important;
  display:inline-block!important;
  margin-left:5px!important;
  padding:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#7f4d20!important;
  font-size:15px!important;
  vertical-align:-1px!important;
}

/* Final title, price breakup and quantity alignment */
.vp-view-product-page .vp-title-row{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  align-items:center!important;
  gap:14px!important;
}
.vp-view-product-page .vp-title-row h1,
.vp-view-product-page .vp-title-code strong{
  color:var(--vp-card-title-color,#28150b)!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-size:clamp(22px,2.15vw,34px)!important;
  font-weight:650!important;
  line-height:1.08!important;
  letter-spacing:-.015em!important;
}
.vp-view-product-page .vp-title-row h1{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.vp-view-product-page .vp-title-code{
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}
.vp-view-product-page .vp-title-code small{display:none!important}
.vp-view-product-page .vp-title-code strong{letter-spacing:-.015em!important}

.vp-view-product-page .vp-summary-grid>.vp-primary-specs,
.vp-view-product-page .vp-summary-grid>.vp-price-card{
  height:100%!important;
  align-self:stretch!important;
}
.vp-view-product-page .vp-price-card{
  display:flex!important;
  flex-direction:column!important;
  padding:0!important;
}
.vp-view-product-page .vp-price-card>.vp-price-lines{
  flex:1 1 auto!important;
  display:grid!important;
  grid-template-rows:repeat(4,minmax(0,1fr))!important;
}
.vp-view-product-page .vp-price-card .vp-price-line{
  min-height:55px!important;
  padding:11px 15px!important;
  border-bottom:1px solid rgba(112,70,33,.13)!important;
  background:#fffdf9!important;
}
.vp-view-product-page .vp-price-card .vp-price-line:last-child{
  border-bottom:0!important;
}
.vp-view-product-page .vp-price-card .vp-price-line span{
  color:#8a725e!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.045em!important;
}
.vp-view-product-page .vp-price-card .vp-price-line strong{
  color:#25170e!important;
  font-size:15px!important;
  font-weight:900!important;
}

.vp-view-product-page .vp-quantity-card{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
.vp-view-product-page .vp-quantity-card__left,
.vp-view-product-page .vp-quantity-card__right{
  min-height:190px!important;
}
.vp-view-product-page .vp-quantity-card__left{
  align-items:center!important;
  justify-content:center!important;
  gap:14px!important;
  text-align:center!important;
}
.vp-view-product-page .vp-quantity-card .vp-main-price{
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}
.vp-view-product-page .vp-live-price-label{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  color:#d92323!important;
  font-size:11px!important;
  font-weight:950!important;
  letter-spacing:.14em!important;
  line-height:1!important;
}
.vp-view-product-page .vp-quantity-card .vp-qty-row{
  margin:0 auto!important;
}
.vp-view-product-page .vp-single-quantity-message{
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}
.vp-view-product-page .vp-single-quantity-message p{
  text-align:center!important;
}
.vp-view-product-page .vp-quantity-breakup{
  display:grid!important;
  grid-template-rows:repeat(4,minmax(0,1fr))!important;
}
.vp-view-product-page .vp-quantity-breakup .vp-price-line{
  min-height:38px!important;
  padding:9px 0!important;
}

@media(max-width:760px){
  .vp-view-product-page .vp-title-row{
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:10px!important;
  }
  .vp-view-product-page .vp-title-row h1,
  .vp-view-product-page .vp-title-code strong{
    font-size:clamp(18px,5.2vw,27px)!important;
    font-weight:650!important;
  }
  .vp-view-product-page .vp-title-code{
    align-items:flex-end!important;
    text-align:right!important;
  }
  .vp-view-product-page .vp-price-card .vp-price-line{
    min-height:52px!important;
    padding:10px 13px!important;
  }
  .vp-view-product-page .vp-quantity-card{
    grid-template-columns:1fr!important;
  }
  .vp-view-product-page .vp-quantity-card__left,
  .vp-view-product-page .vp-quantity-card__right{
    min-height:0!important;
  }
}
@media(max-width:460px){
  .vp-view-product-page .vp-title-row{
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
  }
  .vp-view-product-page .vp-title-code{
    align-items:flex-end!important;
    text-align:right!important;
  }
}


/* View-product tricolour rupee symbol and gallery action thumbnails */
.vp-view-product-page .vp-main-price strong .vp-rs-symbol,
.vp-view-product-page .vp-main-price strong .vp-price-amount,
.vp-view-product-page .vp-price-line strong .vp-rs-symbol,
.vp-view-product-page .vp-price-line strong .vp-price-amount,
.vp-view-product-page .vp-price-inline strong .vp-rs-symbol,
.vp-view-product-page .vp-price-inline strong .vp-price-amount{
  display:inline!important;
  font:inherit!important;
  font-size:inherit!important;
  font-weight:inherit!important;
  line-height:inherit!important;
  letter-spacing:inherit!important;
  text-transform:none!important;
  vertical-align:baseline!important;
}
.vp-view-product-page .vp-main-price strong .vp-price-amount,
.vp-view-product-page .vp-price-line strong .vp-price-amount,
.vp-view-product-page .vp-price-inline strong .vp-price-amount{
  color:inherit!important;
  -webkit-text-fill-color:currentColor!important;
}
.vp-view-product-page .vp-main-price strong .vp-rs-symbol,
.vp-view-product-page .vp-price-line strong .vp-rs-symbol,
.vp-view-product-page .vp-price-inline strong .vp-rs-symbol{
  display:inline-block!important;
  color:transparent!important;
  background:linear-gradient(180deg,#ff9933 0 33.333%,#ffffff 33.333% 66.666%,#138808 66.666% 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
  -webkit-text-stroke:.18px rgba(75,46,25,.32)!important;
}
.vp-view-product-page .vp-single-quantity-message p{
  line-height:1.65!important;
}
.vp-view-product-page .vp-single-quantity-message .vp-inline-cart-icon{
  margin-left:2px!important;
  margin-right:2px!important;
}
.vp-view-product-page .vp-thumb-action{
  flex:0 0 96px!important;
  width:96px!important;
  height:116px!important;
  display:grid!important;
  grid-template-rows:78px minmax(0,1fr)!important;
  gap:7px!important;
  padding:5px!important;
  border:1px solid rgba(154,112,67,.18)!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,#f3e7d8 0%,#e4d1ba 100%)!important;
  color:#6f4a25!important;
  text-decoration:none!important;
  box-shadow:none!important;
  overflow:hidden!important;
  cursor:pointer!important;
}
.vp-view-product-page .vp-thumb-action:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(97,62,30,.32)!important;
  box-shadow:0 10px 20px rgba(51,35,19,.10)!important;
}
.vp-view-product-page .vp-thumb-action-icon{
  width:100%!important;
  height:78px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:10px!important;
  background:linear-gradient(180deg,#f8eddc,#e7d3b9)!important;
  color:#8a5a2b!important;
  font-size:30px!important;
  line-height:1!important;
}
.vp-view-product-page .vp-thumb-action--youtube .vp-thumb-action-icon{
  font-size:34px!important;
}
.vp-view-product-page .vp-thumb-action .vp-thumb-label{
  display:block!important;
  min-width:0!important;
  color:#5f4938!important;
  font-size:10px!important;
  font-weight:850!important;
  line-height:1.2!important;
  text-align:center!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
@media(max-width:820px){
  .vp-view-product-page .vp-thumb-action{
    flex-basis:72px!important;
    width:72px!important;
    height:72px!important;
    grid-template-rows:46px minmax(0,1fr)!important;
    gap:3px!important;
    padding:4px!important;
  }
  .vp-view-product-page .vp-thumb-action-icon{
    height:46px!important;
    font-size:22px!important;
  }
  .vp-view-product-page .vp-thumb-action--youtube .vp-thumb-action-icon{font-size:25px!important}
  .vp-view-product-page .vp-thumb-action .vp-thumb-label{font-size:8px!important}
}

/* Final gallery action-card sizing and static visit image fit */
.vp-view-product-page .vp-thumb-action{
  flex:0 0 96px!important;
  width:96px!important;
  height:116px!important;
  grid-template-rows:78px minmax(0,1fr)!important;
  gap:7px!important;
  padding:5px!important;
  border:1px solid transparent!important;
  border-radius:14px!important;
  background:#fff8ef!important;
  box-shadow:0 9px 22px rgba(55,35,16,.08)!important;
}
.vp-view-product-page .vp-thumb-action-icon{
  width:100%!important;
  height:78px!important;
  border-radius:11px!important;
  background:linear-gradient(180deg,#fbf0df,#ecd4b0)!important;
  color:#8a551f!important;
  font-size:30px!important;
}
.vp-view-product-page .vp-thumb-action--youtube .vp-thumb-action-icon{
  font-size:34px!important;
}
.vp-view-product-page .vp-thumb--visit img{
  object-fit:contain!important;
  object-position:center!important;
  background:#fff!important;
}
@media(max-width:520px){
  .vp-view-product-page .vp-thumb-action{
    flex-basis:82px!important;
    width:82px!important;
    height:104px!important;
    grid-template-rows:66px minmax(0,1fr)!important;
    gap:7px!important;
    padding:5px!important;
  }
  .vp-view-product-page .vp-thumb-action-icon{
    height:66px!important;
    font-size:24px!important;
  }
  .vp-view-product-page .vp-thumb-action--youtube .vp-thumb-action-icon{
    font-size:27px!important;
  }
  .vp-view-product-page .vp-thumb-action .vp-thumb-label{
    font-size:9px!important;
  }
}

/* Fill only the static Rajmudra Visit thumbnail; main gallery keeps contain. */
.vp-view-product-page .vp-thumb--visit img{
  object-fit:cover!important;
  object-position:center!important;
}

/* Keep the static Rajmudra Visit poster fully visible in the main gallery and image viewer. */
.vp-view-product-page .vp-main-media > img[src*="rajmudra-visit.jpeg"],
.vp-fullview-stage > img[src*="rajmudra-visit.jpeg"]{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#fff!important;
}

/* Static Rajmudra Visit poster: preserve the full portrait in gallery, thumbnail and viewer. */
.vp-view-product-page .vp-main-media.is-visit-media{
  padding:18px!important;
  background:#fff!important;
  place-items:center!important;
}
.vp-view-product-page .vp-main-media.is-visit-media > img.is-visit-media,
.vp-view-product-page .vp-main-media > img[data-vp-media-fit="contain-portrait"]{
  display:block!important;
  width:auto!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  margin:auto!important;
  object-fit:contain!important;
  object-position:center center!important;
  border-radius:14px!important;
  background:#fff!important;
}
.vp-view-product-page .vp-thumb--visit img{
  width:100%!important;
  height:78px!important;
  padding:3px!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
.vp-fullview-stage.is-visit-media{
  padding:18px!important;
  background:#fff!important;
  place-items:center!important;
  box-sizing:border-box!important;
}
.vp-fullview-stage.is-visit-media > img.is-visit-media,
.vp-fullview-stage > img[data-vp-media-fit="contain-portrait"]{
  display:block!important;
  width:auto!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  margin:auto!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#fff!important;
}
@media(max-width:820px){
  .vp-view-product-page .vp-main-media.is-visit-media,
  .vp-fullview-stage.is-visit-media{
    padding:10px!important;
  }
  .vp-view-product-page .vp-thumb--visit img{
    height:66px!important;
    padding:2px!important;
  }
}

/* Final static Rajmudra image fit: show the complete portrait without cropping. */
.vp-view-product-page .vp-main-media[data-vp-active-media="visit"]{
  position:relative!important;
  padding:0!important;
  overflow:hidden!important;
  background:#fff!important;
}
.vp-view-product-page .vp-main-media[data-vp-active-media="visit"] > img[data-vp-fit-mode="contain"],
.vp-view-product-page .vp-main-media > img.is-visit-media{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:100%!important;
  max-height:100%!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  border-radius:0!important;
  background:#fff!important;
}
.vp-fullview-stage.is-visit-media{
  position:relative!important;
  padding:0!important;
  overflow:hidden!important;
  background:#fff!important;
}
.vp-fullview-stage.is-visit-media > img[data-vp-fit-mode="contain"],
.vp-fullview-stage > img.is-visit-media{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:100%!important;
  max-height:100%!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center center!important;
  border-radius:0!important;
  background:#fff!important;
}

/* Full-view image loading fix: use a fresh visible image element and keep portrait media contained. */
.vp-fullview-stage > img[data-vp-fullview-img]:not([hidden]){
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  grid-area:media!important;
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:100%!important;
  max-height:100%!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#fff!important;
}
.vp-fullview-stage.is-visit-media > img[data-vp-fullview-img]:not([hidden]){
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform-origin:center center!important;
}

.vp-lot-video-links{display:flex;flex-wrap:wrap;gap:10px;margin:12px 0}.vp-lot-video-links a{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid #e1e5ea;border-radius:10px;color:#b42318;background:#fff;text-decoration:none;font-weight:800;font-size:13px}.vp-lot-video-links a:hover{background:#fff7f5}.vp-lot-video-links i{font-size:17px}

/* Keep a clear visual space after every tricolour rupee sign. */
.vp-view-product-page .vp-rs-symbol{
  display:inline-block!important;
  margin-right:.42em!important;
}


/* 2026-07-18 square product media box */
.vp-view-product-page .vp-gallery-stage{max-width:1254px!important}
.vp-view-product-page .vp-main-media{aspect-ratio:1/1!important;min-height:0!important;max-height:none!important;background:linear-gradient(135deg,#f7ecda,#fff8ed)!important;border-radius:28px!important;display:grid!important;place-items:center!important}
.vp-view-product-page .vp-main-media>img,.vp-view-product-page .vp-main-media>video{object-fit:contain!important;padding:clamp(10px,1.4vw,18px)!important;background:transparent!important}
.vp-view-product-page .vp-gallery-bottom{margin-top:16px!important}
.vp-view-product-page .vp-thumb{width:78px!important;height:78px!important;flex-basis:78px!important}
@media(max-width:820px){.vp-view-product-page .vp-main-media{aspect-ratio:1/1!important;border-radius:22px!important}.vp-view-product-page .vp-main-media>img,.vp-view-product-page .vp-main-media>video{padding:10px!important}}


/* 2026-07-18 final square media fixes */
.vp-view-product-page .vp-gallery-stage{max-width:1254px!important;width:100%!important}
.vp-view-product-page .vp-main-media{aspect-ratio:1/1!important;height:auto!important;min-height:0!important;max-height:none!important;padding:0!important;overflow:hidden!important}
.vp-view-product-page .vp-main-media>img,.vp-view-product-page .vp-main-media>video{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;padding:0!important;margin:0!important;background:transparent!important;border-radius:0!important}
.vp-view-product-page .vp-gallery-bottom{grid-template-columns:48px 1fr 48px!important;gap:10px!important;align-items:center!important}
.vp-view-product-page .vp-thumbs{align-items:stretch!important;gap:10px!important}
.vp-view-product-page .vp-thumb,.vp-view-product-page .vp-thumb-action{position:relative!important;display:grid!important;place-items:center!important;flex:0 0 82px!important;width:82px!important;height:82px!important;padding:4px!important;border-radius:16px!important;overflow:hidden!important;grid-template-rows:1fr!important;background:#fff8ef!important}
.vp-view-product-page .vp-thumb img,.vp-view-product-page .vp-thumb-action img,.vp-view-product-page .vp-thumb--visit img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:12px!important;margin:0!important}
.vp-view-product-page .vp-thumb-play,.vp-view-product-page .vp-thumb-action-icon{position:absolute!important;inset:0!important;display:grid!important;place-items:center!important;margin:auto!important;width:38px!important;height:38px!important;border-radius:50%!important;background:rgba(43,22,13,.82)!important;color:#fff!important}
.vp-view-product-page .vp-thumb-label{display:none!important}
.vp-view-product-page .vp-rail-btn{width:48px!important;height:48px!important;border-radius:15px!important}
@media(max-width:820px){.vp-view-product-page .vp-thumb,.vp-view-product-page .vp-thumb-action{flex-basis:72px!important;width:72px!important;height:72px!important}.vp-view-product-page .vp-gallery-bottom{grid-template-columns:40px 1fr 40px!important}.vp-view-product-page .vp-rail-btn{width:40px!important;height:40px!important}}


/* Final compact square coin gallery and full lot heading */
.vp-view-product-page .vp-layout--luxury{grid-template-columns:minmax(440px,.92fr) minmax(540px,1.08fr)!important;gap:clamp(28px,3.5vw,60px)!important}
.vp-view-product-page .vp-gallery-stage{width:100%!important;max-width:640px!important;justify-self:center!important}
.vp-view-product-page .vp-main-media{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:1/1!important;border-radius:24px!important}
.vp-view-product-page .vp-main-media>img,.vp-view-product-page .vp-main-media>video{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;padding:0!important;margin:0!important}
.vp-view-product-page .vp-title-row{grid-template-columns:1fr!important;padding-right:118px!important;align-items:start!important}
.vp-view-product-page .vp-title-row h1{overflow:visible!important;text-overflow:clip!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important;font-size:clamp(27px,2.35vw,40px)!important;line-height:1.18!important}
.vp-view-product-page .vp-title-code{display:none!important}.vp-view-product-page .vp-title-code[hidden]{display:none!important}
@media(max-width:1180px){.vp-view-product-page .vp-layout--luxury{grid-template-columns:1fr!important}.vp-view-product-page .vp-gallery-stage{max-width:600px!important}.vp-view-product-page .vp-title-row{padding-right:0!important}}
@media(max-width:760px){.vp-view-product-page .vp-gallery-stage{max-width:100%!important}.vp-view-product-page .vp-title-row h1{font-size:clamp(25px,7.3vw,34px)!important}}


/* 2026-07-18 exact lot title and clean video actions */
.vp-view-product-page .vp-title-row h1{
  font-family:"Cormorant Garamond",Georgia,"Times New Roman",serif!important;
  font-weight:700!important;
  text-transform:none!important;
  letter-spacing:-.02em!important;
  color:#5b285a!important;
}
.vp-view-product-page .vp-thumb-action{
  position:relative!important;
  display:grid!important;
  place-items:center!important;
  grid-template-columns:1fr!important;
  grid-template-rows:1fr!important;
  flex:0 0 82px!important;
  width:82px!important;
  height:82px!important;
  min-width:82px!important;
  min-height:82px!important;
  padding:6px!important;
  gap:0!important;
  overflow:hidden!important;
  border:1px solid rgba(180,121,52,.25)!important;
  border-radius:16px!important;
  background:linear-gradient(145deg,#fff8ec,#f0dcc0)!important;
  box-shadow:0 8px 20px rgba(65,38,16,.09)!important;
  text-decoration:none!important;
}
.vp-view-product-page .vp-thumb-action-icon{
  position:static!important;
  inset:auto!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  display:grid!important;
  place-items:center!important;
  margin:0!important;
  border-radius:12px!important;
  background:#6f431f!important;
  color:#fff!important;
  font-size:25px!important;
  line-height:1!important;
}
.vp-view-product-page .vp-thumb-action--youtube .vp-thumb-action-icon{
  background:#c4302b!important;
  color:#fff!important;
  font-size:28px!important;
}
.vp-view-product-page .vp-thumb-action .vp-thumb-label{
  display:none!important;
}
.vp-view-product-page .vp-thumb-action:hover,
.vp-view-product-page .vp-thumb-action:focus-visible{
  transform:translateY(-2px)!important;
  border-color:rgba(142,82,24,.48)!important;
  outline:none!important;
}
@media(max-width:820px){
  .vp-view-product-page .vp-thumb-action{
    flex-basis:72px!important;
    width:72px!important;
    height:72px!important;
    min-width:72px!important;
    min-height:72px!important;
  }
  .vp-view-product-page .vp-thumb-action-icon{font-size:22px!important}
  .vp-view-product-page .vp-thumb-action--youtube .vp-thumb-action-icon{font-size:25px!important}
}
