/* DELETED FOR 1.8.0: cart-page rules (shop_table.cart, tr.cart_item, ::before PRODUCT labels, cart_totals, cart coupon) stripped from nhc-storefront.css. Cart styles live in css/nhc-cart.css only. */

/* NHC Storefront v11 */
[class*="nhc-pdp"] .qty-btn,
[class*="nhc-pdp"] button.qty-btn,
[class*="nhc-pdp"] .qty-btn[data-qty-plus],
[class*="nhc-pdp"] .qty-btn[data-qty-minus],
.nhc-shop .qty-btn,
.nhc-shop button.qty-btn{
  width:36px!important;height:36px!important;min-width:36px!important;
  border-radius:10px!important;border:1px solid #d7cdb8!important;
  background:#fff!important;color:#24382e!important;
  font-weight:800!important;font-size:18px!important;line-height:1!important;
  box-shadow:none!important;outline:none!important;
  -webkit-appearance:none!important;appearance:none!important;
}
[class*="nhc-pdp"] .qty-btn:hover,
.nhc-shop .qty-btn:hover{background:#f8f3e9!important;color:#24382e!important}
/* kill theme pink/magenta plus */
button.plus, .quantity .plus, .qty-btn.plus, button[name="quantity_plus"]{
  background:#fff!important;color:#24382e!important;border:1px solid #d7cdb8!important;
}

/* FKCart drawer: single title, green checkout, show items */
#fkcart-modal .fkcart-slider-title,
#fkcart-modal .fkcart-title,
.fkcart-modal .fkcart-title{font-size:0!important}
#fkcart-modal .fkcart-slider-title::before,
#fkcart-modal .fkcart-title::before,
.fkcart-modal .fkcart-title::before{
  content:"Your Newgen bag"!important;
  font:700 16px Figtree,system-ui,sans-serif!important;
  color:#f4efe4!important;
  font-size:16px!important;
}
/* If plugin outputs title twice as text nodes, hide duplicate via line clamp */
#fkcart-modal .fkcart-header-title,
#fkcart-modal [class*="title"]{white-space:normal!important}

#fkcart-modal .fkcart-checkout-button,
#fkcart-modal a.fkcart-checkout,
#fkcart-modal .fkcart-button.fkcart-checkout,
#fkcart-modal button.fkcart-checkout,
.fkcart-modal .fkcart-checkout,
#fkcart-modal .fkcart-checkout{
  background:#2f4a3c!important;color:#f4efe4!important;border:0!important;
  border-radius:12px!important;font-weight:700!important;
}

/* Ensure cart items list visible */
#fkcart-modal .fkcart-item-list,
#fkcart-modal .fkcart-items,
#fkcart-modal .fkcart-product-list{display:block!important;visibility:visible!important;opacity:1!important;min-height:40px!important}
#fkcart-modal .fkcart-item{display:flex!important;visibility:visible!important;opacity:1!important}

/* Duo / Woolentor sale notification — ALWAYS killed (v1.5; inline also-like replaces it) */
.woolentor-sale-notification,
.woolentor-notification,
.ht-notification,
.wl-sale-notification,
.ht-sale-notification{
  display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;
  height:0!important;width:0!important;overflow:hidden!important;position:static!important;bottom:auto!important;z-index:-1!important
}

/* Floating cart: clear of content */
#fkcart-floating-toggler{z-index:40!important;bottom:max(24px, env(safe-area-inset-bottom))!important;right:max(16px, env(safe-area-inset-right))!important}
@media(max-width:767px){
  #fkcart-floating-toggler{bottom:max(72px, env(safe-area-inset-bottom))!important}
  .nhc-shop .shine-title, .nhc-shop h1.shine-title{
    font-size:clamp(26px,8vw,40px)!important;line-height:1.2!important;
    overflow-wrap:anywhere!important;word-break:break-word!important;
    max-width:100%!important;padding-right:8px!important
  }
}

/* Account: hide logged-in hero when logged out */
body:not(.logged-in) .hero-member{display:none!important}
body.logged-in .hero-guest{display:none!important}
#nhc-account-root .nhc-auth{display:block!important;visibility:visible!important}
.nhc-account-mount:empty::after{content:"";display:block;min-height:8px}


/* DELETED FOR 1.8.0: storefront cart mobile helpers */


/* Checkout theme */
body.woocommerce-checkout .nhc-checkout,
body.woocommerce-checkout{
  --c:#f4efe4;--f:#2f4a3c;--d:#24382e;--g:#c6a048
}
body.woocommerce-checkout #place_order,
body.woocommerce-checkout button#place_order{
  background:#2f4a3c!important;color:#f4efe4!important;border:0!important;
  width:100%!important;border-radius:14px!important;font-weight:700!important;
  padding:16px 18px!important;font-size:16px!important
}
body.woocommerce-checkout .woocommerce-billing-fields label,
body.woocommerce-checkout .woocommerce-shipping-fields label,
body.woocommerce-checkout .woocommerce-additional-fields label,
body.woocommerce-checkout .woocommerce-account-fields label{
  display:block!important;position:static!important;transform:none!important;
  font:700 12px Figtree,sans-serif!important;color:#24382e!important;margin:0 0 6px!important
}
body.woocommerce-checkout .form-row input.input-text,
body.woocommerce-checkout .form-row textarea,
body.woocommerce-checkout .form-row select{
  background:#fff!important;border:1px solid #d7cdb8!important;border-radius:12px!important;
  padding:12px 14px!important
}


/* Native WooCommerce My Account theme */
body.woocommerce-account .woocommerce,
body.woocommerce-account .u-columns,
body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register,
body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content{
  display:block!important;visibility:visible!important;opacity:1!important
}
body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register,
body.woocommerce-account form.login,
body.woocommerce-account form.register{
  background:#f8f3e9!important;border:1px solid #ddd4c4!important;border-radius:18px!important;
  padding:22px!important;margin-bottom:18px!important
}
body.woocommerce-account .woocommerce-form-login label,
body.woocommerce-account .woocommerce-form-register label{
  display:block!important;position:static!important;transform:none!important;
  font:700 12px Figtree,system-ui,sans-serif!important;color:#24382e!important;margin:0 0 6px!important
}
body.woocommerce-account .woocommerce-form-login input.input-text,
body.woocommerce-account .woocommerce-form-register input.input-text,
body.woocommerce-account .woocommerce-Input{
  width:100%!important;background:#fff!important;border:1px solid #d7cdb8!important;
  border-radius:12px!important;padding:12px 14px!important;margin-bottom:12px!important
}
body.woocommerce-account .woocommerce-form-login .woocommerce-button,
body.woocommerce-account .woocommerce-form-register .woocommerce-button,
body.woocommerce-account button.woocommerce-button{
  background:#2f4a3c!important;color:#f4efe4!important;border:0!important;border-radius:12px!important;
  font-weight:700!important;padding:12px 16px!important;width:100%!important
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul{
  list-style:none!important;padding:0!important;margin:0 0 20px!important;display:flex!important;flex-wrap:wrap!important;gap:8px!important
}
body.woocommerce-account .woocommerce-MyAccount-navigation a{
  display:inline-block!important;padding:10px 14px!important;border-radius:999px!important;
  background:#24382e!important;color:#f4efe4!important;text-decoration:none!important;font:700 12px Figtree,sans-serif!important
}
body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{
  background:#c6a048!important;color:#24382e!important
}
/* Hide empty custom mount card if native WC is present */
/* Do NOT hide empty auth-card — that caused a blank middle while WC forms sat after the chrome footer.
   JS mounts forms into #nhc-account-root; until then show a min-height placeholder. */
body.woocommerce-account .auth-card{display:block!important;min-height:80px!important}
body.woocommerce-account #nhc-account-root:empty::before{
  content:"Loading account…";display:block;padding:24px;color:#6f675c;font:600 14px Figtree,sans-serif;text-align:center
}
body.woocommerce-account .elementor-widget-shortcode .woocommerce{
  display:block!important;visibility:visible!important;opacity:1!important
}
body.woocommerce-account .nhc-account .hero-member{display:none!important}
body:not(.logged-in).woocommerce-account .nhc-account .hero-member{display:none!important}

.nhc-shop .card.nhc-filtered-out,
.nhc-shop article.nhc-filtered-out{display:none!important}



/* DELETED FOR 1.8.0: storefront cart mobile grid */

/* DELETED FOR 1.8.0: cart rule removed
.nhc-sr
*/

/* FKCart checkout button — force dark green over theme blue */
#fkcart-modal a.fkcart-checkout,
#fkcart-modal button.fkcart-checkout,
#fkcart-modal .fkcart-checkout,
#fkcart-modal .fkcart-checkout-button,
#fkcart-modal .fkcart-button[href*="checkout"],
#fkcart-modal a[href*="checkout"],
.fkcart-modal a.fkcart-checkout,
.fkcart-modal .fkcart-checkout,
body .fkcart-modal .fkcart-checkout-btn,
body #fkcart-modal .fkcart-footer a,
body #fkcart-modal .fkcart-footer .fkcart-button,
body #fkcart-modal .fkcart-checkout-section a,
body #fkcart-modal .fkcart-checkout-section button {
  background: #2f4a3c !important;
  background-image: none !important;
  color: #f4efe4 !important;
  border: 0 !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}


