/** Shopify CDN: Minification failed

Line 53:4 Expected ":"
Line 72:3 Expected ":"
Line 96:6 Expected ":"
Line 100:6 Expected ":"
Line 114:3 Expected ":"
Line 123:4 Expected ":"
Line 154:1 Expected ":"
Line 158:6 Unexpected "-"
Line 159:4 Expected ":"
Line 164:4 Expected ":"

**/
.cont-add-btns .shopify-payment-button__more-options {display:none !important; }


.xtraInfos * {
  box-sizing: border-box;
}
.xtraInfos {  
  display:flex;  
  justify-content:space-between;
  flex-wrap:wrap;
  width: 100%;
  margin: 1rem auto;
  background: #f1f1f1; 
  box-shadow: 0px 2px 4px 0px #dddddd;
  font-size:14px;
  font-family:arial;
  color:#555;
} 
.xtraInfos__item {
  flex:1 0 25%;
  text-align:center;
  padding:1rem;
  border-right:1px solid #e6e6e6;  
} 
.xtraInfos__item:last-child {
  border-right:0; 
}
.xtraInfos__img {
  margin-bottom:7px;
}
@media screen and (max-width:600px) {
  .xtraInfos__item {    
    flex:1 0 50%;
    border:0.5px solid #e6e6e6;        
  }
}

body .dg-shipping-date {
text - align: center;
margin: 1rem auto 2rem auto;
padding:1rem;
background: #f1f1f1;
box-shadow: 0px 2px 4px 0px #ccc;
}

body .dg-shipping-date p {
margin:0; 
}

body .dg-shipping-date span {
color:#4C96C1;
font-weight:bold;
}

/* Extra infos fiche produit */

.xtraInfos * {
box - sizing: border-box;
}

.xtraInfos {
display:flex;
justify-content:space-between;
flex-wrap:wrap;
width: 100%;
margin: 1rem auto;
background: #f1f1f1;
box-shadow: 0px 2px 4px 0px #ccc;
font-size:14px;
font-family:arial;
color:#555;
}

.xtraInfos__item {
flex:1 0 25%;
text-align:center;
padding:1rem;
border-right:1px solid #CCC;  
}

.xtraInfos__item:last-child {
border - right:0; 
}

.xtraInfos__img {
margin - bottom:7px;
}

@media screen and (max-width:600px) {
.xtraInfos__item {
flex:1 0 50%;
border:0.5px solid #CCC;        
}
}


/* Accordéon fiche produit */

.template-product .accordion {
box - shadow: 0 0 10px #ddd;
margin: 10px 0;

}
.template-product .accordion details {
background:#FFF; 

}
.template-product .accordion .accordion__title {
font - size:18px;
font-weight:bold;
padding:10px;
}


.template-product .accordion .accordion__content {
padding:0 10px 10px 10px;
}

/* Fond en texte sur section */

.text-overlay {
position:relative;
z-index:0;
}

.text-overlay::before {
opacity:.05;
position:absolute;
top:50%;
transform:translateY(-50%);
text-align:center;
font-size: 294px;
z-index:0;
letter-spacing:25px;
width:100%;
font-weight:900;
}

.text-overlay * {
z - index:2;
}

@media screen and (max-width: 749px) {
.text - overlay::before {
font - size: 150px;
}
}

a[href='#looxReviews'] {
text - decoration: none;
margin-top: -1rem;
display: flex;
margin-bottom: 0.8rem;
}

#shopify-section-template--15484214608051__featured-image-text .text-overlay::before {
content:"ECOUTEURS";
}
#shopify-section-template--15484214608051__featured-image-text-1 .text-overlay::before {
content:"ENCEINTES";
}
#shopify-section-template--15484214608051__featured-collection .text-overlay::before {
content:"EXCLUSIVITÉ";
}
#shopify-section-footer .text-overlay::before  {
content:"SOUNDIFY";
}
/* bordure footer
#shopify-section-advanced-content {
border - top:1px solid #333333; 
}
*/