/**
Theme Name: Balefire
Theme URI: https://www.balefireagency.com;
Description: Custom Theme by Balefire Marketing + Advertising
Author: Balefire Marketing + Advertising
Author URI: https://www.balefireagency.com
Version: 1.3.9
License: GNU General Public License & MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Namespace: bf
*/
/**
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
 :root {
  --body-bg: #f5f5f5;
  --bs-primary: #78a22f;
  --bs-primary-dark: #5f821e;
  --bs-primary-rgb: rgb(120, 162, 47);
  --bs-dark: #5f6062;
  --bs-light-rgb: rgb(95, 96, 98);
  --bs-light: #ffffff;
  --bs-light-rgb: rgb(255, 255, 255);
  --bs-light-text: #78a22f;
  --bs-primary-text-emphasis: #78a22f;
  --bs-light-bg: #ffffff;
  --bs-light-text: var(--bs-primary);
  --bs-primary-bg-subtle: #78a22f;
  --bs-font-sans-serif: "brandon-grotesque", sans-serif;
  --bs-heading-color: #344767;
  --white: #ffffff;
  --black: #000000;
  --blue: #11889f;
  --brand-green: #79a138;
  --brand-bg-light-green: #EAF0E1;
  --brand-bg-light-gray: #f5f5f7;
  --brand-blue: var(--bs-heading-color);
  --brand-aqua: #0087a0;
  --brand-purple: #a52868;
  --brand-orange: #f37021;
  --brand-maroon: #8f002b;
  --brand-red: #e31b23;
  --brand-dark: #5f6062;
  --brand-light-green: #dce4cd;
  --brand-dark-green: #4d7705;
  --brand-bg-gray: #F8F9FA;
  --brand-md-gray: #7b809a;
  --brand-lighter-green: hsl(82, 55%, 41%);

  --font--2: clamp(0.7813rem, 0.7739rem + 0.0326vw, 0.8rem);
  --font--1: clamp(0.9375rem, 0.913rem + 0.1087vw, 1rem);
  --font-0: clamp(1.125rem, 1.0761rem + 0.2174vw, 1.25rem);
  --font-1: clamp(1.35rem, 1.2668rem + 0.3696vw, 1.5625rem);
  --font-2: clamp(1.62rem, 1.4896rem + 0.5793vw, 1.9531rem);
  --font-3: clamp(1.944rem, 1.7494rem + 0.8651vw, 2.4414rem);
  --font-4: clamp(2.3328rem, 2.0515rem + 1.2504vw, 3.0518rem);
  --font-5: clamp(2.7994rem, 2.4021rem + 1.7658vw, 3.8147rem);

  --space-3xs: clamp(0.3125rem, 0.3125rem + 0vw, 0.3125rem);
  --space-2xs: clamp(0.5625rem, 0.5417rem + 0.1042vw, 0.625rem);
  --space-xs: clamp(0.875rem, 0.8542rem + 0.1042vw, 0.9375rem);
  --space-s: clamp(1.125rem, 1.0833rem + 0.2083vw, 1.25rem);
  --space-m: clamp(1.6875rem, 1.625rem + 0.3125vw, 1.875rem);
  --space-l: clamp(2.25rem, 2.1667rem + 0.4167vw, 2.5rem);
  --space-xl: clamp(3.375rem, 3.25rem + 0.625vw, 3.75rem);
  --space-2xl: clamp(4.5rem, 4.3333rem + 0.8333vw, 5rem);
  --space-3xl: clamp(6.75rem, 6.5rem + 1.25vw, 7.5rem);

  /* One-up pairs */
  --space-3xs-2xs: clamp(0.3125rem, 0.2083rem + 0.5208vw, 0.625rem);
  --space-2xs-xs: clamp(0.5625rem, 0.4375rem + 0.625vw, 0.9375rem);
  --space-xs-s: clamp(0.875rem, 0.75rem + 0.625vw, 1.25rem);
  --space-s-m: clamp(1.125rem, 0.875rem + 1.25vw, 1.875rem);
  --space-m-l: clamp(1.6875rem, 1.4167rem + 1.3542vw, 2.5rem);
  --space-l-xl: clamp(2.25rem, 1.75rem + 2.5vw, 3.75rem);
  --space-xl-2xl: clamp(3.125rem, 1.9022rem + 5.4348vw, 6.25rem);
  --space-2xl-3xl: clamp(4.5rem, 3.5rem + 5vw, 7.5rem);

  /* Custom pairs */
  --space-s-l: clamp(1.125rem, 0.6667rem + 2.2917vw, 2.5rem);
  --space-m-xl: clamp(1.6875rem, 1rem + 3.4375vw, 3.75rem);
  --space-l-3xl: clamp(2.25rem, 0.5rem + 8.75vw, 7.5rem);

  /* Mmenu */
  --mm-ocd-width: 80%;
  --mm-ocd-min-width: 200px;
  --mm-ocd-max-width: 440px;
}

body.mm-ocd-opened {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  -webkit-transition-property: bottom, background-color;
  -o-transition-property: bottom, background-color;
  transition-property: bottom, background-color;
  -webkit-transition-duration: 0s, 0.3s;
  -o-transition-duration: 0s, 0.3s;
  transition-duration: 0s, 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.45s, 0.15s;
  -o-transition-delay: 0.45s, 0.15s;
  transition-delay: 0.45s, 0.15s;
}
.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--mm-ocd-width);
  min-width: var(--mm-ocd-min-width);
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.mm-ocd--left .mm-ocd__content {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-ocd--right .mm-ocd__content {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-ocd--open .mm-ocd__content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: clamp(
    calc(100% - var(--mm-ocd-max-width)),
    calc(100% - var(--mm-ocd-width)),
    calc(100% - var(--mm-ocd-min-width))
  );
  background: rgba(3, 2, 1, 0);
}
.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}
.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}
.mm-spn,
.mm-spn a,
.mm-spn li,
.mm-spn span,
.mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  --mm-spn-item-height: 50px;
  --mm-spn-item-indent: 20px;
  --mm-spn-line-height: 24px;
  --mm-spn-panel-offset: 30%;
}
.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: calc(100% + var(--mm-spn-panel-offset));
  padding-right: var(--mm-spn-panel-offset);
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  -webkit-transition: left 0.3s ease 0s;
  -o-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
  cursor: default;
}
.mm-spn ul:after {
  content: "";
  display: block;
  height: var(--mm-spn-item-height);
}
.mm-spn > ul {
  left: 0;
}
.mm-spn ul.mm-spn--open {
  left: 0;
}
.mm-spn ul.mm-spn--parent {
  left: calc(-1 * var(--mm-spn-panel-offset));
  overflow: visible;
}
.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}
.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mm-spn-item-height) / 2);
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  -ms-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
}
.mm-spn li:after {
  content: "";
  display: block;
  margin-left: var(--mm-spn-item-indent);
  border-top: 1px solid;
  opacity: 0.15;
}
.mm-spn a,
.mm-spn span {
  position: relative;
  z-index: 1;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2)
    var(--mm-spn-item-indent);
}
.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}
.mm-spn a:not(:last-child) {
  width: calc(100% - var(--mm-spn-item-height));
}
.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}
.mm-spn span {
  background: 0 0;
}
.mm-spn.mm-spn--navbar {
  cursor: pointer;
}
.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mm-spn-item-height) / 2);
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
  -ms-transform: rotate(-45deg) translate(50%, -50%);
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
}
.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}
.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}
.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--mm-spn-item-height);
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--navbar ul {
  top: calc(var(--mm-spn-item-height) + 1px);
}
.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}
.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3;
}
.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
}
.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}
.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}
.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--vertical ul ul:after {
  height: calc(var(--mm-spn-item-height) / 2);
}
.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}
.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  -webkit-transform: rotate(135deg) translate(-50%, 0);
  -ms-transform: rotate(135deg) translate(-50%, 0);
  transform: rotate(135deg) translate(-50%, 0);
}
.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}
/* Hide level 3 submenus by default */
.mm-spn.mm-spn--vertical ul ul ul {
  display: none;
  padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--vertical ul ul ul:after {
  height: calc(var(--mm-spn-item-height) / 2);
}
.mm-spn.mm-spn--vertical ul ul ul.mm-spn--open {
  display: block;
}
.mm-spn.mm-spn--vertical ul ul li.mm-spn--open:before {
  -webkit-transform: rotate(135deg) translate(-50%, 0);
  -ms-transform: rotate(135deg) translate(-50%, 0);
  transform: rotate(135deg) translate(-50%, 0);
}
.mm-spn.mm-spn--vertical ul ul ul li:last-child:after {
  content: none;
  display: none;
}

#bazinga {
  position: absolute;
  top: 0;
  left: -99999px;
}

body {
  font: normal 18px/1.5 var(--bs-font-sans-serif);
  background-color: var(--body-bg);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#page {
  flex: 1 0 auto;
}

/*body:not(.home) main {
    margin-top: var(--space-l-3xl);
}*/

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--brand-blue);
}

p,
.p {
  font-size: inherit;
}