/* ===== CartFlows checkout branding (page 1278 / elementor 1576) ===== */
body.page-id-1278,
body.woocommerce-checkout,
body:has(.wcf-el-checkout-form),
body:has(#wcf-embed-checkout-form){
  --nhc-c:#f4efe4; --nhc-f:#2f4a3c; --nhc-d:#24382e; --nhc-g:#c6a048; --nhc-m:#6f675c;
  background:var(--nhc-c)!important;
}
body.page-id-1278 .cartflows-container,
body.page-id-1278 .elementor-1576,
body:has(#wcf-embed-checkout-form) .cartflows-container{
  max-width:1100px!important;margin:0 auto!important;padding:16px clamp(14px,4vw,28px) 48px!important;
}
/* Logo fix */
.cartflows-store-checkout-logo-field img,
body.page-id-1278 .elementor-widget-image img,
body.woocommerce-checkout .elementor-widget-image img{
  max-height:64px!important;width:auto!important;object-fit:contain!important;
  display:block!important;margin:0 auto 8px!important;
}
body.page-id-1278 .elementor-heading-title,
body.page-id-1278 h1, body.page-id-1278 h2, body.page-id-1278 h3{
  color:var(--nhc-d)!important;font-family:Fraunces,Georgia,serif!important;
}
/* Form cards */
#wcf-embed-checkout-form,
.wcf-el-checkout-form,
form.checkout.woocommerce-checkout{
  background:#f8f3e9!important;border:1px solid #ddd4c4!important;border-radius:18px!important;
  padding:18px!important;
}
/* Labels above inputs, not floating */
body.page-id-1278 .woocommerce-billing-fields label,
body.page-id-1278 .woocommerce-shipping-fields label,
body.page-id-1278 .woocommerce-additional-fields label,
body.page-id-1278 .form-row label,
#wcf-embed-checkout-form label{
  display:block!important;position:static!important;transform:none!important;
  float:none!important;font:700 12px Figtree,system-ui,sans-serif!important;
  color:var(--nhc-d)!important;margin:0 0 6px!important;opacity:1!important;
}
body.page-id-1278 .form-row input.input-text,
body.page-id-1278 .form-row textarea,
body.page-id-1278 .form-row select,
#wcf-embed-checkout-form input.input-text,
#wcf-embed-checkout-form textarea,
#wcf-embed-checkout-form select{
  background:#fff!important;border:1px solid #d7cdb8!important;border-radius:12px!important;
  padding:12px 14px!important;width:100%!important;box-shadow:none!important;
}
/* Order summary always visible */
#order_review,
.wcf-order-wrap,
body.page-id-1278 .woocommerce-checkout-review-order{
  display:block!important;visibility:visible!important;opacity:1!important;
  background:#fff!important;border:1px solid #ddd4c4!important;border-radius:16px!important;
  padding:16px!important;margin-top:16px!important;
}
body.page-id-1278 table.shop_table{width:100%!important;border:0!important}
body.page-id-1278 #payment{
  background:#fff!important;border:1px solid #ddd4c4!important;border-radius:16px!important;padding:14px!important;
}
/* Place order */
button#place_order,
#place_order.button.alt,
body.page-id-1278 button#place_order{
  background:#2f4a3c!important;color:#f4efe4!important;border:0!important;
  width:100%!important;border-radius:14px!important;font:700 16px Figtree,sans-serif!important;
  padding:16px 18px!important;margin-top:12px!important;display:block!important;
}
#nhc-trust-checkout, .nhc-trust-checkout{
  display:block!important;margin:12px 0 0!important;text-align:center!important;
  color:#6f675c!important;font:600 13px Figtree,system-ui,sans-serif!important;
}
/* duo hide merged into global kill (v1.5) */
@media(min-width:960px){
  body.page-id-1278 .cartflows-container,
  body.page-id-1278 .elementor-1576{max-width:1100px!important}
}

/* Shop filter hard kill for hidden cards */
.nhc-shop .card.nhc-filtered-out,
.nhc-shop article.nhc-filtered-out,
.nhc-shop .grid [data-cat].nhc-filtered-out,
.nhc-shop [hidden].card,
.nhc-shop [hidden][data-cat]{
  display:none!important;visibility:hidden!important;height:0!important;overflow:hidden!important;
  margin:0!important;padding:0!important;border:0!important;min-height:0!important;
}



/* ===== v1.1.8 sitewide fixes ===== */

/* Qty buttons sitewide (home cards too) — kill pink/magenta + */
.qty-btn,
button.qty-btn,
[data-qty-plus],
[data-qty-minus],
.card .qty-btn,
.duo .qty-btn,
.info .qty-btn,
.quantity .plus,
.quantity .minus,
button.plus,
button.minus{
  background:#fff!important;color:#24382e!important;border:1px solid #d7cdb8!important;
  box-shadow:none!important;outline:none!important;
  -webkit-appearance:none!important;appearance:none!important;
}
[data-qty-plus], .qty-btn[data-qty-plus], button.plus{
  background:#fff!important;color:#24382e!important;
}

/* Floating cart — ONE sitewide dark-green rounded square + gold badge */
#fkcart-floating-toggler,
#fkcart-floating-toggler.fkcart-toggler,
.fkcart-toggler#fkcart-floating-toggler,
body.single #fkcart-floating-toggler,
body.home #fkcart-floating-toggler,
body.archive #fkcart-floating-toggler,
body.blog #fkcart-floating-toggler,
body.single-post #fkcart-floating-toggler,
body.page #fkcart-floating-toggler{
  width:58px!important;height:58px!important;
  border-radius:16px!important;
  background:linear-gradient(160deg,#2f4a3c,#24382e 55%,#1c2c24)!important;
  background-image:linear-gradient(160deg,#2f4a3c,#24382e 55%,#1c2c24)!important;
  border:2px solid #c6a048!important;
  box-shadow:0 12px 28px rgba(36,56,46,.38),0 0 0 3px rgba(198,160,72,.12)!important;
  bottom:max(20px,env(safe-area-inset-bottom))!important;
  right:max(16px,env(safe-area-inset-right))!important;
  left:auto!important;top:auto!important;
  position:fixed!important;z-index:99990!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  padding:0!important;overflow:visible!important;cursor:pointer!important;
}
#fkcart-floating-toggler .fkcart-floating-icon,
#fkcart-floating-toggler svg,
#fkcart-floating-toggler img{
  filter:none!important;opacity:1!important;
  color:#f4efe4!important;fill:#f4efe4!important;
  width:26px!important;height:26px!important;
}
#fkcart-floating-toggler .fkcart-floating-count,
#fkcart-floating-toggler .fkcart-item-count,
.fkcart-floating-count{
  background:#c6a048!important;color:#24382e!important;
  border:0!important;font-weight:800!important;
  min-width:20px!important;height:20px!important;border-radius:999px!important;
}

/* Blog / single: kill top blank gap above header */
body.admin-bar.single-post .elementor-location-header,
body.admin-bar.blog .elementor-location-header{
  margin-top:0!important;
}
body.single-post .site-header,
body.single-post .elementor-location-header,
body.single-post header.elementor-location-header{
  margin-top:0!important;padding-top:0!important;
}
/* Hello Elementor + Elementor often leave extra spacer on singles */
body.single-post .elementor-section.elementor-section-boxed > .elementor-container{
  margin-top:0!important;
}
body.single-post #content,
body.single-post .site-content,
body.single-post .page-content{
  padding-top:0!important;margin-top:0!important;
}
/* Collapse empty first sections that create the gap */
body.single-post .elementor > .elementor-element:first-child:empty,
body.single-post .elementor-location-header + .elementor-location-header{
  display:none!important;
}

