/*
 * Sukha Premium 2.4.0 — one approved header/footer for every routed page.
 * This file is deliberately narrow and is enqueued after every surface layer.
 */

body.sukha-premium-routed .sukha-global-header *,
body.sukha-premium-routed .sukha-global-mobile-drawer *,
body.sukha-premium-routed .sukha-global-search *,
body.sukha-premium-routed .sukha-global-footer *,
body.sukha-premium-routed .sukha-global-whatsapp * { box-sizing: border-box; }

body.sukha-premium-routed.sukha-global-no-scroll { overflow: hidden; }
body.sukha-premium-routed .sukha-global-header a,
body.sukha-premium-routed .sukha-global-mobile-drawer a,
body.sukha-premium-routed .sukha-global-footer a,
body.sukha-premium-routed .sukha-global-whatsapp { color: inherit; text-decoration: none; }
body.sukha-premium-routed .sukha-global-header svg,
body.sukha-premium-routed .sukha-global-mobile-drawer svg,
body.sukha-premium-routed .sukha-global-search svg,
body.sukha-premium-routed .sukha-global-whatsapp svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

body.sukha-premium-routed .sukha-global-skip {
  position: fixed; z-index: 1200; top: 8px; left: 8px; padding: 10px 14px;
  background: #fff; color: #000; transform: translateY(-160%); transition: transform .18s ease;
}
body.sukha-premium-routed .sukha-global-skip:focus { transform: translateY(0); }

body.sukha-premium-routed .sukha-global-announcement.announcement {
  position: absolute; z-index: 1001; inset: 0 0 auto; height: 30px; display: flex;
  align-items: center; justify-content: center; gap: 9px; margin: 0; padding: 0;
  border: 0; background: #000; color: #fff; font-size: 11px; font-weight: 700;
  letter-spacing: .11em; line-height: 1;
}
body.sukha-premium-routed .sukha-global-announcement svg { width: 18px; height: 18px; flex: 0 0 auto; }

body.sukha-premium-routed .sukha-global-header.site-header {
  position: fixed; z-index: 1000; inset: 30px 0 auto; width: auto; max-width: none; height: 78px;
  display: grid; grid-template-columns: 130px minmax(0, 1fr) 130px; align-items: center;
  margin: 0; padding: 0 clamp(24px,4vw,72px); color: #fff; border: 0;
  border-bottom: 1px solid transparent; box-shadow: none;
  transition: top .22s ease,background-color .22s ease,border-color .22s ease,backdrop-filter .22s ease;
}
body.sukha-premium-routed .sukha-global-header--home { background: transparent; }
body.sukha-premium-routed .sukha-global-header--solid { background: rgba(5,6,6,.96); border-bottom-color: rgba(255,255,255,.08); }
body.sukha-premium-routed .sukha-global-header.is-scrolled {
  top: 0; background: rgba(5,6,6,.91); border-bottom-color: rgba(255,255,255,.1); backdrop-filter: blur(13px);
}
body.sukha-premium-routed .sukha-global-brand.brand { width: 74px; height: 62px; display: flex; align-items: center; margin: 0; padding: 0; }
body.sukha-premium-routed .sukha-global-brand.brand img {
  display: block; width: 74px !important; max-width: 74px !important; height: 74px !important; max-height: 74px !important;
  margin: 0; object-fit: contain; filter: brightness(0) invert(1);
}
body.sukha-premium-routed .sukha-global-desktop-nav.desktop-nav {
  position: static; width: auto; height: auto; display: flex; align-items: center; justify-content: center;
  gap: clamp(16px,1.9vw,30px); margin: 0; padding: 0; background: transparent; transform: none; opacity: 1; visibility: visible;
}
body.sukha-premium-routed .sukha-global-desktop-nav a {
  position: relative; display: block; padding: 30px 0 25px; color: #fff; font-size: 11px;
  font-weight: 650; letter-spacing: .045em; line-height: 1; text-transform: uppercase; white-space: nowrap;
}
body.sukha-premium-routed .sukha-global-desktop-nav a::after {
  content: ""; position: absolute; bottom: 21px; left: 0; width: 100%; height: 1px;
  background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .2s ease;
}
body.sukha-premium-routed .sukha-global-desktop-nav a:hover::after,
body.sukha-premium-routed .sukha-global-desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
body.sukha-premium-routed .sukha-global-header-actions.header-actions {
  width: auto; display: flex; align-items: center; justify-content: flex-end; gap: 3px; margin: 0; padding: 0;
}
body.sukha-premium-routed .sukha-global-icon.icon-button {
  position: relative; width: 42px; height: 42px; min-width: 0; min-height: 0; display: grid; place-items: center;
  margin: 0; padding: 0 !important; border: 0; border-radius: 0; background: transparent !important;
  color: #fff !important; box-shadow: none; cursor: pointer;
}
body.sukha-premium-routed .sukha-global-icon.icon-button svg { width: 23px; height: 23px; }
body.sukha-premium-routed .sukha-global-icon.cart-button > span {
  position: absolute; top: 1px; right: 0; width: 18px; height: 18px; display: grid; place-items: center;
  margin: 0; padding: 0; border: 0; border-radius: 50%; background: #fff; color: #000;
  font-size: 9px; font-weight: 800; line-height: 1;
}
body.sukha-premium-routed .sukha-global-menu-button { display: none !important; }

