/** Shopify CDN: Minification failed

Line 391:0 Unexpected "}"

**/
.product-form__submit:not([class*="horizontal-product-card__button"]),
button[name="add"]:not([class*="horizontal-product-card__button"]),
.shopify-payment-button__button,
.shopify-payment-button__button--unbranded,
input[type="submit"],
[class*="horizontal-product-card__button"] {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

[class*="horizontal-product-card__button"]:hover {
  text-decoration: none !important;
}

body::before {
  content: "" !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 0px !important;
  background: transparent !important;
  box-shadow: 
    0 0 50px 25px rgba(255, 255, 255, 0.9),
    0 0 100px 50px rgba(255, 255, 255, 0.7),
    0 0 150px 75px rgba(255, 255, 255, 0.5),
    0 0 200px 100px rgba(255, 255, 255, 0.3) !important;
  pointer-events: none !important;
  z-index: 9999 !important;
}

header,
.header,
.shopify-section-header,
.header-wrapper,
#shopify-section-header,
.site-header,
[data-section-type="header"] {
  position: sticky !important;
  top: 0 !important;
  z-index: 10000 !important;
}




details[open] {
  background: transparent !important;
  background-color: transparent !important;
}

details[open] > * {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
}
/* Lower the CART heading */
.cart-drawer .h4[slot="header"] {
  padding-top: 24px !important;
  margin-top: 12px !important;
}
/* Lower the navigation menu items */
.header__primary-nav-item {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.header__primary-nav-item .link-faded-reverse {
  padding-top: 4px;
  padding-bottom: 4px;
}

/* Glow effect when clicked */
.header__primary-nav-item a:active,
.header__primary-nav-item a.active {
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.9),
               0 0 24px rgba(255, 255, 255, 0.6),
               0 0 36px rgba(255, 255, 255, 0.3);
  transition: text-shadow 0.2s ease-out;
}
/* Force bigger header text */
.header * {
  font-size: 15px !important;
}

.header__menu-item span,
.header__heading-link {
  font-size: 15px !important;
}

/* Force header content to move down */
.header__inline-menu {
  margin-top: 10px !important;
  padding-top: 10px !important;
}

.header__icons {
  margin-top: 10px !important;
  padding-top: 10px !important;
}

/* Glowing dropdown */
.header__submenu,
details[open] .header__submenu {
  box-shadow: 0 0 70px rgba(255, 255, 255, 0.6) !important;
}
/* Prevent header shift on mobile */
html {
  scrollbar-gutter: stable;
}

/* Additional mobile header stability */
@media screen and (max-width: 749px) {
  .header {
    position: sticky !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
  }
  
  body {
    overflow-x: hidden !important;
  }

}
.shopify-section-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;
}
body {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Make header sticky */
.shopify-section-header,
.header-wrapper,
header.header {
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;
}

/* Remove border/line above search */
.search-modal,
.predictive-search,
.header__search,
details[open] .search-modal__content,
.search-modal__content {
  border-top: none !important;
  box-shadow: none !important;
}

/* Ensure smooth blend between header and search */
.header__search-wrapper,
.search-modal__form {
  border: none !important;
}
modal-dialog[open], details-modal[open] {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

header-search.header-search {
  background-color: rgba(255, 255, 255, 0.7) !important;
}



/* Remove borders on search modal */
.search-modal__content,
.modal__content {
  border-top: none !important;
}

/* Menu drawer overlay */
menu-drawer[open] {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 40%, rgba(255, 255, 255, 0) 100%) !important;
}
[class*="policy"] h1 {
  display: none;
}
.lp-cart-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 60%;
  border: 1px solid currentColor;
  text-decoration: none;
  color: inherit;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.05em;
  transition: opacity 0.2s ease;
}

.lp-cart-circle:hover {
  opacity: 0.6;
}

.lp-cart-count {
  line-height: 1;
}
/* .cart-drawer {
  top: var(--header-height) !important;
  height: calc(100% - var(--header-height)) !important;
} */