/* Account: keep auth-card visible when mount has children; style moved WC forms */
body.woocommerce-account .auth-card{
  display:block!important;visibility:visible!important;
}
/* empty-card hide removed in 1.1.8 */
body.woocommerce-account #nhc-account-root:not(:empty),
body.woocommerce-account #nhc-account-root .woocommerce,
body.woocommerce-account #nhc-account-root #customer_login{
  display:block!important;visibility:visible!important;opacity:1!important;
  min-height:120px!important;
}
body.woocommerce-account #nhc-account-root .u-columns{
  display:grid!important;grid-template-columns:1fr;gap:16px!important;
}
@media(min-width:768px){
  body.woocommerce-account #nhc-account-root .u-columns{
    grid-template-columns:1fr 1fr!important;
  }
}
/* DELETED FOR 1.8.0: cart rule removed
/* Cart: kill WooCommerce mobile data-title "Product:" / "Price:" labels */
body.woocommerce-cart td.product-name::before,
body.woocommerce-cart td.product-price::before,
body:has(
*/
/* DELETED FOR 1.8.0: cart rule removed
body.woocommerce-cart table.shop_table thead,
body:has(.nhc-cart) table.shop_table thead
*/
/* DELETED FOR 1.8.0: cart rule removed
/* Single thumbnail frame only */
body.woocommerce-cart .product-thumbnail,
body:has(.nhc-cart) .product-thumbnail
*/
/* DELETED FOR 1.8.0: cart rule removed
body.woocommerce-cart .product-thumbnail a,
body:has(.nhc-cart) .product-thumbnail a
*/
/* DELETED FOR 1.8.0: cart rule removed
body.woocommerce-cart .product-thumbnail img,
body:has(.nhc-cart) .product-thumbnail img
*/
/* DELETED FOR 1.8.0: cart rule removed
.nhc-cart-step
*/
/* DELETED FOR 1.8.0: cart rule removed
.nhc-sr
*/

/* DELETED 1.9.6: nhc-checkout-polished outer padding card (nested squeeze) */
body.nhc-checkout-polished #wcf-embed-checkout-form .woocommerce,
body.nhc-checkout-polished .wcf-el-checkout-form .woocommerce,
body.nhc-checkout-polished #customer_details,
body.nhc-checkout-polished .woocommerce-billing-fields,
body.nhc-checkout-polished .woocommerce-additional-fields{
  border:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;
}
body.nhc-checkout-polished button[name="apply_coupon"],
body.nhc-checkout-polished .checkout_coupon button,
body.nhc-checkout-polished .woocommerce-button[name="apply_coupon"]{
  background:#2f4a3c!important;color:#f4efe4!important;border:0!important;
  border-radius:12px!important;font-weight:700!important;
}
/* Billing field order: First, Last, Phone, Email, Address… */
body.nhc-checkout-polished #billing_first_name_field{order:1!important}
body.nhc-checkout-polished #billing_last_name_field{order:2!important}
body.nhc-checkout-polished #billing_phone_field{order:3!important}
body.nhc-checkout-polished #billing_email_field{order:4!important}
body.nhc-checkout-polished .woocommerce-billing-fields__field-wrapper{
  display:flex!important;flex-wrap:wrap!important;gap:12px!important;
}
body.nhc-checkout-polished .woocommerce-billing-fields__field-wrapper .form-row{
  float:none!important;width:100%!important;margin:0!important;
}
@media(min-width:600px){
  body.nhc-checkout-polished #billing_first_name_field,
  body.nhc-checkout-polished #billing_last_name_field{width:calc(50% - 6px)!important}
}
@media(max-width:767px){
  body.nhc-checkout-polished .col2-set,
  body.nhc-checkout-polished .u-columns,
  body.nhc-checkout-polished #customer_details{
    display:block!important;width:100%!important;
  }
  body.nhc-checkout-polished .col-1,
  body.nhc-checkout-polished .col-2,
  body.nhc-checkout-polished .u-column1,
  body.nhc-checkout-polished .u-column2{
    width:100%!important;float:none!important;max-width:100%!important;
  }
  body.page-id-1278 .elementor-section .elementor-container{
    flex-direction:column!important;
  }
}


/* ===== v1.1.11 fail fixes ===== */

/* --- Blog: kill cream gap between NHC search and hero --- */
body.single-post:has(.nhc-article),
body.single:has(.nhc-article){
  padding-top:0!important;margin-top:0!important;
}
body.single-post:has(.nhc-article) .site-main,
body.single-post:has(.nhc-article) .page-content,
body.single-post:has(.nhc-article) main,
body.single-post:has(.nhc-article) .elementor-location-single,
body.single-post:has(.nhc-article) .elementor-widget-theme-post-content,
body.single-post:has(.nhc-article) .elementor-widget-theme-post-content > .elementor-widget-container,
body.single-post:has(.nhc-article) .entry-content,
body.single-post:has(.nhc-article) .post-content{
  padding-top:0!important;margin-top:0!important;
}
body.single-post:has(.nhc-article) #site-header,
body.single-post:has(.nhc-article) header.site-header,
body.single-post:has(.nhc-article) .dynamic-header,
body.single-post:has(.nhc-article) .elementor-location-header,
body.single-post:has(.nhc-article) .entry-header,
body.single-post:has(.nhc-article) .page-header{
  display:none!important;height:0!important;min-height:0!important;max-height:0!important;
  overflow:hidden!important;margin:0!important;padding:0!important;border:0!important;
  visibility:hidden!important;position:absolute!important;left:-9999px!important;
}
body.single-post:has(.nhc-article) .nhc-article{
  margin-top:0!important;padding-top:0!important;
}
body.single-post:has(.nhc-article) .nhc-article > .hdr,
body.single-post:has(.nhc-article) .nhc-article .hdr{
  margin:0!important;
}
body.single-post:has(.nhc-article) .nhc-article .search{
  margin:0!important;padding-bottom:12px!important;
}
body.single-post:has(.nhc-article) .nhc-article > .hero,
body.single-post:has(.nhc-article) .nhc-article section.hero{
  margin-top:0!important;padding-top:36px!important;
}
/* Same for other blog URLs using nhc-article */
body:has(.nhc-article) .nhc-article section.hero{margin-top:0!important}
/* DELETED FOR 1.8.0: cart rule removed
/* --- Cart: single thumbnail frame; no table outer frame; hide high-demand --- */
body.woocommerce-cart table.shop_table,
body:has(.nhc-cart) table.shop_table
*/
/* DELETED FOR 1.8.0: cart rule removed
body.woocommerce-cart td.product-thumbnail,
body:has(.nhc-cart) td.product-thumbnail
*/
/* DELETED FOR 1.8.0: cart rule removed
body.woocommerce-cart td.product-thumbnail a,
body:has(.nhc-cart) td.product-thumbnail a,
body.woocommerce-cart td.product-thumbnail a img,
body:has(.nhc-cart) .product-thumbnail a
*/
/* DELETED FOR 1.8.0: cart rule removed
body.woocommerce-cart td.product-thumbnail img,
body:has(.nhc-cart) td.product-thumbnail img,
body:has(.nhc-cart) .product-thumbnail img
*/

/* DELETED FOR 1.9.0: empty urgency shell selectors (no-op) */

/* --- Checkout: one card, no nested borders, green apply, hide Power Coupons dual UI --- */
body.woocommerce-checkout #wcf-embed-checkout-form,
body.woocommerce-checkout .wcf-el-checkout-form,
body.page-id-1278 #wcf-embed-checkout-form,
body.page-id-1278 form.checkout,
body.nhc-checkout-polished form.checkout{
  background:#f8f3e9!important;border:1px solid #ddd4c4!important;border-radius:18px!important;
  padding:18px!important;box-shadow:none!important;
}
body.woocommerce-checkout #wcf-embed-checkout-form .woocommerce,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout .col-1,
body.woocommerce-checkout .col-2,
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .wcf-billing-details-wrapper,
body.woocommerce-checkout .wcf-order-wrap,
body.page-id-1278 .elementor-widget-container:has(form.checkout),
body.page-id-1278 .e-con:has(#wcf-embed-checkout-form){
  border:0!important;box-shadow:none!important;background:transparent!important;
}
body.woocommerce-checkout #order_review,
body.page-id-1278 #order_review{
  background:#fff!important;border:1px solid #ddd4c4!important;border-radius:16px!important;
  padding:16px!important;
}
/* Hide Power Coupons / "View Available Coupons" dual UI — keep native Woo coupon only */
body.woocommerce-checkout .power-coupons,
body.woocommerce-checkout [class*="power-coupon"],
body.woocommerce-checkout [class*="pc-coupon"],
body.woocommerce-checkout .pc-drawer,
body.woocommerce-checkout .pc-available-coupons,
body.woocommerce-checkout button.pc-view-coupons,
body.woocommerce-checkout .view-available-coupons,
body.woocommerce-checkout a[href*="available-coupon"],
body.woocommerce-checkout .cky-coupon,
body.page-id-1278 [class*="power-coupon"],
body.page-id-1278 .power-coupons{
  display:none!important;visibility:hidden!important;height:0!important;overflow:hidden!important;
}
body.woocommerce-checkout button[name="apply_coupon"],
body.woocommerce-checkout .checkout_coupon button,
body.woocommerce-checkout button.woocommerce-button[name="apply_coupon"],
body.page-id-1278 button[name="apply_coupon"]{
  background:#2f4a3c!important;color:#f4efe4!important;border:0!important;
  border-radius:12px!important;font-weight:700!important;
}
/* DELETED 1.9.6: billing field order widths → css/nhc-checkout.css + checkout-page.php */


/* ===== v1.1.12 harden ===== */

