/** Shopify CDN: Minification failed

Line 14:4 Expected ":"
Line 34:3 Expected ":"
Line 58:6 Expected ":"
Line 62:6 Expected ":"
Line 76:3 Expected ":"
Line 85:4 Expected ":"
Line 116:3 Expected ":"
Line 126:6 Expected ":"

**/
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: #ffffff;
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--14915560931380__featured-image-text .text-overlay::before {
  content:"STATION";
}
#shopify-section-template--14915560931380__featured-image-text-1 .text-overlay::before {
  content:"SUPPORT";
}
#shopify-section-template--14915560931380__1651267834645e7da4 .text-overlay::before {
  content:"EXCLUSIVITÉ";
}
#shopify-section-footer .text-overlay::before  {
  content:"MAGNETGRIP";
}
#shopify-section-template--14915560931380__165120376871ad9bf7 .text-overlay::before {
  content:"BATTERIE";
}
#shopify-section-template--14915560931380__1653036350f758b4ad .text-overlay::before {
  content:"MAGSAFE";
}

/* bordure footer
#shopify-section-advanced-content {
border - top:1px solid #333333; 
}
*/

