/** Shopify CDN: Minification failed

Line 151:47 The "-" operator only works if there is whitespace on both sides

**/
#shopify-section-template--24153724420430__featured_product_bzRnUa script {
    display: none !important;
}
#shopify-section-template--24153724420430__featured_product_bzRnUa link {
    display: none !important;
}
.shopify-section__header {
  z-index: 100!important;
}
.klarna-div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}
svg.check-icon {
    width: 20px;
    height: auto;
}
svg.check-icon path {
    fill: green !important;
}
#customtemplate--24195947856206__main h3.custom_icon_heading {
    font-size: 14px;
}
.product-block-list__item--info .custom-text {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-block-list__item--info .custom-text .custom-icon {
      width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    height: 28px;
}
.product-block-list__item--info .custom-text .custom-icon svg {
  width: 22px;
  height: 22px;
}
.product-name-input {
  
}
.product-name-input label {
  display: block;
}
.product-name-input input {
  width: 100%;
    height: 50px;
    padding: 10px;
    display: block;
    border: 2px solid #aaa;
}
@media only screen and (max-width: 767px) {
    .product-image-with-text-grid, .text-chart-grid, .richtext-button-img_main {
        grid-template-columns: 1fr !important;
    }
    .fiche-technique-icon svg {
        width: 25px !important;
    }
    #fiche-template--24195947856206__section_fiche_technique_8z3FXz .fiche-technique-grid {
      gap: 10px !important;
      margin-top: 25px;
    }
    .section-padding-template--24195947856206__section_product_image_with_text_image_left_JaTQUT .product-image-with-text-img {
        order: 1 !important;
    }
    #left-template--24195947856206__section_product_image_with_text_image_left_JaTQUT .product-image-with-text-grid {
      gap:10px !important;
    }
    #left-template--24195947856206__section_product_image_with_text_image_left_JaTQUT h2.heading.h2 {
        text-align: left;
        font-weight: bold;
        font-size: 17px;
    }

  
}







/* product page css custom section and badge */
.badge_section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 20px 12px;
    background: #f5f5f5;
    margin: 10px 0;
}
.badge_section .badge_img {
    text-align: center;
}
.badge_section .badge_img img {
    width: 100%;
    max-width: 90px;
}
.badge_section  h5.badge_img_heading {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #000000ba;
}



.custom_icons_section .custom_icon_block {
    display: flex;
    border-bottom: 1px solid #f5f5f5;
    align-items:center;
}
.custom_icon_block.border {
    border: 0;
}
.custom_icons_section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 30px;
    gap: 20px;
    align-items: center;
}
.custom_icons_section .custom_icon {
    width: 100%;
    max-width: 30px;
}
h3.custom_icon_heading {
    margin: 0;
}
.template-product h1.product-meta__title.heading.h1 {
    font-size: 22px;
    font-weight: 600;
}


 .featured-collection-vndev .product-item .price {
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 18px)) !important;
}
 .featured-collection-vndev .product-item .aspect-ratio > img.product-item__primary-image,
.product-list.product-list--collection .product-item .aspect-ratio > img.product-item__primary-image {
   object-fit: cover;
 }

@media only screen and (max-width: 640px) {
  .featured-collection-vndev .product-item .product-item__price-list {
    border-radius: 30px;
    min-width: 140px;
    background: #ffffffc9;
    box-shadow: 0 2px 40px #5e5e5e33;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: flex;
    height: 34px;
    padding: 4px 10px;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    position: absolute;
    bottom: 100px;
  }
  .badge_section {
    display: grid!important;
    grid-template-columns: 1fr 1fr 1fr!important;
  }
  .badge_section .badge_img img {
    width: 100%;
    max-width: 63px;
}
  .custom_icons_section {
    padding: 12px;
    gap: 13px;
}
  #customtemplate--24195947856206__main h3.custom_icon_heading {
    font-size: 14px;
    line-height: 20px;
}
 
}