body.sukha-premium-routed .sukha-global-mobile-drawer {
  position: fixed; z-index: 1100; inset: 0; visibility: hidden; pointer-events: none;
}
body.sukha-premium-routed .sukha-global-mobile-drawer.is-open { visibility: visible; pointer-events: auto; }
body.sukha-premium-routed .sukha-global-drawer-backdrop {
  position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; padding: 0; border: 0;
  background: rgba(0,0,0,.58); opacity: 0; transition: opacity .22s ease; cursor: pointer;
}
body.sukha-premium-routed .sukha-global-mobile-drawer.is-open .sukha-global-drawer-backdrop { opacity: 1; }
body.sukha-premium-routed .sukha-global-mobile-panel {
  position: absolute; inset: 0 auto 0 0; width: min(440px,92vw); height: 100dvh; padding: 34px 32px;
  overflow-y: auto; background: #090a0a; color: #fff; transform: translateX(-100%);
  transition: transform .26s cubic-bezier(.25,.75,.2,1); box-shadow: 22px 0 60px rgba(0,0,0,.32);
}
body.sukha-premium-routed .sukha-global-mobile-drawer.is-open .sukha-global-mobile-panel { transform: translateX(0); }
body.sukha-premium-routed .sukha-global-mobile-panel > img {
  display: block; width: 94px !important; max-width: 94px !important; height: 94px !important; margin: 0 0 40px;
  object-fit: contain; filter: brightness(0) invert(1);
}
body.sukha-premium-routed .sukha-global-mobile-panel > .close-button {
  position: absolute; top: 24px; right: 24px; width: 44px; height: 44px; display: grid; place-items: center;
  margin: 0; padding: 0; border: 0; background: transparent; color: #fff; cursor: pointer;
}
body.sukha-premium-routed .sukha-global-mobile-panel > .close-button svg { width: 26px; height: 26px; }
body.sukha-premium-routed .sukha-global-mobile-panel nav { width: 100%; display: flex; flex-direction: column; margin: 0; padding: 0; }
body.sukha-premium-routed .sukha-global-mobile-panel nav a {
  width: 100%; min-height: 55px; display: flex; align-items: center; justify-content: space-between;
  margin: 0; padding: 0; border-bottom: 1px solid #2a2a2a; color: #fff;
  font-family: var(--font-sukha-display,"Arial Narrow",Arial,sans-serif); font-size: 26px; line-height: 1; text-transform: uppercase;
}
body.sukha-premium-routed .sukha-global-mobile-panel nav a svg { width: 22px; height: 22px; }
body.sukha-premium-routed .sukha-global-mobile-panel .mobile-contact {
  display: inline-block; margin-top: 34px; color: #b5b5b2; font-size: 9px; letter-spacing: .08em;
}

