/** Shopify CDN: Minification failed

Line 460:0 Unexpected "<"
Line 479:0 Unexpected "<"

**/
/* Bold the dropdown category headers */
.navmenu-meganav-standard__item > .navmenu-item-text {
  font-weight: 700 !important;
}

/* Child links: normal weight + indented */
.navmenu-depth-3 .navmenu-link {
  font-weight: 400 !important;
  padding-left: 15px !important;  /* adjust px value for deeper/shallower indent */
  display: block;
}


/* THE SHIT */

/* --- Reset any gradient underline we added before --- */
.site-header .navmenu-link,
.collection__item-title {
  background-image: none !important;
  background-size: 0 0 !important;
  background-position: 0 100% !important;
}

/* --- NAV BUTTONS: native-style underline, blue, on hover/focus only --- */
.site-header .navmenu-link {
  display: inline-block;
  text-decoration: none !important;   /* no underline by default */
  padding-bottom: 12px;               /* keep your spacing */
}

.site-header .navmenu-link:hover,
.site-header .navmenu-link:focus-visible {
  text-decoration: underline !important;
  text-decoration-color: #007ace !important;  /* blue like you wanted */
  text-decoration-thickness: 2px;             /* same weight as before */
  text-underline-offset: 5px;                 /* same gap as black line */
  transform: translateY(-1px);                /* keep your lift */
}

/* --- COLLECTION TITLES: same behavior when the tile/link is hovered --- */
/* --- COLLECTION TITLES: animated underline, 5px thick --- */
.collection__item-title {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  padding-bottom: 8px;
}

.collection__item-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2.9px;                         /* underline thickness */
  background-color: #007ace;           /* blue */
  transition: width 0.3s ease-in-out;  /* animation speed/curve */
}

.collection__item a:hover .collection__item-title::after,
.collection__item a:focus-visible .collection__item-title::after {
  width: 100%; /* grows left → right */
}

/* --- FOOTER BACKGROUND + TEXT COLOR OVERRIDE --- */
.site-footer-wrapper,
.site-footer-item,
footer {
  background-color: #DCEAF6 !important;
  color: #000000 !important;
}

/* Footer text elements */
.site-footer-wrapper p,
.site-footer-wrapper span,
.site-footer-wrapper li,
.site-footer-wrapper a,
.site-footer-credits,
.site-footer-navigation {
  color: #000000 !important;
}

/* Footer links hover (keep clean, optional underline) */
.site-footer-wrapper a:hover {
  text-decoration: underline;
}

/* Payment icons (SVGs inherit color in some themes) */
.site-footer-wrapper svg {
  fill: #000000 !important;
}

/* Language / currency selectors */
.site-footer-wrapper .disclosure__toggle,
.site-footer-wrapper .disclosure-list__item,
.site-footer-wrapper .disclosure-list__option {
  color: #000000 !important;
}

/* Powered by Shopify text */
.site-footer-wrapper .powered-by {
  color: #000000 !important;
}


.site-navigation {
  display: flex;
  justify-content: center;
}

.navmenu.navmenu-depth-1 {
  display: flex;
  justify-content: center;
}


/* --- SEARCH BAR CONTAINER --- */
.live-search-form .form-field {
  display: flex !important;
  align-items: center !important;
  background: #f5f5f5 !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 25px !important;
  padding: 4px 4px 4px 16px !important;
  overflow: hidden !important;
}

/* --- HIDE CATEGORY DROPDOWN --- */
.live-search-filter-wrapper {
  display: none !important;
}

/* --- INPUT FIELD --- */
.live-search-form-field {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-size: 14px !important;
  padding: 6px 0 !important;
  flex: 1 !important;
  min-width: 0 !important;
}

/* --- HIDE CANCEL BUTTON --- */
.live-search-takeover-cancel {
  display: none !important;
}

/* --- SEARCH SUBMIT BUTTON: black pill on the right --- */
.live-search-button {
  background: #000000 !important;
  border: none !important;
  border-radius: 20px !important;
  padding: 8px 14px !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  margin-left: 4px !important;
}

.live-search-button svg path,
.live-search-button svg circle {
  stroke: #ffffff !important;
}

.live-search-button:hover {
  background: #333333 !important;
}

/* --- STRIP OUTER THEME BORDER ONLY --- */
.live-search,
.live-search-form {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  outline: none !important;
}

/* --- CONSTRAIN SEARCH BAR WIDTH --- */
.live-search {
  max-width: 1000px !important;  /* adjust this value to your liking */
  width: 100% !important;
  margin: 0 auto !important;
}


/* --- FOOTER BLOCKS: left aligned and stacked --- */
.site-footer-block-item {
  display: block !important;
  text-align: left !important;
  width: 100% !important;
}

.site-footer-block-title {
  text-align: left !important;
  width: 100% !important;
}

.site-footer-block-content {
  text-align: left !important;
  width: 100% !important;
}

/* --- FOOTER LAYOUT: force vertical stack --- */
.site-footer-blocks,
.site-footer-row,
.site-footer-inner,
[class*="site-footer-block"] {
  display: block !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
}

/* --- FOOTER LINKS: left align --- */
.site-footer-block-item a,
.site-footer-block-item li,
.site-footer-block-item ul {
  text-align: left !important;
  display: block !important;
  width: 100% !important;
}

