/** Shopify CDN: Minification failed

Line 506:48 Expected ")" to end URL token
Line 510:52 Expected ")" to end URL token
Line 1195:0 Unexpected "}"

**/
/* ========
   TYPOGRAPHY
   ======== */

@font-face {
  font-family: 'Odudo';
  src: url('https://cdn.shopify.com/s/files/1/0331/0190/5964/files/odudo-light-webfont.woff2?v=1617899935') format('woff2'),
       url('https://cdn.shopify.com/s/files/1/0331/0190/5964/files/odudo-light-webfont.woff?v=1617899935') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Odudo';
  src: url('https://cdn.shopify.com/s/files/1/0331/0190/5964/files/odudo-regular-webfont.woff2?v=1617899935') format('woff2'),
       url('https://cdn.shopify.com/s/files/1/0331/0190/5964/files/odudo-regular-webfont.woff?v=1617899934') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Odudo';
  src: url('https://cdn.shopify.com/s/files/1/0331/0190/5964/files/odudo-semibold-webfont.woff2?v=1617899934') format('woff2'),
       url('https://cdn.shopify.com/s/files/1/0331/0190/5964/files/odudo-semibold-webfont.woff?v=1617899935') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Odudo';
  src: url('https://cdn.shopify.com/s/files/1/0331/0190/5964/files/odudo-semibold-webfont.woff2?v=1617899934') format('woff2'),
       url('https://cdn.shopify.com/s/files/1/0331/0190/5964/files/odudo-semibold-webfont.woff?v=1617899935') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Odudo';
  src: url('https://cdn.shopify.com/s/files/1/0331/0190/5964/files/odudo-bold-webfont.woff2?v=1617899935') format('woff2'),
       url('https://cdn.shopify.com/s/files/1/0331/0190/5964/files/odudo-bold-webfont.woff?v=1617899935') format('woff');
  font-weight: bold;
  font-style: normal;
} 
@font-face {
  font-family: 'Odudo';
  src: url('https://cdn.shopify.com/s/files/1/0331/0190/5964/files/odudo-bold-webfont.woff2?v=1617899935') format('woff2'),
       url('https://cdn.shopify.com/s/files/1/0331/0190/5964/files/odudo-bold-webfont.woff?v=1617899935') format('woff');
  font-weight: 700;
  font-style: normal;
} 

input, textarea, button, select {font-family: 'Odudo';}

body {font-size:15px}

h1,
.h1 {
  font-family: 'Odudo', sans-serif !important;
  font-weight:600;
}
h2,
.h2 {
  font-family: 'Odudo', sans-serif !important;
  font-weight:600;
}
h3,
.h3 {
  font-family: 'Odudo', sans-serif !important;
  font-weight:600;
}

h4, 
.h4 {
  font-family: 'Odudo', sans-serif !important;
}

a:hover {
  color: var(--color--brand);
  opacity:.8;
}

a {
  color: var(--color--brand);
}


/* ========
   ELEMENTS
   ======== */

