/** Shopify CDN: Minification failed

Line 11:9 Expected identifier but found "url("
Line 180:32 Expected identifier but found "130px"
Line 501:26 Unexpected "/"

**/
@font-face {
    font-family: "Chelsea Market";
    src: url('/cdn/shop/files/ChelseaMarket-Regular.woff2?v=1752512495') format("woff2");
         url('/cdn/shop/files/ChelseaMarket-Regular.woff?v=1752512494') format("woff");
	font-display: swap;
}

.x-badge-container {
  font-family: 'Chelsea Market', sans-serif;
}

.simple_menu_item, .mega-nav .font-semibold .nav-link {
  font-size: 18px;
}

.nav-link.border-b {
  border-bottom: none;
}

#menu-navigation .splide__track {
  padding: 0!important;
  margin-bottom: 10px;
}

#menu-navigation .w-full.splide__slide.x-splide-slide {
  width: calc(40% - 5px)!important;
}

span[aria-label="mobile-navigation-image"] img {
  border-radius: 5px;
}

input[type="checkbox"] {
  border-radius: 5px;
  background-color: #fff;
}

.mega-nav .lg\:w-48 {
  width: 22%;
}

.font_menu-normal, .sous-titre {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.promotion-content p {
  text-align: left;
}

.toggle-menu {
  margin-top: 20px;
}

.display-none {
  display: none!important;
}

.rond {
  border-radius: 100%!important;
}

.text-accent {
  color: #3EB36F;
}

.secondary-color {
  color: #536195;
}

.judge_me_highlight {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 20px;
  justify-content: center;
}

.judge_me_text {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .judge_me_highlight {
    flex-direction: column;
    justify-content: center;
    gap: 7px;
  }

  .judge_me_text {
    font-size: 14px;
  }
}

/* ACCUEIL */

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .bg-content-slideshow {
    max-width: 50%!important;
  }
}

@media screen and (max-width: 767px) {
  .bg-content-slideshow div {
    justify-content: center;
  }
}

.faq-container > div:first-of-type { 
  align-items: center;
}

.faq-image {
  width: 100%;
}

.x-block-faq-content .faq-item:last-of-type {
  border-bottom: none !important;
}

.collection-card {
  background-color: #fff;
  border-radius: 20px;
}

.image-with-text {
  gap: 20px;
}

.iwt-content-ctn {
  border-radius: 20px;
}

.stars-nestor {
  margin-top: 10px;
  margin-bottom: 8px;
}

.multicol-image {
  border-radius: 20px 20px 0px 0px!important;
}

.x-block-columns {
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .criterion-detail-heading {
    justify-content: flex-start!important;
  }
  
  .criterion-detail-heading .h3 {
    text-align: left;
  }

  .table-header .h3 {
    font-size: 14px!important;
    padding-left: 0!important;
    padding-right: 0!important;
  }

  .criterion-detail-heading .h3, .faq-collapsible .h3 {
    font-size: 14px!important;
  }

  .faq-collapsible .h3 {
    margin-top: 10px;
  }

  .x-block-table-header .min-w-[130px] {
    max-width: 200px!important;
  }

  .text-with-icon-item .h-full {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}

/* PRODUIT */

@media screen and (min-width: 768px) {
  .product-content-container {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.product-content-container .product-title {
  font-size: 28px;
}

.product-content-container .x-atc-text {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
}

@media screen and (max-width: 767px) {
  .product-media-container .media-slide {
    width: 90%!important;
    margin-right: 10px!important;
  }

  .product-media-container .splide__arrows {
    display: none;
  }
  
  .product-content-container .options-container {
    margin-top: -15px;
  }

  .product-content-container .quantity-field {
    max-width: 100px;
  }
}

.product-media-container .top-right-container {
  top: 10px;
  right: 10px;
}

.badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 13px;
  white-space: nowrap;
  font-family: 'Chelsea Market', sans-serif;
}

.badge-green {
  background-color: #C2E3D0;
  color: #374B97;
}

.badge-blue {
  background-color: #E6EAF1;
  color: #374B97;
}

.main-product-price .price {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .x-badge-content span {
    font-size: 11px;
  }

  .badge {
    font-size: 11px;
  }
}

.quantity-field {
  background-color: #fff!important;
}

.truncate-text-1-line {
  display: -webkit-box;
  -webkit-line-clamp: 1; /* coupe après 1 ligne */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.variants-ctn legend {
  margin-top: 10px;
}

.cross-link-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.hc-active {
  background-color: #374B97;
  color: #fff;
  border-color: #374B97;
}

.variants-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.table_info_label {
  border-bottom-width: 1px!important;
}

.add_to_cart_button .price s {
  color: #fff;
}

.estimator-message--block {
  text-align: center;
  margin-top: -25px;
}

.announcement-bar_text .toolbar-button, .announcement-bar_text .disclosure-list__label {
  text-transform: capitalize!important;
}

#x-announcement {
  position: relative;
}

#x-announcement .announcement-bar-toolbar {
  position: absolute;
  right: 32px;
}

@media screen and (max-width: 399px) {
  .x-block-buy-buttons .flex {
    flex-direction: column;
    align-items: center;
  }
  
  .x-block-buy-buttons .quantity-field {
    width: 100%;
    max-width: 100%!important;
    justify-content: space-between!important;
    margin-bottom: 0!important;
  }
}

@media screen and (min-width: 768px) {
  .estimator-message::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-image: url('/cdn/shop/files/dot-delivery-nestor.svg?v=1753110284');
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
  }

  .estimator-message, .estimator-instock-message {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .estimator-instock-message span {
    font-size: 13px!important;
  }
}

/* COLLECTION */

.button-quickview-icon, #active-filter-tag, .search-page .mx-auto.sticky, .search-page #ProductCount_header {
  display: none;
}

