/* =====================================================================
   Hau & Miau - CHROME stream: header, hierarchical menu, search overlay,
   drawer cart, cart / checkout / my account pages, 404, footer, empty
   states, loading states. Overrides main.css (loaded before) with
   equal-or-higher specificity. Spec: 10.1, 12.1, 12.2, 12.3, 12.4.
   ===================================================================== */
:root{--hm-focus:0 0 0 3px #fff,0 0 0 6px var(--hm-olive);--hm-err:#B3261E;--hm-err-bg:#FDECEC;--hm-err-line:#F3C4C4;--hm-ok-bg:#E9F1DD}
[hidden]{display:none!important}
.hm-ltr,input.hm-ltr,.woocommerce form .form-row input.hm-ltr{direction:ltr;text-align:left;unicode-bidi:isolate}
.hm-ltr::placeholder,input.hm-ltr::placeholder{direction:rtl;text-align:right}
body.hm-lock{overflow:hidden;touch-action:none}
/* focus rings (visible, on all interactive chrome) */
.hm-topbar a:focus-visible,.hm-header a:focus-visible,.hm-header button:focus-visible,.hm-nav a:focus-visible,.hm-nav button:focus-visible,
.hm-drawer a:focus-visible,.hm-drawer button:focus-visible,.hm-footer a:focus-visible,.hm-footer button:focus-visible,.hm-footer input:focus-visible,
.hm-search-ov a:focus-visible,.hm-search-ov button:focus-visible,.hm-search-ov input:focus-visible,.hm-404 a:focus-visible,.hm-404 button:focus-visible,.hm-404 input:focus-visible,
.woocommerce-cart a:focus-visible,.woocommerce-cart button:focus-visible,.woocommerce-cart input:focus-visible,
.woocommerce-checkout a:focus-visible,.woocommerce-checkout button:focus-visible,.woocommerce-checkout input:focus-visible,.woocommerce-checkout select:focus-visible,.woocommerce-checkout textarea:focus-visible,
.woocommerce-account a:focus-visible,.woocommerce-account button:focus-visible,.woocommerce-account input:focus-visible,.woocommerce-account select:focus-visible{outline:none;box-shadow:var(--hm-focus)}
.hm-header .hm-search input:focus-visible,.hm-search-ov .hm-search input:focus-visible,.hm-404 .hm-search input:focus-visible{box-shadow:none}
.hm-search:focus-within{border-color:var(--hm-olive);box-shadow:0 0 0 3px var(--hm-olive-soft)}
/* buttons: loading (spinner inside, label stays), disabled */
.hm-btn{position:relative}
.hm-btn.is-loading{pointer-events:none;cursor:progress}
.hm-btn.is-loading::before{content:"";width:18px;height:18px;flex:none;border-radius:50%;border:2.5px solid rgba(255,255,255,.4);border-top-color:#fff;animation:hm-spin .7s linear infinite}
.hm-btn--ghost.is-loading::before,.hm-btn--light.is-loading::before{border-color:rgba(94,143,46,.3);border-top-color:var(--hm-olive)}
.hm-btn.is-loading svg{display:none}
.hm-btn:active{transform:translateY(0)}
.hm-btn[disabled],.hm-btn[aria-disabled="true"]{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}
.hm-btn--primary:focus-visible,.hm-btn--buy:focus-visible{box-shadow:0 0 0 3px #fff,0 0 0 6px var(--hm-ink)}
.hm-btn--lg{min-height:52px;font-size:17px}
@keyframes hm-spin{to{transform:rotate(360deg)}}
.hm-spinner{display:inline-block;width:28px;height:28px;border-radius:50%;border:3px solid var(--hm-olive-soft);border-top-color:var(--hm-olive);animation:hm-spin .7s linear infinite}
.hm-form-msg{margin:6px 0 10px;font-size:14px;color:var(--hm-err);background:var(--hm-err-bg);border:1px solid var(--hm-err-line);border-radius:12px;padding:8px 12px}
.hm-form-msg:empty{display:none}
.hm-linkbtn{background:none;border:0;padding:0;font:inherit;font-weight:700;color:var(--hm-olive-dark);cursor:pointer;text-decoration:underline;text-underline-offset:3px}
.hm-linkbtn:hover{color:var(--hm-olive)}
/* toast (feedback after AJAX errors when the drawer is closed) */
.hm-toast{position:fixed;bottom:calc(20px + env(safe-area-inset-bottom));left:50%;transform:translate(-50%,20px);z-index:130;background:var(--hm-ink);color:#fff;border-radius:999px;padding:12px 20px;font-size:14px;font-weight:600;box-shadow:var(--hm-shadow-hover);opacity:0;transition:opacity .2s,transform .2s;max-width:calc(100vw - 32px);text-align:center}
.hm-toast.is-on{opacity:1;transform:translate(-50%,0)}
.hm-toast.is-error{background:var(--hm-err)}

/* ---------- Empty states (spec 12.3) ---------- */
.hm-empty{text-align:center;padding:36px 16px;color:var(--hm-text)}
.hm-empty__icon{display:inline-grid;place-items:center;width:72px;height:72px;border-radius:50%;background:var(--hm-olive-soft);color:var(--hm-olive-dark);margin-bottom:14px}
.hm-empty__icon svg{width:36px;height:36px}
.hm-empty__title{font-size:22px;margin:0 0 8px;color:var(--hm-ink)}
.hm-empty__text{max-width:36ch;margin:0 auto 18px;font-size:15px;line-height:1.6}
.hm-empty .hm-btn{width:auto;min-width:200px}
.hm-empty .hm-btn+.hm-btn{margin-top:8px}
.hm-empty--page{background:#fff;border:1px solid var(--hm-line);border-radius:var(--hm-radius-xl);padding:56px 24px;max-width:720px;margin:24px auto 40px}
.hm-empty--page .hm-empty__title{font-size:clamp(26px,3vw,34px)}
.hm-empty--page .hm-empty__text{font-size:17px}
.hm-empty__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:22px}
.hm-empty__actions .hm-btn+.hm-btn{margin-top:0}
.hm-empty__links{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:center;gap:8px}
.hm-empty__links a{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border-radius:999px;border:1px solid var(--hm-line);background:#fff;color:var(--hm-text);font-size:14px;font-weight:600}
.hm-empty__links a:hover{border-color:var(--hm-olive);color:var(--hm-olive-dark);background:var(--hm-olive-soft)}

/* ---------- Topbar ---------- */
.hm-topbar .hm-container{min-height:36px}
.hm-topbar__account{min-height:36px;padding:0 4px}
.hm-topbar__account svg,.hm-topbar__ship svg{width:16px;height:16px;flex:none}
.hm-topbar__ship{color:var(--hm-olive-dark);font-weight:600}
.hm-topbar__ship bdi{font-weight:700}
@media (max-width:900px){
  .hm-topbar .hm-container{justify-content:center;min-height:32px}
  .hm-topbar__account{display:none}
  .hm-topbar__ship{font-size:12px}
  .hm-topbar__sep,.hm-topbar__more{display:none}
}

/* ---------- Header ---------- */
.hm-header{box-shadow:0 1px 0 #EFE7DA}
.hm-header.is-scrolled{box-shadow:0 6px 24px rgba(60,50,20,.08)}
.hm-header .hm-container{min-height:96px}
.hm-header__logo{display:inline-flex;align-items:center;justify-self:center}
.hm-header__logo img{height:72px;width:auto;aspect-ratio:280/104}
.hm-header__start{gap:4px}
.hm-header__end{gap:6px}
.hm-burger,.hm-search-toggle,.hm-header__account,.hm-cart-btn{width:44px;height:44px;border-radius:50%;display:inline-grid;place-items:center;border:0;background:transparent;color:var(--hm-ink);cursor:pointer;transition:background .15s}
.hm-burger:hover,.hm-search-toggle:hover,.hm-header__account:hover,.hm-cart-btn:hover{background:#fff;color:var(--hm-olive-dark)}
.hm-search-toggle svg,.hm-header__account svg{width:24px;height:24px}
.hm-burger{display:none;flex-direction:column;justify-content:center;gap:5px;padding:10px}
.hm-burger span{display:block;width:22px;height:2.5px;background:currentColor;border-radius:3px;transition:transform .2s,opacity .2s}
.hm-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
.hm-burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.hm-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}
.hm-search-toggle{display:none}
.hm-header .hm-search{min-width:240px;height:44px}
.hm-header .hm-search input{min-width:0;font-size:15px}
.hm-header .hm-search button{width:36px;height:36px;border-radius:50%}
.hm-header .hm-search button:hover{background:var(--hm-olive-soft);color:var(--hm-olive-dark)}
.hm-cart-btn__count{top:0;left:0;min-width:20px;height:20px;line-height:1;background:var(--hm-orange);color:#fff;font-size:12px;font-weight:800;box-shadow:0 0 0 2px var(--hm-cream);transition:transform .2s}
.hm-cart-btn__count.is-bump{animation:hm-bump .3s ease}
@keyframes hm-bump{50%{transform:scale(1.35)}}
@media (max-width:900px){
  .hm-header .hm-container{grid-template-columns:1fr auto 1fr;min-height:72px;gap:8px}
  .hm-header__logo img{height:52px}
  .hm-burger{display:inline-flex}
  .hm-search-toggle{display:inline-grid}
  .hm-header .hm-search,.hm-header__account{display:none}
}

/* ---------- Desktop nav / hierarchical menu (spec 10.1) ---------- */
.hm-nav{border-bottom:1px solid #EFE7DA}
.hm-nav__top{display:none}
.hm-nav__foot{display:none}
.hm-menu{gap:2px}
.hm-menu__top{min-height:44px;font-size:15px;transition:background .15s,color .15s}
.hm-menu__top svg{width:14px;height:14px;transition:transform .2s;opacity:.7}
.hm-menu__item.is-open>.hm-menu__top svg{transform:rotate(180deg)}
.hm-menu__item.is-current>.hm-menu__top{color:var(--hm-olive-dark);box-shadow:inset 0 -3px 0 var(--hm-olive)}
.hm-menu .is-cta.is-current>.hm-menu__top{color:var(--hm-orange);box-shadow:inset 0 -3px 0 var(--hm-orange)}
.hm-menu .is-cta>.hm-menu__top:hover{background:#FDEBDD;color:var(--hm-orange-dark)}
.hm-menu .is-pets>.hm-menu__top svg{display:none}
.hm-sub{min-width:260px;padding:8px}
.hm-sub a{min-height:44px;display:flex;align-items:center;transition:background .15s}
.hm-sub a[aria-current="page"]{color:var(--hm-olive-dark);background:var(--hm-olive-soft)}
.hm-nav .hm-menu .hm-sub{display:none}
.hm-nav .hm-menu .hm-menu__item.is-open>.hm-sub{display:flex;animation:hm-fade .18s ease}
@keyframes hm-fade{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}
@media (min-width:901px){
  .hm-nav__close{display:none}
}

/* ---------- Mobile fullscreen menu ---------- */
@media (max-width:900px){
  .hm-nav{display:block;position:fixed;inset:0;z-index:120;background:var(--hm-cream);padding:0;overflow:auto;-webkit-overflow-scrolling:touch;visibility:hidden;opacity:0;transform:translateX(24px);transition:opacity .22s ease,transform .22s ease,visibility 0s .22s;border:0}
  .hm-nav.is-open{visibility:visible;opacity:1;transform:none;transition:opacity .22s ease,transform .22s ease}
  .hm-nav__top{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 12px 12px;border-bottom:1px solid #EFE7DA;position:sticky;top:0;background:var(--hm-cream);z-index:2}
  .hm-nav__title{font-weight:800;font-size:18px;color:var(--hm-ink)}
  .hm-nav__close{position:static;width:44px;height:44px;border:0;background:#fff;border-radius:50%;box-shadow:var(--hm-shadow);display:grid;place-items:center;color:var(--hm-ink);cursor:pointer}
  .hm-nav__close svg{width:20px;height:20px}
  .hm-nav .hm-menu{flex-direction:column;align-items:stretch;gap:0;padding:8px 12px 16px}
  .hm-menu__item{border-bottom:1px solid #EFE7DA}
  .hm-menu__item:last-child{border-bottom:0}
  .hm-menu__top{width:100%;justify-content:space-between;font-size:17px;min-height:52px;padding:12px 8px;border-radius:12px}
  .hm-menu__top:hover{background:transparent}
  .hm-menu__item.is-current>.hm-menu__top{box-shadow:none;background:var(--hm-olive-soft)}
  .hm-menu__top svg{width:18px;height:18px}
  .hm-menu .is-cta>.hm-menu__top{color:var(--hm-orange)}
  .hm-nav .hm-menu .hm-sub{position:static;box-shadow:none;border:0;background:#fff;border-radius:12px;margin:0 0 10px;padding:6px;animation:none}
  .hm-sub a{font-size:16px;min-height:48px;padding:10px 12px}
  .hm-nav__foot{display:flex;flex-direction:column;gap:6px;padding:8px 12px calc(24px + env(safe-area-inset-bottom));border-top:1px solid #EFE7DA;margin:0 12px}
  .hm-nav__acct{display:flex;align-items:center;gap:10px;min-height:48px;padding:8px;color:var(--hm-ink);font-weight:600;border-radius:12px}
  .hm-nav__acct svg{width:20px;height:20px;color:var(--hm-olive-dark)}
}

/* ---------- Search overlay (mobile) ---------- */
.hm-search-ov{position:fixed;inset:0;z-index:125;background:rgba(30,30,25,.45);display:flex;align-items:flex-start;justify-content:center;padding:12px}
.hm-search-ov__panel{position:relative;width:100%;max-width:560px;background:var(--hm-cream);border-radius:20px;padding:16px 16px 18px;box-shadow:var(--hm-shadow-hover);animation:hm-fade .18s ease}
.hm-search-ov .hm-search{display:flex;height:52px;padding-inline-end:56px;min-width:0;width:100%;border-radius:999px;background:#fff;border:1px solid #E6DFD1}
.hm-search-ov .hm-search input{font-size:16px;flex:1;min-width:0}
.hm-search-ov .hm-search button{width:40px;height:40px;border-radius:50%;color:var(--hm-olive-dark)}
.hm-search-ov__close{position:absolute;top:20px;left:22px;width:44px;height:44px;border:0;background:transparent;border-radius:50%;display:grid;place-items:center;color:var(--hm-ink);cursor:pointer}
.hm-search-ov__close:hover{background:#fff}
.hm-search-ov__close svg{width:20px;height:20px}
.hm-search-ov__hint{margin:16px 0 8px;font-size:13px;color:var(--hm-muted);font-weight:700}
.hm-search-ov__links{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}
.hm-search-ov__links a{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border-radius:999px;background:#fff;border:1px solid #E6DFD1;color:var(--hm-text);font-weight:600;font-size:14px}
.hm-search-ov__links a:hover{border-color:var(--hm-olive);color:var(--hm-olive-dark)}

/* ---------- Drawer cart (spec 12.1) ---------- */
.hm-drawer{z-index:140}
.hm-drawer__panel{width:min(440px,100%);background:#FBF8F2;transition:transform .25s ease}
.hm-drawer__panel:focus{outline:none}
.hm-drawer__head{padding:16px 20px;background:#fff}
.hm-drawer__head h3{font-size:20px}
.hm-drawer__close{width:44px;height:44px;display:grid;place-items:center;background:var(--hm-cream);box-shadow:none;border:1px solid var(--hm-line);color:var(--hm-ink);transition:background .15s}
.hm-drawer__close:hover{background:var(--hm-olive-soft);color:var(--hm-olive-dark)}
.hm-drawer__close svg{width:20px;height:20px}
.hm-drawer__body{padding:8px 20px 16px;position:relative}
.hm-drawer__loading{position:absolute;inset:0;display:none;align-items:center;justify-content:center;background:rgba(251,248,242,.6);z-index:3;backdrop-filter:blur(1px)}
.hm-drawer.is-busy .hm-drawer__loading{display:flex}
.hm-drawer.is-busy .hm-drawer__body{opacity:.55}
.hm-drawer.is-busy .hm-drawer__body .hm-mini-item{position:relative;overflow:hidden}
.hm-drawer.is-busy .hm-drawer__body .hm-mini-item::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);transform:translateX(-100%);animation:hm-shimmer 1s infinite}
@keyframes hm-shimmer{to{transform:translateX(100%)}}
.hm-drawer__error{margin:0 20px 10px;font-size:14px;color:var(--hm-err);background:var(--hm-err-bg);border:1px solid var(--hm-err-line);border-radius:12px;padding:8px 12px}
.hm-mini-list{list-style:none;margin:0;padding:0}
.hm-mini-item{grid-template-columns:72px 1fr auto;gap:12px;padding:12px 0;align-items:start;border-bottom:1px solid #EFE7DA}
.hm-mini-item__thumb{width:72px;height:72px;border-radius:12px;background:#fff;overflow:hidden;border:1px solid #EFE7DA}
.hm-mini-item__thumb img{width:100%;height:100%;object-fit:cover;border-radius:0}
.hm-mini-item__main{min-width:0}
.hm-mini-item__name{font-size:15px;line-height:1.35;margin:0 0 2px}
.hm-mini-item__name a{color:var(--hm-ink)}
.hm-mini-item__name a:hover{color:var(--hm-olive-dark)}
.hm-mini-item__meta{font-size:12px;color:var(--hm-muted);margin:0}
.hm-mini-item__unit{font-size:13px;color:var(--hm-muted);margin:0 0 6px}
.hm-mini-item__gift{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--hm-olive-dark);font-weight:700;margin:0}
.hm-mini-item__gift svg{width:16px;height:16px}
.hm-mini-item__ctl{display:inline-flex;align-items:center;gap:0;border:1px solid var(--hm-line);border-radius:999px;background:#fff;height:44px;margin-top:0}
.hm-mini-item__ctl .hm-qty{width:44px;height:42px;border:0;border-radius:999px;background:transparent;display:grid;place-items:center;color:var(--hm-olive-dark);cursor:pointer;transition:background .15s}
.hm-mini-item__ctl .hm-qty:hover{background:var(--hm-olive-soft)}
.hm-mini-item__ctl .hm-qty[disabled]{opacity:.35;cursor:not-allowed}
.hm-mini-item__ctl .hm-qty svg{width:16px;height:16px}
.hm-mini-item__n{min-width:28px;text-align:center;font-weight:800;font-size:15px}
.hm-mini-item__side{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:8px;min-height:72px}
.hm-mini-item__price{font-size:16px;color:var(--hm-ink)}
.hm-mini-item__price--gift{color:var(--hm-olive-dark)}
.hm-mini-item__remove{width:44px;height:44px;margin:-6px -12px -8px 0;border:0;background:transparent;border-radius:50%;display:grid;place-items:center;color:var(--hm-muted);cursor:pointer;transition:background .15s,color .15s}
.hm-mini-item__remove:hover{background:var(--hm-err-bg);color:var(--hm-err)}
.hm-mini-item__remove svg{width:18px;height:18px}
.hm-mini-item--gift{background:var(--hm-olive-soft);border-radius:14px;padding:10px;border:0;margin-top:8px}
.hm-mini-item--gift .hm-mini-item__side{min-height:0}
.hm-mini-item--upsell{border-bottom:0;align-items:center}
.hm-mini-item--upsell .hm-mini-item__side{min-height:0;justify-content:center}
.hm-mini-item--upsell .hm-btn{min-height:40px;padding:0 14px}
.hm-drawer__upsell{margin-top:14px;background:#fff;border:1px solid #EFE7DA;border-radius:16px;padding:6px 12px 2px}
.hm-drawer__upsell h4{font-size:14px;color:var(--hm-olive-dark);margin:8px 0 0}
.hm-drawer__empty{padding:32px 8px}
.hm-drawer__foot{padding:14px 20px calc(14px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #EFE7DA}
.hm-drawer__foot[data-empty="1"]{padding-top:10px}
.hm-drawer .hm-giftbar{margin-bottom:10px;display:flex;flex-direction:column;gap:2px}
.hm-giftbar__now{display:inline-flex;align-items:center;gap:6px}
.hm-giftbar__now svg{width:16px;height:16px;flex:none}
.hm-shipbar{margin-bottom:12px;font-size:14px;color:var(--hm-text)}
.hm-shipbar__text{display:inline-flex;align-items:center;gap:6px;font-weight:600}
.hm-shipbar__text svg{width:16px;height:16px;color:var(--hm-olive-dark);flex:none}
.hm-shipbar.is-done .hm-shipbar__text{color:var(--hm-olive-dark)}
.hm-shipbar__track{height:8px;background:#EFE7DA;border-radius:4px;overflow:hidden;margin-top:6px}
.hm-shipbar__fill{width:100%!important;height:100%;background:var(--hm-olive);border-radius:4px;transform-origin:right center;transition:transform .3s ease}
.hm-shipbar.is-done .hm-shipbar__fill{background:var(--hm-olive-dark)}
.hm-drawer__total{font-size:18px;margin-bottom:4px}
.hm-drawer__note{font-size:12px;color:var(--hm-muted);margin:0 0 10px}
.hm-drawer .hm-btn{width:100%}
.hm-drawer .hm-btn+.hm-btn{margin-top:8px}
.hm-express{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}
.hm-express__label{grid-column:1/-1;font-size:12px;color:var(--hm-muted);text-align:center;margin:0}
.hm-express__btn{height:40px;border-radius:12px;border:1px solid #D9D2C4;background:#f2efe8;color:#8A8A84;font-weight:700;display:flex;align-items:center;justify-content:center;gap:6px;font-size:14px;direction:ltr;user-select:none}
.hm-express__btn.bit{font-style:italic;letter-spacing:.02em}
.hm-express--drawer{margin-top:14px;padding-top:12px;border-top:1px dashed #EFE7DA}
.hm-express--checkout{margin:0 auto 6px;max-width:520px}
.hm-express--checkout .hm-express__btn{height:44px}
.hm-express__or{text-align:center;font-size:13px;color:var(--hm-muted);margin:0 0 20px}
.hm-express button{display:none}
@media (max-width:520px){.hm-drawer__panel{width:100%}}

/* ---------- Woo shared: forms, notices, tables ---------- */
.woocommerce form .form-row{margin-bottom:16px}
.woocommerce form .form-row label{font-size:14px}
.woocommerce form .form-row .optional{color:var(--hm-muted);font-weight:400;font-size:12px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container--default .select2-selection--single{border-color:#DCD4C4;transition:border-color .15s,box-shadow .15s;color:var(--hm-ink)}
.woocommerce form .form-row input.input-text::placeholder,.woocommerce form .form-row textarea::placeholder{color:#A8A69E}
.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row textarea:focus,.woocommerce form .form-row select:focus{border-color:var(--hm-olive);box-shadow:0 0 0 3px var(--hm-olive-soft);outline:none}
.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select,.woocommerce form .form-row.woocommerce-invalid textarea{border-color:var(--hm-err);box-shadow:0 0 0 3px var(--hm-err-bg)}
.woocommerce form .form-row.woocommerce-validated input.input-text{border-color:var(--hm-olive)}
.woocommerce form .form-row .required{color:var(--hm-orange);text-decoration:none}
.woocommerce form .form-row .description,.woocommerce form .form-row .hm-field__desc{display:block;font-size:12px;color:var(--hm-muted);margin-top:6px}
.woocommerce form .form-row .hm-field__error,.woocommerce form .form-row .checkout-inline-error-message{display:block;font-size:13px;color:var(--hm-err);margin-top:6px;font-weight:600}
.woocommerce form .form-row .hm-field__error::before,.woocommerce form .form-row .checkout-inline-error-message::before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--hm-err);margin-inline-end:6px;vertical-align:middle}
.woocommerce form .form-row .woocommerce-input-wrapper{position:relative}
.woocommerce form .form-row .woocommerce-input-wrapper .hm-country-static,.woocommerce form .form-row .woocommerce-input-wrapper strong{display:flex;align-items:center;height:48px;padding:0 14px;border:1px solid #EAE3D5;border-radius:var(--hm-radius-md);background:#F7F3EA;color:var(--hm-text);font-weight:600}
.woocommerce form .form-row .woocommerce-input-wrapper input[type="hidden"]+strong{margin:0}
.woocommerce form .form-row-first,.woocommerce form .form-row-last{width:calc(50% - 8px)}
.woocommerce form .form-row-first{float:right}
.woocommerce form .form-row-last{float:left}
.woocommerce form .form-row-wide{clear:both}
@media (max-width:640px){.woocommerce form .form-row-first,.woocommerce form .form-row-last{width:100%;float:none}}
.hm-check{display:inline-flex;align-items:center;gap:8px;min-height:44px;cursor:pointer;color:var(--hm-text)}
.hm-check input,.woocommerce-form__input-checkbox,.woocommerce form .form-row input[type="checkbox"]{width:20px;height:20px;accent-color:var(--hm-olive);margin:0;flex:none;cursor:pointer}
.woocommerce-form__label-for-checkbox{display:inline-flex;align-items:center;gap:8px;min-height:44px;cursor:pointer}
.woocommerce-form__label-for-checkbox span{font-weight:600;color:var(--hm-text)}
/* notices */
.woocommerce-notices-wrapper:empty{display:none}
.woocommerce-message,.woocommerce-info,.woocommerce-error,.wc-block-components-notice-banner{list-style:none;margin:0 0 20px;padding:14px 16px 14px 18px;border-radius:14px;border:1px solid var(--hm-line);border-inline-start:5px solid var(--hm-olive);background:#fff;color:var(--hm-text);font-size:15px;line-height:1.5;display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;justify-content:space-between}
.woocommerce-message::before,.woocommerce-info::before,.woocommerce-error::before{display:none}
.woocommerce-error{border-inline-start-color:var(--hm-err);background:var(--hm-err-bg);color:var(--hm-err);flex-direction:column;align-items:flex-start;gap:6px}
.woocommerce-error li{font-weight:600}
.woocommerce-error a{color:var(--hm-err);text-decoration:underline}
.woocommerce-info{border-inline-start-color:var(--hm-orange)}
.woocommerce-message .button,.woocommerce-info .button,.woocommerce-error .button,.woocommerce-message .restore-item{order:2;padding:8px 16px!important;min-height:40px;font-size:14px!important;display:inline-flex;align-items:center}
.woocommerce-message .button.wc-forward{margin-inline-start:auto}
.woocommerce-message .restore-item{background:transparent!important;color:var(--hm-olive-dark)!important;text-decoration:underline;padding:0!important}
/* generic Woo buttons on our pages */
.woocommerce .button,.woocommerce button.button,.woocommerce a.button,.woocommerce input.button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;line-height:1!important;transition:background .15s,transform .15s}
.woocommerce .button:hover,.woocommerce button.button:hover,.woocommerce a.button:hover{background:var(--hm-olive-dark)!important;color:#fff!important}
.woocommerce .hm-btn--ghost.button,.woocommerce button.hm-btn--ghost.button{background:transparent!important;color:var(--hm-olive-dark)!important;border:2px solid var(--hm-olive)!important}
.woocommerce .hm-btn--ghost.button:hover,.woocommerce button.hm-btn--ghost.button:hover{background:var(--hm-olive-soft)!important;color:var(--hm-olive-dark)!important}
.woocommerce .button.alt:hover,.woocommerce #place_order:hover{background:var(--hm-orange-dark)!important}
.woocommerce .button.is-loading,.woocommerce button.button.is-loading{pointer-events:none;cursor:progress}
.woocommerce .button.is-loading::before{content:"";width:18px;height:18px;border-radius:50%;border:2.5px solid rgba(255,255,255,.4);border-top-color:#fff;animation:hm-spin .7s linear infinite;flex:none}
.woocommerce .hm-btn--ghost.button.is-loading::before{border-color:rgba(94,143,46,.3);border-top-color:var(--hm-olive)}
.woocommerce .button:disabled,.woocommerce button.button:disabled,.woocommerce .button[disabled]{opacity:.5!important;cursor:not-allowed}
/* prices */
.woocommerce .price del,.woocommerce del .amount{color:var(--hm-muted);font-weight:400}
.woocommerce .amount{unicode-bidi:isolate;white-space:nowrap}
/* blockUI overlays (Woo) */
.blockUI.blockOverlay{background:rgba(251,248,242,.6)!important;backdrop-filter:blur(1px)}
.blockUI.blockOverlay::before{content:"";position:absolute;top:50%;left:50%;width:28px;height:28px;margin:-14px 0 0 -14px;border-radius:50%;border:3px solid var(--hm-olive-soft);border-top-color:var(--hm-olive);animation:hm-spin .7s linear infinite}
/* password toggle */
.hm-pass{position:relative;display:block}
.hm-pass input.input-text{padding-inline-end:52px!important}
.hm-pass__toggle{position:absolute;top:2px;left:2px;width:44px;height:44px;border:0;background:transparent;border-radius:50%;display:grid;place-items:center;color:var(--hm-muted);cursor:pointer}
.hm-pass__toggle:hover,.hm-pass__toggle[aria-pressed="true"]{color:var(--hm-olive-dark)}
.hm-pass__toggle svg{width:20px;height:20px}
.woocommerce form .show-password-input{display:none}
.woocommerce-password-strength{font-size:13px;font-weight:700;padding:6px 10px;border-radius:8px;margin-top:6px;text-align:right}
.woocommerce-password-strength.short,.woocommerce-password-strength.bad{background:var(--hm-err-bg);color:var(--hm-err)}
.woocommerce-password-strength.good{background:#FCEFD9;color:#8A5A00}
.woocommerce-password-strength.strong{background:var(--hm-ok-bg);color:var(--hm-olive-dark)}
.woocommerce-password-hint{font-size:12px;color:var(--hm-muted);display:block;margin-top:4px}

/* ---------- Cart page (spec 12.1: table -> cards on mobile) ---------- */
.woocommerce-cart .woocommerce>.woocommerce-notices-wrapper{margin-top:16px}
.hm-cartpage{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:24px;align-items:start;margin-top:8px}
.hm-cartpage__title{font-size:clamp(24px,3vw,32px);margin:8px 0 14px;display:flex;align-items:baseline;gap:10px}
.hm-cartpage__count{font-size:14px;font-weight:600;color:var(--hm-muted)}
.hm-giftbar--page{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:4px 14px;align-items:center;margin:16px 0 0;font-size:15px}
.hm-giftbar--page:empty{display:none}
.woocommerce table.shop_table.hm-cart-table{width:100%;border:1px solid #EFE7DA;border-radius:18px;background:#fff;box-shadow:var(--hm-shadow);overflow:visible;margin:0}
.woocommerce table.shop_table.hm-cart-table th{font-size:13px;font-weight:700;color:var(--hm-muted);padding:14px 12px 10px;border-bottom:1px solid #EFE7DA;text-align:right;background:transparent}
.woocommerce table.shop_table.hm-cart-table td{padding:16px 12px;vertical-align:middle;border-bottom:1px solid #EFE7DA;text-align:right}
.woocommerce table.shop_table.hm-cart-table th:first-child,.woocommerce table.shop_table.hm-cart-table td:first-child{padding-inline-start:18px}
.woocommerce table.shop_table.hm-cart-table th:last-child,.woocommerce table.shop_table.hm-cart-table td:last-child{padding-inline-end:12px}
.woocommerce table.shop_table.hm-cart-table td.product-thumbnail{width:96px}
.woocommerce table.shop_table.hm-cart-table{table-layout:fixed}
.woocommerce table.shop_table.hm-cart-table th.product-thumbnail{width:104px}
.woocommerce table.shop_table.hm-cart-table th.product-price{width:90px}
.woocommerce table.shop_table.hm-cart-table th.product-quantity{width:172px}
.woocommerce table.shop_table.hm-cart-table th.product-subtotal{width:100px}
.woocommerce table.shop_table.hm-cart-table th.product-remove{width:56px}
.woocommerce table.shop_table.hm-cart-table td.product-price,.woocommerce table.shop_table.hm-cart-table td.product-subtotal{white-space:nowrap}
.woocommerce table.shop_table.hm-cart-table td.product-quantity{padding-inline:12px}
.woocommerce table.shop_table.hm-cart-table td.product-thumbnail a{display:block;width:76px}
.woocommerce table.shop_table.hm-cart-table td.product-thumbnail img{width:76px;height:76px;object-fit:cover;border-radius:14px;border:1px solid #EFE7DA;background:#fff}
.hm-cart-item__name{font-weight:700;color:var(--hm-ink);font-size:16px;line-height:1.35}
a.hm-cart-item__name:hover{color:var(--hm-olive-dark)}
.hm-cart-item__gift{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--hm-olive-dark);font-weight:700;margin-top:4px}
.hm-cart-item__gift svg{width:16px;height:16px}
.hm-cart-item__unit-mobile{display:none}
.woocommerce table.shop_table.hm-cart-table .variation{margin:4px 0 0;font-size:13px;color:var(--hm-muted);display:flex;flex-wrap:wrap;gap:2px 6px}
.woocommerce table.shop_table.hm-cart-table .variation dt,.woocommerce table.shop_table.hm-cart-table .variation dd{margin:0;display:inline}
.woocommerce table.shop_table.hm-cart-table td.product-price{color:var(--hm-text);white-space:nowrap}
.woocommerce table.shop_table.hm-cart-table td.product-subtotal{font-weight:800;color:var(--hm-ink);white-space:nowrap;font-size:16px}
.hm-gift-price{color:var(--hm-olive-dark);font-weight:700}
.hm-gift-qty{color:var(--hm-olive-dark);font-weight:700;font-size:14px}
.hm-cart-item--gift td{background:var(--hm-olive-soft)}
/* quantity control 44px */
.woocommerce .hm-cart-table .quantity{display:inline-flex;align-items:center;border:1px solid var(--hm-line);border-radius:999px;background:#fff;height:44px;overflow:hidden}
.woocommerce .hm-cart-table .quantity .qty{width:48px;height:42px;border:0;border-radius:0;text-align:center;font:inherit;font-weight:800;font-size:15px;-moz-appearance:textfield;background:transparent;color:var(--hm-ink);padding:0}
.woocommerce .hm-cart-table .quantity .qty::-webkit-inner-spin-button,.woocommerce .hm-cart-table .quantity .qty::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.woocommerce .hm-cart-table .quantity .qty:focus{outline:none;box-shadow:none;background:var(--hm-olive-soft)}
.woocommerce .hm-cart-table .qty-btn{width:44px;height:42px;border:0;background:transparent;font-size:20px;line-height:1;cursor:pointer;color:var(--hm-olive-dark);display:grid;place-items:center;transition:background .15s}
.woocommerce .hm-cart-table .qty-btn:hover{background:var(--hm-olive-soft)}
.woocommerce .hm-cart-table .qty-btn:focus-visible{outline:none;box-shadow:inset 0 0 0 3px var(--hm-olive);border-radius:999px}
.woocommerce .hm-cart-table .quantity label{display:none}
/* remove */
.woocommerce .hm-cart-table td.product-remove{width:60px;text-align:left}
.woocommerce .hm-cart-table a.remove.hm-cart-remove{display:inline-flex;align-items:center;justify-content:center;gap:4px;width:44px;height:44px;border-radius:50%;color:var(--hm-muted)!important;font-size:0;transition:background .15s,color .15s;margin-inline-start:auto}
.woocommerce .hm-cart-table a.remove.hm-cart-remove svg{width:18px;height:18px}
.woocommerce .hm-cart-table a.remove.hm-cart-remove span{display:none}
.woocommerce .hm-cart-table a.remove.hm-cart-remove:hover{background:var(--hm-err-bg);color:var(--hm-err)!important}
/* actions row: coupon + update */
.woocommerce .hm-cart-table tr.hm-cart-actions-row td.actions{display:table-cell;padding:16px 18px;border-bottom:0;background:#FBF8F2;border-radius:0 0 18px 18px}
.woocommerce-cart .hm-cart-table .hm-cart-actions{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:12px}
.woocommerce-cart .hm-cart-table .coupon{display:flex;flex-direction:column;gap:6px;align-items:flex-start;flex:1;min-width:260px;max-width:420px}
.hm-coupon__label{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:var(--hm-ink)}
.hm-coupon__label svg{width:16px;height:16px;color:var(--hm-orange)}
.hm-coupon__row{display:flex;gap:8px;width:100%}
.woocommerce-cart .hm-cart-table .coupon input.input-text{flex:1;min-width:0;height:44px;border:1px solid #DCD4C4;border-radius:999px;padding:0 16px;font:inherit;font-size:15px;background:#fff;text-transform:uppercase;letter-spacing:.04em}
.woocommerce-cart .hm-cart-table .coupon input.input-text::placeholder{text-transform:none;letter-spacing:0}
.woocommerce-cart .hm-cart-table .coupon input.input-text:focus{border-color:var(--hm-olive);box-shadow:0 0 0 3px var(--hm-olive-soft);outline:none}
.woocommerce-cart .hm-cart-table .coupon .coupon-error-notice{color:var(--hm-err);font-size:13px;font-weight:600}
.woocommerce-cart .hm-cart-table .coupon input.input-text.has-error{border-color:var(--hm-err)}
.woocommerce-cart .hm-cart-table .coupon .button,.woocommerce-cart .hm-cart-table .hm-cart-update{padding:0 18px!important;min-height:44px}
.woocommerce-cart .hm-cart-table .hm-cart-update:disabled{opacity:.45!important}
.hm-cartpage__continue{display:inline-flex;align-items:center;gap:4px;margin-top:14px;font-weight:700;color:var(--hm-olive-dark);min-height:44px}
.hm-cartpage__continue svg{width:16px;height:16px}
/* totals card */
.woocommerce .cart-collaterals.hm-cartpage__side{margin:0;position:sticky;top:calc(84px + 62px + 16px)}
.woocommerce .cart-collaterals .cart_totals{max-width:none;margin:0;background:#fff;border:1px solid #EFE7DA;border-radius:18px;padding:20px;box-shadow:var(--hm-shadow)}
.woocommerce .cart_totals h2{font-size:20px;margin:0 0 12px}
.woocommerce .cart_totals table.shop_table{border:0;background:transparent;box-shadow:none;border-radius:0;width:100%;overflow:visible;margin:0}
.woocommerce .cart_totals table.shop_table th,.woocommerce .cart_totals table.shop_table td{padding:10px 0;border-bottom:1px solid #EFE7DA;text-align:right;vertical-align:top;font-size:15px}
.woocommerce .cart_totals table.shop_table th{font-weight:600;color:var(--hm-text);width:40%}
.woocommerce .cart_totals table.shop_table td{text-align:left;color:var(--hm-ink);font-weight:700}
.woocommerce .cart_totals table.shop_table tr.order-total th,.woocommerce .cart_totals table.shop_table tr.order-total td{border-bottom:0;padding-top:14px;font-size:18px;font-weight:800;color:var(--hm-ink)}
.woocommerce .cart_totals table.shop_table tr.order-total td .amount{color:var(--hm-olive-dark)}
.woocommerce .cart_totals table.shop_table tr.cart-discount td{color:var(--hm-olive-dark)}
.woocommerce .cart_totals table.shop_table tr.cart-discount .woocommerce-remove-coupon{font-size:13px;color:var(--hm-muted);margin-inline-start:6px;text-decoration:underline}
.woocommerce .cart_totals .woocommerce-shipping-totals td{font-weight:400;text-align:right}
.woocommerce .cart_totals .woocommerce-shipping-methods,.woocommerce-checkout .woocommerce-shipping-methods{list-style:none;padding:0;margin:0}
.woocommerce .cart_totals .woocommerce-shipping-methods li,.woocommerce-checkout .woocommerce-shipping-methods li{padding:0;margin:0;display:flex;align-items:center;gap:8px}
.woocommerce .cart_totals .woocommerce-shipping-methods label,.woocommerce-checkout .woocommerce-shipping-methods label{display:flex;flex:1;align-items:center;gap:8px;min-height:44px;font-weight:600;color:var(--hm-text);cursor:pointer;font-size:14px;margin:0}
.woocommerce .cart_totals .woocommerce-shipping-methods input[type=radio],.woocommerce-checkout .woocommerce-shipping-methods input[type=radio]{width:20px;height:20px;accent-color:var(--hm-olive);margin:0;flex:none}
.woocommerce .cart_totals .woocommerce-shipping-methods label .amount,.woocommerce-checkout .woocommerce-shipping-methods label .amount{margin-inline-start:auto;font-weight:700;color:var(--hm-ink)}
.woocommerce .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .woocommerce-shipping-destination{font-size:13px;color:var(--hm-muted);margin:6px 0 0}
.woocommerce .cart_totals .shipping-calculator-button{font-size:13px;color:var(--hm-olive-dark);text-decoration:underline;display:inline-block;margin-top:4px}
.woocommerce .cart_totals .shipping-calculator-form{margin-top:10px}
.woocommerce .cart_totals .wc-proceed-to-checkout{padding:16px 0 0}
.woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button{width:100%;min-height:52px;font-size:17px!important;display:flex;margin:0}
.woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button:hover{background:var(--hm-orange-dark)!important}
.hm-cart-trust{list-style:none;margin:14px 0 0;padding:14px 0 0;border-top:1px dashed #EFE7DA;display:grid;gap:8px;font-size:13px;color:var(--hm-text)}
.hm-cart-trust li{display:flex;align-items:center;gap:8px}
.hm-cart-trust__ship{display:block}
.hm-cart-trust__ship .hm-shipbar{width:100%}
.hm-cart-trust svg{width:16px;height:16px;color:var(--hm-olive-dark);flex:none}
.hm-cart-trust .hm-shipbar{margin:0 0 4px}
/* cross-sells */
.woocommerce-cart .cross-sells{margin:36px 0 12px}
.woocommerce-cart .cross-sells>h2{font-size:clamp(20px,2.2vw,26px);margin:0 0 16px}
.woocommerce-cart .cross-sells .hm-products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
@media (max-width:1100px){.woocommerce-cart .cross-sells .hm-products{grid-template-columns:repeat(3,1fr)}}
@media (max-width:640px){.woocommerce-cart .cross-sells .hm-products{grid-template-columns:repeat(2,1fr);gap:10px}}
@media (max-width:1000px){
  .hm-cartpage{grid-template-columns:1fr}
  .woocommerce .cart-collaterals.hm-cartpage__side{position:static}
}
@media (max-width:760px){
  .woocommerce table.shop_table.hm-cart-table,.woocommerce table.shop_table.hm-cart-table tbody,.woocommerce table.shop_table.hm-cart-table tr,.woocommerce table.shop_table.hm-cart-table td{display:block}
  .woocommerce table.shop_table.hm-cart-table thead{display:none}
  .woocommerce table.shop_table.hm-cart-table{background:transparent;border:0;box-shadow:none;table-layout:auto}
  .woocommerce table.shop_table.hm-cart-table tr.cart_item{position:relative;background:#fff;border:1px solid #EFE7DA;border-radius:16px;box-shadow:var(--hm-shadow);margin-bottom:12px;padding:14px 14px 14px 14px;display:grid;grid-template-columns:76px 1fr;grid-template-areas:"thumb name" "thumb qty" "sub sub";gap:6px 12px}
  .woocommerce table.shop_table.hm-cart-table tr.cart_item td{padding:0;border:0;text-align:right;width:auto;white-space:normal}
  .woocommerce table.shop_table.hm-cart-table td.product-thumbnail{grid-area:thumb;width:auto}
  .woocommerce table.shop_table.hm-cart-table td.product-thumbnail img{width:76px;height:76px}
  .woocommerce table.shop_table.hm-cart-table td.product-name{grid-area:name;padding-inline-end:44px}
  .hm-cart-item__unit-mobile{display:block;font-size:13px;color:var(--hm-muted);margin-top:2px}
  .woocommerce table.shop_table.hm-cart-table td.product-price{display:none}
  .woocommerce table.shop_table.hm-cart-table td.product-quantity{grid-area:qty}
  .woocommerce table.shop_table.hm-cart-table td.product-subtotal{grid-area:sub;display:flex;justify-content:space-between;align-items:center;border-top:1px dashed #EFE7DA;padding-top:10px;margin-top:4px;font-size:16px}
  .woocommerce table.shop_table.hm-cart-table td.product-subtotal::before{content:attr(data-title);font-size:13px;font-weight:600;color:var(--hm-muted)}
  .woocommerce table.shop_table.hm-cart-table td.product-remove{position:absolute;top:8px;left:8px;width:auto}
  .woocommerce table.shop_table.hm-cart-table tr.hm-cart-actions-row{background:#fff;border:1px solid #EFE7DA;border-radius:16px}
  .woocommerce .hm-cart-table tr.hm-cart-actions-row td.actions{display:block;border-radius:16px;padding:14px}
  .woocommerce-cart .hm-cart-table .hm-cart-actions{flex-direction:column;align-items:stretch}
  .woocommerce-cart .hm-cart-table .coupon{max-width:none;min-width:0}
  .woocommerce-cart .hm-cart-table .hm-cart-update{width:100%}
  .hm-cart-item--gift{background:var(--hm-olive-soft)!important}
  .hm-cart-item--gift td{background:transparent}
  .hm-cartpage__title{font-size:24px}
}

/* ---------- Checkout ---------- */
.woocommerce-checkout .woocommerce>.woocommerce-notices-wrapper{margin-top:16px}
.woocommerce-checkout .woocommerce-form-login-toggle,.woocommerce-checkout .woocommerce-form-coupon-toggle{margin:0 0 12px}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info{background:#fff;border:1px dashed #DCD4C4;border-inline-start:1px dashed #DCD4C4;border-radius:14px;padding:12px 16px;font-size:14px;color:var(--hm-text)}
.woocommerce-checkout .woocommerce-form-login-toggle a,.woocommerce-checkout .woocommerce-form-coupon-toggle a{color:var(--hm-olive-dark);font-weight:700;text-decoration:underline;text-underline-offset:3px}
.woocommerce-checkout form.woocommerce-form-login,.woocommerce-checkout form.checkout_coupon{background:#fff;border:1px solid #EFE7DA;border-radius:16px;padding:20px;margin:0 0 16px;max-width:none}
.woocommerce-checkout form.checkout_coupon{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end}
.woocommerce-checkout form.checkout_coupon p{margin:0;flex:1 1 100%}
.woocommerce-checkout form.checkout_coupon .form-row-first{flex:1 1 220px;width:auto;float:none}
.woocommerce-checkout form.checkout_coupon .form-row-last{flex:0 0 auto;width:auto;float:none}
.woocommerce-checkout form.checkout_coupon input#coupon_code{height:48px;border-radius:999px;text-transform:uppercase}
.hm-checkout__grid{display:grid;grid-template-columns:minmax(0,1fr) 400px;gap:28px;align-items:start}
.hm-checkout__main{min-width:0}
.woocommerce-checkout #customer_details{background:#fff;border:1px solid #EFE7DA;border-radius:18px;padding:24px;margin-bottom:20px;box-shadow:var(--hm-shadow)}
.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2{width:100%;float:none}
.woocommerce-checkout #customer_details .col-2{margin-top:6px}
.woocommerce-checkout h3{font-size:20px;margin:0 0 16px;display:flex;align-items:center;gap:8px}
.woocommerce-checkout h3#ship-to-different-address{font-size:16px;margin:8px 0 12px}
.woocommerce-checkout h3#ship-to-different-address label{display:inline-flex;align-items:center;gap:8px;min-height:44px;cursor:pointer;font-weight:700}
.woocommerce-checkout h3#ship-to-different-address input{width:20px;height:20px;accent-color:var(--hm-olive);margin:0}
.woocommerce-checkout .woocommerce-account-fields{margin:8px 0}
.woocommerce-checkout .woocommerce-account-fields .create-account{display:inline-flex;align-items:center;gap:8px;min-height:44px;cursor:pointer;font-weight:600}
.woocommerce-checkout .woocommerce-account-fields .create-account input{width:20px;height:20px;accent-color:var(--hm-olive);margin:0}
.woocommerce-checkout .woocommerce-additional-fields h3{margin-top:12px}
.woocommerce-checkout .form-row.notes textarea{min-height:88px}
/* order card */
.hm-checkout__side{position:sticky;top:calc(84px + 62px + 16px)}
.hm-checkout__card{background:#fff;border:1px solid #EFE7DA;border-radius:18px;padding:20px;box-shadow:var(--hm-shadow)}
.hm-checkout__toggle{display:none}
.woocommerce-checkout h3#order_review_heading{margin:0 0 12px}
.woocommerce-checkout .woocommerce-checkout-review-order-table{border:0;background:transparent;box-shadow:none;border-radius:0;width:100%;margin:0}
.woocommerce-checkout .woocommerce-checkout-review-order-table thead{display:none}
.woocommerce-checkout .woocommerce-checkout-review-order-table td,.woocommerce-checkout .woocommerce-checkout-review-order-table th{padding:10px 0;border-bottom:1px solid #EFE7DA;text-align:right;font-size:14px;vertical-align:top}
.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name{color:var(--hm-text);font-weight:600;line-height:1.4;width:100%}
.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total{width:1%}
.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name .product-quantity{color:var(--hm-muted);font-weight:600;white-space:nowrap;unicode-bidi:isolate}
.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total,.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td{text-align:left;font-weight:700;color:var(--hm-ink);white-space:nowrap}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th{font-weight:600;color:var(--hm-text)}
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total th,.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total td{border-bottom:0;padding-top:14px;font-size:18px;font-weight:800;color:var(--hm-ink)}
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total td .amount{color:var(--hm-olive-dark)}
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td{font-weight:400}
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.hm-cart-item--gift td.product-name{color:var(--hm-olive-dark)}
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-discount td{color:var(--hm-olive-dark)}
/* payment */
.woocommerce-checkout #payment{background:transparent;border-radius:0;margin-top:14px}
.woocommerce-checkout #payment ul.payment_methods{list-style:none;padding:0 0 12px;margin:0;border-bottom:1px solid #EFE7DA}
.woocommerce-checkout #payment ul.payment_methods li{margin:0 0 8px}
.woocommerce-checkout #payment ul.payment_methods li>label{display:flex;align-items:center;gap:10px;min-height:48px;width:100%;box-sizing:border-box;justify-content:flex-start;padding:0 14px;border:1px solid #DCD4C4;border-radius:12px;font-weight:700;color:var(--hm-ink);cursor:pointer;background:#fff;transition:border-color .15s,background .15s}
.woocommerce-checkout #payment ul.payment_methods li>input[type=radio]{position:absolute;opacity:0;width:1px;height:1px}
.woocommerce-checkout #payment ul.payment_methods li>input[type=radio]:checked+label{border-color:#C9C1B0;background:#fff}
.woocommerce-checkout #payment ul.payment_methods li>input[type=radio]:focus-visible+label{box-shadow:var(--hm-focus)}
.woocommerce-checkout #payment ul.payment_methods li>label::before{content:"";width:18px;height:18px;border-radius:50%;border:2px solid #C9C1B0;flex:none;transition:border .15s,box-shadow .15s}
.woocommerce-checkout #payment ul.payment_methods li>input[type=radio]:checked+label::before{border-color:#4A4A46;box-shadow:inset 0 0 0 4px #fff;background:#4A4A46}
.woocommerce-checkout #payment ul.payment_methods li>label img{max-height:22px;margin-inline-start:auto}
.woocommerce-checkout #payment div.payment_box{background:#FBF8F2;border-radius:12px;padding:10px 14px;margin:6px 0 0;font-size:13px;color:var(--hm-text);position:relative}
.woocommerce-checkout #payment div.payment_box::before{display:none}
.woocommerce-checkout #payment div.payment_box p:last-child{margin:0}
.woocommerce-checkout #payment .woocommerce-notice--info,.woocommerce-checkout #payment ul.payment_methods li.woocommerce-notice{border:0;background:transparent;padding:0;font-size:14px;color:var(--hm-text)}
.woocommerce-checkout .place-order{padding:14px 0 0}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper{margin:0 0 12px}
.woocommerce-checkout .woocommerce-privacy-policy-text p{font-size:12px;color:var(--hm-muted);line-height:1.5}
.woocommerce-checkout .woocommerce-privacy-policy-text a,.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text a{color:var(--hm-olive-dark);text-decoration:underline;text-underline-offset:3px;font-weight:700}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row{margin:0}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox{align-items:flex-start;padding-top:2px}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox input{margin-top:12px}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox span{font-weight:600;font-size:14px;line-height:1.5}
.woocommerce-checkout .woocommerce-terms-and-conditions{background:#FBF8F2;border-radius:12px;padding:12px 14px;font-size:13px;max-height:200px;overflow:auto;margin:0 0 12px}
.woocommerce-checkout #place_order{width:100%;min-height:54px;font-size:17px!important;display:flex;margin:0}
.woocommerce-checkout .place-order .form-row.place-order{margin:0}
.hm-checkout__trust{list-style:none;margin:16px 0 0;padding:14px 0 0;border-top:1px dashed #EFE7DA;display:grid;gap:8px;font-size:13px;color:var(--hm-text)}
.hm-checkout__trust li{display:flex;align-items:center;gap:8px}
.hm-checkout__trust svg{width:16px;height:16px;color:var(--hm-olive-dark);flex:none}
.woocommerce-checkout .checkout_coupon .button,.woocommerce-checkout .woocommerce-form-login .button{min-height:48px}
.woocommerce-checkout .woocommerce-form-login .form-row.form-row-first,.woocommerce-checkout .woocommerce-form-login .form-row.form-row-last{width:calc(50% - 8px)}
.woocommerce-checkout .woocommerce-form-login .lost_password{font-size:13px}
.woocommerce-checkout .woocommerce-form-login .lost_password a{color:var(--hm-olive-dark);text-decoration:underline}
.woocommerce-checkout .woocommerce-form-login .form-row:has(.woocommerce-form-login__submit){display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.woocommerce-checkout .hm-checkout__grid .woocommerce-NoticeGroup{grid-column:1/-1}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout{margin-bottom:12px}
@media (max-width:1000px){
  .hm-checkout__grid{grid-template-columns:1fr;gap:16px}
  .hm-checkout__side{position:static;order:2}
  .hm-checkout__main{order:1}
  .woocommerce-checkout #customer_details{padding:18px 16px}
  .hm-checkout__card{padding:16px}
  .hm-checkout__toggle{display:flex;width:100%;align-items:center;justify-content:space-between;gap:8px;min-height:44px;border:0;background:transparent;font:inherit;font-weight:800;font-size:18px;color:var(--hm-ink);cursor:pointer;padding:0;text-align:right}
  .hm-checkout__toggle svg{width:20px;height:20px;transition:transform .2s;color:var(--hm-olive-dark)}
  .hm-checkout__toggle[aria-expanded="false"] svg{transform:rotate(180deg)}
  .hm-checkout__n{font-size:14px;font-weight:600;color:var(--hm-muted)}
  .woocommerce-checkout h3#order_review_heading{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);margin:0}
  .hm-checkout__card.is-collapsed .woocommerce-checkout-review-order-table tbody{display:none}
  .hm-checkout__card.is-collapsed .woocommerce-checkout-review-order-table tfoot tr:not(.order-total){display:none}
  .hm-checkout__card.is-collapsed .woocommerce-checkout-review-order-table tr.order-total th,.hm-checkout__card.is-collapsed .woocommerce-checkout-review-order-table tr.order-total td{padding-top:8px}
  .hm-checkout__card .woocommerce-checkout-review-order-table{margin-top:8px}
  .hm-express__or{font-size:12px}
}

/* ---------- Order received / thank you ---------- */
.woocommerce-order{background:#fff;border:1px solid #EFE7DA;border-radius:18px;padding:24px;margin:16px 0}
.woocommerce-order .woocommerce-thankyou-order-received{font-size:clamp(20px,2.4vw,26px);font-weight:800;color:var(--hm-olive-dark);margin-bottom:16px}
.woocommerce-order ul.woocommerce-order-overview{list-style:none;padding:0;margin:0 0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}
.woocommerce-order ul.woocommerce-order-overview li{background:#FBF8F2;border-radius:12px;padding:10px 12px;font-size:13px;color:var(--hm-muted)}
.woocommerce-order ul.woocommerce-order-overview li strong{display:block;color:var(--hm-ink);font-size:16px;margin-top:2px}

/* ---------- My account ---------- */
.woocommerce-account .woocommerce{gap:24px}
.woocommerce-account.logged-in .woocommerce{grid-template-columns:240px minmax(0,1fr)}
.woocommerce-MyAccount-navigation.hm-acct-nav ul{background:#fff;border:1px solid #EFE7DA;border-radius:18px;padding:8px;box-shadow:var(--hm-shadow)}
.woocommerce-MyAccount-navigation.hm-acct-nav li a{display:flex;align-items:center;gap:10px;min-height:46px;padding:8px 12px;border:0;border-radius:12px;color:var(--hm-text);font-weight:600;transition:background .15s,color .15s}
.woocommerce-MyAccount-navigation.hm-acct-nav li a svg{width:20px;height:20px;color:var(--hm-olive-dark);flex:none}
.woocommerce-MyAccount-navigation.hm-acct-nav li a:hover{background:#FBF8F2;color:var(--hm-ink)}
.woocommerce-MyAccount-navigation.hm-acct-nav li.is-active a{background:var(--hm-olive-soft);color:var(--hm-olive-dark)}
.woocommerce-MyAccount-navigation.hm-acct-nav li.woocommerce-MyAccount-navigation-link--customer-logout a{color:var(--hm-muted)}
.woocommerce-MyAccount-navigation.hm-acct-nav li.woocommerce-MyAccount-navigation-link--customer-logout a svg{color:var(--hm-muted)}
.woocommerce-MyAccount-content{border-radius:18px;border-color:#EFE7DA;padding:24px;box-shadow:var(--hm-shadow)}
.woocommerce-MyAccount-content>h2,.woocommerce-MyAccount-content h2{font-size:22px;margin:0 0 12px}
.woocommerce-MyAccount-content>p{color:var(--hm-text)}
.hm-dash__hello h2{font-size:clamp(22px,2.6vw,28px);margin:0 0 4px}
.hm-dash__hello p{margin:0 0 18px;color:var(--hm-text)}
.hm-dash__logout{color:var(--hm-muted);font-size:14px}
.hm-dash__logout a{text-decoration:underline;text-underline-offset:3px}
.hm-tiles{list-style:none;padding:0;margin:0 0 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.hm-tile{display:flex;flex-direction:column;gap:6px;min-height:132px;padding:16px;border:1px solid #EFE7DA;border-radius:16px;background:#FBF8F2;color:var(--hm-text);transition:transform .15s,box-shadow .15s,border-color .15s}
.hm-tile:hover{transform:translateY(-2px);box-shadow:var(--hm-shadow-hover);border-color:var(--hm-olive);color:var(--hm-text)}
.hm-tile__icon{width:40px;height:40px;border-radius:12px;background:#fff;display:grid;place-items:center;color:var(--hm-olive-dark);border:1px solid #EFE7DA}
.hm-tile__icon svg{width:22px;height:22px}
.hm-tile__title{font-weight:800;color:var(--hm-ink);font-size:16px}
.hm-tile__desc{font-size:13px;line-height:1.45;color:var(--hm-text)}
.hm-tiles li:first-child .hm-tile{background:var(--hm-olive-soft);border-color:#D6E4C2}
.hm-dash__cta{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;background:#fff;border:1px dashed #DCD4C4;border-radius:16px;padding:16px 18px}
.hm-dash__cta strong{display:block;color:var(--hm-ink)}
.hm-dash__cta span{font-size:14px;color:var(--hm-text)}
/* orders table -> cards */
.woocommerce-account table.shop_table.my_account_orders,.woocommerce-account table.shop_table.woocommerce-orders-table{width:100%;border:0;background:transparent;border-radius:0;box-shadow:none;margin:0}
.woocommerce-account table.woocommerce-orders-table th{font-size:13px;color:var(--hm-muted);border-bottom:1px solid #EFE7DA;padding:8px 10px;text-align:right}
.woocommerce-account table.woocommerce-orders-table td{padding:14px 10px;border-bottom:1px solid #EFE7DA;vertical-align:middle;text-align:right;font-size:15px}
.woocommerce-account table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-number a{font-weight:800;color:var(--hm-olive-dark)}
.woocommerce-account table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-status{font-weight:700;color:var(--hm-ink)}
.woocommerce-account table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions{text-align:left}
.woocommerce-account table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .button{min-height:40px;padding:0 14px!important;font-size:14px!important;margin-inline-start:6px}
.woocommerce-account table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .button.cancel{background:transparent!important;color:var(--hm-muted)!important;border:1px solid var(--hm-line)!important}
.woocommerce-account .woocommerce-pagination{display:flex;gap:8px;justify-content:center;margin-top:16px}
.woocommerce-account .woocommerce-pagination .button{min-height:44px}
@media (max-width:760px){
  .woocommerce-account table.woocommerce-orders-table,.woocommerce-account table.woocommerce-orders-table tbody,.woocommerce-account table.woocommerce-orders-table tr,.woocommerce-account table.woocommerce-orders-table td{display:block}
  .woocommerce-account table.woocommerce-orders-table thead{display:none}
  .woocommerce-account table.woocommerce-orders-table tr{background:#FBF8F2;border:1px solid #EFE7DA;border-radius:14px;padding:12px 14px;margin-bottom:10px;display:grid;grid-template-columns:1fr 1fr;gap:6px 12px}
  .woocommerce-account table.woocommerce-orders-table td{padding:0;border:0;font-size:14px}
  .woocommerce-account table.woocommerce-orders-table td::before{content:attr(data-title);display:block;font-size:12px;color:var(--hm-muted);font-weight:600}
  .woocommerce-account table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions{grid-column:1/-1;text-align:right;padding-top:8px;border-top:1px dashed #EFE7DA;margin-top:4px}
  .woocommerce-account table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions::before{display:none}
  .woocommerce-account table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .button{margin:0 0 0 6px}
}
/* addresses */
.woocommerce-account .woocommerce-Addresses{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.woocommerce-account .woocommerce-Addresses .col-1,.woocommerce-account .woocommerce-Addresses .col-2{width:100%;float:none}
.woocommerce-account .woocommerce-Address{background:#FBF8F2;border:1px solid #EFE7DA;border-radius:14px;padding:16px}
.woocommerce-account .woocommerce-Address-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}
.woocommerce-account .woocommerce-Address-title h2,.woocommerce-account .woocommerce-Address-title h3{font-size:17px;margin:0}
.woocommerce-account .woocommerce-Address-title a.edit{font-size:14px;font-weight:700;color:var(--hm-olive-dark);text-decoration:underline;text-underline-offset:3px;min-height:44px;display:inline-flex;align-items:center}
.woocommerce-account .woocommerce-Address address{font-style:normal;line-height:1.7;color:var(--hm-text)}
@media (max-width:640px){.woocommerce-account .woocommerce-Addresses{grid-template-columns:1fr}}
/* edit account / address forms */
.woocommerce-account .woocommerce-EditAccountForm fieldset{border:1px solid #EFE7DA;border-radius:14px;padding:12px 16px 4px;margin:8px 0 16px}
.woocommerce-account .woocommerce-EditAccountForm legend{font-weight:800;color:var(--hm-ink);padding:0 6px}
.woocommerce-account .woocommerce-EditAccountForm .button,.woocommerce-account .woocommerce-address-fields .button{min-height:48px}
/* view order */
.woocommerce-account .woocommerce-order-details,.woocommerce-account .woocommerce-customer-details{margin-top:20px}
.woocommerce-account table.woocommerce-table--order-details{width:100%;border:0;background:transparent;box-shadow:none;border-radius:0}
.woocommerce-account table.woocommerce-table--order-details th,.woocommerce-account table.woocommerce-table--order-details td{padding:10px 0;border-bottom:1px solid #EFE7DA;text-align:right;font-size:15px}
.woocommerce-account table.woocommerce-table--order-details td.woocommerce-table__product-total,.woocommerce-account table.woocommerce-table--order-details tfoot td{text-align:left;font-weight:700}
.woocommerce-account .woocommerce-customer-details address{font-style:normal;background:#FBF8F2;border-radius:14px;padding:14px 16px;line-height:1.7}
/* mobile: navigation as scrollable tabs */
@media (max-width:820px){
  .woocommerce-account.logged-in .woocommerce{grid-template-columns:1fr;gap:14px}
  .woocommerce-MyAccount-navigation.hm-acct-nav{margin:0 calc(-1 * var(--hm-gutter));padding:0 var(--hm-gutter);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .woocommerce-MyAccount-navigation.hm-acct-nav::-webkit-scrollbar{display:none}
  .woocommerce-MyAccount-navigation.hm-acct-nav ul{display:flex;gap:6px;padding:6px;border-radius:999px;width:max-content;min-width:100%}
  .woocommerce-MyAccount-navigation.hm-acct-nav li a{min-height:44px;padding:0 14px;border-radius:999px;white-space:nowrap;font-size:14px}
  .woocommerce-MyAccount-navigation.hm-acct-nav li a svg{width:18px;height:18px}
  .woocommerce-MyAccount-content{padding:18px 16px}
  .hm-tiles{grid-template-columns:1fr 1fr;gap:10px}
  .hm-tile{min-height:120px;padding:14px}
  .hm-dash__cta .hm-btn{width:100%}
}
@media (max-width:340px){.hm-tiles{grid-template-columns:1fr}}
/* login / register */
.woocommerce-account:not(.logged-in) .woocommerce{display:block}
.hm-auth{max-width:980px;margin:16px auto 32px}
.hm-auth__intro{text-align:center;max-width:56ch;margin:0 auto 22px}
.hm-auth__intro h1{font-size:clamp(26px,3.4vw,38px);margin:0 0 6px}
.hm-auth__intro p{color:var(--hm-text);margin:0}
.hm-auth__tabs{display:none}
.hm-auth__cols{display:grid;grid-template-columns:1fr;gap:20px}
.hm-auth--two .hm-auth__cols{grid-template-columns:1fr 1fr}
.hm-auth:not(.hm-auth--two) .hm-auth__cols{max-width:480px;margin:0 auto}
.hm-auth__col{width:100%;float:none}
.hm-auth__card{background:#fff;border:1px solid #EFE7DA;border-radius:20px;padding:26px 24px;box-shadow:var(--hm-shadow);height:100%;max-width:none}
.hm-auth__card h2{font-size:22px;margin:0 0 4px}
.hm-auth__sub{color:var(--hm-text);font-size:14px;margin:0 0 18px}
.woocommerce-account .woocommerce-form-login,.woocommerce-account .woocommerce-form-register{background:transparent;border:0;padding:0;max-width:none;border-radius:0}
.hm-auth__row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:-4px 0 12px}
.hm-auth__lost{font-size:14px;font-weight:700;color:var(--hm-olive-dark);text-decoration:underline;text-underline-offset:3px;min-height:44px;display:inline-flex;align-items:center}
.hm-auth .woocommerce-form-login__submit,.hm-auth .woocommerce-form-register__submit{width:100%;min-height:52px;font-size:17px!important}
.hm-auth__switch{margin:14px 0 0;font-size:14px;color:var(--hm-text);text-align:center}
.hm-auth__note{font-size:13px;color:var(--hm-muted)}
.hm-auth .woocommerce-privacy-policy-text p{font-size:12px;color:var(--hm-muted);line-height:1.5}
.hm-auth .woocommerce-privacy-policy-text a{color:var(--hm-olive-dark);text-decoration:underline}
@media (max-width:820px){
  .hm-auth--two .hm-auth__cols{grid-template-columns:1fr}
  .hm-auth--two .hm-auth__tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;background:#fff;border:1px solid #EFE7DA;border-radius:999px;padding:4px;margin:0 0 14px}
  .hm-auth__tabs button{min-height:44px;border:0;border-radius:999px;background:transparent;font:inherit;font-weight:700;color:var(--hm-text);cursor:pointer;transition:background .15s,color .15s}
  .hm-auth__tabs button[aria-selected="true"]{background:var(--hm-olive);color:#fff}
  .hm-auth--two:not(.hm-auth--reg) #hm-panel-reg,.hm-auth--two.hm-auth--reg #hm-panel-login{display:none}
  .hm-auth__card{padding:20px 16px}
}
/* lost password */
.woocommerce-account .woocommerce-ResetPassword,.woocommerce-account .woocommerce-lost-password .woocommerce-form{background:#fff;border:1px solid #EFE7DA;border-radius:20px;padding:26px 24px;max-width:480px;margin:16px auto 32px;box-shadow:var(--hm-shadow)}
.woocommerce-account .woocommerce-ResetPassword .button{width:100%;min-height:50px}
.woocommerce-account .woocommerce-ResetPassword .form-row-first{width:100%;float:none}

/* ---------- 404 ---------- */
.hm-404{padding:24px 0 48px}
.hm-404__card{background:#fff;border:1px solid #EFE7DA;border-radius:var(--hm-radius-xl);padding:clamp(32px,5vw,64px) clamp(20px,4vw,48px);text-align:center;max-width:760px;margin:0 auto;box-shadow:var(--hm-shadow)}
.hm-404__icon{display:inline-grid;place-items:center;width:88px;height:88px;border-radius:50%;background:var(--hm-olive-soft);color:var(--hm-olive-dark)}
.hm-404__icon svg{width:44px;height:44px}
.hm-404__code{font-size:14px;font-weight:800;color:var(--hm-orange);letter-spacing:.2em;margin:12px 0 4px}
.hm-404 h1{font-size:clamp(28px,4vw,44px);margin:0 0 10px}
.hm-404 .hm-lead{max-width:44ch;margin:0 auto 22px}
.hm-404__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:22px}
.hm-404 .hm-search--404{display:flex;max-width:460px;margin:0 auto 20px;height:50px;background:#fff;border:1px solid #DCD4C4}
.hm-404 .hm-search--404 input{font-size:15px}
.hm-404 .hm-search--404 button{width:40px;height:40px;border-radius:50%;color:var(--hm-olive-dark)}
.hm-404__links{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:center;gap:8px}
.hm-404__links a{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border-radius:999px;border:1px solid var(--hm-line);background:#fff;color:var(--hm-text);font-size:14px;font-weight:600}
.hm-404__links a:hover{border-color:var(--hm-olive);color:var(--hm-olive-dark);background:var(--hm-olive-soft)}
@media (max-width:520px){.hm-404__actions .hm-btn{width:100%}}

/* ---------- Footer (fix: main.css late 4-col rule broke phones) ---------- */
.hm-footer{background:#F1EBDF;border-top:1px solid #EAE2D3;margin-top:56px}
.hm-footer .hm-footer__grid{grid-template-columns:1.3fr 1fr 1fr 1.4fr;gap:32px;padding:44px 0 28px}
.hm-footer__col h4,.hm-footer__col .hm-footer__h{font-size:16px;margin:0 0 12px}
.hm-footer__col ul{list-style:none;margin:0;padding:0}
.hm-footer__col li{margin:0}
.hm-footer__col a{display:inline-flex;align-items:center;min-height:36px;color:var(--hm-text);transition:color .15s}
.hm-footer__col a:hover{color:var(--hm-olive-dark)}
.hm-footer__brand{padding-inline-end:16px}
.hm-footer__brand img{height:52px;width:auto;margin-bottom:12px}
.hm-footer__brand p{font-size:14px;line-height:1.7;margin:0 0 10px}
.hm-footer__biz{font-style:normal;font-size:14px;line-height:1.7;display:flex;flex-direction:column;color:var(--hm-text)}
.hm-footer__biz a{color:var(--hm-text);min-height:32px;display:inline-flex;align-items:center;gap:4px;align-self:flex-start}
.hm-footer__biz a:hover{color:var(--hm-olive-dark)}
.hm-footer__leaf{position:absolute;bottom:0;left:0;color:var(--hm-olive);opacity:.7;pointer-events:none}
.hm-footer__news p{font-size:14px;margin:0 0 12px}
.hm-news{display:flex;flex-direction:column;gap:10px}
.hm-news input{height:48px;border-radius:12px;border:1px solid #DCD4C4;background:#fff;padding:0 14px;font:inherit;font-size:15px;transition:border-color .15s,box-shadow .15s}
.hm-news input:focus{border-color:var(--hm-olive);box-shadow:0 0 0 3px var(--hm-olive-soft);outline:none}
.hm-news.is-invalid input{border-color:var(--hm-err);box-shadow:0 0 0 3px var(--hm-err-bg)}
.hm-news .hm-btn{width:100%;height:48px;border-radius:12px}
.hm-news__msg{margin:0;font-size:13px;line-height:1.5;color:var(--hm-olive-dark);font-weight:600}
.hm-news__msg:empty{display:none}
.hm-news.is-invalid .hm-news__msg{color:var(--hm-err)}
.hm-footer__bottom{border-top:1px solid #E6DDCB;padding:16px 0;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--hm-muted);gap:12px;flex-wrap:wrap}
.hm-footer__bottom .hm-built{color:var(--hm-muted);unicode-bidi:isolate}
.hm-footer__bottom .hm-built b{color:var(--hm-orange)}
.hm-social{display:flex;gap:8px}
.hm-social a{width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid #E6DFD1;display:grid;place-items:center;color:var(--hm-ink);transition:background .15s,color .15s,border-color .15s}
.hm-social a:hover{background:var(--hm-olive-soft);color:var(--hm-olive-dark);border-color:var(--hm-olive)}
.hm-social svg{width:18px;height:18px}
@media (max-width:900px){
  .hm-footer .hm-footer__grid{grid-template-columns:1fr 1fr;gap:28px 24px;padding:36px 0 24px}
  .hm-footer__brand{grid-column:1/-1;padding:0}
  .hm-footer__news{grid-column:1/-1}
}
@media (max-width:520px){
  .hm-footer .hm-footer__grid{grid-template-columns:1fr;gap:24px}
  .hm-footer__brand,.hm-footer__news{grid-column:auto}
  .hm-footer__bottom{flex-direction:column;align-items:flex-start;gap:14px}
  .hm-footer__bottom .hm-built{order:3}
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion:reduce){
  .hm-nav,.hm-drawer__panel,.hm-drawer__bg,.hm-toast,.hm-shipbar__fill,.hm-burger span,.hm-menu__top svg,.hm-tile,.hm-btn,.hm-cart-btn__count{transition:none!important;animation:none!important}
  .hm-nav .hm-menu .hm-menu__item.is-open>.hm-sub,.hm-search-ov__panel{animation:none}
  .hm-drawer.is-busy .hm-drawer__body .hm-mini-item::after{animation:none;display:none}
  .hm-btn.is-loading::before,.woocommerce .button.is-loading::before,.hm-spinner,.blockUI.blockOverlay::before{animation:none;border-top-color:transparent}
}

/* QA fix: checkout order summary - shipping options no longer force a wide 2nd column (product names were squeezed to ~70px).
   Items stay a 2-col table; totals become flex rows so the shipping list can use the full width. */
.woocommerce-checkout .woocommerce-checkout-review-order-table{display:block}
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody{display:table;width:100%;table-layout:auto}
.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name{width:auto}
.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total{width:1%;white-space:nowrap}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot{display:block}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr{display:flex;justify-content:space-between;align-items:baseline;gap:12px;border-bottom:1px solid #EFE7DA}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td{display:block;border-bottom:0}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals{flex-direction:column;align-items:stretch;gap:0}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals th{padding-bottom:2px}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td{padding-top:0;text-align:right;white-space:normal}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total{border-bottom:0}

/* QA fix: 44px touch targets for footer links and footer phone/WhatsApp on touch screens (were 36px / 32px) */
@media (max-width:900px){
  .hm-footer__col a{min-height:44px}
  .hm-footer__biz a{min-height:44px}
}
/* QA fix: stronger keyboard focus on the 404 search box (was a very light ring only) and the cart quantity field (was background-only) */
.hm-404 .hm-search.hm-search--404:focus-within{border-color:var(--hm-olive);box-shadow:0 0 0 3px var(--hm-olive-soft)}
.woocommerce .hm-cart-table .quantity .qty:focus-visible{box-shadow:inset 0 -3px 0 0 var(--hm-olive)}
/* cookie consent (opt-in) */
.hm-consent{position:fixed;inset-inline:0;bottom:0;z-index:120;padding:12px;pointer-events:none}
.hm-consent[hidden]{display:none}
.hm-consent__box{pointer-events:auto;max-width:640px;margin:0 auto;background:#fff;border:1px solid #EFE7DA;border-radius:18px;box-shadow:0 18px 48px rgba(60,50,20,.18);padding:18px 20px}
.hm-consent__title{font-size:18px;margin:0 0 6px;color:var(--hm-ink)}
.hm-consent__desc{font-size:14px;color:var(--hm-text);margin:0 0 12px;line-height:1.55}
.hm-consent__desc a{color:var(--hm-olive-dark);font-weight:700;text-decoration:underline}
.hm-consent__form{display:grid;gap:8px}
.hm-consent__opt{display:grid;grid-template-columns:22px auto 1fr;align-items:center;gap:8px;font-size:14px;padding:6px 8px;border-radius:10px;background:#FBF8F2;min-height:44px;cursor:pointer}
.hm-consent__opt input{width:20px;height:20px;accent-color:var(--hm-olive)}
.hm-consent__opt span{font-weight:700;color:var(--hm-ink)}
.hm-consent__opt small{color:var(--hm-muted);font-size:12.5px}
.hm-consent__opt.is-locked{cursor:default;opacity:.85}
.hm-consent__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}
.hm-consent__actions .hm-btn{min-height:44px}
@media (max-width:640px){.hm-consent{padding:8px}.hm-consent__box{padding:14px}.hm-consent__opt{grid-template-columns:22px 1fr}.hm-consent__opt small{grid-column:2}.hm-consent__actions .hm-btn{flex:1 1 100%}}
.hm-consent-row .hm-check{display:flex;gap:10px;align-items:flex-start;font-size:14px;line-height:1.5;cursor:pointer;min-height:44px}
.hm-consent-row .hm-check input{width:20px;height:20px;flex:none;margin-top:3px;accent-color:var(--hm-olive)}
.hm-consent-row .hm-check a{color:var(--hm-olive-dark);font-weight:700;text-decoration:underline}
.hm-consent-row .hm-check b{color:#B00020}
/* David 2026-08-19: header typography not bold */
.hm-topbar,.hm-topbar a,.hm-topbar__ship,.hm-topbar__account{font-weight:400}
.hm-menu__top,.hm-nav .hm-menu__top,.hm-sub a{font-weight:500}
.hm-menu .is-cta>.hm-menu__top{font-weight:500}
.hm-menu__item.is-current>.hm-menu__top{font-weight:500}
.hm-sub__all a{font-weight:500}
.hm-topbar__ship bdi{font-weight:500}
.hm-nav__title{font-weight:600}

/* Menu size boost (David, Aug 19: reference screenshot of a big prominent menu). Size up, weight 600 (semi, not full bold). */
.hm-menu__top,.hm-nav .hm-menu .hm-menu__top{font-size:18px;font-weight:600}
.hm-menu .is-cta>.hm-menu__top,.hm-menu__item.is-current>.hm-menu__top,.hm-sub__all a{font-weight:600}
.hm-sub a{font-size:16px}
@media (max-width:1279px) and (min-width:1025px){.hm-menu__top,.hm-nav .hm-menu .hm-menu__top{font-size:16.5px}}
@media (max-width:900px){.hm-menu__top,.hm-nav .hm-menu .hm-menu__top{font-size:19px}}
/* Top bar: account link removed (duplicate of the header account icon); keep the shipping line centered */
.hm-topbar .hm-container{justify-content:center}

/* Cart drawer on short screens (customer report 2026-08-22: with a full cart only one item was
   visible on a laptop and the list needed its own scrolling). The list of products is the point of
   the drawer, so it keeps a guaranteed share of the panel; the summary block compacts instead of
   pushing the items out of view, and the express-checkout placeholder (inactive until Grow goes
   live) is the first thing to go when height is tight. */
.hm-drawer__body{flex:1 1 auto;min-height:38vh;overscroll-behavior:contain}
.hm-drawer__foot{flex:0 0 auto;max-height:56vh;overflow-y:auto}
@media (max-height:900px){
  .hm-drawer__head{padding:10px 20px}
  .hm-drawer__head h3{font-size:18px}
  .hm-drawer__body{padding:4px 20px 10px}
  .hm-mini-item{grid-template-columns:56px 1fr auto;gap:10px;padding:9px 0}
  .hm-mini-item__thumb{width:56px;height:56px}
  .hm-mini-item__side{min-height:56px;gap:4px}
  .hm-mini-item__unit{margin-bottom:4px}
  .hm-mini-item__ctl{height:38px}
  .hm-mini-item__ctl .hm-qty{width:38px;height:36px}
  .hm-drawer__foot{padding:10px 16px calc(10px + env(safe-area-inset-bottom))}
  .hm-drawer .hm-giftbar{margin-bottom:6px}
  .hm-drawer__total{margin-bottom:2px}
  .hm-drawer__note{margin:0 0 8px;font-size:11.5px}
  .hm-drawer__foot .hm-btn{padding-top:11px;padding-bottom:11px}
  .hm-drawer .hm-btn+.hm-btn{margin-top:6px}
  .hm-drawer__upsell{margin-top:10px}
}
@media (max-height:820px){
  .hm-express--drawer{display:none}
  .hm-drawer__note{display:none}
}

/* hm-pay-align */
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method>label{display:flex !important;align-items:center !important;justify-content:center !important;gap:0;width:100% !important;box-sizing:border-box;flex-wrap:nowrap;vertical-align:middle !important;text-align:center;padding-inline-start:1rem !important;padding-inline-end:1rem !important}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method>label img{margin:0 auto !important;max-width:200px;height:auto;display:block;float:none;flex:0 0 auto}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method>label::before,.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method>label::after{display:none !important;content:none !important}
.woocommerce-checkout #payment ul.payment_methods li>input[type=radio]:checked+label{border-color:#C9C1B0;background:#fff}
.woocommerce-checkout #payment ul.payment_methods .payment_box.hide_box{display:none !important;padding:0 !important;margin:0 !important;border:0 !important}

/* hm-fly */
.hm-fly{position:fixed;z-index:9999;width:64px;height:64px;border-radius:50%;object-fit:cover;box-shadow:0 10px 28px rgba(0,0,0,.28);border:3px solid #fff;pointer-events:none;will-change:transform,opacity}
.hm-cart-btn.is-bump{animation:hm-bump .55s cubic-bezier(.2,.8,.2,1)}
.hm-cart-btn.is-bump .hm-cart-btn__count{animation:hm-bump-badge .55s cubic-bezier(.2,.8,.2,1)}
@keyframes hm-bump{0%{transform:scale(1)}30%{transform:scale(1.3) rotate(-10deg)}60%{transform:scale(.94)}100%{transform:scale(1)}}
@keyframes hm-bump-badge{0%{transform:scale(1);background:var(--hm-orange)}40%{transform:scale(1.5);background:var(--hm-olive)}100%{transform:scale(1);background:var(--hm-orange)}}
@media (prefers-reduced-motion:reduce){.hm-fly{display:none}.hm-cart-btn.is-bump,.hm-cart-btn.is-bump .hm-cart-btn__count{animation:none}}

/* footer v2: three columns, lower */
.hm-footer{margin-top:48px}
.hm-footer .hm-footer__grid{grid-template-columns:1.05fr 1.6fr 1.15fr;gap:40px;padding:32px 0 22px;align-items:start}
.hm-footer__links{display:grid;grid-template-columns:1fr 1fr;gap:20px 28px}
.hm-footer h4,.hm-footer .hm-footer__h{font-size:15px;margin-bottom:8px}
.hm-footer li{margin-bottom:5px;font-size:14px;line-height:1.45}
.hm-footer__brand img{height:44px;margin-bottom:8px}
.hm-footer__brand p{font-size:13px;line-height:1.5;margin:0 0 8px}
.hm-footer__biz{display:flex;flex-wrap:wrap;gap:4px 14px;font-size:13px;font-style:normal;line-height:1.5}
.hm-footer__leaf{display:none}
.hm-news{gap:8px}
.hm-news__row{display:flex;gap:8px}
.hm-news .hm-news__row input{height:42px;flex:1 1 140px;min-width:0;width:auto}
.hm-news .hm-news__row .hm-btn--primary{min-height:42px;padding:0 18px;flex:0 0 auto;width:auto}
.hm-news__consent,.hm-news__legal{font-size:12px;line-height:1.4;margin:0;color:var(--hm-muted)}
.hm-news__consent .hm-check{align-items:flex-start;gap:8px}
.hm-footer__bottom{padding:12px 0}
@media (max-width:900px){.hm-footer .hm-footer__grid{grid-template-columns:1fr 1fr;gap:28px;padding:30px 0 20px}.hm-footer__news{grid-column:1/-1}}
@media (max-width:600px){.hm-footer .hm-footer__grid{grid-template-columns:1fr;padding-top:26px}.hm-footer__links{grid-template-columns:1fr 1fr}}
/* sticky header: stay below the WP admin bar, and get shorter once the page scrolls */
.admin-bar .hm-header{top:32px}
@media (max-width:782px){.admin-bar .hm-header{top:46px}}
.hm-header .hm-container{transition:min-height .25s ease}
.hm-header__logo img{transition:height .25s ease}
.hm-header.is-scrolled .hm-container{min-height:68px}
.hm-header.is-scrolled .hm-header__logo img{height:50px}
@media (prefers-reduced-motion:reduce){.hm-header .hm-container,.hm-header__logo img{transition:none}}
.hm-footer__links li{margin-bottom:1px}
.hm-footer .hm-footer__links a{min-height:28px}
@media (pointer:coarse){.hm-footer .hm-footer__links a{min-height:36px}}

/* wishlist: header heart, account page, guest filter note */
.hm-wish-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:var(--hm-ink);transition:background .15s,color .15s}
.hm-wish-btn:hover{background:var(--hm-cream-2);color:#c4581a}
.hm-wish-btn svg{width:22px;height:22px}
.hm-wish-btn__count{position:absolute;top:2px;left:2px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#c4581a;color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;line-height:1}
.hm-wishpage__title{margin:0 0 4px}
.hm-wishpage__hint{color:var(--hm-muted);font-size:14px;margin:0 0 16px}
.hm-wishpage__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:start}
@media (max-width:900px){.hm-wishpage__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:520px){.hm-wishpage__grid{grid-template-columns:1fr}}
.hm-wishpage__empty{text-align:center;padding:32px 16px}
.hm-wish-note{grid-column:1/-1;background:var(--hm-cream-2);border:1px solid var(--hm-line);border-radius:12px;padding:12px 16px;margin:0 0 16px;font-size:14px}
.hm-card__wish.is-on{color:#c4581a;border-color:#c4581a}
.hm-card__wish.is-on svg{fill:currentColor}
.hm-wish-btn.is-on{color:#c4581a}

/* pet card fixes */
.hm-pet .hm-pet__head .hm-pet__active{color:#fff !important;font-weight:700;padding:5px 12px;letter-spacing:.01em}
.hm-pet .hm-pet__head .hm-pet__active svg{stroke:#fff;color:#fff}
.hm-pet__meta span b{font-weight:700;color:var(--hm-ink)}
