/** Shopify CDN: Minification failed

Line 44:2 "visiblity" is not a known CSS property
Line 438:0 Unexpected "}"

**/
/* OVERRIDE HOMEPAGE SLIDESHOW HEIGHT */
.content-over-media--md {
    --content-over-media-height: clamp(25rem, 100vw, 30rem);
}

/* nicpaola shipping estimator delivery dates */
.shipping-estimator .list-disc li,
.delivery_dates_container {
  display: flex;
  text-transform: capitalize;
}
.delivery_dates_container img {
  width: 25px;
  margin-left: 5px;
}
.delivery_dates_container span {
  font-style:italic;
  /*font-size: 90%;*/
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 5px;
}
/* rduriez shipping estimator delivery dates */
.estimator_results {
  position: relative;
}
.custom__estimator_results {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: white;
}
.delivery_dates_off {
  position: absolute;
  bottom:0;
  opacity:0;
  visiblity:hidden;
}

@media screen and (min-width: 992px) {
  .min-height-estimator {
    min-height: 120px;
    margin-bottom: -38px;
  }
}
@media screen and (min-width: 670px) and (max-width: 992px) {
  .min-height-estimator {
    min-height: 120px;
  }
}
@media screen and (max-width: 670px) {
  .min-height-estimator {
    min-height: 286px;
  }
  .estimator_results ul,
  .custom__estimator_results ul li {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .custom__estimator_results ul li {
    flex-direction: column;
  }
  .delivery_dates_container span {
    margin: 0 !important;
  }
  .delivery_dates_container img {
    display: none !important;
  }
  .shipping-estimator .list-disc li, 
  .delivery_dates_container {
    display:grid !important;
    padding-left: 0 !important;
  }
  .custom__estimator_results .delivery_dates_container {
    color: white;
    display: grid;
    grid-template-rows: auto 0 auto;
  }
  .custom__estimator_results .delivery_dates_container span {
    color: #454545 !important;
  }
  .custom__estimator_results .amount_delivery,
  .estimator_results span ul li:nth-child(even){
    /*position: absolute;
    right: 0;
    text-align: right;*/
    margin-bottom: 4px;
  }
}
/* rduriez guide olfactif */
/* Display correct Quizz for each Language */
/* Order : FR (Ad4rYY) / EN (WbL4EH) / IT (DCzy9n) / DE (CA7mRE) */
html[lang="fr"] #guide_olfactif .shopify-block:nth-of-type(2),
html[lang="fr"] #guide_olfactif .shopify-block:nth-of-type(3),
html[lang="fr"] #guide_olfactif .shopify-block:nth-of-type(4) {
    display: none;
}
html[lang="en"] #guide_olfactif .shopify-block:nth-of-type(1),
html[lang="en"] #guide_olfactif .shopify-block:nth-of-type(3),
html[lang="en"] #guide_olfactif .shopify-block:nth-of-type(4) {
    display: none;
}
html[lang="it"] #guide_olfactif .shopify-block:nth-of-type(1),
html[lang="it"] #guide_olfactif .shopify-block:nth-of-type(2),
html[lang="it"] #guide_olfactif .shopify-block:nth-of-type(4) {
    display: none;
}
html[lang="de"] #guide_olfactif .shopify-block:nth-of-type(1),
html[lang="de"] #guide_olfactif .shopify-block:nth-of-type(2),
html[lang="de"] #guide_olfactif .shopify-block:nth-of-type(3) {
    display: none;
}
/* nicpaola footer payments custom */
.Footer__PaymentList {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  margin: 0;
  padding-top: 0px;
  border-top: none;
}
.payment-list-xs {
  display: none;
} 
/* nicpaola custom css carousel 1:1 ratio */
.CollectionList--spaced .CollectionItem {
  padding: 0;
  position: relative;
  margin: 0px;
}
.CollectionItem__Wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  padding: 10px;
  background: #fff !important;
}
a.CollectionItem:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.CollectionItem {
  min-width: 100%;
}

/* nicpaola css for gwp popup icon */
.ProductForm__QuantitySelector {
  display: flex;
  align-items: center;
  /*justify-content: space-evenly;*/
}
.GwpTogglerContainer {
  cursor: pointer;
  margin: 0 auto;
}
.GwpTogglerContainer img {
  width: 60px;
}

/* nicpaola css for gwp modal */
.gwpModal .modal__overlay {
  z-index: 20000;
}
.gwpModal-container {
  padding: 0;
  max-width: 50%;
  max-height: 95vh;
  border-radius: 0;
  box-shadow: 2px 2px 3px #fff3;
  overflow-x: hidden;
}
.gwpModal-header {
  background-image: url('https://cdn.shopify.com/s/files/1/0252/2877/1433/files/gwp-banner.jpg?v=1684180564');
  background-size: cover;
  height: 45vh;
  align-items: center;
  justify-content: center;
}
.gwpModal-header-title-container {
  padding: 0 10rem;
  text-align: center;
}
.gwpModal-header-title {
  text-transform: uppercase;
  font-size: 2.8rem;
  font-weight: 300;
  letter-spacing: 15px;
  line-height: 2;
}
.gwpModal-mainText {
  font-size: 18px;
  text-align: center;
}
.gwpModal-mainText h5 {
  padding: 0 1.7rem;
  font-weight: 400;
  font-size: 18px;
}
.gwpModal-carousel .product {
  text-align: center;
}
.gwpProduct-img {
  width: 80%;
  margin: 0 auto;
}
.gwpProduct-title {
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
  font-size: 15px;
}
.gwpProduct-format {
  text-transform: uppercase;
}
.gwpProduct-minimum-gwp {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
}
.gwpModal-carousel .splide__arrow {
  outline: none;
  background: #fff;
  box-shadow: 0px 0px 8px #cdcdcd;
}
.gwpModal-close-btn-container {
  position: absolute;
  right: 20px;
  top: 15px;
}
.gwp-icon-close {
  color: #fff;
  display: inline-block;
  height: 1em;
  width: 1em;
  fill: currentColor;
  vertical-align: middle;
  stroke-width: 1px;
  background: none;
  pointer-events: none;
}