a.btn,
button,
input[type="submit"],
/* WordPress block buttons */
.wp-block-button__link,
.wp-element-button,
.wp-block-button .wp-block-button__link,
a.wp-block-button__link,
button.wp-block-button__link,
/* WooCommerce buttons */
.woocommerce .button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.woocommerce .add_to_cart_button,
.woocommerce .single_add_to_cart_button,
.woocommerce .checkout-button,
.woocommerce .wc-forward,
.woocommerce .wc-backward,
.wc-block-components-button,
.wc-block-cart__submit-button,
.wc-block-checkout__place-order-button,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.woocommerce form .form-row .button {
  background-color: var(--bs-primary);
  color: #fff;
  border-radius: 3rem;
  border: none;
  padding: 0.65rem 1rem;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

a.button-rounded {
  border-radius: 2rem;
  padding: 0.75rem 1.2rem;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  background-color: var(--bs-primary);
  color: #fff;
  border: none;
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

a.button-rounded:hover {
  background-color: var(--bs-primary-dark);
}

input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: var(--bs-primary-dark);
}

button:hover:not(.accordion-button),
button:focus:not(.accordion-button) {
  background-color: none;
}

.font-1_2 {
  font-size: 1.2rem;
}

.primary {
  color: var(--bs-primary) !important;
}

.border-primary {
  border-color: var(--bs-primary) !important;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.text-primary-dark {
  color: var(--bs-primary-dark) !important;
}

.bg-primary {
  background-color: var(--bs-primary) !important;
}

.bg-primary-dark {
  background-color: var(--bs-primary-dark) !important;
}

.bg-aqua {
  background-color: var(--brand-aqua);
}

.bg-blue {
  background-color: var(--brand-blue);
}

.bg-purple {
  background-color: var(--brand-purple);
}

.bg-orange {
  background-color: var(--brand-orange);
}

.bg-maroon {
  background-color: var(--brand-maroon);
}

.bg-red {
  background-color: var(--brand-red);
}

.bg-brand-dark {
  background-color: var(--brand-dark);
}

.bg-brand-bg-light-gray {
  background-color: var(--brand-bg-light-gray);
}

.bg-mid-green {
  background-color: #EAF0E1;
}

.max-h-550 {
  max-height: 550px;
}

.max-w-500 {
  max-width: 500px !important;
}

.max-w-600 {
  max-width: 600px;
}

.text-blue {
  color: var(--blue) !important;
}

a:active,
a.text-aqua {
  color: var(--brand-aqua);
}

#content {
  padding-block: var(--space-l-xl);
}

a:hover, a:focus,
a.text-aqua:hover,
a.text-aqua:focus {
  opacity: 0.75;
}

img.img-cover {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

hr.primary {
  display: block;
  width: 100%;
  height: 1px;
  border-color: var(--bs-primary);
}

.card .card-body {
  font-family: var(--bs-font-sans-serif);
  padding: 1rem;
}

.rounded-btn-group .btn {
  border-radius: 2rem;
}

.btn {
  text-transform: uppercase;
}

.btn.bg-primary {
  background: var(--bs-primary);
  color: #fff;
  transition: all 0.2s ease;
}

a.btn.bg-primary:hover,
a.btn.btn-outline-secondary:hover {
  color:#fff !important;
  background: var(--bs-primary-dark) !important;
}

.btn-light,
.btn-light:hover,
.btn.bg-gradient-light,
.btn.bg-gradient-light:hover {
  color: var(--bs-light-text);
}

a.xoo-qv-button {
  margin: auto 0;
}

header#masthead {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  background: rgba(0, 0, 0, 0.3);
}

/* Push header down when admin bar is visible */
body.admin-bar header#masthead {
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar header#masthead {
    margin-top: 46px;
  }
}

.header-logo {
  position: relative;
  z-index: 2;
  margin-block: 0.875rem;
}

.header-logo a svg {
  height: auto;
  width: 133px;
}

.header-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  overflow: visible;
}

.account-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  margin-top: -3px;
  margin-left: auto;
  z-index: 2;
}

.top-nav {
  background: var(--bs-primary);
  border-radius: 0 0 0 2rem;
  padding: 0.25rem 1rem 0.25rem 2rem;
  margin-top: 0;
  margin-bottom: auto;
  margin-right: -2rem;
  padding-right: 2rem;
}

.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

#home-hero .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*background-color: rgba(0, 0, 0, 0.7);*/
  background-color:#000;
  opacity:0.5;
}

/* Safari-specific adjustment */
/*
@supports (-webkit-touch-callout: none) {
  #home-hero .overlay {
    background-color: rgba(0, 0, 0, 0.6); 
  }
}
*/

#home-hero .page-header {
  position: relative;
}

#home-hero .hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  z-index: 0;
  transform: translate(-50%, -50%);
}

.navbar-toggler {
  border: none;
  background: none;
  padding: 0.5rem;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 9999;
  margin: 0;
}

.header-nav .navbar-toggler {
  color: #fff;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  background: none;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-toggler-icon svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
}

@media (width < 1024px) {
  .navbar-toggler {
    display: flex;
  }

  .navbar-toggler-icon {
    width: 30px;
    height: 30px;
  }
  
  /* Hide hamburger when menu is open */
  body.mm-ocd-opened .navbar-toggler {
    display: none;
  }
}

/* Home Page Styles */

h1#home-hero-title {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

/* Typewriter Animation Styles */
.typewriter-container {
  display: inline-block;
  overflow: hidden;
}

.typewriter-container .text {
  position: relative;
  display: inline-block;
}

.typewriter-container span#animated-text.text.sec-text {
  color: var(--bs-primary);
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: center;
}

.typewriter-container .text.sec-text {
  color: var(--bs-primary);
  display: block;
  width: fit-content;
  text-align: center;
}

.typewriter-container .text.sec-text::after {
  content: "|";
  color: #fff;
  font-weight: 900 !important;
  animation: blink 1.25s infinite;
}

@keyframes blink {
  0%,
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0;
  }
}

hr.green-rule {
  display: block;
  width: 100%;
  border-top: 2px solid var(--bs-primary);
  margin-block-start: 1.75rem;
  margin-block-end: 1.25rem;
}



/* Start Product Page Styles */

.page-header {
  width: 100%;
  height: auto;
  padding:150px 0;
}

/* LIGHT PAGE HEADER STYLES */
.single-product header .bg-gradient-dark,
.tax-product_cat header .bg-gradient-dark,
.post-type-archive-product header .bg-gradient-dark,
.term-120 header .bg-gradient-dark,
.term-121 header .bg-gradient-dark {
  /*background: linear-gradient(90deg,rgba(120, 162, 47, 0.3) 0%, rgba(120, 162, 47, 0) 100%);*/
  background: linear-gradient(90deg,rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

.single-product header .page-header .text-white,
.tax-product_cat header .page-header .text-white,
.post-type-archive-product header .page-header .text-white,
.term-120 header .page-header .text-white,
.term-121 header .page-header .text-white {
  color:#000 !important;
}

/* DARK PAGE HEADER STYLES - RESETS */
body.term-124 header .page-header .text-white, /*commercial*/
body.term-82 header .page-header .text-white, /*retail*/
body.single-product.postid-373 header .page-header .text-white, /*all-purpose*/
body.single-product.postid-1128 header .page-header .text-white, /*smartFRY*/
body.single-product.postid-4418 header .page-header .text-white, /*ultraLIFT*/
body.single-product.postid-49107 header .page-header .text-white, /*nutraEZ*/
body.single-product.postid-418 header .page-header .text-white /*pizza*/ {
  color:#fff !important;
}

.term-120 .photo-grid-item,
.term-121 .photo-grid-item {
  box-shadow: none !important;
}
.term-120 .photo-grid-item:hover img,
.term-121 .photo-grid-item:hover img {
  transform:scale(1) !important;
}

/* CUSTOM */
.post-type-archive-product .commercial-section .row.g-4,
.page-template-page-template-sample .commercial-section .row.g-4 {
  display:none;
}
@media screen and (max-width: 1024px) {
  .bg-gradient-dark,
  .single-product header .bg-gradient-dark,
  .tax-product_cat header .bg-gradient-dark,
  .post-type-archive-product header .bg-gradient-dark,
  .term-120 header .bg-gradient-dark,
  .term-121 header .bg-gradient-dark {
    background-image:none;
    background:rgba(0,0,0.8);
  }
  .single-product header .page-header .text-white,
  .tax-product_cat header .page-header .text-white,
  .post-type-archive-product header .page-header .text-white,
  .term-120 header .page-header .text-white,
  .term-121 header .page-header .text-white {
    color:#fff !important;
  }
}
@media screen and (max-width: 1200px) {
  #home-hero .page-header {
    height:100vh;
    padding:0;
  }
  .page-header {
    padding:0;
  }
  .page-header p {
    font-size:1rem;
    line-height:1.3;
  }
}

/*
 * Viewport-height helpers.
 * Note: these are theme utilities (not Bootstrap defaults).
 */
.vh-50 {
  height: 50vh !important;
}

.vh-90 {
  height: 90vh !important;
}

.min-vh-90 {
  min-height: 90vh !important;
}

@media (width >= 768px) {
  .min-md-vh-90 {
    min-height: 90vh !important;
  }
}

.page-header #page-header-content {
  /* fallback */
  padding-block-start: 14vh;
  padding-block-end: 7vh;
}

@supports (padding-block-start: 1dvh) and (padding-block-end: 1dvh) and (width: 1dvw) and (height: 1dvh) {
  .page-header #page-header-content {
    padding-block-start: 15dvh;
    padding-block-end: 7dvh;
  }
}

/* Archive page header - centered with extra padding */
.page-header-archive #page-header-content {
  padding-block-start: 18vh;
  padding-block-end: 12vh;
  align-items: center;
}

@supports (padding-block-start: 1dvh) and (padding-block-end: 1dvh) {
  .page-header-archive #page-header-content {
    padding-block: 16dvh;
  }
}

/* Archive filters section */
.archive-filters-section {
  position: relative;
  margin-block-start: -4rem;
  padding-block-end: 2rem;
  z-index: 10;
}

.archive-filters {
  background: linear-gradient(
    to bottom,
    rgba(245, 245, 245, 0.8) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 1rem;
  padding: 2rem 2.5rem 3rem;
}

.archive-filters label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--bs-gray-600, #6c757d);
  margin-block-end: 0.5rem;
}

.archive-filters select,
.archive-filters input[type="text"] {
  width: 100%;
  padding: 0.75rem 1rem;
  border: none;
  border-bottom: 1px solid var(--bs-gray-400, #ced4da);
  background: transparent;
  font-size: 1rem;
  color: var(--bs-gray-700, #495057);
  transition: border-color 0.2s ease;
}

.archive-filters select:focus,
.archive-filters input[type="text"]:focus {
  outline: none;
  border-bottom-color: var(--bs-primary);
}

.archive-filters select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236c757d' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  padding-right: 2rem;
}

.archive-filters .btn-primary {
  border-radius: 2rem;
  padding: 0.75rem 1.5rem !important;
  background: var(--bs-primary) !important;
  border: none !important;
  box-shadow: none !important;
  max-width: fit-content !important;
}

.archive-filters .btn-primary:hover {
  border-radius: 2rem;
  padding: 0.75rem 2rem;
  background: var(--bs-primary-dark) !important;
}

/* HTMX loading indicator in button */
#archive-search-btn {
  position: relative;
  min-width: 100px;
}

#archive-search-btn .btn-text {
  display: inline;
}

#archive-search-btn .btn-spinner {
  display: none;
  vertical-align: middle;
}

#archive-search-btn .btn-spinner svg {
  color: currentColor;
}

.htmx-request #archive-search-btn .btn-text,
#archive-search-btn.htmx-request .btn-text {
  display: none;
}

.htmx-request #archive-search-btn .btn-spinner,
#archive-search-btn.htmx-request .btn-spinner,
.htmx-request .btn-spinner.htmx-indicator,
.btn-spinner.htmx-indicator.htmx-request {
  display: inline;
}

/* Fade effect for HTMX swaps */
#archive-results {
  transition: opacity 0.2s ease;
}

#archive-results.htmx-request {
  opacity: 0.5;
}