/* Pink/magenta + MUST die on PDP / ShopEngine / quantity */
body.single-product button.plus,
body.single-product .quantity .plus,
body.single-product .qty-btn[data-qty-plus],
body.single-product [data-qty-plus],
.shopengine-quantity button.plus,
.shopengine .plus,
[class*="nhc-pdp"] [data-qty-plus],
[class*="nhc-pdp"] .qty-btn:last-child,
button.plus.button,
.quantity .plus.button{
  background:#fff!important;background-image:none!important;background-color:#fff!important;
  color:#24382e!important;border:1px solid #d7cdb8!important;
  box-shadow:none!important;filter:none!important;
}
body.single-product button.plus *,
body.single-product .quantity .plus *{color:#24382e!important;fill:#24382e!important}

/* DELETED FOR 1.9.0: duplicate FKCart floating/badge — keep single block above */

/* Blog white gap ABOVE announcement bar */
html{margin-top:0!important;padding-top:0!important}
body.single-post{margin-top:0!important;padding-top:0!important}
body.single-post.admin-bar{margin-top:0!important}
body.single-post #wpadminbar{display:none!important} /* only if guest; admin-bar class absent when logged out */
body.single-post:not(.admin-bar){margin-top:0!important;padding-top:0!important}
body.single-post .nhc-article .topbar{margin-top:0!important}
/* DELETED FOR 1.8.0: cart rule removed
/* Cart: kill Product:/Price: data-title labels hard */
body.woocommerce-cart table.shop_table td.product-name::before,
body.woocommerce-cart table.shop_table td.product-price::bef
*/
/* DELETED FOR 1.8.0: cart-only @media(max-width:900px){ */


/* Checkout purple Apply → green; hide View Available Coupons */
body.woocommerce-checkout .wc-block-components-totals-coupon__button,
body.woocommerce-checkout button.wc-block-components-button,
body.woocommerce-checkout .checkout_coupon .button,
body.woocommerce-checkout button[name="apply_coupon"],
body.woocommerce-checkout .woocommerce-button[name="apply_coupon"],
body.page-id-1278 button[name="apply_coupon"],
body.page-id-1278 .button.apply_coupon,
body .wcf-custom-coupon-field button{
  background:#2f4a3c!important;background-image:none!important;color:#f4efe4!important;
  border:0!important;border-radius:12px!important;font-weight:700!important;
}
body.woocommerce-checkout .wcf-show-coupon-section,
body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout a.wcf-show-coupon,
body.woocommerce-checkout .view-available-coupons,
body.woocommerce-checkout [class*="power-coupon"],
body.woocommerce-checkout .power-coupons,
body.page-id-1278 [class*="power-coupon"],
body.page-id-1278 .power-coupons,
body.page-id-1278 button.pc-view-coupons{
  display:none!important;
}
@media(max-width:767px){
  body.woocommerce-checkout #customer_details,
  body.woocommerce-checkout .col2-set,
  body.page-id-1278 .elementor-section .elementor-container,
  body.page-id-1278 .e-con.e-flex{
    display:flex!important;flex-direction:column!important;width:100%!important;
  }
  body.woocommerce-checkout .col-1,
  body.woocommerce-checkout .col-2,
  body.woocommerce-checkout #order_review{
    width:100%!important;max-width:100%!important;float:none!important;
  }
}


/* ===== v1.1.13 blog+checkout ===== */

/* Blog: kill ~20px white strip above AYUSH topbar */
html:has(body.single-post),
html:has(body:has(.nhc-article)){
  margin:0!important;padding:0!important;background:#f4efe4!important;
}
body.single-post,
body:has(.nhc-article){
  margin:0!important;padding:0!important;background:#f4efe4!important;
  border-top:0!important;
}
body.single-post .skip-link,
body:has(.nhc-article) .skip-link{position:absolute!important;left:-9999px!important;height:0!important;width:0!important;overflow:hidden!important}
body.single-post #site-header,
body.single-post header.site-header,
body.single-post .dynamic-header,
body.single-post .elementor-location-header,
body:has(.nhc-article) #site-header,
body:has(.nhc-article) header.site-header,
body:has(.nhc-article) .dynamic-header,
body:has(.nhc-article) .elementor-location-header{
  display:none!important;visibility:hidden!important;
  height:0!important;min-height:0!important;max-height:0!important;
  margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;
  position:absolute!important;left:-10000px!important;top:0!important;pointer-events:none!important;
}
body.single-post .site-main,
body.single-post main,
body.single-post .page-content,
body.single-post .elementor,
body.single-post .e-con,
body.single-post .elementor-widget-container,
body.single-post .entry-content,
body:has(.nhc-article) .site-main,
body:has(.nhc-article) .elementor-widget-theme-post-content,
body:has(.nhc-article) .elementor-widget-html{
  margin-top:0!important;padding-top:0!important;border-top:0!important;
}
body:has(.nhc-article) .nhc-article{
  margin:0!important;padding:0!important;
}
body:has(.nhc-article) .nhc-article > .topbar,
body:has(.nhc-article) .topbar{
  margin:0!important;padding-top:9px!important;padding-bottom:9px!important;
  position:relative!important;top:0!important;
}

/* Checkout: ONE outer card — strip nested borders/backgrounds */
body.woocommerce-checkout,
body.page-id-1278,
body:has(.wcf-el-checkout-form),
body:has(#wcf-embed-checkout-form){
  background:#f4efe4!important;
}
body.woocommerce-checkout #wcf-embed-checkout-form,
body.woocommerce-checkout .wcf-el-checkout-form,
body.woocommerce-checkout form.checkout.woocommerce-checkout,
body.page-id-1278 #wcf-embed-checkout-form,
body.page-id-1278 form.checkout{
  background:#f8f3e9!important;
  border:1px solid #ddd4c4!important;
  border-radius:18px!important;
  padding:16px!important;
  box-shadow:none!important;
}
/* unwrap children */
body.woocommerce-checkout #wcf-embed-checkout-form .woocommerce,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout .col2-set,
body.woocommerce-checkout .col-1,
body.woocommerce-checkout .col-2,
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-checkout .woocommerce-account-fields,
body.woocommerce-checkout .wcf-billing-details-wrapper,
body.woocommerce-checkout .wcf-customer-info-main-wrapper,
body.woocommerce-checkout .wcf-customer-info,
body.woocommerce-checkout .wcf-order-wrap,
body.woocommerce-checkout .elementor-widget-container,
body.woocommerce-checkout .e-con,
body.woocommerce-checkout .e-con-inner,
body.page-id-1278 .e-con,
body.page-id-1278 .e-con-inner,
body.page-id-1278 .elementor-widget-container{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  outline:0!important;
}
/* single order review card */
body.woocommerce-checkout #order_review,
body.woocommerce-checkout .woocommerce-checkout-review-order,
body.page-id-1278 #order_review{
  background:#fff!important;
  border:1px solid #ddd4c4!important;
  border-radius:14px!important;
  padding:14px!important;
  margin-top:12px!important;
}
body.woocommerce-checkout #payment,
body.page-id-1278 #payment{
  background:#fff!important;
  border:1px solid #ddd4c4!important;
  border-radius:14px!important;
  padding:14px!important;
}
/* CartFlows mobile two-column kill */
@media(max-width:767px){
  body.woocommerce-checkout .cartflows-container,
  body.woocommerce-checkout .wcf-embed-checkout-form,
  body.page-id-1278 .elementor-section .elementor-container,
  body.page-id-1278 .e-con.e-flex,
  body.woocommerce-checkout .col2-set{
    display:flex!important;flex-direction:column!important;width:100%!important;
  }
  body.woocommerce-checkout .col-1,
  body.woocommerce-checkout .col-2,
  body.woocommerce-checkout #customer_details,
  body.woocommerce-checkout #order_review{
    width:100%!important;max-width:100%!important;float:none!important;flex:1 1 100%!important;
  }
  body.woocommerce-checkout table.shop_table th,
  body.woocommerce-checkout table.shop_table td{
    word-break:normal!important;white-space:normal!important;
  }
  body.woocommerce-checkout table.shop_table .product-name{
    white-space:normal!important;max-width:100%!important;
  }
}

/* PDP pink plus — nuclear */
html body.single-product .quantity .plus,
html body.single-product button.plus,
html body .shopengine-quantity .plus,
html body [class*="nhc-pdp"] [data-qty-plus],
html body [class*="nhc-pdp"] button.qty-btn[data-qty-plus]{
  background:#fff!important;background-color:#fff!important;background-image:none!important;
  color:#24382e!important;border:1px solid #d7cdb8!important;
  -webkit-text-fill-color:#24382e!important;
}


/* ===== v1.1.14 ===== */

/* Elementor wrappers above article HTML — no top padding */
body.single-post:has(.nhc-article) .elementor-widget-html,
body.single-post:has(.nhc-article) .elementor-element.e-con,
body.single-post:has(.nhc-article) .e-con-inner,
body.single-post:has(.nhc-article) .elementor-widget-container{
  padding-top:0!important;margin-top:0!important;row-gap:0!important;gap:0!important;
}
/* v1.9.9 — beat inline post 100vw / calc(50% - 50vw) full-bleed */
html body.single-post:has(.nhc-article) .nhc-article,
html body.single:has(.nhc-article) .nhc-article{
  width:100%!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  left:auto!important;
  right:auto!important;
  position:relative!important;
  transform:none!important;
}
html body.single-post:has(.nhc-article) .nhc-article .article,
html body.single:has(.nhc-article) .nhc-article .article{
  max-width:760px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:clamp(16px,4vw,28px)!important;
  padding-right:clamp(16px,4vw,28px)!important;
  box-sizing:border-box!important;
}

/* Checkout: ONE card only — children flat */
body.woocommerce-checkout #wcf-embed-checkout-form,
body.woocommerce-checkout .wcf-el-checkout-form,
body.woocommerce-checkout form.checkout.woocommerce-checkout,
body.page-id-1278 form.checkout,
body.page-id-1278 #wcf-embed-checkout-form{
  background:#f8f3e9!important;
  border:1px solid #ddd4c4!important;
  border-radius:18px!important;
  padding:16px!important;
  box-shadow:none!important;
}
body.woocommerce-checkout #order_review,
body.woocommerce-checkout .woocommerce-checkout-review-order,
body.woocommerce-checkout #payment,
body.woocommerce-checkout .wcf-order-wrap,
body.woocommerce-checkout .wcf-customer-info,
body.woocommerce-checkout .wcf-customer-info-main-wrapper,
body.page-id-1278 #order_review,
body.page-id-1278 #payment{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  padding:0!important;
  margin:12px 0 0!important;
}
/* If CartFlows wraps order summary in extra white box, flatten */
body.woocommerce-checkout .cartflows-container,
body.woocommerce-checkout .elementor-widget-wrap,
body.page-id-1278 .elementor-widget-wrap{
  background:transparent!important;border:0!important;box-shadow:none!important;
}


