/** Shopify CDN: Minification failed

Line 385:1 Expected "}" to go with "{"

**/
header .secondary-menu a img
{
    display: block;
    width: 20px;
    margin-left: 0.3em;
}

.light-font {
  font-size: 0.8em;
}
.collection .filters_list span {
  text-transform: none;
}

.products_list_product {
  border:none;
}
.delivery_date_container, .prix {
  color: #111;
}
/* Qikify - Smart Menu - make submenu full-width - Henry - 03022021 */
.container .main_menu_container{
  position: static;
}
/* Qikify - end */

.left-smart-menu-mobil{
  width:100%;
}

body.product .title-marketing{
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1em;
  font-size: 1.3em;
  color: #111;
  display:block
}

body.product .caracteristiques {
  font-size: 0.8em;
  /*padding-left: 1.5em; */
  margin-top: 1em;

}
.naked_list p {
    margin-bottom: 0;
}
.remise_badge {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #EA46A6;
  padding: 0.1em 0.4em;
  font-size: 0.8em;
  color: #fff;
  border-radius: 0.3em;
  margin: 1em; }

.products_list_product .remise_badge {
  margin: 0.5em; }

.mobile-only {
  display: none;
}
.desktop-only {
  display: block;
}
@media (max-width: 991.98px){
  header .main-menu, header .mobile-menu {
    width: 100%;
  }
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}
.title__product span, .title__product h1 {
  margin-bottom: 0;
  font-size: .8em!important;
  line-height: 1!important;
  font-weight: 400!important;
  text-transform: none!important;
}
.free__trousse {
  text-align: center;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.btn-add {
  width: 100%;
  height: 45px;
  text-transform: uppercase;
}
.btn-klaviyo {
  width: 100% !important;
  margin-top: -6px !important;
  text-transform: uppercase;
}
.btn-colissimo {
    width: 100%;
    margin-top: 1rem;
    height: 45px;
    text-transform: uppercase;
}
.btn-secondary {
    color: #111;
    background-color: #fff;
    border: 1px #111 solid;
    margin-bottom: 10px;
}
#featured h2 {
  text-align:center;
  margin-bottom: 0;
  margin-top:0;
}
@media (max-width:767px) {
  body.product .title-marketing{
    margin-top: 1.3em;
  }
  body.product .caracteristiques {
    margin-top:0;
  }
  .btn-add {
    width: 90%;
  }
  .btn-colissimo {
    width: 90%;
    margin-top: 0.8rem;
  }
  .free__trousse {
  text-align: left;
  margin-bottom: 10px;
  }
  .pagination li {
    margin: 0 0.2em;
    font-size: 1em;
  }
  .big_link {
    font-style: 0.9rem;
  }
  #description {
    font-size: 0.8em!important;
  }
  #description h2 {
    font-size: 1.2em!important;
  }
  .mobile-col-reverse {
    flex-direction: column-reverse;
  }
  .product .footer, #votre-panier .footer {
    margin-bottom: 80px;
  }
  .klaviyo-indisponible {
      margin-bottom: 30px!important;
  }
  .btn-klaviyo {
    margin-top: -45px !important;
  }
}
.klaviyo-indisponible {
  text-align: center;
}
.p-vous-aimerez__product{
  font-size: 2em;
  margin-top: 0em;
  text-align: center;
  font-weight: 400;
}
/* Flickity Product Page */
.carousel {
	width: 100%;
	margin: 0 auto;
}

.carousel-cell {
	width: 100%;
	height: auto;
}

.carousel-cell-img {
	width: 100%;
	height: auto;
  	display: block;
}

.flickity-viewport {
	height: auto;
}
.flickity-page-dots {
  z-index: 2;
}

/* fade in lazy loaded image */
.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
  opacity: 1;
}
.zoomContainer {
  margin-right: 70px;
}
/* cart */
body.cart h1 {
  text-align: left;
}
body.cart .text-right {
	color: #111;
}
.cart_container .display-grid, .cart_item .display-grid {
  display: grid;
}
.cart_container .align-content, .cart_item .align-content {
  align-content: center;
}
.cart_item .img-item {
  min-width: 70px;
}
.cart_item .original-price {
  text-decoration: line-through;
  font-size: 0.8em;
  color: #888
}
.cart_item .discount-price {
  white-space: nowrap;
  font-weight: bold;
}
.cart_item .item-cart-delete {
  padding-left: 1em;
  font-size: .7em!important;
}
.emballage {
  margin-bottom: 0;
  border: 0
}
.emballage-div {
  padding-left: 0.5em;
  font-size: 0.9em;

}
.emballage_message label {
  display: flex;
}
.emballage_message input {
  margin-right: 0.5em;
  margin-top: 0.4em;
}

.p-cgv {
  font-size: 1em
}
.cgv-inline {
  display: inline
}
.width-100 {
  width:100%;
}
.cart_message {
  margin: 1em 0;
  font-size: 1em
}
.gift-offer-div {
  margin-top: 5em;
  background-color: #f8f8f8;
}
.underline {
  text-decoration: underline;
}
@media (min-width: 768px){
  .emballage-div {
    padding-left: 1em;
  }
  .to-checkout {
    margin-left:90px;
  }
  .cart_item .item-cart-delete {
  padding-left: 0;
  font-size: .7em!important;
  display: block;
}

}
@media (max-width: 767px){
  body.cart form.cartform {
    margin-bottom: 0;
  }
  .to-checkout {
    position: fixed;
    z-index: 9000;
    padding-top: 6px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: rgb(0 0 0 / 8%) 0px -2px 4px 0px;
    box-shadow: #00000013 0 -2px 4px;
  }
  .to-checkout button {
    height: 52px;
  }
  .cart_message {
    margin: 0.5em 0;
    font-size: .9em;
    font-weight: 200;
  }
}

.seo h2, .seo p {
  font-size: 0.8em;
}

.product-blocks__image-featured-wrapper {
  position: relative;
}

.product-blocks__image-featured {
  max-width: 236px;
}

.new-collection-banner {
  position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    background-color: rgba(232,232,232,0.5); /* opacité ajoutée ici */
    color: #000000; /* couleur du texte */
    text-align: center;
    padding: 5px 0;
    font-weight: bold;
    font-size: 17px;
}
.product-label {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: left;
}
.product-label__product {
  right: 35px!important
}

.product-label>span {
  display: inline-block;
    padding: 0.5em 0.6em;
    background: #B26D5F;
    color: #fff;
    line-height: 1.2;
    vertical-align: top;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 26px;
    text-align: center;
    font-size: 13px;
    position: relative;
}
@media (min-width: 768px){
  .product-label__product {
    right: 200px!important
  }
  .product-label>span {
      font-size: 14px;
      padding: 0.5em 0;
      line-height: 22px;
  }
  .new-collection-banner {
    font-size: 21px;
  }
}
@media (max-width: 767px){
  .products_list {
    justify-content: center;
}
.products_list .products_list_hilight, .products_list .products_list_product {
    width: 75%;
}