/* Archive cards */
.archive-card {
  background: transparent;
  border: none;
  border-radius: 1rem;
  overflow: hidden;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.archive-card:hover {
  background: rgba(245, 245, 245, 0.8);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.archive-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 1rem;
}

.archive-card-image {
  margin: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}

.archive-card-image img {
  width: 100%;
  height: 225px;
  max-height: 225px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.archive-card:hover .archive-card-image img {
  transform: scale(1.03);
}

.archive-card-body {
  padding: 1rem 0.5rem 0.5rem;
}

.archive-card-category {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--bs-primary);
  margin-block-end: 0.5rem;
}

.archive-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--bs-dark, #212529);
  margin-block-end: 0.75rem;
  line-height: 1.3;
}

.archive-card-excerpt {
  font-size: 0.95rem;
  color: var(--bs-gray-600, #6c757d);
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Archive pagination */

.archive-pagination .pagination-primary {
  --bs-pagination-color: #78a22f;
  --bs-pagination-hover-color: #fff;
  --bs-pagination-hover-bg: #78a22f;
  --bs-pagination-hover-border-color: #78a22f;
  --bs-pagination-focus-color: #78a22f;
  --bs-pagination-focus-bg: #f0f5e8;
  --bs-pagination-focus-box-shadow: 0 0 0 0.2rem rgba(120, 162, 47, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #78a22f;
  --bs-pagination-active-border-color: #78a22f;
}

.pagination.pagination-primary .page-item.active > .page-link,
.pagination.pagination-primary .page-item.active > .page-link:focus,
.pagination.pagination-primary .page-item.active > .page-link:hover,
.archive-pagination .pagination-primary .page-item.active .page-link {
  background-image: none !important;
  background-color: #78a22f !important;
  border-color: #78a22f !important;
  color: #fff !important;
}

.archive-pagination .pagination-primary .page-link {
  color: #78a22f !important;
  border-color: #dee2e6;
}

.archive-pagination .pagination-primary .page-link:hover {
  background-color: #78a22f !important;
  border-color: #78a22f !important;
  color: #fff !important;
}

.archive-pagination .pagination-primary .page-link:focus {
  background-color: #78a22f !important;
  border-color: #78a22f !important;
  color: #fff !important;
  box-shadow: 0 0 0 0.2rem rgba(120, 162, 47, 0.25) !important;
}

.archive-pagination .pagination-primary .page-item.disabled .page-link {
  color: #ced4da !important;
  background-color: transparent !important;
  border-color: #dee2e6 !important;
}

.archive-pagination .pagination {
  flex-wrap: wrap;
  gap: 0.25rem;
}

/* Blog Single Styles */
.blog-single,
.recipe-single {
  background: #fff;
}

.blog-single-image {
  margin: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}

.blog-single-image img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-single-meta {
  padding-block: 1rem;
  border-bottom: 1px solid var(--bs-gray-200, #e5e5e5);
  flex-wrap: wrap;
  gap: 1rem;
}

.blog-single-meta-left {
  color: var(--bs-gray-600, #6c757d);
  font-size: 0.9rem;
}

.blog-single-meta-left time {
  font-weight: 500;
}

.blog-single-meta .meta-separator {
  color: var(--bs-gray-400, #ced4da);
}

.blog-single-author {
  font-weight: 500;
}

.blog-single-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.blog-category-pill {
  display: inline-block;
  background-color: #78a22f;
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 2rem;
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.blog-category-pill:hover {
  background-color: #5f821e;
  color: #fff;
}

.blog-single-content {
  padding-block-start: 2rem;
  font-size: 1.1rem;
  line-height: 1.8;
}

.blog-single-content p {
  margin-block-end: 1.5rem;
}

.blog-single-content h2,
.blog-single-content h3,
.blog-single-content h4 {
  margin-block-start: 2rem;
  margin-block-end: 1rem;
}

.blog-single-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

.blog-single-content blockquote {
  border-left: 4px solid #78a22f;
  padding-left: 1.5rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: var(--bs-gray-600, #6c757d);
}

@media (width < 768px) {
  .blog-single-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Search card styles */
.search-card-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-block-end: 0.5rem;
}

.search-card-type {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: var(--bs-gray-600, #6c757d);
  padding: 0.15rem 0.5rem;
  border-radius: 0.25rem;
}

.search-card-meta .archive-card-category {
  margin-block-end: 0;
}

.search-results-info p {
  font-size: 0.9rem;
}

/* Recipe Single Styles */
.recipe-single-image {
  margin: 0;
  border-radius: 1.5rem;
  overflow: hidden;
}

.recipe-single-image img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
}

.recipe-single-meta {
  padding-block: 1rem;
  border-bottom: 1px solid var(--bs-gray-200, #e5e5e5);
  flex-wrap: wrap;
  gap: 1rem;
}

.recipe-single-meta-left {
  color: #0087A0;
  font-size: 0.9rem;
  font-weight: 500;
}

.recipe-single-meta-left time {
  font-weight: 600;
}

.recipe-single-meta .meta-separator {
  color: var(--bs-gray-400, #ced4da);
}

.recipe-single-author {
  color: var(--bs-gray-600, #6c757d);
}

.recipe-single-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.recipe-category-pill {
  display: inline-block;
  background-color: #CEDCB4;
  color: #4d7705;
  padding: 0.25rem 0.75rem;
  border-radius: 0.3rem;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.recipe-category-pill:hover {
  background-color: #5f821e;
  color: #fff;
}

.recipe-single-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.recipe-sidebar {
  position: relative;
  background: rgba(120, 162, 47, 0.1);
  border-radius: 0.75rem;
  padding: 1.5rem;
}

.recipe-sidebar-logo {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  margin-block-end: 1.5rem;
}

.recipe-sidebar-logo img {
  width: 100px;
  height: 100px;
  background: var(--white);
  border-radius: 50%;
  padding: 0.125rem;
}

.recipe-section-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #78a22f;
  margin-block-start: 2.5rem;
  margin-block-end: 1rem;
}

.recipe-ingredients-content {
  font-size: 0.95rem;
  line-height: 1.8;
}

.recipe-ingredients-content ul {
  padding-left: 1.25rem;
  margin: 0;
}

.recipe-ingredients-content li {
  margin-block-end: 0.5rem;
}

.recipe-main-content {
  font-size: 1.05rem;
  line-height: 1.8;
}

.recipe-main-content h2,
.recipe-main-content h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-block-start: 1.5rem;
  margin-block-end: 1rem;
}

.recipe-main-content h2:first-child,
.recipe-main-content h3:first-child {
  margin-block-start: 0;
}

.recipe-main-content ul,
.recipe-main-content ol {
  padding-left: 1.5rem;
}

.recipe-main-content li {
  margin-block-end: 0.75rem;
}

.single-recipe .product-info hr,
.single-recipe .product-info .retail-purchase-section,
.single-recipe .product-info .rfq-section {
  display:none;
}

@media (width < 768px) {
  .recipe-single-meta {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .recipe-single-title {
    font-size: 1.75rem;
  }
  
  .recipe-sidebar {
    margin-block-end: 2rem;
  }
}

.page-header h1 {
  margin-bottom: auto;
  padding-bottom: 0.125vh;
}

h2.header-subhead,
.header-subhead {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--bs-primary);
}

.hproduct-heading-cta {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--bs-primary);
}

a.header-btn {
  background: var(--brand-light-green);
  display: block;
  width: fit-content;
  margin-inline: 0;
  text-align: center;
  color: var(--brand-dark-green);
  border-radius: 0.5rem;
  padding: 0.1rem 0.75rem;
  margin-block-end: 1rem;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

a.header-btn:hover,
a.header-btn:focus {
  background: var(--brand-dark-green);
  color: var(--white);
}

.page-header p {
  font-size: 1.25rem;
  font-weight: 500;
}

a.request-sample-btn {
  display: block;
  width: fit-content;
  margin-inline: 0;
  text-align: center;
  color: var(--bs-secondary);
  border: 1px solid var(--bs-secondary);
  border-radius: 2rem;
  padding: 0.65rem 2rem;
  background: transparent;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

a.request-sample-btn:hover {
  background: var(--bs-secondary);
  color: #fff;
}

table.variations td.label {
  display: none;
}

.page-template-page-template-products-landing .variations_form {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.product-single .variations_form {
  gap: 0;
}

.page-template-page-template-products-landing .single_variation_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-template-page-template-products-landing.quantity-and-cart {
  flex-direction: row !important;
}

.page-template-page-template-products-landing.variations tr {
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-template-page-template-products-landing .variations td {
  display: block;
}

.page-template-page-template-products-landing
  .variations
  .quantity.is-filled
  input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 75px !important;
}

.page-template-page-template-products-landing
  .quantity-and-cart
  .quantity
  input {
  width: 65px !important;
  max-width: 65px !important;
  min-width: 65px !important;
  padding: 0.65rem 0.7rem;
  margin-inline: auto;
  border-radius: 0.4rem;
  border: 1px solid var(--bs-secondary);
  background: transparent;
  color: var(--bs-secondary);
  font-weight: 400;
  font-size: 0.875rem;
  text-transform: capitalize;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-template-page-template-products-landing
  .quantity-and-cart
  .single_add_to_cart_button {
  flex: 1;
  width: auto !important;
}

.page-template-page-template-products-landing select#pa_size {
  padding: 0.65rem 1rem;
  border-radius: 0.4rem;
  border: 1px solid var(--bs-secondary);
  background: transparent;
  color: var(--bs-secondary);
  font-weight: 400;
  font-size: 0.875rem;
  text-transform: capitalize;
  align-items: center;
  justify-content: center;
}

.page-template-page-template-products-landing
  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: fit-content;
  margin-inline: auto;
}

.page-template-page-template-products-landing
  .woocommerce
  div.product
  form.cart
  .variations
  td.label,
.page-template-page-template-products-landing
  .woocommerce
  div.product
  form.cart
  .variations
  th.label,
.page-template-page-template-products-landing
  .woocommerce
  div.product
  form.cart
  .variations
  a.reset_variations {
  display: none;
}

.product-single
  .related-products
  a.button.product_type_variable.add_to_cart_button {
  display: none !important;
}

.single-product
  section.related.products
  a.button.product_type_variable.add_to_cart_button {
  display: none !important;
}

.single-product table.variations th,
.single-product table.variations td {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.5rem 1rem;
}

.single-product table.variations select.value {
  display: block;
  width: 100%;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.alt {
  background-color: var(--bs-primary);
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.alt:hover {
  background-color: var(--bs-primary-dark);
  color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.alt:disabled[disabled]:hover {
  background-color: var(--bs-primary-dark);
  color: #fff;
}

/* WooCommerce Breadcrumbs */
#primary #main {
  height:1px;
}
nav.woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb {
  position: relative;
  top: -24px;
  background-color: #E9EAED;
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  font-size: 0.9rem;
  margin-bottom: 0;
  z-index: 10;
}
.woocommerce-breadcrumb a {
  color: var(--brand-md-gray);
  font-weight: bold;
  text-decoration: none;
  transition: color 0.2s ease;
}

.woocommerce-breadcrumb a:hover {
  color: var(--bs-primary);
}

/* Breadcrumb separator styling */
.woocommerce-breadcrumb {
  color: var(--bs-heading-color);
}

/* Retail Product Styles */
.retail-product-section {
  margin-bottom: 2rem;
}

/* 2-column CSS Grid layout */
.retail-product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .retail-product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
  }
}

.product-price.text-primary {
  color: red !important;
}

.retail-product-image {
  /*position: sticky;*/
  top: 2rem;
}

.retail-product-section hr {
  border-color: var(--brand-dark-green);
  border-width: 1px;
  border-style: solid;
}

.retail-product-section .product-image-wrapper {
  text-align: center;
}

.retail-product-section .product-packaging-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .retail-product-section .product-packaging-image {
    max-width: 100%;
  }
}

.retail-product-section .no-image-placeholder {
  background: var(--brand-bg-light-gray);
  padding: 4rem 2rem;
  border-radius: 8px;
  text-align: center;
  color: var(--brand-md-gray);
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.retail-product-info .product-info {
  max-width: 100%;
}

.retail-product-section .product-tagline {
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.product-heading-cta,
p.product-heading-cta {
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--brand-green);
}

.retail-product-section .product-title {
  color: var(--bs-heading-color);
  font-size: calc(var(--font-3) * 0.925);
  font-weight: 700;
  line-height: 1.2;
}

.retail-product-section .product-description {
  color: var(--brand-md-gray);
  font-size: 1rem;
  line-height: 1.7;
}

.retail-product-section .product-price {
  font-weight: 700;
}

/* Hide dummy RFQ price ($999) */
.retail-product-section .product-price.hide-price,
.retail-product-section .product-price:empty {
  display: none !important;
}

.retail-product-section .add-to-cart-form,
form.variations_form {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.retail-product-section .add-to-cart-form .quantity {
  width: auto;
  margin: 0;
  padding: 0;
}

.retail-product-section .add-to-cart-form .quantity input {
  min-width: 60px;
  text-align: center;
  padding: 0.575rem 0.5rem;
  background-color: transparent !important;
  border: 1px solid #C7CCD0;
  border-radius: 8px;
  margin: 0;
}

.retail-product-section .rfq-section {
  background: var(--brand-bg-light-gray);
  padding: 0;
}

.retail-product-section .rfq-section h3 {
  color: var(--bs-heading-color);
}

button.single_add_to_cart_button.button.alt {
  border-radius: 40px;
  background: var(--bs-primary);
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.9rem 2rem;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  margin-left:  auto !important;
  min-width: 120px;
  justify-content: flex-end;
  &:hover {
    background: var(--bs-primary-dark);
    border-color: var(--bs-primary-dark);
  }
}

.retail-product-section .product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.retail-product-section .product-actions .btn {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 20px;
}

/* Variations form - display in row, remove padding/margins */
.retail-product-section .variations_form.cart {
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
}

.retail-product-section .variations_form .variations {
  margin: 0;
  padding: 0;
  border: none;
  display: inline-block;
}

.retail-product-section .variations_form .variations tbody {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.retail-product-section .variations_form .variations tr {
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.retail-product-section .variations_form .variations th.label,
.retail-product-section .variations_form .variations td.label {
  margin: 0;
  padding: 0;
  display: none;
}

.retail-product-section .variations_form .variations td.value {
  margin: 0;
  padding: 0;
  display: inline-block;
  border: none;
}

.variations_form .variations td.value select,
.single-product td.value select#pa_size {
  margin: 0;
  padding: 0.575rem 0.5rem;
  border-radius: 8px;
  border: 1px solid #C7CCD0;
  background: transparent;
  color: var(--bs-secondary);
  font-weight: 400;
  font-size: 0.875rem;
  margin-right: 0.5rem;
}

.retail-product-section .variations_form .variations a.reset_variations {
  display: none;
}

.retail-product-section .variations_form .reset_variations_alert {
  margin: 0;
  padding: 0;
}

/* Single variation wrap - keep inline for button row */
.retail-product-section .single_variation_wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
}

/* Hide the original variation price location (it will be moved to table row) */
.retail-product-section .woocommerce-variation {
  display: none;
}

.retail-product-section .woocommerce-variation-add-to-cart {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
}

/* Hide the price row in the variations table */
.retail-product-section .variations_form .variations tbody tr.price-row {
  display: none;
}

/* Hide variation description and price from RFQ forms */
.rfq-form .woocommerce-variation-description {
  display: none !important;
}

.rfq-form .woocommerce-variation-price {
  display: none !important;
}

/* RFQ Form Styling */
.retail-product-section .rfq-form {
  margin-top: 1rem;
}

.retail-product-section .rfq-form .variations {
  margin: 0;
  padding: 0;
  border: none;
  display: inline-block;
}

.retail-product-section .rfq-form .variations tbody {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.retail-product-section .rfq-form .variations tr {
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.retail-product-section .rfq-form .variations th.label,
.retail-product-section .rfq-form .variations td.label {
  margin: 0;
  padding: 0;
  display: none;
}

.retail-product-section .rfq-form .variations td.value {
  margin: 0;
  padding: 0;
  display: inline-block;
  border: none;
}

.retail-product-section .rfq-form .single_variation_wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
}

.retail-product-section .rfq-form .woocommerce-variation {
  display: none;
}

.retail-product-section .rfq-form .woocommerce-variation-add-to-cart {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
}

.retail-product-section .rfq-form .quantity input {
  min-width: 60px;
  text-align: center;
  padding: 0.575rem 0.5rem;
  background-color: transparent !important;
  border: 1px solid #C7CCD0;
  border-radius: 8px;
  margin: 0;
}

.retail-product-section .rfq-form .single_adq_button {
  border-radius: 40px;
  background: var(--bs-primary);
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.9rem 2rem;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.retail-product-section .rfq-form .single_adq_button:hover {
  background: var(--bs-primary-dark);
  border-color: var(--bs-primary-dark);
}

.single-product .variable_add_to_quote.button_add_to_quote {
  margin: 1.5rem 0;
}

.single-product table.variations th.label {
  display: none;
}

/* Commercial Product Section - shares styles with retail */
.commercial-product-section {
  margin-bottom: 2rem;
}

.commercial-product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (width >= 768px) {
  .commercial-product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
  }
}

.commercial-product-section .product-image-col {
  /*position: sticky;*/
  top: 2rem;
}

.commercial-product-section hr {
  border-color: var(--brand-dark-green);
  border-width: 1px;
  border-style: solid;
}

.commercial-product-section .product-image-wrapper {
  text-align: center;
}

.commercial-product-section .product-packaging-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
}

@media (width >= 768px) {
  /*
  .commercial-product-section .product-packaging-image {
    max-width: 100%;
  }
    */
}

.commercial-product-section .no-image-placeholder {
  background: var(--brand-bg-light-gray);
  padding: 4rem 2rem;
  border-radius: 8px;
  text-align: center;
  color: var(--brand-md-gray);
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.commercial-product-section .product-info-col .product-info {
  max-width: 100%;
}

.commercial-product-section .product-tagline {
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.commercial-product-section .product-title {
  color: var(--bs-heading-color);
  font-size: calc(var(--font-3) * 0.925);
  font-weight: 700;
  line-height: 1.2;
}

.commercial-product-section .product-description {
  color: var(--brand-md-gray);
  font-size: 1rem;
  line-height: 1.7;
}

.commercial-product-section .rfq-section {
  background: var(--brand-bg-light-gray);
  padding: 0;
}

.commercial-product-section .rfq-section h3 {
  color: var(--bs-heading-color);
}

.commercial-product-section .product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.commercial-product-section .product-actions .btn {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 20px;
}

.commercial-product-section .variations_form.cart {
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
}

.commercial-product-section .variations_form .variations {
  margin: 0;
  padding: 0;
  border: none;
  display: inline-block;
}

.commercial-product-section .variations_form .variations tbody {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.commercial-product-section .variations_form .variations tr {
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.commercial-product-section .variations_form .variations th.label,
.commercial-product-section .variations_form .variations td.label {
  margin: 0;
  padding: 0;
  display: none;
}

.commercial-product-section .variations_form .variations td.value {
  margin: 0;
  padding: 0;
  display: inline-block;
  border: none;
}

.commercial-product-section .variations_form .variations a.reset_variations {
  display: none;
}

.commercial-product-section .single_variation_wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
}

.commercial-product-section .woocommerce-variation {
  display: none;
}

.commercial-product-section .woocommerce-variation-add-to-cart {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
}

.commercial-product-section .rfq-form {
  margin-top: 1rem;
}

.commercial-product-section .rfq-form .variations {
  margin: 0;
  padding: 0;
  border: none;
  display: inline-block;
}

.commercial-product-section .rfq-form .variations tbody {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.commercial-product-section .rfq-form .variations tr {
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.commercial-product-section .rfq-form .variations th.label,
.commercial-product-section .rfq-form .variations td.label {
  margin: 0;
  padding: 0;
  display: none;
}

.commercial-product-section .rfq-form .variations td.value {
  margin: 0;
  padding: 0;
  display: inline-block;
  border: none;
}

.commercial-product-section .rfq-form .single_variation_wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
}

.commercial-product-section .rfq-form .woocommerce-variation {
  display: none;
}

.commercial-product-section .rfq-form .woocommerce-variation-add-to-cart {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
}

.commercial-product-section .rfq-form .quantity input {
  min-width: 60px;
  text-align: center;
  padding: 0.45rem 0.5rem;
  background-color: transparent !important;
  border: 1px solid #C7CCD0;
  border-radius: 8px;
  margin: 0;
}

.commercial-product-section .rfq-form .single_adq_button,
.single_adq_button.button.alt {
  border-radius: 40px;
  background: var(--bs-primary);
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.9rem 2rem;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.commercial-product-section .rfq-form .single_adq_button:hover,
.single_adq_button.button.alt:hover {
  background: var(--bs-primary-dark);
  border-color: var(--bs-primary-dark);
}

/* RFQ Row - Flex layout matching retail add-to-cart */
.rfq-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.rfq-row .variation-select select {
  margin: 0;
  padding: 0.575rem 0.5rem;
  border-radius: 8px;
  border: 1px solid #C7CCD0;
  background: transparent;
  color: var(--bs-secondary);
  font-weight: 400;
  font-size: 0.875rem;
}

.rfq-row .quantity {
  width: auto;
  margin: 0;
  padding: 0;
}

.rfq-row .quantity input {
  min-width: 60px;
  text-align: center;
  padding: 0.575rem 0.5rem;
  background-color: transparent !important;
  border: 1px solid #C7CCD0;
  border-radius: 8px;
  margin: 0;
}

.rfq-row .single_adq_button {
  border-radius: 40px;
  background: var(--bs-primary);
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.9rem 2rem;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.rfq-row .single_adq_button:hover {
  background: var(--bs-primary-dark);
}

/* End Product Page Styles */

/* Footer Styles */

.edit-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  background: #fff;
}

.edit-footer a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  padding: 0.5rem 1.5rem;
  background: var(--bs-primary);
  margin-inline: auto;
  border-radius: 0.125rem;
  gap: 1rem;
  max-width: fit-content;
  transition: all 0.2s ease;
}

.edit-footer a:hover,
.edit-footer a:focus {
  background: var(--bs-primary-dark);
}

.footer-overlay {
  background-image: url("assets/img/svg/pattern-lines.svg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

/* Footer Signup Form */
#footer-signup {
  margin-top: 1.5rem;
  text-align: left;
}

#footer-signup h5 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#footer-signup .signup-name-row {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

#footer-signup .signup-name-row .signup-field {
  flex: 1 1 50%;
}

#footer-signup .signup-email-row {
  display: flex;
  gap: 0.75rem;
}

#footer-signup .signup-email-row .signup-email {
  flex: 1 1 75%;
}

#footer-signup .signup-email-row .signup-submit {
  flex: 1 1 25%;
}

#footer-signup input[type="text"],
#footer-signup input[type="email"] {
  width: 100%;
  padding: 0.6rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.875rem;
  transition: border-color 0.2s ease, background 0.2s ease;
}

#footer-signup input[type="text"]::placeholder,
#footer-signup input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

#footer-signup input[type="text"]:focus,
#footer-signup input[type="email"]:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.12);
}

#footer-signup input[type="submit"] {
  width: 100%;
  padding: 0.6rem 1rem;
  border: none;
  border-radius: 0.25rem;
  background: var(--bs-primary);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: background 0.2s ease;
}

#footer-signup input[type="submit"]:hover {
  background: var(--bs-primary-dark);
}

@media (max-width: 1024px) {
  .top-nav {
    display: none;
  }

  .account-nav {
    flex-direction: row;
    align-items: center;
  }

  /* Only hide nav when it's in the header, not in mmenu */
  .header-nav #nav-main {
    display: none;
  }

  .header-logo a svg {
    height:40px;
  }

  .navbar-toggler {
    display: flex;
    margin-left: 0;
  }
  #footer-nav {
    margin: auto auto;
  }

  #footer-tag {
    padding-top: 2rem;
  }

  #footer-left {
    margin-inline: auto;
  }

  ul#footer-nav {
    justify-content: center;
    text-align: center;
    max-width: 90dvw;
  }

  p#footer-tagline {
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #footer-signup {
    text-align: center;
    max-width: 500px;
    margin-inline: auto;
  }

  #footer-signup h5 {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  header#masthead {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
  }

  .header-left-bar {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 1.75dvw;
    height: 26px;
    z-index: 1;
    background: var(--bs-primary);
    border-top-right-radius: 2rem;
  }

  .navbar-toggler {
    display: none;
  }

  header #primary-navbar nav li a {
    color: #fff;
  }

  #primary-navbar {
    width: 100%;
    height: 100%;
  }

  nav#nav-top {
    background: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    top: 0;
  }

  #nav-top #menu-account-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin: auto var(--space-m) auto auto;
    padding: 0;
  }

  #nav-top #menu-account-menu li {
    margin: 0 0.25rem;
    list-style: none;
  }

  #nav-top #menu-account-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0.25rem var(--space-s);
    transition: opacity 0.2s ease;
  }

  #nav-top #menu-account-menu li a:hover {
    opacity: 0.7;
  }

  ul.nav > li > a,
  ul.nav > li > a:hover {
    cursor: pointer;
    color: #fff;
  }

  .account-nav-icon {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-left: 1rem;
  }

  .account-nav-icon a {
    padding: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
  }

  .account-nav-icon a:hover {
    opacity: 0.7;
  }

  .account-nav-icon .nav-icon-cart,
  .account-nav-icon .nav-icon-quote {
    position: relative;
  }

  .account-nav-icon .cart-count,
  .account-nav-icon .quote-count {
    position: absolute;
    top: 0;
    right: -8px;
    background: #c9a94e;
    color: #fff;
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1;
    min-width: 1rem;
    height: 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.2em;
  }

  .account-nav-icon .cart-count:empty,
  .account-nav-icon .quote-count:empty {
    display: none;
  }

  #nav-main {
    display: flex;
    align-items: center;
  }

  #nav-main .nav {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #nav-main .nav > li {
    padding: 0;
    margin: auto 0.5rem;
  }

  #nav-main .nav > li > a {
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: block;
    transition: opacity 0.2s ease;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
  }

  /* Desktop navigation styles */
  #nav-main {
    display: flex;
    align-items: center;
  }

  nav#nav-main {
    padding: 0.5rem 1rem;
    margin-block: auto;
  }

  #nav-main .nav {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  #nav-main .nav > li {
    padding: 0;
    margin: auto 0.5rem;
  }

  #nav-main .nav > li > a {
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: block;
    transition: opacity 0.2s ease;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
  }

  #nav-main .nav > li > a:hover {
    opacity: 0.7;
  }

  /* Parent menu item needs relative positioning for dropdown */
  nav#nav-main li.menu-item-has-children {
    position: relative;
  }

  /* Down arrow for top-level items with children */
  nav#nav-main > ul > li.menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 8px;
    margin-left: 0.4em;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.353516 1.58594L4.59616 5.82858L8.8388 1.58594' stroke='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    opacity: 0.8;
  }

  /* Hide submenu by default */
  nav#nav-main li.menu-item-has-children > ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background: rgba(120, 162, 47, 0.9);
    border-radius: 4px;
    margin: 0;
    padding: 0.5rem 0;
    list-style: none;
    width: auto;
    min-width: 225px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  /* Show only direct child submenu on hover (level 2) */
  nav#nav-main > ul > li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
  }

  /* Style submenu items */
  nav#nav-main li.menu-item-has-children ul.sub-menu li {
    margin: 0;
    padding: 0;
  }

  nav#nav-main li.menu-item-has-children ul.sub-menu li a {
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    transition: background-color 0.2s ease;
  }

  nav#nav-main li.menu-item-has-children ul.sub-menu li a:hover {
    background: rgba(255, 255, 255, 0.1);
    opacity: 1;
  }

  /* Level 3 submenu - flyout to the right */
  nav#nav-main ul.sub-menu li.menu-item-has-children {
    position: relative;
  }

  nav#nav-main ul.sub-menu li.menu-item-has-children > a::after {
    content: '';
    position: absolute;
    right: 0.75rem;
    top: 50%;
    width: 8px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='10' viewBox='0 0 8 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.58594 8.8388L5.82858 4.59616L1.58594 0.353516' stroke='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
  }

  nav#nav-main ul.sub-menu li.menu-item-has-children:hover > a::after {
    transform: translateY(-50%) translateX(3px);
  }

  /* Hide level 3 submenu by default - use visibility for smoother transitions */
  nav#nav-main ul.sub-menu ul.sub-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -0.5rem;
    left: 100%;
    z-index: 1001;
    background: rgba(100, 142, 37, 0.95);
    border-radius: 4px;
    margin: 0;
    padding: 0.5rem 0;
    list-style: none;
    min-width: 200px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    pointer-events: none;
    transition: opacity 0.15s ease, visibility 0.15s ease;
  }

  /* Show level 3 submenu on hover of its direct parent only */
  nav#nav-main ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  /* Level 3 submenu item styles */
  nav#nav-main ul.sub-menu ul.sub-menu li a {
    padding: 0.5rem 1rem;
    font-size: 13px;
  }

  nav#nav-main ul.sub-menu ul.sub-menu li a:hover {
    background: rgba(255, 255, 255, 0.15);
  }

  /* Flip level 2 dropdown to the left when near right edge */
  nav#nav-main li.menu-item-has-children > ul.sub-menu.flip-left {
    left: auto;
    right: 0;
  }

  /* Flip level 3 submenu to the left when near right edge */
  nav#nav-main ul.sub-menu ul.sub-menu.flip-left {
    left: auto;
    right: 100%;
  }

  /* Adjust arrow direction when flipped left */
  nav#nav-main ul.sub-menu li.menu-item-has-children:has(> ul.sub-menu.flip-left) > a::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='10' viewBox='0 0 8 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.41406 0.353516L2.17142 4.59616L6.41406 8.8388' stroke='white'/%3E%3C/svg%3E");
    right: auto;
    left: 0.75rem;
  }

  nav#nav-main ul.sub-menu li.menu-item-has-children:has(> ul.sub-menu.flip-left):hover > a::after {
    transform: translateY(-50%) translateX(-3px);
  }

  /* Flip submenu upward when near bottom edge */
  nav#nav-main li.menu-item-has-children > ul.sub-menu.flip-up {
    top: auto;
    bottom: 0;
  }

  nav#nav-main ul.sub-menu ul.sub-menu.flip-up {
    top: auto;
    bottom: -0.5rem;
  }

  ul#footer-nav {
    margin-left: -1rem;
  }
  p#footer-tagline {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }
}