/* ===== v1.1.15 cartflows checkout ===== */
/* Real checkout is CartFlows step postid-1576 / .wcf-embed-checkout-form — NOT page-id-1278 */

body.single-cartflows_step,
body.postid-1576,
body.woocommerce-checkout.cartflows_step-template{
  background:#f4efe4!important;
}

/* ONE outer shell */
body.single-cartflows_step .wcf-embed-checkout-form,
body.postid-1576 .wcf-embed-checkout-form,
body.woocommerce-checkout .wcf-embed-checkout-form,
body.woocommerce-checkout .wcf-el-checkout-form,
.wcf-embed-checkout-form-modern-checkout{
  background:#f8f3e9!important;
  border:1px solid #ddd4c4!important;
  border-radius:18px!important;
  padding:16px!important;
  box-shadow:none!important;
  max-width:1100px!important;
  margin:0 auto!important;
}

/* Flatten ALL nested CartFlows/Elementor bordered boxes inside checkout */
body.single-cartflows_step .wcf-embed-checkout-form .woocommerce,
body.single-cartflows_step .wcf-embed-checkout-form #customer_details,
body.single-cartflows_step .wcf-embed-checkout-form .col2-set,
body.single-cartflows_step .wcf-embed-checkout-form .col-1,
body.single-cartflows_step .wcf-embed-checkout-form .col-2,
body.single-cartflows_step .wcf-embed-checkout-form .woocommerce-billing-fields,
body.single-cartflows_step .wcf-embed-checkout-form .woocommerce-additional-fields,
body.single-cartflows_step .wcf-embed-checkout-form .woocommerce-account-fields,
body.single-cartflows_step .wcf-embed-checkout-form #order_review,
body.single-cartflows_step .wcf-embed-checkout-form #order_review_heading,
body.single-cartflows_step .wcf-embed-checkout-form #payment,
body.single-cartflows_step .wcf-embed-checkout-form .wcf-order-wrap,
body.single-cartflows_step .wcf-embed-checkout-form .woocommerce-checkout-review-order,
body.single-cartflows_step .wcf-embed-checkout-form .woocommerce-checkout-review-order-table,
body.single-cartflows_step .e-con,
body.single-cartflows_step .e-con-inner,
body.single-cartflows_step .elementor-widget-container,
body.single-cartflows_step .elementor-element,
body.postid-1576 .e-con,
body.postid-1576 .e-con-inner,
body.postid-1576 .elementor-widget-container,
.wcf-embed-checkout-form .woocommerce-billing-fields__field-wrapper,
.wcf-modern-skin-two-column .wcf-order-wrap,
.wcf-modern-skin-two-column #order_review,
.wcf-modern-skin-two-column #payment,
.wcf-embed-checkout-form-modern-checkout #order_review,
.wcf-embed-checkout-form-modern-checkout #payment{
  background:transparent!important;
  border:0!important;
  border-width:0!important;
  box-shadow:none!important;
  outline:0!important;
}

/* Soft section separators instead of boxes */
.wcf-embed-checkout-form #order_review,
.wcf-embed-checkout-form #payment{
  padding-top:14px!important;
  margin-top:14px!important;
  border-top:1px solid #e5ddd0!important;
}

/* Green apply */
body.woocommerce-checkout button[name="apply_coupon"],
.wcf-embed-checkout-form button[name="apply_coupon"],
.wcf-embed-checkout-form .woocommerce-button[name="apply_coupon"],
.wcf-coupon button{
  background:#2f4a3c!important;color:#f4efe4!important;border:0!important;
  border-radius:12px!important;font-weight:700!important;
}

/* Hide power coupons / view available */
body.woocommerce-checkout [class*="power-coupon"],
body.woocommerce-checkout .power-coupons,
.wcf-embed-checkout-form [class*="power-coupon"],
.wcf-embed-checkout-form .wcf-show-coupon-section,
body.single-cartflows_step [class*="power-coupon"]{
  display:none!important;
}

/* Mobile single column */
@media(max-width:767px){
  .wcf-modern-skin-two-column,
  .wcf-embed-checkout-form-modern-checkout,
  body.single-cartflows_step .col2-set,
  body.single-cartflows_step .e-con.e-flex{
    display:flex!important;flex-direction:column!important;width:100%!important;
  }
  body.single-cartflows_step .col-1,
  body.single-cartflows_step .col-2,
  .wcf-modern-skin-two-column .wcf-order-wrap,
  .wcf-modern-skin-two-column #customer_details{
    width:100%!important;max-width:100%!important;float:none!important;
  }
}

/* Field order */
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{
  display:flex!important;flex-wrap:wrap!important;gap:12px!important;
}
body.woocommerce-checkout #billing_first_name_field{order:1!important}
body.woocommerce-checkout #billing_last_name_field{order:2!important}
body.woocommerce-checkout #billing_phone_field{order:3!important}
body.woocommerce-checkout #billing_email_field{order:4!important}


/* ===== v1.1.16 account endpoints ===== */

/* Ensure mounted WC content always visible in auth card */
body.woocommerce-account #nhc-account-root,
body.woocommerce-account #nhc-account-root .woocommerce,
body.woocommerce-account #nhc-account-root form.lost_reset_password,
body.woocommerce-account #nhc-account-root .woocommerce-ResetPassword,
body.woocommerce-account #nhc-account-root .woocommerce-MyAccount-content,
body.woocommerce-account #nhc-account-root .woocommerce-MyAccount-navigation{
  display:block!important;visibility:visible!important;opacity:1!important;
}
body.woocommerce-account .auth-card{
  display:block!important;background:#f8f3e9!important;border:1px solid #ddd4c4!important;
  border-radius:18px!important;padding:22px!important;margin:0 0 24px!important;
}

/* Styled notices */
body.woocommerce-account .woocommerce-error,
body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-info{
  background:#f8f3e9!important;border:1px solid #ddd4c4!important;border-radius:14px!important;
  padding:14px 16px!important;color:#24382e!important;list-style:none!important;
  font:600 14px Figtree,system-ui,sans-serif!important;
}
body.woocommerce-account .woocommerce-error{border-color:#c98989!important;background:#fbf0f0!important}
body.woocommerce-account .woocommerce-message{border-color:#8aa88a!important;background:#f1f6f1!important}

/* Lost password + set password forms */
body.woocommerce-account form.lost_reset_password,
body.woocommerce-account form.woocommerce-ResetPassword,
body.woocommerce-account form.woocommerce-EditAccountForm,
body.woocommerce-account .woocommerce-address-fields{
  background:#fff!important;border:1px solid #ddd4c4!important;border-radius:16px!important;
  padding:20px!important;margin:0 0 16px!important;
}
body.woocommerce-account form.lost_reset_password .woocommerce-Button,
body.woocommerce-account form.woocommerce-ResetPassword .woocommerce-Button,
body.woocommerce-account button.woocommerce-Button,
body.woocommerce-account .woocommerce-button{
  background:#2f4a3c!important;color:#f4efe4!important;border:0!important;border-radius:12px!important;
  font-weight:700!important;padding:12px 16px!important;
}

/* Logged-in dashboard layout */
body.woocommerce-account.logged-in #nhc-account-root .woocommerce{
  /* v1.1.24: do not force 2-col here — see mobile-first block at end */
  display:grid!important;grid-template-columns:1fr;gap:20px;align-items:start;
}
body.woocommerce-account.logged-in #nhc-account-root .woocommerce-MyAccount-navigation{
  background:#24382e!important;border-radius:16px!important;padding:14px!important;
}
body.woocommerce-account.logged-in #nhc-account-root .woocommerce-MyAccount-navigation ul{
  list-style:none!important;margin:0!important;padding:0!important;display:flex!important;flex-direction:column!important;gap:6px!important;
}
body.woocommerce-account.logged-in #nhc-account-root .woocommerce-MyAccount-navigation a{
  display:block!important;padding:10px 12px!important;border-radius:10px!important;
  color:#f4efe4!important;text-decoration:none!important;font:700 13px Figtree,sans-serif!important;
}
body.woocommerce-account.logged-in #nhc-account-root .woocommerce-MyAccount-navigation .is-active a,
body.woocommerce-account.logged-in #nhc-account-root .woocommerce-MyAccount-navigation li.is-active a{
  background:#c6a048!important;color:#24382e!important;
}
body.woocommerce-account.logged-in #nhc-account-root .woocommerce-MyAccount-content{
  background:#fff!important;border:1px solid #ddd4c4!important;border-radius:16px!important;padding:18px!important;
}
@media(max-width:767px){
  body.woocommerce-account.logged-in #nhc-account-root .woocommerce{
    grid-template-columns:1fr!important;
  }
  body.woocommerce-account.logged-in #nhc-account-root .woocommerce-MyAccount-navigation ul{
    flex-direction:row!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:8px!important;
    -webkit-overflow-scrolling:touch;
  }
  body.woocommerce-account.logged-in #nhc-account-root .woocommerce-MyAccount-navigation a{
    white-space:nowrap!important;
  }
  /* Orders as cards */
  body.woocommerce-account table.my_account_orders,
  body.woocommerce-account table.woocommerce-orders-table{
    display:block!important;border:0!important;
  }
  body.woocommerce-account table.my_account_orders thead{display:none!important}
  body.woocommerce-account table.my_account_orders tbody,
  body.woocommerce-account table.my_account_orders tr,
  body.woocommerce-account table.woocommerce-orders-table tbody{
    display:block!important;width:100%!important;
  }
  body.woocommerce-account table.my_account_orders tr,
  body.woocommerce-account table.woocommerce-orders-table tr{
    display:block!important;background:#f8f3e9!important;border:1px solid #ddd4c4!important;
    border-radius:14px!important;padding:14px!important;margin:0 0 12px!important;
  }
  body.woocommerce-account table.my_account_orders td,
  body.woocommerce-account table.woocommerce-orders-table td{
    display:flex!important;justify-content:space-between!important;gap:10px!important;
    border:0!important;padding:6px 0!important;background:transparent!important;
  }
}

