/** Shopify CDN: Minification failed

Line 543:70 Unexpected ")"

**/
.product-template {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 90px;
  padding-bottom: 55px;
  padding-top: 90px;
}

.product-template__medias,
.product-template__form {
  width: calc(50% - 45px);
}

.product-media__container {
  position: relative;
  height: auto;
  padding-top: 100%;
}

.swiper-product .swiper-pagination {
  bottom: -10px;
}

.product-media__container img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.swiper-product {
  padding-bottom: 38px;
  margin-bottom: 50px;
}

.swiper-product .swiper-pagination-bullet {
  width: 17px;
  height: 13px;
  background-color: white;
  opacity: 1 !important;
  border-radius: 10px !important;
  transition: 0.3s all ease;
}

.swiper-product .swiper-pagination-bullet-active {
  width: 53px;
}

.product-template variant-radios fieldset {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 11px;
}

.product-single__meta {
  border-radius: 6px;
  border: 2px solid #fff;
}

.product-variant.price {
  font-family: "NeueHaasGroteskText Pro";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.product-variant.quantity p {
  font-family: "NeueHaasGroteskText Pro";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  margin-top: 2px;
}

.product-variant.quantity p .currency-converter-wrapper-amount-box {
  display: flex !important;
}

.product-variant__price-per {
  font-weight: 700;
}

.product-template__form-container {
padding: 24px 14px 14px 14px;
}

.product-single__title-block {
  padding: 14px;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #fff;
}

.product-single__title-block a {
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: -20px;
  margin-left: -20px;
}

.product-single__title-block .product-single__title {
  text-align: center;
  width: 80%;
  margin-bottom: 0;
}

.product-template fieldset label {
  width: calc(50% - 8px);
  border-radius: 6px;
  border: 2px solid #fff;
  padding: 7px;
  transition: 0.15s all ease;
  cursor: pointer;
  padding-bottom: 8px;
}

.product-template fieldset input:checked + label {
  background-color: #fff;
  color: #000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.product-template fieldset input:checked + label * {
  color: black !important;
}

.product-form__desc {
  font-family: "ABeeZee";
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: white;
  margin-bottom: 16px;
}

.effects-block {
  display: flex;
  justify-content: space-between;
}

.form-title-container h2 {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
}

.strength-gradient-bar {
  background: linear-gradient(
    270deg,
    var(--primary-color) 0%,
    rgba(217, 217, 217, 0) 100%
  ) !important;
  border-radius: 30px;
  height: 29px !important;
  border: 2px solid #fff;
}

.strength-bar-cursor p {
  font-size: 51px !important;
}
.strength-chart {
  margin-bottom: 16px;
}
.effects-item {
  flex-basis: unset !important;
  font-family: "Neue Haas Grotesk Display Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.product-template fieldset input {
  display: none;
}

product-template__container.page-width.tealer .h1 {
  text-transform: uppercase;
  color: #fff;
}
.product-template__scrolling-text {
  white-space: nowrap;
  overflow: hidden;
  height: 20px;
  width: 100%;
  display: flex;
  box-sizing: border-box;
  margin-top: 8px;
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
}

.product-template__scrolling-text p {
  display: inline-block;
  color: #8a8a8a;
  font-family: "NeueHaasGroteskText Pro";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0 !important;
}

.product-template__scrolling-text p:empty {
  display: none;
}

.product-template__scrolling-text p:not(:first-child)::after, .product-template__scrolling-text-p .currency-converter-wrapper-amount-box::after {
  content: "•";
  margin: 0 7px;
  color: #8a8a8a;
  font-family: "NeueHaasGroteskText Pro";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;

}

.product-template__scrolling-text-p {
  display: flex !important;
  align-items: center;
}

.location-delay {
  display: flex;
  align-items: center;
  gap: 10px;
  border: unset !important;
}

.product-single__shipping .h1 {
  color: white;
  margin-bottom: 8px;
}
.livraison-item {
  width: calc(50% - 5px);
  padding: 5px;
  border-radius: 8px;
}

.livraison-item h3 {
  font-size: 16px;
  font-family: "NeueHaasGroteskText Pro" !important;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  line-height: 120%;
}

.livraison-item p {
  font-size: 9px;
  font-style: normal;
  font-family: "NeueHaasGroteskText Pro" !important;

  font-weight: 700;
  text-align: center;
}

.product-form__custom-details {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: start;
  margin-bottom: 20px;
}

@media screen and (max-width: 989px) {
  .product-form__custom-details {
    margin-bottom: 14px;
  }
}

.product-single h3,
.form-title-container .h3 {
  color: white;
  margin-bottom: 11px !important;
  text-transform: uppercase;
}

.product-single__title-block h1.product-single__title {
  color: white;
}

.form-title-container .h3 {
  margin-bottom: 0 !important;
  font-family: "Neue Haas Grotesk Display Pro";
  font-size: 40px;
  line-height: 95%;
}

.strength-chart-label {
  font-family: "Neue Haas Grotesk Display Pro";
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (min-width: 990px) {
  .product-template__form,
  .product-template__medias {
    max-width: 480px;
  }
}

.product-form__custom-details .product-card__tag p,
.product-form__custom-details .product-card__dose p {
  font-size: 10px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  align-items: center;
  font-family: "NeueHaasGroteskText Pro";
  white-space: nowrap;
  text-transform: uppercase;
}

.product-template fieldset label, .product-template fieldset label * {
  color: white !important;
}

.product-template__form .product-card__note.product-card__custom-container {
  margin-left: unset !important;
}

.product-template__scrolling-text-p .currency-converter-wrapper-amount-box {
  display: flex !important;
  align-items: center;
}


.product-template__scrolling-text-p .currency-converter-wrapper-amount-box span {
  white-space: nowrap !important;
  font-weight: 300 !important;
  font-family: "NeueHaasGroteskText Pro";
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-70%);
  }
}

