/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
 * in most instances, the `style.min.css` file will be served. It is not recommended that you
 * use the Theme File Editor to modify this stylesheet. Instead, add the necessary style
 * overrides via "Additional CSS" in the Site Editor.
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
  text-decoration-thickness: 1px !important;
  text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
  outline-width: 2px;
  outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
  margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
  outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
caption,
figcaption,
p {
  text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
  display: block;
}

/*
 * Prevents unnecessary scrollbars while handling long lines of preformatted text.
 * https://core.trac.wordpress.org/ticket/63875
 */
:where(pre) {
  overflow-x: auto;
}


/* HerbsKraft Landing Page Template */

body.herbskraft-page-template .herbskraft-template,
body.herbskraft-page-template .herbskraft-template *,
body.herbskraft-page-template .herbskraft-template *::before,
body.herbskraft-page-template .herbskraft-template *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

body.herbskraft-page-template .herbskraft-template {
  --ink: #1C1208;
  --ink2: #2E1F0A;
  --parch: #F9F4EA;
  --parch2: #F2EAD8;
  --parch3: #EAE0C8;
  --gold: #B8922A;
  --gold2: #D4A83A;
  --gold3: #E8C96A;
  --gold4: #F5E4A8;
  --ruby: #8B2635;
  --ruby2: #A83040;
  --olive: #3D4A28;
  --olive2: #506038;
  --sepia: #6B4A2A;
  --sepia2: #8B6040;
  --cream: #FDFAF3;
  --border-gold: rgba(184, 146, 42, 0.35);
  --border-gold2: rgba(184, 146, 42, 0.6);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --display: 'Cinzel', serif;
  --sans: 'Jost', system-ui, sans-serif;
  --shadow-gold: 0 4px 32px rgba(184, 146, 42, 0.15);
  --shadow-deep: 0 8px 48px rgba(28, 18, 8, 0.18);
}

body.herbskraft-page-template {
  scroll-behavior: smooth
}

body.herbskraft-page-template {
  font-family: var(--sans);
  background: var(--cream);
  color: var(--ink);
  overflow-x: hidden
}

/* ░░ TEXTURES & ORNAMENTS ░░ */
body.herbskraft-page-template .herbskraft-template .bg-texture {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Crect width='4' height='4' fill='%23F9F4EA'/%3E%3Ccircle cx='1' cy='1' r='.4' fill='%23D4A83A' opacity='.08'/%3E%3C/svg%3E")
}

body.herbskraft-page-template .herbskraft-template .ornament {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  margin-bottom: 14px
}

body.herbskraft-page-template .herbskraft-template .ornament::before,
body.herbskraft-page-template .herbskraft-template .ornament::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  max-width: 120px
}

body.herbskraft-page-template .herbskraft-template .orn-center {
  color: var(--gold);
  font-size: 18px;
  line-height: 1
}

body.herbskraft-page-template .herbskraft-template .diamond-divider {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0
}

body.herbskraft-page-template .herbskraft-template .diamond-divider::before,
body.herbskraft-page-template .herbskraft-template .diamond-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-gold2), transparent)
}

body.herbskraft-page-template .herbskraft-template .diamond-divider span {
  color: var(--gold);
  font-size: 10px;
  transform: rotate(45deg);
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid var(--gold);
  flex-shrink: 0
}

/* ░░ NAV ░░ */
body.herbskraft-page-template .herbskraft-template nav {
  background: var(--ink2);
  /* background: white; */
  border-bottom: 1px solid rgba(184, 146, 42, 0.3);
  position: sticky;
  top: 0;
  z-index: 200
}

body.herbskraft-page-template .herbskraft-template .nav-top {
  background: rgba(28, 18, 8, 0.6);
  border-bottom: 1px solid rgba(184, 146, 42, 0.15);
  padding: 6px 24px
}

body.herbskraft-page-template .herbskraft-template .nav-top-i {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center
}

body.herbskraft-page-template .herbskraft-template .nav-top-txt {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
  font-family: var(--display)
}

body.herbskraft-page-template .herbskraft-template .nav-mkt {
  display: flex;
  gap: 20px;
  align-items: center
}

body.herbskraft-page-template .herbskraft-template .mkt-chip {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: color .2s;
  font-family: var(--sans);
  letter-spacing: .3px
}

body.herbskraft-page-template .herbskraft-template .mkt-chip:hover {
  color: var(--gold3)
}

body.herbskraft-page-template .herbskraft-template .mkt-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0
}

body.herbskraft-page-template .herbskraft-template .d-amz {
  background: #FF9900
}

body.herbskraft-page-template .herbskraft-template .d-flip {
  background: #2874F0
}

body.herbskraft-page-template .herbskraft-template .d-zep {
  background: #8B2FC9
}

body.herbskraft-page-template .herbskraft-template .d-bli {
  background: #0C831F
}

body.herbskraft-page-template .herbskraft-template .d-jio {
  background: #E21F1F
}

body.herbskraft-page-template .herbskraft-template .mkt-divider {
  color: rgba(255, 255, 255, 0.15);
  font-size: 14px
}

body.herbskraft-page-template .herbskraft-template .nav-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px
}

body.herbskraft-page-template .herbskraft-template .nav-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px
}

body.herbskraft-page-template .herbskraft-template .logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

body.herbskraft-page-template .herbskraft-template .logo-name {
  font-family: var(--display);
  font-size: 22px;
  color: var(--gold3);
  letter-spacing: 3px;
  font-weight: 600;
  line-height: 1
}

body.herbskraft-page-template .herbskraft-template .logo-sub {
  font-size: 9px;
  color: rgba(212, 168, 58, 0.6);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: var(--sans);
  margin-top: 2px
}

body.herbskraft-page-template .herbskraft-template .nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(184, 146, 42, 0.3);
  background: transparent;
  color: var(--gold3);
  cursor: pointer
}

body.herbskraft-page-template .herbskraft-template .nav-toggle-line {
  display: block;
  width: 18px;
  height: 1px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease
}

body.herbskraft-page-template .herbskraft-template .nav-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex: 1
}

body.herbskraft-page-template .herbskraft-template .nav-links {
  display: flex;
  flex: 1;
  gap: 32px;
  align-items: center;
  justify-content: center
}

body.herbskraft-page-template .herbskraft-template .nav-links a {
  font-family: var(--display);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  /* color: black; */
  padding: 10px;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1.5px;
  transition: color .2s;
  text-transform: uppercase
}

body.herbskraft-page-template .herbskraft-template .nav-links a:hover {
  /* color: var(--gold3) */
  color: white;
}

body.herbskraft-page-template .herbskraft-template .nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  position: relative
}

body.herbskraft-page-template .herbskraft-template .nav-action,
body.herbskraft-page-template .herbskraft-template .nav-search-shell {
  position: relative;
  flex-shrink: 0
}

body.herbskraft-page-template .herbskraft-template .nav-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(184, 146, 42, 0.26);
  background: rgba(255, 255, 255, 0.02);
  color: var(--gold3);
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease
}

body.herbskraft-page-template .herbskraft-template .nav-icon-button:hover,
body.herbskraft-page-template .herbskraft-template .nav-search-shell.is-active .nav-icon-button,
body.herbskraft-page-template .herbskraft-template .herbskraft-cart-shell.is-active .nav-icon-button {
  background: rgba(184, 146, 42, 0.12);
  border-color: rgba(184, 146, 42, 0.55);
  color: #FFF4CF
}

body.herbskraft-page-template .herbskraft-template .nav-icon {
  display: inline-flex;
  width: 18px;
  height: 18px
}

body.herbskraft-page-template .herbskraft-template .nav-icon svg {
  width: 100%;
  height: 100%
}

body.herbskraft-page-template .herbskraft-template .nav-search-shell {
  display: flex;
  align-items: center;
  gap: 10px
}

body.herbskraft-page-template .herbskraft-template .nav-search-form {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: max-width .25s ease, opacity .2s ease
}

body.herbskraft-page-template .herbskraft-template .nav-search-shell.is-active .nav-search-form {
  max-width: 320px;
  opacity: 1;
  pointer-events: auto
}

body.herbskraft-page-template .herbskraft-template .nav-search-input {
  width: 220px;
  min-width: 0;
  padding: 11px 14px;
  border: 1px solid rgba(184, 146, 42, 0.24);
  background: rgba(16, 10, 4, 0.9);
  color: #fff;
  font-family: var(--sans);
  font-size: 13px
}

body.herbskraft-page-template .herbskraft-template .nav-search-input::placeholder {
  color: rgba(255, 255, 255, 0.42)
}

body.herbskraft-page-template .herbskraft-template .nav-search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border: 1px solid rgba(184, 146, 42, 0.4);
  background: transparent;
  color: var(--gold3);
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  cursor: pointer
}

body.herbskraft-page-template .herbskraft-template .nav-search-submit:hover {
  background: var(--gold);
  color: var(--ink)
}

body.herbskraft-page-template .herbskraft-template .herbskraft-cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: #F1D57D;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  line-height: 18px;
  text-align: center
}

body.herbskraft-page-template .herbskraft-template .herbskraft-cart-panel[hidden] {
  display: none
}

body.herbskraft-page-template .herbskraft-template .herbskraft-cart-panel {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  width: min(360px, calc(100vw - 32px));
  padding: 18px;
  border: 1px solid rgba(184, 146, 42, 0.24);
  background: linear-gradient(180deg, rgba(38, 25, 12, 0.98) 0%, rgba(24, 15, 7, 0.98) 100%);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
  color: rgba(255, 255, 255, 0.8);
  z-index: 30
}