/* Account page footer: stack on mobile — stop horizontal overflow */
body.woocommerce-account .nhc-account .foot .fg,
body.page-id-1033 .nhc-account .fg,
body.woocommerce-account .fg{
  display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important;
  width:100%!important;max-width:100%!important;box-sizing:border-box!important;
}
body.woocommerce-account .nhc-account,
body.woocommerce-account .nhc-account .foot{
  overflow-x:hidden!important;max-width:100vw!important;
}
@media(max-width:767px){
  body.woocommerce-account .nhc-account .foot .fg,
  body.page-id-1033 .nhc-account .fg,
  body.woocommerce-account .fg{
    grid-template-columns:1fr 1fr!important;
  }
}
@media(max-width:420px){
  body.woocommerce-account .nhc-account .foot .fg,
  body.page-id-1033 .nhc-account .fg{
    grid-template-columns:1fr!important;
  }
}

/* DELETED FOR 1.9.0: .nhc-acct-menu → css/nhc-header.css */

/* ===== v1.1.17 — cart thumbs, password eye, hero, footer, WC eye ===== */

/* Kill leftover custom Show button */
button.nhc-eye{display:none!important}

/* WooCommerce native password toggle — inside field, not over text */
.woocommerce .password-input,
.woocommerce-page .password-input,
body.woocommerce-account .password-input{
  display:block!important;position:relative!important;width:100%!important;
}
.woocommerce .password-input input[type="password"],
.woocommerce .password-input input[type="text"],
.woocommerce-page .password-input input{
  padding-right:44px!important;width:100%!important;box-sizing:border-box!important;
}
.woocommerce .show-password-input,
.woocommerce-page .show-password-input,
body.woocommerce-account .show-password-input{
  position:absolute!important;right:10px!important;top:50%!important;
  transform:translateY(-50%)!important;z-index:2!important;
  margin:0!important;border:0!important;background:transparent!important;
  width:28px!important;height:28px!important;display:inline-flex!important;
  align-items:center!important;justify-content:center!important;
}


/* DELETED FOR 1.8.0: cart selectors stripped from this rule */


#fkcart-modal .fkcart-item-image,
#fkcart-modal .fkcart-image,
#fkcart-modal .fkcart-item .fkcart-item-image,
.woocommerce-checkout-review-order-table .product-thumbnail,
.woocommerce-checkout .product-thumbnail,
.wcf-embed-checkout-form .product-thumbnail{
  width:90px!important;height:90px!important;max-width:90px!important;
  overflow:hidden!important;border-radius:12px!important;
  background:#fff!important;border:1px solid #ddd4c4!important;
  box-sizing:border-box!important;padding:0!important;margin:0!important;
  position:relative!important;display:block!important;
}

/* DELETED FOR 1.8.0: cart selectors stripped from this rule */

#fkcart-modal .fkcart-item-image a,
.woocommerce-checkout-review-order-table .product-thumbnail a{
  display:block!important;width:100%!important;height:100%!important;
  overflow:hidden!important;border-radius:12px!important;
  padding:0!important;margin:0!important;border:0!important;
  background:transparent!important;box-shadow:none!important;
  position:static!important;transform:none!important;
}

/* DELETED FOR 1.8.0: cart selectors stripped from this rule */

#fkcart-modal .fkcart-item-image img,
#fkcart-modal .fkcart-image img,
.woocommerce-checkout-review-order-table .product-thumbnail img,
.woocommerce-checkout .product-thumbnail img,
.wcf-embed-checkout-form .product-thumbnail img{
  width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;
  object-fit:contain!important;object-position:center!important;
  display:block!important;margin:0!important;padding:0!important;
  border:0!important;border-radius:0!important;box-shadow:none!important;
  position:static!important;transform:none!important;left:auto!important;top:auto!important;
  background:#fff!important;
}
/* DELETED FOR 1.8.0: cart rule removed
body.woocommerce-cart .product-thumbnail::before,
body.woocommerce-cart .product-thumbnail::after,
body:has(.nhc-cart) .product-thumbnail::before,
body:has(.nhc-cart) .product-thum
*/

/* Account hero: restore guest banner text (no empty green strip) */
body:not(.logged-in).woocommerce-account .hero-page.hero-guest,
body:not(.logged-in) .nhc-account .hero-page.hero-guest{
  display:block!important;visibility:visible!important;opacity:1!important;
  background:#24382e!important;color:#f4efe4!important;
  padding:44px clamp(18px,5vw,72px)!important;text-align:center!important;
  min-height:0!important;height:auto!important;overflow:visible!important;
}
body:not(.logged-in).woocommerce-account .hero-guest .ey,
body:not(.logged-in) .nhc-account .hero-guest .ey{
  display:block!important;visibility:visible!important;opacity:1!important;
  color:#c6a048!important;font:700 12px Figtree,sans-serif!important;
  letter-spacing:1.6px!important;text-transform:uppercase!important;margin:0 0 10px!important;
}
body:not(.logged-in).woocommerce-account .hero-guest h1,
body:not(.logged-in) .nhc-account .hero-guest h1{
  display:block!important;visibility:visible!important;opacity:1!important;
  color:#fff!important;font-size:clamp(28px,4vw,46px)!important;margin:0 0 8px!important;
  line-height:1.15!important;
}
body:not(.logged-in).woocommerce-account .hero-guest p,
body:not(.logged-in) .nhc-account .hero-guest p{
  display:block!important;visibility:visible!important;opacity:1!important;
  color:#d5ddd2!important;max-width:520px!important;margin:0 auto!important;
  font:500 15px Figtree,sans-serif!important;
}
body:not(.logged-in).woocommerce-account .hero-page.hero-member,
body:not(.logged-in) .nhc-account .hero-member{display:none!important}
body.logged-in.woocommerce-account .hero-page.hero-guest,
body.logged-in .nhc-account .hero-guest{display:none!important}
body.logged-in.woocommerce-account .hero-page.hero-member,
body.logged-in .nhc-account .hero-member{
  display:block!important;visibility:visible!important;
  background:#24382e!important;padding:44px clamp(18px,5vw,72px)!important;text-align:center!important;
}

/* Sitewide footer responsive — no horizontal overflow */
.foot, footer.foot, .nhc-account .foot, .nhc-cart .foot, .nhc-checkout .foot{
  overflow-x:hidden!important;max-width:100%!important;width:100%!important;
  box-sizing:border-box!important;
}
.foot .fg, footer.foot .fg, .nhc-account .foot .fg, .nhc-cart .foot .fg,
.nhc-shop .foot .fg, .nhc-home .foot .fg, body .foot .fg{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:20px!important;width:100%!important;max-width:100%!important;
  box-sizing:border-box!important;padding:0!important;margin:0!important;
}
.foot .fg > div, footer.foot .fg > *{
  min-width:0!important;max-width:100%!important;overflow-wrap:anywhere!important;word-break:break-word!important;
}
.foot .copy, footer.foot .copy, .nhc-account .foot .copy{
  text-align:center!important;width:100%!important;max-width:100%!important;
  box-sizing:border-box!important;padding:14px 12px!important;margin:0!important;
}
@media(max-width:900px){
  .foot .fg, footer.foot .fg, .nhc-account .foot .fg, body .foot .fg{
    grid-template-columns:1fr 1fr!important;
  }
}
@media(max-width:520px){
  .foot .fg, footer.foot .fg, .nhc-account .foot .fg, body .foot .fg{
    grid-template-columns:1fr!important;
  }
}


/* DELETED FOR 1.8.0: v1.1.18 desktop cart thumb column */


/* DELETED FOR 1.8.0: broken leftover cart thumb frame */
/* DELETED FOR 1.8.0: cart rule removed
body:has(.nhc-cart) td.product-thumbnail a,
body.woocommerce-cart td.product-thumbnail a,
body:has(.nhc-cart) .product-thumbnail a
*/
/* DELETED FOR 1.8.0: cart rule removed
body:has(.nhc-cart) td.product-thumbnail img,
body.woocommerce-cart td.product-thumbnail img,
body:has(.nhc-cart) .product-thumbnail img
*/