.product-single__meta {
  margin-bottom: 14px;
}

.product-single.features-block {
  margin-bottom: 40px !important;
}

@media only screen and (min-width: 750px) {
  #shopify-product-reviews-mobile {
    display: none;
  }

  .product-card__note.product-card__custom-container.only-mobile {
    display: none;
  }
}

@media only screen and (max-width: 749px) {
  .product-form__custom-details .product-card__tag p,
  .product-form__custom-details .product-card__dose p {
    font-size: 9px !important;
  }
  .product-template__medias,
  .product-template__form {
    width: 100%;
  }
  .product-media__container {
    max-width: 90%;
    margin: auto;
  }
  .product-card__note.product-card__custom-container.only-desktop {
    display: none;
  }

  .product-single__meta {
    position: relative;
  }

  .product-template {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding-top: 40px;
  }

  #shopify-product-reviews {
    display: none;
  }
  .swiper-product {
    padding-bottom: 0px;
    margin-bottom: 20px;
}

  .swiper-product .swiper-pagination {
    bottom: -8px;
  }

  .product-template__form-container {
    padding: 14px;
  }

  .product-template fieldset label {
    padding: 7px 10px;
  }

  .product-template variant-radios fieldset {
    gap: 5px 8px;
  }
  .product-template fieldset label {
    width: calc(50% - 4px);
  }
}

.product-template__description {
  margin-bottom: 30px;
}
.product-template__description .faq-item-title {
  position: relative;
}

.product-template__description .faq-display-none svg {
  transform: rotate(0deg);
}

.product-template__description svg {
  position: absolute;
  top: 46%;
  right: 30px;

  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}

.product-template__description .faq-item-text h4 {
  margin-bottom: 0.5em !important;
  text-align: center;
  color: #000;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 900;
  line-height: 100% !important;
}

.jdgm-paginate__last-page,
.jdgm-paginate__first-page {
  display: none !important;
}

.product-template__description .faq-item-title {
  padding: 17px 10px;
  font-size: 20px;
  margin-bottom: 0 !important;
  font-family: "Heebo";
  background: #fff;
  justify-content: center;
  border-radius: 7px;
  transition: 0.3s;
}

