:root{--vtc-green:#164f35;--vtc-cream:#fbf6e7;--vtc-gold:#deb938;--vtc-ink:#24392b;--vtc-rule:#a8b5a0;color-scheme:light}
*{box-sizing:border-box}body{margin:0;background:var(--vtc-cream);color:var(--vtc-ink);font:16px/1.6 'DM Sans',Arial,sans-serif}button,input{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}button,summary{cursor:pointer}a{color:var(--vtc-green);text-underline-offset:4px}button{color:var(--vtc-green)}img{max-width:100%;display:block}h1,h2,h3{font-family:'Bree Serif',Georgia,serif;font-weight:400;color:var(--vtc-green)}p{margin:0 0 16px}button:disabled{cursor:default;opacity:.5}:focus-visible{outline:3px solid var(--vtc-green);outline-offset:4px}[hidden]{display:none!important}
.skip-link{position:absolute;left:16px;top:-100px;z-index:1000;padding:12px 20px;background:var(--vtc-green);color:#fff}.skip-link:focus{top:10px}.product-page{width:min(1240px,calc(100% - 80px));margin:0 auto}.product-page:focus{outline:none}.breadcrumbs{padding:22px 0 30px;font-size:13px}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:6px 12px;margin:0;padding:0;list-style:none}.breadcrumbs li+li:before{content:'/';color:var(--vtc-rule);margin-right:12px}.breadcrumbs a{text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs [aria-current]{color:#58654e}
.product-layout{display:grid;grid-template-columns:minmax(0,1.13fr) minmax(0,1fr);gap:62px;align-items:start}.product-gallery{min-width:0}.product-image-button{display:block;position:relative;width:100%;padding:0;border:1px solid #e4e5dc;background:#fff}.product-image-button>img{width:100%;height:auto;aspect-ratio:1;object-fit:contain}.enlarge-label{position:absolute;right:12px;bottom:12px;display:flex;gap:7px;align-items:center;background:#fff;padding:7px 10px;font-size:12px;border:1px solid #d5dccb}.enlarge-label svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.5}.product-image-button:hover .enlarge-label{background:var(--vtc-cream)}.gallery-caption{display:flex;justify-content:space-between;gap:15px;color:#58654e;font-size:13px;padding:12px 0}.gallery-caption p{margin:0}.product-thumbnails{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.product-thumb{padding:0;border:1px solid var(--vtc-rule);background:transparent;min-width:0}.product-thumb img{width:100%;height:auto;aspect-ratio:1;object-fit:contain;background:#fff}.product-thumb span{display:block;padding:5px 2px;font-size:12px;white-space:nowrap}.product-thumb[aria-pressed=true]{outline:2px solid var(--vtc-green);outline-offset:2px}.product-thumb:hover{border-color:var(--vtc-green)}.gallery-note{font-size:12px;color:#58654e;margin:18px 0 0}
.product-eyebrow{font-size:12px;font-weight:700;letter-spacing:.095em;text-transform:uppercase;color:var(--vtc-green);margin:0 0 9px}.product-information h1{font-size:48px;line-height:1.1;margin:0 0 12px}.product-tagline{font-size:19px;line-height:1.5;margin-bottom:22px}.product-price-row{display:flex;align-items:baseline;gap:20px;border-block:1px solid var(--vtc-rule);padding:14px 0;margin-bottom:22px}.product-price-row p{margin:0;font-size:13px}.product-price-row .product-price{font-weight:700;font-size:30px;line-height:1.2;color:var(--vtc-green)}.product-intro{font-size:15px;line-height:1.75;margin-bottom:26px}.size-fieldset{border:0;margin:0;padding:0}.size-fieldset legend{padding:0;font-size:15px;font-weight:700;margin-bottom:10px;color:var(--vtc-green)}.size-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.size-choice{position:relative;cursor:pointer}.size-choice input{position:absolute;opacity:0;width:1px;height:1px}.size-choice>span{display:flex;justify-content:space-between;align-items:center;padding:13px 18px;border:1px solid var(--vtc-rule);min-height:54px;color:var(--vtc-green)}.size-choice input:checked+span{outline:2px solid var(--vtc-green);outline-offset:2px;background:#eaf0e1}.size-choice input:focus-visible+span{outline:3px solid var(--vtc-green);outline-offset:5px}.size-description{color:#58654e;font-size:13px;margin:13px 0 22px}.purchase-row{display:grid;grid-template-columns:126px 1fr;gap:16px;align-items:end}.quantity-field>label{display:block;font-size:13px;font-weight:600;margin-bottom:8px}.quantity-control{display:flex;border:1px solid var(--vtc-rule);height:54px;background:#fff}.quantity-control button{width:37px;flex-shrink:0;padding:0;border:0;background:transparent;font-size:20px}.quantity-control input{width:100%;min-width:0;padding:0;text-align:center;border:0;background:transparent;color:var(--vtc-ink);appearance:textfield;-moz-appearance:textfield}.quantity-control input::-webkit-inner-spin-button,.quantity-control input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.add-button{border:1px solid var(--vtc-green);background:var(--vtc-green);color:var(--vtc-cream);height:54px;padding:12px 16px;font-size:16px;font-weight:700;border-radius:2px}.add-button:hover{background:#0c3824}.order-status{font-size:14px;margin:0}.order-status:not(:empty){margin-top:12px}.order-status.is-error{color:#922e20}.delivery-note{font-size:12px;line-height:1.7;margin:13px 0 22px;color:#58654e}.product-highlights{padding:18px 0;margin:0;border-block:1px solid var(--vtc-rule);display:flex;gap:10px 18px;flex-wrap:wrap;list-style:none;font-size:12px;color:var(--vtc-green)}.product-highlights li:before{content:'✓';margin-right:7px}.product-details details{border-bottom:1px solid var(--vtc-rule);font-size:14px}.product-details summary{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:17px 0;font-weight:700;font-size:15px;color:var(--vtc-green)}.product-details summary::-webkit-details-marker{display:none}.product-details summary:after{content:'+';font-size:23px;font-weight:400;line-height:1}.product-details details[open] summary:after{content:'−'}.product-details details>div{padding:0 0 17px}.product-details ul{margin:0;padding-left:19px}.product-details li+li{margin-top:6px}.product-details p:last-child{margin-bottom:0}.product-details table{width:100%;border-collapse:collapse;font-size:13px;text-align:left}.product-details caption{text-align:left;margin:2px 0 10px;color:#58654e}.product-details td,.product-details th{padding:9px 7px;border-bottom:1px solid var(--vtc-rule)}.product-details th:first-child{padding-left:0}.collection-return{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-top:62px;padding:34px 0;border-top:3px solid var(--vtc-green)}.collection-return h2{font-size:30px;line-height:1.2;margin:0 0 12px}.collection-return p:last-child{font-size:14px;margin:0}.outline-button{display:inline-flex;justify-content:center;align-items:center;gap:26px;white-space:nowrap;text-decoration:none;font-weight:600;font-size:14px;border:1px solid var(--vtc-green);padding:13px 22px;min-height:48px}.outline-button:hover{color:var(--vtc-cream);background:var(--vtc-green)}
.photo-dialog{padding:0;border:1px solid var(--vtc-green);background:var(--vtc-cream);color:var(--vtc-green);width:min(850px,calc(100% - 32px));max-height:calc(100dvh - 32px);overflow:auto}.photo-dialog::backdrop{background:rgb(16 38 26 / .65)}.photo-dialog-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:9px 20px;border-bottom:1px solid var(--vtc-rule)}.photo-dialog-heading h2{font-size:22px;margin:0}.photo-dialog button{border:0;background:transparent;min-width:44px;min-height:44px;font-size:26px}.photo-dialog>img{width:100%;height:min(68dvh,720px);object-fit:contain;background:#fff}.photo-dialog-controls{display:flex;justify-content:space-between;align-items:center;padding:6px 20px}.photo-dialog-controls p{margin:0;font-size:14px}
#vtc-heritage-matched-dividers{width:100%;color:var(--vtc-ink);background:var(--vtc-cream)}.vtc-footer{text-align:center;padding:30px 28px;border-bottom:7px double var(--vtc-green);color:var(--vtc-green)}.vtc-footer-brand{font:25px/1.2 'Patua One',Georgia,serif}.vtc-footer p{margin:7px 0 0;font-size:13px}.vtc-footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 24px;margin-top:20px;font-size:13px}.vtc-footer a{text-decoration:none}.vtc-footer a:hover{text-decoration:underline}.vtc-footer-game{margin-top:20px;padding-top:15px;border-top:1px solid var(--vtc-rule)}.vtc-footer .vtc-game-link{display:inline-flex;gap:12px;align-items:center;justify-content:center;min-height:44px;padding:10px 22px;background:var(--vtc-green);color:var(--vtc-cream);border:2px solid var(--vtc-green);border-radius:2px;font-weight:700}.vtc-footer .vtc-game-link:hover{background:var(--vtc-cream);color:var(--vtc-green);text-decoration:none}
@media(min-width:1000px){.product-gallery{position:sticky;top:24px}}
@media(max-width:1100px){.product-layout{gap:36px}.product-information h1{font-size:42px}.product-page{width:calc(100% - 48px)}}
@media(max-width:780px){.product-page{width:calc(100% - 40px)}.breadcrumbs{padding:18px 0 24px;font-size:12px}.product-layout{grid-template-columns:1fr;gap:34px}.product-gallery{width:min(560px,100%);margin:auto}.product-information h1{font-size:40px}.product-thumbnails{gap:9px}.product-thumb span{font-size:11px}.product-tagline{font-size:18px}.product-price-row{margin-bottom:18px}.collection-return{margin-top:36px;align-items:start;flex-direction:column;gap:22px}.collection-return h2{font-size:28px}.photo-dialog-heading h2{font-size:20px}}
@media(max-width:360px){.product-page{width:calc(100% - 28px)}.purchase-row{grid-template-columns:114px 1fr;gap:10px}.product-information h1{font-size:36px}.add-button{font-size:14px;padding-inline:8px}.quantity-control button{width:32px}}
@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}
