*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #555;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce ul.products li.product {
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: #fff;
  padding: 1rem;
  margin: 0;
}

.woocommerce ul.products li.product a img {
  border-radius: 0.75rem;
  background: #f8fafc;
  padding: 0.5rem;
  margin-bottom: 0.75rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 0.95rem;
  line-height: 1.35;
  color: #1f2937;
  min-height: 2.6em;
}

.woocommerce ul.products li.product .price {
  color: #30452B;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit {
  border: 0;
  border-radius: 9999px;
  background: #30452B;
  color: #fff;
  padding: 0.65rem 1rem;
  font-weight: 600;
  font-size: 0.875rem;
  transition: opacity 0.2s ease;
}

.woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .woocommerce #respond input#submit:hover {
  opacity: 0.9;
  color: #fff;
}

.woocommerce div.product {
  display: grid;
  gap: 1.25rem;
}

.woocommerce div.product .product_title {
  font-size: 1.75rem;
  line-height: 1.2;
  color: #3f3419;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.woocommerce div.product p.price,
  .woocommerce div.product span.price {
  color: #30452B;
  font-weight: 700;
}

.woocommerce table.shop_table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  overflow: hidden;
}

.woocommerce form .form-row input.input-text,
  .woocommerce form .form-row textarea,
  .woocommerce form .form-row select,
  .woocommerce form .form-row span.select2-selection.select2-selection--single {
  width: 100%;
  height: 2.75rem;
  border-radius: 9999px;
  border: 1px solid #d4d4d8;
  padding: 0 1rem;
  font-size: 0.875rem;
  background: #fff;
  display: flex;
  align-items: center;
}

.woocommerce form .form-row textarea {
  min-height: 7rem;
  border-radius: 1rem;
  padding: 0.75rem 1rem;
}

.woocommerce-checkout #payment {
  border-radius: 1rem;
  background: #f8fafc;
}

.woocommerce .quantity .qty {
  height: 2.25rem;
  border-radius: 9999px;
  border: 1px solid #d4d4d8;
}

@media (min-width: 1024px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .woocommerce div.product {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
  }
}

.woocommerce .woocommerce-info {
  border-top-color: var(--clr-green-light);
}

:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow {
  right: 1rem;
}

button#place_order {
  margin-top: 1.5rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-right-1 {
  right: -0.25rem;
}

.-top-1 {
  top: -0.25rem;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-5 {
  height: 1.25rem;
}

.h-auto {
  height: auto;
}

.w-full {
  width: 100%;
}

.min-w-5 {
  min-width: 1.25rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-none {
  max-width: none;
}

.flex-shrink {
  flex-shrink: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.text-wrap {
  text-wrap: wrap;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}

.bg-mh-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 243 / var(--tw-bg-opacity, 1));
}

.bg-mh-green-light {
  --tw-bg-opacity: 1;
  background-color: rgb(130 160 76 / var(--tw-bg-opacity, 1));
}

.bg-mh-yellow-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(130 160 76 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-mh-green-dark {
  --tw-gradient-from: #30452B var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 69 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-mh-green-light {
  --tw-gradient-to: #82A04C var(--tw-gradient-to-position);
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-4 {
  padding: 1rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-mh-beige-light {
  --tw-text-opacity: 1;
  color: rgb(221 229 213 / var(--tw-text-opacity, 1));
}

.text-mh-brown-dark {
  --tw-text-opacity: 1;
  color: rgb(11 13 12 / var(--tw-text-opacity, 1));
}

.text-mh-green-dark {
  --tw-text-opacity: 1;
  color: rgb(48 69 43 / var(--tw-text-opacity, 1));
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.underline {
  text-decoration-line: underline;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Definición de variables globales */

:root {
  /* Colores de marca */
  --clr-green-light: #82A04C;
  --clr-green-dark: #30452B;
  --clr-brown-light: #5A7543;
  --clr-brown-dark: #0B0D0C;
  --clr-beige-light: #181f11;
  --clr-beige-dark: #9A9D98;
  --clr-yellow-dark: #82A04C;
  --clr-yellow-dark-hover: rgba(130, 160, 76, 0.1);
  --clr-yellow-light: #DDE5D5;
  --clr-gradient-green: linear-gradient(263deg, var(--clr-green-dark) 0%, var(--clr-green-light) 90%);
  --wp-admin-theme-color: #82a04c !important;
}

body {
  font-family: "Be Vietnam Pro", Helvetica, Arial, sans-serif;
  background-color: #F6F6F3;
}

.menu,
.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu a {
  text-decoration: none;
}

#site-header .menu li.menu-item-has-children {
  position: relative;
}

#site-header .menu li.menu-item-has-children > .sub-menu {
  display: none;
}

#site-header .menu li.menu-item-has-children.is-submenu-open > .sub-menu {
  display: block;
}

#site-header > .mx-auto .menu > li.menu-item-has-children > a {
  gap: 0.35rem;
}

#site-header > .mx-auto .menu > li.menu-item-has-children > a::after {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.2s ease;
}

#site-header > .mx-auto .menu > li.menu-item-has-children.is-submenu-open > a::after {
  transform: rotate(-135deg) translateY(-1px);
}