body.sukha-premium-routed .sukha-global-search {
  position: fixed; z-index: 1200; inset: 0; display: grid; place-items: center; padding: 32px;
  visibility: hidden; pointer-events: none; opacity: 0; background: rgba(7,8,8,.97); color: #fff;
  transition: opacity .2s ease,visibility .2s ease;
}
body.sukha-premium-routed .sukha-global-search.is-open { visibility: visible; pointer-events: auto; opacity: 1; }
body.sukha-premium-routed .sukha-global-search-close {
  position: absolute; top: 30px; right: 38px; width: 52px; height: 52px; margin: 0; padding: 0;
  border: 0; background: transparent; color: #fff; cursor: pointer;
}
body.sukha-premium-routed .sukha-global-search-close svg { width: 28px; height: 28px; }
body.sukha-premium-routed .sukha-global-search-dialog { width: min(780px,100%); margin: 0; padding: 0; border: 0; background: transparent; }
body.sukha-premium-routed .sukha-global-search-dialog .eyebrow { margin: 0 0 10px; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
body.sukha-premium-routed .sukha-global-search-dialog h2 {
  margin: 0 0 28px; color: #fff; font-family: var(--font-sukha-display,"Arial Narrow",Arial,sans-serif);
  font-size: clamp(50px,7vw,86px); font-weight: 700; line-height: .88; text-transform: uppercase;
}
body.sukha-premium-routed .sukha-global-search-dialog input[type="search"] {
  width: 100%; height: 62px; margin: 0; padding: 0 3px; border: 0; border-bottom: 1px solid #6d6d69;
  border-radius: 0; background: transparent; color: #fff; font-size: 20px; box-shadow: none; outline: none;
}
body.sukha-premium-routed .sukha-global-search-results { max-height: 44vh; margin-top: 20px; overflow-y: auto; }
body.sukha-premium-routed .sukha-global-search-results > a {
  display: grid; grid-template-columns: 58px minmax(0,1fr) auto; align-items: center; gap: 16px;
  padding: 10px 0; border-bottom: 1px solid #292929; color: #fff;
}
body.sukha-premium-routed .sukha-global-search-results img { width: 58px; height: 58px; object-fit: cover; }
body.sukha-premium-routed .sukha-global-search-results span { display: flex; flex-direction: column; gap: 3px; }
body.sukha-premium-routed .sukha-global-search-results strong { font-size: 11px; }
body.sukha-premium-routed .sukha-global-search-results small,
body.sukha-premium-routed .sukha-global-search-results > p { color: #aaa; font-size: 10px; }
body.sukha-premium-routed .sukha-global-search-results svg { width: 20px; height: 20px; }

body.sukha-premium-routed .sukha-global-footer.sukha-signature-footer {
  width: 100%; margin: 0; padding: 44px clamp(32px,6vw,100px) 14px; border: 0; background: #080909; color: #fff;
}
body.sukha-premium-routed .sukha-global-footer .footer-grid {
  width: min(1320px,100%); display: grid; grid-template-columns: 1.45fr .78fr .82fr 1.25fr;
  gap: 0; margin: 0 auto 28px; padding: 0;
}
body.sukha-premium-routed .sukha-global-footer .footer-brand {
  min-width: 0; display: grid; grid-template-columns: 82px minmax(0,1fr); align-items: start; gap: 18px;
  margin: 0; padding: 0 clamp(28px,4vw,58px) 0 0; border: 0;
}
body.sukha-premium-routed .sukha-global-footer .footer-brand > img {
  display: block; width: 82px !important; max-width: 82px !important; height: auto !important; margin: 0;
  object-fit: contain; filter: brightness(0) invert(1);
}
body.sukha-premium-routed .sukha-global-footer .footer-brand-copy { min-width: 0; }
body.sukha-premium-routed .sukha-global-footer .footer-brand p {
  max-width: 300px; margin: 0; color: #c2c2bf; font-size: 11px; line-height: 1.6;
}
body.sukha-premium-routed .sukha-global-footer .footer-socials { display: flex; gap: 14px; margin-top: 13px; }
body.sukha-premium-routed .sukha-global-footer .footer-socials a {
  width: 18px; height: 18px; display: grid; place-items: center; margin: 0; color: #d9d9d6;
}
body.sukha-premium-routed .sukha-global-footer .footer-socials svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.7; }
body.sukha-premium-routed .sukha-global-footer .footer-socials a:last-child svg { fill: currentColor; stroke: none; }
body.sukha-premium-routed .sukha-global-footer .footer-accordion {
  min-width: 0; margin: 0; padding: 0 0 0 clamp(26px,3.5vw,52px); border: 0; border-left: 1px solid #292a2a;
  background: transparent; color: #fff;
}
body.sukha-premium-routed .sukha-global-footer .footer-accordion > summary {
  display: flex; align-items: center; justify-content: space-between; margin: 0 0 19px; padding: 0;
  list-style: none; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .1em; cursor: default;
}
body.sukha-premium-routed .sukha-global-footer .footer-accordion > summary::-webkit-details-marker { display: none; }
body.sukha-premium-routed .sukha-global-footer .footer-accordion-icon { display: none; }
body.sukha-premium-routed .sukha-global-footer .footer-accordion-content { display: flex; flex-direction: column; align-items: flex-start; margin: 0; padding: 0; }
body.sukha-premium-routed .sukha-global-footer .footer-accordion-content > a {
  margin: 0 0 10px; padding: 0; color: #c5c5c2; font-size: 10.5px; line-height: 1.25;
}
body.sukha-premium-routed .sukha-global-footer .footer-accordion-content > a:hover { color: #fff; }
body.sukha-premium-routed .sukha-global-footer .payment-column { width: 100%; padding: 0; border: 0; }
body.sukha-premium-routed .sukha-global-footer .payment-marks {
  width: 100%; display: grid; grid-template-columns: repeat(3,max-content); align-items: center; gap: 10px 13px;
}
body.sukha-premium-routed .sukha-global-footer .payment-logo { min-width: 0; height: 31px; display: grid; place-items: center; }
body.sukha-premium-routed .sukha-global-footer .payment-logo img {
  display: block; width: auto; max-width: 88px; height: auto; max-height: 31px; object-fit: contain;
}
body.sukha-premium-routed .sukha-global-footer .payment-webpay img { width: 82px; }
body.sukha-premium-routed .sukha-global-footer .payment-visa img { width: 56px; }
body.sukha-premium-routed .sukha-global-footer .payment-mastercard img { width: 52px; }
body.sukha-premium-routed .sukha-global-footer .payment-amex img { width: 34px; }
body.sukha-premium-routed .sukha-global-footer .payment-redcompra { width: 124px; overflow: hidden; }
body.sukha-premium-routed .sukha-global-footer .payment-redcompra img { width: 108px; max-width: none; height: 24px; max-height: 24px; object-fit: cover; object-position: center; }
body.sukha-premium-routed .sukha-global-footer .footer-bottom {
  width: min(1320px,100%); display: flex; justify-content: center; margin: 0 auto; padding: 11px 0 0;
  border-top: 1px solid #282828; color: #7e7e7b; font-size: 8px; line-height: 1.3;
}

body.sukha-premium-routed .sukha-global-whatsapp.whatsapp-bubble {
  position: fixed !important; z-index: 950 !important; inset: auto auto 22px 22px !important;
  width: auto !important; min-width: 0 !important; max-width: none !important; height: auto !important; min-height: 0 !important;
  display: flex !important; align-items: center !important; gap: 11px !important; overflow: visible !important;
  margin: 0 !important; padding: 6px 16px 6px 6px !important; border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 999px !important; background: rgba(7,12,10,.9) !important; color: #fff !important;
  box-shadow: 0 14px 40px rgba(0,0,0,.28) !important; backdrop-filter: blur(13px); transform: none !important;
}
body.sukha-premium-routed .sukha-global-whatsapp .whatsapp-bubble-icon {
  position: relative !important; width: 48px !important; min-width: 48px !important; height: 48px !important; min-height: 48px !important;
  flex: 0 0 48px !important; display: grid !important; place-items: center !important;
  margin: 0 !important; padding: 0 !important; border-radius: 50% !important; background: #1e9d59 !important;
}
body.sukha-premium-routed .sukha-global-whatsapp .whatsapp-bubble-icon svg { width: 24px; height: 24px; }
body.sukha-premium-routed .sukha-global-whatsapp .whatsapp-bubble-icon i {
  position: absolute; right: 1px; bottom: 2px; width: 10px; height: 10px; border: 2px solid #08100c;
  border-radius: 50%; background: #65e39b;
}
body.sukha-premium-routed .sukha-global-whatsapp .whatsapp-bubble-copy { display: flex !important; flex-direction: column; gap: 1px; padding-right: 2px; }
body.sukha-premium-routed .sukha-global-whatsapp .whatsapp-bubble-copy small { color: rgba(255,255,255,.57); font-size: 7px; font-weight: 800; letter-spacing: .12em; }
body.sukha-premium-routed .sukha-global-whatsapp .whatsapp-bubble-copy strong { color: #fff; font-size: 10px; font-weight: 700; white-space: nowrap; }

/* Approved logged-out account composition, while retaining native Woo forms. */
body.woocommerce-account .sukha-account-shell.is-guest {
  min-height: 860px; grid-template-columns: minmax(300px,.82fr) minmax(650px,1.18fr); align-items: center;
  gap: clamp(42px,6vw,92px); padding: 150px max(32px,calc((100vw - 1320px)/2)) 84px;
  background: linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.52) 43%,rgba(0,0,0,.84)),var(--sukha-account-image) center/cover !important;
  color: #fff !important;
}
body.woocommerce-account .sukha-account-shell.is-guest::before { display: none !important; }
body.woocommerce-account .sukha-account-shell.is-guest .sukha-account-intro { align-self: center; color: #fff !important; }
body.woocommerce-account .sukha-account-shell.is-guest .sukha-account-intro :is(h1,h2,h3,p,span,strong,small) { color: inherit; }
body.woocommerce-account .sukha-account-shell.is-guest .sukha-account-native.login-panels,
body.woocommerce-account .sukha-account-shell.is-guest .sukha-account-native.login-panels > .woocommerce {
  width: 100% !important; max-width: none !important; min-width: 0; margin: 0 !important; padding: 0 !important;
  display: block !important; background: transparent !important; box-shadow: none !important;
}
body.woocommerce-account .sukha-account-shell.is-guest #customer_login {
  width: 100% !important; display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  align-items: stretch; gap: 0 !important; margin: 0 !important; padding: 0 !important;
}
body.woocommerce-account .sukha-account-shell.is-guest #customer_login::before,
body.woocommerce-account .sukha-account-shell.is-guest #customer_login::after { content: none !important; display: none !important; }
body.woocommerce-account .sukha-account-shell.is-guest #customer_login > :is(.u-column1,.u-column2) {
  width: 100% !important; min-width: 0; min-height: 510px; margin: 0 !important; padding: 42px 36px !important;
  float: none !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important;
}
body.woocommerce-account .sukha-account-shell.is-guest #customer_login > .u-column1 { background: #fff !important; color: #0a0b0b !important; }
body.woocommerce-account .sukha-account-shell.is-guest #customer_login > .u-column2 { background: #0a0b0b !important; color: #fff !important; }
body.woocommerce-account .sukha-account-shell.is-guest #customer_login form {
  width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important;
  border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important;
}
body.woocommerce-account .sukha-account-shell.is-guest #customer_login h2 {
  margin: 0 0 28px; color: inherit; font-family: var(--font-sukha-display,"Arial Narrow",Arial,sans-serif);
  font-size: clamp(30px,2.7vw,40px); font-weight: 700; line-height: .95; text-transform: uppercase;
}
body.woocommerce-account .sukha-account-shell.is-guest #customer_login .u-column2 h2 { font-size: clamp(28px,2.35vw,36px); }
body.woocommerce-account .sukha-account-shell.is-guest #customer_login h2::before {
  display: block; margin-bottom: 10px; font-family: inherit; font-size: 9px; font-weight: 800;
  letter-spacing: .14em; line-height: 1.2;
}
body.woocommerce-account .sukha-account-shell.is-guest #customer_login .u-column1 h2::before { content: "¿YA TIENES CUENTA?"; color: #777; }
body.woocommerce-account .sukha-account-shell.is-guest #customer_login .u-column2 h2::before { content: "¿ERES NUEVA?"; color: #aaa; }
body.woocommerce-account .sukha-account-shell.is-guest #customer_login .form-row {
  width: 100% !important; margin: 0 0 17px !important; padding: 0 !important; float: none !important;
}
body.woocommerce-account .sukha-account-shell.is-guest #customer_login .form-row > label:not(.woocommerce-form-login__rememberme) {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
body.woocommerce-account .sukha-account-shell.is-guest #customer_login :is(input.input-text,input[type="text"],input[type="email"],input[type="password"]) {
  width: 100% !important; min-height: 52px; margin: 0; padding: 0 15px !important; border-radius: 0 !important; box-shadow: none !important;
}
body.woocommerce-account .sukha-account-shell.is-guest #customer_login .u-column1 :is(input.input-text,input[type="text"],input[type="email"],input[type="password"]) {
  border: 1px solid #c9cbc8 !important; background: #fff !important; color: #0a0b0b !important;
}
body.woocommerce-account .sukha-account-shell.is-guest #customer_login .u-column2 :is(input.input-text,input[type="text"],input[type="email"],input[type="password"]) {
  border: 1px solid rgba(255,255,255,.34) !important; background: #151716 !important; color: #fff !important;
}
body.woocommerce-account .sukha-account-shell.is-guest #customer_login .u-column2 :is(h2,h3,p,label,a) { color: inherit !important; }
body.woocommerce-account .sukha-account-shell.is-guest #customer_login button.button {
  min-width: 132px; min-height: 50px !important; display: inline-flex !important; align-items: center; justify-content: center;
  padding: 0 24px !important; border-radius: 3px !important; font-size: 10px !important; font-weight: 800 !important;
  letter-spacing: .08em; text-transform: uppercase;
}
body.woocommerce-account .sukha-account-shell.is-guest #customer_login .u-column1 button.button { border: 1px solid #0a0b0b !important; background: #0a0b0b !important; color: #fff !important; }
body.woocommerce-account .sukha-account-shell.is-guest #customer_login .u-column2 button.button { border: 1px solid #fff !important; background: #fff !important; color: #0a0b0b !important; }
body.woocommerce-account .sukha-account-shell.is-guest #customer_login .woocommerce-form-login__rememberme {
  display: inline-flex; align-items: center; gap: 7px; margin: 0 12px 0 0; font-size: 9px;
}
body.woocommerce-account .sukha-account-shell.is-guest #customer_login .woocommerce-LostPassword { margin: 12px 0 0; font-size: 9px; }
body.woocommerce-account .sukha-account-shell.is-guest #customer_login .woocommerce-privacy-policy-text { color: #aaa; font-size: 10px; line-height: 1.45; }
body.woocommerce-account .sukha-account-shell.is-guest #customer_login .u-column2 .show-password-input::after { color: #fff !important; }