.card-product .top-right-container {
  margin-top: 8px;
  margin-right: 8px;
}

@media screen and (min-width: 767px) {
  #FacetsWrapperDesktop {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #btn-filter {
    background-color: #374C98;
    font-family: 'Chelsea Market', sans-serif;
    color: #fff;
    border-radius: 30px;
    padding: 0px 20px;
    justify-content: center;
    width: 100%;
  }
  
  .card-product .top-right-container {
    margin-top: 5px;
    margin-right: 5px;
    gap: 0.3px!important;
  }
}

.sous-titre {
  display: block;
  color: #536195;
  font-size: 15px;
  margin-top: 8px;
}

.price, .price-sale, .price s {
  font-size: 15px!important;
}

.price, .price-sale {
  font-weight: 600;
}

.price s {
  color: #536195;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .sous-titre {
    font-size: 12px;
    margin-top: 5px;
  }

  .x-card-title {
    font-size: 13px!important;
  }

  .price, .price-sale, .price s {
    font-size: 14px!important;
  }
}


.filter-items-ctn {
  padding-top: 18px;
}

#FacetFiltersForm svg {
  opacity: .5;
}

.choose-options {
  background-color: #fff;
}

.choose-options div {
  border: none;
}

.choose-options .view_product_detail {
  display: none;
}

/* CART */

#CartDrawer .price span, #CartDrawer .price, #CartDrawer .price s {
  font-size: 14px!important;
}

.border-b-5 {
  border-bottom-width: 5px;
  border-radius: 10px
}

.free-offer-bar:after, .free-offer-bar-success:after {
  height: 5px!important;
  top: 0!important;
  background: #3EB36F!important;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .cart-title-font.h3 {
    font-size: 18px!important;
    text-align: center;
  }
  
  .countdown-message, .freeshipping-message {
    font-size: 12px;
  }

  #CartDrawer a, #CartDrawer .price span, #CartDrawer .price, #CartDrawer .price s {
    font-size: 12px!important;
  }

  #CartDrawer .quantity-field {
    height: 30px;
  }

  #CartDrawer .cart-item__quantity {
    margin-top:0;
  }

  #cart-upsell-drawer .w-3/4 {
    width: 90%;
  }

  #cart-upsell-drawer .card {
    background-color: #fff;
    border-radius: 10px;
  }

  .mobile-cart-note .summary__title {
    text-align: center;
    font-size: 13px!important;
  }

  .h3.total-cart-font {
    font-size: 18px!important;
  }
}

/* JUDGE.ME */

#judgeme_product_reviews, .jdgm-all-reviews-widget  {
  background-color: #fff!important;
  border-radius: 20px!important;
  padding: 100px!important;
}

.jdgm-all-reviews-widget {
  margin-bottom: 50px!important;
}

@media screen and (max-width: 767px) {
  #judgeme_product_reviews, .jdgm-all-reviews-widget  {
  padding: 20px!important;
  }

  .jdgm-all-reviews-widget {
    margin-bottom: 30px!important;
  }
}

.jdgm-rev-widg__title, .jdgm-histogram, .jdgm-row-actions, .jdgm-widget-actions-wrapper, .jdgm-rev-widg__sort-wrapper,
.hide-judge-me #judgeme_product_reviews {
  display: none!important;
}

.jdgm-row-stars {
  justify-content: flex-start!important;
}

.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-row-stars>div {
  align-items: flex-start!important;
}

.jdgm-rev-widg__summary-inner {
  display: flex!important;
  gap: 8px!important;
  align-items: center!important;
  font-size: 18px!important;
}

@media screen and (max-width: 767px) {
  .jdgm-rev-widg__summary-inner  {
    font-size: 15px!important;
  }
}

.jdgm-rev-widg__summary-text {
  margin-top: 2px!important;
}

.jdgm-rev__timestamp {
  color: #536195!important;
}

.jdgm-write-review-modal__content {
  border-radius: 20px!important;
}

.jdgm-write-review-modal__stars .jdgm-star {
  color: #3EB36F!important;
}

.jdgm-write-review-modal__nav-btn {
  background-color: #3EB36F!important;
  border-radius: 30px!important;
}

.jdgm-write-review-modal__page-header, .jdgm-write-review-modal__nav-btn, .jdgm-write-review-modal__product-title,
.jdgm-rev-widg__summary-average, .jdgm-rev-widg__summary-text, .jdgm-all-reviews__summary-text, .jdgm-all-reviews__summary-stars {
  font-family: 'Chelsea Market', sans-serif!important;
}

.jdgm-write-review-modal__product-title, .jdgm-review-body-input, .jdgm-write-review-modal__gdpr-statement, .jdgm-write-review-modal .jdgm-write-review-modal__stars::before,
.jdgm-write-review-modal, .jdgm-write-review-modal__field-label, .jdgm-write-review-modal__stars::after, .jdgm-write-review-modal__intro, .jdgm-write-review-modal__title,
.jdgm-write-review-modal__text {
  color: #374B97!important;
}

/* FOOTER */

.newsletter-form {
  max-width: 500px;
  margin: auto;
}

.newsletter-form input {
  background-color: #fff;
  border-radius: 5px!important;
  border: 1px solid #C0C6DA;
}

@media screen and (min-width: 768px) {
  .shopify-section.section-footer {
    margin: 30px;
    margin-top: 0px;
  }
  
  .section-footer {
    border-radius: 20px;
  }
}

.footer-col--1 {
  text-align: center;
}

#selector-social {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .image-footer-2 {
    max-width: 120px;
  }
}