@media (min-width: 1280px) {
  .header-nav {
    padding: 0 4rem;
  }

  .top-nav {
    margin-right: -4rem;
    padding-right: 4rem;
  }
}

/* Clean mmenu styling using documented approach */
.mm {
  background: #333 !important;
  color: #fff !important;
  --mm-spn-item-height: 50px;
  --mm-spn-item-indent: 20px;
  --mm-spn-line-height: 24px;
  --mm-ocd-max-width: 440px;
  --mm-ocd-width: 80%;
}

.mm a {
  color: #fff !important;
  text-decoration: none !important;
  display: block !important;
}

.mm a:hover {
  opacity: 0.7 !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

/* Mobile menu drawer - always present but hidden when closed */
.mm-ocd:not(.mm-ocd--open) {
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Make sure the mobile menu appears above everything when open */
.mm-ocd.mm-ocd--open {
  z-index: 10000 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* Ensure backdrop properly covers and closes menu */
.mm-ocd__backdrop {
  cursor: pointer;
  z-index: 3;
}

/* Style the menu content in drawer */
.mm-ocd__content {
  background: #333 !important;
}

/* Drawer close button - top-right corner with black background */
.drawer-close-button-container {
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 999999999;
  padding: 0.25rem;
  display: none;
}

.mm-ocd.mm-ocd--open .drawer-close-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.drawer-close-button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.drawer-close-button:focus {
  outline: none;
  box-shadow: none;
}

.drawer-close-button svg {
  width: 24px;
  height: 24px;
  pointer-events: none;
}

/* Desktop - ensure menu is visible in header, not in drawer */
@media (min-width: 1025px) {
  /* Hide the drawer completely on desktop */
  .mm-ocd {
    display: none !important;
    visibility: hidden !important;
  }
  
  /* Ensure nav-main is visible in header - override mobile hiding */
  .header-nav #nav-main,
  .main-nav #nav-main,
  #nav-main {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip-path: none !important;
  }
  
  /* Reset mmenu classes on desktop */
  #nav-main.mm-spn {
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    position: static !important;
    transform: none !important;
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
  
  /* Ensure the nav UL is visible */
  #nav-main .nav,
  #nav-main ul.nav {
    display: flex !important;
    visibility: visible !important;
    position: static !important;
    left: auto !important;
    width: auto !important;
    overflow: visible !important;
  }
  .mobile-menu {display:none;}
}

/* Custom SVG Icon Centering */
.icon-shape {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.icon-shape svg {
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
}

/* Icon cards top: filled icons, Material Design 24x24 */
.icon-cards-top .icon-shape .icon-cards-top-symbol {
  font-size: 24px;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.icon-cards-top .icon-shape .icon-cards-top-svg,
.icon-cards-top .icon-shape .icon-cards-top-svg svg,
.icon-cards-bottom .icon-shape .icon-cards-bottom-svg,
.icon-cards-bottom .icon-shape .icon-cards-bottom-svg svg {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
  flex-shrink: 0;
}

/* Features image icon columns: keep file-loaded SVGs at 34px */
#features-img-icon-col .features-icon-column-svg,
#features-img-icon-col .features-icon-column-svg svg {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px;
  min-height: 34px;
  max-width: 34px;
  max-height: 34px;
  flex-shrink: 0;
}

/* Ensure icon containers are properly sized */
.icon.icon-lg {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Featured Testimonial Styling */
.testimonial-featured {
  background: var(--bs-primary) !important;
  border: none !important;
}

.testimonial-featured .card-body {
  color: #fff !important;
}

.testimonial-featured .name span {
  color: #fff !important;
}

.testimonial-featured .rating svg path {
  fill: #fff !important;
}

/* Capabilities Page Specific Styles */
.capability-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.capability-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.min-height-100 {
  min-height: 100px;
}

.min-height-150 {
  min-height: 150px;
}

.min-height-200 {
  min-height: 200px;
}

.min-height-300 {
  min-height: 300px;
}

.min-height-320 {
  min-height: 320px;
}
/* Product ACF Fields Styling */
.product-acf-fields {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e9ecef;
}

.product-acf-fields section {
  margin-bottom: 2.5rem;
}

.product-acf-fields h3 {
  color: #333;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #78a22f;
}

/* Header Section */
.product-header-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
}

@media (min-width: 768px) {
  .product-header-section {
    grid-template-columns: 1fr 1fr;
  }
}

.product-header-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.product-header-titles h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
}

.product-header-titles h3 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #666;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* Certifications Section */
.product-certifications {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
}

.certifications-content {
  line-height: 1.6;
}

.certifications-content img {
  max-width: 100%;
  height: auto;
  margin: 0.5rem 0;
}

/* Organic Badge */
.product-organic-badge {
  text-align: center;
}

.organic-badge {
  display: inline-block;
  background: #78a22f;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(120, 162, 47, 0.3);
}

/* Ingredient and Nutrition Section */
.product-ingredient-nutrition {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .product-ingredient-nutrition {
    grid-template-columns: 1fr 1fr;
  }
}

.ingredient-image img,
.nutritional-facts img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* CSS-only Lightbox for Nutrition Facts */
.nutrition-facts-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.nutrition-facts-lightbox:target {
  opacity: 1;
  visibility: visible;
}

.nutrition-facts-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
}