@media (min-width: 721px) {
  body.sukha-premium-routed .sukha-global-footer .footer-accordion:not([open]) > .footer-accordion-content { display: flex !important; }
}

@media (max-width: 1180px) {
  body.sukha-premium-routed .sukha-global-header.site-header { grid-template-columns: 110px minmax(0,1fr) 150px; padding-inline: 28px; }
  body.sukha-premium-routed .sukha-global-desktop-nav { gap: 15px; }
  body.sukha-premium-routed .sukha-global-desktop-nav a { font-size: 9px; }
  body.woocommerce-account .sukha-account-shell.is-guest {
    grid-template-columns: minmax(0,760px); justify-content: center; gap: 34px; padding-top: 136px;
  }
}

@media (max-width: 960px) {
  body.sukha-premium-routed .sukha-global-header.site-header { grid-template-columns: 74px minmax(0,1fr) 120px; }
  body.sukha-premium-routed .sukha-global-desktop-nav.desktop-nav { display: none !important; }
  body.sukha-premium-routed .sukha-global-header-actions { grid-column: 3; }
  body.sukha-premium-routed .sukha-global-header-actions > .account-link { display: none !important; }
  body.sukha-premium-routed .sukha-global-menu-button { display: grid !important; }
  body.sukha-premium-routed .sukha-global-footer .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); row-gap: 34px; }
}