/* --- FOOTER NEWSLETTER: left align --- */
.site-footer-block-newsletter,
.newsletter-form {
  text-align: left !important;
  align-items: flex-start !important;
}

/* --- SOCIAL ICONS: left align --- */
.site-footer-block-social_accounts,
.social-list {
  justify-content: flex-start !important;
  text-align: left !important;
}


/* --- FOOTER: horizontal left to right layout --- */
.site-footer-blocks {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  gap: 48px !important;
  width: 100% !important;
}

/* --- EACH BLOCK: don't stretch, stay at top --- */
.site-footer-block-item {
  flex: 1 !important;
  min-width: 150px !important;
  text-align: left !important;
  align-items: flex-start !important;
}

/* --- TITLES: left aligned --- */
.site-footer-block-title {
  text-align: left !important;
}

/* --- LINKS: left aligned and stacked --- */
.site-footer-block-item a,
.site-footer-block-item li,
.site-footer-block-item ul {
  text-align: left !important;
  display: block !important;
}

/* --- SOCIAL ICONS: left aligned --- */
.social-list {
  justify-content: flex-start !important;
}

/* --- MOBILE: stack vertically --- */
@media (max-width: 768px) {
  .site-footer-blocks {
    flex-direction: column !important;
    gap: 24px !important;
  }
}

/* --- HIDE ACCORDION ARROWS IN FOOTER --- */
.site-footer-block-icon {
  display: none !important;
}

/* --- HIDE BOTTOM DUPLICATE NAV LINKS --- */
.site-footer-navigation {
  display: none !important;
}


/* --- ANNOUNCEMENT BAR SLIDER --- */
.announcement-bar {
  overflow: hidden !important;
  position: relative !important;
}

.announcement-bar-text,
.announcement-bar-text-mobile {
  display: block !important;
  animation: slideIn 0.5s ease forwards !important;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}

.announcement-bar-text.sliding-out,
.announcement-bar-text-mobile.sliding-out {
  animation: slideOut 0.5s ease forwards !important;
}

/* --- HIDE MOBILE ANNOUNCEMENT ON DESKTOP --- */
.announcement-bar-text-mobile {
  display: none !important;
}

@media (max-width: 768px) {
  .announcement-bar-text {
    display: none !important;
  }
  .announcement-bar-text-mobile {
    display: block !important;
  }
}


/* --- BIGGER PRICE ON PRODUCT PAGES ONLY --- */
.template-product .product__price,
.template-product .productitem--price,
.template-product .price--main,
.template-product .product-block--price .price,
.template-product [data-product-price],
.template-product .price__current,
.template-product .price-item--regular,
.template-product .price-item--sale {
  font-size: 28px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
}

/* --- COMPARE AT PRICE ON PRODUCT PAGES ONLY --- */
.template-product .price--compare,
.template-product .price-item--regular.price-item--last,
.template-product .price__compare,
.template-product s.price {
  font-size: 18px !important;
  opacity: 0.5 !important;
}



/* --- SALE PRICE: red on product pages --- */
.template-product .price-item--sale,
.template-product .price--sale,
.template-product [data-product-price] {
  color: #e53935 !important;
}

/* --- SAVINGS BANNER: red background --- */
.price__badge-sale,
.badge--sale,
.product__badge--sale,
[class*="badge"][class*="sale"],
[class*="sale"][class*="badge"] {
  background-color: #e53935 !important;
  color: #ffffff !important;
  border-color: #e53935 !important;
}

/* --- SAVINGS AMOUNT TEXT (You save $X) --- */
.price__saving,
.product__price-saving,
.price-saving,
[class*="price-saving"],
[class*="saving"] {
  color: #e53935 !important;
  font-weight: 500 !important;
}

.productitem {
  border-radius: 16px;
  overflow: hidden;
}


/* Promo grid hover effects */
.promo-block--image {
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  cursor: pointer;
}

.promo-block--image:hover {
  transform: scale(0.97);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.promo-block--image .promo-block--background {
  transition: transform 0.35s ease;
}

.promo-block--image:hover .promo-block--background {
  transform: scale(1.04);
}

.slideshow--section {
  position: relative;
}

.slideshow--section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: linear-gradient(to bottom, transparent, #ffffff);
  pointer-events: none;
  z-index: 2;
}


/* Home nav link styling */
.navmenu-id-home > a,
.navmenu-id-home > .navmenu-link {
  font-weight: 600;
  letter-spacing: 0.04em;
}

<style>
  .product-block--rating svg,
  .product__rating svg,
  .rating svg {
    width: 30px !important;
    height: 30px !important;
    stroke: currentColor !important;
    stroke-width: 0.7px !important;
  }

  .product-block--rating .rating__count,
  .product__rating .rating__count,
  [class*="rating"] .rating__count,
  .rating-count,
  .product-block--rating a,
  .product__rating a {
    font-size: 15px !important;
    font-weight: 600 !important;
  }
</style>


/* --- ANNOUNCEMENT BAR HEIGHT + TEXT SIZE --- */
.announcement-bar {
  padding: 6px 16px !important;
  min-height: unset !important;
}

.announcement-bar-text,
.announcement-bar-text-mobile {
  font-size: 17px !important;
  font-weight: 2000 !important;
  line-height: 0.6 !important;
}