body.herbskraft-page-template .herbskraft-template .herbskraft-cart-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(184, 146, 42, 0.16);
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase
}

body.herbskraft-page-template .herbskraft-template .herbskraft-cart-panel-head a {
  color: var(--gold3);
  text-decoration: none
}

body.herbskraft-page-template .herbskraft-template .herbskraft-cart-panel-body .woocommerce-mini-cart {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none
}

body.herbskraft-page-template .herbskraft-template .herbskraft-cart-panel-body .woocommerce-mini-cart-item {
  position: relative;
  padding-right: 22px;
  font-family: var(--serif);
  font-size: 14px;
  line-height: 1.5
}

body.herbskraft-page-template .herbskraft-template .herbskraft-cart-panel-body .woocommerce-mini-cart-item a {
  color: #fff;
  text-decoration: none
}

body.herbskraft-page-template .herbskraft-template .herbskraft-cart-panel-body .woocommerce-mini-cart-item img {
  float: left;
  width: 58px;
  height: 58px;
  margin-right: 12px;
  object-fit: cover;
  border: 1px solid rgba(184, 146, 42, 0.18)
}

body.herbskraft-page-template .herbskraft-template .herbskraft-cart-panel-body .woocommerce-mini-cart-item .remove {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--gold3);
  font-size: 18px;
  line-height: 1
}

body.herbskraft-page-template .herbskraft-template .herbskraft-cart-panel-body .quantity,
body.herbskraft-page-template .herbskraft-template .herbskraft-cart-panel-body .variation {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--sans);
  font-size: 12px
}

body.herbskraft-page-template .herbskraft-template .herbskraft-cart-panel-body .woocommerce-mini-cart__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(184, 146, 42, 0.16);
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase
}

body.herbskraft-page-template .herbskraft-template .herbskraft-cart-panel-body .woocommerce-mini-cart__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 16px 0 0
}

body.herbskraft-page-template .herbskraft-template .herbskraft-cart-panel-body .woocommerce-mini-cart__buttons a,
body.herbskraft-page-template .herbskraft-template .herbskraft-cart-panel-body .woocommerce-mini-cart__buttons .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(184, 146, 42, 0.34);
  color: var(--gold3);
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 1.6px;
  text-decoration: none;
  text-transform: uppercase
}

body.herbskraft-page-template .herbskraft-template .herbskraft-cart-panel-body .woocommerce-mini-cart__buttons a.checkout,
body.herbskraft-page-template .herbskraft-template .herbskraft-cart-panel-body .woocommerce-mini-cart__buttons a.button.checkout {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold)
}

body.herbskraft-page-template .herbskraft-template .herbskraft-cart-panel-body .woocommerce-mini-cart__empty-message {
  margin: 0;
  font-family: var(--serif);
  font-size: 16px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.68)
}

body.herbskraft-page-template .herbskraft-template .cart-wrap {
  position: relative;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  transition: color .2s
}

body.herbskraft-page-template .herbskraft-template .cart-wrap:hover {
  color: var(--gold3)
}

body.herbskraft-page-template .herbskraft-template .cart-badge {
  position: absolute;
  top: -7px;
  right: -9px;
  background: var(--ruby);
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sans);
  transition: transform .3s
}

body.herbskraft-page-template .herbskraft-template .nav-cta {
  background: var(--olive);
  border: 1px solid var(--border-gold2);
  color: var(--gold3);
  padding: 8px 22px;
  border-radius: 0;
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all .2s;
  text-transform: uppercase
}

body.herbskraft-page-template .herbskraft-template .nav-cta:hover {
  /* background: var(--olive); */
  color: var(--ink);
  border-color: var(--gold)
}

/* ░░ HERO ░░ */
body.herbskraft-page-template .herbskraft-template .hero {
  position: relative;
  min-height: 620px;
  background: var(--ink2);
  overflow: hidden;
  display: flex;
  align-items: center
}

body.herbskraft-page-template .herbskraft-template .hero-bg-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: repeating-linear-gradient(45deg, #B8922A 0, #B8922A 1px, transparent 0, transparent 50%);
  background-size: 18px 18px
}

body.herbskraft-page-template .herbskraft-template .hero-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 30%, rgba(28, 18, 8, 0.7) 100%)
}

body.herbskraft-page-template .herbskraft-template .hero-border {
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(184, 146, 42, 0.2);
  pointer-events: none;
  z-index: 1
}

body.herbskraft-page-template .herbskraft-template .hero-corner {
  position: absolute;
  width: 40px;
  height: 40px;
  border-color: var(--gold);
  border-style: solid;
  z-index: 2
}

body.herbskraft-page-template .herbskraft-template .hc-tl {
  top: 20px;
  left: 20px;
  border-width: 2px 0 0 2px
}

body.herbskraft-page-template .herbskraft-template .hc-tr {
  top: 20px;
  right: 20px;
  border-width: 2px 2px 0 0
}

body.herbskraft-page-template .herbskraft-template .hc-bl {
  bottom: 20px;
  left: 20px;
  border-width: 0 0 2px 2px
}

body.herbskraft-page-template .herbskraft-template .hc-br {
  bottom: 20px;
  right: 20px;
  border-width: 0 2px 2px 0
}

body.herbskraft-page-template .herbskraft-template .hero-slides {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 60px
}

body.herbskraft-page-template .herbskraft-template .hero-slide {
  display: none;
  animation: fadeIn .8s ease
}

body.herbskraft-page-template .herbskraft-template .hero-slide.active {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 60px;
  align-items: center
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(16px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

body.herbskraft-page-template .herbskraft-template .hero-eyebrow {
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: 4px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px
}

body.herbskraft-page-template .herbskraft-template .hero-eyebrow::before {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--gold);
  opacity: .6
}

body.herbskraft-page-template .herbskraft-template .hero-h1 {
  font-family: var(--serif);
  font-size: 64px;
  font-weight: 300;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 10px;
  letter-spacing: -1px
}

body.herbskraft-page-template .herbskraft-template .hero-h1 em {
  font-style: italic;
  color: var(--gold3);
  font-weight: 300
}

body.herbskraft-page-template .herbskraft-template .hero-tagline {
  font-family: var(--serif);
  font-size: 18px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 300;
  font-style: italic;
  margin-bottom: 28px;
  line-height: 1.6
}

body.herbskraft-page-template .herbskraft-template .hero-body {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.9;
  margin-bottom: 40px;
  font-weight: 300;
  max-width: 480px
}

body.herbskraft-page-template .herbskraft-template .hero-btns {
  display: flex;
  gap: 16px;
  align-items: center
}

body.herbskraft-page-template .herbskraft-template .btn-royal {
  background: var(--gold);
  color: var(--ink);
  padding: 14px 36px;
  border: none;
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: 2.5px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all .25s;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%)
}

body.herbskraft-page-template .herbskraft-template .btn-royal:hover {
  background: var(--gold2);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(184, 146, 42, 0.4)
}

body.herbskraft-page-template .herbskraft-template .btn-ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  padding: 14px 36px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: 2px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all .2s
}

body.herbskraft-page-template .herbskraft-template .btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold3)
}

body.herbskraft-page-template .herbskraft-template .hero-vessel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px
}

body.herbskraft-page-template .herbskraft-template .vessel-frame {
  width: 260px;
  height: 320px;
  border: 1px solid rgba(184, 146, 42, 0.3);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8px)
}

body.herbskraft-page-template .herbskraft-template .vessel-frame::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(184, 146, 42, 0.12)
}

body.herbskraft-page-template .herbskraft-template .vessel-corners {
  position: absolute;
  inset: 0;
  pointer-events: none
}

body.herbskraft-page-template .herbskraft-template .vessel-corners::before,
body.herbskraft-page-template .herbskraft-template .vessel-corners::after {
  content: '◆';
  position: absolute;
  color: var(--gold);
  font-size: 10px;
  opacity: .7
}

body.herbskraft-page-template .herbskraft-template .vessel-corners::before {
  top: -6px;
  left: 50%;
  transform: translateX(-50%)
}

body.herbskraft-page-template .herbskraft-template .vessel-corners::after {
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%)
}

body.herbskraft-page-template .herbskraft-template .vessel-em {
  font-size: 88px;
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.4))
}

body.herbskraft-page-template .herbskraft-template .vessel-name {
  font-family: var(--serif);
  color: var(--gold3);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center
}

body.herbskraft-page-template .herbskraft-template .vessel-latin {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 1px;
  font-style: italic;
  text-align: center
}

body.herbskraft-page-template .herbskraft-template .hero-vessel img {
  width: min(220px, 80%);
  height: auto;
  max-height: 240px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.22));
}

body.herbskraft-page-template .herbskraft-template .hero-vessel .vessel-frame {
  padding: 24px;
}

body.herbskraft-page-template .herbskraft-template .f-logo-row img {
  max-width: 220px;
  height: auto;
  display: block;
}

body.herbskraft-page-template .herbskraft-template .hero-dots {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 32px;
  position: relative;
  z-index: 3
}

body.herbskraft-page-template .herbskraft-template .hdot {
  width: 6px;
  height: 6px;
  border: 1px solid rgba(184, 146, 42, 0.5);
  transform: rotate(45deg);
  cursor: pointer;
  transition: all .3s;
  background: transparent
}

body.herbskraft-page-template .herbskraft-template .hdot.active {
  background: var(--gold);
  border-color: var(--gold)
}

