/** Shopify CDN: Minification failed

Line 11:0 Unexpected "{"

**/
/* Use this file to add custom css to the theme. */
.slick-next .slick-prev{
  color:#000;
}

{
  --x-default-color-text:#fff!important;
}

.main{
  background:#2d014a;
}

/* ======================================= */
/* Espacement des Titres de sections (rembourrage = 0)    */
/* ======================================= */

.section__inner{
  padding-top:100px;
}

/* ======================================= */
/* Background Image par défaut (pour les Mobiles)     */
/* ======================================= */

.section {
  background-image: url('/cdn/shop/files/fond_Halloween.png?v=1761560963');
  background-repeat: repeat-y;
  background-position: center;
  background-attachment: scroll;
  
  /* Zoom de 200% sur mobile */
  background-size: 500% auto;
}

.featured-collection{
  background-image: url('/cdn/shop/files/fond_Halloween.png?v=1761560963');
  background-repeat: repeat-y;
  background-position: center;
  background-attachment: scroll;
  
  /* Zoom de 200% sur mobile */
  background-size: 500% auto;
}

.product{
  background-image: url('/cdn/shop/files/fond_Halloween.png?v=1761560963');
  background-repeat: repeat-y;
  background-position: center;
  background-attachment: scroll;
  
  /* Zoom de 200% sur mobile */
  background-size: 500% auto;
}

.collection-section{
  background-image: url('/cdn/shop/files/fond_Halloween.png?v=1761560963');
  background-repeat: repeat-y;
  background-position: center;
  background-attachment: scroll;
  
  /* Zoom de 200% sur mobile */
  background-size: 500% auto;
}

/* ======================================================= */
/* Background Image pour les grands écrans (Ordinateurs) */
/* ======================================================= */
@media (min-width: 769px) {
  .section {
    /* Aucun zoom (100%) sur les écrans plus larges que 768px */
    background-size: 150% auto;
  }
}

@media (min-width: 769px) {
  .featured-collection {
    /* Aucun zoom (100%) sur les écrans plus larges que 768px */
    background-size: 150% auto;
  }
}

@media (min-width: 769px) {
  .product {
    /* Aucun zoom (100%) sur les écrans plus larges que 768px */
    background-size: 150% auto;
  }
}

@media (min-width: 769px) {
  .collection-section {
    /* Aucun zoom (100%) sur les écrans plus larges que 768px */
    background-size: 150% auto;
  }
}

/* ======================================================= */
/* Couleurs Menu */
/* ======================================================= */

.drawer-menu{
background:#2d014a;
opacity:0.5;
}