.nutrition-facts-lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90vh;
  background: #fff;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  overflow: auto;
  z-index: 2;
}

.nutrition-facts-lightbox-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.nutrition-facts-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  z-index: 10000;
}

.nutrition-facts-close:hover {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  text-decoration: none;
}

/* Close when clicking outside */
.nutrition-facts-lightbox:target .nutrition-facts-lightbox-content {
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* NLM Info Section */
.product-nlm-info {
  background: #e8f5e8;
  padding: 1.5rem;
  border-radius: 8px;
  border-left: 4px solid #78a22f;
}

.nlm-info-content {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
}

/* Bulk Options Section */
.product-bulk-options {
  background: #fff3cd;
  padding: 1.5rem;
  border-radius: 8px;
  border-left: 4px solid #ffc107;
}

.bulk-options-content {
  line-height: 1.6;
}

.bulk-options-content img {
  max-width: 100%;
  height: auto;
  margin: 0.5rem 0;
}

/* Related Recipes Section */
.related-recipes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}

.recipe-item {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.recipe-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.recipe-image {
  height: 200px;
  overflow: hidden;
}

.recipe-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.recipe-item:hover .recipe-image img {
  transform: scale(1.05);
}

.recipe-title {
  padding: 1rem;
}

.recipe-title a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: color 0.2s ease;
}