#site-header > .mx-auto .menu > li.menu-item-has-children > .sub-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 0.45rem);
  min-width: 14rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  background: #fff;
  padding: 0.4rem;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
  z-index: 60;
}

#site-header > .mx-auto .menu > li.menu-item-has-children > .sub-menu a {
  display: block;
  padding: 0.45rem 0.6rem;
  border-radius: 0.45rem;
  white-space: nowrap;
}

#site-header > .mx-auto .menu > li.menu-item-has-children > .sub-menu a:hover {
  background: #DDE5D5;
  color: #30452B;
}

#mobile-menu-panel .menu li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#mobile-menu-panel .menu li.menu-item-has-children > a::after {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

#mobile-menu-panel .menu li.menu-item-has-children.is-submenu-open > a::after {
  transform: rotate(-135deg);
}

#mobile-menu-panel .menu li.menu-item-has-children > .sub-menu {
  margin-top: 0.35rem;
  margin-left: 0.75rem;
  /* border-left: 1px solid #e5e7eb;
  padding-left: 0.6rem; */
}

#mobile-menu-panel .menu li.menu-item-has-children > .sub-menu a {
  /* display: block; */
  padding: 0.45rem 0.6rem;
  border-radius: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#mobile-menu-panel .menu li.menu-item-has-children > .sub-menu a:hover {
  background: #DDE5D5;
  color: #30452B;
}

#site-header .menu > li > a {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 0.75rem;
  border-radius: 9999px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

#site-header .menu > li > a:hover,
#site-header .menu > li.current-menu-item > a {
  background-color: #DDE5D5;
  color: #30452B;
}

#mobile-menu-panel .menu > li > a {
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
}

#mobile-menu-panel .menu > li > a:hover,
#mobile-menu-panel .menu > li.current-menu-item > a {
  background-color: #DDE5D5;
  color: #30452B;
}

