/*
Theme Name: Himalaya BD Wellness
Theme URI: https://himalaya.bd/
Author: AYESH IT
Author URI: https://ayesh.com.bd/
Description: Independent Bangladesh WooCommerce storefront for authentic Himalaya products, with local delivery for in-stock items and pre-order sourcing from India.
Version: 1.33.4
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: himalaya-bd
Tags: e-commerce, woocommerce, responsive, custom-logo, custom-menu, featured-images
License: GPL-2.0-or-later
*/

:root {
  --hb-green: #0a6f73;
  --hb-green-dark: #07585c;
  --hb-orange: #f27a1a;
  --hb-orange-dark: #d86610;
  --hb-ink: #222523;
  --hb-muted: #6b716f;
  --hb-line: #e6e9e7;
  --hb-soft: #f7f9f8;
  --hb-white: #ffffff;
  --hb-radius: 12px;
  --hb-shadow: 0 10px 30px rgba(18, 44, 40, .08);
  --hb-container: 1240px;
  --hb-price: #4ccac2;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--hb-ink);
  background: var(--hb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--hb-green); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.hb-container { width: min(calc(100% - 40px), var(--hb-container)); margin-inline: auto; }
.hb-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Announcement */
.hb-announcement { background: var(--hb-orange); color: #fff; font-weight: 700; font-size: 13px; letter-spacing: .02em; }
.hb-announcement .hb-container { min-height: 36px; display: flex; align-items: center; justify-content: center; text-align: center; }

/* Header */
.hb-header { background: #fff; border-bottom: 1px solid var(--hb-line); position: sticky; top: 0; z-index: 80; }
.admin-bar .hb-header { top: 32px; }
.hb-header-main { min-height: 84px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.hb-logo { display: inline-flex; align-items: center; min-width: 155px; }
.hb-logo .custom-logo { width: auto; max-height: 58px; max-width: 190px; }
.hb-logo-fallback { font-size: 32px; line-height: 1; color: var(--hb-green); font-weight: 800; letter-spacing: -.04em; }
.hb-logo-fallback span { color: var(--hb-orange); }
.hb-nav > ul { display: flex; align-items: center; justify-content: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.hb-nav li { position: relative; }
.hb-nav > ul > li > a { display: block; padding: 30px 0 27px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .045em; border-bottom: 3px solid transparent; }
.hb-nav > ul > li:hover > a, .hb-nav > ul > li.current-menu-item > a { color: var(--hb-green); border-bottom-color: var(--hb-orange); }
.hb-nav .sub-menu { display: none; position: absolute; top: 100%; left: -20px; min-width: 230px; background: #fff; border: 1px solid var(--hb-line); box-shadow: var(--hb-shadow); border-radius: 0 0 10px 10px; list-style: none; margin: 0; padding: 10px 0; z-index: 90; }
.hb-nav li:hover > .sub-menu { display: block; }
.hb-nav .sub-menu a { display: block; padding: 10px 18px; font-size: 14px; }
.hb-nav .sub-menu a:hover { background: var(--hb-soft); color: var(--hb-green); }
.hb-header-actions { display: flex; align-items: center; gap: 7px; }
.hb-icon-btn { position: relative; display: inline-grid; place-items: center; width: 40px; height: 40px; border: 0; background: transparent; color: var(--hb-ink); border-radius: 50%; }
.hb-icon-btn:hover { background: var(--hb-soft); color: var(--hb-green); }
.hb-icon-btn svg { width: 21px; height: 21px; stroke: currentColor; fill: none; stroke-width: 1.8; }
.hb-cart-count { position: absolute; right: 0; top: 0; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 999px; display: grid; place-items: center; background: var(--hb-orange); color: #fff; font-size: 10px; font-weight: 800; }
.hb-menu-toggle { display: none; }
.hb-mobile-header-search { display: none; }

/* Search overlay */
.hb-search-panel { position: fixed; inset: 0; z-index: 110; background: rgba(255,255,255,.98); transform: translateY(-105%); transition: transform .25s ease; }
.hb-search-panel.is-open { transform: translateY(0); }
.hb-search-inner { max-width: 760px; margin: 13vh auto 0; padding: 24px; }
.hb-search-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; }
.hb-search-head h2 { margin: 0; font-size: 28px; }
.hb-search-close { border: 0; background: transparent; font-size: 34px; line-height: 1; }
.hb-search-form { display: flex; border-bottom: 2px solid var(--hb-ink); }
.hb-search-form input[type="search"] { width: 100%; border: 0; outline: 0; font-size: 24px; padding: 14px 4px; background: transparent; }
.hb-search-form button { border: 0; background: transparent; font-weight: 800; color: var(--hb-green); }

/* Mobile nav */
.hb-mobile-drawer { position: fixed; inset: 0 auto 0 0; z-index: 105; width: min(88vw, 380px); background: #fff; transform: translateX(-105%); transition: transform .25s ease; box-shadow: 20px 0 50px rgba(0,0,0,.12); overflow-y: auto; }
.hb-mobile-drawer.is-open { transform: translateX(0); }
.hb-mobile-head { display: flex; justify-content: space-between; align-items: center; padding: 20px; border-bottom: 1px solid var(--hb-line); }
.hb-mobile-head strong { color: var(--hb-green); font-size: 20px; }
.hb-mobile-close { border: 0; background: transparent; font-size: 30px; }
.hb-mobile-nav ul { list-style: none; margin: 0; padding: 10px 20px 24px; }
.hb-mobile-nav li { border-bottom: 1px solid var(--hb-line); }
.hb-mobile-nav a { display: block; padding: 14px 0; font-weight: 700; }
.hb-mobile-nav .sub-menu { padding: 0 0 8px 16px; }
.hb-mobile-nav .sub-menu li { border: 0; }
.hb-mobile-nav .sub-menu a { padding: 8px 0; font-weight: 400; color: var(--hb-muted); }
.hb-overlay { position: fixed; inset: 0; z-index: 100; background: rgba(0,0,0,.28); opacity: 0; visibility: hidden; transition: .2s; }
.hb-overlay.is-open { opacity: 1; visibility: visible; }
body.hb-no-scroll { overflow: hidden; }

/* Mobile home hero banner */
.hb-mobile-home-banner { display: none; }
.hb-mobile-home-banner a,
.hb-mobile-home-banner img { display: block; width: 100%; }
.hb-mobile-home-banner img { height: auto; object-fit: cover; }

/* Hero */
.hb-hero { position: relative; overflow: hidden; background: linear-gradient(120deg,#f9fbfa 0%,#edf7f5 100%); }
.hb-hero-inner { min-height: 500px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 40px; }
.hb-hero-copy { padding: 74px 0; max-width: 610px; }
.hb-eyebrow { color: var(--hb-orange); font-size: 13px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; margin-bottom: 13px; }
.hb-hero h1 { font-size: clamp(40px,5vw,68px); line-height: 1.02; letter-spacing: -.045em; margin: 0 0 18px; color: var(--hb-green-dark); font-weight: 700; }
.hb-hero p { max-width: 560px; color: #4d5754; font-size: 18px; margin: 0 0 28px; }
.hb-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
  display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 23px; border-radius: 3px; border: 1px solid var(--hb-orange); background: var(--hb-orange); color: #fff; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; font-size: 13px;
}
.hb-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover { background: var(--hb-orange-dark); border-color: var(--hb-orange-dark); color: #fff; }
.hb-button--outline { background: transparent; color: var(--hb-green); border-color: var(--hb-green); }
.hb-button--outline:hover { background: var(--hb-green); color: #fff; }
.hb-hero-media { align-self: stretch; min-height: 500px; position: relative; }
.hb-hero-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hb-hero-placeholder { height: 100%; min-height: 500px; display: grid; place-items: center; background: radial-gradient(circle at 68% 35%,rgba(245,130,32,.2),transparent 18%), radial-gradient(circle at 40% 60%,rgba(11,122,117,.18),transparent 35%); }
.hb-hero-bottle { width: 230px; aspect-ratio: .68; border-radius: 16px 16px 28px 28px; background: #fff; border: 1px solid #dfe9e6; box-shadow: 0 28px 50px rgba(31,71,65,.15); position: relative; }
.hb-hero-bottle:before { content: ''; position: absolute; width: 55%; height: 17%; left: 22.5%; top: -8%; border-radius: 10px 10px 4px 4px; background: #644635; }
.hb-hero-bottle:after { content: 'himalaya.bd'; position: absolute; left: 13%; right: 13%; top: 35%; padding: 14px 5px; text-align: center; color: var(--hb-green); font-size: 22px; font-weight: 800; border-top: 5px solid var(--hb-orange); border-bottom: 2px solid #d8ece8; }

/* Trust strip */
.hb-trust { border-bottom: 1px solid var(--hb-line); background: #fff; }
.hb-trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.hb-trust-item { padding: 22px 18px; text-align: center; border-right: 1px solid var(--hb-line); }
.hb-trust-item:last-child { border-right: 0; }
.hb-trust-item strong { display: block; font-size: 14px; }
.hb-trust-item span { color: var(--hb-muted); font-size: 12px; }

/* Sections */
.hb-section { padding: 72px 0; }
.hb-section--soft { background: var(--hb-soft); }
.hb-section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.hb-section-head h2 { margin: 0; color: var(--hb-green-dark); font-size: 30px; line-height: 1.1; font-weight: 700; }
.hb-section-head p { margin: 7px 0 0; color: var(--hb-muted); }
.hb-view-link { font-size: 13px; font-weight: 800; color: var(--hb-green); text-transform: uppercase; letter-spacing: .05em; border-bottom: 1px solid var(--hb-green); }

/* Categories */
.hb-category-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.hb-category-card { position: relative; min-height: 310px; overflow: hidden; background: #edf3f1; border-radius: 4px; }
.hb-category-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.hb-category-card:hover img { transform: scale(1.035); }
.hb-category-card:after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.58)); }
.hb-category-card__text { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; color: #fff; }
.hb-category-card__text strong { display: block; font-size: 22px; }
.hb-category-card__text span { font-size: 13px; opacity: .9; }
.hb-category-fallback { height: 100%; min-height: 310px; display: grid; place-items: center; background: linear-gradient(145deg,#dbeeea,#f5efe3); color: var(--hb-green-dark); font-size: 21px; font-weight: 800; }

/* Products */
.woocommerce ul.products, .hb-products { display: grid !important; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 30px 20px; margin: 0 !important; padding: 0; list-style: none; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product, .hb-products .product { width: auto !important; float: none !important; margin: 0 !important; position: relative; }
.woocommerce ul.products li.product a img { width: 100%; margin: 0 0 14px; aspect-ratio: 1/1; object-fit: contain; background: #fff; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0; margin: 0 0 8px; font-size: 16.2px; line-height: 1.35; font-weight: 600; color: var(--hb-ink); min-height: 44px; }
.woocommerce ul.products li.product .price { color: var(--hb-ink); font-size: 16.1px; line-height: 1.3; font-weight: 700; margin-bottom: 12px; }
.woocommerce ul.products li.product .price del { color: #9da29f; font-weight: 400; opacity: 1; }
.woocommerce ul.products li.product .price ins { text-decoration: none; color: var(--hb-green-dark); }
.woocommerce ul.products li.product .button { display: flex !important; align-items: center; justify-content: center; width: 100%; height: 46px; min-height: 46px; padding: 0 18px; margin-top: 4px; border-radius: 28px 0 28px 0; background: var(--hb-green); color: #fff; border: 1px solid var(--hb-green); font-size: 12px; font-weight: 800; letter-spacing: .11em; line-height: 1; text-transform: uppercase; text-align: center; white-space: nowrap; box-shadow: none; }
.woocommerce ul.products li.product .button:hover { background: var(--hb-green-dark); border-color: var(--hb-green-dark); color: #fff; }
.woocommerce ul.products li.product .added_to_cart { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 40px; margin-top: 10px; color: var(--hb-green); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.woocommerce span.onsale { min-width: 0; min-height: 0; line-height: 1; padding: 8px 10px; border-radius: 2px; background: var(--hb-orange); left: 8px; top: 8px; right: auto; font-size: 11px; font-weight: 800; }


.hb-category-grid--compact .hb-category-card,
.hb-category-grid--compact .hb-category-fallback { min-height: 230px; }
.hb-wellness-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 18px; }
.hb-wellness-card { display: block; padding: 22px 20px; border: 1px solid var(--hb-line); border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(18,44,40,.05); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.hb-wellness-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(18,44,40,.09); border-color: #cfe1de; }
.hb-wellness-card strong { display: block; color: var(--hb-green-dark); font-size: 18px; line-height: 1.3; margin-bottom: 8px; }
.hb-wellness-card span { color: var(--hb-muted); font-size: 13px; }

/* Blog cards */
.hb-blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.hb-blog-card { border-top: 1px solid var(--hb-line); padding-top: 18px; }
.hb-blog-card time { color: var(--hb-muted); font-size: 12px; }
.hb-blog-card h3 { font-size: 20px; line-height: 1.35; margin: 8px 0 10px; }
.hb-blog-card p { color: var(--hb-muted); margin: 0; }

/* Generic pages */
.hb-main { min-height: 50vh; }
.hb-page-head { padding: 56px 0 34px; border-bottom: 1px solid var(--hb-line); }
.hb-page-head h1 { margin: 0; color: var(--hb-green-dark); font-size: clamp(32px,4vw,48px); letter-spacing: -.025em; }
.hb-content { padding: 50px 0 75px; }
.hb-content > *:first-child { margin-top: 0; }
.hb-content a { color: var(--hb-green); text-decoration: underline; }

/* WooCommerce archive */
.woocommerce .woocommerce-breadcrumb { margin: 25px 0 12px; color: var(--hb-muted); font-size: 12px; }
.woocommerce .woocommerce-breadcrumb a { color: var(--hb-muted); }
.woocommerce-products-header { padding: 20px 0 28px; }
.woocommerce-products-header__title.page-title { color: var(--hb-green-dark); font-size: 38px; margin: 0; }
.woocommerce .woocommerce-result-count { color: var(--hb-muted); font-size: 13px; margin-top: 8px; }
.woocommerce .woocommerce-ordering select { border: 1px solid var(--hb-line); padding: 10px 35px 10px 12px; background: #fff; }
.woocommerce nav.woocommerce-pagination { margin: 45px 0 10px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; margin: 0 3px; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--hb-line); border-radius: 50%; padding: 0; }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--hb-green); color: #fff; border-color: var(--hb-green); }

/* WooCommerce single */
.single-product .woocommerce div.product { padding: 45px 0 65px; }
.single-product .woocommerce div.product div.images, .single-product .woocommerce div.product div.summary { margin-bottom: 0; }
.single-product .woocommerce div.product div.images .woocommerce-product-gallery__wrapper { background: #fff; }
.single-product .woocommerce div.product div.images img { border: 1px solid #f0f1f0; }
.single-product .woocommerce div.product .product_title { color: var(--hb-green-dark); font-size: clamp(30px,3.4vw,46px); line-height: 1.05; margin: 0 0 15px; letter-spacing: -.03em; }
.single-product .woocommerce div.product p.price, .single-product .woocommerce div.product span.price, .single-product .woocommerce div.product .woocommerce-variation-price .price, .single-product .woocommerce div.product p.price .amount, .single-product .woocommerce div.product span.price .amount { color: var(--hb-price) !important; font-size: 25.2px; font-weight: 700; }
.single-product .woocommerce-product-details__short-description { color: #4f5855; font-size: 16px; border-top: 1px solid var(--hb-line); border-bottom: 1px solid var(--hb-line); padding: 17px 0; margin: 20px 0; }
.single-product .woocommerce div.product form.cart { margin-top: 24px; }
.single-product .woocommerce div.product.product-type-simple form.cart { display: grid; grid-template-columns: 1fr; gap: 16px; align-items: start; }
.single-product .woocommerce div.product form.variations_form .woocommerce-variation-add-to-cart { display: grid; grid-template-columns: 1fr; gap: 16px; align-items: start; }
.single-product .woocommerce div.product form.cart .quantity,
.single-product .woocommerce div.product form.variations_form .woocommerce-variation-add-to-cart .quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: fit-content;
  min-width: 122px;
  height: 52px;
  margin: 0 !important;
  border: 1px solid #dedfdb;
  border-radius: 0;
  background: #fff;
  overflow: hidden;
}
.hb-qty-label {
  display: block;
  margin: 2px 0 10px;
  color: #2f3c43;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .38em;
  text-transform: uppercase;
}
.single-product .woocommerce .quantity .qty {
  min-height: 50px;
  height: 50px;
  width: 52px;
  border: 0;
  border-radius: 0;
  padding: 0;
  text-align: center;
  background: transparent;
  color: var(--hb-ink);
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  -moz-appearance: textfield;
}
.single-product .woocommerce .quantity .qty::-webkit-outer-spin-button,
.single-product .woocommerce .quantity .qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.single-product .woocommerce .quantity .hb-qty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 50px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #384249;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.single-product .woocommerce .quantity .hb-qty-btn:hover { color: var(--hb-green); }
.single-product .woocommerce div.product form.cart button.single_add_to_cart_button,
.single-product .woocommerce div.product form.cart .single_add_to_cart_button {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100% !important;
  min-height: 56px !important;
  height: 56px;
  margin: 0 !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 34px 0 34px 0 !important;
  background: var(--hb-green) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: .08em !important;
  line-height: 1 !important;
  text-transform: uppercase;
  box-shadow: none !important;
}
.single-product .woocommerce div.product form.cart button.single_add_to_cart_button::before,
.single-product .woocommerce div.product form.cart .single_add_to_cart_button::before {
  content: "";
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='19' cy='20' r='1'/%3E%3Cpath d='M3 4h2l2.4 10.4a2 2 0 0 0 2 1.6h7.7a2 2 0 0 0 2-1.6L21 7H6'/%3E%3C/svg%3E");
}
.single-product .woocommerce div.product form.cart button.single_add_to_cart_button:hover,
.single-product .woocommerce div.product form.cart .single_add_to_cart_button:hover { background: var(--hb-green-dark) !important; color: #fff !important; }
.single-product .woocommerce div.product form.cart button.single_add_to_cart_button:focus-visible { outline: 2px solid var(--hb-orange); outline-offset: 3px; }
.single-product .woocommerce div.product form.variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button { grid-column: 1 / -1; }
.single-product .product_meta { color: var(--hb-muted); font-size: 12px; margin-top: 16px; }
.single-product .woocommerce-tabs { margin-top: 55px; border-top: 1px solid var(--hb-line); }
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; gap: 30px; padding: 0; margin: 0; border-bottom: 1px solid var(--hb-line); }
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li { border: 0; background: none; margin: 0; padding: 0; border-radius: 0; }
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 17px 0 14px; color: var(--hb-muted); font-weight: 700; border-bottom: 3px solid transparent; }
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--hb-green); border-bottom-color: var(--hb-orange); }
.single-product .woocommerce div.product .woocommerce-tabs .panel { padding: 30px 0; }
.single-product .related.products, .single-product .upsells.products { padding-top: 40px; }
.single-product .related.products > h2, .single-product .upsells.products > h2 { color: var(--hb-green-dark); font-size: 28px; margin-bottom: 25px; }


.single-product .woocommerce div.product .product_title { margin: 0 0 10px; }
.hb-single-rating { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; }
.hb-stars { position: relative; display: inline-block; line-height: 1; font-size: 20px; letter-spacing: 3px; }
.hb-stars__base { color: #d7d7d7; }
.hb-stars__fill { position: absolute; left: 0; top: 0; overflow: hidden; white-space: nowrap; color: var(--hb-orange); }
.hb-single-rating__text { color: #6d7471; font-size: 14px; font-weight: 500; }


.single-product form.variations_form.hb-variation-cards-ready table.variations { display: none !important; }
.single-product .hb-variation-group { margin: 18px 0 8px; }
.single-product .hb-variation-title {
  display: block;
  margin: 0 0 10px;
  color: #2f3c43;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.single-product .hb-variation-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 10px;
}
.single-product .hb-variation-card {
  display: flex;
  flex-direction: column;
  width: 96px;
  max-width: 100%;
  padding: 0;
  border: 2px solid #c8d0cf;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  color: #313936;
  text-align: left;
  box-shadow: none;
}
.single-product .hb-variation-card__head {
  display: block;
  min-height: 38px;
  padding: 10px 12px 8px;
  background: #d9dedc;
  color: #444b4d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.05;
}
.single-product .hb-variation-card__body {
  display: block;
  padding: 10px 12px 12px;
  color: #4b4f55;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.15;
  border-top: 1px solid #d9dfdd;
  min-height: 40px;
}
.single-product .hb-variation-card.is-active {
  border-color: #67cdc8;
}
.single-product .hb-variation-card.is-active .hb-variation-card__head {
  background: #58c9c0;
  color: #fff;
}
.single-product .hb-variation-card.is-active .hb-variation-card__body {
  color: #4b4f55;
}
.single-product .hb-variation-card:hover {
  border-color: #61cac6;
}
@media (max-width: 760px) {
  .hb-mobile-home-banner { display: block; width: 100%; margin: 0; padding: 0; overflow: hidden; }
  .hb-mobile-home-banner a { width: 100%; }
  .hb-mobile-home-banner img { width: 100%; height: auto; margin: 0; border: 0; }
  .front-page .hb-hero,
  body.home .hb-hero,
  body.page-template-default .hb-main > .hb-hero { display: none; }

  .single-product .hb-variation-group { margin: 16px 0 8px; }
  .single-product .hb-variation-title { font-size: 12px; letter-spacing: .24em; }
  .single-product .hb-variation-cards { gap: 10px; }
  .single-product .hb-variation-card { width: 88px; min-width: 0; border-radius: 12px; }
  .single-product .hb-variation-card__head { padding: 9px 10px 8px; font-size: 13px; min-height: 36px; }
  .single-product .hb-variation-card__body { padding: 9px 10px 10px; font-size: 12.5px; min-height: 38px; }
}

/* Woo notices/forms */
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--hb-green); background: #f7faf9; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--hb-green); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single { border: 1px solid #cfd6d3; border-radius: 2px; min-height: 44px; padding: 10px 12px; background: #fff; }
.woocommerce-checkout #payment { background: var(--hb-soft); }

/* Footer */
.hb-footer { background: #f3f6f4; border-top: 1px solid var(--hb-line); }
.hb-footer-main { padding: 58px 0 36px; display: grid; grid-template-columns: 1fr; gap: 28px; }
.hb-footer-brand { max-width: 560px; }
.hb-footer-logo img { max-height: 64px; width: auto; }
.hb-footer-brand h3 { color: var(--hb-green-dark); font-size: 18px; margin: 0 0 14px; }
.hb-footer p { color: #68716d; font-size: 14px; line-height: 1.75; }
.hb-footer-accordion { border-top: 1px solid #dde3df; }
.hb-footer-block { border-bottom: 1px solid #dde3df; }
.hb-footer-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 26px 0;
  border: 0;
  background: transparent;
  color: #55605b;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .34em;
  text-transform: uppercase;
  text-align: left;
}
.hb-footer-toggle__icon {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}
.hb-footer-toggle__icon::before,
.hb-footer-toggle__icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1.75px;
  background: #738076;
  border-radius: 999px;
  transform: translate(-50%,-50%);
  transition: transform .22s ease, opacity .22s ease;
}
.hb-footer-toggle__icon::after { transform: translate(-50%,-50%) rotate(90deg); }
.hb-footer-block.is-open .hb-footer-toggle__icon::after { opacity: 0; transform: translate(-50%,-50%) rotate(90deg) scaleX(.2); }
.hb-footer-panel { display: none; padding: 0 0 22px; }
.hb-footer-block.is-open .hb-footer-panel { display: block; }
.hb-footer-menu { list-style: none; margin: 0; padding: 0; }
.hb-footer-menu li { margin: 9px 0; }
.hb-footer-menu a { font-size: 14px; color: #4f5754; }
.hb-newsletter {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d5dcda;
  border-radius: 8px;
  background: #fff;
  padding: 0 12px;
}
.hb-newsletter input { border: 0; outline: 0; background: transparent; width: 100%; min-height: 46px; padding: 10px 0; }
.hb-newsletter button { border: 0; background: transparent; color: var(--hb-green); font-weight: 800; white-space: nowrap; }
.hb-footer-contact strong { color: var(--hb-ink); }
.hb-footer-note { font-size: 12px !important; margin-top: 10px; }
.hb-footer-bottom { border-top: 1px solid #dde2df; padding: 28px 0 38px; color: var(--hb-muted); font-size: 12px; }
.hb-footer-bottom p { margin: 10px 0; font-size: 13px; line-height: 1.75; color: #6b716f; }
.hb-footer-copyright { font-size: 16px !important; font-weight: 700; color: #59605d !important; }


@media (min-width: 761px) {
  .hb-footer-main { grid-template-columns: minmax(240px,.9fr) minmax(0,2.1fr); gap: 50px; align-items: start; }
  .hb-footer-accordion { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 26px; border-top: 0; }
  .hb-footer-block { border-bottom: 0; }
  .hb-footer-toggle { padding: 0 0 16px; font-size: 14px; letter-spacing: .24em; color: var(--hb-green-dark); cursor: default; }
  .hb-footer-toggle__icon { display: none; }
  .hb-footer-panel { display: block !important; padding: 0; }
}

/* Responsive */
@media (max-width: 1040px) {
  .hb-nav { display: none; }
  .hb-menu-toggle { display: inline-grid; }
  .hb-header-main { grid-template-columns: auto 1fr auto; gap: 12px; min-height: 72px; }
  .hb-logo { justify-self: center; min-width: 0; }
  .hb-logo .custom-logo { max-height: 46px; max-width: 150px; }
  .hb-logo-fallback { font-size: 27px; }
  .hb-header-actions .hb-account-link { display: none; }
  .hb-hero-inner { grid-template-columns: 1fr 1fr; }
  .hb-category-grid, .woocommerce ul.products, .hb-products { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .hb-wellness-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .hb-footer-main { grid-template-columns: 1fr; }
}
@media (max-width: 782px) { .admin-bar .hb-header { top: 46px; } }
@media (max-width: 760px) {
  .hb-container { width: min(calc(100% - 28px), var(--hb-container)); }
  .hb-announcement .hb-container { min-height: 32px; }
  .hb-header-main { min-height: 64px; }
  .hb-icon-btn { width: 36px; height: 36px; }
  .hb-hero-inner { grid-template-columns: 1fr; min-height: auto; }
  .hb-hero-copy { padding: 55px 0 38px; }
  .hb-hero h1 { font-size: 44px; }
  .hb-hero-media, .hb-hero-placeholder { min-height: 350px; }
  .hb-trust-grid { grid-template-columns: repeat(2,1fr); }
  .hb-trust-item:nth-child(2) { border-right: 0; }
  .hb-trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--hb-line); }
  .hb-section { padding: 52px 0; }
  .hb-section-head { align-items: flex-start; }
  .hb-category-grid { grid-template-columns: repeat(2,1fr); gap: 12px; }
  .hb-category-card, .hb-category-fallback { min-height: 230px; }
  .woocommerce ul.products, .hb-products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px 12px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 14px; line-height: 1.35; min-height: 38px; }
  .woocommerce ul.products li.product .button { height: 42px; min-height: 42px; padding: 0 14px; letter-spacing: .09em; font-size: 11px; }
  .hb-blog-grid { grid-template-columns: 1fr; }
  .hb-wellness-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .hb-footer-main { gap: 22px; padding: 32px 0 26px; }
  .hb-footer-logo img { max-height: 54px; }
  .hb-footer-toggle { padding: 22px 0; font-size: 12px; letter-spacing: .30em; }
  .hb-footer-panel { padding-bottom: 18px; }
  .hb-footer-bottom { padding: 24px 0 34px; }
  .hb-footer-bottom p { font-size: 12px; }
  .hb-footer-copyright { font-size: 14px !important; }
  .single-product .woocommerce div.product .woocommerce-tabs ul.tabs { overflow-x: auto; gap: 22px; }
  .single-product .woocommerce div.product form.cart button.single_add_to_cart_button { min-width: 0; min-height: 52px !important; height: 52px; font-size: 13px !important; }
  .single-product .woocommerce div.product form.cart button.single_add_to_cart_button::before { width: 20px; height: 20px; flex-basis: 20px; }
}
@media (max-width: 430px) {
  .hb-logo-fallback { font-size: 22px; }
  .hb-header-actions { gap: 1px; }
  .hb-header-actions .hb-search-trigger { display: inline-grid !important; }
  .hb-hero h1 { font-size: 38px; }
  .hb-hero p { font-size: 16px; }
  .hb-section-head h2 { font-size: 26px; }
  .hb-category-card, .hb-category-fallback { min-height: 190px; }
  .hb-category-card__text { left: 14px; right: 14px; bottom: 14px; }
  .hb-category-card__text strong { font-size: 18px; }
  .hb-wellness-grid { grid-template-columns: 1fr; }
}

/* v1.1.1 — Compact quantity control + remove native number spinners */
.single-product .woocommerce div.product form.cart .quantity,
.single-product .woocommerce div.product form.variations_form .woocommerce-variation-add-to-cart .quantity {
  min-width: 102px !important;
  width: 102px !important;
  height: 44px !important;
  border: 1px solid #dedfdb !important;
  overflow: hidden !important;
}
.single-product .woocommerce div.product form.cart .quantity input.qty,
.single-product .woocommerce div.product form.cart input.qty,
.single-product .woocommerce .quantity input[type="number"].qty {
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  text-align: center !important;
  font-size: 16px !important;
  line-height: 42px !important;
  background: #fff !important;
  color: var(--hb-ink) !important;
  box-shadow: none !important;
  appearance: textfield !important;
  -moz-appearance: textfield !important;
  -webkit-appearance: none !important;
}
.single-product .woocommerce div.product form.cart .quantity input.qty::-webkit-inner-spin-button,
.single-product .woocommerce div.product form.cart .quantity input.qty::-webkit-outer-spin-button,
.single-product .woocommerce .quantity input[type="number"].qty::-webkit-inner-spin-button,
.single-product .woocommerce .quantity input[type="number"].qty::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  appearance: none !important;
  margin: 0 !important;
  display: none !important;
}
.single-product .woocommerce .quantity .hb-qty-btn {
  width: 30px !important;
  min-width: 30px !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #384249 !important;
  font-size: 17px !important;
  line-height: 1 !important;
  box-shadow: none !important;
}
.single-product .woocommerce .quantity .hb-qty-btn:hover {
  background: transparent !important;
  color: var(--hb-green) !important;
}

/* v1.1.2 — Mobile single-product compact/responsive fixes */
@media (max-width: 760px) {
  html, body { max-width: 100%; overflow-x: hidden; }

  .single-product .hb-main,
  .single-product .woocommerce,
  .single-product .woocommerce div.product,
  .single-product .woocommerce div.product div.summary,
  .single-product .woocommerce div.product div.images,
  .single-product .woocommerce-product-details__short-description,
  .single-product .woocommerce-tabs,
  .single-product .product_meta {
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .single-product .hb-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .single-product .woocommerce div.product {
    padding: 22px 0 38px !important;
    margin: 0 !important;
  }

  .single-product .woocommerce div.product div.images,
  .single-product .woocommerce div.product div.summary {
    float: none !important;
    clear: both !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .single-product .woocommerce div.product div.images {
    margin-bottom: 22px !important;
  }

  .single-product .woocommerce div.product .product_title {
    max-width: 100% !important;
    margin: 0 0 8px !important;
    font-size: clamp(28px, 8.4vw, 34px) !important;
    line-height: 1.12 !important;
    letter-spacing: -.025em !important;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .single-product .hb-single-rating {
    max-width: 100% !important;
    gap: 8px !important;
    margin: 0 0 18px !important;
    flex-wrap: wrap;
  }

  .single-product .hb-stars {
    font-size: 17px !important;
    letter-spacing: 2px !important;
  }

  .single-product .hb-single-rating__text {
    font-size: 13px !important;
  }

  .single-product .woocommerce div.product p.price,
  .single-product .woocommerce div.product span.price,
  .single-product .woocommerce div.product p.price .amount,
  .single-product .woocommerce div.product span.price .amount {
    max-width: 100% !important;
    margin: 0 0 18px !important;
    font-size: 23px !important;
    line-height: 1.2 !important;
    overflow-wrap: anywhere;
  }

  .single-product .woocommerce-product-details__short-description {
    width: 100% !important;
    margin: 14px 0 16px !important;
    padding: 16px 0 !important;
    font-size: 15px !important;
    line-height: 1.58 !important;
    overflow: hidden !important;
  }

  .single-product .woocommerce-product-details__short-description * {
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  .single-product .woocommerce-product-details__short-description h1,
  .single-product .woocommerce-product-details__short-description h2,
  .single-product .woocommerce-product-details__short-description h3,
  .single-product .woocommerce-product-details__short-description h4 {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    font-size: 20px !important;
    line-height: 1.35 !important;
  }

  .single-product .woocommerce-product-details__short-description p {
    margin: 0 0 10px !important;
  }

  .single-product .woocommerce div.product form.cart,
  .single-product .woocommerce div.product.product-type-simple form.cart,
  .single-product .woocommerce div.product form.variations_form .woocommerce-variation-add-to-cart {
    width: 100% !important;
    max-width: 100% !important;
    margin: 16px 0 0 !important;
    gap: 12px !important;
  }

  .single-product .hb-qty-label {
    margin: 0 0 8px !important;
    font-size: 12px !important;
    letter-spacing: .32em !important;
  }

  .single-product .woocommerce div.product form.cart .quantity,
  .single-product .woocommerce div.product form.variations_form .woocommerce-variation-add-to-cart .quantity {
    width: 96px !important;
    min-width: 96px !important;
    height: 40px !important;
  }

  .single-product .woocommerce div.product form.cart .quantity input.qty,
  .single-product .woocommerce div.product form.cart input.qty,
  .single-product .woocommerce .quantity input[type="number"].qty {
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    height: 38px !important;
    min-height: 38px !important;
    line-height: 38px !important;
    font-size: 15px !important;
  }

  .single-product .woocommerce .quantity .hb-qty-btn {
    width: 29px !important;
    min-width: 29px !important;
    height: 38px !important;
    min-height: 38px !important;
    font-size: 16px !important;
  }

  .single-product .woocommerce div.product form.cart button.single_add_to_cart_button,
  .single-product .woocommerce div.product form.cart .single_add_to_cart_button {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 16px !important;
    gap: 8px !important;
    font-size: 12px !important;
    letter-spacing: .07em !important;
  }

  .single-product .woocommerce div.product form.cart button.single_add_to_cart_button::before,
  .single-product .woocommerce div.product form.cart .single_add_to_cart_button::before {
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
  }

  .single-product .product_meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px 8px !important;
    margin-top: 18px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    overflow-wrap: anywhere !important;
  }

  .single-product .woocommerce-tabs {
    margin-top: 30px !important;
    width: 100% !important;
  }

  .single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
    width: 100% !important;
    max-width: 100% !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
  }

  .single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
    flex: 0 0 auto !important;
  }

  .single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 12px 14px !important;
    font-size: 13px !important;
    white-space: nowrap !important;
  }

  .single-product .woocommerce div.product .woocommerce-tabs .panel {
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px 0 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    overflow-wrap: anywhere !important;
  }

  .single-product .woocommerce div.product .woocommerce-tabs .panel * {
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-wrap: anywhere !important;
  }

  .single-product .related.products,
  .single-product .upsells.products {
    padding-top: 28px !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .single-product .related.products > h2,
  .single-product .upsells.products > h2 {
    font-size: 22px !important;
    line-height: 1.3 !important;
    margin-bottom: 18px !important;
  }
}

@media (max-width: 430px) {
  .single-product .hb-container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .single-product .woocommerce div.product {
    padding-top: 18px !important;
  }

  .single-product .woocommerce div.product .product_title {
    font-size: 29px !important;
  }

  .single-product .woocommerce-product-details__short-description {
    font-size: 14.5px !important;
    line-height: 1.55 !important;
  }

  .single-product .woocommerce-product-details__short-description h1,
  .single-product .woocommerce-product-details__short-description h2,
  .single-product .woocommerce-product-details__short-description h3,
  .single-product .woocommerce-product-details__short-description h4 {
    font-size: 19px !important;
  }
}



@media (max-width: 760px) {
  body.home .woocommerce ul.products,
  body.home .hb-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px 12px !important;
  }
}


/* Homepage product grid — explicit 4 desktop / 2 mobile */
.hb-home-products-section .woocommerce ul.products,
.hb-home-products-section ul.products,
.hb-home-products-section .hb-products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  gap: 30px 20px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.hb-home-products-section .woocommerce ul.products::before,
.hb-home-products-section .woocommerce ul.products::after,
.hb-home-products-section ul.products::before,
.hb-home-products-section ul.products::after {
  display: none !important;
  content: none !important;
}
.hb-home-products-section .woocommerce ul.products li.product,
.hb-home-products-section ul.products li.product,
.hb-home-products-section .hb-products .product {
  display: block !important;
  float: none !important;
  clear: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

@media (max-width: 760px) {
  .hb-home-products-section .woocommerce ul.products,
  .hb-home-products-section ul.products,
  .hb-home-products-section .hb-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px 12px !important;
  }
  .hb-home-products-section .woocommerce ul.products li.product,
  .hb-home-products-section ul.products li.product,
  .hb-home-products-section .hb-products .product {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
}


/* v1.2.1 — Products mega menu + retailer disclaimer */
.hb-nav { position: static; }
.hb-header-main { position: static; }
.hb-primary-menu { display: flex; align-items: center; justify-content: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.hb-primary-menu > li { position: relative; }
.hb-primary-menu > li > a,
.hb-products-menu-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 84px;
  padding: 3px 0 0;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: var(--hb-ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .045em;
  line-height: 1;
  text-transform: uppercase;
}
.hb-products-menu-toggle svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; transition: transform .2s ease; }
.hb-primary-menu > li > a:hover,
.hb-products-menu-item:hover > .hb-products-menu-toggle,
.hb-products-menu-item.is-open > .hb-products-menu-toggle { color: var(--hb-green); border-bottom-color: var(--hb-orange); }
.hb-products-menu-item:hover > .hb-products-menu-toggle svg,
.hb-products-menu-item.is-open > .hb-products-menu-toggle svg { transform: rotate(180deg); }
.hb-products-menu-item { position: static !important; }
.hb-mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 95;
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  background: #fff;
  border-top: 1px solid var(--hb-line);
  box-shadow: 0 20px 45px rgba(24,52,48,.12);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.hb-products-menu-item:hover .hb-mega-menu,
.hb-products-menu-item.is-open .hb-mega-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.hb-mega-menu__inner { padding-top: 28px; padding-bottom: 34px; }
.hb-mega-menu__top { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 18px; margin-bottom: 20px; border-bottom: 1px solid var(--hb-line); }
.hb-mega-menu__top strong { color: var(--hb-green-dark); font-size: 19px; }
.hb-mega-menu__top a { color: var(--hb-green); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.hb-mega-category-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 28px 34px; }
.hb-mega-category { min-width: 0; }
.hb-mega-category__title { display: inline-block; margin-bottom: 10px; color: var(--hb-green-dark); font-size: 15px; font-weight: 800; }
.hb-mega-category ul { list-style: none; margin: 0; padding: 0; }
.hb-mega-category li { margin: 0; }
.hb-mega-category li a { display: block; padding: 4px 0; color: #5d6662; font-size: 13px; line-height: 1.35; }
.hb-mega-category li a:hover { color: var(--hb-green); }

.hb-mobile-primary { list-style: none; margin: 0; padding: 8px 20px 24px; }
.hb-mobile-primary > li { border-bottom: 1px solid var(--hb-line); }
.hb-mobile-primary > li > a,
.hb-mobile-products-toggle { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border: 0; background: transparent; color: var(--hb-ink); font-size: 15px; font-weight: 700; text-align: left; }
.hb-mobile-products-toggle__icon { position: relative; width: 18px; height: 18px; flex: 0 0 18px; }
.hb-mobile-products-toggle__icon::before,
.hb-mobile-products-toggle__icon::after { content: ''; position: absolute; left: 50%; top: 50%; width: 13px; height: 1.5px; background: #5b6662; transform: translate(-50%,-50%); transition: .2s; }
.hb-mobile-products-toggle__icon::after { transform: translate(-50%,-50%) rotate(90deg); }
.hb-mobile-products-item.is-open .hb-mobile-products-toggle__icon::after { opacity: 0; }
.hb-mobile-products-panel { display: none; padding: 2px 0 18px; }
.hb-mobile-products-item.is-open .hb-mobile-products-panel { display: block; }
.hb-mobile-view-all { display: inline-block !important; padding: 8px 0 12px !important; color: var(--hb-green) !important; font-size: 13px !important; font-weight: 800 !important; }
.hb-mobile-category-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.hb-mobile-category-grid .hb-mega-category { padding-top: 2px; }
.hb-mobile-category-grid .hb-mega-category__title { margin-bottom: 6px; font-size: 14px; }
.hb-mobile-category-grid .hb-mega-category ul { padding-left: 12px; }
.hb-mobile-category-grid .hb-mega-category li a { padding: 5px 0; color: #66706c; font-size: 13px; font-weight: 500; }

.hb-footer-disclaimer { margin-top: 16px !important; padding-top: 16px; border-top: 1px solid #dce3df; }
.hb-footer-disclaimer strong { color: #4f5955; }

@media (max-width: 1040px) {
  .hb-primary-menu { display: none; }
}
@media (max-width: 760px) {
  .hb-mobile-drawer { width: min(92vw, 410px); }
  .hb-mobile-nav ul { padding-left: 0; padding-right: 0; }
  .hb-mobile-primary { padding: 8px 18px 24px !important; }
  .hb-footer-disclaimer { font-size: 11.5px !important; line-height: 1.65 !important; }
}


/* v1.2.2 — Compact reference mega menu + storefront title scale */
@media (min-width: 1041px) {
  .hb-mega-menu {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    background: #fff;
  }
  .hb-mega-menu__inner {
    width: min(calc(100% - 60px), 1740px) !important;
    max-width: 1740px !important;
    padding-top: 25px !important;
    padding-bottom: 26px !important;
  }
  .hb-mega-menu__top { display: none !important; }
  .hb-mega-category-grid--reference {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    column-gap: clamp(34px, 5vw, 88px) !important;
    row-gap: 0 !important;
    align-items: start !important;
  }
  .hb-mega-category-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 0;
  }
  .hb-mega-category {
    margin: 0 !important;
    padding: 0 !important;
    min-width: 0;
  }
  .hb-mega-category__title {
    display: block !important;
    margin: 0 0 13px !important;
    padding: 0 !important;
    color: #373b39 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    letter-spacing: .22em !important;
    text-transform: uppercase !important;
  }
  .hb-mega-category ul {
    margin: 0 !important;
    padding: 0 !important;
  }
  .hb-mega-category li { margin: 0 !important; padding: 0 !important; }
  .hb-mega-category li a {
    display: block !important;
    padding: 5px 0 !important;
    color: #454947 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }
  .hb-mega-category li a:hover {
    color: var(--hb-green) !important;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}

/* Product card title proportions closer to the source storefront. */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.hb-home-products-section ul.products li.product .woocommerce-loop-product__title {
  font-size: 16.2px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  min-height: 44px !important;
  margin-bottom: 8px !important;
}
@media (max-width: 760px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .hb-home-products-section ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px !important;
    line-height: 1.35 !important;
    min-height: 38px !important;
    margin-bottom: 6px !important;
  }
}


/* Delivery estimate / preorder */
.single-product .hb-delivery-estimate {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 20px 0 4px;
  padding: 13px 15px;
  border: 1px solid #dce7e4;
  border-radius: 10px;
  background: #f8fbfa;
  color: #34413d;
}
.single-product .hb-delivery-estimate.is-preorder {
  border-color: #ead7c4;
  background: #fffaf5;
}
.single-product .hb-delivery-estimate__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e5f4f1;
  color: var(--hb-green);
}
.single-product .hb-delivery-estimate.is-preorder .hb-delivery-estimate__icon {
  background: #fff0e0;
  color: var(--hb-orange-dark);
}
.single-product .hb-delivery-estimate__icon svg { width: 22px; height: 22px; }
.single-product .hb-delivery-estimate__copy { display: grid; gap: 2px; min-width: 0; }
.single-product .hb-delivery-estimate__title {
  color: #66716d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.single-product .hb-delivery-estimate__range {
  color: #20302c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
.single-product .hb-delivery-estimate__note {
  color: #6d7673;
  font-size: 12.5px;
  line-height: 1.35;
}
.single-product .stock.hb-preorder-stock,
.single-product .stock.available-on-backorder { color: var(--hb-orange-dark) !important; font-weight: 700; }
.single-product .single_add_to_cart_button.hb-preorder-button { background: #f27a1a !important; }
.single-product .single_add_to_cart_button.hb-preorder-button:hover { background: #d86610 !important; }

@media (max-width: 760px) {
  .single-product .hb-delivery-estimate { margin: 16px 0 2px; padding: 11px 12px; gap: 10px; border-radius: 8px; }
  .single-product .hb-delivery-estimate__icon { flex-basis: 36px; width: 36px; height: 36px; }
  .single-product .hb-delivery-estimate__icon svg { width: 20px; height: 20px; }
  .single-product .hb-delivery-estimate__range { font-size: 14.5px; }
  .single-product .hb-delivery-estimate__note { font-size: 11.5px; }
}


/* Product card price/button proportions tuned smaller per storefront request. */
.woocommerce ul.products li.product .price,
.hb-home-products-section ul.products li.product .price { font-size: 16.1px !important; line-height: 1.3 !important; }
.woocommerce ul.products li.product .button,
.hb-home-products-section ul.products li.product .button { height: 46px !important; min-height: 46px !important; padding: 0 18px !important; font-size: 12px !important; letter-spacing: .11em !important; }
@media (max-width: 760px) {
  .woocommerce ul.products li.product .price,
  .hb-home-products-section ul.products li.product .price { font-size: 15px !important; }
  .woocommerce ul.products li.product .button,
  .hb-home-products-section ul.products li.product .button { height: 42px !important; min-height: 42px !important; padding: 0 14px !important; font-size: 11px !important; }
}


/* ==========================================================
   Source-style single-product layout: gallery left, details right
   ========================================================== */
@media (min-width: 961px) {
  body.single-product .woocommerce div.product {
    position: relative;
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
    column-gap: 58px;
    row-gap: 0;
    align-items: start;
  }
  body.single-product .woocommerce div.product > span.onsale { position: absolute !important; z-index: 8; }
  body.single-product .woocommerce div.product div.images.woocommerce-product-gallery {
    grid-column: 1;
    grid-row: 1;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: 78px minmax(0, 1fr);
    column-gap: 18px;
    align-items: start;
  }
  body.single-product .woocommerce div.product div.summary {
    grid-column: 2;
    grid-row: 1;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 4px 0 0 !important;
  }
  body.single-product .woocommerce-product-gallery .flex-viewport {
    grid-column: 2;
    grid-row: 1;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
  }
  /* FlexSlider writes the wrapper width inline (e.g. 500%). Do not override it
     with !important or later slides translate into an empty/white viewport. */
  body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    max-width: none;
  }
  body.single-product .woocommerce-product-gallery .flex-control-thumbs {
    grid-column: 1;
    grid-row: 1;
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    width: 78px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
  }
  body.single-product .woocommerce-product-gallery .flex-control-thumbs li {
    float: none !important;
    width: 78px !important;
    margin: 0 !important;
  }
  body.single-product .woocommerce-product-gallery:not(:has(.flex-control-thumbs)) {
    grid-template-columns: 1fr;
  }
  body.single-product .woocommerce-product-gallery:not(:has(.flex-control-thumbs)) .flex-viewport,
  body.single-product .woocommerce-product-gallery:not(:has(.flex-control-thumbs)) .woocommerce-product-gallery__wrapper {
    grid-column: 1;
  }
  body.single-product .hb-source-manufacturer,
  body.single-product .woocommerce-tabs,
  body.single-product .related.products,
  body.single-product .upsells.products {
    grid-column: 1 / -1;
  }
}

body.single-product .woocommerce-product-gallery__image,
body.single-product .woocommerce-product-gallery__image a {
  display: block;
  background: #fff;
}
body.single-product .woocommerce-product-gallery__image img {
  display: block;
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
  border: 0 !important;
  background: #fff;
}
body.single-product .woocommerce-product-gallery .flex-control-thumbs img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 4px;
  border: 1px solid #e4e8e5;
  background: #fff;
  opacity: .72;
  transition: opacity .2s ease, border-color .2s ease;
}
body.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
body.single-product .woocommerce-product-gallery .flex-control-thumbs img:hover {
  opacity: 1;
  border-color: #5bc9c2;
}

/* Additional information follows the source storefront's product-detail flow. */
body.single-product .hb-source-info {
  margin: 28px 0 0;
  padding: 26px 0 0;
  border-top: 1px solid #e2e5e3;
}
body.single-product .hb-source-info__title {
  margin: 0 0 20px;
  color: #3f4845;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}
body.single-product .hb-source-info__content {
  color: #4b5451;
  font-size: 14.5px;
  line-height: 1.65;
}
body.single-product .hb-source-info__content h4 {
  margin: 17px 0 5px;
  color: #3e4744;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}
body.single-product .hb-source-info__content p { margin: 0 0 7px; }
body.single-product .hb-source-info__list {
  margin: 4px 0 12px 18px;
  padding: 0;
}
body.single-product .hb-source-info__list li { margin: 4px 0; }

/* Manufacturer information sits directly below the main product area. */
body.single-product .hb-source-manufacturer {
  width: 100%;
  margin: 58px 0 0;
  padding: 42px 0;
  border-top: 1px solid #e0e4e2;
  border-bottom: 1px solid #e0e4e2;
  background: #f7f9f8;
}
body.single-product .hb-source-manufacturer__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
body.single-product .hb-source-manufacturer h2 {
  margin: 0 0 24px;
  color: #3f4845;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 600;
}
body.single-product .hb-source-manufacturer__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 42px;
}
body.single-product .hb-manufacturer-row {
  display: grid;
  grid-template-columns: minmax(120px, .42fr) minmax(0, 1fr);
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid #e5e9e7;
  color: #555e5a;
  font-size: 14px;
  line-height: 1.55;
}
body.single-product .hb-manufacturer-row strong {
  color: #333c39;
  font-weight: 600;
}
body.single-product .hb-manufacturer-row.is-full {
  grid-template-columns: 1fr;
}

/* Reviews remain below the source-style product information, without duplicate description tabs. */
body.single-product .woocommerce-tabs { margin-top: 42px !important; }
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs:empty,
body.single-product .woocommerce-tabs:has(ul.tabs:empty) { display: none !important; }

@media (max-width: 960px) {
  body.single-product .woocommerce div.product div.images.woocommerce-product-gallery,
  body.single-product .woocommerce div.product div.summary {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  body.single-product .woocommerce div.product div.images.woocommerce-product-gallery {
    margin-bottom: 26px !important;
  }
  body.single-product .woocommerce-product-gallery .flex-control-thumbs {
    display: flex !important;
    gap: 8px;
    overflow-x: auto;
    margin: 10px 0 0 !important;
    padding: 0 0 4px !important;
    list-style: none;
    -webkit-overflow-scrolling: touch;
  }
  body.single-product .woocommerce-product-gallery .flex-control-thumbs li {
    flex: 0 0 66px;
    width: 66px !important;
    margin: 0 !important;
  }
  body.single-product .hb-source-info { margin-top: 22px; padding-top: 22px; }
  body.single-product .hb-source-info__title { font-size: 18px; margin-bottom: 15px; }
  body.single-product .hb-source-info__content { font-size: 14px; }
  body.single-product .hb-source-manufacturer {
    margin-top: 36px;
    padding: 30px 0;
  }
  body.single-product .hb-source-manufacturer h2 { font-size: 20px; margin-bottom: 18px; }
  body.single-product .hb-source-manufacturer__grid { grid-template-columns: 1fr; }
  body.single-product .hb-manufacturer-row { grid-template-columns: 118px minmax(0,1fr); gap: 10px; font-size: 13px; }
}

@media (max-width: 480px) {
  body.single-product .hb-source-manufacturer { padding: 26px 0; }
  body.single-product .hb-manufacturer-row { grid-template-columns: 1fr; gap: 3px; padding: 9px 0; }
}


/* Source-style collapsed product information accordions. */
body.single-product .hb-product-accordion {
  width: 100%;
  margin: 0;
  border: 0;
  border-top: 1px solid #dfe4e1;
  background: transparent;
}
body.single-product .hb-product-accordion:last-child {
  border-bottom: 1px solid #dfe4e1;
}
body.single-product .hb-product-accordion__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  min-height: 58px;
  padding: 16px 2px;
  color: #3f4845;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
body.single-product .hb-product-accordion__summary::-webkit-details-marker { display: none; }
body.single-product .hb-product-accordion__summary::marker { display: none; content: ''; }
body.single-product .hb-product-accordion__summary:hover { color: var(--hb-green); }
body.single-product .hb-product-accordion__icon {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}
body.single-product .hb-product-accordion__icon::before,
body.single-product .hb-product-accordion__icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 1.5px;
  border-radius: 999px;
  background: #64706b;
  transform: translate(-50%,-50%);
  transition: transform .2s ease, opacity .2s ease;
}
body.single-product .hb-product-accordion__icon::after {
  transform: translate(-50%,-50%) rotate(90deg);
}
body.single-product .hb-product-accordion[open] .hb-product-accordion__icon::after {
  opacity: 0;
  transform: translate(-50%,-50%) rotate(90deg) scaleX(.2);
}
body.single-product .hb-product-accordion__content {
  padding: 2px 2px 22px;
  color: #4b5451;
  font-size: 14.5px;
  line-height: 1.7;
}
body.single-product .hb-product-description { margin-top: 24px; }
body.single-product .hb-product-description__content > *:first-child,
body.single-product .hb-source-info__content > *:first-child { margin-top: 0; }
body.single-product .hb-product-description__content > *:last-child,
body.single-product .hb-source-info__content > *:last-child { margin-bottom: 0; }

/* Neutralize the older always-open information styling. */
body.single-product .hb-source-info {
  margin: 0;
  padding: 0;
  border-top: 1px solid #dfe4e1;
}
body.single-product .hb-source-info__title { display: none; }
body.single-product .hb-source-info__content { font-size: 14.5px; line-height: 1.7; }

/* Manufacturer information remains below the main product area but starts collapsed. */
body.single-product .hb-source-manufacturer {
  width: 100%;
  margin: 24px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
}
body.single-product .hb-source-manufacturer__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
body.single-product .hb-source-manufacturer h2 { display: none; }
body.single-product .hb-source-manufacturer .hb-product-accordion {
  border-top: 1px solid #dfe4e1;
  border-bottom: 1px solid #dfe4e1;
}
body.single-product .hb-source-manufacturer__grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0 42px;
}

@media (max-width: 960px) {
  body.single-product .hb-product-accordion__summary {
    min-height: 54px;
    padding: 14px 0;
    font-size: 15px;
  }
  body.single-product .hb-product-accordion__content {
    padding: 0 0 18px;
    font-size: 14px;
  }
  body.single-product .hb-product-description { margin-top: 18px; }
  body.single-product .hb-source-info { margin: 0; padding: 0; }
  body.single-product .hb-source-manufacturer { margin-top: 18px; padding: 0; }
  body.single-product .hb-source-manufacturer__grid { grid-template-columns: 1fr; }
}



/* Compact original-source short description directly after Add to Cart. */
body.single-product .hb-post-cart-description {
  width: 100%;
  margin: 16px 0 18px;
  padding: 0;
  color: #4b5451;
  font-size: 14.5px;
  line-height: 1.65;
}
body.single-product .hb-post-cart-description > *:first-child { margin-top: 0; }
body.single-product .hb-post-cart-description > *:last-child { margin-bottom: 0; }
body.single-product .hb-post-cart-description h1,
body.single-product .hb-post-cart-description h2,
body.single-product .hb-post-cart-description h3,
body.single-product .hb-post-cart-description h4 {
  margin: 0 0 8px;
  color: #394542;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 600;
}
body.single-product .hb-post-cart-description p { margin: 0 0 8px; }

/* Full Description sits below Manufacturer Information and is always open. */
body.single-product .hb-source-description-full {
  width: 100%;
  margin: 0;
  padding: 26px 0 12px;
  border: 0;
  background: transparent;
}
body.single-product .hb-source-description-full__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 22px;
  border-top: 1px solid #dfe4e1;
}
body.single-product .hb-source-description-full h2 {
  margin: 0 0 16px;
  color: #3f4845;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
}
body.single-product .hb-source-description-full__content {
  color: #4b5451;
  font-size: 14.5px;
  line-height: 1.75;
}
body.single-product .hb-source-description-full__content > *:first-child { margin-top: 0; }
body.single-product .hb-source-description-full__content > *:last-child { margin-bottom: 0; }
body.single-product .hb-source-description-full__content img { max-width: 100%; height: auto; }

@media (max-width: 760px) {
  body.single-product .hb-post-cart-description {
    margin: 13px 0 15px;
    font-size: 13.5px;
    line-height: 1.6;
  }
  body.single-product .hb-post-cart-description h1,
  body.single-product .hb-post-cart-description h2,
  body.single-product .hb-post-cart-description h3,
  body.single-product .hb-post-cart-description h4 {
    font-size: 16px;
  }
  body.single-product .hb-source-description-full {
    padding: 20px 0 8px;
  }
  body.single-product .hb-source-description-full__inner {
    padding-top: 18px;
  }
  body.single-product .hb-source-description-full h2 {
    margin-bottom: 12px;
    font-size: 18px;
  }
  body.single-product .hb-source-description-full__content {
    font-size: 14px;
    line-height: 1.68;
  }
}

/* Product category archive refinements */
body.tax-product_cat .woocommerce-products-header {
  width: 100%;
  padding: 30px 0 34px;
  text-align: center;
}
body.tax-product_cat .woocommerce-products-header__title.page-title {
  margin: 0 auto;
  text-align: center;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.15;
  color: var(--hb-green-dark);
}
body.tax-product_cat .woocommerce-products-header .term-description {
  max-width: 760px;
  margin: 12px auto 0;
  text-align: center;
  color: var(--hb-muted);
}
body.tax-product_cat .woocommerce ul.products li.product {
  padding: 12px 12px 16px !important;
  border: 1px solid rgba(17, 72, 67, .06);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(18, 58, 54, .09);
  transition: transform .22s ease, box-shadow .22s ease;
}
body.tax-product_cat .woocommerce ul.products li.product:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(18, 58, 54, .13);
}
body.tax-product_cat .woocommerce ul.products li.product a img {
  border-radius: 9px;
  box-shadow: 0 4px 14px rgba(18, 58, 54, .05);
}
@media (max-width: 760px) {
  body.tax-product_cat .woocommerce-products-header {
    padding: 22px 0 26px;
  }
  body.tax-product_cat .woocommerce-products-header__title.page-title {
    font-size: 28px;
  }
  body.tax-product_cat .woocommerce ul.products li.product {
    padding: 8px 8px 12px !important;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(18, 58, 54, .08);
  }
}


/* ==========================================================
   v1.2.9 — lock desktop gallery thumbnails beside main image
   WooCommerce/FlexSlider can otherwise drop the thumbnail list below
   the large image after its runtime layout styles are applied.
   ========================================================== */
@media (min-width: 961px) {
  body.single-product .woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-left: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body.single-product .woocommerce div.product div.images.woocommerce-product-gallery.hb-has-thumbs,
  body.single-product .woocommerce div.product div.images.woocommerce-product-gallery:has(.flex-control-thumbs) {
    padding-left: 96px !important;
  }

  body.single-product .woocommerce-product-gallery .flex-viewport {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    display: block !important;
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    box-sizing: border-box !important;
  }

  body.single-product .woocommerce-product-gallery .flex-control-thumbs {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 12 !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    width: 78px !important;
    max-width: 78px !important;
    max-height: 620px !important;
    margin: 0 !important;
    padding: 0 3px 0 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    list-style: none !important;
    float: none !important;
    clear: none !important;
    box-sizing: border-box !important;
    scrollbar-width: thin;
  }

  body.single-product .woocommerce-product-gallery .flex-control-thumbs li {
    display: block !important;
    flex: 0 0 78px !important;
    width: 74px !important;
    max-width: 74px !important;
    height: 78px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
    box-sizing: border-box !important;
  }

  body.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 74px !important;
    height: 74px !important;
    object-fit: contain !important;
  }
}

@media (max-width: 960px) {
  body.single-product .woocommerce div.product div.images.woocommerce-product-gallery,
  body.single-product .woocommerce div.product div.images.woocommerce-product-gallery.hb-has-thumbs,
  body.single-product .woocommerce div.product div.images.woocommerce-product-gallery:has(.flex-control-thumbs) {
    display: block !important;
    padding-left: 0 !important;
  }
  body.single-product .woocommerce-product-gallery .flex-control-thumbs {
    position: static !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: none !important;
    margin: 10px 0 0 !important;
    padding: 0 0 4px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }
  body.single-product .woocommerce-product-gallery .flex-control-thumbs li {
    flex: 0 0 66px !important;
    width: 66px !important;
    height: auto !important;
  }
  body.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 66px !important;
    height: 66px !important;
  }
}


/* Source product content architecture: compact post-cart summary, collapsed
   Additional/Manufacturer blocks, then an always-open Key Ingredients area. */
body.single-product .hb-source-description-full.is-source-display {
  padding-top: 20px;
}
body.single-product .hb-source-description-full.is-source-display .hb-source-description-full__inner {
  max-width: 1200px;
  border-top: 0;
  padding-top: 8px;
}
body.single-product .hb-source-description-full.is-source-display .hwi-source-display-description > h2 {
  margin: 0 0 18px;
  color: #25302d;
  text-align: center;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 400;
}
body.single-product .hb-source-description-full.is-source-display .hwi-source-display-description > p:first-of-type {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
  color: #505957;
}
body.single-product .hb-source-description-full.is-source-display h3 {
  color: #293330;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
}
body.single-product .hb-source-description-full.is-source-display p {
  color: #434d49;
  font-size: 16px;
  line-height: 1.7;
}
body.single-product .hb-source-description-full.is-source-display img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 760px) {
  body.single-product .hb-source-description-full.is-source-display { padding-top: 14px; }
  body.single-product .hb-source-description-full.is-source-display .hwi-source-display-description > h2 { font-size: 27px; margin-bottom: 14px; }
  body.single-product .hb-source-description-full.is-source-display h3 { font-size: 20px; }
  body.single-product .hb-source-description-full.is-source-display p { font-size: 14px; line-height: 1.65; }
}

/* Mobile header: keep Search visible beside Cart. */
@media (max-width: 760px) {
  .hb-header-actions .hb-search-trigger { display: inline-grid !important; }
  .hb-header-actions { gap: 2px; }
  .hb-header-actions .hb-search-trigger,
  .hb-header-actions > a.hb-icon-btn { width: 36px; height: 36px; }
  .hb-header-actions .hb-search-trigger svg,
  .hb-header-actions > a.hb-icon-btn svg { width: 21px; height: 21px; }
}



/* v1.3.2 — Source-style compact mobile header */
@media (max-width: 760px) {
  .hb-announcement {
    background: #ff704d;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .20em;
    text-transform: uppercase;
  }
  .hb-announcement .hb-container {
    width: 100%;
    min-height: 42px;
    padding: 8px 14px;
    line-height: 1.35;
  }

  .hb-header {
    background: #fff;
    border-bottom: 1px solid #edf0ee;
  }
  .hb-header .hb-container.hb-header-main {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 96px !important;
    padding: 14px 16px !important;
    gap: 10px !important;
  }
  .hb-header-main .hb-logo {
    order: 1;
    flex: 0 0 auto;
    min-width: 0 !important;
    justify-self: auto !important;
    margin: 0 !important;
  }
  .hb-header-main .hb-logo .custom-logo {
    display: block;
    width: auto !important;
    max-width: 132px !important;
    max-height: 68px !important;
    object-fit: contain;
  }
  .hb-header-main .hb-logo-fallback {
    font-size: 25px !important;
    white-space: nowrap;
  }

  .hb-mobile-header-search {
    order: 2;
    display: flex !important;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    height: 48px;
    margin: 0;
    padding: 0 12px;
    border: 1px solid #dfe4e1;
    border-radius: 6px;
    background: #fff;
  }
  .hb-mobile-header-search__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    margin-right: 8px;
    color: #111;
  }
  .hb-mobile-header-search__icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
  }
  .hb-mobile-header-search input[type="search"] {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 0;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #333;
    font-size: 15px;
    line-height: 44px;
  }
  .hb-mobile-header-search input[type="search"]::placeholder { color: #9a9a9a; opacity: 1; }

  .hb-header-main .hb-header-actions {
    order: 3;
    display: flex !important;
    flex: 0 0 auto;
    gap: 0 !important;
    margin: 0 !important;
  }
  .hb-header-main .hb-header-actions .hb-search-trigger,
  .hb-header-main .hb-header-actions .hb-account-link {
    display: none !important;
  }
  .hb-header-main .hb-header-actions > a.hb-icon-btn {
    width: 42px !important;
    height: 48px !important;
    color: #65735f;
    border-radius: 0 !important;
  }
  .hb-header-main .hb-header-actions > a.hb-icon-btn svg {
    width: 30px !important;
    height: 30px !important;
    stroke-width: 1.7;
  }
  .hb-header-main .hb-cart-count {
    right: -1px;
    top: 1px;
    min-width: 18px;
    height: 18px;
    background: var(--hb-orange);
    font-size: 10px;
  }

  .hb-header-main .hb-menu-toggle {
    order: 4;
    display: inline-grid !important;
    flex: 0 0 42px;
    width: 42px !important;
    height: 48px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #65735f;
    border-radius: 0 !important;
  }
  .hb-header-main .hb-menu-toggle svg {
    width: 34px !important;
    height: 34px !important;
    stroke-width: 1.7 !important;
  }
}

@media (max-width: 520px) {
  .hb-header .hb-container.hb-header-main {
    min-height: 84px !important;
    padding: 12px 10px !important;
    gap: 7px !important;
  }
  .hb-header-main .hb-logo .custom-logo {
    max-width: 102px !important;
    max-height: 56px !important;
  }
  .hb-header-main .hb-logo-fallback {
    font-size: 21px !important;
  }
  .hb-mobile-header-search {
    height: 44px;
    padding: 0 9px;
  }
  .hb-mobile-header-search__icon {
    flex-basis: 22px;
    width: 22px;
    height: 22px;
    margin-right: 6px;
  }
  .hb-mobile-header-search__icon svg { width: 22px; height: 22px; }
  .hb-mobile-header-search input[type="search"] { height: 40px; font-size: 14px; line-height: 40px; }
  .hb-header-main .hb-header-actions > a.hb-icon-btn,
  .hb-header-main .hb-menu-toggle {
    width: 36px !important;
    flex-basis: 36px !important;
    height: 44px !important;
  }
  .hb-header-main .hb-header-actions > a.hb-icon-btn svg { width: 27px !important; height: 27px !important; }
  .hb-header-main .hb-menu-toggle svg { width: 30px !important; height: 30px !important; }
}

@media (max-width: 390px) {
  .hb-header-main .hb-logo .custom-logo { max-width: 88px !important; }
  .hb-header-main .hb-logo-fallback { font-size: 18px !important; }
  .hb-header .hb-container.hb-header-main { gap: 5px !important; padding-left: 8px !important; padding-right: 8px !important; }
  .hb-mobile-header-search { padding: 0 7px; }
  .hb-mobile-header-search input[type="search"] { font-size: 13px; }
}


/* Himalaya asymmetric Add to Cart button shape */
.woocommerce ul.products li.product .button,
.hb-home-products-section ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
  border-radius: 28px 0 28px 0 !important;
  overflow: hidden;
}
@media (max-width: 760px) {
  .woocommerce ul.products li.product .button,
  .hb-home-products-section ul.products li.product .button,
  .woocommerce-page ul.products li.product .button {
    border-radius: 24px 0 24px 0 !important;
  }
}


/* Mobile homepage source-style Top Sellers carousel */
.hb-mobile-top-sellers { display: none; }
@media (max-width: 760px) {
  body.home .hb-trust,
  body.front-page .hb-trust,
  body.page-template-default .hb-main > .hb-trust,
  body.home .hb-desktop-top-sellers,
  body.front-page .hb-desktop-top-sellers,
  body.page-template-default .hb-main > .hb-desktop-top-sellers {
    display: none !important;
  }

  .hb-mobile-top-sellers {
    display: block;
    width: 100%;
    padding: 42px 0 48px;
    background: #fff;
    overflow: hidden;
  }
  .hb-mobile-top-sellers > .hb-container {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .hb-mobile-top-sellers__head {
    padding: 0 22px 24px;
    text-align: center;
  }
  .hb-mobile-top-sellers__head h2 {
    margin: 0;
    color: #2f3331;
    font-size: clamp(32px, 10vw, 43px);
    line-height: 1.08;
    font-weight: 400;
    letter-spacing: .01em;
  }
  .hb-mobile-product-carousel {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 6px 0 8px 22px;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 22px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .hb-mobile-product-carousel::-webkit-scrollbar { display: none; }
  .hb-mobile-product-carousel ul.products {
    display: flex !important;
    grid-template-columns: none !important;
    flex-wrap: nowrap !important;
    gap: 14px !important;
    width: max-content !important;
    min-width: 100% !important;
    margin: 0 !important;
    padding: 0 22px 0 0 !important;
    overflow: visible !important;
  }
  .hb-mobile-product-carousel ul.products li.product {
    flex: 0 0 min(44vw, 188px) !important;
    width: min(44vw, 188px) !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    scroll-snap-align: start;
    background: #fff;
  }
  .hb-mobile-product-carousel ul.products li.product a.woocommerce-LoopProduct-link {
    display: block;
  }
  .hb-mobile-product-carousel ul.products li.product a img {
    display: block;
    width: 100% !important;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    margin: 0 0 12px !important;
    padding: 8px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
  }
  .hb-mobile-product-carousel ul.products li.product .woocommerce-loop-product__title {
    min-height: 42px !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    color: #343735 !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
    text-align: center;
  }
  .hb-mobile-product-carousel ul.products li.product .price {
    min-height: 24px;
    margin: 0 0 12px !important;
    color: #343735 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
    text-align: center;
  }
  .hb-mobile-product-carousel ul.products li.product .button {
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 10px !important;
    border-radius: 24px 0 24px 0 !important;
    font-size: 10.5px !important;
    letter-spacing: .10em !important;
  }
  .hb-mobile-top-sellers__footer {
    display: flex;
    justify-content: center;
    padding: 34px 22px 0;
  }
  .hb-top-sellers-view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 52px;
    padding: 0 28px;
    background: #087b78;
    color: #fff !important;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
  }
}


/* v1.3.6 — Source-style desktop header:
   Logo → navigation → search field → account → cart */
@media (min-width: 1041px) {
  .hb-header {
    background: #fff;
    border-bottom: 1px solid #ecefeb;
  }

  .hb-header .hb-container.hb-header-main {
    width: min(calc(100% - 56px), 1540px);
    max-width: 1540px;
    min-height: 108px;
    grid-template-columns: auto auto minmax(280px, 1fr) auto;
    align-items: center;
    gap: 34px;
    margin-inline: auto;
  }

  .hb-header-main .hb-logo {
    min-width: 0;
    justify-self: start;
  }

  .hb-header-main .hb-logo .custom-logo {
    display: block;
    width: auto;
    max-width: 220px;
    max-height: 76px;
    object-fit: contain;
  }

  .hb-header-main .hb-logo-fallback {
    font-size: 34px;
    white-space: nowrap;
  }

  .hb-header-main .hb-nav {
    position: static;
    justify-self: start;
    min-width: max-content;
  }

  .hb-header-main .hb-primary-menu,
  .hb-header-main .hb-nav > ul {
    justify-content: flex-start;
    gap: 34px;
  }

  .hb-header-main .hb-primary-menu > li > a,
  .hb-header-main .hb-products-menu-toggle {
    min-height: 108px;
    padding: 2px 0 0;
    color: #67745f;
    border-bottom-width: 2px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
  }

  .hb-header-main .hb-primary-menu > li > a:hover,
  .hb-header-main .hb-products-menu-item:hover > .hb-products-menu-toggle,
  .hb-header-main .hb-products-menu-item.is-open > .hb-products-menu-toggle {
    color: #3f4c3d;
  }

  .hb-header-main .hb-products-menu-toggle svg {
    width: 15px;
    height: 15px;
    margin-left: 2px;
  }

  .hb-header-main .hb-mobile-header-search {
    display: flex;
    align-items: center;
    justify-self: end;
    width: min(100%, 334px);
    height: 52px;
    margin: 0;
    padding: 0 15px;
    border: 1px solid #dfe3de;
    border-radius: 7px;
    background: #fff;
  }

  .hb-header-main .hb-mobile-header-search__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    color: #111;
  }

  .hb-header-main .hb-mobile-header-search__icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
  }

  .hb-header-main .hb-mobile-header-search input[type="search"] {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    height: 48px;
    padding: 0;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #343a36;
    font-size: 17px;
    line-height: 48px;
  }

  .hb-header-main .hb-mobile-header-search input[type="search"]::placeholder {
    color: #9b9b9b;
    opacity: 1;
  }

  .hb-header-main .hb-header-actions {
    justify-self: end;
    gap: 12px;
  }

  .hb-header-main .hb-header-actions .hb-search-trigger {
    display: none !important;
  }

  .hb-header-main .hb-header-actions .hb-account-link,
  .hb-header-main .hb-header-actions > a.hb-icon-btn {
    width: 44px;
    height: 52px;
    border-radius: 0;
    color: #66745e;
  }

  .hb-header-main .hb-header-actions .hb-account-link:hover,
  .hb-header-main .hb-header-actions > a.hb-icon-btn:hover {
    background: transparent;
    color: #354237;
  }

  .hb-header-main .hb-header-actions .hb-account-link svg,
  .hb-header-main .hb-header-actions > a.hb-icon-btn svg {
    width: 27px;
    height: 27px;
    stroke-width: 1.7;
  }

  .hb-header-main .hb-cart-count {
    right: -1px;
    top: 2px;
  }
}

@media (min-width: 1041px) and (max-width: 1240px) {
  .hb-header .hb-container.hb-header-main {
    width: calc(100% - 32px);
    gap: 22px;
    grid-template-columns: auto auto minmax(240px, 1fr) auto;
  }

  .hb-header-main .hb-logo .custom-logo { max-width: 185px; }
  .hb-header-main .hb-logo-fallback { font-size: 30px; }
  .hb-header-main .hb-primary-menu,
  .hb-header-main .hb-nav > ul { gap: 24px; }
  .hb-header-main .hb-primary-menu > li > a,
  .hb-header-main .hb-products-menu-toggle { font-size: 15px; }
  .hb-header-main .hb-mobile-header-search { max-width: 290px; }
}


/* Testimonials section */
.hb-testimonials { background: #f8faf8; padding-top: 34px; padding-bottom: 52px; }
.hb-testimonials__head { text-align: center; margin-bottom: 26px; }
.hb-testimonials__head h2 { margin: 0; color: var(--hb-ink); font-size: clamp(28px, 4vw, 48px); line-height: 1.1; font-weight: 400; text-transform: uppercase; }
.hb-testimonials__accent { display: block; width: 194px; max-width: 48vw; height: 6px; border-radius: 99px; background: var(--hb-orange); margin: 16px auto 0; }
.hb-testimonials__track { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.hb-testimonial-card { background: transparent; border: 0; padding: 8px 10px 0; text-align: left; }
.hb-testimonial-card__stars { display: flex; gap: 3px; margin-bottom: 14px; font-size: 20px; line-height: 1; }
.hb-testimonial-card__stars span { color: #d2d6d5; }
.hb-testimonial-card__stars span.is-active { color: #0b7877; }
.hb-testimonial-card__title { margin: 0 0 18px; font-size: 18px; font-style: italic; color: #3c4540; }
.hb-testimonial-card__name { display: flex; align-items: center; gap: 10px; margin: 0 0 10px; color: var(--hb-ink); font-size: 20px; line-height: 1.2; font-weight: 700; text-transform: uppercase; }
.hb-testimonial-card__verified { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 999px; background: #151515; color: #fff; font-size: 14px; }
.hb-testimonial-card__location { margin: 0 0 18px; color: #939694; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; }
.hb-testimonial-card__text { margin: 0; color: #505753; font-size: 16px; line-height: 1.8; }
.hb-testimonials__dots { display: none; justify-content: center; gap: 12px; margin-top: 28px; }
.hb-testimonials__dot { width: 16px; height: 16px; border: 0; border-radius: 999px; background: #d5d8d6; padding: 0; }
.hb-testimonials__dot.is-active { background: #1679e8; }

@media (max-width: 1040px) {
  .hb-testimonials__track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .hb-testimonials { padding-top: 44px; padding-bottom: 44px; }
  .hb-testimonials__head { margin-bottom: 20px; }
  .hb-testimonials__head h2 { font-size: 32px; }
  .hb-testimonials__accent { width: 122px; height: 5px; margin-top: 12px; }
  .hb-testimonials .hb-container { padding-inline: 0; }
  .hb-testimonials__track {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 24px;
  }
  .hb-testimonials__track::-webkit-scrollbar { display: none; }
  .hb-testimonial-card {
    flex: 0 0 100%;
    scroll-snap-align: center;
    padding: 8px 24px 0;
    min-height: 360px;
  }
  .hb-testimonial-card__stars { margin-bottom: 14px; font-size: 17px; }
  .hb-testimonial-card__title { font-size: 17px; margin-bottom: 16px; }
  .hb-testimonial-card__name { font-size: 24px; gap: 9px; }
  .hb-testimonial-card__verified { width: 28px; height: 28px; font-size: 15px; }
  .hb-testimonial-card__location { margin-bottom: 16px; font-size: 11px; }
  .hb-testimonial-card__text { display: none; }
  .hb-testimonials__dots { display: flex; }
}


/* v1.3.8 — Force desktop About Us + Products into one horizontal nav row */
@media (min-width: 1041px) {
  .hb-header-main .hb-nav {
    display: flex !important;
    align-items: center !important;
    align-self: stretch !important;
    justify-self: start !important;
    width: max-content !important;
    min-width: max-content !important;
    max-width: none !important;
    height: 100% !important;
    overflow: visible !important;
  }

  .hb-header-main .hb-primary-menu,
  .hb-header-main .hb-nav > ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: max-content !important;
    min-width: max-content !important;
    max-width: none !important;
    height: 100% !important;
    gap: 36px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .hb-header-main .hb-primary-menu > li,
  .hb-header-main .hb-nav > ul > li {
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: max-content !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
  }

  .hb-header-main .hb-primary-menu > li > a,
  .hb-header-main .hb-products-menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: max-content !important;
    height: 100% !important;
    min-height: 108px !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    vertical-align: middle !important;
  }

  .hb-header-main .hb-products-menu-toggle {
    gap: 6px !important;
  }

  .hb-header-main .hb-products-menu-item {
    position: static !important;
  }
}


/* v1.3.9 testimonials carousel: desktop 3-up, mobile 1-up */
.hb-testimonials .hb-container { overflow: hidden; }
.hb-testimonials__track {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hb-testimonials__track::-webkit-scrollbar { display:none; }
.hb-testimonial-card {
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 8px 40px 0;
  min-height: 360px;
}
.hb-testimonials__dots {
  display: flex !important;
  justify-content: center;
  gap: 14px;
  margin-top: 20px;
}
.hb-testimonials__dot {
  width: 13px;
  height: 13px;
  background: #d3d6d4;
}
.hb-testimonials__dot.is-active { background:#1679e8; }
@media (max-width: 1040px) {
  .hb-testimonial-card {
    flex-basis: 50%;
    max-width: 50%;
    padding-inline: 28px;
  }
}
@media (max-width: 760px) {
  .hb-testimonials .hb-container { padding-inline: 0; }
  .hb-testimonials__track { padding: 0; }
  .hb-testimonial-card {
    flex-basis: 100%;
    max-width: 100%;
    min-height: 0;
    padding: 8px 24px 0;
  }
}


/* v1.4.0 — Official Himalaya header logo */
.hb-header .hb-header-brand-logo {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (min-width: 1041px) {
  .hb-header .hb-header-brand-logo {
    max-width: 210px;
    max-height: 74px;
  }
}
@media (max-width: 1040px) {
  .hb-header .hb-header-brand-logo {
    max-width: 150px;
    max-height: 56px;
  }
}
@media (max-width: 430px) {
  .hb-header .hb-header-brand-logo {
    max-width: 132px;
    max-height: 50px;
  }
}


/* v1.4.1 — Compact testimonial spacing on desktop and mobile */
.hb-testimonials {
  padding-top: 20px !important;
  padding-bottom: 28px !important;
}
.hb-testimonials__head {
  margin-bottom: 14px !important;
}
.hb-testimonials__head h2 {
  font-size: clamp(26px, 2.6vw, 38px) !important;
  line-height: 1.05 !important;
}
.hb-testimonials__accent {
  width: 130px !important;
  height: 4px !important;
  margin-top: 9px !important;
}
.hb-testimonial-card {
  min-height: 220px !important;
  padding: 4px 30px 0 !important;
}
.hb-testimonial-card__stars {
  margin-bottom: 9px !important;
  font-size: 18px !important;
}
.hb-testimonial-card__title {
  margin-bottom: 11px !important;
  font-size: 17px !important;
}
.hb-testimonial-card__name {
  margin-bottom: 6px !important;
  font-size: 18px !important;
}
.hb-testimonial-card__verified {
  width: 21px !important;
  height: 21px !important;
  font-size: 12px !important;
}
.hb-testimonial-card__location {
  margin-bottom: 10px !important;
  font-size: 11px !important;
}
.hb-testimonial-card__text {
  font-size: 14px !important;
  line-height: 1.55 !important;
}
.hb-testimonials__dots {
  gap: 10px !important;
  margin-top: 12px !important;
}
.hb-testimonials__dot {
  width: 10px !important;
  height: 10px !important;
}

@media (max-width: 760px) {
  .hb-testimonials {
    padding-top: 24px !important;
    padding-bottom: 26px !important;
  }
  .hb-testimonials__head {
    margin-bottom: 14px !important;
  }
  .hb-testimonials__head h2 {
    font-size: 26px !important;
  }
  .hb-testimonials__accent {
    width: 92px !important;
    height: 3px !important;
    margin-top: 8px !important;
  }
  .hb-testimonial-card {
    min-height: 178px !important;
    padding: 2px 22px 0 !important;
  }
  .hb-testimonial-card__stars {
    margin-bottom: 8px !important;
    font-size: 16px !important;
  }
  .hb-testimonial-card__title {
    margin-bottom: 10px !important;
    font-size: 16px !important;
  }
  .hb-testimonial-card__name {
    margin-bottom: 5px !important;
    font-size: 20px !important;
  }
  .hb-testimonial-card__verified {
    width: 22px !important;
    height: 22px !important;
    font-size: 12px !important;
  }
  .hb-testimonial-card__location {
    margin-bottom: 0 !important;
    font-size: 10px !important;
  }
  .hb-testimonials__dots {
    margin-top: 12px !important;
    gap: 9px !important;
  }
  .hb-testimonials__dot {
    width: 9px !important;
    height: 9px !important;
  }
}


/* v1.4.2 — force official header logo supplied for Himalaya.bd */
.hb-header .hb-logo { overflow: visible; }
.hb-header .hb-header-brand-logo {
  display: block !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}
@media (min-width:1041px) {
  .hb-header .hb-header-brand-logo {
    max-width: 215px !important;
    max-height: 78px !important;
  }
}
@media (max-width:1040px) {
  .hb-header .hb-header-brand-logo {
    max-width: 150px !important;
    max-height: 58px !important;
  }
}
@media (max-width:430px) {
  .hb-header .hb-header-brand-logo {
    max-width: 132px !important;
    max-height: 52px !important;
  }
}


/* v1.4.3 — Current Himalaya India homepage promotional banner carousel */
.hb-source-banner-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #edf0ee;
}
.hb-source-banner-carousel__viewport { width:100%; overflow:hidden; }
.hb-source-banner-carousel__track {
  display:flex;
  width:100%;
  transform:translate3d(0,0,0);
  transition:transform .48s ease;
  will-change:transform;
}
.hb-source-banner-carousel__slide {
  flex:0 0 100%;
  width:100%;
  min-width:100%;
  height:clamp(420px, 35vw, 590px);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.hb-source-banner-carousel__slide--flash-one { background:#f5d08f; }
.hb-source-banner-carousel__slide--baby { background:#eef2f7; }
.hb-source-banner-carousel__slide--flash-two { background:#f8e6c6; }
.hb-source-banner-carousel__slide img {
  display:block;
  height:100%;
  width:auto;
  max-width:100%;
  object-fit:contain;
  margin:auto;
}
.hb-source-banner-carousel__arrow {
  position:absolute;
  top:50%;
  z-index:3;
  width:46px;
  height:46px;
  margin-top:-23px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.9);
  color:#35564f;
  font-size:34px;
  line-height:1;
  box-shadow:0 4px 18px rgba(0,0,0,.12);
}
.hb-source-banner-carousel__arrow--prev { left:22px; }
.hb-source-banner-carousel__arrow--next { right:22px; }
.hb-source-banner-carousel__dots {
  position:absolute;
  left:50%;
  bottom:15px;
  z-index:3;
  display:flex;
  align-items:center;
  gap:10px;
  transform:translateX(-50%);
}
.hb-source-banner-carousel__dots button {
  width:10px;
  height:10px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.72);
  box-shadow:0 0 0 1px rgba(0,0,0,.18);
}
.hb-source-banner-carousel__dots button.is-active { background:#087b78; box-shadow:none; }

/* v1.17.1 — separate desktop and mobile promotional banner sets. */
.hb-banner-carousel--mobile { display:none; }

/* The source banner carousel replaces the former custom hero/mobile image. */
.hb-mobile-home-banner,
.hb-hero { display:none !important; }

@media (max-width:760px) {
  .hb-banner-carousel--desktop { display:none; }
  .hb-banner-carousel--mobile { display:block; }
  .hb-source-banner-carousel__slide {
    height:auto;
    aspect-ratio:1 / 1;
  }
  .hb-source-banner-carousel__slide img {
    width:100%;
    height:100%;
    object-fit:cover;
  }
  .hb-source-banner-carousel__arrow { display:none; }
  .hb-source-banner-carousel__dots { bottom:10px; gap:8px; }
  .hb-source-banner-carousel__dots button { width:9px; height:9px; }
}


/* v1.4.4 — category navigation already exists in the mobile menu. */
@media (max-width: 760px) {
  .hb-shop-by-category { display: none !important; }
}


/* v1.4.5 mobile wellness cards with icons */
.hb-wellness-card {
  position: relative;
  overflow: hidden;
}
.hb-wellness-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: linear-gradient(180deg,#eef8f5 0%, #e2f1ed 100%);
  color: var(--hb-green-dark);
  box-shadow: inset 0 0 0 1px #d9ebe4;
  font-size: 24px;
  line-height: 1;
}
.hb-wellness-card__count {
  display: block;
  color: var(--hb-muted);
  font-size: 13px;
}
@media (max-width: 760px) {
  .hb-wellness-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 14px;
  }
  .hb-wellness-card {
    min-height: 0;
    padding: 16px 14px 15px;
    border-radius: 18px;
    box-shadow: 0 10px 22px rgba(18,44,40,.05);
  }
  .hb-wellness-card__icon {
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 14px;
    font-size: 20px;
  }
  .hb-wellness-card strong {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .hb-wellness-card__count {
    font-size: 12px;
  }
}
@media (max-width: 430px) {
  .hb-wellness-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 12px;
  }
  .hb-wellness-card {
    padding: 14px 12px 14px;
    border-radius: 16px;
  }
  .hb-wellness-card__icon {
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
    border-radius: 12px;
    font-size: 18px;
  }
  .hb-wellness-card strong {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .hb-wellness-card__count {
    font-size: 11px;
  }
}


/* v1.4.6 mobile New Launches carousel */
@media (max-width: 760px) {
  .hb-new-launches-carousel {
    overflow: hidden;
    padding-top: 22px;
    padding-bottom: 26px;
  }
  .hb-new-launches-carousel > .hb-container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .hb-new-launches-carousel .hb-section-head {
    padding: 0 22px 18px;
    margin-bottom: 0;
  }
  .hb-new-launches-carousel .hb-products {
    display: flex !important;
    grid-template-columns: none !important;
    flex-wrap: nowrap !important;
    gap: 16px !important;
    width: max-content !important;
    min-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 4px 22px 8px !important;
    margin: 0 !important;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 22px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .hb-new-launches-carousel .hb-products::-webkit-scrollbar {
    display: none;
  }
  .hb-new-launches-carousel .hb-products .product {
    flex: 0 0 min(44vw, 188px) !important;
    width: min(44vw, 188px) !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    scroll-snap-align: start;
    background: #fff;
  }
  .hb-new-launches-carousel .hb-products .product a.woocommerce-LoopProduct-link {
    display: block;
  }
  .hb-new-launches-carousel .hb-products .product a img {
    display: block;
    width: 100% !important;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    margin: 0 0 12px !important;
    padding: 8px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
  }
  .hb-new-launches-carousel .hb-products .product .woocommerce-loop-product__title {
    min-height: 42px !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    text-align: left;
  }
  .hb-new-launches-carousel .hb-products .product .price {
    min-height: 24px;
    margin: 0 0 10px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    text-align: left;
  }
  .hb-new-launches-carousel .hb-products .product .button {
    width: 100% !important;
    height: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 10px !important;
    border-radius: 24px 0 24px 0 !important;
    font-size: 10.5px !important;
    letter-spacing: .10em !important;
  }
}


/* v1.4.8 — Real New Launches carousel (actual WooCommerce ul.products markup) */
.hb-new-launches-carousel { overflow: hidden; }
.hb-new-launches-shell { position: relative; }
.hb-new-launches-viewport {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
}
.hb-new-launches-viewport::-webkit-scrollbar { display: none; }
.hb-new-launches-carousel .hb-new-launches-viewport ul.products {
  display: flex !important;
  grid-template-columns: none !important;
  flex-wrap: nowrap !important;
  gap: 20px !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 5px 1px 10px !important;
  overflow: visible !important;
}
.hb-new-launches-carousel .hb-new-launches-viewport ul.products::before,
.hb-new-launches-carousel .hb-new-launches-viewport ul.products::after { display:none !important; }
.hb-new-launches-carousel .hb-new-launches-viewport ul.products li.product {
  flex: 0 0 calc((100% - 60px) / 4) !important;
  width: calc((100% - 60px) / 4) !important;
  max-width: calc((100% - 60px) / 4) !important;
  min-width: 0 !important;
  margin: 0 !important;
  scroll-snap-align: start;
}
.hb-new-launches-arrow {
  position: absolute;
  top: 39%;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #dce5e1;
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  color: var(--hb-green-dark);
  box-shadow: 0 7px 22px rgba(18,44,40,.10);
  font-size: 29px;
  line-height: 1;
}
.hb-new-launches-arrow--prev { left: -18px; }
.hb-new-launches-arrow--next { right: -18px; }
.hb-new-launches-arrow:disabled { opacity: .28; cursor: default; }
.hb-new-launches-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  min-height: 9px;
  margin-top: 20px;
}
.hb-new-launches-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d4d9d7;
}
.hb-new-launches-dots button.is-active { background: var(--hb-green); }

@media (max-width: 1040px) and (min-width: 761px) {
  .hb-new-launches-carousel .hb-new-launches-viewport ul.products li.product {
    flex-basis: calc((100% - 36px) / 3) !important;
    width: calc((100% - 36px) / 3) !important;
    max-width: calc((100% - 36px) / 3) !important;
  }
  .hb-new-launches-carousel .hb-new-launches-viewport ul.products { gap:18px !important; }
}

@media (max-width: 760px) {
  .hb-new-launches-carousel {
    padding-top: 22px;
    padding-bottom: 26px;
  }
  .hb-new-launches-carousel > .hb-container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .hb-new-launches-carousel .hb-section-head {
    padding: 0 20px 18px;
    margin-bottom: 0;
  }
  .hb-new-launches-viewport {
    padding-left: 20px;
    scroll-padding-left: 20px;
  }
  .hb-new-launches-carousel .hb-new-launches-viewport ul.products {
    gap: 14px !important;
    width: 100% !important;
    padding: 4px 20px 8px 0 !important;
  }
  .hb-new-launches-carousel .hb-new-launches-viewport ul.products li.product {
    flex: 0 0 min(43vw, 184px) !important;
    width: min(43vw, 184px) !important;
    max-width: min(43vw, 184px) !important;
  }
  .hb-new-launches-carousel .hb-new-launches-viewport ul.products li.product a img {
    display:block;
    width:100% !important;
    aspect-ratio:1/1;
    object-fit:contain;
    margin:0 0 10px !important;
    padding:7px;
    background:#fff;
    border-radius:7px;
    box-shadow:0 6px 18px rgba(0,0,0,.07);
  }
  .hb-new-launches-carousel .hb-new-launches-viewport ul.products li.product .woocommerce-loop-product__title {
    min-height: 40px !important;
    margin:0 0 7px !important;
    font-size:14px !important;
    line-height:1.35 !important;
  }
  .hb-new-launches-carousel .hb-new-launches-viewport ul.products li.product .price {
    min-height:22px;
    margin:0 0 9px !important;
    font-size:14px !important;
  }
  .hb-new-launches-carousel .hb-new-launches-viewport ul.products li.product .button {
    width:100% !important;
    height:40px !important;
    min-height:40px !important;
    margin:0 !important;
    padding:0 8px !important;
    border-radius:24px 0 24px 0 !important;
    font-size:10px !important;
    letter-spacing:.08em !important;
  }
  .hb-new-launches-arrow { display:none; }
  .hb-new-launches-dots { margin-top:12px; gap:7px; }
  .hb-new-launches-dots button { width:7px; height:7px; }
}

/* v1.4.8 — Single product outer wrapper safe-area padding.
   Padding is on the parent, so gallery/image/price/button/review/description move together. */
body.single-product main.hb-main > .hb-container {
  width: min(100%, calc(var(--hb-container) + 48px)) !important;
  max-width: calc(var(--hb-container) + 48px) !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-sizing: border-box !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width:760px) {
  body.single-product main.hb-main > .hb-container {
    width:100% !important;
    max-width:100% !important;
    padding-left:20px !important;
    padding-right:20px !important;
  }
}
@media (max-width:430px) {
  body.single-product main.hb-main > .hb-container {
    padding-left:18px !important;
    padding-right:18px !important;
  }
}


/* v1.5.0 — Single product page parent wrapper 16px side padding */
@media (max-width: 960px) {
  body.single-product .hb-main {
    padding-left: 16px !important;
    padding-right: 16px !important;
    overflow-x: hidden;
  }

  body.single-product .hb-main .hb-container,
  body.single-product .hb-main .woocommerce,
  body.single-product .hb-main .woocommerce div.product,
  body.single-product .hb-main .hb-source-manufacturer,
  body.single-product .hb-main .woocommerce-tabs,
  body.single-product .hb-main .related.products,
  body.single-product .hb-main .upsells.products,
  body.single-product .hb-main .product_meta,
  body.single-product .hb-main .hb-product-description,
  body.single-product .hb-main .hb-source-info {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  body.single-product .hb-main .woocommerce div.product div.images,
  body.single-product .hb-main .woocommerce div.product div.summary {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}


/* v1.5.3 FAQ page */
.hb-faq-page { max-width: 960px; margin: 0 auto; }
.hb-faq-intro { margin-bottom: 30px; color: #59625e; font-size: 16px; line-height: 1.75; }
.hb-faq-intro p { margin: 0 0 12px; }
.hb-faq-list { border-top: 1px solid #dde3df; }
.hb-faq-item { border-bottom: 1px solid #dde3df; background: #fff; }
.hb-faq-item summary {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0,1fr) 24px;
  align-items: center;
  gap: 10px;
  padding: 20px 4px;
  cursor: pointer;
  list-style: none;
  color: #303936;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
}
.hb-faq-item summary::-webkit-details-marker { display:none; }
.hb-faq-number { color: var(--hb-green); font-weight: 700; }
.hb-faq-plus { position: relative; width: 20px; height: 20px; justify-self: end; }
.hb-faq-plus::before,
.hb-faq-plus::after { content:''; position:absolute; left:50%; top:50%; width:14px; height:1.5px; background:#66736d; transform:translate(-50%,-50%); transition:.2s ease; }
.hb-faq-plus::after { transform:translate(-50%,-50%) rotate(90deg); }
.hb-faq-item[open] .hb-faq-plus::after { opacity:0; }
.hb-faq-answer { padding: 0 38px 20px 37px; color: #5b6460; font-size: 15px; line-height: 1.75; }
.hb-faq-answer p { margin: 0; }
.hb-faq-contact { margin-top: 42px; padding: 28px; background:#f4f8f6; border-radius:14px; }
.hb-faq-contact h2 { margin:0 0 8px; color:var(--hb-green-dark); font-size:24px; }
.hb-faq-contact p { margin:0; color:#5d6662; line-height:1.7; }
@media (max-width:760px) {
  .hb-faq-intro { font-size:14px; margin-bottom:22px; }
  .hb-faq-item summary { padding:17px 0; gap:8px; font-size:15px; }
  .hb-faq-answer { padding:0 28px 17px 26px; font-size:14px; }
  .hb-faq-contact { margin-top:28px; padding:20px; }
  .hb-faq-contact h2 { font-size:20px; }
}


/* v1.5.4 policy/contact page readability */
.hb-policy-page{max-width:900px;margin:0 auto}.hb-policy-page h2{margin-top:34px;color:var(--hb-green-dark);font-size:24px}.hb-policy-page h3{margin-top:24px;font-size:18px}.hb-policy-page p,.hb-policy-page li{line-height:1.75;color:#4f5855}.hb-policy-note{padding:16px 18px;border-left:4px solid var(--hb-orange);background:#f7f9f8;margin:20px 0}.hb-contact-card{padding:24px;border:1px solid var(--hb-line);border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(18,44,40,.05)}.hb-contact-card strong{color:var(--hb-green-dark)}
@media(max-width:760px){.hb-policy-page h2{font-size:21px}.hb-contact-card{padding:18px}}


/* v1.5.5 — desktop footer space rebalance + newsletter field fix */
@media (min-width: 1100px) {
  .hb-footer-main {
    grid-template-columns: minmax(210px, 250px) minmax(0, 1fr) !important;
    gap: 30px !important;
  }

  .hb-footer-brand {
    max-width: 250px !important;
  }

  .hb-footer-brand p {
    max-width: 245px;
    margin: 0;
    line-height: 1.65;
  }

  .hb-footer-accordion {
    grid-template-columns: minmax(125px,.72fr) minmax(155px,.9fr) minmax(270px,1.45fr) minmax(210px,1.05fr) !important;
    gap: 18px !important;
    align-items: start;
  }

  .hb-footer-toggle {
    padding-bottom: 12px !important;
    letter-spacing: .20em !important;
  }

  .hb-footer-menu li {
    margin: 6px 0 !important;
  }

  .hb-footer-block:nth-child(3) .hb-footer-panel > p:first-child {
    max-width: 270px;
    margin-top: 0;
    margin-bottom: 14px;
    line-height: 1.65;
  }

  .hb-newsletter {
    width: 100%;
    min-width: 0;
    padding: 0 12px;
    gap: 10px;
    box-sizing: border-box;
  }

  .hb-newsletter input {
    flex: 1 1 auto;
    width: auto !important;
    min-width: 0 !important;
    font-size: 14px;
  }

  .hb-newsletter button {
    flex: 0 0 auto;
    padding: 0 2px;
  }

  .hb-footer-contact p {
    margin: 0 0 10px;
    line-height: 1.6;
  }
}

/* Keep the footer usable on medium desktop/tablet widths. */
@media (min-width: 761px) and (max-width: 1099px) {
  .hb-footer-main {
    grid-template-columns: minmax(200px, 240px) minmax(0, 1fr) !important;
    gap: 28px !important;
  }
  .hb-footer-brand { max-width: 230px !important; }
  .hb-footer-accordion {
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    gap: 24px 28px !important;
  }
  .hb-newsletter input { min-width: 0 !important; }
}


/* v1.5.9 — Center homepage Top Sellers section on desktop */
@media (min-width: 761px) {
  body.home .hb-desktop-top-sellers > .hb-container,
  body.front-page .hb-desktop-top-sellers > .hb-container {
    text-align: center;
  }

  body.home .hb-desktop-top-sellers .hb-section-head,
  body.front-page .hb-desktop-top-sellers .hb-section-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 28px;
    text-align: center;
  }

  body.home .hb-desktop-top-sellers .hb-section-head > div,
  body.front-page .hb-desktop-top-sellers .hb-section-head > div {
    width: 100%;
  }

  body.home .hb-desktop-top-sellers .hb-section-head h2,
  body.front-page .hb-desktop-top-sellers .hb-section-head h2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  body.home .hb-desktop-top-sellers .hb-section-head p,
  body.front-page .hb-desktop-top-sellers .hb-section-head p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 620px;
  }

  body.home .hb-desktop-top-sellers .hb-view-link,
  body.front-page .hb-desktop-top-sellers .hb-view-link {
    margin: 0 auto;
    text-align: center;
  }

  body.home .hb-desktop-top-sellers ul.products,
  body.front-page .hb-desktop-top-sellers ul.products {
    justify-content: center;
  }

  body.home .hb-desktop-top-sellers ul.products li.product,
  body.front-page .hb-desktop-top-sellers ul.products li.product {
    text-align: center;
  }

  body.home .hb-desktop-top-sellers ul.products li.product .woocommerce-loop-product__title,
  body.front-page .hb-desktop-top-sellers ul.products li.product .woocommerce-loop-product__title,
  body.home .hb-desktop-top-sellers ul.products li.product .price,
  body.front-page .hb-desktop-top-sellers ul.products li.product .price {
    text-align: center;
  }

  body.home .hb-desktop-top-sellers ul.products li.product .button,
  body.front-page .hb-desktop-top-sellers ul.products li.product .button {
    margin-left: auto;
    margin-right: auto;
  }
}


/* v1.6.1 trust section text update */
.hb-trust-item span {
  line-height: 1.45;
}
@media (min-width: 761px) {
  .hb-trust-item span {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}


/* v1.6.2 — Standardize desktop spacing between Top Sellers and Wellness */
@media (min-width: 761px) {
  body.home .hb-desktop-top-sellers,
  body.front-page .hb-desktop-top-sellers {
    padding-bottom: 34px !important;
  }

  body.home .hb-home-wellness-section,
  body.front-page .hb-home-wellness-section {
    padding-top: 34px !important;
  }

  body.home .hb-desktop-top-sellers .hb-section-head,
  body.front-page .hb-desktop-top-sellers .hb-section-head {
    margin-bottom: 24px !important;
  }
}


/* v1.6.3 — Remove excess desktop gap between Wellness and New Launches */
@media (min-width: 761px) {
  body.home .hb-home-wellness-section,
  body.front-page .hb-home-wellness-section {
    padding-bottom: 18px !important;
  }

  body.home .hb-new-launches-carousel,
  body.front-page .hb-new-launches-carousel {
    padding-top: 18px !important;
  }
}


/* v1.6.4 center product category title */
body.tax-product_cat .woocommerce-products-header,
body.post-type-archive-product .woocommerce-products-header {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}
body.tax-product_cat .woocommerce-products-header__title.page-title,
body.post-type-archive-product .woocommerce-products-header__title.page-title {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  text-align: center !important;
}
body.tax-product_cat .woocommerce-products-header .term-description,
body.post-type-archive-product .woocommerce-products-header .term-description {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}


/* v1.6.5 — Homepage product purchase buttons like source reference */
body.home .hb-home-products-section ul.products li.product,
body.front-page .hb-home-products-section ul.products li.product,
body.home .hb-desktop-top-sellers ul.products li.product,
body.front-page .hb-desktop-top-sellers ul.products li.product {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}

body.home .hb-home-products-section ul.products li.product .price,
body.front-page .hb-home-products-section ul.products li.product .price,
body.home .hb-desktop-top-sellers ul.products li.product .price,
body.front-page .hb-desktop-top-sellers ul.products li.product .price {
  margin-bottom: 14px !important;
}

body.home .hb-home-products-section ul.products li.product a.button,
body.front-page .hb-home-products-section ul.products li.product a.button,
body.home .hb-desktop-top-sellers ul.products li.product a.button,
body.front-page .hb-desktop-top-sellers ul.products li.product a.button,
body.home .hb-home-products-section ul.products li.product a.add_to_cart_button,
body.front-page .hb-home-products-section ul.products li.product a.add_to_cart_button,
body.home .hb-home-products-section ul.products li.product a[class*="product_type_"],
body.front-page .hb-home-products-section ul.products li.product a[class*="product_type_"],
body.home .hb-desktop-top-sellers ul.products li.product a[class*="product_type_"],
body.front-page .hb-desktop-top-sellers ul.products li.product a[class*="product_type_"] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 56px !important;
  height: 56px !important;
  margin: auto 0 0 !important;
  padding: 0 20px !important;
  border: 0 !important;
  border-radius: 30px 0 30px 0 !important;
  background: var(--hb-green) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  text-align: center !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

body.home .hb-home-products-section ul.products li.product a.button:hover,
body.front-page .hb-home-products-section ul.products li.product a.button:hover,
body.home .hb-desktop-top-sellers ul.products li.product a.button:hover,
body.front-page .hb-desktop-top-sellers ul.products li.product a.button:hover,
body.home .hb-home-products-section ul.products li.product a[class*="product_type_"]:hover,
body.front-page .hb-home-products-section ul.products li.product a[class*="product_type_"]:hover,
body.home .hb-desktop-top-sellers ul.products li.product a[class*="product_type_"]:hover,
body.front-page .hb-desktop-top-sellers ul.products li.product a[class*="product_type_"]:hover {
  background: var(--hb-green-dark) !important;
  color: #fff !important;
}

@media (max-width: 760px) {
  body.home .hb-home-products-section ul.products li.product a.button,
  body.front-page .hb-home-products-section ul.products li.product a.button,
  body.home .hb-home-products-section ul.products li.product a[class*="product_type_"],
  body.front-page .hb-home-products-section ul.products li.product a[class*="product_type_"] {
    min-height: 42px !important;
    height: 42px !important;
    padding: 0 10px !important;
    border-radius: 24px 0 24px 0 !important;
    font-size: 10.5px !important;
    letter-spacing: .10em !important;
  }
}


/* v1.6.7 — Make homepage product buttons 20% thinner */
body.home .hb-home-products-section ul.products li.product a.button,
body.front-page .hb-home-products-section ul.products li.product a.button,
body.home .hb-desktop-top-sellers ul.products li.product a.button,
body.front-page .hb-desktop-top-sellers ul.products li.product a.button,
body.home .hb-home-products-section ul.products li.product a.add_to_cart_button,
body.front-page .hb-home-products-section ul.products li.product a.add_to_cart_button,
body.home .hb-home-products-section ul.products li.product a[class*="product_type_"],
body.front-page .hb-home-products-section ul.products li.product a[class*="product_type_"],
body.home .hb-desktop-top-sellers ul.products li.product a[class*="product_type_"],
body.front-page .hb-desktop-top-sellers ul.products li.product a[class*="product_type_"] {
  min-height: 45px !important;
  height: 45px !important;
  padding: 0 18px !important;
  border-radius: 24px 0 24px 0 !important;
}


/* v1.6.8 — Homepage: show all top-level WooCommerce categories */
.hb-home-all-categories .hb-category-icon-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}
@media (min-width: 1200px) {
  .hb-home-all-categories .hb-all-category-grid {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }
}
@media (min-width: 761px) and (max-width: 1199px) {
  .hb-home-all-categories .hb-all-category-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
}


/* v1.7.0 — Shop by Category desktop in 2 rows */
@media (min-width: 1041px) {
  .hb-category-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
  }
  .hb-category-card,
  .hb-category-fallback {
    min-height: 242px;
  }
  .hb-category-card__text strong {
    font-size: 18px;
  }
}


/* v1.7.1 — Force Shop by Category to exactly 2 rows on desktop */
@media (min-width: 1200px) {
  .hb-home-all-categories .hb-all-category-grid {
    display: grid !important;
    grid-template-columns: repeat(var(--hb-category-columns), minmax(0, 1fr)) !important;
    gap: 18px !important;
  }
  .hb-home-all-categories .hb-all-category-card {
    min-width: 0 !important;
    padding: 18px 16px !important;
  }
  .hb-home-all-categories .hb-all-category-card strong {
    font-size: 16px !important;
    line-height: 1.25 !important;
  }
}


/* v1.7.3 — Remove excess mobile testimonial whitespace */
@media (max-width: 760px) {
  .hb-testimonials {
    padding-top: 20px !important;
    padding-bottom: 16px !important;
  }

  .hb-testimonials__head {
    margin-bottom: 14px !important;
  }

  .hb-testimonials__track {
    height: auto !important;
    min-height: 0 !important;
    align-items: flex-start !important;
    overflow-y: visible !important;
  }

  .hb-testimonial-card {
    height: auto !important;
    min-height: 0 !important;
    align-self: flex-start !important;
    padding: 2px 22px 2px !important;
  }

  .hb-testimonial-card__location {
    margin-bottom: 0 !important;
  }

  .hb-testimonials__dots {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
  }
}


/* v1.7.5 — Full 55-product Top Sellers carousel */
@media (min-width: 761px) {
  .hb-desktop-top-sellers-carousel {
    position: relative;
    overflow: hidden;
  }
  .hb-desktop-top-sellers-carousel > .hb-container {
    position: relative;
  }
  .hb-desktop-top-sellers-carousel__viewport {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 4px 0 8px;
  }
  .hb-desktop-top-sellers-carousel__viewport::-webkit-scrollbar { display: none; }
  .hb-desktop-top-sellers-carousel__viewport ul.products {
    display: flex !important;
    grid-template-columns: none !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
    width: max-content !important;
    min-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .hb-desktop-top-sellers-carousel__viewport ul.products li.product {
    flex: 0 0 calc((min(100vw - 56px, var(--hb-container)) - 60px) / 4) !important;
    width: calc((min(100vw - 56px, var(--hb-container)) - 60px) / 4) !important;
    max-width: none !important;
    scroll-snap-align: start;
  }
  .hb-desktop-top-sellers-carousel__arrow {
    position: absolute;
    z-index: 8;
    top: 52%;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid #dce7e4;
    border-radius: 50%;
    background: rgba(255,255,255,.96);
    color: var(--hb-green-dark);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(18,44,40,.10);
    transform: translateY(-50%);
  }
  .hb-desktop-top-sellers-carousel__arrow--prev { left: 2px; }
  .hb-desktop-top-sellers-carousel__arrow--next { right: 2px; }
  .hb-desktop-top-sellers-carousel__arrow:hover { background: var(--hb-green); color: #fff; }
}
@media (min-width: 761px) and (max-width: 1040px) {
  .hb-desktop-top-sellers-carousel__viewport ul.products li.product {
    flex-basis: calc((100vw - 80px) / 3) !important;
    width: calc((100vw - 80px) / 3) !important;
  }
}


/* v1.7.7 — Header In Stock / Pre-order tabs */
@media (min-width: 1041px) {
  .hb-header-main .hb-primary-menu,
  .hb-header-main .hb-nav > ul {
    gap: 22px;
  }

  .hb-header-main .hb-availability-menu-item > a.hb-availability-tab {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 38px !important;
    height: 38px !important;
    padding: 0 14px !important;
    border: 1px solid #cbdad4 !important;
    border-radius: 999px !important;
    color: #48635a !important;
    background: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    white-space: nowrap;
  }

  .hb-header-main .hb-availability-menu-item--instock > a.hb-availability-tab:hover,
  .hb-header-main .hb-availability-menu-item--instock > a.hb-availability-tab.is-active {
    background: #e8f6f1 !important;
    border-color: #8fc8b6 !important;
    color: #087b78 !important;
  }

  .hb-header-main .hb-availability-menu-item--preorder > a.hb-availability-tab:hover,
  .hb-header-main .hb-availability-menu-item--preorder > a.hb-availability-tab.is-active {
    background: #fff3e9 !important;
    border-color: #f3b277 !important;
    color: #c95f0b !important;
  }
}

@media (min-width: 1041px) and (max-width: 1320px) {
  .hb-header .hb-container.hb-header-main {
    gap: 18px;
  }
  .hb-header-main .hb-primary-menu,
  .hb-header-main .hb-nav > ul {
    gap: 14px;
  }
  .hb-header-main .hb-availability-menu-item > a.hb-availability-tab {
    padding: 0 10px !important;
    font-size: 12px !important;
  }
  .hb-header-main .hb-mobile-header-search {
    max-width: 250px;
  }
}

.hb-mobile-availability-tabs {
  padding: 16px 0 !important;
}
.hb-mobile-availability-tabs__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.hb-mobile-availability-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid #d8e2de;
  border-radius: 999px;
  background: #fff;
  color: #40544e;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.hb-mobile-availability-tab--instock.is-active,
.hb-mobile-availability-tab--instock:hover {
  background: #e8f6f1;
  border-color: #8fc8b6;
  color: #087b78;
}
.hb-mobile-availability-tab--preorder.is-active,
.hb-mobile-availability-tab--preorder:hover {
  background: #fff3e9;
  border-color: #f3b277;
  color: #c95f0b;
}


/* v1.7.8 — Availability links match standard header navigation */
@media (min-width: 1041px) {
  .hb-header-main .hb-availability-menu-item > a.hb-availability-tab {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: max-content !important;
    height: 100% !important;
    min-height: 108px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-bottom: 2px solid transparent !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #67745f !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    text-transform: none !important;
    white-space: nowrap !important;
    box-shadow: none !important;
  }

  .hb-header-main .hb-availability-menu-item > a.hb-availability-tab:hover,
  .hb-header-main .hb-availability-menu-item > a.hb-availability-tab.is-active {
    color: #3f4c3d !important;
    background: transparent !important;
    border-color: var(--hb-orange) !important;
  }
}

@media (min-width: 1041px) and (max-width: 1320px) {
  .hb-header-main .hb-availability-menu-item > a.hb-availability-tab {
    min-height: 108px !important;
    padding: 0 !important;
    font-size: 15px !important;
  }
}

/* Mobile: same plain navigation treatment, no pills */
.hb-mobile-availability-tabs {
  padding: 0 !important;
}
.hb-mobile-availability-tabs__inner {
  display: block !important;
}
.hb-mobile-availability-tab {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-height: 0 !important;
  width: 100% !important;
  padding: 14px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--hb-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--hb-ink) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-align: left !important;
  box-shadow: none !important;
}
.hb-mobile-availability-tab:last-child {
  border-bottom: 0 !important;
}
.hb-mobile-availability-tab:hover,
.hb-mobile-availability-tab.is-active {
  background: transparent !important;
  color: var(--hb-green) !important;
}


/* v1.7.9 — Center desktop header navigation; remove About Us from menu */
@media (min-width: 1041px) {
  .hb-header .hb-container.hb-header-main {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
    column-gap: 28px !important;
    align-items: center !important;
  }

  .hb-header-main .hb-logo {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
  }

  .hb-header-main .hb-nav {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    min-width: max-content !important;
  }

  .hb-header-main .hb-primary-menu,
  .hb-header-main .hb-nav > ul {
    justify-content: center !important;
    gap: 28px !important;
  }

  .hb-header-main .hb-mobile-header-search {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    width: min(100%, 320px) !important;
    margin-right: 116px !important;
  }

  .hb-header-main .hb-header-actions {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    z-index: 2;
  }
}

@media (min-width: 1041px) and (max-width: 1320px) {
  .hb-header .hb-container.hb-header-main {
    column-gap: 18px !important;
  }
  .hb-header-main .hb-primary-menu,
  .hb-header-main .hb-nav > ul {
    gap: 20px !important;
  }
  .hb-header-main .hb-mobile-header-search {
    width: min(100%, 250px) !important;
    margin-right: 102px !important;
  }
}


/* v1.8.0 — Hide Wellness Boost and compact Shop by Category spacing */
body.home .hb-home-all-categories,
body.front-page .hb-home-all-categories {
  padding-top: 24px !important;
  padding-bottom: 20px !important;
}
body.home .hb-home-all-categories .hb-section-head,
body.front-page .hb-home-all-categories .hb-section-head {
  margin-bottom: 18px !important;
}
body.home .hb-home-all-categories .hb-all-category-grid,
body.front-page .hb-home-all-categories .hb-all-category-grid {
  row-gap: 14px !important;
  column-gap: 16px !important;
}
body.home .hb-home-all-categories .hb-all-category-card,
body.front-page .hb-home-all-categories .hb-all-category-card {
  min-height: 0 !important;
  padding: 14px 16px !important;
}
body.home .hb-home-all-categories .hb-all-category-card .hb-wellness-card__icon,
body.front-page .hb-home-all-categories .hb-all-category-card .hb-wellness-card__icon {
  width: 42px !important;
  height: 42px !important;
  margin-bottom: 11px !important;
  border-radius: 13px !important;
  font-size: 19px !important;
}
body.home .hb-home-all-categories .hb-all-category-card strong,
body.front-page .hb-home-all-categories .hb-all-category-card strong {
  margin-bottom: 5px !important;
}
@media (max-width: 760px) {
  body.home .hb-home-all-categories,
  body.front-page .hb-home-all-categories {
    padding-top: 22px !important;
    padding-bottom: 18px !important;
  }
  body.home .hb-home-all-categories .hb-section-head,
  body.front-page .hb-home-all-categories .hb-section-head {
    margin-bottom: 14px !important;
  }
  body.home .hb-home-all-categories .hb-all-category-grid,
  body.front-page .hb-home-all-categories .hb-all-category-grid {
    gap: 10px !important;
  }
  body.home .hb-home-all-categories .hb-all-category-card,
  body.front-page .hb-home-all-categories .hb-all-category-card {
    padding: 12px !important;
  }
}


/* v1.8.1 — Category-driven long-scroll homepage feed */
.hb-home-category-feed {
  width: 100%;
}
.hb-home-category-products {
  padding-top: 42px;
  padding-bottom: 46px;
  border-top: 1px solid rgba(18, 58, 54, .06);
}
.hb-home-category-products--soft {
  background: #f8faf9;
}
.hb-home-category-products .hb-category-feed-head {
  margin-bottom: 24px;
}
.hb-home-category-products .hb-category-feed-head h2 {
  font-size: clamp(28px, 2.5vw, 38px);
}
.hb-home-category-products .hb-category-feed-head p {
  font-size: 14px;
}
.hb-home-category-products .hb-category-product-feed ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 30px 20px !important;
}
.hb-category-feed-empty {
  margin: 0;
  color: var(--hb-muted);
  font-size: 14px;
}

@media (max-width: 1040px) and (min-width: 761px) {
  .hb-home-category-products .hb-category-product-feed ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .hb-home-category-products {
    padding: 30px 0 34px;
    overflow: hidden;
  }
  .hb-home-category-products .hb-container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .hb-home-category-products .hb-category-feed-head {
    align-items: flex-end;
    padding: 0 16px;
    margin-bottom: 18px;
  }
  .hb-home-category-products .hb-category-feed-head h2 {
    font-size: 26px;
  }
  .hb-home-category-products .hb-category-feed-head p {
    margin-top: 5px;
    font-size: 12px;
  }
  .hb-home-category-products .hb-category-feed-head .hb-view-link {
    flex: 0 0 auto;
    font-size: 11px;
  }
  .hb-home-category-products .hb-category-product-feed {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 16px;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 16px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .hb-home-category-products .hb-category-product-feed::-webkit-scrollbar {
    display: none;
  }
  .hb-home-category-products .hb-category-product-feed ul.products {
    display: flex !important;
    grid-template-columns: none !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    width: max-content !important;
    min-width: 100% !important;
    padding: 0 16px 4px 0 !important;
    margin: 0 !important;
  }
  .hb-home-category-products .hb-category-product-feed ul.products li.product {
    flex: 0 0 min(44vw, 184px) !important;
    width: min(44vw, 184px) !important;
    max-width: none !important;
    scroll-snap-align: start;
  }
  .hb-home-category-products .hb-category-product-feed ul.products li.product .woocommerce-loop-product__title {
    min-height: 38px !important;
    font-size: 14px !important;
  }
  .hb-home-category-products .hb-category-product-feed ul.products li.product .price {
    font-size: 14px !important;
  }
  .hb-home-category-products .hb-category-product-feed ul.products li.product a.button,
  .hb-home-category-products .hb-category-product-feed ul.products li.product a[class*="product_type_"] {
    min-height: 40px !important;
    height: 40px !important;
    font-size: 10px !important;
  }
}


/* v1.8.2 — Top Sellers matches category-feed layout; remove mobile body banners */
.hb-home-top-sellers { background:#fff; }
@media (min-width: 761px) {
  .hb-home-top-sellers .hb-category-product-feed ul.products {
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:30px 20px !important;
    width:100% !important;
  }
}
/* v1.8.3 — Homepage feed uses sub-categories */
.hb-category-feed-head .hb-subcategory-parent {
  color: var(--hb-green-dark);
  font-weight: 600;
}


/* v1.8.4 — Center single product title */
body.single-product .woocommerce div.product .product_title {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}


/* v1.8.5 — hard center single product title */
body.single-product h1.product_title,
body.single-product .product_title.entry-title,
body.single-product .woocommerce div.product h1.product_title {
  display: block !important;
  float: none !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto 12px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center !important;
}


/* v1.8.6 — Source-style Manufacturer Information accordion */
body.single-product .hb-source-manufacturer {
  margin-top: 34px;
}
body.single-product .hb-source-manufacturer__inner {
  max-width: 1380px;
}
body.single-product .hb-source-manufacturer .hb-manufacturer-accordion {
  border: 1px solid #dedfda !important;
  background: #fff;
}
body.single-product .hb-source-manufacturer .hb-manufacturer-accordion .hb-product-accordion__summary {
  min-height: 74px;
  padding: 20px 24px;
  color: #343737;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
}
body.single-product .hb-source-manufacturer .hb-manufacturer-accordion .hb-product-accordion__content {
  padding: 2px 30px 30px;
  color: #3f4241;
  font-size: 16px;
  line-height: 1.55;
}
body.single-product .hb-source-manufacturer .hb-manufacturer-accordion .hb-product-accordion__icon {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
}
body.single-product .hb-source-manufacturer .hb-manufacturer-accordion .hb-product-accordion__icon::before {
  display: block;
  width: 9px;
  height: 9px;
  background: transparent;
  border-right: 2px solid #343737;
  border-bottom: 2px solid #343737;
  border-radius: 0;
  transform: translate(-50%,-65%) rotate(45deg);
}
body.single-product .hb-source-manufacturer .hb-manufacturer-accordion .hb-product-accordion__icon::after {
  display: none;
}
body.single-product .hb-source-manufacturer .hb-manufacturer-accordion[open] .hb-product-accordion__icon::before {
  transform: translate(-50%,-35%) rotate(225deg);
}
body.single-product .hwi-manufacturer-info {
  display: block;
  max-width: 780px;
}
body.single-product .hwi-manufacturer-field {
  display: block;
  margin: 0 0 28px;
  color: #414443;
}
body.single-product .hwi-manufacturer-field:last-child {
  margin-bottom: 0;
}
body.single-product .hwi-manufacturer-field__label {
  display: inline;
  margin-right: 3px;
  color: #353737;
  font-weight: 700;
}
body.single-product .hwi-manufacturer-field__value {
  display: inline;
  color: #4a4d4c;
  font-weight: 400;
}
body.single-product .hwi-manufacturer-field--contact .hwi-manufacturer-field__value {
  line-height: 1.55;
}
@media (max-width: 760px) {
  body.single-product .hb-source-manufacturer {
    margin-top: 20px;
  }
  body.single-product .hb-source-manufacturer .hb-manufacturer-accordion .hb-product-accordion__summary {
    min-height: 58px;
    padding: 16px 16px;
    font-size: 11px;
    letter-spacing: .22em;
  }
  body.single-product .hb-source-manufacturer .hb-manufacturer-accordion .hb-product-accordion__content {
    padding: 6px 16px 22px;
    font-size: 14px;
  }
  body.single-product .hwi-manufacturer-field {
    margin-bottom: 22px;
  }
}


/* v1.8.7 — Source-style Additional Information accordion */
body.single-product .hb-source-additional {
  margin-top: 22px !important;
  border: 1px solid #dedfda !important;
  background: #fff !important;
}
body.single-product .hb-source-additional .hb-product-accordion__summary {
  min-height: 74px;
  padding: 20px 24px;
  color: #343737;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
}
body.single-product .hb-source-additional .hb-product-accordion__content {
  padding: 2px 30px 30px;
  color: #464a48;
  font-size: 16px;
  line-height: 1.55;
}
body.single-product .hb-source-additional .hb-product-accordion__icon {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
}
body.single-product .hb-source-additional .hb-product-accordion__icon::before {
  display: block;
  width: 9px;
  height: 9px;
  background: transparent;
  border-right: 2px solid #343737;
  border-bottom: 2px solid #343737;
  border-radius: 0;
  transform: translate(-50%,-65%) rotate(45deg);
}
body.single-product .hb-source-additional .hb-product-accordion__icon::after { display:none; }
body.single-product .hb-source-additional[open] .hb-product-accordion__icon::before {
  transform: translate(-50%,-35%) rotate(225deg);
}
body.single-product .hwi-additional-info { max-width: 880px; }
body.single-product .hwi-additional-info__list {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}
body.single-product .hwi-additional-info__list li {
  position: relative;
  margin: 4px 0;
  padding-left: 14px;
}
body.single-product .hwi-additional-info__list li::before {
  content: '-';
  position: absolute;
  left: 0;
}
body.single-product .hwi-additional-info__block { margin: 0 0 18px; }
body.single-product .hwi-additional-info__block:last-child { margin-bottom: 0; }
body.single-product .hwi-additional-info__label {
  display: block;
  margin: 0 0 3px;
  color: #454847;
  font-weight: 400;
}
body.single-product .hwi-additional-info__text { margin: 0; }
@media (max-width:760px) {
  body.single-product .hb-source-additional { margin-top: 16px !important; }
  body.single-product .hb-source-additional .hb-product-accordion__summary {
    min-height: 58px;
    padding: 16px;
    font-size: 11px;
    letter-spacing: .22em;
  }
  body.single-product .hb-source-additional .hb-product-accordion__content {
    padding: 6px 16px 22px;
    font-size: 14px;
  }
}


/* v1.8.8 — Additional Information typography/structure aligned to source */
body.single-product .hb-source-additional .hb-product-accordion__content {
  padding: 18px 28px 28px !important;
  color: #474b49 !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
}
body.single-product .hb-source-additional .hwi-additional-info {
  width: 100%;
  max-width: 820px;
  margin: 0;
  color: #474b49;
  font-size: 15px !important;
  line-height: 1.62 !important;
}
body.single-product .hb-source-additional .hwi-additional-info__block {
  margin: 0 0 25px !important;
}
body.single-product .hb-source-additional .hwi-additional-info__block:last-child {
  margin-bottom: 0 !important;
}
body.single-product .hb-source-additional .hwi-additional-info__label {
  display: block !important;
  margin: 0 0 2px !important;
  color: #474b49 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
body.single-product .hb-source-additional .hwi-additional-info__text {
  margin: 0 !important;
  color: #474b49 !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
  font-weight: 400 !important;
}
body.single-product .hb-source-additional .hwi-additional-info__list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
body.single-product .hb-source-additional .hwi-additional-info__list li {
  position: relative;
  margin: 0 !important;
  padding-left: 13px !important;
  color: #474b49 !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
  font-weight: 400 !important;
}
body.single-product .hb-source-additional .hwi-additional-info__list li::before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 760px) {
  body.single-product .hb-source-additional .hb-product-accordion__content {
    padding: 14px 16px 20px !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
  body.single-product .hb-source-additional .hwi-additional-info,
  body.single-product .hb-source-additional .hwi-additional-info__label,
  body.single-product .hb-source-additional .hwi-additional-info__text,
  body.single-product .hb-source-additional .hwi-additional-info__list li {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
  body.single-product .hb-source-additional .hwi-additional-info__block {
    margin-bottom: 20px !important;
  }
}


/* v1.8.9 — Additional Information smaller source-like typography */
body.single-product .hb-source-additional .hb-product-accordion__content,
body.single-product .hb-source-additional .hwi-additional-info,
body.single-product .hb-source-additional .hwi-additional-info__label,
body.single-product .hb-source-additional .hwi-additional-info__text,
body.single-product .hb-source-additional .hwi-additional-info__list li {
  font-size: 13.5px !important;
  line-height: 1.58 !important;
}
body.single-product .hb-source-additional .hwi-additional-info__block {
  margin-bottom: 20px !important;
}
@media (max-width: 760px) {
  body.single-product .hb-source-additional .hb-product-accordion__content,
  body.single-product .hb-source-additional .hwi-additional-info,
  body.single-product .hb-source-additional .hwi-additional-info__label,
  body.single-product .hb-source-additional .hwi-additional-info__text,
  body.single-product .hb-source-additional .hwi-additional-info__list li {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }
  body.single-product .hb-source-additional .hwi-additional-info__block {
    margin-bottom: 17px !important;
  }
}


/* v1.9.0 — Source storefront post-cart content architecture */
body.single-product .hb-post-cart-description {
  width: 100% !important;
  max-width: 100% !important;
  margin: 34px 0 0 !important;
  padding: 0 !important;
  color: #343735 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  text-align: left !important;
  border: 0 !important;
}
body.single-product .hb-post-cart-description > * {
  max-width: 100% !important;
  text-align: left !important;
}
body.single-product .hb-post-cart-description h1,
body.single-product .hb-post-cart-description h2,
body.single-product .hb-post-cart-description h3,
body.single-product .hb-post-cart-description h4 {
  margin: 0 0 26px !important;
  color: #2f3331 !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
body.single-product .hb-post-cart-description p {
  margin: 0 0 18px !important;
  color: #343735 !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
body.single-product .hb-post-cart-description p:last-child {
  margin-bottom: 0 !important;
}
body.single-product .hb-post-cart-description strong,
body.single-product .hb-post-cart-description b {
  color: #2f3331 !important;
  font-weight: 700 !important;
}
body.single-product .hb-post-cart-description + .hb-source-additional {
  margin-top: 34px !important;
}

/* Keep the source sequence clean: Add to Cart → short summary → Additional Info. */
body.single-product .summary > .product_meta,
body.single-product .summary > .sharedaddy,
body.single-product .summary > .social-share,
body.single-product .summary > .woocommerce-product-sharing {
  display: none !important;
}

/* Manufacturer follows the main purchase area; the lower display/key-ingredients
   section follows Manufacturer, matching the source storefront architecture. */
body.single-product .hb-source-manufacturer {
  margin-top: 30px !important;
}
body.single-product .hb-source-description-full {
  padding-top: 28px !important;
}

@media (max-width: 760px) {
  body.single-product .hb-post-cart-description {
    margin-top: 28px !important;
    font-size: 14.5px !important;
    line-height: 1.58 !important;
  }
  body.single-product .hb-post-cart-description h1,
  body.single-product .hb-post-cart-description h2,
  body.single-product .hb-post-cart-description h3,
  body.single-product .hb-post-cart-description h4 {
    margin-bottom: 20px !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
  }
  body.single-product .hb-post-cart-description p {
    margin-bottom: 16px !important;
  }
  body.single-product .hb-post-cart-description + .hb-source-additional {
    margin-top: 28px !important;
  }
  body.single-product .hb-source-manufacturer {
    margin-top: 22px !important;
  }
}


/* v1.9.1 — Desktop single-product title and short description left aligned */
@media (min-width: 761px) {
  body.single-product .woocommerce div.product .summary h1.product_title,
  body.single-product .woocommerce div.product h1.product_title,
  body.single-product h1.product_title.entry-title {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
  }

  body.single-product .hb-post-cart-description,
  body.single-product .hb-post-cart-description *,
  body.single-product .woocommerce-product-details__short-description,
  body.single-product .woocommerce-product-details__short-description * {
    text-align: left !important;
  }
}


/* v1.9.2 — Final responsive single-product alignment */
@media (min-width: 761px) {
  body.single-product h1.product_title,
  body.single-product .product_title.entry-title,
  body.single-product .woocommerce div.product h1.product_title,
  body.single-product .woocommerce div.product .summary h1.product_title {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
  }
  body.single-product .hb-post-cart-description,
  body.single-product .hb-post-cart-description *,
  body.single-product .woocommerce-product-details__short-description,
  body.single-product .woocommerce-product-details__short-description * {
    text-align: left !important;
  }
}
@media (max-width: 760px) {
  body.single-product h1.product_title,
  body.single-product .product_title.entry-title,
  body.single-product .woocommerce div.product h1.product_title {
    text-align: center !important;
  }
}


/* v1.9.4 — Product page lower flow: recommendations, recently viewed, reviews */
body.single-product .hb-single-product-rail,
body.single-product .hb-product-reviews-section {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  clear: both;
  border-top: 1px solid var(--hb-line);
  padding-top: 42px;
  margin-top: 42px;
}
body.single-product .hb-single-product-rail__head,
body.single-product .hb-product-reviews-section__head {
  margin: 0 0 26px;
  text-align: center;
}
body.single-product .hb-single-product-rail__head h2,
body.single-product .hb-product-reviews-section__head h2 {
  margin: 0;
  color: var(--hb-green-dark);
  font-size: 30px;
  line-height: 1.15;
  font-weight: 600;
}
body.single-product .hb-single-product-rail__viewport {
  width: 100%;
  overflow: hidden;
}
body.single-product .hb-single-product-rail ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 28px 18px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.single-product .hb-single-product-rail ul.products li.product {
  display: flex !important;
  flex-direction: column !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.single-product .hb-single-product-rail ul.products li.product a img {
  width: 100% !important;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  margin: 0 0 12px !important;
  background: #fff;
}
body.single-product .hb-single-product-rail ul.products li.product .woocommerce-loop-product__title {
  min-height: 42px;
}
body.single-product .hb-single-product-rail ul.products li.product .button {
  margin-top: auto !important;
}
body.single-product .hb-product-reviews-section__body {
  width: 100%;
  max-width: 100%;
}
body.single-product .hb-product-reviews-section #reviews,
body.single-product .hb-product-reviews-section #comments,
body.single-product .hb-product-reviews-section #review_form_wrapper {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
body.single-product .hb-product-reviews-section #reviews > #comments > h2,
body.single-product .hb-product-reviews-section .woocommerce-Reviews-title {
  font-size: 20px;
  line-height: 1.35;
  margin: 0 0 22px;
}
body.single-product .hb-product-reviews-section .commentlist {
  padding-left: 0;
}

@media (max-width: 960px) {
  body.single-product .hb-single-product-rail,
  body.single-product .hb-product-reviews-section {
    padding-top: 30px;
    margin-top: 30px;
  }
  body.single-product .hb-single-product-rail__head,
  body.single-product .hb-product-reviews-section__head {
    margin-bottom: 20px;
  }
  body.single-product .hb-single-product-rail__head h2,
  body.single-product .hb-product-reviews-section__head h2 {
    font-size: 25px;
  }
}

@media (max-width: 760px) {
  body.single-product .hb-single-product-rail__viewport {
    width: calc(100% + 16px);
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: -16px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  body.single-product .hb-single-product-rail__viewport::-webkit-scrollbar { display: none; }
  body.single-product .hb-single-product-rail ul.products {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    width: max-content !important;
    min-width: 100% !important;
    padding: 0 16px 4px 0 !important;
  }
  body.single-product .hb-single-product-rail ul.products li.product {
    flex: 0 0 min(44vw, 180px) !important;
    width: min(44vw, 180px) !important;
    scroll-snap-align: start;
  }
  body.single-product .hb-single-product-rail ul.products li.product .woocommerce-loop-product__title {
    min-height: 38px;
    font-size: 14px !important;
  }
  body.single-product .hb-single-product-rail ul.products li.product .price {
    font-size: 14px !important;
  }
  body.single-product .hb-single-product-rail ul.products li.product .button {
    min-height: 40px !important;
    height: 40px !important;
    font-size: 10px !important;
  }
  body.single-product .hb-product-reviews-section__head {
    text-align: left;
  }
  body.single-product .hb-product-reviews-section__head h2 {
    font-size: 24px;
  }
}

/* v1.9.4 — Source-style product reviews header */
body.single-product .hb-product-reviews-section {
  padding-top: 34px;
}
body.single-product .hb-product-reviews-section__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
  margin: 0 0 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--hb-line);
}
body.single-product .hb-product-reviews-section__intro h2 {
  margin: 0 0 6px;
  color: #26313d;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.01em;
}
body.single-product .hb-product-reviews-section__write {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  color: #26313d;
  text-decoration: none;
}
body.single-product .hb-product-reviews-section__write:hover {
  text-decoration: underline;
}
body.single-product .hb-product-reviews-section__summary {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 18px;
  text-align: left;
}
body.single-product .hb-product-reviews-section__average {
  font-size: 74px;
  line-height: 0.92;
  font-weight: 300;
  color: #2b2b2f;
  letter-spacing: -0.03em;
}
body.single-product .hb-product-reviews-section__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-top: 6px;
}
body.single-product .hb-product-reviews-section__stars .star-rating {
  margin: 0;
  float: none;
  color: #f57c00;
  font-size: 18px;
}
body.single-product .hb-product-reviews-section__stars .star-rating::before {
  color: #f57c00;
}
body.single-product .hb-product-reviews-section__count {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #26313d;
  text-transform: uppercase;
}
body.single-product .hb-product-reviews-section__body {
  padding-top: 0;
}
body.single-product .hb-product-reviews-section #reviews > #comments > h2,
body.single-product .hb-product-reviews-section .woocommerce-Reviews-title,
body.single-product .hb-product-reviews-section .comment-reply-title {
  font-size: 0;
  line-height: 0;
  margin: 0;
}
body.single-product .hb-product-reviews-section #reviews > #comments > h2::before,
body.single-product .hb-product-reviews-section .woocommerce-Reviews-title::before {
  content: '';
}
body.single-product .hb-product-reviews-section #review_form_wrapper {
  margin-top: 22px;
}
body.single-product .hb-product-reviews-section .commentlist {
  margin: 0;
}

@media (max-width: 960px) {
  body.single-product .hb-product-reviews-section__head {
    gap: 18px;
    padding-bottom: 18px;
    margin-bottom: 22px;
  }
  body.single-product .hb-product-reviews-section__average {
    font-size: 58px;
  }
}

@media (max-width: 760px) {
  body.single-product .hb-product-reviews-section {
    padding-top: 26px;
  }
  body.single-product .hb-product-reviews-section__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
    padding-bottom: 16px;
  }
  body.single-product .hb-product-reviews-section__intro h2 {
    font-size: 20px;
    margin-bottom: 4px;
  }
  body.single-product .hb-product-reviews-section__write {
    font-size: 13px;
  }
  body.single-product .hb-product-reviews-section__summary {
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
    gap: 14px;
  }
  body.single-product .hb-product-reviews-section__average {
    font-size: 48px;
  }
  body.single-product .hb-product-reviews-section__meta {
    gap: 6px;
    padding-top: 2px;
  }
  body.single-product .hb-product-reviews-section__stars .star-rating {
    font-size: 16px;
  }
  body.single-product .hb-product-reviews-section__count {
    font-size: 13px;
  }
}

/* v1.9.5 — Reviews in closed box; form opens only on demand */
body.single-product .hb-product-reviews-section {
  border: 1px solid var(--hb-line) !important;
  border-radius: 14px;
  background: #fff;
  padding: 28px 30px !important;
  margin-top: 42px;
  overflow: hidden;
}
body.single-product .hb-product-reviews-section__head {
  margin: 0 !important;
  padding: 0 0 24px !important;
  border-bottom: 1px solid var(--hb-line);
}
body.single-product .hb-product-reviews-section__write {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--hb-green);
  border-radius: 4px;
  background: #fff;
  color: var(--hb-green) !important;
  font: inherit;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .04em;
  cursor: pointer;
  text-decoration: none !important;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}
body.single-product .hb-product-reviews-section__write:hover,
body.single-product .hb-product-reviews-section__write:focus-visible {
  background: var(--hb-green);
  color: #fff !important;
  border-color: var(--hb-green);
  outline: none;
}
body.single-product .hb-product-reviews-section__body {
  padding-top: 24px;
}
body.single-product .hb-product-reviews-section #review_form_wrapper {
  display: none !important;
  width: 100% !important;
  margin: 24px 0 0 !important;
  padding: 24px 0 0 !important;
  border-top: 1px solid var(--hb-line);
}
body.single-product .hb-product-reviews-section.is-review-form-open #review_form_wrapper {
  display: block !important;
}
body.single-product .hb-product-reviews-section.is-review-form-open .hb-product-reviews-section__write {
  background: var(--hb-green);
  color: #fff !important;
}
body.single-product .hb-product-reviews-section #review_form_wrapper .comment-reply-title {
  display: block;
  margin: 0 0 18px !important;
  color: var(--hb-ink);
  font-size: 20px !important;
  line-height: 1.3 !important;
  font-weight: 600;
}
body.single-product .hb-product-reviews-section #review_form_wrapper .comment-form-rating {
  margin: 0 0 18px;
}
body.single-product .hb-product-reviews-section #review_form_wrapper .comment-form-rating > label,
body.single-product .hb-product-reviews-section #review_form_wrapper .comment-form-comment > label,
body.single-product .hb-product-reviews-section #review_form_wrapper .comment-form-author > label,
body.single-product .hb-product-reviews-section #review_form_wrapper .comment-form-email > label {
  display: block;
  margin-bottom: 8px;
  color: var(--hb-ink);
  font-size: 14px;
  font-weight: 600;
}
body.single-product .hb-product-reviews-section #review_form_wrapper .comment-form-rating .stars {
  display: block;
  margin: 0 !important;
  font-size: 22px;
  line-height: 1;
}
body.single-product .hb-product-reviews-section #review_form_wrapper .comment-form-rating .stars a {
  color: var(--hb-orange) !important;
}
body.single-product .hb-product-reviews-section #review_form_wrapper textarea,
body.single-product .hb-product-reviews-section #review_form_wrapper input[type="text"],
body.single-product .hb-product-reviews-section #review_form_wrapper input[type="email"] {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfe4e1;
  border-radius: 4px;
  background: #fff;
  padding: 12px 14px;
  color: var(--hb-ink);
  font: inherit;
}
body.single-product .hb-product-reviews-section #review_form_wrapper textarea {
  min-height: 130px;
  resize: vertical;
}
body.single-product .hb-product-reviews-section #review_form_wrapper .form-submit .submit {
  min-height: 44px;
  padding: 0 24px;
  border: 0;
  border-radius: 24px 0 24px 0;
  background: var(--hb-green);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 760px) {
  body.single-product .hb-product-reviews-section {
    border-radius: 10px;
    padding: 20px 16px !important;
    margin-top: 30px;
  }
  body.single-product .hb-product-reviews-section__head {
    padding-bottom: 18px !important;
  }
  body.single-product .hb-product-reviews-section__body {
    padding-top: 18px;
  }
  body.single-product .hb-product-reviews-section__write {
    min-height: 40px;
    padding: 0 16px;
    font-size: 12px;
  }
  body.single-product .hb-product-reviews-section #review_form_wrapper {
    margin-top: 18px !important;
    padding-top: 18px !important;
  }
}


/* v1.9.6 — Additional Information closed box sized to source storefront */
body.single-product .hb-source-additional .hb-product-accordion__summary {
  min-height: 54px !important;
  padding: 13px 20px !important;
  font-size: 11.5px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: .24em !important;
}
body.single-product .hb-source-additional .hb-product-accordion__icon {
  width: 14px !important;
  height: 14px !important;
  flex: 0 0 14px !important;
}
body.single-product .hb-source-additional .hb-product-accordion__icon::before {
  width: 7px !important;
  height: 7px !important;
  border-right-width: 1.7px !important;
  border-bottom-width: 1.7px !important;
}
@media (max-width: 760px) {
  body.single-product .hb-source-additional .hb-product-accordion__summary {
    min-height: 50px !important;
    padding: 12px 15px !important;
    font-size: 10.5px !important;
    letter-spacing: .21em !important;
  }
  body.single-product .hb-source-additional .hb-product-accordion__icon {
    width: 13px !important;
    height: 13px !important;
    flex-basis: 13px !important;
  }
}


/* v1.9.7 — Extra-compact Additional Information closed bar */
body.single-product .hb-source-additional .hb-product-accordion__summary {
  min-height: 40px !important;
  height: 40px !important;
  padding: 6px 16px !important;
  font-size: 10.5px !important;
  line-height: 1 !important;
  letter-spacing: .22em !important;
  box-sizing: border-box !important;
}
body.single-product .hb-source-additional .hb-product-accordion__icon {
  width: 12px !important;
  height: 12px !important;
  flex: 0 0 12px !important;
}
body.single-product .hb-source-additional .hb-product-accordion__icon::before {
  width: 6px !important;
  height: 6px !important;
  border-right-width: 1.5px !important;
  border-bottom-width: 1.5px !important;
}
@media (max-width: 760px) {
  body.single-product .hb-source-additional .hb-product-accordion__summary {
    min-height: 38px !important;
    height: 38px !important;
    padding: 5px 13px !important;
    font-size: 10px !important;
    line-height: 1 !important;
    letter-spacing: .20em !important;
  }
  body.single-product .hb-source-additional .hb-product-accordion__icon {
    width: 11px !important;
    height: 11px !important;
    flex-basis: 11px !important;
  }
}


/* v1.9.8 — Manufacturer Information closed bar matched to source storefront */
@media (min-width: 761px) {
  body.single-product .hb-source-manufacturer {
    width: 100% !important;
    margin-top: 30px !important;
    padding: 0 !important;
  }

  body.single-product .hb-source-manufacturer__inner {
    width: calc(100% - 64px) !important;
    max-width: 1380px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  body.single-product .hb-source-manufacturer .hb-manufacturer-accordion {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border: 1px solid #dedfda !important;
    background: #fff !important;
    box-sizing: border-box !important;
  }

  body.single-product .hb-source-manufacturer .hb-manufacturer-accordion .hb-product-accordion__summary {
    width: 100% !important;
    height: 76px !important;
    min-height: 76px !important;
    padding: 0 22px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    box-sizing: border-box !important;
    color: #343737 !important;
    font-size: 11.5px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: .27em !important;
    text-transform: uppercase !important;
  }

  body.single-product .hb-source-manufacturer .hb-manufacturer-accordion .hb-product-accordion__icon {
    width: 14px !important;
    height: 14px !important;
    flex: 0 0 14px !important;
  }

  body.single-product .hb-source-manufacturer .hb-manufacturer-accordion .hb-product-accordion__icon::before {
    width: 7px !important;
    height: 7px !important;
    border-right-width: 1.7px !important;
    border-bottom-width: 1.7px !important;
  }
}

@media (max-width: 760px) {
  body.single-product .hb-source-manufacturer__inner {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.single-product .hb-source-manufacturer .hb-manufacturer-accordion .hb-product-accordion__summary {
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 14px !important;
    box-sizing: border-box !important;
    font-size: 10.5px !important;
    line-height: 1 !important;
    letter-spacing: .22em !important;
  }

  body.single-product .hb-source-manufacturer .hb-manufacturer-accordion .hb-product-accordion__icon {
    width: 12px !important;
    height: 12px !important;
    flex: 0 0 12px !important;
  }

  body.single-product .hb-source-manufacturer .hb-manufacturer-accordion .hb-product-accordion__icon::before {
    width: 6px !important;
    height: 6px !important;
    border-right-width: 1.5px !important;
    border-bottom-width: 1.5px !important;
  }
}


/* v1.10.0 — Preserve source-style visual lower product description */
body.single-product .hb-source-description-full.is-source-display {
  padding-top: 34px;
  padding-bottom: 24px;
}
body.single-product .hb-source-description-full.is-source-display .hb-source-description-full__inner {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 28px;
  box-sizing: border-box;
}
body.single-product .hb-source-description-full.is-source-display .hwi-source-display-description--visual {
  width: 100%;
  margin: 0;
}
body.single-product .hb-source-description-full.is-source-display .hwi-source-display-heading {
  text-align: center;
  margin: 0 auto 54px;
}
body.single-product .hb-source-description-full.is-source-display .hwi-source-display-heading h2 {
  margin: 0 0 14px !important;
  color: #252a29;
  font-size: 38px !important;
  line-height: 1.18;
  font-weight: 400 !important;
  letter-spacing: -.015em;
  text-align: center !important;
}
body.single-product .hb-source-description-full.is-source-display .hwi-source-display-heading p {
  max-width: 760px;
  margin: 0 auto !important;
  color: #303735;
  font-size: 15px !important;
  line-height: 1.55 !important;
  font-weight: 400;
  text-align: center !important;
  letter-spacing: .02em;
}
body.single-product .hb-source-description-full.is-source-display .hwi-ingredient-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: start;
  gap: 54px 54px;
  width: 100%;
  margin: 0 auto;
}
body.single-product .hb-source-description-full.is-source-display .hwi-ingredient-card {
  min-width: 0;
  margin: 0;
  text-align: center;
}
body.single-product .hb-source-description-full.is-source-display .hwi-ingredient-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 170px;
  margin: 0 auto 24px;
}
body.single-product .hb-source-description-full.is-source-display .hwi-ingredient-card__image img {
  display: block;
  width: auto !important;
  max-width: 190px !important;
  height: auto !important;
  max-height: 165px !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
body.single-product .hb-source-description-full.is-source-display .hwi-ingredient-card h3 {
  margin: 0 0 12px !important;
  color: #252a29;
  font-size: 27px !important;
  line-height: 1.25 !important;
  font-weight: 400 !important;
  text-align: center !important;
  letter-spacing: -.01em;
}
body.single-product .hb-source-description-full.is-source-display .hwi-ingredient-card p {
  max-width: 520px;
  margin: 0 auto !important;
  color: #252a29;
  font-size: 16px !important;
  line-height: 1.58 !important;
  font-weight: 400;
  text-align: center !important;
}
body.single-product .hb-source-description-full.is-source-display .hwi-ingredient-card p + p {
  margin-top: 8px !important;
}

@media (max-width: 960px) {
  body.single-product .hb-source-description-full.is-source-display .hwi-source-display-heading {
    margin-bottom: 38px;
  }
  body.single-product .hb-source-description-full.is-source-display .hwi-ingredient-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 28px;
  }
}

@media (max-width: 760px) {
  body.single-product .hb-source-description-full.is-source-display {
    padding-top: 24px;
    padding-bottom: 18px;
  }
  body.single-product .hb-source-description-full.is-source-display .hb-source-description-full__inner {
    padding: 0;
  }
  body.single-product .hb-source-description-full.is-source-display .hwi-source-display-heading {
    margin-bottom: 34px;
  }
  body.single-product .hb-source-description-full.is-source-display .hwi-source-display-heading h2 {
    font-size: 30px !important;
    margin-bottom: 10px !important;
  }
  body.single-product .hb-source-description-full.is-source-display .hwi-source-display-heading p {
    font-size: 13.5px !important;
    line-height: 1.5 !important;
  }
  body.single-product .hb-source-description-full.is-source-display .hwi-ingredient-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  body.single-product .hb-source-description-full.is-source-display .hwi-ingredient-card__image {
    height: 142px;
    margin-bottom: 18px;
  }
  body.single-product .hb-source-description-full.is-source-display .hwi-ingredient-card__image img {
    max-width: 160px !important;
    max-height: 138px !important;
  }
  body.single-product .hb-source-description-full.is-source-display .hwi-ingredient-card h3 {
    font-size: 22px !important;
    margin-bottom: 10px !important;
  }
  body.single-product .hb-source-description-full.is-source-display .hwi-ingredient-card p {
    max-width: 560px;
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
}


/* v1.10.1 — Lock source-style Key Ingredients visual composition */
body.single-product .hb-source-description-full.is-source-display .hwi-source-display-description--visual .hwi-ingredient-grid {
  display: grid !important;
  align-items: start !important;
  width: 100% !important;
}
body.single-product .hb-source-description-full.is-source-display .hwi-source-display-description--visual[data-hwi-cards="1"] .hwi-ingredient-grid {
  grid-template-columns: minmax(0, 1fr) !important;
  max-width: 560px;
}
body.single-product .hb-source-description-full.is-source-display .hwi-source-display-description--visual[data-hwi-cards="2"] .hwi-ingredient-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  max-width: 1120px;
}
body.single-product .hb-source-description-full.is-source-display .hwi-source-display-description--visual[data-hwi-cards="3"] .hwi-ingredient-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
body.single-product .hb-source-description-full.is-source-display .hwi-source-display-description--visual[data-hwi-cards="4"] .hwi-ingredient-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
body.single-product .hb-source-description-full.is-source-display .hwi-ingredient-card__image:empty {
  display: none !important;
}
body.single-product .hb-source-description-full.is-source-display .hwi-ingredient-card__image img {
  visibility: visible !important;
  opacity: 1 !important;
}
@media (max-width: 960px) {
  body.single-product .hb-source-description-full.is-source-display .hwi-source-display-description--visual .hwi-ingredient-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 760px) {
  body.single-product .hb-source-description-full.is-source-display .hwi-source-display-description--visual .hwi-ingredient-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}


/* ==========================================================
   v1.10.2 — Professional WooCommerce Cart
   ========================================================== */
body.woocommerce-cart {
  background: #fff;
}
body.woocommerce-cart .hb-main {
  padding: 0 0 72px;
}
body.woocommerce-cart .hb-page-head {
  display: none;
}
body.woocommerce-cart .hb-content,
body.woocommerce-cart .hb-main > .hb-container {
  padding-top: 36px;
  padding-bottom: 0;
}
body.woocommerce-cart .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, .72fr);
  gap: 34px;
  align-items: start;
}
body.woocommerce-cart .woocommerce > .woocommerce-notices-wrapper,
body.woocommerce-cart .woocommerce > .hb-cart-hero,
body.woocommerce-cart .woocommerce > .hb-cart-assurance,
body.woocommerce-cart .woocommerce > .return-to-shop,
body.woocommerce-cart .woocommerce > .cart-empty,
body.woocommerce-cart .woocommerce > .wc-empty-cart-message {
  grid-column: 1 / -1;
}

/* Cart heading */
body.woocommerce-cart .hb-cart-hero {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 6px;
  padding: 0 0 22px;
  border-bottom: 1px solid var(--hb-line);
}
body.woocommerce-cart .hb-cart-hero h1 {
  margin: 0;
  color: var(--hb-green-dark);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -.025em;
}
body.woocommerce-cart .hb-cart-hero p {
  margin: 8px 0 0;
  color: var(--hb-muted);
  font-size: 14px;
  line-height: 1.55;
}
body.woocommerce-cart .hb-cart-hero__count {
  flex: 0 0 auto;
  color: var(--hb-muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Notices */
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error {
  border: 1px solid #dfe9e6;
  border-top: 0;
  background: #ffffff;
  color: var(--hb-ink);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(18, 58, 54, .05);
  padding: 0 !important;
  overflow: hidden;
}
body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-cart .woocommerce-info::before,
body.woocommerce-cart .woocommerce-error::before {
  display: none !important;
}
body.woocommerce-cart .hb-cart-notice__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
}
body.woocommerce-cart .hb-cart-notice__text {
  flex: 1 1 auto;
  position: relative;
  min-width: 0;
  padding-left: 56px;
  color: var(--hb-ink);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}
body.woocommerce-cart .hb-cart-notice__text::before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #15868a 0%, var(--hb-green) 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(10, 111, 115, .16);
}
body.woocommerce-cart .hb-cart-notice .button,
body.woocommerce-cart .hb-cart-notice a.button,
body.woocommerce-cart .hb-cart-notice .wc-forward {
  flex: 0 0 auto;
  float: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 0 !important;
  padding: 0 20px !important;
  border: 1px solid #d7e6e2 !important;
  border-radius: 14px !important;
  background: #f6fbfa !important;
  color: var(--hb-green-dark) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .09em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
body.woocommerce-cart .hb-cart-notice .button:hover,
body.woocommerce-cart .hb-cart-notice a.button:hover,
body.woocommerce-cart .hb-cart-notice .wc-forward:hover {
  border-color: var(--hb-green) !important;
  background: #eff8f6 !important;
  color: var(--hb-green) !important;
}
@media (max-width: 760px) {
  body.woocommerce-cart .hb-cart-notice__inner {
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
  }
  body.woocommerce-cart .hb-cart-notice__text {
    padding-left: 50px;
    font-size: 14px;
  }
  body.woocommerce-cart .hb-cart-notice .button,
  body.woocommerce-cart .hb-cart-notice a.button,
  body.woocommerce-cart .hb-cart-notice .wc-forward {
    width: 100%;
  }
}

/* Cart items card */
body.woocommerce-cart form.woocommerce-cart-form {
  grid-column: 1;
  width: 100%;
  margin: 0 !important;
}
body.woocommerce-cart table.shop_table.cart {
  width: 100%;
  margin: 0 !important;
  border: 1px solid var(--hb-line) !important;
  border-radius: 14px;
  border-collapse: separate !important;
  border-spacing: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 32px rgba(18, 58, 54, .05);
}
body.woocommerce-cart table.shop_table.cart thead th {
  padding: 15px 16px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--hb-line) !important;
  background: #f8faf9;
  color: #5c6461;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
body.woocommerce-cart table.shop_table.cart tbody td {
  padding: 20px 16px !important;
  border: 0 !important;
  border-bottom: 1px solid #eef1ef !important;
  vertical-align: middle;
}
body.woocommerce-cart table.shop_table.cart tbody tr.cart_item:last-of-type td {
  border-bottom: 0 !important;
}
body.woocommerce-cart td.product-thumbnail {
  width: 110px;
}
body.woocommerce-cart td.product-thumbnail img {
  display: block;
  width: 88px !important;
  height: 88px !important;
  object-fit: contain;
  border: 1px solid #edf1ef;
  border-radius: 10px;
  background: #fff;
  padding: 6px;
}
body.woocommerce-cart td.product-name a {
  color: var(--hb-green-dark);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
  text-decoration: none;
}
body.woocommerce-cart td.product-name a:hover {
  color: var(--hb-green);
}
body.woocommerce-cart td.product-name .variation,
body.woocommerce-cart td.product-name .wc-item-meta,
body.woocommerce-cart td.product-name .hb-preorder-data {
  margin-top: 8px;
  color: var(--hb-muted);
  font-size: 12px;
  line-height: 1.5;
}
body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-subtotal {
  color: var(--hb-ink);
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}
body.woocommerce-cart td.product-subtotal {
  color: var(--hb-green-dark);
}
body.woocommerce-cart td.product-remove {
  width: 46px;
  text-align: center;
}
body.woocommerce-cart td.product-remove a.remove {
  display: inline-grid !important;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #e7e9e8;
  border-radius: 50%;
  color: #7b817f !important;
  background: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
body.woocommerce-cart td.product-remove a.remove:hover {
  border-color: #e1aaa0;
  background: #fff6f4;
  color: #b84b37 !important;
}

/* Quantity */
body.woocommerce-cart td.product-quantity .quantity {
  display: inline-grid;
  grid-template-columns: 34px 44px 34px;
  align-items: center;
  width: 112px;
  border: 1px solid #dfe4e2;
  background: #fff;
}
body.woocommerce-cart td.product-quantity .quantity .qty {
  width: 44px !important;
  height: 38px !important;
  padding: 0 !important;
  border: 0 !important;
  border-left: 1px solid #eef0ef !important;
  border-right: 1px solid #eef0ef !important;
  border-radius: 0 !important;
  text-align: center;
  box-shadow: none !important;
  -moz-appearance: textfield;
}
body.woocommerce-cart td.product-quantity .quantity .qty::-webkit-inner-spin-button,
body.woocommerce-cart td.product-quantity .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.woocommerce-cart td.product-quantity .hb-cart-qty-btn {
  display: grid;
  place-items: center;
  width: 34px;
  height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #4e5754;
  font-size: 17px;
  cursor: pointer;
}
body.woocommerce-cart td.product-quantity .hb-cart-qty-btn:hover {
  color: var(--hb-green);
  background: #f5faf8;
}

/* Coupon / update row */
body.woocommerce-cart table.shop_table.cart td.actions {
  padding: 18px 16px !important;
  border-top: 1px solid var(--hb-line) !important;
  background: #fbfcfb;
}
body.woocommerce-cart table.shop_table.cart td.actions .coupon {
  display: flex;
  align-items: stretch;
  gap: 8px;
}
body.woocommerce-cart table.shop_table.cart td.actions .coupon label {
  display: none;
}
body.woocommerce-cart table.shop_table.cart td.actions .coupon .input-text {
  width: 190px !important;
  min-height: 42px;
  padding: 0 13px !important;
  border: 1px solid #dfe4e2 !important;
  border-radius: 8px !important;
  background: #fff;
  font-size: 13px;
  box-shadow: none !important;
}
body.woocommerce-cart table.shop_table.cart td.actions button.button,
body.woocommerce-cart table.shop_table.cart td.actions input.button {
  min-height: 42px;
  padding: 0 18px !important;
  border: 1px solid var(--hb-green) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--hb-green) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.woocommerce-cart table.shop_table.cart td.actions button.button:hover,
body.woocommerce-cart table.shop_table.cart td.actions input.button:hover {
  background: #f1f8f6 !important;
}
body.woocommerce-cart table.shop_table.cart td.actions button[name="update_cart"] {
  float: right;
}

/* Summary */
body.woocommerce-cart .cart-collaterals {
  grid-column: 2;
  width: 100% !important;
  margin: 0 !important;
}
body.woocommerce-cart .cart-collaterals .cart_totals {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 24px;
  border: 1px solid var(--hb-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(18, 58, 54, .06);
  position: sticky;
  top: 118px;
}
body.admin-bar.woocommerce-cart .cart-collaterals .cart_totals {
  top: 150px;
}
body.woocommerce-cart .cart-collaterals .cart_totals h2 {
  margin: 0 0 20px;
  color: var(--hb-green-dark);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
}
body.woocommerce-cart .cart-collaterals table.shop_table {
  margin: 0 0 18px !important;
  border: 0 !important;
  border-collapse: collapse !important;
}
body.woocommerce-cart .cart-collaterals table.shop_table th,
body.woocommerce-cart .cart-collaterals table.shop_table td {
  padding: 13px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #edf0ee !important;
  font-size: 13px;
  line-height: 1.45;
}
body.woocommerce-cart .cart-collaterals table.shop_table th {
  width: 42%;
  color: #5f6764;
  font-weight: 500;
  text-align: left;
}
body.woocommerce-cart .cart-collaterals table.shop_table td {
  color: var(--hb-ink);
  font-weight: 600;
  text-align: right;
}
body.woocommerce-cart .cart-collaterals tr.order-total th,
body.woocommerce-cart .cart-collaterals tr.order-total td {
  padding-top: 17px !important;
  border-bottom: 0 !important;
  color: var(--hb-green-dark);
  font-size: 16px;
  font-weight: 700;
}
body.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination,
body.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator {
  font-size: 12px;
  line-height: 1.45;
}
body.woocommerce-cart .wc-proceed-to-checkout {
  padding: 4px 0 0 !important;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 28px 0 28px 0 !important;
  background: var(--hb-green) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: .10em;
  text-transform: uppercase;
  box-shadow: none !important;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: var(--hb-green-dark) !important;
}
body.woocommerce-cart .hb-cart-summary-note {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #edf0ee;
  color: var(--hb-muted);
  font-size: 11.5px;
  line-height: 1.5;
}
body.woocommerce-cart .hb-cart-summary-note svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  stroke: var(--hb-green);
}

/* Assurance strip */
body.woocommerce-cart .hb-cart-assurance {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 6px;
  border: 1px solid var(--hb-line);
  border-radius: 12px;
  overflow: hidden;
  background: #fafcfb;
}
body.woocommerce-cart .hb-cart-assurance__item {
  padding: 16px 18px;
  border-right: 1px solid var(--hb-line);
  text-align: center;
}
body.woocommerce-cart .hb-cart-assurance__item:last-child {
  border-right: 0;
}
body.woocommerce-cart .hb-cart-assurance__item strong {
  display: block;
  color: var(--hb-green-dark);
  font-size: 12px;
  line-height: 1.35;
  margin-bottom: 4px;
}
body.woocommerce-cart .hb-cart-assurance__item span {
  color: var(--hb-muted);
  font-size: 11px;
  line-height: 1.45;
}

/* Empty cart */
body.woocommerce-cart .wc-empty-cart-message,
body.woocommerce-cart p.cart-empty {
  margin: 20px 0 0 !important;
  padding: 30px !important;
  border: 1px solid var(--hb-line);
  border-radius: 14px;
  background: #f8fbfa;
  color: var(--hb-muted);
  text-align: center;
  box-shadow: none;
}
body.woocommerce-cart .return-to-shop {
  text-align: center;
}
body.woocommerce-cart .return-to-shop a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 26px !important;
  border-radius: 24px 0 24px 0 !important;
  background: var(--hb-green) !important;
  color: #fff !important;
  font-size: 12px !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* WooCommerce Blocks cart compatibility */
body.woocommerce-cart .wp-block-woocommerce-cart {
  max-width: 100%;
  margin: 0;
}
body.woocommerce-cart .wc-block-cart__main,
body.woocommerce-cart .wc-block-cart__sidebar {
  box-sizing: border-box;
}
body.woocommerce-cart .wc-block-cart__main {
  padding-right: 28px;
}
body.woocommerce-cart .wc-block-cart-items {
  border: 1px solid var(--hb-line) !important;
  border-radius: 14px;
  overflow: hidden;
}
body.woocommerce-cart .wc-block-cart__sidebar {
  padding: 24px !important;
  border: 1px solid var(--hb-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(18,58,54,.06);
}
body.woocommerce-cart .wc-block-components-button.wc-block-cart__submit-button {
  min-height: 52px;
  border-radius: 28px 0 28px 0;
  background: var(--hb-green);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}

@media (max-width: 960px) {
  body.woocommerce-cart .woocommerce {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  body.woocommerce-cart form.woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals {
    grid-column: 1;
  }
  body.woocommerce-cart .cart-collaterals .cart_totals {
    position: static;
  }
  body.woocommerce-cart .wc-block-cart__main {
    padding-right: 0;
  }
}

@media (max-width: 760px) {
  body.woocommerce-cart .hb-main {
    padding-bottom: 42px;
  }
  body.woocommerce-cart .hb-content,
  body.woocommerce-cart .hb-main > .hb-container {
    width: 100%;
    max-width: 100%;
    padding: 22px 16px 0 !important;
    box-sizing: border-box;
  }
  body.woocommerce-cart .hb-cart-hero {
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 16px;
  }
  body.woocommerce-cart .hb-cart-hero h1 {
    font-size: 30px;
  }
  body.woocommerce-cart .hb-cart-hero p {
    font-size: 12.5px;
  }
  body.woocommerce-cart .hb-cart-hero__count {
    font-size: 11px;
  }

  body.woocommerce-cart table.shop_table.cart {
    display: block;
    border: 0 !important;
    background: transparent;
    box-shadow: none;
  }
  body.woocommerce-cart table.shop_table.cart thead {
    display: none;
  }
  body.woocommerce-cart table.shop_table.cart tbody,
  body.woocommerce-cart table.shop_table.cart tr.cart_item,
  body.woocommerce-cart table.shop_table.cart tr.cart_item td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }
  body.woocommerce-cart table.shop_table.cart tr.cart_item {
    position: relative;
    display: grid;
    grid-template-columns: 88px minmax(0,1fr);
    gap: 6px 14px;
    margin: 0 0 14px;
    padding: 14px;
    border: 1px solid var(--hb-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(18,58,54,.05);
  }
  body.woocommerce-cart table.shop_table.cart tr.cart_item td {
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
  }
  body.woocommerce-cart td.product-thumbnail {
    grid-column: 1;
    grid-row: 1 / span 4;
  }
  body.woocommerce-cart td.product-thumbnail::before,
  body.woocommerce-cart td.product-name::before,
  body.woocommerce-cart td.product-price::before,
  body.woocommerce-cart td.product-quantity::before,
  body.woocommerce-cart td.product-subtotal::before,
  body.woocommerce-cart td.product-remove::before {
    display: none !important;
  }
  body.woocommerce-cart td.product-thumbnail img {
    width: 82px !important;
    height: 82px !important;
  }
  body.woocommerce-cart td.product-name {
    grid-column: 2;
    padding-right: 30px !important;
  }
  body.woocommerce-cart td.product-name a {
    font-size: 14px;
  }
  body.woocommerce-cart td.product-price {
    grid-column: 2;
    font-size: 13px;
  }
  body.woocommerce-cart td.product-quantity {
    grid-column: 2;
  }
  body.woocommerce-cart td.product-subtotal {
    grid-column: 2;
    font-size: 14px;
  }
  body.woocommerce-cart td.product-remove {
    position: absolute;
    right: 10px;
    top: 10px;
    width: auto !important;
  }
  body.woocommerce-cart td.product-remove a.remove {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
  body.woocommerce-cart table.shop_table.cart td.actions {
    display: block !important;
    margin-top: 4px;
    padding: 14px !important;
    border: 1px solid var(--hb-line) !important;
    border-radius: 12px;
  }
  body.woocommerce-cart table.shop_table.cart td.actions .coupon {
    width: 100%;
  }
  body.woocommerce-cart table.shop_table.cart td.actions .coupon .input-text {
    flex: 1 1 auto;
    width: auto !important;
    min-width: 0;
  }
  body.woocommerce-cart table.shop_table.cart td.actions button[name="update_cart"] {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 18px;
    border-radius: 12px;
  }
  body.woocommerce-cart .hb-cart-assurance {
    grid-template-columns: 1fr;
  }
  body.woocommerce-cart .hb-cart-assurance__item {
    border-right: 0;
    border-bottom: 1px solid var(--hb-line);
  }
  body.woocommerce-cart .hb-cart-assurance__item:last-child {
    border-bottom: 0;
  }
}


/* ==========================================================
   v1.10.4 — Professional clean WooCommerce Checkout
   ========================================================== */
body.woocommerce-checkout:not(.woocommerce-order-received) .hb-main {
  background: #f7f9f8;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .hb-main > .hb-container,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce {
  padding-top: 34px;
  padding-bottom: 64px;
}

/* Checkout hero */
body.woocommerce-checkout .hb-checkout-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 28px;
  padding: 0 0 22px;
  border-bottom: 1px solid #dfe5e2;
}
body.woocommerce-checkout .hb-checkout-hero h1 {
  margin: 0 0 7px;
  color: var(--hb-green-dark);
  font-size: clamp(30px,3vw,42px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -.02em;
}
body.woocommerce-checkout .hb-checkout-hero p {
  max-width: 620px;
  margin: 0;
  color: var(--hb-muted);
  font-size: 14px;
  line-height: 1.6;
}
body.woocommerce-checkout .hb-checkout-steps {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #8a918e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
  white-space: nowrap;
}
body.woocommerce-checkout .hb-checkout-steps span.is-active { color: var(--hb-green); }
body.woocommerce-checkout .hb-checkout-steps i {
  display: block;
  width: 24px;
  height: 1px;
  background: #ccd4d0;
}

/* Notices / login / coupon */
body.woocommerce-checkout .woocommerce-form-login-toggle,
body.woocommerce-checkout .woocommerce-form-coupon-toggle {
  margin-bottom: 12px;
}
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-error {
  margin: 0 0 14px !important;
  padding: 14px 16px 14px 46px !important;
  border: 1px solid #dbe7e2 !important;
  border-top: 1px solid #dbe7e2 !important;
  border-radius: 10px;
  background: #fff !important;
  color: #4f5955;
  font-size: 13px;
  line-height: 1.5;
}
body.woocommerce-checkout form.login,
body.woocommerce-checkout form.checkout_coupon {
  margin: 0 0 18px !important;
  padding: 18px !important;
  border: 1px solid var(--hb-line) !important;
  border-radius: 12px;
  background: #fff;
}

/* Classic checkout grid */
body.woocommerce-checkout form.checkout.woocommerce-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr);
  grid-template-areas:
    "details summary";
  gap: 30px;
  align-items: start;
}
body.woocommerce-checkout form.checkout #customer_details {
  grid-area: details;
  width: 100%;
  margin: 0 !important;
}
body.woocommerce-checkout form.checkout .hb-checkout-summary-wrap {
  grid-area: summary;
  width: 100%;
  position: sticky;
  top: 112px;
}
body.admin-bar.woocommerce-checkout form.checkout .hb-checkout-summary-wrap { top: 144px; }
body.woocommerce-checkout form.checkout > #order_review_heading,
body.woocommerce-checkout form.checkout > #order_review {
  grid-column: 2;
}

/* Customer detail cards */
body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2 {
  float: none !important;
  width: 100% !important;
  margin: 0 0 18px !important;
  padding: 24px 24px 22px;
  border: 1px solid var(--hb-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(18,58,54,.045);
  box-sizing: border-box;
}
body.woocommerce-checkout #customer_details h3,
body.woocommerce-checkout #ship-to-different-address {
  margin: 0 0 20px;
  color: var(--hb-green-dark);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -.01em;
}
body.woocommerce-checkout #ship-to-different-address label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  display: flow-root;
}
body.woocommerce-checkout form .form-row {
  margin: 0 0 15px !important;
  padding: 0 !important;
}
body.woocommerce-checkout form .form-row label {
  margin: 0 0 7px;
  color: #3f4945;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
}
body.woocommerce-checkout form .form-row .required { color: #d96a43; }
body.woocommerce-checkout form .form-row input.input-text,
body.woocommerce-checkout form .form-row textarea,
body.woocommerce-checkout form .form-row select,
body.woocommerce-checkout .select2-container--default .select2-selection--single {
  min-height: 48px;
  padding: 11px 13px !important;
  border: 1px solid #d9dfdc !important;
  border-radius: 9px !important;
  background: #fff !important;
  color: #242a28;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: none !important;
  transition: border-color .18s ease, box-shadow .18s ease;
}
body.woocommerce-checkout form .form-row textarea {
  min-height: 96px;
  resize: vertical;
}
body.woocommerce-checkout form .form-row input.input-text:focus,
body.woocommerce-checkout form .form-row textarea:focus,
body.woocommerce-checkout .select2-container--open .select2-selection--single {
  outline: 0;
  border-color: #67aaa4 !important;
  box-shadow: 0 0 0 3px rgba(10,111,115,.08) !important;
}
body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 24px;
  padding-left: 0;
}
body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
}
body.woocommerce-checkout .woocommerce-account-fields,
body.woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 8px;
}

/* Summary card */
body.woocommerce-checkout #order_review_heading {
  margin: 0 !important;
  padding: 22px 24px 16px;
  border: 1px solid var(--hb-line);
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  background: #fff;
  color: var(--hb-green-dark);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 600;
  box-sizing: border-box;
}
body.woocommerce-checkout #order_review {
  width: 100%;
  margin: 0 !important;
  padding: 0 24px 24px;
  border: 1px solid var(--hb-line);
  border-top: 0;
  border-radius: 0 0 14px 14px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(18,58,54,.06);
  box-sizing: border-box;
}
body.woocommerce-checkout #order_review table.shop_table {
  margin: 0 0 18px !important;
  border: 0 !important;
  border-collapse: collapse !important;
}
body.woocommerce-checkout #order_review table.shop_table th,
body.woocommerce-checkout #order_review table.shop_table td {
  padding: 12px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #edf0ee !important;
  font-size: 12.5px;
  line-height: 1.45;
  vertical-align: top;
}
body.woocommerce-checkout #order_review table.shop_table thead th {
  color: #747d79;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
}
body.woocommerce-checkout #order_review table.shop_table td.product-name {
  padding-right: 12px !important;
  color: #343d39;
  font-weight: 500;
}
body.woocommerce-checkout #order_review table.shop_table td.product-total,
body.woocommerce-checkout #order_review table.shop_table th.product-total {
  text-align: right;
  white-space: nowrap;
}
body.woocommerce-checkout #order_review table.shop_table tfoot th {
  color: #5d6662;
  font-weight: 500;
}
body.woocommerce-checkout #order_review table.shop_table tfoot td {
  text-align: right;
  color: #222826;
  font-weight: 600;
}
body.woocommerce-checkout #order_review tr.order-total th,
body.woocommerce-checkout #order_review tr.order-total td {
  padding-top: 17px !important;
  border-bottom: 0 !important;
  color: var(--hb-green-dark);
  font-size: 16px;
  font-weight: 700;
}
body.woocommerce-checkout #order_review .woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.woocommerce-checkout #order_review .woocommerce-shipping-methods li {
  margin: 4px 0;
}

/* Payment */
body.woocommerce-checkout #payment {
  margin-top: 6px;
  border: 1px solid #e2e7e5;
  border-radius: 11px;
  background: #fafcfb !important;
  overflow: hidden;
}
body.woocommerce-checkout #payment ul.payment_methods {
  margin: 0 !important;
  padding: 4px 16px !important;
  border-bottom: 1px solid #e6ebe8 !important;
}
body.woocommerce-checkout #payment ul.payment_methods li {
  padding: 13px 0;
  border-bottom: 1px solid #edf0ee;
}
body.woocommerce-checkout #payment ul.payment_methods li:last-child { border-bottom: 0; }
body.woocommerce-checkout #payment ul.payment_methods li label {
  color: #323b37;
  font-size: 13px;
  font-weight: 600;
}
body.woocommerce-checkout #payment div.payment_box {
  margin: 10px 0 0 !important;
  padding: 12px 14px !important;
  border-radius: 8px;
  background: #eef6f3 !important;
  color: #5e6864;
  font-size: 12px;
  line-height: 1.55;
}
body.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #eef6f3 !important; }
body.woocommerce-checkout #payment .place-order {
  margin: 0 !important;
  padding: 18px 16px 16px !important;
}
body.woocommerce-checkout #payment .woocommerce-privacy-policy-text,
body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
  color: #737b78;
  font-size: 11px;
  line-height: 1.55;
}
body.woocommerce-checkout #payment .woocommerce-privacy-policy-text a,
body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper a { color: var(--hb-green); }
body.woocommerce-checkout #payment #place_order {
  display: flex !important;
  align-items: center;
  justify-content: center;
  float: none !important;
  width: 100% !important;
  min-height: 52px;
  margin: 12px 0 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 28px 0 28px 0 !important;
  background: var(--hb-green) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: .10em;
  text-transform: uppercase;
  box-shadow: none !important;
}
body.woocommerce-checkout #payment #place_order:hover { background: var(--hb-green-dark) !important; }

/* Checkout assurance */
body.woocommerce-checkout .hb-checkout-assurance {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 14px 0 0;
  border: 1px solid #e2e7e5;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
body.woocommerce-checkout .hb-checkout-assurance__item {
  padding: 12px 8px;
  border-right: 1px solid #e8ecea;
  text-align: center;
}
body.woocommerce-checkout .hb-checkout-assurance__item:last-child { border-right: 0; }
body.woocommerce-checkout .hb-checkout-assurance__item strong {
  display: block;
  margin-bottom: 3px;
  color: var(--hb-green-dark);
  font-size: 10.5px;
  line-height: 1.35;
}
body.woocommerce-checkout .hb-checkout-assurance__item span {
  display: block;
  color: #7b837f;
  font-size: 9.5px;
  line-height: 1.4;
}
body.woocommerce-checkout .hb-checkout-delivery-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 14px 0 0;
  padding: 12px 13px;
  border-radius: 9px;
  background: #f5f8f7;
  color: #66706c;
  font-size: 10.5px;
  line-height: 1.5;
}
body.woocommerce-checkout .hb-checkout-delivery-note svg {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  stroke: var(--hb-green);
}

/* Checkout block support */
body.woocommerce-checkout .wp-block-woocommerce-checkout {
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 64px;
}
body.woocommerce-checkout .wc-block-checkout {
  gap: 28px;
}
body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .wc-block-components-sidebar {
  border: 1px solid var(--hb-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(18,58,54,.04);
}
body.woocommerce-checkout .wc-block-components-checkout-step {
  padding: 22px !important;
  margin-bottom: 16px !important;
}
body.woocommerce-checkout .wc-block-components-sidebar {
  padding: 20px !important;
}
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  border-radius: 9px !important;
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  min-height: 52px !important;
  border-radius: 28px 0 28px 0 !important;
  background: var(--hb-green) !important;
  color: #fff !important;
  font-weight: 700 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce { padding-top: 26px; }
  body.woocommerce-checkout form.checkout.woocommerce-checkout {
    grid-template-columns: 1fr;
    grid-template-areas: "details" "summary";
    gap: 18px;
  }
  body.woocommerce-checkout form.checkout .hb-checkout-summary-wrap {
    position: static;
  }
}

@media (max-width: 760px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .hb-main > .hb-container,
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce {
    padding-top: 20px;
    padding-bottom: 42px;
  }
  body.woocommerce-checkout .hb-checkout-hero {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 20px;
    padding-bottom: 17px;
  }
  body.woocommerce-checkout .hb-checkout-hero h1 { font-size: 29px; }
  body.woocommerce-checkout .hb-checkout-hero p { font-size: 13px; }
  body.woocommerce-checkout .hb-checkout-steps { font-size: 9.5px; gap: 6px; }
  body.woocommerce-checkout .hb-checkout-steps i { width: 16px; }
  body.woocommerce-checkout #customer_details .col-1,
  body.woocommerce-checkout #customer_details .col-2 {
    padding: 18px 16px 16px;
    border-radius: 12px;
    margin-bottom: 14px !important;
  }
  body.woocommerce-checkout #customer_details h3,
  body.woocommerce-checkout #ship-to-different-address {
    font-size: 18px;
    margin-bottom: 16px;
  }
  body.woocommerce-checkout form .form-row { margin-bottom: 13px !important; }
  body.woocommerce-checkout form .form-row input.input-text,
  body.woocommerce-checkout form .form-row textarea,
  body.woocommerce-checkout form .form-row select,
  body.woocommerce-checkout .select2-container--default .select2-selection--single {
    min-height: 46px;
    font-size: 14px;
  }
  body.woocommerce-checkout #order_review_heading {
    padding: 18px 16px 13px;
    font-size: 19px;
  }
  body.woocommerce-checkout #order_review {
    padding: 0 16px 18px;
  }
  body.woocommerce-checkout .hb-checkout-assurance {
    grid-template-columns: 1fr;
  }
  body.woocommerce-checkout .hb-checkout-assurance__item {
    border-right: 0;
    border-bottom: 1px solid #e8ecea;
  }
  body.woocommerce-checkout .hb-checkout-assurance__item:last-child { border-bottom: 0; }
  body.woocommerce-checkout .wp-block-woocommerce-checkout {
    padding: 20px 16px 42px;
  }
}

/* v1.10.4 — Simplified Bangladesh checkout fields */
body.woocommerce-checkout form.checkout #billing_first_name_field,
body.woocommerce-checkout form.checkout #shipping_first_name_field,
body.woocommerce-checkout form.checkout #billing_country_field,
body.woocommerce-checkout form.checkout #shipping_country_field,
body.woocommerce-checkout form.checkout #billing_address_1_field,
body.woocommerce-checkout form.checkout #shipping_address_1_field,
body.woocommerce-checkout form.checkout #billing_city_field,
body.woocommerce-checkout form.checkout #shipping_city_field,
body.woocommerce-checkout form.checkout #billing_phone_field {
  float: none !important;
  width: 100% !important;
  clear: both !important;
}

body.woocommerce-checkout .hb-locked-country-field select,
body.woocommerce-checkout .hb-locked-country-field .select2-container {
  pointer-events: none !important;
  cursor: default !important;
}
body.woocommerce-checkout .hb-locked-country-field .select2-selection,
body.woocommerce-checkout .hb-locked-country-field select {
  background-color: #f5f7f6 !important;
  color: #333 !important;
}
body.woocommerce-checkout .hb-locked-country-field .select2-selection__arrow {
  display: none !important;
}
body.woocommerce-checkout .hb-locked-country-field label::after {
  content: ' — Locked';
  color: var(--hb-muted);
  font-size: 11px;
  font-weight: 500;
}
body.woocommerce-checkout .hb-details-address-field input,
body.woocommerce-checkout .hb-bd-phone-field input,
body.woocommerce-checkout .hb-checkout-full-name input {
  width: 100% !important;
}
body.woocommerce-checkout .hb-bd-phone-field .optional {
  display: none !important;
}
body.woocommerce-checkout .hb-bd-phone-field label::after {
  content: ' *';
  color: #c62828;
}


/* v1.10.5 — Remove duplicate checkout heading and excess top whitespace */
body.woocommerce-checkout:not(.woocommerce-order-received) .hb-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .hb-main > .hb-container.hb-content {
  margin-top: 0 !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce {
  padding-top: 24px !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .hb-checkout-hero {
  margin-top: 0 !important;
  margin-bottom: 24px !important;
}
@media (max-width: 760px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce {
    padding-top: 16px !important;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) .hb-checkout-hero {
    margin-bottom: 18px !important;
  }
}

/* v1.10.6 — Professional Order Received / Thank You page */
body.woocommerce-order-received .hb-content {
  padding-top: 34px;
  padding-bottom: 76px;
}
body.woocommerce-order-received .hb-content > .woocommerce {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}
body.woocommerce-order-received .woocommerce-order-overview,
body.woocommerce-order-received .woocommerce-thankyou-order-received,
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details {
  margin-top: 0;
}
.hb-order-received {
  --hb-order-radius: 18px;
  width: 100%;
  color: #26302e;
}
.hb-order-received__hero {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 28px 30px;
  border: 1px solid #dce8e5;
  border-radius: var(--hb-order-radius);
  background: linear-gradient(135deg, #f1f9f7 0%, #ffffff 70%);
  box-shadow: 0 14px 38px rgba(14, 75, 69, .07);
}
.hb-order-received__check,
.hb-order-received__status-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 50%;
  background: var(--hb-green);
  color: #fff;
  font-size: 27px;
  font-weight: 700;
}
.hb-order-received__eyebrow {
  display: block;
  margin-bottom: 5px;
  color: var(--hb-green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hb-order-received__hero h1,
.hb-order-received__failed h1 {
  margin: 0 0 7px;
  color: var(--hb-green-dark);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
  letter-spacing: -.025em;
}
.hb-order-received__hero p,
.hb-order-received__failed p {
  max-width: 680px;
  margin: 0;
  color: var(--hb-muted);
  font-size: 14px;
  line-height: 1.6;
}
.hb-order-received__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.hb-order-action.button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 20px !important;
  border-radius: 10px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none !important;
}
.hb-order-action--primary {
  border: 1px solid var(--hb-green) !important;
  background: var(--hb-green) !important;
  color: #fff !important;
}
.hb-order-action--primary:hover { background: var(--hb-green-dark) !important; border-color: var(--hb-green-dark) !important; }
.hb-order-action--secondary {
  border: 1px solid #cbd8d4 !important;
  background: #fff !important;
  color: var(--hb-green-dark) !important;
}
.hb-order-received__facts {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 18px 0 24px;
  border: 1px solid var(--hb-line);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}
.hb-order-received__facts > div {
  min-width: 0;
  padding: 16px 18px;
  border-right: 1px solid var(--hb-line);
}
.hb-order-received__facts > div:last-child { border-right: 0; }
.hb-order-received__facts span {
  display: block;
  margin-bottom: 5px;
  color: #858d89;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.hb-order-received__facts strong {
  display: block;
  overflow-wrap: anywhere;
  color: #29312f;
  font-size: 14px;
  line-height: 1.35;
}
.hb-order-received__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(310px, .75fr);
  gap: 22px;
  align-items: start;
}
.hb-order-received__card {
  padding: 24px;
  border: 1px solid var(--hb-line);
  border-radius: var(--hb-order-radius);
  background: #fff;
  box-shadow: 0 10px 30px rgba(18, 58, 54, .045);
}
.hb-order-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--hb-line);
}
.hb-order-card__head span:not(.hb-order-card__count),
.hb-order-support-card > span {
  display: block;
  margin-bottom: 4px;
  color: #909793;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.hb-order-card__head h2,
.hb-order-support-card h2 {
  margin: 0;
  color: var(--hb-green-dark);
  font-size: 21px;
  line-height: 1.2;
}
.hb-order-card__count {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #edf7f5;
  color: var(--hb-green-dark);
  font-size: 11px;
  font-weight: 700;
}
.hb-order-items-list { display: grid; }
.hb-order-item {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #edf0ef;
}
.hb-order-item:first-child { padding-top: 0; }
.hb-order-item__image {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #edf0ef;
  border-radius: 10px;
  background: #fff;
}
.hb-order-item__image img { width: 100%; height: 100%; object-fit: contain; margin: 0 !important; }
.hb-order-item__content h3 {
  margin: 0 0 7px;
  color: #2c3331;
  font-size: 14px;
  line-height: 1.35;
}
.hb-order-item__meta { display: flex; flex-wrap: wrap; gap: 7px; color: #7a827f; font-size: 11px; }
.hb-order-item__preorder {
  padding: 2px 7px;
  border-radius: 999px;
  background: #fff3e8;
  color: #c45d0e;
  font-weight: 700;
}
.hb-order-item__total { color: #2c3331; font-size: 13px; font-weight: 700; white-space: nowrap; }
.hb-order-received__totals { margin-top: 18px; padding-top: 4px; }
.hb-order-total-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 7px 0;
  color: #68706d;
  font-size: 13px;
}
.hb-order-total-row strong { color: #303735; }
.hb-order-total-row.is-total {
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px solid var(--hb-line);
  color: var(--hb-green-dark);
  font-size: 17px;
  font-weight: 800;
}
.hb-order-total-row.is-total strong { color: var(--hb-green-dark); }
.hb-order-received__side { display: grid; gap: 18px; }
.hb-order-delivery-mode {
  display: flex;
  gap: 12px;
  padding: 14px;
  border-radius: 12px;
  background: #f5faf9;
}
.hb-order-delivery-mode__icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  background: #e1f3ef;
  color: var(--hb-green);
  font-size: 18px;
}
.hb-order-delivery-mode strong { color: #29322f; font-size: 13px; }
.hb-order-delivery-mode p { margin: 3px 0 0; color: #717a76; font-size: 11px; line-height: 1.5; }
.hb-order-address {
  margin-top: 16px;
  color: #68706d;
  font-size: 12px;
  line-height: 1.65;
}
.hb-order-address strong { display: block; margin-bottom: 4px; color: #2c3331; font-size: 13px; }
.hb-order-address p { margin: 6px 0 0; }
.hb-order-support-card p { margin: 10px 0; color: #717976; font-size: 12px; line-height: 1.6; }
.hb-order-support-card a { color: var(--hb-green); font-size: 12px; font-weight: 700; overflow-wrap: anywhere; }
.hb-order-received__note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 22px;
  padding: 15px 18px;
  border-radius: 12px;
  background: #f7f9f8;
  color: #69716e;
  font-size: 12px;
  line-height: 1.55;
}
.hb-order-received__note strong { flex: 0 0 auto; color: var(--hb-green-dark); }
.hb-order-received__failed {
  padding: 36px;
  border: 1px solid #f0d4cc;
  border-radius: var(--hb-order-radius);
  background: #fff9f7;
}
.hb-order-received__failed .hb-order-received__status-icon { margin-bottom: 18px; background: #d85c42; }
.hb-order-received__failed .hb-order-received__actions { justify-content: flex-start; margin-top: 20px; }

@media (max-width: 980px) {
  .hb-order-received__hero { grid-template-columns: auto 1fr; }
  .hb-order-received__hero .hb-order-received__actions { grid-column: 1 / -1; justify-content: flex-start; }
  .hb-order-received__facts { grid-template-columns: repeat(3, 1fr); }
  .hb-order-received__facts > div { border-bottom: 1px solid var(--hb-line); }
  .hb-order-received__facts > div:nth-child(3n) { border-right: 0; }
  .hb-order-received__facts > div:nth-last-child(-n+2) { border-bottom: 0; }
  .hb-order-received__grid { grid-template-columns: 1fr; }
  .hb-order-received__side { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  body.woocommerce-order-received .hb-content { padding-top: 20px; padding-bottom: 54px; }
  .hb-order-received__hero {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 20px 18px;
    border-radius: 14px;
  }
  .hb-order-received__check { width: 46px; height: 46px; font-size: 23px; }
  .hb-order-received__hero h1 { font-size: 28px; }
  .hb-order-received__hero .hb-order-received__actions { grid-column: auto; display: grid; width: 100%; }
  .hb-order-action.button { width: 100%; min-height: 44px; }
  .hb-order-received__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 14px 0 18px;
  }
  .hb-order-received__facts > div { padding: 13px 14px; border-right: 1px solid var(--hb-line) !important; border-bottom: 1px solid var(--hb-line) !important; }
  .hb-order-received__facts > div:nth-child(2n) { border-right: 0 !important; }
  .hb-order-received__facts > div:last-child { grid-column: 1 / -1; border-right: 0 !important; border-bottom: 0 !important; }
  .hb-order-received__card { padding: 18px 16px; border-radius: 14px; }
  .hb-order-card__head h2, .hb-order-support-card h2 { font-size: 19px; }
  .hb-order-item { grid-template-columns: 58px minmax(0, 1fr); gap: 11px; }
  .hb-order-item__image { width: 58px; height: 58px; }
  .hb-order-item__total { grid-column: 2; margin-top: -4px; }
  .hb-order-received__side { grid-template-columns: 1fr; }
  .hb-order-received__note { flex-direction: column; gap: 5px; margin-top: 18px; }
}


/* v1.10.7 — Pre-order 50% advance confirmation notice */
.hb-preorder-advance-notice {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  width: 100%;
  margin: 18px 0 26px;
  padding: 17px 18px;
  border: 1px solid #f2c79f;
  border-left: 4px solid var(--hb-orange);
  border-radius: 12px;
  background: #fff8f1;
  box-sizing: border-box;
}
.hb-preorder-advance-notice__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff0e2;
  color: var(--hb-orange-dark);
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}
.hb-preorder-advance-notice__copy {
  min-width: 0;
}
.hb-preorder-advance-notice__copy strong {
  display: block;
  margin: 0 0 5px;
  color: #6f3b12;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}
.hb-preorder-advance-notice__copy p {
  margin: 0;
  color: #66584d;
  font-size: 13.5px;
  line-height: 1.6;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .hb-preorder-advance-notice {
  max-width: 100%;
  margin-top: 14px;
}
body.woocommerce-order-received .hb-preorder-advance-notice--order {
  margin: 20px 0;
}
@media (max-width: 760px) {
  .hb-preorder-advance-notice {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 11px;
    margin: 14px 0 20px;
    padding: 14px 13px;
    border-radius: 10px;
  }
  .hb-preorder-advance-notice__icon {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
  .hb-preorder-advance-notice__copy strong {
    font-size: 14px;
  }
  .hb-preorder-advance-notice__copy p {
    font-size: 12.5px;
    line-height: 1.55;
  }
}


/* v1.14.4 — compact legal notice link */
.hb-footer-legal-link {
  color: var(--hb-green-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hb-footer-legal-link:hover { color: var(--hb-orange-dark); }


/* v1.16.1 — Reference-style mobile/tablet off-canvas navigation. */
@media (max-width: 1040px) {
  .hb-mobile-drawer {
    inset: 0 0 0 auto !important;
    width: min(90vw, 560px) !important;
    max-width: 560px;
    background: #fff;
    transform: translateX(105%) !important;
    box-shadow: -18px 0 48px rgba(20,35,30,.16) !important;
    overflow: hidden !important;
  }
  .hb-mobile-drawer.is-open { transform: translateX(0) !important; }
  .hb-mobile-head {
    min-height: 104px;
    padding: 24px 30px 18px !important;
    border-bottom: 0 !important;
    background: #fff;
  }
  .hb-mobile-head__label {
    color: #7a817b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
  }
  .hb-mobile-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #667064;
    font-size: 42px;
    font-weight: 300;
    line-height: 1;
  }
  .hb-mobile-nav {
    height: calc(100dvh - 104px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0 30px 34px;
    background: #fff;
  }
  .hb-mobile-primary {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    border-top: 1px solid #e6e9e5;
  }
  .hb-mobile-primary > li {
    border-bottom: 1px solid #e6e9e5 !important;
  }
  .hb-mobile-simple-item > a,
  .hb-mobile-products-toggle {
    min-height: 88px;
    padding: 0 !important;
    color: #687263 !important;
    font-size: clamp(24px, 3.6vw, 31px) !important;
    font-weight: 400 !important;
    line-height: 1.2;
    letter-spacing: -.02em;
    text-decoration: none !important;
  }
  .hb-mobile-simple-item > a {
    display: flex !important;
    align-items: center;
    width: 100%;
  }
  .hb-mobile-products-toggle {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 0 !important;
    background: transparent !important;
    text-align: left;
  }
  .hb-mobile-products-chevron,
  .hb-mobile-category-chevron {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
  }
  .hb-mobile-products-chevron::before,
  .hb-mobile-category-chevron::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 46%;
    width: 11px;
    height: 11px;
    border-right: 2px solid #6e776b;
    border-bottom: 2px solid #6e776b;
    transform: translate(-50%,-50%) rotate(45deg);
    transition: transform .2s ease;
  }
  .hb-mobile-products-item.is-open .hb-mobile-products-chevron::before,
  .hb-mobile-category-group.is-open .hb-mobile-category-chevron::before {
    transform: translate(-50%,-15%) rotate(225deg);
  }
  .hb-mobile-products-panel {
    display: none;
    padding: 0 0 22px !important;
  }
  .hb-mobile-products-item.is-open .hb-mobile-products-panel { display: block; }
  .hb-mobile-view-all {
    display: inline-flex !important;
    align-items: center;
    min-height: 46px;
    padding: 0 0 10px !important;
    color: var(--hb-green) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .hb-mobile-category-accordion {
    display: grid;
    gap: 0;
  }
  .hb-mobile-category-group {
    border-top: 1px solid #eef0ed;
  }
  .hb-mobile-category-toggle,
  .hb-mobile-category-direct {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 70px;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #6c756a !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.25;
    text-align: left;
    text-decoration: none !important;
  }
  .hb-mobile-category-toggle .hb-mobile-category-chevron {
    border: 1px solid #e5e9e4;
    border-radius: 50%;
  }
  .hb-mobile-category-panel {
    display: none;
    padding: 0 0 18px 18px;
  }
  .hb-mobile-category-group.is-open .hb-mobile-category-panel { display: block; }
  .hb-mobile-category-viewall {
    display: block;
    padding: 8px 0 12px;
    color: var(--hb-green) !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
  }
  .hb-mobile-category-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .hb-mobile-category-panel li a {
    display: block;
    padding: 9px 0;
    color: #737b72;
    font-size: 15px;
    line-height: 1.35;
    text-decoration: none;
  }
  .hb-mobile-drawer-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 30px 0 6px;
    border-top: 1px solid #e6e9e5;
  }
  .hb-mobile-retailer-note {
    display: grid;
    gap: 4px;
    min-width: 0;
    color: #697168;
  }
  .hb-mobile-retailer-note strong {
    color: var(--hb-green-dark);
    font-size: 15px;
  }
  .hb-mobile-retailer-note span {
    max-width: 260px;
    font-size: 12px;
    line-height: 1.45;
  }
  .hb-mobile-account-action {
    flex: 0 0 auto;
    color: #667064 !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
  }
}
@media (max-width: 600px) {
  .hb-mobile-drawer { width: min(91vw, 480px) !important; }
  .hb-mobile-head { min-height: 86px; padding: 18px 22px 12px !important; }
  .hb-mobile-nav { height: calc(100dvh - 86px); padding: 0 22px 26px; }
  .hb-mobile-simple-item > a,
  .hb-mobile-products-toggle { min-height: 74px; font-size: 24px !important; }
  .hb-mobile-category-toggle,
  .hb-mobile-category-direct { min-height: 62px; font-size: 18px !important; }
  .hb-mobile-drawer-footer { align-items: flex-start; padding-top: 24px; }
}


/* v1.16.4 — compact, standard mobile/tablet navigation typography. */
@media (max-width: 1040px) {
  .hb-mobile-head {
    min-height: 82px;
    padding: 18px 26px 12px !important;
  }
  .hb-mobile-nav {
    height: calc(100dvh - 82px);
    padding: 0 26px 28px;
  }
  .hb-mobile-simple-item > a,
  .hb-mobile-products-toggle {
    min-height: 62px;
    font-size: 18px !important;
    font-weight: 500 !important;
    letter-spacing: 0;
  }
  .hb-mobile-products-chevron,
  .hb-mobile-category-chevron {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }
  .hb-mobile-category-toggle,
  .hb-mobile-category-direct {
    min-height: 54px;
    font-size: 16px !important;
    font-weight: 500 !important;
  }
  .hb-mobile-view-all,
  .hb-mobile-category-viewall {
    font-size: 12px !important;
  }
  .hb-mobile-category-panel li a {
    padding: 8px 0;
    font-size: 14px;
  }
  .hb-mobile-drawer-footer {
    padding-top: 22px;
  }
}
@media (max-width: 600px) {
  .hb-mobile-head {
    min-height: 72px;
    padding: 14px 18px 10px !important;
  }
  .hb-mobile-nav {
    height: calc(100dvh - 72px);
    padding: 0 18px 22px;
  }
  .hb-mobile-simple-item > a,
  .hb-mobile-products-toggle {
    min-height: 56px;
    font-size: 17px !important;
  }
  .hb-mobile-category-toggle,
  .hb-mobile-category-direct {
    min-height: 50px;
    font-size: 15px !important;
  }
  .hb-mobile-category-panel li a {
    font-size: 13.5px;
  }
}


/* v1.17.5 — Center desktop navigation + search group and widen search field. */
@media (min-width: 1280px) {
  .hb-header .hb-container.hb-header-main {
    grid-template-columns: minmax(180px, 1fr) auto minmax(430px, 500px) minmax(110px, 1fr);
    gap: 26px;
  }

  .hb-header-main .hb-nav {
    justify-self: end;
  }

  .hb-header-main .hb-primary-menu,
  .hb-header-main .hb-nav > ul {
    justify-content: flex-end;
    gap: 28px;
  }

  .hb-header-main .hb-mobile-header-search {
    justify-self: start;
    width: 100%;
    max-width: 500px;
  }

  .hb-header-main .hb-header-actions {
    justify-self: end;
  }
}

@media (min-width: 1041px) and (max-width: 1279px) {
  .hb-header .hb-container.hb-header-main {
    grid-template-columns: auto auto minmax(340px, 1fr) auto;
    gap: 22px;
  }

  .hb-header-main .hb-nav {
    justify-self: end;
  }

  .hb-header-main .hb-primary-menu,
  .hb-header-main .hb-nav > ul {
    justify-content: flex-end;
    gap: 22px;
  }

  .hb-header-main .hb-mobile-header-search {
    justify-self: start;
    width: 100%;
    max-width: 380px;
  }
}


/* v1.17.6 — Structural desktop header centering fix.
   Menu and search live in one centered middle group; logo/actions remain at the edges. */
@media (min-width: 1041px) {
  .hb-header .hb-container.hb-header-main {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
    align-items: center !important;
    column-gap: 24px !important;
  }

  .hb-header-main > .hb-logo {
    grid-column: 1 !important;
    justify-self: start !important;
  }

  .hb-header-main > .hb-header-center {
    grid-column: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 28px !important;
    width: auto !important;
    min-width: 0 !important;
    justify-self: center !important;
  }

  .hb-header-center > .hb-nav {
    display: block !important;
    position: static !important;
    flex: 0 0 auto !important;
    min-width: max-content !important;
    justify-self: auto !important;
  }

  .hb-header-center .hb-primary-menu,
  .hb-header-center .hb-nav > ul {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 22px !important;
    white-space: nowrap !important;
  }

  .hb-header-center > .hb-mobile-header-search {
    display: flex !important;
    flex: 0 1 520px !important;
    width: clamp(400px, 32vw, 520px) !important;
    max-width: 520px !important;
    min-width: 400px !important;
    justify-self: auto !important;
    margin: 0 !important;
  }

  .hb-header-main > .hb-header-actions {
    grid-column: 3 !important;
    justify-self: end !important;
  }
}

@media (min-width: 1041px) and (max-width: 1360px) {
  .hb-header .hb-container.hb-header-main {
    column-gap: 18px !important;
  }
  .hb-header-main > .hb-header-center {
    gap: 18px !important;
  }
  .hb-header-center .hb-primary-menu,
  .hb-header-center .hb-nav > ul {
    gap: 14px !important;
  }
  .hb-header-center > .hb-mobile-header-search {
    flex-basis: 360px !important;
    width: clamp(300px, 28vw, 380px) !important;
    min-width: 300px !important;
    max-width: 380px !important;
  }
}

@media (min-width: 1500px) {
  .hb-header-center > .hb-mobile-header-search {
    flex-basis: 560px !important;
    width: 560px !important;
    min-width: 560px !important;
    max-width: 560px !important;
  }
}

@media (max-width: 1040px) {
  .hb-header-main > .hb-header-center {
    display: contents !important;
  }
}

/* v1.17.7 — Header brand logo updated to the approved self-hosted PNG; footer logo image removed. */


/* Homepage LCP hero: one responsive <picture>, preserving the current banner geometry. */
.hb-home-hero {
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #edf0ee;
}
.hb-home-hero .hb-source-banner-carousel__slide {
  display: block;
  width: 100%;
  min-width: 0;
  height: auto;
  aspect-ratio: auto;
  overflow: hidden;
}
.hb-home-hero picture {
  display: block;
  width: 100%;
}
.hb-home-hero img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .hb-home-hero .hb-source-banner-carousel__slide {
    height: auto !important;
    aspect-ratio: auto !important;
  }
  .hb-home-hero img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }
}

/* v1.18.4 — compact reference-style footer contact details. */
.hb-footer-contact--service {
  display: grid;
  gap: 5px;
}
.hb-footer-contact--service p {
  margin: 0 !important;
  color: #68716d;
  font-size: 13px;
  line-height: 1.55;
}
.hb-footer-contact__line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px;
}
.hb-footer-contact--service a {
  color: #64745f;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.hb-footer-contact--service a strong {
  color: #64745f;
  font-weight: 700;
}
.hb-footer-contact--service a:hover {
  color: var(--hb-green-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.hb-footer-contact__hours {
  padding-bottom: 10px;
}
@media (max-width: 760px) {
  .hb-footer-contact--service { gap: 4px; }
  .hb-footer-contact--service p { font-size: 13px; }
  .hb-footer-contact__hours { padding-bottom: 8px; }
}



/* v1.18.9 — Compact single-product Add to Cart / Pre-Order button on every device. */
body.single-product .woocommerce div.product form.cart button.single_add_to_cart_button,
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button,
body.single-product .woocommerce div.product form.variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  width: 340px !important;
  max-width: 100% !important;
  min-width: 230px !important;
  flex: 0 0 auto !important;
  justify-self: start !important;
}
body.single-product .woocommerce div.product form.variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  grid-column: 1 / -1;
}
@media (max-width: 960px) {
  body.single-product .woocommerce div.product form.cart button.single_add_to_cart_button,
  body.single-product .woocommerce div.product form.cart .single_add_to_cart_button,
  body.single-product .woocommerce div.product form.variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    width: 320px !important;
    max-width: 78% !important;
  }
}
@media (max-width: 760px) {
  body.single-product .woocommerce div.product form.cart button.single_add_to_cart_button,
  body.single-product .woocommerce div.product form.cart .single_add_to_cart_button,
  body.single-product .woocommerce div.product form.variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    width: 280px !important;
    max-width: calc(100% - 12px) !important;
    min-width: 220px !important;
  }
}
@media (max-width: 360px) {
  body.single-product .woocommerce div.product form.cart button.single_add_to_cart_button,
  body.single-product .woocommerce div.product form.cart .single_add_to_cart_button,
  body.single-product .woocommerce div.product form.variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    width: calc(100% - 12px) !important;
    max-width: 280px !important;
    min-width: 0 !important;
  }
}


/* v1.21.3 — pack-family cards: selected teal, sibling quantities gray like the source reference. */
.single-product .hb-variation-card.hb-family-option-card {
  text-decoration: none !important;
  cursor: pointer;
}
.single-product .hb-variation-card.hb-family-option-card:visited {
  color: inherit;
}
.single-product .hb-variation-card:not(.is-active) .hb-variation-card__head {
  background: #d9dedc;
  color: #444b4d;
}
.single-product .hb-variation-card:not(.is-active) {
  border-color: #c8d0cf;
}
.single-product .hb-variation-card:not(.is-active):hover {
  border-color: #67cdc8;
}


/* v1.22.7 — Mobile cart: remove stray inner gray/shadow backgrounds from cart items. */
@media (max-width: 760px) {
  body.woocommerce-cart table.shop_table.cart tr.cart_item,
  body.woocommerce-cart table.shop_table.cart tr.cart_item td,
  body.woocommerce-cart table.shop_table.cart tr.cart_item td.product-name,
  body.woocommerce-cart table.shop_table.cart tr.cart_item td.product-price,
  body.woocommerce-cart table.shop_table.cart tr.cart_item td.product-quantity,
  body.woocommerce-cart table.shop_table.cart tr.cart_item td.product-subtotal {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
  }

  body.woocommerce-cart table.shop_table.cart tr.cart_item {
    background: #ffffff !important;
    box-shadow: 0 6px 20px rgba(18,58,54,.05) !important;
  }

  body.woocommerce-cart table.shop_table.cart tr.cart_item td.product-name > *,
  body.woocommerce-cart table.shop_table.cart tr.cart_item td.product-price > *,
  body.woocommerce-cart table.shop_table.cart tr.cart_item td.product-quantity > *,
  body.woocommerce-cart table.shop_table.cart tr.cart_item td.product-subtotal > *,
  body.woocommerce-cart table.shop_table.cart tr.cart_item .variation,
  body.woocommerce-cart table.shop_table.cart tr.cart_item .wc-item-meta,
  body.woocommerce-cart table.shop_table.cart tr.cart_item .wc-item-meta *,
  body.woocommerce-cart table.shop_table.cart tr.cart_item .hb-preorder-data,
  body.woocommerce-cart table.shop_table.cart tr.cart_item .hb-preorder-data *,
  body.woocommerce-cart table.shop_table.cart tr.cart_item dl.variation,
  body.woocommerce-cart table.shop_table.cart tr.cart_item dl.variation dt,
  body.woocommerce-cart table.shop_table.cart tr.cart_item dl.variation dd,
  body.woocommerce-cart table.shop_table.cart tr.cart_item p {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
  }

  body.woocommerce-cart table.shop_table.cart tr.cart_item .quantity {
    background: #ffffff !important;
    box-shadow: none !important;
  }

  body.woocommerce-cart table.shop_table.cart tr.cart_item td.product-thumbnail,
  body.woocommerce-cart table.shop_table.cart tr.cart_item td.product-thumbnail *,
  body.woocommerce-cart table.shop_table.cart tr.cart_item td.product-remove {
    background-image: none !important;
    box-shadow: none !important;
  }
}


/* v1.22.8 — Cart page: align Pre-order and Estimated delivery label/value rows cleanly. */
body.woocommerce-cart td.product-name .wc-item-meta,
body.woocommerce-cart td.product-name dl.variation,
body.woocommerce-cart td.product-name .hb-preorder-data {
  margin-top: 8px;
  padding: 0;
  list-style: none;
}
body.woocommerce-cart td.product-name .wc-item-meta li {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 2px 8px;
  margin: 0 0 4px;
  padding: 0;
  list-style: none;
}
body.woocommerce-cart td.product-name .wc-item-meta-label,
body.woocommerce-cart td.product-name dl.variation dt {
  display: block;
  margin: 0;
  color: var(--hb-muted);
  font-weight: 500;
  white-space: nowrap;
}
body.woocommerce-cart td.product-name .wc-item-meta li > *:not(.wc-item-meta-label),
body.woocommerce-cart td.product-name dl.variation dd {
  margin: 0;
  min-width: 0;
  color: var(--hb-muted);
}
body.woocommerce-cart td.product-name dl.variation {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 2px 8px;
}
body.woocommerce-cart td.product-name dl.variation p,
body.woocommerce-cart td.product-name .wc-item-meta li p {
  margin: 0;
  display: inline;
}
body.woocommerce-cart td.product-name .wc-item-meta li:last-child {
  margin-bottom: 0;
}
@media (max-width: 760px) {
  body.woocommerce-cart td.product-name .wc-item-meta li,
  body.woocommerce-cart td.product-name dl.variation {
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 2px 6px;
  }
  body.woocommerce-cart td.product-name .wc-item-meta-label,
  body.woocommerce-cart td.product-name dl.variation dt,
  body.woocommerce-cart td.product-name .wc-item-meta li > *:not(.wc-item-meta-label),
  body.woocommerce-cart td.product-name dl.variation dd {
    font-size: 12px;
    line-height: 1.45;
  }
}


/* v1.22.9 — Cart item metadata presented as a compact note card. */
body.woocommerce-cart td.product-name .wc-item-meta,
body.woocommerce-cart td.product-name dl.variation,
body.woocommerce-cart td.product-name .hb-preorder-data {
  position: relative;
  display: block !important;
  width: 100%;
  max-width: 430px;
  margin: 9px 0 0 !important;
  padding: 10px 12px 10px 14px !important;
  border: 1px solid #dfe9e5 !important;
  border-left: 3px solid var(--hb-green, #0a6f73) !important;
  border-radius: 8px;
  background: #f7faf8 !important;
  box-sizing: border-box;
  color: #5f6f69;
  font-size: 11.5px !important;
  line-height: 1.45 !important;
}

body.woocommerce-cart td.product-name .wc-item-meta::before,
body.woocommerce-cart td.product-name dl.variation::before,
body.woocommerce-cart td.product-name .hb-preorder-data::before {
  content: 'Order notes';
  display: block;
  margin: 0 0 6px;
  color: var(--hb-green-dark, #07585c);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.woocommerce-cart td.product-name .wc-item-meta li {
  display: flex !important;
  align-items: flex-start;
  gap: 5px;
  margin: 0 0 4px !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
}
body.woocommerce-cart td.product-name .wc-item-meta li:last-child {
  margin-bottom: 0 !important;
}

body.woocommerce-cart td.product-name .wc-item-meta-label,
body.woocommerce-cart td.product-name dl.variation dt {
  flex: 0 0 auto;
  margin: 0 !important;
  color: #3f514b !important;
  font-weight: 700 !important;
  white-space: nowrap;
}

body.woocommerce-cart td.product-name .wc-item-meta li > *:not(.wc-item-meta-label),
body.woocommerce-cart td.product-name dl.variation dd {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0 !important;
  color: #66756f !important;
  overflow-wrap: anywhere;
}

body.woocommerce-cart td.product-name dl.variation {
  display: grid !important;
  grid-template-columns: auto minmax(0,1fr) !important;
  gap: 4px 7px !important;
}
body.woocommerce-cart td.product-name dl.variation::before {
  grid-column: 1 / -1;
}
body.woocommerce-cart td.product-name dl.variation p,
body.woocommerce-cart td.product-name .wc-item-meta li p {
  display: inline !important;
  margin: 0 !important;
}

@media (max-width: 760px) {
  body.woocommerce-cart td.product-name .wc-item-meta,
  body.woocommerce-cart td.product-name dl.variation,
  body.woocommerce-cart td.product-name .hb-preorder-data {
    max-width: 100%;
    padding: 8px 9px 8px 11px !important;
    border-radius: 7px;
    font-size: 11px !important;
    line-height: 1.4 !important;
  }
  body.woocommerce-cart td.product-name .wc-item-meta::before,
  body.woocommerce-cart td.product-name dl.variation::before,
  body.woocommerce-cart td.product-name .hb-preorder-data::before {
    margin-bottom: 5px;
    font-size: 8.5px;
  }
  body.woocommerce-cart td.product-name .wc-item-meta li {
    gap: 4px;
    margin-bottom: 3px !important;
  }
}


/* v1.23.0 — Cart metadata: minimal status-list design; remove note-card treatment. */
body.woocommerce-cart td.product-name .wc-item-meta,
body.woocommerce-cart td.product-name dl.variation,
body.woocommerce-cart td.product-name .hb-preorder-data {
  position: static !important;
  display: block !important;
  width: 100% !important;
  max-width: 430px !important;
  margin: 9px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #66756f !important;
  font-size: 11.5px !important;
  line-height: 1.4 !important;
}
body.woocommerce-cart td.product-name .wc-item-meta::before,
body.woocommerce-cart td.product-name dl.variation::before,
body.woocommerce-cart td.product-name .hb-preorder-data::before {
  display: none !important;
  content: none !important;
}
body.woocommerce-cart td.product-name .wc-item-meta li {
  position: relative;
  display: grid !important;
  grid-template-columns: max-content minmax(0,1fr) !important;
  align-items: start !important;
  gap: 4px 7px !important;
  margin: 0 0 5px !important;
  padding: 1px 0 1px 11px !important;
  list-style: none !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
body.woocommerce-cart td.product-name .wc-item-meta li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .56em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #7fc8bd;
}
body.woocommerce-cart td.product-name .wc-item-meta li:last-child {
  margin-bottom: 0 !important;
}
body.woocommerce-cart td.product-name .wc-item-meta-label,
body.woocommerce-cart td.product-name dl.variation dt {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #75847f !important;
  font-size: 10.5px !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
  white-space: nowrap !important;
  letter-spacing: .01em !important;
}
body.woocommerce-cart td.product-name .wc-item-meta li > *:not(.wc-item-meta-label),
body.woocommerce-cart td.product-name dl.variation dd {
  display: block !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #3f504a !important;
  font-size: 11.5px !important;
  font-weight: 550 !important;
  line-height: 1.45 !important;
  overflow-wrap: anywhere !important;
}
body.woocommerce-cart td.product-name .wc-item-meta li p,
body.woocommerce-cart td.product-name dl.variation p {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Pre-order status chip — purchase option is first, preorder is second. */
body.woocommerce-cart td.product-name .wc-item-meta li:nth-child(2) > *:not(.wc-item-meta-label) {
  justify-self: start !important;
  width: auto !important;
  padding: 1px 7px !important;
  border-radius: 999px !important;
  background: #fff3e8 !important;
  color: #b65e16 !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
}
/* Estimated delivery row — keep the date emphasized but lightweight. */
body.woocommerce-cart td.product-name .wc-item-meta li:nth-child(3) > *:not(.wc-item-meta-label) {
  color: #087267 !important;
  font-weight: 650 !important;
}

body.woocommerce-cart td.product-name dl.variation {
  display: grid !important;
  grid-template-columns: max-content minmax(0,1fr) !important;
  gap: 4px 7px !important;
}

@media (max-width: 760px) {
  body.woocommerce-cart td.product-name .wc-item-meta,
  body.woocommerce-cart td.product-name dl.variation,
  body.woocommerce-cart td.product-name .hb-preorder-data {
    max-width: 100% !important;
    margin-top: 7px !important;
    font-size: 11px !important;
  }
  body.woocommerce-cart td.product-name .wc-item-meta li {
    grid-template-columns: max-content minmax(0,1fr) !important;
    gap: 3px 6px !important;
    margin-bottom: 4px !important;
    padding-left: 10px !important;
  }
  body.woocommerce-cart td.product-name .wc-item-meta-label,
  body.woocommerce-cart td.product-name dl.variation dt {
    font-size: 10px !important;
  }
  body.woocommerce-cart td.product-name .wc-item-meta li > *:not(.wc-item-meta-label),
  body.woocommerce-cart td.product-name dl.variation dd {
    font-size: 11px !important;
  }
}


/* v1.23.7 — Single product page: 5% horizontal safe margin on every device. */
body.single-product main.hb-main {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 5% !important;
  padding-right: 5% !important;
  box-sizing: border-box !important;
  overflow-x: hidden !important;
}

body.single-product main.hb-main > .hb-container {
  width: 100% !important;
  max-width: var(--hb-container) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

body.single-product main.hb-main .woocommerce,
body.single-product main.hb-main .woocommerce div.product {
  max-width: 100% !important;
  box-sizing: border-box !important;
}


/* v1.24.3 — Discreet image-download control + protected product images. */
.hb-protected-product-image{
  -webkit-user-drag:none!important;
  -webkit-touch-callout:none!important;
  user-select:none!important;
}
body.single-product .woocommerce-product-gallery.hb-image-download-enabled{
  position:relative!important;
}
body.single-product .hb-watermark-download{
  position:absolute;
  left:10px;
  bottom:10px;
  z-index:18;
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  min-width:34px;
  min-height:34px;
  padding:0!important;
  border:1px solid rgba(7,86,84,.15);
  border-radius:50%;
  background:rgba(255,255,255,.88);
  color:#075f5d;
  box-shadow:0 4px 14px rgba(18,58,54,.09);
  backdrop-filter:blur(7px);
  -webkit-backdrop-filter:blur(7px);
  cursor:pointer;
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease;
}
body.single-product .hb-watermark-download:hover,
body.single-product .hb-watermark-download.is-hinting{
  transform:translateY(-1px);
  background:#fff;
  box-shadow:0 7px 18px rgba(18,58,54,.14);
}
body.single-product .hb-watermark-download__icon{
  display:grid;
  place-items:center;
  width:17px;
  height:17px;
  color:currentColor;
}
body.single-product .hb-watermark-download__icon svg{
  display:block;
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body.single-product .hb-watermark-download::after{
  content:'Download watermarked image';
  position:absolute;
  left:42px;
  bottom:50%;
  transform:translateY(50%) translateX(-4px);
  width:max-content;
  max-width:190px;
  padding:6px 9px;
  border-radius:7px;
  background:rgba(26,43,39,.94);
  color:#fff;
  font-family:inherit;
  font-size:10px;
  font-weight:600;
  line-height:1.25;
  letter-spacing:0;
  white-space:nowrap;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .15s ease,transform .15s ease,visibility .15s ease;
}
body.single-product .hb-watermark-download:hover::after,
body.single-product .hb-watermark-download.is-hinting::after{
  opacity:1;
  visibility:visible;
  transform:translateY(50%) translateX(0);
}
@media(max-width:760px){
  body.single-product .hb-watermark-download{
    left:8px;
    bottom:8px;
    width:31px;
    height:31px;
    min-width:31px;
    min-height:31px;
  }
  body.single-product .hb-watermark-download__icon,
  body.single-product .hb-watermark-download__icon svg{
    width:15px;
    height:15px;
  }
  body.single-product .hb-watermark-download::after{
    display:none!important;
  }
}



/* v1.24.4 — Download control sits directly below WooCommerce gallery zoom/search control. */
body.single-product .woocommerce-product-gallery.hb-image-download-enabled .hb-watermark-download{
  left:auto!important;
  bottom:auto!important;
  right:10px!important;
  top:54px!important;
  z-index:31!important;
}
body.single-product .woocommerce-product-gallery.hb-image-download-enabled .hb-watermark-download::after{
  left:auto!important;
  right:42px!important;
  bottom:50%!important;
  transform:translateY(50%) translateX(4px)!important;
}
body.single-product .woocommerce-product-gallery.hb-image-download-enabled .hb-watermark-download:hover::after,
body.single-product .woocommerce-product-gallery.hb-image-download-enabled .hb-watermark-download.is-hinting::after{
  transform:translateY(50%) translateX(0)!important;
}
@media(max-width:760px){
  body.single-product .woocommerce-product-gallery.hb-image-download-enabled .hb-watermark-download{
    right:8px!important;
    top:49px!important;
  }
}


/* v1.24.5 — Download action lives inside the WooCommerce PhotoSwipe lightbox toolbar. */
body.single-product .woocommerce-product-gallery .hb-watermark-download{
  display:none!important;
}
.pswp .hb-pswp-download{
  position:relative!important;
  display:block!important;
  float:right!important;
  width:44px!important;
  height:44px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  background-image:none!important;
  color:#fff!important;
  opacity:.82;
  box-shadow:none!important;
  cursor:pointer!important;
  transition:opacity .15s ease,background .15s ease!important;
}
.pswp .hb-pswp-download:hover,
.pswp .hb-pswp-download:focus{
  opacity:1!important;
  background:rgba(255,255,255,.08)!important;
  outline:none!important;
}
.pswp .hb-pswp-download svg{
  position:absolute;
  left:50%;
  top:50%;
  width:20px;
  height:20px;
  transform:translate(-50%,-50%);
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  pointer-events:none;
}
.pswp .hb-pswp-download::after{
  content:'Download';
  position:absolute;
  top:48px;
  left:50%;
  transform:translateX(-50%) translateY(-2px);
  padding:5px 7px;
  border-radius:6px;
  background:rgba(20,31,29,.92);
  color:#fff;
  font:600 10px/1.2 system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  white-space:nowrap;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .12s ease,transform .12s ease,visibility .12s ease;
}
.pswp .hb-pswp-download:hover::after,
.pswp .hb-pswp-download:focus::after{
  opacity:1;
  visibility:visible;
  transform:translateX(-50%) translateY(0);
}
@media(max-width:760px){
  .pswp .hb-pswp-download::after{display:none!important}
}


/* v1.24.6 — Stronger native save protection for product and lightbox images. */
.hb-protected-image-zone,
.hb-protected-image-zone *,
.hb-protected-product-image {
  -webkit-touch-callout: none !important;
}
body.single-product .woocommerce-product-gallery a,
body.single-product .woocommerce-product-gallery img,
body.single-product .woocommerce-product-gallery__image,
body.single-product .flex-viewport,
.pswp, .pswp *,
ul.products li.product a,
ul.products li.product img,
.hb-products li.product a,
.hb-products li.product img {
  -webkit-user-select: none !important;
  user-select: none !important;
}


/* v1.24.7 — Protect images without altering PhotoSwipe runtime lifecycle. */
body.single-product .woocommerce-product-gallery img,
ul.products li.product img,
.hb-products li.product img,
.pswp .pswp__img{
  -webkit-user-drag:none!important;
  -webkit-touch-callout:none!important;
  user-select:none!important;
  -webkit-user-select:none!important;
}


/* v1.24.8 — Disable WooCommerce hover-zoom clone; keep lightbox/magnifier viewer. */
body.single-product .woocommerce-product-gallery .zoomImg,
body.single-product .woocommerce-product-gallery img.zoomImg {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


/* v1.24.9 — Desktop gallery lane fix: thumbnails and main image never overlap. */
@media (min-width: 961px) {
  body.single-product .woocommerce div.product div.images.woocommerce-product-gallery,
  body.single-product .woocommerce div.product div.images.woocommerce-product-gallery.hb-has-thumbs,
  body.single-product .woocommerce div.product div.images.woocommerce-product-gallery:has(.flex-control-thumbs) {
    position: relative !important;
    display: block !important;
    padding-left: 0 !important;
    overflow: visible !important;
  }

  body.single-product .woocommerce-product-gallery .flex-control-thumbs {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 78px !important;
    max-width: 78px !important;
    z-index: 12 !important;
  }

  body.single-product .woocommerce-product-gallery.hb-has-thumbs .flex-viewport,
  body.single-product .woocommerce-product-gallery:has(.flex-control-thumbs) .flex-viewport {
    width: calc(100% - 96px) !important;
    max-width: calc(100% - 96px) !important;
    margin-left: 96px !important;
    margin-right: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.single-product .woocommerce-product-gallery.hb-has-thumbs .woocommerce-product-gallery__wrapper,
  body.single-product .woocommerce-product-gallery:has(.flex-control-thumbs) .woocommerce-product-gallery__wrapper {
    max-width: none !important;
    overflow: visible !important;
  }
}


/* v1.25.4 — Footer WhatsApp CTA retained when homepage commerce-only CSS is skipped. */
.hb-whatsapp-channel-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:48px;
  padding:0 20px;
  border-radius:8px;
  background:#087b78;
  color:#fff!important;
  font-weight:750;
  text-decoration:none;
  transition:background .2s ease,transform .2s ease;
}
.hb-whatsapp-channel-button:hover{
  background:#075f61;
  transform:translateY(-1px);
}



/* v1.25.8 — thank-you page stable refresh */
.hb-order-process-card {
  margin-top: 18px;
  padding: 18px 20px;
}
.hb-order-process-card__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #8c9591;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.hb-order-process-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  position: relative;
}
.hb-order-process-track::before {
  content: "";
  position: absolute;
  left: 48px;
  right: 48px;
  top: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(13,123,118,.14) 0%, rgba(13,123,118,.58) 50%, rgba(13,123,118,.14) 100%);
  background-size: 200% 100%;
  animation: hb-thankyou-process-flow 3.8s linear infinite;
}
.hb-order-process-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 110px;
  padding: 16px 14px;
  border: 1px solid #e4efeb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(11, 62, 57, .04);
}
.hb-order-process-step__icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #dff1ec;
  color: var(--hb-green-dark);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 0 0 6px rgba(223, 241, 236, .5);
}
.hb-order-process-step.is-current .hb-order-process-step__icon {
  background: var(--hb-green);
  color: #fff;
  animation: hb-thankyou-process-pulse 2s ease-out infinite;
}
.hb-order-process-step__title {
  margin: 0;
  color: #22413d;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
}
.hb-order-process-step__text {
  margin: 0;
  color: #6c7773;
  font-size: 12px;
  line-height: 1.6;
}
.hb-order-received__actions .hb-order-action span[aria-hidden="true"] {
  margin-right: 8px;
}
.hb-order-support-card__wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  border: 1px solid #cde4db;
  background: #eef8f4;
  color: var(--hb-green) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}
.hb-order-support-card__wa::before {
  content: "✆";
  font-size: 14px;
}
.hb-order-support-card__wa:hover,
.hb-order-support-card__wa:focus {
  background: #e4f4ee;
}
.hb-legacy-invoice-hidden {
  display: none !important;
}
@keyframes hb-thankyou-process-flow {
  from { background-position: 200% 0; }
  to { background-position: -20% 0; }
}
@keyframes hb-thankyou-process-pulse {
  0% { box-shadow: 0 0 0 0 rgba(16,124,118,.28); }
  70% { box-shadow: 0 0 0 12px rgba(16,124,118,0); }
  100% { box-shadow: 0 0 0 0 rgba(16,124,118,0); }
}
@media (max-width: 980px) {
  .hb-order-process-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hb-order-process-track::before {
    display: none;
  }
}
@media (max-width: 760px) {
  .hb-order-process-card {
    margin-top: 14px;
    padding: 16px 14px;
  }
  .hb-order-process-track {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .hb-order-process-step {
    min-height: 0;
    padding: 13px 12px;
  }
  .hb-order-support-card__wa {
    width: 100%;
  }
}


/* v1.25.9 — One-click WhatsApp support with automatic order context. */
.hb-order-support-card {
  position: relative;
  overflow: hidden;
}
.hb-order-support-card::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: -42px;
  top: -42px;
  border-radius: 50%;
  background: rgba(8, 123, 120, .055);
  pointer-events: none;
}
.hb-order-support-card__auto-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 13px 0 14px;
  padding: 11px 12px;
  border: 1px solid #dcebe6;
  border-radius: 11px;
  background: #f7fbfa;
  color: #61706b;
  font-size: 11px;
  line-height: 1.55;
}
.hb-order-support-card__auto-note::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  background: #def2eb;
  color: var(--hb-green);
  font-size: 12px;
  font-weight: 900;
}
.hb-order-support-card__wa {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  background: var(--hb-green) !important;
  border-color: var(--hb-green) !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(8, 123, 120, .14);
}
.hb-order-support-card__wa::before {
  content: "✆";
  color: #fff;
}
.hb-order-support-card__wa:hover,
.hb-order-support-card__wa:focus {
  background: var(--hb-green-dark) !important;
  border-color: var(--hb-green-dark) !important;
  color: #fff !important;
}
.hb-order-support-card__number {
  display: block;
  margin-top: 9px;
  text-align: center;
  color: #7a8581;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
}


/* v1.26.1 — Compact WhatsApp support topic selector + concise support message. */
.hb-order-support-card__topic {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 7px;
  margin: 14px 0 12px;
}
.hb-order-support-card__topic label {
  color: #4d5b57;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}
.hb-order-support-card__topic select {
  width: 100%;
  min-height: 44px;
  padding: 0 38px 0 12px;
  border: 1px solid #d7e5e1;
  border-radius: 11px;
  background: #fff;
  color: #283834;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  box-shadow: none;
}
.hb-order-support-card__topic select:focus {
  border-color: #9fcfc6;
  box-shadow: 0 0 0 3px rgba(8,123,120,.08);
}
.hb-order-support-card__auto-note {
  margin: 0 0 13px;
  padding: 9px 10px;
  font-size: 10.5px;
  line-height: 1.5;
}
@media (max-width:760px) {
  .hb-order-support-card__topic select {
    min-height: 46px;
    font-size: 13px;
  }
}


/* v1.26.3 — Simplified WhatsApp support card. */
.hb-order-support-card__auto-note,
.hb-order-support-card__number {
  display: none !important;
}


/* v1.26.4 — Thank-you summary: prominent total, payment row removed. */
body.woocommerce-order-received .hb-order-received__facts {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.woocommerce-order-received .hb-order-received__facts .hb-order-fact--total strong {
  color: var(--hb-green-dark);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -.01em;
}

@media (max-width: 980px) {
  body.woocommerce-order-received .hb-order-received__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.woocommerce-order-received .hb-order-received__facts > div:nth-child(2n) {
    border-right: 0 !important;
  }
}

@media (max-width: 760px) {
  body.woocommerce-order-received .hb-order-received__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.woocommerce-order-received .hb-order-received__facts > div:last-child {
    grid-column: auto !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
  }

  body.woocommerce-order-received .hb-order-received__facts > div:nth-last-child(2) {
    border-bottom: 0 !important;
  }

  body.woocommerce-order-received .hb-order-received__facts .hb-order-fact--total strong {
    font-size: 18px;
  }
}


/* v1.26.6 — Thank-you hero shortened copy + compact animated progress preview. */
.hb-order-received__hero-copy {
  min-width: 0;
}
.hb-order-received__hero-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
  padding-top: 4px;
}
.hb-order-received__hero-track {
  position: absolute;
  left: 22px;
  right: 22px;
  top: 23px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(13,123,118,.12) 0%, rgba(13,123,118,.5) 50%, rgba(13,123,118,.12) 100%);
  background-size: 200% 100%;
  animation: hb-thankyou-hero-flow 3.6s linear infinite;
}
.hb-order-received__hero-step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 0;
}
.hb-order-received__hero-step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #d7ebe6;
  background: #ffffff;
  color: var(--hb-green-dark);
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(13, 68, 62, .06);
}
.hb-order-received__hero-step.is-current .hb-order-received__hero-step-icon {
  border-color: var(--hb-green);
  background: var(--hb-green);
  color: #fff;
  animation: hb-thankyou-hero-pulse 2.1s ease-out infinite;
}
.hb-order-received__hero-step-label {
  display: block;
  min-width: 0;
  color: #5f6b67;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-align: center;
}
.hb-order-received__hero-step.is-current .hb-order-received__hero-step-label {
  color: var(--hb-green-dark);
}
@keyframes hb-thankyou-hero-flow {
  from { background-position: 180% 0; }
  to { background-position: -20% 0; }
}
@keyframes hb-thankyou-hero-pulse {
  0% { box-shadow: 0 0 0 0 rgba(16,124,118,.24), 0 8px 18px rgba(13, 68, 62, .06); }
  70% { box-shadow: 0 0 0 14px rgba(16,124,118,0), 0 8px 18px rgba(13, 68, 62, .06); }
  100% { box-shadow: 0 0 0 0 rgba(16,124,118,0), 0 8px 18px rgba(13, 68, 62, .06); }
}
@media (max-width: 980px) {
  .hb-order-received__hero-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }
  .hb-order-received__hero-track {
    display: none;
  }
}
@media (max-width: 760px) {
  .hb-order-received__hero-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 16px;
    gap: 12px 10px;
  }
  .hb-order-received__hero-step-icon {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }
  .hb-order-received__hero-step-label {
    font-size: 10px;
    letter-spacing: .04em;
  }
}


/* v1.26.9 — Reference-matched Thank You hero card. */
body.woocommerce-order-received .hb-order-received__hero--reference {
  position: relative;
  display: grid;
  grid-template-columns: 1fr !important;
  gap: 0;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid #dce8e5;
  border-radius: 22px;
  background:
    radial-gradient(circle at 12% 8%, rgba(9,133,127,.055), transparent 27%),
    linear-gradient(180deg,#fff 0%,#fbfefd 100%);
  box-shadow: 0 18px 48px rgba(12,64,59,.07);
  overflow: hidden;
}
body.woocommerce-order-received .hb-order-received__hero--reference::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -92px;
  height: 160px;
  border-radius: 50% 50% 0 0;
  background: linear-gradient(180deg,rgba(223,247,241,.18),rgba(208,241,233,.48));
  pointer-events: none;
}
body.woocommerce-order-received .hb-order-received__hero-status {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}
body.woocommerce-order-received .hb-order-received__hero--reference .hb-order-received__check {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  background: linear-gradient(145deg,#158d88,#087b78);
  box-shadow: 0 10px 25px rgba(8,123,120,.18);
}
body.woocommerce-order-received .hb-order-received__hero--reference .hb-order-received__check svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
body.woocommerce-order-received .hb-order-received__hero--reference .hb-order-received__eyebrow {
  margin: 0;
  color: #3e8580;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
}
body.woocommerce-order-received .hb-order-received__hero--reference .hb-order-received__hero-copy {
  position: relative;
  z-index: 2;
}
body.woocommerce-order-received .hb-order-received__hero--reference h1 {
  margin: 0 0 12px;
  color: #123632;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.02;
  letter-spacing: -.035em;
}
body.woocommerce-order-received .hb-order-received__hero--reference .hb-order-received__hero-copy > p {
  max-width: 760px;
  margin: 0;
  color: #5d6764;
  font-size: clamp(14px, 1.7vw, 18px);
  line-height: 1.55;
}
body.woocommerce-order-received .hb-order-received__hero-flow-shell {
  margin-top: 28px;
  padding: 20px 18px 18px;
  border: 1px solid #deebe7;
  border-radius: 18px;
  background: linear-gradient(180deg,#f9fdfc 0%,#f3faf8 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}
body.woocommerce-order-received .hb-order-received__hero--reference .hb-order-received__hero-flow {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(4,minmax(0,1fr)) !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.woocommerce-order-received .hb-order-received__hero--reference .hb-order-received__hero-track {
  display: block !important;
  left: 10%;
  right: 10%;
  top: 24px;
  height: 2px;
  background: repeating-linear-gradient(90deg,#4e9691 0 5px,transparent 5px 10px);
  background-size: 20px 2px;
  animation: hb-reference-track 1.2s linear infinite;
  opacity: .8;
}
body.woocommerce-order-received .hb-order-received__hero--reference .hb-order-received__hero-step {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 10px;
}
body.woocommerce-order-received .hb-order-received__hero--reference .hb-order-received__hero-step-icon {
  width: 50px;
  height: 50px;
  border: 1px solid #dbe7e4;
  background: rgba(255,255,255,.96);
  color: #647873;
  box-shadow: 0 7px 18px rgba(15,64,60,.055);
}
body.woocommerce-order-received .hb-order-received__hero--reference .hb-order-received__hero-step-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
body.woocommerce-order-received .hb-order-received__hero--reference .hb-order-received__hero-step.is-current .hb-order-received__hero-step-icon {
  border-color: #0b817d;
  background: #0b817d;
  color: #fff;
  animation: hb-reference-current 2s ease-out infinite;
}
body.woocommerce-order-received .hb-order-received__hero--reference .hb-order-received__hero-step-label {
  color: #66736f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .055em;
}
body.woocommerce-order-received .hb-order-received__hero--reference .hb-order-received__hero-step.is-current .hb-order-received__hero-step-label {
  color: #0b706d;
}
body.woocommerce-order-received .hb-order-received__actions--reference {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 24px;
}
body.woocommerce-order-received .hb-order-received__actions--reference .hb-order-action.button {
  width: 100%;
  min-height: 54px;
  border-radius: 13px !important;
  font-size: 12px !important;
  letter-spacing: .09em;
}
body.woocommerce-order-received .hb-order-action__icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
body.woocommerce-order-received .hb-order-received__hero-signoff {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  padding: 4px 0 16px;
  text-align: center;
}
body.woocommerce-order-received .hb-order-received__hero-signoff-line {
  height: 1px;
  background: #d6e8e4;
}
body.woocommerce-order-received .hb-order-received__hero-signoff div {
  display: grid;
  gap: 3px;
}
body.woocommerce-order-received .hb-order-received__hero-signoff strong {
  color: #2b7773;
  font: 500 22px/1.1 Georgia,"Times New Roman",serif;
  font-style: italic;
}
body.woocommerce-order-received .hb-order-received__hero-signoff small {
  color: #74817d;
  font-size: 11px;
  letter-spacing: .02em;
}
@keyframes hb-reference-track {
  from { background-position: 0 0; }
  to { background-position: 20px 0; }
}
@keyframes hb-reference-current {
  0% { box-shadow: 0 0 0 0 rgba(11,129,125,.25),0 8px 20px rgba(11,129,125,.12); }
  70% { box-shadow: 0 0 0 11px rgba(11,129,125,0),0 8px 20px rgba(11,129,125,.12); }
  100% { box-shadow: 0 0 0 0 rgba(11,129,125,0),0 8px 20px rgba(11,129,125,.12); }
}
@media (max-width:760px) {
  body.woocommerce-order-received .hb-order-received__hero--reference {
    padding: 22px 16px 20px;
    border-radius: 18px;
  }
  body.woocommerce-order-received .hb-order-received__hero-status {
    gap: 13px;
    margin-bottom: 18px;
  }
  body.woocommerce-order-received .hb-order-received__hero--reference .hb-order-received__check {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }
  body.woocommerce-order-received .hb-order-received__hero--reference .hb-order-received__check svg {
    width: 26px;
    height: 26px;
  }
  body.woocommerce-order-received .hb-order-received__hero--reference .hb-order-received__eyebrow {
    font-size: 10px;
    letter-spacing: .16em;
  }
  body.woocommerce-order-received .hb-order-received__hero--reference h1 {
    margin-bottom: 10px;
    font-size: 34px;
  }
  body.woocommerce-order-received .hb-order-received__hero--reference .hb-order-received__hero-copy > p {
    font-size: 14px;
    line-height: 1.55;
  }
  body.woocommerce-order-received .hb-order-received__hero-flow-shell {
    margin-top: 22px;
    padding: 16px 8px 14px;
    border-radius: 15px;
  }
  body.woocommerce-order-received .hb-order-received__hero--reference .hb-order-received__hero-flow {
    grid-template-columns: repeat(4,minmax(0,1fr)) !important;
    gap: 2px !important;
  }
  body.woocommerce-order-received .hb-order-received__hero--reference .hb-order-received__hero-track {
    display: block !important;
    left: 11%;
    right: 11%;
    top: 19px;
  }
  body.woocommerce-order-received .hb-order-received__hero--reference .hb-order-received__hero-step {
    gap: 7px;
  }
  body.woocommerce-order-received .hb-order-received__hero--reference .hb-order-received__hero-step-icon {
    width: 40px;
    height: 40px;
  }
  body.woocommerce-order-received .hb-order-received__hero--reference .hb-order-received__hero-step-icon svg {
    width: 19px;
    height: 19px;
  }
  body.woocommerce-order-received .hb-order-received__hero--reference .hb-order-received__hero-step-label {
    font-size: 8.5px;
    letter-spacing: .025em;
  }
  body.woocommerce-order-received .hb-order-received__actions--reference {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
  body.woocommerce-order-received .hb-order-received__actions--reference .hb-order-action.button {
    min-height: 52px;
    font-size: 11px !important;
  }
  body.woocommerce-order-received .hb-order-received__hero-signoff {
    gap: 10px;
    margin-top: 22px;
    padding-bottom: 10px;
  }
  body.woocommerce-order-received .hb-order-received__hero-signoff strong {
    font-size: 19px;
  }
  body.woocommerce-order-received .hb-order-received__hero-signoff small {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  body.woocommerce-order-received .hb-order-received__hero--reference .hb-order-received__hero-track,
  body.woocommerce-order-received .hb-order-received__hero--reference .hb-order-received__hero-step.is-current .hb-order-received__hero-step-icon {
    animation: none !important;
  }
}


/* v1.27.3 — Thank-you hero cleanup: remove status label/icon and invoice CTA. */
body.woocommerce-order-received .hb-order-received__actions--reference {
  grid-template-columns: 1fr !important;
  width: min(100%, 520px);
  margin-left: auto;
  margin-right: auto;
}


/* v1.27.7 — Stronger Total and monetary amount emphasis on Thank You page. */
body.woocommerce-order-received .hb-order-received__facts .hb-order-fact--total span,
body.woocommerce-order-received .hb-order-received__facts .hb-order-fact--total strong {
  color: var(--hb-green-dark) !important;
  font-weight: 900 !important;
}
body.woocommerce-order-received .hb-order-received__facts .hb-order-fact--total strong,
body.woocommerce-order-received .hb-order-received__facts .hb-order-fact--total strong *,
body.woocommerce-order-received .hb-order-received__facts .hb-order-fact--total .woocommerce-Price-amount,
body.woocommerce-order-received .hb-order-received__facts .hb-order-fact--total .woocommerce-Price-currencySymbol,
body.woocommerce-order-received .hb-order-received__facts .hb-order-fact--total bdi {
  font-weight: 900 !important;
  color: inherit !important;
}
body.woocommerce-order-received .hb-order-item__total,
body.woocommerce-order-received .hb-order-item__total *,
body.woocommerce-order-received .hb-order-total-row strong,
body.woocommerce-order-received .hb-order-total-row strong *,
body.woocommerce-order-received .hb-order-total-row .woocommerce-Price-amount,
body.woocommerce-order-received .hb-order-total-row .woocommerce-Price-currencySymbol,
body.woocommerce-order-received .hb-order-total-row bdi {
  font-weight: 800 !important;
}
body.woocommerce-order-received .hb-order-total-row.is-total,
body.woocommerce-order-received .hb-order-total-row.is-total span,
body.woocommerce-order-received .hb-order-total-row.is-total strong,
body.woocommerce-order-received .hb-order-total-row.is-total strong *,
body.woocommerce-order-received .hb-order-total-row.is-total .woocommerce-Price-amount,
body.woocommerce-order-received .hb-order-total-row.is-total .woocommerce-Price-currencySymbol,
body.woocommerce-order-received .hb-order-total-row.is-total bdi {
  color: var(--hb-green-dark) !important;
  font-weight: 900 !important;
}
body.woocommerce-order-received .hb117-manual-preorder--order-received .hb117-preorder-stat__value,
body.woocommerce-order-received .hb117-manual-preorder--order-received .hb117-preorder-stat__value *,
body.woocommerce-order-received .hb117-manual-preorder--order-received .hb117-preorder-stat__value .woocommerce-Price-amount,
body.woocommerce-order-received .hb117-manual-preorder--order-received .hb117-preorder-stat__value .woocommerce-Price-currencySymbol,
body.woocommerce-order-received .hb117-manual-preorder--order-received .hb117-preorder-stat__value bdi {
  color: #173a35 !important;
  font-weight: 900 !important;
}


/* v1.27.9 — Minimal professional Cart Totals summary. */
body.woocommerce-cart .cart-collaterals .cart_totals {
  padding: 26px !important;
  border: 1px solid #dfe9e6 !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 12px 34px rgba(18,58,54,.055) !important;
}
body.woocommerce-cart .cart-collaterals .cart_totals h2 {
  margin: 0 0 18px !important;
  color: var(--hb-green-dark) !important;
  font-size: 26px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: -.015em;
}
body.woocommerce-cart .cart-collaterals table.shop_table {
  width: 100% !important;
  margin: 0 0 18px !important;
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: transparent !important;
}
body.woocommerce-cart .cart-collaterals table.shop_table th,
body.woocommerce-cart .cart-collaterals table.shop_table td {
  padding: 15px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #edf1ef !important;
  background: transparent !important;
  vertical-align: top !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}
body.woocommerce-cart .cart-collaterals table.shop_table th {
  width: 34% !important;
  color: #53625e !important;
  font-weight: 700 !important;
  text-align: left !important;
}
body.woocommerce-cart .cart-collaterals table.shop_table td {
  color: #24312e !important;
  font-weight: 700 !important;
  text-align: right !important;
}
body.woocommerce-cart .cart-collaterals table.shop_table td .woocommerce-Price-amount,
body.woocommerce-cart .cart-collaterals table.shop_table td .woocommerce-Price-currencySymbol,
body.woocommerce-cart .cart-collaterals table.shop_table td bdi {
  color: inherit !important;
  font-weight: inherit !important;
}

/* Shipping row: compact fee + address card. */
body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping th,
body.woocommerce-cart .cart-collaterals tr.shipping th {
  padding-top: 17px !important;
}
body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping td,
body.woocommerce-cart .cart-collaterals tr.shipping td {
  padding-top: 13px !important;
  text-align: right !important;
}
body.woocommerce-cart .cart-collaterals #shipping_method {
  margin: 0 0 10px !important;
  padding: 0 !important;
  list-style: none !important;
}
body.woocommerce-cart .cart-collaterals #shipping_method li {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--hb-green-dark) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
}
body.woocommerce-cart .cart-collaterals #shipping_method label,
body.woocommerce-cart .cart-collaterals #shipping_method .amount,
body.woocommerce-cart .cart-collaterals #shipping_method .woocommerce-Price-amount,
body.woocommerce-cart .cart-collaterals #shipping_method .woocommerce-Price-currencySymbol {
  color: inherit !important;
  font-weight: 800 !important;
}
body.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination {
  position: relative;
  margin: 10px 0 0 !important;
  padding: 12px 14px 8px !important;
  border: 1px solid #dfeae6 !important;
  border-bottom: 0 !important;
  border-radius: 13px 13px 0 0 !important;
  background: #f7fbfa !important;
  color: #5f6e69 !important;
  font-size: 11.5px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  text-align: left !important;
  overflow-wrap: anywhere;
}
body.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination strong {
  color: #2d403b !important;
  font-weight: 700 !important;
}
body.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator {
  margin: 0 !important;
  padding: 0 14px 12px !important;
  border: 1px solid #dfeae6 !important;
  border-top: 0 !important;
  border-radius: 0 0 13px 13px !important;
  background: #f7fbfa !important;
  text-align: left !important;
}
body.woocommerce-cart .cart-collaterals .shipping-calculator-button {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  margin: 0 !important;
  padding: 2px 0 !important;
  color: var(--hb-green) !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}
body.woocommerce-cart .cart-collaterals .shipping-calculator-button::after {
  content: '→';
  font-size: 12px;
  line-height: 1;
}
body.woocommerce-cart .cart-collaterals .shipping-calculator-form {
  margin-top: 10px !important;
}

/* Highlighted grand total. */
body.woocommerce-cart .cart-collaterals tr.order-total th,
body.woocommerce-cart .cart-collaterals tr.order-total td {
  padding: 18px 16px !important;
  border: 1px solid #cfe5df !important;
  border-bottom: 1px solid #cfe5df !important;
  background: linear-gradient(180deg,#f2faf8 0%,#edf7f4 100%) !important;
  color: var(--hb-green-dark) !important;
  font-size: 19px !important;
  font-weight: 900 !important;
}
body.woocommerce-cart .cart-collaterals tr.order-total th {
  border-right: 0 !important;
  border-radius: 14px 0 0 14px !important;
}
body.woocommerce-cart .cart-collaterals tr.order-total td {
  border-left: 0 !important;
  border-radius: 0 14px 14px 0 !important;
  text-align: right !important;
}
body.woocommerce-cart .cart-collaterals tr.order-total td .amount,
body.woocommerce-cart .cart-collaterals tr.order-total td .woocommerce-Price-amount,
body.woocommerce-cart .cart-collaterals tr.order-total td .woocommerce-Price-currencySymbol,
body.woocommerce-cart .cart-collaterals tr.order-total td bdi {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: 900 !important;
}

/* Checkout button remains prominent but visually cleaner. */
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  padding: 6px 0 0 !important;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
  min-height: 54px !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 20px rgba(8,123,120,.14) !important;
}

@media (max-width: 760px) {
  body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 18px 16px !important;
    border-radius: 16px !important;
  }
  body.woocommerce-cart .cart-collaterals .cart_totals h2 {
    margin-bottom: 12px !important;
    font-size: 24px !important;
  }
  body.woocommerce-cart .cart-collaterals table.shop_table tbody {
    display: block !important;
    width: 100% !important;
  }
  body.woocommerce-cart .cart-collaterals table.shop_table tr {
    display: grid !important;
    grid-template-columns: minmax(90px, .7fr) minmax(0, 1.3fr) !important;
    align-items: start !important;
    gap: 12px !important;
    width: 100% !important;
    border-bottom: 1px solid #edf1ef !important;
  }
  body.woocommerce-cart .cart-collaterals table.shop_table th,
  body.woocommerce-cart .cart-collaterals table.shop_table td {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 14px 0 !important;
    border: 0 !important;
    background: transparent !important;
    font-size: 13.5px !important;
  }
  body.woocommerce-cart .cart-collaterals table.shop_table th {
    text-align: left !important;
  }
  body.woocommerce-cart .cart-collaterals table.shop_table td {
    text-align: right !important;
  }
  body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping,
  body.woocommerce-cart .cart-collaterals tr.shipping {
    align-items: start !important;
  }
  body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping td,
  body.woocommerce-cart .cart-collaterals tr.shipping td {
    text-align: right !important;
  }
  body.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination,
  body.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator {
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: left !important;
  }
  body.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination {
    margin-top: 9px !important;
    padding: 11px 12px 7px !important;
    font-size: 11px !important;
  }
  body.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator {
    padding: 0 12px 11px !important;
  }
  body.woocommerce-cart .cart-collaterals .shipping-calculator-button {
    font-size: 11px !important;
  }
  body.woocommerce-cart .cart-collaterals tr.order-total {
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 12px !important;
    padding: 0 !important;
    border: 1px solid #cfe5df !important;
    border-radius: 13px !important;
    background: linear-gradient(180deg,#f2faf8 0%,#edf7f4 100%) !important;
    overflow: hidden !important;
  }
  body.woocommerce-cart .cart-collaterals tr.order-total th,
  body.woocommerce-cart .cart-collaterals tr.order-total td {
    padding: 15px 13px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    font-size: 17px !important;
  }
  body.woocommerce-cart .cart-collaterals tr.order-total td {
    text-align: right !important;
  }
}


/* v1.28.0 — Cart totals cleanup: remove duplicate labels, enlarge mobile shipping box, refresh checkout button. */
body.woocommerce-cart .cart-collaterals table.shop_table td::before {
  display: none !important;
  content: none !important;
}

body.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination {
  padding: 14px 16px 10px !important;
  font-size: 12.5px !important;
  line-height: 1.7 !important;
}
body.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator {
  padding: 0 16px 14px !important;
}
body.woocommerce-cart .cart-collaterals .shipping-calculator-button {
  font-size: 12px !important;
}

body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
  min-height: 58px !important;
  border: 1px solid #0f7b77 !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, #0f7b77 0%, #149b95 100%) !important;
  box-shadow: 0 12px 24px rgba(15,123,119,.18) !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button:focus {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(15,123,119,.22) !important;
  filter: saturate(1.02);
}

@media (max-width: 760px) {
  body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping,
  body.woocommerce-cart .cart-collaterals tr.shipping {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
  }
  body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping th,
  body.woocommerce-cart .cart-collaterals tr.shipping th {
    padding-bottom: 2px !important;
  }
  body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping td,
  body.woocommerce-cart .cart-collaterals tr.shipping td {
    padding-top: 2px !important;
    text-align: left !important;
  }
  body.woocommerce-cart .cart-collaterals #shipping_method {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 10px !important;
  }
  body.woocommerce-cart .cart-collaterals #shipping_method li {
    width: 100% !important;
    display: flex !important;
    justify-content: flex-end !important;
    text-align: right !important;
  }
  body.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination {
    margin-top: 0 !important;
    padding: 14px 14px 10px !important;
    font-size: 12px !important;
    line-height: 1.75 !important;
  }
  body.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator {
    padding: 0 14px 13px !important;
  }
  body.woocommerce-cart .cart-collaterals .shipping-calculator-button {
    font-size: 12px !important;
  }
  body.woocommerce-cart .cart-collaterals tr.order-total {
    grid-template-columns: minmax(0,1fr) auto !important;
  }
  body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
    padding-top: 10px !important;
  }
  body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    min-height: 56px !important;
    border-radius: 15px !important;
    font-size: 15px !important;
    letter-spacing: .07em !important;
  }
}


/* v1.29.2 — Persistent cart navigation actions below cart items. */
body.woocommerce-cart .hb-cart-continue-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}
body.woocommerce-cart .hb-cart-continue-nav__shop,
body.woocommerce-cart .hb-cart-continue-nav__home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}
body.woocommerce-cart .hb-cart-continue-nav__shop {
  border: 1px solid #cfe0dc;
  background: #f7fbfa;
  color: var(--hb-green-dark);
}
body.woocommerce-cart .hb-cart-continue-nav__shop:hover,
body.woocommerce-cart .hb-cart-continue-nav__shop:focus {
  border-color: var(--hb-green);
  background: #eef7f5;
  color: var(--hb-green);
  transform: translateY(-1px);
}
body.woocommerce-cart .hb-cart-continue-nav__home {
  border: 1px solid transparent;
  background: transparent;
  color: #66706d;
}
body.woocommerce-cart .hb-cart-continue-nav__home:hover,
body.woocommerce-cart .hb-cart-continue-nav__home:focus {
  background: #f7f9f8;
  color: var(--hb-green-dark);
}
body.woocommerce-cart .hb-cart-continue-nav svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (max-width: 760px) {
  body.woocommerce-cart .hb-cart-continue-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 12px;
  }
  body.woocommerce-cart .hb-cart-continue-nav__shop,
  body.woocommerce-cart .hb-cart-continue-nav__home {
    width: 100%;
    min-height: 46px;
    padding: 0 10px;
    font-size: 10px;
    border: 1px solid #d9e4e1;
  }
  body.woocommerce-cart .hb-cart-continue-nav__home {
    background: #fff;
  }
}


