/*
Theme Name: Orangi
Theme URI: https://orangi.in
Author: TPots IT Solutions
Description: Official WooCommerce theme for Orangi — all content editable from WP Admin
Version: 1.0.16
Requires at least: 6.0
Requires PHP: 7.4
License: Private
Text Domain: orangi
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Jost:wght@300;400;500;600;700&family=Nunito:wght@600;700;800;900&display=swap');

:root {
  --orange:    #E8610A;
  --orange-dk: #C44D06;
  --orange-lt: #FEF3ED;
  --black:     #111111;
  --white:     #ffffff;
  --cream:     #FFFAF6;
  --sand:      #F5EDE3;
  --border:    #EDEDED;
  --text:      #111111;
  --muted:     #777777;
}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:'Jost',sans-serif;color:var(--text);background:var(--white);overflow-x:hidden;font-size:14px;line-height:1.6;}
a{text-decoration:none;color:inherit;}
ul{list-style:none;}
img{display:block;max-width:100%;}
button{font-family:inherit;cursor:pointer;border:none;background:none;}

/* ── ANN BAR ── */
.o-ann{background:var(--black);color:#fff;text-align:center;padding:10px 20px;font-size:12px;overflow:hidden;}
.o-ann-track{display:inline-flex;gap:60px;animation:oann 28s linear infinite;white-space:nowrap;}
@keyframes oann{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.o-ann span{color:#F97316;font-weight:600;}

/* ── HEADER (force !important to win over plugin CSS) ── */
#o-header{display:block!important;background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:300;box-shadow:0 1px 12px rgba(0,0,0,0.04);}
.o-header-wrap{display:flex!important;align-items:center!important;justify-content:space-between!important;max-width:1380px!important;margin:0 auto!important;padding:0 28px!important;height:64px!important;gap:20px!important;}
.o-logo{text-decoration:none;display:inline-block;line-height:1;}
.o-logo-text{font-family:'Nunito',sans-serif;font-weight:900;font-size:42px;color:#E8610A;letter-spacing:-1.5px;line-height:1;}
.o-logo-dot{color:#1A1A1A;}
.o-logo-wordmark{text-decoration:none;}
.o-logo-word{display:inline-block!important;font-family:'Nunito',sans-serif!important;font-size:42px!important;font-weight:900!important;color:#E8610A!important;letter-spacing:-1.5px;line-height:1;}
@media(max-width:768px){.o-logo-text{font-size:32px;letter-spacing:-1px;}}
.o-nav{display:flex!important;align-items:center!important;gap:4px!important;flex:1!important;justify-content:center!important;}
.o-nav a{font-family:'Jost',sans-serif;font-size:12px;font-weight:400;letter-spacing:2px;text-transform:uppercase;color:#111;padding:8px 16px;transition:color 0.2s;white-space:nowrap;}
.o-nav a:hover,.o-nav .current-menu-item>a{color:#7B2D2D;background:none;}
.o-nav .o-has-drop{position:relative;}
.o-nav .o-has-drop>a::after{content:' ▾';font-size:10px;}
.o-drop-menu{position:absolute;top:calc(100% + 8px);left:0;background:#fff;border:1px solid var(--border);border-radius:10px;padding:8px;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all 0.2s;box-shadow:0 8px 32px rgba(0,0,0,0.1);z-index:999;}
.o-nav .o-has-drop:hover .o-drop-menu{opacity:1;visibility:visible;transform:translateY(0);}
.o-drop-menu a{display:block;padding:8px 12px;font-size:13px;border-radius:6px;}
.o-drop-menu a:hover{background:var(--orange-lt);color:var(--orange);}
.o-actions{display:flex;align-items:center;gap:8px;flex-shrink:0;}
.o-icon{width:38px;height:38px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--text);transition:all 0.2s;position:relative;text-decoration:none;}
.o-icon:hover{background:var(--orange-lt);color:var(--orange);}
.o-cart-n{position:absolute;top:4px;right:4px;width:16px;height:16px;background:var(--orange);color:#fff;border-radius:50%;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;}
.o-track{background:var(--orange);color:#fff;padding:8px 18px;border-radius:8px;font-size:13px;font-weight:600;transition:background 0.2s;white-space:nowrap;}
.o-track:hover{background:var(--orange-dk);color:#fff;}
.o-mobile-btn{display:none;flex-direction:column;gap:4px;padding:6px;cursor:pointer;background:none;border:none;}
.o-mobile-btn span{width:22px;height:2px;background:var(--black);border-radius:2px;display:block;transition:all 0.3s;}
.o-mobile-menu{display:none;background:#fff;border-bottom:1px solid var(--border);padding:16px 20px;flex-direction:column;gap:4px;}
.o-mobile-menu.open{display:flex;}
.o-mobile-menu a{font-size:14px;font-weight:500;padding:10px 12px;border-radius:8px;color:var(--text);}
.o-mobile-menu a:hover{background:var(--orange-lt);color:var(--orange);}
/* .o-sub-nav removed (single-nav header per Evara reference) */

/* ── MARQUEE ── */
.o-marquee{background:var(--orange);padding:11px 0;overflow:hidden;}
.o-marquee-inner{display:inline-flex;gap:48px;animation:omarq 22s linear infinite;white-space:nowrap;}
@keyframes omarq{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.o-mitem{display:flex;align-items:center;gap:12px;font-size:12px;font-weight:600;color:#fff;letter-spacing:0.5px;text-transform:uppercase;}
.o-mdot{width:4px;height:4px;background:rgba(255,255,255,0.5);border-radius:50%;}

/* ── TRUST ── */
.o-trust{background:var(--cream);border-bottom:1px solid var(--border);}
.o-trust-inner{max-width:1380px;margin:0 auto;display:flex;justify-content:center;}
.o-trust-item{display:flex;align-items:center;gap:12px;padding:17px 36px;border-right:1px solid var(--border);font-size:12px;color:var(--text);white-space:nowrap;flex-shrink:0;}
.o-trust-item:last-child{border-right:none;}
.o-trust-icon{width:38px;height:38px;background:var(--orange-lt);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.o-trust-item strong{font-size:13px;font-weight:600;display:block;}
.o-trust-item span{font-size:11px;color:var(--muted);}

/* ── HERO (Evara-style banner) ── */
.o-hero-wrap{position:relative;width:100%;min-height:85vh;overflow:hidden;background:var(--black);}
.o-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 20%;}
.o-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,0.55) 0%,rgba(0,0,0,0.45) 60%,rgba(0,0,0,0.25) 100%);z-index:1;}
.o-hero-content{position:relative;z-index:2;max-width:1380px;height:100%;margin:0 auto;padding:0 28px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;}
.o-hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,0.14);border:1px solid rgba(255,255,255,0.28);color:#fff;font-size:12px;font-weight:600;padding:6px 16px;border-radius:999px;margin-bottom:22px;backdrop-filter:blur(10px);}
.o-badge-dot{width:6px;height:6px;background:var(--orange);border-radius:50%;animation:opulse 2s infinite;}
@keyframes opulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.4;transform:scale(1.4)}}
@keyframes cartBounce{0%{transform:scale(1);}40%{transform:scale(1.3);}70%{transform:scale(0.9);}100%{transform:scale(1);}}

/* ── Category filter pills (ORA-011) ── */
.o-cat-pills{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 16px;}
.o-cat-pill{padding:8px 16px!important;border:1px solid #ddd!important;background:#fff;border-radius:0!important;font-family:'Jost',sans-serif!important;font-size:11px!important;font-weight:400!important;letter-spacing:2px!important;text-transform:uppercase!important;color:#111;text-decoration:none;transition:all 0.15s;}
.o-cat-pill.active,.o-cat-pill:hover{background:#111!important;color:#fff!important;border-color:#111!important;}
.o-shop-toolbar{display:flex;justify-content:flex-end;margin-bottom:20px;}
.o-shop-toolbar select,.o-shop-toolbar .woocommerce-ordering select{border:1.5px solid var(--border);border-radius:8px;padding:8px 36px 8px 14px;font-family:'Jost',sans-serif;font-size:12px;font-weight:600;letter-spacing:0.5px;background:#fff;cursor:pointer;}

/* ── WC pages Evara polish (ORA-012/013/014/015) ── */
.woocommerce-cart .o-woo-wrap,
.woocommerce-checkout .o-woo-wrap,
.woocommerce-account .o-woo-wrap,
.woocommerce-order-received .o-woo-wrap{max-width:1180px;margin:0 auto;padding:24px 28px 56px;}

/* Cart table */
.woocommerce table.shop_table{border:1px solid var(--border);border-radius:14px;border-collapse:separate;border-spacing:0;overflow:hidden;background:#fff;font-family:'Jost',sans-serif;}
.woocommerce table.shop_table th{background:var(--cream);font-size:11px;letter-spacing:1px;text-transform:uppercase;font-weight:700;padding:14px 16px;border-bottom:1px solid var(--border);color:var(--muted);}
.woocommerce table.shop_table td{padding:18px 16px;border-bottom:1px solid var(--border);vertical-align:middle;}
.woocommerce table.shop_table tr:last-child td{border-bottom:none;}
.woocommerce table.shop_table .product-thumbnail img{width:72px;height:96px;object-fit:cover;border-radius:8px;}
.woocommerce table.shop_table .product-name{font-weight:600;color:var(--black);}
.woocommerce table.shop_table .product-name a{color:var(--black);text-decoration:none;}
.woocommerce table.shop_table .product-name a:hover{color:var(--orange);}
.woocommerce table.shop_table .product-price,.woocommerce table.shop_table .product-subtotal{font-weight:700;color:var(--black);}
.woocommerce table.shop_table .product-remove a.remove{color:#bbb;font-size:20px;width:auto;height:auto;line-height:1;}
.woocommerce table.shop_table .product-remove a.remove:hover{color:#EF4444;background:transparent;}
.woocommerce .cart-collaterals{margin-top:32px;display:grid;grid-template-columns:1.4fr 1fr;gap:32px;}
.woocommerce .cart-collaterals .cart_totals{order:2;}
.woocommerce .cart-collaterals .cross-sells{order:1;}
.woocommerce .cart_totals{background:var(--cream);border-radius:14px;padding:24px;}
.woocommerce .cart_totals h2{font-family:'Playfair Display',serif;font-size:24px;font-weight:500;margin-bottom:14px;}
.woocommerce .cart_totals table{width:100%;border:none;background:transparent;}
.woocommerce .cart_totals th,.woocommerce .cart_totals td{border:none;padding:10px 0;background:transparent;}
.woocommerce .wc-proceed-to-checkout a.checkout-button{display:block;width:100%;background:var(--orange)!important;color:#fff!important;padding:16px!important;border-radius:10px!important;font-size:13px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;text-align:center;text-decoration:none;}
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover{background:var(--orange-dk)!important;}

/* Coupon / actions row */
.woocommerce table.shop_table td.actions{padding:18px;background:var(--cream);}
.woocommerce table.shop_table td.actions .coupon{display:inline-flex;gap:8px;align-items:center;}
.woocommerce table.shop_table td.actions .coupon input.input-text{border:1.5px solid var(--border);border-radius:8px;padding:10px 14px;font-family:'Jost',sans-serif;font-size:13px;}

/* Checkout */
.woocommerce-checkout form.checkout{display:grid;grid-template-columns:1.3fr 1fr;gap:36px;align-items:start;}
.woocommerce-checkout #customer_details{grid-column:1;}
.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{grid-column:2;}
.woocommerce-checkout #order_review_heading{font-family:'Playfair Display',serif;font-size:24px;font-weight:500;margin-bottom:14px;}
.woocommerce-checkout #order_review{background:var(--cream);border-radius:14px;padding:24px;position:sticky;top:96px;}
.woocommerce-checkout h3{font-family:'Playfair Display',serif;font-size:22px;font-weight:500;margin-bottom:12px;}
.woocommerce-checkout .form-row label{font-size:12px;font-weight:600;letter-spacing:0.5px;text-transform:uppercase;color:var(--muted);margin-bottom:6px;display:block;}
.woocommerce-checkout .form-row .required{color:var(--orange);}
.woocommerce-checkout #payment{background:transparent;}
.woocommerce-checkout #payment ul.payment_methods{border:1px solid var(--border);border-radius:10px;padding:8px;background:#fff;list-style:none;}
.woocommerce-checkout #payment ul.payment_methods li{padding:10px;border-radius:8px;}
.woocommerce-checkout #payment ul.payment_methods li label{font-weight:600;color:var(--black);text-transform:none;letter-spacing:0;font-size:13px;}
.woocommerce-checkout #payment div.payment_box{background:var(--cream);border-radius:8px;font-size:12px;color:var(--muted);}
.woocommerce-checkout #place_order{width:100%;height:56px;background:var(--orange)!important;color:#fff!important;border:none!important;border-radius:10px!important;font-size:13px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;cursor:pointer;font-family:'Jost',sans-serif!important;margin-top:16px;transition:background 0.2s;}
.woocommerce-checkout #place_order:hover{background:var(--orange-dk)!important;}

/* Variable product price display (ORA-037i) */
.woocommerce-variation-price{display:block!important;}
.woocommerce div.product p.price,.woocommerce div.product span.price{display:flex!important;align-items:center!important;gap:12px!important;}
.woocommerce div.product form.cart .variations_form p.price{display:none!important;}
.woocommerce div.product p.price ins,.woocommerce div.product span.price ins,.woocommerce-variation-price .price ins{font-family:'Jost',sans-serif!important;font-size:22px!important;font-weight:600!important;color:#111!important;text-decoration:none!important;background:transparent;}
.woocommerce-variation-price .price ins .woocommerce-Price-amount{font-size:22px!important;font-weight:600!important;color:#111!important;font-family:'Jost',sans-serif!important;}
.woocommerce div.product p.price del,.woocommerce div.product span.price del{font-size:15px!important;color:#999!important;font-weight:400!important;font-family:'Jost',sans-serif!important;}

/* Full-page checkout layout (ORA-037i) */
.o-checkout-wrap{display:grid;grid-template-columns:1fr 420px;gap:0;min-height:100vh;max-width:100%;}
.o-checkout-left{padding:40px 48px;border-right:1px solid #eee;}
.o-checkout-right{padding:40px;background:#f9f9f7;position:sticky;top:0;height:100vh;overflow-y:auto;align-self:start;}
.o-checkout-logo{font-family:'Nunito',sans-serif;font-size:24px;font-weight:800;color:#E8610A;margin-bottom:8px;display:inline-block;text-decoration:none;letter-spacing:-0.5px;}
.o-checkout-breadcrumb{font-family:'Jost',sans-serif;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:#999;margin-bottom:32px;}
.o-checkout-breadcrumb a{color:#999;text-decoration:none;}
.o-checkout-breadcrumb a:hover{color:#111;}
.o-checkout-breadcrumb strong{color:#111;font-weight:500;}
.o-checkout-section{margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid #eee;}
.o-checkout-section:last-child{border-bottom:none;}
.o-checkout-section-title{font-family:'Jost',sans-serif;font-size:11px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:#111;margin-bottom:16px;}
.o-checkout-input,.woocommerce-checkout .o-checkout-left .input-text,.woocommerce-checkout .o-checkout-left select{width:100%;border:1px solid #ddd!important;border-radius:8px!important;padding:12px 16px!important;font-family:'Jost',sans-serif!important;font-size:14px!important;color:#111!important;outline:none;transition:border-color 0.2s;margin-bottom:12px;background:#fff;}
.o-checkout-input:focus,.woocommerce-checkout .o-checkout-left .input-text:focus{border-color:#111!important;}
.o-checkout-grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.o-checkout-coupon{display:flex;gap:8px;align-items:center;margin:0 0 20px;}
.o-checkout-coupon input{flex:1;border:1px solid #ddd;border-radius:8px;padding:10px 16px;font-family:'Jost',sans-serif;font-size:13px;}
.o-checkout-coupon button{background:#111;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-family:'Jost',sans-serif;font-size:12px;letter-spacing:1px;cursor:pointer;}
.o-checkout-coupon button:hover{background:#333;}
.o-checkout-item{display:flex;gap:12px;margin-bottom:16px;align-items:center;}
.o-checkout-item img{width:64px;height:80px;object-fit:cover;border-radius:4px;border:1px solid #eee;}
.o-checkout-item-info{flex:1;}
.o-checkout-item-name{font-family:'Jost',sans-serif;font-size:13px;font-weight:500;color:#111;margin-bottom:4px;line-height:1.3;}
.o-checkout-item-variant{font-family:'Jost',sans-serif;font-size:12px;color:#999;}
.o-checkout-item-price{font-family:'Jost',sans-serif;font-size:14px;font-weight:600;color:#111;white-space:nowrap;}
.o-checkout-totals{margin:20px 0;}
.o-checkout-total-row{display:flex;justify-content:space-between;font-family:'Jost',sans-serif;font-size:13px;color:#666;margin-bottom:10px;}
.o-checkout-total-row.total{font-size:16px;font-weight:600;color:#111;border-top:1px solid #eee;padding-top:12px;margin-top:8px;}
.woocommerce-checkout #place_order,.o-place-order-btn{width:100%;height:52px!important;background:#E8610A!important;color:#fff!important;border:none!important;border-radius:50px!important;padding:0 16px!important;font-family:'Jost',sans-serif!important;font-size:13px!important;font-weight:600!important;letter-spacing:2px!important;text-transform:uppercase!important;cursor:pointer;margin-top:16px;}
.woocommerce-checkout #place_order:hover,.o-place-order-btn:hover{background:var(--orange-dk)!important;}
.o-checkout-trust{display:flex;gap:12px;margin-top:20px;justify-content:center;flex-wrap:wrap;background:transparent;border:none;padding:0;}
.o-ct-item{font-family:'Jost',sans-serif;font-size:10px;letter-spacing:1px;text-transform:uppercase;color:#999;text-align:center;line-height:1.4;}

@media(max-width:900px){
  .o-checkout-wrap{grid-template-columns:1fr;}
  .o-checkout-left{padding:24px;}
  .o-checkout-right{position:static;height:auto;padding:24px;}
}

/* ── Checkout step progress + extras (ORA-037k) ── */
.o-co-steps{display:flex;align-items:center;gap:6px;margin-bottom:28px;font-family:'Jost',sans-serif;font-size:11px;letter-spacing:0.5px;}
.o-co-step{display:flex;align-items:center;gap:5px;color:#999;}
.o-co-step.done{color:#E8610A;}
.o-co-step.active{color:#111;font-weight:500;}
.o-co-step-dot{width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:600;background:#f5f5f5;border:1px solid #ddd;color:#999;}
.o-co-step.done .o-co-step-dot{background:#E8610A;border-color:#E8610A;color:#fff;}
.o-co-step.active .o-co-step-dot{background:#111;border-color:#111;color:#fff;}
.o-co-step-line{flex:1;height:1px;background:#eee;max-width:40px;}

.o-co-optin{display:flex;align-items:center;gap:6px;font-family:'Jost',sans-serif;font-size:12px;color:#666;margin-top:10px;cursor:pointer;}
.o-co-optin input{width:auto;margin:0;}
.o-co-shipping-note{font-family:'Jost',sans-serif;font-size:13px;color:#666;margin-bottom:10px;}

.o-free-ship-bar{background:#EAF3DE;color:#166534;font-family:'Jost',sans-serif;font-size:12px;padding:10px 14px;border-radius:8px;display:flex;align-items:center;gap:6px;}
.o-free-ship-bar strong{font-weight:700;}

.o-secure-note{text-align:center;font-family:'Jost',sans-serif;font-size:11px;color:#999;display:flex;align-items:center;justify-content:center;gap:5px;margin-top:14px;}

.o-savings-badge{background:#EAF3DE;color:#166534;font-family:'Jost',sans-serif;font-size:10px;font-weight:600;padding:3px 10px;border-radius:20px;letter-spacing:0.5px;margin-left:6px;}

.o-upsell-section{margin-top:20px;padding-top:20px;border-top:1px solid #eee;}
.o-upsell-title{font-family:'Jost',sans-serif;font-size:10px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#999;margin-bottom:10px;}
.o-upsell-card{display:flex;gap:10px;align-items:center;padding:10px;border:1px solid #eee;border-radius:8px;margin-bottom:6px;background:#fff;}
.o-upsell-img{width:44px;height:56px;object-fit:cover;border-radius:6px;background:#eee;flex-shrink:0;display:block;}
.o-upsell-info{flex:1;min-width:0;}
.o-upsell-name{font-family:'Jost',sans-serif;font-size:12px;font-weight:500;color:#111;margin-bottom:2px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;}
.o-upsell-price{font-family:'Jost',sans-serif;font-size:11px;color:#999;}
.o-upsell-add{border:1px solid #E8610A;color:#E8610A;border-radius:20px;padding:5px 12px;font-family:'Jost',sans-serif;font-size:11px;font-weight:500;background:none;cursor:pointer;white-space:nowrap;text-decoration:none;flex-shrink:0;transition:all 0.2s;}
.o-upsell-add:hover{background:#E8610A;color:#fff;}

/* My Account */
.woocommerce-account .woocommerce{display:grid;grid-template-columns:240px 1fr;gap:36px;align-items:start;}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;padding:0;border:1px solid var(--border);border-radius:14px;overflow:hidden;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{border-bottom:1px solid var(--border);}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child{border-bottom:none;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{display:block;padding:14px 18px;font-size:13px;font-weight:600;color:var(--text);text-decoration:none;letter-spacing:0.5px;text-transform:uppercase;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{background:var(--orange-lt);color:var(--orange);}
.woocommerce-account .woocommerce-MyAccount-content{background:#fff;}
.woocommerce-account .woocommerce-MyAccount-content h2,.woocommerce-account .woocommerce-MyAccount-content h3{font-family:'Playfair Display',serif;font-weight:500;margin-bottom:12px;}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button.button{background:var(--orange)!important;color:#fff!important;}

/* Thank-you */
.woocommerce-order .woocommerce-order-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;background:var(--cream);border-radius:14px;padding:20px;list-style:none;margin:18px 0 28px;}
.woocommerce-order .woocommerce-order-overview li{border:none;padding:6px 0;text-transform:uppercase;font-size:10px;font-weight:600;letter-spacing:1px;color:var(--muted);}
.woocommerce-order .woocommerce-order-overview li strong{display:block;margin-top:4px;font-size:14px;font-weight:700;color:var(--black);text-transform:none;letter-spacing:0;}
.woocommerce-order .woocommerce-order-details h2,.woocommerce-order .woocommerce-customer-details h2{font-family:'Playfair Display',serif;font-weight:500;font-size:22px;margin:24px 0 12px;}

@media(max-width:900px){
  .woocommerce .cart-collaterals{grid-template-columns:1fr;}
  .woocommerce-checkout form.checkout{grid-template-columns:1fr;}
  .woocommerce-checkout #order_review{position:static;}
  .woocommerce-account .woocommerce{grid-template-columns:1fr;}
}

/* ── Related + Recently Viewed (ORA-037d) ── */
.o-related-wrap{max-width:1380px;margin:48px auto 0;padding:48px 28px 64px;border-top:1px solid var(--border);background:var(--cream);}
.o-related-wrap .o-sec-hd{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px;}
.o-related-wrap h2{font-family:'Playfair Display',serif;font-size:28px;font-weight:400;}
.o-related-wrap h2 em{font-style:italic;color:var(--orange);}
.o-recent-wrap{max-width:1380px;margin:0 auto;padding:48px 28px 64px;background:#fff;}
.o-recent-wrap .o-sec-hd{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px;}
.o-recent-wrap h2{font-family:'Playfair Display',serif;font-size:24px;font-weight:400;}
.o-recent-wrap h2 em{font-style:italic;color:var(--orange);}

/* ── Stock count + feature badges (ORA-037g) ── */
.o-stock-count{font-family:'Jost',sans-serif;font-size:13px;font-style:italic;color:#16a34a;margin:0 0 12px;}
.o-feat-badges{display:flex;flex-direction:column;gap:8px;margin:16px 0 20px;}
.o-feat-badge{display:inline-flex;align-items:center;gap:8px;font-family:'Jost',sans-serif;font-size:11px;letter-spacing:0.5px;padding:6px 12px;border-radius:4px;width:fit-content;}
.o-feat-green{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0;}
.o-feat-gray{background:transparent;color:#6b7280;border:none;padding-left:0;}
.o-feat-gray svg{stroke:#6b7280;}

/* Size chart modal (ORA-037g) */
.o-sc-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.5);z-index:9999;display:flex;align-items:center;justify-content:center;padding:16px;}
.o-sc-modal{background:#fff;padding:32px;max-width:480px;width:100%;max-height:80vh;overflow-y:auto;position:relative;border-radius:0;}
.o-sc-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:22px;cursor:pointer;line-height:1;color:#111;padding:4px;}
.o-sc-close:hover{color:var(--orange);}
.o-sc-title{font-family:'Playfair Display',serif;font-size:22px;font-weight:500;margin-bottom:6px;}
.o-sc-note{font-family:'Jost',sans-serif;font-size:12px;color:#888;margin-bottom:16px;}
.o-sc-table{width:100%;border-collapse:collapse;font-family:'Jost',sans-serif;font-size:13px;margin-bottom:18px;}
.o-sc-table th{background:#f5f5f5;padding:10px;text-align:center;font-weight:500;font-size:11px;letter-spacing:1px;text-transform:uppercase;color:#555;}
.o-sc-table td{padding:10px;text-align:center;border-bottom:1px solid #eee;}
.o-sc-tips{font-family:'Jost',sans-serif;font-size:13px;color:#555;line-height:1.7;}
.o-sc-tips p{margin-bottom:8px;}
.o-sc-tips ul{padding-left:20px;margin:0 0 12px;}
.o-sc-tips li{margin-bottom:4px;}
.o-sc-tips a{color:var(--orange);font-weight:600;text-decoration:underline;}

/* ── Summer Sale Banner (ORA-037c) ── */
.o-summer-banner{background:linear-gradient(135deg,#FFF5EE 0%,#FEE8D6 100%);padding:48px 0;}
.o-summer-inner{max-width:1380px;margin:0 auto;padding:0 28px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;}
.o-summer-eyebrow{font-size:11px;font-weight:700;color:#E8610A;text-transform:uppercase;letter-spacing:2px;margin-bottom:12px;}
.o-summer-h{font-family:'Playfair Display',serif;font-size:44px;font-weight:700;color:#111;line-height:1.1;margin-bottom:16px;}
.o-summer-h em{font-style:italic;color:#E8610A;}
.o-summer-text p{font-size:15px;color:#555;margin-bottom:24px;}
.o-summer-text p strong{color:#E8610A;font-weight:700;}
.o-summer-img img{width:100%;border-radius:16px;aspect-ratio:4/3;object-fit:cover;object-position:top;display:block;}
@media(max-width:768px){
  .o-summer-inner{grid-template-columns:1fr;gap:28px;}
  .o-summer-h{font-size:32px;}
}
.o-hero-h1{font-family:'Playfair Display',serif;font-size:72px;line-height:1.04;color:#fff;margin-bottom:18px;max-width:680px;font-weight:500;}
.o-hero-h1 em{font-style:italic;color:var(--orange);font-weight:500;}
.o-hero-sub{font-size:16px;color:rgba(255,255,255,0.86);line-height:1.7;margin-bottom:32px;max-width:440px;}
.o-hero-btns{display:flex;gap:12px;flex-wrap:wrap;}
.o-hero-btns .o-btn-secondary{background:rgba(255,255,255,0.1);color:#fff;border-color:rgba(255,255,255,0.4);backdrop-filter:blur(10px);}
.o-hero-btns .o-btn-secondary:hover{background:rgba(255,255,255,0.2);border-color:#fff;color:#fff;}

/* ── BUTTONS ── */
.o-btn-primary{background:var(--orange);color:#fff;padding:13px 28px;border-radius:10px;font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:6px;transition:all 0.2s;border:none;cursor:pointer;font-family:'Jost',sans-serif;}
.o-btn-primary:hover{background:var(--orange-dk);transform:translateY(-1px);box-shadow:0 6px 20px rgba(232,97,10,0.3);color:#fff;}
.o-btn-secondary{background:transparent;color:var(--black);padding:13px 28px;border-radius:10px;font-size:14px;font-weight:600;border:1.5px solid var(--border);transition:all 0.2s;display:inline-flex;align-items:center;gap:6px;}
.o-btn-secondary:hover{border-color:var(--orange);color:var(--orange);}

/* ── SECTIONS ── */
.o-sec{max-width:1380px;margin:0 auto;padding:64px 28px;}
.o-sec-hd{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px;}
.o-sec-hd h2{font-family:'Playfair Display',serif;font-size:36px;font-weight:400;}
.o-sec-hd h2 em{font-style:italic;color:var(--orange);}
.o-eyebrow{font-size:11px;font-weight:600;color:var(--orange);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:6px;display:flex;align-items:center;gap:8px;}
.o-eyebrow::before{content:'';width:20px;height:2px;background:var(--orange);border-radius:2px;}
.o-view-all{font-size:13px;font-weight:600;color:var(--orange);display:inline-flex;align-items:center;gap:4px;transition:gap 0.2s;}
.o-view-all::after{content:'→';}
.o-view-all:hover{gap:8px;}

/* ── PRODUCT CARDS (Evara: tight grid, no card radius) ── */
.o-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;}
.o-grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;}
.o-card{cursor:pointer;position:relative;}
.o-card-img{aspect-ratio:3/4;background:var(--sand);overflow:hidden;position:relative;margin-bottom:12px;}
.o-card-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s;}
.o-card:hover .o-card-img img{transform:scale(1.02);}
.o-badges{position:absolute;bottom:12px;left:12px;display:flex;flex-direction:row;gap:6px;flex-wrap:wrap;}
.o-badge{font-size:10px;font-weight:700;padding:5px 12px;border-radius:999px;letter-spacing:0.5px;text-transform:uppercase;}
.o-b-new{background:var(--black);color:#fff;}
.o-b-sale{background:var(--orange);color:#fff;}
.o-b-best{background:#FEF9C3;color:#854D0E;border:1px solid #FDE68A;}
.o-b-fast{background:#F0FDF4;color:#166534;border:1px solid #BBF7D0;}
.o-wish{position:absolute;top:12px;right:12px;width:34px;height:34px;background:rgba(255,255,255,0.92);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--orange);cursor:pointer;border:1px solid rgba(255,255,255,0.5);transition:all 0.2s;opacity:0;transform:scale(0.8);}
.o-card:hover .o-wish{opacity:1;transform:scale(1);}
.o-wish:hover{transform:scale(1.2);}
.o-wish.active{color:var(--orange);background:var(--orange-lt);}
.o-qadd{position:absolute;bottom:12px;right:12px;width:38px;height:38px;border-radius:50%;background:var(--orange);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:400;text-decoration:none;line-height:1;opacity:0;transform:scale(0.7);transition:all 0.2s;border:none;cursor:pointer;}
.o-card:hover .o-qadd{opacity:1;transform:scale(1);}
.o-qadd:hover{background:var(--orange-dk);color:#fff;}
.o-pname{font-size:12px;font-weight:500;color:var(--black);margin-bottom:6px;line-height:1.4;letter-spacing:0.8px;text-transform:uppercase;}
.o-pname a{color:inherit;}
.o-prices{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
.o-price{font-size:15px;font-weight:700;color:var(--black);}
.o-was{font-size:13px;color:#bbb;text-decoration:line-through;}
.o-off{font-size:11px;font-weight:700;color:var(--orange);background:var(--orange-lt);padding:2px 7px;border-radius:4px;}
.o-sbar{height:2px;background:#f0f0f0;border-radius:2px;margin-top:8px;overflow:hidden;}
.o-sfill{height:100%;background:var(--orange);border-radius:2px;}
.o-stxt{font-size:11px;color:var(--orange);font-weight:600;margin-top:4px;}

/* ── STYLE CIRCLES ── */
.o-style-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;}
.o-style-item{display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer;transition:transform 0.2s;}
.o-style-item:hover{transform:translateY(-4px);}
.o-style-circle{width:100%;aspect-ratio:1;border-radius:50%;overflow:hidden;border:2.5px solid transparent;background:var(--sand);transition:border-color 0.2s;}
.o-style-item:hover .o-style-circle{border-color:var(--orange);}
.o-style-circle img{width:100%;height:100%;object-fit:cover;}
.o-style-item span{font-size:12px;font-weight:500;color:var(--text);text-align:center;}

/* ── OFFER STRIP ── */
.o-offer{background:var(--orange-lt);border-top:1px solid rgba(232,97,10,0.15);border-bottom:1px solid rgba(232,97,10,0.15);padding:20px 28px;text-align:center;}
.o-offer p{font-size:14px;color:#C44D06;font-weight:500;margin-bottom:12px;}
.o-offer-tiers{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;}
.o-offer-tier{background:#fff;border:1.5px solid rgba(232,97,10,0.25);border-radius:10px;padding:10px 20px;font-size:13px;color:#C44D06;font-weight:600;}
.o-offer-tier strong{color:var(--orange);}

/* ── BANNER ── */
.o-banner{position:relative;overflow:hidden;background:var(--sand);}
.o-banner img{width:100%;height:500px;object-fit:cover;object-position:center 25%;}
.o-banner-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(17,17,17,0.78) 0%,rgba(17,17,17,0.1) 70%);}
.o-banner-content{position:absolute;inset:0;display:flex;align-items:center;padding:0 80px;}
.o-banner-eyebrow{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:#F97316;font-weight:600;margin-bottom:14px;}
.o-banner-h2{font-family:'Playfair Display',serif;font-size:52px;color:#fff;line-height:1.1;margin-bottom:20px;}
.o-banner-h2 em{font-style:italic;color:#F97316;}

/* ── REVIEWS ── */
.o-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px;}
.o-r-card{background:#fff;border-radius:14px;padding:24px;border:1px solid var(--border);position:relative;}
.o-r-stars{color:var(--orange);font-size:15px;letter-spacing:2px;margin-bottom:12px;}
.o-r-text{font-size:14px;color:var(--muted);line-height:1.8;margin-bottom:16px;font-style:italic;}
.o-r-author{display:flex;align-items:center;gap:10px;}
.o-r-avatar{width:36px;height:36px;background:var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;flex-shrink:0;}
.o-r-name{font-size:13px;font-weight:600;color:var(--black);}
.o-r-city{font-size:11px;color:var(--muted);}
.o-r-verified{font-size:10px;color:#16a34a;font-weight:600;margin-top:8px;text-transform:uppercase;}
.o-r-quote{position:absolute;top:20px;right:24px;font-size:52px;color:var(--orange-lt);font-family:serif;line-height:1;}

/* ── INSTAGRAM ── */
.o-insta-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:3px;background:var(--border);}
.o-insta-item{aspect-ratio:1;overflow:hidden;position:relative;display:block;}
.o-insta-item img{width:100%;height:100%;object-fit:cover;transition:all 0.4s;}
.o-insta-item:hover img{transform:scale(1.06);filter:brightness(0.65);}
.o-insta-ov{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.3s;}
.o-insta-item:hover .o-insta-ov{opacity:1;}
.o-insta-tag{background:var(--orange);color:#fff;font-size:10px;font-weight:700;padding:5px 14px;letter-spacing:1px;text-transform:uppercase;}

/* ── SINGLE PRODUCT ── */
.o-single-wrap{max-width:1380px;margin:0 auto;padding:32px 28px 64px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;}
.o-prod-imgs{position:sticky;top:90px;}
.o-main-img{aspect-ratio:3/4;background:var(--sand);border-radius:16px;overflow:hidden;margin-bottom:10px;}
.o-main-img img{width:100%;height:100%;object-fit:cover;transition:opacity 0.2s;}
.o-thumb-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;}
.o-thumb{aspect-ratio:1;background:var(--sand);overflow:hidden;cursor:pointer;border:2px solid transparent;border-radius:10px;transition:border-color 0.2s;}
.o-thumb:hover,.o-thumb.active{border-color:var(--orange);}
.o-thumb img{width:100%;height:100%;object-fit:cover;}
.o-prod-cat,.o-pcat{font-family:'Jost',sans-serif;font-size:10px;letter-spacing:2px;text-transform:uppercase;color:#7B2D2D;margin-bottom:8px;font-weight:500;}
.o-prod-title,.woocommerce div.product .product_title{font-family:'Playfair Display',serif!important;font-size:22px!important;font-weight:400!important;letter-spacing:2px!important;text-transform:uppercase!important;line-height:1.2!important;color:#111!important;margin-bottom:16px;}
.o-prod-price{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:10px;}
.o-prod-price .now{font-size:28px;font-weight:700;color:var(--black);}
.o-prod-price del{font-size:18px;color:#bbb;}
.o-prod-price .offbadge{background:var(--orange);color:#fff;font-size:12px;font-weight:700;padding:3px 10px;border-radius:6px;}
.o-stock{font-size:12px;font-weight:600;margin-bottom:20px;display:flex;align-items:center;gap:6px;letter-spacing:0.5px;text-transform:uppercase;}
.o-stock.in{color:#16a34a;}
.o-stock.in::before{content:'';width:8px;height:8px;background:#16a34a;border-radius:50%;display:inline-block;}
.o-stock.low{color:var(--orange);}
.o-stock.low::before{content:'';width:8px;height:8px;background:var(--orange);border-radius:50%;display:inline-block;}
.o-divider{border:none;border-top:1px solid var(--border);margin:20px 0;}
.o-prod-desc{font-size:14px;color:var(--muted);line-height:1.9;margin-bottom:24px;}
.o-prod-trust{border:1px solid var(--border);border-radius:12px;margin-bottom:16px;overflow:hidden;}
.o-pt-item{display:flex;align-items:center;gap:12px;font-family:'Jost',sans-serif!important;font-size:11px!important;letter-spacing:1px!important;text-transform:uppercase!important;color:#555!important;padding:13px 16px;border-bottom:1px solid #f0f0f0;}
.o-pt-item:last-child{border-bottom:none;}
.o-wa-btn{display:flex;align-items:center;gap:10px;background:#25D366;color:#fff;padding:14px 20px;font-size:13px;font-weight:600;transition:background 0.2s;width:100%;justify-content:center;border:none;cursor:pointer;border-radius:10px;text-decoration:none;}
.o-wa-btn:hover{background:#20ba58;color:#fff;}

/* ── SHOP PAGE ── */
.o-shop-header{max-width:1380px;margin:0 auto;padding:40px 28px 20px;display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:16px;}
.o-shop-title{font-family:'Playfair Display',serif;font-size:40px;font-weight:400;}
.o-filter-bar{background:var(--cream);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:14px 28px;}
.o-filter-inner{max-width:1380px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;}
.o-filter-cats{display:flex;gap:8px;flex-wrap:wrap;}
.o-fbtn{padding:7px 16px;border:1px solid var(--border);background:#fff;font-family:'Jost',sans-serif;font-size:11px;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:all 0.2s;color:var(--muted);border-radius:20px;font-weight:500;}
.o-fbtn:hover,.o-fbtn.active{border-color:var(--orange);color:var(--orange);background:var(--orange-lt);}
.o-shop-wrap{max-width:1380px;margin:0 auto;padding:32px 28px 64px;}

/* ── BREADCRUMB (Evara) ── */
.o-bc{max-width:1380px;margin:0 auto;padding:16px 28px;border-bottom:none;font-family:'Jost',sans-serif;font-size:10px;letter-spacing:1.5px;text-transform:uppercase;color:#999;display:flex;gap:8px;align-items:center;}
.o-bc a{color:#999;transition:color 0.2s;}
.o-bc a:hover{color:#111;}
.o-bc .sep{color:#ccc;}
.o-bc .curr{color:#111;font-weight:500;}

/* ── EMAIL SECTION ── */
.o-email-sec{background:var(--black);padding:64px 28px;text-align:center;}
.o-email-inner{max-width:520px;margin:0 auto;}
.o-email-sec h2{font-family:'Playfair Display',serif;font-size:32px;color:#fff;margin-bottom:10px;}
.o-email-sec h2 em{font-style:italic;color:#F97316;}
.o-email-sec p{font-size:14px;color:#888;margin-bottom:24px;line-height:1.7;}
.o-email-form{display:flex;gap:10px;max-width:440px;margin:0 auto;}
.o-email-input{flex:1;padding:13px 18px;border-radius:10px;border:1px solid #333;background:#1a1a1a;color:#fff;font-size:14px;font-family:'Jost',sans-serif;outline:none;transition:border-color 0.2s;}
.o-email-input:focus{border-color:var(--orange);}
.o-email-input::placeholder{color:#555;}
.o-email-submit{background:var(--orange);color:#fff;padding:13px 24px;border-radius:10px;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:background 0.2s;white-space:nowrap;font-family:'Jost',sans-serif;}
.o-email-submit:hover{background:var(--orange-dk);}

/* ── FOOTER ── */
#o-footer{background:var(--black);padding:64px 28px 28px;}
.o-foot-grid{max-width:1380px;margin:0 auto;display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:56px;padding-bottom:48px;border-bottom:1px solid #222;}
.o-foot-brand p{font-size:13px;color:#555;line-height:1.9;margin-top:16px;max-width:260px;}
.o-foot-social{display:flex;gap:10px;margin-top:20px;}
.o-soc{width:36px;height:36px;background:#1a1a1a;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#555;transition:all 0.2s;text-decoration:none;}
.o-soc:hover{background:var(--orange);color:#fff;}
.o-fc h4{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#fff;margin-bottom:18px;font-weight:600;}
.o-fc ul{display:flex;flex-direction:column;gap:10px;}
.o-fc ul li a{font-size:13px;color:#555;transition:color 0.2s;}
.o-fc ul li a:hover{color:var(--orange);}
.o-foot-bottom{max-width:1380px;margin:28px auto 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;}
.o-foot-bottom p{font-size:12px;color:#444;}
.o-pay-row{display:flex;gap:8px;}
.o-pay-chip{background:#1a1a1a;color:#555;font-size:10px;font-weight:600;padding:4px 10px;border-radius:6px;}

/* ── STICKY BAR ── */
.o-sticky{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:2px solid var(--orange);padding:12px 28px;display:flex;align-items:center;justify-content:space-between;gap:16px;z-index:400;box-shadow:0 -8px 32px rgba(0,0,0,0.1);transform:translateY(100%);transition:transform 0.3s;}
.o-sticky.show{transform:translateY(0);}
.o-sb-info strong{font-size:15px;font-weight:700;display:block;}
.o-sb-info span{font-size:12px;color:var(--orange);font-weight:600;}
.o-sb-acts{display:flex;gap:10px;}
.o-sb-cart{background:#fff;color:var(--black);border:1.5px solid var(--black);padding:11px 24px;border-radius:9px;font-size:13px;font-weight:600;cursor:pointer;transition:all 0.2s;font-family:'Jost',sans-serif;}
.o-sb-cart:hover{background:var(--black);color:#fff;}
.o-sb-buy{background:var(--orange);color:#fff;padding:12px 28px;border-radius:9px;font-size:13px;font-weight:700;border:none;cursor:pointer;transition:background 0.2s;font-family:'Jost',sans-serif;}
.o-sb-buy:hover{background:var(--orange-dk);}

/* ── WA FLOAT ── */
.o-wa-float{position:fixed;bottom:80px;right:24px;width:52px;height:52px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,0.4);z-index:999;transition:transform 0.2s;text-decoration:none;}
.o-wa-float:hover{transform:scale(1.1);}

/* ── WOO OVERRIDES ── */
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:var(--orange)!important;color:#fff!important;font-family:'Jost',sans-serif!important;font-size:13px!important;border-radius:10px!important;padding:13px 24px!important;font-weight:600!important;transition:background 0.2s!important;border:none!important;}
.woocommerce a.button:hover,.woocommerce button.button:hover{background:var(--orange-dk)!important;}
.woocommerce .woocommerce-message,.woocommerce .woocommerce-info{background:var(--orange-lt)!important;border-top-color:var(--orange)!important;border-radius:10px!important;}
.woocommerce-checkout .input-text,.woocommerce-checkout select,.woocommerce-checkout textarea{border:1px solid var(--border)!important;border-radius:10px!important;padding:12px 16px!important;font-family:'Jost',sans-serif!important;font-size:14px!important;}
.woocommerce-checkout .input-text:focus{border-color:var(--orange)!important;outline:none!important;box-shadow:none!important;}
.woocommerce div.product .product_title{font-family:'Playfair Display',serif!important;font-size:36px!important;font-weight:400!important;}
.woocommerce div.product p.price,.woocommerce div.product span.price{font-size:28px!important;font-weight:700!important;}
.woocommerce-pagination .page-numbers li .page-numbers.current{background:var(--orange)!important;color:#fff!important;border-radius:8px!important;}

/* ── RESPONSIVE ── */
@media(max-width:1100px){
  .o-grid{grid-template-columns:repeat(3,1fr);}
  .o-grid-5{grid-template-columns:repeat(3,1fr);}
  .o-style-grid{grid-template-columns:repeat(3,1fr);}
  .o-foot-grid{grid-template-columns:1fr 1fr;gap:36px;}
  .o-single-wrap{grid-template-columns:1fr;gap:32px;}
  .o-prod-imgs{position:static;}
  .o-hero-inner{grid-template-columns:1fr;}
}
@media(max-width:768px){
  .o-nav{display:none;}
  .o-mobile-btn{display:flex;}
  .o-grid{grid-template-columns:repeat(2,1fr);gap:2px;}
  .o-grid-5{grid-template-columns:repeat(2,1fr);gap:2px;}
  .o-hero-wrap{min-height:60vh;}
  .o-hero-bg{position:absolute;inset:0;height:100%;}
  .o-hero-overlay{background:linear-gradient(0deg,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.25) 60%);}
  .o-hero-content{position:absolute;inset:0;padding:32px 20px;}
  .o-hero-h1{font-size:38px;}
  .o-hero-sub{font-size:14px;margin-bottom:20px;}
  .o-style-grid{grid-template-columns:repeat(3,1fr);}
  .o-reviews-grid{grid-template-columns:1fr;}
  .o-foot-grid{grid-template-columns:1fr;gap:28px;}
  .o-sec{padding:40px 16px;}
  .o-banner-content{padding:0 28px;}
  .o-banner-h2{font-size:36px;}
  .o-trust-inner{overflow-x:auto;justify-content:flex-start;}
  .o-trust-item{flex-shrink:0;padding:16px 24px;}
  .o-sticky{padding:12px 16px;}
  .o-email-form{flex-direction:column;}
  .o-hero-inner{padding:32px 20px 0;}
  .o-hero-h1{font-size:40px;}
  .o-insta-grid{grid-template-columns:repeat(3,1fr);}
}

/* Extra fixes */
.o-pcat{font-size:10px;letter-spacing:1.5px;text-transform:uppercase;color:var(--orange);margin-bottom:4px;font-weight:500;}
.o-psizes{font-size:11px;color:var(--muted);margin-top:4px;}
.o-card-info{padding:0;}
.o-img-hover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 0.4s;}
.o-card:hover .o-img-hover{opacity:1;}
.o-woo-wrap{max-width:1380px;margin:0 auto;padding:32px 28px;}
.o-woo-wrap .woocommerce-ordering select{border:1px solid var(--border);border-radius:8px;padding:8px 12px;font-family:'Jost',sans-serif;font-size:13px;}
/* Sticky bar */
.o-sticky{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:2px solid var(--orange);padding:12px 28px;display:flex;align-items:center;justify-content:space-between;gap:16px;z-index:400;box-shadow:0 -8px 32px rgba(0,0,0,0.1);transform:translateY(100%);transition:transform 0.3s;}
.o-sticky.show{transform:translateY(0);}
.o-sb-info strong{font-size:15px;font-weight:700;display:block;}
.o-sb-info span{font-size:12px;color:var(--orange);font-weight:600;}
.o-sb-acts{display:flex;gap:10px;}
.o-sb-cart{background:#fff;color:var(--black);border:1.5px solid var(--black);padding:11px 24px;border-radius:9px;font-size:13px;font-weight:600;cursor:pointer;transition:all 0.2s;text-decoration:none;display:inline-flex;align-items:center;}
.o-sb-cart:hover{background:var(--black);color:#fff;}
.o-sb-buy{background:var(--orange);color:#fff;padding:12px 28px;border-radius:9px;font-size:13px;font-weight:700;border:none;cursor:pointer;transition:background 0.2s;text-decoration:none;display:inline-flex;align-items:center;}
.o-sb-buy:hover{background:var(--orange-dk);color:#fff;}
/* WA Float */
.o-wa-float{position:fixed;bottom:80px;right:24px;width:52px;height:52px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,0.4);z-index:999;transition:transform 0.2s;text-decoration:none;color:#fff;}
.o-wa-float:hover{transform:scale(1.1);color:#fff;}

/* ── EVARA PRODUCT PAGE (ORA-037) ── */
.o-product-layout,.o-single-wrap,.woocommerce div.product{max-width:100%!important;padding:0!important;margin:0!important;}
.o-product-layout{display:grid!important;grid-template-columns:80px 1fr 480px!important;gap:0!important;align-items:start!important;min-height:90vh!important;}

/* Thumbnail column (left) */
.o-thumb-col{display:flex!important;flex-direction:column!important;gap:4px!important;padding:16px 8px!important;border-right:1px solid #eee!important;position:sticky!important;top:80px!important;align-self:start;}
.o-thumb{width:64px!important;height:80px!important;object-fit:cover!important;cursor:pointer!important;border:1.5px solid transparent!important;transition:border-color 0.2s!important;display:block;}
.o-thumb.active,.o-thumb:hover{border-color:#111!important;}

/* Main image (center, full viewport height) */
.o-main-img-wrap{position:sticky!important;top:0!important;height:100vh!important;overflow:hidden!important;}
.o-main-img-wrap img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important;display:block;}

/* Right info panel */
.o-prod-panel{padding:40px 40px 60px!important;border-left:1px solid #eee!important;min-height:100vh!important;position:static!important;}

/* Legacy vertical gallery rules retained for back-compat; harmless if unused. */
.o-prod-gallery-v{display:flex;flex-direction:column;gap:8px;}
.o-prod-vimg{aspect-ratio:3/4;background:var(--sand);border-radius:12px;overflow:hidden;}
.o-prod-vimg img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.5s ease;}
.o-prod-vimg:hover img{transform:scale(1.03);}
.o-prod-panel .o-pcat,.o-prod-panel .o-prod-cat{font-family:'Jost',sans-serif;font-size:10px;letter-spacing:2px;text-transform:uppercase;color:#7B2D2D;margin-bottom:8px;font-weight:500;}
.o-prod-panel .o-prod-title{font-family:'Playfair Display',serif!important;font-size:22px!important;font-weight:400!important;letter-spacing:2px!important;text-transform:uppercase!important;line-height:1.2!important;color:#111!important;margin-bottom:14px;}
.o-prod-panel .o-prod-price,.woocommerce div.product p.price,.woocommerce div.product span.price,.o-prod-price{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:6px;font-family:'Jost',sans-serif!important;}
.o-prod-panel .o-prod-price .now,.o-prod-panel .o-prod-price>.amount,.o-prod-panel .o-prod-price ins .amount,.woocommerce div.product p.price .woocommerce-Price-amount,.woocommerce div.product p.price ins .woocommerce-Price-amount,.woocommerce div.product span.price .woocommerce-Price-amount,.o-prod-price .now,.o-prod-price ins .woocommerce-Price-amount,.o-prod-price>.woocommerce-Price-amount{font-family:'Jost',sans-serif!important;font-size:20px!important;font-weight:500!important;color:#111!important;letter-spacing:1px!important;}
.o-prod-panel .o-prod-price del,.woocommerce div.product p.price del,.o-prod-price del{font-size:16px!important;color:#999!important;font-family:'Jost',sans-serif!important;font-weight:400!important;}
.o-prod-panel .o-prod-price del .amount,.woocommerce div.product p.price del .woocommerce-Price-amount,.o-prod-price del .woocommerce-Price-amount{font-family:'Jost',sans-serif!important;font-size:16px!important;font-weight:400!important;color:#999!important;}
.o-prod-panel .o-prod-price .offbadge,.o-prod-price .offbadge{background:#E8610A;color:#fff;font-size:12px;font-weight:700;padding:3px 10px;border-radius:20px;letter-spacing:0.5px;font-family:'Jost',sans-serif;}
.o-prod-panel .o-stock,.o-prod-panel .o-stock-msg{font-size:12px;font-weight:600;margin:14px 0 8px;letter-spacing:0.5px;text-transform:uppercase;display:flex;align-items:center;gap:6px;}
.o-prod-panel .o-stock.in{color:#16a34a;}
.o-prod-panel .o-stock.in::before{content:'';width:8px;height:8px;background:#16a34a;border-radius:50%;}
.o-prod-panel .o-stock.low{color:var(--orange);}
.o-prod-panel .o-stock.low::before{content:'';width:8px;height:8px;background:var(--orange);border-radius:50%;}

.o-size-label{font-family:'Jost',sans-serif;font-size:13px;color:#111;display:block;}
.o-size-label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;}
.o-size-chart-btn{font-family:'Jost',sans-serif;font-size:12px;color:#111;text-decoration:underline;background:none;border:none;cursor:pointer;padding:0;}
.o-size-chart-btn:hover{color:var(--orange);}
.o-size-note{font-family:'Jost',sans-serif;font-size:12px;color:#6b7280;margin:8px 0 16px;font-style:italic;}
.o-size-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px;}
.o-size-pill,.woocommerce div.product .variations td.value label{border:1px solid #ddd!important;border-radius:0!important;padding:10px 18px!important;font-family:'Jost',sans-serif;font-size:13px!important;font-weight:400;letter-spacing:1px;color:#111;cursor:pointer;background:#fff;transition:all 0.2s;}
.o-size-pill:hover{border-color:#111!important;}
.o-size-pill.active{background:#111!important;color:#fff!important;border-color:#111!important;}
.o-size-pill[disabled],.o-size-pill.disabled{color:#ccc!important;border-color:#eee!important;text-decoration:line-through;cursor:not-allowed;opacity:1;}

.o-add-cart-row{display:flex;flex-direction:column;gap:10px;margin-bottom:20px;}
.o-add-cart-row .single_add_to_cart_button,.o-add-cart-row .o-add-cart-btn,.o-prod-atc,.single_add_to_cart_button,.woocommerce div.product form.cart .single_add_to_cart_button,.woocommerce div.product form.cart button.button,body .woocommerce .o-prod-atc{width:100%;height:52px!important;background:transparent!important;color:#111!important;border:1.5px solid #111!important;border-radius:50px!important;font-family:'Jost',sans-serif!important;font-size:11px!important;font-weight:500!important;letter-spacing:3px!important;text-transform:uppercase!important;padding:0 16px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all 0.2s!important;}
.o-add-cart-row .single_add_to_cart_button:hover,.o-add-cart-row .o-add-cart-btn:hover,.o-prod-atc:hover,.single_add_to_cart_button:hover,.woocommerce div.product form.cart .single_add_to_cart_button:hover,.woocommerce div.product form.cart button.button:hover{background:#E8610A!important;color:#fff!important;border-color:#E8610A!important;transform:translateY(-1px);box-shadow:0 4px 20px rgba(232,97,10,0.25);}
.o-add-cart-row .single_add_to_cart_button:active,.o-add-cart-row .o-add-cart-btn:active,.o-prod-atc:active,.single_add_to_cart_button:active{transform:translateY(0);box-shadow:none;}
.o-buy-now-btn,.o-prod-btn{width:100%;height:52px!important;background:#111!important;color:#fff!important;border:1.5px solid #111!important;border-radius:50px!important;font-family:'Jost',sans-serif!important;font-size:11px!important;font-weight:500!important;letter-spacing:3px!important;text-transform:uppercase!important;padding:0 16px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:all 0.2s;}
.o-pay-icons{display:inline-flex;align-items:center;gap:4px;}
.o-pay-icons img{height:16px;opacity:0.85;}
.o-buy-now-btn:hover,.o-prod-btn:hover{color:#fff!important;background:#E8610A!important;border-color:#E8610A!important;transform:translateY(-1px);box-shadow:0 4px 20px rgba(232,97,10,0.25);}
.o-buy-now-btn:active,.o-prod-btn:active{transform:translateY(0);box-shadow:none;}

/* Quantity stepper (Evara) — applies anywhere woocommerce_quantity_input() renders */
.woocommerce div.product form.cart div.quantity{float:none!important;margin:0 0 20px 0!important;display:flex!important;clear:both!important;}
.o-qty-wrap,.woocommerce div.product form.cart .quantity{display:flex!important;align-items:center!important;gap:0;border:1px solid #ddd!important;border-radius:0!important;overflow:hidden!important;width:120px!important;margin:0 0 20px!important;}
.o-qty-wrap.quantity{margin-right:0;}
.o-qty-btn{width:40px!important;height:40px!important;background:#fff;border:none;font-size:16px!important;cursor:pointer;font-weight:300!important;color:#111!important;font-family:'Jost',sans-serif;line-height:1;padding:0;display:flex;align-items:center;justify-content:center;flex:1;}
.o-qty-btn:hover{background:#f5f5f5;}
.o-qty-input,.woocommerce div.product form.cart .quantity input.qty{border:none!important;border-left:1px solid #ddd!important;border-right:1px solid #ddd!important;width:40px!important;height:40px!important;text-align:center!important;font-size:14px!important;font-family:'Jost',sans-serif!important;font-weight:500;color:#111;background:#fff;-webkit-appearance:none!important;-moz-appearance:textfield!important;padding:0;border-radius:0;flex:1;min-width:0;}
.o-qty-input::-webkit-outer-spin-button,.o-qty-input::-webkit-inner-spin-button,.woocommerce div.product form.cart .quantity input.qty::-webkit-outer-spin-button,.woocommerce div.product form.cart .quantity input.qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}

.o-prod-trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:18px 0 24px;}
.o-prod-trust-row .o-pt-cell{text-align:center;padding:14px 8px;background:var(--cream);border:1px solid var(--border);border-radius:10px;font-size:11px;color:var(--text);line-height:1.4;}
.o-prod-trust-row .o-pt-cell strong{display:block;font-size:11px;font-weight:700;color:var(--black);margin-bottom:2px;letter-spacing:0.5px;}

/* Custom button-driven accordion (ORA-037b) */
.o-prod-acc{border-top:1px solid var(--border);}
.o-prod-acc:last-of-type,.o-prod-acc:last-child{border-bottom:1px solid #eee;}
.o-prod-acc-btn{width:100%;background:none;border:none;cursor:pointer;padding:18px 0!important;font-family:'Jost',sans-serif!important;font-size:11px!important;font-weight:400!important;color:#111!important;display:flex;justify-content:space-between;align-items:center;letter-spacing:2px!important;text-transform:uppercase!important;}
.o-prod-acc-btn .o-acc-icon{color:#111!important;font-size:18px!important;font-weight:300;line-height:1;transition:transform 0.2s;}
.o-prod-acc-body{max-height:0;overflow:hidden;transition:max-height 0.3s ease;}
.o-prod-acc.open .o-prod-acc-body{max-height:600px;}
.o-prod-acc .o-acc-inner{padding:0 0 20px;font-size:14px;line-height:1.8;color:var(--muted);font-family:'Jost',sans-serif;}

/* Hide WC's default variation form select; pills (.o-pill-group) replace them. */
.woocommerce div.product form.variations_form .variations{display:flex!important;flex-direction:column!important;gap:12px!important;margin-bottom:16px!important;}
.woocommerce div.product form.variations_form .variations td,
.woocommerce div.product form.variations_form .variations th{display:block!important;padding:0!important;border:none!important;}
.woocommerce div.product form.variations_form .variations select,
.variations select.o-pilled{display:none!important;}
.variations td.label{display:none;}
.o-pill-group{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin:8px 0!important;}
.woocommerce-variation-add-to-cart{display:flex!important;flex-direction:column!important;gap:12px!important;}
.woocommerce-variation-add-to-cart .quantity{float:none!important;margin:0 0 8px!important;}

/* Stack on smaller screens */
@media(max-width:900px){
  .o-product-layout{grid-template-columns:1fr!important;gap:0!important;padding:0!important;}
  .o-thumb-col{flex-direction:row!important;overflow-x:auto;position:static!important;border-right:none!important;border-bottom:1px solid #eee!important;padding:8px!important;}
  .o-main-img-wrap{position:relative!important;height:auto!important;aspect-ratio:3/4;}
  .o-prod-panel{position:static!important;padding:32px 20px 48px!important;border-left:none!important;min-height:0!important;}
  .o-prod-panel .o-prod-title{font-size:20px!important;}
  .o-prod-trust-row{grid-template-columns:repeat(2,1fr);}
}

/* ── Cart page redesign (ORA-037j) ── */
.o-cart-page{display:grid;grid-template-columns:1fr 380px;gap:0;max-width:100%;min-height:70vh;align-items:start;}
.o-cart-left{padding:48px;border-right:1px solid #eee;}
.o-cart-right{padding:40px 36px;background:#f9f9f7;position:sticky;top:80px;}
.o-cart-title{font-family:'Playfair Display',serif;font-size:32px;font-weight:400;color:#111;margin-bottom:32px;display:flex;align-items:baseline;gap:12px;}
.o-cart-title .o-cart-count{font-family:'Jost',sans-serif;font-size:14px;color:#999;font-weight:400;}
.o-cart-items{}
.o-cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:20px;align-items:start;padding:24px 0;border-bottom:1px solid #eee;}
.o-ci-img img{width:100px;height:130px;object-fit:cover;border-radius:8px;display:block;}
.o-ci-name{font-family:'Jost',sans-serif;font-size:14px;font-weight:500;color:#111;margin-bottom:6px;line-height:1.3;}
.o-ci-name a{color:#111;text-decoration:none;}
.o-ci-name a:hover{color:#E8610A;}
.o-ci-var{font-family:'Jost',sans-serif;font-size:12px;color:#999;margin-bottom:4px;letter-spacing:0.5px;}
.o-ci-price{font-family:'Jost',sans-serif;font-size:16px;font-weight:600;color:#111;margin-top:8px;}
.o-ci-actions{display:flex;flex-direction:column;align-items:flex-end;gap:12px;}
.o-ci-remove{font-size:20px;color:#999;text-decoration:none;line-height:1;transition:color 0.2s;}
.o-ci-remove:hover{color:#E8610A;}
.o-cart-actions{padding:16px 0;display:flex;justify-content:flex-end;gap:12px;}
.o-cart-update{background:transparent;border:1px solid #ddd;border-radius:50px;padding:8px 20px;font-family:'Jost',sans-serif;font-size:11px;letter-spacing:1px;text-transform:uppercase;color:#666;cursor:pointer;}
.o-cart-update:hover{border-color:#111;color:#111;}

.o-cart-r-title{font-family:'Jost',sans-serif;font-size:10px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#999;margin-bottom:20px;}

/* Tighten WC's totals output inside our right column */
.o-cart-totals-wrap .cart_totals{padding:0;background:transparent;}
.o-cart-totals-wrap .cart_totals h2{display:none;}
.o-cart-totals-wrap .cart_totals table{width:100%;border:none;background:transparent;font-family:'Jost',sans-serif;}
.o-cart-totals-wrap .cart_totals th,.o-cart-totals-wrap .cart_totals td{border:none;padding:6px 0;background:transparent;font-size:13px;}
.o-cart-totals-wrap .cart_totals .order-total .amount,.o-cart-totals-wrap .cart_totals .order-total td,.o-cart-totals-wrap .cart_totals .order-total th{font-size:16px;font-weight:600;color:#111;border-top:1px solid #eee;padding-top:12px;}
/* Hide WC's checkout button — we render our own .o-cart-checkout-btn below */
.o-cart-right .wc-proceed-to-checkout{display:none!important;}

.o-cart-checkout-btn{display:block;width:100%;background:#E8610A;color:#fff;border:none;border-radius:50px;padding:16px;font-family:'Jost',sans-serif;font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;text-align:center;text-decoration:none;margin-top:16px;transition:opacity 0.2s;}
.o-cart-checkout-btn:hover{opacity:0.9;color:#fff;}

/* WC's own Proceed-to-Checkout button (fallback when block-based cart bypasses our cart.php) */
.wc-proceed-to-checkout a.checkout-button,.wc-proceed-to-checkout .button{background:#E8610A!important;color:#fff!important;border-radius:50px!important;border:none!important;padding:14px 32px!important;font-family:'Jost',sans-serif!important;font-size:12px!important;font-weight:600!important;letter-spacing:2px!important;text-transform:uppercase!important;display:block!important;text-align:center!important;width:100%!important;}

.o-cart-page .o-cart-trust{margin-top:20px;padding-top:20px;border-top:1px solid #eee;display:flex;flex-direction:column;gap:8px;background:transparent;border-bottom:none;}
.o-cart-page .o-cart-trust .o-ct-item{font-family:'Jost',sans-serif;font-size:11px;color:#999;letter-spacing:0.5px;text-transform:none;text-align:left;}
.o-cart-continue{margin-top:16px;}
.o-cart-continue a{font-family:'Jost',sans-serif;font-size:12px;color:#999;text-decoration:none;letter-spacing:0.5px;}
.o-cart-continue a:hover{color:#111;}

.o-cart-empty{max-width:520px;margin:80px auto;text-align:center;padding:0 24px;}
.o-cart-empty h1{font-family:'Playfair Display',serif;font-size:28px;font-weight:400;color:#111;margin-bottom:10px;}
.o-cart-empty p{font-family:'Jost',sans-serif;font-size:14px;color:#999;margin-bottom:24px;}
.o-cart-empty .o-cart-checkout-btn{display:inline-block;width:auto;padding:14px 32px;margin-top:0;}

@media(max-width:900px){
  .o-cart-page{grid-template-columns:1fr;}
  .o-cart-left{padding:24px;border-right:none;border-bottom:1px solid #eee;}
  .o-cart-right{position:static;padding:24px;}
}

/* ── Thank-you page redesign (ORA-037j / l) ── */
/* Hide WC's auto-rendered default content so only our custom layout shows. */
.woocommerce-order .woocommerce-thankyou-order-details,
.woocommerce-order .woocommerce-order-details,
.woocommerce-order .woocommerce-customer-details,
.woocommerce-order > p:first-of-type,
p.woocommerce-thankyou-order-received,
.woocommerce-order-received .entry-title{display:none!important;}

.o-ty-page{max-width:100%;font-family:'Jost',sans-serif;}
.o-ty-hero{text-align:center;padding:56px 28px 40px;background:#f9f9f7;border:1px solid #eee!important;border-bottom:none!important;border-radius:12px 12px 0 0!important;margin:32px 28px 0!important;}
.o-ty-eyebrow{font-family:'Jost',sans-serif;font-size:10px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#E8610A;margin-bottom:12px;}
.o-ty-heading{font-family:'Playfair Display',serif;font-size:52px;font-weight:400;color:#111;margin-bottom:12px;line-height:1.1;}
.o-ty-heading em{font-style:italic;color:#E8610A;}
.o-ty-sub{font-family:'Jost',sans-serif;font-size:14px;color:#999;max-width:480px;margin:0 auto;line-height:1.6;}
.o-ty-wrap{display:grid!important;grid-template-columns:1fr 340px!important;gap:0!important;align-items:start!important;border:1px solid #eee!important;border-radius:0 0 12px 12px!important;overflow:hidden!important;margin:0 28px 32px!important;}
.o-ty-left{padding:40px 48px!important;border-right:1px solid #eee!important;}
.o-ty-right{padding:40px 36px!important;background:#f9f9f7!important;}
.o-ty-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid #eee;border-radius:10px;overflow:hidden;margin-bottom:32px;background:#fff;width:100%;}
.o-ty-stat{padding:20px 16px;border-right:1px solid #eee;}
.o-ty-stat:last-child{border-right:none;}
.o-ty-stat-label{font-family:'Jost',sans-serif;font-size:9px;letter-spacing:1.5px;text-transform:uppercase;color:#999;margin-bottom:8px;white-space:nowrap;}
.o-ty-stat-val{font-family:'Jost',sans-serif;font-size:15px;font-weight:600;color:#111;white-space:nowrap;}
.o-ty-section-title{font-family:'Jost',sans-serif;font-size:10px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#111;margin-bottom:20px;}
.o-ty-item{display:flex;gap:14px;align-items:center;padding:16px 0;border-bottom:1px solid #eee;}
.o-ty-item:last-child{border-bottom:none;}
.o-ty-item-img{width:56px;height:70px;object-fit:cover;border-radius:6px;flex-shrink:0;}
.o-ty-item-info{flex:1;}
.o-ty-item-name{font-family:'Jost',sans-serif;font-size:14px;font-weight:500;color:#111;margin-bottom:4px;}
.o-ty-item-meta{font-family:'Jost',sans-serif;font-size:11px;color:#999;}
.o-ty-item-price{font-family:'Jost',sans-serif;font-size:14px;font-weight:600;color:#111;margin-left:auto;flex-shrink:0;}
.o-ty-totals{margin-top:16px;}
.o-ty-total-row{display:flex;justify-content:space-between;font-family:'Jost',sans-serif;font-size:13px;color:#999;margin-bottom:10px;}
.o-ty-total-row.big{font-size:16px;font-weight:600;color:#111;border-top:1px solid #eee;padding-top:12px;margin-top:4px;}
.o-ty-total-row.green{color:#16a34a;}
.o-ty-addr-card{border:1px solid #eee;border-radius:10px;padding:20px;margin-bottom:20px;background:#fff;}
.o-ty-addr-title{font-family:'Jost',sans-serif;font-size:10px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#999;margin-bottom:10px;}
.o-ty-addr-name{font-family:'Jost',sans-serif;font-size:14px;font-weight:600;color:#111;margin-bottom:4px;}
.o-ty-addr-line{font-family:'Jost',sans-serif;font-size:13px;color:#999;line-height:1.6;}
.o-ty-actions{display:flex;flex-direction:column;gap:10px;margin-bottom:20px;}
.o-ty-btn-primary{display:block;background:#E8610A;color:#fff;border-radius:50px;padding:14px 24px;font-family:'Jost',sans-serif;font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;text-align:center;text-decoration:none;transition:opacity 0.2s;}
.o-ty-btn-primary:hover{opacity:0.9;color:#fff;}
.o-ty-btn-secondary{display:block;border:1.5px solid #111;color:#111;border-radius:50px;padding:13px 24px;font-family:'Jost',sans-serif;font-size:12px;font-weight:500;letter-spacing:1px;text-transform:uppercase;text-align:center;text-decoration:none;transition:all 0.2s;}
.o-ty-btn-secondary:hover{background:#111;color:#fff;}
.o-ty-wa-card{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:20px;display:flex;gap:14px;align-items:flex-start;}
.o-ty-wa-icon{font-size:24px;line-height:1;}
.o-ty-wa-title{font-family:'Jost',sans-serif;font-size:13px;font-weight:600;color:#111;margin-bottom:4px;}
.o-ty-wa-sub{font-family:'Jost',sans-serif;font-size:12px;color:#666;margin-bottom:10px;}
.o-ty-wa-btn{display:inline-block;background:#16a34a;color:#fff;border-radius:50px;padding:8px 16px;font-family:'Jost',sans-serif;font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase;text-decoration:none;}
.o-ty-wa-btn:hover{background:#15803d;color:#fff;}

@media(max-width:900px){
  .o-ty-wrap{grid-template-columns:1fr;}
  .o-ty-stats{grid-template-columns:repeat(2,1fr);}
  .o-ty-stat:nth-child(2){border-right:none;}
  .o-ty-stat:nth-child(1),.o-ty-stat:nth-child(2){border-bottom:1px solid #eee;}
  .o-ty-right{position:static;}
  .o-ty-left{padding:24px;border-right:none;border-bottom:1px solid #eee;}
  .o-ty-heading{font-size:38px;}
}

/* Empty cart (ORA-037h) */
.woocommerce-cart .cart-empty,.woocommerce-cart .woocommerce-cart-form{max-width:600px;margin:80px auto;text-align:center;}
.woocommerce-cart .cart-empty{font-family:'Playfair Display',serif;font-size:24px;font-weight:400;color:#111;}
.woocommerce-cart .return-to-shop{margin-top:24px;}

/* ── SLIDING CART DRAWER (ORA-038) ── */
body.o-no-scroll{overflow:hidden;}
.o-cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.45);opacity:0;visibility:hidden;transition:opacity 0.25s,visibility 0.25s;z-index:900;}
.o-cart-overlay.open{opacity:1;visibility:visible;}
.o-cart-drawer{position:fixed;top:0;right:0;height:100vh;width:420px;max-width:100vw;background:#fff;box-shadow:-12px 0 32px rgba(0,0,0,0.12);transform:translateX(100%);transition:transform 0.3s ease;z-index:950;display:flex;flex-direction:column;}
.o-cart-drawer.open{transform:translateX(0);}
.o-cart-drawer-inner{display:flex;flex-direction:column;height:100%;overflow:hidden;}

.o-cart-head{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;border-bottom:1px solid var(--border);flex-shrink:0;}
.o-cart-head h3{font-family:'Playfair Display',serif;font-size:22px;font-weight:500;}
.o-cart-head .o-cart-count-n{color:var(--orange);font-weight:600;font-size:18px;font-family:'Jost',sans-serif;}
.o-cart-close{background:none;border:none;font-size:28px;line-height:1;color:var(--muted);cursor:pointer;padding:0 4px;transition:color 0.2s;}
.o-cart-close:hover{color:var(--black);}

.o-cart-progress{padding:14px 22px;border-bottom:1px solid var(--border);flex-shrink:0;background:var(--cream);}
.o-cp-bar{height:6px;background:#eee;border-radius:999px;overflow:hidden;margin-bottom:10px;}
.o-cp-fill{height:100%;background:linear-gradient(90deg,var(--orange) 0%,var(--orange-dk) 100%);border-radius:999px;transition:width 0.4s;}
.o-cp-msg{font-size:13px;font-weight:600;color:var(--black);margin-bottom:8px;}
.o-cp-tiers{display:flex;justify-content:space-between;gap:8px;font-size:10px;letter-spacing:0.4px;text-transform:uppercase;color:var(--muted);font-weight:600;}
.o-cp-tiers .reached{color:var(--orange);}

.o-cart-items{flex:1;overflow-y:auto;padding:8px 22px;}
.o-cart-item{display:grid;grid-template-columns:64px 1fr 22px;gap:12px;padding:14px 0;border-bottom:1px solid var(--border);align-items:start;}
.o-cart-item:last-child{border-bottom:none;}
.o-cart-thumb img{width:64px;height:80px;object-fit:cover;border-radius:8px;display:block;}
.o-cart-meta{font-size:13px;}
.o-cart-name{font-weight:600;line-height:1.4;margin-bottom:4px;}
.o-cart-name a{color:var(--black);}
.o-cart-meta .variation,.o-cart-meta dl{font-size:11px;color:var(--muted);margin:2px 0 6px;}
.o-cart-meta dl dt,.o-cart-meta dl dd{display:inline;margin:0;padding:0;}
.o-cart-meta dl dt{font-weight:600;margin-right:4px;}
.o-cart-row{display:flex;justify-content:space-between;align-items:center;margin-top:6px;}
.o-cart-qty{display:inline-flex;align-items:center;gap:0;border:1px solid var(--border);border-radius:6px;overflow:hidden;}
.o-cart-qty span{padding:4px 10px;font-size:12px;font-weight:600;user-select:none;}
.o-cart-qty .o-q-dec,.o-cart-qty .o-q-inc{color:var(--muted);}
.o-cart-qty .o-q-n{background:#fff;color:var(--black);min-width:24px;text-align:center;}
.o-cart-line{font-size:13px;font-weight:700;color:var(--black);}
.o-cart-remove{font-size:18px;line-height:1;color:#bbb;text-decoration:none;transition:color 0.2s;}
.o-cart-remove:hover{color:#EF4444;}

.o-cart-coupon{display:flex;gap:8px;padding:14px 22px;border-top:1px solid var(--border);flex-shrink:0;}
.o-cart-coupon input{flex:1;padding:10px 14px;border:1px solid var(--border);border-radius:8px;font-size:13px;font-family:inherit;}
.o-cart-coupon input:focus{outline:none;border-color:var(--orange);}
.o-cart-coupon button{background:var(--black);color:#fff;border:none;border-radius:8px;padding:10px 16px;font-size:12px;font-weight:600;letter-spacing:0.5px;text-transform:uppercase;cursor:pointer;font-family:inherit;}
.o-cart-coupon button:hover{background:#000;}

.o-cart-upsells{padding:14px 22px;border-top:1px solid var(--border);flex-shrink:0;}
.o-cart-upsells h4{font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted);margin-bottom:10px;font-weight:700;}
.o-cart-upsell-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;}
.o-cart-upsell{display:block;border:1px solid var(--border);border-radius:10px;padding:8px;text-align:center;font-size:11px;text-decoration:none;color:var(--black);transition:border-color 0.2s;}
.o-cart-upsell:hover{border-color:var(--orange);}
.o-cart-upsell img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:6px;margin-bottom:6px;}
.o-cart-upsell-name{display:block;font-weight:500;margin-bottom:2px;line-height:1.3;}
.o-cart-upsell-price{font-weight:700;color:var(--orange);font-size:11px;}

.o-cart-foot{padding:14px 22px 22px;border-top:1px solid var(--border);flex-shrink:0;background:#fff;}
.o-cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:14px;}
.o-cart-subtotal strong{font-size:20px;font-weight:700;color:var(--black);}
.o-cart-checkout,.woocommerce-cart .checkout-button{display:block;background:var(--black);color:#fff;text-align:center;padding:14px;border-radius:50px!important;font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;text-decoration:none;transition:background 0.2s;}
.o-cart-checkout:hover{background:#000;color:#fff;}
.o-cart-view{display:block;text-align:center;font-size:12px;color:var(--muted);padding:8px 0;text-decoration:underline;}
.o-cart-view:hover{color:var(--orange);}
.o-cart-pays{display:flex;gap:6px;justify-content:center;margin-top:10px;flex-wrap:wrap;}
.o-cart-pays span{font-size:10px;font-weight:600;letter-spacing:0.5px;padding:3px 8px;border-radius:4px;background:#f3f3f3;color:#666;}

.o-cart-empty{padding:48px 22px;text-align:center;}
.o-cart-empty p{font-size:14px;color:var(--muted);margin-bottom:18px;}

@media(max-width:480px){
  .o-cart-drawer{width:100vw;}
}

/* ── LIVE SHOPPING (ORA-039 + ORA-040) ── */
.o-live-home{background:var(--black);color:#fff;}
.o-live-home .o-sec{padding:64px 28px;text-align:center;}
.o-live-home-hd .o-eyebrow{justify-content:center;color:var(--orange);}
.o-live-home-hd h2{font-family:'Playfair Display',serif;font-size:42px;font-weight:500;color:#fff;margin-bottom:10px;}
.o-live-home-hd h2 em{font-style:italic;color:var(--orange);}
.o-live-home-hd p{color:rgba(255,255,255,0.7);font-size:14px;margin-bottom:24px;}
.o-live-home-cta{display:flex;justify-content:center;gap:12px;margin-top:28px;flex-wrap:wrap;}
.o-live-home-cta .o-btn-secondary{background:transparent;color:#fff;border-color:rgba(255,255,255,0.3);}
.o-live-home-cta .o-btn-secondary:hover{background:rgba(255,255,255,0.1);border-color:#fff;color:#fff;}

.o-live-countdown{display:inline-flex;gap:12px;justify-content:center;margin:20px auto;}
.o-cd-cell{background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.15);border-radius:10px;padding:14px 18px;min-width:72px;}
.o-cd-cell span{display:block;font-family:'Playfair Display',serif;font-size:30px;font-weight:500;line-height:1;color:#fff;}
.o-cd-cell label{display:block;font-size:10px;letter-spacing:1px;text-transform:uppercase;color:rgba(255,255,255,0.6);margin-top:6px;}
.o-live-countdown.live .o-cd-cell{background:var(--orange);border-color:var(--orange);}

.o-live-past-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px;}
.o-live-past-card{position:relative;display:block;aspect-ratio:9/16;background:#1a1a1a;border-radius:12px;overflow:hidden;text-decoration:none;}
.o-live-past-card img{width:100%;height:100%;object-fit:cover;opacity:0.85;transition:opacity 0.2s,transform 0.4s;}
.o-live-past-card:hover img{opacity:1;transform:scale(1.04);}
.o-live-past-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,0.92);color:var(--orange);display:flex;align-items:center;justify-content:center;font-size:18px;}
.o-live-past-label{position:absolute;bottom:10px;left:10px;background:rgba(0,0,0,0.6);color:#fff;font-size:10px;letter-spacing:1px;padding:4px 10px;border-radius:999px;text-transform:uppercase;}

/* Live page (page-live.php) */
.o-live-wrap{max-width:1100px;margin:0 auto;padding:48px 28px;}
.o-live-hero{text-align:center;margin-bottom:40px;}
.o-live-badge{display:inline-block;background:var(--cream);color:var(--muted);font-size:11px;letter-spacing:2px;text-transform:uppercase;font-weight:700;padding:6px 14px;border-radius:999px;margin-bottom:18px;}
.o-live-badge.live{background:#fee;color:#dc2626;animation:opulse 1.4s infinite;}
.o-live-hero h1{font-family:'Playfair Display',serif;font-size:54px;font-weight:500;line-height:1.05;margin-bottom:14px;}
.o-live-hero h1 em{font-style:italic;color:var(--orange);}
.o-live-hero p{font-size:15px;color:var(--muted);max-width:560px;margin:0 auto 24px;}
.o-live-cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;}
.o-live-player{margin:32px auto;background:#000;border-radius:14px;overflow:hidden;aspect-ratio:9/16;max-width:480px;}
.o-live-player iframe{width:100%;height:100%;border:0;display:block;}
.o-live-hint{font-size:11px;color:var(--muted);text-align:center;padding:8px;background:#fff;}
.o-live-howto{text-align:center;font-size:13px;color:var(--text);background:var(--orange-lt);border:1px solid rgba(232,97,10,0.2);border-radius:10px;padding:14px;margin-top:24px;}
.o-live-howto strong{color:var(--orange);}
.o-live-products,.o-live-past{margin-top:56px;}

@media(max-width:768px){
  .o-live-home-hd h2,.o-live-hero h1{font-size:34px;}
  .o-live-past-grid{grid-template-columns:1fr 1fr;}
  .o-cd-cell{min-width:60px;padding:10px 12px;}
  .o-cd-cell span{font-size:24px;}
}

/* ── ORA-037m: force-layout overrides (won the specificity war) ── */
/* Cart page */
.o-cart-page{display:grid!important;grid-template-columns:1fr 380px!important;gap:0!important;max-width:100%!important;align-items:start!important;border-top:1px solid #eee!important;}
.o-cart-left{padding:48px!important;border-right:1px solid #eee!important;min-height:60vh!important;}
.o-cart-right{padding:40px 36px!important;background:#f9f9f7!important;position:sticky!important;top:80px!important;min-height:60vh!important;}
.o-cart-title{font-family:'Playfair Display',serif!important;font-size:32px!important;font-weight:400!important;color:#111!important;margin-bottom:32px!important;display:flex!important;align-items:baseline!important;gap:12px!important;}
.o-cart-item{display:grid!important;grid-template-columns:90px 1fr 120px!important;gap:16px!important;align-items:start!important;padding:20px 0!important;border-bottom:1px solid #eee!important;}
.o-ci-img{width:90px!important;flex-shrink:0!important;}
.o-ci-img img{width:90px!important;height:110px!important;object-fit:cover!important;border-radius:8px!important;display:block!important;}
.o-ci-name a{font-family:'Jost',sans-serif!important;font-size:14px!important;font-weight:500!important;color:#111!important;text-decoration:none!important;white-space:normal!important;line-height:1.4!important;}
.o-ci-var{font-size:12px!important;color:#999!important;margin-bottom:4px!important;}
.o-ci-price{font-size:16px!important;font-weight:600!important;color:#111!important;margin-top:8px!important;}
.o-ci-remove{font-size:22px!important;color:#ccc!important;text-decoration:none!important;line-height:1!important;}
.o-ci-remove:hover{color:#E8610A!important;}
.o-cart-checkout-btn{display:block!important;width:100%!important;background:#E8610A!important;color:#fff!important;border-radius:50px!important;padding:16px!important;font-family:'Jost',sans-serif!important;font-size:12px!important;font-weight:600!important;letter-spacing:2px!important;text-transform:uppercase!important;text-align:center!important;text-decoration:none!important;margin-top:16px!important;}
.o-cart-right .wc-proceed-to-checkout{display:none!important;}

/* Thank-you page — hide WC default content (scoped to thank-you page only, won't hit site nav titles) */
.woocommerce-order p.woocommerce-thankyou-order-received,
.woocommerce-order .woocommerce-order-details,
.woocommerce-order .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-order > p,
.woocommerce-order-received .entry-title,
.woocommerce-order-received h1.entry-title,
body.woocommerce-order-received .woocommerce-order > p,
body.woocommerce-order-received p.woocommerce-thankyou-order-received,
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details{display:none!important;}
.o-ty-wrap{display:grid!important;grid-template-columns:1fr 340px!important;gap:0!important;margin:0 28px 40px!important;border:1px solid #eee!important;border-radius:0 0 12px 12px!important;overflow:visible!important;}
.o-ty-right{padding:40px 28px!important;background:#f9f9f7!important;border-left:1px solid #eee!important;min-height:200px!important;}

/* Checkout page */
.o-checkout-wrap{display:grid!important;grid-template-columns:1fr 420px!important;gap:0!important;min-height:100vh!important;align-items:start!important;}
.o-checkout-left{padding:40px 48px!important;border-right:1px solid #eee!important;}
.o-checkout-right{padding:40px 36px!important;background:#f9f9f7!important;position:sticky!important;top:80px!important;}

@media(max-width:900px){
  .o-cart-page,.o-checkout-wrap,.o-ty-wrap{grid-template-columns:1fr!important;}
  .o-cart-left,.o-checkout-left,.o-ty-left{padding:24px!important;border-right:none!important;border-bottom:1px solid #eee!important;}
  .o-cart-right,.o-checkout-right,.o-ty-right{position:static!important;padding:24px!important;border-left:none!important;}
}

/* ── ORA-037n: Checkout/Cart polish ── */
/* Hide WC "returning customer" + coupon-toggle bars — SCOPED to checkout page only.
   The bare .woocommerce-info global hide that came in the spec would break cart-applied-coupon
   confirmations and other WC notices site-wide; we keep those usable. */
.woocommerce-checkout .woocommerce-info.woocommerce-returning-customer,
.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-form-login-toggle{display:none!important;}

/* Cart page: kill stray margin/padding from page wrapper so o-cart-page sits flush */
.woocommerce-cart .o-cart-page{margin:0!important;padding:0!important;}
.woocommerce-cart .woocommerce{padding:0!important;margin:0!important;}
.woocommerce-cart .o-cart-left{min-height:auto!important;}

/* Checkout: wider right column, generous left padding */
.o-checkout-wrap{grid-template-columns:1fr 400px!important;}
.o-checkout-left{padding:40px 48px!important;}
.o-checkout-section-title{font-size:10px!important;letter-spacing:2px!important;text-transform:uppercase!important;color:#111!important;margin-bottom:16px!important;}

/* WC billing/shipping form polish on our checkout */
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3{font-family:'Playfair Display',serif!important;font-size:18px!important;font-weight:400!important;color:#111!important;margin-bottom:16px!important;letter-spacing:0.5px!important;}
.woocommerce-checkout .woocommerce-billing-fields .form-row label,
.woocommerce-checkout .woocommerce-shipping-fields .form-row label{font-family:'Jost',sans-serif!important;font-size:10px!important;font-weight:500!important;letter-spacing:1.5px!important;text-transform:uppercase!important;color:#999!important;margin-bottom:6px!important;}
.woocommerce-checkout .woocommerce-billing-fields .form-row input,
.woocommerce-checkout .woocommerce-billing-fields .form-row select,
.woocommerce-checkout .woocommerce-shipping-fields .form-row input,
.woocommerce-checkout .woocommerce-shipping-fields .form-row select{border:1px solid #e5e7eb!important;border-radius:8px!important;padding:11px 14px!important;font-family:'Jost',sans-serif!important;font-size:13px!important;color:#111!important;width:100%!important;}
.woocommerce-checkout .woocommerce-billing-fields .form-row input:focus,
.woocommerce-checkout .woocommerce-shipping-fields .form-row input:focus,
.woocommerce-checkout .woocommerce-billing-fields .form-row select:focus,
.woocommerce-checkout .woocommerce-shipping-fields .form-row select:focus{border-color:#111!important;outline:none!important;}

/* ============================================
   ORA-038: Cart + Checkout + Thank-you polish
   Selectors merged onto the theme's actual class names (.o-cart-page is wrap+grid;
   .o-checkout-wrap is wrap+grid; .o-ty-page is the thank-you wrapper).
   ============================================ */

/* Shared 2-column grid */
.woocommerce-cart .o-cart-page,
.woocommerce-checkout .o-checkout-wrap{max-width:1300px!important;margin:40px auto!important;padding:0 24px!important;display:grid!important;grid-template-columns:1.5fr 1fr!important;gap:50px!important;align-items:start!important;}
.woocommerce-cart .o-cart-right,
.woocommerce-checkout .o-checkout-right{position:sticky!important;top:100px!important;background:#FAFAFA!important;padding:28px!important;border-radius:12px!important;border:1px solid #EEE!important;align-self:start!important;}

/* Cart items */
.woocommerce-cart .o-cart-item{display:grid!important;grid-template-columns:100px 1fr 130px!important;gap:18px!important;align-items:start!important;padding:22px 0!important;border-bottom:1px solid #EEE!important;}
.woocommerce-cart .o-cart-item:first-child{padding-top:0!important;}
.woocommerce-cart .o-ci-img{width:100px!important;flex-shrink:0!important;}
.woocommerce-cart .o-ci-img img{width:100px!important;height:125px!important;object-fit:cover!important;border-radius:8px!important;display:block!important;}
.woocommerce-cart .o-ci-info{min-width:0!important;}
.woocommerce-cart .o-ci-name a{font-family:'Jost',sans-serif!important;font-size:15px!important;font-weight:500!important;line-height:1.4!important;color:#1A1A1A!important;text-decoration:none!important;white-space:normal!important;display:block!important;margin-bottom:6px!important;}
.woocommerce-cart .o-ci-var,
.woocommerce-cart .o-ci-meta{font-size:12px!important;color:#777!important;margin-bottom:10px!important;}
.woocommerce-cart .o-ci-price{font-family:'Jost',sans-serif!important;font-size:14px!important;font-weight:600!important;color:#E8610A!important;}
.woocommerce-cart .o-ci-actions,
.woocommerce-cart .o-ci-right{text-align:right!important;}

/* Kill WC's default cart leftover spacing */
.woocommerce-cart .cart-collaterals,
.woocommerce-cart .woocommerce > .clear{display:contents!important;}
.woocommerce-cart .shop_table.cart{margin-bottom:0!important;}

/* Right column headings */
.woocommerce-cart .o-cart-right h2,
.woocommerce-cart .cart_totals h2,
.woocommerce-checkout .o-checkout-right h2,
.woocommerce-checkout #order_review_heading{font-family:'Playfair Display',serif!important;font-size:22px!important;font-weight:600!important;margin:0 0 20px 0!important;padding-bottom:12px!important;border-bottom:2px solid #E8610A!important;display:inline-block!important;}

/* WC totals table flat reset */
.woocommerce .shop_table{background:transparent!important;border:none!important;border-collapse:collapse!important;width:100%!important;}
.woocommerce .shop_table tr{border-bottom:1px solid #EEE!important;}
.woocommerce .shop_table tr:last-child{border-bottom:none!important;}
.woocommerce .shop_table th,
.woocommerce .shop_table td{padding:12px 0!important;border:none!important;background:transparent!important;font-size:14px!important;}
.woocommerce .shop_table .order-total td,
.woocommerce .shop_table .order-total th{font-size:17px!important;font-weight:700!important;padding-top:16px!important;border-top:2px solid #1A1A1A!important;}

/* Proceed + Place Order buttons */
.woocommerce-cart .wc-proceed-to-checkout{padding:20px 0 0 0!important;}
.woocommerce-cart .checkout-button,
.woocommerce-checkout #place_order{width:100%!important;background:#E8610A!important;color:#FFF!important;padding:16px 28px!important;font-size:14px!important;font-weight:600!important;letter-spacing:1px!important;text-transform:uppercase!important;border:none!important;border-radius:50px!important;text-align:center!important;display:block!important;cursor:pointer!important;transition:all 0.25s ease!important;margin-top:16px!important;}
.woocommerce-cart .checkout-button:hover,
.woocommerce-checkout #place_order:hover{background:#1A1A1A!important;color:#FFF!important;transform:translateY(-1px)!important;}

/* Checkout form rows */
.woocommerce-checkout .form-row{margin:0 0 18px 0!important;padding:0!important;}
.woocommerce-checkout .form-row label{display:block!important;margin-bottom:6px!important;font-size:13px!important;font-weight:500!important;color:#333!important;letter-spacing:0.3px!important;text-transform:none!important;}
.woocommerce-checkout .form-row .input-text,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .select2-container .select2-selection,
.woocommerce-checkout .select2-container--default .select2-selection--single{width:100%!important;padding:12px 14px!important;font-size:14px!important;font-family:'Jost',sans-serif!important;border:1px solid #DDD!important;border-radius:8px!important;background:#FFF!important;min-height:46px!important;box-sizing:border-box!important;height:auto!important;}
.woocommerce-checkout .form-row .input-text:focus,
.woocommerce-checkout .form-row select:focus{border-color:#E8610A!important;outline:none!important;box-shadow:0 0 0 3px rgba(232,97,10,0.1)!important;}
.woocommerce-checkout .select2-selection__rendered{line-height:22px!important;padding-left:0!important;}

/* Two-col rows */
.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last{width:calc(50% - 8px)!important;display:inline-block!important;vertical-align:top!important;float:none!important;}
.woocommerce-checkout .form-row-first{margin-right:14px!important;}

/* Section titles (theme + spec names) */
.woocommerce-checkout h3,
.woocommerce-checkout .o-section-title,
.woocommerce-checkout .o-checkout-section-title{font-family:'Playfair Display',serif!important;font-size:22px!important;font-weight:600!important;margin:32px 0 18px 0!important;color:#1A1A1A!important;padding-bottom:10px!important;border-bottom:2px solid #E8610A!important;display:inline-block!important;}

/* Returning-customer / coupon notice — softer-styled (scope to checkout) */
.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-info{background:#FFF8F2!important;border:1px dashed #E8610A!important;border-top:1px dashed #E8610A!important;border-radius:8px!important;padding:12px 16px!important;margin:0 0 20px 0!important;font-size:13px!important;color:#5A3A1A!important;}
.woocommerce-checkout .woocommerce-info::before{color:#E8610A!important;}

/* Payment box */
.woocommerce-checkout #payment{background:transparent!important;border:none!important;padding:0!important;}
.woocommerce-checkout #payment ul.payment_methods{border:1px solid #EEE!important;border-radius:10px!important;padding:18px!important;background:#FFF!important;list-style:none!important;}
.woocommerce-checkout #payment ul.payment_methods li{padding:12px 0!important;border-bottom:1px solid #F2F2F2!important;}
.woocommerce-checkout #payment ul.payment_methods li:last-child{border-bottom:none!important;}
.woocommerce-checkout #payment div.payment_box{background:#FAFAFA!important;border-radius:8px!important;padding:14px!important;margin-top:10px!important;font-size:13px!important;color:#555!important;}
.woocommerce-checkout #payment div.payment_box::before{display:none!important;}

/* Thank-you: hide WC default duplicates */
body.woocommerce-order-received .woocommerce > p.woocommerce-thankyou-order-received,
body.woocommerce-order-received .woocommerce > p.woocommerce-notice,
body.woocommerce-order-received .woocommerce > ul.woocommerce-thankyou-order-details,
body.woocommerce-order-received .woocommerce > .woocommerce-order-overview,
body.woocommerce-order-received .woocommerce > .woocommerce-order-details,
body.woocommerce-order-received .woocommerce > .woocommerce-customer-details{display:none!important;}

/* Keep our custom Orangi thank-you wrapper visible (theme uses .o-ty-page) */
body.woocommerce-order-received .o-ty-page,
body.woocommerce-order-received .o-ty-page *,
body.woocommerce-order-received .o-thankyou-wrap,
body.woocommerce-order-received .o-thankyou-wrap *{display:revert!important;}
body.woocommerce-order-received .o-ty-page .o-grid,
body.woocommerce-order-received .o-thankyou-wrap .o-grid{display:grid!important;}
body.woocommerce-order-received .o-ty-page .o-flex,
body.woocommerce-order-received .o-thankyou-wrap .o-flex{display:flex!important;}

/* Mobile */
@media (max-width: 768px) {
  .woocommerce-cart .o-cart-page,
  .woocommerce-checkout .o-checkout-wrap{grid-template-columns:1fr!important;gap:30px!important;}
  .woocommerce-cart .o-cart-right,
  .woocommerce-checkout .o-checkout-right{position:static!important;top:auto!important;}
  .woocommerce-cart .o-cart-item{grid-template-columns:80px 1fr!important;}
  .woocommerce-cart .o-ci-actions,
  .woocommerce-cart .o-ci-right{grid-column:1 / -1!important;text-align:left!important;padding-top:8px!important;}
  .woocommerce-checkout .form-row-first,
  .woocommerce-checkout .form-row-last{width:100%!important;margin-right:0!important;}
}

/* ============================================
   ORA-038d: Cart page diagnosis fixes
   Classes confirmed against cart.php source:
     wrapper=.o-cart-page  item=.o-cart-item  img=.o-ci-img img
     name=.o-ci-name (a inside)  actions=.o-ci-actions
     summary-label=.o-cart-r-title (template-hardcoded "Order Summary")
     "Your Cart" h1=.o-cart-title (template-hardcoded; .entry-title above is WP page.php)
   ============================================ */

/* A) Hide WP/page-template duplicate "Cart" heading. WP renders <h1 class="entry-title"> via page.php
      ABOVE our .o-cart-title in the template. Hide all common WP heading classes scoped to cart page. */
body.woocommerce-cart .entry-title,
body.woocommerce-cart .page-title,
body.woocommerce-cart header.entry-header,
body.woocommerce-cart .page-header,
body.woocommerce-cart > .o-page-title,
body.woocommerce-cart h1.entry-title{display:none!important;}

/* B) Item grid: enforce 90px image + flexible name + auto actions. Overrides earlier 100px/130px rules. */
body.woocommerce-cart .o-cart-item{
    display:grid!important;
    grid-template-columns:90px minmax(0,1fr) auto!important;
    gap:20px!important;
    align-items:center!important;
}
body.woocommerce-cart .o-cart-item .o-ci-img,
body.woocommerce-cart .o-cart-item .o-ci-img img,
body.woocommerce-cart .o-ci-img img{
    width:90px!important;
    max-width:90px!important;
    height:112px!important;
    object-fit:cover!important;
    border-radius:6px!important;
    display:block!important;
}
body.woocommerce-cart .o-ci-name,
body.woocommerce-cart .o-ci-name a{
    font-size:15px!important;
    line-height:1.4!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:break-word!important;
    display:block!important;
}

/* C) Hide WC's "Cart totals" h2 — our .o-cart-r-title already says "Order Summary" */
.woocommerce-cart .cart_totals > h2,
.woocommerce-cart .o-cart-right .cart_totals h2,
.woocommerce-cart .o-cart-totals-wrap .cart_totals h2{display:none!important;}

/* D) Force table layout — WC's responsive table CSS collapses cells to inline-block at small breakpoints */
.woocommerce-cart .cart_totals .shop_table,
.woocommerce-cart .shop_table.shop_table_responsive{
    display:table!important;
    width:100%!important;
    table-layout:fixed!important;
    border-collapse:collapse!important;
}
.woocommerce-cart .cart_totals .shop_table tr{
    display:table-row!important;
    border-bottom:1px solid #EEE!important;
}
.woocommerce-cart .cart_totals .shop_table th,
.woocommerce-cart .cart_totals .shop_table td{
    display:table-cell!important;
    padding:14px 0!important;
    border:none!important;
    background:transparent!important;
    vertical-align:middle!important;
}
.woocommerce-cart .cart_totals .shop_table th{
    width:45%!important;
    text-align:left!important;
    font-size:12px!important;
    font-weight:500!important;
    color:#777!important;
    text-transform:uppercase!important;
    letter-spacing:0.6px!important;
}
.woocommerce-cart .cart_totals .shop_table td{
    text-align:right!important;
    font-size:14px!important;
    font-weight:500!important;
    color:#1A1A1A!important;
}
.woocommerce-cart .cart_totals .shop_table .order-total th{
    font-size:14px!important;
    color:#1A1A1A!important;
    font-weight:700!important;
    padding-top:18px!important;
    border-top:2px solid #1A1A1A!important;
}
.woocommerce-cart .cart_totals .shop_table .order-total td{
    font-size:20px!important;
    font-weight:700!important;
    color:#E8610A!important;
    padding-top:18px!important;
    border-top:2px solid #1A1A1A!important;
}
.woocommerce-cart .cart_totals .shop_table .shipping td .woocommerce-shipping-methods,
.woocommerce-cart .cart_totals .shop_table .shipping td .shipping-calculator-button{
    text-align:right!important;
    display:block!important;
}
.woocommerce-cart .cart_totals .shop_table .shipping td p.woocommerce-shipping-destination{
    font-size:11px!important;
    color:#999!important;
    margin-top:4px!important;
    text-align:right!important;
}

/* E) Update Cart — outline-black pill, orange-fill on hover. Targets attribute selector since
      Update Cart button doesn't have a unique class — WC sometimes renders it as button, sometimes input. */
.woocommerce-cart button[name="update_cart"],
.woocommerce-cart input[name="update_cart"]{
    background:transparent!important;
    color:#1A1A1A!important;
    border:1.5px solid #1A1A1A!important;
    padding:12px 28px!important;
    font-size:12px!important;
    font-weight:600!important;
    letter-spacing:1.5px!important;
    text-transform:uppercase!important;
    border-radius:50px!important;
    cursor:pointer!important;
    width:auto!important;
    display:inline-block!important;
    transition:all 0.2s!important;
    opacity:1!important;
}
.woocommerce-cart button[name="update_cart"]:hover,
.woocommerce-cart input[name="update_cart"]:hover{
    background:#E8610A!important;
    color:#FFF!important;
    border-color:#E8610A!important;
}
.woocommerce-cart button[name="update_cart"][disabled]{opacity:0.5!important;}

/* F) Tighten WC success message */
.woocommerce-cart .woocommerce-message{
    padding:12px 18px!important;
    font-size:13px!important;
    margin-bottom:28px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
}
.woocommerce-cart .woocommerce-message .button{
    padding:8px 18px!important;
    font-size:11px!important;
    letter-spacing:1px!important;
}

/* G) Mobile (≤768px) — single column, smaller image, stacked notice */
@media (max-width:768px){
    body.woocommerce-cart .o-cart-page{
        grid-template-columns:1fr!important;
        gap:24px!important;
        padding:0 16px!important;
    }
    body.woocommerce-cart .o-cart-right{
        position:static!important;
        top:auto!important;
    }
    body.woocommerce-cart .o-cart-item{
        grid-template-columns:70px minmax(0,1fr)!important;
        gap:14px!important;
    }
    body.woocommerce-cart .o-cart-item .o-ci-img img{
        width:70px!important;
        max-width:70px!important;
        height:88px!important;
    }
    body.woocommerce-cart .o-ci-actions{
        grid-column:1 / -1!important;
        justify-content:flex-start!important;
    }
    body.woocommerce-cart h1.o-cart-title{font-size:24px!important;}
    body.woocommerce-cart .woocommerce-message{
        flex-direction:column!important;
        align-items:flex-start!important;
        gap:10px!important;
    }
    body.woocommerce-cart .woocommerce-message .button{
        width:100%!important;
        text-align:center!important;
    }
}

/* ============================================
   ORA-039a — Cart Day 1 (v4)
   Mockup file `/Users/sunny/Desktop/orangi-cart-mockup-v4.html` not present.
   This block is generated from the locked spec tokens (orange #E8610A · cream #FAF6EF
   · border #EBE6DC · Jost everywhere · Playfair only on .o-tot-value grand total).
   Appended last so cascade wins over the older .o-cart-page rules in this file.
   ============================================ */

body.woocommerce-cart .o-cart-page{
    max-width:1300px!important;
    margin:32px auto!important;
    padding:0 28px!important;
    display:block!important;
    background:transparent!important;
    min-height:0!important;
}

/* Breadcrumb */
body.woocommerce-cart .o-crumb{
    font-family:'Jost',sans-serif;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:#A8A8A8;
    margin-bottom:18px;display:flex;align-items:center;gap:8px;
}
body.woocommerce-cart .o-crumb a{color:#6B6B6B;text-decoration:none;}
body.woocommerce-cart .o-crumb a:hover{color:#E8610A;}
body.woocommerce-cart .o-crumb .o-sep{color:#EBE6DC;}

/* Page head */
body.woocommerce-cart .o-cart-head{
    display:flex;align-items:baseline;gap:14px;margin-bottom:28px;flex-wrap:wrap;
}
body.woocommerce-cart .o-cart-head h1{
    font-family:'Playfair Display',serif!important;font-weight:600;font-size:42px;color:#1A1A1A;line-height:1.1;margin:0!important;letter-spacing:-0.5px;
}
body.woocommerce-cart .o-cart-head .o-count{
    font-family:'Jost',sans-serif;font-size:13px;letter-spacing:1px;text-transform:uppercase;color:#6B6B6B;font-weight:500;
}

/* 2-col grid */
body.woocommerce-cart .o-cart-grid{
    display:grid!important;grid-template-columns:1.55fr 1fr!important;gap:48px!important;align-items:start!important;margin:0!important;border:none!important;border-radius:0!important;
}

/* Items column */
body.woocommerce-cart .o-items-col{min-width:0;}
body.woocommerce-cart .o-items-head{
    display:grid;grid-template-columns:1fr auto;padding:0 0 12px;border-bottom:1px solid #EBE6DC;
    font-family:'Jost',sans-serif;font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#A8A8A8;
}

/* Cart item — 90px image / 1fr info / right-aligned price */
body.woocommerce-cart .o-cart-item{
    display:grid!important;grid-template-columns:90px minmax(0,1fr) 130px!important;
    gap:20px!important;align-items:start!important;padding:24px 0!important;border-bottom:1px solid #EBE6DC!important;
}
body.woocommerce-cart .o-cart-item .o-ci-img,
body.woocommerce-cart .o-cart-item .o-ci-img img{
    width:90px!important;max-width:90px!important;height:120px!important;object-fit:cover!important;border-radius:6px!important;display:block!important;
}
body.woocommerce-cart .o-ci-name,
body.woocommerce-cart .o-ci-name a{
    font-family:'Jost',sans-serif!important;font-size:15px!important;font-weight:500!important;line-height:1.4!important;
    color:#1A1A1A!important;text-decoration:none!important;white-space:normal!important;word-break:normal!important;display:block!important;margin:0 0 6px!important;
}
body.woocommerce-cart .o-ci-name a:hover{color:#E8610A!important;}
body.woocommerce-cart .o-ci-variant{
    font-family:'Jost',sans-serif;font-size:12px;color:#6B6B6B;margin-bottom:10px;letter-spacing:0.3px;
}
body.woocommerce-cart .o-ci-actions{
    display:flex;align-items:center;gap:14px;margin-top:8px;
}
body.woocommerce-cart .o-ci-remove{
    font-family:'Jost',sans-serif;font-size:11px;font-weight:500;letter-spacing:1px;text-transform:uppercase;color:#A8A8A8;text-decoration:none;transition:color 0.15s;
}
body.woocommerce-cart .o-ci-remove:hover{color:#E8610A;}
body.woocommerce-cart .o-ci-price{text-align:right;}
body.woocommerce-cart .o-ci-total{
    font-family:'Jost',sans-serif!important;font-size:16px;font-weight:700;color:#1A1A1A;line-height:1.3;
}
body.woocommerce-cart .o-ci-total del{
    display:block;font-size:12px;font-weight:400;color:#A8A8A8;text-decoration:line-through;margin-top:2px;
}
body.woocommerce-cart .o-ci-unit{font-family:'Jost',sans-serif;font-size:11px;color:#A8A8A8;margin-top:4px;}
body.woocommerce-cart .o-ci-saved{
    display:inline-block;margin-top:6px;font-family:'Jost',sans-serif;font-size:10px;font-weight:600;letter-spacing:0.5px;text-transform:uppercase;
    color:#3B7A1A;background:#EAF3DE;padding:3px 8px;border-radius:50px;
}

/* Frequently Bought Together */
body.woocommerce-cart .o-fbt{
    margin:32px 0 0;padding:24px;background:#FAF6EF;border:1px solid #EBE6DC;border-radius:14px;
}
body.woocommerce-cart .o-fbt-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px;flex-wrap:wrap;}
body.woocommerce-cart .o-fbt-head h3{
    font-family:'Playfair Display',serif!important;font-size:22px;font-weight:600;color:#1A1A1A;margin:0!important;letter-spacing:-0.3px;
}
body.woocommerce-cart .o-fbt-savetag{
    background:#3B7A1A;color:#fff;font-family:'Jost',sans-serif;font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase;padding:5px 12px;border-radius:50px;
}
body.woocommerce-cart .o-fbt-stack{
    display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:0;align-items:start;
}
body.woocommerce-cart .o-fbt-plus{
    display:flex;align-items:center;justify-content:center;font-family:'Jost',sans-serif;font-size:22px;font-weight:600;color:#E8610A;align-self:center;margin:0 6px;
}
body.woocommerce-cart .o-fbt-card{
    position:relative;background:#fff;border:1.5px solid #EBE6DC;border-radius:14px;padding:14px;text-align:center;transition:all 0.2s;
}
body.woocommerce-cart .o-fbt-card.o-fbt-selected{border-color:#E8610A;background:#FFF4ED;}
body.woocommerce-cart .o-fbt-check{
    position:absolute;top:8px;right:8px;width:22px;height:22px;border-radius:50%;background:#E8610A;color:#fff;
    display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;
}
body.woocommerce-cart .o-fbt-img img{width:100%;height:120px;object-fit:cover;border-radius:6px;display:block;}
body.woocommerce-cart .o-fbt-name{
    font-family:'Jost',sans-serif;font-size:12px;font-weight:500;color:#1A1A1A;margin:10px 0 4px;line-height:1.35;
}
body.woocommerce-cart .o-fbt-price{font-family:'Jost',sans-serif;font-size:13px;font-weight:600;color:#E8610A;}
body.woocommerce-cart .o-fbt-price del{font-size:11px;color:#A8A8A8;font-weight:400;margin-left:4px;}
body.woocommerce-cart .o-fbt-cta{
    margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;
}
body.woocommerce-cart .o-fbt-totals{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;}
body.woocommerce-cart .o-fbt-label{font-family:'Jost',sans-serif;font-size:11px;letter-spacing:1px;text-transform:uppercase;color:#6B6B6B;}
body.woocommerce-cart .o-fbt-strike{font-family:'Jost',sans-serif!important;font-size:13px;color:#A8A8A8;text-decoration:line-through;}
body.woocommerce-cart .o-fbt-grand{font-family:'Jost',sans-serif!important;font-size:20px;font-weight:700;color:#E8610A;}
body.woocommerce-cart .o-fbt-add{
    background:#1A1A1A;color:#fff;border:none;border-radius:50px;padding:12px 22px;
    font-family:'Jost',sans-serif;font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;transition:background 0.2s;
}
body.woocommerce-cart .o-fbt-add:hover{background:#E8610A;}

/* Cart foot */
body.woocommerce-cart .o-cart-foot{
    display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:24px;flex-wrap:wrap;
}
body.woocommerce-cart .o-continue{
    font-family:'Jost',sans-serif;font-size:13px;color:#6B6B6B;text-decoration:none;letter-spacing:0.3px;
}
body.woocommerce-cart .o-continue:hover{color:#1A1A1A;}
body.woocommerce-cart .o-update-btn{
    background:transparent!important;color:#1A1A1A!important;border:1.5px solid #1A1A1A!important;
    border-radius:50px!important;padding:12px 28px!important;
    font-family:'Jost',sans-serif!important;font-size:12px!important;font-weight:600!important;letter-spacing:1.5px!important;text-transform:uppercase!important;
    cursor:pointer!important;transition:all 0.2s!important;
}
body.woocommerce-cart .o-update-btn:hover{background:#E8610A!important;color:#fff!important;border-color:#E8610A!important;}

/* Summary card */
body.woocommerce-cart .o-summary{
    background:#FAF6EF;border:1px solid #EBE6DC;border-radius:14px;padding:28px;position:sticky;top:96px;align-self:start;
}
body.woocommerce-cart .o-summary h3{
    font-family:'Playfair Display',serif!important;font-size:22px;font-weight:600;color:#1A1A1A;margin:0 0 4px!important;letter-spacing:-0.3px;
}
body.woocommerce-cart .o-sum-sub{font-family:'Jost',sans-serif;font-size:12px;color:#6B6B6B;margin-bottom:20px;}

/* Free-ship bar */
body.woocommerce-cart .o-freeship{
    background:#fff;border:1px solid #EBE6DC;border-radius:12px;padding:14px 16px;margin-bottom:18px;
}
body.woocommerce-cart .o-fs-msg{
    font-family:'Jost',sans-serif;font-size:12px;color:#1A1A1A;margin-bottom:8px;line-height:1.4;
}
body.woocommerce-cart .o-fs-msg strong{font-weight:700;color:#1A1A1A;}
body.woocommerce-cart .o-fs-msg.o-fs-unlocked{color:#3B7A1A;}
body.woocommerce-cart .o-fs-msg.o-fs-unlocked strong{color:#3B7A1A;}
body.woocommerce-cart .o-fs-track{
    height:6px;background:#EBE6DC;border-radius:50px;overflow:hidden;
}
body.woocommerce-cart .o-fs-fill{
    height:100%;background:linear-gradient(90deg,#E8610A 0%,#3B7A1A 100%);border-radius:50px;transition:width 0.4s ease;
}
body.woocommerce-cart .o-fs-meta{
    font-family:'Jost',sans-serif;font-size:10px;letter-spacing:0.5px;color:#A8A8A8;margin-top:6px;text-align:right;
}

/* Coupon */
body.woocommerce-cart .o-coupon-row{display:flex;gap:8px;margin-bottom:20px;}
body.woocommerce-cart .o-coupon-row input{
    flex:1;border:1px solid #EBE6DC;border-radius:8px;padding:11px 14px;font-family:'Jost',sans-serif;font-size:13px;background:#fff;color:#1A1A1A;outline:none;
}
body.woocommerce-cart .o-coupon-row input:focus{border-color:#1A1A1A;}
body.woocommerce-cart .o-coupon-row button{
    background:#1A1A1A;color:#fff;border:none;border-radius:8px;padding:0 20px;
    font-family:'Jost',sans-serif;font-size:11px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;cursor:pointer;transition:background 0.2s;
}
body.woocommerce-cart .o-coupon-row button:hover{background:#E8610A;}

/* Totals */
body.woocommerce-cart .o-sum-rows{padding:8px 0;border-bottom:1px solid #EBE6DC;}
body.woocommerce-cart .o-sum-row{
    display:flex;justify-content:space-between;align-items:baseline;font-family:'Jost',sans-serif;font-size:13px;color:#6B6B6B;padding:8px 0;
}
body.woocommerce-cart .o-sum-row .o-value{font-weight:600;color:#1A1A1A;}
body.woocommerce-cart .o-sum-row .o-note{font-size:11px;color:#A8A8A8;font-weight:400;margin-left:6px;}
body.woocommerce-cart .o-sum-row.o-saved .o-value{color:#3B7A1A;}
body.woocommerce-cart .o-sum-total{
    display:flex;justify-content:space-between;align-items:baseline;padding:18px 0 8px;
}
body.woocommerce-cart .o-tot-label{
    font-family:'Jost',sans-serif;font-size:13px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#1A1A1A;
}
body.woocommerce-cart .o-tot-value{
    font-family:'Playfair Display',serif!important;font-size:28px;font-weight:700;color:#E8610A;letter-spacing:-0.5px;
}
body.woocommerce-cart .o-sum-saved{
    font-family:'Jost',sans-serif;font-size:12px;color:#3B7A1A;text-align:center;background:#EAF3DE;padding:8px 12px;border-radius:8px;margin-bottom:18px;
}

/* UPI hero */
body.woocommerce-cart .o-upi-hero{
    position:relative;background:#fff;border:1.5px solid #E8610A;border-radius:14px;padding:20px 18px;margin:18px 0 14px;
}
body.woocommerce-cart .o-upi-ribbon{
    position:absolute;top:-10px;right:18px;background:#E8610A;color:#fff;font-family:'Jost',sans-serif;font-size:9px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:4px 12px;border-radius:50px;
}
body.woocommerce-cart .o-upi-title{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:14px;flex-wrap:wrap;}
body.woocommerce-cart .o-upi-title strong{font-family:'Jost',sans-serif;font-size:16px;font-weight:700;color:#1A1A1A;}
body.woocommerce-cart .o-upi-instant{font-family:'Jost',sans-serif;font-size:11px;color:#3B7A1A;letter-spacing:0.3px;}
body.woocommerce-cart .o-upi-apps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:14px;}
body.woocommerce-cart .o-upi-app{
    display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 6px;background:#fff;border:1px solid #EBE6DC;border-radius:10px;cursor:pointer;transition:all 0.18s;
}
body.woocommerce-cart .o-upi-app:hover{border-color:#1A1A1A;transform:translateY(-1px);}
body.woocommerce-cart .o-upi-ico{
    width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Jost',sans-serif;font-size:14px;font-weight:700;color:#fff;
}
body.woocommerce-cart .o-upi-gpay .o-upi-ico{background:#4285F4;}
body.woocommerce-cart .o-upi-phonepe .o-upi-ico{background:#5F259F;font-size:11px;}
body.woocommerce-cart .o-upi-paytm .o-upi-ico{background:#00BAF2;}
body.woocommerce-cart .o-upi-bhim .o-upi-ico{background:#1A4F8B;}
body.woocommerce-cart .o-upi-name{font-family:'Jost',sans-serif;font-size:10px;font-weight:600;letter-spacing:0.4px;color:#1A1A1A;}
body.woocommerce-cart .o-upi-pay{
    display:block;width:100%;background:#E8610A;color:#fff;text-align:center;padding:14px;border-radius:50px;
    font-family:'Jost',sans-serif;font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;text-decoration:none;transition:background 0.2s;
}
body.woocommerce-cart .o-upi-pay:hover{background:#C8520A;color:#fff;}

body.woocommerce-cart .o-or-div{
    text-align:center;font-family:'Jost',sans-serif;font-size:11px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:#A8A8A8;margin:14px 0;position:relative;
}
body.woocommerce-cart .o-or-div::before,
body.woocommerce-cart .o-or-div::after{content:'';position:absolute;top:50%;width:38%;height:1px;background:#EBE6DC;}
body.woocommerce-cart .o-or-div::before{left:0;}
body.woocommerce-cart .o-or-div::after{right:0;}

body.woocommerce-cart .o-checkout-btn{
    display:block;width:100%;background:transparent;color:#1A1A1A;border:1.5px solid #1A1A1A;border-radius:50px;padding:13px;text-align:center;
    font-family:'Jost',sans-serif;font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;text-decoration:none;transition:all 0.2s;
}
body.woocommerce-cart .o-checkout-btn:hover{background:#1A1A1A;color:#fff;}

body.woocommerce-cart .o-cod-text{
    text-align:center;font-family:'Jost',sans-serif;font-size:11px;color:#A8A8A8;margin-top:12px;
}
body.woocommerce-cart .o-cod-text a{color:#6B6B6B;text-decoration:underline;}
body.woocommerce-cart .o-cod-text a:hover{color:#E8610A;}

/* Trust grid */
body.woocommerce-cart .o-trust{
    display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:20px;padding-top:18px;border-top:1px solid #EBE6DC;
}
body.woocommerce-cart .o-trust-i{
    display:flex;align-items:center;gap:6px;font-family:'Jost',sans-serif;font-size:11px;color:#6B6B6B;letter-spacing:0.3px;
}

/* Cross-sell strips */
body.woocommerce-cart .o-xsell{max-width:1300px;margin:48px auto 0;padding:32px 28px;}
body.woocommerce-cart .o-xsell.o-xsell-alt{background:#FAF6EF;margin-top:0;border-top:1px solid #EBE6DC;}
body.woocommerce-cart .o-xsell-head{text-align:center;margin-bottom:24px;}
body.woocommerce-cart .o-xsell-sub{font-family:'Jost',sans-serif;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:#E8610A;margin-bottom:6px;font-weight:600;}
body.woocommerce-cart .o-xsell-head h2{
    font-family:'Playfair Display',serif!important;font-size:28px;font-weight:600;color:#1A1A1A;margin:0!important;letter-spacing:-0.3px;
}
body.woocommerce-cart .o-xsell-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
body.woocommerce-cart .o-xs-card{position:relative;}
body.woocommerce-cart .o-xs-img{position:relative;aspect-ratio:3/4;background:#FAF6EF;border-radius:8px;overflow:hidden;margin-bottom:10px;}
body.woocommerce-cart .o-xs-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.4s;}
body.woocommerce-cart .o-xs-card:hover .o-xs-img img{transform:scale(1.03);}
body.woocommerce-cart .o-xs-badge{
    position:absolute;top:8px;left:8px;font-family:'Jost',sans-serif;font-size:10px;font-weight:700;letter-spacing:0.5px;padding:3px 8px;border-radius:50px;color:#fff;background:#E8610A;
}
body.woocommerce-cart .o-xs-badge.o-hot{background:#1A1A1A;}
body.woocommerce-cart .o-xs-quick{
    position:absolute;bottom:8px;left:8px;right:8px;background:#fff;color:#1A1A1A;border:1px solid #1A1A1A;border-radius:50px;padding:8px;
    font-family:'Jost',sans-serif;font-size:10px;font-weight:600;letter-spacing:1px;text-transform:uppercase;cursor:pointer;opacity:0;transition:all 0.2s;
}
body.woocommerce-cart .o-xs-card:hover .o-xs-quick{opacity:1;}
body.woocommerce-cart .o-xs-quick:hover{background:#E8610A;color:#fff;border-color:#E8610A;}
body.woocommerce-cart .o-xs-name{
    display:block;font-family:'Jost',sans-serif;font-size:13px;font-weight:500;color:#1A1A1A;text-decoration:none;line-height:1.35;margin-bottom:4px;
}
body.woocommerce-cart .o-xs-name:hover{color:#E8610A;}
body.woocommerce-cart .o-xs-price{font-family:'Jost',sans-serif;font-size:13px;font-weight:700;color:#1A1A1A;}
body.woocommerce-cart .o-xs-price del{font-size:11px;color:#A8A8A8;font-weight:400;margin-left:6px;}

/* Sticky mobile cart bar */
body.woocommerce-cart .o-sticky-cart{
    display:none;position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid #EBE6DC;padding:10px 16px;z-index:500;align-items:center;gap:12px;box-shadow:0 -8px 24px rgba(0,0,0,0.08);
}
body.woocommerce-cart .o-sticky-info{flex:1;display:flex;flex-direction:column;gap:2px;}
body.woocommerce-cart .o-sticky-meta{font-family:'Jost',sans-serif;font-size:12px;font-weight:600;letter-spacing:0.5px;color:#1A1A1A;}
body.woocommerce-cart .o-sticky-label{font-family:'Jost',sans-serif;font-size:10px;letter-spacing:1px;text-transform:uppercase;color:#E8610A;}
body.woocommerce-cart .o-sticky-btn{
    background:#E8610A;color:#fff;border-radius:50px;padding:11px 20px;font-family:'Jost',sans-serif;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;text-decoration:none;
}

/* Empty cart re-used for v4 */
body.woocommerce-cart .o-cart-empty{max-width:520px;margin:96px auto;text-align:center;padding:0 24px;}
body.woocommerce-cart .o-cart-empty h1{font-family:'Playfair Display',serif!important;font-size:32px;font-weight:600;color:#1A1A1A;margin-bottom:10px;}
body.woocommerce-cart .o-cart-empty p{font-family:'Jost',sans-serif;font-size:14px;color:#6B6B6B;margin-bottom:24px;}
body.woocommerce-cart .o-cart-empty .o-checkout-btn{display:inline-block;width:auto;padding:14px 32px;background:#E8610A;color:#fff;border-color:#E8610A;}

/* Mobile (≤768px) */
@media (max-width:768px){
    body.woocommerce-cart .o-cart-page{padding:0 16px!important;margin:20px auto 96px!important;}
    body.woocommerce-cart .o-cart-head h1{font-size:30px;}
    body.woocommerce-cart .o-cart-grid{grid-template-columns:1fr!important;gap:32px!important;}
    body.woocommerce-cart .o-summary{position:static;}
    body.woocommerce-cart .o-cart-item{grid-template-columns:70px minmax(0,1fr) auto!important;gap:14px!important;}
    body.woocommerce-cart .o-cart-item .o-ci-img,
    body.woocommerce-cart .o-cart-item .o-ci-img img{width:70px!important;max-width:70px!important;height:92px!important;}
    body.woocommerce-cart .o-fbt-stack{grid-template-columns:1fr;}
    body.woocommerce-cart .o-fbt-plus{margin:6px 0;}
    body.woocommerce-cart .o-xsell-grid{grid-template-columns:repeat(2,1fr);}
    body.woocommerce-cart .o-sticky-cart{display:flex;}
    body.woocommerce-cart .o-cart-foot{flex-direction:column;align-items:stretch;gap:12px;}
    body.woocommerce-cart .o-cart-foot .o-update-btn{width:100%;}
}

/* ============================================
   ORA-039b — Checkout Day 2 (v4)
   New class system: .o-checkout-page / -grid / -main / -aside (NOT the older -wrap/-left/-right).
   All scoped to body.woocommerce-checkout so older orphan rules at line ~164 don't apply.
   ============================================ */

body.woocommerce-checkout .o-checkout-page{
    max-width:1280px!important;margin:0 auto!important;padding:32px 56px 56px!important;background:transparent!important;
    display:block!important;min-height:0!important;
}

/* Breadcrumb (same pattern as cart) */
body.woocommerce-checkout .o-crumb{
    font-family:'Jost',sans-serif;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:#A8A8A8;
    margin-bottom:18px;display:flex;align-items:center;gap:8px;
}
body.woocommerce-checkout .o-crumb a{color:#6B6B6B;text-decoration:none;}
body.woocommerce-checkout .o-crumb a:hover{color:#E8610A;}
body.woocommerce-checkout .o-crumb .o-sep{color:#EBE6DC;}

/* Progress steps */
body.woocommerce-checkout .o-progress{
    display:flex;align-items:center;gap:12px;margin:24px 0 36px;font-family:'Jost',sans-serif;font-size:12px;letter-spacing:0.5px;
}
body.woocommerce-checkout .o-progress-step{display:flex;align-items:center;gap:6px;color:#A8A8A8;}
body.woocommerce-checkout .o-progress-step.o-active{color:#E8610A;font-weight:600;}
body.woocommerce-checkout .o-progress-step.o-done{color:#1A1A1A;}
body.woocommerce-checkout .o-progress-dot{
    width:18px;height:18px;border-radius:50%;background:#F0EDE7;display:flex;align-items:center;justify-content:center;font-size:10px;
}
body.woocommerce-checkout .o-progress-step.o-active .o-progress-dot{background:#E8610A;color:#fff;}
body.woocommerce-checkout .o-progress-step.o-done .o-progress-dot{background:#3B7A1A;color:#fff;}
body.woocommerce-checkout .o-progress-line{flex:1;height:1px;background:#EBE6DC;max-width:60px;}

/* 2-col grid */
body.woocommerce-checkout .o-checkout-grid{
    display:grid!important;grid-template-columns:1.4fr 1fr!important;gap:56px!important;align-items:start!important;
}
body.woocommerce-checkout .o-checkout-main{min-width:0;}

/* Express Checkout strip */
body.woocommerce-checkout .o-express-strip{
    background:linear-gradient(135deg,#FFF9F2 0%,#FFF4ED 100%);
    border:1px solid #FFE0CC;border-radius:14px;padding:24px;margin-bottom:32px;
}
body.woocommerce-checkout .o-express-head{text-align:center;margin-bottom:16px;}
body.woocommerce-checkout .o-express-tag{
    display:inline-block;background:#E8610A;color:#fff;font-family:'Jost',sans-serif;font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:4px 12px;border-radius:50px;margin-bottom:8px;
}
body.woocommerce-checkout .o-express-head h2{
    font-family:'Playfair Display',serif;font-size:22px;font-weight:600;color:#1A1A1A;margin:4px 0;letter-spacing:-0.3px;
}
body.woocommerce-checkout .o-express-sub{font-family:'Jost',sans-serif;font-size:12px;color:#6B6B6B;}
body.woocommerce-checkout .o-express-buttons{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px;}
body.woocommerce-checkout .o-express-btn{
    background:#fff;border:1.5px solid #EBE6DC;padding:14px 8px;border-radius:12px;
    display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;transition:all 0.2s;font-family:'Jost',sans-serif;
}
body.woocommerce-checkout .o-express-btn:hover{border-color:#E8610A;transform:translateY(-1px);}
body.woocommerce-checkout .o-exp-ico{
    width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:700;
}
body.woocommerce-checkout .o-exp-gpay    .o-exp-ico{background:#4285F4;}
body.woocommerce-checkout .o-exp-phonepe .o-exp-ico{background:#5F259F;font-size:11px;}
body.woocommerce-checkout .o-exp-paytm   .o-exp-ico{background:#00BAF2;}
body.woocommerce-checkout .o-exp-upi-any .o-exp-ico{background:#E8610A;}
body.woocommerce-checkout .o-exp-label{font-size:11px;font-weight:500;color:#1A1A1A;}
body.woocommerce-checkout .o-express-divider{
    text-align:center;font-family:'Jost',sans-serif;font-size:11px;color:#A8A8A8;letter-spacing:1px;text-transform:uppercase;
    margin-top:12px;position:relative;
}
body.woocommerce-checkout .o-express-divider span{background:linear-gradient(135deg,#FFF9F2 0%,#FFF4ED 100%);padding:0 12px;position:relative;z-index:1;}
body.woocommerce-checkout .o-express-divider::before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#FFD9B5;}

/* Form sections */
body.woocommerce-checkout .o-checkout-section{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #EBE6DC;}
body.woocommerce-checkout .o-checkout-section:last-child{border-bottom:none;}
body.woocommerce-checkout .o-section-title{
    font-family:'Playfair Display',serif!important;font-size:22px;font-weight:600;color:#1A1A1A;
    margin:0 0 18px!important;padding-bottom:8px;border-bottom:2px solid #E8610A;display:inline-block;letter-spacing:-0.3px;
}

/* Form fields */
body.woocommerce-checkout .o-fields-grid .form-row,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row{margin:0 0 16px!important;padding:0!important;}
body.woocommerce-checkout .o-fields-grid label,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label{
    display:block!important;margin-bottom:6px!important;font-family:'Jost',sans-serif!important;font-size:12px!important;font-weight:500!important;color:#6B6B6B!important;letter-spacing:0.5px!important;text-transform:none!important;
}
body.woocommerce-checkout .o-fields-grid .input-text,
body.woocommerce-checkout .o-fields-grid select,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .input-text,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper select,
body.woocommerce-checkout .o-fields-grid .select2-container--default .select2-selection--single{
    width:100%!important;padding:12px 14px!important;font-size:14px!important;font-family:'Jost',sans-serif!important;
    border:1px solid #DDD5C5!important;border-radius:8px!important;background:#fff!important;min-height:46px!important;color:#1A1A1A!important;box-sizing:border-box!important;
}
body.woocommerce-checkout .o-fields-grid .input-text:focus,
body.woocommerce-checkout .o-fields-grid select:focus{border-color:#E8610A!important;outline:none!important;box-shadow:0 0 0 3px rgba(232,97,10,0.1)!important;}
body.woocommerce-checkout .form-row-first,
body.woocommerce-checkout .form-row-last{width:calc(50% - 8px)!important;display:inline-block!important;vertical-align:top!important;float:none!important;}
body.woocommerce-checkout .form-row-first{margin-right:14px!important;}

body.woocommerce-checkout .o-wa-optin{
    display:flex;align-items:center;gap:10px;font-family:'Jost',sans-serif;font-size:13px;color:#1A1A1A;margin-top:8px;cursor:pointer;
}
body.woocommerce-checkout .o-wa-optin input{width:16px;height:16px;accent-color:#E8610A;}

body.woocommerce-checkout .o-order-notes{
    width:100%;padding:12px 14px;font-family:'Jost',sans-serif;font-size:13px;border:1px solid #DDD5C5;border-radius:8px;resize:vertical;min-height:60px;margin-top:12px;background:#fff;color:#1A1A1A;box-sizing:border-box;
}
body.woocommerce-checkout .o-order-notes:focus{border-color:#E8610A;outline:none;box-shadow:0 0 0 3px rgba(232,97,10,0.1);}

/* Payment section */
body.woocommerce-checkout .o-payment-section #payment{background:transparent!important;border:none!important;padding:0!important;}
body.woocommerce-checkout .o-payment-section #payment ul.payment_methods{
    border:1px solid #EBE6DC!important;border-radius:10px!important;padding:8px!important;list-style:none!important;background:#fff!important;
}
body.woocommerce-checkout .o-payment-section #payment ul.payment_methods li{
    padding:14px 12px!important;border-bottom:1px solid #F2F2F2!important;margin:0!important;
}
body.woocommerce-checkout .o-payment-section #payment ul.payment_methods li:last-child{border-bottom:none!important;}
body.woocommerce-checkout .o-payment-section #payment ul.payment_methods li label{
    font-family:'Jost',sans-serif!important;font-size:13px!important;font-weight:500!important;color:#1A1A1A!important;cursor:pointer;text-transform:none!important;letter-spacing:0!important;
}
body.woocommerce-checkout .o-payment-section #payment div.payment_box{
    background:#FAFAF7!important;border-radius:8px!important;padding:12px 14px!important;font-family:'Jost',sans-serif!important;font-size:12px!important;color:#6B6B6B!important;margin-top:10px!important;
}
body.woocommerce-checkout .o-payment-section #payment div.payment_box::before{display:none!important;}

/* Place Order — the Big One */
body.woocommerce-checkout #place_order,
body.woocommerce-checkout .o-payment-section #place_order{
    width:100%!important;background:#E8610A!important;color:#fff!important;padding:16px 28px!important;
    font-family:'Jost',sans-serif!important;font-size:13px!important;font-weight:600!important;letter-spacing:1.8px!important;text-transform:uppercase!important;
    border:none!important;border-radius:50px!important;cursor:pointer!important;margin-top:20px!important;transition:all 0.2s!important;height:auto!important;
}
body.woocommerce-checkout #place_order:hover{background:#1A1A1A!important;transform:translateY(-1px);box-shadow:0 4px 16px rgba(0,0,0,0.12)!important;}

/* UPI Hero — reuse cart's styling but allow checkout-specific override class */
body.woocommerce-checkout .o-upi-hero.o-upi-checkout{margin:0 0 14px;}

/* Or divider — variant of the cart one */
body.woocommerce-checkout .o-or-div{
    text-align:center;font-family:'Jost',sans-serif;font-size:11px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:#A8A8A8;margin:14px 0;position:relative;
}
body.woocommerce-checkout .o-or-div span{background:#fff;padding:0 12px;position:relative;z-index:1;}
body.woocommerce-checkout .o-or-div::before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#EBE6DC;}

/* Mini-cart aside */
body.woocommerce-checkout .o-checkout-aside{
    background:#FAF6EF;border:1px solid #EBE6DC;border-radius:14px;padding:28px 24px;position:sticky;top:96px;align-self:start;
}
body.woocommerce-checkout .o-aside-title{
    font-family:'Playfair Display',serif!important;font-size:20px;font-weight:600;margin:0 0 4px!important;color:#1A1A1A;letter-spacing:-0.3px;
}
body.woocommerce-checkout .o-aside-sub{
    font-family:'Jost',sans-serif;font-size:11px;color:#6B6B6B;letter-spacing:1.5px;text-transform:uppercase;
    padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #E2D9C5;
}

body.woocommerce-checkout .o-mini-cart{list-style:none;padding:0;margin:0 0 20px;}
body.woocommerce-checkout .o-mini-item{
    display:grid;grid-template-columns:60px 1fr auto;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid #E2D9C5;
}
body.woocommerce-checkout .o-mini-item:last-child{border-bottom:none;}
body.woocommerce-checkout .o-mini-img{position:relative;width:60px;height:75px;}
body.woocommerce-checkout .o-mini-img img{width:60px!important;height:75px!important;object-fit:cover;border-radius:6px;display:block;}
body.woocommerce-checkout .o-mini-qty{
    position:absolute;top:-6px;right:-8px;background:#E8610A;color:#fff;font-family:'Jost',sans-serif;font-size:10px;font-weight:700;
    width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;
}
body.woocommerce-checkout .o-mini-name{font-family:'Jost',sans-serif;font-size:13px;font-weight:500;line-height:1.3;margin-bottom:2px;color:#1A1A1A;}
body.woocommerce-checkout .o-mini-variant{font-family:'Jost',sans-serif;font-size:10.5px;color:#6B6B6B;letter-spacing:0.3px;}
body.woocommerce-checkout .o-mini-price{font-family:'Jost',sans-serif;font-size:13px;font-weight:600;color:#1A1A1A;}

/* Coupon inside aside */
body.woocommerce-checkout .o-coupon-row{display:flex;gap:8px;margin-bottom:20px;}
body.woocommerce-checkout .o-coupon-row input{
    flex:1;border:1px solid #DDD5C5;border-radius:8px;padding:11px 14px;font-family:'Jost',sans-serif;font-size:13px;background:#fff;color:#1A1A1A;outline:none;
}
body.woocommerce-checkout .o-coupon-row input:focus{border-color:#1A1A1A;}
body.woocommerce-checkout .o-coupon-row button{
    background:#1A1A1A;color:#fff;border:none;border-radius:8px;padding:0 20px;font-family:'Jost',sans-serif;font-size:11px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;cursor:pointer;
}
body.woocommerce-checkout .o-coupon-row button:hover{background:#E8610A;}

/* Totals + grand total in aside */
body.woocommerce-checkout .o-sum-rows{padding:8px 0;border-bottom:1px solid #E2D9C5;}
body.woocommerce-checkout .o-sum-row{display:flex;justify-content:space-between;align-items:baseline;font-family:'Jost',sans-serif;font-size:13px;color:#6B6B6B;padding:8px 0;}
body.woocommerce-checkout .o-sum-row .o-value{font-weight:600;color:#1A1A1A;}
body.woocommerce-checkout .o-sum-row .o-note{font-size:11px;color:#A8A8A8;font-weight:400;margin-left:6px;}
body.woocommerce-checkout .o-sum-row.o-saved .o-value{color:#3B7A1A;}
body.woocommerce-checkout .o-sum-total{display:flex;justify-content:space-between;align-items:baseline;padding:16px 0 8px;}
body.woocommerce-checkout .o-tot-label{font-family:'Jost',sans-serif;font-size:13px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#1A1A1A;}
body.woocommerce-checkout .o-tot-value{font-family:'Playfair Display',serif!important;font-size:28px;font-weight:700;color:#E8610A;letter-spacing:-0.5px;}

/* Mini cross-sell */
body.woocommerce-checkout .o-mini-xsell{margin:20px 0;padding:16px;background:#fff;border:1px dashed #E8610A;border-radius:10px;}
body.woocommerce-checkout .o-mini-xsell-label{
    font-family:'Jost',sans-serif;font-size:10.5px;color:#E8610A;letter-spacing:1.5px;text-transform:uppercase;font-weight:600;display:block;margin-bottom:12px;
}
body.woocommerce-checkout .o-mini-xs{display:grid;grid-template-columns:40px 1fr auto;gap:10px;align-items:center;padding:8px 0;border-top:1px solid #F2F2F2;}
body.woocommerce-checkout .o-mini-xs:first-of-type{border-top:none;padding-top:0;}
body.woocommerce-checkout .o-mini-xs-img img{width:40px!important;height:50px!important;object-fit:cover;border-radius:5px;display:block;}
body.woocommerce-checkout .o-mini-xs-name{font-family:'Jost',sans-serif;font-size:12px;font-weight:500;line-height:1.3;color:#1A1A1A;}
body.woocommerce-checkout .o-mini-xs-price{font-family:'Jost',sans-serif;font-size:11.5px;color:#E8610A;font-weight:600;}
body.woocommerce-checkout .o-mini-xs-price del{color:#A8A8A8;font-weight:400;margin-left:4px;font-size:10px;}
body.woocommerce-checkout .o-mini-xs-add{
    background:#1A1A1A;color:#fff;font-family:'Jost',sans-serif;font-size:9.5px;font-weight:600;padding:6px 10px;border-radius:50px;border:none;cursor:pointer;letter-spacing:0.8px;text-transform:uppercase;
}
body.woocommerce-checkout .o-mini-xs-add:hover{background:#E8610A;}

/* Mini trust */
body.woocommerce-checkout .o-mini-trust{display:flex;flex-direction:column;gap:8px;margin-top:18px;padding-top:18px;border-top:1px solid #E2D9C5;}
body.woocommerce-checkout .o-mini-trust .o-trust-i{font-family:'Jost',sans-serif;font-size:11px;color:#6B6B6B;display:flex;gap:8px;align-items:center;letter-spacing:0.2px;}

/* Mobile sticky place-order bar */
body.woocommerce-checkout .o-sticky-checkout-mobile{
    display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #EBE6DC;
    padding:12px 16px;gap:10px;align-items:center;z-index:500;box-shadow:0 -2px 12px rgba(0,0,0,0.08);
}
body.woocommerce-checkout .o-sticky-checkout-mobile .o-sticky-info{flex:1;display:flex;flex-direction:column;gap:1px;}
body.woocommerce-checkout .o-sticky-checkout-mobile .o-sticky-meta{font-family:'Jost',sans-serif;font-size:10px;color:#6B6B6B;letter-spacing:0.5px;}
body.woocommerce-checkout .o-sticky-checkout-mobile .o-sticky-amount{font-family:'Playfair Display',serif;font-size:18px;font-weight:700;color:#E8610A;}
body.woocommerce-checkout .o-sticky-place{
    background:#E8610A;color:#fff;border:none;padding:14px 24px;border-radius:50px;
    font-family:'Jost',sans-serif;font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;
}
body.woocommerce-checkout .o-sticky-place:hover{background:#C8520A;}

/* Mobile responsive ≤768px */
@media (max-width:768px){
    body.woocommerce-checkout .o-checkout-page{padding:20px 16px 100px!important;}
    body.woocommerce-checkout .o-checkout-grid{grid-template-columns:1fr!important;gap:24px!important;}
    body.woocommerce-checkout .o-checkout-aside{position:static;order:-1;padding:20px 16px;}
    body.woocommerce-checkout .o-checkout-aside .o-mini-cart{max-height:200px;overflow-y:auto;}
    body.woocommerce-checkout .o-express-buttons{grid-template-columns:repeat(2,1fr);}
    body.woocommerce-checkout .o-section-title{font-size:18px;}
    body.woocommerce-checkout .form-row-first,
    body.woocommerce-checkout .form-row-last{width:100%!important;margin-right:0!important;}
    body.woocommerce-checkout .o-sticky-checkout-mobile{display:flex;}
    body.woocommerce-checkout .o-progress-line{max-width:24px;}
}

/* ============================================
   ORA-039a-polish — Cart layout fix (belt + braces alongside page-cart.php)
   page.php wraps every WC page in <article><header><h1></h1></header><.o-page-content
   style="max-width:760px"></.o-page-content></article>. page-cart.php avoids this for
   the cart slug — these rules are the fallback for any WC page that still goes through
   page.php (e.g., if WC pages have non-default slugs like "shopping-cart").
   ============================================ */

/* A. Kill the inline-styled max-width:760px wrapper on WC pages */
body.woocommerce-cart .o-page-content[style],
body.woocommerce-checkout .o-page-content[style],
body.woocommerce-account .o-page-content[style],
body.woocommerce-order-received .o-page-content[style]{
    max-width:100vw!important;width:100%!important;
    font-size:inherit!important;line-height:inherit!important;
    padding:0!important;margin:0!important;color:inherit!important;
}

/* Hide the duplicate page.php h1 (the_title) */
body.woocommerce-cart article.page > header,
body.woocommerce-checkout article.page > header,
body.woocommerce-account article.page > header,
body.woocommerce-order-received article.page > header{display:none!important;}

/* Force full-width containers on WC pages */
body.woocommerce-cart article.page,
body.woocommerce-cart .o-woo-wrap,
body.woocommerce-cart .o-cart-wrap-outer,
body.woocommerce-cart .o-sec,
body.woocommerce-checkout article.page,
body.woocommerce-checkout .o-woo-wrap,
body.woocommerce-checkout .o-checkout-wrap-outer,
body.woocommerce-checkout .o-sec,
body.woocommerce-order-received article.page,
body.woocommerce-order-received .o-woo-wrap{
    max-width:100%!important;width:100%!important;margin:0!important;padding:0!important;
}
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce{
    max-width:100%!important;width:100%!important;margin:0!important;padding:0!important;
}

/* B. Slim success notice — WC's .woocommerce-message becomes a green strip */
body.woocommerce-cart .woocommerce-notices-wrapper{
    max-width:1300px!important;margin:20px auto 0!important;padding:0 28px!important;
}
body.woocommerce-cart .woocommerce-message{
    background:#EAF3DE!important;border:1px solid #C6E0A8!important;border-left:4px solid #3B7A1A!important;
    color:#1A4A0A!important;border-radius:8px!important;padding:10px 16px!important;
    font-family:'Jost',sans-serif!important;font-size:13px!important;font-weight:500!important;
    display:flex!important;align-items:center!important;justify-content:space-between!important;
    gap:12px!important;margin:0 0 24px!important;
}
body.woocommerce-cart .woocommerce-message::before{content:""!important;display:none!important;}
body.woocommerce-cart .woocommerce-message .button,
body.woocommerce-cart .woocommerce-message a.restore-item{
    background:transparent!important;color:#1A4A0A!important;border:1px solid #3B7A1A!important;border-radius:50px!important;
    padding:6px 16px!important;font-family:'Jost',sans-serif!important;font-size:11px!important;font-weight:600!important;
    letter-spacing:1px!important;text-transform:uppercase!important;text-decoration:none!important;display:inline-block!important;
}
body.woocommerce-cart .woocommerce-message .button:hover{background:#3B7A1A!important;color:#fff!important;}

/* C. Items column polish — keep cart-foot horizontal, qty+remove aligned */
body.woocommerce-cart .o-cart-foot{
    display:flex!important;align-items:center!important;justify-content:space-between!important;
    gap:16px!important;padding-top:24px!important;flex-wrap:nowrap!important;
}
body.woocommerce-cart .o-ci-actions{
    display:flex!important;align-items:center!important;gap:14px!important;margin-top:8px!important;flex-wrap:wrap!important;
}

/* D. Items header (PRODUCT / TOTAL) — 3-col grid matching item row */
body.woocommerce-cart .o-items-head{
    display:grid!important;grid-template-columns:90px 1fr 130px!important;
    gap:20px!important;padding:0 0 14px!important;border-bottom:2px solid #1A1A1A!important;
    font-family:'Jost',sans-serif!important;font-size:11px!important;font-weight:600!important;
    letter-spacing:1.5px!important;text-transform:uppercase!important;color:#1A1A1A!important;margin-bottom:8px!important;
}
body.woocommerce-cart .o-items-head > div:first-child{grid-column:1 / 3!important;}
body.woocommerce-cart .o-items-head > div:last-child{text-align:right!important;}

/* E. Empty cart styles */
body.woocommerce-cart .o-cart-empty{
    max-width:1080px;margin:0 auto;padding:24px 32px 60px;
}
body.woocommerce-cart .o-empty-hero{
    text-align:center;background:linear-gradient(180deg,#FAF6EF 0%,#F4EDDC 100%);
    border-radius:16px;padding:56px 32px 48px;margin-bottom:48px;
}
body.woocommerce-cart .o-empty-icon{display:flex;justify-content:center;margin-bottom:18px;}
body.woocommerce-cart .o-empty-icon svg{background:#fff;padding:14px;border-radius:50%;box-shadow:0 4px 12px rgba(232,97,10,0.12);}
body.woocommerce-cart .o-empty-heading{
    font-family:'Playfair Display',serif!important;font-size:38px;font-weight:600;
    letter-spacing:-0.5px;margin:0 0 10px;color:#1A1A1A;
}
body.woocommerce-cart .o-empty-sub{
    font-family:'Jost',sans-serif;font-size:14px;color:#6B6B6B;line-height:1.7;max-width:460px;margin:0 auto 28px;
}
body.woocommerce-cart .o-empty-ctas{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;}
body.woocommerce-cart .o-empty-primary,
body.woocommerce-cart .o-empty-secondary{
    padding:15px 32px!important;border-radius:50px!important;font-family:'Jost',sans-serif!important;
    font-size:12px!important;font-weight:600!important;letter-spacing:1.5px!important;text-transform:uppercase!important;
    text-decoration:none!important;transition:all 0.2s!important;display:inline-block!important;line-height:1!important;border:1.5px solid transparent!important;
}
body.woocommerce-cart .o-empty-primary{background:#E8610A!important;color:#fff!important;}
body.woocommerce-cart .o-empty-primary:hover{background:#1A1A1A!important;}
body.woocommerce-cart .o-empty-secondary{background:transparent!important;color:#1A1A1A!important;border-color:#1A1A1A!important;}
body.woocommerce-cart .o-empty-secondary:hover{background:#1A1A1A!important;color:#fff!important;}

body.woocommerce-cart .o-empty-featured{margin-bottom:48px;}
body.woocommerce-cart .o-empty-featured-head{text-align:center;margin-bottom:28px;}
body.woocommerce-cart .o-empty-sub-label{
    display:inline-block;font-family:'Jost',sans-serif;font-size:10.5px;letter-spacing:2.5px;
    text-transform:uppercase;color:#E8610A;font-weight:600;margin-bottom:6px;
}
body.woocommerce-cart .o-empty-sub-label::before{content:"— ";}
body.woocommerce-cart .o-empty-sub-label::after{content:" —";}
body.woocommerce-cart .o-empty-featured-head h3{
    font-family:'Playfair Display',serif!important;font-size:28px;font-weight:600;
    margin:4px 0 0;color:#1A1A1A;letter-spacing:-0.3px;
}
body.woocommerce-cart .o-empty-trust{
    display:flex;justify-content:center;gap:32px;flex-wrap:wrap;
    padding:28px 0;border-top:1px solid #EBE6DC;border-bottom:1px solid #EBE6DC;margin-top:16px;
}
body.woocommerce-cart .o-empty-trust .o-trust-i{
    font-family:'Jost',sans-serif;font-size:12px;color:#6B6B6B;display:flex;align-items:center;gap:6px;letter-spacing:0.3px;
}

/* Hide WC's default empty-cart fragments since we replaced with custom template */
body.woocommerce-cart .cart-empty.woocommerce-info,
body.woocommerce-cart .return-to-shop{display:none!important;}

/* F. Mobile */
@media (max-width:768px){
    body.woocommerce-cart .o-cart-empty{padding:16px 16px 40px;}
    body.woocommerce-cart .o-empty-hero{padding:36px 20px 32px;}
    body.woocommerce-cart .o-empty-heading{font-size:28px;}
    body.woocommerce-cart .o-empty-icon svg{width:56px;height:56px;}
    body.woocommerce-cart .o-empty-ctas{flex-direction:column;}
    body.woocommerce-cart .o-empty-primary,
    body.woocommerce-cart .o-empty-secondary{width:100%;text-align:center;}
    body.woocommerce-cart .o-empty-featured-head h3{font-size:22px;}
    body.woocommerce-cart .o-empty-trust{flex-direction:column;gap:12px;text-align:center;}
    body.woocommerce-cart .o-empty-trust .o-trust-i{justify-content:center;}
    body.woocommerce-cart .o-items-head{display:none!important;}
    body.woocommerce-cart .o-cart-foot{flex-wrap:wrap!important;}
}

/* ============================================
   ORA-039b-polish — Delivery Speed radio cards + defensive vertical stack
   ============================================ */

/* Force .o-checkout-main children to stack vertically — defensive against any plugin
   wrapper (form-grid / customer-details / etc.) injecting a side-by-side grid. */
body.woocommerce-checkout .o-checkout-main{
    display:flex!important;flex-direction:column!important;gap:0!important;width:100%!important;
}
body.woocommerce-checkout .o-checkout-main > *,
body.woocommerce-checkout .o-checkout-main .o-checkout-section{
    width:100%!important;max-width:100%!important;display:block!important;grid-column:1 / -1!important;
}
body.woocommerce-checkout .o-form-grid,
body.woocommerce-checkout .o-customer-details,
body.woocommerce-checkout .o-checkout-customer,
body.woocommerce-checkout #customer_details{
    display:block!important;grid-template-columns:none!important;
}
/* WC's own .col2-set wrapper (when do_action('woocommerce_checkout_billing') is used) — neutralize 2-col */
body.woocommerce-checkout .col2-set,
body.woocommerce-checkout .col2-set .col-1,
body.woocommerce-checkout .col2-set .col-2{
    width:100%!important;float:none!important;display:block!important;
}

/* Delivery Speed section */
body.woocommerce-checkout .o-delivery-section{margin-bottom:32px;}
body.woocommerce-checkout .o-delivery-methods{
    display:flex;flex-direction:column;gap:10px;margin-bottom:12px;
}
body.woocommerce-checkout .o-delivery-card{
    position:relative;display:flex;align-items:flex-start;gap:14px;padding:16px 18px;
    background:#fff;border:1.5px solid #EBE6DC;border-radius:12px;cursor:pointer;transition:all 0.2s ease;
}
body.woocommerce-checkout .o-delivery-card:hover{border-color:#1A1A1A;transform:translateY(-1px);}
body.woocommerce-checkout .o-delivery-card.o-selected{
    border-color:#E8610A;background:linear-gradient(180deg,#FFF8F2 0%,#FFFAF6 100%);
    box-shadow:0 4px 12px rgba(232,97,10,0.08);
}
body.woocommerce-checkout .o-delivery-card input[type="radio"]{position:absolute;opacity:0;pointer-events:none;}
body.woocommerce-checkout .o-delivery-card::before{
    content:"";display:block;flex-shrink:0;width:20px;height:20px;border-radius:50%;
    border:2px solid #DDD5C5;background:#fff;margin-top:2px;transition:all 0.2s;
}
body.woocommerce-checkout .o-delivery-card.o-selected::before{
    border-color:#E8610A;
    background:radial-gradient(circle,#E8610A 0%,#E8610A 40%,#fff 45%,#fff 100%);
}
body.woocommerce-checkout .o-delivery-body{flex:1;display:flex;flex-direction:column;gap:4px;}
body.woocommerce-checkout .o-delivery-head{
    display:flex;justify-content:space-between;align-items:baseline;gap:12px;flex-wrap:wrap;
}
body.woocommerce-checkout .o-delivery-name{
    font-family:'Jost',sans-serif;font-size:14px;font-weight:600;color:#1A1A1A;letter-spacing:0.2px;
}
body.woocommerce-checkout .o-delivery-price{
    font-family:'Jost',sans-serif;font-size:14px;font-weight:700;color:#E8610A;
}
body.woocommerce-checkout .o-delivery-eta{
    font-family:'Jost',sans-serif;font-size:12px;color:#6B6B6B;line-height:1.5;
}
body.woocommerce-checkout .o-delivery-courier{
    display:inline-block;margin-top:4px;background:#FFF4ED;color:#C44D06;
    font-family:'Jost',sans-serif;font-size:10px;font-weight:600;letter-spacing:0.5px;text-transform:uppercase;
    padding:3px 8px;border-radius:50px;width:fit-content;
}
body.woocommerce-checkout .o-delivery-empty{
    padding:16px 18px;background:#FAF6EF;border:1px dashed #EBE6DC;border-radius:10px;
    text-align:center;font-family:'Jost',sans-serif;font-size:13px;color:#6B6B6B;
}
body.woocommerce-checkout .o-delivery-note{
    text-align:center;font-family:'Jost',sans-serif;font-size:11px;color:#6B6B6B;letter-spacing:0.3px;padding:6px 0;
}

@media(max-width:768px){
    body.woocommerce-checkout .o-delivery-card{padding:14px;}
    body.woocommerce-checkout .o-delivery-head{flex-direction:column;align-items:flex-start;gap:4px;}
    body.woocommerce-checkout .o-delivery-price{font-size:13px;}
}

/* ============================================
   ORA-039a-cart-fixes — REMOVE as compact × icon + Update Cart polish
   ============================================ */

/* REMOVE link → compact circular × button */
body.woocommerce-cart .o-ci-remove{
    font-family:'Jost',sans-serif!important;font-size:0!important;color:transparent!important;text-decoration:none!important;
    display:inline-flex!important;align-items:center!important;justify-content:center!important;
    width:24px!important;height:24px!important;border:1px solid #EBE6DC!important;border-radius:50%!important;background:#fff!important;
    letter-spacing:0!important;text-transform:none!important;transition:all 0.15s!important;margin-left:8px!important;flex-shrink:0!important;
}
body.woocommerce-cart .o-ci-remove::before{
    content:"×"!important;font-size:16px!important;font-weight:400!important;color:#A8A8A8!important;line-height:1!important;display:block!important;
}
body.woocommerce-cart .o-ci-remove:hover{border-color:#E8610A!important;background:#FFF4ED!important;}
body.woocommerce-cart .o-ci-remove:hover::before{color:#E8610A!important;}

/* Qty + remove on same row, remove pinned right */
body.woocommerce-cart .o-ci-actions{
    display:flex!important;align-items:center!important;gap:12px!important;margin-top:10px!important;flex-wrap:nowrap!important;
}

/* Update Cart button — outline-black pill → orange-fill on hover */
body.woocommerce-cart .o-update-btn{
    background:transparent!important;color:#1A1A1A!important;border:1.5px solid #1A1A1A!important;
    padding:12px 28px!important;font-family:'Jost',sans-serif!important;font-size:12px!important;font-weight:600!important;
    letter-spacing:1.5px!important;text-transform:uppercase!important;border-radius:50px!important;cursor:pointer!important;transition:all 0.2s!important;
}
body.woocommerce-cart .o-update-btn:hover:not([disabled]){background:#E8610A!important;color:#fff!important;border-color:#E8610A!important;}
body.woocommerce-cart .o-update-btn[disabled]{opacity:0.4!important;cursor:not-allowed!important;}

/* ============================================
   ORA-039c — Thank-you page v5 (hero + details + coupon + WA club + cross-sell + refer)
   Body class for the order-received page: .woocommerce-order-received
   ============================================ */

body.woocommerce-order-received .o-ty-page{max-width:900px!important;margin:0 auto!important;padding:40px 32px 60px!important;}

/* Hero */
body.woocommerce-order-received .o-ty-hero{
    text-align:center;background:linear-gradient(180deg,#FAF6EF 0%,#F4EDDC 100%);
    border-radius:16px;padding:56px 32px;margin-bottom:32px;
}
body.woocommerce-order-received .o-ty-tag{
    display:inline-block;font-family:'Jost',sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#E8610A;font-weight:600;margin-bottom:12px;
}
body.woocommerce-order-received .o-ty-tag::before{content:"— ";}
body.woocommerce-order-received .o-ty-tag::after{content:" —";}
body.woocommerce-order-received .o-ty-heading{
    font-family:'Playfair Display',serif!important;font-size:44px;font-weight:600;letter-spacing:-1px;margin:0 0 12px!important;color:#1A1A1A;line-height:1.1;
}
body.woocommerce-order-received .o-ty-name{font-style:italic;color:#E8610A;}
body.woocommerce-order-received .o-ty-sub{font-family:'Jost',sans-serif;font-size:14px;color:#6B6B6B;max-width:480px;margin:0 auto 18px;line-height:1.6;}
body.woocommerce-order-received .o-ty-wa-badge{
    display:inline-block;background:#fff;border:1px solid #DEF7E0;color:#1A1A1A;
    font-family:'Jost',sans-serif;font-size:12px;padding:8px 16px;border-radius:50px;
}
body.woocommerce-order-received .o-ty-wa-badge strong{color:#25D366;}

/* Order details card */
body.woocommerce-order-received .o-ty-details{
    background:#fff;border:1px solid #EBE6DC;border-radius:12px;padding:24px;margin-bottom:28px;
}
body.woocommerce-order-received .o-ty-details-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
body.woocommerce-order-received .o-ty-block-label{
    font-family:'Jost',sans-serif;font-size:10.5px;color:#6B6B6B;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:6px;
}
body.woocommerce-order-received .o-ty-block-value{
    font-family:'Jost',sans-serif;font-size:16px;font-weight:600;color:#1A1A1A;
}

/* Section title */
body.woocommerce-order-received .o-ty-section-title{
    font-family:'Playfair Display',serif!important;font-size:18px;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin:0 0 16px!important;color:#1A1A1A;
}

/* Items list */
body.woocommerce-order-received .o-ty-items{
    background:#fff;border:1px solid #EBE6DC;border-radius:12px;padding:24px;margin-bottom:28px;
}
body.woocommerce-order-received .o-ty-item-list{list-style:none;padding:0;margin:0;}
body.woocommerce-order-received .o-ty-item{
    display:grid;grid-template-columns:70px 1fr auto;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid #F2F2F2;
}
body.woocommerce-order-received .o-ty-item:last-child{border-bottom:none;}
body.woocommerce-order-received .o-ty-item-img img{width:70px!important;height:88px!important;object-fit:cover;border-radius:6px;display:block;}
body.woocommerce-order-received .o-ty-item-name{font-family:'Jost',sans-serif;font-size:14px;font-weight:500;margin-bottom:2px;color:#1A1A1A;}
body.woocommerce-order-received .o-ty-item-variant{font-family:'Jost',sans-serif;font-size:11.5px;color:#6B6B6B;}
body.woocommerce-order-received .o-ty-item-price{font-family:'Jost',sans-serif;font-size:15px;font-weight:600;color:#1A1A1A;}

body.woocommerce-order-received .o-ty-totals{margin-top:16px;padding-top:16px;border-top:1px solid #EBE6DC;}
body.woocommerce-order-received .o-ty-tot-row{
    display:flex;justify-content:space-between;padding:6px 0;font-family:'Jost',sans-serif;font-size:13.5px;color:#6B6B6B;
}
body.woocommerce-order-received .o-ty-tot-row span:last-child{font-weight:500;color:#1A1A1A;}
body.woocommerce-order-received .o-ty-tot-row.o-saved span:last-child{color:#3B7A1A;}
body.woocommerce-order-received .o-ty-tot-row.o-tot-final{
    margin-top:10px;padding-top:14px;border-top:2px solid #1A1A1A;font-size:16px;
}
body.woocommerce-order-received .o-ty-tot-row.o-tot-final span{font-family:'Playfair Display',serif!important;}
body.woocommerce-order-received .o-ty-tot-row.o-tot-final span:first-child{font-weight:600;color:#1A1A1A;}
body.woocommerce-order-received .o-ty-tot-row.o-tot-final span:last-child{color:#E8610A;font-weight:700;font-size:24px;}

/* Shipping address */
body.woocommerce-order-received .o-ty-shipping{
    background:#fff;border:1px solid #EBE6DC;border-radius:12px;padding:24px;margin-bottom:28px;
}
body.woocommerce-order-received .o-ty-address{font-family:'Jost',sans-serif;font-size:13.5px;line-height:1.7;color:#1A1A1A;}
body.woocommerce-order-received .o-ty-address strong{display:block;font-size:15px;margin-bottom:6px;}

/* CTAs */
body.woocommerce-order-received .o-ty-ctas{display:flex;gap:12px;margin-bottom:32px;flex-wrap:wrap;}
body.woocommerce-order-received .o-ty-cta-primary,
body.woocommerce-order-received .o-ty-cta-secondary,
body.woocommerce-order-received .o-ty-cta-wa{
    flex:1;min-width:200px;padding:14px 24px;border-radius:50px;text-align:center;text-decoration:none;
    font-family:'Jost',sans-serif;font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;transition:all 0.2s;
}
body.woocommerce-order-received .o-ty-cta-primary{background:#E8610A;color:#fff;}
body.woocommerce-order-received .o-ty-cta-primary:hover{background:#1A1A1A;color:#fff;}
body.woocommerce-order-received .o-ty-cta-secondary{background:transparent;color:#1A1A1A;border:1.5px solid #1A1A1A;}
body.woocommerce-order-received .o-ty-cta-secondary:hover{background:#1A1A1A;color:#fff;}
body.woocommerce-order-received .o-ty-cta-wa{background:#25D366;color:#fff;}
body.woocommerce-order-received .o-ty-cta-wa:hover{background:#128C7E;color:#fff;}

/* Coupon card */
body.woocommerce-order-received .o-ty-coupon{
    background:#FFF4ED;border:1.5px dashed #E8610A;border-radius:14px;padding:24px;margin-bottom:28px;
    display:flex;gap:20px;align-items:center;
}
body.woocommerce-order-received .o-ty-coupon-icon{font-size:36px;}
body.woocommerce-order-received .o-ty-coupon-body{flex:1;}
body.woocommerce-order-received .o-ty-coupon h3{font-family:'Playfair Display',serif!important;font-size:18px;font-weight:600;margin:0 0 6px;}
body.woocommerce-order-received .o-ty-coupon p{font-family:'Jost',sans-serif;font-size:13px;color:#6B6B6B;margin:0 0 12px;line-height:1.5;}
body.woocommerce-order-received .o-coupon-code{
    background:#fff;border:1.5px dashed #E8610A;color:#E8610A;padding:4px 12px;border-radius:6px;
    font-family:'Jost',monospace;font-weight:700;font-size:14px;letter-spacing:2px;
}
body.woocommerce-order-received .o-coupon-copy{
    background:#1A1A1A;color:#fff;border:none;padding:10px 20px;border-radius:50px;
    font-family:'Jost',sans-serif;font-size:11px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;cursor:pointer;
}
body.woocommerce-order-received .o-coupon-copy:hover{background:#E8610A;}
body.woocommerce-order-received .o-coupon-copy.o-copied{background:#3B7A1A;}

/* WhatsApp Drop Club */
body.woocommerce-order-received .o-ty-wa-club{
    background:#1A1A1A;color:#fff;border-radius:14px;padding:28px;margin-bottom:28px;
    display:flex;gap:20px;align-items:center;flex-wrap:wrap;
}
body.woocommerce-order-received .o-ty-wa-content{flex:1;min-width:240px;}
body.woocommerce-order-received .o-ty-wa-club h3{font-family:'Playfair Display',serif!important;font-size:20px;margin:0 0 6px;color:#fff;}
body.woocommerce-order-received .o-ty-wa-club p{font-family:'Jost',sans-serif;font-size:12.5px;color:#B8B8B8;margin:0;line-height:1.5;}
body.woocommerce-order-received .o-ty-wa-btn{
    background:#25D366;color:#fff;padding:14px 24px;border-radius:50px;text-decoration:none;
    font-family:'Jost',sans-serif;font-size:12px;font-weight:600;letter-spacing:1.3px;text-transform:uppercase;
}
body.woocommerce-order-received .o-ty-wa-btn:hover{background:#128C7E;color:#fff;}

/* Cross-sell head — reuses .o-xs-* classes from cart day 1 */
body.woocommerce-order-received .o-ty-xsell{margin:32px 0;}
body.woocommerce-order-received .o-ty-xsell-head{text-align:center;margin-bottom:20px;}
body.woocommerce-order-received .o-ty-xsell-head .o-xsell-sub{
    font-family:'Jost',sans-serif;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:#E8610A;font-weight:600;
}
body.woocommerce-order-received .o-ty-xsell-head h2{
    font-family:'Playfair Display',serif!important;font-size:24px;font-weight:600;margin:4px 0 0;color:#1A1A1A;
}

/* Refer & Earn */
body.woocommerce-order-received .o-ty-refer{
    background:#FAF6EF;border-radius:14px;padding:24px;margin-top:28px;
    display:flex;gap:20px;align-items:center;flex-wrap:wrap;
}
body.woocommerce-order-received .o-ty-refer-content{flex:1;min-width:240px;}
body.woocommerce-order-received .o-ty-refer h3{font-family:'Playfair Display',serif!important;font-size:18px;margin:0 0 6px;color:#1A1A1A;}
body.woocommerce-order-received .o-ty-refer p{font-family:'Jost',sans-serif;font-size:13px;color:#6B6B6B;margin:0;}
body.woocommerce-order-received .o-ty-refer-actions{display:flex;gap:10px;}
body.woocommerce-order-received .o-ty-refer-wa,
body.woocommerce-order-received .o-ty-refer-copy{
    padding:11px 20px;border-radius:50px;font-family:'Jost',sans-serif;font-size:11px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;
    text-decoration:none;cursor:pointer;border:none;
}
body.woocommerce-order-received .o-ty-refer-wa{background:#25D366;color:#fff;}
body.woocommerce-order-received .o-ty-refer-wa:hover{background:#128C7E;color:#fff;}
body.woocommerce-order-received .o-ty-refer-copy{background:transparent;color:#1A1A1A;border:1.5px solid #1A1A1A;}
body.woocommerce-order-received .o-ty-refer-copy:hover{background:#1A1A1A;color:#fff;}
body.woocommerce-order-received .o-ty-refer-copy.o-copied{background:#3B7A1A;color:#fff;border-color:#3B7A1A;}

/* Mobile */
@media(max-width:768px){
    body.woocommerce-order-received .o-ty-page{padding:24px 16px 40px!important;}
    body.woocommerce-order-received .o-ty-hero{padding:36px 20px;}
    body.woocommerce-order-received .o-ty-heading{font-size:30px;}
    body.woocommerce-order-received .o-ty-details-grid{grid-template-columns:repeat(2,1fr);gap:16px;}
    body.woocommerce-order-received .o-ty-ctas{flex-direction:column;}
    body.woocommerce-order-received .o-ty-cta-primary,
    body.woocommerce-order-received .o-ty-cta-secondary,
    body.woocommerce-order-received .o-ty-cta-wa{min-width:100%;}
    body.woocommerce-order-received .o-ty-coupon,
    body.woocommerce-order-received .o-ty-wa-club,
    body.woocommerce-order-received .o-ty-refer{flex-direction:column;text-align:center;}
    body.woocommerce-order-received .o-ty-coupon-icon{font-size:28px;}
    body.woocommerce-order-received .o-ty-refer-actions{width:100%;flex-direction:column;}
    body.woocommerce-order-received .o-ty-refer-wa,
    body.woocommerce-order-received .o-ty-refer-copy{text-align:center;}
}

/* ============================================
   ORA-039d (Day 4) — Admin column + meta-box polish
   ============================================ */

/* Orders list — Tracking column */
.wp-admin .o-add-tracking{
    display:inline-block;padding:3px 8px;font-size:11px;color:#A8A8A8;text-decoration:none;
    border:1px dashed #DDD5C5;border-radius:4px;background:#FAF6EF;transition:all 0.15s;
}
.wp-admin .o-add-tracking:hover{border-color:#E8610A;color:#E8610A;background:#FFF4ED;}

.wp-admin .o-track-cell{display:flex;flex-direction:column;gap:2px;}
.wp-admin .o-track-awb{
    font-family:'SF Mono',Menlo,Consolas,monospace;font-size:12px;font-weight:600;color:#1A1A1A;text-decoration:none;
}
.wp-admin .o-track-awb:hover{color:#E8610A;text-decoration:underline;}
.wp-admin .o-track-courier{
    display:inline-block;font-size:10px;color:#C44D06;background:#FFF4ED;
    padding:2px 6px;border-radius:50px;font-weight:600;letter-spacing:0.3px;width:fit-content;
}

/* Meta box on order edit */
.wp-admin #orangi_tracking .o-track-box{padding:4px 0;}
.wp-admin #orangi_tracking input[type="text"],
.wp-admin #orangi_tracking select{font-size:13px;padding:6px 8px;}

/* ============================================
   ORA-039e (polish v3) — Font simplification + Prepaid banner + Mobile defensive
   Selector lists below are merged onto BOTH spec-named classes AND the theme's
   actual class names so the rules land regardless of which side names a thing.
   ============================================ */

/* ---- A. Font simplification: Jost-everywhere, Playfair only on thank-you hero ---- */

/* Cart page section headings */
body.woocommerce-cart .o-cart-title,
body.woocommerce-cart h1.o-cart-title,
body.woocommerce-cart h1,
body.woocommerce-cart .o-summary-title,
body.woocommerce-cart .o-cart-r-title,
body.woocommerce-cart .o-fbt-title,
body.woocommerce-cart .o-fbt-head h3,
body.woocommerce-cart .o-xsell-title,
body.woocommerce-cart .o-xsell-head h2,
body.woocommerce-cart .o-empty-title,
body.woocommerce-cart .o-empty-heading{
    font-family:'Jost',sans-serif!important;
    font-weight:700!important;
    letter-spacing:-0.4px!important;
    font-style:normal!important;
}
body.woocommerce-cart .o-cart-title,
body.woocommerce-cart h1.o-cart-title,
body.woocommerce-cart h1{font-size:32px!important;}
body.woocommerce-cart .o-summary-title,
body.woocommerce-cart .o-cart-r-title{font-size:20px!important;letter-spacing:1.5px!important;text-transform:uppercase!important;}

/* Checkout page section headings */
body.woocommerce-checkout .o-section-title,
body.woocommerce-checkout .o-checkout-section-title,
body.woocommerce-checkout .o-express-title,
body.woocommerce-checkout .o-express-head h2,
body.woocommerce-checkout .o-summary-title,
body.woocommerce-checkout .o-aside-title,
body.woocommerce-checkout h3.o-section-title,
body.woocommerce-checkout h3{
    font-family:'Jost',sans-serif!important;
    font-weight:700!important;
    letter-spacing:-0.2px!important;
    font-style:normal!important;
}
body.woocommerce-checkout .o-section-title{font-size:18px!important;text-transform:none!important;}
body.woocommerce-checkout .o-express-head h2,
body.woocommerce-checkout .o-express-title{font-size:22px!important;}
body.woocommerce-checkout .o-aside-title,
body.woocommerce-checkout .o-summary-title{font-size:20px!important;}

/* Grand totals — orange Jost bold (was orange Playfair) */
body.woocommerce-cart .o-tot-value,
body.woocommerce-cart .o-grand-total,
body.woocommerce-cart .o-summary-total .amount,
body.woocommerce-checkout .o-tot-value,
body.woocommerce-checkout .o-grand-total,
body.woocommerce-checkout .o-summary-total .amount{
    font-family:'Jost',sans-serif!important;
    font-weight:700!important;
    letter-spacing:-0.5px!important;
    color:#E8610A!important;
    font-style:normal!important;
}

/* THANK-YOU PAGE: keep Playfair ONLY on the hero "Thank you, [Name]!" headline */
body.woocommerce-order-received .o-ty-hero-title,
body.woocommerce-order-received .o-ty-heading,
body.woocommerce-order-received .o-ty-hero h1{
    font-family:'Playfair Display',Georgia,serif!important;
    /* font-size/weight unchanged — preserves the existing brand-moment styling */
}

/* All OTHER thank-you headings → Jost */
body.woocommerce-order-received .o-ty-section-title,
body.woocommerce-order-received .o-ty-card-title,
body.woocommerce-order-received .o-ty-coupon-title,
body.woocommerce-order-received .o-ty-coupon h3,
body.woocommerce-order-received .o-ty-drop-title,
body.woocommerce-order-received .o-ty-wa-club h3,
body.woocommerce-order-received .o-ty-xsell-title,
body.woocommerce-order-received .o-ty-xsell-head h2,
body.woocommerce-order-received .o-ty-refer-title,
body.woocommerce-order-received .o-ty-refer h3{
    font-family:'Jost',sans-serif!important;
    font-weight:700!important;
    letter-spacing:-0.2px!important;
    font-style:normal!important;
}

/* Thank-you grand total in the totals block — Jost (overrides earlier Playfair rule) */
body.woocommerce-order-received .o-ty-tot-row.o-tot-final span{
    font-family:'Jost',sans-serif!important;
    letter-spacing:-0.3px!important;
    font-style:normal!important;
}

/* Sitewide archive/product titles — Jost (was Playfair) */
body.woocommerce h1.product_title,
body.woocommerce h1.entry-title,
body.archive .page-title,
body.tax-product_cat .page-title{
    font-family:'Jost',sans-serif!important;
    font-weight:700!important;
    letter-spacing:-0.5px!important;
    font-style:normal!important;
}

/* ---- B. Prepaid highlight banner + WC fee row + Razorpay "Save ₹50" pill ---- */

body.woocommerce-checkout .o-prepaid-banner{
    display:flex;align-items:center;gap:12px;padding:14px 18px;margin-bottom:16px;
    background:linear-gradient(135deg,#EAF7DC 0%,#F5FAEC 100%);
    border:1.5px solid #C6E0A8;border-radius:12px;font-family:'Jost',sans-serif;
    transition:background 0.2s,border-color 0.2s;
}
body.woocommerce-checkout .o-prepaid-banner.o-prepaid-active{
    background:linear-gradient(135deg,#D9F1B7 0%,#EAF7DC 100%);
    border-color:#5A8E3A;
}
body.woocommerce-checkout .o-prepaid-banner-icon{
    flex-shrink:0;width:36px;height:36px;background:#5A8E3A;border-radius:50%;
    display:flex;align-items:center;justify-content:center;font-size:18px;
}
body.woocommerce-checkout .o-prepaid-banner-text{flex:1;min-width:0;}
body.woocommerce-checkout .o-prepaid-banner-title{
    font-size:14px;font-weight:700;color:#3F6B27;letter-spacing:-0.1px;margin-bottom:2px;
}
body.woocommerce-checkout .o-prepaid-banner-sub{
    font-size:12px;color:#5A8E3A;font-weight:500;line-height:1.4;
}

/* "Save ₹50" pill on the Razorpay payment row */
body.woocommerce-checkout .wc_payment_methods li.payment_method_razorpay,
body.woocommerce-checkout .wc_payment_methods li.payment_method_razorpay_orangi,
body.woocommerce-checkout ul.payment_methods li.payment_method_razorpay,
body.woocommerce-checkout ul.payment_methods li.payment_method_razorpay_orangi{position:relative;}
body.woocommerce-checkout .wc_payment_methods li.payment_method_razorpay::after,
body.woocommerce-checkout .wc_payment_methods li.payment_method_razorpay_orangi::after,
body.woocommerce-checkout ul.payment_methods li.payment_method_razorpay::after,
body.woocommerce-checkout ul.payment_methods li.payment_method_razorpay_orangi::after{
    content:"Save ₹50";
    position:absolute;top:50%;right:16px;transform:translateY(-50%);
    background:#5A8E3A;color:#fff;font-family:'Jost',sans-serif;
    font-size:10px;font-weight:700;letter-spacing:0.5px;
    padding:4px 8px;border-radius:50px;text-transform:uppercase;pointer-events:none;
}

/* Prepaid discount line — green tint on the fee row */
body.woocommerce-checkout .order_review tr.fee,
body.woocommerce-checkout #order_review tr.fee,
body.woocommerce-checkout .fee.prepaid-discount{
    background:rgba(90,142,58,0.06)!important;
}
body.woocommerce-checkout .order_review tr.fee th,
body.woocommerce-checkout .order_review tr.fee td,
body.woocommerce-checkout #order_review tr.fee th,
body.woocommerce-checkout #order_review tr.fee td{
    color:#3F6B27!important;font-weight:600!important;
}

/* ---- C. Mobile defensive ---- */

/* Touch devices: kill hover transforms that look broken on tap */
@media (hover:none) and (pointer:coarse){
    body.woocommerce-checkout .o-delivery-card:hover,
    body.woocommerce-cart .o-update-btn:hover,
    body.woocommerce-checkout .o-upi-app:hover,
    body.woocommerce-cart .o-fbt-add:hover{transform:none!important;}
}

@media (max-width:768px){
    /* Cart page */
    body.woocommerce-cart .o-cart-title,
    body.woocommerce-cart h1.o-cart-title,
    body.woocommerce-cart h1{font-size:26px!important;}
    body.woocommerce-cart .o-summary-title,
    body.woocommerce-cart .o-cart-r-title{font-size:18px!important;}

    body.woocommerce-cart .o-cart-item{grid-template-columns:80px 1fr!important;gap:12px!important;}
    body.woocommerce-cart .o-ci-price{
        grid-column:1 / -1!important;text-align:left!important;margin-top:8px!important;
        border-top:1px solid #EBE6DC!important;padding-top:10px!important;
    }
    body.woocommerce-cart .o-cart-foot{
        flex-direction:column-reverse!important;gap:12px!important;align-items:stretch!important;
    }
    body.woocommerce-cart .o-update-btn{width:100%!important;padding:14px 28px!important;}
    body.woocommerce-cart .o-continue{text-align:center!important;}

    /* Checkout UPI tiles */
    body.woocommerce-checkout .o-upi-app{padding:14px 8px!important;}
    body.woocommerce-checkout .o-upi-ico{width:32px!important;height:32px!important;font-size:14px!important;}
    body.woocommerce-checkout .o-upi-label,
    body.woocommerce-checkout .o-upi-name{font-size:11px!important;}

    /* Checkout aside drops below form */
    body.woocommerce-checkout .o-checkout-aside,
    body.woocommerce-checkout .o-summary-card{position:static!important;margin-top:24px!important;}

    /* Prepaid banner stacks */
    body.woocommerce-checkout .o-prepaid-banner{
        flex-direction:column!important;text-align:center!important;gap:8px!important;padding:14px!important;
    }

    /* Smaller section titles */
    body.woocommerce-checkout .o-section-title{font-size:16px!important;}
    body.woocommerce-checkout .o-express-title,
    body.woocommerce-checkout .o-express-head h2{font-size:18px!important;}

    /* Bigger form tap targets + iOS no-zoom */
    body.woocommerce-checkout input[type="text"],
    body.woocommerce-checkout input[type="email"],
    body.woocommerce-checkout input[type="tel"],
    body.woocommerce-checkout input[type="number"],
    body.woocommerce-checkout select,
    body.woocommerce-checkout textarea{
        font-size:16px!important;padding:12px 14px!important;min-height:44px!important;
    }

    /* Mobile sticky place-order bar — bigger (both class variants) */
    body.woocommerce-checkout .o-sticky-checkout-mobile,
    body.woocommerce-checkout .o-mobile-sticky-bar{padding:12px 16px!important;font-size:15px!important;}
    body.woocommerce-checkout .o-sticky-checkout-mobile button,
    body.woocommerce-checkout .o-sticky-checkout-mobile .o-sticky-place,
    body.woocommerce-checkout .o-mobile-sticky-bar button{padding:16px 20px!important;font-size:15px!important;}

    /* Thank-you */
    body.woocommerce-order-received .o-ty-hero-title,
    body.woocommerce-order-received .o-ty-heading{font-size:30px!important;line-height:1.2!important;}
    body.woocommerce-order-received .o-ty-details-card,
    body.woocommerce-order-received .o-ty-details-grid{grid-template-columns:1fr 1fr!important;gap:12px!important;}
    body.woocommerce-order-received .o-ty-ctas{flex-direction:column!important;gap:10px!important;}
    body.woocommerce-order-received .o-ty-cta,
    body.woocommerce-order-received .o-ty-cta-primary,
    body.woocommerce-order-received .o-ty-cta-secondary,
    body.woocommerce-order-received .o-ty-cta-wa{width:100%!important;text-align:center!important;}
}

@media (max-width:480px){
    body.woocommerce-checkout .o-upi-app{padding:10px 4px!important;}
    body.woocommerce-checkout .o-upi-label,
    body.woocommerce-checkout .o-upi-name{font-size:10px!important;}
    body.woocommerce-cart .o-summary,
    body.woocommerce-cart .o-summary-card,
    body.woocommerce-checkout .o-checkout-aside,
    body.woocommerce-checkout .o-summary-card{padding:16px!important;}
}

/* ============================================
   ORA-039f — Summary totals transparency + savings hint
   ============================================ */

/* General o-tot-row layout (the spec only had modifier rules; this provides the base flex). */
body.woocommerce-checkout .o-summary-totals{margin:8px 0 0;}
body.woocommerce-checkout .o-tot-row{
    display:flex;justify-content:space-between;align-items:baseline;
    font-family:'Jost',sans-serif;font-size:13px;color:#6B6B6B;padding:8px 0;
}
body.woocommerce-checkout .o-tot-row .o-tot-label{flex:1;min-width:0;}
body.woocommerce-checkout .o-tot-row .o-tot-value{font-weight:600;color:#1A1A1A;text-align:right;white-space:nowrap;}
body.woocommerce-checkout .o-tot-row .o-tot-value bdi,
body.woocommerce-checkout .o-tot-row .o-tot-value .amount{color:inherit;font-weight:inherit;}

/* Discount-row green tint */
body.woocommerce-checkout .o-tot-row-discount{color:#5A8E3A!important;}
body.woocommerce-checkout .o-tot-row-discount .o-tot-value,
body.woocommerce-checkout .o-tot-row-discount .o-tot-label,
body.woocommerce-checkout .o-tot-row-discount .amount,
body.woocommerce-checkout .o-tot-row-discount bdi{color:#5A8E3A!important;font-weight:600!important;}

body.woocommerce-checkout .o-tot-row-fee{color:#6B6B6B;}

/* Final/Grand-total row */
body.woocommerce-checkout .o-tot-row-final{
    margin-top:8px;padding-top:12px;border-top:1.5px solid #EBE6DC;font-size:16px;font-weight:700;
}
body.woocommerce-checkout .o-tot-row-final .o-tot-label{font-weight:700;letter-spacing:0.3px;color:#1A1A1A;}

/* Savings hint callout (below grand total) */
body.woocommerce-checkout .o-savings-hint{
    display:flex;align-items:flex-start;gap:12px;margin-top:14px;padding:14px 16px;
    border-radius:10px;font-family:'Jost',sans-serif;transition:all 0.25s ease;
}
body.woocommerce-checkout .o-savings-pending{
    background:linear-gradient(135deg,#FFF4ED 0%,#FFF8F2 100%);border:1.5px solid #FFC9A0;
}
body.woocommerce-checkout .o-savings-active{
    background:linear-gradient(135deg,#EAF7DC 0%,#F5FAEC 100%);border:1.5px solid #C6E0A8;
}
body.woocommerce-checkout .o-savings-icon{
    flex-shrink:0;width:28px;height:28px;border-radius:50%;
    display:flex;align-items:center;justify-content:center;font-size:14px;
}
body.woocommerce-checkout .o-savings-pending .o-savings-icon{background:#E8610A;color:#fff;}
body.woocommerce-checkout .o-savings-active  .o-savings-icon{background:#5A8E3A;color:#fff;font-weight:700;}
body.woocommerce-checkout .o-savings-body{flex:1;min-width:0;}
body.woocommerce-checkout .o-savings-title{font-size:13px;font-weight:700;margin-bottom:2px;letter-spacing:-0.1px;}
body.woocommerce-checkout .o-savings-pending .o-savings-title{color:#C44D06;}
body.woocommerce-checkout .o-savings-active  .o-savings-title{color:#3F6B27;}
body.woocommerce-checkout .o-savings-sub{font-size:11px;line-height:1.5;font-weight:500;}
body.woocommerce-checkout .o-savings-pending .o-savings-sub{color:#8B5A3C;}
body.woocommerce-checkout .o-savings-active  .o-savings-sub{color:#5A8E3A;}

@media(max-width:768px){
    body.woocommerce-checkout .o-savings-hint{padding:12px;}
    body.woocommerce-checkout .o-savings-title{font-size:12px;}
    body.woocommerce-checkout .o-savings-sub{font-size:10px;}
}

/* ============================================
   ORA-039g (polish v4) — Summary fonts refine, conditional pill/banner
   These rules sit at the very end so they override earlier polish-v3 totals styling.
   ============================================ */

/* ---- Checkout Order Summary totals: clean + refined typography ---- */
body.woocommerce-checkout .o-summary-totals .o-tot-row{
    display:flex!important;justify-content:space-between!important;align-items:baseline!important;
    padding:7px 0!important;
    font-family:'Jost',sans-serif!important;font-size:14px!important;font-weight:500!important;color:#1A1A1A!important;
    letter-spacing:0!important;text-transform:none!important;border-bottom:none!important;
}
body.woocommerce-checkout .o-summary-totals .o-tot-label{
    font-family:'Jost',sans-serif!important;font-weight:500!important;color:#4A4A4A!important;font-size:14px!important;
    text-transform:none!important;letter-spacing:0!important;font-style:normal!important;
}
body.woocommerce-checkout .o-summary-totals .o-tot-value,
body.woocommerce-checkout .o-summary-totals .o-tot-value .amount,
body.woocommerce-checkout .o-summary-totals .o-tot-value bdi{
    font-family:'Jost',sans-serif!important;font-weight:600!important;font-size:14px!important;color:#1A1A1A!important;
    text-transform:none!important;letter-spacing:0!important;font-style:normal!important;
}

/* Discount rows — subtle green, same size as siblings */
body.woocommerce-checkout .o-summary-totals .o-tot-row-discount .o-tot-label,
body.woocommerce-checkout .o-summary-totals .o-tot-row-discount .o-tot-value,
body.woocommerce-checkout .o-summary-totals .o-tot-row-discount .o-tot-value .amount,
body.woocommerce-checkout .o-summary-totals .o-tot-row-discount .o-tot-value bdi{
    color:#5A8E3A!important;font-weight:500!important;
}

/* Grand Total — emphasized: uppercase tracked label + orange 22px value */
body.woocommerce-checkout .o-summary-totals .o-tot-row-final{
    padding-top:14px!important;margin-top:8px!important;border-top:1px solid #EBE6DC!important;align-items:center!important;
}
body.woocommerce-checkout .o-summary-totals .o-tot-row-final .o-tot-label{
    font-family:'Jost',sans-serif!important;font-size:13px!important;font-weight:600!important;color:#1A1A1A!important;
    text-transform:uppercase!important;letter-spacing:1px!important;
}
body.woocommerce-checkout .o-summary-totals .o-tot-row-final .o-tot-value,
body.woocommerce-checkout .o-summary-totals .o-tot-row-final .o-tot-value .amount,
body.woocommerce-checkout .o-summary-totals .o-tot-row-final .o-tot-value bdi,
body.woocommerce-checkout .o-summary-totals .o-tot-row-final .o-grand-total,
body.woocommerce-checkout .o-summary-totals .o-tot-row-final .o-grand-total .amount,
body.woocommerce-checkout .o-summary-totals .o-tot-row-final .o-grand-total bdi{
    font-family:'Jost',sans-serif!important;font-size:22px!important;font-weight:700!important;color:#E8610A!important;
    letter-spacing:-0.4px!important;text-transform:none!important;
}

/* ---- Cart Order Summary aside — same refined treatment ---- */
body.woocommerce-cart .o-summary-totals .o-tot-row,
body.woocommerce-cart .cart_totals tr{
    font-family:'Jost',sans-serif!important;font-size:14px!important;font-weight:500!important;color:#1A1A1A!important;
    text-transform:none!important;letter-spacing:0!important;
}
body.woocommerce-cart .o-summary-totals .o-tot-label,
body.woocommerce-cart .cart_totals th{
    color:#4A4A4A!important;font-weight:500!important;text-transform:none!important;font-size:14px!important;
}
body.woocommerce-cart .o-summary-totals .o-tot-value,
body.woocommerce-cart .o-summary-totals .o-tot-value .amount,
body.woocommerce-cart .o-summary-totals .o-tot-value bdi,
body.woocommerce-cart .cart_totals td,
body.woocommerce-cart .cart_totals td .amount,
body.woocommerce-cart .cart_totals td bdi{
    font-weight:600!important;color:#1A1A1A!important;font-size:14px!important;text-transform:none!important;
}
body.woocommerce-cart .o-summary-totals .o-tot-row-final .o-tot-label,
body.woocommerce-cart .cart_totals .order-total th{
    font-size:13px!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:1px!important;color:#1A1A1A!important;
}
body.woocommerce-cart .o-summary-totals .o-tot-row-final .o-tot-value,
body.woocommerce-cart .o-summary-totals .o-tot-row-final .o-grand-total,
body.woocommerce-cart .o-summary-totals .o-tot-row-final .o-grand-total .amount,
body.woocommerce-cart .cart_totals .order-total td,
body.woocommerce-cart .cart_totals .order-total td .amount,
body.woocommerce-cart .cart_totals .order-total td bdi{
    font-size:22px!important;font-weight:700!important;color:#E8610A!important;
}

/* ---- Conditional "Save ₹50" pill — only shows when body.orangi-prepaid-eligible ---- */

/* Default: hide pill regardless of which polish-v3 selector landed it */
body.woocommerce-checkout .wc_payment_methods li.payment_method_razorpay::after,
body.woocommerce-checkout .wc_payment_methods li.payment_method_razorpay_orangi::after,
body.woocommerce-checkout ul.payment_methods li.payment_method_razorpay::after,
body.woocommerce-checkout ul.payment_methods li.payment_method_razorpay_orangi::after{
    display:none!important;content:none!important;
}

/* Only render when prepaid eligible */
body.woocommerce-checkout.orangi-prepaid-eligible .wc_payment_methods li.payment_method_razorpay::after,
body.woocommerce-checkout.orangi-prepaid-eligible .wc_payment_methods li.payment_method_razorpay_orangi::after,
body.woocommerce-checkout.orangi-prepaid-eligible ul.payment_methods li.payment_method_razorpay::after,
body.woocommerce-checkout.orangi-prepaid-eligible ul.payment_methods li.payment_method_razorpay_orangi::after{
    content:"Save ₹50"!important;display:block!important;
    position:absolute;top:50%;right:16px;transform:translateY(-50%);
    background:#5A8E3A;color:#fff;
    font-family:'Jost',sans-serif;font-size:10px;font-weight:700;letter-spacing:0.5px;
    padding:4px 8px;border-radius:50px;text-transform:uppercase;pointer-events:none;
}

/* Prepaid banner above Payment — hide on non-eligible carts */
body.woocommerce-checkout:not(.orangi-prepaid-eligible) .o-prepaid-banner{
    display:none!important;
}
/* ── End ORA-039g ─────────────────────────────────────────────────── */

/* ============================================
   ORA-039h (polish v5) — Critical bug fixes
   ============================================ */

/* === A. Cart aside — Shopify-style: dark refined Total (not loud orange) === */

body.woocommerce-cart .o-summary .o-sum-rows .o-sum-row{
    display:flex!important;justify-content:space-between!important;align-items:baseline!important;
    padding:8px 0!important;
    font-family:'Jost',sans-serif!important;font-size:14px!important;font-weight:500!important;color:#1A1A1A!important;
    text-transform:none!important;letter-spacing:0!important;border-bottom:none!important;
}
body.woocommerce-cart .o-summary .o-sum-row .o-label{
    font-family:'Jost',sans-serif!important;color:#555!important;font-weight:500!important;font-size:14px!important;
    text-transform:none!important;letter-spacing:0!important;font-style:normal!important;
}
body.woocommerce-cart .o-summary .o-sum-row .o-value,
body.woocommerce-cart .o-summary .o-sum-row .o-value .amount,
body.woocommerce-cart .o-summary .o-sum-row .o-value bdi{
    font-family:'Jost',sans-serif!important;color:#1A1A1A!important;font-weight:600!important;font-size:14px!important;
    text-transform:none!important;letter-spacing:0!important;
}
/* Discount/saved line — subtle green */
body.woocommerce-cart .o-summary .o-sum-row.o-saved .o-label,
body.woocommerce-cart .o-summary .o-sum-row.o-saved .o-value{
    color:#5A8E3A!important;font-weight:500!important;
}

/* Cart Grand Total — Shopify-style: DARK, not orange */
body.woocommerce-cart .o-summary .o-sum-total{
    display:flex!important;justify-content:space-between!important;align-items:center!important;
    padding-top:14px!important;margin-top:8px!important;border-top:1px solid #EBE6DC!important;
}
body.woocommerce-cart .o-summary .o-sum-total .o-tot-label{
    font-family:'Jost',sans-serif!important;font-size:13px!important;font-weight:600!important;
    text-transform:uppercase!important;letter-spacing:1.2px!important;color:#1A1A1A!important;
}
body.woocommerce-cart .o-summary .o-sum-total .o-tot-value,
body.woocommerce-cart .o-summary .o-sum-total .o-tot-value .amount,
body.woocommerce-cart .o-summary .o-sum-total .o-tot-value bdi{
    font-family:'Jost',sans-serif!important;font-size:18px!important;font-weight:700!important;
    color:#1A1A1A!important;letter-spacing:-0.3px!important;
    background:none!important;-webkit-text-fill-color:#1A1A1A!important;
}
/* Soften the celebratory "saving" line under Total */
body.woocommerce-cart .o-summary .o-sum-saved{
    font-family:'Jost',sans-serif!important;font-size:12px!important;font-weight:500!important;
    color:#5A8E3A!important;margin-top:8px!important;letter-spacing:0!important;text-transform:none!important;
}

/* === B. Cart qty stepper — loading state + hover === */

body.woocommerce-cart .o-cart-item.o-qty-loading{
    opacity:0.5;pointer-events:none;transition:opacity 0.2s;
}
body.woocommerce-cart .o-cart-item .o-qty-plus,
body.woocommerce-cart .o-cart-item .o-qty-minus,
body.woocommerce-cart .o-cart-item .plus,
body.woocommerce-cart .o-cart-item .minus{
    cursor:pointer;user-select:none;
}
body.woocommerce-cart .o-cart-item .o-qty-plus:hover,
body.woocommerce-cart .o-cart-item .o-qty-minus:hover,
body.woocommerce-cart .o-cart-item .plus:hover,
body.woocommerce-cart .o-cart-item .minus:hover{
    background:#FFF4ED!important;border-color:#E8610A!important;
}

/* === C. Thank-you 4-col details grid === */

body.woocommerce-order-received .o-ty-details-grid{
    display:grid!important;
    grid-template-columns:repeat(4, 1fr)!important;
    gap:16px!important;padding:18px!important;
    background:#FAF6EF!important;border-radius:8px!important;
    border:1px solid #EBE6DC!important;
}
body.woocommerce-order-received .o-ty-details-grid .o-ty-block{
    display:flex!important;flex-direction:column!important;gap:4px!important;
    padding:0!important;background:none!important;border:none!important;
}
body.woocommerce-order-received .o-ty-details-grid .o-ty-block-label{
    font-family:'Jost',sans-serif!important;font-size:11px!important;font-weight:600!important;
    text-transform:uppercase!important;letter-spacing:0.8px!important;color:#6B6B6B!important;
}
body.woocommerce-order-received .o-ty-details-grid .o-ty-block-value{
    font-family:'Jost',sans-serif!important;font-size:15px!important;font-weight:700!important;
    color:#1A1A1A!important;line-height:1.3!important;word-break:break-word!important;
}
@media (max-width:768px){
    body.woocommerce-order-received .o-ty-details-grid{
        grid-template-columns:1fr 1fr!important;gap:14px!important;padding:14px!important;
    }
    body.woocommerce-order-received .o-ty-details-grid .o-ty-block-value{font-size:14px!important;}
}

/* === D. Thank-you item row — flex (no overlap) === */

body.woocommerce-order-received .o-ty-items .o-ty-item-list{
    list-style:none!important;margin:0!important;padding:0!important;
}
body.woocommerce-order-received .o-ty-items .o-ty-item{
    display:flex!important;align-items:center!important;gap:14px!important;
    padding:12px 0!important;border-bottom:1px solid #F0EBE0!important;
    margin:0!important;list-style:none!important;
}
body.woocommerce-order-received .o-ty-items .o-ty-item:last-child{border-bottom:none!important;}

body.woocommerce-order-received .o-ty-items .o-ty-item-img{
    flex:0 0 60px!important;width:60px!important;height:60px!important;
    border-radius:6px!important;overflow:hidden!important;
    background:#FAF6EF!important;position:relative!important;
    margin:0!important;padding:0!important;
}
body.woocommerce-order-received .o-ty-items .o-ty-item-img img,
body.woocommerce-order-received .o-ty-items .o-ty-item-img a img{
    width:100%!important;height:100%!important;object-fit:cover!important;
    display:block!important;position:static!important;margin:0!important;padding:0!important;
}
body.woocommerce-order-received .o-ty-items .o-ty-item-info{
    flex:1 1 auto!important;min-width:0!important;
    margin:0!important;padding:0!important;
}
body.woocommerce-order-received .o-ty-items .o-ty-item-name{
    font-family:'Jost',sans-serif!important;font-size:14px!important;font-weight:500!important;
    color:#1A1A1A!important;line-height:1.4!important;
    margin:0!important;padding:0!important;
}
body.woocommerce-order-received .o-ty-items .o-ty-item-variant{
    font-family:'Jost',sans-serif!important;font-size:12px!important;color:#6B6B6B!important;
    margin-top:2px!important;
}
body.woocommerce-order-received .o-ty-items .o-ty-item-price{
    flex:0 0 auto!important;
    font-family:'Jost',sans-serif!important;font-size:14px!important;font-weight:700!important;
    color:#1A1A1A!important;text-align:right!important;white-space:nowrap!important;
    margin:0!important;padding:0!important;
}

/* === E. Thank-you totals — flex space-between (no "Subtotal₹20" concat) === */

body.woocommerce-order-received .o-ty-totals{
    margin-top:8px!important;
}
body.woocommerce-order-received .o-ty-totals .o-ty-tot-row{
    display:flex!important;justify-content:space-between!important;align-items:baseline!important;
    padding:8px 0!important;
    font-family:'Jost',sans-serif!important;font-size:14px!important;color:#1A1A1A!important;
    border-bottom:none!important;
}
body.woocommerce-order-received .o-ty-totals .o-ty-tot-row > span:first-child{
    font-weight:500!important;color:#555!important;text-transform:none!important;letter-spacing:0!important;
}
body.woocommerce-order-received .o-ty-totals .o-ty-tot-row > span:last-child{
    font-weight:600!important;color:#1A1A1A!important;
}
body.woocommerce-order-received .o-ty-totals .o-ty-tot-row.o-saved > span:first-child,
body.woocommerce-order-received .o-ty-totals .o-ty-tot-row.o-saved > span:last-child{
    color:#5A8E3A!important;font-weight:500!important;
}

/* Thank-you Grand Total — keep brand orange + emphasis */
body.woocommerce-order-received .o-ty-totals .o-ty-tot-row.o-tot-final{
    padding-top:14px!important;margin-top:8px!important;
    border-top:1px solid #EBE6DC!important;
}
body.woocommerce-order-received .o-ty-totals .o-ty-tot-row.o-tot-final > span:first-child{
    font-size:13px!important;font-weight:700!important;
    text-transform:uppercase!important;letter-spacing:1px!important;color:#1A1A1A!important;
}
body.woocommerce-order-received .o-ty-totals .o-ty-tot-row.o-tot-final > span:last-child{
    font-size:18px!important;font-weight:700!important;color:#E8610A!important;
    letter-spacing:-0.3px!important;
}

/* ── End ORA-039h ─────────────────────────────────────────────────── */

/* ============================================
   ORA-039i — Thank-you mobile-perfect (definitive)
   Higher-specificity overrides ($html body...) to defeat older blocks
   at lines 2169/2173/2179/2199 that win by source order or equal specificity.
   ============================================ */

/* === A. Item row — force flex, fix image, prevent name overlap === */

html body.woocommerce-order-received .o-ty-items .o-ty-item-list{
    list-style:none!important;margin:0!important;padding:0!important;
}
html body.woocommerce-order-received .o-ty-items .o-ty-item{
    display:flex!important;align-items:center!important;gap:14px!important;
    padding:14px 0!important;border-bottom:1px solid #F0EBE0!important;
    grid-template-columns:none!important;grid-template-rows:none!important;
    margin:0!important;
}
html body.woocommerce-order-received .o-ty-items .o-ty-item:last-child{
    border-bottom:none!important;
}

/* Image wrapper — fixed 64×64, no shrink, clips overflow */
html body.woocommerce-order-received .o-ty-items .o-ty-item .o-ty-item-img{
    flex:0 0 64px!important;width:64px!important;height:64px!important;
    border-radius:8px!important;overflow:hidden!important;
    background:#FAF6EF!important;position:relative!important;
    margin:0!important;padding:0!important;display:block!important;
    object-fit:initial!important;
}
/* Force inner <img> to fill the 64×64 box (overrides 70×88 !important from line 2173) */
html body.woocommerce-order-received .o-ty-items .o-ty-item .o-ty-item-img img,
html body.woocommerce-order-received .o-ty-items .o-ty-item .o-ty-item-img a img,
html body.woocommerce-order-received .o-ty-items .o-ty-item .o-ty-item-img picture img{
    width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;
    object-fit:cover!important;display:block!important;
    position:static!important;margin:0!important;padding:0!important;border-radius:0!important;
}

/* Name + variant — take remaining space, never overlap */
html body.woocommerce-order-received .o-ty-items .o-ty-item .o-ty-item-info{
    flex:1 1 auto!important;min-width:0!important;
    margin:0!important;padding:0!important;display:block!important;
}
html body.woocommerce-order-received .o-ty-items .o-ty-item .o-ty-item-name{
    font-family:'Jost',sans-serif!important;font-size:14px!important;font-weight:500!important;
    color:#1A1A1A!important;line-height:1.4!important;
    text-align:left!important;margin:0!important;padding:0!important;position:static!important;
    overflow-wrap:break-word!important;
}
html body.woocommerce-order-received .o-ty-items .o-ty-item .o-ty-item-variant{
    font-family:'Jost',sans-serif!important;font-size:11.5px!important;color:#6B6B6B!important;
    margin-top:3px!important;padding:0!important;
}

/* Price — right-aligned, fixed at end */
html body.woocommerce-order-received .o-ty-items .o-ty-item .o-ty-item-price{
    flex:0 0 auto!important;
    font-family:'Jost',sans-serif!important;font-size:14px!important;font-weight:700!important;
    color:#1A1A1A!important;text-align:right!important;
    min-width:60px!important;white-space:nowrap!important;
    margin:0!important;padding:0!important;
}

/* === B. Totals — force flex space-between (spans unnamed in template) === */

html body.woocommerce-order-received .o-ty-totals{
    margin-top:16px!important;padding-top:16px!important;border-top:1px solid #EBE6DC!important;
}
html body.woocommerce-order-received .o-ty-totals .o-ty-tot-row{
    display:flex!important;justify-content:space-between!important;align-items:baseline!important;
    width:100%!important;padding:8px 0!important;margin:0!important;
    font-family:'Jost',sans-serif!important;font-size:14px!important;color:#1A1A1A!important;
    border-bottom:none!important;
}
html body.woocommerce-order-received .o-ty-totals .o-ty-tot-row > span:first-child{
    flex:0 0 auto!important;
    font-family:'Jost',sans-serif!important;font-weight:500!important;color:#555!important;
    text-transform:none!important;letter-spacing:0!important;font-size:14px!important;
    text-align:left!important;
}
html body.woocommerce-order-received .o-ty-totals .o-ty-tot-row > span:last-child{
    flex:0 0 auto!important;
    font-family:'Jost',sans-serif!important;font-weight:600!important;color:#1A1A1A!important;
    text-align:right!important;font-size:14px!important;letter-spacing:0!important;
}
html body.woocommerce-order-received .o-ty-totals .o-ty-tot-row.o-saved > span:first-child,
html body.woocommerce-order-received .o-ty-totals .o-ty-tot-row.o-saved > span:last-child{
    color:#5A8E3A!important;font-weight:500!important;
}

/* Grand Total — keep brand orange + Playfair preserved */
html body.woocommerce-order-received .o-ty-totals .o-ty-tot-row.o-tot-final{
    padding-top:14px!important;margin-top:8px!important;
    border-top:1.5px solid #EBE6DC!important;align-items:center!important;
}
html body.woocommerce-order-received .o-ty-totals .o-ty-tot-row.o-tot-final > span:first-child{
    font-family:'Jost',sans-serif!important;font-size:13px!important;font-weight:700!important;
    text-transform:uppercase!important;letter-spacing:1px!important;color:#1A1A1A!important;
}
html body.woocommerce-order-received .o-ty-totals .o-ty-tot-row.o-tot-final > span:last-child{
    font-family:'Playfair Display',serif!important;font-size:22px!important;font-weight:700!important;
    color:#E8610A!important;letter-spacing:-0.3px!important;
}

/* === C. 3 CTAs — round pill, nowrap, full-width on mobile === */

html body.woocommerce-order-received .o-ty-ctas{
    display:flex!important;flex-wrap:wrap!important;gap:10px!important;
    justify-content:flex-start!important;align-items:stretch!important;
    margin:24px 0!important;padding:0!important;
}
html body.woocommerce-order-received .o-ty-ctas .o-ty-cta-primary,
html body.woocommerce-order-received .o-ty-ctas .o-ty-cta-secondary,
html body.woocommerce-order-received .o-ty-ctas .o-ty-cta-wa{
    display:inline-flex!important;align-items:center!important;justify-content:center!important;
    gap:6px!important;
    padding:13px 22px!important;border-radius:50px!important;
    font-family:'Jost',sans-serif!important;font-size:13px!important;font-weight:700!important;
    letter-spacing:0.5px!important;text-transform:uppercase!important;
    white-space:nowrap!important;text-decoration:none!important;cursor:pointer!important;
    line-height:1!important;transition:all 0.2s!important;
    flex:0 1 auto!important;min-width:0!important;
}

/* === D. Mobile (≤768px) — stack CTAs full-width + tighten layout === */

@media (max-width:768px){
    html body.woocommerce-order-received .o-ty-ctas{
        flex-direction:column!important;align-items:stretch!important;
        gap:8px!important;margin:20px 0!important;
    }
    html body.woocommerce-order-received .o-ty-ctas .o-ty-cta-primary,
    html body.woocommerce-order-received .o-ty-ctas .o-ty-cta-secondary,
    html body.woocommerce-order-received .o-ty-ctas .o-ty-cta-wa{
        width:100%!important;flex:0 0 auto!important;min-width:0!important;
        padding:14px 20px!important;font-size:13px!important;
        white-space:nowrap!important;text-align:center!important;
        overflow:hidden!important;text-overflow:ellipsis!important;
    }

    /* Details grid: 2×2 on mobile */
    html body.woocommerce-order-received .o-ty-details-grid{
        grid-template-columns:1fr 1fr!important;gap:14px!important;padding:16px!important;
    }

    /* Item row tighter */
    html body.woocommerce-order-received .o-ty-items .o-ty-item{
        gap:10px!important;padding:10px 0!important;
    }
    html body.woocommerce-order-received .o-ty-items .o-ty-item .o-ty-item-img{
        flex:0 0 56px!important;width:56px!important;height:56px!important;
    }
    html body.woocommerce-order-received .o-ty-items .o-ty-item .o-ty-item-name{
        font-size:13px!important;
    }
    html body.woocommerce-order-received .o-ty-items .o-ty-item .o-ty-item-price{
        font-size:13px!important;min-width:50px!important;
    }

    /* Totals tighter */
    html body.woocommerce-order-received .o-ty-totals .o-ty-tot-row{
        padding:6px 0!important;font-size:13px!important;
    }
    html body.woocommerce-order-received .o-ty-totals .o-ty-tot-row > span:first-child,
    html body.woocommerce-order-received .o-ty-totals .o-ty-tot-row > span:last-child{
        font-size:13px!important;
    }
    html body.woocommerce-order-received .o-ty-totals .o-ty-tot-row.o-tot-final > span:last-child{
        font-size:20px!important;
    }
}

/* === E. Very narrow phones (≤380px) — smaller CTA padding === */

@media (max-width:380px){
    html body.woocommerce-order-received .o-ty-ctas .o-ty-cta-primary,
    html body.woocommerce-order-received .o-ty-ctas .o-ty-cta-secondary,
    html body.woocommerce-order-received .o-ty-ctas .o-ty-cta-wa{
        padding:12px 16px!important;font-size:12px!important;letter-spacing:0.3px!important;
    }
}
/* ── End ORA-039i ─────────────────────────────────────────────────── */

/* ============================================
   ORA-039k — Logo simplify + PDP Mobile Myntra-style
   ============================================ */

/* === A. Logo — bigger, no dot === */
.o-logo,
header .o-logo,
#o-header .o-logo,
.site-header .o-logo{
    font-family:'Nunito',sans-serif!important;font-weight:800!important;
    color:#E8610A!important;letter-spacing:-1px!important;
    text-decoration:none!important;line-height:1!important;display:inline-block!important;
}
.o-logo .o-logo-text,
header .o-logo .o-logo-text{
    font-family:'Nunito',sans-serif!important;font-size:36px!important;
    font-weight:800!important;color:#E8610A!important;letter-spacing:-1px!important;line-height:1!important;
}
/* Hide any leftover dot if PHP didn't catch it */
.o-logo .o-logo-dot,
.o-logo-dot{display:none!important;}

@media (max-width:768px){
    .o-logo .o-logo-text,
    header .o-logo .o-logo-text{font-size:28px!important;}
}

/* === B. PDP price block === */
body.single-product .o-pdp-price-block{margin:16px 0 12px;}
body.single-product .o-pdp-price-block .price{
    display:flex!important;align-items:baseline!important;flex-wrap:wrap!important;gap:10px!important;
    font-family:'Jost',sans-serif!important;margin:0!important;
}
body.single-product .o-pdp-sale-price,
body.single-product .o-pdp-sale-price .amount,
body.single-product .o-pdp-sale-price bdi{
    font-family:'Jost',sans-serif!important;
    font-size:26px!important;font-weight:700!important;
    color:#1A1A1A!important;letter-spacing:-0.5px!important;
}
body.single-product .o-pdp-regular-price,
body.single-product .o-pdp-regular-price del,
body.single-product .o-pdp-regular-price del .amount,
body.single-product .o-pdp-regular-price del bdi{
    font-family:'Jost',sans-serif!important;
    font-size:16px!important;font-weight:500!important;
    color:#888!important;text-decoration:line-through!important;
}
body.single-product .o-pdp-percent-off{
    font-family:'Jost',sans-serif!important;
    font-size:14px!important;font-weight:700!important;
    color:#E8610A!important;letter-spacing:0.3px!important;
}
body.single-product .o-pdp-mrp-label{
    display:block;font-family:'Jost',sans-serif;font-size:11px;color:#888;margin-top:4px;
}

/* === C. Brand eyebrow badge === */
body.single-product .o-pdp-eyebrow{
    display:inline-block;font-family:'Jost',sans-serif;
    font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;
    padding:5px 10px;border-radius:4px;margin-bottom:12px;
}
body.single-product .o-pdp-eyebrow-bestseller{background:#FFF4ED;color:#C44D06;}
body.single-product .o-pdp-eyebrow-new{background:#E8F4FD;color:#1A56A0;}
body.single-product .o-pdp-eyebrow-default{background:#FAF6EF;color:#555;}

/* === D. Prepaid offer card === */
body.single-product .o-pdp-offer-card{
    display:flex;align-items:center;gap:12px;padding:12px 16px;margin:14px 0;
    background:linear-gradient(135deg,#FFF7EF 0%,#FFFAF4 100%);
    border:1.5px solid #FFD9B5;border-radius:12px;
}
body.single-product .o-pdp-offer-icon{
    flex-shrink:0;width:36px;height:36px;background:#E8610A;color:#fff;border-radius:50%;
    display:flex;align-items:center;justify-content:center;font-size:16px;
}
body.single-product .o-pdp-offer-content{flex:1;min-width:0;}
body.single-product .o-pdp-offer-title{
    font-family:'Jost',sans-serif;font-size:13px;font-weight:700;color:#C44D06;
    letter-spacing:-0.1px;margin-bottom:2px;
}
body.single-product .o-pdp-offer-sub{
    font-family:'Jost',sans-serif;font-size:12px;color:#8B5A3C;font-weight:500;
}
body.single-product .o-pdp-offer-sub strong{color:#E8610A;font-weight:700;}

/* === E. Trust strip (4-col desktop, 2x2 mobile) === */
body.single-product .o-pdp-trust-strip{
    display:grid;grid-template-columns:repeat(4,1fr);gap:10px;
    padding:14px 12px;margin:16px 0;
    background:#FAF6EF;border-radius:10px;border:1px solid #F0EBE0;
}
body.single-product .o-pdp-trust-item{
    display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center;
}
body.single-product .o-pdp-trust-icon{font-size:20px;}
body.single-product .o-pdp-trust-text{
    font-family:'Jost',sans-serif;font-size:10px;color:#555;line-height:1.3;
}
body.single-product .o-pdp-trust-text strong{
    display:block;font-size:11px;color:#1A1A1A;font-weight:700;margin-bottom:1px;
}

/* === F. Product details card === */
body.single-product .o-pdp-details-card{
    margin:30px 0;padding:20px;background:#fff;border:1px solid #F0EBE0;border-radius:14px;
}
body.single-product .o-pdp-details-title{
    font-family:'Jost',sans-serif!important;font-size:18px!important;font-weight:700!important;
    color:#1A1A1A!important;margin:0 0 16px!important;letter-spacing:-0.2px!important;
}
body.single-product .o-pdp-attributes-list{
    display:flex;flex-direction:column;gap:8px;margin-bottom:16px;
}
body.single-product .o-pdp-attr-row{
    display:flex;align-items:baseline;padding:6px 0;
    border-bottom:1px dashed #F0EBE0;font-family:'Jost',sans-serif;
}
body.single-product .o-pdp-attr-row:last-child{border-bottom:none;}
body.single-product .o-pdp-attr-label{
    flex:0 0 40%;font-size:13px;color:#6B6B6B;font-weight:500;
}
body.single-product .o-pdp-attr-value{
    flex:1;font-size:13px;color:#1A1A1A;font-weight:600;
}
body.single-product .o-pdp-quality-badges{
    display:flex;gap:20px;justify-content:center;
    padding:14px 0;margin-top:12px;border-top:1px solid #F0EBE0;
}
body.single-product .o-pdp-quality-badge{display:flex;flex-direction:column;align-items:center;gap:6px;}
body.single-product .o-pdp-quality-icon{
    width:36px;height:36px;
    background:linear-gradient(135deg,#EAF7DC 0%,#F5FAEC 100%);
    border:1.5px solid #C6E0A8;border-radius:50%;
    display:flex;align-items:center;justify-content:center;font-size:16px;
}
body.single-product .o-pdp-quality-text{
    font-family:'Jost',sans-serif;font-size:11px;color:#3F6B27;font-weight:700;
    letter-spacing:0.3px;text-align:center;line-height:1.3;
}
body.single-product .o-pdp-more-info{
    text-align:center;padding-top:12px;margin-top:12px;border-top:1px dashed #F0EBE0;
}
body.single-product .o-pdp-sku{
    font-family:'Jost',sans-serif;font-size:11px;color:#888;letter-spacing:0.5px;
}

/* === G. Mobile sticky bottom bar (≤768px only) === */
.o-pdp-mobile-sticky{display:none;}

@media (max-width:768px){
    .o-pdp-mobile-sticky{
        display:flex!important;position:fixed!important;
        bottom:0!important;left:0!important;right:0!important;z-index:999!important;
        gap:10px!important;padding:12px 16px!important;
        background:#fff!important;border-top:1px solid #EBE6DC!important;
        box-shadow:0 -4px 16px rgba(0,0,0,0.06)!important;
    }
    .o-pdp-mobile-sticky .o-pdp-sticky-cart,
    .o-pdp-mobile-sticky .o-pdp-sticky-buynow,
    .o-pdp-mobile-sticky .o-pdp-sticky-notify{
        flex:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
        gap:6px!important;padding:14px 12px!important;border-radius:50px!important;
        font-family:'Jost',sans-serif!important;font-size:13px!important;font-weight:700!important;
        letter-spacing:0.3px!important;text-transform:uppercase!important;
        text-decoration:none!important;cursor:pointer!important;
        border:1.5px solid #E8610A!important;transition:all 0.15s!important;
        white-space:nowrap!important;text-align:center!important;line-height:1!important;
    }
    .o-pdp-mobile-sticky .o-pdp-sticky-cart{background:#fff!important;color:#E8610A!important;}
    .o-pdp-mobile-sticky .o-pdp-sticky-buynow{background:#E8610A!important;color:#fff!important;}
    .o-pdp-mobile-sticky .o-pdp-sticky-notify{
        background:#f5f5f5!important;color:#888!important;border-color:#ddd!important;cursor:not-allowed!important;
    }
    .o-pdp-mobile-sticky .o-pdp-sticky-cart:active{background:#FFF4ED!important;transform:scale(0.98)!important;}
    .o-pdp-mobile-sticky .o-pdp-sticky-buynow:active{background:#D55509!important;transform:scale(0.98)!important;}

    /* Avoid sticky bar covering content */
    body.single-product{padding-bottom:80px!important;}
}

/* === H. PDP general mobile improvements === */
@media (max-width:768px){
    body.single-product .product .summary,
    body.single-product .product .entry-summary{
        width:100%!important;margin:0!important;padding:16px!important;
    }
    body.single-product .product .woocommerce-product-gallery{
        width:100%!important;margin-bottom:16px!important;
    }
    body.single-product .product_title,
    body.single-product h1.product_title{
        font-size:22px!important;line-height:1.25!important;letter-spacing:-0.3px!important;
        margin:8px 0 12px!important;
    }
    body.single-product .o-pdp-sale-price,
    body.single-product .o-pdp-sale-price .amount,
    body.single-product .o-pdp-sale-price bdi{font-size:22px!important;}
    body.single-product .o-pdp-regular-price,
    body.single-product .o-pdp-regular-price del .amount{font-size:14px!important;}
    body.single-product .o-pdp-percent-off{font-size:13px!important;}

    body.single-product .o-pdp-trust-strip{grid-template-columns:1fr 1fr!important;padding:12px!important;}

    body.single-product .o-pdp-offer-card{padding:10px 12px!important;}
    body.single-product .o-pdp-offer-title{font-size:12px!important;}
    body.single-product .o-pdp-offer-sub{font-size:11px!important;}

    body.single-product .o-pdp-details-card{padding:16px!important;margin:20px 0!important;}

    body.single-product form.cart{margin-bottom:12px!important;}
    body.single-product form.cart .single_add_to_cart_button{
        width:100%!important;padding:14px 24px!important;font-size:14px!important;
    }

    body.single-product .o-fbt-section,
    body.single-product .related,
    body.single-product .upsells{padding:20px 16px!important;}
}
/* ── End ORA-039k ─────────────────────────────────────────────────── */

/* ============================================
   ORA-039l — PLP Myntra-style listing
   ============================================ */

/* === Filter pills (replaces .o-cat-pill from older archive markup) === */
.o-plp-filter-pills{
    display:flex;flex-wrap:nowrap;gap:8px;
    padding:14px 16px 16px;margin:0;
    overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;
}
.o-plp-filter-pills::-webkit-scrollbar{display:none;}
.o-plp-pill{
    flex-shrink:0;display:inline-block;
    padding:8px 18px;border:1.5px solid #EBE6DC;border-radius:50px;
    font-family:'Jost',sans-serif;font-size:13px;font-weight:600;color:#555;
    background:#fff;text-decoration:none;white-space:nowrap;transition:all 0.15s;
}
.o-plp-pill:hover{border-color:#1A1A1A;color:#1A1A1A;}
.o-plp-pill-active{
    border-color:#E8610A!important;color:#E8610A!important;background:#FFF4ED!important;
}

/* === Product grid (WC outputs <ul class="products columns-4">) === */
body.woocommerce-shop ul.products,
body.woocommerce-shop .products,
body.archive ul.products,
body.archive .products,
body.tax-product_cat ul.products,
body.tax-product_cat .products,
body.search-results ul.products,
body.search-results .products{
    display:grid!important;
    grid-template-columns:repeat(4,1fr)!important;
    gap:20px!important;
    list-style:none!important;
    padding:0 16px!important;margin:0!important;
}
@media (max-width:1024px){
    body.woocommerce-shop ul.products,body.archive ul.products,body.tax-product_cat ul.products,body.search-results ul.products{
        grid-template-columns:repeat(3,1fr)!important;gap:16px!important;
    }
}
@media (max-width:768px){
    body.woocommerce-shop ul.products,body.archive ul.products,body.tax-product_cat ul.products,body.search-results ul.products{
        grid-template-columns:1fr 1fr!important;gap:12px!important;padding:0 12px!important;
    }
}

/* Reset WC default list-item box for our cards */
ul.products li.product,
ul.products li.o-plp-card{
    width:auto!important;margin:0!important;padding:0!important;float:none!important;
    list-style:none!important;clear:none!important;
}
ul.products li.product::before,
ul.products li.product::after{content:none!important;}

/* === Product card === */
.o-plp-card{background:#fff;border-radius:8px;overflow:hidden;transition:transform 0.2s;}
.o-plp-card:hover{transform:translateY(-2px);}
.o-plp-card .o-plp-card-link{
    display:block;text-decoration:none!important;color:inherit!important;
}

/* === Image wrap (4:5 aspect) === */
.o-plp-card .o-plp-image-wrap{
    position:relative;width:100%;aspect-ratio:4/5;
    overflow:hidden;background:#FAF6EF;border-radius:8px;
}
.o-plp-card .o-plp-image{
    width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.3s;
}
.o-plp-card:hover .o-plp-image{transform:scale(1.04);}

/* Badge (top-left) */
.o-plp-card .o-plp-badge{
    position:absolute;top:10px;left:10px;z-index:2;
    padding:4px 9px;border-radius:4px;
    font-family:'Jost',sans-serif;font-size:10px;font-weight:700;letter-spacing:0.5px;text-transform:uppercase;
}
.o-plp-badge-sale{background:#E8610A;color:#fff;}
.o-plp-badge-bestseller{background:#1A1A1A;color:#fff;}
.o-plp-badge-new{background:#5A8E3A;color:#fff;}
.o-plp-badge-stock{background:#6B6B6B;color:#fff;}

/* Heart (top-right) */
.o-plp-card .o-plp-heart{
    position:absolute;top:10px;right:10px;z-index:2;
    width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,0.95);border:none;
    display:flex;align-items:center;justify-content:center;
    color:#6B6B6B;cursor:pointer;transition:all 0.2s;
    box-shadow:0 2px 6px rgba(0,0,0,0.08);
    padding:0;
}
.o-plp-card .o-plp-heart:hover{background:#fff;color:#E8610A;transform:scale(1.1);}
.o-plp-card .o-plp-heart svg{display:block;}
.o-plp-card .o-plp-heart.o-plp-heart-active{color:#E8610A!important;}
.o-plp-card .o-plp-heart.o-plp-heart-active svg{fill:#E8610A;}
.o-plp-card .o-plp-heart.o-plp-heart-pulse{animation:o-plp-heart-pulse 0.3s ease;}
@keyframes o-plp-heart-pulse{
    0%,100%{transform:scale(1);}
    50%{transform:scale(1.25);}
}

/* === Info (below image) === */
.o-plp-card .o-plp-info{padding:10px 4px 16px;}
.o-plp-card .o-plp-category{
    display:block;font-family:'Jost',sans-serif;
    font-size:10px;font-weight:700;letter-spacing:1.2px;color:#999;
    text-transform:uppercase;margin-bottom:4px;
}
.o-plp-card .o-plp-title{
    font-family:'Jost',sans-serif!important;
    font-size:14px!important;font-weight:500!important;color:#1A1A1A!important;
    line-height:1.35!important;margin:0 0 8px!important;letter-spacing:0!important;
    text-transform:none!important;
    display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
    overflow:hidden;min-height:38px;
}
.o-plp-card .o-plp-price-row{
    display:flex;align-items:baseline;flex-wrap:wrap;gap:6px;
    font-family:'Jost',sans-serif;
}
.o-plp-card .o-plp-sale-price,
.o-plp-card .o-plp-sale-price .amount,
.o-plp-card .o-plp-sale-price bdi,
.o-plp-card .o-plp-sale-price .woocommerce-Price-amount{
    font-family:'Jost',sans-serif!important;
    font-size:15px!important;font-weight:700!important;color:#1A1A1A!important;letter-spacing:-0.2px!important;
}
.o-plp-card .o-plp-mrp,
.o-plp-card .o-plp-mrp del,
.o-plp-card .o-plp-mrp .amount{
    font-family:'Jost',sans-serif!important;
    font-size:12px!important;color:#999!important;font-weight:500!important;
    text-decoration:line-through!important;
}
.o-plp-card .o-plp-percent{
    font-family:'Jost',sans-serif!important;
    font-size:11px!important;font-weight:700!important;color:#E8610A!important;letter-spacing:0.3px!important;
}

/* Mobile-tight typography */
@media (max-width:768px){
    .o-plp-card .o-plp-info{padding:8px 4px 12px;}
    .o-plp-card .o-plp-category{font-size:9px;letter-spacing:1px;}
    .o-plp-card .o-plp-title{font-size:13px!important;min-height:34px;}
    .o-plp-card .o-plp-sale-price{font-size:14px!important;}
    .o-plp-card .o-plp-mrp{font-size:11px!important;}
    .o-plp-card .o-plp-percent{font-size:10px!important;}
    .o-plp-card .o-plp-heart{width:28px;height:28px;}
    .o-plp-card .o-plp-heart svg{width:16px;height:16px;}
    .o-plp-card .o-plp-badge{font-size:9px;padding:3px 7px;letter-spacing:0.3px;}
}

/* === Suppress WC default add-to-cart + title + price on archive cards
       (our content-product.php is the only source of truth) === */
body.woocommerce-shop ul.products li.product .button,
body.archive ul.products li.product .button,
body.tax-product_cat ul.products li.product .button,
body.search-results ul.products li.product .button,
body.woocommerce-shop ul.products li.product a.added_to_cart,
body.archive ul.products li.product a.added_to_cart,
body.tax-product_cat ul.products li.product a.added_to_cart,
body.search-results ul.products li.product a.added_to_cart{display:none!important;}

body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.archive ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.search-results ul.products li.product .woocommerce-loop-product__title{display:none!important;}

/* Hide default WC result count + sort dropdown when our archive doesn't already suppress them */
body.woocommerce-shop .woocommerce-result-count,
body.woocommerce-shop .woocommerce-ordering,
body.archive .woocommerce-result-count,
body.archive .woocommerce-ordering{display:none!important;}

/* === Pagination — Myntra-style pills === */
body.woocommerce-shop .woocommerce-pagination,
body.archive .woocommerce-pagination,
body.tax-product_cat .woocommerce-pagination{
    text-align:center;padding:30px 16px;margin-top:20px;
    border-top:1px solid #F0EBE0;
}
body.woocommerce-shop .woocommerce-pagination ul.page-numbers,
body.archive .woocommerce-pagination ul.page-numbers,
body.tax-product_cat .woocommerce-pagination ul.page-numbers{
    display:inline-flex!important;gap:6px!important;list-style:none!important;
    padding:0!important;margin:0!important;border:none!important;
}
body.woocommerce-shop .woocommerce-pagination ul.page-numbers li,
body.archive .woocommerce-pagination ul.page-numbers li,
body.tax-product_cat .woocommerce-pagination ul.page-numbers li{
    display:inline-block!important;margin:0!important;border:none!important;
}
body.woocommerce-shop .woocommerce-pagination ul.page-numbers li .page-numbers,
body.archive .woocommerce-pagination ul.page-numbers li .page-numbers,
body.tax-product_cat .woocommerce-pagination ul.page-numbers li .page-numbers{
    display:inline-flex;align-items:center;justify-content:center;
    min-width:36px;height:36px;padding:0 12px;
    background:#fff;border:1px solid #EBE6DC;border-radius:8px;
    font-family:'Jost',sans-serif;font-size:13px;font-weight:600;color:#555;
    text-decoration:none;transition:all 0.15s;
}
body.woocommerce-shop .woocommerce-pagination ul.page-numbers li .page-numbers:hover,
body.archive .woocommerce-pagination ul.page-numbers li .page-numbers:hover{
    border-color:#E8610A;color:#E8610A;
}
body.woocommerce-shop .woocommerce-pagination ul.page-numbers li .page-numbers.current,
body.archive .woocommerce-pagination ul.page-numbers li .page-numbers.current{
    background:#E8610A!important;border-color:#E8610A!important;color:#fff!important;
}

/* === Page header (.o-sec-hd existing markup) — keep but refine === */
body.woocommerce-shop .o-woo-wrap,
body.archive .o-woo-wrap,
body.tax-product_cat .o-woo-wrap{max-width:1400px!important;margin:0 auto!important;}

@media (max-width:768px){
    body.woocommerce-shop .o-sec-hd h2,
    body.archive .o-sec-hd h2,
    body.tax-product_cat .o-sec-hd h2{font-size:20px!important;margin:8px 0 0!important;}
    body.woocommerce-shop .o-sec-hd .o-eyebrow,
    body.archive .o-sec-hd .o-eyebrow,
    body.tax-product_cat .o-sec-hd .o-eyebrow{font-size:10px!important;}
}
/* ── End ORA-039l ─────────────────────────────────────────────────── */

/* ============================================
   ORA-039m — Mobile responsive sprint
   ============================================ */

/* === A. Burger button (mobile only) === */
.o-burger{
    display:none;width:36px;height:36px;border:none;background:transparent;
    cursor:pointer;padding:8px;
    flex-direction:column;justify-content:space-between;align-items:stretch;z-index:10;
}
.o-burger span{
    display:block;height:2px;width:100%;background:#1A1A1A;border-radius:2px;transition:all 0.2s;
}
@media (max-width:768px){
    .o-burger{display:flex!important;}
    /* Hide desktop nav on mobile */
    #o-header .o-nav,
    header .o-nav,
    .o-nav{display:none!important;}
    /* Also hide the desktop "Track Order" pill — it lives in the drawer footer instead */
    #o-header .o-actions .o-track{display:none!important;}
}

/* === B. Mobile slide-in drawer === */
.o-mobile-drawer{
    position:fixed;inset:0;z-index:9999;pointer-events:none;visibility:hidden;
    transition:visibility 0s linear 0.3s;
}
.o-mobile-drawer.o-drawer-open{
    pointer-events:auto;visibility:visible;transition:visibility 0s linear 0s;
}
.o-mobile-drawer-overlay{
    position:absolute;inset:0;background:rgba(0,0,0,0.5);opacity:0;transition:opacity 0.3s ease;
}
.o-mobile-drawer.o-drawer-open .o-mobile-drawer-overlay{opacity:1;}

.o-mobile-drawer-panel{
    position:absolute;top:0;left:0;bottom:0;
    width:85%;max-width:360px;background:#fff;
    transform:translateX(-100%);transition:transform 0.3s cubic-bezier(0.4,0,0.2,1);
    display:flex;flex-direction:column;overflow-y:auto;
}
.o-mobile-drawer.o-drawer-open .o-mobile-drawer-panel{transform:translateX(0);}
body.o-drawer-locked{overflow:hidden;}

.o-mobile-drawer-header{
    display:flex;align-items:center;justify-content:space-between;
    padding:18px 20px;border-bottom:1px solid #F0EBE0;
}
.o-mobile-drawer-logo{
    font-family:'Nunito',sans-serif;font-size:26px;font-weight:800;
    color:#E8610A;letter-spacing:-1px;text-decoration:none;
}
.o-mobile-drawer-close{
    width:36px;height:36px;border:none;background:#FAF6EF;border-radius:50%;
    font-size:22px;line-height:1;cursor:pointer;color:#1A1A1A;
    display:flex;align-items:center;justify-content:center;padding:0;
}

.o-mobile-drawer-nav{flex:1;padding:12px 0;}
.o-mobile-menu-list,
.o-mobile-drawer-nav ul{list-style:none!important;padding:0!important;margin:0!important;}
.o-mobile-menu-list li,
.o-mobile-drawer-nav ul li{border-bottom:1px solid #F5F0E5;list-style:none!important;}
.o-mobile-menu-list li a,
.o-mobile-drawer-nav ul li a{
    display:block;padding:16px 20px;
    font-family:'Jost',sans-serif!important;font-size:14px!important;font-weight:600!important;
    color:#1A1A1A!important;text-decoration:none!important;
    letter-spacing:0.3px;text-transform:uppercase;transition:background 0.15s;
}
.o-mobile-menu-list li a:hover,
.o-mobile-menu-list li a:active{background:#FAF6EF;color:#E8610A!important;}

/* Submenu (if menu items have children) */
.o-mobile-menu-list .sub-menu{padding-left:12px!important;background:#FAF6EF;}
.o-mobile-menu-list .sub-menu li a{
    font-size:13px!important;text-transform:none!important;font-weight:500!important;padding:12px 20px;
}

.o-mobile-drawer-footer{
    border-top:1px solid #F0EBE0;padding:16px 20px;
    display:flex;flex-direction:column;gap:4px;
}
.o-mobile-drawer-link{
    display:flex;align-items:center;gap:10px;padding:12px 0;
    font-family:'Jost',sans-serif;font-size:13px;font-weight:600;color:#1A1A1A;text-decoration:none;
}
.o-mobile-drawer-link:hover{color:#E8610A;}
.o-mobile-drawer-wa{color:#25D366!important;}

/* === C. PDP gallery FULL-WIDTH on mobile (custom layout: .o-product-layout) === */
@media (max-width:768px){
    body.single-product .o-product-layout{
        display:block!important;padding:0!important;margin:0!important;
    }
    /* Hide vertical thumb column on mobile — dots row replaces it */
    body.single-product .o-product-layout .o-thumb-col{
        display:none!important;
    }
    /* Main image edge-to-edge */
    body.single-product .o-product-layout .o-main-img-wrap{
        width:100%!important;max-width:none!important;
        margin:0!important;padding:0!important;border-radius:0!important;
        background:#FAF6EF;
    }
    body.single-product .o-product-layout .o-main-img-wrap img,
    body.single-product .o-product-layout #oMainImg{
        width:100%!important;height:auto!important;max-width:none!important;
        border-radius:0!important;display:block!important;margin:0!important;
    }
    /* Restore padding on the product info panel */
    body.single-product .o-product-layout .o-prod-panel{
        padding:16px!important;
    }

    /* If WC's default Flexslider gallery is ever used, also edge-to-edge it */
    body.single-product .woocommerce-product-gallery,
    body.single-product .product > .images{
        margin-left:0!important;margin-right:0!important;width:100%!important;
        max-width:none!important;padding:0!important;border-radius:0!important;
    }
    body.single-product .woocommerce-product-gallery__image,
    body.single-product .woocommerce-product-gallery__image img{
        width:100%!important;max-width:none!important;
        border-radius:0!important;margin:0!important;display:block!important;
    }
    body.single-product .flex-control-thumbs,
    body.single-product .flex-control-nav,
    body.single-product .woocommerce-product-gallery__trigger,
    body.single-product ol.flex-control-thumbs{display:none!important;}
}

/* === D. Gallery dots (mobile only, after .o-main-img-wrap) === */
.o-gallery-dots{display:none;}
@media (max-width:768px){
    .o-gallery-dots{
        display:flex!important;justify-content:center;align-items:center;gap:6px;
        padding:12px 0 8px;background:#fff;
    }
    .o-gallery-dot{
        width:6px;height:6px;border-radius:50%;background:#DDD5C5;cursor:pointer;transition:all 0.2s;
    }
    .o-gallery-dot.o-gallery-dot-active{
        background:#1A1A1A;width:18px;border-radius:3px;
    }
}

/* === E. Size selector pills (replace variation <select> for size attr) === */
.o-size-pills{
    display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 16px;
}
.o-size-pill{
    min-width:48px;padding:10px 14px;
    background:#fff;border:1.5px solid #EBE6DC;border-radius:8px;
    font-family:'Jost',sans-serif;font-size:13px;font-weight:600;color:#1A1A1A;
    cursor:pointer;transition:all 0.15s;text-align:center;letter-spacing:0.3px;
}
.o-size-pill:hover{border-color:#1A1A1A;}
.o-size-pill.o-size-pill-active{
    border-color:#E8610A!important;background:#FFF4ED!important;
    color:#E8610A!important;font-weight:700!important;
}
.o-size-pill[disabled],
.o-size-pill.o-size-pill-disabled{
    background:#F5F0E5!important;color:#BBB!important;border-color:#EBE6DC!important;
    cursor:not-allowed!important;position:relative;
}
.o-size-pill[disabled]::after,
.o-size-pill.o-size-pill-disabled::after{
    content:"";position:absolute;left:8px;right:8px;top:50%;height:1px;
    background:#BBB;transform:rotate(-12deg);
}

/* Strip WC default variations table chrome so pills sit clean */
body.single-product table.variations,
body.single-product .variations{
    width:100%!important;border-collapse:collapse!important;margin-bottom:16px!important;
}
body.single-product table.variations td,
body.single-product table.variations th{
    display:block!important;width:100%!important;padding:0!important;
    border:none!important;background:transparent!important;
}
body.single-product table.variations td.label,
body.single-product table.variations th.label{
    font-family:'Jost',sans-serif!important;
    font-size:12px!important;font-weight:700!important;
    text-transform:uppercase!important;letter-spacing:1px!important;
    color:#6B6B6B!important;margin-bottom:8px!important;
}
body.single-product .woocommerce-variation-add-to-cart{margin-top:16px!important;}

/* === F. Mobile header — tighter padding === */
@media (max-width:768px){
    #o-header{padding:0!important;}
    #o-header .o-header-wrap{padding:10px 16px!important;}
}
/* ── End ORA-039m ─────────────────────────────────────────────────── */

/* ============================================
   ORA-039n — PDP gallery TRUE edge-to-edge (100vw breakout)
   Defeats nested parent padding by stepping out to viewport width.
   Covers BOTH vanilla WC .woocommerce-product-gallery AND the theme's
   custom .o-product-layout / .o-main-img-wrap markup.
   ============================================ */

@media (max-width:768px){

    /* Kill ALL padding/margin on body, main, page wrappers */
    body.single-product main,
    body.single-product .site-main,
    body.single-product .o-page-content,
    body.single-product .o-woo-wrap,
    body.single-product article.page,
    body.single-product article.product,
    body.single-product .content-area,
    body.single-product #primary,
    body.single-product #content,
    body.single-product .entry-content{
        padding-left:0!important;padding-right:0!important;
        margin-left:0!important;margin-right:0!important;
        max-width:100%!important;width:100%!important;
    }

    /* Kill top space above gallery */
    body.single-product main,
    body.single-product .site-main,
    body.single-product .o-page-content,
    body.single-product article.product,
    body.single-product .product,
    body.single-product .o-product-layout{
        padding-top:0!important;margin-top:0!important;
    }
    body.single-product .product .woocommerce-product-gallery,
    body.single-product .o-pdp-gallery,
    body.single-product .product > .images,
    body.single-product .o-product-layout .o-main-img-wrap{
        margin-top:0!important;padding-top:0!important;
    }

    /* BULLETPROOF: 100vw breakout regardless of parent padding */
    body.single-product .woocommerce-product-gallery,
    body.single-product .product > .images,
    body.single-product .o-pdp-gallery,
    body.single-product .o-product-layout .o-main-img-wrap{
        position:relative!important;
        width:100vw!important;max-width:100vw!important;
        margin-left:calc(50% - 50vw)!important;
        margin-right:calc(50% - 50vw)!important;
        padding:0!important;border-radius:0!important;
        overflow:hidden!important;
        background:#FAF6EF;
    }

    /* Inner gallery wrappers (vanilla WC Flexslider) */
    body.single-product .woocommerce-product-gallery__wrapper,
    body.single-product .flex-viewport,
    body.single-product ul.flex-slider,
    body.single-product .flexslider{
        width:100%!important;margin:0!important;padding:0!important;
    }

    /* Image element — vanilla WC gallery */
    body.single-product .woocommerce-product-gallery__image,
    body.single-product .woocommerce-product-gallery__image a,
    body.single-product .woocommerce-product-gallery__image img,
    body.single-product .flex-slide,
    body.single-product .flex-slide img{
        width:100%!important;max-width:100%!important;height:auto!important;
        margin:0!important;padding:0!important;
        border-radius:0!important;display:block!important;
    }

    /* Image element — custom theme gallery */
    body.single-product .o-product-layout .o-main-img-wrap img,
    body.single-product #oMainImg{
        width:100%!important;max-width:100%!important;height:auto!important;
        margin:0!important;padding:0!important;
        border-radius:0!important;display:block!important;
    }

    /* Hide vertical thumb column (already in ORA-039m, reinforced here) */
    body.single-product .o-product-layout .o-thumb-col{display:none!important;}

    /* Summary panel — proper 16px padding so text isn't edge-to-edge */
    body.single-product .product .summary,
    body.single-product .product .entry-summary,
    body.single-product .o-product-layout .o-prod-panel{
        width:100%!important;max-width:100%!important;
        padding:20px 16px!important;margin:0!important;float:none!important;
    }

    /* Below-summary content blocks — 16px gutter (un-breakout) */
    body.single-product .o-pdp-details-card,
    body.single-product .o-pdp-trust-strip,
    body.single-product .o-pdp-offer-card,
    body.single-product .related,
    body.single-product .upsells,
    body.single-product .o-fbt-section,
    body.single-product .woocommerce-tabs{
        margin-left:16px!important;margin-right:16px!important;
        width:auto!important;max-width:calc(100% - 32px)!important;
    }

    /* Gallery dots — center under full-width image, full row background */
    body.single-product .o-gallery-dots{
        padding:14px 16px 6px!important;background:#fff!important;
        margin:0!important;width:100%!important;
    }

    /* Force gallery first, summary second (stack order) */
    body.single-product .product,
    body.single-product .o-product-layout{
        display:flex!important;flex-direction:column!important;
        padding:0!important;margin:0!important;width:100%!important;
    }
    body.single-product .product .woocommerce-product-gallery,
    body.single-product .o-product-layout .o-main-img-wrap{order:1!important;}
    body.single-product .product .summary,
    body.single-product .product .entry-summary,
    body.single-product .o-product-layout .o-prod-panel{order:2!important;}

    /* Defeat any inline style="max-width:..." constraint on .o-page-content */
    body.single-product .o-page-content[style]{
        max-width:100%!important;
        padding-left:0!important;padding-right:0!important;
    }

    /* Hide breadcrumb on PDP mobile (vertical space saver) */
    body.single-product .woocommerce-breadcrumb{display:none!important;}

    /* Hide any page.php / article.page leaked header */
    body.single-product article.page > header,
    body.single-product article.page > .entry-header{display:none!important;}
}
/* ── End ORA-039n ─────────────────────────────────────────────────── */

/* ============================================
   ORA-039o — PDP Mobile Myntra-perfect
   - Cleaner gallery edge-to-edge (NO 100vw breakout — kill parent padding instead)
   - Title row with share + heart icons
   - MRP-style price row
   - Size chart bottom-sheet modal
   ============================================ */

/* === A. Mobile parent reset + gallery 100% width (replaces ORA-039n approach) === */
@media (max-width:768px){

    /* Strip ALL parent padding/margin so 100% = viewport width */
    body.single-product main,
    body.single-product .site-main,
    body.single-product .o-page-content,
    body.single-product .o-woo-wrap,
    body.single-product article.page,
    body.single-product article.product,
    body.single-product .product,
    body.single-product .o-product-layout,
    body.single-product .content-area,
    body.single-product #primary,
    body.single-product #content,
    body.single-product .entry-content{
        padding:0!important;margin:0!important;
        max-width:100%!important;width:100%!important;
    }
    body.single-product .o-page-content[style]{
        max-width:100%!important;padding:0!important;
    }
    body.single-product .site-content,
    body.single-product main{padding-top:0!important;}

    /* CUSTOM theme gallery — simple 100% width (override ORA-039n 100vw rule) */
    body.single-product .o-product-layout .o-main-img-wrap{
        position:relative!important;
        width:100%!important;max-width:100%!important;
        margin:0!important;padding:0!important;
        border-radius:0!important;background:#FAF6EF;
        overflow:visible!important;
    }
    body.single-product .o-product-layout .o-main-img-wrap img,
    body.single-product #oMainImg{
        width:100%!important;max-width:100%!important;height:auto!important;
        margin:0!important;padding:0!important;
        border-radius:0!important;display:block!important;
    }
    body.single-product .o-product-layout .o-thumb-col{display:none!important;}

    /* VANILLA WC gallery — simple 100% width (override ORA-039n 100vw rule) */
    body.single-product .woocommerce-product-gallery,
    body.single-product .product > .images{
        position:relative!important;
        width:100%!important;max-width:100%!important;
        margin:0!important;padding:0!important;
        border-radius:0!important;overflow:visible!important;
    }
    body.single-product .woocommerce-product-gallery__wrapper,
    body.single-product .flex-viewport,
    body.single-product ul.flex-slider,
    body.single-product .flexslider{
        width:100%!important;margin:0!important;padding:0!important;
        background:#FAF6EF!important;
    }
    body.single-product .woocommerce-product-gallery__image,
    body.single-product .woocommerce-product-gallery__image a,
    body.single-product .woocommerce-product-gallery__image img,
    body.single-product .flex-slide,
    body.single-product .flex-slide img{
        width:100%!important;max-width:100%!important;height:auto!important;
        margin:0!important;padding:0!important;border-radius:0!important;display:block!important;
    }

    /* Info panel — 16px gutters */
    body.single-product .product .summary,
    body.single-product .product .entry-summary,
    body.single-product .o-product-layout .o-prod-panel{
        padding:16px!important;margin:0!important;width:100%!important;
    }

    /* Below-summary content blocks — 16px gutters via margin */
    body.single-product .o-pdp-details-card,
    body.single-product .o-pdp-trust-strip,
    body.single-product .o-pdp-offer-card,
    body.single-product .related,
    body.single-product .upsells,
    body.single-product .o-fbt-section,
    body.single-product .woocommerce-tabs{
        margin:16px!important;width:calc(100% - 32px)!important;
    }

    body.single-product .woocommerce-breadcrumb{display:none!important;}
    body.single-product article.page > header,
    body.single-product article.page > .entry-header{display:none!important;}

    /* Gallery dots */
    body.single-product .o-gallery-dots{
        background:#fff!important;padding:12px 0 6px!important;
        margin:0!important;position:relative!important;z-index:2!important;
        width:100%!important;
    }
}

/* === C. PDP title row (share + heart actions) === */
.o-pdp-title-row{
    display:flex;align-items:flex-start;justify-content:space-between;
    gap:14px;margin:0 0 12px;
}
body.single-product h1.product_title.o-pdp-title-text,
.o-pdp-title-text{
    font-family:'Jost',sans-serif!important;
    font-size:20px!important;font-weight:600!important;color:#1A1A1A!important;
    line-height:1.3!important;letter-spacing:-0.2px!important;text-transform:none!important;
    margin:0!important;flex:1 1 auto!important;min-width:0!important;
}
@media (max-width:768px){
    body.single-product h1.product_title.o-pdp-title-text,
    .o-pdp-title-text{
        font-size:17px!important;
        display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
    }
}
.o-pdp-title-actions{display:flex;gap:8px;flex-shrink:0;}
.o-pdp-action-btn{
    width:36px;height:36px;
    border:1.5px solid #EBE6DC;background:#fff;border-radius:8px;
    display:flex;align-items:center;justify-content:center;
    cursor:pointer;color:#555;padding:0;transition:all 0.15s;
}
.o-pdp-action-btn:hover{border-color:#1A1A1A;color:#1A1A1A;}
.o-pdp-action-btn:active{transform:scale(0.94);}
.o-pdp-heart-btn.o-pdp-heart-active{
    color:#E8610A!important;border-color:#E8610A!important;background:#FFF4ED!important;
}
.o-pdp-heart-btn.o-pdp-heart-active svg{fill:#E8610A;}
.o-pdp-action-pulse{animation:o-pdp-pulse 0.3s ease;}
.o-pdp-action-success{background:#5A8E3A!important;color:#fff!important;border-color:#5A8E3A!important;}
@keyframes o-pdp-pulse{
    0%,100%{transform:scale(1);}
    50%{transform:scale(1.15);}
}

/* === D. Price row (Myntra MRP layout) === */
body.single-product .o-pdp-price-row{
    display:flex!important;align-items:baseline!important;flex-wrap:wrap!important;
    gap:8px!important;margin:0!important;font-family:'Jost',sans-serif!important;
}
.o-pdp-mrp-label{
    font-size:12px!important;font-weight:500!important;color:#888!important;
    letter-spacing:0.3px!important;
}
.o-pdp-mrp-strike,
.o-pdp-mrp-strike del,
.o-pdp-mrp-strike .amount,
.o-pdp-mrp-strike del .amount{
    font-size:14px!important;color:#888!important;font-weight:500!important;
    text-decoration:line-through!important;
}
body.single-product .o-pdp-sale-price,
body.single-product .o-pdp-sale-price .amount,
body.single-product .o-pdp-sale-price bdi{
    font-family:'Jost',sans-serif!important;
    font-size:22px!important;font-weight:700!important;color:#1A1A1A!important;
    letter-spacing:-0.5px!important;
}
.o-pdp-percent-off{
    font-size:14px!important;font-weight:700!important;color:#E8610A!important;
    background:transparent!important;padding:0!important;border-radius:0!important;letter-spacing:0!important;
}
.o-pdp-tax-note{
    display:block;font-family:'Jost',sans-serif;
    font-size:11px;color:#999;margin-top:4px;font-weight:500;
}
@media (max-width:768px){
    body.single-product .o-pdp-sale-price,
    body.single-product .o-pdp-sale-price .amount,
    body.single-product .o-pdp-sale-price bdi{font-size:20px!important;}
    .o-pdp-mrp-strike,
    .o-pdp-mrp-strike del,
    .o-pdp-mrp-strike .amount{font-size:13px!important;}
    .o-pdp-percent-off{font-size:13px!important;}
}

/* === E. Size selector header (label + Size Chart link) === */
.o-pdp-size-header{
    display:flex;justify-content:space-between;align-items:center;
    margin:16px 0 8px;padding:0;
}
.o-pdp-size-label{
    font-family:'Jost',sans-serif;font-size:12px;font-weight:700;
    color:#1A1A1A;letter-spacing:1px;text-transform:uppercase;
}
.o-pdp-size-chart-link{
    background:transparent;border:none;padding:0;
    font-family:'Jost',sans-serif;font-size:12px;font-weight:600;
    color:#E8610A;text-decoration:underline;cursor:pointer;
    display:inline-flex;align-items:center;gap:4px;letter-spacing:0.3px;
}
.o-pdp-size-chart-link:hover{color:#D55509;}

/* === F. Size Chart Modal (bottom-sheet on mobile, centered on desktop) === */
.o-size-chart-modal{
    position:fixed;inset:0;z-index:99999;
    pointer-events:none;visibility:hidden;
    transition:visibility 0s linear 0.3s;
}
.o-size-chart-modal.o-size-chart-open{
    pointer-events:auto;visibility:visible;transition:visibility 0s linear 0s;
}
.o-size-chart-overlay{
    position:absolute;inset:0;background:rgba(0,0,0,0.5);
    opacity:0;transition:opacity 0.3s ease;
}
.o-size-chart-modal.o-size-chart-open .o-size-chart-overlay{opacity:1;}

.o-size-chart-panel{
    position:absolute;bottom:0;left:50%;
    width:100%;max-width:480px;max-height:80vh;
    background:#fff;border-radius:16px 16px 0 0;
    transform:translateX(-50%) translateY(100%);
    transition:transform 0.3s cubic-bezier(0.4,0,0.2,1);
    display:flex;flex-direction:column;overflow:hidden;
}
@media (min-width:768px){
    .o-size-chart-panel{
        bottom:auto;top:50%;
        transform:translate(-50%,-40%);
        border-radius:16px;max-height:75vh;
    }
}
.o-size-chart-modal.o-size-chart-open .o-size-chart-panel{
    transform:translateX(-50%) translateY(0);
}
@media (min-width:768px){
    .o-size-chart-modal.o-size-chart-open .o-size-chart-panel{
        transform:translate(-50%,-50%);
    }
}

.o-size-chart-header{
    display:flex;align-items:center;justify-content:space-between;
    padding:18px 20px;border-bottom:1px solid #F0EBE0;background:#FAF6EF;
}
.o-size-chart-header h3{
    font-family:'Jost',sans-serif!important;
    font-size:17px!important;font-weight:700!important;
    color:#1A1A1A!important;margin:0!important;letter-spacing:-0.2px!important;
}
.o-size-chart-close{
    width:32px;height:32px;border:none;background:#fff;border-radius:50%;
    font-size:22px;line-height:1;cursor:pointer;color:#555;
    display:flex;align-items:center;justify-content:center;padding:0;
}
.o-size-chart-body{padding:20px;overflow-y:auto;flex:1;}
.o-size-chart-table{
    width:100%;border-collapse:collapse;
    font-family:'Jost',sans-serif;font-size:13px;margin-bottom:16px;
}
.o-size-chart-table th,
.o-size-chart-table td{
    padding:10px 6px;text-align:center;border-bottom:1px solid #F0EBE0;
}
.o-size-chart-table th{
    background:#FAF6EF;font-weight:700;font-size:11px;
    text-transform:uppercase;letter-spacing:0.5px;color:#555;
}
.o-size-chart-table td{color:#1A1A1A;font-weight:500;}
.o-size-chart-table .o-size-cell-name{font-weight:700;color:#E8610A;}
.o-size-chart-tip{
    background:#FFF4ED;border:1px solid #FFD9B5;border-radius:10px;padding:12px;
    font-family:'Jost',sans-serif;font-size:12px;color:#8B5A3C;line-height:1.5;
}
.o-size-chart-tip strong{color:#C44D06;}
body.o-modal-locked{overflow:hidden;}

/* === G. Refined size pills === */
.o-size-pills{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 16px;}
.o-size-pill{
    min-width:44px;padding:9px 14px;
    background:#fff;border:1.5px solid #DDD5C5;border-radius:8px;
    font-family:'Jost',sans-serif;font-size:13px;font-weight:600;color:#1A1A1A;
    cursor:pointer;transition:all 0.15s;text-align:center;
}
/* ── End ORA-039o ─────────────────────────────────────────────────── */

/* ============================================
   ORA-039p — Mobile responsive comprehensive fix (8 issues)
   ============================================ */

/* === A. Universal no-wrap rule on all button-style elements (mobile) === */
@media (max-width:768px){
    .button,
    button.button,
    a.button,
    .wp-block-button__link,
    .o-btn,
    .o-cta,
    .o-pdp-sticky-cart,
    .o-pdp-sticky-buynow,
    .o-pdp-sticky-notify,
    .o-update-btn,
    .o-pay-btn-primary,
    .o-pdp-size-chart-link,
    .o-plp-pill,
    .o-volume-offer-btn,
    .o-mobile-drawer-link,
    .single_add_to_cart_button,
    .added_to_cart,
    .o-sticky-btn,
    .o-sticky-label,
    .o-hero-btns a,
    .o-hero-btns button,
    .o-ty-cta-primary,
    .o-ty-cta-secondary,
    .o-ty-cta-wa{
        white-space:nowrap!important;
        overflow:hidden!important;
        text-overflow:ellipsis!important;
    }
}

/* === B. Cart page — kill top space + clean item grid === */
@media (max-width:768px){

    body.woocommerce-cart .o-page-content,
    body.woocommerce-cart main,
    body.woocommerce-cart .site-main,
    body.woocommerce-cart .o-woo-wrap,
    body.woocommerce-cart article.page{
        padding-top:0!important;margin-top:0!important;
    }

    body.woocommerce-cart .o-crumb,
    body.woocommerce-cart .woocommerce-breadcrumb{
        padding:10px 16px!important;margin:0!important;font-size:11px!important;
    }
    body.woocommerce-cart .o-cart-head{padding:0 16px!important;margin:4px 0 12px!important;}
    body.woocommerce-cart .o-cart-head h1{
        margin:0!important;padding:0!important;
        font-size:24px!important;line-height:1.1!important;
    }

    /* Cart item — 90px image / info+price 2-col grid */
    body.woocommerce-cart .o-cart-item{
        display:grid!important;
        grid-template-columns:90px 1fr!important;
        gap:8px 12px!important;
        padding:16px 12px!important;
        border-bottom:1px solid #F0EBE0!important;align-items:start!important;
    }
    body.woocommerce-cart .o-cart-item .o-ci-img{
        grid-column:1!important;grid-row:1 / span 2!important;
        width:90px!important;height:110px!important;
        margin:0!important;border-radius:8px!important;overflow:hidden!important;
    }
    body.woocommerce-cart .o-cart-item .o-ci-img img{
        width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;
    }
    body.woocommerce-cart .o-cart-item .o-ci-info{
        grid-column:2!important;grid-row:1!important;padding:0!important;margin:0!important;
    }
    body.woocommerce-cart .o-cart-item .o-ci-name,
    body.woocommerce-cart .o-cart-item .o-ci-info a{
        font-family:'Jost',sans-serif!important;font-size:14px!important;font-weight:600!important;
        color:#1A1A1A!important;line-height:1.3!important;margin:0 0 8px!important;display:block!important;
    }

    /* Qty stepper */
    body.woocommerce-cart .o-cart-item .quantity{
        display:inline-flex!important;align-items:center!important;
        border:1px solid #EBE6DC!important;border-radius:6px!important;overflow:hidden!important;margin:0!important;
    }
    body.woocommerce-cart .o-cart-item .quantity .minus,
    body.woocommerce-cart .o-cart-item .quantity .plus,
    body.woocommerce-cart .o-cart-item .o-qty-minus,
    body.woocommerce-cart .o-cart-item .o-qty-plus{
        width:32px!important;height:32px!important;
        display:flex!important;align-items:center!important;justify-content:center!important;
        background:#fff!important;border:none!important;font-size:16px!important;cursor:pointer!important;
    }
    body.woocommerce-cart .o-cart-item .quantity input.qty,
    body.woocommerce-cart .o-cart-item .o-qty-input{
        width:36px!important;height:32px!important;
        border:none!important;border-left:1px solid #EBE6DC!important;border-right:1px solid #EBE6DC!important;
        text-align:center!important;
        font-family:'Jost',sans-serif!important;font-size:13px!important;font-weight:600!important;
        background:#fff!important;padding:0!important;-moz-appearance:textfield!important;
    }

    /* "Remove" anchor → compact × button */
    body.woocommerce-cart .o-cart-item .o-ci-remove{
        width:24px!important;height:24px!important;margin-left:12px!important;
        border:1px solid #EBE6DC!important;border-radius:50%!important;background:#fff!important;
        font-size:0!important;color:transparent!important;
        display:inline-flex!important;align-items:center!important;justify-content:center!important;
        text-decoration:none!important;vertical-align:middle!important;line-height:1!important;
    }
    body.woocommerce-cart .o-cart-item .o-ci-remove::before{
        content:"×"!important;font-size:16px!important;line-height:1!important;color:#A8A8A8!important;
    }

    /* Price column — sits below info */
    body.woocommerce-cart .o-cart-item .o-ci-price{
        grid-column:2!important;grid-row:2!important;
        padding:0!important;margin:4px 0 0!important;text-align:left!important;
        display:flex!important;flex-wrap:wrap!important;align-items:baseline!important;gap:8px!important;
    }
    body.woocommerce-cart .o-cart-item .o-ci-price .o-ci-total{
        font-family:'Jost',sans-serif!important;
        font-size:16px!important;font-weight:700!important;color:#1A1A1A!important;margin:0!important;
    }
    body.woocommerce-cart .o-cart-item .o-ci-price del,
    body.woocommerce-cart .o-cart-item .o-ci-price .o-ci-total del{
        font-size:13px!important;color:#999!important;font-weight:500!important;
    }
    body.woocommerce-cart .o-cart-item .o-ci-price .o-ci-unit{
        font-size:11px!important;color:#888!important;width:100%!important;margin:0!important;
    }
    body.woocommerce-cart .o-cart-item .o-ci-price .o-ci-saved{
        display:inline-block!important;background:#EAF7DC!important;color:#5A8E3A!important;
        font-size:10px!important;font-weight:700!important;
        padding:2px 8px!important;border-radius:50px!important;letter-spacing:0.3px!important;
        margin-top:4px!important;white-space:nowrap!important;
    }

    /* Update + Continue */
    body.woocommerce-cart .o-cart-foot{
        padding:16px!important;flex-direction:column-reverse!important;gap:10px!important;align-items:stretch!important;
    }
    body.woocommerce-cart .o-cart-foot .o-update-btn{
        width:100%!important;padding:12px 24px!important;font-size:12px!important;
    }
    body.woocommerce-cart .o-cart-foot .o-continue{text-align:center!important;font-size:13px!important;}
}

/* === C. PDP — TRUE edge-to-edge + title visibility === */
@media (max-width:768px){

    /* Aggressive kill ALL parent padding/margin (including the custom theme wrappers) */
    body.single-product .o-page-content,
    body.single-product main,
    body.single-product .site-main,
    body.single-product .o-woo-wrap,
    body.single-product article.product,
    body.single-product .product,
    body.single-product .o-product-layout,
    body.single-product .content-area,
    body.single-product #primary,
    body.single-product #content{
        padding-left:0!important;padding-right:0!important;
        margin-left:0!important;margin-right:0!important;
        max-width:100%!important;width:100%!important;
        overflow-x:hidden!important;
    }

    /* Custom gallery + vanilla WC gallery — TRUE 100% width */
    body.single-product .o-product-layout .o-main-img-wrap,
    body.single-product .woocommerce-product-gallery,
    body.single-product .product > .images,
    body.single-product .o-pdp-gallery{
        width:100%!important;max-width:100%!important;
        margin:0!important;padding:0!important;
        background:#FAF6EF!important;
    }
    body.single-product .woocommerce-product-gallery__wrapper,
    body.single-product .flex-viewport,
    body.single-product .flexslider{
        width:100%!important;margin:0!important;padding:0!important;
    }
    body.single-product .o-main-img-wrap img,
    body.single-product #oMainImg,
    body.single-product .woocommerce-product-gallery__image img,
    body.single-product .flex-slide img{
        width:100%!important;max-width:100%!important;height:auto!important;
        display:block!important;margin:0!important;padding:0!important;border-radius:0!important;
    }

    /* TITLE VISIBILITY — force render, kill any line-clamp inherited from ORA-039o */
    body.single-product .o-pdp-title-row{
        display:flex!important;flex-direction:row!important;
        visibility:visible!important;opacity:1!important;height:auto!important;
        align-items:flex-start!important;gap:12px!important;
        margin:12px 16px 8px!important;padding:0!important;
        width:calc(100% - 32px)!important;
    }
    body.single-product h1.product_title,
    body.single-product h1.product_title.o-pdp-title-text,
    body.single-product .o-pdp-title-row .o-pdp-title-text,
    body.single-product .o-prod-title{
        display:block!important;visibility:visible!important;opacity:1!important;
        font-family:'Jost',sans-serif!important;
        font-size:18px!important;font-weight:600!important;color:#1A1A1A!important;
        line-height:1.3!important;letter-spacing:-0.2px!important;text-transform:none!important;
        margin:0!important;padding:0!important;
        flex:1 1 auto!important;min-width:0!important;
        -webkit-line-clamp:unset!important;
        overflow:visible!important;word-break:normal!important;
        height:auto!important;max-height:none!important;
        -webkit-box-orient:horizontal!important;
    }
    body.single-product .o-pdp-title-actions{flex-shrink:0!important;display:flex!important;gap:8px!important;}
    body.single-product .o-pdp-action-btn{
        width:36px!important;height:36px!important;
        border:1.5px solid #EBE6DC!important;background:#fff!important;
        border-radius:50%!important;
        display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;
    }

    /* PDP info section padding (panel and summary) */
    body.single-product .o-product-layout .o-prod-panel,
    body.single-product .product .summary,
    body.single-product .product .entry-summary{
        width:100%!important;padding:12px 0!important;margin:0!important;background:#fff!important;
    }

    /* Consistent 16px gutters for inline blocks */
    body.single-product .o-pcat,
    body.single-product .o-pdp-eyebrow,
    body.single-product .o-prod-price,
    body.single-product .o-pdp-price-block,
    body.single-product .o-stock-count,
    body.single-product .o-feat-badges,
    body.single-product .o-add-cart-row,
    body.single-product .o-prod-trust-row,
    body.single-product .o-prod-acc,
    body.single-product .o-size-note,
    body.single-product .o-pdp-trust-strip{
        margin-left:16px!important;margin-right:16px!important;
        width:calc(100% - 32px)!important;
    }
    body.single-product .o-pdp-trust-strip{grid-template-columns:1fr 1fr!important;padding:14px 12px!important;}

    /* Size header + pills + variations */
    body.single-product .variations_form,
    body.single-product .single_variation_wrap,
    body.single-product .woocommerce-variation-add-to-cart,
    body.single-product .o-pdp-size-header,
    body.single-product .o-size-pills{
        margin-left:16px!important;margin-right:16px!important;
        width:calc(100% - 32px)!important;
    }

    /* Add to cart button full-width pill */
    body.single-product form.cart{margin:0 16px!important;width:calc(100% - 32px)!important;}
    body.single-product .single_add_to_cart_button,
    body.single-product .single_add_to_cart_button.button{
        width:100%!important;padding:14px 24px!important;font-size:13px!important;
        border-radius:50px!important;text-transform:uppercase!important;letter-spacing:1px!important;
        white-space:nowrap!important;
    }

    /* Tabs / details */
    body.single-product .o-pdp-tabs,
    body.single-product .o-pdp-details-card,
    body.single-product .woocommerce-tabs{
        margin:24px 16px!important;width:calc(100% - 32px)!important;
    }

    body.single-product .woocommerce-breadcrumb{display:none!important;}
}

/* === D. Homepage — REAL class names (.o-hero-*, .o-offer-tier*, #o-sticky*) === */
@media (max-width:768px){

    /* Hero overlay — sits at bottom with dark gradient (mobile) */
    .o-hero-wrap .o-hero-overlay{
        position:absolute!important;
        top:auto!important;bottom:0!important;left:0!important;right:0!important;
        background:linear-gradient(0deg,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 60%)!important;
        opacity:1!important;
    }
    .o-hero-wrap .o-hero-content{
        position:absolute!important;
        top:auto!important;bottom:0!important;left:0!important;right:0!important;
        padding:80px 20px 24px!important;
        color:#fff!important;text-align:left!important;
    }
    .o-hero-wrap .o-hero-content *,
    .o-hero-wrap .o-hero-h1,
    .o-hero-wrap .o-hero-sub,
    .o-hero-wrap .o-hero-badge{color:#fff!important;}
    .o-hero-wrap .o-hero-h1{font-size:28px!important;line-height:1.15!important;}
    .o-hero-wrap .o-hero-sub{font-size:13px!important;}

    /* Hero CTA buttons — single line, side-by-side */
    .o-hero-wrap .o-hero-btns{
        display:flex!important;flex-direction:row!important;gap:8px!important;flex-wrap:nowrap!important;
    }
    .o-hero-wrap .o-hero-btns a,
    .o-hero-wrap .o-hero-btns button{
        flex:1 1 auto!important;min-width:0!important;
        padding:10px 14px!important;font-size:12px!important;
        white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;
    }

    /* Volume offers — 2x2 grid (real class is .o-offer-tiers > .o-offer-tier) */
    .o-offer-tiers{
        display:grid!important;
        grid-template-columns:1fr 1fr!important;
        gap:10px!important;padding:16px!important;
    }
    .o-offer-tiers .o-offer-tier{
        padding:14px 10px!important;
        text-align:center!important;
        font-size:12px!important;line-height:1.3!important;font-weight:600!important;
        white-space:normal!important;       /* allow wrap inside cells */
        word-break:normal!important;overflow-wrap:break-word!important;
        border-radius:10px!important;
    }

    /* Sticky bar — #o-sticky with .o-sticky-info + .o-sticky-meta + .o-sticky-label + .o-sticky-btn */
    #o-sticky{
        display:flex!important;align-items:center!important;
        gap:10px!important;padding:10px 12px!important;
    }
    #o-sticky .o-sticky-info{
        flex:1 1 auto!important;min-width:0!important;overflow:hidden!important;
        display:flex!important;flex-direction:column!important;gap:2px!important;
    }
    #o-sticky .o-sticky-info .o-sticky-meta,
    #o-sticky .o-sticky-info .o-sticky-label{
        white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;
        font-size:11px!important;line-height:1.2!important;
    }
    #o-sticky .o-sticky-btn,
    #o-sticky a.o-sticky-btn{
        flex-shrink:0!important;
        padding:10px 14px!important;font-size:11px!important;font-weight:700!important;
        border-radius:8px!important;white-space:nowrap!important;
        text-transform:uppercase!important;letter-spacing:0.5px!important;
        min-width:auto!important;height:auto!important;line-height:1.2!important;
    }

    /* Cart-page sticky bar (.o-sticky-cart from cart.php) — same treatment */
    .o-sticky-cart{
        display:flex!important;align-items:center!important;gap:10px!important;padding:10px 12px!important;
    }
    .o-sticky-cart .o-sticky-info{flex:1 1 auto!important;min-width:0!important;overflow:hidden!important;}
    .o-sticky-cart .o-sticky-info .o-sticky-meta,
    .o-sticky-cart .o-sticky-info .o-sticky-label{
        white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;
        font-size:11px!important;
    }
    .o-sticky-cart .o-sticky-btn{
        flex-shrink:0!important;padding:10px 14px!important;font-size:11px!important;
        white-space:nowrap!important;
    }
}

/* === E. Hide "Choose Options" / "Add to Cart" buttons on PLP cards
       (Myntra style: tap card → goes to PDP). Heart button excluded. === */
ul.products li.product .button:not(.o-plp-heart),
ul.products li.product a.add_to_cart_button,
ul.products li.product a.added_to_cart,
ul.products li.product .button.product_type_variable,
ul.products li.product .button.product_type_simple,
ul.products li.product .o-plus-overlay,
ul.products li.product .add-to-cart-icon{
    display:none!important;
}

/* === F. Mobile header tight + hide track-order pill (already in drawer footer) === */
@media (max-width:768px){
    #o-header{padding:0!important;}
    #o-header .o-header-wrap{padding:12px 16px!important;}
    #o-header .o-actions .o-track{display:none!important;}
}

/* === G. Universal — section padding tightening on mobile === */
@media (max-width:768px){
    body section[class*="o-sec"]{padding:24px 0!important;}
    body section[class*="o-sec"] h2,
    body .o-sec-hd h2{padding:0 16px!important;margin-bottom:16px!important;}
}
/* ── End ORA-039p ─────────────────────────────────────────────────── */

/* ============================================
   ORA-039q — PDP Myntra-clone (REBUILD)
   Custom template owns all markup via .o-mp-* / .o-myntra-pdp classes —
   no specificity battles with WC defaults.
   ============================================ */

/* === Reset PDP page wrappers (mobile + desktop) === */
body.single-product .o-page-content,
body.single-product main,
body.single-product .site-main,
body.single-product .o-woo-wrap,
body.single-product article.product,
body.single-product .entry-content,
body.single-product #primary,
body.single-product #content{
    padding:0!important;margin:0!important;
    max-width:100%!important;width:100%!important;
}
body.single-product .o-page-content[style]{max-width:100%!important;padding:0!important;}
body.single-product .woocommerce-breadcrumb,
body.single-product article.page > header,
body.single-product article.page > .entry-header{display:none!important;}

/* === Main wrapper === */
article.o-myntra-pdp{
    display:flex!important;flex-direction:column!important;
    background:#fff!important;margin:0!important;padding:0!important;width:100%!important;
}

/* === 1. Gallery — edge-to-edge === */
.o-mp-gallery-section{
    position:relative;width:100%;background:#FAF6EF;margin:0;padding:0;
}
.o-mp-gallery-section .woocommerce-product-gallery,
body.single-product .woocommerce-product-gallery,
body.single-product .product > .images{
    width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;
    float:none!important;border-radius:0!important;
}
body.single-product .woocommerce-product-gallery__wrapper,
body.single-product .flex-viewport,
body.single-product .flexslider{
    width:100%!important;margin:0!important;padding:0!important;background:transparent!important;
}
body.single-product .woocommerce-product-gallery__image,
body.single-product .woocommerce-product-gallery__image a,
body.single-product .woocommerce-product-gallery__image img,
body.single-product .flex-slide,
body.single-product .flex-slide img{
    width:100%!important;max-width:100%!important;height:auto!important;
    margin:0!important;padding:0!important;display:block!important;border-radius:0!important;
}

/* Gallery NEW/Bestseller badge (top-left arrow-shaped) */
.o-mp-gallery-badge-new{
    position:absolute;top:14px;left:0;z-index:5;
    background:#6B5BE8;color:#fff;
    font-family:'Jost',sans-serif;font-size:11px;font-weight:800;letter-spacing:1px;
    padding:6px 14px 6px 12px;
    clip-path:polygon(0 0,100% 0,92% 50%,100% 100%,0 100%);
}

@media (max-width:768px){
    body.single-product .flex-control-thumbs,
    body.single-product ol.flex-control-thumbs,
    body.single-product .flex-control-nav,
    body.single-product .woocommerce-product-gallery__trigger{display:none!important;}
}

/* === 2. Info panel === */
.o-mp-info{padding:0;background:#fff;}

.o-mp-title-row{
    display:flex;align-items:flex-start;justify-content:space-between;
    gap:12px;padding:16px 16px 8px;
}
.o-mp-title-text-wrap{flex:1 1 auto;min-width:0;}
.o-mp-brand{
    display:inline-block;
    font-family:'Jost',sans-serif!important;
    font-size:13px!important;font-weight:800!important;color:#1A1A1A!important;
    letter-spacing:1px!important;margin-bottom:4px!important;text-transform:uppercase!important;
}
body.single-product h1.o-mp-title,
.o-mp-title{
    display:block!important;visibility:visible!important;opacity:1!important;
    font-family:'Jost',sans-serif!important;
    font-size:16px!important;font-weight:400!important;color:#555!important;
    line-height:1.4!important;letter-spacing:-0.2px!important;text-transform:none!important;
    margin:0!important;padding:0!important;
    word-break:normal!important;overflow:visible!important;
    height:auto!important;max-height:none!important;
    -webkit-line-clamp:unset!important;-webkit-box-orient:horizontal!important;
}

.o-mp-actions{display:flex;gap:8px;flex-shrink:0;}
.o-mp-action-btn{
    width:38px;height:38px;
    border:1px solid #EBE6DC;background:#fff;border-radius:6px;
    display:flex;align-items:center;justify-content:center;
    cursor:pointer;color:#555;padding:0;transition:all 0.15s;
}
.o-mp-action-btn:hover{border-color:#1A1A1A;color:#1A1A1A;}
.o-mp-action-btn:active{transform:scale(0.94);}
.o-mp-heart.o-pdp-heart-active{color:#E8610A!important;border-color:#E8610A!important;}
.o-mp-heart.o-pdp-heart-active svg{fill:#E8610A;}

/* === Price block === */
.o-mp-price{
    display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;
    padding:0 16px;margin-top:4px;
    font-family:'Jost',sans-serif;
}
.o-mp-mrp-label{font-size:13px!important;font-weight:500!important;color:#888!important;}
.o-mp-mrp-strike{
    font-size:14px!important;color:#888!important;font-weight:500!important;
    text-decoration:line-through!important;
}
.o-mp-sale{
    font-size:22px!important;font-weight:600!important;color:#1A1A1A!important;letter-spacing:-0.5px!important;
}
.o-mp-off{font-size:14px!important;font-weight:700!important;color:#E8610A!important;letter-spacing:0!important;}
.o-mp-tax-note{
    display:block;padding:0 16px;
    font-family:'Jost',sans-serif;font-size:11px;color:#999;margin-top:2px;
}
.o-mp-only-few{
    display:inline-block;margin:10px 16px 0;
    font-family:'Jost',sans-serif;font-size:13px;font-weight:600;color:#E8610A;
}

/* === Mega Deal === */
.o-mp-megadeal{
    display:flex;align-items:center;justify-content:space-between;gap:12px;
    margin:16px;padding:14px;
    background:#F8F8FA;border:1px solid #EFEFEF;border-radius:10px;
}
.o-mp-megadeal-left{flex:1 1 auto;min-width:0;}
.o-mp-megadeal-badge{
    display:inline-block;background:#FFF4ED;color:#E8610A;
    font-family:'Jost',sans-serif;font-size:10px;font-weight:800;letter-spacing:0.5px;
    padding:3px 8px;border-radius:50px;margin-bottom:6px;
}
.o-mp-megadeal-amount{font-family:'Jost',sans-serif;font-size:14px;color:#555;}
.o-mp-megadeal-amount strong{
    font-weight:700;color:#1A1A1A;
    text-decoration:underline;text-decoration-color:#E8610A;
    text-decoration-thickness:2px;text-underline-offset:3px;
}
.o-mp-megadeal-sub{font-family:'Jost',sans-serif;font-size:11px;color:#888;margin-top:2px;}
.o-mp-megadeal-extra{
    display:inline-block;
    background:#E8F5E0;color:#4A7A2F;
    font-family:'Jost',sans-serif;font-size:12px;font-weight:700;
    padding:8px 12px;border-radius:8px;white-space:nowrap;
}

/* === Form wrap (size pills + buy/add row) === */
.o-mp-form-wrap{padding:0 16px;}
.o-mp-form-wrap form.cart{margin:16px 0!important;padding:0!important;width:100%!important;}

/* Override generic form.cart flex from spec — scope to PDP only */
body.single-product form.cart{
    display:flex!important;gap:10px!important;flex-wrap:wrap!important;
}

/* Size header + chart link */
.o-pdp-size-header{
    display:flex;justify-content:space-between;align-items:center;
    margin:0 0 10px;padding:0;
}
.o-pdp-size-label{
    font-family:'Jost',sans-serif!important;font-size:14px!important;font-weight:700!important;
    color:#1A1A1A!important;letter-spacing:0.3px!important;text-transform:none!important;
}
.o-pdp-size-chart-link{
    color:#E8610A!important;font-weight:700!important;
    text-decoration:none!important;font-size:13px!important;
    background:transparent;border:none;cursor:pointer;
}
.o-pdp-size-chart-link::after{content:" →";}

/* Size pills — Myntra round 54px */
.o-size-pills{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin:0 0 16px!important;}
.o-size-pill{
    width:54px!important;height:54px!important;min-width:54px!important;
    background:#fff!important;border:1px solid #DDD5C5!important;border-radius:50%!important;
    font-family:'Jost',sans-serif!important;font-size:14px!important;font-weight:600!important;
    color:#1A1A1A!important;cursor:pointer!important;transition:all 0.15s!important;
    display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;
}
.o-size-pill:hover{border-color:#1A1A1A!important;}
.o-size-pill.o-size-pill-active{
    border-color:#E8610A!important;background:#fff!important;color:#E8610A!important;border-width:2px!important;
}
.o-size-pill[disabled],
.o-size-pill.o-size-pill-disabled{background:#F5F0E5!important;color:#BBB!important;cursor:not-allowed!important;}

/* Hide WC variation table chrome */
body.single-product table.variations,
body.single-product .variations{
    width:100%!important;border-collapse:collapse!important;margin-bottom:16px!important;display:block!important;
}
body.single-product table.variations tr,
body.single-product table.variations tbody{display:block!important;width:100%!important;}
body.single-product table.variations td,
body.single-product table.variations th{
    display:block!important;width:100%!important;padding:0!important;border:none!important;background:transparent!important;
}
body.single-product table.variations td.label,
body.single-product table.variations th.label{display:none!important;}
body.single-product .reset_variations{display:none!important;}

/* Add to cart button */
body.single-product .o-mp-form-wrap form.cart .single_add_to_cart_button,
body.single-product form.cart .single_add_to_cart_button{
    display:inline-block!important;flex:1 1 48%!important;
    background:#E8610A!important;color:#fff!important;
    padding:16px!important;
    font-family:'Jost',sans-serif!important;font-size:13px!important;font-weight:700!important;
    letter-spacing:0.5px!important;text-transform:uppercase!important;
    border:none!important;border-radius:50px!important;cursor:pointer!important;white-space:nowrap!important;
}

/* === Delivery card === */
.o-mp-delivery{
    margin:20px 16px 16px;padding:16px;
    background:#fff;border:1px solid #EFEFEF;border-radius:10px;
}
.o-mp-deliver-to{
    display:block;
    font-family:'Jost',sans-serif;font-size:11px;font-weight:800;color:#888;
    letter-spacing:1px;margin-bottom:8px;
}
.o-mp-pincode-row{display:flex;gap:8px;margin-bottom:12px;}
.o-mp-pin-input{
    flex:1 1 auto;height:42px;
    border:1px solid #DDD5C5;border-radius:6px;padding:0 14px;
    font-family:'Jost',sans-serif;font-size:14px;font-weight:500;background:#fff;
}
.o-mp-pin-check{
    height:42px;padding:0 18px;
    background:#fff;border:1px solid #E8610A;color:#E8610A;border-radius:6px;
    font-family:'Jost',sans-serif;font-size:12px;font-weight:700;letter-spacing:0.5px;
    cursor:pointer;white-space:nowrap;
}
.o-mp-delivery-info{display:flex;flex-direction:column;gap:10px;margin-top:4px;}
.o-mp-delivery-row{display:flex;align-items:flex-start;gap:10px;}
.o-mp-delivery-icon{
    width:22px;height:22px;display:flex;align-items:center;justify-content:center;
    font-size:14px;flex-shrink:0;
}
.o-mp-delivery-text{font-family:'Jost',sans-serif;font-size:13px;color:#1A1A1A;line-height:1.4;}

/* === Product Details card === */
.o-mp-details-card{
    margin:16px;padding:18px;
    background:#fff;border:1px solid #EFEFEF;border-radius:10px;
}
.o-mp-section-h{
    font-family:'Jost',sans-serif!important;
    font-size:15px!important;font-weight:700!important;color:#1A1A1A!important;
    margin:0 0 10px!important;padding:0!important;letter-spacing:-0.2px!important;
}
.o-mp-section-h:not(:first-child){margin-top:20px!important;}
.o-mp-section-p,
.o-mp-details-text{
    font-family:'Jost',sans-serif!important;font-size:13px!important;color:#555!important;
    line-height:1.6!important;margin:0 0 8px!important;
}
.o-mp-attr-list{list-style:none!important;padding:0!important;margin:0!important;}
.o-mp-attr-list li{
    font-family:'Jost',sans-serif!important;font-size:13px!important;color:#555!important;
    line-height:1.8!important;padding-left:0!important;border:none!important;
}
.o-mp-attr-list li strong{color:#1A1A1A!important;font-weight:600!important;}

/* === Quality badges === */
.o-mp-quality-row{
    display:flex;justify-content:center;gap:60px;
    margin:24px 16px;padding:0;
}
.o-mp-quality-badge{display:flex;flex-direction:column;align-items:center;gap:6px;}
.o-mp-quality-icon{
    width:48px;height:48px;border-radius:50%;
    background:linear-gradient(135deg,#FFE0EC 0%,#FFD0E0 100%);
    border:2px solid #FFB8D0;
    display:flex;align-items:center;justify-content:center;font-size:22px;
}
.o-mp-quality-text{
    font-family:'Jost',sans-serif;font-size:12px;font-weight:700;color:#E8407A;
    text-align:center;line-height:1.3;max-width:80px;
}

/* === More info === */
.o-mp-more-info{
    margin:16px 16px 32px;padding:18px;
    background:#fff;border:1px solid #EFEFEF;border-radius:10px;
}
.o-mp-more-info p strong{font-weight:600;color:#1A1A1A;}
.o-mp-more-info a{color:#E8610A!important;text-decoration:none;font-weight:600;}

/* === Desktop 2-col === */
@media (min-width:992px){
    article.o-myntra-pdp{
        display:grid!important;grid-template-columns:1fr 1fr!important;gap:40px!important;
        max-width:1200px!important;margin:0 auto!important;padding:24px!important;
    }
    article.o-myntra-pdp .o-mp-gallery-section{
        grid-column:1!important;position:sticky;top:80px;align-self:start;
    }
    article.o-myntra-pdp .o-mp-info{grid-column:2!important;}
}

/* ============================================
   CART UPI swipe-style button (replaces small UPI pill)
   Targets the ACTUAL .o-sticky-cart / .o-sticky-btn classes from cart.php,
   with the new .o-cart-* alias classes added in ORA-039q.
   ============================================ */

@media (max-width:768px){
    body.woocommerce-cart .o-sticky-cart.o-cart-sticky-bar{
        display:flex!important;flex-direction:column!important;align-items:stretch!important;
        gap:10px!important;padding:12px 12px 16px!important;
        background:#fff!important;border-top:1px solid #F0EBE0!important;
    }
    body.woocommerce-cart .o-sticky-cart .o-cart-sticky-info{
        display:flex!important;align-items:center!important;justify-content:space-between!important;
        padding:0 4px!important;flex-direction:row!important;
    }
    body.woocommerce-cart .o-sticky-cart .o-cart-sticky-items{
        font-family:'Jost',sans-serif!important;font-size:12px!important;font-weight:600!important;
        color:#888!important;letter-spacing:0.3px!important;
    }
    body.woocommerce-cart .o-sticky-cart .o-cart-sticky-total{
        font-family:'Jost',sans-serif!important;font-size:18px!important;font-weight:700!important;
        color:#1A1A1A!important;
    }

    /* Full-width swipe-style UPI button */
    body.woocommerce-cart .o-sticky-btn.o-cart-upi-btn{
        display:flex!important;align-items:center!important;justify-content:space-between!important;
        width:100%!important;height:56px!important;
        padding:0 20px 0 6px!important;
        background:linear-gradient(135deg,#E8610A 0%,#FF7522 100%)!important;
        color:#fff!important;border:none!important;border-radius:50px!important;
        font-family:'Jost',sans-serif!important;font-size:15px!important;font-weight:700!important;
        letter-spacing:0.5px!important;text-decoration:none!important;
        box-shadow:0 4px 16px rgba(232,97,10,0.3)!important;
        position:relative!important;overflow:hidden!important;cursor:pointer!important;
        white-space:nowrap!important;
    }
    body.woocommerce-cart .o-cart-upi-btn .o-cart-upi-thumb{
        width:44px;height:44px;background:#fff;color:#E8610A;
        border-radius:50%;display:flex;align-items:center;justify-content:center;
        font-size:20px;font-weight:700;margin-right:12px;flex-shrink:0;
        box-shadow:0 2px 8px rgba(0,0,0,0.1);
    }
    body.woocommerce-cart .o-cart-upi-btn .o-cart-upi-text{
        flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
        font-size:14px;font-weight:700;letter-spacing:0.3px;
    }
    body.woocommerce-cart .o-cart-upi-btn .o-cart-upi-arrow{
        font-size:20px;margin-left:auto;opacity:0.9;
        animation:o-swipe-arrow 1.5s ease-in-out infinite;
    }
    @keyframes o-swipe-arrow{
        0%,100%{transform:translateX(0);opacity:0.7;}
        50%{transform:translateX(4px);opacity:1;}
    }
    body.woocommerce-cart .o-cart-upi-btn:active{transform:scale(0.98);}
}
/* ── End ORA-039q ─────────────────────────────────────────────────── */

/* ============================================
   ORA-039r — Mobile polish: hero gradient, sticky nowrap, volume offers, PDP edge-to-edge
   ============================================ */

/* === FIX 1. Homepage hero — readable gradient + bottom-anchored text === */
/* ORA-039p broke .o-hero-overlay by setting top:auto + bottom:0 with no height —
   the overlay collapsed to 0px. Restore inset:0 and use a vertical gradient
   that's transparent at the top (face area stays clean) → dark at the bottom
   (text gets a readable backing).                                          */
@media (max-width:768px){
    .o-hero-wrap{position:relative!important;overflow:hidden!important;}
    .o-hero-wrap .o-hero-overlay{
        position:absolute!important;
        inset:0!important;
        top:0!important;left:0!important;right:0!important;bottom:0!important;
        background:linear-gradient(
            180deg,
            rgba(0,0,0,0)   0%,
            rgba(0,0,0,0)   35%,
            rgba(0,0,0,0.55) 75%,
            rgba(0,0,0,0.78) 100%
        )!important;
        opacity:1!important;z-index:1!important;pointer-events:none!important;
    }
    /* Anchor content to bottom-left so the model's face stays clean */
    .o-hero-wrap .o-hero-content{
        position:absolute!important;
        top:auto!important;left:0!important;right:0!important;bottom:0!important;
        padding:0 20px 24px!important;
        text-align:left!important;color:#fff!important;
        max-width:100%!important;height:auto!important;
        z-index:2!important;
        align-items:flex-start!important;justify-content:flex-end!important;
    }
    .o-hero-wrap .o-hero-content *,
    .o-hero-wrap .o-hero-badge,
    .o-hero-wrap .o-hero-h1,
    .o-hero-wrap .o-hero-sub{color:#fff!important;}
    .o-hero-wrap .o-hero-h1{
        font-size:28px!important;line-height:1.15!important;margin:0 0 8px!important;
    }
    .o-hero-wrap .o-hero-sub{
        font-size:13px!important;opacity:0.95!important;margin:0 0 14px!important;
    }
    .o-hero-wrap .o-hero-btns{margin-top:0!important;}
}

/* === FIX 2. Sticky bar #o-sticky — buttons no-wrap, info truncates === */
/* Real classes (footer.php): .o-sticky → .o-sb-info + .o-sb-acts → .o-sb-cart + .o-sb-buy.
   ORA-039p targeted .o-sticky-btn (didn't exist) — fixed here.            */
@media (max-width:768px){
    #o-sticky.o-sticky{
        display:flex!important;align-items:center!important;gap:8px!important;
        padding:10px 12px!important;
    }
    #o-sticky .o-sb-info{
        flex:1 1 auto!important;min-width:0!important;font-size:12px!important;
        display:flex!important;flex-direction:column!important;gap:2px!important;
    }
    #o-sticky .o-sb-info strong,
    #o-sticky .o-sb-info span{
        display:block!important;
        white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;
        font-size:12px!important;line-height:1.2!important;
    }
    #o-sticky .o-sb-info strong{font-size:13px!important;}

    #o-sticky .o-sb-acts{
        display:flex!important;gap:6px!important;flex-shrink:0!important;align-items:center!important;
    }
    #o-sticky .o-sb-acts .o-sb-cart,
    #o-sticky .o-sb-acts .o-sb-buy,
    #o-sticky .o-sb-cart,
    #o-sticky .o-sb-buy{
        display:inline-flex!important;align-items:center!important;justify-content:center!important;
        flex-shrink:0!important;
        padding:10px 14px!important;
        font-family:'Jost',sans-serif!important;
        font-size:13px!important;font-weight:700!important;letter-spacing:0.3px!important;
        line-height:1.1!important;
        min-height:44px!important;
        border-radius:8px!important;
        white-space:nowrap!important;
        text-transform:uppercase!important;text-decoration:none!important;
    }
    /* Style differentiation: View All = outline, Shop Now = filled orange */
    #o-sticky .o-sb-cart{
        background:#fff!important;color:#1A1A1A!important;border:1.5px solid #1A1A1A!important;
    }
    #o-sticky .o-sb-buy{
        background:#E8610A!important;color:#fff!important;border:1.5px solid #E8610A!important;
    }
}

/* === FIX 3. Volume Offers heading — dark base + orange accent === */
/* Markup updated in index.php to split title + rest into spans.            */
.o-offer .o-offer-heading{
    color:#1A1A1A!important;
    font-family:'Jost',sans-serif!important;
    font-weight:600!important;font-size:15px!important;
    line-height:1.35!important;text-align:center!important;
    margin:0 0 12px!important;padding:0 16px!important;letter-spacing:0!important;
}
.o-offer .o-offer-heading .o-offer-heading-accent{
    color:#E8610A!important;font-weight:700!important;
}
.o-offer .o-offer-heading .o-offer-heading-sep,
.o-offer .o-offer-heading .o-offer-heading-rest{
    color:#1A1A1A!important;font-weight:600!important;
}
@media (max-width:768px){
    .o-offer .o-offer-heading{font-size:14px!important;}
}

/* === FIX 4. PDP edge-to-edge — body.o-pdp-page nuclear override === */
/* Wrap article gets .o-pdp-edge; body gets .o-pdp-page from body_class filter.
   Defeats every theme container wrapper + page.php max-width on PDP mobile. */
@media (max-width:768px){
    body.o-pdp-page,
    body.o-pdp-page #page,
    body.o-pdp-page .site-content,
    body.o-pdp-page main,
    body.o-pdp-page .content-area,
    body.o-pdp-page .container,
    body.o-pdp-page .woocommerce,
    body.o-pdp-page .woocommerce-page,
    body.o-pdp-page .entry-content,
    body.o-pdp-page article.product,
    body.o-pdp-page .o-page-content,
    body.o-pdp-page .o-woo-wrap,
    body.o-pdp-page #primary,
    body.o-pdp-page #content{
        max-width:100%!important;width:100%!important;
        padding-left:0!important;padding-right:0!important;padding-top:0!important;
        margin-left:0!important;margin-right:0!important;
        overflow-x:hidden!important;
    }
    body.o-pdp-page .o-page-content[style]{max-width:100%!important;padding:0!important;}

    /* Gallery: 100% width, zero padding, no float */
    body.o-pdp-page .o-mp-gallery-section,
    body.o-pdp-page .woocommerce-product-gallery,
    body.o-pdp-page .product > .images{
        width:100%!important;max-width:100%!important;
        margin:0!important;padding:0!important;float:none!important;
    }
    body.o-pdp-page .o-mp-gallery-section img,
    body.o-pdp-page .woocommerce-product-gallery img,
    body.o-pdp-page .flex-viewport,
    body.o-pdp-page .flexslider,
    body.o-pdp-page .woocommerce-product-gallery__wrapper{
        width:100%!important;max-width:100%!important;
        display:block!important;margin:0!important;padding:0!important;border-radius:0!important;
    }

    /* Kill top gap between header/announcement and gallery */
    body.o-pdp-page .o-pdp-edge,
    body.o-pdp-page article.o-myntra-pdp{
        margin-top:0!important;padding-top:0!important;
    }
    body.o-pdp-page #o-header,
    body.o-pdp-page .site-header{
        margin-bottom:0!important;border-bottom:none!important;
    }

    /* Restore 16px gutters ONLY on content sections below the gallery */
    body.o-pdp-page .o-mp-title-row,
    body.o-pdp-page .o-mp-price,
    body.o-pdp-page .o-mp-tax-note,
    body.o-pdp-page .o-mp-only-few,
    body.o-pdp-page .o-mp-megadeal,
    body.o-pdp-page .o-mp-form-wrap,
    body.o-pdp-page .o-mp-delivery,
    body.o-pdp-page .o-mp-details-card,
    body.o-pdp-page .o-mp-quality-row,
    body.o-pdp-page .o-mp-more-info{
        /* These already have padding/margin in ORA-039q — explicitly preserve here */
        padding-left:16px!important;padding-right:16px!important;
    }
    /* Cards that use margin-left/right pattern keep their own gutters via existing rules. */
}
/* ── End ORA-039r ─────────────────────────────────────────────────── */
