:root{--bg:#0f0f0f;--bg2:#161616;--panel:#1a1a1a;--text:#eeeeee;--muted:#adadad;--gold:#9d9d9d;--gold2:#bfbfbf;--red:#3c3c3c;--line:rgba(157,157,157,.24);--max:1240px;--shadow:0 24px 70px rgba(0,0,0,.28)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.ox-shell{width:min(calc(100% - 40px),var(--max));margin:auto}.ox-header{position:sticky;top:0;z-index:50;background:rgba(11,11,11,.9);border-bottom:1px solid rgba(255,255,255,.06);backdrop-filter:blur(16px)}.ox-nav-wrap{min-height:82px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:36px}.ox-brand{display:flex;flex-direction:column;line-height:1}.ox-logo{font-family:Georgia,"Times New Roman",serif;font-size:30px;letter-spacing:.23em;color:#c4c4c4}.ox-brand small,.ox-footer small{font-size:8px;letter-spacing:.42em;color:#969696;margin-top:8px}.ox-main-nav{justify-self:center}.ox-menu{display:flex;gap:36px;align-items:center;list-style:none;margin:0;padding:0}.ox-menu a{font-size:14px;color:#e5e5e5;position:relative}.ox-menu a:hover:after{content:"";position:absolute;left:0;right:0;bottom:-12px;height:1px;background:var(--gold)}.ox-nav-tools{display:flex;align-items:center;gap:18px}.ox-lang-switcher ul,.ox-lang-switcher .trp-language-switcher{margin:0!important}.ox-lang-fallback{display:flex;align-items:center;gap:8px;font-size:12px}.ox-lang-fallback i{width:1px;height:14px;background:var(--line)}.ox-cart{position:relative;font-size:24px}.ox-cart-count{position:absolute;right:-10px;top:-7px;min-width:18px;height:18px;border-radius:20px;background:var(--red);font-size:10px;display:grid;place-items:center}.ox-menu-toggle{display:none;background:none;border:0;color:#ffffff;font-size:24px}.ox-site-main{min-height:60vh}.ox-hero{position:relative;min-height:690px;border-bottom:1px solid rgba(255,255,255,.06);overflow:hidden;background:#0e0e0e}.ox-hero-track{position:absolute;inset:0}.ox-hero-slide{position:absolute;inset:0;display:flex;align-items:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .65s ease,visibility .65s ease;background:radial-gradient(circle at 70% 20%,rgba(179,179,179,.2),transparent 30%),linear-gradient(120deg,#0e0e0e 25%,#1d1d1d 100%);background-image:linear-gradient(90deg,rgba(9,9,9,.96) 0%,rgba(9,9,9,.62) 47%,rgba(9,9,9,.35) 100%),var(--hero-image);background-size:cover;background-position:center}.ox-hero-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:2}.ox-hero-shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(11,11,11,.5),transparent 34%);pointer-events:none}.ox-hero-inner{position:relative;z-index:2;padding:100px 0 150px}.ox-hero-copy{max-width:760px}.ox-eyebrow{font-size:11px;letter-spacing:.42em;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:15px}.ox-hero h1,.ox-section h2,.ox-prose h1{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.04;margin:0}.ox-hero h1{font-size:clamp(48px,6vw,84px);max-width:920px}.ox-hero p{font-size:18px;max-width:650px;color:#e3e3e3;margin:26px 0 32px}.ox-actions{display:flex;gap:14px;flex-wrap:wrap}.ox-btn{min-height:50px;padding:0 25px;display:inline-flex;align-items:center;justify-content:center;border-radius:3px;font-size:14px;font-weight:600}.ox-btn-primary{background:linear-gradient(135deg,#383838,#282828);border:1px solid #5b5b5b;box-shadow:0 10px 35px rgba(57,57,57,.25)}.ox-btn-secondary{border:1px solid var(--gold);background:rgba(11,11,11,.65);color:#d5d5d5}.ox-carousel-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid rgba(179,179,179,.45);background:rgba(11,11,11,.48);color:#dddddd;font-size:30px;line-height:1;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(8px);transition:.2s ease}.ox-carousel-arrow:hover{background:rgba(11,11,11,.82);border-color:var(--gold)}.ox-carousel-prev{left:24px}.ox-carousel-next{right:24px}.ox-carousel-dots{position:absolute;z-index:5;left:50%;bottom:82px;transform:translateX(-50%);display:flex;gap:9px}.ox-carousel-dot{width:24px;height:3px;padding:0;border:0;border-radius:3px;background:rgba(255,255,255,.35);cursor:pointer}.ox-carousel-dot.is-active{background:var(--gold2)}.ox-delivery-bar{position:absolute;z-index:4;left:0;right:0;bottom:0;min-height:58px;background:rgba(11,11,11,.92);border-top:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:13px;color:#dddddd;font-size:13px;padding:10px 20px;text-align:center}.ox-delivery-bar span{color:var(--gold);border:1px solid var(--gold);width:30px;height:30px;border-radius:50%;display:grid;place-items:center}.ox-section{padding:88px 0}.ox-section:nth-of-type(even){background:linear-gradient(180deg,#0e0e0e,#101010)}.ox-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:32px}.ox-section h2{font-size:clamp(36px,4vw,54px)}.ox-section-head>a{font-size:13px;color:var(--gold2)}.ox-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.ox-collection-card{height:390px;position:relative;overflow:hidden;border:1px solid rgba(179,179,179,.18);border-radius:4px;background:linear-gradient(135deg,#1f1f1f,#101010);background-image:linear-gradient(to top,rgba(8,8,8,.97),rgba(8,8,8,.12) 70%),var(--card-image);background-size:cover;background-position:center;box-shadow:var(--shadow)}.ox-collection-card:nth-child(1){background-image:linear-gradient(to top,rgba(8,8,8,.96),rgba(8,8,8,.12) 70%),radial-gradient(circle at 70% 20%,#545454,#191919 48%,#0f0f0f)}.ox-collection-card:nth-child(2){background-image:linear-gradient(to top,rgba(8,8,8,.96),rgba(8,8,8,.12) 70%),radial-gradient(circle at 70% 20%,#656565,#1e1e1e 48%,#0f0f0f)}.ox-collection-card:nth-child(3){background-image:linear-gradient(to top,rgba(8,8,8,.96),rgba(8,8,8,.12) 70%),radial-gradient(circle at 70% 20%,#3a3a3a,#171717 48%,#0f0f0f)}.ox-card-copy{position:absolute;inset:auto 26px 26px;z-index:2}.ox-card-copy h3{font-family:Georgia,"Times New Roman",serif;font-size:28px;margin:0 0 9px}.ox-card-copy p{color:#c7c7c7;font-size:14px;max-width:90%}.ox-card-copy span{color:var(--gold2);font-size:13px}.ox-how{border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04)}.ox-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:42px}.ox-steps b{width:45px;height:45px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold2);font-family:Georgia,serif;font-size:20px}.ox-steps h3,.ox-values-grid h3{font-family:Georgia,"Times New Roman",serif;font-size:23px;margin:15px 0 6px}.ox-steps p,.ox-values-grid p{color:var(--muted);margin:0}.ox-values{background:radial-gradient(circle at 80% 30%,rgba(179,179,179,.1),transparent 30%),linear-gradient(140deg,#131313,#0e0e0e)}.ox-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:38px;margin-top:42px}.ox-values-grid span{font-size:35px;color:var(--gold)}.ox-footer{border-top:1px solid var(--line);background:#090909;padding:64px 0 24px}.ox-footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:54px}.ox-footer h4{font-family:Georgia,serif;font-size:18px;margin:0 0 16px}.ox-footer a{display:block;color:#bdbdbd;font-size:13px;margin:8px 0}.ox-footer p{color:#969696;font-size:12px;max-width:260px}.ox-footer-bottom{border-top:1px solid rgba(255,255,255,.07);margin-top:45px;padding-top:22px;display:flex;justify-content:space-between;color:#797979;font-size:11px;letter-spacing:.08em}.ox-page,.ox-woo,.ox-content{min-height:60vh;padding-top:110px}.ox-prose{max-width:880px}.ox-prose h1{font-size:54px;margin-bottom:32px}.ox-prose p,.ox-prose li{color:#cecece}.ox-article-card{padding:26px 0;border-bottom:1px solid rgba(255,255,255,.08)}.ox-article-card h2{font-size:30px}.ox-digital-note{border:1px solid var(--line);background:rgba(179,179,179,.07);padding:14px 16px;margin:18px 0;color:#d5d5d5;font-size:13px}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{background:#121212;border:1px solid rgba(179,179,179,.16);padding:14px;border-radius:4px}.woocommerce ul.products li.product .price,.woocommerce div.product p.price{color:var(--gold2)!important}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:#313131!important;color:#ffffff!important;border-radius:3px!important}.woocommerce div.product .product_title{font-family:Georgia,"Times New Roman",serif;font-size:46px}.woocommerce-message,.woocommerce-info{border-top-color:var(--gold)!important;background:#131313!important;color:#e4e4e4!important}.woocommerce-message::before,.woocommerce-info::before{color:var(--gold)!important}
@media(max-width:900px){.ox-carousel-prev{left:10px}.ox-carousel-next{right:10px}.ox-nav-wrap{grid-template-columns:auto auto 1fr;gap:14px}.ox-main-nav{position:absolute;left:0;right:0;top:82px;background:#0e0e0e;border-bottom:1px solid var(--line);display:none;padding:20px}.ox-main-nav.is-open{display:block}.ox-menu{flex-direction:column;align-items:flex-start;gap:16px}.ox-menu-toggle{display:block;justify-self:end;order:3}.ox-nav-tools{justify-self:end;order:2}.ox-card-grid{grid-template-columns:1fr}.ox-collection-card{height:330px}.ox-steps{grid-template-columns:1fr;gap:28px}.ox-values-grid{grid-template-columns:1fr 1fr}.ox-footer-grid{grid-template-columns:1fr 1fr}.ox-hero{min-height:620px}.ox-hero-inner{padding-top:80px}}
@media(max-width:560px){.ox-carousel-arrow{display:none}.ox-carousel-dots{bottom:75px}.ox-shell{width:min(calc(100% - 28px),var(--max))}.ox-header .ox-logo{font-size:23px}.ox-brand small{display:none}.ox-nav-tools{gap:9px}.ox-cart{display:none}.ox-hero{min-height:610px}.ox-hero h1{font-size:43px}.ox-hero p{font-size:16px}.ox-actions{display:grid}.ox-btn{width:100%}.ox-delivery-bar{font-size:11px}.ox-section{padding:66px 0}.ox-section-head{align-items:flex-start;flex-direction:column}.ox-values-grid{grid-template-columns:1fr}.ox-footer-grid{grid-template-columns:1fr}.ox-footer-bottom{flex-direction:column;gap:10px}.ox-prose h1{font-size:40px}.ox-menu-toggle{order:2}.ox-nav-tools{order:3}}

/* v1.3 — simplified digital storefront */
.ox-woo{padding-top:90px}.ox-woo .woocommerce{max-width:1220px;margin:auto}.woocommerce-products-header{margin-bottom:28px}.woocommerce-products-header__title.page-title{font-family:Georgia,"Times New Roman",serif;font-weight:500;font-size:clamp(40px,5vw,64px);line-height:1.05;margin:0 0 16px;color:var(--text)}.term-description{max-width:760px;color:var(--muted)}
.ox-shop-intro{display:flex;align-items:center;justify-content:space-between;gap:30px;margin:0 0 30px;padding:18px 20px;border:1px solid var(--line);background:linear-gradient(135deg,rgba(179,179,179,.07),rgba(179,179,179,.02));border-radius:4px}.ox-shop-intro>div{display:flex;flex-direction:column;gap:4px}.ox-shop-kicker{font-size:10px;letter-spacing:.28em;color:var(--gold);font-weight:700}.ox-shop-intro strong{font-family:Georgia,"Times New Roman",serif;font-size:19px;font-weight:500}.ox-shop-delivery{white-space:nowrap;font-size:12px;color:#c9c9c9}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{margin-bottom:22px;color:#8f8f8f;font-size:12px}.woocommerce .woocommerce-ordering select{background:#121212;color:#dddddd;border:1px solid rgba(179,179,179,.22);min-height:38px;padding:0 38px 0 12px;border-radius:3px}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:0!important}.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:none!important;width:auto!important;margin:0!important;padding:0 0 18px!important;overflow:hidden;position:relative;background:#111111;border:1px solid rgba(179,179,179,.16);border-radius:5px;box-shadow:0 18px 48px rgba(0,0,0,.22);transition:transform .2s ease,border-color .2s ease}.woocommerce ul.products li.product:hover{transform:translateY(-3px);border-color:rgba(179,179,179,.36)}.woocommerce ul.products li.product a img{margin:0 0 17px!important;width:100%!important;aspect-ratio:16/9;object-fit:cover;background:#171717}.woocommerce ul.products li.product .woocommerce-loop-product__title{padding:0 18px!important;font-family:Georgia,"Times New Roman",serif;font-size:22px!important;line-height:1.18;color:#efefef}.woocommerce ul.products li.product .price{padding:0 18px;display:block;margin-top:10px!important;font-size:17px!important}.woocommerce ul.products li.product .button{margin:13px 18px 0!important;min-height:42px;padding:0 17px!important;display:inline-flex;align-items:center}.woocommerce ul.products li.product .added_to_cart{margin-left:6px;font-size:12px;color:var(--gold2)}.ox-product-excerpt{padding:0 18px;margin:2px 0 0;color:#999999;font-size:13px;line-height:1.55;min-height:40px}.ox-download-badge{position:absolute;z-index:3;top:12px;left:12px;padding:6px 9px;background:rgba(11,11,11,.88);border:1px solid rgba(179,179,179,.48);color:#d4d4d4;font-size:9px;line-height:1;letter-spacing:.13em;text-transform:uppercase;border-radius:2px;backdrop-filter:blur(7px)}.woocommerce span.onsale{right:12px!important;left:auto!important;top:12px!important;min-height:auto!important;line-height:1!important;padding:7px 9px!important;background:var(--red)!important;font-size:10px!important;border-radius:2px!important}
.woocommerce nav.woocommerce-pagination ul{border:0!important}.woocommerce nav.woocommerce-pagination ul li{border:0!important;margin:3px}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{min-width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(179,179,179,.18);background:#121212!important;color:#d1d1d1!important}.woocommerce nav.woocommerce-pagination ul li span.current{border-color:var(--gold);color:var(--gold2)!important}
.woocommerce div.product{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:58px;align-items:start}.woocommerce div.product div.images,.woocommerce div.product div.summary{float:none!important;width:auto!important;margin:0!important}.woocommerce div.product div.images img{width:100%;aspect-ratio:16/9;object-fit:cover;background:#121212;border:1px solid rgba(179,179,179,.14);border-radius:5px}.woocommerce div.product div.images .flex-control-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:10px}.woocommerce div.product div.images .flex-control-thumbs li{width:auto!important;float:none!important}.woocommerce div.product div.images .flex-control-thumbs img{aspect-ratio:16/9;object-fit:cover;border-radius:3px}.woocommerce div.product .product_title{font-size:clamp(38px,4.4vw,58px);line-height:1.03;margin:0 0 16px}.woocommerce div.product p.price,.woocommerce div.product span.price{font-size:24px!important;margin:0 0 20px}.woocommerce-product-details__short-description{color:#c2c2c2;font-size:15px;max-width:590px}.woocommerce div.product form.cart{margin:24px 0 0!important;display:flex;gap:10px;align-items:center}.woocommerce div.product form.cart .quantity .qty{height:50px;width:68px;background:#0f0f0f;color:#ffffff;border:1px solid rgba(179,179,179,.22);border-radius:3px}.woocommerce div.product form.cart .single_add_to_cart_button{min-height:50px!important;padding:0 24px!important;font-size:14px!important}.ox-digital-note{display:flex;flex-direction:column;gap:4px;border:1px solid rgba(179,179,179,.28);border-left:3px solid var(--gold);background:rgba(179,179,179,.065);padding:14px 16px;margin:22px 0 0;color:#d5d5d5;font-size:13px}.ox-digital-note strong{font-family:Georgia,"Times New Roman",serif;color:#dadada;font-size:16px;font-weight:500}.ox-digital-note span{color:#b5b5b5}.ox-product-facts{display:grid;grid-template-columns:1fr;gap:0;margin-top:25px;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)}.ox-product-facts>div{display:grid;grid-template-columns:32px 115px 1fr;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.055)}.ox-product-facts>div:last-child{border-bottom:0}.ox-product-facts span{color:var(--gold);font-family:Georgia,serif;font-size:12px}.ox-product-facts b{font-size:12px;color:#e3e3e3}.ox-product-facts small{font-size:12px;color:#979797}.woocommerce div.product .woocommerce-tabs{grid-column:1/-1;margin-top:48px}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important;border-bottom:1px solid rgba(179,179,179,.16)}.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none!important}.woocommerce div.product .woocommerce-tabs ul.tabs li{background:transparent!important;border:0!important;margin:0 24px 0 0!important;padding:0!important}.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::after{display:none!important}.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:12px 0!important;color:#969696!important}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--gold2)!important;border-bottom:1px solid var(--gold)}.woocommerce div.product .woocommerce-tabs .panel{max-width:880px;color:#cccccc}.woocommerce div.product .woocommerce-tabs .panel h2{font-family:Georgia,"Times New Roman",serif;font-size:32px;font-weight:500}.related.products{grid-column:1/-1;margin-top:54px}.related.products>h2{font-family:Georgia,"Times New Roman",serif;font-weight:500;font-size:36px}.ox-purchase-help{grid-column:1/-1;margin-top:58px;padding:34px;border:1px solid rgba(179,179,179,.14);background:linear-gradient(135deg,#121212,#0e0e0e);border-radius:5px}.ox-purchase-help h2{font-family:Georgia,"Times New Roman",serif;font-size:34px;font-weight:500;margin:0}.ox-purchase-help-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:25px}.ox-purchase-help-grid b{font-family:Georgia,"Times New Roman",serif;font-size:18px;color:#d8d8d8;font-weight:500}.ox-purchase-help-grid p{margin:7px 0 0;color:#9a9a9a;font-size:13px}
.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce,.woocommerce-account .woocommerce{color:#d9d9d9}.woocommerce table.shop_table{border-color:rgba(179,179,179,.16)!important;background:#101010}.woocommerce table.shop_table td,.woocommerce table.shop_table th{border-color:rgba(255,255,255,.06)!important}.woocommerce-cart table.cart img{width:120px;aspect-ratio:16/9;object-fit:cover}.woocommerce-cart .cart-collaterals .cart_totals,.woocommerce-checkout #order_review{background:#121212;border:1px solid rgba(179,179,179,.16);padding:24px}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container--default .select2-selection--single{background:#0e0e0e!important;color:#e8e8e8!important;border:1px solid rgba(179,179,179,.2)!important;border-radius:3px!important;min-height:44px}.select2-dropdown{background:#0e0e0e!important;color:#dddddd!important;border-color:rgba(179,179,179,.2)!important}.woocommerce-checkout-payment{background:#121212!important;color:#dddddd!important}.woocommerce-checkout-payment .payment_box{background:#0e0e0e!important;color:#bbbbbb!important}.woocommerce-checkout-payment .payment_box::before{border-bottom-color:#0e0e0e!important}
@media(max-width:900px){.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}.woocommerce div.product{grid-template-columns:1fr;gap:30px}.woocommerce div.product .woocommerce-tabs,.related.products,.ox-purchase-help{grid-column:1}.ox-purchase-help-grid{grid-template-columns:1fr}.ox-shop-intro{align-items:flex-start;flex-direction:column;gap:12px}.ox-product-facts>div{grid-template-columns:28px 100px 1fr}}
@media(max-width:560px){.woocommerce ul.products{grid-template-columns:1fr}.woocommerce ul.products li.product a img{aspect-ratio:16/10}.woocommerce div.product .product_title{font-size:38px}.woocommerce div.product form.cart{align-items:stretch;flex-direction:column}.woocommerce div.product form.cart .quantity .qty{width:100%}.woocommerce div.product form.cart .single_add_to_cart_button{width:100%}.ox-product-facts>div{grid-template-columns:24px 1fr}.ox-product-facts small{grid-column:2}.ox-purchase-help{padding:24px 18px}}

/* v1.4 — digital cart, checkout and post-purchase flow */
.woocommerce-cart .ox-woo,.woocommerce-checkout .ox-woo,.woocommerce-order-received .ox-woo,.woocommerce-account .ox-woo{padding-top:90px}
.woocommerce-cart .woocommerce>h2,.woocommerce-checkout .woocommerce>h2,.woocommerce-account .woocommerce>h2{font-family:Georgia,"Times New Roman",serif;font-weight:500}
.ox-flow-panel{display:grid;grid-template-columns:44px 1fr;gap:16px;align-items:start;margin:0 0 26px;padding:18px 20px;border:1px solid rgba(179,179,179,.22);background:linear-gradient(135deg,rgba(179,179,179,.075),rgba(16,16,16,.92));border-radius:5px}
.ox-flow-icon{width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(179,179,179,.48);border-radius:50%;color:var(--gold2);font-size:20px}
.ox-flow-panel>div:last-child{display:flex;flex-direction:column;align-items:flex-start}.ox-flow-kicker{font-size:9px;letter-spacing:.24em;color:var(--gold);font-weight:700;margin:0 0 3px}.ox-flow-panel strong{font-family:Georgia,"Times New Roman",serif;font-size:19px;font-weight:500;color:#e7e7e7}.ox-flow-panel p{margin:4px 0 0;color:#a7a7a7;font-size:13px;max-width:780px}
.ox-cart-digital-label{display:block;margin-top:5px;color:var(--gold);font-size:10px;letter-spacing:.08em;text-transform:uppercase}
.woocommerce-cart table.cart td.actions{padding:18px!important}.woocommerce-cart table.cart td.actions .coupon{display:flex;gap:8px}.woocommerce-cart table.cart td.actions .coupon .input-text{min-height:42px!important;width:180px!important;background:#0e0e0e!important;color:#ffffff!important;border:1px solid rgba(179,179,179,.2)!important}
.woocommerce-cart .cart-collaterals{margin-top:28px}.woocommerce-cart .cart-collaterals .cart_totals{float:right!important;width:min(100%,520px)!important}.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{min-height:52px!important;display:flex!important;align-items:center;justify-content:center;font-size:15px!important}
.woocommerce-checkout form.checkout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);gap:44px;align-items:start}.woocommerce-checkout #customer_details{grid-column:1}.woocommerce-checkout #order_review_heading{grid-column:2;margin:0 0 -24px;font-family:Georgia,"Times New Roman",serif;font-size:30px;font-weight:500}.woocommerce-checkout #order_review{grid-column:2}.woocommerce-checkout .col2-set{width:100%!important}.woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2{float:none!important;width:100%!important}.woocommerce-billing-fields>h3,.woocommerce-additional-fields>h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;font-size:28px}.woocommerce-checkout .form-row label{font-size:12px;color:#b5b5b5}.woocommerce form .form-row .required{color:#7f7f7f!important}.woocommerce-checkout #order_review table.shop_table{background:transparent!important;margin-bottom:16px}.woocommerce-checkout #order_review .product-name{font-size:13px}.woocommerce-checkout #order_review .product-total{white-space:nowrap}.woocommerce-checkout #payment ul.payment_methods{border-bottom:1px solid rgba(179,179,179,.14)!important}.woocommerce-checkout #payment div.form-row{padding:18px 0 0!important}.woocommerce-checkout #payment #place_order{width:100%;min-height:54px!important;font-size:15px!important;margin-top:10px!important}.woocommerce-privacy-policy-text{font-size:11px;color:#8e8e8e}.ox-checkout-promise{display:flex;flex-wrap:wrap;gap:8px 16px;margin:0 0 18px;padding:12px 0;border-bottom:1px solid rgba(179,179,179,.13);color:#c0c0c0;font-size:11px}.ox-checkout-promise span{white-space:nowrap}.ox-checkout-promise span::first-letter{color:var(--gold)}
.woocommerce-order-received .woocommerce-order{max-width:960px}.woocommerce-order-received .woocommerce-thankyou-order-received{font-family:Georgia,"Times New Roman",serif;font-size:34px;color:#e5e5e5;margin:0 0 20px}.woocommerce-order-overview{display:grid!important;grid-template-columns:repeat(4,1fr);gap:0;background:#101010;border:1px solid rgba(179,179,179,.14);padding:0!important;margin:0 0 26px!important}.woocommerce-order-overview li{float:none!important;margin:0!important;padding:16px!important;border-right:1px solid rgba(255,255,255,.06)!important;font-size:10px!important;color:#8f8f8f}.woocommerce-order-overview li:last-child{border-right:0!important}.woocommerce-order-overview li strong{display:block;margin-top:4px;font-size:13px!important;color:#e1e1e1}.woocommerce-order-details,.woocommerce-customer-details{margin-top:34px!important}.woocommerce-order-details__title,.woocommerce-column__title{font-family:Georgia,"Times New Roman",serif;font-size:30px;font-weight:500}.ox-order-delivery-note{display:flex;flex-direction:column;gap:3px;padding:14px 16px;margin:22px 0;border-left:2px solid var(--gold);background:rgba(179,179,179,.055)}.ox-order-delivery-note b{font-family:Georgia,"Times New Roman",serif;font-weight:500;color:#d6d6d6}.ox-order-delivery-note span{font-size:12px;color:#a0a0a0}
.woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0;border:1px solid rgba(179,179,179,.14);background:#101010}.woocommerce-MyAccount-navigation li{border-bottom:1px solid rgba(255,255,255,.055)}.woocommerce-MyAccount-navigation li:last-child{border-bottom:0}.woocommerce-MyAccount-navigation a{display:block;padding:12px 16px;color:#b5b5b5;font-size:13px}.woocommerce-MyAccount-navigation .is-active a{color:var(--gold2);background:rgba(179,179,179,.06)}.woocommerce-MyAccount-content{padding-left:28px}.ox-account-download-head{margin:0 0 24px}.ox-account-download-head h2{font-family:Georgia,"Times New Roman",serif;font-size:38px;font-weight:500;margin:0}.ox-account-download-head p{margin:7px 0 0;color:#9a9a9a}.woocommerce table.woocommerce-table--order-downloads .download-file a.button{white-space:nowrap}
@media(max-width:900px){.woocommerce-checkout form.checkout{grid-template-columns:1fr;gap:20px}.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{grid-column:1}.woocommerce-checkout #order_review_heading{margin:16px 0 -8px}.woocommerce-order-overview{grid-template-columns:repeat(2,1fr)}.woocommerce-MyAccount-content{padding-left:0;margin-top:26px}}
@media(max-width:560px){.ox-flow-panel{grid-template-columns:34px 1fr;padding:15px}.ox-flow-icon{width:32px;height:32px}.woocommerce-cart table.cart img{width:86px}.woocommerce-cart table.cart td.actions .coupon{display:grid;grid-template-columns:1fr auto}.woocommerce-cart table.cart td.actions .coupon .input-text{width:100%!important}.woocommerce-order-overview{grid-template-columns:1fr}.woocommerce-order-overview li{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.06)!important}.woocommerce-order-overview li:last-child{border-bottom:0!important}.ox-checkout-promise{display:grid;gap:6px}}

/* v1.6 — bilingual information, support and policy pages */
.ox-info-hero{position:relative;overflow:hidden;padding:118px 0 72px;border-bottom:1px solid rgba(179,179,179,.16);background:radial-gradient(circle at 78% 12%,rgba(179,179,179,.11),transparent 27%),linear-gradient(135deg,#141414 0%,#0e0e0e 62%)}
.ox-info-hero:after{content:"";position:absolute;right:-80px;bottom:-150px;width:420px;height:420px;border:1px solid rgba(179,179,179,.08);border-radius:50%;box-shadow:0 0 0 70px rgba(179,179,179,.025),0 0 0 140px rgba(179,179,179,.015)}
.ox-info-hero-inner{position:relative;z-index:1;max-width:900px;margin-left:auto;margin-right:auto;text-align:center}
.ox-info-hero h1{font-family:Georgia,"Times New Roman",serif;font-weight:500;font-size:clamp(46px,6vw,76px);line-height:1.04;margin:6px 0 22px;color:#ededed}
.ox-info-hero p{max-width:780px;margin:0 auto;color:#c6c6c6;font-size:17px;line-height:1.8}
.ox-info-hero small{display:inline-block;margin-top:22px;padding-top:14px;border-top:1px solid rgba(179,179,179,.18);color:#878787;font-size:11px;letter-spacing:.08em}
.ox-info-section{padding-top:72px;padding-bottom:96px}
.ox-info-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:66px}
.ox-info-highlights article,.ox-contact-grid article{border:1px solid rgba(179,179,179,.14);background:linear-gradient(145deg,rgba(24,24,24,.92),rgba(14,14,14,.98));padding:28px;border-radius:4px;min-height:220px}
.ox-info-highlights article>span{display:inline-grid;place-items:center;width:36px;height:36px;border:1px solid rgba(179,179,179,.36);border-radius:50%;font-family:Georgia,serif;color:var(--gold2);font-size:13px;margin-bottom:28px}
.ox-info-highlights h2,.ox-contact-grid h2,.ox-info-body h2,.ox-contact-primary h2{font-family:Georgia,"Times New Roman",serif;font-weight:500;color:#e6e6e6}
.ox-info-highlights h2,.ox-contact-grid h2{font-size:24px;margin:0 0 10px}
.ox-info-highlights p,.ox-contact-grid p{margin:0;color:#a0a0a0;font-size:13px;line-height:1.75}
.ox-info-body{max-width:860px;margin:0 auto}
.ox-info-body article{display:grid;grid-template-columns:minmax(190px,.42fr) minmax(0,1fr);gap:48px;padding:34px 0;border-top:1px solid rgba(255,255,255,.075)}
.ox-info-body article:last-child{border-bottom:1px solid rgba(255,255,255,.075)}
.ox-info-body h2{font-size:26px;line-height:1.25;margin:0}
.ox-info-body p{margin:0;color:#c1c1c1;line-height:1.85;font-size:14px}
.ox-info-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:64px;padding:34px 38px;border:1px solid rgba(179,179,179,.18);background:linear-gradient(120deg,rgba(179,179,179,.075),rgba(14,14,14,.96))}
.ox-info-cta .ox-eyebrow{margin:0 0 7px}.ox-info-cta h2{font-family:Georgia,"Times New Roman",serif;font-size:34px;font-weight:500;margin:0}
.ox-contact-primary{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:34px 36px;margin-bottom:22px;border:1px solid rgba(179,179,179,.2);background:linear-gradient(135deg,rgba(179,179,179,.08),rgba(14,14,14,.95))}
.ox-contact-primary .ox-eyebrow{margin:0 0 7px}.ox-contact-primary h2{font-size:32px;margin:0;word-break:break-word}.ox-contact-primary p{margin:8px 0 0;color:#929292;font-size:12px}
.ox-contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ox-contact-grid article{min-height:190px}
.ox-contact-note{display:grid;grid-template-columns:220px 1fr;gap:28px;align-items:start;margin-top:34px;padding:22px 0;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)}
.ox-contact-note b{font-family:Georgia,"Times New Roman",serif;font-weight:500;color:#cacaca}.ox-contact-note p{margin:0;color:#9a9a9a;font-size:13px}
.ox-faq-wrap{max-width:980px}.ox-faq-item{border-bottom:1px solid rgba(179,179,179,.14)}.ox-faq-item:first-child{border-top:1px solid rgba(179,179,179,.14)}
.ox-faq-item summary{list-style:none;display:grid;grid-template-columns:42px 1fr 28px;gap:18px;align-items:center;padding:22px 4px;cursor:pointer;font-family:Georgia,"Times New Roman",serif;font-size:22px;color:#e0e0e0}.ox-faq-item summary::-webkit-details-marker{display:none}.ox-faq-item summary span{font-family:Inter,system-ui,sans-serif;font-size:10px;letter-spacing:.12em;color:var(--gold)}.ox-faq-item summary i{font-family:Inter,system-ui,sans-serif;font-style:normal;font-size:22px;font-weight:300;color:#979797;transition:transform .2s ease}.ox-faq-item[open] summary i{transform:rotate(45deg);color:var(--gold2)}
.ox-faq-item>div{padding:0 46px 24px 64px}.ox-faq-item p{margin:0;color:#b6b6b6;font-size:14px;line-height:1.8;max-width:800px}.ox-faq-help{margin-top:38px;display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center;padding:22px 24px;border:1px solid rgba(179,179,179,.16);background:#101010}.ox-faq-help strong{font-family:Georgia,"Times New Roman",serif;font-weight:500;color:#d7d7d7}.ox-faq-help span{color:#979797;font-size:12px}.ox-faq-help a{color:var(--gold2);font-size:12px;white-space:nowrap}
.ox-policy-layout{display:grid;grid-template-columns:220px minmax(0,820px);gap:64px;align-items:start;justify-content:center}.ox-policy-nav{position:sticky;top:116px;display:flex;flex-direction:column;border-left:1px solid rgba(179,179,179,.16);padding-left:18px}.ox-policy-nav>span{font-size:9px;letter-spacing:.24em;color:#787878;margin-bottom:12px}.ox-policy-nav a{padding:8px 0;color:#969696;font-size:12px}.ox-policy-nav a:hover,.ox-policy-nav a.is-current{color:var(--gold2)}.ox-policy-nav a.is-current:before{content:"";display:inline-block;width:14px;height:1px;background:var(--gold);vertical-align:middle;margin-right:8px}
.ox-policy-body{max-width:none;margin:0}.ox-policy-body article{grid-template-columns:minmax(180px,.34fr) minmax(0,1fr);gap:44px}.ox-policy-body h2{font-size:22px}.ox-policy-body p{font-size:13.5px}.ox-policy-contact{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:34px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.07)}.ox-policy-contact strong{font-family:Georgia,"Times New Roman",serif;font-weight:500;color:#d3d3d3}.ox-policy-contact a{color:var(--gold2);font-size:12px}
@media(max-width:900px){.ox-info-highlights,.ox-contact-grid{grid-template-columns:1fr}.ox-info-highlights article,.ox-contact-grid article{min-height:0}.ox-info-body article,.ox-policy-body article{grid-template-columns:1fr;gap:10px}.ox-policy-layout{grid-template-columns:1fr;gap:30px}.ox-policy-nav{position:static;display:flex;flex-direction:row;flex-wrap:wrap;gap:8px 20px;padding:0 0 18px;border-left:0;border-bottom:1px solid rgba(179,179,179,.16)}.ox-policy-nav>span{width:100%;margin:0}.ox-contact-note{grid-template-columns:1fr;gap:8px}.ox-faq-help{grid-template-columns:1fr;gap:7px}.ox-info-cta,.ox-contact-primary{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.ox-info-hero{padding:94px 0 56px}.ox-info-hero h1{font-size:42px}.ox-info-hero p{font-size:15px}.ox-info-section{padding-top:52px;padding-bottom:68px}.ox-info-highlights{margin-bottom:44px}.ox-info-highlights article,.ox-contact-grid article{padding:22px}.ox-info-body article{padding:26px 0}.ox-info-body h2{font-size:23px}.ox-info-cta,.ox-contact-primary{padding:24px 20px}.ox-info-cta h2,.ox-contact-primary h2{font-size:28px}.ox-faq-item summary{grid-template-columns:30px 1fr 20px;gap:10px;padding:19px 0;font-size:19px}.ox-faq-item>div{padding:0 30px 20px 40px}.ox-policy-nav{gap:5px 14px}.ox-policy-nav a{font-size:11px}}

/* v1.7 finishing pass: mobile navigation, search, 404 and clean empty states */
.ox-menu-toggle{width:42px;height:42px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px solid rgba(179,179,179,.22);border-radius:3px;background:rgba(14,14,14,.72);cursor:pointer}.ox-menu-toggle span{display:block;width:18px;height:1px;background:#d7d7d7;transition:transform .22s ease,opacity .22s ease}.ox-menu-toggle.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.ox-menu-toggle.is-open span:nth-child(2){opacity:0}.ox-menu-toggle.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.ox-search-page{padding-top:110px;min-height:72vh}.ox-search-head{max-width:820px;margin-bottom:52px}.ox-search-head h1,.ox-error-inner h1{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.08;margin:0}.ox-search-head h1{font-size:clamp(42px,5vw,64px)}.ox-search-head>p{max-width:660px;color:#a6a6a6;margin:16px 0 26px}.ox-search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;max-width:720px;border:1px solid rgba(179,179,179,.24);background:#101010;padding:5px}.ox-search-form input{width:100%;min-height:50px;border:0!important;outline:0;background:transparent!important;color:#eeeeee!important;padding:0 15px!important;font:inherit}.ox-search-form input::placeholder{color:#727272}.ox-search-form button{min-width:118px;border:0;background:#313131;color:#ffffff;font-weight:600;padding:0 20px;cursor:pointer}.ox-search-meta{font-size:12px;color:#888888;padding:0 0 14px;border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:6px}.ox-search-results{display:grid}.ox-search-card{display:grid;grid-template-columns:240px minmax(0,1fr);gap:30px;padding:28px 0;border-bottom:1px solid rgba(255,255,255,.07)}.ox-search-thumb{aspect-ratio:16/9;overflow:hidden;background:linear-gradient(135deg,#1e1e1e,#0e0e0e);border:1px solid rgba(179,179,179,.13);display:grid;place-items:center}.ox-search-thumb img{width:100%;height:100%;object-fit:cover}.ox-search-thumb span{font-family:Georgia,"Times New Roman",serif;letter-spacing:.22em;color:#848484}.ox-search-copy{align-self:center}.ox-search-type{font-size:9px;letter-spacing:.24em;text-transform:uppercase;color:var(--gold)}.ox-search-copy h2{font-family:Georgia,"Times New Roman",serif;font-weight:500;font-size:30px;line-height:1.15;margin:7px 0 8px}.ox-search-copy p{max-width:680px;color:#9a9a9a;font-size:13px;margin:9px 0}.ox-search-price{color:var(--gold2);font-size:14px}.ox-search-link{display:inline-block;margin-top:5px;color:#c2c2c2;font-size:12px}.ox-pagination{padding-top:30px}.ox-pagination .nav-links{display:flex;gap:7px}.ox-pagination .page-numbers{min-width:36px;height:36px;border:1px solid rgba(179,179,179,.17);display:grid;place-items:center;color:#a6a6a6}.ox-pagination .page-numbers.current{color:#0f0f0f;background:var(--gold2);border-color:var(--gold2)}
.ox-error-page{min-height:72vh;display:flex;align-items:center;padding:120px 0 96px;background:radial-gradient(circle at 76% 30%,rgba(179,179,179,.09),transparent 28%),linear-gradient(150deg,#111111,#0a0a0a)}.ox-error-inner{max-width:850px}.ox-error-code{display:block;font-family:Georgia,"Times New Roman",serif;font-size:clamp(82px,12vw,150px);line-height:.75;color:rgba(179,179,179,.15);margin-bottom:30px}.ox-error-inner h1{font-size:clamp(42px,5.6vw,72px);max-width:820px}.ox-error-inner>p{max-width:680px;color:#a3a3a3;margin:20px 0 28px}.ox-error-search{margin-top:42px;padding-top:30px;border-top:1px solid rgba(255,255,255,.07)}
.ox-empty-state{text-align:center;max-width:720px;margin:42px auto;padding:54px 34px;border:1px solid rgba(179,179,179,.16);background:linear-gradient(145deg,rgba(179,179,179,.045),rgba(16,16,16,.96))}.ox-empty-icon{width:52px;height:52px;border:1px solid rgba(179,179,179,.36);border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;color:var(--gold2);font-size:23px}.ox-empty-state h2{font-family:Georgia,"Times New Roman",serif;font-weight:500;font-size:31px;margin:0 0 9px}.ox-empty-state p{color:#989898;max-width:550px;margin:0 auto 22px;font-size:13px}.woocommerce-cart .cart-empty.woocommerce-info,.woocommerce-cart .return-to-shop{display:none}.woocommerce-no-products-found>.woocommerce-info{display:none}
@media(max-width:900px){body.ox-menu-open{overflow:hidden}.ox-nav-wrap{grid-template-columns:minmax(0,1fr) auto auto;grid-template-areas:"brand tools toggle";gap:10px;min-height:72px}.ox-brand{grid-area:brand;min-width:0}.ox-brand .ox-logo{font-size:24px}.ox-brand small{font-size:6px;letter-spacing:.3em}.ox-nav-tools{grid-area:tools;justify-self:end;gap:11px}.ox-menu-toggle{grid-area:toggle;display:flex!important;order:initial!important;justify-self:end}.ox-main-nav{grid-area:nav;position:fixed!important;left:0!important;right:0!important;top:72px!important;bottom:0;background:rgba(9,9,9,.985)!important;border-top:1px solid rgba(179,179,179,.12);border-bottom:0!important;padding:28px 24px 44px!important;overflow:auto;display:block!important;opacity:0;visibility:hidden;transform:translateY(-10px);pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease;justify-self:stretch!important}.admin-bar .ox-main-nav{top:104px!important}.ox-main-nav.is-open{opacity:1;visibility:visible;transform:none;pointer-events:auto}.ox-main-nav .ox-menu{width:min(100%,720px);margin:0 auto!important;display:flex!important;flex-direction:column;align-items:stretch!important;gap:0!important}.ox-main-nav .ox-menu li{width:100%;border-bottom:1px solid rgba(255,255,255,.065)}.ox-main-nav .ox-menu a{display:flex!important;align-items:center;min-height:58px;font-family:Georgia,"Times New Roman",serif;font-size:22px!important;color:#e6e6e6!important}.ox-main-nav .ox-menu a:hover:after{display:none}.ox-lang-switcher,.ox-lang-fallback{font-size:11px}.ox-search-card{grid-template-columns:180px minmax(0,1fr);gap:22px}}
@media(max-width:782px){.admin-bar .ox-main-nav{top:118px!important}}
@media(max-width:560px){.ox-shell{width:min(calc(100% - 28px),var(--max))}.ox-nav-wrap{gap:8px}.ox-nav-tools{gap:8px}.ox-cart{font-size:21px}.ox-search-page{padding-top:88px}.ox-search-form{grid-template-columns:1fr}.ox-search-form button{min-height:48px}.ox-search-card{grid-template-columns:1fr;gap:15px;padding:22px 0}.ox-search-thumb{max-width:none}.ox-search-copy h2{font-size:25px}.ox-error-page{padding:96px 0 72px}.ox-error-actions{display:grid;grid-template-columns:1fr}.ox-error-actions .ox-btn{width:100%}.ox-empty-state{padding:40px 20px;margin:28px auto}.ox-empty-state h2{font-size:27px}}


/* v1.8 — audit fixes and current-platform compatibility */
.screen-reader-text{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}
.screen-reader-text:focus{position:fixed!important;z-index:100000;top:12px;left:12px;width:auto!important;height:auto!important;margin:0!important;padding:10px 14px!important;clip:auto!important;overflow:visible!important;background:#ffffff;color:#111111;border-radius:3px;box-shadow:0 3px 20px rgba(0,0,0,.25)}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:2px solid var(--gold2);outline-offset:3px}
.ox-brand,.ox-text-logo-link,.ox-custom-logo-link{display:flex;flex-direction:column;align-items:flex-start;line-height:1}.ox-custom-logo-link{justify-content:center}.ox-brand .custom-logo{display:block;width:auto;max-width:220px;max-height:50px;object-fit:contain}
.ox-hero h2.ox-hero-title{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.04;margin:0;font-size:clamp(48px,6vw,84px);max-width:920px}
/* Category thumbnails must override the visual fallbacks when uploaded in WooCommerce. */
.ox-collection-card{--card-fallback:radial-gradient(circle at 70% 20%,#545454,#191919 48%,#0f0f0f);background-image:linear-gradient(to top,rgba(8,8,8,.97),rgba(8,8,8,.12) 70%),var(--card-image,var(--card-fallback))}
.ox-collection-card:nth-child(1){--card-fallback:radial-gradient(circle at 70% 20%,#545454,#191919 48%,#0f0f0f);background-image:linear-gradient(to top,rgba(8,8,8,.97),rgba(8,8,8,.12) 70%),var(--card-image,var(--card-fallback))}
.ox-collection-card:nth-child(2){--card-fallback:radial-gradient(circle at 70% 20%,#656565,#1e1e1e 48%,#0f0f0f);background-image:linear-gradient(to top,rgba(8,8,8,.97),rgba(8,8,8,.12) 70%),var(--card-image,var(--card-fallback))}
.ox-collection-card:nth-child(3){--card-fallback:radial-gradient(circle at 70% 20%,#3a3a3a,#171717 48%,#0f0f0f);background-image:linear-gradient(to top,rgba(8,8,8,.97),rgba(8,8,8,.12) 70%),var(--card-image,var(--card-fallback))}
/* Baseline styling if a site keeps WooCommerce Cart/Checkout Blocks instead of classic shortcodes. */
.wc-block-cart,.wc-block-checkout{color:#d9d9d9}.wc-block-components-sidebar,.wc-block-components-totals-wrapper,.wc-block-checkout__main{border-color:rgba(179,179,179,.16)!important}.wc-block-components-text-input input,.wc-block-components-combobox-control input,.wc-block-components-address-form input{background:#0e0e0e!important;color:#e8e8e8!important;border-color:rgba(179,179,179,.2)!important}.wc-block-components-button:not(.is-link){background:#313131!important;color:#ffffff!important;border-radius:3px!important}.wc-block-components-product-name{color:#ececec!important}.wc-block-components-totals-item__value,.wc-block-formatted-money-amount{color:#cacaca}
.admin-bar .ox-header{top:32px}
@media(max-width:900px){.ox-brand .custom-logo{max-height:42px;max-width:180px}}
@media(max-width:782px){.admin-bar .ox-header{top:46px}}
@media(max-width:560px){.ox-cart{display:inline-flex}.ox-brand .custom-logo{max-height:36px;max-width:150px}.ox-hero h2.ox-hero-title{font-size:43px}}

/* v1.9 — OXOXB Pay What You Want pricing */
.ox-pwyw-price{display:inline-flex;flex-wrap:wrap;align-items:baseline;gap:5px 9px;color:var(--gold2)}.ox-pwyw-price b{font-family:Georgia,"Times New Roman",serif;font-weight:500;color:#d6d6d6}.ox-pwyw-price>span{font-size:.82em;color:#a5a5a5}.woocommerce ul.products li.product .ox-pwyw-price{display:flex;flex-direction:column;align-items:flex-start;gap:1px;line-height:1.45}.woocommerce ul.products li.product .ox-pwyw-price b{font-size:15px}.woocommerce ul.products li.product .ox-pwyw-price>span{font-size:12px}
.ox-pwyw-box{margin:19px 0 17px;padding:18px;border:1px solid rgba(179,179,179,.24);background:linear-gradient(145deg,rgba(179,179,179,.065),rgba(16,16,16,.98));border-radius:4px}.ox-pwyw-kicker{display:block;margin-bottom:5px;color:var(--gold);font-size:9px;font-weight:700;letter-spacing:.25em}.ox-pwyw-box>label{display:block;margin-bottom:12px;color:#dbdbdb;font-family:Georgia,"Times New Roman",serif;font-size:19px;line-height:1.35}.ox-pwyw-input-wrap{position:relative;display:flex;align-items:center;max-width:330px}.ox-pwyw-currency{position:absolute;left:15px;z-index:1;color:var(--gold2);font-size:20px;pointer-events:none}.woocommerce div.product form.cart .ox-pwyw-input{width:100%!important;min-height:52px!important;margin:0!important;padding:8px 14px 8px 38px!important;border:1px solid rgba(179,179,179,.38)!important;border-radius:3px!important;background:#0e0e0e!important;color:#eeeeee!important;font-size:20px!important;font-weight:600!important;box-shadow:none!important}.woocommerce div.product form.cart .ox-pwyw-input:focus{border-color:var(--gold)!important;outline:none!important}.ox-pwyw-help{display:flex;flex-wrap:wrap;gap:6px 18px;margin:10px 0 0!important;color:#989898!important;font-size:11px!important}.ox-pwyw-help span{white-space:nowrap}.ox-pwyw-help .woocommerce-Price-amount{color:#b5b5b5}.woocommerce div.product form.cart:has(.ox-pwyw-box){display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px}.woocommerce div.product form.cart:has(.ox-pwyw-box) .ox-pwyw-box{flex:1 0 100%}.woocommerce div.product form.cart:has(.ox-pwyw-box) .quantity{margin:0!important}.woocommerce div.product form.cart:has(.ox-pwyw-box) .single_add_to_cart_button{min-height:48px!important}
.woocommerce-cart .variation-Yourchosenprice,.woocommerce-checkout .variation-Yourchosenprice{color:#a7a7a7}.woocommerce td.product-name dl.variation dd{margin-bottom:0!important}
@media(max-width:560px){.ox-pwyw-box{padding:15px}.ox-pwyw-box>label{font-size:17px}.ox-pwyw-input-wrap{max-width:none}.woocommerce div.product form.cart:has(.ox-pwyw-box) .quantity,.woocommerce div.product form.cart:has(.ox-pwyw-box) .single_add_to_cart_button{width:100%}}

/* v1.10 — image performance: responsive hero media + lazy collection artwork */
.ox-hero-slide{background-image:radial-gradient(circle at 70% 20%,rgba(179,179,179,.2),transparent 30%),linear-gradient(120deg,#0e0e0e 25%,#1d1d1d 100%)}
.ox-hero-media{position:absolute;inset:0;z-index:0;overflow:hidden;background:#0e0e0e}
.ox-hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,9,9,.96) 0%,rgba(9,9,9,.62) 47%,rgba(9,9,9,.35) 100%);pointer-events:none}
.ox-hero-img{display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;opacity:0;transition:opacity .4s ease}
.ox-hero-img.is-loaded{opacity:1}
.ox-hero-shade{z-index:1}
.ox-collection-card{background-image:var(--card-fallback);isolation:isolate}
.ox-collection-card:nth-child(1){background-image:var(--card-fallback)}
.ox-collection-card:nth-child(2){background-image:var(--card-fallback)}
.ox-collection-card:nth-child(3){background-image:var(--card-fallback)}
.ox-card-media{position:absolute;inset:0;z-index:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;transition:transform .45s ease}
.ox-card-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(to top,rgba(8,8,8,.97),rgba(8,8,8,.12) 70%)}
.ox-collection-card:hover .ox-card-media{transform:scale(1.025)}

/* v1.12 — deterministic bilingual Woo pages + clearer cart + cohesive quantity controls */
.ox-cart{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(179,179,179,.55);border-radius:50%;background:rgba(179,179,179,.07);color:var(--gold2);transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;flex:0 0 auto}
.ox-cart:hover{background:rgba(179,179,179,.15);border-color:var(--gold2);color:#ffffff;transform:translateY(-1px)}
.ox-cart-icon{width:24px;height:24px;display:block;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
.ox-cart-icon circle{fill:currentColor;stroke:none}
.ox-cart-count{right:-5px;top:-6px;min-width:20px;height:20px;padding:0 5px;border:2px solid #0e0e0e;background:#464646;color:#ffffff;font-weight:700;font-size:10px;line-height:16px;box-shadow:0 3px 10px rgba(0,0,0,.32)}
.ox-system-page .ox-prose{max-width:1120px}.ox-system-page .ox-prose>article>h1{margin-bottom:34px}
.woocommerce div.product form.cart .quantity,.woocommerce form .quantity{display:inline-flex!important;align-items:stretch!important;height:48px!important;margin:0 12px 0 0!important;border:1px solid rgba(179,179,179,.34)!important;border-radius:4px!important;background:#0e0e0e!important;overflow:hidden!important;vertical-align:middle!important}
.woocommerce div.product form.cart .quantity .qty,.woocommerce form .quantity .qty{width:56px!important;min-width:56px!important;height:46px!important;margin:0!important;padding:0 4px!important;border:0!important;border-left:1px solid rgba(179,179,179,.18)!important;border-right:1px solid rgba(179,179,179,.18)!important;border-radius:0!important;background:#0e0e0e!important;color:#f1f1f1!important;text-align:center!important;font-weight:700!important;font-size:14px!important;box-shadow:none!important;-moz-appearance:textfield!important;appearance:textfield!important}
.woocommerce .quantity .qty::-webkit-outer-spin-button,.woocommerce .quantity .qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.ox-qty-btn{width:38px;min-width:38px;height:46px;padding:0;border:0;background:rgba(179,179,179,.035);color:var(--gold2);font-size:20px;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease}
.ox-qty-btn:hover{background:rgba(179,179,179,.13);color:#ffffff}.ox-qty-btn:active{background:rgba(179,179,179,.2)}
.woocommerce div.product form.cart .single_add_to_cart_button{min-height:48px!important}
@media(max-width:560px){.ox-cart{width:40px;height:40px}.ox-cart-icon{width:22px;height:22px}.woocommerce div.product form.cart .quantity{margin-right:8px!important}.ox-qty-btn{width:36px;min-width:36px}.woocommerce div.product form.cart .quantity .qty{width:50px!important;min-width:50px!important}}


/* v1.13 customer account access */
.ox-account-link{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(179,179,179,.42);border-radius:50%;background:rgba(179,179,179,.045);color:var(--gold2);overflow:hidden;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;flex:0 0 auto}
.ox-account-link:hover{background:rgba(179,179,179,.14);border-color:var(--gold2);color:#ffffff;transform:translateY(-1px)}
.ox-account-icon{width:23px;height:23px;display:block;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.ox-account-avatar{width:34px!important;height:34px!important;display:block;border-radius:50%;object-fit:cover;margin:0!important}
.woocommerce-account .ox-account-page{max-width:1180px}
.logged-in.woocommerce-account .ox-account-page .woocommerce{display:grid;grid-template-columns:230px minmax(0,1fr);gap:34px;align-items:start}
.logged-in.woocommerce-account .woocommerce-MyAccount-navigation{float:none!important;width:auto!important}
.logged-in.woocommerce-account .woocommerce-MyAccount-content{float:none!important;width:auto!important;padding-left:0!important;min-width:0}
.woocommerce-account .woocommerce-MyAccount-navigation a{transition:background .15s ease,color .15s ease}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover{background:rgba(179,179,179,.045);color:#d8d8d8}
@media(max-width:900px){.logged-in.woocommerce-account .ox-account-page .woocommerce{grid-template-columns:1fr;gap:24px}.woocommerce-account .woocommerce-MyAccount-content{margin-top:0!important}}
@media(max-width:560px){.ox-account-link{width:40px;height:40px}.ox-account-icon{width:21px;height:21px}.ox-account-avatar{width:31px!important;height:31px!important}.ox-nav-tools{gap:7px}}

/* v1.14 account center layout refinement */
.woocommerce-account .ox-account-page{max-width:min(calc(100% - 40px),1320px)}
.woocommerce-account .ox-account-page>article{max-width:none}
.logged-in.woocommerce-account .ox-account-page .woocommerce{display:grid!important;grid-template-columns:260px minmax(0,1fr)!important;gap:36px;align-items:start}
.woocommerce-account .woocommerce-notices-wrapper{grid-column:1/-1;margin:0 0 4px}
.woocommerce-account .woocommerce-MyAccount-navigation{position:sticky;top:106px;align-self:start}
.woocommerce-account .woocommerce-MyAccount-navigation ul{border-radius:4px;overflow:hidden}
.woocommerce-account .woocommerce-MyAccount-content{min-width:0;padding-left:0!important}
.woocommerce-account .woocommerce-MyAccount-content>*{max-width:none}
.woocommerce-account .woocommerce-MyAccount-content p{max-width:none}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error{display:block;width:100%;margin:0 0 22px;padding:16px 18px 16px 48px}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message .button,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error .button{float:none!important;display:inline-flex;align-items:center;justify-content:center;margin:0 0 12px 0;min-height:40px;padding:0 16px;white-space:nowrap}
.woocommerce-account .woocommerce-MyAccount-content h2,.woocommerce-account .woocommerce-MyAccount-content h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.08;margin:0 0 18px}
.woocommerce-account .woocommerce-MyAccount-content h2{font-size:42px}
.woocommerce-account .woocommerce-MyAccount-content h3{font-size:30px}
.woocommerce-account .woocommerce-MyAccount-content form,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table,.woocommerce-account .woocommerce-MyAccount-content .shop_table{width:100%!important;max-width:none}
.woocommerce-account table.shop_table,.woocommerce-account table.my_account_orders,.woocommerce-account table.woocommerce-MyAccount-downloads{width:100%!important;table-layout:auto;border-collapse:collapse;margin:0 0 24px}
.woocommerce-account table.shop_table th,.woocommerce-account table.shop_table td,.woocommerce-account table.my_account_orders th,.woocommerce-account table.my_account_orders td,.woocommerce-account table.woocommerce-MyAccount-downloads th,.woocommerce-account table.woocommerce-MyAccount-downloads td{padding:14px 16px;font-size:14px;line-height:1.55;vertical-align:top;white-space:normal;word-break:normal}
.woocommerce-account .woocommerce-orders-table__cell-order-actions,.woocommerce-account .woocommerce-table__product-name,.woocommerce-account .woocommerce-table__product-table{white-space:normal}
.woocommerce-account .woocommerce-orders-table__cell-order-actions .button,.woocommerce-account .woocommerce-button.button.view,.woocommerce-account .woocommerce-orders-table__cell-order-actions a.button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;margin:0 8px 8px 0;white-space:nowrap}
.woocommerce-account .woocommerce-table__download-file .button,.woocommerce-account .download-file .button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;white-space:nowrap}
.woocommerce-account .woocommerce-Addresses{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.woocommerce-account .woocommerce-Address{margin:0;padding:24px;border:1px solid rgba(179,179,179,.16);background:#121212;border-radius:4px}
.woocommerce-account .woocommerce-Address header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}
.woocommerce-account .woocommerce-Address header .edit{font-size:13px;color:var(--gold2);white-space:nowrap}
.woocommerce-account .woocommerce-Address address{font-style:normal;color:#dddddd;line-height:1.9}
.woocommerce-account .woocommerce-customer-details address{padding:22px;border:1px solid rgba(179,179,179,.16);background:#121212;border-radius:4px}
.woocommerce-account form.edit-account,.woocommerce-account form.woocommerce-EditAccountForm{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}
.woocommerce-account form.edit-account .form-row,.woocommerce-account form.woocommerce-EditAccountForm .form-row{width:auto!important;float:none!important;margin:0}
.woocommerce-account form.edit-account .form-row-wide,.woocommerce-account form.woocommerce-EditAccountForm .form-row-wide,.woocommerce-account form.edit-account fieldset,.woocommerce-account form.woocommerce-EditAccountForm fieldset,.woocommerce-account form.edit-account>p:last-child,.woocommerce-account form.woocommerce-EditAccountForm>p:last-child{grid-column:1/-1}
.woocommerce-account form.edit-account fieldset,.woocommerce-account form.woocommerce-EditAccountForm fieldset{margin:4px 0 0;padding:22px;border:1px solid rgba(179,179,179,.16);background:#101010;border-radius:4px;display:grid;grid-template-columns:1fr;gap:14px}
.woocommerce-account form.edit-account fieldset legend,.woocommerce-account form.woocommerce-EditAccountForm fieldset legend{padding:0 8px;color:#e0e0e0;font-size:16px;font-weight:600}
.woocommerce-account form.edit-account button,.woocommerce-account form.woocommerce-EditAccountForm button{justify-self:start}
.woocommerce-account .woocommerce-MyAccount-content .col2-set,.woocommerce-account .woocommerce-MyAccount-content .addresses{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1,.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-2{float:none!important;width:auto!important;max-width:none!important}
.woocommerce-account .woocommerce-pagination{margin-top:18px}
.woocommerce-account .ox-account-download-head{margin:0 0 20px}
.woocommerce-account .ox-account-download-head p{max-width:760px}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .restore-item{margin-left:0!important}
.woocommerce-account .ox-system-page .ox-prose>article>h1{margin-bottom:26px}
@media(max-width:980px){.logged-in.woocommerce-account .ox-account-page .woocommerce{grid-template-columns:1fr!important;gap:24px}.woocommerce-account .woocommerce-MyAccount-navigation{position:static}.woocommerce-account .woocommerce-Addresses,.woocommerce-account .woocommerce-MyAccount-content .col2-set,.woocommerce-account form.edit-account,.woocommerce-account form.woocommerce-EditAccountForm{grid-template-columns:1fr}.woocommerce-account .woocommerce-MyAccount-content h2{font-size:36px}.woocommerce-account .woocommerce-MyAccount-content h3{font-size:26px}}
@media(max-width:640px){.woocommerce-account table.shop_table,.woocommerce-account table.my_account_orders,.woocommerce-account table.woocommerce-MyAccount-downloads{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error{padding:14px 14px 14px 42px}.woocommerce-account .woocommerce-Address{padding:18px}.woocommerce-account .woocommerce-MyAccount-content h2{font-size:32px}.woocommerce-account .woocommerce-MyAccount-content h3{font-size:22px}}


/* v1.15 — quieter premium storefront palette + simplified homepage */
body{background:#0f0f0f;color:#eeeeee}.ox-header{background:rgba(13,13,13,.9);border-bottom-color:rgba(255,255,255,.055)}
.ox-btn-primary{background:#3c3c3c;border-color:#515151;box-shadow:0 10px 30px rgba(60,60,60,.18)}.ox-btn-primary:hover{background:#333333}
.home .ox-hero{min-height:680px;background:#0f0f0f}.home .ox-hero-media::after{background:linear-gradient(90deg,rgba(11,11,11,.91) 0%,rgba(11,11,11,.58) 46%,rgba(11,11,11,.18) 100%)}
.home .ox-hero-shade{background:linear-gradient(to top,rgba(11,11,11,.58),transparent 36%)}
.home .ox-hero-copy{max-width:720px}.home .ox-hero h1,.home .ox-hero h2.ox-hero-title{letter-spacing:-.018em}.home .ox-hero p{max-width:610px;color:#e1e1e1}
.home .ox-delivery-bar{min-height:48px;background:rgba(13,13,13,.95);border-top-color:rgba(157,157,157,.2);color:#cacaca;font-size:12px}.home .ox-delivery-bar span{width:26px;height:26px;border-color:rgba(191,191,191,.65)}
.home .ox-section{padding:82px 0}.home .ox-section-head-compact{margin-bottom:28px}.home .ox-section-head-compact h2{font-size:clamp(34px,3.4vw,48px);max-width:760px;letter-spacing:-.012em}.home .ox-section-head-compact>a{color:inherit;opacity:.72}.home .ox-section-head-compact>a:hover{opacity:1}
.home .ox-eyebrow{color:#808080;letter-spacing:.32em}
.ox-home-light{background:#ededed!important;color:#202020}.ox-home-light .ox-eyebrow{color:#6e6e6e}.ox-home-light .ox-section-head>a{color:#525252}.ox-home-light .ox-section-head>a:hover{color:#202020}
.home .ox-card-grid{gap:18px}.home .ox-collection-card{height:420px;border:0;border-radius:2px;box-shadow:0 18px 44px rgba(28,28,28,.13)}.home .ox-card-overlay{background:linear-gradient(to top,rgba(12,12,12,.9) 0%,rgba(12,12,12,.45) 34%,rgba(12,12,12,.05) 72%)}.home .ox-card-copy{inset:auto 24px 24px}.home .ox-card-copy h3{font-size:27px}.home .ox-card-copy p{margin:7px 0 12px;color:#e2e2e2;line-height:1.55;max-width:94%}.home .ox-card-copy span{color:#c7c7c7}.home .ox-collection-card:hover .ox-card-media{transform:scale(1.018)}
.ox-process-strip{background:#151515;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);padding:34px 0}.ox-process-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);align-items:stretch}.ox-process-intro,.ox-process-item{padding:4px 26px;min-height:76px;display:flex;align-items:center}.ox-process-intro{padding-left:0;flex-direction:column;align-items:flex-start;justify-content:center}.ox-process-intro .ox-eyebrow{margin:0 0 7px}.ox-process-intro>strong{font-family:Georgia,"Times New Roman",serif;font-size:21px;line-height:1.25;font-weight:500;max-width:260px}.ox-process-item{gap:14px;border-left:1px solid rgba(157,157,157,.18)}.ox-process-item>b{font-family:Georgia,"Times New Roman",serif;font-size:13px;color:#9d9d9d;font-weight:500}.ox-process-item>div{display:flex;flex-direction:column;gap:3px}.ox-process-item strong{font-size:14px;color:#e9e9e9}.ox-process-item span{font-size:12px;line-height:1.45;color:#999999}
.ox-home-soft{background:#e2e2e2!important;color:#202020}.ox-home-soft .ox-eyebrow{color:#6e6e6e}.ox-home-soft .ox-section-head>a{color:#525252}.ox-featured-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.ox-feature-card{display:block;color:#202020}.ox-feature-media{aspect-ratio:16/11;overflow:hidden;background:#d1d1d1;position:relative}.ox-feature-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.ox-feature-card:hover .ox-feature-media img{transform:scale(1.018)}.ox-feature-placeholder{position:absolute;inset:0;display:grid;place-items:center;color:#707070;font-family:Georgia,"Times New Roman",serif;letter-spacing:.22em}.ox-feature-meta{padding:16px 2px 2px}.ox-feature-meta>span{display:block;min-height:18px;color:#6e6e6e;font-size:11px;line-height:1.45}.ox-feature-meta>span a{color:inherit}.ox-feature-meta h3{font-family:Georgia,"Times New Roman",serif;font-size:22px;line-height:1.2;font-weight:500;margin:6px 0 13px}.ox-feature-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:12px;border-top:1px solid rgba(33,33,33,.14)}.ox-feature-price{font-size:14px;font-weight:600;color:#393939}.ox-feature-price del{opacity:.48;margin-right:5px}.ox-feature-price ins{text-decoration:none}.ox-feature-bottom i{font-style:normal;font-size:18px;color:#3c3c3c}
.ox-home-note{background:#111111;padding:68px 0 72px;border-top:1px solid rgba(255,255,255,.05)}.ox-home-note-grid{display:grid;grid-template-columns:1.05fr 1fr auto;gap:58px;align-items:end}.ox-home-note h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(31px,3vw,45px);line-height:1.08;font-weight:500;margin:0;max-width:560px}.ox-home-note p{margin:0;color:#a3a3a3;max-width:620px;font-size:14px;line-height:1.8}.ox-home-note>a{white-space:nowrap;color:#bebebe;font-size:13px;border-bottom:1px solid rgba(190,190,190,.42);padding-bottom:3px}
/* account center: preserve the same premium spacing instead of WooCommerce's compressed defaults */
.woocommerce-account .ox-account-page{padding-bottom:50px}.logged-in.woocommerce-account .ox-account-page .woocommerce{grid-template-columns:240px minmax(0,1fr)!important;gap:48px}.woocommerce-account .woocommerce-MyAccount-navigation ul{background:#151515;border-color:rgba(157,157,157,.18)}.woocommerce-account .woocommerce-MyAccount-navigation a{padding:14px 17px;font-size:13px}.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{background:#1c1c1c;color:#bfbfbf}.woocommerce-account .woocommerce-MyAccount-content{background:#151515;border:1px solid rgba(157,157,157,.14);padding:28px!important;border-radius:3px}.woocommerce-account .woocommerce-MyAccount-content>p:first-child{margin-top:0}.woocommerce-account .woocommerce-MyAccount-content table.shop_table,.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders,.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-downloads{background:#111111}.woocommerce-account .woocommerce-MyAccount-content table th{color:#b3b3b3;font-weight:600}.woocommerce-account .woocommerce-MyAccount-content table td,.woocommerce-account .woocommerce-MyAccount-content table th{border-color:rgba(255,255,255,.07)}.woocommerce-account form.edit-account input,.woocommerce-account form.woocommerce-EditAccountForm input,.woocommerce-account .woocommerce-address-fields input,.woocommerce-account .woocommerce-address-fields select{min-height:46px;width:100%;background:#0f0f0f!important;color:#eeeeee!important;border:1px solid rgba(157,157,157,.22)!important;border-radius:3px!important;padding:10px 12px!important}
@media(max-width:1100px){.ox-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ox-process-grid{grid-template-columns:1fr 1fr}.ox-process-intro{grid-column:1/-1;padding:0 0 20px}.ox-process-item{border-left:0;border-top:1px solid rgba(157,157,157,.15);padding:18px 12px 6px 0}.ox-process-item:nth-child(3),.ox-process-item:nth-child(4){padding-left:20px;border-left:1px solid rgba(157,157,157,.15)}.ox-home-note-grid{grid-template-columns:1fr 1fr}.ox-home-note>a{grid-column:1/-1;justify-self:start}}
@media(max-width:900px){.home .ox-card-grid{grid-template-columns:1fr}.home .ox-collection-card{height:360px}.logged-in.woocommerce-account .ox-account-page .woocommerce{grid-template-columns:1fr!important;gap:22px}.woocommerce-account .woocommerce-MyAccount-navigation{position:static}.woocommerce-account .woocommerce-MyAccount-content{padding:22px!important}}
@media(max-width:640px){.home .ox-section{padding:60px 0}.home .ox-hero{min-height:610px}.home .ox-hero-inner{padding-top:76px}.home .ox-delivery-bar{font-size:10px;line-height:1.4;padding-left:14px;padding-right:14px}.ox-process-grid{grid-template-columns:1fr}.ox-process-item,.ox-process-item:nth-child(3),.ox-process-item:nth-child(4){padding:16px 0;border-left:0;border-top:1px solid rgba(157,157,157,.15)}.ox-featured-grid{grid-template-columns:1fr}.ox-feature-meta h3{font-size:21px}.ox-home-note{padding:54px 0}.ox-home-note-grid{grid-template-columns:1fr;gap:26px}.woocommerce-account .woocommerce-MyAccount-content{padding:18px!important}.woocommerce-account .woocommerce-MyAccount-content h2{font-size:30px}.woocommerce-account .woocommerce-MyAccount-content h3{font-size:22px}}


/* v1.16 — charcoal + ivory + wine visual system, plus rebuilt account center */
:root{
  --bg:#1e1e1e;
  --bg2:#262626;
  --panel:#2c2c2c;
  --text:#f1f1f1;
  --muted:#a5a5a5;
  --gold:#8b8b8b;
  --gold2:#c1c1c1;
  --red:#393939;
  --line:rgba(193,193,193,.19);
  --cream:#f0f0f0;
  --cream-2:#e5e5e5;
  --cream-3:#d6d6d6;
  --ink:#242424;
  --ink-soft:#5b5b5b;
  --wine:#393939;
  --wine-dark:#2c2c2c;
  --shadow:0 22px 60px rgba(25,25,25,.14)
}
body{background:var(--bg);color:var(--text)}
.ox-header{background:rgba(30,30,30,.94);border-bottom:1px solid rgba(255,255,255,.075)}
.ox-logo{color:#ececec}.ox-brand small,.ox-footer small{color:#9c9c9c}
.ox-menu a{color:#eaeaea}.ox-menu a:hover:after{background:var(--wine)}
.ox-eyebrow{color:#ababab}
.ox-btn-primary,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,.wc-block-components-button:not(.is-link){background:var(--wine)!important;border-color:var(--wine)!important;color:#ffffff!important;box-shadow:none!important}
.ox-btn-primary:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit:hover{background:var(--wine-dark)!important;border-color:var(--wine-dark)!important}
.ox-btn-secondary{border-color:rgba(240,240,240,.56);background:rgba(30,30,30,.45);color:#f1f1f1}
.ox-btn-secondary:hover{border-color:#ffffff;background:rgba(30,30,30,.72)}
.ox-carousel-arrow{border-color:rgba(240,240,240,.38);background:rgba(30,30,30,.46);color:#f1f1f1}.ox-carousel-arrow:hover{border-color:#ffffff;background:rgba(30,30,30,.78)}
.ox-carousel-dot.is-active{background:#f0f0f0}
.ox-cart,.ox-account-link{border-color:rgba(240,240,240,.38);background:rgba(240,240,240,.035);color:#f0f0f0}.ox-cart:hover,.ox-account-link:hover{border-color:#ffffff;background:rgba(240,240,240,.10);color:#ffffff}.ox-cart-count{background:var(--wine);border-color:#1e1e1e}

/* Homepage: restrained editorial rhythm */
.home .ox-hero{background:#1e1e1e}.home .ox-hero-media::after{background:linear-gradient(90deg,rgba(30,30,30,.92) 0%,rgba(30,30,30,.60) 47%,rgba(30,30,30,.16) 100%)}
.home .ox-hero-shade{background:linear-gradient(to top,rgba(30,30,30,.56),transparent 38%)}
.home .ox-eyebrow{color:#bdbdbd}.home .ox-hero p{color:#e3e3e3}.home .ox-delivery-bar{background:rgba(30,30,30,.96);border-top-color:rgba(240,240,240,.13);color:#c3c3c3}.home .ox-delivery-bar span{color:#f0f0f0;border-color:rgba(240,240,240,.42)}
.ox-home-light{background:var(--cream)!important;color:var(--ink)}.ox-home-light .ox-eyebrow,.ox-home-soft .ox-eyebrow{color:#6e6e6e}.ox-home-light .ox-section-head>a,.ox-home-soft .ox-section-head>a{color:#696969}.ox-home-light .ox-section-head>a:hover,.ox-home-soft .ox-section-head>a:hover{color:var(--wine)}
.home .ox-collection-card{box-shadow:0 18px 46px rgba(33,33,33,.12)}.home .ox-card-copy span{color:#eaeaea}.home .ox-card-copy h3{color:#ffffff}.home .ox-card-copy p{color:#e3e3e3}
.ox-process-strip{background:var(--cream-2);border-top:1px solid var(--cream-3);border-bottom:1px solid var(--cream-3);color:var(--ink);padding:30px 0}.ox-process-intro .ox-eyebrow{color:#707070}.ox-process-intro>strong{color:var(--ink)}.ox-process-item{border-left-color:rgba(36,36,36,.14)}.ox-process-item>b{color:var(--wine)}.ox-process-item strong{color:var(--ink)}.ox-process-item span{color:#6c6c6c}
.ox-home-soft{background:#f5f5f5!important;color:var(--ink)}.ox-feature-card{color:var(--ink);background:#ffffff;border:1px solid #dedede;box-shadow:0 10px 28px rgba(33,33,33,.055)}.ox-feature-media{background:#e1e1e1}.ox-feature-meta{padding:16px 16px 15px}.ox-feature-meta>span{color:#767676}.ox-feature-meta h3{color:var(--ink)}.ox-feature-bottom{border-top-color:#dcdcdc}.ox-feature-price{color:var(--wine)}.ox-feature-bottom i{color:var(--wine)}
.ox-home-note{background:#252525;border-top:1px solid rgba(255,255,255,.06)}.ox-home-note .ox-eyebrow{color:#afafaf}.ox-home-note h2{color:#f1f1f1}.ox-home-note p{color:#b7b7b7}.ox-home-note>a{color:#e9e9e9;border-bottom-color:rgba(233,233,233,.38)}
.ox-footer{background:#191919;border-top-color:rgba(255,255,255,.08)}.ox-footer a{color:#c0c0c0}.ox-footer a:hover{color:#ffffff}.ox-footer p{color:#8e8e8e}.ox-footer-bottom{color:#7d7d7d}

/* Store + product pages: ivory merchandise surface, wine actions */
.post-type-archive-product .ox-woo,.tax-product_cat .ox-woo,.tax-product_tag .ox-woo,.single-product .ox-woo{background:var(--cream);color:var(--ink)}
.post-type-archive-product .ox-woo .woocommerce,.tax-product_cat .ox-woo .woocommerce,.single-product .ox-woo .woocommerce{color:var(--ink)}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{background:#ffffff;border:1px solid #dadada;color:var(--ink);box-shadow:0 8px 24px rgba(33,33,33,.045)}
.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h2,.woocommerce ul.products li.product h3,.single-product .product_title{color:var(--ink)}
.woocommerce ul.products li.product .price,.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--wine)!important}
.single-product .woocommerce-product-details__short-description,.single-product .product_meta,.single-product .woocommerce-tabs{color:#5b5b5b}
.single-product .ox-digital-note{background:#ffffff;border-color:#d6d6d6;color:#585858}
.woocommerce-message,.woocommerce-info{border-top-color:var(--wine)!important;background:#ffffff!important;color:var(--ink)!important}.woocommerce-message::before,.woocommerce-info::before{color:var(--wine)!important}

/* Cart / checkout / account use a readable light commerce canvas */
.woocommerce-cart .ox-system-page,.woocommerce-checkout .ox-system-page,.woocommerce-account .ox-system-page,.woocommerce-order-received .ox-system-page{background:var(--cream);color:var(--ink)}
.woocommerce-cart .ox-system-page .ox-prose h1,.woocommerce-checkout .ox-system-page .ox-prose h1,.woocommerce-account .ox-system-page .ox-prose h1{color:var(--ink)}
.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce,.woocommerce-account .woocommerce{color:var(--ink)}
.woocommerce table.shop_table{background:#ffffff!important;border-color:#d6d6d6!important;color:var(--ink)}.woocommerce table.shop_table td,.woocommerce table.shop_table th{border-color:#e3e3e3!important;color:var(--ink)}
.woocommerce-cart .cart-collaterals .cart_totals,.woocommerce-checkout #order_review{background:#ffffff;border-color:#d6d6d6;color:var(--ink)}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container--default .select2-selection--single{background:#ffffff!important;color:var(--ink)!important;border:1px solid #cdcdcd!important}.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row textarea:focus{border-color:#919191!important;box-shadow:0 0 0 2px rgba(57,57,57,.07)!important;outline:0}
.select2-dropdown{background:#ffffff!important;color:var(--ink)!important;border-color:#cdcdcd!important}.woocommerce-checkout .form-row label{color:#606060}.woocommerce-privacy-policy-text{color:#6f6f6f}.woocommerce-checkout-payment{background:#f3f3f3!important;color:var(--ink)!important}.woocommerce-checkout-payment .payment_box{background:#e7e7e7!important;color:#5b5b5b!important}.woocommerce-checkout-payment .payment_box::before{border-bottom-color:#e7e7e7!important}.woocommerce-checkout #payment ul.payment_methods{border-bottom-color:#d8d8d8!important}.ox-checkout-promise{border-bottom-color:#d6d6d6;color:#696969}.ox-checkout-promise span::first-letter{color:var(--wine)}

/* My Account: definitive two-column customer center */
.woocommerce-account .ox-account-page{width:min(calc(100% - 40px),1240px)!important;max-width:1240px!important;padding-bottom:72px}
.woocommerce-account .ox-account-page>article{width:100%!important;max-width:none!important}.woocommerce-account .ox-account-page>article>h1{font-size:clamp(42px,5vw,64px);margin:0 0 34px!important;color:var(--ink)}
.woocommerce-account .ox-account-page article>.woocommerce,.logged-in.woocommerce-account .ox-account-page article>.woocommerce{display:grid!important;grid-template-columns:235px minmax(0,1fr)!important;gap:30px!important;align-items:start!important;width:100%!important;max-width:none!important}
.woocommerce-account .woocommerce-notices-wrapper{grid-column:1/-1!important;width:100%!important}
.woocommerce-account .woocommerce-MyAccount-navigation{float:none!important;width:100%!important;max-width:none!important;position:sticky;top:110px;align-self:start;margin:0!important}
.woocommerce-account .woocommerce-MyAccount-navigation ul{margin:0!important;padding:7px!important;list-style:none;background:#262626!important;border:0!important;border-radius:6px!important;overflow:hidden;box-shadow:none}
.woocommerce-account .woocommerce-MyAccount-navigation li{margin:0!important;border:0!important}.woocommerce-account .woocommerce-MyAccount-navigation a{display:block!important;padding:12px 14px!important;border-radius:4px!important;color:#d8d8d8!important;font-size:13px!important;line-height:1.45}.woocommerce-account .woocommerce-MyAccount-navigation a:hover{background:#323232!important;color:#ffffff!important}.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{background:var(--wine)!important;color:#ffffff!important}
.woocommerce-account .woocommerce-MyAccount-content{float:none!important;width:100%!important;min-width:0!important;max-width:none!important;margin:0!important;padding:30px 32px!important;background:#ffffff!important;border:1px solid #d8d8d8!important;border-radius:6px!important;color:var(--ink)!important;box-shadow:0 12px 34px rgba(34,34,34,.055)}
.woocommerce-account .woocommerce-MyAccount-content>*{max-width:none!important}.woocommerce-account .woocommerce-MyAccount-content p,.woocommerce-account .woocommerce-MyAccount-content address{color:#5a5a5a!important}.woocommerce-account .woocommerce-MyAccount-content a:not(.button){color:var(--wine)}
.woocommerce-account .woocommerce-MyAccount-content h2,.woocommerce-account .woocommerce-MyAccount-content h3{color:var(--ink)!important}.woocommerce-account .woocommerce-MyAccount-content h2{font-size:36px!important}.woocommerce-account .woocommerce-MyAccount-content h3{font-size:25px!important}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table,.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders,.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-downloads{width:100%!important;min-width:0!important;background:#ffffff!important;border:1px solid #dadada!important;border-radius:5px!important;overflow:hidden!important;table-layout:auto!important;margin:0 0 20px!important}
.woocommerce-account .woocommerce-MyAccount-content table th{background:#eeeeee!important;color:#464646!important;font-weight:650!important}.woocommerce-account .woocommerce-MyAccount-content table td{color:#4d4d4d!important}.woocommerce-account .woocommerce-MyAccount-content table td,.woocommerce-account .woocommerce-MyAccount-content table th{padding:14px 16px!important;border-color:#e1e1e1!important;white-space:normal!important;word-break:normal!important}
.woocommerce-account .woocommerce-orders-table__cell-order-number,.woocommerce-account .woocommerce-orders-table__cell-order-date,.woocommerce-account .woocommerce-orders-table__cell-order-status,.woocommerce-account .woocommerce-orders-table__cell-order-total{min-width:105px}.woocommerce-account .woocommerce-orders-table__cell-order-actions{min-width:120px}
.woocommerce-account .woocommerce-orders-table__cell-order-actions .button,.woocommerce-account .woocommerce-button.button.view,.woocommerce-account .woocommerce-orders-table__cell-order-actions a.button,.woocommerce-account .woocommerce-table__download-file .button{background:var(--wine)!important;color:#ffffff!important;border-radius:4px!important;min-height:36px!important;padding:0 14px!important}
.woocommerce-account .woocommerce-Addresses,.woocommerce-account .woocommerce-MyAccount-content .col2-set,.woocommerce-account .woocommerce-MyAccount-content .addresses{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;width:100%!important}
.woocommerce-account .woocommerce-Address,.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1,.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-2{float:none!important;width:auto!important;max-width:none!important;margin:0!important;padding:22px!important;background:#f5f5f5!important;border:1px solid #d9d9d9!important;border-radius:5px!important}.woocommerce-account .woocommerce-Address header .edit{color:var(--wine)!important}
.woocommerce-account form.edit-account,.woocommerce-account form.woocommerce-EditAccountForm{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;width:100%!important;max-width:760px!important}.woocommerce-account form.edit-account .form-row,.woocommerce-account form.woocommerce-EditAccountForm .form-row{width:auto!important;float:none!important;margin:0!important}.woocommerce-account form.edit-account .form-row-wide,.woocommerce-account form.woocommerce-EditAccountForm .form-row-wide,.woocommerce-account form.edit-account fieldset,.woocommerce-account form.woocommerce-EditAccountForm fieldset,.woocommerce-account form.edit-account>p:last-child,.woocommerce-account form.woocommerce-EditAccountForm>p:last-child{grid-column:1/-1!important}.woocommerce-account form.edit-account fieldset,.woocommerce-account form.woocommerce-EditAccountForm fieldset{background:#f5f5f5!important;border:1px solid #d8d8d8!important;padding:20px!important;border-radius:5px!important}.woocommerce-account form.edit-account fieldset legend,.woocommerce-account form.woocommerce-EditAccountForm fieldset legend{color:var(--ink)!important}.woocommerce-account form.edit-account input,.woocommerce-account form.woocommerce-EditAccountForm input,.woocommerce-account .woocommerce-address-fields input,.woocommerce-account .woocommerce-address-fields select{background:#ffffff!important;color:var(--ink)!important;border:1px solid #cacaca!important;min-height:46px!important;border-radius:4px!important;padding:10px 12px!important;width:100%!important}.woocommerce-account .ox-account-download-head .ox-eyebrow{color:#6e6e6e!important}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error{background:#f5f5f5!important;color:var(--ink)!important;border-top-color:var(--wine)!important}

/* Pay-what-you-want follows the new light product surface */
.single-product .ox-pwyw-box{background:#ffffff;border-color:#d2d2d2;color:var(--ink)}.single-product .ox-pwyw-kicker{color:var(--wine)}.single-product .ox-pwyw-box>label{color:var(--ink)}.single-product .ox-pwyw-currency{color:var(--wine)}.single-product .woocommerce div.product form.cart .ox-pwyw-input,.single-product .woocommerce div.product form.cart .quantity,.single-product .woocommerce div.product form.cart .quantity .qty{background:#ffffff!important;color:var(--ink)!important;border-color:#cdcdcd!important}.single-product .ox-qty-btn{background:#f0f0f0;color:#565656}.single-product .ox-qty-btn:hover{background:#e5e5e5;color:var(--wine)}

@media(max-width:980px){
  .woocommerce-account .ox-account-page article>.woocommerce,.logged-in.woocommerce-account .ox-account-page article>.woocommerce{grid-template-columns:1fr!important;gap:18px!important}
  .woocommerce-account .woocommerce-MyAccount-navigation{position:static!important}
  .woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex!important;overflow-x:auto!important;gap:6px!important;padding:7px!important}
  .woocommerce-account .woocommerce-MyAccount-navigation li{flex:0 0 auto!important}.woocommerce-account .woocommerce-MyAccount-navigation a{white-space:nowrap!important}
  .woocommerce-account .woocommerce-MyAccount-content{padding:24px!important}
}
@media(max-width:640px){
  .ox-process-strip{padding:22px 0}.woocommerce-account .ox-account-page{width:min(calc(100% - 28px),1240px)!important}.woocommerce-account .ox-account-page>article>h1{font-size:40px;margin-bottom:24px!important}.woocommerce-account .woocommerce-MyAccount-content{padding:18px!important}
  .woocommerce-account .woocommerce-Addresses,.woocommerce-account .woocommerce-MyAccount-content .col2-set,.woocommerce-account .woocommerce-MyAccount-content .addresses,.woocommerce-account form.edit-account,.woocommerce-account form.woocommerce-EditAccountForm{grid-template-columns:1fr!important}
  .woocommerce-account table.shop_table,.woocommerce-account table.my_account_orders,.woocommerce-account table.woocommerce-MyAccount-downloads{display:block!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}
}

/* v1.17 — collection section: unified charcoal imagery on a softer ivory field */
.home .ox-home-light{
  background:linear-gradient(180deg,#e6e6e6 0,#f0f0f0 92px,#f0f0f0 100%)!important;
}
.home .ox-collections .ox-section-head{margin-bottom:30px}
.home .ox-collections .ox-card-grid{gap:20px}
.home .ox-collection-card,
.home .ox-collection-card:nth-child(1),
.home .ox-collection-card:nth-child(2),
.home .ox-collection-card:nth-child(3){
  --card-fallback:linear-gradient(155deg,#353535 0%,#242424 58%,#191919 100%);
  background:var(--card-fallback)!important;
  border:1px solid rgba(58,58,58,.12);
  border-radius:4px;
  box-shadow:0 16px 36px rgba(32,32,32,.10);
  transform:translateZ(0);
}
.home .ox-collection-card .ox-card-media{
  filter:saturate(.82) contrast(.96) brightness(.91);
  transition:transform .45s ease,filter .45s ease;
}
.home .ox-collection-card .ox-card-overlay{
  background:
    linear-gradient(to top,rgba(25,25,25,.94) 0%,rgba(25,25,25,.66) 34%,rgba(25,25,25,.20) 68%,rgba(25,25,25,.08) 100%);
}
.home .ox-collection-card .ox-card-copy{inset:auto 25px 25px}
.home .ox-collection-card .ox-card-copy h3{
  color:#f3f3f3;
  margin-bottom:10px;
  text-shadow:0 1px 12px rgba(0,0,0,.18);
}
.home .ox-collection-card .ox-card-copy h3::after{
  content:"";
  display:block;
  width:28px;
  height:2px;
  margin-top:11px;
  background:var(--wine);
  opacity:.9;
}
.home .ox-collection-card .ox-card-copy p{
  color:#d2d2d2;
  margin-top:10px;
  margin-bottom:13px;
}
.home .ox-collection-card .ox-card-copy span{
  color:#eeeeee;
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding-bottom:3px;
  border-bottom:1px solid rgba(57,57,57,.72);
}
.home .ox-collection-card:hover{
  box-shadow:0 20px 44px rgba(32,32,32,.14);
}
.home .ox-collection-card:hover .ox-card-media{
  transform:scale(1.018);
  filter:saturate(.9) contrast(.98) brightness(.95);
}
.home .ox-collection-card:hover .ox-card-copy span{border-bottom-color:var(--wine);color:#ffffff}
@media(max-width:900px){
  .home .ox-home-light{background:linear-gradient(180deg,#e7e7e7 0,#f0f0f0 64px,#f0f0f0 100%)!important}
}

/* v1.18 — OXOXB modular editorial homepage
   Inspired by the restraint of premium modern commerce, not by any single brand.
   Keep the cinematic OXOXB hero, then transition into calm ivory modular cards. */
.home{
  --home-surface:#f2f2f2;
  --home-surface-2:#e8e8e8;
  --home-card:#fafafa;
  --home-line:#d9d9d9;
  --home-ink:#212121;
  --home-muted:#6d6d6d;
  --home-wine:#3d3d3d;
  --home-wine-dark:#303030;
}

/* Give the light homepage a cleaner, calmer field after the cinematic hero. */
.home .ox-home-light,
.home .ox-home-soft{
  background:var(--home-surface)!important;
  color:var(--home-ink)!important;
}
.home .ox-section{padding:82px 0}
.home .ox-section-head{margin-bottom:30px;align-items:flex-end}
.home .ox-section-head h2{
  color:var(--home-ink);
  max-width:760px;
  font-size:clamp(34px,3.5vw,52px);
  letter-spacing:-.02em;
}
.home .ox-section-head .ox-eyebrow{
  color:#727272!important;
  letter-spacing:.26em;
  margin-bottom:12px;
}
.home .ox-section-head>a{
  color:#5a5a5a!important;
  padding-bottom:3px;
  border-bottom:1px solid transparent;
  transition:color .2s ease,border-color .2s ease;
}
.home .ox-section-head>a:hover{color:var(--home-wine)!important;border-bottom-color:rgba(61,61,61,.42)}

/* Collection modules: one visual language, content differentiates the cards. */
.home .ox-collections{padding-top:78px;padding-bottom:72px}
.home .ox-collections .ox-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.home .ox-collection-card,
.home .ox-collection-card:nth-child(1),
.home .ox-collection-card:nth-child(2),
.home .ox-collection-card:nth-child(3){
  position:relative;
  display:flex;
  flex-direction:column;
  height:auto;
  min-height:0;
  overflow:hidden;
  background:var(--home-card)!important;
  border:1px solid var(--home-line);
  border-radius:18px;
  box-shadow:0 8px 24px rgba(34,34,34,.055);
  color:var(--home-ink);
  transform:none;
  transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease;
}
.home .ox-collection-card::after{
  content:"↗";
  position:absolute;
  right:18px;
  bottom:20px;
  width:36px;
  height:36px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#eaeaea;
  color:#595959;
  font-size:17px;
  line-height:1;
  transition:background .22s ease,color .22s ease,transform .22s ease;
}
.home .ox-collection-card .ox-card-media{
  position:relative;
  order:1;
  width:100%;
  height:auto;
  aspect-ratio:16/10;
  object-fit:cover;
  display:block;
  filter:saturate(.88) contrast(.98) brightness(.98);
  transition:transform .45s ease,filter .45s ease;
  background:#d8d8d8;
}
.home .ox-collection-card .ox-card-overlay{display:none!important}
.home .ox-collection-card .ox-card-copy{
  position:static;
  order:2;
  inset:auto;
  z-index:2;
  padding:24px 66px 24px 24px;
  min-height:174px;
}
.home .ox-collection-card .ox-card-copy::before{
  content:"";
  display:inline-block;
  width:8px;
  height:8px;
  margin:0 8px 2px 0;
  border-radius:50%;
  background:var(--home-wine);
  vertical-align:middle;
}
.home .ox-collection-card .ox-card-copy h3{
  display:inline;
  margin:0;
  color:var(--home-ink);
  font-size:clamp(24px,2vw,29px);
  line-height:1.16;
  text-shadow:none;
  letter-spacing:-.015em;
}
.home .ox-collection-card .ox-card-copy h3::after{display:none!important}
.home .ox-collection-card .ox-card-copy p{
  color:var(--home-muted);
  margin:12px 0 0;
  max-width:100%;
  font-size:13.5px;
  line-height:1.65;
}
.home .ox-collection-card .ox-card-copy span{display:none}
.home .ox-collection-card:hover{
  transform:translateY(-4px);
  border-color:#c9c9c9;
  box-shadow:0 18px 44px rgba(34,34,34,.10);
}
.home .ox-collection-card:hover::after{
  background:var(--home-wine);
  color:#ffffff;
  transform:translateY(-1px);
}
.home .ox-collection-card:hover .ox-card-media{
  transform:scale(1.018);
  filter:saturate(.96) contrast(1) brightness(1);
}

/* Keep the purchase explanation as a compact utility band, not a sales section. */
.home .ox-process-strip{
  background:var(--home-surface-2)!important;
  border-top:1px solid #d8d8d8;
  border-bottom:1px solid #d8d8d8;
  color:var(--home-ink);
  padding:25px 0;
}
.home .ox-process-grid{grid-template-columns:1.18fr repeat(3,1fr)}
.home .ox-process-intro{min-height:62px}
.home .ox-process-intro .ox-eyebrow{color:#757575!important;letter-spacing:.24em}
.home .ox-process-intro>strong{font-size:19px;color:var(--home-ink);max-width:240px}
.home .ox-process-item{min-height:62px;padding-top:2px;padding-bottom:2px;border-left-color:rgba(33,33,33,.12)}
.home .ox-process-item>b{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#f6f6f6;
  color:var(--home-wine);
  font-size:10px;
  border:1px solid #d6d6d6;
}
.home .ox-process-item strong{color:var(--home-ink);font-size:13px}
.home .ox-process-item span{color:#727272;font-size:11.5px}

/* Featured products stay recognisably OXOXB: editorial imagery + quiet commerce. */
.home .ox-featured{padding-top:82px;padding-bottom:88px}
.home .ox-featured-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}
.home .ox-feature-card{
  position:relative;
  display:block;
  overflow:hidden;
  background:var(--home-card);
  border:1px solid var(--home-line);
  border-radius:18px;
  box-shadow:0 8px 24px rgba(34,34,34,.045);
  color:var(--home-ink);
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;
}
.home .ox-feature-card:hover{
  transform:translateY(-4px);
  border-color:#c8c8c8;
  box-shadow:0 16px 38px rgba(34,34,34,.09);
}
.home .ox-feature-media{
  aspect-ratio:16/10;
  overflow:hidden;
  background:#dedede;
}
.home .ox-feature-media img{filter:saturate(.92);transition:transform .42s ease,filter .42s ease}
.home .ox-feature-card:hover .ox-feature-media img{transform:scale(1.018);filter:saturate(1)}
.home .ox-feature-meta{padding:18px 18px 17px}
.home .ox-feature-meta>span{
  color:#7b7b7b;
  min-height:auto;
  font-size:10px;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.home .ox-feature-meta h3{
  margin:7px 0 15px;
  font-size:21px;
  line-height:1.23;
  color:var(--home-ink);
}
.home .ox-feature-bottom{border-top:1px solid #dedede;padding-top:12px}
.home .ox-feature-price{color:var(--home-ink);font-weight:650}
.home .ox-feature-bottom i{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#eaeaea;
  color:#595959;
  transition:background .2s ease,color .2s ease;
}
.home .ox-feature-card:hover .ox-feature-bottom i{background:var(--home-wine);color:#ffffff}

/* A short dark sign-off reconnects the calm store canvas with the cinematic brand. */
.home .ox-home-note{
  background:#252525;
  padding:62px 0 66px;
  border-top:0;
}
.home .ox-home-note .ox-eyebrow{color:#a4a4a4}
.home .ox-home-note h2{color:#f2f2f2;letter-spacing:-.02em}
.home .ox-home-note p{color:#b8b8b8}
.home .ox-home-note>a{color:#efefef;border-bottom-color:rgba(239,239,239,.34)}
.home .ox-home-note>a:hover{color:#ffffff;border-bottom-color:var(--home-wine)}

@media(max-width:1100px){
  .home .ox-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
  .home .ox-collections .ox-card-grid{grid-template-columns:1fr}
  .home .ox-collection-card{display:grid;grid-template-columns:minmax(220px,.9fr) 1.1fr;align-items:stretch}
  .home .ox-collection-card .ox-card-media{height:100%;aspect-ratio:auto;min-height:230px}
  .home .ox-collection-card .ox-card-copy{padding:28px 68px 28px 28px;align-self:center;min-height:0}
  .home .ox-process-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .home .ox-section{padding:60px 0}
  .home .ox-section-head{align-items:flex-start;flex-direction:column;gap:14px}
  .home .ox-section-head h2{font-size:34px}
  .home .ox-collection-card{display:flex;border-radius:14px}
  .home .ox-collection-card .ox-card-media{aspect-ratio:16/10;min-height:0}
  .home .ox-collection-card .ox-card-copy{padding:20px 60px 22px 20px}
  .home .ox-collection-card::after{right:16px;bottom:17px;width:32px;height:32px}
  .home .ox-process-grid{grid-template-columns:1fr}
  .home .ox-process-intro{padding-bottom:14px}
  .home .ox-process-item{border-left:0;border-top:1px solid rgba(33,33,33,.10);padding:13px 0}
  .home .ox-featured-grid{grid-template-columns:1fr}
  .home .ox-feature-card{border-radius:14px}
}

/* v1.19 — deterministic My Account layout + softer cinematic-to-commerce transition */

/* The WooCommerce My Account shortcode does not wrap its output in .woocommerce.
   This explicit theme shell owns the two-column customer-center layout. */
.logged-in.woocommerce-account .ox-account-shell{
  display:grid!important;
  grid-template-columns:240px minmax(0,1fr)!important;
  gap:32px!important;
  align-items:start!important;
  width:100%!important;
  max-width:none!important;
}
.logged-in.woocommerce-account .ox-account-shell>.woocommerce-notices-wrapper{
  grid-column:1/-1!important;
  width:100%!important;
}
.logged-in.woocommerce-account .ox-account-shell>.woocommerce-MyAccount-navigation{
  grid-column:1!important;
  grid-row:auto!important;
  float:none!important;
  width:240px!important;
  min-width:240px!important;
  max-width:240px!important;
  margin:0!important;
  position:sticky!important;
  top:110px!important;
  align-self:start!important;
}
.logged-in.woocommerce-account .ox-account-shell>.woocommerce-MyAccount-content{
  grid-column:2!important;
  grid-row:auto!important;
  float:none!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  padding:30px 32px!important;
  background:#ffffff!important;
  border:1px solid #d8d8d8!important;
  border-radius:10px!important;
  box-shadow:0 14px 34px rgba(34,34,34,.055)!important;
  overflow:visible!important;
}
.logged-in.woocommerce-account .ox-account-shell>.woocommerce-MyAccount-content>.woocommerce-message,
.logged-in.woocommerce-account .ox-account-shell>.woocommerce-MyAccount-content>.woocommerce-info,
.logged-in.woocommerce-account .ox-account-shell>.woocommerce-MyAccount-content>.woocommerce-error{
  width:100%!important;
  max-width:none!important;
  margin:0 0 22px!important;
}
.logged-in.woocommerce-account .ox-account-shell .woocommerce-orders-table,
.logged-in.woocommerce-account .ox-account-shell .woocommerce-MyAccount-downloads,
.logged-in.woocommerce-account .ox-account-shell table.shop_table{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  table-layout:auto!important;
}
.logged-in.woocommerce-account .ox-account-shell .woocommerce-orders-table__cell-order-actions{
  white-space:nowrap!important;
}
.logged-in.woocommerce-account .ox-account-shell .woocommerce-orders-table__cell-order-actions .button{
  display:inline-flex!important;
  width:auto!important;
  margin:2px 5px 2px 0!important;
}
.logged-in.woocommerce-account .ox-account-shell .woocommerce-Addresses,
.logged-in.woocommerce-account .ox-account-shell .addresses,
.logged-in.woocommerce-account .ox-account-shell .col2-set{
  width:100%!important;
  max-width:none!important;
}
.logged-in.woocommerce-account .ox-account-shell form.edit-account,
.logged-in.woocommerce-account .ox-account-shell form.woocommerce-EditAccountForm{
  width:100%!important;
  max-width:820px!important;
}
.woocommerce-account:not(.logged-in) .ox-account-shell{
  display:block!important;
  width:100%!important;
  max-width:760px!important;
}

/* Soften the visual hand-off from the dark cinematic hero to the ivory store canvas. */
.home .ox-hero{
  border-bottom:0!important;
}
.home .ox-hero::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:150px;
  z-index:3;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(29,29,29,0) 0%,rgba(44,44,44,.28) 34%,rgba(84,84,84,.62) 72%,rgba(174,174,174,.82) 100%);
}
.home .ox-delivery-bar{
  z-index:6!important;
  background:rgba(35,35,35,.72)!important;
  border-top:1px solid rgba(255,255,255,.075)!important;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.home .ox-home-light{
  background:linear-gradient(180deg,#cdcdcd 0,#e0e0e0 52px,#eeeeee 142px,#f0f0f0 220px,#f0f0f0 100%)!important;
}

@media(max-width:980px){
  .logged-in.woocommerce-account .ox-account-shell{
    grid-template-columns:1fr!important;
    gap:20px!important;
  }
  .logged-in.woocommerce-account .ox-account-shell>.woocommerce-MyAccount-navigation,
  .logged-in.woocommerce-account .ox-account-shell>.woocommerce-MyAccount-content{
    grid-column:1!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    position:static!important;
  }
  .logged-in.woocommerce-account .ox-account-shell>.woocommerce-MyAccount-navigation ul{
    display:flex!important;
    gap:6px!important;
    overflow-x:auto!important;
    padding:7px!important;
  }
  .logged-in.woocommerce-account .ox-account-shell>.woocommerce-MyAccount-navigation li{
    flex:0 0 auto!important;
  }
}
@media(max-width:640px){
  .logged-in.woocommerce-account .ox-account-shell>.woocommerce-MyAccount-content{
    padding:20px!important;
    border-radius:8px!important;
  }
  .logged-in.woocommerce-account .ox-account-shell .woocommerce-orders-table,
  .logged-in.woocommerce-account .ox-account-shell .woocommerce-MyAccount-downloads,
  .logged-in.woocommerce-account .ox-account-shell table.shop_table{
    display:block!important;
    overflow-x:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }
}

/* v1.20 — account DOM fix + readable Checkout Block on the light commerce canvas */

/* Account shell is now rendered directly by page.php: notices span both columns,
   navigation stays compact, customer content owns the remaining width. */
.logged-in.woocommerce-account .ox-account-shell{
  display:grid!important;
  grid-template-columns:220px minmax(0,1fr)!important;
  gap:28px!important;
  align-items:start!important;
  width:100%!important;
  max-width:none!important;
}
.logged-in.woocommerce-account .ox-account-shell>.ox-account-notices{
  grid-column:1/-1!important;
  width:100%!important;
}
.logged-in.woocommerce-account .ox-account-shell>.ox-account-notices:empty{display:none!important}
.logged-in.woocommerce-account .ox-account-shell>.woocommerce-MyAccount-navigation{
  grid-column:1!important;
  width:220px!important;
  min-width:220px!important;
  max-width:220px!important;
  float:none!important;
  margin:0!important;
  position:sticky!important;
  top:106px!important;
}
.logged-in.woocommerce-account .ox-account-shell>.woocommerce-MyAccount-content{
  grid-column:2!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  float:none!important;
  margin:0!important;
  padding:32px 34px!important;
  background:#ffffff!important;
  color:#252525!important;
  border:1px solid #d7d7d7!important;
  border-radius:12px!important;
  box-shadow:0 14px 36px rgba(31,31,31,.06)!important;
}
.logged-in.woocommerce-account .ox-account-shell>.woocommerce-MyAccount-content>p:first-child{margin-top:0!important}
.logged-in.woocommerce-account .ox-account-shell>.woocommerce-MyAccount-content>p{font-size:15px!important;line-height:1.75!important;max-width:760px!important}
.logged-in.woocommerce-account .ox-account-shell .woocommerce-MyAccount-navigation ul{
  background:#262626!important;
  border:0!important;
  border-radius:10px!important;
  padding:8px!important;
}
.logged-in.woocommerce-account .ox-account-shell .woocommerce-MyAccount-navigation a{
  padding:12px 14px!important;
  border-radius:7px!important;
  font-size:13px!important;
}
.logged-in.woocommerce-account .ox-account-shell .woocommerce-MyAccount-navigation .is-active a{
  background:#383838!important;
  color:#ffffff!important;
}
.logged-in.woocommerce-account .ox-account-shell .woocommerce-orders-table,
.logged-in.woocommerce-account .ox-account-shell .woocommerce-MyAccount-downloads,
.logged-in.woocommerce-account .ox-account-shell table.shop_table{
  width:100%!important;
  min-width:680px!important;
  table-layout:auto!important;
}
.logged-in.woocommerce-account .ox-account-shell .woocommerce-MyAccount-content{
  overflow-x:auto!important;
}
.logged-in.woocommerce-account .ox-account-shell .woocommerce-Addresses,
.logged-in.woocommerce-account .ox-account-shell .addresses,
.logged-in.woocommerce-account .ox-account-shell .col2-set{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:20px!important;
}
.logged-in.woocommerce-account .ox-account-shell form.edit-account,
.logged-in.woocommerce-account .ox-account-shell form.woocommerce-EditAccountForm{
  width:100%!important;
  max-width:840px!important;
}

/* WooCommerce Checkout Block: replace the old dark-block inheritance with a
   deliberate ivory/charcoal/wine treatment and restore contrast. */
.woocommerce-checkout .wc-block-checkout{
  color:#252525!important;
  --wp--preset--color--contrast:#252525;
}
.woocommerce-checkout .wc-block-components-main,
.woocommerce-checkout .wc-block-checkout__main,
.woocommerce-checkout .wc-block-components-sidebar,
.woocommerce-checkout .wc-block-components-sidebar-layout{
  color:#252525!important;
}
.woocommerce-checkout .wc-block-components-title,
.woocommerce-checkout .wc-block-components-checkout-step__heading,
.woocommerce-checkout .wc-block-components-checkout-step__title,
.woocommerce-checkout .wc-block-components-order-summary__button-text,
.woocommerce-checkout .wc-block-components-totals-item__label,
.woocommerce-checkout .wc-block-components-product-name,
.woocommerce-checkout .wc-block-components-address-card__address-section,
.woocommerce-checkout .wc-block-components-radio-control__label,
.woocommerce-checkout .wc-block-components-checkbox__label{
  color:#252525!important;
}
.woocommerce-checkout .wc-block-components-checkout-step__description,
.woocommerce-checkout .wc-block-components-address-form__address_2-toggle,
.woocommerce-checkout .wc-block-components-formatted-money-amount,
.woocommerce-checkout .wc-block-components-product-metadata,
.woocommerce-checkout .wc-block-components-order-summary-item__description,
.woocommerce-checkout .wc-block-components-totals-item__description{
  color:#646464!important;
}
.woocommerce-checkout .wc-block-components-sidebar,
.woocommerce-checkout .wc-block-components-order-summary,
.woocommerce-checkout .wc-block-components-totals-wrapper,
.woocommerce-checkout .wc-block-components-address-card,
.woocommerce-checkout .wc-block-components-radio-control-accordion-option{
  background:#ffffff!important;
  border-color:#d8d8d8!important;
}
.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-combobox-control input,
.woocommerce-checkout .wc-block-components-address-form input,
.woocommerce-checkout .wc-block-components-address-form select,
.woocommerce-checkout .wc-block-components-select .components-custom-select-control__button{
  background:#ffffff!important;
  color:#252525!important;
  border-color:#b6b6b6!important;
  box-shadow:none!important;
}
.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-components-combobox-control label,
.woocommerce-checkout .wc-block-components-address-form label{
  color:#5a5a5a!important;
}
.woocommerce-checkout .wc-block-components-text-input input:focus,
.woocommerce-checkout .wc-block-components-combobox-control input:focus,
.woocommerce-checkout .wc-block-components-address-form input:focus{
  border-color:#383838!important;
  box-shadow:0 0 0 1px #383838!important;
}
.woocommerce-checkout .wc-block-components-totals-item__value,
.woocommerce-checkout .wc-block-formatted-money-amount{
  color:#383838!important;
}
.woocommerce-checkout .wc-block-components-button:not(.is-link){
  background:#383838!important;
  color:#ffffff!important;
}
.woocommerce-checkout .wc-block-components-express-payment__event-buttons{
  background:transparent!important;
}

@media(max-width:980px){
  .logged-in.woocommerce-account .ox-account-shell{
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
  .logged-in.woocommerce-account .ox-account-shell>.woocommerce-MyAccount-navigation,
  .logged-in.woocommerce-account .ox-account-shell>.woocommerce-MyAccount-content{
    grid-column:1!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    position:static!important;
  }
  .logged-in.woocommerce-account .ox-account-shell>.woocommerce-MyAccount-navigation ul{
    display:flex!important;
    gap:6px!important;
    overflow-x:auto!important;
  }
  .logged-in.woocommerce-account .ox-account-shell>.woocommerce-MyAccount-navigation li{flex:0 0 auto!important}
}
@media(max-width:640px){
  .logged-in.woocommerce-account .ox-account-shell>.woocommerce-MyAccount-content{padding:20px!important}
  .logged-in.woocommerce-account .ox-account-shell .woocommerce-Addresses,
  .logged-in.woocommerce-account .ox-account-shell .addresses,
  .logged-in.woocommerce-account .ox-account-shell .col2-set{grid-template-columns:1fr!important}
}


/* v1.21 — single restrained visual system: graphite + soft white + mist gray-blue.
   Historical literal colors above were normalized to neutral gray so no old gold,
   wine, brown or teal palette can leak back through selector precedence. */
:root{
  --bg:#202224;
  --bg2:#292c2e;
  --panel:#303336;
  --text:#f5f5f2;
  --muted:#a5aaad;
  --accent:#768188;
  --accent-dark:#626d73;
  --gold:#768188;
  --gold2:#8b959a;
  --red:#768188;
  --wine:#768188;
  --wine-dark:#626d73;
  --cream:#f5f5f2;
  --cream-2:#eceeec;
  --cream-3:#dfe2e1;
  --ink:#202224;
  --ink-soft:#656b6e;
  --line:rgba(118,129,136,.22);
  --shadow:0 18px 48px rgba(20,22,23,.10);
}
body{background:var(--bg);color:var(--text)}

/* Header / hero: graphite, not pure black. */
.ox-header{background:rgba(32,34,36,.92)!important;border-bottom-color:rgba(255,255,255,.08)!important}
.ox-logo{color:#f5f5f2!important}.ox-brand small,.ox-footer small{color:#a5aaad!important}
.ox-menu a{color:#f0f1ef!important}.ox-menu a:hover:after{background:var(--accent)!important}
.ox-hero,.home .ox-hero{background:#202224!important}
.home .ox-hero-media::after{background:linear-gradient(90deg,rgba(32,34,36,.92) 0%,rgba(32,34,36,.58) 46%,rgba(32,34,36,.16) 100%)!important}
.home .ox-hero-shade{background:linear-gradient(to top,rgba(32,34,36,.46),transparent 38%)!important}
.ox-eyebrow,.home .ox-eyebrow{color:#b7bdc0!important}
.home .ox-hero p{color:#e7e9e7!important}

/* Buttons stay nearly monochrome; mist blue-gray appears only on interaction/selection. */
.ox-btn-primary{background:#f5f5f2!important;border-color:#f5f5f2!important;color:#202224!important;box-shadow:none!important}
.ox-btn-primary:hover{background:#dfe3e3!important;border-color:#dfe3e3!important;color:#202224!important}
.ox-btn-secondary{background:rgba(32,34,36,.34)!important;border-color:rgba(245,245,242,.58)!important;color:#f5f5f2!important}
.ox-btn-secondary:hover{border-color:#f5f5f2!important;background:rgba(32,34,36,.68)!important}
.ox-carousel-arrow{background:rgba(32,34,36,.46)!important;border-color:rgba(245,245,242,.38)!important;color:#f5f5f2!important}
.ox-carousel-arrow:hover{border-color:#f5f5f2!important;background:rgba(32,34,36,.78)!important}
.ox-carousel-dot.is-active{background:#f5f5f2!important}

/* A neutral, gradual hand-off from cinematic hero into the light storefront. */
.home .ox-hero::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:170px;z-index:3;pointer-events:none;
  background:linear-gradient(180deg,rgba(32,34,36,0) 0%,rgba(58,61,63,.28) 35%,rgba(118,124,127,.45) 64%,rgba(221,224,223,.80) 88%,#f5f5f2 100%)!important;
}
.home .ox-delivery-bar{background:rgba(42,45,47,.70)!important;border-top-color:rgba(255,255,255,.08)!important;color:#eceeec!important;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.home .ox-delivery-bar span{color:#dce1e2!important;border-color:rgba(220,225,226,.72)!important}

/* Light storefront canvas. */
.home .ox-home-light,.home .ox-home-soft{background:#f5f5f2!important;color:#202224!important}
.home .ox-home-light{background:linear-gradient(180deg,#dfe2e1 0,#eceeec 72px,#f5f5f2 180px,#f5f5f2 100%)!important}
.ox-home-light .ox-eyebrow,.ox-home-soft .ox-eyebrow{color:#737d82!important}
.ox-home-light .ox-section-head>a,.ox-home-soft .ox-section-head>a{color:#5f676b!important}
.ox-home-light .ox-section-head>a:hover,.ox-home-soft .ox-section-head>a:hover{color:#202224!important}

/* Content cards are quiet white modules; the media supplies the personality. */
.home .ox-collection-card,.ox-feature-card{background:#fff!important;border:1px solid #e1e4e3!important;border-radius:16px!important;box-shadow:0 10px 30px rgba(32,34,36,.07)!important}
.home .ox-collection-card:hover,.ox-feature-card:hover{border-color:#c9ced0!important;box-shadow:0 16px 38px rgba(32,34,36,.10)!important}
.home .ox-collection-card .ox-card-copy{color:#202224!important}
.home .ox-collection-card .ox-card-copy h3{color:#202224!important}
.home .ox-collection-card .ox-card-copy p{color:#6c7376!important}
.home .ox-collection-card .ox-card-copy span,.ox-feature-bottom i{color:#768188!important}
.ox-feature-card,.ox-feature-meta h3,.ox-feature-price{color:#202224!important}
.ox-feature-meta>span{color:#70777a!important}.ox-feature-bottom{border-top-color:#e1e4e3!important}

/* Compact process strip + final brand note stay graphite, with no extra accent colors. */
.ox-process-strip,.ox-home-note{background:#292c2e!important;border-color:rgba(255,255,255,.08)!important;color:#f5f5f2!important}
.ox-process-item{border-color:rgba(255,255,255,.10)!important}.ox-process-item>b{color:#aab2b6!important}.ox-process-item strong{color:#f5f5f2!important}.ox-process-item span,.ox-home-note p{color:#aeb4b7!important}
.ox-home-note>a{color:#d9ddde!important;border-bottom-color:rgba(217,221,222,.42)!important}

/* Commerce on the light canvas. */
.woocommerce .ox-woo,.woocommerce-page .ox-woo,.woocommerce-cart .ox-woo,.woocommerce-checkout .ox-woo,.woocommerce-account .ox-account-page{color:#202224}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{background:#fff!important;border-color:#e1e4e3!important;box-shadow:0 8px 24px rgba(32,34,36,.06)!important}
.woocommerce ul.products li.product .price,.woocommerce div.product p.price,.woocommerce div.product span.price{color:#202224!important}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,.wc-block-components-button:not(.is-link){background:#202224!important;border-color:#202224!important;color:#f5f5f2!important;box-shadow:none!important}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit:hover,.wc-block-components-button:not(.is-link):hover{background:#30363a!important;border-color:#30363a!important;color:#fff!important}
.woocommerce-message,.woocommerce-info{border-top-color:#768188!important;background:#fff!important;color:#202224!important}.woocommerce-message::before,.woocommerce-info::before{color:#768188!important}

/* Account center: graphite navigation, white content, mist accent only on current item. */
.logged-in.woocommerce-account .ox-account-shell>.woocommerce-MyAccount-navigation ul{background:#292c2e!important;border:0!important}
.logged-in.woocommerce-account .ox-account-shell .woocommerce-MyAccount-navigation a{color:#e8eae9!important}
.logged-in.woocommerce-account .ox-account-shell .woocommerce-MyAccount-navigation .is-active a{background:#768188!important;color:#fff!important}
.logged-in.woocommerce-account .ox-account-shell>.woocommerce-MyAccount-content{background:#fff!important;color:#202224!important;border-color:#e1e4e3!important;box-shadow:0 12px 32px rgba(32,34,36,.07)!important}
.woocommerce-account .woocommerce-Address,.woocommerce-account .woocommerce-customer-details address{background:#f8f9f7!important;border-color:#e1e4e3!important;color:#202224!important}
.woocommerce-account .woocommerce-Address address{color:#555d60!important}
.woocommerce-account form.edit-account input,.woocommerce-account form.woocommerce-EditAccountForm input,.woocommerce-account .woocommerce-address-fields input,.woocommerce-account .woocommerce-address-fields select{background:#fff!important;color:#202224!important;border-color:#c9ced0!important}

/* Checkout Block follows the exact same neutral system. */
.woocommerce-checkout .wc-block-checkout,.woocommerce-checkout .wc-block-components-main,.woocommerce-checkout .wc-block-checkout__main,.woocommerce-checkout .wc-block-components-sidebar-layout{color:#202224!important;--wp--preset--color--contrast:#202224}
.woocommerce-checkout .wc-block-components-sidebar,.woocommerce-checkout .wc-block-components-order-summary,.woocommerce-checkout .wc-block-components-totals-wrapper,.woocommerce-checkout .wc-block-components-address-card,.woocommerce-checkout .wc-block-components-radio-control-accordion-option{background:#fff!important;border-color:#e1e4e3!important}
.woocommerce-checkout .wc-block-components-text-input input,.woocommerce-checkout .wc-block-components-combobox-control input,.woocommerce-checkout .wc-block-components-address-form input,.woocommerce-checkout .wc-block-components-address-form select,.woocommerce-checkout .wc-block-components-select .components-custom-select-control__button{background:#fff!important;color:#202224!important;border-color:#c9ced0!important}
.woocommerce-checkout .wc-block-components-text-input input:focus,.woocommerce-checkout .wc-block-components-combobox-control input:focus,.woocommerce-checkout .wc-block-components-address-form input:focus{border-color:#768188!important;box-shadow:0 0 0 1px #768188!important}
.woocommerce-checkout .wc-block-components-totals-item__value,.woocommerce-checkout .wc-block-formatted-money-amount{color:#202224!important}
.woocommerce-checkout .wc-block-components-button:not(.is-link){background:#202224!important;color:#f5f5f2!important}

/* Footer stays graphite and quiet. */
.ox-footer{background:#202224!important;border-top-color:rgba(255,255,255,.08)!important}.ox-footer a{color:#c1c6c8!important}.ox-footer p{color:#939a9d!important}.ox-footer-bottom{color:#858d90!important;border-top-color:rgba(255,255,255,.08)!important}


/* v1.22 — compact, theme-controlled TranslatePress switcher.
   Prevents the plugin's wide mobile dropdown from covering the logo and header tools. */
.ox-custom-lang{position:relative;z-index:90;flex:0 0 auto}
.ox-lang-button{
  appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-width:112px;height:44px;padding:0 12px;border:1px solid rgba(245,245,242,.22);border-radius:10px;
  background:rgba(245,245,242,.06);color:#f5f5f2;font:inherit;font-size:13px;line-height:1;cursor:pointer;
  transition:background .18s ease,border-color .18s ease;
}
.ox-lang-button:hover,.ox-lang-button:focus-visible,.ox-custom-lang.is-open .ox-lang-button{
  background:rgba(245,245,242,.11);border-color:rgba(245,245,242,.42);outline:none;
}
.ox-lang-flag{width:20px;height:14px;object-fit:cover;display:block;flex:0 0 auto;border-radius:2px}
.ox-lang-label-short{display:none}
.ox-lang-chevron{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s ease}
.ox-custom-lang.is-open .ox-lang-chevron{transform:rotate(180deg)}
.ox-lang-menu{
  position:absolute;top:calc(100% + 8px);right:0;min-width:146px;padding:6px;background:#f5f5f2;color:#202224;
  border:1px solid #dfe2e1;border-radius:10px;box-shadow:0 16px 38px rgba(12,14,15,.22);z-index:120;
}
.ox-lang-menu[hidden]{display:none!important}
.ox-lang-option{display:flex;align-items:center;gap:9px;min-height:42px;padding:8px 10px;border-radius:7px;font-size:13px;white-space:nowrap;color:#202224!important}
.ox-lang-option:hover,.ox-lang-option:focus-visible{background:#e8ebea;outline:none}

@media(max-width:900px){
  .ox-nav-tools{position:relative;z-index:95}
  .ox-custom-lang{z-index:110}
  .ox-lang-button{min-width:48px;width:48px;height:48px;padding:0;gap:4px;border-radius:50%}
  .ox-lang-label-full,.ox-lang-label-short{display:none}
  .ox-lang-chevron{width:12px;height:12px}
  .ox-lang-flag{width:20px;height:14px}
  .ox-lang-menu{top:calc(100% + 10px);right:0;left:auto;min-width:128px;width:max-content;max-width:min(168px,calc(100vw - 24px));padding:5px}
  .ox-lang-option{min-height:40px;padding:7px 9px;font-size:13px}
}
@media(max-width:560px){
  .ox-nav-wrap{gap:8px!important}
  .ox-nav-tools{gap:7px!important}
  .ox-header .ox-logo{font-size:20px!important;letter-spacing:.16em!important}
  .ox-lang-button{width:42px;min-width:42px;height:42px}
  .ox-account-link,.ox-cart{width:42px!important;height:42px!important;min-width:42px!important}
  .ox-menu-toggle{width:42px!important;height:42px!important;padding:0!important}
  .ox-lang-menu{right:0;min-width:122px}
}


/* v1.23 — process strip contrast correction.
   Keep the utility band light and quiet, but make every step immediately readable. */
.home .ox-process-strip{
  background:#e7e9e8!important;
  border-top:1px solid #d3d7d6!important;
  border-bottom:1px solid #d3d7d6!important;
  color:#202224!important;
}
.home .ox-process-intro .ox-eyebrow{
  color:#60686c!important;
}
.home .ox-process-intro>strong{
  color:#202224!important;
}
.home .ox-process-item{
  border-left-color:rgba(32,34,36,.14)!important;
}
.home .ox-process-item>b{
  background:#f5f5f2!important;
  color:#58646a!important;
  border-color:#cbd0cf!important;
}
.home .ox-process-item strong{
  color:#202224!important;
}
.home .ox-process-item span{
  color:#5f676b!important;
}
@media(max-width:640px){
  .home .ox-process-item,
  .home .ox-process-item:nth-child(3),
  .home .ox-process-item:nth-child(4){
    border-top-color:rgba(32,34,36,.12)!important;
  }
}


/* v1.26 — uploaded hero banners are finished artwork: no duplicate copy layer. */
.home .ox-hero-slide.is-image-only .ox-hero-media::after{
  background:linear-gradient(to top,rgba(32,34,36,.10) 0%,rgba(32,34,36,0) 30%)!important;
}
.home .ox-hero-slide.is-image-only .ox-hero-shade{display:none!important}
.home .ox-hero-slide.is-image-only .ox-hero-inner{display:none!important}

/* v1.28 — uploaded banners stay clean; one real button is rendered in a fixed position on every slide. */
.home .ox-hero-slide.is-image-only .ox-hero-banner-action{
  position:absolute;
  z-index:5;
  left:max(24px,calc((100vw - var(--max))/2));
  bottom:116px;
  pointer-events:none;
}
.home .ox-hero-slide.is-image-only .ox-hero-banner-button{
  width:240px;
  min-height:52px;
  padding:0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  border:1px solid rgba(32,34,36,.20);
  border-radius:4px;
  background:rgba(245,245,242,.95);
  color:#202224;
  font-size:14px;
  font-weight:650;
  letter-spacing:.01em;
  box-shadow:0 10px 30px rgba(0,0,0,.16);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  pointer-events:auto;
  transition:transform .18s ease,background .18s ease,box-shadow .18s ease;
}
.home .ox-hero-slide.is-image-only .ox-hero-banner-button:hover{
  transform:translateY(-1px);
  background:#ffffff;
  box-shadow:0 14px 34px rgba(0,0,0,.22);
}
.home .ox-hero-slide.is-image-only .ox-hero-banner-button:focus-visible{
  outline:2px solid #758086;
  outline-offset:3px;
}
.home .ox-carousel-arrow,.home .ox-carousel-dots{z-index:6}
.home .ox-delivery-bar{z-index:5}
@media(max-width:640px){
  .home .ox-hero-slide.is-image-only .ox-hero-banner-action{
    left:20px;
    bottom:112px;
  }
  .home .ox-hero-slide.is-image-only .ox-hero-banner-button{
    width:min(240px,calc(100vw - 40px));
    min-height:48px;
    padding:0 20px;
    gap:14px;
    font-size:13px;
  }
}

/* v1.29 — homepage scale + reduction pass.
   Keep the structure, but make it feel more like a mature content brand: bigger imagery, fewer UI fragments, more breathing room. */
.home .ox-collections .ox-shell,
.home .ox-featured .ox-shell{
  width:min(calc(100% - 56px),1380px);
}
.home .ox-collections{
  padding-top:104px!important;
  padding-bottom:96px!important;
}
.home .ox-featured{
  padding-top:104px!important;
  padding-bottom:112px!important;
}
.home .ox-section-head{
  margin-bottom:42px!important;
}
.home .ox-section-head h2{
  font-size:clamp(42px,4.2vw,64px)!important;
  max-width:900px!important;
  letter-spacing:-.035em!important;
}
.home .ox-section-head .ox-eyebrow{
  font-size:10px!important;
  letter-spacing:.22em!important;
  margin-bottom:10px!important;
}

/* Larger editorial collection cards: image first, interface second. */
.home .ox-collections .ox-card-grid{
  gap:26px!important;
}
.home .ox-collection-card{
  border-radius:18px!important;
}
.home .ox-collection-card .ox-card-media{
  aspect-ratio:16/9!important;
}
.home .ox-collection-card .ox-card-copy{
  min-height:142px!important;
  padding:24px 70px 26px 26px!important;
}
.home .ox-collection-card .ox-card-copy::before{
  display:none!important;
}
.home .ox-collection-card .ox-card-copy h3{
  display:block!important;
  font-size:clamp(27px,2.25vw,34px)!important;
  letter-spacing:-.025em!important;
}
.home .ox-collection-card .ox-card-copy p{
  margin-top:10px!important;
  font-size:14px!important;
  line-height:1.55!important;
  max-width:92%!important;
}
.home .ox-collection-card::after{
  width:40px!important;
  height:40px!important;
  right:20px!important;
  bottom:22px!important;
  background:#eef0ef!important;
  color:#5e666a!important;
}

/* The old 3-step block becomes one quiet delivery sentence. */
.home .ox-process-strip{
  padding:18px 0!important;
  background:#e9ebea!important;
  border-color:#d7dad9!important;
}
.home .ox-process-simple{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  min-height:34px;
  color:#202224;
  text-align:center;
}
.home .ox-process-label{
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#687276;
  white-space:nowrap;
}
.home .ox-process-simple p{
  margin:0;
  color:#3d4447;
  font-size:14px;
}

/* Three larger featured stories instead of four small commerce cards. */
.home .ox-featured-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:26px!important;
}
.home .ox-feature-card{
  border-radius:18px!important;
}
.home .ox-feature-media{
  aspect-ratio:16/9!important;
}
.home .ox-feature-meta{
  padding:22px 22px 20px!important;
}
.home .ox-feature-meta>span{
  font-size:9px!important;
  letter-spacing:.08em!important;
}
.home .ox-feature-meta h3{
  font-size:25px!important;
  margin:8px 0 18px!important;
  letter-spacing:-.02em!important;
}
.home .ox-feature-bottom{
  padding-top:14px!important;
}
.home .ox-feature-price{
  font-size:16px!important;
}

/* Shorter brand sign-off: one statement and one route to learn more. */
.home .ox-home-note{
  padding:72px 0 76px!important;
}
.home .ox-home-note-grid{
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:52px!important;
  align-items:end!important;
}
.home .ox-home-note-grid>div{
  max-width:860px;
}
.home .ox-home-note h2{
  font-size:clamp(36px,3.6vw,54px)!important;
  margin:0 0 14px!important;
}
.home .ox-home-note p{
  max-width:760px!important;
  font-size:14px!important;
  line-height:1.7!important;
}

@media(max-width:1100px){
  .home .ox-collections .ox-shell,.home .ox-featured .ox-shell{width:min(calc(100% - 44px),1240px)}
  .home .ox-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:900px){
  .home .ox-collections,.home .ox-featured{padding-top:76px!important;padding-bottom:76px!important}
  .home .ox-section-head h2{font-size:clamp(38px,7vw,52px)!important}
  .home .ox-process-simple{justify-content:flex-start;text-align:left;flex-wrap:wrap;gap:7px 16px}
  .home .ox-home-note-grid{grid-template-columns:1fr!important;gap:26px!important}
}
@media(max-width:640px){
  .home .ox-collections .ox-shell,.home .ox-featured .ox-shell{width:min(calc(100% - 28px),1240px)}
  .home .ox-collections,.home .ox-featured{padding-top:64px!important;padding-bottom:66px!important}
  .home .ox-section-head{margin-bottom:28px!important}
  .home .ox-section-head h2{font-size:36px!important}
  .home .ox-collection-card .ox-card-copy{min-height:0!important;padding:20px 60px 22px 20px!important}
  .home .ox-collection-card .ox-card-copy h3{font-size:27px!important}
  .home .ox-process-strip{padding:15px 0!important}
  .home .ox-process-simple{display:block;text-align:left}
  .home .ox-process-label{display:block;margin-bottom:3px}
  .home .ox-process-simple p{font-size:12px;line-height:1.5}
  .home .ox-featured-grid{grid-template-columns:1fr!important;gap:18px!important}
  .home .ox-feature-meta h3{font-size:23px!important}
  .home .ox-home-note{padding:56px 0 60px!important}
  .home .ox-home-note h2{font-size:36px!important}
}

/* v1.30 — true homepage hierarchy redesign.
   Structural change: editorial mosaic collections + lead/support featured stories + minimal flow/signoff. */
.home .ox-collections{
  padding:110px 0 96px!important;
}
.home .ox-collections .ox-section-head,
.home .ox-featured .ox-section-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:end!important;
  gap:32px!important;
  margin-bottom:34px!important;
}
.home .ox-collections .ox-section-head h2,
.home .ox-featured .ox-section-head h2{
  font-size:clamp(38px,3.4vw,54px)!important;
  max-width:760px!important;
  margin:0!important;
}

/* Collections become a 60/40 editorial mosaic instead of 3 equal UI cards. */
.home .ox-collections .ox-card-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.55fr) minmax(320px,.85fr)!important;
  grid-template-rows:repeat(2,minmax(240px,1fr))!important;
  gap:22px!important;
  min-height:650px;
}
.home .ox-collection-card{
  position:relative!important;
  min-height:0!important;
  border:0!important;
  border-radius:20px!important;
  overflow:hidden!important;
  background:#202224!important;
  box-shadow:none!important;
}
.home .ox-collection-card.is-lead{
  grid-column:1!important;
  grid-row:1 / span 2!important;
}
.home .ox-collection-card.is-side:nth-child(2){grid-column:2!important;grid-row:1!important}
.home .ox-collection-card.is-side:nth-child(3){grid-column:2!important;grid-row:2!important}
.home .ox-collection-card .ox-card-media{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
  filter:saturate(.86) contrast(1.02)!important;
  transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .35s ease!important;
}
.home .ox-collection-card .ox-card-overlay{
  display:block!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,rgba(16,18,19,.04) 28%,rgba(16,18,19,.82) 100%)!important;
  z-index:1!important;
}
.home .ox-collection-card .ox-card-copy{
  position:absolute!important;
  left:0!important;right:0!important;bottom:0!important;
  z-index:2!important;
  min-height:0!important;
  padding:34px!important;
  color:#fff!important;
  background:none!important;
}
.home .ox-collection-card.is-lead .ox-card-copy{padding:42px!important}
.home .ox-collection-card .ox-card-copy h3{
  color:#fff!important;
  font-size:clamp(28px,2.3vw,38px)!important;
  margin:0!important;
  letter-spacing:-.025em!important;
}
.home .ox-collection-card.is-lead .ox-card-copy h3{
  font-size:clamp(40px,4vw,62px)!important;
  max-width:620px!important;
}
.home .ox-collection-card .ox-card-copy p{
  color:rgba(255,255,255,.75)!important;
  max-width:520px!important;
  margin:9px 0 0!important;
  font-size:14px!important;
}
.home .ox-collection-card .ox-card-copy span{
  display:inline-flex!important;
  margin-top:18px!important;
  color:#fff!important;
  font-size:12px!important;
  letter-spacing:.04em!important;
}
.home .ox-collection-card::after{display:none!important}
.home .ox-collection-card:hover .ox-card-media{transform:scale(1.025)!important;filter:saturate(.95) contrast(1.04)!important}

/* Flow is no longer a separate grey 'component'; it reads like a quiet editorial pause. */
.home .ox-home-flow{
  background:#f5f5f2;
  border-top:1px solid #e0e2e1;
  border-bottom:1px solid #e0e2e1;
}
.home .ox-home-flow-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  min-height:92px;
}
.home .ox-home-flow-grid>div{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  color:#202224;
  border-right:1px solid #e0e2e1;
}
.home .ox-home-flow-grid>div:last-child{border-right:0}
.home .ox-home-flow-grid b{
  font-size:10px;
  font-weight:500;
  color:#7b8386;
  letter-spacing:.12em;
}
.home .ox-home-flow-grid span{
  font-size:14px;
  font-weight:600;
}

/* v1.31 — six featured products in a calm 3x2 gallery.
   Images stay intentionally muted at rest and become crisp on hover/focus. */
.home .ox-featured{
  padding:108px 0 114px!important;
}
.home .ox-featured-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  grid-auto-rows:auto!important;
  gap:26px!important;
  min-height:0!important;
}
.home .ox-feature-card{
  display:block!important;
  overflow:hidden!important;
  border:1px solid #e1e4e3!important;
  border-radius:18px!important;
  box-shadow:0 10px 30px rgba(32,34,36,.055)!important;
  background:#fff!important;
  transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s ease,border-color .35s ease!important;
}
.home .ox-feature-card:hover,
.home .ox-feature-card:focus-visible{
  transform:translateY(-4px)!important;
  border-color:#cbd0d1!important;
  box-shadow:0 18px 44px rgba(32,34,36,.11)!important;
}
.home .ox-feature-card .ox-feature-media{
  position:relative!important;
  aspect-ratio:16/10!important;
  min-height:0!important;
  overflow:hidden!important;
  background:#e8e9e8!important;
}
.home .ox-feature-card .ox-feature-media::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(240,242,242,.09),rgba(220,224,225,.16));
  opacity:1;
  transition:opacity .4s ease;
}
.home .ox-feature-card .ox-feature-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
  filter:grayscale(.48) saturate(.32) brightness(.91) contrast(.94) blur(.35px)!important;
  transform:scale(1.012)!important;
  transition:filter .42s ease,transform .55s cubic-bezier(.2,.7,.2,1)!important;
}
.home .ox-feature-card:hover .ox-feature-media img,
.home .ox-feature-card:focus-visible .ox-feature-media img{
  filter:grayscale(0) saturate(1) brightness(1) contrast(1.02) blur(0)!important;
  transform:scale(1.028)!important;
}
.home .ox-feature-card:hover .ox-feature-media::after,
.home .ox-feature-card:focus-visible .ox-feature-media::after{opacity:0}
.home .ox-feature-card .ox-feature-meta{
  padding:20px 22px 22px!important;
}
.home .ox-feature-card .ox-feature-meta>span{
  color:#7a8083!important;
  font-size:10px!important;
  letter-spacing:.09em!important;
  text-transform:uppercase;
}
.home .ox-feature-card .ox-feature-meta h3{
  color:#202224!important;
  font-size:22px!important;
  line-height:1.23!important;
  margin:8px 0 15px!important;
  min-height:54px;
}
.home .ox-feature-card .ox-feature-bottom{
  padding-top:13px!important;
  border-top:1px solid #e3e5e4!important;
}
.home .ox-feature-card .ox-feature-price{
  color:#2d3031!important;
  font-size:14px!important;
  font-weight:600!important;
}
.home .ox-feature-bottom i{
  width:36px;height:36px;border-radius:50%;display:grid;place-items:center;
  background:#eef0ef;color:#202224;font-style:normal;
  transition:background .3s ease,color .3s ease,transform .3s ease;
}
.home .ox-feature-card:hover .ox-feature-bottom i,
.home .ox-feature-card:focus-visible .ox-feature-bottom i{
  background:#202224;color:#fff;transform:translate(1px,-1px);
}

@media(max-width:980px){
  .home .ox-collections .ox-card-grid{
    grid-template-columns:1fr!important;
    grid-template-rows:auto!important;
    min-height:0!important;
  }
  .home .ox-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;min-height:0!important}
  .home .ox-collection-card.is-lead,
  .home .ox-collection-card.is-side{
    grid-column:auto!important;grid-row:auto!important;
  }
  .home .ox-collection-card{min-height:360px!important}
  .home .ox-collection-card.is-lead{min-height:500px!important}
}
@media(max-width:640px){
  .home .ox-collections{padding:70px 0 62px!important}
  .home .ox-featured{padding:72px 0 76px!important}
  .home .ox-collections .ox-section-head,
  .home .ox-featured .ox-section-head{grid-template-columns:1fr!important;margin-bottom:24px!important}
  .home .ox-collections .ox-section-head h2,
  .home .ox-featured .ox-section-head h2{font-size:36px!important}
  .home .ox-collection-card{min-height:310px!important;border-radius:16px!important}
  .home .ox-collection-card.is-lead{min-height:410px!important}
  .home .ox-collection-card .ox-card-copy,
  .home .ox-collection-card.is-lead .ox-card-copy{padding:24px!important}
  .home .ox-collection-card.is-lead .ox-card-copy h3{font-size:38px!important}
  .home .ox-home-flow-grid{grid-template-columns:1fr;min-height:0;padding:12px 0}
  .home .ox-home-flow-grid>div{justify-content:flex-start;min-height:46px;border-right:0;border-bottom:1px solid #e0e2e1}
  .home .ox-home-flow-grid>div:last-child{border-bottom:0}
  .home .ox-featured-grid{grid-template-columns:1fr!important;gap:18px!important}
  .home .ox-feature-card .ox-feature-meta h3{min-height:0}
}

@media (hover:none), (pointer:coarse){
  .home .ox-feature-card .ox-feature-media img{
    filter:grayscale(.08) saturate(.88) brightness(.98) contrast(1) blur(0)!important;
    transform:none!important;
  }
  .home .ox-feature-card .ox-feature-media::after{opacity:.035!important}
  .home .ox-feature-card:hover{transform:none!important}
}


/* v1.32 — layered collection deck.
   Desktop: the three story worlds sit like an editorial stack. Hovering/focusing
   any exposed layer expands that card to become the full visual stage.
   Touch/tablet: fall back to clear full cards because hover is unavailable. */
.home .ox-collections{
  overflow:hidden!important;
}
.home .ox-collections .ox-card-grid{
  position:relative!important;
  display:block!important;
  width:100%!important;
  max-width:1240px!important;
  min-height:660px!important;
  margin:0 auto!important;
  overflow:visible!important;
}
.home .ox-collections .ox-collection-card,
.home .ox-collections .ox-collection-card.is-lead,
.home .ox-collections .ox-collection-card.is-side{
  position:absolute!important;
  display:block!important;
  width:calc(100% - 72px)!important;
  height:532px!important;
  min-height:0!important;
  border:1px solid rgba(32,34,36,.12)!important;
  border-radius:22px!important;
  overflow:hidden!important;
  background:#202224!important;
  box-shadow:0 24px 60px rgba(32,34,36,.14)!important;
  transform:none!important;
  transition:left .48s cubic-bezier(.2,.72,.2,1),top .48s cubic-bezier(.2,.72,.2,1),width .48s cubic-bezier(.2,.72,.2,1),height .48s cubic-bezier(.2,.72,.2,1),box-shadow .35s ease,filter .35s ease!important;
  will-change:left,top,width,height;
}
.home .ox-collections .ox-collection-card:nth-child(1){left:0!important;top:0!important;z-index:1!important}
.home .ox-collections .ox-collection-card:nth-child(2){left:36px!important;top:64px!important;z-index:2!important}
.home .ox-collections .ox-collection-card:nth-child(3){left:72px!important;top:128px!important;z-index:3!important}
.home .ox-collections .ox-collection-card .ox-card-media{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  filter:saturate(.72) contrast(1.02) brightness(.9)!important;
  transform:scale(1.01)!important;
  transition:filter .45s ease,transform .55s cubic-bezier(.2,.72,.2,1)!important;
}
.home .ox-collections .ox-collection-card .ox-card-overlay{
  display:block!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(180deg,rgba(16,18,19,.78) 0%,rgba(16,18,19,.30) 25%,rgba(16,18,19,.06) 58%,rgba(16,18,19,.42) 100%)!important;
  transition:background .4s ease!important;
}
.home .ox-collections .ox-collection-card .ox-card-copy,
.home .ox-collections .ox-collection-card.is-lead .ox-card-copy{
  position:absolute!important;
  left:0!important;right:0!important;top:0!important;bottom:auto!important;
  z-index:2!important;
  padding:17px 28px!important;
  min-height:64px!important;
  color:#fff!important;
  background:transparent!important;
  display:block!important;
}
.home .ox-collections .ox-collection-card .ox-card-copy::before{
  content:attr(data-stack-index)!important;
  display:none!important;
}
.home .ox-collections .ox-collection-card::before{
  content:attr(data-stack-index)!important;
  position:absolute!important;
  top:21px!important;
  right:24px!important;
  z-index:3!important;
  font-size:10px!important;
  line-height:1!important;
  letter-spacing:.18em!important;
  color:rgba(255,255,255,.62)!important;
}
.home .ox-collections .ox-collection-card .ox-card-copy h3,
.home .ox-collections .ox-collection-card.is-lead .ox-card-copy h3{
  margin:0!important;
  max-width:70%!important;
  color:#fff!important;
  font-size:24px!important;
  line-height:1.15!important;
  letter-spacing:-.02em!important;
  text-shadow:0 2px 16px rgba(0,0,0,.25)!important;
}
.home .ox-collections .ox-collection-card .ox-card-copy p,
.home .ox-collections .ox-collection-card .ox-card-copy span{
  opacity:0!important;
  transform:translateY(6px)!important;
  pointer-events:none!important;
  transition:opacity .28s ease .08s,transform .28s ease .08s!important;
}
.home .ox-collections .ox-collection-card::after{display:none!important}

@media (hover:hover) and (pointer:fine){
  .home .ox-collections .ox-card-grid:hover .ox-collection-card:not(:hover){
    filter:brightness(.72)!important;
  }
  .home .ox-collections .ox-collection-card:hover,
  .home .ox-collections .ox-collection-card:focus-visible{
    left:0!important;
    top:0!important;
    width:100%!important;
    height:640px!important;
    z-index:20!important;
    filter:none!important;
    box-shadow:0 34px 90px rgba(32,34,36,.20)!important;
  }
  .home .ox-collections .ox-collection-card:hover .ox-card-media,
  .home .ox-collections .ox-collection-card:focus-visible .ox-card-media{
    filter:saturate(1) contrast(1.04) brightness(1)!important;
    transform:scale(1.025)!important;
  }
  .home .ox-collections .ox-collection-card:hover .ox-card-overlay,
  .home .ox-collections .ox-collection-card:focus-visible .ox-card-overlay{
    background:linear-gradient(180deg,rgba(16,18,19,.46) 0%,rgba(16,18,19,.10) 34%,rgba(16,18,19,.12) 62%,rgba(16,18,19,.72) 100%)!important;
  }
  .home .ox-collections .ox-collection-card:hover .ox-card-copy,
  .home .ox-collections .ox-collection-card:focus-visible .ox-card-copy{
    top:auto!important;
    bottom:0!important;
    padding:42px!important;
    min-height:0!important;
  }
  .home .ox-collections .ox-collection-card:hover .ox-card-copy h3,
  .home .ox-collections .ox-collection-card:focus-visible .ox-card-copy h3{
    max-width:720px!important;
    font-size:clamp(42px,4.2vw,64px)!important;
  }
  .home .ox-collections .ox-collection-card:hover .ox-card-copy p,
  .home .ox-collections .ox-collection-card:hover .ox-card-copy span,
  .home .ox-collections .ox-collection-card:focus-visible .ox-card-copy p,
  .home .ox-collections .ox-collection-card:focus-visible .ox-card-copy span{
    opacity:1!important;
    transform:none!important;
    pointer-events:auto!important;
  }
  .home .ox-collections .ox-collection-card:hover .ox-card-copy p,
  .home .ox-collections .ox-collection-card:focus-visible .ox-card-copy p{
    max-width:620px!important;
    margin:12px 0 0!important;
    color:rgba(255,255,255,.82)!important;
    font-size:15px!important;
  }
  .home .ox-collections .ox-collection-card:hover .ox-card-copy span,
  .home .ox-collections .ox-collection-card:focus-visible .ox-card-copy span{
    display:inline-flex!important;
    margin-top:18px!important;
    color:#fff!important;
    font-size:12px!important;
  }
}

@media(max-width:980px), (hover:none), (pointer:coarse){
  .home .ox-collections .ox-card-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:18px!important;
    min-height:0!important;
  }
  .home .ox-collections .ox-collection-card,
  .home .ox-collections .ox-collection-card.is-lead,
  .home .ox-collections .ox-collection-card.is-side,
  .home .ox-collections .ox-collection-card:nth-child(1),
  .home .ox-collections .ox-collection-card:nth-child(2),
  .home .ox-collections .ox-collection-card:nth-child(3){
    position:relative!important;
    left:auto!important;top:auto!important;
    width:100%!important;
    height:auto!important;
    min-height:340px!important;
    z-index:auto!important;
    filter:none!important;
  }
  .home .ox-collections .ox-collection-card .ox-card-media{
    filter:saturate(.92) contrast(1.02) brightness(.96)!important;
    transform:none!important;
  }
  .home .ox-collections .ox-collection-card .ox-card-copy,
  .home .ox-collections .ox-collection-card.is-lead .ox-card-copy{
    top:auto!important;bottom:0!important;
    padding:24px!important;
  }
  .home .ox-collections .ox-collection-card .ox-card-copy h3,
  .home .ox-collections .ox-collection-card.is-lead .ox-card-copy h3{
    max-width:80%!important;
    font-size:32px!important;
  }
  .home .ox-collections .ox-collection-card .ox-card-copy p,
  .home .ox-collections .ox-collection-card .ox-card-copy span{
    opacity:1!important;
    transform:none!important;
    pointer-events:auto!important;
  }
}


/* v1.33 — fan-style collection deck with clearer selection targets.
   Each desktop card exposes a wide left tab and a distinct angle. This makes
   all three worlds easy to point at before the selected card expands. */
@media (min-width:981px) and (hover:hover) and (pointer:fine){
  .home .ox-collections .ox-card-grid{
    min-height:700px!important;
    max-width:1280px!important;
    perspective:1600px!important;
  }
  .home .ox-collections .ox-collection-card,
  .home .ox-collections .ox-collection-card.is-lead,
  .home .ox-collections .ox-collection-card.is-side{
    width:72%!important;
    height:560px!important;
    top:68px!important;
    transform-origin:20% 50%!important;
    transition:left .5s cubic-bezier(.2,.72,.2,1),top .5s cubic-bezier(.2,.72,.2,1),width .5s cubic-bezier(.2,.72,.2,1),height .5s cubic-bezier(.2,.72,.2,1),transform .5s cubic-bezier(.2,.72,.2,1),box-shadow .35s ease,filter .35s ease!important;
    will-change:left,top,width,height,transform!important;
  }
  .home .ox-collections .ox-collection-card:nth-child(1){
    left:0!important;top:78px!important;z-index:1!important;transform:rotate(-4deg)!important;
  }
  .home .ox-collections .ox-collection-card:nth-child(2){
    left:14%!important;top:58px!important;z-index:2!important;transform:rotate(-1deg)!important;
  }
  .home .ox-collections .ox-collection-card:nth-child(3){
    left:28%!important;top:38px!important;z-index:3!important;transform:rotate(3deg)!important;
  }
  /* The exposed left strip becomes a deliberate selector tab. */
  .home .ox-collections .ox-collection-card .ox-card-copy,
  .home .ox-collections .ox-collection-card.is-lead .ox-card-copy{
    left:0!important;right:auto!important;top:0!important;bottom:0!important;
    width:184px!important;
    min-height:100%!important;
    padding:28px 20px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    background:linear-gradient(90deg,rgba(16,18,19,.92) 0%,rgba(16,18,19,.74) 68%,rgba(16,18,19,0) 100%)!important;
  }
  .home .ox-collections .ox-collection-card .ox-card-copy h3,
  .home .ox-collections .ox-collection-card.is-lead .ox-card-copy h3{
    max-width:138px!important;
    font-size:20px!important;
    line-height:1.12!important;
  }
  .home .ox-collections .ox-collection-card::before{
    top:auto!important;right:auto!important;left:22px!important;bottom:24px!important;
    width:42px!important;height:42px!important;border-radius:50%!important;
    display:grid!important;place-items:center!important;
    background:rgba(255,255,255,.11)!important;
    border:1px solid rgba(255,255,255,.35)!important;
    color:#fff!important;font-size:11px!important;letter-spacing:.08em!important;
    backdrop-filter:blur(8px)!important;
  }
  .home .ox-collections .ox-card-grid:hover .ox-collection-card:not(:hover){
    filter:brightness(.68) saturate(.72)!important;
  }
  .home .ox-collections .ox-collection-card:hover,
  .home .ox-collections .ox-collection-card:focus-visible{
    left:0!important;top:0!important;width:100%!important;height:660px!important;
    z-index:30!important;transform:rotate(0deg)!important;filter:none!important;
    box-shadow:0 38px 100px rgba(32,34,36,.22)!important;
  }
  .home .ox-collections .ox-collection-card:hover::before,
  .home .ox-collections .ox-collection-card:focus-visible::before{
    background:rgba(255,255,255,.18)!important;
  }
  .home .ox-collections .ox-collection-card:hover .ox-card-copy,
  .home .ox-collections .ox-collection-card:focus-visible .ox-card-copy{
    left:0!important;right:0!important;top:auto!important;bottom:0!important;
    width:auto!important;min-height:0!important;
    padding:46px!important;
    display:block!important;
    background:linear-gradient(0deg,rgba(16,18,19,.88) 0%,rgba(16,18,19,.42) 54%,rgba(16,18,19,0) 100%)!important;
  }
  .home .ox-collections .ox-collection-card:hover .ox-card-copy h3,
  .home .ox-collections .ox-collection-card:focus-visible .ox-card-copy h3{
    max-width:760px!important;font-size:clamp(44px,4.4vw,68px)!important;
  }
}


/* v1.34 — clearer fan selector + restore the six-product gallery directly after collections.
   The deck exposes three deliberate selector rails, and the product gallery follows immediately
   so the homepage moves from story worlds straight into purchasable work. */
@media (min-width:981px) and (hover:hover) and (pointer:fine){
  .home .ox-collections .ox-card-grid{
    min-height:720px!important;
    max-width:1320px!important;
    perspective:1800px!important;
    overflow:visible!important;
  }
  .home .ox-collections .ox-collection-card,
  .home .ox-collections .ox-collection-card.is-lead,
  .home .ox-collections .ox-collection-card.is-side{
    width:74%!important;
    height:570px!important;
    top:70px!important;
    border-radius:22px!important;
    transform-origin:18% 52%!important;
  }
  .home .ox-collections .ox-collection-card:nth-child(1){
    left:0!important;top:88px!important;z-index:1!important;transform:rotate(-5deg)!important;
  }
  .home .ox-collections .ox-collection-card:nth-child(2){
    left:13%!important;top:58px!important;z-index:2!important;transform:rotate(0deg)!important;
  }
  .home .ox-collections .ox-collection-card:nth-child(3){
    left:26%!important;top:88px!important;z-index:3!important;transform:rotate(5deg)!important;
  }
  /* each exposed rail is a real, readable target */
  .home .ox-collections .ox-collection-card .ox-card-copy,
  .home .ox-collections .ox-collection-card.is-lead .ox-card-copy{
    width:172px!important;
    padding:30px 18px!important;
    background:linear-gradient(90deg,rgba(16,18,19,.96) 0%,rgba(16,18,19,.82) 76%,rgba(16,18,19,0) 100%)!important;
  }
  .home .ox-collections .ox-collection-card .ox-card-copy h3,
  .home .ox-collections .ox-collection-card.is-lead .ox-card-copy h3{
    max-width:132px!important;
    font-size:19px!important;
    line-height:1.13!important;
  }
  .home .ox-collections .ox-collection-card::before{
    left:20px!important;bottom:22px!important;
    width:46px!important;height:46px!important;
    font-size:11px!important;
    background:rgba(255,255,255,.14)!important;
    border-color:rgba(255,255,255,.48)!important;
  }
  .home .ox-collections .ox-collection-card:hover,
  .home .ox-collections .ox-collection-card:focus-visible{
    left:0!important;top:0!important;width:100%!important;height:670px!important;
    transform:rotate(0deg)!important;
  }
}

/* The six recommended products are intentionally the next homepage section. */
.home .ox-collections + .ox-featured{
  border-top:1px solid #e0e2e1!important;
}
.home .ox-featured{
  display:block!important;
  padding-top:94px!important;
}
.home .ox-featured-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:26px!important;
}
@media(max-width:980px){
  .home .ox-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:640px){
  .home .ox-featured-grid{grid-template-columns:1fr!important}
}

/* v1.35 — fix collection-deck stacking: whichever card is selected/hovered
   must rise above every sibling. Previous nth-child z-index rules could win
   over the expanded state, leaving cards 1/2 hidden behind card 3. */
@media (min-width:981px) and (hover:hover) and (pointer:fine){
  .home .ox-collections .ox-collection-card:hover,
  .home .ox-collections .ox-collection-card:focus-visible{
    z-index:100!important;
    left:0!important;
    top:0!important;
    width:100%!important;
    height:670px!important;
    transform:rotate(0deg)!important;
    filter:none!important;
    pointer-events:auto!important;
  }
  .home .ox-collections .ox-card-grid:hover .ox-collection-card:not(:hover){
    z-index:1!important;
  }
}

/* v1.36 — collection showcase: one full main card plus persistent thumbnail selectors.
   Keeps the layered visual language without allowing the active card to cover other choices. */
.home .ox-collections .ox-collection-showcase{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 190px!important;
  gap:28px!important;
  align-items:stretch!important;
  max-width:1320px!important;
  margin:0 auto!important;
}
.home .ox-collections .ox-collection-stage{
  position:relative!important;
  min-height:650px!important;
  border-radius:24px!important;
  isolation:isolate!important;
}
/* two quiet backing layers preserve the "stacked cards" impression */
.home .ox-collections .ox-collection-stage::before,
.home .ox-collections .ox-collection-stage::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  border-radius:24px!important;
  background:#202224!important;
  box-shadow:0 20px 55px rgba(32,34,36,.10)!important;
  pointer-events:none!important;
  z-index:0!important;
}
.home .ox-collections .ox-collection-stage::before{
  transform:translate(18px,18px) rotate(1deg)!important;
  opacity:.15!important;
}
.home .ox-collections .ox-collection-stage::after{
  transform:translate(9px,9px) rotate(-.5deg)!important;
  opacity:.25!important;
}
.home .ox-collections .ox-collection-stage .ox-collection-card,
.home .ox-collections .ox-collection-stage .ox-collection-card.is-lead,
.home .ox-collections .ox-collection-stage .ox-collection-card.is-side,
.home .ox-collections .ox-collection-stage .ox-collection-card:nth-child(1),
.home .ox-collections .ox-collection-stage .ox-collection-card:nth-child(2),
.home .ox-collections .ox-collection-stage .ox-collection-card:nth-child(3){
  position:absolute!important;
  inset:0!important;
  left:0!important;right:0!important;top:0!important;bottom:0!important;
  width:100%!important;
  height:100%!important;
  min-height:650px!important;
  border-radius:24px!important;
  overflow:hidden!important;
  transform:none!important;
  transform-origin:center!important;
  opacity:0!important;
  visibility:hidden!important;
  z-index:1!important;
  filter:none!important;
  pointer-events:none!important;
  box-shadow:0 28px 78px rgba(32,34,36,.16)!important;
  transition:opacity .32s ease,visibility .32s ease,transform .5s cubic-bezier(.2,.72,.2,1)!important;
}
.home .ox-collections .ox-collection-stage .ox-collection-card.is-active{
  opacity:1!important;
  visibility:visible!important;
  z-index:3!important;
  pointer-events:auto!important;
}
.home .ox-collections .ox-collection-stage .ox-collection-card .ox-card-media{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  transform:scale(1.005)!important;
  filter:saturate(.86) contrast(1.03) brightness(.84)!important;
  transition:transform .65s cubic-bezier(.2,.72,.2,1),filter .45s ease!important;
}
.home .ox-collections .ox-collection-stage .ox-collection-card.is-active:hover .ox-card-media{
  transform:scale(1.025)!important;
  filter:saturate(1) contrast(1.04) brightness(.9)!important;
}
.home .ox-collections .ox-collection-stage .ox-collection-card .ox-card-overlay{
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(0deg,rgba(18,20,21,.88) 0%,rgba(18,20,21,.48) 42%,rgba(18,20,21,.08) 74%,rgba(18,20,21,.05) 100%)!important;
  opacity:1!important;
  z-index:1!important;
}
.home .ox-collections .ox-collection-stage .ox-collection-card .ox-card-copy,
.home .ox-collections .ox-collection-stage .ox-collection-card.is-lead .ox-card-copy{
  position:absolute!important;
  left:0!important;right:0!important;top:auto!important;bottom:0!important;
  width:auto!important;
  min-height:0!important;
  padding:46px 50px!important;
  display:block!important;
  background:none!important;
  color:#fff!important;
  z-index:2!important;
}
.home .ox-collections .ox-collection-stage .ox-collection-card .ox-card-copy h3,
.home .ox-collections .ox-collection-stage .ox-collection-card.is-lead .ox-card-copy h3{
  max-width:760px!important;
  margin:0!important;
  color:#fff!important;
  font-size:clamp(42px,4.5vw,68px)!important;
  line-height:1.02!important;
}
.home .ox-collections .ox-collection-stage .ox-collection-card .ox-card-copy p{
  opacity:1!important;
  transform:none!important;
  pointer-events:auto!important;
  max-width:660px!important;
  margin:14px 0 0!important;
  color:rgba(255,255,255,.78)!important;
  font-size:15px!important;
  line-height:1.65!important;
}
.home .ox-collections .ox-collection-stage .ox-collection-card .ox-card-copy span{
  opacity:1!important;
  transform:none!important;
  pointer-events:auto!important;
  display:inline-flex!important;
  margin-top:20px!important;
  color:#fff!important;
  font-size:12px!important;
  letter-spacing:.04em!important;
}
.home .ox-collections .ox-collection-stage .ox-collection-card::before,
.home .ox-collections .ox-collection-stage .ox-collection-card::after{
  display:none!important;
}

/* Persistent selectors never sit on top of the story copy. */
.home .ox-collections .ox-collection-switcher{
  display:flex!important;
  flex-direction:column!important;
  gap:14px!important;
  align-self:stretch!important;
  justify-content:center!important;
  position:relative!important;
  z-index:8!important;
}
.home .ox-collections .ox-collection-switch{
  appearance:none!important;
  -webkit-appearance:none!important;
  border:1px solid #d8dcda!important;
  background:#fff!important;
  color:#202224!important;
  border-radius:15px!important;
  padding:10px!important;
  min-height:142px!important;
  width:100%!important;
  text-align:left!important;
  cursor:pointer!important;
  display:grid!important;
  grid-template-columns:34px 1fr!important;
  grid-template-rows:84px auto!important;
  gap:8px 10px!important;
  align-items:center!important;
  box-shadow:0 8px 24px rgba(32,34,36,.06)!important;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease!important;
}
.home .ox-collections .ox-collection-switch:hover,
.home .ox-collections .ox-collection-switch:focus-visible{
  transform:translateX(-5px)!important;
  border-color:#aeb7ba!important;
  box-shadow:0 14px 34px rgba(32,34,36,.11)!important;
  outline:none!important;
}
.home .ox-collections .ox-collection-switch.is-active{
  background:#202224!important;
  border-color:#202224!important;
  color:#fff!important;
  transform:translateX(-8px)!important;
  box-shadow:0 18px 42px rgba(32,34,36,.18)!important;
}
.home .ox-collections .ox-collection-switch-num{
  grid-column:1!important;
  grid-row:1!important;
  align-self:start!important;
  display:grid!important;
  place-items:center!important;
  width:32px!important;
  height:32px!important;
  border:1px solid currentColor!important;
  border-radius:50%!important;
  font-size:10px!important;
  letter-spacing:.08em!important;
  opacity:.72!important;
}
.home .ox-collections .ox-collection-switch-thumb{
  grid-column:2!important;
  grid-row:1!important;
  display:block!important;
  width:100%!important;
  height:84px!important;
  overflow:hidden!important;
  border-radius:10px!important;
  background:#eef0ef!important;
}
.home .ox-collections .ox-collection-switch-thumb img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  filter:saturate(.55) brightness(.88)!important;
  transition:filter .3s ease,transform .45s ease!important;
}
.home .ox-collections .ox-collection-switch:hover .ox-collection-switch-thumb img,
.home .ox-collections .ox-collection-switch.is-active .ox-collection-switch-thumb img{
  filter:saturate(.95) brightness(.98)!important;
  transform:scale(1.035)!important;
}
.home .ox-collections .ox-collection-switch-title{
  grid-column:1 / -1!important;
  grid-row:2!important;
  display:block!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:17px!important;
  line-height:1.15!important;
  color:inherit!important;
}

@media(max-width:980px){
  .home .ox-collections .ox-collection-showcase{
    display:block!important;
  }
  .home .ox-collections .ox-collection-stage{
    min-height:480px!important;
  }
  .home .ox-collections .ox-collection-stage .ox-collection-card,
  .home .ox-collections .ox-collection-stage .ox-collection-card.is-lead,
  .home .ox-collections .ox-collection-stage .ox-collection-card.is-side,
  .home .ox-collections .ox-collection-stage .ox-collection-card:nth-child(1),
  .home .ox-collections .ox-collection-stage .ox-collection-card:nth-child(2),
  .home .ox-collections .ox-collection-stage .ox-collection-card:nth-child(3){
    min-height:480px!important;
  }
  .home .ox-collections .ox-collection-stage .ox-collection-card .ox-card-copy,
  .home .ox-collections .ox-collection-stage .ox-collection-card.is-lead .ox-card-copy{
    padding:28px!important;
  }
  .home .ox-collections .ox-collection-stage .ox-collection-card .ox-card-copy h3,
  .home .ox-collections .ox-collection-stage .ox-collection-card.is-lead .ox-card-copy h3{
    font-size:clamp(34px,8vw,48px)!important;
  }
  .home .ox-collections .ox-collection-switcher{
    margin-top:20px!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .home .ox-collections .ox-collection-switch{
    min-height:0!important;
    padding:8px!important;
    grid-template-columns:28px 1fr!important;
    grid-template-rows:58px auto!important;
    border-radius:12px!important;
  }
  .home .ox-collections .ox-collection-switch:hover,
  .home .ox-collections .ox-collection-switch:focus-visible,
  .home .ox-collections .ox-collection-switch.is-active{
    transform:none!important;
  }
  .home .ox-collections .ox-collection-switch-num{
    width:26px!important;height:26px!important;font-size:9px!important;
  }
  .home .ox-collections .ox-collection-switch-thumb{height:58px!important;border-radius:8px!important}
  .home .ox-collections .ox-collection-switch-title{font-size:13px!important}
}

@media(max-width:640px){
  .home .ox-collections .ox-collection-stage{min-height:390px!important}
  .home .ox-collections .ox-collection-stage .ox-collection-card,
  .home .ox-collections .ox-collection-stage .ox-collection-card.is-lead,
  .home .ox-collections .ox-collection-stage .ox-collection-card.is-side,
  .home .ox-collections .ox-collection-stage .ox-collection-card:nth-child(1),
  .home .ox-collections .ox-collection-stage .ox-collection-card:nth-child(2),
  .home .ox-collections .ox-collection-stage .ox-collection-card:nth-child(3){min-height:390px!important}
  .home .ox-collections .ox-collection-stage .ox-collection-card .ox-card-copy,
  .home .ox-collections .ox-collection-stage .ox-collection-card.is-lead .ox-card-copy{padding:22px!important}
  .home .ox-collections .ox-collection-stage .ox-collection-card .ox-card-copy p{font-size:13px!important}
  .home .ox-collections .ox-collection-switch-title{display:none!important}
  .home .ox-collections .ox-collection-switch{grid-template-columns:26px 1fr!important;grid-template-rows:52px!important}
  .home .ox-collections .ox-collection-switch-thumb{height:52px!important}
}

/* v1.37 — Featured products become a full-width editorial showcase.
   One product owns the large visual stage; six persistent 3x2 thumbnails
   remain available below so visitors can keep exploring without losing context. */
.home .ox-featured{
  padding-top:96px!important;
  padding-bottom:110px!important;
  background:#f5f5f2!important;
}
.home .ox-featured .ox-featured-shell{
  max-width:1480px!important;
}
.home .ox-featured .ox-featured-showcase{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:22px!important;
}
.home .ox-featured .ox-featured-stage{
  position:relative!important;
  width:100%!important;
  height:clamp(560px,66vh,760px)!important;
  overflow:hidden!important;
  border-radius:26px!important;
  background:#202224!important;
  box-shadow:0 28px 78px rgba(32,34,36,.14)!important;
}
.home .ox-featured .ox-feature-panel{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  color:#fff!important;
  text-decoration:none!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:scale(1.018)!important;
  transition:opacity .34s ease,visibility .34s ease,transform .7s cubic-bezier(.2,.72,.2,1)!important;
}
.home .ox-featured .ox-feature-panel.is-active{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:scale(1)!important;
  z-index:2!important;
}
.home .ox-featured .ox-feature-stage-media,
.home .ox-featured .ox-feature-stage-media img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
}
.home .ox-featured .ox-feature-stage-media img{
  display:block!important;
  object-fit:cover!important;
  object-position:center!important;
  filter:saturate(.92) contrast(1.03) brightness(.9)!important;
  transform:scale(1.002)!important;
  transition:filter .45s ease,transform .85s cubic-bezier(.2,.72,.2,1)!important;
}
.home .ox-featured .ox-feature-panel.is-active:hover .ox-feature-stage-media img{
  filter:saturate(1.04) contrast(1.05) brightness(.94)!important;
  transform:scale(1.018)!important;
}
.home .ox-featured .ox-feature-stage-placeholder{
  position:absolute!important;
  inset:0!important;
  display:grid!important;
  place-items:center!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(54px,9vw,140px)!important;
  letter-spacing:.12em!important;
  color:rgba(255,255,255,.16)!important;
}
.home .ox-featured .ox-feature-stage-overlay{
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(90deg,rgba(20,22,23,.86) 0%,rgba(20,22,23,.48) 42%,rgba(20,22,23,.08) 72%,rgba(20,22,23,.14) 100%),linear-gradient(0deg,rgba(20,22,23,.65) 0%,transparent 48%)!important;
}
.home .ox-featured .ox-feature-stage-copy{
  position:absolute!important;
  left:0!important;
  bottom:0!important;
  width:min(760px,72%)!important;
  padding:54px 58px!important;
  z-index:3!important;
}
.home .ox-featured .ox-feature-stage-cat{
  display:block!important;
  margin-bottom:12px!important;
  font-size:11px!important;
  font-weight:700!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
  color:rgba(255,255,255,.68)!important;
}
.home .ox-featured .ox-feature-stage-copy h3{
  margin:0!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(44px,5.1vw,78px)!important;
  font-weight:400!important;
  line-height:1.02!important;
  color:#fff!important;
}
.home .ox-featured .ox-feature-stage-foot{
  margin-top:20px!important;
  display:flex!important;
  align-items:center!important;
  gap:28px!important;
  flex-wrap:wrap!important;
}
.home .ox-featured .ox-feature-stage-price{
  font-size:20px!important;
  font-weight:700!important;
  color:#fff!important;
}
.home .ox-featured .ox-feature-stage-price del{opacity:.48!important}
.home .ox-featured .ox-feature-stage-price ins{text-decoration:none!important}
.home .ox-featured .ox-feature-stage-link{
  font-size:12px!important;
  letter-spacing:.05em!important;
  color:rgba(255,255,255,.82)!important;
}

.home .ox-featured .ox-featured-switcher{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
}
.home .ox-featured .ox-featured-switch{
  appearance:none!important;
  -webkit-appearance:none!important;
  border:1px solid #d9dddb!important;
  background:#fff!important;
  color:#202224!important;
  padding:9px!important;
  border-radius:14px!important;
  display:grid!important;
  grid-template-columns:30px 112px minmax(0,1fr)!important;
  gap:10px!important;
  align-items:center!important;
  text-align:left!important;
  cursor:pointer!important;
  min-height:94px!important;
  box-shadow:0 7px 22px rgba(32,34,36,.04)!important;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease!important;
}
.home .ox-featured .ox-featured-switch:hover,
.home .ox-featured .ox-featured-switch:focus-visible{
  outline:none!important;
  transform:translateY(-3px)!important;
  border-color:#aeb7ba!important;
  box-shadow:0 14px 34px rgba(32,34,36,.09)!important;
}
.home .ox-featured .ox-featured-switch.is-active{
  background:#202224!important;
  color:#fff!important;
  border-color:#202224!important;
  box-shadow:0 16px 38px rgba(32,34,36,.15)!important;
}
.home .ox-featured .ox-featured-switch-num{
  display:grid!important;
  place-items:center!important;
  width:28px!important;
  height:28px!important;
  border:1px solid currentColor!important;
  border-radius:50%!important;
  opacity:.68!important;
  font-size:9px!important;
  letter-spacing:.06em!important;
}
.home .ox-featured .ox-featured-switch-thumb{
  display:block!important;
  width:112px!important;
  height:72px!important;
  overflow:hidden!important;
  border-radius:9px!important;
  background:#eceeed!important;
}
.home .ox-featured .ox-featured-switch-thumb img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  filter:grayscale(.46) saturate(.34) brightness(.82) contrast(.96)!important;
  transform:scale(1.015)!important;
  transition:filter .34s ease,transform .55s cubic-bezier(.2,.72,.2,1)!important;
}
.home .ox-featured .ox-featured-switch:hover .ox-featured-switch-thumb img,
.home .ox-featured .ox-featured-switch:focus-visible .ox-featured-switch-thumb img,
.home .ox-featured .ox-featured-switch.is-active .ox-featured-switch-thumb img{
  filter:grayscale(0) saturate(1) brightness(1) contrast(1.03)!important;
  transform:scale(1.055)!important;
}
.home .ox-featured .ox-featured-switch-placeholder{
  display:grid!important;
  place-items:center!important;
  width:100%!important;
  height:100%!important;
  font-size:10px!important;
  letter-spacing:.12em!important;
  color:#7b8183!important;
}
.home .ox-featured .ox-featured-switch-title{
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:17px!important;
  line-height:1.15!important;
  color:inherit!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}

@media(max-width:980px){
  .home .ox-featured{padding-top:72px!important;padding-bottom:82px!important}
  .home .ox-featured .ox-featured-stage{height:560px!important;border-radius:20px!important}
  .home .ox-featured .ox-feature-stage-copy{width:86%!important;padding:36px!important}
  .home .ox-featured .ox-feature-stage-copy h3{font-size:clamp(38px,7vw,58px)!important}
  .home .ox-featured .ox-featured-switcher{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .home .ox-featured .ox-featured-switch{grid-template-columns:28px 96px minmax(0,1fr)!important;min-height:84px!important}
  .home .ox-featured .ox-featured-switch-thumb{width:96px!important;height:64px!important}
}
@media(max-width:640px){
  .home .ox-featured .ox-featured-stage{height:440px!important;border-radius:16px!important}
  .home .ox-featured .ox-feature-stage-copy{width:100%!important;padding:26px!important}
  .home .ox-featured .ox-feature-stage-copy h3{font-size:clamp(34px,11vw,48px)!important}
  .home .ox-featured .ox-feature-stage-overlay{background:linear-gradient(0deg,rgba(20,22,23,.82) 0%,rgba(20,22,23,.36) 55%,rgba(20,22,23,.08) 100%)!important}
  .home .ox-featured .ox-featured-switcher{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  .home .ox-featured .ox-featured-switch{grid-template-columns:24px 1fr!important;grid-template-rows:58px auto!important;gap:7px!important;padding:7px!important;min-height:0!important}
  .home .ox-featured .ox-featured-switch-num{grid-column:1!important;grid-row:1!important;width:23px!important;height:23px!important}
  .home .ox-featured .ox-featured-switch-thumb{grid-column:2!important;grid-row:1!important;width:100%!important;height:58px!important}
  .home .ox-featured .ox-featured-switch-title{grid-column:1/-1!important;grid-row:2!important;font-size:13px!important}
  .home .ox-featured .ox-feature-stage-foot{gap:16px!important}
  .home .ox-featured .ox-feature-stage-price{font-size:17px!important}
}

/* v1.38 — Visual-only featured-product preview when the store is empty. */
.home .ox-featured.is-demo-preview .ox-feature-panel{
  cursor:default!important;
}
.home .ox-featured .ox-demo-art{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  background-color:#24282b!important;
  background-size:cover!important;
  background-position:center!important;
  filter:saturate(.78) contrast(1.02) brightness(.92)!important;
  transition:filter .45s ease,transform .85s cubic-bezier(.2,.72,.2,1)!important;
}
.home .ox-featured .ox-feature-panel.is-active:hover .ox-demo-art{
  filter:saturate(1) contrast(1.06) brightness(.98)!important;
  transform:scale(1.018)!important;
}
.home .ox-featured .ox-demo-art-1{
  background-image:
    radial-gradient(circle at 72% 32%,rgba(191,205,210,.48),transparent 20%),
    linear-gradient(140deg,rgba(25,28,30,.15),rgba(25,28,30,.78)),
    linear-gradient(22deg,#202326 0 38%,#5f6a70 38% 54%,#a6b0b4 54% 58%,#394046 58% 100%)!important;
}
.home .ox-featured .ox-demo-art-2{
  background-image:
    radial-gradient(circle at 28% 24%,rgba(214,218,215,.42),transparent 16%),
    linear-gradient(120deg,rgba(24,27,29,.18),rgba(24,27,29,.76)),
    linear-gradient(155deg,#586067 0 22%,#2a2e31 22% 52%,#818a8d 52% 56%,#32373a 56% 100%)!important;
}
.home .ox-featured .ox-demo-art-3{
  background-image:
    radial-gradient(circle at 78% 65%,rgba(197,205,207,.36),transparent 18%),
    linear-gradient(112deg,rgba(25,27,29,.16),rgba(25,27,29,.8)),
    linear-gradient(32deg,#1f2224 0 31%,#6d767a 31% 43%,#303538 43% 72%,#939b9e 72% 76%,#25292c 76% 100%)!important;
}
.home .ox-featured .ox-demo-art-4{
  background-image:
    radial-gradient(circle at 62% 26%,rgba(207,213,214,.38),transparent 18%),
    linear-gradient(132deg,rgba(24,27,29,.13),rgba(24,27,29,.78)),
    linear-gradient(18deg,#2b3033 0 25%,#757f83 25% 29%,#3f464a 29% 62%,#a1a8aa 62% 65%,#24282b 65% 100%)!important;
}
.home .ox-featured .ox-demo-art-5{
  background-image:
    radial-gradient(circle at 35% 68%,rgba(203,209,211,.34),transparent 18%),
    linear-gradient(118deg,rgba(24,27,29,.12),rgba(24,27,29,.8)),
    linear-gradient(146deg,#202427 0 34%,#737d81 34% 40%,#33393c 40% 66%,#949da0 66% 70%,#24282b 70% 100%)!important;
}
.home .ox-featured .ox-demo-art-6{
  background-image:
    radial-gradient(circle at 82% 30%,rgba(217,221,220,.36),transparent 16%),
    linear-gradient(136deg,rgba(24,27,29,.14),rgba(24,27,29,.79)),
    linear-gradient(8deg,#25292c 0 27%,#626c70 27% 33%,#383e41 33% 72%,#a0a8aa 72% 75%,#23272a 75% 100%)!important;
}
.home .ox-featured .ox-featured-switch-thumb .ox-demo-art{
  position:relative!important;
  inset:auto!important;
  filter:grayscale(.35) saturate(.45) brightness(.82) contrast(.98)!important;
  transform:scale(1.015)!important;
}
.home .ox-featured .ox-featured-switch:hover .ox-demo-art,
.home .ox-featured .ox-featured-switch:focus-visible .ox-demo-art,
.home .ox-featured .ox-featured-switch.is-active .ox-demo-art{
  filter:grayscale(0) saturate(.9) brightness(.98) contrast(1.03)!important;
  transform:scale(1.055)!important;
}
.home .ox-featured.is-demo-preview .ox-featured-switch-title{
  opacity:.9!important;
}

/* =========================================================
   v1.39 — unified modern card language for all subpages
   Graphite + soft white + a trace of mist-blue only.
   ========================================================= */
:root{
  --ox39-ink:#202224;
  --ox39-graphite:#292c2e;
  --ox39-paper:#f5f5f2;
  --ox39-card:#ffffff;
  --ox39-soft:#eceeec;
  --ox39-line:#dfe3e2;
  --ox39-muted:#687176;
  --ox39-accent:#758086;
  --ox39-radius:22px;
  --ox39-shadow:0 18px 55px rgba(32,34,36,.08);
  --ox39-shadow-hover:0 26px 70px rgba(32,34,36,.13);
}

/* Give every internal page the same calm storefront canvas. */
body:not(.home) .ox-site-main{background:var(--ox39-paper);color:var(--ox39-ink)}
body:not(.home) .ox-section{background:transparent!important}
body:not(.home) .ox-page,
body:not(.home) .ox-woo,
body:not(.home) .ox-search-page{padding-top:72px;padding-bottom:96px}
body:not(.home) .ox-prose{max-width:1180px}

/* Shared large title card. */
.ox-subpage-heading-card{
  position:relative;overflow:hidden;
  padding:48px 52px;margin:0 0 26px;
  border-radius:var(--ox39-radius);
  background:linear-gradient(135deg,#242729 0%,#303437 100%);
  color:#f5f5f2;
  box-shadow:0 24px 70px rgba(20,22,23,.14);
  animation:ox39-enter .48s cubic-bezier(.2,.72,.25,1) both;
}
.ox-subpage-heading-card:after{
  content:"";position:absolute;right:-8%;top:-70%;width:420px;height:420px;border-radius:50%;
  border:1px solid rgba(255,255,255,.08);box-shadow:0 0 0 54px rgba(255,255,255,.018),0 0 0 108px rgba(255,255,255,.012);pointer-events:none;
}
.ox-subpage-heading-card .ox-eyebrow{color:#aeb6ba!important;margin-bottom:10px}
.ox-subpage-heading-card h1,
.ox-modern-subpage .ox-subpage-heading-card h1{
  position:relative;z-index:1;margin:0!important;color:#f5f5f2!important;
  font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,5.2vw,72px)!important;line-height:1.02;font-weight:500;
}

/* Generic WordPress content becomes a real reading card instead of an empty page. */
.ox-prose-card{
  padding:42px 46px;border:1px solid var(--ox39-line);border-radius:var(--ox39-radius);
  background:var(--ox39-card);box-shadow:var(--ox39-shadow);color:var(--ox39-ink);
  animation:ox39-enter .52s .05s cubic-bezier(.2,.72,.25,1) both;
}
.ox-prose-card p,.ox-prose-card li{color:#596165!important}
.ox-prose-card h2,.ox-prose-card h3{color:var(--ox39-ink)!important}
.ox-prose-card a{color:#4d5b61;text-decoration-color:#b9c0c3}

/* About / Contact / Policy / FAQ pages: dark title card, then modular white cards. */
.ox-info-hero{padding:72px 0 20px!important;background:var(--ox39-paper)!important;border:0!important}
.ox-info-hero:after{display:none!important}
.ox-info-hero-inner{
  max-width:1180px!important;text-align:left!important;padding:48px 52px!important;border-radius:var(--ox39-radius);
  background:linear-gradient(135deg,#242729,#303437);box-shadow:0 24px 70px rgba(20,22,23,.14);
  animation:ox39-enter .48s cubic-bezier(.2,.72,.25,1) both;
}
.ox-info-hero h1{font-size:clamp(44px,5vw,70px)!important;color:#f5f5f2!important;max-width:850px}
.ox-info-hero p{margin:16px 0 0!important;color:#c8cdcf!important;max-width:760px!important;font-size:16px!important}
.ox-info-hero small{color:#929b9f!important;border-color:rgba(255,255,255,.12)!important}
.ox-info-section{background:var(--ox39-paper)!important;padding-top:24px!important}
.ox-info-highlights{gap:20px!important;margin-bottom:26px!important}
.ox-info-highlights article,.ox-contact-grid article{
  background:#fff!important;color:var(--ox39-ink)!important;border:1px solid var(--ox39-line)!important;
  border-radius:18px!important;box-shadow:var(--ox39-shadow)!important;padding:30px!important;
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.ox-info-highlights article:hover,.ox-contact-grid article:hover{transform:translateY(-5px);box-shadow:var(--ox39-shadow-hover)!important;border-color:#ccd2d1!important}
.ox-info-highlights h2,.ox-contact-grid h2,.ox-info-body h2,.ox-contact-primary h2{color:var(--ox39-ink)!important}
.ox-info-highlights p,.ox-contact-grid p,.ox-info-body p{color:#626a6e!important}
.ox-info-highlights article>span{border-color:#cbd1d1!important;color:var(--ox39-accent)!important}
.ox-info-body{max-width:1180px!important;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.ox-info-body article{
  display:block!important;padding:30px!important;border:1px solid var(--ox39-line)!important;border-radius:18px!important;
  background:#fff!important;box-shadow:0 10px 34px rgba(32,34,36,.055);transition:transform .25s ease,box-shadow .25s ease;
}
.ox-info-body article:hover{transform:translateY(-4px);box-shadow:var(--ox39-shadow)}
.ox-info-body h2{margin:0 0 12px!important}
.ox-info-cta,.ox-contact-primary,.ox-contact-note,.ox-faq-help,.ox-policy-contact{
  border:1px solid var(--ox39-line)!important;border-radius:18px!important;background:#fff!important;color:var(--ox39-ink)!important;box-shadow:var(--ox39-shadow)!important;
}
.ox-contact-primary{padding:32px 36px!important}
.ox-contact-primary p,.ox-contact-note p,.ox-faq-help span{color:#697176!important}

/* FAQ becomes a stack of interactive cards. */
.ox-faq-wrap{max-width:980px!important}
.ox-faq-item{
  margin:0 0 12px!important;padding:0 24px!important;border:1px solid var(--ox39-line)!important;border-radius:16px!important;
  background:#fff!important;box-shadow:0 8px 28px rgba(32,34,36,.05);transition:box-shadow .22s ease,transform .22s ease;
}
.ox-faq-item:hover,.ox-faq-item[open]{box-shadow:var(--ox39-shadow);transform:translateY(-2px)}
.ox-faq-item summary{color:var(--ox39-ink)!important;border:0!important}
.ox-faq-item summary span{color:var(--ox39-accent)!important}.ox-faq-item>div p{color:#626a6e!important}

/* Policy nav itself is a sticky card, policy sections are reading cards. */
.ox-policy-layout{grid-template-columns:250px minmax(0,1fr)!important;gap:22px!important;align-items:start}
.ox-policy-nav{
  top:105px!important;padding:22px!important;border:1px solid var(--ox39-line)!important;border-radius:16px!important;
  background:#fff!important;box-shadow:0 10px 34px rgba(32,34,36,.055);
}
.ox-policy-nav a{color:#5d6569!important;border-radius:10px;padding:9px 10px!important;margin:2px 0!important}
.ox-policy-nav a:hover,.ox-policy-nav a.is-current{background:var(--ox39-soft)!important;color:var(--ox39-ink)!important}
.ox-policy-body{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;max-width:none!important}

/* Search page: title card + responsive card grid. */
.ox-search-page{background:var(--ox39-paper)!important;color:var(--ox39-ink)!important}
.ox-search-head{max-width:none!important;margin-bottom:28px!important}
.ox-search-head p{color:#c8cdcf!important;max-width:700px}
.ox-search-results{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px!important}
.ox-search-card{
  display:grid!important;grid-template-columns:180px minmax(0,1fr)!important;gap:0!important;overflow:hidden;
  background:#fff!important;border:1px solid var(--ox39-line)!important;border-radius:18px!important;box-shadow:var(--ox39-shadow)!important;
  transition:transform .26s ease,box-shadow .26s ease;
}
.ox-search-card:hover{transform:translateY(-5px);box-shadow:var(--ox39-shadow-hover)!important}
.ox-search-thumb{min-height:190px;background:#e7e9e8!important}.ox-search-thumb img{height:100%!important;width:100%!important;object-fit:cover!important;margin:0!important}
.ox-search-copy{padding:24px!important}.ox-search-copy h2,.ox-search-copy h2 a{color:var(--ox39-ink)!important}.ox-search-copy p{color:#687176!important}
.ox-search-type,.ox-search-link{color:var(--ox39-accent)!important}

/* WooCommerce archives: a storefront made of cards, not a bare catalog. */
.ox-modern-woo{background:var(--ox39-paper)!important;color:var(--ox39-ink)!important}
.ox-modern-woo .woocommerce-products-header{
  margin:0 0 28px!important;padding:40px 46px!important;border-radius:var(--ox39-radius);
  background:linear-gradient(135deg,#25282a,#303437)!important;color:#f5f5f2!important;box-shadow:0 20px 60px rgba(32,34,36,.12);
}
.ox-modern-woo .woocommerce-products-header__title{color:#f5f5f2!important;font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,5vw,66px)!important;font-weight:500}
.ox-modern-woo .term-description,.ox-modern-woo .term-description p{color:#c7cdcf!important}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{
  border-radius:18px!important;overflow:hidden!important;border:1px solid var(--ox39-line)!important;box-shadow:0 12px 34px rgba(32,34,36,.06)!important;
  transition:transform .28s ease,box-shadow .28s ease!important;
}
.woocommerce ul.products li.product:hover{transform:translateY(-6px)!important;box-shadow:var(--ox39-shadow-hover)!important}
.woocommerce ul.products li.product a img{transition:transform .45s ease,filter .35s ease!important}.woocommerce ul.products li.product:hover a img{transform:scale(1.025)}

/* Product detail is one large product card plus smaller cards below. */
.single-product .ox-modern-woo .product{
  padding:26px!important;border:1px solid var(--ox39-line)!important;border-radius:24px!important;background:#fff!important;box-shadow:var(--ox39-shadow)!important;
}
.single-product .woocommerce div.product div.images img{border-radius:16px!important;border-color:var(--ox39-line)!important}
.single-product .woocommerce div.product .summary{padding:10px 10px 6px!important}
.single-product .woocommerce div.product .woocommerce-tabs,.single-product .related.products,.single-product .ox-purchase-help{
  border:1px solid var(--ox39-line)!important;border-radius:18px!important;background:#f8f9f7!important;padding:26px!important;box-shadow:0 10px 32px rgba(32,34,36,.045)!important;
}

/* Cart / checkout / account retain proven functionality, now framed as modules. */
.ox-modern-subpage{background:var(--ox39-paper)!important;color:var(--ox39-ink)!important}
.ox-modern-subpage .woocommerce-cart-form,
.ox-modern-subpage .cart-collaterals,
.ox-modern-subpage form.checkout,
.ox-modern-subpage .wc-block-checkout,
.ox-modern-subpage .ox-account-shell,
.ox-modern-subpage .ox-account-login{
  animation:ox39-enter .52s .06s cubic-bezier(.2,.72,.25,1) both;
}
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout .wc-block-components-main,
.woocommerce-checkout .wc-block-components-sidebar,
.woocommerce-account .ox-account-shell>.woocommerce-MyAccount-content{
  border-radius:18px!important;overflow:hidden;
}

/* 404 becomes a real hero card instead of a stranded message. */
.ox-error-page{background:var(--ox39-paper)!important;padding:72px 0 96px!important}
.ox-error-inner{max-width:1180px!important;text-align:left!important;padding:52px!important}
.ox-error-code{color:#899296!important;opacity:.65!important}
.ox-error-inner p{color:#c7cdcf!important;max-width:720px!important}
.ox-error-search{max-width:620px!important}

/* Page arrival is alive but deliberately quiet. */
@keyframes ox39-enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.ox-info-highlights article:nth-child(2),.ox-search-card:nth-child(2){animation-delay:.05s}
.ox-info-highlights article:nth-child(3),.ox-search-card:nth-child(3){animation-delay:.10s}
.ox-info-highlights article,.ox-search-card,.woocommerce ul.products li.product{animation:ox39-enter .48s cubic-bezier(.2,.72,.25,1) both}

@media(max-width:900px){
  .ox-subpage-heading-card,.ox-info-hero-inner{padding:38px 34px!important}
  .ox-info-body{grid-template-columns:1fr!important}
  .ox-policy-layout{grid-template-columns:1fr!important}
  .ox-policy-nav{position:static!important;display:flex!important;flex-wrap:wrap;gap:6px!important}
  .ox-search-results{grid-template-columns:1fr!important}
  .single-product .ox-modern-woo .product{padding:18px!important}
}
@media(max-width:600px){
  body:not(.home) .ox-page,body:not(.home) .ox-woo,body:not(.home) .ox-search-page{padding-top:38px;padding-bottom:64px}
  .ox-subpage-heading-card,.ox-info-hero-inner{padding:30px 24px!important;border-radius:18px!important}
  .ox-prose-card{padding:28px 22px!important;border-radius:18px!important}
  .ox-search-card{grid-template-columns:1fr!important}.ox-search-thumb{min-height:210px}
  .ox-info-highlights article,.ox-contact-grid article,.ox-info-body article{border-radius:16px!important}
  .ox-error-inner{padding:34px 24px!important}
}
@media(prefers-reduced-motion:reduce){
  .ox-subpage-heading-card,.ox-prose-card,.ox-info-highlights article,.ox-search-card,.woocommerce ul.products li.product,
  .ox-modern-subpage .woocommerce-cart-form,.ox-modern-subpage .cart-collaterals,.ox-modern-subpage form.checkout,.ox-modern-subpage .wc-block-checkout,.ox-modern-subpage .ox-account-shell{animation:none!important;transition:none!important}
}

/* v1.40 — OXOXB featured gallery: deep gallery zone + irregular floating selectors. */
.home .ox-featured{
  position:relative!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 78% 18%,rgba(128,145,154,.18),transparent 28%),
    radial-gradient(circle at 16% 82%,rgba(91,104,111,.16),transparent 30%),
    linear-gradient(145deg,#0e1113 0%,#15191c 48%,#0d1012 100%)!important;
  color:#f6f6f3!important;
  padding:112px 0 126px!important;
  border-top:1px solid rgba(255,255,255,.07)!important;
  border-bottom:1px solid rgba(255,255,255,.07)!important;
}
.home .ox-featured:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.32;
  background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.014) 1px,transparent 1px);
  background-size:56px 56px;
  mask-image:linear-gradient(to bottom,transparent,black 18%,black 82%,transparent);
}
.home .ox-featured .ox-featured-shell{position:relative!important;z-index:2!important}
.home .ox-featured .ox-section-head{margin-bottom:52px!important}
.home .ox-featured .ox-section-head h2{color:#f7f7f2!important;max-width:880px!important}
.home .ox-featured .ox-eyebrow{color:#a8b3b8!important}
.home .ox-featured .ox-section-head>a{color:#c7d0d3!important}
.home .ox-featured .ox-section-head>a:hover{color:#fff!important}

.home .ox-featured .ox-featured-showcase{
  position:relative!important;
  min-height:790px!important;
  isolation:isolate!important;
  --ox-stage-radius:28px;
}
.home .ox-featured .ox-featured-stage{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  width:min(86%,1360px)!important;
  height:650px!important;
  border-radius:var(--ox-stage-radius)!important;
  overflow:hidden!important;
  background:#171b1e!important;
  box-shadow:0 44px 110px rgba(0,0,0,.42),0 0 0 1px rgba(255,255,255,.08)!important;
  z-index:2!important;
}
.home .ox-featured .ox-feature-panel{
  position:absolute!important;
  inset:0!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:scale(1.025)!important;
  filter:blur(6px) brightness(.72)!important;
  transition:opacity .22s ease,visibility .22s ease,transform .52s cubic-bezier(.2,.78,.22,1),filter .42s ease!important;
}
.home .ox-featured .ox-feature-panel.is-active{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:scale(1)!important;
  filter:none!important;
  z-index:3!important;
}
.home .ox-featured .ox-feature-stage-media,
.home .ox-featured .ox-feature-stage-media>img,
.home .ox-featured .ox-feature-preview-video,
.home .ox-featured .ox-demo-art{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
}
.home .ox-featured .ox-feature-stage-media{overflow:hidden!important;background:#171b1e!important}
.home .ox-featured .ox-feature-stage-media>img{object-fit:cover!important;z-index:1!important;filter:saturate(.8) contrast(1.03) brightness(.84)!important;transform:scale(1.015)!important}
.home .ox-featured .ox-feature-preview-video{object-fit:cover!important;z-index:2!important;background:#111!important}
.home .ox-featured .ox-feature-stage-overlay{
  z-index:4!important;
  background:linear-gradient(90deg,rgba(8,10,11,.82) 0%,rgba(8,10,11,.35) 48%,rgba(8,10,11,.08) 72%),linear-gradient(0deg,rgba(8,10,11,.56),transparent 46%)!important;
}
.home .ox-featured .ox-feature-stage-copy{
  z-index:5!important;
  width:min(66%,850px)!important;
  padding:62px!important;
}
.home .ox-featured .ox-feature-stage-copy h3{font-size:clamp(46px,5.6vw,86px)!important;letter-spacing:-.025em!important}
.home .ox-featured .ox-feature-stage-cat{color:#b9c3c7!important}

/* A quick cinematic light-sweep gives the selected work a real reveal moment. */
.home .ox-featured .ox-featured-showcase:after{
  content:"";
  position:absolute;
  z-index:9;
  top:10%;bottom:10%;
  width:26%;
  left:-34%;
  pointer-events:none;
  opacity:0;
  transform:skewX(-16deg);
  background:linear-gradient(90deg,transparent,rgba(224,235,240,.28),rgba(255,255,255,.08),transparent);
  filter:blur(10px);
}
.home .ox-featured .ox-featured-showcase.is-switching:after{animation:ox40-flash .46s cubic-bezier(.2,.72,.2,1)}
@keyframes ox40-flash{
  0%{left:-34%;opacity:0}
  18%{opacity:.9}
  100%{left:110%;opacity:0}
}

/* Irregular floating selector wall: all choices remain visible around the stage. */
.home .ox-featured .ox-featured-switcher{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  pointer-events:none!important;
  z-index:12!important;
}
.home .ox-featured .ox-featured-switch{
  position:absolute!important;
  width:184px!important;
  height:116px!important;
  min-height:0!important;
  padding:0!important;
  display:block!important;
  overflow:hidden!important;
  border-radius:16px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  background:#23282b!important;
  color:#fff!important;
  box-shadow:0 18px 45px rgba(0,0,0,.32)!important;
  cursor:pointer!important;
  pointer-events:auto!important;
  transform-origin:center!important;
  transition:transform .32s cubic-bezier(.2,.78,.2,1),box-shadow .32s ease,border-color .32s ease,filter .32s ease!important;
}
.home .ox-featured .ox-featured-switch:nth-child(1){left:0!important;top:13%!important;transform:rotate(-6deg)!important}
.home .ox-featured .ox-featured-switch:nth-child(2){left:2%!important;bottom:13%!important;transform:rotate(5deg)!important}
.home .ox-featured .ox-featured-switch:nth-child(3){left:24%!important;top:0!important;transform:rotate(3deg)!important}
.home .ox-featured .ox-featured-switch:nth-child(4){right:24%!important;top:0!important;transform:rotate(-4deg)!important}
.home .ox-featured .ox-featured-switch:nth-child(5){right:0!important;top:14%!important;transform:rotate(6deg)!important}
.home .ox-featured .ox-featured-switch:nth-child(6){right:2%!important;bottom:13%!important;transform:rotate(-5deg)!important}
.home .ox-featured .ox-featured-switch:nth-child(7){left:25%!important;bottom:0!important;transform:rotate(-3deg)!important}
.home .ox-featured .ox-featured-switch:nth-child(8){right:25%!important;bottom:0!important;transform:rotate(4deg)!important}
.home .ox-featured .ox-featured-switch:hover,
.home .ox-featured .ox-featured-switch:focus-visible,
.home .ox-featured .ox-featured-switch.is-active{
  z-index:20!important;
  transform:rotate(0deg) scale(1.13)!important;
  border-color:rgba(210,225,232,.72)!important;
  box-shadow:0 28px 64px rgba(0,0,0,.52),0 0 0 3px rgba(143,162,171,.15)!important;
  outline:none!important;
}
.home .ox-featured .ox-featured-switch-thumb{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  border-radius:0!important;
  overflow:hidden!important;
  background:#252a2d!important;
}
.home .ox-featured .ox-featured-switch-thumb img,
.home .ox-featured .ox-featured-switch-thumb .ox-demo-art{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  filter:grayscale(.72) saturate(.28) brightness(.66) contrast(1.05)!important;
  transform:scale(1.04)!important;
  transition:filter .34s ease,transform .5s cubic-bezier(.2,.72,.2,1)!important;
}
.home .ox-featured .ox-featured-switch:hover .ox-featured-switch-thumb img,
.home .ox-featured .ox-featured-switch:focus-visible .ox-featured-switch-thumb img,
.home .ox-featured .ox-featured-switch.is-active .ox-featured-switch-thumb img,
.home .ox-featured .ox-featured-switch:hover .ox-demo-art,
.home .ox-featured .ox-featured-switch.is-active .ox-demo-art{
  filter:grayscale(0) saturate(.92) brightness(.95) contrast(1.04)!important;
  transform:scale(1.09)!important;
}
.home .ox-featured .ox-featured-switch:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:linear-gradient(0deg,rgba(5,7,8,.82),rgba(5,7,8,.04) 68%);
  pointer-events:none;
}
.home .ox-featured .ox-featured-switch-num{
  position:absolute!important;
  z-index:4!important;
  top:10px!important;
  left:10px!important;
  width:30px!important;
  height:30px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.58)!important;
  background:rgba(10,12,13,.55)!important;
  backdrop-filter:blur(8px)!important;
  color:#fff!important;
  opacity:1!important;
  font-size:9px!important;
}
.home .ox-featured .ox-featured-switch-title{
  position:absolute!important;
  z-index:4!important;
  left:12px!important;
  right:10px!important;
  bottom:10px!important;
  color:#fff!important;
  font-size:14px!important;
  line-height:1.08!important;
  text-shadow:0 2px 12px rgba(0,0,0,.62)!important;
  -webkit-line-clamp:2!important;
}
.home .ox-featured .ox-featured-switch-placeholder{display:none!important}

@media(max-width:1180px){
  .home .ox-featured .ox-featured-showcase{min-height:760px!important}
  .home .ox-featured .ox-featured-stage{width:82%!important;height:610px!important}
  .home .ox-featured .ox-featured-switch{width:152px!important;height:98px!important}
}
@media(max-width:900px){
  .home .ox-featured{padding:76px 0 88px!important}
  .home .ox-featured .ox-featured-showcase{min-height:0!important;display:flex!important;flex-direction:column!important;gap:16px!important}
  .home .ox-featured .ox-featured-stage{position:relative!important;left:auto!important;top:auto!important;transform:none!important;width:100%!important;height:520px!important}
  .home .ox-featured .ox-featured-switcher{position:relative!important;inset:auto!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}
  .home .ox-featured .ox-featured-switch{position:relative!important;inset:auto!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:100%!important;height:92px!important;transform:none!important}
  .home .ox-featured .ox-featured-switch:hover,.home .ox-featured .ox-featured-switch:focus-visible,.home .ox-featured .ox-featured-switch.is-active{transform:translateY(-2px)!important}
}
@media(max-width:640px){
  .home .ox-featured .ox-featured-stage{height:440px!important}
  .home .ox-featured .ox-feature-stage-copy{padding:26px!important;width:100%!important}
  .home .ox-featured .ox-featured-switcher{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .home .ox-featured .ox-featured-switch{height:84px!important}
}
.home .ox-featured .ox-demo-art-7{
  background-image:radial-gradient(circle at 28% 34%,rgba(196,211,217,.36),transparent 18%),linear-gradient(128deg,rgba(20,23,25,.2),rgba(20,23,25,.78)),linear-gradient(28deg,#222629 0 30%,#69757a 30% 36%,#31373a 36% 70%,#8d989c 70% 74%,#252a2d 74% 100%)!important;
}
.home .ox-featured .ox-demo-art-8{
  background-image:radial-gradient(circle at 74% 30%,rgba(212,220,223,.34),transparent 16%),linear-gradient(142deg,rgba(20,23,25,.18),rgba(20,23,25,.8)),linear-gradient(154deg,#202427 0 28%,#747f84 28% 34%,#343a3e 34% 68%,#9ca6aa 68% 72%,#22272a 72% 100%)!important;
}
