/** Shopify CDN: Minification failed

Line 104:20 Unexpected "{"
Line 104:29 Expected ":"
Line 113:20 Unexpected "{"
Line 113:29 Expected ":"
Line 116:20 Unexpected "{"
Line 116:29 Expected ":"

**/
  #ShopifyChat,
  inbox-online-store-chat{
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(10px);
    transition: opacity .25s ease, transform .25s ease;
  }

  .show-inbox #ShopifyChat,
  .show-inbox inbox-online-store-chat{
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none;
  }
.header__heading-link {
    padding: 0;
}
.shop-image-container img.shop-main-image {
    opacity: 0;
    transition: opacity .5s;
    display: block !important;
}
.shop-main-image.active {
    opacity: 1 !important;
}
.cart-count-bubble {
    height: 2rem;
    width: 1.85rem;
    font-size: 1.2rem;
}
.quantity-break-container .quantity-break-variant-image {
    background-color: transparent;
}
.quantity-break-container .quantity-break-image {
    width: 55px;
}
.quantity-break-container .quantity-break-variant-select {
    padding: 4px 8px;
    max-width: 160px;
}
/* Force menu header links to 1.5rem */
.header__inline-menu .list-menu__item > a.link,
.header__inline-menu .list-menu__item > a.link--text,
.header__inline-menu .list-menu__item > a,
.header__menu-item.list-menu__item.link.link--text.focus-inset,
.header__menu-item.list-menu__item.link--text a,
.header__menu-item.list-menu__item a span {
  font-size: 1.5rem !important;
  line-height: 1.2 !important;
}
h2.footer-block__heading {
    color: #FFFFFF !important;
    font-weight: 400 !important;
}
footer.footer p,
footer.footer .rte p {
  color: #ffffff75 !important;
}
footer.footer .copyright__content,
footer.footer .copyright__content a,
footer.footer .policies a {
  color: #ffffff60 !important;
  opacity: 1 !important;
}
footer.footer .footer-block__heading {
  text-transform: uppercase !important;
  color: #ffffff !important;
  letter-spacing: 0.5px; 
}
footer.footer .list-menu__item--link,
footer.footer .list-menu__item--link a,
footer.footer .link--text {
  text-transform: none !important;
  color: #ffffff !important;
  opacity: 1 !important;
}
footer.footer .list-menu__item--link:hover,
footer.footer .list-menu__item--link a:hover,
footer.footer .link--text:hover {
  color: #cccccc !important;
}
footer.footer a[href^="mailto:"] {
  color: #ffffff !important;
}
footer.footer a[href^="mailto:"]:hover {
  color: #c4c4c4 !important;
}
footer.footer a:not([href^="mailto:"]) {
  text-decoration: none !important;
}

/* Desktop : on coupe le scroll horizontal et on laisse tout visible */
@media (min-width: 1201px){
  #shopify-section-{{ section.id }} .reviews-container{
    overflow-x: visible !important;
    overflow-y: visible !important;
    /* optionnel : retire le padding interne qui grignote la largeur utile */
    padding-left: 0;
    padding-right: 0;
  }

  /* si tu utilises scroll-snap sur desktop, on l’éteint aussi */
  #shopify-section-{{ section.id }} .reviews-container{
    scroll-snap-type: none;
  }
  #shopify-section-{{ section.id }} .review-card{
    scroll-snap-align: initial;
  }
}

@media (min-width: 800px) {
  .shop-thumbnails {
    justify-content: flex-start !important;
    margin: 0 auto;
    padding-left: 0 !important;
    transform: none !important;
  }
  .shop-thumbnails .shop-thumbnail:first-child {
    margin-left: 0 !important;
  }
}