/* ░░ TRUST STRIP ░░ */
body.herbskraft-page-template .herbskraft-template .trust {
  background: var(--parch2);
  border-top: 1px solid var(--border-gold);
  border-bottom: 1px solid var(--border-gold)
}

body.herbskraft-page-template .herbskraft-template .trust-i {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap
}

body.herbskraft-page-template .herbskraft-template .ti {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 1.5px;
  color: var(--sepia);
  text-transform: uppercase
}

body.herbskraft-page-template .herbskraft-template .ti-icon {
  font-size: 16px;
  color: var(--gold)
}

/* ░░ SHARED SECTION ░░ */
body.herbskraft-page-template .herbskraft-template section {
  padding: 80px 24px
}

body.herbskraft-page-template .herbskraft-template .si {
  max-width: 1280px;
  margin: 0 auto
}

body.herbskraft-page-template .herbskraft-template .sec-head {
  text-align: center;
  margin-bottom: 56px
}

body.herbskraft-page-template .herbskraft-template .sec-eyebrow {
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 4px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 16px
}

body.herbskraft-page-template .herbskraft-template .sec-title {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 300;
  color: var(--ink);
  line-height: 1.1;
  letter-spacing: -0.5px
}

body.herbskraft-page-template .herbskraft-template .sec-title em {
  font-style: italic;
  color: var(--gold)
}

body.herbskraft-page-template .herbskraft-template .sec-sub {
  font-size: 14px;
  color: var(--sepia);
  margin-top: 12px;
  line-height: 1.8;
  font-weight: 300;
  font-family: var(--serif);
  font-style: italic
}

/* ░░ CATEGORIES ░░ */
body.herbskraft-page-template .herbskraft-template .cats-bg {
  background: var(--parch)
}

body.herbskraft-page-template .herbskraft-template .cats-g {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px
}

body.herbskraft-page-template .herbskraft-template .cat-c {
  background: var(--parch2);
  border: 1px solid var(--border-gold);
  padding: 40px 20px;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden
}

body.herbskraft-page-template .herbskraft-template .cat-c::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--ink2);
  opacity: 0;
  transition: opacity .3s
}

body.herbskraft-page-template .herbskraft-template .cat-c:hover::before {
  opacity: 1
}

body.herbskraft-page-template .herbskraft-template .cat-c:hover .cat-nm,
body.herbskraft-page-template .herbskraft-template .cat-c:hover .cat-desc {
  color: #fff;
  position: relative;
  z-index: 1
}

body.herbskraft-page-template .herbskraft-template .cat-c:hover .cat-em {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 0 16px rgba(212, 168, 58, 0.5))
}

body.herbskraft-page-template .herbskraft-template .cat-c:hover .cat-line {
  background: var(--gold);
  position: relative;
  z-index: 1
}

body.herbskraft-page-template .herbskraft-template .cat-em {
  font-size: 44px;
  margin-bottom: 16px;
  display: block;
  color: #d97918;
  transition: all .3s
}

body.herbskraft-page-template .herbskraft-template .cat-line {
  width: 30px;
  height: 1px;
  background: var(--gold);
  margin: 12px auto;
  transition: background .3s
}

body.herbskraft-page-template .herbskraft-template .cat-nm {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  transition: color .3s;
  line-height: 1.2
}

body.herbskraft-page-template .herbskraft-template .cat-desc {
  font-size: 11px;
  color: var(--sepia);
  margin-top: 6px;
  font-family: var(--sans);
  letter-spacing: .5px;
  transition: color .3s
}

/* ░░ PROMO BANNERS ░░ */
body.herbskraft-page-template .herbskraft-template .promo-g {
  display: grid;
  grid-template-columns: 5fr 3fr;
  gap: 2px
}

body.herbskraft-page-template .herbskraft-template .promo-c {
  padding: 56px 48px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}

body.herbskraft-page-template .herbskraft-template .promo-1 {
  background: var(--ink2)
}

body.herbskraft-page-template .herbskraft-template .promo-2 {
  background: var(--olive)
}

body.herbskraft-page-template .herbskraft-template .promo-pat {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image: repeating-linear-gradient(45deg, #B8922A 0, #B8922A 1px, transparent 0, transparent 50%);
  background-size: 14px 14px
}

body.herbskraft-page-template .herbskraft-template .promo-deco {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 160px;
  opacity: .07
}

body.herbskraft-page-template .herbskraft-template .promo-corner {
  position: absolute;
  width: 32px;
  height: 32px;
  border-color: var(--gold);
  border-style: solid;
  opacity: .4
}

body.herbskraft-page-template .herbskraft-template .ptl {
  top: 16px;
  left: 16px;
  border-width: 1px 0 0 1px
}

body.herbskraft-page-template .herbskraft-template .pbr {
  bottom: 16px;
  right: 16px;
  border-width: 0 1px 1px 0
}

body.herbskraft-page-template .herbskraft-template .promo-ey {
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 3px;
  color: var(--gold3);
  text-transform: uppercase;
  margin-bottom: 10px
}

body.herbskraft-page-template .herbskraft-template .promo-h {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 12px
}

body.herbskraft-page-template .herbskraft-template .promo-h em {
  font-style: italic;
  color: var(--gold3)
}

body.herbskraft-page-template .herbskraft-template .promo-d {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 24px;
  line-height: 1.7;
  font-weight: 300
}

body.herbskraft-page-template .herbskraft-template .promo-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 1px solid var(--border-gold2);
  color: var(--gold3);
  padding: 10px 24px;
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 2px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all .25s;
  width: fit-content
}

body.herbskraft-page-template .herbskraft-template .promo-btn:hover {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold)
}

/* ░░ PRODUCT CARDS ░░ */
body.herbskraft-page-template .herbskraft-template .pg {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 2px
}

body.herbskraft-page-template .herbskraft-template .pcard {
  background: #fff;
  border: 1px solid rgba(184, 146, 42, 0.12);
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden
}

body.herbskraft-page-template .herbskraft-template .pcard::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid var(--gold);
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none
}

body.herbskraft-page-template .herbskraft-template .pcard:hover::after {
  opacity: .4
}

body.herbskraft-page-template .herbskraft-template .pcard:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-deep)
}

body.herbskraft-page-template .herbskraft-template .pcard:hover .pimg-wrap {
  transform: scale(1.04)
}

body.herbskraft-page-template .herbskraft-template .pimg-outer {
  overflow: hidden;
  height: 240px;
  position: relative
}

body.herbskraft-page-template .herbskraft-template .pimg-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  transition: transform .4s ease;
  position: relative
}

