/** Shopify CDN: Minification failed

Line 256:0 Expected "}" to go with "{"

**/
/* ==========================================================================
   0) GLOBAL / TOKENS
   ========================================================================== */

.visually-hidden {
  position: absolute !important;
  width: 1px; 
  height: 1px; 
  padding: 0; 
  margin: -1px; 
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* prevent line breaks */
  border: 0;
}

#shopify-section-home-module-seo {
  margin: 0 35px;
}

#site-container > div.container-fixed > h1 {
  margin: 0 35px;
}

.collection-breadcrumb {
  padding-left: 35px;
}

/* ==========================================================================
   1) SEARCHSPRING HEADERS / WIDGET CHROME
   ========================================================================== */

/* Collection Page full width adjustment */
.ss__layout .ss__layout__row, .ss__layout .ss__layout__row .ss__layout__sidebar, .ss__layout .ss__layout__row .ss__layout__content {
  max-width: 100% !important;
}

/* Hide rule underlines on recommendation headers */
#ss__recommendation--similar_0 > header > h3,
#ss__recommendation--cross-sell_0 > header > h3,
#ss__recommendation--recently-viewed_0 > header > h3,
#ss__recommendation--view-cart_0 > header > h3 {
  border-bottom: none;
}

/* Carousel header clean-up */
.ss__theme.ss__recommendation--carousel:not(.ss__recommendation--mini) .ss__recommendation__header .ss__title {
  margin: 0 !important;
  border: none !important;
}

/* Count label: sentence case */
#ss__content--search > div > div.ss__toolbar.ss__toolbar--top > div > div.ss__toolbar__column.ss__toolbar__column--count > h4.ss__title.ss__title--count.custom-results-heading > span.ss__count-label {
  text-transform: none !important;
  font-weight: normal;
}

.ss__theme .ss__results .ss__result--item .ss__result__details .ss__result__name {
  text-transform: none !important;
}
.ss__theme .ss__results .ss__result--item .ss__result__details {
  display: block !important;
}

/* Rating star color (Searchspring) */
.ss__theme .ss__rating .ss__rating__stars .ss__rating__stars--out-of .ss__icon__wrapper .ss__icon {
  fill: var(--black) !important;
}

/* ==========================================================================
   2) MEDIA / VIDEO
   ========================================================================== */

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 132.14%;
  overflow: hidden;
}
.video-wrapper video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

/* ==========================================================================
   3) GENERIC CONTENT WRAPPERS
   ========================================================================== */

.custom-html-full-width-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.collection-seo {
  margin: 0 35px;
}

/* ==========================================================================
   4) FOOTER
   ========================================================================== */

.site-footer { margin-top: 0; }

.site-footer .site-footer__links {
  margin: 0 50px;
  border-top: 2px solid var(--border-grey);
  border-bottom: 2px solid var(--border-grey);
}

.site-footer .site-footer__links ul:not(.site-footer__standalone-links) {
  margin: 5px 0px !important;
}

.site-footer .site-footer__links h4 {
  font-family: Montserrat;
}

.site-footer .site-footer__email-social { border: none !important; }

/* ==========================================================================
   5) NEWSLETTER (FOOTER)
   ========================================================================== */

/* Newsletter Signup Footer Unit */
#-subscribe {
  background-color: #000;
  color: #fff;
  padding: 12px;
  font-size: 14px;
  border: none;
  width: 100%;
  cursor: pointer;
}
input[type="submit"]:hover { background-color: #222; }

.newsletter-subtext {
  margin: 0 0px 10px;
}


/* ==========================================================================
   6) SOCIAL LINKS
   ========================================================================== */

.social-links {
  display: -webkit-inline-box; align-items: center; justify-content: flex-start;
  gap: 12px;
  margin: 15px auto;
  max-width: 300px; width: 100%;
  box-sizing: border-box;
}
.social-links a img { width: 24px; height: 24px; }

/* ==========================================================================
   7) BREADCRUMBS / CONTAINERS / MISC UI
   ========================================================================== */

/* Gift item controls: hide remove/update */
.shopping-cart__item.is-gift-item .shopping-cart__update-remove { display: none !important; }

/* ==========================================================================
   8) RESPONSIVE
   ========================================================================== */

@media (max-width: 767px) {
  /* Hide thumb video on small screens */
  .thumb-video-wrapper { display: none !important; }

  /* Newsletter layout: simplify */
  .newsletter-signup__container { display: contents; }
  .newsletter-signup__form,
  .newsletter-signup__fields { width: 100%; align-items: center; }

  /* Social links centered on mobile */
  .social-links {
    justify-content: center; gap: 12px; width: 100%;
  }
  .social-links ul {
    display: flex; flex-direction: row; gap: 12px;
    padding: 0; margin: 0; list-style: none;
  }
  .social-links li { display: inline-block; }
  .social-links a img { display: block; }

  /* Carousel nav buttons off on mobile */
  .ss__theme.ss__recommendation--carousel .ss__recommendation
  .ss__carousel__recommendation > .ss__carousel__prev-wrapper,
  .ss__theme.ss__recommendation--carousel .ss__recommendation
  .ss__carousel__recommendation > .ss__carousel__next-wrapper {
    display: none !important;
  }
  .ss__theme.ss__recommendation--carousel:not(.ss__recommendation--mini) .ss__recommendation__header .ss__title {
    margin: 0 15px !important;
  }
  #shopify-section-home-module-seo,
  .related-searches {
    margin: 0 10px;
  }
  .site-footer .site-footer__links,
  .collection-seo {
    margin: 0 10px;
  }
  
  .site-footer .site-footer__links ul:not(.site-footer__standalone-links) {
    margin: 5px 15px;
  }
  .collection-breadcrumb {
    padding: 0 5px !important;
  }
  #site-container > div.container-fixed > h1,
  .product-meta {
    margin: 0 5px !important;
  }

  .product-details {
    margin: 0 20px;
  }
  .product-details-bottom {
    margin: 0 0px;
  }

  .container {
    margin: 0 0px;
    padding: 0 0px;
}

/* ==========================================================================
   9) DESKTOP-ONLY CAROUSEL NAV TWEAKS
   ========================================================================== */

@media (min-width: 768px) {
  .ss__theme.ss__recommendation--carousel .ss__recommendation
  .ss__carousel__recommendation > .ss__carousel__prev-wrapper,
  .ss__theme.ss__recommendation--carousel .ss__recommendation
  .ss__carousel__recommendation > .ss__carousel__next-wrapper {
    margin: 80px -28px !important;
  }
}