.section--full .container {
  max-width:100%;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.white-popup{
  text-align: center;
}

.white-popup small,
.white-popup label{
  text-align: left;
  display: block;
}

.close-modal-popup{
  border: none;
}

.container {
  max-width:1050px;
}

.container--medium {
  max-width:1050px;
}

.c-btn--primary {
  font-weight:400;
}

a.c-btn--primary:focus, a.c-btn--primary:hover {
    color: #fff;
}

.btn:focus, .btn:hover, .c-btn--dark:focus, .c-btn--dark:hover, .c-btn--grey:focus, .c-btn--grey:hover {
    background-color: #988476;
}

/* ========
   SUBSCRIPTION
   ======== */

.subscription-icon{
  height: 30px;
  width: 30px;
  fill:var(--color--headings);
}

.c-btn.add-to-subscription .js-product-add-text{
  font-size: 10px;
}
/* ========
   progress bar
   ======== */
.progress_alert{
  border-bottom: 1px solid var(--colorAnnouncement);
  display: block;
  padding: 10px 20px;
  margin: 0px auto;
  font-size: 14px;
  color: var(--colorAnnouncement);
  max-width: 800px;
  width: 80%;
  text-align: center;
  border: 1px solid #f1f1f1;
}
.progress_alert h3{
  font-size: 16px;
  margin-bottom: 0px;
}
.progress_bar{
  height: 12px;
  width: 100%;
  margin: 20px 0px 0px;
  background-color: #fff;
  border:1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.progress_bar--percentage{
  position: absolute;
  top:0px;
  left:0px;
  height: 100%;
  background: #00c189;
}
.progress_alert.subscription{
  position: fixed;
  left: 50%;
  bottom: 0px;
  background: #ffff;
  z-index: 99;
  transform: translateX(-50%);
  padding: 15px 30px;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.2);
  margin: 10px 0px;
}

.progress_alert .c-btn{
  margin-top: 30px;
}
/* ========
   HEADER
   ======== */

.header {
    background-size: cover;
}


/* ========
   SIDE MENU
   ======== */

.mobile-draw__wrapper {
    overflow-y: auto;
}

.mobile-draw, .mobile-draw .mfp-close {
    background-color: #ff6351 !important;
}

.mobile-draw--dark .mobile-nav__item {
    border: none;
}

.mobile-draw--dark .mobile-cta__text, .mobile-draw--dark .mobile-nav__sub-t__link, .mobile-draw--dark .mobile-nav__sub__link {
    color: #fff;
}

.mobile-draw--dark .mobile-search__input,
.mobile-draw--dark .mobile-nav__link,
.mobile-draw--dark .mobile-search__submit {
    color: #fff;
}

.mobile-draw--dark .mfp-close.mfp-close {
    color: #fff;
    padding-left: 30px;
}

.mobile-draw--dark .mobile-search__input {
    border-color: rgba(255,255,255,.7);
}

.mobile-draw--dark .mobile-footer__social-link {
    color: rgba(255,255,255,.9);
    border-color: rgba(255,255,255,.7);
}

.mobile-nav__item {
    padding: 3px 0;
}

.mobile-draw__wrapper {padding-left: 30px;padding-top: 60px;}

form.mobile-search__form {
    display: none;
}

.header-trigger.header-trigger--far-right.cart-draw-trigger-icon {
    right: 90px;
}

@media (max-width: 576px) {
.header-trigger.header-trigger--far-right.cart-draw-trigger-icon {
    right: 70px;
}
}


/* ========
   HOME PAGE
   ======== */

/* Header */

.template-index .header {
    background-color: transparent;
    background-image: none;
}

.template-index .shopify-section-header.is-sticky{
    background-image: url(https://cdn.shopify.com/s/files/1/0331/0190/5964/files/background_header_cart.gif?v=1618555664) !important;
    background-size: cover !important;
}

@media screen and (max-width: 767px) {
  .header{
    height:80px;
  }
}

/* Slide show */

.home-carousel__video video {
    object-position: bottom;
}

.home-carousel__title .section__title-text:after {
  background: #fff;
}

.home-carousel__btn {
  color:#505050;
  background: #fff;
  font-weight: bold;
}

.home-carousel__btn:hover {
    color:#fff;
  background: #ff6351;
}

div#shopify-section-1566456250311 {
    margin-bottom: -60px;
}

.template-index .js-section__home-slider{
    top: -120px;
    position: relative;
}

.home-carousel__item-wrapper--medium:before {
    padding-bottom: 100vh !important;
}

.home-carousel--full .home-carousel__nav--prev {
    left: 12px;
}

.home-carousel--full .home-carousel__nav--next {
    left: 57px;
}

.home-carousel--title-5 .section__title-text {
    font-weight: 500;
}

.home-carousel--title-5.home-carousel--minimal .home-carousel__item--center .home-carousel__text {
    text-transform: uppercase;
    font-weight: 500;
  	font-family: 'Odudo', Poppins, sans-serif;
}

.home-carousel .slick-dots li.slick-active, .home-carousel .slick-dots li:focus, .home-carousel .slick-dots li:hover {
  background:#fff;
}

.home-carousel .slick-dots li {
  background-color: #fff;
  opacity: .3;
}

.home-carousel__nav {
  background: transparent;
}

/* Image with Text */

div#shopify-section-1566456304723 .home-promo__media div.o-ratio--custom {
    padding-bottom: 100% !important;
}

.home-promo__media-img {
    object-fit: cover;
    height: 100%;
}

/* Elements */

html.sr body[data-anim-load=true] .section__title .section__title-text.js-sr-loaded:after, html.sr body[data-anim-load=true] .section__title.js-sr-loaded .section__title-text:after {
    width: 50px;
}
  
.section--content-default .section__title-text {
  color: var(--color--brand);
}


/* Collection list */

.collection-list .layout-slider.slick-initialized .slick-dots li.slick-active, .layout-slider.slick-initialized .slick-dots li:focus, .layout-slider.slick-initialized .slick-dots li:hover {
    background-color: #fff;
}

.collection-list .layout-slider.slick-initialized .slick-dots li {
    background-color: #fff;
}

.template-index .collection-list__title--border .collection-list__title-text:after {
    background: #fff;
}

/* Behind the Loop */

/*div#shopify-section-161790648138bac8cb .container {
    max-width: 100vw;
    padding: 0;
}*/

/* Achievements */

/*div#shopify-section-161790868968c6e9e8 .container {
    max-width: 100vw;
    padding: 0;
}*/

img.stat {
    max-width: 60%;
  	height:auto;
    margin-bottom: 1em;
}

h3.chiffre {
    font-weight: bold;
    margin-bottom: 0;
}

p.units {
  text-transform:uppercase;
  font-family:'Odudo', sans-serif;   
  color: var(--color--brand);
}


/* ========
   PRODUCT GRID
   ======== */


.product-card__details {
    text-align: center;
    border: 1px #ff6351 solid;
  	padding: 20px;
}

.product-card:hover .product-card__title {
    opacity:.9;
    color:#fff;
  	font-weight:normal;
}


.product-card:hover .product-card__details {
    background-color:#ff6351;
    color:#fff;
}

.product-card:hover .product-card__price {
    color:#fff;
    opacity:.9;
}

.product__details__hover {
    text-align: center;
}

.product-card__title {
    color: var(--color--brand);
    font-weight:500;
    font-size:smaller;
}
.product-card__title:hover {
    opacity:1;
}

.product-card__price-price {color: var(--color--brand);font-weight: 400;letter-spacing:1px;font-family: 'Odudo', sans-serif;margin: 0;text-align-last: center;font-size:smaller;}

.product__img-hover {
  background:#fff;
}


/* ========
   PRODUCT
   ======== */

.product-single__description.rte p {
  text-align:left !important;
}

div.accordion {
  margin-top: 1em;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
}

.accordion-button {
  padding: 1rem 0;
  font-family: var(--font--body);
  color: var(--color--body);
}

