:root{
  --ok-red:#b6252c;
  --ok-green:#177245;
  --ok-ink:#171717;
  --ok-muted:#717171;
  --ok-line:#e7e7e7;
  --ok-soft:#f7f7f7;
  --ok-radius:24px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ok-ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}.container-xxl{max-width:1480px}.site-header{background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(231,231,231,.9);z-index:1040}.navbar-brand{display:flex;align-items:baseline;text-decoration:none;font-weight:800;letter-spacing:-.04em;font-size:1.55rem;line-height:1}.navbar-brand small{margin-left:.6rem;color:#8a8a8a;font-size:.65rem;letter-spacing:.02em;font-weight:600;text-transform:uppercase}.brand-orient{color:var(--ok-red)}.brand-kiosk{color:var(--ok-green)}.nav-link-clean{color:#313131;text-decoration:none;font-size:.94rem;font-weight:600}.nav-link-clean:hover{color:#000}.cart-button{display:inline-flex;align-items:center;gap:.6rem;padding:.82rem 1.15rem;border-radius:999px;background:var(--ok-red);color:#fff;text-decoration:none;font-weight:700;font-size:.9rem;transition:.18s ease}.cart-button:hover{background:#951d23;color:#fff;transform:translateY(-1px)}.cart-button b{display:grid;place-items:center;min-width:1.6rem;height:1.6rem;padding:0 .35rem;border-radius:999px;background:#fff;color:var(--ok-red);font-size:.75rem}.site-footer{margin-top:7rem;border-top:1px solid var(--ok-line);background:#fff}.footer-brand{font-size:1.5rem;font-weight:800;letter-spacing:-.04em}

.hero-section{padding:3.5rem 0 6rem}.hero-shell{padding:clamp(2rem,4vw,5.5rem) 0}.hero-kicker,.eyebrow{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:#767676}.hero-title{font-size:clamp(3.3rem,6.2vw,6.7rem);line-height:.92;letter-spacing:-.065em;font-weight:790;max-width:850px;margin:0}.hero-title span{font-weight:520;color:#3d3d3d}.hero-copy{font-size:clamp(1.05rem,1.35vw,1.28rem);line-height:1.7;color:#666;max-width:680px}.hero-search{max-width:760px}.hero-search .input-group{border:1px solid #dcdcdc;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 16px 44px rgba(0,0,0,.06)}.hero-search .input-group-text{border:0;background:#fff;padding-left:1.2rem;font-size:1.5rem;color:#777}.hero-search .form-control{border:0;box-shadow:none!important;padding:1rem .75rem;font-size:1.03rem}.btn-brand{background:var(--ok-red);border-color:var(--ok-red);color:#fff;font-weight:750;padding-left:1.5rem;padding-right:1.5rem}.btn-brand:hover,.btn-brand:focus{background:#951d23;border-color:#951d23;color:#fff}.hero-search .btn{margin:.38rem;border-radius:13px}.hero-links{display:flex;align-items:center;flex-wrap:wrap;gap:.85rem;color:#777;font-size:.88rem}.hero-links i{display:block;width:3px;height:3px;border-radius:50%;background:#bdbdbd}.hero-products{height:520px;position:relative;max-width:620px;margin-left:auto}.hero-product{position:absolute;display:grid;place-items:center;background:#fff;border:1px solid var(--ok-line);border-radius:30px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.07);transition:.2s ease}.hero-product:hover{transform:translateY(-5px);box-shadow:0 28px 70px rgba(0,0,0,.1)}.hero-product img{width:100%;height:100%;object-fit:contain;padding:2rem}.hero-product span{color:#aaa;font-weight:700}.hero-product-1{width:54%;height:62%;left:2%;top:5%}.hero-product-2{width:43%;height:48%;right:0;top:0}.hero-product-3{width:45%;height:44%;right:6%;bottom:0}

.catalog-section{padding:0 0 6rem}.catalog-head{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2.2rem}.catalog-head h2,.content-block h2{font-size:clamp(2rem,3.4vw,3.4rem);letter-spacing:-.05em;font-weight:760;margin:.45rem 0 0}.catalog-count{font-size:.9rem;color:#888}.category-list{display:flex;gap:.7rem;overflow-x:auto;padding:0 0 1.2rem;margin-bottom:2.5rem;scrollbar-width:none}.category-list::-webkit-scrollbar{display:none}.category-chip{flex:0 0 auto;padding:.78rem 1.1rem;border:1px solid #dedede;border-radius:999px;color:#333;background:#fff;text-decoration:none;font-size:.88rem;font-weight:650;transition:.16s ease}.category-chip:hover{border-color:#999;color:#000}.category-chip.active{background:#1c1c1c;color:#fff;border-color:#1c1c1c}.search-result{display:flex;justify-content:space-between;gap:1rem;align-items:center;border-top:1px solid var(--ok-line);border-bottom:1px solid var(--ok-line);padding:1rem 0;margin-bottom:2.5rem;color:#666}.search-result a{color:var(--ok-red);font-weight:700;text-decoration:none}.product-grid{margin-top:.5rem}.product-card{display:flex;flex-direction:column;border:1px solid var(--ok-line);border-radius:26px;background:#fff;overflow:hidden;transition:.2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 22px 55px rgba(0,0,0,.07)}.product-image{position:relative;display:grid;place-items:center;aspect-ratio:1.05/1;background:#fafafa;overflow:hidden;text-decoration:none}.product-image img{width:100%;height:100%;object-fit:contain;padding:2.4rem;transition:transform .22s ease}.product-card:hover .product-image img{transform:scale(1.035)}.image-placeholder{color:#aaa;font-weight:700}.age-badge{position:absolute;left:1rem;top:1rem;padding:.42rem .64rem;border-radius:999px;background:#fff;color:var(--ok-red);border:1px solid #ececec;font-size:.72rem;font-weight:800}.product-content{display:flex;flex-direction:column;flex:1;padding:1.55rem 1.55rem 1.6rem}.product-category{font-size:.71rem;letter-spacing:.08em;text-transform:uppercase;color:#8b8b8b;font-weight:800;margin-bottom:.65rem}.product-content h3{font-size:1.2rem;line-height:1.34;letter-spacing:-.025em;margin:0}.product-content h3 a{color:var(--ok-ink);text-decoration:none}.product-subline{margin-top:.5rem;color:#858585;font-size:.88rem;min-height:1.3rem}.product-bottom{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-top:auto;padding-top:1.55rem}.product-price{font-size:1.35rem;line-height:1;font-weight:800;letter-spacing:-.03em}.product-bottom small{display:block;margin-top:.35rem;color:#969696;font-size:.72rem}.add-button{border:0;border-radius:13px;background:var(--ok-green);color:#fff;padding:.85rem 1.05rem;font-size:.82rem;font-weight:760;white-space:nowrap;transition:.16s ease}.add-button:hover{background:#115a36}.add-button:disabled{background:#c9c9c9}.empty-state{padding:6rem 0;text-align:center;color:#777}

.detail-section{padding:2.5rem 0 6rem}.detail-breadcrumb{display:flex;align-items:center;gap:.55rem;margin-bottom:2.2rem;font-size:.87rem;color:#999}.detail-breadcrumb a{color:#555;text-decoration:none}.detail-gallery{position:sticky;top:118px}.detail-main-image{display:grid;place-items:center;min-height:650px;aspect-ratio:1/1;background:#fafafa;border:1px solid var(--ok-line);border-radius:30px;overflow:hidden}.detail-main-image img{width:100%;height:100%;object-fit:contain;padding:4rem}.detail-main-image>span{color:#aaa;font-size:1.2rem;font-weight:700}.detail-thumbs{display:flex;gap:1rem;margin-top:1rem}.detail-thumb{width:92px;height:92px;padding:.45rem;border:1px solid var(--ok-line);background:#fff;border-radius:16px}.detail-thumb img{width:100%;height:100%;object-fit:contain}.detail-info{padding:2rem 0 1rem}.detail-category{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:#888;font-weight:800;margin-bottom:1rem}.detail-info h1{font-size:clamp(2.7rem,4.5vw,5.1rem);line-height:.98;letter-spacing:-.06em;font-weight:760;margin:0}.detail-label{font-size:1.05rem;color:#727272;margin:1.1rem 0 0}.detail-meta{display:flex;flex-wrap:wrap;gap:.6rem 1.3rem;margin-top:1.4rem;color:#8a8a8a;font-size:.84rem}.detail-unit{margin-top:2rem;color:#555;font-size:.98rem}.detail-price{margin-top:1rem;font-size:2.2rem;font-weight:800;letter-spacing:-.04em}.detail-tax{margin-top:.45rem;color:#8b8b8b;font-size:.8rem;line-height:1.5}.availability{display:flex;align-items:center;gap:.6rem;margin-top:1.4rem;font-weight:700;font-size:.9rem}.availability span{width:9px;height:9px;border-radius:50%}.availability.is-available{color:#333}.availability.is-available span{background:var(--ok-green)}.availability.is-unavailable{color:#777}.availability.is-unavailable span{background:#aaa}.detail-cart-form{display:flex;align-items:end;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--ok-line)}.quantity-control{width:110px}.quantity-control label{display:block;font-size:.75rem;font-weight:700;margin-bottom:.45rem;color:#777}.quantity-control input{width:100%;height:52px;border:1px solid #d9d9d9;border-radius:12px;padding:.7rem}.detail-cart-form .btn{height:52px;flex:1;border-radius:12px}.detail-service{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.1rem;padding-top:2rem;border-top:1px solid var(--ok-line)}.detail-service strong,.detail-service small{display:block}.detail-service strong{font-size:.85rem}.detail-service small{margin-top:.22rem;color:#999;font-size:.72rem}.detail-content-section{padding:1rem 0 6rem;border-top:1px solid var(--ok-line)}.content-block{padding-top:4rem}.product-description{font-size:1.06rem;line-height:1.9;color:#555;max-width:820px;margin-top:2rem}.spec-list{margin:2rem 0 0}.spec-list>div{display:grid;grid-template-columns:180px 1fr;gap:1.3rem;padding:1.1rem 0;border-top:1px solid var(--ok-line)}.spec-list dt{font-size:.78rem;color:#888;font-weight:700}.spec-list dd{margin:0;font-size:.92rem;line-height:1.65;color:#333}.related-section{padding:0 0 6rem}.related-card{display:block;color:inherit;text-decoration:none}.related-image{aspect-ratio:1.15/1;background:#fafafa;border:1px solid var(--ok-line);border-radius:22px;overflow:hidden}.related-image img{width:100%;height:100%;object-fit:contain;padding:2rem}.related-card small{display:block;color:#999;margin-top:1rem}.related-card h3{font-size:1.05rem;margin:.35rem 0 .5rem}.related-card strong{font-size:1.05rem}

main>.container-xxl,main>.container-xl{padding-top:3rem;padding-bottom:3rem}main>h1,.cart-layout,.checkout-grid,.empty,.success-card{max-width:1480px;margin-left:auto;margin-right:auto}.cart-layout,.checkout-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(330px,.7fr);gap:3rem}.cart-row{display:grid;grid-template-columns:1fr 90px 120px;gap:1rem;align-items:center;padding:1.4rem 0;border-bottom:1px solid var(--ok-line)}.cart-row h3{font-size:1rem;margin:0 0 .25rem}.qty input{width:78px;border:1px solid var(--ok-line);border-radius:10px;padding:.55rem}.summary,.panel{border:1px solid var(--ok-line);border-radius:22px;padding:1.5rem;background:#fff}.summary{align-self:start;position:sticky;top:120px}.summary h2,.summary h3,.panel h2{font-size:1.1rem}.summary>strong{display:block;font-size:1.8rem;margin:.6rem 0}.summary p,.muted{color:#888;font-size:.84rem}.button{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:12px;background:var(--ok-red);color:#fff!important;text-decoration:none;padding:.85rem 1.15rem;font-weight:750}.button.block{display:flex;width:100%}.checkout-grid .panel{padding:2rem}.method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem;margin-bottom:2rem}.method{display:block;border:1px solid var(--ok-line);border-radius:14px;padding:1rem;cursor:pointer}.method input{margin-right:.4rem}.method span,.method b,.method small{display:block}.method small{color:#888;margin-top:.3rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-grid label,.panel>label{display:grid;gap:.4rem;font-size:.78rem;font-weight:650}.form-grid input,.form-grid textarea,.panel input,.panel textarea,.panel select{width:100%;border:1px solid #dcdcdc;padding:.8rem .9rem;border-radius:11px}.form-grid .full{grid-column:1/-1}.form-grid textarea{min-height:110px}.check{display:flex!important;align-items:flex-start;gap:.6rem!important;margin-top:1.2rem;font-weight:500!important}.check input{width:auto!important;margin-top:.15rem}.sum-row{display:flex;justify-content:space-between;gap:1rem;padding:.65rem 0;border-bottom:1px solid #f0f0f0;font-size:.88rem}.success-card{max-width:760px!important;padding:4rem 2rem;text-align:center}

@media(max-width:1199.98px){.hero-products{height:450px}.detail-main-image{min-height:540px}.detail-info h1{font-size:3.7rem}}
@media(max-width:991.98px){.hero-section{padding-top:2rem}.hero-shell{padding-top:1rem}.hero-title{font-size:4.6rem}.catalog-section{padding-bottom:4rem}.detail-gallery{position:static}.detail-main-image{min-height:auto}.detail-info{padding-top:0}.detail-service{grid-template-columns:1fr 1fr 1fr}.cart-layout,.checkout-grid{grid-template-columns:1fr}.summary{position:static}}
@media(max-width:767.98px){.container-xxl{padding-left:1.1rem;padding-right:1.1rem}.navbar-brand{font-size:1.25rem}.navbar-brand small{display:none}.hero-section{padding-bottom:4rem}.hero-title{font-size:3.6rem}.hero-copy{font-size:1rem}.catalog-head{align-items:start}.catalog-count{display:none}.product-card{border-radius:20px}.product-image img{padding:2rem}.detail-section{padding-top:1.5rem}.detail-main-image{border-radius:22px}.detail-main-image img{padding:2rem}.detail-info h1{font-size:3rem}.detail-content-section{padding-bottom:4rem}.spec-list>div{grid-template-columns:1fr;gap:.4rem}.detail-service{grid-template-columns:1fr}.form-grid,.method-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}}
@media(max-width:575.98px){.cart-button{padding:.72rem .9rem}.cart-button span{font-size:.8rem}.hero-title{font-size:3.05rem}.hero-search .input-group{border-radius:14px}.hero-search .btn{padding-left:1rem;padding-right:1rem}.catalog-head h2,.content-block h2{font-size:2.25rem}.product-content{padding:1.25rem}.product-bottom{align-items:center}.add-button{padding:.78rem .9rem}.detail-info h1{font-size:2.55rem}.detail-price{font-size:1.8rem}.detail-cart-form{flex-wrap:wrap}.quantity-control{width:100%}.detail-cart-form .btn{width:100%;flex-basis:100%}.cart-row{grid-template-columns:1fr 72px}.cart-row>strong{grid-column:2}}


/* Orient Kiosk — square, spacious commerce refinement */
:root{
  --ok-radius:6px;
  --ok-line:#e5e5e5;
  --ok-soft:#f8f8f8;
}
body{background:#fff;color:#111;}
.container-xxl{max-width:1560px;padding-left:clamp(1.25rem,3vw,3rem);padding-right:clamp(1.25rem,3vw,3rem)}
.site-header{background:#fff;border-bottom:1px solid #e8e8e8;backdrop-filter:none}
.navbar-brand{font-size:1.65rem;font-weight:700;letter-spacing:-.035em}
.navbar-brand small{font-weight:500;letter-spacing:.08em;color:#999}
.cart-button{border-radius:4px;padding:.85rem 1.2rem;box-shadow:none}
.cart-button:hover{transform:none}
.cart-button b{border-radius:3px}
.hero-section{padding:5.5rem 0 7rem;border-bottom:1px solid #f0f0f0}
.hero-shell{padding:0}
.hero-title{font-size:clamp(3.6rem,6vw,6.8rem);line-height:.96;letter-spacing:-.06em;max-width:920px}
.hero-copy{max-width:760px;color:#5f5f5f}
.hero-search{max-width:820px}
.hero-search .input-group{border-radius:4px;box-shadow:none;border-color:#d8d8d8}
.hero-search .btn{border-radius:3px}
.hero-products{height:560px}
.hero-product{border-radius:4px;box-shadow:none;background:#fafafa}
.hero-product:hover{transform:none;box-shadow:none;border-color:#cfcfcf}
.catalog-section{padding-top:1rem}
.catalog-head{margin-bottom:2.75rem}
.category-list{gap:.55rem;margin-bottom:3.25rem}
.category-chip{border-radius:3px;padding:.78rem 1.05rem}
.category-chip.active{background:#111;border-color:#111}
.product-grid{--bs-gutter-x:2rem;--bs-gutter-y:3rem}
.product-card{border-radius:4px;border-color:#e6e6e6;box-shadow:none;overflow:hidden}
.product-card:hover{transform:none;box-shadow:none;border-color:#bdbdbd}
.product-image{background:#fafafa}
.product-card .btn,.product-card button{border-radius:3px}
.card,.modal-content,.offcanvas,.dropdown-menu,.alert,.accordion-item,.list-group-item{border-radius:4px!important}
.btn,.form-control,.form-select,.input-group-text{border-radius:3px!important}
.form-control,.form-select{min-height:48px}
.badge{border-radius:3px}
.site-footer{margin-top:8rem}


/* Orient Kiosk premium refinement */
:root{
  --ok-red:#c62828;
  --ok-red-dark:#a91f1f;
  --ok-green:#198754;
  --ok-green-dark:#146c43;
  --ok-ink:#111111;
  --ok-muted:#6f6f6f;
  --ok-line:#e9e9e9;
  --ok-soft:#fafafa;
}
body{background:#fff;color:var(--ok-ink)}
a{color:var(--ok-red);text-decoration-color:rgba(198,40,40,.24);text-underline-offset:3px;transition:color .18s ease,text-decoration-color .18s ease}
a:hover{color:var(--ok-red-dark);text-decoration-color:rgba(198,40,40,.55)}
.site-header{background:rgba(255,255,255,.985);border-bottom:1px solid #ededed}
.navbar-brand{color:var(--ok-red)!important;font-weight:760;letter-spacing:-.045em}
.navbar-brand .brand-orient,.navbar-brand .brand-kiosk{color:var(--ok-red)!important}
.navbar-brand small{color:#8a8a8a}
.nav-link-clean{color:#202020}
.nav-link-clean:hover{color:var(--ok-red)}
.cart-button,.btn-brand,.btn-primary{
  background:var(--ok-green)!important;
  border-color:var(--ok-green)!important;
  color:#fff!important;
  transition:background-color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease
}
.cart-button:hover,.btn-brand:hover,.btn-primary:hover,
.cart-button:focus,.btn-brand:focus,.btn-primary:focus{
  background:var(--ok-green-dark)!important;
  border-color:var(--ok-green-dark)!important;
  color:#fff!important;
  transform:translateY(-1px);
  box-shadow:0 8px 22px rgba(25,135,84,.14)
}
.btn-outline-primary{color:var(--ok-green)!important;border-color:#c8ded2!important;background:#fff!important}
.btn-outline-primary:hover{color:#fff!important;background:var(--ok-green)!important;border-color:var(--ok-green)!important}
.btn-link{color:var(--ok-red)!important}
.category-chip.active{background:#111!important;color:#fff!important;border-color:#111!important}
.category-chip:hover{border-color:#bcbcbc;color:#111}
.hero-section{padding-top:6.5rem;padding-bottom:8rem}
.hero-title{font-weight:720;letter-spacing:-.055em}
.hero-copy{color:#666;line-height:1.75}
.hero-search .input-group{border-color:#dcdcdc;transition:border-color .18s ease,box-shadow .18s ease}
.hero-search .input-group:focus-within{border-color:#b5b5b5;box-shadow:0 0 0 4px rgba(0,0,0,.035)}
.hero-product,.product-card{transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease,background-color .18s ease}
.hero-product:hover,.product-card:hover{transform:translateY(-2px);border-color:#d2d2d2;box-shadow:0 14px 38px rgba(0,0,0,.045)}
.product-card{background:#fff}
.product-image{background:#fbfbfb}
.product-card a{color:inherit;text-decoration:none}
.product-card a:hover{color:inherit}
.product-card .product-title a,.product-title a{color:#141414!important}
.product-card .product-title a:hover,.product-title a:hover{color:var(--ok-red)!important}
.product-card .btn,.product-card button{font-weight:650}
.badge.text-bg-success,.bg-success{background-color:var(--ok-green)!important}
.text-success{color:var(--ok-green)!important}
.text-danger{color:var(--ok-red)!important}
.form-control:focus,.form-select:focus{border-color:#bcbcbc;box-shadow:0 0 0 .22rem rgba(0,0,0,.045)}
.breadcrumb a{color:var(--ok-red)}
.site-footer a{color:#555;text-decoration:none}
.site-footer a:hover{color:var(--ok-red)}

/* Hash/age/footer refinement */
.footer-brand,.footer-brand-inline,.age-gate-brand{color:var(--ok-red)!important;font-weight:760;letter-spacing:-.035em;text-decoration:none}
.footer-domain{color:var(--ok-red);font-weight:650;text-decoration:none}
.footer-links{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.65rem 1.25rem}
.footer-links a{color:var(--ok-red);font-size:.92rem;font-weight:600;text-decoration:none}
.footer-links a:hover{color:var(--ok-red-dark);text-decoration:underline;text-underline-offset:4px}
.footer-meta{color:#777;text-align:right;font-size:.86rem}
.age-gate-modal .modal-content{border:1px solid #e8e8e8!important;border-radius:6px!important;box-shadow:0 28px 90px rgba(0,0,0,.14)!important}
.age-gate-modal .modal-title{font-size:clamp(1.8rem,4vw,2.7rem);letter-spacing:-.04em;font-weight:720}
.age-gate-modal p{font-size:1.02rem;line-height:1.75;color:#585858}
.age-gate-modal .age-gate-lead{color:#202020}
.age-gate-modal .btn{min-height:56px}
@media(max-width:991.98px){.footer-links{justify-content:flex-start}.footer-meta{text-align:left}}