.main-logo {
  width: 200px !important;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

/* ==========================================================================
    Splide General Styles
    ========================================================================== */

.splide {
  &.is-focus-in {
    .splide__arrow {
      &:focus {
        outline: 3px solid var(--clr-light-green);
        outline-offset: 3px;
      }
    }
  }
  .splide__arrows {
    .splide__arrow {
      border-radius: 100px 100px 100px 100px;
      overflow: hidden;
      border-width: 1px;
      border-color: #82A04C;
      box-shadow: 0px 12px 18px -10px rgba(0,0,0,0.3);
      background-color: #FFFFFF;
      &:focus-visible {
        outline: 3px solid var(--clr-light-green);
      }
      &.splide__arrow--next {
        right: 10px;
      }
      &.splide__arrow--prev {
        left: 10px;
      }
      &.splide__arrow--next,
            &.splide__arrow--prev {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        font-size: 14px;
        margin-top: 0px;
        transform: translateY(-50%);
        background-image: none !important;
        transition: all 0.3s ease 0s;
        border-style: solid;
        svg {
          fill: #82A04C;
        }
      }
    }
  }
  .splide__track {
    .splide__list {
      .splide__slide {
      }
    }
  }
}

/* ==========================================================================
    Product Card + Variable Popup (shared between shop and front-page)
    ========================================================================== */

/* Tokens (only defined if not already set by a parent scope) */

:root {
  --mh-primary:                  #30452B;
  --mh-secondary:                #5A7543;
  --mh-secondary-container:      #c9f16f;
  --mh-on-secondary-container:   #516d00;
  --mh-primary-fixed:            #bcf0ae;
  --mh-on-primary-fixed:         #002201;
  --mh-primary-fixed-dim:        #a1d494;
  /* --mh-error:                    #ba1a1a; */
  --mh-error:                    #6B2F2F;
  --mh-surface-container-high:   #eae8e7;
  --mh-on-surface:               #1F2020;
  --mh-on-surface-variant:       #555955;
  --mh-outline-variant:          #c2c9bb;
}

/* Product Card */

.mh-product-card {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: start;
  overflow: hidden;
  /* clip .mh-var-popup to card bounds */
  height: 100%;
  .mh-product-card__body {
    padding: 0px 0.5rem 0.5rem 0.5rem;
  }
}

.mh-product-card.small {
  .mh-product-card__cat {
    font-size: 10px;
  }
  .mh-product-card__name {
    font-size: 16px;
  }
  .mh-product-card__price * {
    font-size: 14px;
  }
  .mh-product-card__atc {
    font-size: 14px;
  }
  .mh-product-card__body {
    padding: 0px 1rem 1rem 1rem;
  }
}

.mh-product-card__img {
  position: relative;
  aspect-ratio: 4/5;
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 0.75rem;
  background-color: #f3f4f6;
  border: 1px solid #f3f4f6;
  transition: border-color 0.3s;
}

.mh-product-card:hover .mh-product-card__img {
  border-color: var(--mh-primary-fixed-dim);
}

.mh-product-card__img img {
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  display:block;
  transition: transform 0.5s;
}

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

.mh-product-card__overlay {
  position: absolute;
  inset: 0;
  background-color: transparent;
  transition: background-color 0.3s;
}

.mh-product-card:hover .mh-product-card__overlay {
  background-color: rgba(21,66,18,0.03);
}

.mh-product-card__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
}

.mh-badge {
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
}

.mh-product-card__badge--new     {
  background-color: var(--mh-secondary-container);
  color: var(--mh-on-secondary-container);
}

.mh-product-card__badge--organic {
  background-color: var(--mh-primary-fixed);
  color: var(--mh-on-primary-fixed);
}

/* .mh-product-card__badge--sale    { left: auto; right: 1rem; background-color: rgba(186,26,26,0.5); color: var(--mh-error); } */

.mh-badge,
.mh-product-card__badge--sale,
.mh-spg-sale-badge    {
  left: auto;
  right: 1rem;
  background-color: var(--mh-error);
  color: white;
  font-weight: 700;
}

.mh-product-card__body           {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  justify-content: space-between;
  flex: 1;
}

.mh-product-card__cat            {
  font-size: clamp(9px, 2vw, 11px);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5e6574;
  margin: 0;
}

.mh-product-card__name           {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(16px, 4vw, 18px);
  line-height: 1.3;
  font-weight: 600;
  color: var(--mh-primary);
  margin: 0;
}

.mh-product-card__header         {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.mh-product-card__footer         {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
}

.mh-product-card__price          {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.mh-product-card__price-current,
.mh-product-card__price-current .woocommerce-Price-amount {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  color: var(--mh-primary);
}

.mh-product-card__price-regular,
.mh-product-card__price-regular .woocommerce-Price-amount {
  font-size: 12px;
  font-weight: 500;
  color: #5e6574;
  text-decoration: line-through;
}

.mh-product-card__atc {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--mh-primary);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  font-family: 'Be Vietnam Pro', sans-serif;
  transition: -webkit-text-decoration 0.2s;
  transition: text-decoration 0.2s;
  transition: text-decoration 0.2s, -webkit-text-decoration 0.2s;
}

.mh-product-card__atc:hover {
  text-decoration: underline;
}

.mh-product-card__atc .material-symbols-outlined {
  font-size: 20px;
}

.mh-product-card__atc.loading {
  opacity: 0.6;
  pointer-events: none;
}

.mh-product-card__atc.added   {
  color: var(--mh-secondary);
}

/* Variable product popup
   Direct child of .mh-product-card (position:relative; overflow:hidden).
   top:0 + bottom:0 constrains it exactly to the card height so it never
   overflows outside the card bounds. The inner div scrolls if content is taller. */

.mh-var-popup {
  display: none;
  position: absolute;
  bottom: 0;
  /* anchor to card bottom */
  top: auto;
  /* grow upward from bottom */
  left: 0;
  right: 0;
  max-height: 100%;
  /* never exceed card height */
  z-index: 99;
  overflow-y: auto;
  border-radius: 0.75rem 0.75rem 0 0;
  /* round only top corners */
}

.mh-var-popup.is-open {
  display: flex;
  flex-direction: column;
}

/* Splide: allow popup to escape slide boundaries.
   Only .splide__track needs overflow:hidden for the carousel scroll;
   slides and list can be visible so the popup isn't clipped. */

.splide__slide,
.splide__list {
  overflow: visible;
}

.mh-var-popup__inner {
  background: #fff;
  border: 1px solid var(--mh-outline-variant);
  border-radius: 0.75rem;
  padding: 1rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.mh-var-popup__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #9ca3af;
  padding: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  transition: color 0.2s;
}

.mh-var-popup__close:hover {
  color: var(--mh-on-surface);
}

.mh-var-popup__name {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--mh-primary);
  margin: 0;
  padding-right: 1.5rem;
  line-height: 1.3;
}