body.herbskraft-page-template .herbskraft-template .bg-sage {
  background: linear-gradient(160deg, #E8EFE0, #D4E0C4)
}

body.herbskraft-page-template .herbskraft-template .bg-wheat {
  background: linear-gradient(160deg, #F5EED8, #EAE0C0)
}

body.herbskraft-page-template .herbskraft-template .bg-rose {
  background: linear-gradient(160deg, #F0E4EE, #E4CCD8)
}

body.herbskraft-page-template .herbskraft-template .bg-sky {
  background: linear-gradient(160deg, #DDE8F2, #C8D8EA)
}

body.herbskraft-page-template .herbskraft-template .bg-honey {
  background: linear-gradient(160deg, #F5EAC8, #EAD8A8)
}

body.herbskraft-page-template .herbskraft-template .bg-bark {
  background: linear-gradient(160deg, #EAE0D0, #DDD0B8)
}

body.herbskraft-page-template .herbskraft-template .pbadge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 12px
}

body.herbskraft-page-template .herbskraft-template .pb-new {
  background: var(--ink);
  color: var(--gold3)
}

body.herbskraft-page-template .herbskraft-template .pb-best {
  background: var(--gold);
  color: var(--ink)
}

body.herbskraft-page-template .herbskraft-template .pb-sale {
  background: var(--ruby);
  color: #fff
}

body.herbskraft-page-template .herbskraft-template .pwish {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  transition: all .2s
}

body.herbskraft-page-template .herbskraft-template .pwish:hover {
  background: var(--ruby2);
  color: #fff
}

body.herbskraft-page-template .herbskraft-template .pinfo {
  padding: 20px 18px
}

body.herbskraft-page-template .herbskraft-template .pcat-lbl {
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 2px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 8px
}

body.herbskraft-page-template .herbskraft-template .pname {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 6px;
  line-height: 1.25
}

body.herbskraft-page-template .herbskraft-template .ptag {
  font-size: 12px;
  color: var(--sepia);
  line-height: 1.5;
  margin-bottom: 12px;
  font-style: italic;
  font-family: var(--serif)
}

body.herbskraft-page-template .herbskraft-template .prat {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px
}

body.herbskraft-page-template .herbskraft-template .stars {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 1px
}

body.herbskraft-page-template .herbskraft-template .rct {
  font-size: 11px;
  color: var(--sepia2);
  font-family: var(--sans)
}

body.herbskraft-page-template .herbskraft-template .pbot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border-gold);
  padding-top: 14px;
  margin-top: 4px
}

body.herbskraft-page-template .herbskraft-template .pw {
  display: flex;
  align-items: baseline;
  gap: 8px
}

body.herbskraft-page-template .herbskraft-template .pnow {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--olive)
}

body.herbskraft-page-template .herbskraft-template .pold {
  font-size: 12px;
  color: var(--sepia2);
  text-decoration: line-through
}

body.herbskraft-page-template .herbskraft-template .add-btn {
  background: var(--ink);
  color: var(--gold3);
  border: none;
  padding: 9px 18px;
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 1.5px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all .2s
}

body.herbskraft-page-template .herbskraft-template .add-btn:hover {
  background: var(--gold);
  color: var(--ink)
}

/* ░░ FILTER PILLS ░░ */
body.herbskraft-page-template .herbskraft-template .filter-row {
  display: flex;
  gap: 0;
  margin-bottom: 48px;
  border: 1px solid var(--border-gold);
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden
}

body.herbskraft-page-template .herbskraft-template .fpill {
  padding: 10px 24px;
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  color: var(--sepia);
  border: none;
  border-right: 1px solid var(--border-gold);
  transition: all .2s
}

body.herbskraft-page-template .herbskraft-template .fpill:last-child {
  border-right: none
}

body.herbskraft-page-template .herbskraft-template .fpill.active {
  background: var(--ink);
  color: var(--gold3)
}

body.herbskraft-page-template .herbskraft-template .fpill:hover:not(.active) {
  background: var(--parch2);
  color: var(--gold)
}

/* ░░ DEALS ░░ */
body.herbskraft-page-template .herbskraft-template .deals-bg {
  background: var(--ink2);
  position: relative;
  overflow: hidden
}

body.herbskraft-page-template .herbskraft-template .deals-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .04;
  background-image: repeating-linear-gradient(45deg, #B8922A 0, #B8922A 1px, transparent 0, transparent 50%);
  background-size: 18px 18px
}

body.herbskraft-page-template .herbskraft-template .deals-bg .sec-title {
  color: #fff
}

body.herbskraft-page-template .herbskraft-template .deals-bg .sec-eyebrow {
  color: var(--gold3)
}

body.herbskraft-page-template .herbskraft-template .deals-bg .sec-sub {
  color: rgba(255, 255, 255, .45)
}

body.herbskraft-page-template .herbskraft-template .deals-bg .ornament::before,
body.herbskraft-page-template .herbskraft-template .deals-bg .ornament::after {
  background: linear-gradient(90deg, transparent, rgba(184, 146, 42, 0.5), transparent)
}

body.herbskraft-page-template .herbskraft-template .dg {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 2px;
  position: relative;
  z-index: 1
}

body.herbskraft-page-template .herbskraft-template .dc {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(184, 146, 42, 0.2);
  display: flex;
  gap: 20px;
  padding: 24px;
  cursor: pointer;
  transition: all .25s;
  position: relative;
  overflow: hidden
}

body.herbskraft-page-template .herbskraft-template .dc::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(184, 146, 42, 0.05);
  opacity: 0;
  transition: opacity .3s
}

body.herbskraft-page-template .herbskraft-template .dc:hover::before {
  opacity: 1
}

body.herbskraft-page-template .herbskraft-template .dc:hover {
  border-color: rgba(184, 146, 42, 0.5)
}

body.herbskraft-page-template .herbskraft-template .dem {
  font-size: 56px;
  flex-shrink: 0;
  align-self: center
}

body.herbskraft-page-template .herbskraft-template .dcont {
  flex: 1
}

body.herbskraft-page-template .herbskraft-template .dtag {
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 2px;
  color: var(--gold3);
  text-transform: uppercase;
  margin-bottom: 6px
}

body.herbskraft-page-template .herbskraft-template .dnm {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.25
}

body.herbskraft-page-template .herbskraft-template .doff {
  display: inline-block;
  background: var(--ruby);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 10px;
  font-family: var(--display);
  letter-spacing: 1px;
  margin-bottom: 10px
}

body.herbskraft-page-template .herbskraft-template .dprices {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 12px
}

body.herbskraft-page-template .herbskraft-template .dnow {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 600;
  color: var(--gold3)
}

body.herbskraft-page-template .herbskraft-template .dold {
  font-size: 13px;
  color: rgba(255, 255, 255, .35);
  text-decoration: line-through
}

body.herbskraft-page-template .herbskraft-template .timer-w {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 14px
}

body.herbskraft-page-template .herbskraft-template .tb {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(184, 146, 42, 0.3);
  padding: 6px 10px;
  text-align: center;
  min-width: 44px
}

body.herbskraft-page-template .herbskraft-template .tn {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
  color: var(--gold3);
  line-height: 1
}

body.herbskraft-page-template .herbskraft-template .tl2 {
  font-family: var(--display);
  font-size: 8px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, .4);
  text-transform: uppercase
}

body.herbskraft-page-template .herbskraft-template .tsep {
  font-size: 18px;
  color: rgba(184, 146, 42, .5);
  font-weight: 300
}

body.herbskraft-page-template .herbskraft-template .deal-btn {
  background: transparent;
  border: 1px solid var(--border-gold2);
  color: var(--gold3);
  padding: 8px 20px;
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 2px;
  cursor: pointer;
  text-transform: uppercase;
  width: 100%;
  transition: all .2s
}

body.herbskraft-page-template .herbskraft-template .deal-btn:hover {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold)
}

/* ░░ MARQUEE ░░ */
body.herbskraft-page-template .herbskraft-template .marquee-wrap {
  background: var(--gold);
  overflow: hidden;
  padding: 10px 0;
  border-top: 1px solid var(--gold2);
  border-bottom: 1px solid var(--gold2)
}

body.herbskraft-page-template .herbskraft-template .marquee-track {
  display: flex;
  white-space: nowrap;
  animation: marqueeScroll 30s linear infinite
}

@keyframes marqueeScroll {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

body.herbskraft-page-template .herbskraft-template .marquee-item {
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--ink);
  padding: 0 32px;
  display: inline-flex;
  align-items: center;
  gap: 16px
}

body.herbskraft-page-template .herbskraft-template .marquee-item .msep {
  color: rgba(28, 18, 8, 0.35);
  font-size: 14px
}

/* ░░ STORY STRIP ░░ */
body.herbskraft-page-template .herbskraft-template .story {
  background: var(--parch);
  border-top: 1px solid var(--border-gold);
  border-bottom: 1px solid var(--border-gold)
}

body.herbskraft-page-template .herbskraft-template .story-g {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0
}

body.herbskraft-page-template .herbskraft-template .story-left {
  padding: 80px 60px;
  border-right: 1px solid var(--border-gold)
}

body.herbskraft-page-template .herbskraft-template .story-right {
  padding: 80px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-content: center
}

body.herbskraft-page-template .herbskraft-template .story-kpi {
  text-align: center
}

body.herbskraft-page-template .herbskraft-template .kpi-num {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 4px
}

body.herbskraft-page-template .herbskraft-template .kpi-lbl {
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 2px;
  color: var(--sepia);
  text-transform: uppercase
}

/* ░░ MODAL ░░ */
body.herbskraft-page-template .herbskraft-template .modal-ov {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(28, 18, 8, 0.85);
  z-index: 1000;
  overflow-y: auto;
  backdrop-filter: blur(6px);
  padding: 24px;
  align-items: flex-start;
  justify-content: center
}

body.herbskraft-page-template .herbskraft-template .modal-ov.open {
  display: flex
}

body.herbskraft-page-template .herbskraft-template .modal {
  background: var(--cream);
  max-width: 980px;
  width: 100%;
  margin: auto;
  position: relative;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4)
}

body.herbskraft-page-template .herbskraft-template .modal-frame {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 10
}

body.herbskraft-page-template .herbskraft-template .m-corner {
  position: absolute;
  width: 24px;
  height: 24px;
  border-color: var(--gold);
  border-style: solid;
  opacity: .5
}

body.herbskraft-page-template .herbskraft-template .mc-tl {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px
}

body.herbskraft-page-template .herbskraft-template .mc-tr {
  top: 0;
  right: 0;
  border-width: 2px 2px 0 0
}

body.herbskraft-page-template .herbskraft-template .mc-bl {
  bottom: 0;
  left: 0;
  border-width: 0 0 2px 2px
}

body.herbskraft-page-template .herbskraft-template .mc-br {
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0
}

body.herbskraft-page-template .herbskraft-template .m-top {
  display: grid;
  grid-template-columns: 1fr 1fr
}

body.herbskraft-page-template .herbskraft-template .m-gal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  min-height: 440px;
  padding: 48px;
  position: relative
}

body.herbskraft-page-template .herbskraft-template .m-cert {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  background: var(--ink);
  color: var(--gold3);
  border: 1px solid var(--border-gold)
}

body.herbskraft-page-template .herbskraft-template .m-em {
  font-size: 120px;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, .15))
}

body.herbskraft-page-template .herbskraft-template .m-thumbs {
  display: flex;
  gap: 8px
}

body.herbskraft-page-template .herbskraft-template .mthumb {
  width: 48px;
  height: 48px;
  border: 1px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
  transition: all .2s
}

body.herbskraft-page-template .herbskraft-template .mthumb.active {
  border-color: var(--gold);
  background: var(--parch2)
}

body.herbskraft-page-template .herbskraft-template .m-info {
  padding: 40px;
  overflow-y: auto;
  max-height: 640px;
  border-left: 1px solid var(--border-gold)
}

body.herbskraft-page-template .herbskraft-template .m-cat {
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 3px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 10px
}

body.herbskraft-page-template .herbskraft-template .m-name {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 6px
}

body.herbskraft-page-template .herbskraft-template .m-latin {
  font-family: var(--serif);
  font-size: 13px;
  color: var(--sepia);
  font-style: italic;
  margin-bottom: 16px
}

body.herbskraft-page-template .herbskraft-template .m-rat {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px
}

body.herbskraft-page-template .herbskraft-template .m-stars {
  color: var(--gold);
  font-size: 15px
}