/* FK Cart drawer: match plugin 60x60 wrapper — do NOT force 90x90 on img */
#fkcart-modal .fkcart-thumb-wrap,
#fkcart-modal .fkcart-image-wrapper{
  width:60px!important;height:60px!important;max-width:60px!important;max-height:60px!important;
  flex:0 0 60px!important;overflow:hidden!important;border-radius:8px!important;
  border:1px solid #ddd4c4!important;box-sizing:border-box!important;background:#fff!important;
}
#fkcart-modal .fkcart-image-wrapper a,
#fkcart-modal a.fkcart-image-wrapper{
  display:block!important;width:100%!important;height:100%!important;
  overflow:hidden!important;padding:0!important;margin:0!important;border:0!important;
}
#fkcart-modal img.fkcart-image,
#fkcart-modal .fkcart-image{
  width:60px!important;height:60px!important;max-width:100%!important;max-height:60px!important;
  object-fit:contain!important;object-position:center!important;
  padding:0!important;margin:0!important;border:0!important;border-radius:0!important;
  display:block!important;box-sizing:border-box!important;
}

/* Checkout order summary thumbs */
.woocommerce-checkout-review-order-table td.product-thumbnail,
.woocommerce-checkout .product-thumbnail{
  width:64px!important;max-width:64px!important;padding:0!important;overflow:hidden!important;
}
.woocommerce-checkout-review-order-table td.product-thumbnail a,
.woocommerce-checkout .product-thumbnail a{
  display:flex!important;align-items:center!important;justify-content:center!important;
  width:60px!important;height:60px!important;padding:4px!important;
  border:1px solid #e5dccb!important;border-radius:10px!important;background:#fff!important;
  overflow:hidden!important;box-sizing:border-box!important;
}
.woocommerce-checkout-review-order-table td.product-thumbnail img,
.woocommerce-checkout .product-thumbnail img{
  width:100%!important;height:100%!important;max-width:52px!important;max-height:52px!important;
  object-fit:contain!important;border:0!important;padding:0!important;margin:0!important;
}

/* Account page: kill leftover horizontal overflow */
body.woocommerce-account,
body.woocommerce-account .nhc-account,
body.woocommerce-account #nhc-account-root,
body.woocommerce-account .auth-card{
  max-width:100%!important;overflow-x:hidden!important;box-sizing:border-box!important;
}


/* ===== v1.1.19 — My Account rebuild ===== */

/* DELETED FOR 1.9.0: header firstname + acct-menu duplicate → css/nhc-header.css */