.mh-var-popup__field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.mh-var-popup__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #6b7280;
}

.mh-var-popup__select {
  width: 100%;
  border: 1.5px solid var(--mh-outline-variant);
  border-radius: 0.4rem;
  padding: 0.45rem 0.6rem;
  font-size: 13px;
  font-family: 'Be Vietnam Pro', sans-serif;
  color: var(--mh-on-surface);
  background: #fff;
  outline: none;
  cursor: pointer;
  transition: border-color 0.2s;
}

.mh-var-popup__select:focus {
  border-color: var(--mh-primary);
}

.mh-var-popup__atc:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.mh-var-popup__atc .material-symbols-outlined {
  font-size: 18px;
}

.mh-var-popup__atc.loading {
  opacity: 0.6;
  pointer-events: none;
}

.mh-var-popup__atc.added   {
  background: var(--mh-secondary);
}

.mh-var-popup__variation-atc {
  width: 100%;
  justify-content: flex-start;
  font-size: 13px;
  padding: 0.5rem 0.75rem;
}

.mh-var-popup__variation-atc .material-symbols-outlined {
  font-size: 17px;
  flex-shrink: 0;
}

/* ==========================================================================
   Product Card Mini — layout horizontal compacto (slider-products 2×2 grid)
   ========================================================================== */