body.herbskraft-page-template .herbskraft-template .rl {
  font-size: 12px;
  color: var(--olive);
  text-decoration: underline;
  cursor: pointer;
  font-family: var(--sans)
}

body.herbskraft-page-template .herbskraft-template .avail {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--olive);
  background: #EEF5E8;
  padding: 8px 16px;
  width: fit-content;
  margin-bottom: 20px;
  border-left: 3px solid var(--olive)
}

body.herbskraft-page-template .herbskraft-template .avdot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--olive)
}

body.herbskraft-page-template .herbskraft-template .ps {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap
}

body.herbskraft-page-template .herbskraft-template .mp {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 600;
  color: var(--olive)
}

body.herbskraft-page-template .herbskraft-template .mpo {
  font-size: 16px;
  color: var(--sepia2);
  text-decoration: line-through;
  font-family: var(--serif)
}

body.herbskraft-page-template .herbskraft-template .mp-off {
  background: var(--ruby);
  color: #fff;
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 1px;
  padding: 4px 12px;
  text-transform: uppercase
}

body.herbskraft-page-template .herbskraft-template .sz-sec {
  margin-bottom: 18px
}

body.herbskraft-page-template .herbskraft-template .sz-lbl {
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--sepia);
  text-transform: uppercase;
  margin-bottom: 10px
}

body.herbskraft-page-template .herbskraft-template .sz-btns {
  display: flex;
  gap: 6px;
  flex-wrap: wrap
}

body.herbskraft-page-template .herbskraft-template .sz-btn {
  padding: 8px 18px;
  border: 1px solid var(--border-gold);
  background: transparent;
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 1px;
  cursor: pointer;
  color: var(--ink);
  transition: all .2s;
  text-transform: uppercase
}

body.herbskraft-page-template .herbskraft-template .sz-btn.active {
  background: var(--ink);
  color: var(--gold3);
  border-color: var(--ink)
}

body.herbskraft-page-template .herbskraft-template .sz-btn:hover:not(.active) {
  border-color: var(--gold);
  background: var(--parch)
}

body.herbskraft-page-template .herbskraft-template .qty-sec {
  margin-bottom: 20px
}

body.herbskraft-page-template .herbskraft-template .qty-lbl {
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--sepia);
  text-transform: uppercase;
  margin-bottom: 10px
}

body.herbskraft-page-template .herbskraft-template .qty-c {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border-gold)
}

body.herbskraft-page-template .herbskraft-template .qbtn {
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
  color: var(--gold);
  transition: background .2s;
  font-family: var(--serif)
}

body.herbskraft-page-template .herbskraft-template .qbtn:hover {
  background: var(--parch2)
}

body.herbskraft-page-template .herbskraft-template .qval {
  width: 48px;
  text-align: center;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
  border-left: 1px solid var(--border-gold);
  border-right: 1px solid var(--border-gold);
  height: 40px;
  line-height: 40px
}

body.herbskraft-page-template .herbskraft-template .offer-band {
  background: var(--parch2);
  border: 1px solid var(--border-gold);
  padding: 12px 16px;
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
  align-items: center
}

body.herbskraft-page-template .herbskraft-template .ob-txt {
  font-size: 12px;
  color: var(--sepia);
  font-family: var(--serif);
  font-style: italic;
  line-height: 1.5
}

body.herbskraft-page-template .herbskraft-template .mkt-modal-sec {
  margin-bottom: 20px
}

body.herbskraft-page-template .herbskraft-template .mkt-m-lbl {
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 2px;
  color: var(--sepia);
  text-transform: uppercase;
  margin-bottom: 10px
}

body.herbskraft-page-template .herbskraft-template .mkt-m-chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap
}

body.herbskraft-page-template .herbskraft-template .mmc {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border: 1px solid;
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .2s
}

body.herbskraft-page-template .herbskraft-template .mc-amz {
  border-color: rgba(255, 153, 0, .4);
  color: #B45309;
  background: rgba(255, 153, 0, .06)
}

body.herbskraft-page-template .herbskraft-template .mc-amz:hover {
  background: rgba(255, 153, 0, .15)
}

body.herbskraft-page-template .herbskraft-template .mc-flip {
  border-color: rgba(40, 116, 240, .3);
  color: #1A4BAD;
  background: rgba(40, 116, 240, .05)
}

body.herbskraft-page-template .herbskraft-template .mc-flip:hover {
  background: rgba(40, 116, 240, .12)
}

body.herbskraft-page-template .herbskraft-template .mc-zep {
  border-color: rgba(139, 47, 201, .3);
  color: #6B21A8;
  background: rgba(139, 47, 201, .05)
}

body.herbskraft-page-template .herbskraft-template .mc-zep:hover {
  background: rgba(139, 47, 201, .12)
}

body.herbskraft-page-template .herbskraft-template .mc-bli {
  border-color: rgba(12, 131, 31, .3);
  color: #166534;
  background: rgba(12, 131, 31, .05)
}

body.herbskraft-page-template .herbskraft-template .mc-bli:hover {
  background: rgba(12, 131, 31, .12)
}

body.herbskraft-page-template .herbskraft-template .cta-row {
  display: flex;
  gap: 10px;
  margin-bottom: 20px
}

body.herbskraft-page-template .herbskraft-template .btn-addcart {
  flex: 1;
  background: var(--ink);
  color: var(--gold3);
  border: none;
  padding: 14px;
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 2px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all .2s
}

body.herbskraft-page-template .herbskraft-template .btn-addcart:hover {
  background: var(--ink2)
}

body.herbskraft-page-template .herbskraft-template .btn-buynow {
  flex: 1;
  background: var(--gold);
  color: var(--ink);
  border: none;
  padding: 14px;
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 2px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all .2s
}

body.herbskraft-page-template .herbskraft-template .btn-buynow:hover {
  background: var(--gold2)
}

body.herbskraft-page-template .herbskraft-template .tabs {
  display: flex;
  border-bottom: 1px solid var(--border-gold);
  margin-bottom: 18px;
  gap: 0;
  overflow-x: auto
}

body.herbskraft-page-template .herbskraft-template .tab {
  padding: 10px 18px;
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 1.5px;
  color: var(--sepia);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  text-transform: uppercase;
  transition: all .2s;
  white-space: nowrap
}

body.herbskraft-page-template .herbskraft-template .tab.active {
  color: var(--gold);
  border-bottom-color: var(--gold)
}

body.herbskraft-page-template .herbskraft-template .tc {
  display: none;
  font-family: var(--serif);
  font-size: 14px;
  color: var(--sepia);
  line-height: 1.9
}

body.herbskraft-page-template .herbskraft-template .tc.active {
  display: block
}

body.herbskraft-page-template .herbskraft-template .blist {
  list-style: none
}

body.herbskraft-page-template .herbskraft-template .blist li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: var(--serif)
}

body.herbskraft-page-template .herbskraft-template .blist li::before {
  content: '◆';
  color: var(--gold);
  font-size: 8px;
  flex-shrink: 0;
  margin-top: 5px
}

body.herbskraft-page-template .herbskraft-template .hstep {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 14px
}

body.herbskraft-page-template .herbskraft-template .snum {
  width: 26px;
  height: 26px;
  background: var(--gold);
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: var(--display)
}

body.herbskraft-page-template .herbskraft-template .spec-tbl {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px
}

body.herbskraft-page-template .herbskraft-template .spec-tbl tr {
  border-bottom: 1px solid var(--border-gold)
}

body.herbskraft-page-template .herbskraft-template .spec-tbl td {
  padding: 8px 0;
  font-family: var(--serif)
}

body.herbskraft-page-template .herbskraft-template .spec-tbl td:first-child {
  color: var(--sepia2);
  width: 46%
}

body.herbskraft-page-template .herbskraft-template .spec-tbl td:last-child {
  font-weight: 600;
  color: var(--ink)
}

body.herbskraft-page-template .herbskraft-template .well-note-bottom {
  background: var(--parch2);
  border-left: 3px solid var(--border-gold2);
  padding: 12px 16px;
  margin-top: 16px;
  font-size: 12px;
  color: var(--sepia);
  line-height: 1.7;
  font-family: var(--serif);
  font-style: italic
}

body.herbskraft-page-template .herbskraft-template .mclose {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  background: var(--ink);
  color: var(--gold3);
  border: none;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  transition: background .2s
}

body.herbskraft-page-template .herbskraft-template .mclose:hover {
  background: var(--ruby)
}

/* ░░ FOOTER ░░ */
body.herbskraft-page-template .herbskraft-template footer {
  background: var(--ink2);
  color: rgba(255, 255, 255, 0.65);
  padding: 72px 24px 32px;
  border-top: 1px solid rgba(184, 146, 42, 0.2)
}

body.herbskraft-page-template .herbskraft-template .fi {
  max-width: 1280px;
  margin: 0 auto
}

body.herbskraft-page-template .herbskraft-template .f-logo-row {
  text-align: center;
  margin-bottom: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(184, 146, 42, 0.15)
}

body.herbskraft-page-template .herbskraft-template .f-logo-name {
  font-family: var(--display);
  font-size: 28px;
  color: var(--gold3);
  letter-spacing: 5px;
  font-weight: 600
}

body.herbskraft-page-template .herbskraft-template .f-logo-sub {
  font-size: 10px;
  color: rgba(212, 168, 58, 0.4);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 4px;
  font-family: var(--sans)
}

body.herbskraft-page-template .herbskraft-template .f-orn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 12px
}