.recipe-title a:hover {
  color: #78a22f;
}

/* Packaging Section */
.product-packaging {
  text-align: center;
}

.packaging-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .product-acf-fields {
    margin-top: 2rem;
    padding-top: 1.5rem;
  }

  .product-acf-fields section {
    margin-bottom: 2rem;
  }

  .product-header-titles h2 {
    font-size: 1.5rem;
  }

  .product-header-titles h3 {
    font-size: 1.1rem;
  }

  .related-recipes-grid {
    grid-template-columns: 1fr;
  }
}

/* Commercial Products Section */
.commercial-section {
  padding-block: var(--space-xl);
}

.commercial-section .pill-badge,
.pill-badge {
  background-color: var(--brand-light-green);
  color: var(--bs-primary-dark);
  padding: 0.25rem 1rem;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  margin-inline: auto;
  margin-block-end: var(--space-m);
  max-width: fit-content;
}

.product-card {
  padding: 0.75vh 1.5vw 0.5vh;
  transition: background-color 0.3s ease-in-out;
}

.retail-section .product-card {
  padding: 3.5vh 1.5vw 0.25vh;
  transition: background-color 0.3s ease-in-out;
}

.commercial-section .product-card img,
.ingredients-section .product-card img,
.wc-products-by-cat .product img {
  background: none;
  margin-block-start: 3vh;
  margin-inline: auto;
  max-height: initial;
  margin-inline-start: 1rem;
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .commercial-section .product-card img,
  .ingredients-section .product-card img,
  .wc-products-by-cat .product img {
    margin-inline-start: 2.5rem;
  }
}
@media (min-width: 992px) {
  .commercial-section .product-card img,
  .ingredients-section .product-card img,
  .wc-products-by-cat .product img {
    margin-inline-start: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .commercial-section .product-card img,
  .ingredients-section .product-card img,
  .wc-products-by-cat .product img {
    margin-inline-start: 2.1rem;
  }
}

/* Retail Products Section */
.retail-section {
  padding-block: var(--space-l-3xl);
}

/* Custom Development Section */
.custom-development-section {
  position: relative;
  overflow: visible;
  margin: auto auto var(--space-l-3xl);
}

.custom-development-hero {
  position: relative;
  width: 100%;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  padding-bottom: 6rem;
}

.custom-development-hero::before {
  content: "";
  position: absolute;
  background: linear-gradient(
    75deg,
    rgba(255, 255, 255, 0.666) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.custom-development-hero-content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15vh 1.5rem 0;
  min-height: auto;
  display: flex;
  align-items: center;
}

.custom-development-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  position: relative;
}

@media (width >= 992px) {
  .custom-development-hero {
    position: relative;
    width: 100%;
    min-height: 625px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    padding-bottom: 6rem;
  }

  .custom-development-hero-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.custom-development-hero-text {
  max-width: 500px;
}

.custom-development-title {
  color: var(--bs-primary);
  font-size: 52px;
  font-weight: 700;
  line-height: 1.3;
  margin: auto 0;
  text-shadow: 3px 3px 6px rgba(255, 255, 255, 0.5);
}

.custom-development-subhead {
  color: var(--bs-dark);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-block-start: auto;
  margin-block-end: var(--space-m-xl);
  padding-block-start: 1rem;
  max-width: 400px;
}

.custom-development-product-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  z-index: 3;
  margin-block-start: auto;
  margin-inline-end: var(--space-m);
}

@media (width >= 992px) {
  .custom-development-product-image {
    margin-block-start: -33vh;
    right: calc((100% - 1200px) / 2 + 1.5rem);
  }
}

.custom-development-product-image img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  margin-block-end: 2rem;
  width: 100%;
  max-width: 500px;
  height: auto;
}

@media (width < 992px) {
  .custom-development-product-image {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 100%;
    max-width: 300px;
    margin: 2rem auto 0;
  }
}

.custom-development-card-wrapper {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.custom-development-card {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  margin-top: -6rem;
  position: relative;
  z-index: 3;
  padding: 2rem;
}

@media (width < 768px) {
  .custom-development-card {
    margin-top: -4rem;
    padding: 1.5rem;
  }
}

.custom-development-card-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding-block: var(--space-m);
}

@media (width >= 768px) {
  .custom-development-card-content {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.custom-development-card-text {
  color: var(--brand-md-gray);
  font-size: 106%;
  line-height: 1.4;
  margin-block: auto;
}

.custom-development-card-text p {
  margin-bottom: 1rem;
}

.custom-development-card-text ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.custom-development-card-text li {
  margin-bottom: 0.5rem;
}

.custom-development-card-image-cta {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.custom-development-buttons {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  bottom: 0;
  gap: 0.5rem;
  margin-block-start: auto;
  margin-block-end: 0;
  margin-inline: auto;
  text-align: center;
  max-width: fit-content;
}

@media (width >= 768px) {
  .custom-development-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    justify-content: flex-end;
    bottom: 0;
    flex-direction: row;
    gap: 0.5rem;
    margin-block-start: auto;
    margin-block-end: 0;
    margin-inline: auto;
  }
}

.custom-development-button {
  display: flex;
  min-width: fit-content;
  padding: 0.5rem 0.625rem;
  font-size: 11px;
  letter-spacing: -0.02em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-radius: 1.2rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  margin-block-start: auto;
  margin-block-end: 0;
}

.custom-development-button-primary {
  background-color: var(--bs-primary);
  color: white;
}

.custom-development-button-primary:hover {
  background-color: var(--bs-primary-dark);
  color: white;
}

.custom-development-button-secondary {
  background-color: transparent;
  color: #7b809a;
  border-color: #7b809a;
}

.custom-development-button-secondary:hover {
  background-color: #6c757d;
  color: white;
}

/* Shop FAQ Section */
.shop-faq-section {
  background-color: #ffffff;
  padding-block: var(--space-xl);
}
.accordion-button {
  line-height:1;
}

/* Product Grid */
.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-m);
}