.Container {
    margin: 0 auto;
    padding: 0 24px;
}

/* Custom tooltip classes */
.notesPrincipalesTooltip {
    position: absolute;
    display: none;
    z-index: 1000000;
    width: 250px;
}
.notesPrincipalesTooltip-text {
    position: relative;
    background-color: rgb(var(--text-color));
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.coffretDecouverteTooltip-text {
    text-align: center;
}
.notesPrincipalesTooltip-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgb(var(--text-color));
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.notesPrincipales-triggerTooltip {
    font-weight: 600;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}
.notesPrincipales-triggerTooltip:hover {
  color: rgb(var(--text-color));
}
.notesPrincipales-triggerTooltip::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    bottom: 2px;
    left: 0;
    background-color: rgb(var(--text-color));
    transform: scaleX(0);
    transform-origin: top left;
    transition: transform 0.3s ease;
}
.notesPrincipales-triggerTooltip:hover::before {
  transform: scaleX(1);
}

.filtered-blog-post-list .blog-post-card > a {
  max-height: 200px
}

/* NV CSS - PRESTIGE 10 */
/* TRANSCY SWITHCER */
.transcy-switcher-container {
  display:none !important;
  opacity: 0 !important;
} 
.menu-cat-icon-container-mobile {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.menu-cat-icon-elem-mobile {
  margin-right: 10px;
}
.menu-cat-icon-elem-mobile img {
  width: 30px;
}

.mega-menu__linklist>* {
  min-width: 245px;
}
.menu-cat-icon-container {
  display: flex;
  align-items: flex-start;
}
.menu-cat-icon-elem {
  margin-right: 10px;
}
.menu-cat-icon-elem img {
  width: 60px;
}
.subsubmenu-custom {
  margin-top: 10px;
}
.jdgm-carousel-number-of-reviews svg {
  display:none !important;
}
.shipping-estimator ul {
  margin-left: 0px !important;
}
.shipping-estimator ul li {
  padding-left: 0px !important;
}
.payment-methods svg {
  max-width: 30px;
}
.collection-description > div,
.collection-description > p,
.article__wrapper .prose {
  text-align:center !important;
}
.article__wrapper .v-stack > .v-stack {
    justify-items: center;
    text-align:center;
}
#ongoing-subscriptions select {
  background-size: 0;
  border: 1px solid #d1d1d1;
}
.jdgm-carousel-wrapper .jdgm-carousel-title {
  letter-spacing: 0.18em;
  font-weight: 400;
  color: #454545 !important;
}
.jdgm-carousel-title-and-link {
  padding-bottom:2rem !important;
}
#ongoing-subscriptions .os__selling_plan_dropdown_wrapper {
  /*padding-left: 0px !important;*/
}
#ongoing-subscriptions .os_purchase_type_option_label {
  display:flex; 
  gap: 4px;
}
.jdgm-carousel-wrapper {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media (min-width: 1000px) {
  footer .footer__block-list {
    box-sizing: border-box;
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .shipping-estimator ul {
    display:flex;
    gap: 4px;
  }
  .blog-post-card .link-image {
    max-height: 210px;
  }
}
@media screen and (max-width:999.98px) {
  .blog-post-card .link-image {
    height: 150px;
    position: relative;
  }
  .blog-post-card .link-image img {
    height: 100%;
    object-fit: cover;
  }
}

/* CUSTOM CSS FOR QUIZ */
#QSlyTB span.lq-recall .empty {
  display:none !important;
}
.builder-container-preview h1 span {
  color:red !important;
}

@media all and (max-width: 1199px) {
  .gwpModal-container {
    max-width: 70%;
  }
}
@media screen and (max-width: 1139px)
  .Container {
      padding: 0 80px;
  }
}
@media all and (max-width: 991px) {
  .gwpModal-container {
    max-width: 80%;
  }
}
@media all and (max-width: 768px) {
  .gwpModal-header-title {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 640px) {
  .payment-list-lg {
    display: none;
  } 
  .payment-list-xs {
    display: block;
    padding: 1rem 0;
  } 
  .gwpModal-container {
    max-width: 90%;
  }
  .gwpModal-header {
    height: 35vh;
  }
  .gwpProduct-img {
      width: 70%;
  }
  .Container {
      padding: 0 50px;
  }
}

@media all and (min-width: 641px) {
  .CollectionItem {
    min-width: 50%;
  }
  .blog-post-card > a {
    height: 210px;
  }
  .blog-post-card a img {
    transform: scale(1.05);
    object-fit: cover;
    height: 100%;
  }
}
@media all and (min-width: 992px) {
  .gwpModal-carousel .splide__track {
    padding: 0 20px !important;
  }
}
@media all and (min-width: 1140px) {
  .CollectionItem {
    min-width: 33.3%;
  }
  .CollectionList {
    justify-content: center;
  }
}
@media all and (min-width: 1016px) and (max-width: 1256px) {
  .blog-post-card > a {
    max-height:170px !important;
  }
}