.accordion-button:not(.collapsed) {
    color: var(--color--brand);
    background-color: transparent;
}

.accordion-button::after {
background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff6351'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff6351'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: inherit;
}

.accordion-body p {
  text-align:left !important;
}

.accordion-collapse:focus {
  outline:none;
}



/* ========
   COLLECTION
   ======== */

.template-collection .main {
    margin-top: 0;
}

#juicy-stuff .product-btn.product-btn--hover,
#bubbly-stuff .product-btn.product-btn--hover,
#boozy-stuff .product-btn.product-btn--hover,
#soapy-stuff .product-btn.product-btn--hover,
#our-products .product-btn.product-btn--hover,
#juices-and-smoothies .product-btn.product-btn--hover,
#probiotic-sodas .product-btn.product-btn--hover,
#beers-and-gin .product-btn.product-btn--hover,
#soaps .product-btn.product-btn--hover,
#our-products .product-btn.product-btn--hover {
    display: none;
}


.video-entete {
    position: relative;
    margin-bottom: -20px;
    width:100%;
}

.video-entete video {
    position: relative;
    width:100%;
      max-height: 70vh;
    object-fit: cover;
    object-position: 75%;
}

#they-talk-about-us .video-entete video {
    object-position: top;
}

.video-entete img {
    position: relative;
    width:100%;
      max-height: 70vh;
    object-fit: cover;
    object-position: center;
}


h1.collection-title {
    position: relative;
    bottom: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
    background-color: #ff6351;
    padding: 15px;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    max-width: 80%;
}

@media (min-width: 1200px) {
h1.collection-title {
    max-width: 1050px;
}  
}

@media (max-width: 1024px) {
  .video-entete {
    position: relative;
    width:110%;
    left:-5%;
  }  
}

@media (max-width: 768px) {
  .search-draw-trigger-icon{
    display: none !important;
  }
  .video-entete {
    position: relative;
    margin-bottom: -15px;
    width:100%;
    left:0;
  }  
  h1.collection-title {
        bottom: 35px;
    }
}

@media (max-width: 575px) {
  .video-entete {
    position: relative;
    margin-bottom: -15px;
  }   
  h1.collection-title {
        font-size: 30px;
        line-height: 30px;
        bottom: 30px;
        max-width: 75%;
    }
}

.product-card__media--hover .product-card__img-hover{
  height: auto;
  object-fit: contain;
}

.product__details__hover {
    display: none;
}

/*
.product-card__details {
  border: 1px #fff solid;
  padding:20px;
}*/

.product-card__title {
    color: var(--color--test);
    font-size: smaller;
    font-weight: normal;
}

.product-card:hover .product-card__title,
.product-card:hover .product-card__price-price--sale,
.product-card:hover .product-card__price-price {
    color: #fff;
}

.product__img.product__img {
    background-color: #fff;
}

.collection-products .o-layout.o-layout--small.o-layout--small\@tab-down {
    text-align: center;
}


/* ========
   PAGE
   ======== */

.template-page .main,
.template-page .section--page {
    margin-top: 0;
}


.template-page .placeholder-noblocks {
    display: none;
}

.template-page .section--page .section {
    margin-top: 2em;
}

/* ========
   CART
   ======== */

.zone-validator {
    text-align: center;
    margin-bottom: 30px;
}

p.cart__zone_validation {
    color: #ff6351;
}

svg.bi.bi-exclamation-triangle-fill {
    vertical-align: middle;
    margin-right: 10px;
}

  button.map {
    background: #fff;
    border: 1px var(--color--brand) solid;
    color: var(--color--brand);
}

  button.map:hover {
    color: #fff;
}

  button.map:focus {
    color: #fff;
}

@media (min-width: 768px) {

  .zone-validator {
    text-align: right;
  }
  
}

.ajaxcart__head {
    background-size: cover !important;
    /* color: #fff; */
}

h3.ajaxcart__label-title {
    color: #fff;
}

.ajaxcart-draw .mfp-close {
    color: #fff;
}

/* ========
   BEHIND THE LOOP
   ======== */

iframe.btl {
    padding: 4px;
    border-radius: 8px;
    width: 100%;
    min-height:300px;
}

.video-wrapper {
  width:50%;
  padding-bottom:30%;
  float:left;
}


@media only screen and (max-width:575px) {
  .video-wrapper {
    width: 100%;
    padding-bottom:56.25%;
  }
}

.fluid-width-video-wrapper {
  margin:10px 0 !important;
}

/* ========
   CONTACT US
   ======== */

.page__contact-form {
  background: none;
}


/* ========
   FOOTER
   ======== */

.footer__bottom {
    background-color: var(--color--brand) !important;
}

@media (min-width: 1108px) {
  /*  .footer__content .o-layout div:nth-child(2) {
      text-align: right;
  }*/
}


/* ========
   WEGLOT
   ======== */