.mh-card-mini {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  background: var(--mh-surface);
  border: 1px solid var(--mh-outline-variant, #e5e7eb);
  border-radius: 8px;
  padding: 0.5rem;
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow 0.2s, border-color 0.2s;
  min-width: 0;
}

.mh-card-mini:hover {
  border-color: var(--mh-primary-fixed-dim);
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* ── Imagen ── */

.mh-card-mini__img {
  flex-shrink: 0;
  width: 110px;
  height: 110px;
  border-radius: 6px;
  overflow: hidden;
  background: var(--mh-surface-variant, #f3f4f6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mh-card-mini__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.mh-card-mini__img-placeholder {
  font-size: 32px;
  color: #c2c9bb;
}

/* ── Cuerpo ── */

.mh-card-mini__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  width: 100%;
  justify-content: space-between;
}

.mh-card-mini__cat {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #6b7280;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mh-card-mini__name {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--mh-primary);
  margin: 0;
  /* Truncate a 2 líneas */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ── Footer: precio + ATC ── */

.mh-card-mini__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  margin-top: 0.25rem;
}

.mh-card-mini__price {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.mh-card-mini__price-prefix {
  font-size: 9px;
  color: #6b7280;
  line-height: 1;
}

.mh-card-mini__price-amount,
.mh-card-mini__price-amount .woocommerce-Price-amount {
  font-size: 14px;
  font-weight: 700;
  color: var(--mh-primary);
  line-height: 1.2;
  white-space: nowrap;
}

/* ── ATC ── */

.mh-card-mini__atc {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--clr-yellow-dark);
  color: black;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  font-size: 0;
  /* oculta texto "Añadir"/"Opciones" */
}

.mh-card-mini__atc .material-symbols-outlined {
  font-size: 17px;
  line-height: 1;
}

.mh-card-mini__atc:hover {
  background: var(--clr-yellow-dark-hover);
  border: 1px solid var(--clr-yellow-dark);
  /* transform: scale(1.08); */
}

.mh-card-mini__atc.loading {
  opacity: 0.6;
  pointer-events: none;
}

.mh-card-mini__atc.added   {
  background: var(--mh-secondary);
}

/* ==========================================================================
   Global Button System
   Ported from menheal-divi/assets/css/front/sass/_buttons.scss
   ========================================================================== */

/**
 * .btn-primary
 * Yellow pill button with a slide-up green fill on hover (::before technique).
 * Used for primary CTAs across the site.
 */

#login .button-primary,
.btn-primary,
#place_order,
.mh-dss__btn,
.mh-btn-checkout,
.mh-place-order-btn,
.mh-cart-panel__btn-checkout,
.mh-var-popup__atc,
.mh-var-popup__variation-atc,
.mh-btn-atc,
.mh-contact-submit,
.mh-product-card__atc,
.mh-ty__cta-btn,
.woocommerce .woocommerce-form-register button.woocommerce-form-register__submit,
.woocommerce .woocommerce-form-login button.woocommerce-form-login__submit {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0.6em 1.5em;
  margin: 0;
  background-color: var(--clr-yellow-dark);
  /* #82A04C */
  border: 2px solid var(--clr-yellow-dark);
  border-radius: 11px;
  color: #000;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  text-decoration: none;
  /* stacking context for ::before */
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s;
  width: auto;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  &:hover {
    color: #000;
    background-color: var(--clr-yellow-dark-hover);
    /* rgba(237, 201, 0, 0.5) */
    border-color: var(--clr-yellow-dark);
    background-image: none;
    text-decoration: none;
  }
}

.button-primary {
  &:focus {
    background: var(--clr-yellow-dark,#3858e9);
    border-color: var(--clr-yellow-dark,#3858e9);
    color: #fff;
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus,1.5px) var(--clr-yellow-dark,#3858e9),inset 0 0 0 1px #fff;
    outline: 1px solid transparent;
  }
}

.small .mh-product-card__atc {
  padding: 0.3em 0.6em;
  width: auto;
}

.btn-primary {
  &::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background-color: #849A10; */
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.3s ease;
    z-index: -1;
  }
}

/* .btn-primary:hover {
  color: #000;
  background-color: transparent;
  border-color: var(--clr-yellow-dark);
  background-image: none;
} */

.btn-primary:hover::before {
  transform: scaleY(1);
}

/**
 * .btn-add-to-cart
 * Yellow pill, flex-grow, used on product loop buttons.
 * Hollow on hover.
 */

.btn-add-to-cart,
.btn-more-product {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  padding: 0.3em 1em;
  background-color: var(--clr-yellow-dark);
  border: 2px solid var(--clr-yellow-dark);
  border-radius: 9999px;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Be Vietnam Pro', sans-serif;
  flex: 1 1 auto;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  z-index: 5;
  transition: background-color 0.25s, color 0.25s;
}

.btn-add-to-cart:hover,
.btn-more-product:hover {
  background-color: transparent;
  border-color: var(--clr-yellow-dark);
  color: #000;
}

/**
 * .btn-login
 * Dark-green full-width action button (login, checkout confirm, etc.)
 */

.btn-login {
  display: block;
  width: 100%;
  min-height: 46px;
  padding: 12px 15px;
  background: var(--clr-green-dark);
  /* #30452B */
  border: 1px solid var(--clr-green-dark);
  border-radius: 5px;
  color: #fff;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.333;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s, border-color 0.2s;
}

.btn-login:hover {
  background: var(--clr-green-light);
  /* #82A04C */
  border-color: var(--clr-green-light);
  color: #fff;
}

/**
 * WooCommerce loop add-to-cart override
 * Makes native WC .button in the product loop match btn-add-to-cart style.
 */

.woocommerce-products-header {
  .woocommerce-products-header__title.page-title {
    margin-bottom: 1rem;
  }
}

.woocommerce ul.products li.product .button {
  display: inline-flex;
  align-items: center;
  padding: 0.3em 1em;
  background-color: var(--clr-yellow-dark);
  border: 2px solid var(--clr-yellow-dark);
  color: #000;
  border-radius: 9999px;
  font-size: 1rem;
  font-weight: 600;
  flex: 1 1 auto;
  cursor: pointer;
  position: relative;
  z-index: 5;
  transition: background-color 0.25s, color 0.25s, padding 0.2s;
}

.woocommerce ul.products li.product .button:hover {
  background-color: transparent;
  border-color: var(--clr-yellow-dark);
  color: #000;
  padding-right: 0.5em;
}

/* ============================================================
   mh-dropdown — multi-select dropdown with inline search
   Used by filter-categories, filter-brands, filter-tags
   ============================================================ */

.mh-dropdown {
  position: relative;
  width: 100%;
}

/* Trigger button — looks like a select field */

.mh-dropdown__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.55rem 0.75rem;
  background: var(--mh-surface, #fff);
  border: 1.5px solid var(--mh-border, #e5e7eb);
  border-radius: 0.5rem;
  font-size: 0.8rem;
  color: var(--mh-on-surface, #111);
  cursor: pointer;
  gap: 0.5rem;
  transition: border-color 0.15s;
  text-align: left;
}

.mh-dropdown__trigger:hover,
.mh-dropdown__trigger[aria-expanded="true"] {
  border-color: var(--mh-primary, #f59e0b);
}

.mh-dropdown__label {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
}

.mh-dropdown__arrow {
  font-size: 18px;
  flex-shrink: 0;
  transition: transform 0.2s;
  color: var(--mh-muted, #9ca3af);
}

.mh-dropdown__trigger[aria-expanded="true"] .mh-dropdown__arrow {
  transform: rotate(180deg);
}

/* Dropdown panel */

.mh-dropdown__panel {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 200;
  background: var(--mh-surface, #fff);
  border: 1.5px solid var(--mh-border, #e5e7eb);
  border-radius: 0.5rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.10);
  overflow: hidden;
}

.mh-dropdown__panel.is-open {
  display: block;
}

/* Search row */

.mh-dropdown__search-wrap {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.6rem;
  border-bottom: 1px solid var(--mh-border, #e5e7eb);
}

.mh-dropdown__search-icon {
  font-size: 16px;
  color: var(--mh-muted, #9ca3af);
  flex-shrink: 0;
}

.mh-dropdown__search {
  flex: 1;
  border: none;
  outline: none;
  font-size: 0.78rem;
  background: transparent;
  color: var(--mh-on-surface, #111);
}

/* Options list */

.mh-dropdown__list {
  list-style: none;
  margin: 0;
  padding: 0.25rem 0;
  max-height: 200px;
  overflow-y: auto;
}

.mh-dropdown__option {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.75rem;
  font-size: 0.78rem;
  cursor: pointer;
  color: var(--mh-on-surface, #111);
  transition: background 0.1s;
}

.mh-dropdown__option:hover {
  background: var(--mh-surface-alt, #f9fafb);
}

.mh-dropdown__option.is-active {
  background: var(--mh-primary-light, #fef3c7);
  font-weight: 600;
}

.mh-dropdown__option.is-zero  {
  opacity: 0.4;
  pointer-events: none;
}

.mh-dropdown__option.is-zero.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* keep active selectable */

.mh-dropdown__option--sub {
  padding-left: 1.5rem;
  color: var(--mh-muted, #6b7280);
}

.mh-dropdown__option--sub.is-active {
  color: var(--mh-on-surface, #111);
}

.mh-dropdown__check {
  font-size: 14px;
  color: var(--mh-primary, #f59e0b);
  opacity: 0;
  flex-shrink: 0;
  transition: opacity 0.1s;
}

.mh-dropdown__option.is-active .mh-dropdown__check {
  opacity: 1;
}

.mh-dropdown__name {
  flex: 1;
}

.mh-dropdown__count {
  font-size: 0.72rem;
  color: var(--mh-muted, #9ca3af);
  flex-shrink: 0;
}

/* hidden by search filter */

.mh-dropdown__option[hidden] {
  display: none;
}

/* Clear-filters button */

#mh-clear-filters {
  width: 100%;
  padding: 0.5rem 1rem;
  background: transparent;
  border: 1px solid var(--mh-border, #d1d5db);
  border-radius: 99999px;
  color: var(--mh-muted, #6b7280);
  font-size: 0.875rem;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

#mh-clear-filters:hover {
  background: var(--mh-surface-alt, #f9fafb);
  color: var(--mh-on-surface, #111);
  border-color: var(--mh-on-surface, #111);
}

/* ==========================================================================
   Mi Cuenta — mh-account-*
   ========================================================================== */

/* Outer wrapper: constrains width and adds page padding */

.woocommerce-account .woocommerce {
  max-width: 72rem;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

/* Two-column flex layout: sidebar left, content right */

.mh-account-layout {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .mh-account-layout {
    flex-direction: column;
    gap: 1.5rem;
  }
}

/* Content area fills remaining space */

.mh-account-content {
  flex: 1;
  min-width: 0;
}

/* ---------- Sidebar navigation ---------- */

.mh-account-nav {
  width: 16rem;
  /* 256 px — matches Stitch lg:w-64 */
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  overflow: hidden;
}

@media (max-width: 767px) {
  .mh-account-nav {
    width: 100%;
  }
}

.mh-account-nav__list {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
}

.mh-account-nav__item {
  margin: 0;
}

.mh-account-nav__link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
  border-left: 3px solid transparent;
}

.mh-account-nav__link:hover {
  background: #f3f4f6;
  color: #30452B;
}

.mh-account-nav__item.is-active .mh-account-nav__link {
  background: #f0fdf4;
  color: #30452B;
  border-left-color: #30452B;
  font-weight: 600;
}

.mh-account-nav__item.is-logout .mh-account-nav__link {
  color: #b91c1c;
  margin-top: 0.25rem;
  border-top: 1px solid #f3f4f6;
}

.mh-account-nav__item.is-logout .mh-account-nav__link:hover {
  background: #fef2f2;
  color: #991b1b;
}

.mh-account-nav__icon {
  font-size: 1.25rem;
  flex-shrink: 0;
}

/* ---------- Dashboard ---------- */

.mh-account-dashboard {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Greeting */

.mh-account-greeting {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 1.75rem 2rem;
}

.mh-account-greeting__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.5rem;
}

.mh-account-greeting__title span {
  color: #30452B;
}

.mh-account-greeting__desc {
  font-size: 0.9375rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
}

.mh-account-greeting__desc a {
  color: #30452B;
  text-decoration: underline;
}

/* Bento cards */

.mh-account-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

@media (max-width: 1023px) {
  .mh-account-bento {
    grid-template-columns: 1fr;
  }
}

.mh-account-bento__card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: box-shadow 0.2s;
}

.mh-account-bento__card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.07);
}

.mh-account-bento__icon-wrap {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.25rem;
}

.mh-account-bento__icon-wrap--green {
  background: #dcfce7;
  color: #30452B;
}

.mh-account-bento__icon-wrap--lime {
  background: #ecfccb;
  color: #3f6212;
}

.mh-account-bento__icon-wrap--warm {
  background: #fef9c3;
  color: #854d0e;
}

.mh-account-bento__icon-wrap .material-symbols-outlined {
  font-size: 1.5rem;
}

.mh-account-bento__card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

.mh-account-bento__card-desc {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
  flex: 1;
}

.mh-account-bento__card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #30452B;
  text-decoration: none;
  margin-top: 0.5rem;
  transition: gap 0.15s;
}

.mh-account-bento__card-link:hover {
  gap: 0.5rem;
}

.mh-account-bento__card-link .material-symbols-outlined {
  font-size: 1rem;
}

.added_to_cart.wc-forward {
  display: none !important;
}

/* Woocommerce login form */

.woocommerce form {
  .mh-login-register-footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    &::before,
    &::after {
      content: none;
    }
  }
  p + p {
    margin-top: 1rem;
  }
  .woocommerce-privacy-policy-text {
    margin-top: 1rem;
  }
}

.mh-login-header {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--clr-green-dark);
  margin: 0 0 0.5rem;
  /* text-align: center; */
}

/* Acordeón de Maru's Corner */

.mh-accordion-item {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.mh-accordion-trigger {
  width: 100%;
  padding: 15px;
  text-align: left;
  background: none;
  border: none;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.mh-accordion-panel {
  display: none;
  padding: 0 15px 15px;
}

.mh-accordion-item.active .mh-accordion-panel {
  display: block;
}

/* ─── Tailwind conflict fix ──────────────────────────────────────────────────
 * Tailwind generates `.fixed { position: fixed }` which overrides the
 * `table-layout: fixed` behaviour on WooCommerce table elements that carry
 * the class "fixed" (e.g. cart, order-details).
 * Restore table-layout for any <table> with class "fixed".
 * ─────────────────────────────────────────────────────────────────────────── */

table.fixed {
  position: static;
  table-layout: fixed;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-white\/30:hover {
  background-color: rgb(255 255 255 / 0.3);
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .md\:inline {
    display: inline;
  }

  .md\:hidden {
    display: none;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}