@media (max-width: 720px) {
  body.sukha-premium-routed .sukha-global-announcement.announcement { height: 28px; gap: 6px; font-size: 8px; }
  body.sukha-premium-routed .sukha-global-announcement svg { width: 15px; height: 15px; }
  body.sukha-premium-routed .sukha-global-header.site-header {
    top: 28px; height: 66px; grid-template-columns: 58px minmax(0,1fr) 120px; padding-inline: 16px;
  }
  body.sukha-premium-routed .sukha-global-header--home { background: transparent; }
  body.sukha-premium-routed .sukha-global-header--solid { background: rgba(5,6,6,.97); }
  body.sukha-premium-routed .sukha-global-brand.brand,
  body.sukha-premium-routed .sukha-global-brand.brand img { width: 58px !important; max-width: 58px !important; height: 58px !important; max-height: 58px !important; }
  body.sukha-premium-routed .sukha-global-header-actions.header-actions { grid-column: 3; gap: 0; }
  body.sukha-premium-routed .sukha-global-icon.icon-button { width: 40px; height: 40px; }
  body.sukha-premium-routed .sukha-global-header-actions > .account-link { display: none !important; }
  body.sukha-premium-routed .sukha-global-mobile-panel { padding: 30px 26px 42px; }
  body.sukha-premium-routed .sukha-global-search { padding: 24px; }
  body.sukha-premium-routed .sukha-global-search-close { top: 18px; right: 18px; }
  body.sukha-premium-routed .sukha-global-search-dialog h2 { font-size: clamp(42px,13vw,62px); }

  body.sukha-premium-routed .sukha-global-footer.sukha-signature-footer { padding: 16px 14px 14px; }
  body.sukha-premium-routed .sukha-global-footer .footer-grid {
    grid-template-columns: 102px minmax(0,1fr); gap: 0 14px; margin: 0;
  }
  body.sukha-premium-routed .sukha-global-footer .footer-brand {
    grid-column: 1; grid-row: 1 / span 3; display: flex; flex-direction: column; align-items: center; gap: 7px;
    padding: 0 13px calc(72px + env(safe-area-inset-bottom)) 0; border-right: 1px solid #292a2a;
    transform: translateY(-10px);
  }
  body.sukha-premium-routed .sukha-global-footer .footer-brand > img { width: 58px !important; max-width: 58px !important; }
  body.sukha-premium-routed .sukha-global-footer .footer-brand-copy { text-align: center; }
  body.sukha-premium-routed .sukha-global-footer .footer-brand p { margin: 0; font-size: 7.5px; line-height: 1.45; }
  body.sukha-premium-routed .sukha-global-footer .footer-socials { justify-content: center; margin-top: 7px; }
  body.sukha-premium-routed .sukha-global-footer .footer-accordion {
    grid-column: 2; padding: 0; border: 0; border-bottom: 1px solid #292a2a;
  }
  body.sukha-premium-routed .sukha-global-footer .footer-accordion > summary {
    min-height: 40px; margin: 0; font-size: 8.5px; font-weight: 800; letter-spacing: .05em; cursor: pointer;
  }
  body.sukha-premium-routed .sukha-global-footer .footer-accordion-icon { display: inline-block; font-size: 20px; font-weight: 300; line-height: 1; }
  body.sukha-premium-routed .sukha-global-footer .footer-accordion-content { padding: 0 0 10px; }
  body.sukha-premium-routed .sukha-global-footer .footer-accordion-content > a { margin-bottom: 6px; font-size: 7.5px; }
  body.sukha-premium-routed .sukha-global-footer .footer-payment-accordion { border-bottom: 0; }
  body.sukha-premium-routed .sukha-global-footer .payment-marks { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 4px; }
  body.sukha-premium-routed .sukha-global-footer .payment-logo { width: auto; height: 22px; overflow: hidden; }
  body.sukha-premium-routed .sukha-global-footer .payment-logo img { max-width: 100%; max-height: 19px; }
  body.sukha-premium-routed .sukha-global-footer .payment-webpay img { width: 45px; }
  body.sukha-premium-routed .sukha-global-footer .payment-visa img { width: 28px; }
  body.sukha-premium-routed .sukha-global-footer .payment-mastercard img { width: 27px; }
  body.sukha-premium-routed .sukha-global-footer .payment-amex img { width: 21px; }
  body.sukha-premium-routed .sukha-global-footer .payment-redcompra { width: auto; }
  body.sukha-premium-routed .sukha-global-footer .payment-redcompra img { width: 43px; height: auto; object-fit: contain; }
  body.sukha-premium-routed .sukha-global-footer .footer-bottom {
    width: calc(100% - 116px); margin: 7px 0 0 116px; padding-top: 7px; justify-content: flex-start;
    border-top: 0; font-size: 6.8px; text-align: left;
  }
  body.sukha-premium-routed .sukha-global-whatsapp.whatsapp-bubble {
    inset: auto auto calc(14px + env(safe-area-inset-bottom)) 14px !important;
    width: 50px !important; min-width: 50px !important; max-width: 50px !important;
    height: 50px !important; min-height: 50px !important; max-height: 50px !important;
    gap: 0 !important; padding: 3px !important;
  }
  body.sukha-premium-routed .sukha-global-whatsapp .whatsapp-bubble-icon {
    width: 44px !important; min-width: 44px !important; height: 44px !important; min-height: 44px !important; flex-basis: 44px !important;
  }
  body.sukha-premium-routed .sukha-global-whatsapp .whatsapp-bubble-copy { display: none !important; }

  body.woocommerce-account .sukha-account-shell.is-guest {
    min-height: 0; grid-template-columns: minmax(0,1fr); gap: 26px; padding: 120px 16px 56px;
    background-position: 44% top !important;
  }
  body.woocommerce-account .sukha-account-shell.is-guest .sukha-account-intro { padding-inline: 4px; }
  body.woocommerce-account .sukha-account-shell.is-guest .sukha-account-intro h1 { font-size: 45px; }
  body.woocommerce-account .sukha-account-shell.is-guest #customer_login { grid-template-columns: minmax(0,1fr) !important; }
  body.woocommerce-account .sukha-account-shell.is-guest #customer_login > :is(.u-column1,.u-column2) {
    min-height: 0; padding: 30px 24px !important;
  }
}