/* v1.29.4 — Cart summary footer section polished for a cleaner, more professional look. */
body.woocommerce-cart .cart-collaterals tr.order-total {
  box-shadow: none !important;
}
body.woocommerce-cart .cart-collaterals tr.order-total th,
body.woocommerce-cart .cart-collaterals tr.order-total td {
  padding: 20px 18px !important;
  border-color: #d8ebe5 !important;
  background: linear-gradient(180deg, #f5fcfa 0%, #eef8f5 100%) !important;
  font-size: 18px !important;
}
body.woocommerce-cart .cart-collaterals tr.order-total th {
  color: #114a46 !important;
  letter-spacing: -.01em;
}
body.woocommerce-cart .cart-collaterals tr.order-total td,
body.woocommerce-cart .cart-collaterals tr.order-total td .amount,
body.woocommerce-cart .cart-collaterals tr.order-total td .woocommerce-Price-amount,
body.woocommerce-cart .cart-collaterals tr.order-total td .woocommerce-Price-currencySymbol,
body.woocommerce-cart .cart-collaterals tr.order-total td bdi {
  color: #0b6663 !important;
}

body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  padding-top: 14px !important;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
  position: relative;
  min-height: 60px !important;
  border: 1px solid #0c8782 !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, #0f7b77 0%, #18a6a0 100%) !important;
  box-shadow: 0 14px 30px rgba(15, 123, 119, .16) !important;
  color: #ffffff !important;
  font-size: 15.5px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button:focus {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(15, 123, 119, .2) !important;
  filter: saturate(1.04);
}

body.woocommerce-cart .hb-cart-summary-note {
  align-items: flex-start !important;
  gap: 12px !important;
  margin-top: 18px !important;
  padding: 14px 16px !important;
  border: 1px solid #e1ece8 !important;
  border-top: 1px solid #e1ece8 !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, #fbfdfc 0%, #f6faf8 100%) !important;
  color: #5b6965 !important;
  font-size: 12.5px !important;
  line-height: 1.65 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
}
body.woocommerce-cart .hb-cart-summary-note svg {
  flex: 0 0 22px !important;
  width: 22px !important;
  height: 22px !important;
  margin-top: 1px !important;
  padding: 3px !important;
  border-radius: 50% !important;
  background: #e9f6f2 !important;
  stroke: #0f7b77 !important;
}
body.woocommerce-cart .hb-cart-summary-note span {
  display: block;
  max-width: 100%;
}

@media (max-width: 760px) {
  body.woocommerce-cart .cart-collaterals tr.order-total {
    margin-top: 14px !important;
    border-radius: 16px !important;
  }
  body.woocommerce-cart .cart-collaterals tr.order-total th,
  body.woocommerce-cart .cart-collaterals tr.order-total td {
    padding: 16px 14px !important;
    font-size: 17px !important;
  }
  body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
    padding-top: 12px !important;
  }
  body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    min-height: 58px !important;
    border-radius: 16px !important;
    font-size: 15px !important;
    letter-spacing: .07em !important;
  }
  body.woocommerce-cart .hb-cart-summary-note {
    gap: 10px !important;
    margin-top: 16px !important;
    padding: 13px 14px !important;
    border-radius: 14px !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
  }
  body.woocommerce-cart .hb-cart-summary-note svg {
    flex-basis: 20px !important;
    width: 20px !important;
    height: 20px !important;
  }
}


