/**
 * Advanced Custom Menu - Styles
 * Tailwind CSS entry point
 */

*, ::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;
  }
}
/* Top Bar */
.acm-topbar {
        background-color: var(--acm-topbar-bg, #000000);
        color: var(--acm-topbar-text, #ffffff);
        font-size: var(--acm-topbar-font-size, 14px);
        text-align: center;
        padding: 8px 16px;
    }
.acm-topbar-inner {
        max-width: 1280px;
        margin: 0 auto;
    }
.acm-topbar strong {
        font-weight: 700;
    }
/* Header container */
.acm-header {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.acm-header-inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 4rem;
  max-width: 80rem;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
        position: relative;
}
/* Logo */
.acm-logo a {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.acm-logo img {
  height: auto;
  width: auto;
        max-width: var(--acm-logo-max-width-desktop, 200px);
}
@media (max-width: 768px) {
        .acm-logo img {
            max-width: var(--acm-logo-max-width-mobile, 150px);
        }
    }
/* Navigation */
/* Main menu list */
.acm-menu {
  margin: 0px;
  display: flex;
  height: 100%;
  list-style-type: none;
  align-items: center;
  gap: 0.25rem;
  padding: 0px;
}
/* Top-level menu items */
.acm-menu > .acm-menu-item {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
}
/* Bridge the gap between menu item and submenu */
.acm-menu > .acm-menu-item.acm-has-submenu::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 8px;
    }
/* Level 1 - Main menu items */
.acm-menu > .acm-menu-item > .acm-menu-link {
  display: block;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
        font-weight: var(--acm-font-level-1, 400);
}
.acm-menu > .acm-menu-item > .acm-menu-link:hover,
    .acm-menu > .acm-menu-item.acm-is-open > .acm-menu-link {
        background-color: var(--acm-menu-hover-bg, #f3f4f6);
        color: var(--acm-menu-hover-text, #111827);
    }
.acm-menu .current-menu-item > .acm-menu-link {
        background-color: var(--acm-menu-hover-bg, #f3f4f6);
        color: var(--acm-menu-hover-text, #111827);
    }
/* Dropdown arrow indicator */
.acm-submenu-toggle {
  margin-left: 0.25rem;
  display: inline-block;
  height: 0px;
  width: 0px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-width: 4px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: currentColor;
}
/* Submenu (dropdown) - base styles */
.acm-submenu {
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 50;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  padding: 0.5rem;
        width: -moz-max-content;
        width: max-content;
        min-width: 180px;
        margin-top: 4px;
}
/* Submenu arrow - triangle pointing up */
.acm-submenu::before {
        content: '';
        position: absolute;
        top: -9px;
        left: var(--acm-arrow-offset, 24px);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 8px solid var(--acm-mega-arrow-color, #e5e7eb);
    }
/* Right-aligned submenu */
.acm-submenu.acm-align-right {
        left: auto;
        right: 0;
    }
.acm-submenu.acm-align-right::before {
        left: auto;
        right: var(--acm-arrow-offset, 24px);
    }
/* Submenu items */
.acm-submenu .acm-menu-item {
  width: 100%;
}
.acm-submenu .acm-menu-link {
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
        white-space: nowrap;
}
.acm-submenu .acm-menu-link:hover {
        background-color: var(--acm-menu-hover-bg, #f3f4f6);
        color: var(--acm-menu-hover-text, #111827);
    }
/* ===== Megamenu styles ===== */
.acm-submenu-megamenu {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        display: flex;
        flex-direction: row;
        gap: 24px;
        padding: 16px 24px;
        padding-top: 24px;
        width: auto;
        max-width: calc(100vw - 32px);
}
.acm-megamenu-column {
        display: flex;
        flex-direction: column;
        gap: 12px;
        white-space: nowrap;
    }
.acm-megamenu-column .acm-menu-item {
  width: auto;
        white-space: nowrap;
}
.acm-megamenu-column .acm-menu-link {
        white-space: nowrap !important;
    }
/* Level 2 - Megamenu categories */
.acm-megamenu-column > .acm-menu-item > .acm-menu-link {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
        font-weight: var(--acm-font-level-2, 600);
        white-space: nowrap;
}
.acm-megamenu-column > .acm-menu-item > .acm-menu-link:hover {
        background-color: var(--acm-mega-hover-bg, transparent);
        color: var(--acm-mega-hover-text, #2563eb);
    }
/* Megamenu nested items (level 3) */
.acm-submenu-nested {
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  padding: 0px;
  border-width: 0px;
  background-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        min-width: auto;
        margin-top: 2px;
}
/* Remove arrow from nested submenus */
.acm-submenu-nested::before {
        display: none;
    }
/* Level 3 - Megamenu subcategories */
.acm-submenu-nested .acm-menu-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
        font-weight: var(--acm-font-level-3, 400);
        padding: 4px 16px;
        white-space: nowrap;
}
.acm-submenu-nested .acm-menu-link:hover {
        background-color: var(--acm-mega-hover-bg, transparent);
        color: var(--acm-mega-hover-text, #2563eb);
    }
/* ===== Search styles ===== */
.acm-search {
  position: relative;
}
.acm-search-input-wrapper {
  position: relative;
}
.acm-search-input {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.acm-search-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.acm-search-input {
        padding-left: 16px;
        padding-right: 48px;
        min-width: 320px;
        font-size: 15px;
    }
.acm-search-spinner {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  --tw-translate-y: -50%;
  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));
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  border-top-color: currentColor;
        animation: acm-spin 0.6s linear infinite;
        color: var(--acm-search-accent, #2563eb);
}
.acm-search-clear {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  --tw-translate-y: -50%;
  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));
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.acm-search-clear:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.acm-search-clear {
  border-width: 0px;
  background-color: transparent;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1;
}
@keyframes acm-spin {
        to {
            transform: translateY(-50%) rotate(360deg);
        }
    }
/* Results dropdown - wider on desktop */
.acm-search-results {
  position: absolute;
  top: 100%;
  left: 0px;
  margin-top: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        z-index: 1010;
        width: 700px;
        max-width: calc(100vw - 32px);
}
/* Search results - align right when in right section */
.acm-header-right .acm-search-results {
        left: auto;
        right: 0;
    }
/* Content wrapper - flex on desktop */
.acm-search-content {
  display: flex;
        max-height: 400px;
        overflow: hidden;
}
/* Results list - 2 columns on desktop, scrolls independently */
.acm-search-list {
  margin: 0px;
  flex: 1 1 0%;
  list-style-type: none;
  padding: 0.5rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        max-height: 400px;
        overflow-y: auto;
}
.acm-search-item {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.acm-search-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem;
  color: inherit;
  text-decoration-line: none;
  border-radius: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.acm-search-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.acm-search-thumb {
  height: 3rem;
  width: 3rem;
  flex-shrink: 0;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.acm-search-thumb-placeholder {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.acm-search-info {
  display: flex;
  min-width: 0px;
  flex-direction: column;
  gap: 0.125rem;
}
.acm-search-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.acm-search-price {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
/* Category sidebar - right side, scrolls independently */
.acm-search-sidebar {
  width: 12rem;
  flex-shrink: 0;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  padding: 0.75rem;
        max-height: 400px;
        overflow-y: auto;
}
.acm-search-sidebar-title {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.acm-search-categories {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.acm-search-cat-btn {
  cursor: pointer;
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-width: 0px;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.acm-search-cat-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.acm-search-cat-btn.active {
        background-color: var(--acm-search-accent, #2563eb);
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
/* No results */
.acm-search-no-results {
  padding: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
/* See all link */
.acm-search-all {
  display: block;
  padding: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-decoration-line: none;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
        color: var(--acm-search-accent, #2563eb);
}
.acm-search-all:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
/* ===== Mobile Layout (<768px) ===== */
@media (max-width: 768px) {
        .acm-search-wrapper {
    display: none;
  }

        /* Full width dropdown */
        .acm-search-results {
            width: 100%;
            left: 0;
            right: 0;
        }

        /* Single column list */
        .acm-search-list {
            grid-template-columns: 1fr;
        }

        /* Hide category sidebar */
        .acm-search-sidebar {
    display: none;
  }
    }
/* ===== Mini Search Styles ===== */
.acm-mini-search {
  position: relative;
}
.acm-mini-search-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.acm-mini-search-trigger:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.acm-mini-search-trigger svg {
  height: 1.25rem;
  width: 1.25rem;
}
.acm-mini-search-trigger.is-active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.acm-mini-search-dropdown {
  position: absolute;
  top: 100%;
  right: 0px;
  margin-top: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  width: 20rem;
        z-index: 1010;
}
.acm-mini-search-input-wrapper {
  position: relative;
  padding: 0.75rem;
}
.acm-mini-search-input {
  width: 100%;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 2.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.acm-mini-search-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.acm-mini-search-spinner {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  --tw-translate-y: -50%;
  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));
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-top-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
        animation: acm-spin 0.6s linear infinite;
}
.acm-mini-search-results {
  max-height: 20rem;
  overflow-y: auto;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.acm-mini-search-result {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  color: inherit;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.acm-mini-search-result:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.acm-mini-search-result:not(:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.acm-mini-search-result-image {
  height: 3rem;
  width: 3rem;
  flex-shrink: 0;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.acm-mini-search-result-info {
  display: flex;
  min-width: 0px;
  flex-direction: column;
  gap: 0.125rem;
}
.acm-mini-search-result-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.acm-mini-search-result-price {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.acm-mini-search-no-results {
  padding: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.acm-mini-search-all {
  display: block;
  padding: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-decoration-line: none;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.acm-mini-search-all:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
/* ===== Cart Sidebar Styles ===== */
/* Cart wrapper in header */
/* Cart icon button */
.acm-cart-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 0px;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.acm-cart-icon:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.acm-cart-icon svg {
  height: 1.5rem;
  width: 1.5rem;
}
/* Badge */
.acm-cart-badge {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  border-radius: 9999px;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  display: flex;
  align-items: center;
  justify-content: center;
        background-color: var(--acm-cart-accent, #2563eb);
}
/* Overlay */
.acm-cart-overlay {
  position: fixed;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.5);
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
        z-index: 2000;
}
.acm-cart-overlay.is-open {
  pointer-events: auto;
  opacity: 1;
}
/* Sidebar panel */
.acm-cart-sidebar {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  max-width: 28rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  display: flex;
  flex-direction: column;
  --tw-translate-x: 100%;
  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));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
        z-index: 2001;
}
.acm-cart-sidebar.is-open {
  --tw-translate-x: 0px;
  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));
}
/* Header */
.acm-cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.acm-cart-title {
  margin: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.acm-cart-close {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.acm-cart-close:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.acm-cart-close {
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
/* Content area */
.acm-cart-content {
  flex: 1 1 0%;
  overflow-y: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
/* Loading state */
.acm-cart-loading {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.acm-cart-spinner {
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
        border-top-color: var(--acm-cart-accent, #2563eb);
        animation: acm-spin 0.6s linear infinite;
}
/* Empty state */
.acm-cart-empty {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
/* Cart items */
.acm-cart-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
/* Skeleton loader for new item */
.acm-cart-item-skeleton {
  display: flex;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.acm-cart-item-skeleton {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  gap: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
}
.acm-cart-skeleton-image {
  height: 5rem;
  width: 5rem;
  flex-shrink: 0;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.acm-cart-skeleton-info {
  flex: 1 1 0%;
}
.acm-cart-skeleton-info > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.acm-cart-skeleton-info {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.acm-cart-skeleton-line {
  height: 1rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.acm-cart-skeleton-line.short {
  width: 50%;
}
.acm-cart-item {
  display: flex;
  gap: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.acm-cart-item:last-child {
  border-bottom-width: 0px;
}
.acm-cart-item.is-updating {
  pointer-events: none;
  opacity: 0.5;
}
/* Item image */
.acm-cart-item-image {
  height: 5rem;
  width: 5rem;
  flex-shrink: 0;
}
.acm-cart-item-image img {
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.acm-cart-item-placeholder {
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
/* Item info */
.acm-cart-item-info {
  min-width: 0px;
  flex: 1 1 0%;
}
.acm-cart-item-name {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.acm-cart-item-name:hover {
        color: var(--acm-cart-accent, #2563eb);
    }
.acm-cart-item-price {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
/* Item actions */
.acm-cart-item-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}
/* Quantity controls */
.acm-cart-item-qty {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.acm-cart-qty-btn {
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.acm-cart-qty-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.acm-cart-qty-btn {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  cursor: pointer;
  border-width: 0px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.acm-cart-qty-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.acm-cart-qty-value {
  width: 2rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
/* Remove button */
.acm-cart-item-remove {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.acm-cart-item-remove:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.acm-cart-item-remove {
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.acm-cart-item-remove svg {
  height: 1rem;
  width: 1rem;
}
/* Footer */
.acm-cart-footer {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.acm-cart-summary {
  margin-bottom: 1rem;
}
.acm-cart-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.acm-cart-subtotal-label {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.acm-cart-subtotal-value {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.acm-cart-shipping-info {
  margin: 0px;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
/* Buttons */
.acm-cart-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.acm-cart-btn {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-decoration-line: none;
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.acm-cart-btn-primary {
  border-width: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
        background-color: var(--acm-cart-accent, #2563eb);
}
.acm-cart-btn-primary:hover {
        filter: brightness(0.9);
    }
.acm-cart-btn-secondary {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.acm-cart-btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.acm-cart-btn-text {
  border-width: 0px;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.acm-cart-btn-text:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
/* Mobile adjustments */
@media (max-width: 768px) {
        .acm-cart-sidebar {
    max-width: 100%;
  }
    }
/* Admin bar offset */
.admin-bar .acm-cart-sidebar {
        top: 32px;
        height: calc(100% - 32px);
    }
.admin-bar .acm-cart-overlay {
        top: 32px;
        height: calc(100% - 32px);
    }
@media (max-width: 782px) {
        .admin-bar .acm-cart-sidebar {
            top: 46px;
            height: calc(100% - 46px);
        }

        .admin-bar .acm-cart-overlay {
            top: 46px;
            height: calc(100% - 46px);
        }
    }
/* ===== Header Wrapper ===== */
.acm-header-wrapper {
  width: 100%;
}
/* ===== Header Sections ===== */
.acm-header-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.acm-header-left {
  display: flex;
  align-items: center;
  gap: 1rem;
        flex: 0 0 auto;
}
.acm-header-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
        flex: 1 1 auto;
}
.acm-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
        flex: 0 0 auto;
}
/* ===== Bottom Bar ===== */
.acm-bottom-bar {
  width: 100%;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.acm-bottom-bar-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
/* Bottom bar alignments */
.acm-bottom-align-left .acm-bottom-bar-inner {
  justify-content: flex-start;
}
.acm-bottom-align-center .acm-bottom-bar-inner {
  justify-content: center;
}
.acm-bottom-align-right .acm-bottom-bar-inner {
  justify-content: flex-end;
}
/* ===== Sticky Header (scroll-up) ===== */
.acm-sticky-header {
  position: fixed;
  left: 0px;
  right: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        top: 0;
        z-index: 1000;
        transform: translateY(-100%);
        transition: transform 0.3s ease-out;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.acm-sticky-header.is-visible {
        transform: translateY(0);
    }
.acm-sticky-header-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.acm-sticky-header-left {
  display: flex;
  align-items: center;
  gap: 1rem;
        flex: 0 0 auto;
}
.acm-sticky-header-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
        flex: 1 1 auto;
}
.acm-sticky-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
        flex: 0 0 auto;
}
/* Admin bar offset for sticky header */
.admin-bar .acm-sticky-header {
        top: 32px;
    }
@media (max-width: 782px) {
        .admin-bar .acm-sticky-header {
            top: 46px;
        }

        /* Hide sticky header on mobile */
        .acm-sticky-header {
    display: none;
  }
    }
/* ===== My Account Icon ===== */
.acm-account-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.acm-account-icon:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.acm-account-icon svg {
  height: 1.5rem;
  width: 1.5rem;
}
/* ===== Additional Menu ===== */
.acm-additional-menu {
  display: flex;
  align-items: center;
}
.acm-additional-menu .acm-nav {
  height: auto;
}
.acm-additional-menu .acm-menu {
  gap: 0.25rem;
}
.acm-additional-menu .acm-menu > .acm-menu-item > .acm-menu-link {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
/* ===== Mobile Toggle ===== */
.acm-hamburger {
  position: relative;
  display: flex;
  height: 1.25rem;
  width: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
}
.acm-hamburger span {
  display: block;
  height: 0.125rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
/* Hamburger animation when open */
.acm-mobile-menu-open .acm-hamburger span:nth-child(1) {
  --tw-rotate: 45deg;
  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));
        transform-origin: top left;
}
.acm-mobile-menu-open .acm-hamburger span:nth-child(2) {
  opacity: 0;
}
.acm-mobile-menu-open .acm-hamburger span:nth-child(3) {
  --tw-rotate: -45deg;
  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));
        transform-origin: bottom left;
}
/* ===== Mobile Menu Bar ===== */
.acm-mobile-bar {
  display: none;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        position: sticky;
        top: 0;
        z-index: 1000;
}
.acm-mobile-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
        width: 100%;
}
.acm-mobile-bar-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.acm-mobile-bar-right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
/* Mobile menu trigger button */
.acm-mobile-menu-trigger {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  border-radius: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.acm-mobile-menu-trigger:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.acm-mobile-menu-trigger .acm-hamburger {
  position: relative;
  display: flex;
  height: 1.25rem;
  width: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
}
.acm-mobile-menu-trigger .acm-hamburger span {
  display: block;
  height: 0.125rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.acm-mobile-menu-trigger.is-active .acm-hamburger span:nth-child(1) {
  --tw-rotate: 45deg;
  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));
        transform-origin: top left;
}
.acm-mobile-menu-trigger.is-active .acm-hamburger span:nth-child(2) {
  opacity: 0;
}
.acm-mobile-menu-trigger.is-active .acm-hamburger span:nth-child(3) {
  --tw-rotate: -45deg;
  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));
        transform-origin: bottom left;
}
/* ===== Mobile Menu Panel (Fullscreen) ===== */
.acm-mobile-menu-panel {
        position: fixed;
        inset: 0;
        z-index: 99999;
        pointer-events: none;
    }
.acm-mobile-menu-content {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        pointer-events: auto;
        overflow: hidden;
        display: flex;
        flex-direction: column;
}
.acm-mobile-menu-content.is-open {
        transform: translateX(0);
    }
.acm-mobile-menu-overlay {
  background-color: rgb(0 0 0 / 0.5);
        position: absolute;
        inset: 0;
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
}
.acm-mobile-menu-overlay.is-open {
        opacity: 1;
        pointer-events: auto;
    }
/* Mobile menu header */
.acm-mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
        flex-shrink: 0;
}
.acm-mobile-menu-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.acm-mobile-menu-back {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.acm-mobile-menu-back:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.acm-mobile-menu-back {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.acm-mobile-menu-back svg {
  height: 1.25rem;
  width: 1.25rem;
}
.acm-mobile-menu-close {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  border-radius: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.acm-mobile-menu-close:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.acm-mobile-menu-close {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.acm-mobile-menu-close svg {
  height: 1.5rem;
  width: 1.5rem;
}
/* Level title (for submenus) */
.acm-mobile-menu-level-title {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
        flex-shrink: 0;
}
/* Menu level container */
.acm-mobile-menu-level {
  flex: 1 1 0%;
  overflow-y: auto;
        position: relative;
}
.acm-mobile-menu-level.animating-forward {
        animation: slideOutLeft 0.3s ease forwards;
    }
.acm-mobile-menu-level.animating-backward {
        animation: slideOutRight 0.3s ease forwards;
    }
@keyframes slideOutLeft {
        from { transform: translateX(0); opacity: 1; }
        to { transform: translateX(-30%); opacity: 0; }
    }
@keyframes slideOutRight {
        from { transform: translateX(0); opacity: 1; }
        to { transform: translateX(30%); opacity: 0; }
    }
/* Menu items */
.acm-mobile-menu-list {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.acm-mobile-menu-item {
  display: flex;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.acm-mobile-menu-link {
  flex: 1 1 0%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.acm-mobile-menu-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.acm-mobile-menu-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.acm-mobile-menu-arrow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.acm-mobile-menu-arrow svg {
  height: 1.25rem;
  width: 1.25rem;
}
/* ===== Floating Cart ===== */
.acm-floating-cart {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1500;
        height: 3.5rem;
        width: 3.5rem;
        border-radius: 9999px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        background: #ffffff !important;
        opacity: 1 !important;
        mix-blend-mode: normal;
        backdrop-filter: none;
        border: none;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25), 0 2px 8px rgba(0, 0, 0, 0.15);
    }
.acm-floating-cart:hover {
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3), 0 4px 12px rgba(0, 0, 0, 0.2);
    }
.acm-floating-cart svg {
  height: 1.5rem;
  width: 1.5rem;
}
.acm-floating-cart-badge {
        position: absolute;
        top: -4px;
        right: -4px;
        height: 1.25rem;
        width: 1.25rem;
        border-radius: 9999px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.75rem;
        line-height: 1rem;
        font-weight: 700;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
/* Floating cart visibility */
.acm-floating-cart-mobile-only {
  display: none;
}
.acm-floating-cart-desktop-only {
  display: flex;
}
/* ===== Hide on Mobile Utility ===== */
.acm-hide-on-mobile {
  display: block;
}
/* ===== Mobile Layout ===== */
@media (max-width: 768px) {
        /* Hide main header on mobile */
        .acm-header-wrapper {
    display: none;
  }

        /* Show mobile bar */
        .acm-mobile-bar {
    display: flex;
  }

        /* Floating cart mobile visibility */
        .acm-floating-cart-mobile-only {
    display: flex;
  }

        .acm-floating-cart-desktop-only {
    display: none;
  }

        /* Hide on mobile utility */
        .acm-hide-on-mobile {
    display: none !important;
  }

        /* Admin bar offset for mobile bar */
        .admin-bar .acm-mobile-bar {
            top: 46px;
        }

        .admin-bar .acm-mobile-menu-content {
            top: 46px;
            height: calc(100% - 46px);
        }
    }
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.block {
  display: block;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.resize {
  resize: both;
}
.border {
  border-width: 1px;
}
.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);
}

/* Custom component styles go here */

