/** Shopify CDN: Minification failed

Line 52:0 Unexpected "}"

**/
/* Place any CSS overrides in this file. */

/* Target the data attribute directly, along with any small text or paragraphs inside it */
[data-spam-detection-disclaimer],
p[data-spam-detection-disclaimer],
small[data-spam-detection-disclaimer] {
  display: none !important;
}

/* Fallback catch for the global hCaptcha badge element */
#shop-hcaptcha-badge-container {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* adds a background shadow on all product images */
.theme-img {
  background-color: rgba(0, 0, 0, 0.045) !important;
}


/* Extra Large mobile height - FIXED PIXELS to stop jumping */
@media (max-width: 767px) {
  .parallax--section-mobile.mobile-height--extra_large,
  .slideshow--mobile-height-extra_large {
    min-height: 620px !important;
    height: 620px !important;
    max-height: 620px !important;
  }
  
  /* Force children to match exactly
  .parallax--section-mobile.mobile-height--extra_large .swiper,
  .slideshow--mobile-height-extra_large .swiper,
  .swiper-slide--inner,
  .responsive-image-wrapper,
  .slideshow-image-overlay {
    height: 620px !important;
    min-height: 620px !important;
  }
  
  .swiper-slide img {
    height: 620px !important;
    min-height: 620px !important;
    object-fit: cover !important; */
  }
}