.country-selector .wg-li {
    color: #fff !important;}

.wg-drop.country-selector {
    background-color: transparent !important;}

.country-selector:focus {
    outline: none;
}

.wg-drop.country-selector .wgcurrent {border: none !important}

.wg-drop.country-selector .wgcurrent a {
    padding-right: 20px !important;}

.wg-drop.country-selector .wgcurrent:after {right:0px !important; background-image: url(https://cdn.shopify.com/s/files/1/0331/0190/5964/files/fleche_white.svg?v=1586453308) !important;}

.wg-drop.country-selector a {
    color: #fff !important;}

.wg-drop.country-selector ul {border: none !important;}

.wg-drop.country-selector:not(.closed) ul {background-color: #ff6351 !important;}


/* ========
   ZENDESK
   ======== */

.u-userLauncherColor:not([disabled]) {
    background-color: #fff !important;
    color: #ff6351 !important;
    fill: #ff6351 !important;
}

.u-userLauncherColor:not([disabled]) svg {
    color: #ff6351 !important;
    fill: #ff6351 !important;
}

.u-userLauncherColor:not([disabled]) svg path {
    fill: #ff6351 !important;
}


/* =======
   BUNDLE-BUILDER CUSTOM CSS (toujours mettre !important)
   ======= */

div#bundle-builder-app--bundle--root {
    margin-bottom: 2.5em;
}

.bundle-builder-app--bundle--price .bundle-builder-app--bundle--original-price {display:none !important;}

.bundle-builder-app--button:not(.bundle-builder-app--button--increase):not(.bundle-builder-app--button--decrease):not(.bundle-builder-app--bundle--contents-subtract):not(.bundle-builder-app--bundle--contents-add):hover, .bundle-builder-app--button:not(.bundle-builder-app--button--increase):not(.bundle-builder-app--button--decrease):not(.bundle-builder-app--bundle--contents-subtract):not(.bundle-builder-app--bundle--contents-add) button:hover, .bundle-builder-app--bundle--soldout:hover, .bundle-builder-app--bundle--soldout button:hover {
    background-color: rgb(255,99,81,0.6) !important;
}

.custom-bundle-description {
  margin: 0 30px 30px 0;
}

.custom-bundle-description-cell1 {
  float:left;
}

.custom-bundle-description-section-cell2 {
  float:right; 
  padding: 0 15px;
}

.custom-bundle-description-cell2 {
  float:right; 
}


.bundle-builder-app--bundle--price-label {
    font-size: 1.8rem;
    font-family: 'Odudo', sans-serif;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 0 0 0.5em !important;
}

.bundle-builder-app--bundle--price .bundle-builder-app--bundle--total-price {
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.1em !important;
    text-transform: uppercase;
    color: #988476 !important;
    font-size: 1.125em !important;
    font-weight: 400 !important;
}

.bundle-builder-app--bundle--price {
    margin-top: 0.5em !important;
    margin-bottom: 1.5rem !important;
    /*border-bottom: #988476 3px solid;*/
    padding-bottom: 1rem !important;
}

.bundle-builder-app--bundle--integration--sidebar li.bundle-builder-app--bundle--contents-item.bundle-builder-app--summary--products-per-row--4.bundle-builder-app--required-product.bundle-builder-app--bundle--contents-auto-height {
    margin: 0 15px !important;
}

button.bundle-builder-app--button.bundle-builder-app--button--create {
    display: none;
}

.bundle-builder-app--summary--block .bundle-builder-app--bundle--soldout {
    display: none;
}

.bundle-builder-app--bundle--integration--full-width h3.bundle-builder-app--bundle--contents-name {
    font-size: 12px !important;
    text-align: center !important;
    display: block !important;
}

.bundle-builder-app--bundle--integration--sidebar h3.bundle-builder-app--bundle--contents-name {
    display:none;
  }

a.bundle-builder-app--bundle--product--show-more {
    border: #988476 1px solid;
    padding: 5px;
    margin-top:10px;
}

a.bundle-builder-app--bundle--product--show-more span:after {
    display: none;
}

img.icon-content {width:150px;}

div#bundle-builder-app--bundle--alert .bundle-builder-app--bundle--alert--content {
    background: #fff !important;
  	border: 1px var(--color--brand) solid !important;
    color: var(--color--brand) !important;
}

@media (min-width: 768px) { 
  
  div#bundle-builder-app--bundle--alert button {
    display: none;
  }
  
  /* Aspect général du bundle */
  h1.bundle-builder-app--bundle--name {
    color: rgb(255, 99, 81) !important; 
    text-transform: uppercase !important;
    text-align:center;
    margin-top: 0 !important;
  }
  
  .bundle-builder-app--bundle--description {
    position: relative;
    height: 100%;
    vertical-align: bottom;}
  
  .bundle-builder-app--bundle--description .description {
    display: table-cell;
    vertical-align: bottom;
  }
  
  .bundle-builder-app--bundle--description .description h1 {
    margin-bottom: 15px !important;
  }

  .bundle-builder-app--products--block {
    float: left !important;
    position: relative !important;
    min-height: 1px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  .bundle-builder-app--summary--block {
    float: left !important;
    position: relative !important;
    min-height: 1px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .bundle-builder-app--bundle--integration--sidebar .bundle-builder-app--products--block {width: 66.66666667% !important;}

  .bundle-builder-app--bundle--integration--sidebar .bundle-builder-app--summary--block {
    width: 33.33333333% !important;
    margin-left: 0 !important;
  }


  /* Aspect du bloc produit individuel */
  li.bundle-builder-app--bundle--product {
    padding: 0.5rem !important;
  }

  .bundle-builder-app--bundle--product, .bundle-builder-app--bundle--contents-item {padding: 0 .5rem 0 !important;}

  .bundle-builder-app--bundle--product-auto-height {max-height:inherit !important;}

  .bundle-builder-app--bundle--product-auto-height img {height: 100% !important;}

  h3.bundle-builder-app--bundle--product-name {font-size: 12px !important; padding: 0 5px;}

  .rte.bundle-builder-app--bundle--product-description {font-size: 11px !important;padding: 0 5px;}

  .bundle-builder-app--bundle--product-price {display: none !important;}

  .bundle-builder-app--bundle--product-add--wrapper .bundle-builder-app--button:not(.bundle-builder-app--button--increase):not(.bundle-builder-app--button--decrease):not(.bundle-builder-app--bundle--contents-subtract):not(.bundle-builder-app--bundle--contents-add) {
  	padding: 0.6em 1em 0.7em;
  }  

  .bundle-builder-app--bundle--product-add--wrapper .bundle-builder-app--button:not(.bundle-builder-app--button--increase):not(.bundle-builder-app--button--decrease):not(.bundle-builder-app--bundle--contents-subtract):not(.bundle-builder-app--bundle--contents-add):hover {
    background-color: rgb(255, 99, 81, 0.6) !important;
  }

  .bundle-builder-app--bundle--product-add--wrapper .bundle-builder-app--button:not(.bundle-builder-app--button--increase):not(.bundle-builder-app--button--decrease):not(.bundle-builder-app--bundle--contents-subtract):not(.bundle-builder-app--bundle--contents-add):focus {
    background-color: rgb(255, 99, 81) !important;
  }
  
  .bundle-builder-app--bundle--notify-me-wrapper {
    font-size: smaller;
    padding: 5px;
    border: 1px var(--color--text) solid;
}

  
  /* Aspect du bloc-produit multi-section */
  
  h2.bundle-builder-app--bundle--section-name {margin-bottom:20px !important;}
  
  /*div.bundle-builder-app--bundle--section-description p:first-child {
    font-weight: normal !important;
    text-transform:uppercase !important;
    font-size:20px !important;}*/
  
  .bundle-builder-app--content.bundle-builder-app--content--no-margin {
    margin-top: 5em;}
  
  .bundle-builder-app--bundle--section-breadcrumbs {
    margin-bottom: 40px !important;
    top: -50px;
    width: 150% !important;
  }
  
  .bundle-builder-app--bundle--multisection  .bundle-builder-app--products {
    top: -50px;
    position: relative;
  }

  .bundle-builder-app--bundle--nav-buttons--next {
    float: none !important; 
    margin: 0 auto !important; 
    text-align: center !important;}

  .bundle-builder-app--bundle--nav-buttons--prev {
    float: none !important; 
    margin: 0 auto !important; 
    text-align: center !important;}

  .bundle-builder-app--bundle--nav-buttons {
    margin: 20px 0 !important;}



  /*Contenu sidebar*/

  .bundle-builder-app--required-section {
    justify-content: center !important;
    border-top: #ddd 1px solid;
    padding-top: 2.5rem !important;  
  }
  
  .bundle-builder-app--bundle--integration--sidebar .bundle-builder-app--required-section h3.bundle-builder-app--bundle--contents-name {
    display: flex !important;
    font-size: 10px;
    line-height: 1.4em !important;
  }

  .bundle-builder-app--bundle--integration--sidebar .bundle-builder-app--bundle--contents-item {
    width:25% !important;
  	padding: 0 0rem 1rem !important;
  }
  
  .bundle-builder-app--bundle--multisection .bundle-builder-app--bundle--summary {margin-top:42px !important;}
  .bundle-builder-app--button-container button {
    width: 100% !important;
  }
  
  .bundle-builder-app--bundle--price .bundle-builder-app--bundle--total-price {
    font-size: 1.4em;
    font-weight: 500;
  }
  
  .bundle-builder-app--bundle--summary .bundle-builder-app--bundle--error-message {
    font-size: 13px;
    color: #ff6351 !important;
    padding: 20px !important;
    border: #ff6351 1px solid !important;
  }

  .bundle-builder-app--bundle--contents-auto-height img, 
  .bundle-builder-app--bundle--contents-auto-height 
  .bundle-builder-app--bundle--contents-image {
    height: inherit !important;
  }

  h3.bundle-builder-app--bundle--contents-name {
    font-size:11px;
  }

  .bundle-builder-app--bundle--integration--sidebar li.bundle-builder-app--summary--products-per-row--4 .rte.bundle-builder-app--bundle--product-description {
    display: none !important;
  }

  .bundle-builder-app--bundle--contents-price {
    display: none !important;
  }

  button.bundle-builder-app--button.bundle-builder-app--bundle--contents-remove-button {
    font-size: 12px !important;
    font-weight: 500 !important;
    padding: 0px !important;
    margin: 0 !important;
    color: rgb(255, 99, 81) !important;
    background-image: url(https://cdn.shopify.com/s/files/1/0331/0190/5964/files/delete-loop.png?v=1628203183) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: transparent !important;
    height: 25px !important;
  }

  li.bundle-builder-app--summary--products-per-row--4 .bundle-builder-app--button:not(.bundle-builder-app--button--increase):not(.bundle-builder-app--button--decrease):not(.bundle-builder-app--bundle--contents-subtract):not(.bundle-builder-app--bundle--contents-add):hover {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    background-image: url(https://cdn.shopify.com/s/files/1/0331/0190/5964/files/delete-loop.png?v=1628203183) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: transparent !important;
  }

  li.bundle-builder-app--summary--products-per-row--4 .bundle-builder-app--button:not(.bundle-builder-app--button--increase):not(.bundle-builder-app--button--decrease):not(.bundle-builder-app--bundle--contents-subtract):not(.bundle-builder-app--bundle--contents-add):focus {
    background-image: url(https://cdn.shopify.com/s/files/1/0331/0190/5964/files/delete-loop.png?v=1628203183) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: transparent !important;
  }

  button.bundle-builder-app--button.bundle-builder-app--bundle--contents-remove-button span {
    display:none !important;
  } 
  
  
}

@media (hover: hover) and (min-width:768px) {
  
    /* Ingrédients hover 
  
  .bundle-builder-app--bundle--product-details {max-height:4rem !important;}

  .bundle-builder-app--bundle--product-details .rte.bundle-builder-app--bundle--product-description {
    opacity: 0 !important;
    position: relative !important;
    top: -265px !important;
    z-index: 1 !important;
    font-size: 10px !important;
    text-transform: uppercase !important;
    padding: 15px !important;
    color: #988476 !important;
    font-weight: 500 !important;
    background-color: rgb(255, 255, 255, 0.8) !important;
    height: 170px !important;
    text-align: left !important;
    border-radius: 0 60px 0 0 !important;
  }

  .bundle-builder-app--bundle--product-details .rte.bundle-builder-app--bundle--product-description:hover {
    opacity:1 !important;
  }
  */
  
    .bundle-builder-app--bundle--product-auto-height {
    height: inherit !important;
    min-height: 190px !important;
  }
}
  
}

@media (hover:none) and (min-width: 768px) {
  
  .bundle-builder-app--bundle--product-auto-height {
    height: inherit !important;
    min-height: 220px !important;
  }
}

@media (hover:none) and (min-width: 1024px) {
  
  .bundle-builder-app--bundle--product-auto-height {
    height: inherit !important;
    min-height: 280px !important;
  }
}
  

@media only screen and (max-width: 767px) {

  .custom-bundle-description {
  margin: 0 0 30px 0;
  }
  
  /* Aspect général du bundle */
  
  div#bundle-builder-app--bundle--alert button {
    display: none;
  }
  
  h1.bundle-builder-app--bundle--name {
    color: rgb(255, 99, 81) !important; 
    text-transform: uppercase !important;
    text-align:center;
  }


	/* Aspect du bloc produit individuel */
  li.bundle-builder-app--bundle--product {
    padding: 0.5rem !important;
  }

  .bundle-builder-app--bundle--product, .bundle-builder-app--bundle--contents-item {padding: 0 .5rem 0 !important;}

  .bundle-builder-app--bundle--product-auto-height {max-height:inherit !important;}

  .bundle-builder-app--bundle--product-auto-height img {height: 100% !important;}

  h3.bundle-builder-app--bundle--product-name {font-size: 13px !important; padding: 0 5px;}

  .rte.bundle-builder-app--bundle--product-description {font-size: 12px !important; padding: 0 7px !important;}

  .bundle-builder-app--bundle--product-price {display: none !important;}

  .bundle-builder-app--bundle--product-add--wrapper .bundle-builder-app--button:not(.bundle-builder-app--button--increase):not(.bundle-builder-app--button--decrease):not(.bundle-builder-app--bundle--contents-subtract):not(.bundle-builder-app--bundle--contents-add) {
  	padding: 0.6em 1em 0.7em;} 
  
  .bundle-builder-app--bundle--product-add--wrapper .bundle-builder-app--button:not(.bundle-builder-app--button--increase):not(.bundle-builder-app--button--decrease):not(.bundle-builder-app--bundle--contents-subtract):not(.bundle-builder-app--bundle--contents-add):hover {
    background-color: rgb(255, 99, 81, 0.6) !important;}

  .bundle-builder-app--bundle--product-add--wrapper .bundle-builder-app--button:not(.bundle-builder-app--button--increase):not(.bundle-builder-app--button--decrease):not(.bundle-builder-app--bundle--contents-subtract):not(.bundle-builder-app--bundle--contents-add):focus {
    background-color: rgb(255, 99, 81) !important;}
  
  .bundle-builder-app--bundle--product--show-more {
    font-size: 12px !important;
  }
  .bundle-builder-app--bundle--product--show-more span:after {
    height:none !important;
  }
  
  /* Aspect du résumé de la commande */

  .bundle-builder-app--button-container button {
    width: 100% !important;}
  
  .bundle-builder-app--bundle--summary .bundle-builder-app--bundle--error-message {
    font-size: 13px;
    color: #ff6351 !important;
    padding: 20px 0 !important;
    border: #ff6351 1px solid !important;}
  
  .bundle-builder-app--bundle--contents-auto-height img, 
  .bundle-builder-app--bundle--contents-auto-height 
  .bundle-builder-app--bundle--contents-image {
    height: inherit !important;}

  .bundle-builder-app--bundle--integration--sidebar h3.bundle-builder-app--bundle--contents-name {
    display: none !important;}

  .bundle-builder-app--bundle--integration--sidebar li.bundle-builder-app--summary--products-per-row--4 .rte.bundle-builder-app--bundle--product-description {
    display: none !important;}

  .bundle-builder-app--bundle--contents-price {
    display: none !important;}
  
  button.bundle-builder-app--button.bundle-builder-app--bundle--contents-remove-button {
    font-size: 12px !important;
    font-weight: 500 !important;
    padding: 15px !important;
    margin: 0 !important;
    color: rgb(255, 99, 81) !important;
    background-image: url(https://cdn.shopify.com/s/files/1/0331/0190/5964/files/delete-loop.png?v=1628203183) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: transparent !important;
    height: 4vh !important;}

  li.bundle-builder-app--summary--products-per-row--4 .bundle-builder-app--button:not(.bundle-builder-app--button--increase):not(.bundle-builder-app--button--decrease):not(.bundle-builder-app--bundle--contents-subtract):not(.bundle-builder-app--bundle--contents-add):hover {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    background-image: url(https://cdn.shopify.com/s/files/1/0331/0190/5964/files/delete-loop.png?v=1628203183) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: transparent !important;}

  li.bundle-builder-app--summary--products-per-row--4 .bundle-builder-app--button:not(.bundle-builder-app--button--increase):not(.bundle-builder-app--button--decrease):not(.bundle-builder-app--bundle--contents-subtract):not(.bundle-builder-app--bundle--contents-add):focus {
    background-image: url(https://cdn.shopify.com/s/files/1/0331/0190/5964/files/delete-loop.png?v=1628203183) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: transparent !important;}

  button.bundle-builder-app--button.bundle-builder-app--bundle--contents-remove-button span {
    display:none !important;}
  
	/* Multisection */
  
  .bundle-builder-app--bundle--nav-buttons--next {
    float: none !important; 
    margin: 0 auto !important; 
    text-align: center !important;}

  .bundle-builder-app--bundle--nav-buttons--prev {
    float: none !important; 
    margin: 0 auto !important; 
    text-align: center !important;}
  
	/* Éléments obligatoires dans le résumé de la commande*/

  .bundle-builder-app--required-section {
    justify-content: center !important;
    border-top: #ddd 1px solid;
    padding-top: 2.5rem !important;
  }
  
  .bundle-builder-app--bundle--integration--sidebar .bundle-builder-app--required-section h3.bundle-builder-app--bundle--contents-name {
    display: flex !important;
    font-size: 10px;
    line-height: 1.4em !important;
  }

	/*Contenu sidebar*/

  .bundle-builder-app--bundle--integration--sidebar .bundle-builder-app--bundle--contents-item {
    width:20% !important;
  }


}

@media screen and (max-width: 845px) {
    .bundle-builder-app--bundle--section-breadcrumb a {
    display: block !important;
    padding-top: 5px !important;
    }
}

@media only screen and (max-width: 575px) {

  .custom-bundle-description {
  margin: 0 0 30px 0;
}
  
  /* Aspect général du bundle */
  h1.bundle-builder-app--bundle--name {
    color: rgb(255, 99, 81) !important; 
    text-transform: uppercase !important;
    text-align:center;}
  
  .bundle-builder-app--bundle--description h1 {
    font-size: 15px;}
  
  .bundle-builder-app--bundle--description row {
    max-width: 100%;
    margin: 0;
    padding: 0 8px;
  }
  
    img.icon-content {
    width:80px;
  }
  
    img.icon-content.responsive-small {
    width:70px;
  }
  
  img.icon-content.responsive-large {
    width:110px;
  }


	/* Aspect du bloc produit individuel */
  li.bundle-builder-app--bundle--product {
    padding: 0.5rem !important;
  }

  .bundle-builder-app--bundle--product, .bundle-builder-app--bundle--contents-item {padding: 0 .5rem 0 !important;}

  .bundle-builder-app--bundle--product-auto-height {max-height:inherit !important;}

  .bundle-builder-app--bundle--product-auto-height img {height: 100% !important;}

  h3.bundle-builder-app--bundle--product-name {font-size: 13px !important; padding: 0 5px;}

  .rte.bundle-builder-app--bundle--product-description {font-size: 12px !important; padding: 0 7px !important;}

  .bundle-builder-app--bundle--product-price {display: none !important;}
  
  .bundle-builder-app--bundle--product-add--wrapper .bundle-builder-app--button:not(.bundle-builder-app--button--increase):not(.bundle-builder-app--button--decrease):not(.bundle-builder-app--bundle--contents-subtract):not(.bundle-builder-app--bundle--contents-add) {
  	padding: 0.6em 1em 0.7em;} 

  .bundle-builder-app--bundle--product-add--wrapper .bundle-builder-app--button:not(.bundle-builder-app--button--increase):not(.bundle-builder-app--button--decrease):not(.bundle-builder-app--bundle--contents-subtract):not(.bundle-builder-app--bundle--contents-add):hover {
    background-color: rgb(255, 99, 81, 0.6) !important;}

  .bundle-builder-app--bundle--product-add--wrapper .bundle-builder-app--button:not(.bundle-builder-app--button--increase):not(.bundle-builder-app--button--decrease):not(.bundle-builder-app--bundle--contents-subtract):not(.bundle-builder-app--bundle--contents-add):focus {
    background-color: rgb(255, 99, 81) !important;}
  
    /* Aspect du résumé de la commande */

  .bundle-builder-app--button-container button {
    width: 100% !important;}
  
  .bundle-builder-app--bundle--summary .bundle-builder-app--bundle--error-message {
    font-size: 13px;
    color: #ff6351 !important;
    padding: 20px 0 !important;
    border: #ff6351 1px solid !important;}
  
  .bundle-builder-app--bundle--contents-auto-height img, 
  .bundle-builder-app--bundle--contents-auto-height 
  .bundle-builder-app--bundle--contents-image {
    height: inherit !important;}

  .bundle-builder-app--bundle--integration--sidebar h3.bundle-builder-app--bundle--contents-name {
    display: none !important;}

  .bundle-builder-app--bundle--integration--sidebar  li.bundle-builder-app--summary--products-per-row--4 .rte.bundle-builder-app--bundle--product-description {
    display: none !important;}

  .bundle-builder-app--bundle--contents-price {
    display: none !important;}
  
  button.bundle-builder-app--button.bundle-builder-app--bundle--contents-remove-button {
    font-size: 12px !important;
    font-weight: 500 !important;
    padding: 0px !important;
    margin: 0 !important;
    color: rgb(255, 99, 81) !important;
    background-image: url(https://cdn.shopify.com/s/files/1/0331/0190/5964/files/delete-loop.png?v=1628203183) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: transparent !important;
    height: 4vh !important;}

  li.bundle-builder-app--summary--products-per-row--4 .bundle-builder-app--button:not(.bundle-builder-app--button--increase):not(.bundle-builder-app--button--decrease):not(.bundle-builder-app--bundle--contents-subtract):not(.bundle-builder-app--bundle--contents-add):hover {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    background-image: url(https://cdn.shopify.com/s/files/1/0331/0190/5964/files/delete-loop.png?v=1628203183) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: transparent !important;}

  li.bundle-builder-app--summary--products-per-row--4 .bundle-builder-app--button:not(.bundle-builder-app--button--increase):not(.bundle-builder-app--button--decrease):not(.bundle-builder-app--bundle--contents-subtract):not(.bundle-builder-app--bundle--contents-add):focus {
    background-image: url(https://cdn.shopify.com/s/files/1/0331/0190/5964/files/delete-loop.png?v=1628203183) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: transparent !important;}

  button.bundle-builder-app--button.bundle-builder-app--bundle--contents-remove-button span {
    display:none !important;}
  
	/* Multisection */
  
  .bundle-builder-app--bundle--section-breadcrumbs {
    margin-bottom: 70px !important;
    margin-top: 20px !important;
  }
 
  
  .bundle-builder-app--bundle--nav-buttons--next {
    float: none !important; 
    margin: 0 auto !important; 
    text-align: center !important;}

  .bundle-builder-app--bundle--nav-buttons--prev {
    float: none !important; 
    margin: 0 auto !important; 
    text-align: center !important;}
  
	/* Éléments obligatoires dans le résumé de la commande*/

  .bundle-builder-app--required-section {
    justify-content: center !important;
    border-top: #ddd 1px solid;
    padding-top: 2.5rem !important;  }
  
    .bundle-builder-app--bundle--integration--sidebar .bundle-builder-app--required-section h3.bundle-builder-app--bundle--contents-name {
    display: flex !important;
    font-size: 10px;
    line-height: 1.4em !important;}
  


	/* Contenu sidebar */

  .bundle-builder-app--bundle--integration--sidebar .bundle-builder-app--bundle--contents-item {
    width:33% !important;}
  
  
	/* Cart  */  
  
  a.h4.cart__product-name {
    font-size: 1.1em;
  }
  
  
}

/* =======
   DELIVERY TIMER
   ======= */

.delivery-details {
  border: #ff6351 1px solid;
  border-radius: 4px;
  padding: 20px;
}

.delivery-details-product {
  border: #ff6351 1px solid;
  border-radius: 4px;
  padding: 15px;
  text-align: center;
}

/* =======
   MODAL POP-UP
   ======= */

.close {
  float: right;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #988476;
  opacity: .75;
  background-image: url(https://loopmission.com/wp-content/themes/loop/img//ico-close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px;
  width: 50px;
  margin-right: -30px;
}

.close:hover {
  color: #988476;
  text-decoration: none;
  opacity: 1 !important;    
}

.close:focus {
  opacity: 1 !important;
  color: #988476;
}

button.close {
  padding: 0 !important;
  border: 0;
  appearance: none;
}


a.close.disabled {
  pointer-events: none;
}

.modal-header {
  border-bottom: none;
  width: 100%;
  height: 0;
  padding: 0 0 30px 0;
  margin-top:20px;
}

.modal-content {
  border: none;
  border-radius: 4px;
  display: block;
  background-color: transparent;
}

.modal-body {    
  padding: 2rem;
  text-align: center;
  background-color: #fff;
  border-bottom-left-radius: calc(.3rem - 1px);
  border-bottom-right-radius: calc(.3rem - 1px);
}

.modal-body a {
  color: #ff6351;
  text-decoration: none;
}

.modal-body a:hover {
  color: #ff6351;
  text-decoration: underline;
}

iframe {
  border: none;
}

@media only screen and (max-width:575px) {
  .close {
    margin-right: 0px;
  }
}


/* =======
   Recharge customer portal
   ======= */
.rct_navigation ul{
  margin-bottom: 0px;
}


/* =======
   POLICIES
   ======= */

.shopify-policy__container {
  margin-bottom:3em !important;
}


/* =======
   SELLUP
   ======= */


#launchtip_upsell_wrapper .dynamic_title_upsell {
    color: #ff6351 !important;
    text-transform: uppercase;
    font-family: 'Odudo', sans-serif;
    font-weight: 600 !important;
    font-size: 16px !important;
    margin: 0 0 15px 0;
}

.details.upline {
    padding-left: 15px;
}

.detail_price {
    padding-left: 15px;
}

div#launchtip_upsell_wrapper {
    border: 1px #ff6351 solid;
    padding: 10px 15px;
}

button.launchtip_upsell_design {
    padding-left: 20px;
    padding-right: 20px;
}

.bs_est_select select, .bs_est_input input, .bs_est_button button{
  height: auto !important;
}

.accordion-item{
  border-left : none !important;
  border-right : none !important;
}

.nav__sub__items,
.primary-nav__item, .secondary-nav__item{
  font-family:'Odudo', sans-serif;  
}
