:root{--elh-gold:#b98a2b;--elh-gold-dark:#8c651c;--elh-cream:#f8f5ed;--elh-ink:#171512;--elh-muted:#746e64;--elh-line:#e8e0d1}
body.woocommerce-page,body.woocommerce{background:#fff;color:var(--elh-ink)}
body.woocommerce-page main,body.woocommerce main{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
body.woocommerce,body.woocommerce-page{padding:0!important}
.woocommerce:not(body),.wc-block-cart,.wc-block-checkout{max-width:1240px;margin:0 auto;padding:72px max(22px,4vw) 110px}
body.woocommerce main.content-area,body.woocommerce-page main.content-area{width:100%;max-width:1320px;margin:0 auto;padding:72px max(22px,4vw) 110px}
body.woocommerce-cart main.content-area,body.woocommerce-checkout main.content-area{max-width:none;padding:0}
.woocommerce *,.wc-block-cart *,.wc-block-checkout *{box-sizing:border-box}
.woocommerce h1,.woocommerce h2,.woocommerce h3,.wc-block-cart h1,.wc-block-cart h2,.wc-block-checkout h1,.wc-block-checkout h2{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:850;letter-spacing:-.045em;color:var(--elh-ink)}
.woocommerce h1{font-size:clamp(42px,6vw,76px);margin:0 0 34px;line-height:.96}
.woocommerce h2,.wc-block-cart h2,.wc-block-checkout h2{font-size:clamp(25px,3vw,38px)}
.woocommerce a{color:var(--elh-ink)}
.woocommerce .button,.woocommerce button.button,.woocommerce input.button,.wc-block-components-button{min-height:50px!important;padding:0 23px!important;border:0!important;border-radius:999px!important;background:var(--elh-ink)!important;color:#fff!important;font-weight:800!important;letter-spacing:.01em!important;box-shadow:none!important;transition:.2s!important}
.woocommerce .button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.wc-block-components-button:hover{background:var(--elh-gold)!important;transform:translateY(-1px)}
.woocommerce input.input-text,.woocommerce textarea,.woocommerce select,.wc-block-components-text-input input,.wc-block-components-combobox .wc-block-components-combobox-control input{min-height:54px;border:1px solid var(--elh-line)!important;border-radius:15px!important;background:#fff!important;padding:14px 16px!important;font-size:15px!important;box-shadow:none!important}
.woocommerce input:focus,.woocommerce textarea:focus,.woocommerce select:focus,.wc-block-components-text-input input:focus{border-color:var(--elh-gold)!important;outline:3px solid rgba(185,138,43,.11)!important}
.woocommerce .woocommerce-breadcrumb{margin:0 0 35px;color:#aaa196;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}

/* Shop */
.woocommerce .woocommerce-result-count{color:var(--elh-muted);font-size:13px}
.woocommerce .woocommerce-ordering select{min-width:210px;background:var(--elh-cream)!important}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 18px;margin-top:38px!important}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important}
.woocommerce ul.products li.product a img{aspect-ratio:.86;object-fit:cover;margin:0 0 16px!important;border-radius:22px;background:var(--elh-cream);transition:.35s}
.woocommerce ul.products li.product:hover a img{transform:translateY(-5px);box-shadow:0 22px 45px rgba(38,31,21,.12)}
.woocommerce ul.products li.product .woocommerce-loop-product__title{padding:0!important;margin:0 0 9px!important;font-size:16px!important;font-weight:800;letter-spacing:-.025em}
.woocommerce ul.products li.product .price{color:var(--elh-ink)!important;font-size:14px!important;font-weight:800}
.woocommerce ul.products li.product .price del{color:#a59d91;font-size:12px;opacity:1}
.woocommerce ul.products li.product .price ins{text-decoration:none}
.woocommerce ul.products li.product .button{width:100%;margin-top:15px!important;background:var(--elh-cream)!important;color:var(--elh-ink)!important}
.woocommerce ul.products li.product .button:hover{background:var(--elh-gold)!important;color:#fff!important}
.woocommerce span.onsale{min-width:auto!important;min-height:auto!important;line-height:1!important;margin:13px!important;padding:8px 10px!important;border-radius:999px!important;background:#fff!important;color:var(--elh-gold-dark)!important;font-size:10px!important;font-weight:900!important;text-transform:uppercase;letter-spacing:.08em}

/* Single product */
.woocommerce div.product{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:clamp(35px,6vw,90px);align-items:start}
.woocommerce div.product div.images,.woocommerce div.product div.summary{float:none!important;width:auto!important}
.woocommerce div.product div.images img{border-radius:28px;background:var(--elh-cream)}
.woocommerce div.product div.summary{position:sticky;top:40px;padding-top:28px}
.woocommerce div.product .product_title{font-size:clamp(38px,5vw,68px);line-height:.96;margin:0 0 22px}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--elh-ink)!important;font-size:24px!important;font-weight:900}
.woocommerce div.product p.price del{color:#aaa196;font-size:15px;opacity:1}
.woocommerce div.product p.price ins{text-decoration:none;color:var(--elh-gold-dark)}
.woocommerce div.product form.cart{display:flex;gap:10px;margin:32px 0!important;padding:18px;border-radius:22px;background:var(--elh-cream)}
.woocommerce .quantity .qty{height:52px;width:72px;border:1px solid var(--elh-line);border-radius:999px;background:#fff;font-weight:800}
.woocommerce div.product form.cart .button{flex:1;background:var(--elh-gold)!important}
.woocommerce div.product .product_meta{padding:18px 0;border-top:1px solid var(--elh-line);color:var(--elh-muted);font-size:13px}
.woocommerce div.product .woocommerce-tabs{grid-column:1/-1;margin-top:18px}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important;border-bottom:1px solid var(--elh-line)}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{display:none!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border:0!important;background:none!important;margin:0 25px 0 0!important;padding:0!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:after{display:none!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:18px 0!important;font-weight:800!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--elh-gold-dark)!important;border-bottom:2px solid var(--elh-gold)}
.woocommerce div.product .woocommerce-Tabs-panel{max-width:800px;padding:25px 0;color:var(--elh-muted);font-size:16px;line-height:1.8}
.woocommerce div.product .related{grid-column:1/-1;padding-top:70px}

/* Cart */
.woocommerce-cart .woocommerce{max-width:1180px}
.woocommerce table.shop_table{overflow:hidden;border:1px solid var(--elh-line)!important;border-radius:24px!important;border-collapse:separate!important;background:#fff}
.woocommerce table.shop_table th{padding:18px!important;background:var(--elh-cream);font-size:12px;text-transform:uppercase;letter-spacing:.07em}
.woocommerce table.shop_table td{padding:18px!important;border-color:var(--elh-line)!important}
.woocommerce table.cart img{width:76px!important;border-radius:14px}
.woocommerce a.remove{display:grid!important;place-items:center;width:32px!important;height:32px!important;border-radius:50%;background:#fff1ed;color:#c24b36!important;font-size:20px!important}
.woocommerce a.remove:hover{background:#c24b36!important;color:#fff!important}
.woocommerce-cart .cart-collaterals{display:flex;justify-content:flex-end;margin-top:25px}
.woocommerce-cart .cart-collaterals .cart_totals{float:none!important;width:min(100%,470px)!important;padding:28px;border-radius:26px;background:var(--elh-cream)}
.woocommerce-cart .wc-proceed-to-checkout a{width:100%;display:flex!important;justify-content:center;background:var(--elh-gold)!important}
.wc-block-cart-items{border:1px solid var(--elh-line)!important;border-radius:24px;overflow:hidden}
.wc-block-components-sidebar{padding:25px!important;border-radius:24px;background:var(--elh-cream)}

/* Short checkout */
.woocommerce-checkout .woocommerce,.woocommerce-order-received .woocommerce{max-width:1000px}
.woocommerce-checkout form.checkout{display:grid;grid-template-columns:1.08fr .92fr;gap:24px;align-items:start}
.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{float:none!important;width:auto!important}
.woocommerce-checkout #customer_details{grid-row:1/3}
.woocommerce-checkout #customer_details>div{float:none!important;width:100%!important}
.woocommerce-checkout #customer_details .col-2{margin-top:18px}
.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review{padding:28px;border:1px solid var(--elh-line);border-radius:26px;background:#fff}
.woocommerce-checkout #order_review_heading{margin:5px 0 0}
.woocommerce-checkout .form-row{margin-bottom:11px!important}
.woocommerce-checkout .form-row label{margin:0 0 6px;font-size:12px;font-weight:800;color:var(--elh-muted)}
.woocommerce-checkout #payment{border-radius:20px!important;background:var(--elh-cream)!important}
.woocommerce-checkout #payment ul.payment_methods{border-color:var(--elh-line)!important}
.woocommerce-checkout #place_order{width:100%;background:var(--elh-gold)!important}
.wc-block-checkout{max-width:1060px!important}
.wc-block-checkout__main{padding-right:24px!important}
.wc-block-checkout__form .wc-block-components-checkout-step{margin-bottom:18px!important;padding:22px!important;border:1px solid var(--elh-line);border-radius:22px;background:#fff}
.wc-block-components-checkout-step__heading{margin-bottom:14px!important}
.wc-block-components-checkout-step__description{font-size:13px;color:var(--elh-muted)}
.wc-block-checkout__sidebar{padding:24px!important;border-radius:24px;background:var(--elh-cream)}

/* Thank you / order history */
.woocommerce-order .woocommerce-notice--success,.woocommerce-thankyou-order-received{margin:0 0 25px!important;padding:25px!important;border:1px solid #bfe2cc;border-radius:22px;background:#eefaf2;color:#1d6a3c;font-size:18px;font-weight:850}
.woocommerce-order-overview{display:grid!important;grid-template-columns:repeat(4,1fr);gap:10px;margin:0 0 35px!important;padding:18px!important;border-radius:22px;background:var(--elh-cream)}
.woocommerce-order-overview li{float:none!important;margin:0!important;padding:12px!important;border-right:1px solid var(--elh-line)!important;font-size:11px!important}
.woocommerce-order-overview li:last-child{border:0!important}
.woocommerce-order-details,.woocommerce-customer-details{margin-top:35px!important}
.woocommerce-MyAccount-navigation ul{display:flex;flex-wrap:wrap;gap:8px;padding:0;list-style:none}
.woocommerce-MyAccount-navigation a{display:block;padding:11px 15px;border-radius:999px;background:var(--elh-cream);font-size:13px;font-weight:800}

.woocommerce-info,.woocommerce-message,.woocommerce-error{padding:18px 20px 18px 52px!important;border:0!important;border-radius:18px;background:var(--elh-cream)!important}
.woocommerce-message{border-left:4px solid #4aa673!important}.woocommerce-error{border-left:4px solid #d75b47!important}

@media(max-width:900px){
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .woocommerce div.product{grid-template-columns:1fr;gap:20px}
  .woocommerce div.product div.summary{position:static;padding-top:5px}
  .woocommerce-checkout form.checkout{grid-template-columns:1fr}
  .woocommerce-checkout #customer_details{grid-row:auto}
  .wc-block-checkout__main{padding-right:0!important}
  .woocommerce-order-overview{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .woocommerce:not(body),.wc-block-cart,.wc-block-checkout{padding:38px 16px 85px}
  body.woocommerce main.content-area,body.woocommerce-page main.content-area{padding:38px 16px 85px}
  body.woocommerce-cart main.content-area,body.woocommerce-checkout main.content-area{padding:0}
  .woocommerce h1{font-size:43px;margin-bottom:25px}
  .woocommerce .woocommerce-ordering{float:none;margin:15px 0 0}
  .woocommerce .woocommerce-ordering select{width:100%}
  .woocommerce ul.products{gap:22px 10px;margin-top:28px!important}
  .woocommerce ul.products li.product a img{border-radius:16px}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:14px!important}
  .woocommerce ul.products li.product .button{min-height:44px!important;padding:0 8px!important;font-size:12px!important}
  .woocommerce div.product div.images img{border-radius:20px}
  .woocommerce div.product .product_title{font-size:39px}
  .woocommerce div.product form.cart{padding:12px;border-radius:18px}
  .woocommerce div.product .related{padding-top:35px}
  .woocommerce table.shop_table_responsive tr{margin-bottom:14px;padding:12px;border:1px solid var(--elh-line);border-radius:18px}
  .woocommerce table.shop_table_responsive tr td{border:0!important}
  .woocommerce-cart .cart-collaterals .cart_totals{padding:20px;border-radius:20px}
  .woocommerce-checkout #customer_details,.woocommerce-checkout #order_review{padding:18px;border-radius:20px}
  .wc-block-checkout__form .wc-block-components-checkout-step{padding:16px!important}
  .woocommerce-order-overview{grid-template-columns:1fr}
  .woocommerce-order-overview li{border-right:0!important;border-bottom:1px solid var(--elh-line)!important}
}

/* Theme-proof controls */
body.woocommerce .button,body.woocommerce-page .button,
body.woocommerce button.button,body.woocommerce-page button.button,
body.woocommerce input.button,body.woocommerce-page input.button{
  min-height:50px!important;padding:0 23px!important;border:0!important;border-radius:999px!important;
  background:var(--elh-ink)!important;color:#fff!important;font-weight:800!important
}
body.woocommerce ul.products li.product .button,body.woocommerce-page ul.products li.product .button{
  width:100%!important;margin-top:15px!important;background:var(--elh-cream)!important;color:var(--elh-ink)!important
}
body.woocommerce ul.products li.product .button:hover,body.woocommerce-page ul.products li.product .button:hover{
  background:var(--elh-gold)!important;color:#fff!important
}

/* Shared header, mobile menu and footer */
body.woocommerce .site-header,body.woocommerce-page .site-header{position:relative;z-index:100;background:rgba(255,255,255,.96);border-bottom:1px solid var(--elh-line)}
body.woocommerce .site-header .nav-wrap,body.woocommerce-page .site-header .nav-wrap{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:25px;width:min(1240px,calc(100% - 40px));margin:auto}
body.woocommerce .site-header .brand,body.woocommerce-page .site-header .brand{flex:0 0 auto;font-weight:900;letter-spacing:.08em;text-decoration:none}
body.woocommerce .main-nav ul,body.woocommerce-page .main-nav ul{display:flex;align-items:center;gap:30px;margin:0;padding:0;list-style:none}
body.woocommerce .main-nav a,body.woocommerce-page .main-nav a{font-size:13px;font-weight:750;text-decoration:none}
body.woocommerce .nav-actions,body.woocommerce-page .nav-actions{display:flex;align-items:center;gap:14px}
body.woocommerce .cart-link,body.woocommerce-page .cart-link{white-space:nowrap;font-size:13px;font-weight:850;text-decoration:none}
body.woocommerce .menu-toggle,body.woocommerce-page .menu-toggle{width:44px;height:44px;padding:0;border:1px solid var(--elh-line);border-radius:14px;background:#fff;color:var(--elh-ink);font-size:21px}
body.woocommerce .site-footer,body.woocommerce-page .site-footer{height:auto!important;padding:68px 0 28px!important;background:#171512;color:#fff}
body.woocommerce .site-footer .container,body.woocommerce-page .site-footer .container{width:min(1240px,calc(100% - 40px))!important;height:auto!important;margin:auto!important;padding:0!important}
body.woocommerce .footer-grid,body.woocommerce-page .footer-grid{height:auto!important;display:grid!important;grid-template-columns:2fr 1fr 1fr!important;gap:45px!important;margin:0!important;padding:0 0 55px!important}
body.woocommerce .footer-grid>div,body.woocommerce-page .footer-grid>div{height:auto!important;margin:0!important;padding:0!important}
body.woocommerce .footer-grid p,body.woocommerce-page .footer-grid p{max-width:320px;margin:18px 0 0;color:#aaa296;line-height:1.65}
body.woocommerce .footer-grid h3,body.woocommerce-page .footer-grid h3{margin:0 0 18px;color:#d9bd78;font-size:12px;letter-spacing:.14em;text-transform:uppercase}
body.woocommerce .footer-grid ul,body.woocommerce-page .footer-grid ul{display:grid!important;gap:12px!important;margin:0!important;padding:0!important;list-style:none!important}
body.woocommerce .footer-grid a,body.woocommerce-page .footer-grid a{color:#fff;text-decoration:none}
body.woocommerce .copyright,body.woocommerce-page .copyright{height:auto!important;margin:0!important;padding:24px 0 0!important;border-top:1px solid rgba(255,255,255,.12);color:#888176;font-size:11px}

/* Slide-in cart */
.elh-cart-overlay{position:fixed;inset:0;z-index:99997;background:rgba(20,17,12,.44);opacity:0;backdrop-filter:blur(3px);transition:opacity .25s}
.elh-cart-drawer{position:fixed;z-index:99998;top:0;right:0;width:min(430px,100%);height:100dvh;overflow:auto;padding:28px;background:#fff;box-shadow:-25px 0 70px rgba(23,18,10,.18);transform:translateX(105%);transition:transform .28s ease}
.elh-cart-is-open{overflow:hidden}.elh-cart-is-open .elh-cart-overlay{opacity:1}.elh-cart-is-open .elh-cart-drawer{transform:none}
.elh-cart-drawer>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:5px 0 22px;border-bottom:1px solid var(--elh-line)}
.elh-cart-drawer header small{color:var(--elh-gold-dark);font-size:9px;font-weight:900;letter-spacing:.17em}
.elh-cart-drawer header h2{margin:5px 0 0;font:850 27px/1 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:-.04em}
.elh-cart-close{width:42px;height:42px;border:1px solid var(--elh-line);border-radius:50%;background:#fff;font-size:25px;line-height:1}
.elh-cart-drawer .woocommerce-mini-cart{display:grid;gap:10px;margin:20px 0;padding:0;list-style:none}
.elh-cart-drawer .woocommerce-mini-cart-item{position:relative;min-height:88px;padding:10px 35px 10px 86px!important;border-radius:17px;background:var(--elh-cream);font-size:13px;font-weight:750}
.elh-cart-drawer .woocommerce-mini-cart-item img{position:absolute;left:10px;top:10px;width:66px!important;height:66px!important;object-fit:cover;border-radius:12px}
.elh-cart-drawer .remove_from_cart_button{position:absolute;right:10px;top:10px;display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#fff;color:#c14e3c;text-decoration:none}
.elh-cart-drawer .quantity{display:block;margin-top:8px;color:var(--elh-muted)}
.elh-cart-drawer .woocommerce-mini-cart__total{display:flex;justify-content:space-between;padding:18px 0;border-top:1px solid var(--elh-line);font-size:15px}
.elh-cart-drawer .woocommerce-mini-cart__buttons{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.elh-cart-drawer .button{min-height:49px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:var(--elh-ink);color:#fff;font-size:13px;font-weight:850;text-decoration:none}
.elh-cart-drawer .checkout{background:var(--elh-gold)}
.elh-cart-drawer .woocommerce-mini-cart__empty-message{margin:70px 0;text-align:center;color:var(--elh-muted)}

/* Block cart and checkout alignment */
.wc-block-cart .wc-block-components-sidebar-layout,.wc-block-checkout .wc-block-components-sidebar-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 350px!important;align-items:start!important;gap:28px!important}
.wc-block-cart .wc-block-cart__main,.wc-block-cart .wc-block-cart__sidebar,.wc-block-checkout .wc-block-checkout__main,.wc-block-checkout .wc-block-checkout__sidebar{box-sizing:border-box!important;max-width:none!important}
.wc-block-cart .wc-block-cart__main,.wc-block-checkout .wc-block-checkout__main{grid-column:1!important;grid-row:1!important;width:100%!important}
.wc-block-cart .wc-block-cart__sidebar,.wc-block-checkout .wc-block-checkout__sidebar{grid-column:2!important;grid-row:1!important;width:100%!important}

@media(max-width:900px){
  body.woocommerce .site-header .nav-wrap,body.woocommerce-page .site-header .nav-wrap{position:relative;min-height:72px;width:calc(100% - 28px)}
  body.woocommerce .site-header .brand,body.woocommerce-page .site-header .brand{font-size:14px}
  body.woocommerce .main-nav,body.woocommerce-page .main-nav{position:absolute!important;left:0!important;right:0!important;top:calc(100% + 9px)!important;width:auto!important;height:auto!important;margin:0!important;padding:10px!important;border:1px solid var(--elh-line);border-radius:20px;background:#fff;box-shadow:0 20px 45px rgba(36,28,16,.16)}
  body.woocommerce .main-nav[style*="display: none"],body.woocommerce-page .main-nav[style*="display: none"]{display:none!important}
  body.woocommerce .main-nav[style*="display: block"],body.woocommerce-page .main-nav[style*="display: block"]{display:block!important}
  body.woocommerce .main-nav ul,body.woocommerce-page .main-nav ul{display:grid!important;gap:2px!important}
  body.woocommerce .main-nav li,body.woocommerce-page .main-nav li{margin:0!important;padding:0!important}
  body.woocommerce .main-nav a,body.woocommerce-page .main-nav a{display:block;padding:13px 15px;border-radius:12px}
  body.woocommerce .main-nav a:hover,body.woocommerce-page .main-nav a:hover{background:var(--elh-cream)}
  body.woocommerce .site-footer,body.woocommerce-page .site-footer{padding:50px 0 24px!important}
  body.woocommerce .footer-grid,body.woocommerce-page .footer-grid{grid-template-columns:1fr 1fr!important;gap:34px 20px!important;padding-bottom:38px!important}
  body.woocommerce .footer-grid>div:first-child,body.woocommerce-page .footer-grid>div:first-child{grid-column:1/-1}
  .wc-block-cart .wc-block-components-sidebar-layout,.wc-block-checkout .wc-block-components-sidebar-layout{display:flex!important;flex-direction:column!important;gap:18px!important}
  .wc-block-cart .wc-block-cart__main,.wc-block-cart .wc-block-cart__sidebar,.wc-block-checkout .wc-block-checkout__main,.wc-block-checkout .wc-block-checkout__sidebar{width:100%!important;flex:0 0 auto!important;margin:0!important}
  .wc-block-checkout .wc-block-checkout__main{order:1}.wc-block-checkout .wc-block-checkout__sidebar{order:2}
}

@media(max-width:620px){
  body.woocommerce .site-header .brand em,body.woocommerce-page .site-header .brand em{display:block;font-size:7px;letter-spacing:.18em}
  body.woocommerce .nav-actions,body.woocommerce-page .nav-actions{gap:8px}
  body.woocommerce .cart-link,body.woocommerce-page .cart-link{padding:9px 11px;border-radius:999px;background:var(--elh-cream);font-size:11px}
  body.woocommerce .menu-toggle,body.woocommerce-page .menu-toggle{width:40px;height:40px;border-radius:12px}
  body.woocommerce .site-footer .container,body.woocommerce-page .site-footer .container{width:calc(100% - 36px)!important}
  body.woocommerce .footer-grid,body.woocommerce-page .footer-grid{gap:30px 16px!important;padding:0 0 32px!important}
  body.woocommerce .footer-grid p,body.woocommerce-page .footer-grid p{font-size:13px}
  .woocommerce div.product{display:block!important}
  .woocommerce div.product div.images{margin-bottom:26px!important}
  .woocommerce div.product .product_title{font-size:34px!important;line-height:1.02!important}
  .woocommerce div.product form.cart{display:grid!important;grid-template-columns:72px 1fr!important;height:auto!important}
  .woocommerce div.product .woocommerce-tabs ul.tabs{display:flex!important;max-width:100%;overflow-x:auto}
  .woocommerce div.product .woocommerce-tabs ul.tabs li{flex:0 0 auto}
  .woocommerce div.product .related ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .wc-block-cart,.wc-block-checkout{width:100%!important;max-width:100%!important;padding:34px 14px 70px!important}
  .wc-block-cart .wc-block-components-sidebar-layout,.wc-block-checkout .wc-block-components-sidebar-layout{width:100%!important}
  .wc-block-cart .wc-block-cart__sidebar,.wc-block-checkout .wc-block-checkout__sidebar{padding:18px!important;border-radius:20px!important}
  .wc-block-checkout__form .wc-block-components-checkout-step{width:100%!important;margin:0 0 12px!important;padding:15px!important;border-radius:17px!important}
  .elh-cart-drawer{padding:21px}
}

/* Homepage uses the same navigation system as the store. */
body.home .site-header{position:relative;z-index:100;width:100%;background:rgba(255,255,255,.96);border-bottom:1px solid var(--elh-line)}
body.home .site-header .nav-wrap{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:25px;width:min(1240px,calc(100% - 40px));margin:auto}
body.home .site-header .brand{flex:0 0 auto;font-weight:900;letter-spacing:.08em;text-decoration:none}
body.home .main-nav ul{display:flex;align-items:center;gap:30px;margin:0;padding:0;list-style:none}
body.home .main-nav a{font-size:13px;font-weight:750;text-decoration:none}
body.home .nav-actions{display:flex;align-items:center;gap:14px}
body.home .cart-link{white-space:nowrap;font-size:13px;font-weight:850;text-decoration:none}
body.home .menu-toggle{width:44px;height:44px;padding:0;border:1px solid var(--elh-line);border-radius:14px;background:#fff;color:var(--elh-ink);font-size:21px}
body.home .site-footer{width:100%;height:auto!important;padding:68px 0 28px!important;background:#171512;color:#fff}
body.home .site-footer .container{width:min(1240px,calc(100% - 40px))!important;height:auto!important;margin:auto!important;padding:0!important}
body.home .footer-grid{height:auto!important;display:grid!important;grid-template-columns:2fr 1fr 1fr!important;gap:45px!important;margin:0!important;padding:0 0 55px!important}
body.home .footer-grid>div{height:auto!important;margin:0!important;padding:0!important}
body.home .footer-grid p{max-width:320px;margin:18px 0 0;color:#aaa296;line-height:1.65}
body.home .footer-grid h3{margin:0 0 18px;color:#d9bd78;font-size:12px;letter-spacing:.14em;text-transform:uppercase}
body.home .footer-grid ul{display:grid!important;gap:12px!important;margin:0!important;padding:0!important;list-style:none!important}
body.home .footer-grid a{color:#fff;text-decoration:none}
body.home .copyright{height:auto!important;margin:0!important;padding:24px 0 0!important;border-top:1px solid rgba(255,255,255,.12);color:#888176;font-size:11px}

/* Elhelow monogram logo */
.site-header .brand{display:inline-flex!important;align-items:center;gap:11px!important;color:var(--elh-ink)!important;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-weight:900!important;letter-spacing:.09em!important}
.site-header .brand:before{content:"E";width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,#d8b45e,#9a6d18);color:#fff;font:900 20px/1 Inter,sans-serif;letter-spacing:0;box-shadow:0 9px 22px rgba(154,109,24,.2)}
.site-header .brand em,.site-footer .brand em{display:none!important}

/* Shop category rail */
.elh-shop-categories{grid-column:1/-1;clear:both;display:flex;gap:9px;overflow-x:auto;margin:18px 0 30px;padding:8px 2px 12px;scrollbar-width:none}
.elh-shop-categories::-webkit-scrollbar{display:none}
.elh-shop-categories a{flex:0 0 auto;display:inline-flex;align-items:center;gap:9px;min-height:44px;padding:0 17px;border:1px solid var(--elh-line);border-radius:999px;background:#fff;color:var(--elh-ink);font-size:12px;font-weight:850;text-decoration:none}
.elh-shop-categories a:hover,.elh-shop-categories a.is-active{border-color:var(--elh-ink);background:var(--elh-ink);color:#fff}
.elh-shop-categories span{display:grid;place-items:center;min-width:22px;height:22px;padding:0 5px;border-radius:50%;background:rgba(185,138,43,.16);font-size:10px}

/* Refined shop buttons */
body.woocommerce ul.products li.product .button,body.woocommerce-page ul.products li.product .button{width:auto!important;min-height:42px!important;display:inline-flex!important;align-items:center;justify-content:center;margin-top:13px!important;padding:0 18px!important;border:1px solid var(--elh-line)!important;background:#fff!important;color:var(--elh-ink)!important;font-size:12px!important}
body.woocommerce ul.products li.product .button:after,body.woocommerce-page ul.products li.product .button:after{content:"＋";margin-left:10px;color:var(--elh-gold-dark);font-size:15px}
body.woocommerce ul.products li.product .button:hover,body.woocommerce-page ul.products li.product .button:hover{border-color:var(--elh-gold)!important;background:var(--elh-gold)!important;color:#fff!important}
body.woocommerce ul.products li.product .button:hover:after,body.woocommerce-page ul.products li.product .button:hover:after{color:#fff}

/* Product gallery and purchase panel */
.woocommerce div.product div.images .woocommerce-product-gallery__image{overflow:hidden;border-radius:28px;background:var(--elh-cream)}
.woocommerce div.product div.images .wp-post-image{width:100%!important;height:auto!important;aspect-ratio:1/1;object-fit:contain!important;background:var(--elh-cream)}
.woocommerce div.product .summary{padding:32px!important;border:1px solid var(--elh-line);border-radius:28px;background:#fff;box-shadow:0 18px 55px rgba(38,29,16,.06)}
.woocommerce div.product form.cart .single_add_to_cart_button{display:flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important}

/* Cart drawer actions */
.elh-cart-drawer .woocommerce-mini-cart__buttons{margin:18px 0 0!important}
.elh-cart-drawer .woocommerce-mini-cart__buttons .button{min-height:50px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0 10px!important;border-radius:999px!important;line-height:1.15!important;text-align:center!important}
.elh-cart-drawer .woocommerce-mini-cart__buttons .checkout{background:var(--elh-gold)!important}

@media(max-width:900px){
  body.home .site-header .nav-wrap{position:relative;min-height:72px;width:calc(100% - 28px)}
  body.home .site-header .brand{font-size:14px}
  body.home .main-nav{position:absolute!important;left:0!important;right:0!important;top:calc(100% + 9px)!important;width:auto!important;height:auto!important;margin:0!important;padding:10px!important;border:1px solid var(--elh-line);border-radius:20px;background:#fff;box-shadow:0 20px 45px rgba(36,28,16,.16)}
  body.home .main-nav[style*="display: none"]{display:none!important}
  body.home .main-nav[style*="display: block"]{display:block!important}
  body.home .main-nav ul{display:grid!important;gap:2px!important}
  body.home .main-nav li{margin:0!important;padding:0!important}
  body.home .main-nav a{display:block;padding:13px 15px;border-radius:12px}
  body.home .main-nav a:hover{background:var(--elh-cream)}
  body.home .site-footer{padding:50px 0 24px!important}
  body.home .footer-grid{grid-template-columns:1fr 1fr!important;gap:34px 20px!important;padding-bottom:38px!important}
  body.home .footer-grid>div:first-child{grid-column:1/-1}
}

@media(max-width:620px){
  body.home .site-header .brand em{display:block;font-size:7px;letter-spacing:.18em}
  body.home .nav-actions{gap:8px}
  body.home .cart-link{padding:9px 11px;border-radius:999px;background:var(--elh-cream);font-size:11px}
  body.home .menu-toggle{width:40px;height:40px;border-radius:12px}
  body.home .site-footer .container{width:calc(100% - 36px)!important}
  body.home .footer-grid{gap:30px 16px!important;padding:0 0 32px!important}
  body.home .footer-grid p{font-size:13px}

  .site-header .brand{gap:8px!important;font-size:13px!important}
  .site-header .brand:before{width:34px;height:34px;border-radius:10px;font-size:18px}

  .woocommerce div.product div.images{border-radius:20px;background:var(--elh-cream)}
  .woocommerce div.product div.images .zoomImg{display:none!important}
  .woocommerce div.product .summary{padding:20px!important;border-radius:21px}
  .woocommerce div.product .product_title{font-size:32px!important}
  .woocommerce div.product form.cart{grid-template-columns:76px minmax(0,1fr)!important;gap:10px!important;padding:12px!important}
  .woocommerce div.product form.cart .quantity{grid-column:1!important;width:76px!important;float:none!important}
  .woocommerce div.product form.cart .quantity .qty{width:76px!important}
  .woocommerce div.product form.cart .single_add_to_cart_button{grid-column:2!important;width:100%!important;float:none!important;padding:0 12px!important;font-size:13px!important}

  .wc-block-cart .wc-block-cart__main{padding:0!important}
  .wc-block-cart-items__row{min-height:118px!important;padding:12px!important}
  .wc-block-cart-item__image{width:76px!important;padding:0 10px 0 0!important}
  .wc-block-cart-item__image img{width:72px!important;height:82px!important;object-fit:cover;border-radius:12px}
  .wc-block-cart-item__product{padding:0!important}
  .wc-block-cart-item__product .wc-block-components-product-name{display:block;margin-bottom:5px;font-size:13px!important;font-weight:850!important}
  .wc-block-cart-item__product .wc-block-components-product-metadata__description{display:none!important}
  .wc-block-cart-item__total{display:none!important}
  .wc-block-cart-item__prices{font-size:11px!important}
  .wc-block-cart-item__quantity{margin-top:9px!important}
  .wc-block-cart .wc-block-cart__sidebar{margin-top:13px!important;padding:18px!important}

  .wc-block-checkout{padding:28px 12px 65px!important}
  .wc-block-checkout .wc-block-components-sidebar-layout{width:100%!important;padding:0!important;margin:0!important}
  .wc-block-checkout .wc-block-checkout__main,.wc-block-checkout .wc-block-checkout__sidebar{width:100%!important;padding-left:0!important;padding-right:0!important}
  .wc-block-checkout__form .wc-block-components-checkout-step{padding:17px!important}
}

.site-header .brand em,.site-footer .brand em{display:none!important}