/* Logged-in account shell: sidebar + content */
body.woocommerce-account.logged-in #nhc-account-root .woocommerce,
body.woocommerce-account.logged-in .woocommerce{
  display:grid!important;
  grid-template-columns:240px minmax(0,1fr)!important;
  gap:24px!important;align-items:start!important;
  width:100%!important;max-width:100%!important;box-sizing:border-box!important;
}
body.woocommerce-account.logged-in #nhc-account-root .woocommerce-MyAccount-navigation,
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{
  width:240px!important;max-width:240px!important;margin:0!important;
  background:#24382e!important;border-radius:16px!important;padding:12px!important;
  box-sizing:border-box!important;justify-self:stretch!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul{
  list-style:none!important;margin:0!important;padding:0!important;
  display:flex!important;flex-direction:column!important;gap:6px!important;
  width:100%!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li{margin:0!important;padding:0!important;width:100%!important}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a{
  display:block!important;width:100%!important;box-sizing:border-box!important;
  padding:12px 14px!important;border-radius:10px!important;
  color:#f4efe4!important;text-decoration:none!important;
  font:700 13px Figtree,sans-serif!important;white-space:nowrap!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation .is-active a,
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li.is-active a{
  background:#c6a048!important;color:#24382e!important;
}
body.woocommerce-account.logged-in #nhc-account-root .woocommerce-MyAccount-content,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content{
  min-width:0!important;width:100%!important;max-width:100%!important;
  background:#fff!important;border:1px solid #ddd4c4!important;border-radius:16px!important;
  padding:22px!important;box-sizing:border-box!important;
  overflow:visible!important;
}

/* DELETED 1.9.4: branded dashboard → css/nhc-account.css */

/* Hide leaked default WC dashboard text / logout confirm on dashboard */
body.woocommerce-account.logged-in .woocommerce-MyAccount-content > p,
body.woocommerce-dashboard .woocommerce-MyAccount-content > .woocommerce-info,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info a[href*="customer-logout"]{
  /* JS also hides; CSS backup for logout confirm blocks */
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info{
  /* keep real notices on other endpoints */
}
body.woocommerce-dashboard .woocommerce-MyAccount-content > p,
body.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content > p{
  display:none!important;
}

/* Empty states */
.woocommerce-orders-table ~ .woocommerce-Message--info,
.woocommerce-MyAccount-content .woocommerce-message--info,
.woocommerce-MyAccount-content .woocommerce-info{
  border-radius:14px!important;padding:16px!important;
}
body.woocommerce-account .woocommerce-Button,
body.woocommerce-account a.button{
  background:#2f4a3c!important;color:#f4efe4!important;border:0!important;border-radius:12px!important;
  font-weight:700!important;padding:12px 16px!important;text-decoration:none!important;display:inline-block!important;
}

/* Addresses cards */
/* Addresses — fixed properly in v1.1.24 block */
.woocommerce-Address{
  display:block!important;background:#f8f3e9!important;border:1px solid #ddd4c4!important;
  border-radius:14px!important;padding:16px!important;
}

@media(max-width:1024px){
  body.woocommerce-account.logged-in #nhc-account-root .woocommerce,
  body.woocommerce-account.logged-in .woocommerce{
    grid-template-columns:1fr!important;
  }
  body.woocommerce-account.logged-in #nhc-account-root .woocommerce-MyAccount-navigation,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{
    width:100%!important;max-width:100%!important;
  }
}

@media(max-width:767px){
  body.woocommerce-account.logged-in #nhc-account-root .woocommerce,
  body.woocommerce-account.logged-in .woocommerce{
    grid-template-columns:1fr!important;gap:14px!important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{
    padding:10px!important;border-radius:14px!important;overflow:hidden!important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul{
    flex-direction:row!important;flex-wrap:nowrap!important;overflow-x:auto!important;
    gap:8px!important;-webkit-overflow-scrolling:touch;scrollbar-width:thin;
    width:100%!important;max-width:100%!important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li{
    width:auto!important;flex:0 0 auto!important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a{
    white-space:nowrap!important;padding:10px 14px!important;width:auto!important;
  }
  /* DELETED 1.9.4: .nhc-dash-cards 1-col — account.css uses 2-col mobile */
  .woocommerce-Addresses{grid-template-columns:1fr!important}
  /* DELETED FOR 1.9.0: .nhc-acct-firstname */
}

/* Auth card should not squeeze content */
body.woocommerce-account.logged-in .auth-card,
body.woocommerce-account.logged-in #nhc-account-root{
  max-width:100%!important;width:100%!important;
}
body.woocommerce-account.logged-in .nhc-account .wrap{
  max-width:1100px!important;
}

/* Kill legacy Elementor JS tiles if they still appear */
.nhc-js-tiles, .nhc-dash-grid.nhc-js-tiles{display:none!important}
body.woocommerce-account.logged-in .nhc-tile{display:none!important}


/* ===== v1.1.23 — force account sidebar LEFT, content RIGHT ===== */
body.woocommerce-account.logged-in #nhc-account-root .woocommerce,
body.woocommerce-account.logged-in .woocommerce{
  display:grid!important;
  grid-template-columns:240px minmax(0,1fr)!important;
  grid-template-areas:"nav main"!important;
  gap:24px!important;align-items:start!important;
  width:100%!important;max-width:100%!important;
}
body.woocommerce-account.logged-in #nhc-account-root .woocommerce-MyAccount-navigation,
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{
  grid-area:nav!important;grid-column:1!important;grid-row:1!important;
  width:240px!important;max-width:240px!important;order:1!important;
}
body.woocommerce-account.logged-in #nhc-account-root .woocommerce-MyAccount-content,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content{
  grid-area:main!important;grid-column:2!important;grid-row:1!important;
  min-width:0!important;width:100%!important;max-width:100%!important;order:2!important;
}
/* Notices before nav/content still ok — span full if present */
body.woocommerce-account.logged-in .woocommerce > .woocommerce-notices-wrapper{
  grid-column:1 / -1!important;grid-row:auto!important;
}
@media(max-width:1024px){
  body.woocommerce-account.logged-in #nhc-account-root .woocommerce,
  body.woocommerce-account.logged-in .woocommerce{
    grid-template-columns:1fr!important;
    grid-template-areas:"nav" "main"!important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content{
    grid-column:1!important;width:100%!important;max-width:100%!important;
  }
}
/* Wishlist empty friendly */
body.woocommerce-account .wishlist_table:not(:has(tbody tr)),
body.woocommerce-account .tinv-wishlist .tinvwl-empty,
body.woocommerce-account .woocommerce-MyAccount-content .wishlist-empty{
  display:block!important;
}


/* ===== v1.1.24 — MOBILE-FIRST account layout (root-cause fix) =====
   Root cause of mobile side-by-side + one-letter wrapping:
   1) Base rule forced grid-template-columns:220px/240px 1fr at ALL widths
   2) v1.1.23 kept grid-column:2 on content below 1024px, creating an
      implicit second column even when template-areas was single-column
   3) .woocommerce-Addresses,.woocommerce-Address both got 2-col grid,
      so each address card became a tiny nested grid (one-word wrap)
*/

/* DEFAULT (mobile + tablet): ONE column, stacked */
body.woocommerce-account.logged-in #nhc-account-root .woocommerce,
body.woocommerce-account.logged-in .woocommerce,
body.woocommerce-account.logged-in #nhc-account-root > .woocommerce{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  gap:14px!important;
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  grid-template-columns:none!important;
  grid-template-areas:none!important;
}
body.woocommerce-account.logged-in #nhc-account-root .woocommerce-notices-wrapper,
body.woocommerce-account.logged-in .woocommerce > .woocommerce-notices-wrapper{
  width:100%!important;order:0!important;
}
body.woocommerce-account.logged-in #nhc-account-root .woocommerce-MyAccount-navigation,
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{
  display:block!important;
  width:100%!important;max-width:100%!important;
  min-width:0!important;
  order:1!important;
  grid-column:auto!important;grid-row:auto!important;grid-area:auto!important;
  background:#24382e!important;border-radius:14px!important;padding:10px!important;
  box-sizing:border-box!important;margin:0!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul{
  display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;
  overflow-x:auto!important;overflow-y:hidden!important;
  gap:8px!important;width:100%!important;max-width:100%!important;
  list-style:none!important;margin:0!important;padding:0!important;
  -webkit-overflow-scrolling:touch;scrollbar-width:thin;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li{
  flex:0 0 auto!important;width:auto!important;margin:0!important;padding:0!important;
  float:none!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a{
  display:inline-block!important;width:auto!important;white-space:nowrap!important;
  padding:10px 14px!important;border-radius:999px!important;
  color:#f4efe4!important;text-decoration:none!important;
  font:700 13px Figtree,sans-serif!important;box-sizing:border-box!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation .is-active a,
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li.is-active a{
  background:#c6a048!important;color:#24382e!important;
}
body.woocommerce-account.logged-in #nhc-account-root .woocommerce-MyAccount-content,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content{
  display:block!important;
  width:100%!important;max-width:100%!important;
  min-width:0!important; /* critical: allow shrink without overflow */
  order:2!important;
  grid-column:auto!important;grid-row:auto!important;grid-area:auto!important;
  float:none!important;
  background:#fff!important;border:1px solid #ddd4c4!important;border-radius:16px!important;
  padding:18px!important;box-sizing:border-box!important;
  overflow-x:hidden!important;overflow-wrap:anywhere!important;word-break:normal!important;
  writing-mode:horizontal-tb!important;white-space:normal!important;
}
/* DELETED 1.9.4: nuclear * + 1-col dash rules that fought tile layout → nhc-account.css */

/* Orders empty state — no overlap */
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message{
  display:flex!important;flex-direction:column!important;align-items:flex-start!important;
  gap:12px!important;position:static!important;float:none!important;
  width:100%!important;max-width:100%!important;box-sizing:border-box!important;
  padding:16px!important;margin:0 0 12px!important;
  background:#f8f3e9!important;border:1px solid #ddd4c4!important;border-radius:14px!important;
  writing-mode:horizontal-tb!important;white-space:normal!important;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message .button,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button,
body.woocommerce-account .woocommerce-MyAccount-content a.button{
  position:static!important;float:none!important;display:inline-block!important;
  margin:0!important;align-self:flex-start!important;
  white-space:nowrap!important;width:auto!important;max-width:100%!important;
}

/* Addresses — equal cards */
body.woocommerce-account .woocommerce-Addresses{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:14px!important;width:100%!important;max-width:100%!important;
  float:none!important;position:static!important;
}
body.woocommerce-account .woocommerce-Address,
body.woocommerce-account .u-column1.woocommerce-Address,
body.woocommerce-account .u-column2.woocommerce-Address,
body.woocommerce-account .col-1.woocommerce-Address,
body.woocommerce-account .col-2.woocommerce-Address{
  display:flex!important;flex-direction:column!important;gap:10px!important;
  width:100%!important;max-width:100%!important;min-width:0!important;
  float:none!important;position:static!important;clear:none!important;
  margin:0!important;left:auto!important;right:auto!important;top:auto!important;
  background:#f8f3e9!important;border:1px solid #ddd4c4!important;
  border-radius:14px!important;padding:16px!important;box-sizing:border-box!important;
}
body.woocommerce-account .woocommerce-Address address,
body.woocommerce-account .woocommerce-Address header,
body.woocommerce-account .woocommerce-Address h3,
body.woocommerce-account .woocommerce-Address title,
body.woocommerce-account .woocommerce-Address .title{
  width:100%!important;max-width:100%!important;min-width:0!important;
  writing-mode:horizontal-tb!important;white-space:normal!important;
  overflow-wrap:anywhere!important;float:none!important;display:block!important;
}
body.woocommerce-account .woocommerce-Address .edit,
body.woocommerce-account .woocommerce-Address a.edit{
  align-self:flex-start!important;margin-top:auto!important;
}

/* Auth card / wrap full width on small screens */
body.woocommerce-account.logged-in .auth-card,
body.woocommerce-account.logged-in #nhc-account-root,
body.woocommerce-account.logged-in .nhc-account .wrap{
  width:100%!important;max-width:100%!important;box-sizing:border-box!important;
  overflow-x:hidden!important;
}

/* DESKTOP only: true two-column sidebar + content */
@media (min-width:1025px){
  body.woocommerce-account.logged-in #nhc-account-root .woocommerce,
  body.woocommerce-account.logged-in .woocommerce{
    display:grid!important;
    grid-template-columns:240px minmax(0,1fr)!important;
    grid-template-areas:"nav main"!important;
    gap:24px!important;align-items:start!important;
    flex-direction:unset!important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{
    grid-area:nav!important;width:240px!important;max-width:240px!important;order:unset!important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul{
    flex-direction:column!important;overflow-x:visible!important;gap:6px!important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li{width:100%!important}
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a{
    display:block!important;width:100%!important;border-radius:10px!important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content{
    grid-area:main!important;min-width:0!important;width:auto!important;order:unset!important;
  }
  /* DELETED 1.9.4: dash cards columns → nhc-account.css */
  body.woocommerce-account .woocommerce-Addresses{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body.woocommerce-account.logged-in .nhc-account .wrap{
    max-width:1100px!important;
  }
}


/* ===== v1.1.25 — Addresses equal side-by-side (kill WC col floats) ===== */
body.woocommerce-account .woocommerce-Addresses,
body.woocommerce-account .woocommerce-MyAccount-content .u-columns.col2-set,
body.woocommerce-account .woocommerce-MyAccount-content .col2-set{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:14px!important;
  width:100%!important;max-width:100%!important;
  float:none!important;clear:both!important;
  position:static!important;
}
body.woocommerce-account .woocommerce-Addresses::before,
body.woocommerce-account .woocommerce-Addresses::after,
body.woocommerce-account .col2-set::before,
body.woocommerce-account .col2-set::after,
body.woocommerce-account .u-columns::before,
body.woocommerce-account .u-columns::after{
  content:none!important;display:none!important;
}
body.woocommerce-account .woocommerce-Address,
body.woocommerce-account .woocommerce-Addresses .woocommerce-Address,
body.woocommerce-account .col2-set .u-column1,
body.woocommerce-account .col2-set .u-column2,
body.woocommerce-account .col2-set .col-1,
body.woocommerce-account .col2-set .col-2,
body.woocommerce-account .woocommerce-Address.col-1,
body.woocommerce-account .woocommerce-Address.col-2{
  float:none!important;clear:none!important;
  position:static!important;left:auto!important;right:auto!important;top:auto!important;
  width:100%!important;max-width:100%!important;min-width:0!important;
  margin:0!important;padding:16px!important;
  display:flex!important;flex-direction:column!important;gap:10px!important;
  background:#f8f3e9!important;border:1px solid #ddd4c4!important;border-radius:14px!important;
  box-sizing:border-box!important;
}
body.woocommerce-account .woocommerce-Address .title,
body.woocommerce-account .woocommerce-Address header.title{
  display:flex!important;flex-direction:row!important;align-items:center!important;
  justify-content:space-between!important;gap:8px!important;width:100%!important;
  float:none!important;
}
body.woocommerce-account .woocommerce-Address .title h3,
body.woocommerce-account .woocommerce-Address address{
  float:none!important;width:100%!important;max-width:100%!important;
  writing-mode:horizontal-tb!important;white-space:normal!important;
}
@media (min-width:1025px){
  body.woocommerce-account .woocommerce-Addresses,
  body.woocommerce-account .woocommerce-MyAccount-content .u-columns.col2-set.addresses,
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.u-columns,
  body.woocommerce-account .woocommerce-Addresses.col2-set{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    align-items:stretch!important;
  }
  body.woocommerce-account .woocommerce-Address,
  body.woocommerce-account .col2-set .u-column1,
  body.woocommerce-account .col2-set .u-column2,
  body.woocommerce-account .col2-set .col-1,
  body.woocommerce-account .col2-set .col-2{
    width:auto!important;max-width:none!important;
  }
}

/* NHC: power-coupons drawer overflow contain (1.10.1) — #power-coupons-drawer fixed shell */
#power-coupons-drawer{
  position:fixed!important;
  inset:0!important;
  width:100%!important;
  max-width:100vw!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
#power-coupons-drawer .power-coupons-drawer-content{
  max-width:min(100vw,420px)!important;
  box-sizing:border-box!important;
}
/* Off-canvas closed state must not expand document */
#power-coupons-drawer[aria-hidden="true"],
#power-coupons-drawer:not(.is-open){
  pointer-events:none!important;
}
