/** Shopify CDN: Minification failed

Line 1119:0 All "@import" rules must come first

**/
.free-product-progress-bar {
  position: relative;
  min-height: 40px;
}
.free-shipping-main {
  position: absolute;
  top: 5.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  z-index: 2;
  transition: left 1.5s ease;
}
/* Default centering only when NOT first-gift or second-gift */
.free-shipping-main:not(.first-gift):not(.second-gift) {
  left: 0;
  right: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.blocks-section {
  width: 100%;
}
.drawer_total {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 3px;
}
.cart-drawer .totals {
  gap: 3px;
}
.totals.gb-discounts-cart-values {
  margin-bottom: 0;
}
.gbfrequently-bought-with-main-whole {
  margin-bottom: 20px;
}
/* .drawer__footer {
  padding-top: 0;
  padding: 0 15px;
} */
/* Padding now customizable via theme settings */
.gb-cart-drawer-lb .gb-shipping-protection {
  padding: 10px 0px;
  gap: 15px !important;
}
.header-bar {
  background: #000;
}
.gbfrequently-bought-with-main-whole product-form {
  position: absolute;
  top: 0;
  right: 0;
}
.gbfrequently-bought-with-main-whole product-form.product-form button {
  font-family: var(--font-body-family);
  font-weight: 700;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  padding: 4px 18px;
  padding-right: 12px;
}
.gbfrequently-bought-with-main-whole product-info {
  position: relative;
}
.shop-carousel-container {
  max-height: 100% !important;
}
.header-bar p {
  font-family: var(--font-body-family) !important;
  font-weight: 700 !important;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -1px;
  text-align: center;
  margin: 0;
  padding: 8px 0;
  color: #fff;
}
.totals li.discounts__discount {
  font-family: var(--font-body-family);
  font-weight: 600;
  font-size: 9px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  display: flex;
  align-items: center;
  margin: 0;
  color: #ff1717;
  background: #ffd2d2;
  padding: 3px 6px;
  border-radius: 25px;
}
.totals li.discounts__discount svg path {
  fill: #ff1717;
}
.drawer_total h2,
.drawer_total p {
  margin: 0;
  font-family: var(--font-body-family) !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 100%;
  letter-spacing: -1px;
  text-align: center;
  color: #000;
}
.free-product-progress-bar {
  color: rgb(var(--color-foreground));
  font-size: 15px;
  font-family: DINNextW01-CondensedBold;
  font-style: normal;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.gb-cart-drawer-lb kaching-bundle {
  display: none;
}
.free-product-progress-bar progress#file {
  width: calc(100% - 60px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 1.5s ease;
}
.free-product-progress-bar-successfull {
  text-align: center;
  padding: 8px 0 4px;
  color: var(--cart-drawer-accent-color);
  font-size: 14px;
  font-family: DINNextW01-CondensedBold;
  letter-spacing: var(--letter-spacing-body);
  font-style: normal;
}
cart-drawer.gb-cart-drawer.is-empty .free-product-progress-bar-main {
  display: none;
}
.free-product-progress-bar-main span {
  position: relative;
  top: 1.5px;
}
.free-shipping-main svg {
  width: 30px;
  height: 30px;
  background: var(--cart-drawer-progress-inactive-color);
  border-radius: 50px;
  padding: 6px;
  margin-bottom: 4px;
  box-sizing: border-box;
}
.free-shipping-main svg path,
.free-shipping-main svg circle {
  fill: var(--cart-drawer-fs-icon-default-color);
}
.free-gift-main {
  position: absolute;
  top: 5.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  z-index: 2;
  transition: left 1.5s ease;
}
/* Default right position only when NOT first-gift or second-gift */
.free-gift-main:not(.first-gift):not(.second-gift) {
  right: 25px;
}
/* Second gift positioning is handled in cart-drawer_style.liquid */
.free-product-progress-bar-main {
  padding: 0 15px 20px;
}
.free-gift-main svg {
  width: 30px;
  height: 30px;
  background: var(--cart-drawer-progress-inactive-color);
  border-radius: 50px;
  padding: 6px;
  margin-bottom: 4px;
  box-sizing: border-box;
}
.free-gift-main svg path,
.free-gift-main svg circle {
  fill: var(--cart-drawer-fs-icon-default-color);
}
.free-gift-main.free-gift-main-color svg {
  background: var(--cart-drawer-progress-active-color);
}
.free-gift-main.free-gift-main-color svg path,
.free-gift-main.free-gift-main-color svg circle {
  fill: var(--cart-drawer-progress-active-icon-fill-color);
}
.free-shipping-main.free-shipping-main-color svg {
  background: var(--cart-drawer-progress-active-color);
}
.free-shipping-main.free-shipping-main-color svg path,
.free-shipping-main.free-shipping-main-color svg circle {
  fill: var(--cart-drawer-progress-active-icon-fill-color);
}
.free-product-progress-bar-main progress::-webkit-progress-bar {
  background-color: var(--cart-drawer-progress-inactive-color);
  width: 100%;
  border-radius: 50px;
  height: 8px;
}
.free-product-progress-bar-main progress {
  background-color: var(--cart-drawer-progress-inactive-color);
  border-radius: 50px;
  height: 8px;
}
.free-product-progress-bar-main progress::-webkit-progress-value {
  background-color: var(--cart-drawer-progress-active-color);
  border-radius: 50px;
  height: 8px;
}
.free-product-progress-bar-main progress::-moz-progress-bar {
  background-color: var(--cart-drawer-progress-active-color);
  border-radius: 50px;
  height: 8px;
}
.free-product-progress-bar-main progress {
  color: var(--cart-drawer-progress-active-color);
}
.reward-name {
  font-size: 10px;
  letter-spacing: var(--letter-spacing-body);
  color: rgb(var(--color-foreground));
  display: block;
  text-align: center;
  line-height: 1.2;
  max-width: 80px;
  white-space: normal;
}
h2.drawer__heading {
  gap: 10px;
  align-items: center;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
}
span.gb-cart-total-item {
  background: #000;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.cart-drawer .cart-item {
  padding: 8px 10px 4px;
  border-radius: 8px;
  margin-bottom: 8px;
}
.quantity__input {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
.totals.gb-discounts-cart-values {
  padding-bottom: 4px;
  padding-top: 4px;
  font-weight: 700;
  /* font-size: 14px; */ /* Removed - now using dynamic cart_items_count_font_size_desktop setting */
}
/* .totals.gb-discounts-cart-values h2 {
  font-weight: 700;
  font-size: 20px;
} */ /* Removed - not used in current implementation */
.drawer__inner .quantity, .quantity.cart-quantity {
  width: calc(9rem / var(--font-body-scale) + var(--inputs-border-width) * 2) !important;
}
.drawer__inner {
  width: 48rem !important;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.drawer__inner.gradient .quantity__button {
  width: calc(2.5rem / var(--font-body-scale)) !important;
}
.drawer__inner .quantity, .quantity.cart-quantity {
  min-height: calc((var(--inputs-border-width) * 2) + 3rem);
}
.drawer__inner quantity-input.quantity.cart-quantity, .quantity.cart-quantity  {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}
@media only screen and (max-width: 749px) {
    quantity-input.quantity.cart-quantity {
        min-height: 2.4rem;
    }
}
.drawer__inner .quantity:after {
  box-shadow: unset !important;
}
.cart-item__quantity-wrapper {
  place-content: space-between;
  margin-top: -10px;
}
.cart-drawer .quantity-popover-container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cart-drawer .cart-details-wrapper {
  align-items: flex-start;
}
.cart-drawer .cart-item__pricing-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 4px;
  min-width: max-content;
}
.gb-price-drawer-saving {
  display: block;
  width: 100%;
  background: #fee;
  color: #ff1717;
  padding: 2px 8px;
  font-weight: 700;
  font-size: 11px;
  border-radius: 50px;
}
.cart-item__quantity-wrapper.quantity-popover-wrapper .product-option {
  text-align: center;
}
.gb-price-drawer {
  font-size: 16px !important;
  font-weight: 700;
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: auto !important;
}
.gb-price-drawer s,
.gb-price-drawer strong {
  font-size: 16px !important;
  font-weight: 700;
  white-space: nowrap;
}
.gb-get-main-freq-pro .price__container {
  vertical-align: unset !important;
  margin-bottom: 0 !important;
}
gbvariant-selects {
  display: flex;
  gap: 15px;
  margin: 0 !important;
}
select.select__select.gb-change-variant_id {
  height: 2rem;
  font-size: 10px !important;
  letter-spacing: var(--letter-spacing-body);
  font-weight: var(--font-weight-semibold);
}
gbvariant-selects .product-form__input {
  flex: unset !important;
  padding: 0 !important;
  margin: 0;
  max-width: max-content;
  min-width: auto;
  border: none;
  margin: 0 !important;
}
.cart-drawer .cart-items td {
  padding-top: 0;
}
.gb-get-main-freq-pro .price-item--regular {
  font-size: 16px !important;
}
.gb-get-main-freq-pro .price .price-item {
  margin: 0 0.2rem 0 0 !important;
  font-weight: var(--font-weight-semibold) !important;
  letter-spacing: var(--letter-spacing-body) !important;
}
.gb-get-main-freq-pro span.price-item {
  font-size: 16px !important;
}
.drawer__inner .cart-item cart-remove-button {
  margin-left: 0rem;
}
.cart-drawer .cart-item {
  position: relative;
}
td.cart-item__totals_gb.right {
  padding-left: 0 !important;
  width: 10%;
  display: flex;
  justify-content: left;
  float: right;
  position: absolute;
  right: 0;
  top: 15px;
}
.cart-drawer .cart__checkout-button {
  border-radius: 8px !important;
  font-size: 14px;
  padding: 25px 0;
}
.gbfrequently-bought-with-main-whole-slider {
  opacity: 0;
}
.cart-drawer .cart__checkout-button:hover:after {
  box-shadow: unset !important;
}
.cart-drawer .cart__checkout-button:after {
  box-shadow: unset !important;
}
.cart-drawer .cart__checkout-button:before {
  box-shadow: unset !important;
}
h2.gb-30day-back {
  font-size: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 3px;
  margin-top: 5px;
  margin-bottom: 0px;
  letter-spacing: var(--letter-spacing-body);
  font-weight: var(--font-weight-regular) !important;
  align-items: center;
}
h2.gb-30day-back svg {
  color: inherit;
  fill: currentColor;
}
/* .drawer__footer {
  padding-bottom: 0;
  border-top: 1px solid #e0e0e0;
} */
/* Padding now customizable via theme settings */
.drawer__footer {
  border-top: 1px solid #e0e0e0;
}
.gb-shipping-protection {
  display: flex;
  gap: 10px;
  align-items: center;
}
.gb-shipping-protection-icontext h2,
.gb-shipping-protection-icontext p {
  font-size: 17px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  letter-spacing: var(--letter-spacing-body);
  padding-bottom: 3px;
  color: var(--cart-drawer-shipping-protection-text-color);
}
.gb-shipping-protection-icontext p {
  font-size: 10px;
  padding: 0;
  margin: 0;
  line-height: 14px;
  padding-right: 20px;
  font-weight: 400;
}
.gb-shipping-protection-icon svg {
  width: 50px;
  height: 50px;
}
.gb-shipping-protection-icon {
  display: flex;
}
.gb-shipping-protection {
  padding: 20px 20px;
  border-radius: 4px;
}
.gb-shipping-protection-button .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px !important;
}
.gb-shipping-protection-button .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.gb-shipping-protection-button .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gb-shipping-protection-button .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gb-shipping-protection-button input:checked + .slider {
  background-color: #000;
}
.gb-shipping-protection-button input:focus + .slider {
  box-shadow: 0 0 1px #000;
}
.gb-shipping-protection-button input:checked + .slider:before {
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
}
.gb-shipping-protection-button .slider.round {
  border-radius: 34px;
}
.gb-shipping-protection-button .slider.round:before {
  border-radius: 50%;
}
td.cart-item__details a.cart-item__name {
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  td.cart-item__details a.cart-item__name {
    font-size: 12px;
  }
}
section.gb-get-main-freq-pro .page-width {
  padding: 0 !important;
}
.free-product-progress-bar-successfull {
  font-family: var(--font-body-family);
  font-size: 16px;
  font-weight: 100;
}
.gb-master-media-cart {
  width: 100%;
}
.gb-cart-price-add {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-direction: column;
}
.shop-add-to-cart-button:hover,
.button:hover {
  opacity: 0.85;
}
.gb-cart-price-add h2.product__title {
  width: 70%;
}
.gb-set-padding-cart-btn {
  min-width: 0;
  min-height: 0;
  padding: 4px 15px;
  border-radius: 4px !important;
}
.gb-cart-drawer-fren {
  width: 100%;
  text-align: right;
}
.gb-cart-drawer-fren product-form.product-form {
  margin: 0;
}
.gb-get-main-freq-pro .product__info-wrapper {
  padding: 0;
}
.gb-cart-drawer-fren .product-form__submit {
  margin-bottom: 0;
}
.gb-set-padding-cart-btn:before {
  border-radius: unset !important;
  box-shadow: unset !important;
}
.gb-get-main-freq-pro .grid__item.product__media-wrapper {
  flex: 0 0 auto;
}
.gb-get-main-freq-pro h2.product__title {
  font-size: 19px;
}
.gb-cart-price-add .product__title {
  margin: 0;
  padding: 0;
}
.gb-get-main-freq-pro .featured-product {
  align-items: center;
  gap: 20px !important;
  display: flex;
  flex-direction: row;
}
.gb-set-padding-cart-btn:after {
  border-radius: unset !important;
  box-shadow: unset !important;
}
gbvariant-selects label.form__label {
  display: none;
}
.drawer__cart-items-wrapper .product-option + .product-option {
  margin-top: 0;
}
.drawer__cart-items-wrapper .product-option {
  font-weight: 600;
}
td.cart-item__details dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 5px;
  max-width: 230px;
}
h2.frequently-bought-with-main-title {
  font-size: 19px;
  margin-bottom: 8px;
  padding-top: 10px;
  letter-spacing: var(--letter-spacing-body);
  padding-top: 0;
}
.cart-drawer .cart-item__image {
  max-width: 100%;
  border-radius: 5px !important;
}
.gbfrequently-bought-with-main-whole {
  padding: 20px 15px 0;
  padding-top: 0;
  margin-top: 0;
}
img.gb-master-media-cart {
  border-radius: 4px;
}
product-info.gb-main-freq-bg-color {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 20px 15px;
  border-radius: 8px;
}
.gb-get-main-freq-pro span.gb-price-drawer-saving {
  display: inline;
  vertical-align: middle;
  letter-spacing: var(--letter-spacing-body);
  font-weight: var(--font-weight-semibold);
}
.drawer__inner {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
cart-drawer-items {
  flex-grow: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
@media only screen and (max-width: 768px) {
  .drawer__inner {
    max-width: calc(100vw - 0rem);
  }
}
.gb-get-main-freq-pro .select .svg-wrapper {
  right: 8px;
}
.cart-drawer .cart-item {
  padding: 8px;
}
.gb-cart-drawer-lb td.cart-item__details a.cart-item__name {
  font-size: 18px;
  margin-bottom: 0;
  letter-spacing: var(--letter-spacing-body);
  max-width: 230px;
}
.gb-cart-drawer-lb .gb-get-main-freq-pro h2.product__title {
  font-size: 14px;
  letter-spacing: var(--letter-spacing-body);
}
.gb-cart-drawer-lb .gb-cart-drawer-fren .product-form__submit {
  font-size: 12px !important;
  font-weight: var(--font-weight-semibold) !important;
}
.gb-cart-drawer-lb .drawer__cart-items-wrapper .product-option {
  font-weight: 600;
  align-items: center;
}

.gb-cart-drawer-lb .drawer__cart-items-wrapper .product-option.cart-item__subscription-name {
  margin-bottom: 0;
  font-weight: 600;
  align-items: center;
  margin-top: -0.75rem;
  margin-bottom: 1.5rem;
}

.gb-cart-drawer-lb .drawer__cart-items-wrapper .cart-details-wrapper > .product-option {
  direction: rtl;
}
.gb-cart-drawer-lb product-info.gb-main-freq-bg-color {
  padding: 10px 10px;
  background: #fafafa;
}
.gb-cart-drawer-lb .gb-shipping-protection {
  padding: 10px 0px;
}
.gb-cart-del-img img {
  width: 100%;
  height: auto;
}
.gb-cart-del-img svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}
.gb-get-main-freq-pro .price.price--large.price--on-sale.price--show-badge {
  padding: 10px 0;
}
.gb-shipping-protection-icontext h2 span {
  font-family: var(--font-body-family);
  font-weight: var(--font-weight-regular);
  font-size: 14px;
  line-height: 100%;
  letter-spacing: var(--letter-spacing-body);
  text-align: center;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .gb-get-main-freq-pro .featured-product {
    align-items: flex-start;
    gap: 16px;
    display: grid;
    grid-template-columns: min-content 1fr;
  }
  img.gb-master-media-cart {
    width: 86px;
    height: 86px;
  }
  td.cart-item__totals_gb.right {
    right: 20px;
  }
  .gb-get-main-freq-pro h2.product__title {
    font-size: 18px;
  }
  .gb-cart-drawer-fren {
    width: 33%;
  }
  .gb-cart-drawer-lb .gb-get-main-freq-pro .price-item--regular {
    font-size: 13px !important;
  }
  .gb-cart-drawer-lb .gb-get-main-freq-pro span.price-item {
    font-size: 13px !important;
  }
  .gb-cart-drawer-lb .product__info-container > * + * {
    margin: 0.1rem 0 0.5rem;
  }
  .gb-cart-drawer-lb .gb-price-drawer s,
  .gb-cart-drawer-lb .gb-price-drawer,
  .gb-cart-drawer-lb .gb-price-drawer strong {
    font-size: 13px !important;
    font-weight: var(--font-weight-regular) !important;
  }
  .gb-cart-drawer-lb h2.drawer__heading {
    font-size: 13px;
  }
  .gb-cart-drawer-lb span.gb-cart-total-item {
    font-size: 13px;
  }
  .gb-cart-drawer-lb .free-product-progress-bar-successfull {
    font-size: 13px !important;
    font-weight: 100;
  }
  .gb-cart-drawer-lb td.cart-item__details a.cart-item__name {
    font-size: 14px;
    max-width: 230px;
  }
  .gb-cart-drawer-lb .gb-get-main-freq-pro h2.product__title {
    font-size: 14px;
  }
  .gb-cart-drawer-lb .gb-cart-drawer-fren .product-form__submit {
    font-size: 11px !important;
    font-weight: var(--font-weight-semibold) !important;
  }
  .gb-cart-drawer-lb .drawer__cart-items-wrapper .product-option {
    font-weight: 600;
    align-items: center;
  }

  .gb-cart-drawer-lb .drawer__cart-items-wrapper .product-option.cart-item__subscription-name {
    margin-bottom: 0;
    font-weight: 600;
    align-items: center;
    margin-top: -0.75rem;
    margin-bottom: 1.5rem;
  }
  .gb-cart-drawer-lb .gb-price-drawer-saving {
    font-size: 9px;
  }
  .gb-cart-drawer-lb .gb-shipping-protection {
    padding: 8px 0px;
  }
  .gb-cart-drawer-lb h2.frequently-bought-with-main-title {
    font-size: 15px;
    letter-spacing: var(--letter-spacing-body);
  }
  .gb-cart-drawer-lb .gb-shipping-protection-icontext h2 {
    font-size: 15px;
  }
  /* .gb-cart-drawer-lb .totals.gb-discounts-cart-values h2 {
    font-size: 15px;
  } */ /* Removed - not used in current implementation */
  .gb-cart-drawer-lb .totals__total-value {
    font-weight: var(--font-weight-bold) !important;
  }
  .gb-cart-drawer-lb.cart-drawer .cart__checkout-button {
    font-size: 15px;
    padding: 15px 0;
  }
  .gb-cart-drawer-lb.cart-drawer .cart-item:last-child {
    margin-bottom: 1rem;
  }
  .gb-get-main-freq-pro .price.price--large.price--on-sale.price--show-badge {
    padding: 0 0;
  }
}
@media only screen and (max-width: 375px) {
  .gb-price-drawer-saving {
    font-size: 9px;
  }
  .cart-item__quantity-wrapper {
    gap: 5px;
    flex-wrap: unset;
  }
  img.gb-master-media-cart {
    width: 70px;
    height: 70px;
  }
  .gb-cart-drawer-fren {
    width: 39%;
  }
  .gb-cart-drawer-fren {
    width: 54%;
  }
}
@media only screen and (max-width: 320px) {
  img.gb-master-media-cart {
    width: 55px;
    height: 55px;
  }
}
.gb-get-main-freq-pro img.gb-master-media-cart {
  max-width: 55px;
  border-radius: 5px !important;
  height: auto;
}
/* Removed hardcoded font sizes - now using dynamic cart_items_price_font_price setting */
/* .gb-price-drawer s.cart-item__old-price,
.gb-price-drawer strong.cart-item__final-price {
  font-size: 1.6rem;
  font-weight: var(--font-weight-semibold) !important;
} */
.cart-item__details dl .product-option {
  font-size: 1.2rem;
  font-weight: 400;
  /* color: var(--color-foreground); */ /* Removed - now using dynamic product_option_color setting */
  opacity: 0.7;
}
/* Removed hardcoded font sizes - now using dynamic cart_items_price_font_price setting */
/* .gb-cart-drawer-lb .gb-price-drawer s.cart-item__old-price,
.gb-cart-drawer-lb .gb-price-drawer strong.cart-item__final-price {
  font-size: 1.2rem;
}
.gb-cart-drawer-lb .cart-item__details dl .product-option {
  font-size: 1.1rem;
}
.gb-cart-drawer-lb .gb-price-drawer s.cart-item__old-price,
.gb-cart-drawer-lb .gb-price-drawer strong.cart-item__final-price {
  font-size: 1.2rem !important;
} */
.gb-cart-drawer-lb .cart-item__details dl .product-option {
  font-size: 1rem;
}
@media only screen and (max-width: 749px) {
  .drawer__header {
    padding: 15px 15px !important;
  }
  .drawer__heading {
    font-size: 1.5rem !important;
  }
  .drawer__close .svg-wrapper {
    height: 1.5rem;
    width: 1.5rem;
  }
  .drawer__close {
    top: 10px !important;
  }
  .gb-get-main-freq-pro .featured-product {
    align-items: flex-start;
    gap: 16px;
    display: grid;
    grid-template-columns: min-content 1fr;
  }
  .cart-drawer .cart-item {
    gap: 0.6rem !important;
    padding: 8px;
    margin-bottom: 0.8rem !important;
  }
  .cart-drawer .cart-item__image {
    width: 50px !important;
    height: 50px !important;
    display: block;
  }
  .cart-drawer .cart-item__media {
    padding: 0;
    align-self: start;
    width: auto;
    grid-column: 1 / 2;
  }
  .cart-drawer .cart-item__name {
    font-size: 1.4rem;
    margin-bottom: 0.3rem;
  }
  .cart-drawer .product-option,
  .cart-drawer .product-option dt,
  .cart-drawer .product-option dd {
    font-size: 1rem;
    line-height: 1.3;
  }
  .cart-drawer .gb-price-drawer s,
  .cart-drawer .gb-price-drawer strong,
  .cart-drawer .gb-price-drawer {
    font-size: 1.3rem !important;
  }
  .cart-drawer .gb-price-drawer-saving {
    font-size: 0.9rem;
    padding: 1px 6px;
  }
  .drawer__inner quantity-input.quantity.cart-quantity {
    min-height: 2.4rem;
  }
  .drawer__inner .quantity__button {
    width: 2.4rem !important;
  }
  .drawer__inner .quantity__input {
    font-size: 1.1rem;
    padding: 0 0.3rem;
  }
  .drawer__inner .quantity__button .icon-minus,
  .drawer__inner .quantity__button .icon-plus {
    height: 0.7rem;
  }
  .cart-remove-button {
    padding: 0.3rem;
  }
  .gb-cart-del-img img {
    width: 12px;
    height: 12px;
  }
  td.cart-item__totals_gb.right {
    right: 5px;
    top: 10px;
  }
}
.cart-drawer .gb-price-drawer s,
.cart-drawer .gb-price-drawer strong,
.cart-drawer .gb-price-drawer {
  font-size: 1.3rem !important;
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  width: auto !important;
}
.cart-drawer .gb-price-drawer-saving {
  font-size: 0.9rem;
  padding: 1px 6px;
  white-space: nowrap;
}
/* Position styling for .first-gift and .second-gift is handled dynamically in cart-drawer_style.liquid */
.gb-cart-del-img {
  flex: 0 0 20px;
}
.cart-drawer .cart__checkout-button:hover,
.cart-drawer .cart__checkout-button:focus,
.cart-drawer .cart__checkout-button:active {
  background-color: var(--cart-drawer-checkout-button-background) !important;
  opacity: 0.9;
}

/* Fix for ::selection background color */
::selection {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

/* Fallback for ::selection if global variable is not available */
::-moz-selection {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

/* Reduce contact button vertical padding by half */
.contact__button .button.disable-global-button-styling {
  padding-top: calc(var(--global-button-padding-y, 12px) / 2) !important;
  padding-bottom: calc(var(--global-button-padding-y, 12px) / 2) !important;
}

/* Contact button with enhanced effects - zero vertical padding */
.contact__button.button-box-shadow.intensity-5.button-gradient-effect.gradient-shine-enabled,
.contact__button .button.button-box-shadow.intensity-5.button-gradient-effect.gradient-shine-enabled {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Ensure .contact__button preserves original padding while allowing global colors */
.contact__button,
.contact__button *,
.contact__button .button,
.contact__button button,
.contact__button .button:hover,
.contact__button button:hover,
.contact__button .button:focus,
.contact__button button:focus,
.contact__button .button:active,
.contact__button button:active {
    /* Reset layout/spacing effects only - allow colors to come through */
    transform: none !important;
    /* Preserve original padding - this is the key exclusion */
    padding: inherit !important;
}

/* Center text inside contact button */
.contact__button,
.contact__button .button,
.contact__button button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

/* Remove ALL drop shadow effects from sticky add to cart section */
#stickyAddToCart *,
#stickyAddToCart *:hover,
#stickyAddToCart *:focus,
#stickyAddToCart *:active,
#stickyAddToCart button,
#stickyAddToCart button:hover,
#stickyAddToCart button:focus,
#stickyAddToCart button:active,
#stickyAddToCart .button,
#stickyAddToCart .button:hover,
#stickyAddToCart .button:focus,
#stickyAddToCart .button:active,
.sticky-add-to-cart__button,
.sticky-add-to-cart__button:hover,
.sticky-add-to-cart__button:focus,
.sticky-add-to-cart__button:active,
#stickyAddToCart .sticky-add-to-cart__button,
#stickyAddToCart .sticky-add-to-cart__button:hover,
#stickyAddToCart .sticky-add-to-cart__button:focus,
#stickyAddToCart .sticky-add-to-cart__button:active {
  transform: none !important;
  box-shadow: none !important;
  outline: none !important;
}
/* =====================================================================
   VESPERDO — Habillage de marque pour le thème Elixir (Dawn)
   ---------------------------------------------------------------------
   OÙ COLLER : Online Store > Themes > Edit code > assets/custom.css
   Collez TOUT ce bloc À LA FIN du fichier (après la dernière ligne).
   Ce fichier est chargé sur tout le site, donc l'habillage s'applique
   partout.

   CE QUE ÇA FAIT :
   - Importe les polices Josefin Sans (titres) + Poppins (texte).
   - Branche les polices sur le système de variables du thème
     (--font-heading-family-override / --font-body-family-override),
     sans casser les réglages "Customize > Theme settings".
   - Apporte les finitions de marque que les 5 color schemes ne peuvent
     pas faire seuls : boutons pilule, hover doux, sélection lavande,
     anneau de focus accent, barre d'annonce indigo, liens accent.

   IMPORTANT : les COULEURS de fond/texte/bouton restent gérées par les
   5 color schemes (settings_data.json). Ce fichier ne fait que la
   finition. On s'appuie sur rgb(var(--color-...)) du thème dès que
   possible, et !important est utilisé avec parcimonie, uniquement là
   où le thème gagnerait sinon.

   Palette de marque "Lavande Nuit" :
     accent  #5B3DE0  ·  nuit/indigo #1A192E  ·  encre #171120
     lavande #DAD0FF  ·  off-white #F2EFF8     ·  line  #E4DEF1
   ===================================================================== */

/* --- 1. Polices Google ---------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600&family=Poppins:wght@300;400;500;600&display=swap');

/* --- 2. Variables de marque ----------------------------------------- */
/* Variables locales réutilisées plus bas (faciles à ajuster d'un coup). */
:root {
  --vp-accent: 91, 61, 224;      /* #5B3DE0 — accent lavande (AA sur blanc) */
  --vp-nuit: 26, 25, 46;         /* #1A192E — indigo nuit (fond barre/boutons) */
  --vp-encre: 23, 17, 32;        /* #171120 — texte encre */
  --vp-lavande: 218, 208, 255;   /* #DAD0FF — lavande clair */
  --vp-offwhite: 242, 239, 248;  /* #F2EFF8 — off-white */
  --vp-line: 228, 222, 241;      /* #E4DEF1 — filets/bordures */
}

/* --- 3. Branchement des polices sur le thème ------------------------ */
/* Elixir lit --font-heading-family / --font-body-family (base.css) ;
   custom-font.css définit --*-override = var(--font-*-family, Inter…).
   On renseigne donc --font-*-family ET --font-*-override pour couvrir
   tous les ordres de chargement, avec des fallbacks système propres. */
:root {
  --font-heading-family: "Josefin Sans", ui-sans-serif, system-ui, sans-serif;
  --font-heading-family-override: "Josefin Sans", ui-sans-serif, system-ui, sans-serif;
  --font-body-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  --font-body-family-override: "Poppins", ui-sans-serif, system-ui, sans-serif;
}

/* Corps de page en Poppins. */
body {
  font-family: var(--font-body-family-override, var(--font-body-family));
}

/* Titres en Josefin Sans, poids ~600 (calme et premium). */
h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5, .h6,
.hxl, .hxxl {
  font-family: var(--font-heading-family-override, var(--font-heading-family));
  font-weight: 600;
  letter-spacing: 0.2px;
}

/* --- 4. Boutons : pilule, calme, hover doux ------------------------- */
/* Le rayon de marque : ~999px = vraie pilule. La variable maîtresse du
   thème est --button-border-radius (lue par .button ET ses :before/
   :after dans base.css). On la nourrit + on force directement par
   sécurité. */
:root {
  --button-border-radius: 999px;
  --buttons-radius: 999px;
  --buttons-radius-outset: 999px;
}

.button,
.shopify-payment-button__button--unbranded,
.shopify-payment-button__more-options,
.product-form__submit,
.cart__checkout-button {
  border-radius: 999px !important;
  text-transform: none !important;     /* on calme l'uppercase global */
  letter-spacing: 0.2px;
  font-weight: 600;
  transition: opacity 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
}

/* Les pseudo-éléments de remplissage doivent suivre la pilule. */
.button:before,
.button:after {
  border-radius: 999px !important;
}

/* Hover doux et homogène (le thème met parfois opacity, on harmonise). */
.button:not([disabled]):hover,
.product-form__submit:not([disabled]):hover,
.cart__checkout-button:not([disabled]):hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* Bouton secondaire : contour accent discret. */
.button--secondary {
  border-color: rgba(var(--vp-accent), 0.5);
}

/* --- 5. Liens & accents --------------------------------------------- */
/* Liens "texte" dans le contenu : accent lavande #5B3DE0 (6.59:1 sur blanc, AA). */
.rte a:not(.button),
a.link,
.link--text {
  color: rgb(var(--vp-accent));
  text-underline-offset: 0.2em;
}

.rte a:not(.button):hover,
a.link:hover {
  color: rgba(var(--vp-accent), 0.8);
}

/* --- 6. Barre d'annonce : indigo nuit + texte off-white ------------- */
/* MARKUP RÉEL de ce thème Elixir (vérifié dans sections/announcement-bar.liquid
   et snippets/component-announcement-bar.liquid) :
     <div class="announcement-bar gradient-active" style="background:…">
       <div class="announcement-text" style="color:…"> … </div>
       <div class="countdown"> … chips .countdown-item … </div>
   Il n'existe PAS de .announcement-bar__message / __announcement / __link.
   Le fond ET la couleur du texte sont posés EN INLINE par le thème.

   ⚠ Tradeoff assumé : forcer un fond plat indigo désactive le dégradé
   animé natif (inline). C'est voulu pour la marque. Si vous préférez
   garder le dégradé, configurez plutôt les couleurs dans
   "Customize > Section barre d'annonce" et supprimez ce bloc 6. */
.announcement-bar {
  background: rgb(var(--vp-nuit)) !important;   /* bat le linear-gradient inline */
}

/* La couleur du message est inline -> il faut !important pour la battre. */
.announcement-text,
.announcement-text strong,
.announcement-text b,
.announcement-text a {
  color: rgb(var(--vp-offwhite)) !important;    /* 15.12:1 sur #1A192E, AA */
}

/* Les puces du compte à rebours gardent leurs couleurs (fond clair + texte
   sombre venant des réglages thème), on n'y touche pas pour préserver le
   contraste interne des chips. */

/* --- 7. Sélection de texte (lavande douce) -------------------------- */
::selection {
  background-color: rgba(var(--vp-lavande), 0.6);
  color: rgb(var(--vp-encre));
}
::-moz-selection {
  background-color: rgba(var(--vp-lavande), 0.6);
  color: rgb(var(--vp-encre));
}

/* --- 8. Anneau de focus accessible (accent doux) ------------------- */
/* On ne touche qu'au focus clavier pour ne pas alourdir la souris. */
a:focus-visible,
button:focus-visible,
.button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 0.2rem solid rgba(var(--vp-accent), 0.7);
  outline-offset: 0.2rem;
  border-radius: 4px;
}

/* --- 9. Finitions cartes & prix ------------------------------------- */
/* Filets de cartes sur la teinte "line" de la marque (subtil). */
.card,
.card-wrapper .card {
  border-color: rgba(var(--vp-line), 1);
}

/* Prix en avant : on garde la couleur du scheme mais on assure le poids. */
.price,
.price__regular .price-item {
  font-weight: 600;
}

/* Prix soldé / badge : accent de marque plutôt qu'un rouge agressif. */
.price--on-sale .price-item--sale {
  color: rgb(var(--vp-accent));
}

/* --- 10. En-tête : filet bas discret -------------------------------- */
.header {
  border-bottom: 1px solid rgba(var(--vp-line), 0.7);
}

/* --- 11. Utilitaire optionnel : halo lavande ------------------------ */
/* Ajoutez la classe .vp-glow à une section (via "Add CSS class" ou un
   bloc custom) pour un halo radial lavande très doux en fond. */
.vp-glow {
  position: relative;
  isolation: isolate;
}
.vp-glow::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(60% 60% at 50% 0%,
      rgba(var(--vp-lavande), 0.45) 0%,
      rgba(var(--vp-lavande), 0) 70%);
}

/* =====================================================================
   Fin de l'habillage Vesperdo.
   ===================================================================== */
   /* --- FIX menu en-tête lisible (bug thème Elixir) --- */
.header-wrapper .header__inline-menu .header__menu-item,
.header-wrapper .header__inline-menu .list-menu__item,
.header-wrapper .header__inline-menu .list-menu__item--link,
.header-wrapper .header__inline-menu summary.list-menu__item,
.header-wrapper .header__inline-menu .header__active-menu-item {
  color: rgb(var(--vp-encre)) !important;
}
/* --- FIX icônes + langue en-tête (panier, compte, Français) --- */
.header-wrapper .header__icons .header__icon,
.header-wrapper .header__icons .header__icon span,
.header-wrapper .header__icons .header__icon svg,
.header-wrapper .header__icons .desktop-localization-wrapper,
.header-wrapper .header__icons .desktop-localization-wrapper button,
.header-wrapper .header__icons .desktop-localization-wrapper summary,
.header-wrapper .header__icons .desktop-localization-wrapper .localization-form__select,
.header-wrapper .header__icons .desktop-localization-wrapper svg {
  color: rgb(var(--vp-encre)) !important;
}
.header-wrapper .header__icons .header__icon svg:not([fill="none"]) {
  fill: rgb(var(--vp-encre)) !important;
}
/* --- FIX panier (stroke en dur) + sélecteur de langue --- */
.header-wrapper .header__icon--cart .cart-bag-icon {
  stroke: rgb(var(--vp-encre)) !important;
}
.header-wrapper .header__icon--cart,
.header-wrapper .header__icon--cart svg {
  color: rgb(var(--vp-encre)) !important;
}
.header-wrapper .desktop-localization-wrapper .disclosure__button,
.header-wrapper .desktop-localization-wrapper .localization-form__select,
.header-wrapper .desktop-localization-wrapper .localization-selector,
.header-wrapper .desktop-localization-wrapper .disclosure__button * {
  color: rgb(var(--vp-encre)) !important;
}
.header-wrapper .desktop-localization-wrapper .disclosure__button svg {
  fill: rgb(var(--vp-encre)) !important;
}
/* --- FIX panier définitif (--color-drawer-text = off-white) --- */
.header__icon--cart,
#cart-icon-bubble {
  --color-drawer-text: 23, 17, 32; /* encre #171120 */
}
.header__icon--cart .cart-bag-icon,
#cart-icon-bubble .cart-bag-icon,
.header__icon--cart svg {
  stroke: rgb(var(--vp-encre)) !important;
  color: rgb(var(--vp-encre)) !important;
}
/* =========================================================
   VESPERDO — Site-wide section recoloring (colors only)
   Brand: accent #5B3DE0 · indigo #1A192E · off-white #F2EFF8
   ========================================================= */

/* === scrolling-features-bar === */
.scrolling-features-bar{--background-color:#1A192E !important;--text-color:#F2EFF8 !important;--icon-color:#F2EFF8 !important;background:#1A192E !important;background-color:#1A192E !important;color:#F2EFF8 !important}
.scrolling-features-bar .feature-item,
.scrolling-features-bar .feature-item span{color:#F2EFF8 !important}
.scrolling-features-bar .feature-icon svg{fill:#F2EFF8 !important}

/* === product-comparison === */
.comparison-section .accent-text,
.comparison-section .global-accent-text,
.comparison-section .custom-accent-text,
.comparison-section .comparison-heading .accent-text{background:none !important;background-image:none !important;-webkit-text-fill-color:#5B3DE0 !important;color:#5B3DE0 !important}
.comparison-section .feature-icon,
.comparison-section .check-yes,
.comparison-section .value-cell:not(.highlighted) .check-yes{color:#5B3DE0 !important}
.comparison-section .check-no,
.comparison-section .value-cell:not(.highlighted) .check-no{color:#B23B4E !important}
.comparison-section .product-header.highlighted:before,
.comparison-section .value-cell.highlighted:before{background:#5B3DE0 !important;background-image:none !important;border-color:#5B3DE0 !important}
.comparison-section .product-header.highlighted .comparison-product-title,
.comparison-section .product-header.highlighted .product-subtitle,
.comparison-section .product-header.highlighted .subtitle-icon,
.comparison-section .value-cell.highlighted .text-value,
.comparison-section .value-cell.highlighted .check-yes{color:#F2EFF8 !important}
.comparison-section .value-cell.highlighted .check-no{color:#DAD0FF !important}
.comparison-section .product-header.highlighted .product-subtitle{background:rgba(255,255,255,.18) !important;border-color:rgba(255,255,255,.3) !important}

/* === before-after-comparison === */
.before-after-section .accent-text,
.before-after-section .accent-text.global-accent-text,
.before-after-section .accent-text.custom-accent-text{background:none !important;background-image:none !important;color:#5B3DE0 !important;-webkit-text-fill-color:#5B3DE0 !important;-webkit-background-clip:border-box !important;background-clip:border-box !important}
.before-after-section .comparison-divider-line{background:#5B3DE0 !important}
.before-after-section .slider-button:focus-visible{outline-color:#5B3DE0 !important}

/* === content-tabs === */
section[class*="content-tabs-"] [class*="content-tabs-heading-"] .accent,
section[class*="content-tabs-"] [class*="content-tabs-heading-"] .global-accent-text,
section[class*="content-tabs-"] .global-accent-text,
section[class*="content-tabs-"] .custom-accent-text{background:none !important;color:#5B3DE0 !important;-webkit-text-fill-color:#5B3DE0 !important;-webkit-background-clip:border-box !important;background-clip:border-box !important}
section[class*="content-tabs-"] [class*="tab-button-"]:hover{color:#5B3DE0 !important;border-color:#5B3DE0 !important;background-color:rgba(91,61,224,.1) !important}
section[class*="content-tabs-"] [class*="tab-button-"]:hover [class*="tab-title-"]{color:#5B3DE0 !important}
section[class*="content-tabs-"] [class*="tab-button-"].active{background-color:#1A192E !important;border-color:#1A192E !important;border-bottom-color:#5B3DE0 !important;color:#F2EFF8 !important}
section[class*="content-tabs-"] [class*="tab-button-"].active [class*="tab-title-"]{color:#F2EFF8 !important}
section[class*="content-tabs-"] [class*="bullet-icon-"],
section[class*="content-tabs-"] [class*="benefit-icon-"]{color:#5B3DE0 !important}

/* === video-testimonials === */
.video-testimonials-wrapper .global-accent-text,
.video-testimonials-wrapper .custom-accent-text{background:none !important;color:#5B3DE0 !important;-webkit-text-fill-color:#5B3DE0 !important}
.video-testimonials-wrapper .review-author{background-color:#5B3DE0 !important;color:#FFFFFF !important;border-color:#5B3DE0 !important}
.video-testimonials-wrapper .verified-badge{color:#5B3DE0 !important}
.video-testimonials-wrapper .verified-icon,
.video-testimonials-wrapper .verified-icon path{fill:#5B3DE0 !important;color:#5B3DE0 !important}
.video-testimonials-wrapper .carousel-nav .global-nav-button-next,
.video-testimonials-wrapper .carousel-nav button[data-direction="next"]{background-color:#1A192E !important;color:#F2EFF8 !important;border-color:#1A192E !important}

/* === customer-reviews-carousel === */
.reviews-transformation-section .reviews-subtitle,
.reviews-transformation-section .reviews-subtitle.section-title,
.reviews-transformation-section .reviews-subtitle.heading,
.reviews-transformation-section .reviews-subtitle.h1{color:#171120 !important}
.reviews-transformation-section .global-accent-text,
.reviews-transformation-section .reviews-subtitle .global-accent-text,
.reviews-transformation-section .custom-accent-text{background:none !important;color:#5B3DE0 !important;-webkit-text-fill-color:#5B3DE0 !important;-webkit-background-clip:border-box !important;background-clip:border-box !important}
.reviews-transformation-section .carousel-reviewer-name{background:#5B3DE0 !important;color:#FFFFFF !important;padding:1px 6px !important;border-radius:4px !important}
.reviews-transformation-section .verified-badge,
.reviews-transformation-section .verified-icon{color:#5B3DE0 !important}
.reviews-transformation-section .product-price{color:#5B3DE0 !important}
.reviews-transformation-section .next-button,
.reviews-transformation-section .nav-button.next,
.reviews-transformation-section .global-nav-button.next{background:#1A192E !important;color:#F2EFF8 !important;border-color:#1A192E !important}

/* === testimonials === */
.testimonials-section .testimonials-global-accent-text,
.testimonials-section .testimonials-custom-accent-text{background:none !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;-webkit-text-fill-color:#5B3DE0 !important;color:#5B3DE0 !important}
.testimonials-section .author-avatar{background-color:#5B3DE0 !important;color:#FFFFFF !important}
.testimonials-section .author-info-details{background:#5B3DE0 !important}
.testimonials-section .author-info-details .author-name{color:#FFFFFF !important}
.testimonials-section .testimonials-verified-badge{color:#5B3DE0 !important}
.testimonials-section .testimonials-verified-badge svg path{fill:#5B3DE0 !important}
.testimonials-section .testimonials-card-star path,
.testimonials-section .testimonials-summary-star path{fill:#FFD700 !important}

/* === satisfaction-guarantee === */
.guarantee-section{background:#F2EFF8 !important}
.guarantee-section .accent-text{background:none !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;-webkit-text-fill-color:#5B3DE0 !important;color:#5B3DE0 !important}
.guarantee-section .guarantee-section__cta,
.guarantee-section .theme-button.guarantee-section__cta,
.guarantee-section .guarantee-section__cta.disable-global-button-styling,
.guarantee-section a.guarantee-section__cta.disable-global-button-styling{background:#5B3DE0 !important;background-color:#5B3DE0 !important;color:#fff !important;border-radius:999px !important;border-color:#5B3DE0 !important}
.guarantee-section .guarantee-section__cta:hover,
.guarantee-section .theme-button.guarantee-section__cta:hover,
.guarantee-section .guarantee-section__cta.disable-global-button-styling:hover,
.guarantee-section a.guarantee-section__cta.disable-global-button-styling:hover{background:#1A192E !important;background-color:#1A192E !important;color:#fff !important;border-color:#1A192E !important}
.guarantee-section .benefit .checkmark-icon{color:#5B3DE0 !important;fill:#5B3DE0 !important}
:root{--font-accent-family:"Josefin Sans",ui-sans-serif,system-ui,sans-serif !important}
/* Survol menu en-tête : texte lisible (lavande), pas de fond qui se transforme */
.header-wrapper .header__inline-menu .header__menu-item:hover,
.header-wrapper .header__inline-menu .header__menu-item:focus,
.header-wrapper .header__inline-menu .header__menu-item:hover span,
.header-wrapper .header__inline-menu .list-menu__item:hover {
  color: rgb(var(--vp-accent)) !important;
  background-color: transparent !important;
  opacity: 1 !important;
}