body.herbskraft-page-template .herbskraft-template .f-orn::before,
body.herbskraft-page-template .herbskraft-template .f-orn::after {
  content: '';
  width: 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 146, 42, 0.3), transparent)
}

body.herbskraft-page-template .herbskraft-template .f-orn span {
  color: var(--gold);
  font-size: 10px;
  opacity: .5
}

body.herbskraft-page-template .herbskraft-template .fg {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px
}

body.herbskraft-page-template .herbskraft-template .f-about {
  font-size: 13px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.45);
  font-family: var(--serif);
  font-style: italic;
  margin-bottom: 20px
}

body.herbskraft-page-template .herbskraft-template .f-mkt {
  margin-top: 20px
}

body.herbskraft-page-template .herbskraft-template .f-mkt-lbl {
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 2px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 10px
}

body.herbskraft-page-template .herbskraft-template .f-mkt-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px
}

body.herbskraft-page-template .herbskraft-template .f-mkt-chip {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(184, 146, 42, 0.15);
  padding: 4px 12px;
  cursor: pointer;
  font-family: var(--sans);
  transition: color .2s
}

body.herbskraft-page-template .herbskraft-template .f-mkt-chip:hover {
  color: var(--gold3)
}

body.herbskraft-page-template .herbskraft-template .fh {
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(184, 146, 42, 0.15)
}

body.herbskraft-page-template .herbskraft-template .fls {
  display: flex;
  flex-direction: column;
  gap: 10px
}

body.herbskraft-page-template .herbskraft-template .fls a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: color .2s;
  font-family: var(--serif)
}

body.herbskraft-page-template .herbskraft-template .fls a:hover {
  color: var(--gold3)
}

body.herbskraft-page-template .herbskraft-template .f-disclaimer {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(184, 146, 42, 0.1);
  padding: 20px 24px;
  margin-bottom: 32px
}

body.herbskraft-page-template .herbskraft-template .f-disclaimer p {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.8;
  font-family: var(--serif);
  font-style: italic;
  text-align: center
}

body.herbskraft-page-template .herbskraft-template .fbot {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.25);
  text-transform: uppercase
}

body.herbskraft-page-template .herbskraft-template .btn-royal,
body.herbskraft-page-template .herbskraft-template .btn-ghost,
body.herbskraft-page-template .herbskraft-template .promo-btn,
body.herbskraft-page-template .herbskraft-template .nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none
}

body.herbskraft-page-template .herbskraft-template .cat-c {
  text-decoration: none
}

body.herbskraft-page-template .herbskraft-template .herbskraft-editor-content {
  max-width: 1280px;
  margin: 0 auto
}

body.herbskraft-page-template .herbskraft-template .herbskraft-editor-content>*:first-child {
  margin-top: 0
}

body.herbskraft-page-template .herbskraft-template .herbskraft-editor-content .wp-block-heading {
  font-family: var(--serif);
  color: var(--ink)
}

body.herbskraft-page-template .herbskraft-template .herbskraft-editor-content .wp-block-button__link {
  text-decoration: none
}

@media (max-width: 1100px) {
  body.herbskraft-page-template .herbskraft-template .nav-top {
    padding: 8px 18px
  }

  body.herbskraft-page-template .herbskraft-template .nav-top-i {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start
  }

  body.herbskraft-page-template .herbskraft-template .nav-mkt {
    gap: 12px;
    flex-wrap: wrap
  }

  body.herbskraft-page-template .herbskraft-template .nav-main {
    height: auto;
    padding: 18px;
    gap: 18px;
    align-items: flex-start;
    flex-direction: column
  }

  body.herbskraft-page-template .herbskraft-template .nav-brand {
    width: 100%
  }

  body.herbskraft-page-template .herbskraft-template .nav-panel {
    width: 100%;
    gap: 18px;
    flex-wrap: wrap
  }

  body.herbskraft-page-template .herbskraft-template .nav-links {
    gap: 18px;
    flex-wrap: wrap
  }

  body.herbskraft-page-template .herbskraft-template .nav-search-shell.is-active .nav-search-form {
    max-width: 100%
  }

  body.herbskraft-page-template .herbskraft-template .hero-slides {
    padding: 60px 32px
  }

  body.herbskraft-page-template .herbskraft-template .hero-slide.active {
    grid-template-columns: 1fr;
    gap: 32px
  }

  body.herbskraft-page-template .herbskraft-template .hero-h1 {
    font-size: 52px
  }

  body.herbskraft-page-template .herbskraft-template .cats-g {
    grid-template-columns: repeat(2, 1fr)
  }

  body.herbskraft-page-template .herbskraft-template .promo-g {
    grid-template-columns: 1fr
  }

  body.herbskraft-page-template .herbskraft-template .story-g {
    grid-template-columns: 1fr
  }

  body.herbskraft-page-template .herbskraft-template .story-left {
    border-right: none;
    border-bottom: 1px solid var(--border-gold)
  }

  body.herbskraft-page-template .herbskraft-template .fg {
    grid-template-columns: 1.5fr 1fr 1fr
  }
}

@media (max-width: 767px) {
  body.herbskraft-page-template .herbskraft-template section {
    padding: 56px 18px
  }

  body.herbskraft-page-template .herbskraft-template .nav-top {
    display: none
  }

  body.herbskraft-page-template .herbskraft-template nav {
    position: sticky
  }

  body.herbskraft-page-template .herbskraft-template .nav-main {
    padding: 14px 18px;
    gap: 12px
  }

  body.herbskraft-page-template .herbskraft-template .nav-brand {
    width: 100%
  }

  body.herbskraft-page-template .herbskraft-template .logo-name {
    font-size: 18px;
    letter-spacing: 2px
  }

  body.herbskraft-page-template .herbskraft-template .logo-sub {
    letter-spacing: 2px
  }

  body.herbskraft-page-template .herbskraft-template .nav-toggle {
    display: inline-flex
  }

  body.herbskraft-page-template .herbskraft-template .nav-panel {
    display: none;
    width: 100%;
    padding-top: 12px;
    border-top: 1px solid rgba(184, 146, 42, 0.12);
    flex-direction: column;
    align-items: stretch
  }

  body.herbskraft-page-template .herbskraft-template nav.nav-open .nav-panel {
    display: flex
  }

  body.herbskraft-page-template .herbskraft-template nav.nav-open .nav-toggle-line:nth-child(1) {
    transform: translateY(6px) rotate(45deg)
  }

  body.herbskraft-page-template .herbskraft-template nav.nav-open .nav-toggle-line:nth-child(2) {
    opacity: 0
  }

  body.herbskraft-page-template .herbskraft-template nav.nav-open .nav-toggle-line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg)
  }

  body.herbskraft-page-template .herbskraft-template .nav-links {
    width: 100%;
    gap: 0;
    flex-direction: column;
    align-items: stretch
  }

  body.herbskraft-page-template .herbskraft-template .nav-links a {
    display: block;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid rgba(184, 146, 42, 0.1);
    font-size: 10px;
    letter-spacing: 1.2px
  }

  body.herbskraft-page-template .herbskraft-template .nav-right {
    width: 100%;
    padding-top: 6px;
    flex-wrap: wrap;
    gap: 12px;
    margin-left: 0
  }

  body.herbskraft-page-template .herbskraft-template .nav-search-shell {
    width: 100%;
    flex-wrap: wrap
  }

  body.herbskraft-page-template .herbskraft-template .nav-search-form {
    display: none;
    width: 100%;
    max-width: none;
    opacity: 1;
    pointer-events: auto
  }

  body.herbskraft-page-template .herbskraft-template .nav-search-shell.is-active .nav-search-form {
    display: flex
  }

  body.herbskraft-page-template .herbskraft-template .nav-search-input {
    flex: 1;
    width: auto
  }

  body.herbskraft-page-template .herbskraft-template .herbskraft-cart-panel {
    position: static;
    width: 100%;
    margin-top: 12px
  }

  body.herbskraft-page-template .herbskraft-template .nav-cta {
    width: 100%;
    padding: 12px 18px
  }

  body.herbskraft-page-template .herbskraft-template .hero {
    min-height: auto
  }

  body.herbskraft-page-template .herbskraft-template .hero-border {
    inset: 12px
  }

  body.herbskraft-page-template .herbskraft-template .hero-corner {
    width: 24px;
    height: 24px
  }

  body.herbskraft-page-template .herbskraft-template .hc-tl {
    top: 12px;
    left: 12px
  }

  body.herbskraft-page-template .herbskraft-template .hc-tr {
    top: 12px;
    right: 12px
  }

  body.herbskraft-page-template .herbskraft-template .hc-bl {
    bottom: 12px;
    left: 12px
  }

  body.herbskraft-page-template .herbskraft-template .hc-br {
    bottom: 12px;
    right: 12px
  }

  body.herbskraft-page-template .herbskraft-template .hero-slides {
    padding: 52px 18px 72px
  }

  body.herbskraft-page-template .herbskraft-template .hero-h1 {
    font-size: 40px;
    line-height: 1.02
  }

  body.herbskraft-page-template .herbskraft-template .hero-tagline {
    font-size: 16px;
    margin-bottom: 18px
  }

  body.herbskraft-page-template .herbskraft-template .hero-body {
    max-width: none;
    line-height: 1.75;
    margin-bottom: 26px
  }

  body.herbskraft-page-template .herbskraft-template .hero-btns {
    flex-direction: column;
    align-items: stretch
  }

  body.herbskraft-page-template .herbskraft-template .btn-royal,
  body.herbskraft-page-template .herbskraft-template .btn-ghost {
    width: 100%;
    padding: 14px 20px
  }

  body.herbskraft-page-template .herbskraft-template .vessel-frame {
    width: min(100%, 260px);
    height: 280px
  }

  body.herbskraft-page-template .herbskraft-template .vessel-em {
    font-size: 72px
  }

  body.herbskraft-page-template .herbskraft-template .hero-dots {
    margin-top: 20px
  }

  body.herbskraft-page-template .herbskraft-template .marquee-item {
    padding: 0 18px;
    letter-spacing: 2px
  }

  body.herbskraft-page-template .herbskraft-template .sec-head {
    margin-bottom: 36px
  }

  body.herbskraft-page-template .herbskraft-template .sec-title {
    font-size: 34px
  }

  body.herbskraft-page-template .herbskraft-template .sec-sub {
    font-size: 13px
  }

  body.herbskraft-page-template .herbskraft-template .cats-g {
    grid-template-columns: 1fr
  }

  body.herbskraft-page-template .herbskraft-template .cat-c {
    padding: 28px 18px
  }

  body.herbskraft-page-template .herbskraft-template .promo-c {
    padding: 34px 22px;
    min-height: 240px
  }

  body.herbskraft-page-template .herbskraft-template .promo-h {
    font-size: 28px
  }

  body.herbskraft-page-template .herbskraft-template .promo-deco {
    font-size: 110px
  }

  body.herbskraft-page-template .herbskraft-template .dg {
    grid-template-columns: 1fr
  }

  body.herbskraft-page-template .herbskraft-template .dc {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px
  }

  body.herbskraft-page-template .herbskraft-template .dem {
    font-size: 44px
  }

  body.herbskraft-page-template .herbskraft-template .story-left,
  body.herbskraft-page-template .herbskraft-template .story-right {
    padding: 44px 22px
  }

  body.herbskraft-page-template .herbskraft-template .story-right {
    grid-template-columns: 1fr 1fr;
    gap: 22px
  }

  body.herbskraft-page-template .herbskraft-template .kpi-num {
    font-size: 38px
  }

  body.herbskraft-page-template .herbskraft-template footer {
    padding: 56px 18px 28px
  }

  body.herbskraft-page-template .herbskraft-template .f-logo-row {
    margin-bottom: 32px;
    padding-bottom: 28px
  }

  body.herbskraft-page-template .herbskraft-template .f-logo-name {
    font-size: 22px;
    letter-spacing: 3px
  }

  body.herbskraft-page-template .herbskraft-template .f-logo-sub {
    letter-spacing: 3px
  }

  body.herbskraft-page-template .herbskraft-template .f-orn::before,
  body.herbskraft-page-template .herbskraft-template .f-orn::after {
    width: 44px
  }

  body.herbskraft-page-template .herbskraft-template .fg {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 28px
  }

  body.herbskraft-page-template .herbskraft-template .fh {
    margin-bottom: 12px;
    padding-bottom: 8px
  }

  body.herbskraft-page-template .herbskraft-template .f-disclaimer {
    padding: 16px 16px;
    margin-bottom: 24px
  }

  body.herbskraft-page-template .herbskraft-template .fbot {
    flex-direction: column;
    gap: 10px;
    text-align: center
  }
}