.floating-label {
  display: none;
}

.input::placeholder {
  opacity: 1;
}

.input:not(:placeholder-shown) + .floating-label,
.input:focus + .floating-label {
}

cart-drawer .cart-drawer__footer .button[name="checkout"] {
  border: 1px solid #000 !important;
  color: #000 !important;
  background: transparent !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

cart-drawer .cart-drawer__footer .button[name="checkout"]:hover {
  color: #000 !important;
  background: transparent !important;
}

cart-drawer .cart-drawer__footer .button-group {
  width: 100% !important;
}
free-shipping-bar {
  border-bottom: none !important;
}
free-shipping-bar {
  text-align: center !important;
}
/* Hide suggestions section in search */
.predictive-search__suggestions,
.predictive-search__category {
  display: none !important;
}
.predictive-search__tabs,
.predictive-search__resource-item,
x-tabs {
  align-items: flex-start !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.predictive-search__results {
  display: block !important;
}

.predictive-search__results .predictive-search__suggestions {
  display: none !important;
}


.predictive-search__results .predictive-search__suggestions {
  display: none !important;
}
/* View all results button */
.predictive-search__result-button,
.predictive-search [type="submit"] {
  border: 1px solid #000 !important;
  color: #000 !important;
  background: transparent !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.predictive-search__result-button:hover,
.predictive-search [type="submit"]:hover {
  color: #000 !important;
  background: transparent !important;
}
.predictive-search__result-button,
.predictive-search [type="submit"] {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  text-align: center !important;
}

.justify-self-start {
  justify-self: stretch !important;
}
/* Search results - 4 columns on desktop */
y-buttons .button,
.buy-buttons button[name="add"],
.buy-buttons .shopify-payment-button__button,
.buy-buttons .shopify-payment-button__button--unbranded {
  border: 1px solid #000000 !important;
  background: transparent !important;
  color: #000000 !important;
  text-decoration: none !important;
}

/* Subscribe button & email input - hover lightens border */
.footer .align-self-start .button {
  border: 1px solid currentColor !important;
  transition: border-color 0.3s ease, color 0.3s ease !important;
}
.footer .align-self-start .button:hover {
  border-color: rgba(0,0,0,0.3) !important;
  color: rgba(0,0,0,0.3) !important;
  background: transparent !important;
}

.footer input[type="email"] {
  transition: border-color 0.3s ease !important;
}
/* ══════════════════════════════════════
   ALL DRAWERS — ABOVE HEADER + GLOW
   ══════════════════════════════════════ */

/* Navigation sidebar */
header-sidebar {
  z-index: 200000 !important;
  position: fixed !important;
}

/* Cart drawer */
/* cart-drawer {
  z-index: 200000 !important;
  position: fixed !important;
} */

/* All overlays transparent */
header-sidebar::part(overlay),
cart-drawer::part(overlay),
modal-dialog::part(overlay),
details-modal::part(overlay),
.cart-drawer__overlay,
.drawer__overlay {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Glow behind drawers only when open */
body.sidebar-open::before {
  z-index: 0 !important;
}
cart-drawer {
  z-index: 300000 !important;
}
/* Related products - horizontal scroll */
.related-products .product-grid,
.related-products ul,
.related-products .grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  scroll-snap-type: x mandatory !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
  gap: 16px !important;
  padding-bottom: 8px !important;
}

.related-products .product-grid::-webkit-scrollbar,
.related-products ul::-webkit-scrollbar,
.related-products .grid::-webkit-scrollbar {
  display: none !important;
}

}
@media (max-width: 749px) {
  .footer__block--newsletter {
    width: 100vw !important;
    margin-left: calc(-1 * var(--container-padding, 20px)) !important;
    margin-right: calc(-1 * var(--container-padding, 20px)) !important;
    padding-left: var(--container-padding, 20px) !important;
    padding-right: var(--container-padding, 20px) !important;
  }
}