.product-template__description .faq-item-title.faq-display-none {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.product-template__description .faq-item-title h4 {
  margin-bottom: 0 !important;
  text-align: center;
  font-family: "Heebo";

  color: #000;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 900;
  line-height: 100% !important;
}

.product-template__description .faq-item-text {
  border: 1px solid #fff;
  padding: 24px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.product-template__description
  .faq-item-text
  :is(p, div, span, h1, h2, h3, h4, h5, h6, strong, li, ul) {
  line-height: 110%;
  color: #fff !important;
  font-style: normal;
  font-weight: 400;
}

.product-template__description .faq-item-text :is(p, div, a, li, ul, span, strong, bold) {
  font-size: 16px !important;
  font-family: "ABeeZee";
}

.faq-item-text {
  display: none;
}
.faq-item-container.open .faq-item-text {
  display: block;
}

@media screen and (max-width: 989px) {
  
  .product-template__description .faq-item-text :is(p, div, a, li, ul, span, strong, bold) {
    font-size: 15px !important;
    font-family: "ABeeZee";
  }

}

.product-template__description .faq-item-text strong {
  font-weight: 700;
}

.product-template__description .faq-item-text :is(h2, h3, h4, h5, h6, ) {
  margin-bottom: 0.5em;
}

.product-template__container.page-width.tealer
  .product-single.features-block
  .effects-block
  .effects-item
  span {
  font-family: "NeueHaasGroteskText Pro" !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

#send-free-section
  .send-free-form-container
  .form-content
  .input-wrapper
  .field-input {
  color: white;
  font-family: "Neue Haas Grotesk Display Pro";
  font-size: 19px !important;
  font-style: normal;
  font-weight: 700;
}

.send-free-form-container .custom-button-big {
  margin-top: 27px;
}

.send-free-form-container .input-label {
  margin-bottom: 10px;
}

#send-free-section .input-label.mail {
  color: white;
  font-family: "Neue Haas Grotesk Display Pro";
  font-size: 19px !important;
  font-style: normal;
  font-weight: 700;
}

.product-template__bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  padding: 13px 0;
  justify-content: space-between;
  align-items: center;
  z-index: 19;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
}

.product-template__bottom-bar.active {
  transform: translateY(0%);
  transition: all 0.3s ease-in-out;
}

.product-template__bottom-bar form {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.product-bottom__details {
  flex-grow: 1;
}

.product-template__bottom-bar .product-template__button {
  height: 50px !important;
  margin-top: 0px !important;
  max-height: 47.009px;
  display: flex;
  color: #000 !important;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border: 1px solid var(--primary-color) !important;
}

.product-template__bottom-bar .custom-select_select {
  width: 100%;
  padding: 15px 4px;
  font-size: 12px;
  max-width: -webkit-fill-available;
  border-radius: 7px;
  font-family: "MADE Tommy Soft";
  border: 2px solid #000;
  font-weight: 500;
}

.product-template__bottom-bar .custom-select {
  margin-left: 5px;
  max-height: unset !important;
  height: 42px;
}

.product-template__bottom-bar .jdgm-prev-badge__text {
  text-transform: uppercase;
  font-family: "Heebo";
  font-weight: 500;
}

.product-bottom__details {
  display: flex;
  gap: 13px;
  align-items: center;
}

.product-bottom__image {
  position: relative;
  height: auto;
  height: 53px;
  width: 53px;
}

.product-bottom__image img {
  height: 53px;
  width: 53px;
  object-fit: contain;
}

.product-bottom__name-stars h3 {
  margin-bottom: 0px;
  font-family: "Heebo";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 120%;
}

.product-bottom__name-stars .jdgm-prev-badge__stars span {
  color: #ffd455 !important;
}

@media screen and (min-width: 600px) and (max-width: 989px) {
    .product-template__bottom-bar .product-template__button {
max-width: 160px;
    }
}

@media only screen and (max-width: 989px) {
  .desktop-text {
    display: none;
  }
  .site-header__icon svg {
    width: 22px;
    position: relative;
    top: -1px;
  }
  .product-template__bottom-bar .product-template__button {
    width: fit-content;
    max-width: unset;
    padding-left: 3px;
    padding-right: 3px !important;
    max-height: 42px;
  }

  .product-template__bottom-bar .product-card__button-price--new {
    white-space: nowrap;
  }

  .product-template__bottom-bar
    .product-template__button
    .product-card__button-price {
    padding-right: 4px;
  }

  .product-template__bottom-bar .product-template__button .mobile-text {
    padding-left: 4px;
  }

  .product-template__bottom-bar .product-template__button {
    font-size: 10px;
  }

  .product-template__bottom-bar .jdgm-preview-badge {
    display: none !important;
  }
  .product-template__bottom-bar .custom-select_select {
    padding: 12px 4px;
    height: 42px;
  }
}
@media only screen and (min-width: 990px) {
  .mobile-text {
    display: none;
  }
  .product-template__bottom-bar .product-template__button {
    width: 100%;
    max-width: 384px;
  }
}

@media only screen and (max-width: 390px) {
  .product-bottom__image {
    display: none;
  }
}

/*    OLD CSS */

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #03b5d2;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #fff;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #fff;
  border: 1px solid #ffff;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded="true"] {
  color: #fff;
}

.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}