@media (max-width: 480px) {
  body.herbskraft-page-template .herbskraft-template .hero-h1 {
    font-size: 34px
  }

  body.herbskraft-page-template .herbskraft-template .hero-eyebrow {
    font-size: 10px;
    letter-spacing: 2px;
    gap: 8px
  }

  body.herbskraft-page-template .herbskraft-template .hero-eyebrow::before {
    width: 24px
  }

  body.herbskraft-page-template .herbskraft-template .story-right {
    grid-template-columns: 1fr
  }

  body.herbskraft-page-template .herbskraft-template .promo-btn {
    width: 100%
  }

  body.herbskraft-page-template .herbskraft-template .m-top {
    grid-template-columns: 1fr
  }

  body.herbskraft-page-template .herbskraft-template .m-gal {
    min-height: 300px;
    padding: 28px
  }

  body.herbskraft-page-template .herbskraft-template .m-info {
    padding: 24px;
    border-left: none;
    border-top: 1px solid var(--border-gold)
  }

  body.herbskraft-page-template .herbskraft-template .cta-row {
    flex-direction: column
  }
}

body.herbskraft-page-template .herbskraft-template .herbskraft-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px
}

body.herbskraft-page-template .herbskraft-template .herbskraft-product-card {
  background: linear-gradient(180deg, #fff 0%, #fbf5e8 100%);
  border: 1px solid rgba(184, 146, 42, 0.18);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
  box-shadow: 0 10px 30px rgba(28, 18, 8, 0.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease
}

body.herbskraft-page-template .herbskraft-template .herbskraft-product-card::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent)
}

body.herbskraft-page-template .herbskraft-template .herbskraft-product-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-deep);
  border-color: rgba(184, 146, 42, 0.34)
}

body.herbskraft-page-template .herbskraft-template .herbskraft-product-media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  background: radial-gradient(circle at top, #fdf7eb 0%, #efe3c9 100%);
  padding: 22px;
  text-decoration: none;
  overflow: hidden
}

body.herbskraft-page-template .herbskraft-template .herbskraft-product-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(184, 146, 42, 0.12);
  background: #fff
}

body.herbskraft-page-template .herbskraft-template .herbskraft-product-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  background: var(--ink);
  color: var(--gold3);
  padding: 6px 12px;
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 1.6px;
  text-transform: uppercase
}

body.herbskraft-page-template .herbskraft-template .herbskraft-product-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 88px;
  border: 1px solid rgba(184, 146, 42, 0.12);
  background: #fff
}

body.herbskraft-page-template .herbskraft-template .herbskraft-product-content {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex: 1
}

body.herbskraft-page-template .herbskraft-template .herbskraft-product-meta {
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 10px
}

body.herbskraft-page-template .herbskraft-template .herbskraft-product-title {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 12px;
  color: var(--ink)
}

body.herbskraft-page-template .herbskraft-template .herbskraft-product-title a {
  text-decoration: none;
  color: inherit
}

body.herbskraft-page-template .herbskraft-template .herbskraft-product-desc {
  font-family: var(--serif);
  font-size: 14px;
  line-height: 1.75;
  color: var(--sepia);
  margin: 0 0 20px;
  flex: 1
}

body.herbskraft-page-template .herbskraft-template .herbskraft-product-bottom {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: auto
}

body.herbskraft-page-template .herbskraft-template .herbskraft-product-pricing {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap
}

body.herbskraft-page-template .herbskraft-template .herbskraft-product-price {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 600;
  color: var(--olive);
  line-height: 1.1
}

body.herbskraft-page-template .herbskraft-template .herbskraft-product-price del {
  font-size: 15px;
  color: var(--sepia2);
  opacity: .75
}

body.herbskraft-page-template .herbskraft-template .herbskraft-product-price ins {
  text-decoration: none
}

body.herbskraft-page-template .herbskraft-template .herbskraft-product-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--sepia2)
}

body.herbskraft-page-template .herbskraft-template .herbskraft-product-stars {
  color: var(--gold);
  font-size: 14px;
  line-height: 1
}

body.herbskraft-page-template .herbskraft-template .herbskraft-product-actions {
  display: flex;
  gap: 10px;
  align-items: center
}

body.herbskraft-page-template .herbskraft-template .herbskraft-product-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border: 1px solid rgba(184, 146, 42, 0.35);
  padding: 12px 16px;
  color: var(--sepia);
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  text-decoration: none
}

body.herbskraft-page-template .herbskraft-template .herbskraft-product-link:hover {
  border-color: var(--gold);
  color: var(--gold)
}

body.herbskraft-page-template .herbskraft-template .herbskraft-add-to-cart.button,
body.herbskraft-page-template .herbskraft-template .herbskraft-add-to-cart.button.loading,
body.herbskraft-page-template .herbskraft-template .herbskraft-add-to-cart.button.added {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin: 0;
  background: var(--ink);
  color: var(--gold3);
  border: none;
  padding: 12px 16px;
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  text-decoration: none
}

body.herbskraft-page-template .herbskraft-template .herbskraft-add-to-cart.button:hover {
  background: var(--gold);
  color: var(--ink)
}

body.herbskraft-page-template .herbskraft-template .added_to_cart {
  display: none !important
}

body.herbskraft-page-template .herbskraft-template .herbskraft-products-cta {
  display: flex;
  justify-content: center;
  margin-top: 36px
}

body.herbskraft-page-template .herbskraft-template .woocommerce-notices-wrapper:empty {
  display: none
}

@media (max-width: 1200px) {
  body.herbskraft-page-template .herbskraft-template .herbskraft-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}

@media (max-width: 900px) {
  body.herbskraft-page-template .herbskraft-template .herbskraft-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  

  body.herbskraft-page-template .herbskraft-template .herbskraft-product-title {
    font-size: 24px
  }

  body.herbskraft-page-template .herbskraft-template .herbskraft-product-actions {
    flex-direction: column
  }
}

@media (max-width: 640px) {
  body.herbskraft-page-template .herbskraft-template .herbskraft-product-grid {
    grid-template-columns: 1fr;
    gap: 22px
  }

  body.herbskraft-page-template .herbskraft-template .herbskraft-product-content {
    padding: 18px
  }

  body.herbskraft-page-template .herbskraft-template .herbskraft-product-title {
    font-size: 22px
  }
}