/* v1.30.0 — Bulk buying discount cards above add-to-cart button */
body.single-product .hb-bulk-discount-box {
  margin: 0 0 16px;
  padding: 16px 14px 14px;
  border: 1px solid #d8ebe5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(16, 76, 72, .06);
}
body.single-product .hb-bulk-discount-box__title {
  margin: 0;
  color: #0f6d6a;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
body.single-product .hb-bulk-discount-box__subtitle {
  margin: 4px 0 14px;
  color: #68807c;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
body.single-product .hb-bulk-discount-box__tiers {
  display: grid;
  gap: 10px;
}
body.single-product .hb-bulk-discount-tier {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #d9e5e2;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background-color .18s ease;
}
body.single-product .hb-bulk-discount-tier:hover {
  border-color: #8ec8bc;
  box-shadow: 0 6px 18px rgba(15, 123, 119, .08);
}
body.single-product .hb-bulk-discount-tier.is-active {
  border-color: #0f7b77;
  background: #f6fcfa;
  box-shadow: 0 8px 20px rgba(15, 123, 119, .12);
}
body.single-product .hb-bulk-discount-tier__radio-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body.single-product .hb-bulk-discount-tier__radio {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #0f7b77;
}
body.single-product .hb-bulk-discount-tier__content {
  min-width: 0;
  display: grid;
  gap: 4px;
}
body.single-product .hb-bulk-discount-tier__meta {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
body.single-product .hb-bulk-discount-tier__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  border-radius: 999px;
  background: #f27a1a;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1;
}
body.single-product .hb-bulk-discount-tier__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 3px 7px;
  border-radius: 999px;
  background: #eaf6f3;
  color: #0f7b77;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1;
}
body.single-product .hb-bulk-discount-tier__label {
  color: #15524f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: .12em;
}
body.single-product .hb-bulk-discount-tier__price-block {
  min-width: 94px;
  display: grid;
  justify-items: end;
  gap: 2px;
  text-align: right;
}
body.single-product .hb-bulk-discount-tier__price,
body.single-product .hb-bulk-discount-tier__price .woocommerce-Price-amount,
body.single-product .hb-bulk-discount-tier__price bdi {
  color: #1c2728;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}
body.single-product .hb-bulk-discount-tier__regular,
body.single-product .hb-bulk-discount-tier__regular .woocommerce-Price-amount,
body.single-product .hb-bulk-discount-tier__regular bdi {
  color: #9ca6a8;
  font-size: 13px;
  font-weight: 600;
  text-decoration: line-through;
  white-space: nowrap;
}
body.single-product .hb-bulk-discount-box__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #e5efec;
}
body.single-product .hb-bulk-discount-box__footer-label {
  color: #2c3639;
  font-size: 15px;
  font-weight: 700;
}
body.single-product .hb-bulk-discount-box__footer-total,
body.single-product .hb-bulk-discount-box__footer-total .woocommerce-Price-amount,
body.single-product .hb-bulk-discount-box__footer-total bdi {
  color: #0f7b77;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}
body.single-product .hb-bulk-discount-box__note {
  margin-top: 6px;
  color: #7a8c89;
  font-size: 12px;
  line-height: 1.5;
}
body.single-product .hb-bulk-discount-tier[data-discount="0"] .hb-bulk-discount-tier__badge {
  background: #eef3f2;
  color: #7a8c89;
}

@media (max-width: 760px) {
  body.single-product .hb-bulk-discount-box {
    margin-bottom: 14px;
    padding: 14px 12px 12px;
    border-radius: 16px;
  }
  body.single-product .hb-bulk-discount-box__title {
    font-size: 22px;
  }
  body.single-product .hb-bulk-discount-box__subtitle {
    margin-bottom: 12px;
    font-size: 12px;
  }
  body.single-product .hb-bulk-discount-tier {
    grid-template-columns: 18px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 11px;
  }
  body.single-product .hb-bulk-discount-tier__meta {
    gap: 5px;
  }
  body.single-product .hb-bulk-discount-tier__badge,
  body.single-product .hb-bulk-discount-tier__eyebrow {
    font-size: 9.5px;
  }
  body.single-product .hb-bulk-discount-tier__label {
    font-size: 13px;
    letter-spacing: .1em;
  }
  body.single-product .hb-bulk-discount-tier__price-block {
    min-width: 84px;
  }
  body.single-product .hb-bulk-discount-tier__price,
  body.single-product .hb-bulk-discount-tier__price .woocommerce-Price-amount,
  body.single-product .hb-bulk-discount-tier__price bdi {
    font-size: 16px;
  }
  body.single-product .hb-bulk-discount-tier__regular,
  body.single-product .hb-bulk-discount-tier__regular .woocommerce-Price-amount,
  body.single-product .hb-bulk-discount-tier__regular bdi {
    font-size: 11px;
  }
  body.single-product .hb-bulk-discount-box__footer-total,
  body.single-product .hb-bulk-discount-box__footer-total .woocommerce-Price-amount,
  body.single-product .hb-bulk-discount-box__footer-total bdi {
    font-size: 18px;
  }
}


/* v1.30.4 — Variable products show only the active/default variation price in the main price area. */
body.single-product .product-type-variable .woocommerce-variation-price {
  display: none !important;
}
body.single-product .product-type-variable .summary > p.price.hb-variable-main-price,
body.single-product .product-type-variable .summary > p.price.hb-variable-main-price .price,
body.single-product .product-type-variable .summary > p.price.hb-variable-main-price .amount,
body.single-product .product-type-variable .summary > p.price.hb-variable-main-price .woocommerce-Price-amount,
body.single-product .product-type-variable .summary > p.price.hb-variable-main-price bdi {
  color: var(--hb-price) !important;
  font-weight: 700 !important;
}


/* v1.31.1 — Professional pre-order archive hero */
.hb-archive-hero--preorder {
  margin: 8px 0 18px;
}
.hb-archive-hero--preorder .hb-archive-hero__inner {
  position: relative;
  padding: 26px 24px;
  border: 1px solid rgba(16, 112, 108, .12);
  border-radius: 22px;
  background: linear-gradient(135deg, #f7fbfa 0%, #eef8f7 58%, #f9fcfb 100%);
  box-shadow: 0 10px 30px rgba(20, 70, 66, .07);
  overflow: hidden;
}
.hb-archive-hero--preorder .hb-archive-hero__inner::after {
  content: '';
  position: absolute;
  right: -48px;
  top: -42px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31,160,155,.14) 0%, rgba(31,160,155,0) 68%);
  pointer-events: none;
}
.hb-archive-hero--preorder .hb-archive-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(16, 112, 108, .09);
  color: var(--hb-green-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hb-archive-hero--preorder .hb-archive-hero__title {
  margin: 0;
  color: var(--hb-green-dark);
  font-size: clamp(30px, 4.4vw, 48px);
  line-height: 1.08;
  letter-spacing: -.03em;
}
.hb-archive-hero--preorder .hb-archive-hero__text {
  max-width: 780px;
  margin: 14px 0 0;
  color: #586461;
  font-size: 16px;
  line-height: 1.72;
}
body.hb-availability-filter-pre-order .woocommerce .woocommerce-result-count {
  color: #677370;
  font-size: 14px;
  margin-top: 0;
}
body.hb-availability-filter-pre-order .woocommerce .woocommerce-ordering select {
  border-radius: 14px;
  border-color: rgba(16, 112, 108, .16);
  padding: 12px 42px 12px 14px;
  box-shadow: 0 6px 16px rgba(20, 70, 66, .04);
}
@media (max-width: 760px) {
  .hb-archive-hero--preorder {
    margin: 0 0 14px;
  }
  .hb-archive-hero--preorder .hb-archive-hero__inner {
    padding: 20px 18px;
    border-radius: 18px;
  }
  .hb-archive-hero--preorder .hb-archive-hero__eyebrow {
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: .14em;
  }
  .hb-archive-hero--preorder .hb-archive-hero__title {
    font-size: 34px;
  }
  .hb-archive-hero--preorder .hb-archive-hero__text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.65;
  }
}


/* v1.31.2 — Reliable cart quantity update/recalculation feedback. */
body.woocommerce-cart form.woocommerce-cart-form.hb-cart-is-updating {
  opacity: .72;
  pointer-events: none;
  transition: opacity .15s ease;
}
body.woocommerce-cart button[name="update_cart"].hb-cart-update-active::after,
body.woocommerce-cart input[name="update_cart"].hb-cart-update-active::after {
  content: "";
}
body.woocommerce-cart td.product-quantity .quantity {
  position: relative;
}
body.woocommerce-cart td.product-quantity input.qty {
  touch-action: manipulation;
}


/* v1.31.3 — Reliable pre-order archive hero for the theme's woocommerce.php flow. */
body.hb-availability-filter-pre-order .woocommerce-products-header {
  display: none !important;
}
body.hb-availability-filter-pre-order .hb-archive-hero--preorder {
  display: block !important;
  width: 100%;
  margin: 0 0 22px !important;
  clear: both;
}
body.hb-availability-filter-pre-order .hb-archive-hero--preorder .hb-archive-hero__inner {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 26px 24px;
  border: 1px solid rgba(16,112,108,.12);
  border-radius: 22px;
  background: linear-gradient(135deg,#f7fbfa 0%,#eef8f7 58%,#fbfdfc 100%);
  box-shadow: 0 10px 28px rgba(20,70,66,.07);
  overflow: hidden;
}
body.hb-availability-filter-pre-order .hb-archive-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(15,123,119,.09);
  color: #0f6966;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
body.hb-availability-filter-pre-order .hb-archive-hero__title {
  margin: 0;
  color: #123f3c;
  font-size: clamp(30px,4.4vw,48px);
  line-height: 1.08;
  letter-spacing: -.03em;
}
body.hb-availability-filter-pre-order .hb-archive-hero__text {
  max-width: 760px;
  margin: 13px 0 0;
  color: #61706c;
  font-size: 15px;
  line-height: 1.7;
}
@media (max-width:760px){
  body.hb-availability-filter-pre-order .hb-archive-hero--preorder {
    margin-bottom: 16px !important;
  }
  body.hb-availability-filter-pre-order .hb-archive-hero--preorder .hb-archive-hero__inner {
    padding: 18px 16px;
    border-radius: 18px;
  }
  body.hb-availability-filter-pre-order .hb-archive-hero__eyebrow {
    margin-bottom: 9px;
    font-size: 10px;
    letter-spacing: .14em;
  }
  body.hb-availability-filter-pre-order .hb-archive-hero__title {
    font-size: 31px;
  }
  body.hb-availability-filter-pre-order .hb-archive-hero__text {
    margin-top: 9px;
    font-size: 13.5px;
    line-height: 1.62;
  }
}


/* v1.31.4 — Professional bulk-discount visibility in Cart */
body.woocommerce-cart .hb-cart-bulk-savings {
  width: min(100%, 430px);
  margin: 10px 0 2px;
  padding: 10px 12px;
  border: 1px solid #d7ebe5;
  border-radius: 12px;
  background: linear-gradient(180deg, #f8fcfb 0%, #f2f9f7 100%) !important;
  box-sizing: border-box;
}
body.woocommerce-cart .hb-cart-bulk-savings__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 9px;
}
body.woocommerce-cart .hb-cart-bulk-savings__badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #0f7b77 !important;
  color: #fff !important;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}
body.woocommerce-cart .hb-cart-bulk-savings__tier {
  color: #63736e !important;
  font-size: 10.5px;
  font-weight: 700;
}
body.woocommerce-cart .hb-cart-bulk-savings__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
body.woocommerce-cart .hb-cart-bulk-savings__grid > span {
  display: grid;
  gap: 3px;
  min-width: 0;
  color: #7a8984 !important;
  font-size: 9.5px;
  font-weight: 650;
  line-height: 1.3;
}
body.woocommerce-cart .hb-cart-bulk-savings__grid strong {
  display: block;
  color: #263633 !important;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}
body.woocommerce-cart .hb-cart-bulk-savings__grid strong.is-was {
  color: #87938f !important;
  text-decoration: line-through;
}
body.woocommerce-cart .hb-cart-bulk-savings__grid strong.is-save {
  color: #07815f !important;
}
body.woocommerce-cart .hb-cart-bulk-savings__grid strong.is-now {
  color: #0b6663 !important;
}

body.woocommerce-cart .hb-cart-bulk-unit-price,
body.woocommerce-cart .hb-cart-bulk-line-total {
  display: inline-grid;
  gap: 2px;
  justify-items: start;
  line-height: 1.2;
}
body.woocommerce-cart .hb-cart-bulk-unit-price__was,
body.woocommerce-cart .hb-cart-bulk-line-total__was {
  color: #9aa4a1 !important;
  font-size: 11px;
  font-weight: 600;
}
body.woocommerce-cart .hb-cart-bulk-unit-price__now,
body.woocommerce-cart .hb-cart-bulk-line-total__now {
  color: #0b6663 !important;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}
body.woocommerce-cart .hb-cart-bulk-unit-price__suffix {
  color: #7d8a86 !important;
  font-size: 9px;
  font-weight: 600;
}
body.woocommerce-cart .hb-cart-bulk-subtotal-summary {
  display: inline-grid;
  justify-items: end;
  gap: 2px;
}
body.woocommerce-cart .hb-cart-bulk-subtotal-summary del {
  color: #9aa4a1 !important;
  font-size: 12px;
  font-weight: 600;
}
body.woocommerce-cart .hb-cart-bulk-subtotal-summary strong {
  color: #263633 !important;
  font-size: 17px;
  font-weight: 800;
}
body.woocommerce-cart .hb-cart-bulk-subtotal-summary small {
  color: #73807d !important;
  font-size: 9px;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: .05em;
}
body.woocommerce-cart .cart-collaterals tr.hb-cart-bulk-savings-row th,
body.woocommerce-cart .cart-collaterals tr.hb-cart-bulk-savings-row td {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  border-color: #e4efeb !important;
  background: #f7fcfa !important;
}
body.woocommerce-cart .cart-collaterals tr.hb-cart-bulk-savings-row th {
  color: #47615b !important;
  font-weight: 700 !important;
}
body.woocommerce-cart .cart-collaterals tr.hb-cart-bulk-savings-row td,
body.woocommerce-cart .cart-collaterals tr.hb-cart-bulk-savings-row td strong {
  color: #07815f !important;
  font-weight: 800 !important;
}

@media (max-width: 760px) {
  body.woocommerce-cart .hb-cart-bulk-savings {
    width: 100%;
    margin-top: 9px;
    padding: 9px 10px;
    border-radius: 11px;
  }
  body.woocommerce-cart .hb-cart-bulk-savings__head {
    margin-bottom: 8px;
  }
  body.woocommerce-cart .hb-cart-bulk-savings__badge {
    min-height: 22px;
    padding: 4px 8px;
    font-size: 9px;
  }
  body.woocommerce-cart .hb-cart-bulk-savings__tier {
    font-size: 9.5px;
  }
  body.woocommerce-cart .hb-cart-bulk-savings__grid {
    gap: 5px;
  }
  body.woocommerce-cart .hb-cart-bulk-savings__grid > span {
    font-size: 8.5px;
  }
  body.woocommerce-cart .hb-cart-bulk-savings__grid strong {
    font-size: 10.5px;
  }
  body.woocommerce-cart .hb-cart-bulk-unit-price__now,
  body.woocommerce-cart .hb-cart-bulk-line-total__now {
    font-size: 14px;
  }
  body.woocommerce-cart .hb-cart-bulk-subtotal-summary {
    justify-items: start;
  }
  body.woocommerce-cart .cart-collaterals tr.hb-cart-bulk-savings-row {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) auto !important;
    align-items: center !important;
  }
  body.woocommerce-cart .cart-collaterals tr.hb-cart-bulk-savings-row th,
  body.woocommerce-cart .cart-collaterals tr.hb-cart-bulk-savings-row td {
    display: block !important;
    width: auto !important;
  }
  body.woocommerce-cart .cart-collaterals tr.hb-cart-bulk-savings-row td {
    text-align: right !important;
  }
}


/* v1.31.5 — Cleaner professional cart summary footer */
body.woocommerce-cart .cart-collaterals .cart_totals {
  padding-bottom: 20px !important;
}
body.woocommerce-cart .cart-collaterals tr.order-total {
  overflow: hidden;
  border: 1px solid #dbece7 !important;
  border-radius: 22px !important;
  background: linear-gradient(180deg, #f4fbf8 0%, #edf8f4 100%) !important;
  box-shadow: 0 10px 24px rgba(16, 92, 88, .07) !important;
}
body.woocommerce-cart .cart-collaterals tr.order-total th,
body.woocommerce-cart .cart-collaterals tr.order-total td {
  padding: 20px 24px !important;
  font-size: 17px !important;
  font-weight: 800 !important;
}
body.woocommerce-cart .cart-collaterals tr.order-total th {
  color: #0d5f5b !important;
}
body.woocommerce-cart .cart-collaterals tr.order-total td,
body.woocommerce-cart .cart-collaterals tr.order-total td .amount,
body.woocommerce-cart .cart-collaterals tr.order-total td .woocommerce-Price-amount,
body.woocommerce-cart .cart-collaterals tr.order-total td .woocommerce-Price-currencySymbol,
body.woocommerce-cart .cart-collaterals tr.order-total td bdi {
  color: #0a6f73 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  padding-top: 16px !important;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-height: 62px !important;
  margin: 0 !important;
  border: 1px solid #0c8782 !important;
  border-radius: 20px !important;
  background: linear-gradient(135deg, #0e7672 0%, #1aa19c 100%) !important;
  box-shadow: 0 14px 30px rgba(13, 114, 109, .18) !important;
  color: #ffffff !important;
  font-size: 15.5px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button::after {
  content: '→';
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button:focus {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(13, 114, 109, .22) !important;
  filter: saturate(1.04);
}
body.woocommerce-cart .hb-cart-summary-note {
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
  margin-top: 18px !important;
  padding: 16px 18px !important;
  border: 1px solid #e2eeea !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf9 100%) !important;
  box-shadow: 0 8px 18px rgba(15, 88, 84, .05) !important;
  color: #5e6c68 !important;
}
body.woocommerce-cart .hb-cart-summary-note__icon {
  flex: 0 0 42px !important;
  width: 42px !important;
  height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: #e9f6f2 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}
body.woocommerce-cart .hb-cart-summary-note__icon svg {
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  stroke: #0f7b77 !important;
}
body.woocommerce-cart .hb-cart-summary-note__content {
  flex: 1 1 auto;
  min-width: 0;
}
body.woocommerce-cart .hb-cart-summary-note__title {
  display: block;
  margin: 0 0 4px !important;
  color: #174744 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .04em;
  text-transform: uppercase;
}
body.woocommerce-cart .hb-cart-summary-note__text,
body.woocommerce-cart .hb-cart-summary-note span {
  display: block;
  margin: 0 !important;
  color: #5f6d69 !important;
  font-size: 12.5px !important;
  line-height: 1.68 !important;
}
@media (max-width: 760px) {
  body.woocommerce-cart .cart-collaterals tr.order-total {
    border-radius: 18px !important;
  }
  body.woocommerce-cart .cart-collaterals tr.order-total th,
  body.woocommerce-cart .cart-collaterals tr.order-total td {
    padding: 16px 18px !important;
    font-size: 16px !important;
  }
  body.woocommerce-cart .cart-collaterals tr.order-total td,
  body.woocommerce-cart .cart-collaterals tr.order-total td .amount,
  body.woocommerce-cart .cart-collaterals tr.order-total td .woocommerce-Price-amount,
  body.woocommerce-cart .cart-collaterals tr.order-total td .woocommerce-Price-currencySymbol,
  body.woocommerce-cart .cart-collaterals tr.order-total td bdi {
    font-size: 17px !important;
  }
  body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
    padding-top: 14px !important;
  }
  body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    min-height: 58px !important;
    border-radius: 18px !important;
    font-size: 15px !important;
    letter-spacing: .07em !important;
  }
  body.woocommerce-cart .hb-cart-summary-note {
    gap: 12px !important;
    margin-top: 16px !important;
    padding: 14px 15px !important;
    border-radius: 16px !important;
  }
  body.woocommerce-cart .hb-cart-summary-note__icon {
    flex-basis: 38px !important;
    width: 38px !important;
    height: 38px !important;
  }
  body.woocommerce-cart .hb-cart-summary-note__icon svg {
    width: 20px !important;
    height: 20px !important;
  }
  body.woocommerce-cart .hb-cart-summary-note__title {
    font-size: 12px !important;
  }
  body.woocommerce-cart .hb-cart-summary-note__text,
  body.woocommerce-cart .hb-cart-summary-note span {
    font-size: 12px !important;
    line-height: 1.6 !important;
  }
}


/* v1.32.0 — Smart homepage merchandising sections */
body.home .hb-home-smart-section,
body.front-page .hb-home-smart-section {
  position: relative;
}
body.home .hb-home-smart-section--popular,
body.front-page .hb-home-smart-section--popular {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfa 100%);
}
body.home .hb-home-smart-section--discover,
body.front-page .hb-home-smart-section--discover {
  background: linear-gradient(180deg, #f2faf7 0%, #ffffff 100%);
  border-top: 1px solid rgba(10,111,115,.08);
  border-bottom: 1px solid rgba(10,111,115,.08);
}
body.home .hb-smart-section-head,
body.front-page .hb-smart-section-head {
  align-items: flex-end;
}
body.home .hb-smart-section-kicker,
body.front-page .hb-smart-section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #e9f6f2;
  color: #0a6f73;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
body.home .hb-home-smart-section--popular .hb-smart-section-kicker,
body.front-page .hb-home-smart-section--popular .hb-smart-section-kicker {
  background: #fff2e6;
  color: #d86610;
}
body.home .hb-smart-section-head h2,
body.front-page .hb-smart-section-head h2 {
  margin-top: 0;
}
body.home .hb-smart-section-head p,
body.front-page .hb-smart-section-head p {
  max-width: 620px;
}
body.home .hb-smart-product-feed ul.products,
body.front-page .hb-smart-product-feed ul.products {
  margin-bottom: 0;
}
body.home .hb-home-smart-section--discover ul.products li.product,
body.front-page .hb-home-smart-section--discover ul.products li.product {
  background: #fff;
  border: 1px solid rgba(10,111,115,.08);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(18,58,54,.06);
}
@media (max-width: 760px) {
  body.home .hb-home-smart-section,
  body.front-page .hb-home-smart-section {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  body.home .hb-smart-section-head,
  body.front-page .hb-smart-section-head {
    align-items: flex-start;
    gap: 10px;
  }
  body.home .hb-smart-section-kicker,
  body.front-page .hb-smart-section-kicker {
    margin-bottom: 6px;
    font-size: 9px;
  }
  body.home .hb-smart-section-head p,
  body.front-page .hb-smart-section-head p {
    font-size: 13px;
    line-height: 1.55;
  }
}


/* v1.32.1 — Dedicated Smart Collection links and catalogue views */
body.home .hb-smart-section-head .hb-smart-collection-link,
body.front-page .hb-smart-section-head .hb-smart-collection-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid rgba(10,111,115,.18);
  border-radius: 999px;
  background: #fff;
  color: #0a6f73;
  box-shadow: 0 6px 16px rgba(18,58,54,.05);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
}
body.home .hb-smart-section-head .hb-smart-collection-link::after,
body.front-page .hb-smart-section-head .hb-smart-collection-link::after {
  content: '→';
  font-size: 15px;
  line-height: 1;
}
body.home .hb-home-smart-section--popular .hb-smart-collection-link,
body.front-page .hb-home-smart-section--popular .hb-smart-collection-link {
  border-color: rgba(216,102,16,.20);
  color: #c55d0d;
  background: #fffaf6;
}
body.home .hb-smart-section-head .hb-smart-collection-link:hover,
body.front-page .hb-smart-section-head .hb-smart-collection-link:hover {
  transform: translateY(-1px);
  border-color: currentColor;
  box-shadow: 0 9px 20px rgba(18,58,54,.08);
}

body.hb-smart-collection .woocommerce-ordering {
  display: none !important;
}
body.hb-smart-collection .woocommerce .woocommerce-result-count {
  margin-top: 2px;
  color: #64706d;
  font-size: 13px;
}
body.hb-smart-collection .hb-smart-collection-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin: 6px 0 22px;
  padding: 28px 30px;
  overflow: hidden;
  border: 1px solid rgba(10,111,115,.12);
  border-radius: 24px;
  background: linear-gradient(135deg,#f4fbf8 0%,#fff 72%);
  box-shadow: 0 12px 32px rgba(18,58,54,.06);
}
body.hb-smart-collection-popular .hb-smart-collection-hero {
  border-color: rgba(216,102,16,.14);
  background: linear-gradient(135deg,#fff7ef 0%,#fff 72%);
}
body.hb-smart-collection .hb-smart-collection-hero::after {
  content: '';
  position: absolute;
  width: 210px;
  height: 210px;
  right: -76px;
  top: -86px;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(10,111,115,.11),rgba(10,111,115,0) 68%);
  pointer-events: none;
}
body.hb-smart-collection-popular .hb-smart-collection-hero::after {
  background: radial-gradient(circle,rgba(242,122,26,.12),rgba(242,122,26,0) 68%);
}
body.hb-smart-collection .hb-smart-collection-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}
body.hb-smart-collection .hb-smart-collection-hero__kicker {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #e9f6f2;
  color: #0a6f73;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
body.hb-smart-collection-popular .hb-smart-collection-hero__kicker {
  background: #fff0e2;
  color: #c55d0d;
}
body.hb-smart-collection .hb-smart-collection-hero h1 {
  margin: 0;
  color: #123f3c;
  font-size: clamp(30px,4vw,46px);
  line-height: 1.08;
  letter-spacing: -.03em;
}
body.hb-smart-collection-popular .hb-smart-collection-hero h1 {
  color: #6f3d16;
}
body.hb-smart-collection .hb-smart-collection-hero p {
  max-width: 720px;
  margin: 12px 0 0;
  color: #5d6966;
  font-size: 14px;
  line-height: 1.7;
}
body.hb-smart-collection .hb-smart-collection-hero__status {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 9px 12px;
  border: 1px solid rgba(10,111,115,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  color: #53615e;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
body.hb-smart-collection .hb-smart-collection-hero__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #20a67f;
  box-shadow: 0 0 0 4px rgba(32,166,127,.11);
}
@media (max-width: 760px) {
  body.home .hb-smart-section-head .hb-smart-collection-link,
  body.front-page .hb-smart-section-head .hb-smart-collection-link {
    min-height: 40px;
    padding: 8px 13px;
    font-size: 11px;
  }
  body.hb-smart-collection .hb-smart-collection-hero {
    display: block;
    margin: 0 0 18px;
    padding: 21px 18px;
    border-radius: 19px;
  }
  body.hb-smart-collection .hb-smart-collection-hero h1 {
    font-size: 32px;
  }
  body.hb-smart-collection .hb-smart-collection-hero p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.65;
  }
  body.hb-smart-collection .hb-smart-collection-hero__status {
    margin-top: 16px;
    max-width: 100%;
    white-space: normal;
    line-height: 1.45;
  }
}


/* v1.32.2 — Private smart collections + infinite-scroll catalogue UX. */
body.hb-smart-collection .hb-smart-collection-hero {
  display: block;
  margin: 4px 0 20px;
  padding: 22px 24px;
  border: 1px solid rgba(10,111,115,.10);
  border-radius: 20px;
  background: linear-gradient(135deg,#f7fbfa 0%,#ffffff 82%);
  box-shadow: 0 8px 24px rgba(18,58,54,.045);
}
body.hb-smart-collection-popular .hb-smart-collection-hero {
  border-color: rgba(216,102,16,.12);
  background: linear-gradient(135deg,#fff9f4 0%,#ffffff 82%);
}
body.hb-smart-collection .hb-smart-collection-hero::after,
body.hb-smart-collection .hb-smart-collection-hero__kicker,
body.hb-smart-collection .hb-smart-collection-hero p,
body.hb-smart-collection .hb-smart-collection-hero__status {
  display: none !important;
}
body.hb-smart-collection .hb-smart-collection-hero__copy {
  max-width: none;
}
body.hb-smart-collection .hb-smart-collection-hero h1 {
  margin: 0;
  color: #123f3c;
  font-size: clamp(28px,3.5vw,40px);
  line-height: 1.12;
  letter-spacing: -.025em;
}
body.hb-smart-collection-popular .hb-smart-collection-hero h1 {
  color: #6f3d16;
}

/* Keep server pagination available without JS; hide only after infinite scroll initializes. */
body.hb-smart-collection.hb-infinite-scroll-ready nav.woocommerce-pagination {
  display: none !important;
}
body.hb-smart-collection .hb-smart-infinite-status {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin: 22px 0 8px;
  color: #64706d;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
body.hb-smart-collection .hb-smart-infinite-status[hidden] {
  display: none !important;
}
body.hb-smart-collection .hb-smart-infinite-loader {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
body.hb-smart-collection .hb-smart-infinite-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(10,111,115,.16);
  border-top-color: #0a6f73;
  border-radius: 50%;
  animation: hb-smart-infinite-spin .72s linear infinite;
}
body.hb-smart-collection-popular .hb-smart-infinite-spinner {
  border-color: rgba(216,102,16,.16);
  border-top-color: #d86610;
}
body.hb-smart-collection .hb-smart-infinite-end {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border: 1px solid #e3ebe8;
  border-radius: 999px;
  background: #fafcfb;
  color: #64706d;
}
body.hb-smart-collection .hb-smart-infinite-end::before {
  content: '✓';
  color: #0a6f73;
  font-weight: 900;
}
body.hb-smart-collection .hb-smart-infinite-retry {
  appearance: none;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid rgba(10,111,115,.20);
  border-radius: 999px;
  background: #fff;
  color: #0a6f73;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
@keyframes hb-smart-infinite-spin { to { transform: rotate(360deg); } }

@media (max-width: 760px) {
  body.hb-smart-collection .hb-smart-collection-hero {
    margin: 0 0 16px;
    padding: 17px 18px;
    border-radius: 17px;
  }
  body.hb-smart-collection .hb-smart-collection-hero h1 {
    font-size: 29px;
  }
  body.hb-smart-collection .hb-smart-infinite-status {
    min-height: 48px;
    margin-top: 18px;
    font-size: 12px;
  }
}


/* v1.33.0 — Customer photo reviews */
body.single-product .hb-review-photos-field {
  margin: 18px 0 4px;
}
body.single-product .hb-review-photos-field__label {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0 0 8px;
  color: #183f3c;
  font-size: 13px;
  font-weight: 800;
}
body.single-product .hb-review-photos-field__optional {
  color: #77827f;
  font-size: 11px;
  font-weight: 600;
}
body.single-product .hb-review-photo-input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
body.single-product .hb-review-upload-box {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 14px 16px;
  border: 1px dashed #b9d8d3;
  border-radius: 14px;
  background: #f8fbfa;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
body.single-product .hb-review-upload-box:hover,
body.single-product .hb-review-upload-box:focus-within {
  border-color: #0f7b77;
  background: #f1f9f7;
}
body.single-product .hb-review-upload-box__icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #e5f4f1;
  color: #0f7b77;
}
body.single-product .hb-review-upload-box__icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
body.single-product .hb-review-upload-box__copy {
  min-width: 0;
}
body.single-product .hb-review-upload-box__title {
  display: block;
  color: #174744;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}
body.single-product .hb-review-upload-box__meta {
  display: block;
  margin-top: 3px;
  color: #74807c;
  font-size: 11px;
  line-height: 1.45;
}
body.single-product .hb-review-photo-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
body.single-product .hb-review-photo-preview:empty {
  display: none;
}
body.single-product .hb-review-photo-preview__item {
  position: relative;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border: 1px solid #e2e9e7;
  border-radius: 10px;
  background: #f5f7f6;
}
body.single-product .hb-review-photo-preview__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
body.single-product .hb-review-photo-preview__error {
  width: 100%;
  margin: 0;
  color: #a13b32;
  font-size: 11.5px;
  font-weight: 700;
}
body.single-product .hb-review-photos-field__privacy {
  margin: 8px 0 0;
  color: #7a8582;
  font-size: 10.5px;
  line-height: 1.5;
}
body.single-product .hb-review-photo-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
body.single-product .hb-review-photo-gallery__button {
  width: 78px;
  height: 78px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e0e8e5;
  border-radius: 11px;
  background: #f6f8f7;
  cursor: zoom-in;
  box-shadow: none;
}
body.single-product .hb-review-photo-gallery__button img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .2s ease;
}
body.single-product .hb-review-photo-gallery__button:hover img,
body.single-product .hb-review-photo-gallery__button:focus img {
  transform: scale(1.04);
}
.hb-review-photo-lightbox[hidden] {
  display: none !important;
}
.hb-review-photo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(8, 18, 17, .88);
  backdrop-filter: blur(5px);
}
.hb-review-photo-lightbox__dialog {
  position: relative;
  max-width: min(92vw, 1080px);
  max-height: 90vh;
}
.hb-review-photo-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: 88vh;
  width: auto;
  height: auto;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,.34);
}
.hb-review-photo-lightbox__close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #163e3b;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0,0,0,.24);
}
body.hb-review-lightbox-open {
  overflow: hidden !important;
}
@media (max-width: 760px) {
  body.single-product .hb-review-upload-box {
    min-height: 68px;
    padding: 12px 13px;
    border-radius: 12px;
  }
  body.single-product .hb-review-upload-box__icon {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }
  body.single-product .hb-review-photo-gallery__button {
    width: 70px;
    height: 70px;
  }
  .hb-review-photo-lightbox {
    padding: 16px;
  }
  .hb-review-photo-lightbox__close {
    top: -12px;
    right: -8px;
  }
}


/* v1.33.1 — Review photo picker: append selections + remove controls */
body.single-product .hb-review-photo-preview__item {
  overflow: visible;
}
body.single-product .hb-review-photo-preview__item img {
  overflow: hidden;
  border-radius: 9px;
}
body.single-product .hb-review-photo-preview__remove {
  position: absolute;
  top: -7px;
  right: -7px;
  z-index: 3;
  width: 23px;
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #27322f;
  color: #fff;
  box-shadow: 0 3px 10px rgba(20,36,32,.22);
  font: 700 17px/1 Arial, sans-serif;
  cursor: pointer;
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}
body.single-product .hb-review-photo-preview__remove:hover,
body.single-product .hb-review-photo-preview__remove:focus-visible {
  background: #a63d35;
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(123,39,33,.25);
  outline: none;
}
body.single-product .hb-review-photo-preview__error {
  align-self: center;
  flex-basis: 100%;
}
@media (max-width: 760px) {
  body.single-product .hb-review-photo-preview {
    gap: 10px;
  }
  body.single-product .hb-review-photo-preview__remove {
    width: 25px;
    height: 25px;
    top: -8px;
    right: -8px;
    font-size: 18px;
  }
}
\n\n/* v1.33.3 — Product context in homepage Customer Reviews */\n.hb-testimonial-card__product {\n  display: flex;\n  align-items: baseline;\n  flex-wrap: wrap;\n  gap: 5px;\n  margin: 0 0 10px !important;\n  color: #7b8581;\n  font-size: 12px;\n  line-height: 1.45;\n}\n.hb-testimonial-card__product > span {\n  font-weight: 600;\n  color: #7b8581;\n}\n.hb-testimonial-card__product a,\n.hb-testimonial-card__product strong {\n  color: var(--hb-green-dark);\n  font-weight: 750;\n  text-decoration: none;\n}\n.hb-testimonial-card__product a {\n  border-bottom: 1px solid rgba(7, 88, 92, .22);\n  transition: color .15s ease, border-color .15s ease;\n}\n.hb-testimonial-card__product a:hover,\n.hb-testimonial-card__product a:focus {\n  color: var(--hb-green);\n  border-bottom-color: currentColor;\n}\n.hb-testimonial-card__text {\n  margin-top: 0 !important;\n}\n@media (max-width: 760px) {\n  .hb-testimonial-card__product {\n    margin-bottom: 7px !important;\n    font-size: 11px;\n    line-height: 1.4;\n  }\n}\n