.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  color: #fff;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
  color: #fff;
}

/* Fideliv widget below add to cart */
div#MessageCity {
  font-weight: 600;
  font-family: sans-serif;
  background: #000000;
  border-radius: 30px;
  padding: 4px 14px 4px 14px;
  display: inline-block;
  margin-bottom: 12px;
  color: white;
}

div#MessageCity:empty {
  display: none;
}

/* Tooltip-fideliv container */
.tooltip-fideliv {
  position: relative;
  display: inherit;
}

/* Tooltip text */
.tooltip-fideliv .tooltiptext-fideliv {
  visibility: hidden;
  font-family: sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  box-shadow: 5px 5px 1px 0px rgb(0 0 0 / 20%);
  padding: 7px 7px 7px 10px;
  background-color: #000000;
  text-align: initial;
  border-radius: 10px;
  color: WHITE;
}

.tooltip-fideliv .tooltiptext-fideliv {
  z-index: 1;
  width: 213px;
  bottom: -119px;
  left: 70px;
  margin-left: 0; /* Use half of the width (120/2 = 60), to center the tooltip */
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-fideliv:hover .tooltiptext-fideliv {
  visibility: visible;
}

.product-card__button-price {
  white-space: nowrap;
}

.vibration {
  animation: shake-n-grow 6s 4s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite
    both;
}

@keyframes shake-n-grow {
  0%,
  25% {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
  }
  2% {
    transform: rotate(3deg);
  }
  5%,
  10%,
  15% {
    transform: rotate(-4deg) scale(1.02);
  }
  7%,
  12%,
  17% {
    transform: rotate(4deg) scale(1.02);
  }
  20% {
    transform: rotate(-3deg);
  }
  22% {
    transform: rotate(3deg);
  }
}

#send-free-section
  .send-free-form-container
  .form-content
  .input-wrapper
  .field-input::placeholder {
  color: rgba(255, 255, 255, 0.2);
}

#send-free-section {
  width: 100%;
  position: relative;
  color: white;
  background-size: 150% 150%;
  animation: gradient 10s ease infinite !important;
}
#send-free-section .send-free-bg-container {
  background: linear-gradient(-45deg, #fc466b -13.22%, #3f5efb 136.32%);
  width: 300vw;
  height: 100vh;
  position: absolute;
  z-index: 1;
  top: 0;
}
#send-free-section .send-free-form-container {
  width: 100%;
  max-width: unset !important;
  height: 100%;
  position: relative;
  z-index: 2;
  top: 0;
}
#send-free-section .send-free-form-container .form-title-container {
  margin-bottom: 2.5rem;
}
#send-free-section .send-free-form-container .form-title-container .form-title {
  color: white;
  line-height: 2.7rem;
  font-size: 2.8rem;
  letter-spacing: 0;
  margin-bottom: 0.3rem;
}
#send-free-section
  .send-free-form-container
  .form-title-container
  .form-title-wrapper {
  display: flex;
  align-items: center;
}
#send-free-section
  .send-free-form-container
  .form-title-container
  .form-title-wrapper
  h2 {
  margin-right: 1rem;
}
#send-free-section
  .send-free-form-container
  .form-title-container
  .form-title-wrapper
  .icon.tealer.icon-effects {
  height: 2.2rem;
  width: 2.2rem;
}
#send-free-section .send-free-form-container .form-content input {
  width: 100%;
}
#send-free-section .send-free-form-container .form-content .input-wrapper {
  position: relative;
}
#send-free-section
  .send-free-form-container
  .form-content
  .input-wrapper
  .input-label {
  color: white;
  font-weight: bolder;
  margin-bottom: 0.75rem;
  font-size: 16px;
}
#send-free-section
  .send-free-form-container
  .form-content
  .input-wrapper
  .field-input {
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  border-bottom: 4px solid white;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 0;
  font-weight: bolder;
  font-size: 32px;
  border-radius: 0;
}
#send-free-section
  .send-free-form-container
  .form-content
  .input-wrapper
  .field-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#send-free-section
  .send-free-form-container
  .form-content
  .input-wrapper
  .field-input:focus {
  outline: none;
}
#send-free-section .send-free-form-container .form-content .input-wrapper span {
  position: absolute;
  top: 2rem;
  left: 0;
  font-size: 1.7rem;
  color: white;
  opacity: 0.5;
  font-weight: bolder;
}
#send-free-section .send-free-form-container .form-content .input-wrapper.one {
  margin-bottom: 1.5rem;
}
#send-free-section .send-free-form-container .form-content .btn-tealer {
  width: 100%;
  margin: 2rem 0 1rem 0;
  border: 2px solid white;
  padding: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#send-free-section
  .send-free-form-container
  .form-content
  .btn-tealer
  .submit-label {
  color: white;
  text-transform: uppercase;
  font-weight: bolder;
  font-family: "NeueMontreal-Bold";
}
#send-free-section .send-free-form-container .form-precisions p {
  color: white;
  font-size: 0.9rem;
}
#send-free-section .instagram-success {
  width: 100%;
  margin: 2rem 0 1rem 0;
  border: 2px solid white;
  padding: 0.75rem;
  display: none;
  justify-content: center;
  align-items: center;
  color: white;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 21px;
  font-family: "NeueMontreal-Bold";
  text-align: center;
}
#send-free-section .instagram-success.show {
  display: flex;
}

