:root{
  --sb-gold:#c9a84c;--sb-gold-light:#efd67d;--sb-gold-dark:#8f6c1b;
  --sb-ink:#171717;--sb-charcoal:#242424;--sb-cream:#f8f4eb;--sb-line:#e7dfd0;
  --sb-white:#fff;--sb-muted:#6f6a62;--sb-success:#147a4d;--sb-danger:#b42318;
  --sb-shadow:0 18px 55px rgba(25,20,12,.16);--sb-header-height:76px
}
html{scroll-behavior:smooth;text-size-adjust:100%;scroll-padding-top:calc(var(--sb-header-height) + 18px)}
body{padding-top:var(--sb-header-height)!important;overflow-x:hidden}
img,svg,video{max-width:100%;height:auto}button,input,select,textarea{font:inherit}a,button{touch-action:manipulation}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #f0c95d!important;outline-offset:3px!important}
.sb-skip-link{position:fixed;left:12px;top:-80px;z-index:100001;background:#fff;color:#111;padding:12px 16px;border-radius:0 0 10px 10px;font-weight:800;box-shadow:var(--sb-shadow);transition:.2s}.sb-skip-link:focus{top:0}
.sb-global-header{position:fixed!important;z-index:99990!important;inset:0 0 auto 0!important;height:var(--sb-header-height)!important;min-height:var(--sb-header-height)!important;display:flex!important;align-items:center!important;gap:16px!important;padding:10px clamp(14px,2.8vw,44px)!important;background:rgba(18,18,18,.985)!important;color:#fff!important;border-bottom:1px solid rgba(255,255,255,.1)!important;backdrop-filter:blur(18px)!important;box-shadow:0 8px 24px rgba(0,0,0,.18)!important;font-family:Arial,Helvetica,sans-serif!important}
.sb-global-header *{box-sizing:border-box}.sb-global-brand{display:inline-flex!important;align-items:center!important;gap:10px!important;color:#fff!important;text-decoration:none!important;white-space:nowrap!important;font:700 20px/1.1 Georgia,serif!important}.sb-global-brand img{width:44px!important;height:44px!important;border-radius:13px!important;box-shadow:0 6px 18px #0007}.sb-global-brand b{color:var(--sb-gold)!important}
.sb-global-nav{display:flex!important;align-items:center!important;justify-content:center!important;gap:clamp(8px,1vw,18px)!important;flex:1!important}.sb-global-nav>a{color:#f4f1eb!important;text-decoration:none!important;padding:12px 3px!important;font:700 12px/1 Arial,sans-serif!important;white-space:nowrap!important}.sb-global-nav>a:hover,.sb-global-nav>a[aria-current="page"]{color:#f4d377!important}.sb-global-nav>a[aria-current="page"]{text-decoration:underline!important;text-underline-offset:7px!important}
.sb-mobile-nav-head,.sb-mobile-search,.sb-mobile-account-links{display:none}
.sb-global-search{width:min(240px,18vw);height:42px;display:flex!important;align-items:center!important;background:#fff!important;border-radius:999px!important;padding:3px!important;border:1px solid #ffffff33!important}.sb-global-search input{min-width:0!important;flex:1!important;border:0!important;background:transparent!important;color:#171717!important;padding:8px 4px 8px 12px!important;outline:0!important;font-size:12px!important}.sb-global-search button{width:36px!important;height:36px!important;border-radius:50%!important;border:0!important;background:var(--sb-gold)!important;color:#171717!important;font-size:21px!important;font-weight:900!important;display:grid!important;place-items:center!important;padding:0!important;cursor:pointer!important}
.sb-global-actions{display:flex!important;align-items:center!important;gap:7px!important}.sb-global-actions a,.sb-global-actions button{position:relative!important;color:#f4f1eb!important;text-decoration:none!important;background:none!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:999px!important;padding:10px 12px!important;font:700 12px/1 Arial,sans-serif!important;box-shadow:none!important;width:auto!important;margin:0!important;white-space:nowrap!important;cursor:pointer!important}.sb-global-actions a:hover,.sb-global-actions button:hover{color:#f4d377!important;border-color:#c9a84c99!important;transform:none!important}.sb-global-actions #sb-enable-push{border-color:#c9a84c99!important}.sb-global-actions #sb-enable-push[aria-pressed="true"]{background:#1f714d!important;border-color:#1f714d!important;color:#fff!important}.sb-global-actions #sb-install-app{background:#c9a84c!important;border-color:#c9a84c!important;color:#171717!important}.sb-global-actions #sb-install-app[hidden]{display:inline-flex!important;opacity:.85}
.sb-action-count{position:absolute;top:-6px;right:-5px;min-width:19px;height:19px;padding:0 5px;display:grid;place-items:center;border:2px solid #171717;border-radius:999px;background:#f2cf53;color:#171717;font-size:10px;font-weight:900;line-height:1}.sb-action-count:empty,.sb-action-count[data-count="0"]{display:none}
.sb-global-menu{display:none!important;align-items:center!important;gap:3px!important;flex-direction:column!important;background:transparent!important;color:#fff!important;border:1px solid #ffffff33!important;border-radius:11px!important;padding:7px 9px!important;font-weight:800!important;width:46px!important;height:44px!important;margin:0!important}.sb-global-menu span{display:block;width:22px;height:2px;background:#fff;border-radius:4px}.sb-global-menu strong{font-size:8px;line-height:1;margin-top:2px}
.sb-menu-backdrop{position:fixed;z-index:99987;inset:var(--sb-header-height) 0 0;background:#0009;backdrop-filter:blur(3px)}.sb-menu-backdrop[hidden]{display:none!important}
.sb-global-footer{position:relative;z-index:10;background:#111;color:#ddd;display:grid;grid-template-columns:1.3fr repeat(3,minmax(150px,1fr));gap:36px;padding:58px clamp(20px,6vw,92px) 28px;font-family:Arial,Helvetica,sans-serif}.sb-global-footer a{color:#e8e5df;text-decoration:none}.sb-global-footer a:hover{color:#e4c76e}.sb-global-footer>div,.sb-global-footer>nav{display:flex;flex-direction:column;gap:10px}.sb-global-footer strong{color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:1px;margin-bottom:5px}.sb-global-footer .sb-footer-brand{font:700 30px/1.1 Georgia,serif;color:#fff}.sb-footer-brand span{color:var(--sb-gold)}.sb-global-footer p{color:#bdb8ae;line-height:1.75;margin:8px 0;max-width:560px}.sb-footer-badges{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:7px!important}.sb-footer-badges span{font-size:11px;padding:7px 9px;border:1px solid #333;border-radius:999px;color:#d8d3ca}.sb-footer-legal{grid-column:1/-1!important;display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;border-top:1px solid #2c2c2c;padding-top:21px;color:#8e8a83;font-size:12px}.sb-footer-legal nav{display:flex;gap:17px;flex-wrap:wrap}
.sb-instruction-modal,.sb-permission-modal{position:fixed;z-index:100000;inset:0;display:grid;place-items:center;padding:20px;background:rgba(5,5,5,.74);backdrop-filter:blur(7px)}.sb-instruction-modal[hidden],.sb-permission-modal[hidden]{display:none!important}.sb-instruction-card,.sb-permission-card{width:min(680px,100%);max-height:min(86vh,800px);overflow:auto;background:#fff;border-radius:25px;padding:35px;box-shadow:0 35px 100px rgba(0,0,0,.35);color:#222}.sb-instruction-icon,.sb-permission-logo{width:66px;height:66px;border-radius:19px;display:grid;place-items:center;background:#171717;color:#e4c76e;font:800 24px Georgia,serif;margin-bottom:18px}.sb-instruction-card h2,.sb-permission-card h2{font:800 clamp(27px,4vw,39px)/1.14 Georgia,serif;margin:0 0 14px}.sb-instruction-card p,.sb-instruction-card li,.sb-permission-card p,.sb-permission-card li{line-height:1.7;color:#5f5a52}.sb-instruction-card ul,.sb-permission-card ul{padding-left:21px}.sb-instruction-card button{display:block;width:100%;margin-top:22px;padding:15px 18px;border:0;border-radius:13px;background:#171717;color:#fff;font-weight:800;cursor:pointer}.sb-permission-kicker{margin:0 0 7px!important;color:#99771f!important;font-weight:900!important;text-transform:uppercase;letter-spacing:1.2px;font-size:11px}.sb-permission-actions{display:grid;grid-template-columns:1fr auto;gap:10px;margin:22px 0 13px}.sb-permission-actions button{padding:14px 17px;border:0;border-radius:12px;font-weight:900;cursor:pointer}.sb-permission-actions #sb-permission-enable{background:#171717;color:#fff}.sb-permission-actions #sb-permission-later{background:#eeeae2;color:#333}.sb-permission-card>a{color:#8f6c1b;font-size:13px}
.sb-privacy-banner{position:fixed;z-index:99995;left:18px;right:18px;bottom:18px;margin:auto;max-width:940px;background:#fff;color:#222;border:1px solid var(--sb-line);box-shadow:var(--sb-shadow);border-radius:16px;padding:15px 18px;display:flex;align-items:center;gap:16px;font-family:Arial,sans-serif}.sb-privacy-banner[hidden]{display:none!important}.sb-privacy-banner p{margin:0;line-height:1.5;flex:1;font-size:13px}.sb-privacy-banner button{width:auto!important;margin:0!important;padding:11px 16px!important;border:0!important;border-radius:10px!important;background:#171717!important;color:#fff!important;font-weight:800!important}.sb-privacy-banner a{font-size:13px;color:#8c6b1c}
.sb-toast{position:fixed;z-index:100005;right:20px;bottom:20px;max-width:min(440px,calc(100% - 40px));padding:14px 17px;border-radius:12px;background:#171717;color:#fff;box-shadow:var(--sb-shadow);font:600 14px/1.5 Arial,sans-serif;opacity:0;transform:translateY(14px);pointer-events:none;transition:.22s}.sb-toast.show{opacity:1;transform:none}.sb-toast.error{background:#8e1f19}.sb-toast.success{background:#0f6940}
.sb-location-card{position:fixed;z-index:99998;right:18px;bottom:18px;width:min(420px,calc(100% - 36px));background:#fff;border-radius:19px;padding:23px;box-shadow:var(--sb-shadow);border:1px solid var(--sb-line);font-family:Arial,sans-serif}.sb-location-card h3{margin:0 0 8px;font:800 24px Georgia,serif}.sb-location-card p{color:#666;line-height:1.6;font-size:13px}.sb-location-actions{display:flex;gap:9px}.sb-location-actions button{width:auto!important;margin:0!important;padding:11px 14px!important;border-radius:10px!important;border:0!important;font-weight:800!important}.sb-location-actions .allow{background:#171717!important;color:#fff!important}.sb-location-actions .later{background:#eee!important;color:#222!important}
.sb-global-header+header,.sb-global-header~header:first-of-type{top:var(--sb-header-height)!important}.sb-global-header+main{min-height:50vh}.sb-card-polish{border-radius:18px!important;box-shadow:0 12px 34px rgba(25,20,12,.08)!important}.sb-form-help{font-size:12px;color:#746f67;line-height:1.5}.sb-required{color:#b42318}.sb-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
/* One consistent storefront shell replaces legacy page-specific headers and footers. */
body>header:not(.sb-global-header),body>footer:not(.sb-global-footer){display:none!important}body>main,body>.main,body>.page-wrapper{max-width:100%}table{max-width:100%}input,select,textarea,button{max-width:100%}
@media(max-width:1280px){.sb-global-nav>a:nth-of-type(4),.sb-global-nav>a:nth-of-type(6),.sb-global-nav>a:nth-of-type(9){display:none!important}.sb-global-search{width:min(210px,17vw)}}
@media(max-width:1050px){
  :root{--sb-header-height:70px}.sb-global-header{padding:9px 14px!important;gap:10px!important}.sb-global-menu{display:inline-flex!important;order:3}.sb-global-brand{flex:1!important}.sb-global-search{order:2;width:min(300px,35vw)}
  .sb-global-nav{position:fixed!important;z-index:99989!important;top:var(--sb-header-height)!important;right:0!important;bottom:0!important;left:auto!important;width:min(420px,92vw)!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:0!important;background:#171717!important;padding:18px 18px 30px!important;box-shadow:-20px 0 55px #0006!important;overflow-y:auto!important;transform:translateX(105%)!important;transition:transform .26s ease!important}.sb-global-nav.open{transform:translateX(0)!important}.sb-global-nav>a,.sb-global-nav>a:nth-of-type(n){display:block!important;padding:14px 8px!important;border-bottom:1px solid #303030!important;font-size:14px!important}.sb-mobile-nav-head{display:flex!important;align-items:center!important;justify-content:space-between!important;color:#fff;padding:0 2px 10px;border-bottom:1px solid #333}.sb-mobile-nav-head strong{font:800 20px Georgia,serif}.sb-mobile-nav-head button{border:0;background:#333;color:#fff;border-radius:50%;width:38px;height:38px;font-size:26px;cursor:pointer}.sb-mobile-search{display:flex!important;gap:8px;margin-top:18px}.sb-mobile-search input{flex:1;min-width:0;border:0;border-radius:11px;padding:13px}.sb-mobile-search button{border:0;border-radius:11px;background:var(--sb-gold);font-weight:900;padding:0 16px}.sb-mobile-account-links{display:grid!important;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.sb-mobile-account-links a{display:grid;place-items:center;text-align:center;min-height:48px;background:#272727;border-radius:10px;color:#fff;text-decoration:none;font-size:11px;font-weight:800}.sb-global-actions .sb-account-action{display:none!important}.sb-global-actions a[href*="wishlist"]{display:none!important}.sb-global-footer{grid-template-columns:1fr 1fr}.sb-footer-intro{grid-column:1/-1}}
@media(max-width:700px){
  :root{--sb-header-height:64px}body{padding-top:var(--sb-header-height)!important}.sb-global-header{height:var(--sb-header-height)!important;min-height:var(--sb-header-height)!important;padding:8px 10px!important;gap:7px!important}.sb-global-brand{font-size:16px!important;gap:7px!important}.sb-global-brand img{width:39px!important;height:39px!important}.sb-global-search{display:none!important}.sb-global-menu{order:2!important;width:42px!important;height:42px!important}.sb-global-actions{order:3!important;gap:4px!important}.sb-global-actions button,.sb-global-actions a{font-size:0!important;width:40px!important;height:40px!important;display:grid!important;place-items:center!important;padding:0!important}.sb-global-actions #sb-enable-push:before{content:'🔔';font-size:17px}.sb-global-actions #sb-install-app:before{content:'⬇';font-size:18px}.sb-global-actions a[href*="cart"]:before{content:'🛒';font-size:18px}.sb-global-nav{top:var(--sb-header-height)!important}.sb-action-count{top:-4px;right:-4px;border-color:#171717}.sb-global-footer{grid-template-columns:1fr;padding:42px 22px 24px}.sb-global-footer .sb-footer-intro{grid-column:auto}.sb-footer-legal{flex-direction:column!important;align-items:flex-start!important}.sb-instruction-card,.sb-permission-card{padding:25px 21px;border-radius:19px}.sb-permission-actions{grid-template-columns:1fr}.sb-privacy-banner{align-items:stretch;flex-wrap:wrap;bottom:9px;left:9px;right:9px}.sb-privacy-banner p{flex-basis:100%}.sb-location-actions{flex-direction:column}.sb-location-actions button{width:100%!important}}
@media(max-width:760px){.table-responsive,.table-wrap,.cart-table,.orders-table{overflow-x:auto!important;-webkit-overflow-scrolling:touch}.table-responsive table,.table-wrap table,.cart-table table,.orders-table table{min-width:680px}.btn,.button,[class*="btn-"]{min-height:44px}.modal,.dialog,[class*="modal-content"]{max-width:calc(100vw - 24px)!important}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