body.admin-bar.sukha-premium-routed .sukha-global-announcement { top: 32px; }
body.admin-bar.sukha-premium-routed .sukha-global-header.site-header { top: 62px; }
body.admin-bar.sukha-premium-routed .sukha-global-header.is-scrolled { top: 32px; }
.sukha-premium-preview-bar + .sukha-premium-root .sukha-global-announcement.announcement { top: 42px; }
.sukha-premium-preview-bar + .sukha-premium-root .sukha-global-header.site-header { top: 72px; }
.sukha-premium-preview-bar + .sukha-premium-root .sukha-global-header.is-scrolled { top: 42px; }
.sukha-premium-preview-bar + .sukha-premium-root .hero { margin-top: 42px; }
@media (max-width: 782px) {
  body.admin-bar.sukha-premium-routed .sukha-global-announcement { top: 46px; }
  body.admin-bar.sukha-premium-routed .sukha-global-header.site-header { top: 74px; }
  body.admin-bar.sukha-premium-routed .sukha-global-header.is-scrolled { top: 46px; }
}

/* Private review mode stacks below WordPress' admin bar without changing the
 * public header. The preview ribbon is 42px desktop and 60px mobile. */
body.admin-bar.sukha-premium-routed .sukha-premium-preview-bar + .sukha-premium-root .sukha-global-announcement.announcement { top: 74px; }
body.admin-bar.sukha-premium-routed .sukha-premium-preview-bar + .sukha-premium-root .sukha-global-header.site-header { top: 104px; }
body.admin-bar.sukha-premium-routed .sukha-premium-preview-bar + .sukha-premium-root .sukha-global-header.is-scrolled { top: 74px; }
@media (max-width: 782px) {
  body.admin-bar.sukha-premium-routed .sukha-premium-preview-bar + .sukha-premium-root .sukha-global-announcement.announcement { top: 106px; }
  body.admin-bar.sukha-premium-routed .sukha-premium-preview-bar + .sukha-premium-root .sukha-global-header.site-header { top: 134px; }
  body.admin-bar.sukha-premium-routed .sukha-premium-preview-bar + .sukha-premium-root .sukha-global-header.is-scrolled { top: 106px; }
  body.admin-bar.sukha-premium-routed .sukha-premium-preview-bar + .sukha-premium-root .hero { margin-top: 60px; }
}

@media (prefers-reduced-motion: reduce) {
  body.sukha-premium-routed .sukha-global-header,
  body.sukha-premium-routed .sukha-global-mobile-panel,
  body.sukha-premium-routed .sukha-global-search { transition: none !important; }
}