@media (width >= 768px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width >= 992px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width >= 1200px) {
  .commercial-section .product-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Product Card */
.product-card {
  border-radius: 8px;
  overflow: visible;
  transition: background-color 0.3s ease-in-out;
}

.product-card:hover {
  background-color: #ffffff;
}

.bg-white .product-card:hover {
  background-color: var(--body-bg);
}

.product-card .card-img-top {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card:hover .card-img-top {
  transform: scale(1.05);
}

.product-card .card-title a {
  color: var(--brand-blue);
  text-decoration: none;
  transition: color 0.2s ease;
}

.product-card .card-title a:hover {
  color: var(--bs-primary);
}

.product-card .card-text {
  color: #666;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.product-cta-text p {
  font-style: italic;
  font-weight: 700;
  font-size: 1.25rem;
  padding-block-end: 0;
  margin-block-end: auto;
}

/* Responsive adjustments for shop sections */
@media (width < 768px) {
  .commercial-section,
  .retail-section,
  .shop-faq-section {
    padding-block: var(--space-l-3xl);
  }

  .product-card .card-img-top {
    height: 200px;
  }
}

/* Contact Section with Form Toggle */
.contact-section .form-toggle-wrapper {
  position: relative;
}

.contact-section .form-toggle-tabs {
  display: flex;
  background-color: var(--brand-bg-gray);
  border-radius: 8px;
  padding: 0.325rem;
  margin-bottom: 0;
  position: relative;
}

.contact-section .form-toggle-button {
  flex: 1;
  padding: 0.625rem 1rem;
  background: transparent;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: var(--bs-heading-color);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  text-align: center;
}

.contact-section .form-toggle-button:hover {
  opacity: 0.8;
}

.contact-section .form-toggle-button.active {
  background-color: #FFFFFF;
  color: var(--bs-heading-color);
  font-weight: 400;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
}

.contact-section .form-container {
  display: none;
  animation: fadeIn 0.4s ease-in;
  position: relative;
  z-index: 1;
}

.contact-section .form-container.active {
  display: block;
  position: relative;
  z-index: 1;
}

.contact-section .form-container .card-body {
  position: relative;
  z-index: 1;
}

.contact-section .form-container .gform_body {
  position: relative;
  z-index: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-section .sidebar-content {
  display: none;
  animation: fadeIn 0.4s ease-in;
}

.contact-section .sidebar-content.active {
  display: block;
}

/* Sidebar background color transitions */
.contact-section .contact-sidebar {
  transition: background-color 0.5s ease;
}

.contact-section .contact-sidebar[data-active-form="contact"] {
  background-color: var(--blue);
}

.contact-section .contact-sidebar[data-active-form="sample"] {
  background-color: var(--bs-primary);
}

/* Mask overlay styling */
.contact-section .contact-sidebar .mask {
  background: var(--brand-aqua) !important;
  opacity: 0.9 !important;
}

.contact-section .contact-sidebar[data-active-form="sample"] .mask {
  background: var(--bs-primary) !important;
}

@media (width < 992px) {
  .contact-section .form-toggle-button {
    font-size: 0.875rem;
    padding: 0.875rem 1rem;
  }
}

@media (width < 576px) {
  .contact-section .form-toggle-button {
    font-size: 0.75rem;
    padding: 0.75rem 0.5rem;
  }
}

/* Gravity Forms Input Styling - Border Bottom Only, Consistent Padding */
.contact-section .gform_body input[type="text"],
.contact-section .gform_body input[type="email"],
.contact-section .gform_body input[type="tel"],
.contact-section .gform_body input[type="number"],
.contact-section .gform_body input[type="url"],
.contact-section .gform_body input[type="password"],
.contact-section .gform_body textarea,
.contact-section .gform_body select {
  border: none;
  border-bottom: 1px solid #e9ecef;
  border-radius: 4px;
  background-color: #e9ecef;
  padding: 0.75rem 1rem;
  transition: border-bottom-color 0.3s ease;
  box-sizing: border-box;
}

.contact-section .gform_body input[type="text"]:focus,
.contact-section .gform_body input[type="email"]:focus,
.contact-section .gform_body input[type="tel"]:focus,
.contact-section .gform_body input[type="number"]:focus,
.contact-section .gform_body input[type="url"]:focus,
.contact-section .gform_body input[type="password"]:focus,
.contact-section .gform_body textarea:focus,
.contact-section .gform_body select:focus {
  outline: none;
  border-bottom-color: var(--bs-primary);
  box-shadow: none;
}

/* Request a Sample form: 2-column grid - force with high specificity */
.request_sample_wrapper .gform_fields,
.request_sample_wrapper .gform-body .gform_fields,
.request_sample .gform_fields,
.request_sample .gform-body .gform_fields,
#gform_fields_2,
#gform_wrapper_2 .gform_fields,
#gform_wrapper_2 .gform-body .gform_fields {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-auto-flow: row !important;
  gap: 1rem 1.5rem !important;
  width: 100% !important;
}

@media (min-width: 768px) {
  .request_sample_wrapper .gform_fields,
  .request_sample_wrapper .gform-body .gform_fields,
  .request_sample .gform_fields,
  .request_sample .gform-body .gform_fields,
  #gform_fields_2,
  #gform_wrapper_2 .gform_fields,
  #gform_wrapper_2 .gform-body .gform_fields {
    grid-template-columns: 1fr 1fr !important;
    grid-auto-flow: row !important;
  }
  
  /* Only Name, Address, and Message span full width */
  .request_sample_wrapper #field_2_1,
  .request_sample_wrapper #field_2_5,
  .request_sample_wrapper #field_2_6,
  .request_sample #field_2_1,
  .request_sample #field_2_5,
  .request_sample #field_2_6,
  #gform_fields_2 #field_2_1,
  #gform_fields_2 #field_2_5,
  #gform_fields_2 #field_2_6 {
    grid-column: 1 / -1 !important;
  }
  
  /* All other fields take one column and flow naturally */
  .request_sample_wrapper .gfield--width-half,
  .request_sample_wrapper .gfield--width-full,
  .request_sample .gfield--width-half,
  .request_sample .gfield--width-full,
  #gform_fields_2 .gfield--width-half,
  #gform_fields_2 .gfield--width-full {
    grid-column: span 1 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  /* Override the full-width rule for specific fields that should span */
  .request_sample_wrapper #field_2_1.gfield--width-half,
  .request_sample_wrapper #field_2_5.gfield--width-full,
  .request_sample_wrapper #field_2_6.gfield--width-full,
  .request_sample #field_2_1.gfield--width-half,
  .request_sample #field_2_5.gfield--width-full,
  .request_sample #field_2_6.gfield--width-full,
  #gform_fields_2 #field_2_1.gfield--width-half,
  #gform_fields_2 #field_2_5.gfield--width-full,
  #gform_fields_2 #field_2_6.gfield--width-full {
    grid-column: 1 / -1 !important;
  }
}

/* Sample Form Container - Custom Grid Layout */
#sample-form-container .gform_fields {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-auto-flow: row !important;
  gap: 1rem 1.5rem !important;
  width: 100% !important;
}

/* Ensure all fields are grid items */
#sample-form-container .gfield {
  display: block !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 640px) {
  #sample-form-container .gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
    grid-column: span 12;
  }
}

@media (width >= 768px) {
  #sample-form-container .gform_fields {
    grid-template-columns: 1fr 1fr !important;
    grid-auto-flow: row !important;
  }
  
  /* Name spans full width */
  #sample-form-container #field_8_1 {
    grid-column: 1 / -1 !important;
  }
  
  /* Company Name spans full width */
  #sample-form-container #field_8_2 {
    grid-column: 1 / -1 !important;
  }
  
  /* Email, Title, Website, Phone each take 1 column (1fr each in 2-column grid) */
  #sample-form-container #field_8_3,
  #sample-form-container #field_8_7,
  #sample-form-container #field_8_8,
  #sample-form-container #field_8_4 {
    grid-column: span 1 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  /* Address spans full width */
  #sample-form-container #field_8_5 {
    grid-column: 1 / -1 !important;
  }
  
  /* Describe What You Need spans full width */
  #sample-form-container #field_8_6 {
    grid-column: 1 / -1 !important;
  }
}

/* Force all gfields to be grid items */
.request_sample_wrapper .gfield {
  display: block !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* Standardize input container spacing */
form.request_sample .ginput_container,
.request_sample_wrapper .ginput_container,
.request_sample .ginput_container,
#gform_fields_2 .ginput_container,
/* Contact form - same spacing as request_sample */
#contact-form-container .ginput_container,
#gform_fields_1 .ginput_container {
  margin: 0 !important;
  padding: 0 !important;
}

/* Address field inputs - span 100% width within their containers */
.request_sample_wrapper .ginput_container_address input,
.request_sample .ginput_container_address input,
#gform_fields_2 .ginput_container_address input {
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Remove padding-left from address field spans */
.request_sample_wrapper.gform_wrapper.gravity-theme .ginput_container_address span,
.request_sample_wrapper .gform_wrapper.gravity-theme .ginput_container_address span,
.request_sample .gform_wrapper.gravity-theme .ginput_container_address span,
.request_sample_wrapper.gravity-theme .ginput_container_address span,
.request_sample.gravity-theme .ginput_container_address span,
#gform_wrapper_2.gform_wrapper.gravity-theme .ginput_container_address span,
#gform_wrapper_2.gravity-theme .ginput_container_address span,
.request_sample_wrapper .ginput_container_address span,
.request_sample .ginput_container_address span,
#gform_fields_2 .ginput_container_address span {
  padding-left: 0 !important;
  padding-inline-start: 0 !important;
}

