/** Shopify CDN: Minification failed

Line 230:9 Expected "}" to go with "{"

**/
/* --- CRITICAL FIX FOR CART ICON VISIBILITY AND POSITIONING --- */

#cart-icon-bubble {
  visibility: visible !important;
  opacity: 1 !important;
  display: flex !important;
  align-items: center;
  text-decoration: none !important;
  color: #000 !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
}

a#cart-icon-bubble span.visually-hidden {
  font-size: 0 !important;
  color: transparent !important;
  position: static !important;
  clip: auto !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: normal !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

#cart-icon-bubble .icon {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle;
  margin-right: 0.2rem;
  height: 24px !important; /* Set height to match viewBox height */
  width: 24px !important; /* Set a desired width */
  stroke: #000 !important;
  fill: #000 !important;
  font-size: 2.2rem !important; /* For font icons if applicable */
}

#cart-icon-bubble .cart-count-bubble {
  position: static !important;
  transform: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 1.8rem;
  height: 1.8rem;
  font-size: 1.2rem;
  border-radius: 50% !important;
  background-color: rgb(var(--color-button)) !important;
  color: rgb(var(--color-button-text)) !important;
  padding: 0.1rem 0.5rem;
  margin-left: 0.2rem;
}
/* --- END CRITICAL FIX FOR CART ICON VISIBILITY AND POSITIONING --- */


/* --- GLOBAL BODY TEXT COLOR --- */
body {
  color: #000;
  background: #f8f8f8 !important;
}
/* --- END GLOBAL BODY TEXT COLOR --- */

.search__input.field__input {
  padding-right: 9.8rem;
  background-color: #fff;
  z-index: 2;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
}

.search__button {
  right: var(--inputs-border-width);
  top: var(--inputs-border-width);
  position: absolute;
}

.reset__button {
  right: calc(var(--inputs-border-width) + 4.4rem);
  top: var(--inputs-border-width);
  position: absolute;
}

.reset__button:not(:focus-visible)::after {
  border-right: 0.1rem solid rgba(var(--color-foreground), 0.08);
  display: block;
  height: calc(100% - 1.6rem);
  content: '';
  position: absolute;
  right: 0;
}

.reset__button:not(:focus)::after {
  border-right: 0.1rem solid rgba(var(--color-foreground), 0.08);
  display: block;
  height: calc(100% - 1.8rem);
  content: '';
  position: absolute;
  right: 0;
}

.search__button:focus-visible,
.reset__button:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 4;
}

.search__button:focus,
.reset__button:focus {
  background-color: rgb(var(--color-background));
  z-index: 4;
}

.search__button:not(:focus-visible):not(.focused),
.reset__button:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.search__button:hover .icon,
.reset__button:hover .icon {
  transform: scale(1.07);
}

.search__button .icon {
  height: 1.8rem;
  width: 1.8rem;
  stroke: currentColor;
}

.reset__button .icon.icon-close {
  height: 1.8rem;
  width: 1.8rem;
  stroke-width: 0.1rem;
}

/* Remove extra spacing for search inputs in Safari */
input::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* --- REVISED FIX FOR BACKGROUND COLOR AND FONT COLOR --- */
.template-search-section-template--19431464501468__main-padding {
  background-color: #f8f8f8 !important;
}

.template-search-section-template--19431464501468__main-padding h1,
.template-search-section-template--19431464501468__main-padding h2,
.template-search-section-template--19431464501468__main-padding .h1 {
  color: #000 !important;
}
/* --- END REVISED FIX --- */

.template-search__results {
  position: relative;
  color: #000;
}

/* Predictive Search Overlay */
.predictive-search {
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 0.5rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  z-index: 99;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  color: #333;
}

/* Ensure all links and text elements within predictive search are dark */
.predictive-search a,
.predictive-search h1,
.predictive-search h2,
.predictive-search h3,
.predictive-search h4,
.predictive-search h5,
.predictive-search h6,
.predictive-search p,
.predictive-search span,
.predictive-search div {
  color: #333 !important;
}

/* Ensure text remains dark on hover/focus states for links */
.predictive-search a:hover,
.predictive-search a:focus {
  color: #000 !important;
}

/* Search Modal Fix */
.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 98;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 0rem;
}
.template-search__results .search__input {
  color: #000;
  background-color: #fff;
  border: