/** Shopify CDN: Minification failed

Line 20:49 Unexpected "{"

**/
/* ====== AJOUTS CUSTOM ========= */
html{
      min-width: 100vw;
}
/* === GENERAL ==== */
.Vtl-WishlistHeaderWrapper{
  width:fit-content !important;
}
.product-gallery__zoom-button svg.icon.icon-zoom {
    color: white;
}
.shopify-section--related-products svg.icon.icon-cart {
    color: white;
}
.homepage .Vtl-WishlistHeader__HeartIconWrapper, {
  fill:white !important;
}

x-header:hover .Vtl-WishlistHeader__HeartIconWrapper, x-header.is-solid .Vtl-WishlistHeader__HeartIconWrapper{
  fill:black !important;
}
.footer{
  padding-bottom:20px;
}
@font-face {
  font-family: 'Hero';
  src: url('/cdn/shop/files/Hero.woff2?v=1753523673') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hero-light';
  src: url('/cdn/shop/files/Hero_Light.woff2?v=1753523673') format('woff2');
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-family: 'Hero';
}
nav.header__secondary-nav {
    flex-direction: row-reverse;
}
.row-img-30{
  width: 30%;
  margin: auto;
}
.row-img-50{
  width: 50%;
  margin: auto;
}
.row-img-75{
  width: 75%;
  margin: auto;
}
.row-img-100{
  width: 100%;
  margin: auto;
}
.popup-twocol{
  display:flex !important;
  opacity:0;
  padding: 0;
}
.popup-twocol .v-stack{
  padding:2rem;
}
.popup-img-aside img{
  height: 100%;
  object-fit: cover;
}
.popup-pos-bottom-right{
  margin-left: auto;
}
.popup-pos-center{
  margin:auto;
  top: 0;
  max-height: fit-content;
}
@media(max-width:760px){
  .product-card__quick-add-button svg, .product-gallery .product-gallery__zoom-button svg{
    color:#272f6d;
  }
  .popup-twocol{
    flex-direction: column;
  }
  .newsletter-popup-img-content{
    display:none;
  }
  newsletter-popup .text-center{
    padding:1rem !important;
  }
  newsletter-popup .pop-in__close-button svg.icon.icon-close {
    color: #272f6d;
  }
}
.swatch-selected{
  order: -1;
  border: 1px solid;
}
.product-info__block-item[data-block-type="feature-with-icon"]{
    display:flex;
}
 .product-info__block-item[data-block-type="materials-list"] span{
    padding: 0px 8px;
    background: #ffffff;
    line-height: 1.5;
    max-width: fit-content;
 }
 .product-info__block-item[data-block-type="materials-list"] h5{
    max-height: fit-content;
    font-weight: 500;
    font-size: 14px;
}
.material-list-container{
  display:flex;
  flex-direction:row;
  gap:5px;
  flex-wrap: wrap;
}
.feature-badge.feature-full {
    width: 100%;
    display: flex;
}
.feature-badge.feature-full p {
    flex-grow:1;
    text-align:center;
}
.message-revendeur {
    max-width: 600px;
    margin: auto;
    background: #dfd1b2;
    padding: 20px;
    border-radius: 5px;
}
.message-revendeur a{
  color:blue !important;
  text-decoration:underline;
  font-weight:700;
}
@media(min-width:700px){
  .newsletter-popup.popup-width-30 {
      width: 30vw;
  }
  .newsletter-popup.popup-width-50 {
      width: 50vw;
  }
  .newsletter-popup.popup-width-70 {
      width: 70vw;
  }
  .image-with-text-reduced{
    grid-template-columns: 1fr 2fr;
  }
  .image-with-text--reverse.image-with-text-reduced{
    grid-template-columns: 2fr 1fr;
  }
}
@media(max-width:699px){
  
}
@media screen and (max-width: 999px) {
    .header-ul-around.md-max\:hidden {
        display: none;
    }
}

/* ======= HEADER ====== */
.xheader-ul-around{
  padding-bottom:0px;
}
.header-ul-around{
  width: 70%;display: flex;justify-content: center;gap: 30px;position: absolute;top: 75px;left: 11%;
}
.header__primary-nav .mega-menu{
    width: 100vw;
    position: absolute;
    left: calc(0px - (100vw * 0.11));
}
ul.header-ul-around > li:nth-child(4) {
  margin-left:auto;
}
li.li-menu-have-img {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:0;
}
.header__primary-nav .mega-menu-fit{
    width: fit-content;
    left: unset;
}
.mega-menu-nav-line{
    flex-direction: column;
    align-items: flex-start;
}

.header__primary-nav li.header__primary-nav-item .h6 {
    font-size: 14px;
}


/* ======= WholeSale Form ====== */
.sb2b__form--header.d-flex.f-direction-col {
    background: #dfd1b2;
    padding: 20px 10px;
    border-radius: 5px;
}
#snap-b2b-registration-form input, #snap-b2b-registration-form textarea {
    background: #e8f0fe;
}
#snap-b2b-registration-form a {
    color: #272F6D !important;
    font-weight: 700;
}

/* ====== CART DRAWER ===== */
.cart-drawer__complementary-products-aside{
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    background: white;
    width: 300px;
    display:block;
    max-height:100vh;
    overflow:auto;
    background: #efefef;
    border-right:1px solid grey;
}
.cart-drawer__complementary-products-aside .h4{
    padding: 26px 16px;
    border-bottom: 1px solid grey;
    width: 100%;
    text-align: center;
    position: sticky;
    top: 0;
    background:  #efefef;
    z-index: 3;
}
.cart-drawer__complementary-products-aside .complementary-products__header{
    display: flex;
    flex-direction: column;
    gap:20px;
}
.cart-drawer__complementary-products-aside .product-card img {
    height: 150px;
}
.cart-drawer__complementary-products-aside .product-card__info fieldset{
  display:none;
}
.cart-drawer__complementary-products-mobile{
  display:none;
}

.customer-order {
    grid: auto / minmax(0, 1fr) !important;
}
@media(max-width:750px){
  .cart-drawer__complementary-products-aside{
    display:none;
  }
  .cart-drawer__complementary-products-mobile{
    display:grid;
  }
}

/* ====== FOOTER ===== */
@media(min-width:750px){
  .customer-order a.button {
    width: 40%;
    margin-left: auto;
}
  .footer__block-list.only-desktop{
    display:flex;
  }
  .footer__block-list.only-mobile{
    display:none;
  }
}
@media(max-width:750px){
  .footer__block-list.only-desktop{
    display:none;
  }
  .footer__block-list.only-mobile{
    display:flex;
    gap: 0px;
  }
  .footer__block-list{
    flex-direction: column;
    align-items: center;
  }
  .footer__block--image{
    display: flex;
    justify-content: center;
  }
  .footer__block--links {
    width: 100%;
    display: flex;
  }
 .footer__block .accordion {
    width:100%;
 }
 .footer__block .text-with-icon svg {
    display: none;
}
}