.product-single.features-block .strength-chart .strength-chart-labels-bar {
  display: flex;
  color: white;
  font-family: "NeueMontreal-Bold", Arial, Verdana, sans-serif;
  margin-bottom: 15px;
}
.product-single.features-block
  .strength-chart
  .strength-chart-labels-bar
  .strength-chart-label {
  flex-basis: 50%;
  font-size: 18px;
}
.product-single.features-block
  .strength-chart
  .strength-chart-labels-bar
  .strength-chart-label:last-child {
  text-align: end;
}
.product-single.features-block .strength-chart .strength-gradient-bar {
  height: 20px;
  display: flex;
  background: -moz-linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0);
  /* IE6-9 */
}
.product-single.features-block
  .strength-chart
  .strength-gradient-bar
  .strength-bar-level {
  flex-basis: 20%;
  display: flex;
  justify-content: center;
}
.product-single.features-block
  .strength-chart
  .strength-gradient-bar
  .strength-bar-level
  .strength-bar-cursor {
  display: flex;
  align-items: center;
  height: 20px;
}
.product-single.features-block .effects-block {
  display: flex;
}
.product-single.features-block .effects-block .effects-item {
  flex-basis: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.product-single.features-block .effects-block .effects-item span {
  text-transform: capitalize;
  font-family: NeueMontreal-Bold, Arial, Verdana, sans-serif;
}
.product-single.features-block
  .effects-block
  .effects-item
  .icon.tealer.icon-effects {
  fill: none;
  stroke: white;
  margin-right: 10px;
}
.product-single.features-block
  .effects-block
  .effects-item
  .icon.tealer.icon-effects
  svg {
  height: 40px;
  width: 40px;
}
.product-single.features-block .effects-block .effects-item .effects__meta {
  display: flex;
  align-items: center;
  margin-right: 6px;
}

.product-single__shipping {
  margin-bottom: 40px;
}

@media screen and (min-width: 990px) {
  .product-template__description :is(p, span) {
    font-size: 15px;
  }
}

.product-variant__compare-at-price{
  font-size: 1rem;
  }

  .caracteristiques-list {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .caracteristique-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .caracteristique-label {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
  }

  .caracteristique-value {
    color: #000;
  }