/* ░░ HERBSKRAFT SINGLE PRODUCT PAGE STYLING ░░ */

.single-product-wrapper {
  padding-top: 40px;
  padding-bottom: 80px;
  background: var(--cream);
  color: var(--ink);
}

.hk-product-breadcrumb {
  padding: 16px 0;
  border-bottom: 1px solid var(--border-gold);
  margin-bottom: 40px;
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hk-product-breadcrumb a {
  color: var(--sepia);
  text-decoration: none;
}

.hk-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

/* Gallery Styling */
.hk-product-gallery__frame {
  width: 100%;
  padding: 32px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--border-gold);
  position: relative;
  box-shadow: var(--shadow-deep);
}

.hk-main-image-display {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 380px;
}

.hk-main-image-display img {
  max-width: 100%;
  max-height: 400px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.hk-gallery-thumbnails {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.hk-thumb-item {
  width: 64px;
  height: 64px;
  border: 1px solid var(--border-gold);
  cursor: pointer;
  overflow: hidden;
  transition: all 0.2s ease;
}

.hk-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hk-thumb-item.active,
.hk-thumb-item:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(184, 146, 42, 0.2);
}

/* Summary Details */
.herbskraft-product-summary__card {
  padding: 10px 0;
}

.hk-product-title {
  font-size: 42px;
  font-weight: 300;
  line-height: 1.1;
  margin: 8px 0 16px;
  color: var(--ink);
}

.hk-product-price .price {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 600;
  color: var(--olive);
}

.hk-product-price del {
  color: var(--sepia2);
  font-size: 20px;
  margin-right: 8px;
}

.hk-product-price ins {
  text-decoration: none;
}

/* WooCommerce Add to Cart Button Override */
.hk-product-purchase-form .button.single_add_to_cart_button {
  background: var(--gold) !important;
  color: var(--ink) !important;
  padding: 16px 40px !important;
  border: none !important;
  font-family: var(--display) !important;
  font-size: 11px !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  border-radius: 0 !important;
}

.hk-product-purchase-form .button.single_add_to_cart_button:hover {
  background: var(--gold2) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(184, 146, 42, 0.4);
}

/* Tabs and Reviews Section */
.herbskraft-product-tabs {
  margin-top: 60px;
}

.woocommerce-tabs ul.tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--border-gold) !important;
  padding: 0 !important;
  margin-bottom: 32px !important;
}

.woocommerce-tabs ul.tabs li {
  background: transparent !important;
  border: 1px solid var(--border-gold) !important;
  border-bottom: none !important;
  margin: 0 4px -1px 0 !important;
  border-radius: 0 !important;
}

.woocommerce-tabs ul.tabs li.active {
  background: var(--ink) !important;
}

.woocommerce-tabs ul.tabs li a {
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: 2px;
  color: var(--sepia) !important;
  text-transform: uppercase;
  padding: 12px 24px !important;
  display: block;
}

.woocommerce-tabs ul.tabs li.active a {
  color: var(--gold3) !important;
}

.single-product .herbskraft-related-products {
  margin-top: 40px !important;
  padding: 30px 28px 26px !important;
  background: #fffdf9 !important;
  border: 1px solid rgba(150, 113, 44, .16) !important;
  border-radius: 28px !important;
  box-shadow: 0 20px 48px rgba(64, 43, 15, .07) !important;
}

.single-product .herbskraft-related-products h2 {
  margin: 0 0 28px !important;
  font-family: var(--display, Georgia, serif) !important;
  font-size: clamp(1.6rem, 2.3vw, 2.2rem) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  color: #3a2919 !important;
}

.single-product .herbskraft-related-products ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(24px, 2vw, 32px) !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  clear: both !important;
}

.single-product .herbskraft-related-products ul.products li.product {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  min-height: 100% !important;
  width: auto !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  border: 1px solid rgba(150, 113, 44, .16) !important;
  border-radius: 22px !important;
  background: linear-gradient(180deg, #fff 0%, #fbf6ea 100%) !important;
  box-shadow: 0 16px 38px rgba(64, 43, 15, .08) !important;
  overflow: hidden !important;
  flex-grow: 0 !important;
  flex-shrink: 1 !important;
}

.single-product .herbskraft-related-products ul.products li.product a {
  color: inherit !important;
}

.single-product .herbskraft-related-products ul.products li.product .button {
  width: calc(100% - 32px) !important;
  margin: 0 auto 24px !important;
  display: block !important;
  float: none !important;
}

@media (max-width: 980px) {
  .single-product .herbskraft-related-products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .single-product .herbskraft-related-products ul.products {
    grid-template-columns: 1fr !important;
  }
}

.single-product section.related.products ul.products,
.single-product section.related.products .products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(24px, 2vw, 32px) !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.single-product section.related.products ul.products li.product,
.single-product section.related.products .products li.product {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: auto !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
}

.single-product section.related.products ul.products li.product {
  border: 1px solid rgba(150, 113, 44, .16) !important;
  border-radius: 22px !important;
  background: linear-gradient(180deg, #fff 0%, #fbf6ea 100%) !important;
  box-shadow: 0 16px 38px rgba(64, 43, 15, .08) !important;
  overflow: hidden !important;
}

@media (max-width: 980px) {
  .single-product section.related.products ul.products,
  .single-product section.related.products .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .single-product section.related.products ul.products,
  .single-product section.related.products .products {
    grid-template-columns: 1fr !important;
  }
}

/* Responsive adjustments */
@media (max-width: 980px) {
  .hk-product-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}


/* ==========================================================================
   E-COMMERCE SINGLE PRODUCT PAGE LAYOUT
   ========================================================================== */

/* Outer Container */
.hk-clean-product-wrapper {
  max-width: 1200px !important;
  margin: 40px auto !important;
  padding: 0 20px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  color: #222 !important;
}

/* Two-Column Grid */
.hk-product-container {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 50px !important;
  align-items: start !important;
  margin-bottom: 60px !important;
}

/* --- LEFT COLUMN: GALLERY --- */
.hk-product-gallery-col {
  width: 100% !important;
}

.hk-main-image {
  width: 100% !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background: #fdfdfd !important;
  margin-bottom: 15px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.hk-main-image img {
  width: 100% !important;
  height: auto !important;
  max-height: 500px !important;
  object-fit: contain !important;
  display: block !important;
}

.hk-gallery-thumbnails {
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.hk-thumb {
  width: 70px !important;
  height: 70px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  cursor: pointer !important;
  opacity: 0.7 !important;
  transition: all 0.2s ease !important;
}

.hk-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.hk-thumb:hover,
.hk-thumb.active {
  opacity: 1 !important;
  border-color: #000 !important;
}

/* --- RIGHT COLUMN: PRODUCT INFO --- */
.hk-product-info-col {
  display: flex !important;
  flex-direction: column !important;
}

.hk-category, 
.hk-category a {
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color: #777 !important;
  text-decoration: none !important;
}

.hk-product-title {
  font-size: 32px !important;
  font-weight: 700 !important;
  margin: 8px 0 12px 0 !important;
  line-height: 1.2 !important;
  color: #111 !important;
}

.hk-rating-stock-row {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  margin-bottom: 15px !important;
}

.hk-stock-status {
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 4px 8px !important;
  border-radius: 4px !important;
}

.hk-stock-status.in-stock {
  background-color: #e6f4ea !important;
  color: #137333 !important;
}

.hk-stock-status.out-of-stock {
  background-color: #fce8e6 !important;
  color: #c5221f !important;
}

.hk-price-container {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #111 !important;
  margin-bottom: 15px !important;
}

.hk-price-container del {
  color: #888 !important;
  font-size: 20px !important;
  margin-right: 8px !important;
}

.hk-price-container ins {
  text-decoration: none !important;
}

.hk-short-description {
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #555 !important;
  margin-bottom: 20px !important;
}

.hk-divider {
  height: 1px !important;
  background-color: #eee !important;
  margin: 15px 0 25px 0 !important;
}

/* Add to Cart Form & Quantities */
.hk-add-to-cart-wrapper form.cart {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  margin-bottom: 25px !important;
}

.hk-add-to-cart-wrapper .quantity input.qty {
  width: 60px !important;
  height: 48px !important;
  text-align: center !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  font-size: 16px !important;
}

.hk-add-to-cart-wrapper button.single_add_to_cart_button {
  height: 48px !important;
  padding: 0 30px !important;
  background-color: #111 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease !important;
}

.hk-add-to-cart-wrapper button.single_add_to_cart_button:hover {
  background-color: #333 !important;
}

/* Trust Badges */
.hk-trust-badges {
  display: flex !important;
  gap: 20px !important;
  padding: 15px !important;
  background-color: #f9f9f9 !important;
  border-radius: 6px !important;
  margin-bottom: 20px !important;
  flex-wrap: wrap !important;
}

.hk-trust-item {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 13px !important;
  color: #444 !important;
  font-weight: 500 !important;
}

.hk-product-meta-bottom {
  font-size: 13px !important;
  color: #777 !important;
  border-top: 1px solid #eee !important;
  padding-top: 15px !important;
}

.hk-product-meta-bottom > span {
  display: block !important;
  margin-bottom: 5px !important;
}

/* Tabs & Reviews Styling */
.hk-product-tabs-container {
  border-top: 1px solid #eee !important;
  padding-top: 40px !important;
  margin-top: 40px !important;
}

/* Responsive (Mobile/Tablet) */
@media (max-width: 768px) {
  .hk-product-container {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
}




.woocommerce ul.products::before{
  content: none !important;
}