/* Standardize ALL inputs - identical padding and full width */
form.request_sample input[type="text"],
form.request_sample input[type="email"],
form.request_sample input[type="tel"],
form.request_sample input[type="url"],
form.request_sample textarea,
.request_sample_wrapper input[type="text"],
.request_sample_wrapper input[type="email"],
.request_sample_wrapper input[type="tel"],
.request_sample_wrapper input[type="url"],
.request_sample_wrapper textarea,
.request_sample input[type="text"],
.request_sample input[type="email"],
.request_sample input[type="tel"],
.request_sample input[type="url"],
.request_sample textarea,
#gform_fields_2 input[type="text"],
#gform_fields_2 input[type="email"],
#gform_fields_2 input[type="tel"],
#gform_fields_2 input[type="url"],
#gform_fields_2 textarea,
/* Contact form - same padding as request_sample */
#contact-form-container input[type="text"],
#contact-form-container input[type="email"],
#contact-form-container input[type="tel"],
#contact-form-container input[type="url"],
#contact-form-container textarea,
#gform_fields_1 input[type="text"],
#gform_fields_1 input[type="email"],
#gform_fields_1 input[type="tel"],
#gform_fields_1 input[type="url"],
#gform_fields_1 textarea {
  padding: 0.75rem 1rem !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* Standardize labels */
form.request_sample .gfield_label,
.request_sample_wrapper .gfield_label,
.request_sample .gfield_label,
#gform_fields_2 .gfield_label,
/* Contact form - same label spacing as request_sample */
#contact-form-container .gfield_label,
#gform_fields_1 .gfield_label {
  margin-bottom: 0.5rem !important;
}

/* Complex field inputs - ensure same padding */
form.request_sample .ginput_complex input,
form.request_sample .gform-grid-col input,
.request_sample_wrapper .ginput_complex input,
.request_sample_wrapper .gform-grid-col input,
.request_sample .ginput_complex input,
.request_sample .gform-grid-col input,
#gform_fields_2 .ginput_complex input,
#gform_fields_2 .gform-grid-col input,
/* Contact form - same padding as request_sample */
#contact-form-container .ginput_complex input,
#contact-form-container .gform-grid-col input,
#gform_fields_1 .ginput_complex input,
#gform_fields_1 .gform-grid-col input {
  padding: 0.75rem 1rem !important;
}

/* Address Complex Field Styling - Ensure Clickability */
.contact-section .ginput_complex {
  position: relative;
  z-index: 1;
}

.contact-section .ginput_complex .ginput_container {
  position: relative;
  z-index: 1;
}

.contact-section .ginput_complex span {
  position: relative;
  z-index: 1;
  display: block;
}

.contact-section .ginput_complex input {
  position: relative;
  z-index: 2;
  pointer-events: auto !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  min-height: 2.5rem !important;
  padding: 0.75rem 1rem !important;
  margin: 0 !important;
  border: none !important;
  border-bottom: 1px solid #e9ecef !important;
  background-color: #e9ecef !important;
  cursor: text !important;
  box-sizing: border-box !important;
}

.contact-section .ginput_complex label {
  position: relative;
  z-index: 1;
  pointer-events: none;
  display: block;
  margin-bottom: 0.5rem;
}

.contact-section .gform-grid-col {
  position: relative;
  z-index: 1;
  display: block;
}

.contact-section .gform-grid-col input {
  position: relative;
  z-index: 2;
  pointer-events: auto !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  min-width: 0;
  min-height: 2.5rem !important;
  padding: 0.75rem 1rem !important;
  box-sizing: border-box;
}

.contact-section .ginput_complex .ginput_full input,
.contact-section .ginput_complex .ginput_left input,
.contact-section .ginput_complex .ginput_right input {
  width: 100% !important;
  min-width: 0;
  box-sizing: border-box;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  min-height: 2.5rem !important;
}

/* Ensure address field containers are visible */
.contact-section #input_2_5_1_container,
.contact-section #input_2_5_3_container,
.contact-section #input_2_5_4_container,
.contact-section #input_2_5_5_container {
  display: block !important;
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}

.contact-section #input_2_5_1_container input,
.contact-section #input_2_5_3_container input,
.contact-section #input_2_5_4_container input,
.contact-section #input_2_5_5_container input {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  width: 100% !important;
  min-height: 2.5rem !important;
}

#centered-title-strip {
  background-color: var(--brand-bg-light-green);
}

#centered-title-strip h2 {
  color: var(--brand-green);
  font-size: var(--font-4);
  margin: 0 auto;
  padding-block: var(--space-s);
  max-width: 40rem;
}

.text-brand-green {
  color: var(--brand-green);
}

#content-repeater-row-columns {
  background-color: #fff;
}

#content-repeater-row-columns .content-text-area {
  max-width: 40rem;
}

#content-repeater-row-columns .row.gap-4 {
  margin-left: 0;
  margin-right: 0;
}

/* Material Design Phone Icon Styling */
.contact-section .material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.contact-section .material-symbols-rounded.text-sm {
  font-size: 1.25rem;
}

.contact-section input.gform_button.button {
  margin-left: auto;
}

article.portfolio-item {
  padding-bottom: 2rem;
}

@media (width >= 768px) {
  .portfolio-items{
    display:flex;
    flex-direction:column;
  }

  .portfolio-item{
    width:min(800px, 100%);
  }

  /* Arrow layout: left -> center -> right -> center (repeats) */
  .portfolio-item:nth-child(4n + 1){ align-self:flex-start; }
  .portfolio-item:nth-child(4n + 2){ align-self:center; }
  .portfolio-item:nth-child(4n + 3){ align-self:flex-end; }
  .portfolio-item:nth-child(4n){     align-self:center; }
}

/* Product Portfolio base styles */
.product-portfolio {
  padding: 3rem 0;
}

.product-portfolio .portfolio-heading {
  margin-bottom: 1.5rem;
}

.product-portfolio .portfolio-intro {
  margin-bottom: 3rem;
}

.portfolio-items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.portfolio-item-image img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  object-fit: cover;
}

.portfolio-item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.portfolio-item-title a:hover {
  text-decoration: underline;
}

.portfolio-item-description {
  flex-grow: 1;
  margin-bottom: 1.5rem;
}

.portfolio-item-description p {
  margin-bottom: 0.5rem;
}

.portfolio-item-description p:last-child {
  margin-bottom: 0;
}

.portfolio-item-action {
  margin-top: 0.25rem;
}

@media (width < 768px) {
  .article.portfolio-item {
    border-bottom:1px solid #bbb;
  }
  .portfolio-item .row {
    flex-direction: row;
  }

  .portfolio-item-image {
    margin-bottom: 1.5rem;
  }
}

@media (width >= 768px) {
  .portfolio-item .row {
    align-items: center;
  }
  /*
  .portfolio-item-image img {
    max-height: 300px;
  }
  */
}

@media (width >= 992px) {
  /*
  .portfolio-item-image img {
    max-height: 350px;
  }
  */
}

/* Recipe single: related retail products – portfolio style, stacked rows, alternating image/content */
.recipe-retail-products .recipe-retail-products-portfolio {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (width >= 768px) {
  .recipe-retail-products .recipe-retail-products-portfolio .portfolio-item {
    width: 100%;
    align-self: stretch;
    padding-bottom: 0;
  }
}

/* ---------------------------------------------
   Image + Video Columns (Product Categories)
---------------------------------------------- */
.image-video-columns .section-badge-wrap {
  margin-bottom: 0.75rem;
}

.image-video-columns .section-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background: var(--brand-bg-light-green);
  color: var(--bs-primary-dark);
  font-size: 0.825rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: capitalize;
}

.pill {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  margin-block-end: 0.25rem;
  border-radius: 12px;
  background: var(--brand-bg-light-green);
  color: var(--bs-primary-dark);
  font-size: 0.825rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: capitalize;
}

.image-video-columns .section-title {
  margin-bottom: 0;
}

.image-video-columns .quote {
  border-color: var(--bs-primary);
  color: var(--bs-primary);
  max-width: 22rem;
}

.image-video-columns .wysiwyg-content :where(p):last-child {
  margin-bottom: 0;
}

@media (width >= 768px) {
  .image-video-columns .lead-media {
    z-index: 1;
  }

  .image-video-columns .media-right {
    z-index: 2;
  }

  .image-video-columns .bottom-media {
    max-width: 595px;
  }
  .image-video-columns .wysiwyg-content {
    max-width: 440px;
    margin-inline-start: auto;
    font-size: 1.15rem;
    line-height: 1.4;
  }
}

.image-video-columns .video-embed {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}

.image-video-columns .media-right :where(iframe, video) {
  width: 100%;
  height: 100%;
  display: block;
}

.image-video-columns .video-tile {
  overflow: hidden;
}

.image-video-columns .video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.image-video-columns .video-frame :where(iframe, video) {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Blog Columns Section */
.blog-columns .card-header {
  overflow: hidden;
  border-radius: 0.75rem;
}

.blog-columns-category {
  padding-block-start: 0.75rem;
  color: #3a859d;
}

.blog-columns-image {
  width: 100%;
  height: 225px;
  max-height: 225px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-columns .card-blog:hover .blog-columns-image {
  transform: scale(1.03);
}

.blog-columns-excerpt {
  display: block;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* Nutritional Table */
#nutritional-info table, #table-nutrition {
  font-size: 10px;
  width:100%;
  white-space: nowrap;
}
.table-container {
  overflow:auto;
}
#table-nutrition {
  margin:40px auto 20px;
}
#nutritional-info table th {
  border-bottom:3px solid #5f6062;
  padding:5px;
}
#nutritional-info table td {
  border-bottom:1px solid #ebebeb;
  padding:3px;
  text-align: center;
}
#nutritional-info table th.frozen-column,
#nutritional-info table td.frozen-column {
  font-weight: bold;
  text-align: left;
}
.google-visualization-table-td-number {
  text-align: center;
}
#nutritional-info.nlm table tbody tr:nth-child(1),
#nutritional-info.nlm table tbody tr:nth-child(6),
#nutritional-info.nlm table tbody tr:nth-child(21),
#nutritional-info.nlm table tbody tr:nth-child(28) {
  background-color: #85a13c;
  color:#fff;
  font-weight: 900;
  font-style: italic;
}

/* About Template */
.page-template-page-template-about #content-repeater-row-columns img {
  border: none !important;
}
.page-template-page-template-about .product-card div {
  width:200px;
	height:200px;
	border-radius: 50%;
  overflow: hidden;
	border:5px solid var(--bs-primary);
	margin:30px auto 0;
}
.page-template-page-template-about .product-card div img {
  width: 100%;
	height: 100%;
	object-fit: cover;
	object-position:top;
}
.page-template-page-template-about .product-card h3 {
  margin-bottom:0px !important
}
.page-template-page-template-about .product-card,
.page-template-page-template-about .product-card:hover {
  background-color:transparent;
  opacity:1;
  cursor:default
}

/* Tighter Text */
#two-col-icon-rows .info-horizontal p,
#features-img-icon-col .column-text p,
#features-stacked-img-icon-col .text-start p,
#capabilities-cols, .info-horizontal p,
.portfolio-item-content p {
  line-height:1.3;
}
