body.shop-11 {
  background-color: var(--color-complementary);

  --contact-background: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/eoakeoa.webp');

  --icone-search: 'url(https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Group 8099.svg)';
  --icone-user: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/User.webp');
  --icone-panier: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Cart.webp');
  --icon-gift: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Gift.webp');
  --icon-translate-btn: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Translate.webp');

  --color-bg-scrollbar: #46210e;
  --color-banner: #e23828;
  --color-action: #d36c40;
  --color-secondary: #fff;
  --color-complementary: #484a3f;
  --color-strong: #e23828;
  --color-text-light: #fff;
  --color-text-dark: #464d4d;
  --color-text-secondary-dark: #a3a6a6;
  --color-price: #963e1b;

  --color-footer: #4f3927;

  --background-color-message-logged-in: #274674;

  --border-radius-header: 0px;
  --border-radius-s: 5px;
  --border-radius-m: 10px;
  --border-radius-l: 50px;
  --border-w-input-form: 0px;
  --border-r-input-form: 0px;
  --border-r-btn: 50px;

  --hero-btn-border-width: 0px;
  --hero-btn-border-color: #fefbe6;
  --hero-btn-bg-color: #fefbe6;
  --hero-btn-text-color: #d36c40;
  --hero-btn-hover-bg-color: #fefbe6;
  --hero-btn-hover-text-color: #d36c40;

  --border: none;
  --border-width: 2px;
  --border-color: #46210e;

  --input-background-color: #e1cdb4;
  --button-background-color: #e1cdb4;
  --button-text-color: #4f3927;
  --input-border: 2px solid #46210e;
  --input-text-color: #795437;

  --box-shadow-header: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  --box-shadow-footer: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  --box-shadow-card: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  --box-shadow-img: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));

  --shop-font-family: '28DaysLater';
  --shop-font-family-secondary: 'Kairos';
  --shop-font-family-tertiary: 'Antone';

  --background-img-before: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/motifbeforeproduit.webp');
  --background-img-after: url('');
}

body.shop-11 main {
  overflow-x: clip !important;
}

body.shop-11 .maintenance-banner {
  display: none !important;
}

body.shop-11 [data-elementor-type='header'] {
  background-color: var(--color-complementary) !important;
}

body.shop-11 section#navBarC {
  background-color: var(--color-complementary);
  padding-top: 10px !important;
  padding-bottom: 15px !important;
}

/* body.shop-11 section#navBarC::after {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  bottom: -13px !important;
  width: 100% !important;
  height: 15px !important;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Group 8278.webp') !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
} */

body.shop-11 .c8navbar a {
  color: var(--color-secondary) !important;
  font-family: var(--shop-font-family-secondary) !important;
  font-weight: 400 !important;
}

body.shop-11 .c8navbar ul {
  gap: 1rem !important;
  margin-right: 2rem !important;
}

body.shop-11 .elementor-search__container {
  gap: 0.5rem !important;
}

body.shop-11 .elementor-search__container:not(.elementor-search--topbar) {
  background: none !important;
}

body.shop-11 .elementor-search__submit {
  background: white !important;
  border-radius: var(--border-radius-s) !important;
}

body.shop-11 .elementor-search__submit i {
  color: var(--color-action) !important;
}

body.shop-11 input.elementor-search__input {
  border: var(--input-border);
  background: var(--input-background-color);
  font-family: var(--shop-font-family-tertiary);
  text-align: center;
  color: var(--input-text-color);
  text-transform: normal !important;
}

body.shop-11 input.elementor-search__input::placeholder {
  color: var(--input-text-color);
  opacity: 1;
}

body.shop-11 .elementor-search__submit {
  margin-right: 2rem !important;
}

body.shop-11 .elementor-widget-sign-in.elementor-widget-nav-menu {
  margin-right: 1rem !important;
}

body.shop-11 i.ceicon.ceicon-user-simple::before {
  content: '';
  display: block !important;
  width: 58px;
  height: 58px;
  background-image: var(--icone-user) !important;
  background-size: contain;
}

body.shop-11 i.ceicon.ceicon-trolley-medium::before {
  content: '';
  display: block !important;
  width: 58px;
  height: 58px;
  background-image: var(--icone-panier) !important;
  background-size: contain;
}

body.shop-11 i.ceicon.ceicon-trolley-medium {
  margin-bottom: -13px;
}

body.shop-11 li.menu-item.menu-item-type-account,
body.shop-11 .elementor-cart__toggle {
  transition: transform 0.3s ease;
}

body.shop-11 li.menu-item.menu-item-type-account:hover,
body.shop-11 .elementor-cart__toggle:hover {
  transform: scale(1.06);
}

.btn-hero-2 .elementor-button-text {
  font-family: var(--shop-font-family) !important;
  font-weight: 400 !important;
  /* line-height: 16px; */
}

.btn-hero-2 .elementor-button-content-wrapper {
  align-items: center;
}

.btn-hero-2 i.fas.fa-user::before {
  content: '';
  display: inline-block !important;
  width: 40px;
  height: 40px;
  background-image: var(--icone-user) !important;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-hero-2 i.fas.fa-cart-shopping::before {
  content: '';
  display: block !important;
  width: 40px;
  height: 40px;
  background-image: var(--icone-panier) !important;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-hero-2 i.fas.fa-gift::before {
  content: '';
  display: block !important;
  width: 40px;
  height: 40px;
  background-image: var(--icon-gift) !important;
  background-size: contain;
  background-repeat: no-repeat;
}

.goog-te-gadget-simple span a::before {
  content: '';
  display: block !important;
  width: 40px !important;
  height: 40px !important;
  background-image: var(--icon-translate-btn) !important;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -18px !important;
}

.btn-hero-2 a {
  padding: 12px 8px !important;
}

.selection-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0px;
  overflow: hidden;
}

/* Motifs gauche/droite */
.selection-banner__motif {
  flex: 1 1 0;
  height: 26px;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Motif.webp');
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
  opacity: 0.95;
}

/* Si tu veux “miroir” le motif à droite */
.selection-banner__motif--right {
  transform: scaleX(-1);
}

/* Centre : torche + titre + torche */
.selection-banner__center {
  flex: 0 0 auto;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;

  text-align: center;
  white-space: nowrap;
}

.selection-banner__torch {
  height: 80px !important; /* taille torche */
  width: auto;
  display: block;
}

/* Titre */
.selection-banner__title {
  margin: 0;
  color: #ffffff;
  font-family: var(--shop-font-family) !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  text-transform: uppercase;

  /* petit relief */
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}

/* Responsive : sur petit écran, on réduit les motifs */
@media (max-width: 520px) {
  .selection-banner__motif {
    flex-basis: 20%;
    height: 20px;
  }
  .selection-banner__torch {
    height: 18px;
  }
}

body.shop-11 .categorie-items .ce-gallery-caption {
  border-image-slice: 150 125 150 125 fill !important;
  border-image-width: 40px 40px 40px 40px !important;
  border-image-outset: 20px 10px 20px 10px !important;
  border-image-repeat: repeat repeat !important;
  border-image-source: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Group 8267.webp') !important;
  border-style: solid !important;
  padding: 30px 20px !important;
  margin-top: 50px !important;
}

body.shop-11 .categorie-items .ce-gallery-icon {
  margin-bottom: -65px !important;
  z-index: -1 !important;
}

body.shop-11 .categorie-items figcaption.ce-gallery-caption a {
  display: flex;
  flex-direction: column;
  gap: 1rem !important;
  max-width: 100%;
  font-family: var(--shop-font-family) !important;
  font-weight: 400 !important;
}

body.shop-11 .categorie-items figcaption.ce-gallery-caption .small {
  font-size: 20px !important;
}

body.shop-11 .categorie-items figcaption.ce-gallery-caption .big {
  font-size: 32px !important;
  line-height: 32px !important;
}

body.shop-11 .categorie-items .ce-gallery-icon img {
  width: 250px !important;
}

body.shop-11 .categorie-items {
  position: relative;
}

body.shop-11 .categorie-items::before {
  content: '';
  position: absolute;
  bottom: -150px;
  width: 100%;
  height: 100%;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/frise.webp');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  z-index: -1;
}

body.shop-11 .products-grid .customBordure {
  border-image-slice: 100 100 100 100 fill;
  border-image-width: 50px 50px 50px 50px;
  border-image-outset: 5px 5px 5px 5px;
  border-image-repeat: round round;
  border-style: solid;
  border-image-source: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/fondproduit.webp') !important;
  border-style: solid !important;
  padding: 40px 50px !important;
}

body.shop-11 .products-grid .cs8Bg .elementor-column-wrap {
  padding: 0;
  border: none;
  background: none !important;
}

body.shop-11 .products-grid .info-separator::before {
  display: none !important;
}

body.shop-11 .custom_price_content .product-price {
  background: none !important;
}

body.shop-11 .products-grid .elementor-widget-button {
  position: absolute;
  bottom: -110px;
}

/* body.shop-11 .products-grid .ce-product-image.elementor-image img {
  height: 380px !important;
  object-fit: cover !important;
} */

body.shop-11 .products-grid h4.ce-product-name a {
  font-family: var(--shop-font-family-tertiary);
  font-size: 20px;
  font-weight: 400;
  line-height: 31.583px;
  text-align: center;
  color: var(--color-text-dark) !important;
}

body.shop-11 .products-grid .ce-product-description-short {
  font-family: var(--shop-font-family-secondary) !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 35.124px;
  text-align: center;
  color: var(--color-text-secondary-dark) !important;
}

body.shop-11 .products-grid .has-not-club-photo.product-price {
  justify-content: center !important;
}

body.shop-11 .products-grid .has-not-club-photo.product-price .price-value {
  color: var(--color-price) !important;
  text-align: center;
  font-family: var(--shop-font-family);
  font-size: 28px !important;
  font-weight: 400;
  line-height: 31.627px;
}

body.shop-11 .products-grid .price-value:first-letter,
body.shop-11 .products-grid .price-extension {
  font-size: 28px !important;
}

body.shop-11 .elementor-widget-shortcode:has(.custom_price) .elementor-widget-container {
  padding-top: 5px !important;
}

body.shop-11 .products-grid .csTitle {
  margin-bottom: 5px !important;
}

body.shop-11 [data-elementor-type='product-miniature'] .elementor-widget-button a {
  background-image: none;
}

body.shop-11 .products-grid {
  position: relative;
}

body.shop-11 .products-grid::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/motifbeforeproduit.webp');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

body.shop-11 .products-grid::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/frise.webp');
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}

body.shop-11 .gallery-img-wrapper .ce-gallery-icon img {
  object-fit: cover !important;
}

body.shop-11 .footerCol1,
body.shop-11 .footerCol2,
body.shop-11 .footerCol3 {
  border-image-slice: 175 210 175 210 fill;
  border-image-width: 40px 40px 40px 40px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: round stretch;
  border-image-source: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Group 8280.webp');
  border-style: solid;
}

body.shop-11 .footerCol1 .elementor-column-wrap,
body.shop-11 .footerCol2 .elementor-column-wrap,
body.shop-11 .footerCol3 .elementor-column-wrap {
  background: none !important;
}

body.shop-11 section#footerSection1 {
  position: relative;
}

body.shop-11 section#footerSection1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 100%;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/frise.webp');
  background-repeat: repeat-x;
  background-size: 100% auto;
  background-position: top center;
  z-index: -1;
}

body.shop-11 .elementor-field-type-subscribe {
  flex-direction: row !important;
}

body.shop-11 .newsletter-container-input {
  flex: 1;
}

body.shop-11 button[name='submitNewsletter'] {
  flex: 0;
}

body.shop-11 .elementor-field-type-gdpr {
  display: flex;
  margin-top: 10px;
  margin-left: 10px;
}

body.shop-11 .elementor-field-type-gdpr span.elementor-checkbox-label {
  color: white;
  font-family: var(--shop-font-family-secondary);
}

body.shop-11 .newsletter-container-input input {
  background: var(--input-background-color) !important;
  color: var(--button-text-color);
  border: var(--input-border) !important;
  border-radius: var(--border-radius-s) !important;
  font-family: var(--shop-font-family-tertiary) !important;
  text-align: center;
}

body.shop-11 .newsletter-container-input input::placeholder {
  color: var(--button-text-color);
  opacity: 1;
}

body.shop-11 button[name='submitNewsletter'] {
  font-family: var(--shop-font-family) !important;
  background: var(--color-action) !important;
  color: white;
  border: none;
  border-radius: var(--border-radius-s) !important;
  font-family: var(--shop-font-family-tertiary) !important;
  text-align: center;
}

body.shop-11 .elementor-widget-email-subscription::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 50px;
  left: 0;
  top: 15px;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Frame 8273.webp');
  background-repeat: no-repeat;
  background-size: contain;
}

body.shop-11 .elementor-widget-email-subscription::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 50px;
  right: 0;
  top: 15px;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Frame 8273.webp');
  background-repeat: no-repeat;
  background-size: contain;
  transform: scaleX(-1);
}

body.shop-11 .elementor-widget-email-subscription::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 50px;
  left: 0;
  top: 15px;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Frame 8273.webp');
  background-repeat: no-repeat;
  background-size: contain;
}

body.shop-11 form.elementor-email-subscription {
  position: relative;
}

body.shop-11 form.elementor-email-subscription::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 20px;
  width: 1200px;
  height: 100%;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Group 8332.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: translate(-50%, -5%);
  z-index: -1;
}

section#footerSection2 {
  width: 100% !important;
  max-width: 100% !important;
  background-color: #252924;
  border-radius: 0px !important;
  box-shadow: none !important;
  z-index: 1;
}

section#footerSection2 .elementor-row {
  z-index: 1;
}

section#footerSection2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Rectangle 1010.webp');
  background-size: cover;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

section#footerSection2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50px;
  top: -40px;
  left: 0;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh%20Lanta/Group%208278.webp');
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 1;
  z-index: 9;
  transform: rotate(180deg);
  box-shadow: none !important;
}

body.shop-11 section#footerSection2 {
  padding-top: 100px;
}

body.shop-11 .title-col-footer .elementor-heading-title {
  color: white;
  font-family: var(--shop-font-family);
  font-weight: 400 !important;
  margin-bottom: 30px;
  text-align: center;
}

body.shop-11 section#footerSection2 .elementor-widget-divider {
  display: none;
}

body.shop-11 section#footerSection2 .logoObjetDeCom {
  border-image-slice: 190 160 190 160 fill;
  border-image-width: 40px 40px 40px 40px;
  border-image-outset: 20px 20px 20px 20px;
  border-image-repeat: repeat repeat;
  border-image-source: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Group 8286.webp');
  border-style: solid;
  padding: 30px;
}

body.shop-11 section#footerSection2 .logoObjetDeCom a {
  display: flex;
  justify-content: center;
}

body.shop-11 section#footerSection2 .logoObjetDeCom img {
  width: 250px;
}

body.shop-11 .colFooter .elementor-widget-wrap {
  justify-content: center !important;
}

body.shop-11 .colFooter .elementor-widget-wrap .elementor-nav--dropdown {
  background: none !important;
}

body.shop-11 .colFooter .elementor-widget-wrap .elementor-nav--dropdown ul {
  display: flex;
  justify-content: center;
  box-shadow: none !important;
}

body.shop-11 .colFooter .elementor-widget-wrap .elementor-nav--dropdown ul li a {
  justify-content: center !important;
  color: white !important;
  font-family: var(--shop-font-family-secondary);
}

body.shop-11 .colFooter ul.logia-menu {
  flex-direction: row !important;
  flex-wrap: wrap;
  row-gap: 0.5rem !important;
}

body.shop-11 .colFooter ul.logia-menu li {
  background: none !important;
  border: none !important;
  width: calc(50% - 1rem) !important;
}

body.shop-11 .colFooter ul.logia-menu li a {
  color: white !important;
  font-family: var(--shop-font-family-secondary) !important;
  font-size: 14px !important;
}

body.shop-11 .colFooter ul.logia-menu li img {
  background: white;
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  object-fit: contain !important;
  padding: 3px;
}

body.shop-11 section#footerSection3 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  width: 100% !important;
  max-width: 100% !important;
  background-color: #252924;
  border-radius: 0px !important;
  box-shadow: none !important;
}

body.shop-11 section#footerSection3::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Rectangle 1010.webp');
  background-size: cover;
  opacity: 0.3;
  pointer-events: none;
}

body.shop-11 #footerSection3::before {
  content: '';
  position: absolute;
  inset: unset;
  top: 10px !important;
  left: 0;
  width: 400px;
  height: 20px;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/motiffooter.webp') !important;
  background-size: contain !important;
  background-position: center;
}

body.shop-11 #footerSection3 .elementor-container {
  min-width: 100% !important;
}

body.shop-11 #footerSection3 .elementor-container::after {
  content: '';
  position: absolute;
  inset: unset;
  top: 10px !important;
  right: 0;
  width: 400px;
  height: 20px;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/motiffooter.webp') !important;
  background-size: contain !important;
  background-position: center;
}

body.shop-11 section#footerSection2 .title-col-footer .elementor-heading-title::before {
  content: '';
  display: inline-block;
  width: 80px;
  height: 20px;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/motiffooter.webp');
  background-size: 100% auto;
  background-repeat: repeat-x;
  background-position: center;
  transform: translate(-70%);
}

body.shop-11 section#footerSection2 .colFooter:first-child .title-col-footer .elementor-heading-title::before {
  width: 90px !important;
  transform: translate(-120%);
}

body.shop-11 section#footerSection2 .colFooter:first-child .title-col-footer {
  transform: translate(-12%);
}

body:not(.shop-11) section#section-faq {
  background-image: none !important;
}

/*Accueil Responsive*/

@media all and (max-width: 1024px) {
  body.shop-11 .elementor-menu-toggle {
    color: white;
  }

  body.shop-11 .elementor-search__submit {
    margin-right: 0px !important;
  }

  body.shop-11 .elementor-widget-sign-in.elementor-widget-nav-menu {
    margin-right: -15px !important;
  }

  /* H2 TITLE FIX AFTER OVERFLOW */

  .selection-banner__center {
    white-space: normal !important;
    flex: auto;
  }

  .selection-banner h2 {
    font-size: 42px !important;
  }

  body.shop-11 .categorie-items::before {
    bottom: -50px;
  }

  /* Footer*/

  body.shop-11 form.elementor-email-subscription::after {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .selection-banner__motif {
    flex: auto;
    width: 100%;
  }

  .selection-banner {
    flex-direction: column;
    flex-wrap: wrap !important;
  }
}

@media all and (max-width: 500px) {
  .selection-banner h2 {
    font-size: 32px !important;
  }
}

@media all and (max-width: 1024px) {
  body.shop-11 .elementor-widget-email-subscription::before,
  body.shop-11 .elementor-widget-email-subscription::after {
    display: none !important;
  }

  body.shop-11 section#footerSection2 .colFooter:first-child .title-col-footer .elementor-heading-title::before {
    display: none !important;
  }

  body.shop-11 section#footerSection2 .title-col-footer .elementor-heading-title::before {
    display: none;
  }

  body.shop-11 section#footerSection2 .colFooter:first-child .title-col-footer {
    transform: translate(0) !important;
  }

  body.shop-11 #header nav.elementor-nav--dropdown {
    background: #484a3f !important;
    margin-top: 15px !important;
  }
}

@media all and (max-width: 767px) {
  body.shop-11 .elementor-field-type-subscribe {
    flex-direction: column !important;
  }

  body.shop-11 button[name='submitNewsletter'] {
    padding: 20px !important;
  }

  body.shop-11 .elementor-widget-email-subscription {
    padding: 0px 20px !important;
  }

  body.shop-11 .elementor-widget-email-subscription::before,
  body.shop-11 .elementor-widget-email-subscription::after {
    display: none !important;
  }

  body.shop-11 .colFooter ul.logia-menu li {
    justify-content: center !important;
  }

  body.shop-11 #footerSection3::before,
  body.shop-11 #footerSection3 .elementor-container::after {
    display: none !important;
  }

  body.shop-11 section#footerSection3 {
    padding-bottom: 50px !important;
  }

  /* body.shop-11 section#navBarC::after {
    bottom: -5px !important;
  } */

  body.shop-11 .colFooter ul.logia-menu {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center;
  }

  body.shop-11 .colFooter ul.logia-menu li {
    width: 100% !important;
  }

  body.shop-11 #header nav.elementor-nav--dropdown {
    background: #484a3f !important;
    margin-top: 10px !important;
  }
}

body.shop-11 .elementor-cart__container .elementor-cart__main {
  background: var(--color-complementary);
}

body.shop-11 .elementor-cart__container .elementor-cart__main .elementor-cart__title {
  font-family: var(--shop-font-family);
  color: var(--color-text-light);
}

body.shop-11 .elementor-cart__container .elementor-cart__main .elementor-cart__close-button {
  color: var(--color-text-light);
}

body.shop-11 .elementor-cart__container .elementor-cart__main {
  color: var(--color-text-light);
  font-family: var(--shop-font-family-secondary);
}

body.shop-11 .elementor-cart__summary {
  color: var(--color-text-light) !important;
  font-family: var(--shop-font-family-secondary);
}

body.shop-11 .elementor-cart__main .elementor-cart__footer-buttons > div:nth-child(1) a {
  border: 2px solid var(--color-action) !important;
  background: white;
}

body.shop-11 .elementor-cart__main .elementor-cart__footer-buttons > div:nth-child(2) a:hover {
  border: 2px solid var(--color-action) !important;
  color: var(--color-action) !important;
}

body.shop-11 .elementor-cart__product-remove {
  color: var(--color-text-light) !important;
}

body.shop-11.page-cart main section#wrapper::before {
  content: '' !important;
  position: absolute !important;
  inset: unset;
  width: 100% !important;
  height: 100% !important;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/motifbeforeproduit.webp') !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  background-position: top center !important;
  top: -550px;
}

body.shop-11 .cart-grid-body .card-block h1 {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--shop-font-family);
  font-weight: 400 !important;
  color: var(--color-text-light);
}

body.shop-11 .cart-grid-body .card-block h1::after {
  content: '';
  display: inline-block;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/motiffooter.webp');
  width: 100%;
  height: 20px;
  background-size: contain;
  background-repeat: repeat-x;
  flex: 1;
}

body.shop-11 .cart-grid-body .card-block:first-child {
  background: transparent;
  border: none;
  box-shadow: none;
}

body.shop-11.page-cart .cart-items .cart-item {
  background: transparent;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/font-card.webp') !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  border: none !important;
  padding: 25px 15px !important;
}

body.shop-11.page-cart .cart-darique {
  background: transparent !important;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/font-card.webp') !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  border: none !important;
  padding: 25px 15px !important;
}

.hi-gift-wrapper-content {
  background: transparent !important;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/font-card.webp') !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  border: none !important;
  padding: 25px 15px !important;
}

.hi-gift-wrapper-content .hi-gift-wrapper-item {
  background: none;
  box-shadow: none;
}

body.shop-11 input.js-cart-line-product-quantity.form-control {
  border: 2px solid var(--color-price) !important;
}

body.shop-11#cart .product-line-grid-body a.label {
  font-family: var(--shop-font-family-tertiary) !important;
  color: var(--color-text-dark) !important;
  font-weight: 400;
}

body.shop-11.page-cart .current-price::before {
  font-family: var(--shop-font-family-secondary) !important;
  color: #a3a6a6;
  font-weight: 400;
}

body.shop-11.page-cart .current-price .price {
  font-family: var(--shop-font-family-secondary) !important;
  color: var(--color-price);
  font-weight: 400;
}

body.shop-11.page-cart span.product-price {
  font-family: var(--shop-font-family) !important;
  color: var(--color-price);
  font-weight: 300 !important;
  font-size: 22px;
}

body.shop-11.page-cart .product-line-grid-right .cart-line-product-actions .remove-from-cart,
.product-line-grid-right .product-price .remove-from-cart {
  color: var(--color-price);
}

body.shop-11.page-cart .cart-darique h1::after {
  display: none !important;
}

body.shop-11.page-cart .cart-darique h1 {
  font-family: var(--shop-font-family-tertiary) !important;
  color: var(--color-text-dark) !important;
  font-weight: 400;
}

body.shop-11.page-cart section.card.card-block.cart-darique .card-block::after {
  font-family: var(--shop-font-family-secondary) !important;
  color: #a3a6a6 !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

body.shop-11.page-cart .gift-img {
  max-height: 120px !important;
}

body.shop-11.page-cart ul.dariqueWrapper li .gift h5 {
  margin-top: 10px;
  font-family: var(--shop-font-family-secondary) !important;
  color: var(--color-text-dark) !important;
}

body.shop-11.page-cart .hi-gift-wrapper-content h2 {
  font-family: var(--shop-font-family-tertiary) !important;
  color: var(--color-text-dark) !important;
  font-weight: 400;
}

body.shop-11.page-cart .hi-gift-wrapper-content .hi-gift-wrapper-item label {
  font-family: var(--shop-font-family-secondary) !important;
  color: var(--color-text-dark) !important;
}

body.shop-11.page-cart .hi-gift-type {
  accent-color: var(--color-price) !important;
}

body.shop-11.page-cart.hi-gift-alert,
body.shop-11.page-cart .hi-gift-wrapping-products.hi-active p,
body.shop-11.page-cart label[for='gift_message'] {
  font-family: var(--shop-font-family-secondary) !important;
}

body.shop-11.page-cart a.label[href="https://www.kohlanta-boutique.com/"]
{
  color: var(--color-text-light);
  font-family: var(--shop-font-family-tertiary) !important;
  font-weight: 400 !important;
  font-size: 16px;
}

body.shop-11.page-cart a.label[href="https://www.kohlanta-boutique.com/"] i
{
  color: var(--color-action);
}

body.shop-11.page-cart#cart #freeshippinginfo {
  background: var(--button-background-color) !important;
  color: var(--button-text-color) !important;
  font-family: var(--shop-font-family) !important;
}

body.shop-11.page-cart#cart .cart-detailed-totals .card-block,
body.shop-11.page-cart#cart .cart-detailed-totals .block-promo {
  background: transparent !important;
  box-shadow: none;
}

body.shop-11.page-cart#cart .cart-detailed-totals.js-cart-detailed-totals {
  border-image-slice: 175 210 175 210 fill;
  border-image-width: 40px 40px 40px 40px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: round stretch;
  border-image-source: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Group 8280.webp');
  border-style: solid;
  padding: 25px;
}

body.shop-11.page-cart#cart .cart-summary-line,
body.shop-11.page-cart#cart .block-promo #promo-code::before {
  font-family: var(--shop-font-family-secondary) !important;
  color: var(--color-text-dark) !important;
}

body.shop-11.page-cart#cart #promo-code input.promo-input {
  border: var(--input-border) !important;
  border-width: 3px !important;
  border-radius: var(--border-radius-s) !important;
  background: var(--input-background-color) !important;
  font-size: 11px !important;
}

body.shop-11.page-cart#cart #promo-code form {
  gap: 1rem;
}

body.shop-11.page-cart#cart #promo-code button {
  font-family: var(--shop-font-family) !important;
  font-weight: 400;
  text-transform: uppercase;
  background-color: var(--color-action);
  border-radius: var(--border-radius-s) !important;
}

body.shop-11.page-cart#cart .cart-summary .checkout a {
  border-radius: var(--border-radius-s) !important;
  font-family: var(--shop-font-family) !important;
  font-weight: 400;
  transition: background 0.3s ease, color 0.3s ease;
}

body.shop-11.page-cart#cart .cart-summary .checkout a:hover {
  background: white !important;
  color: var(--color-action) !important;
}

body.shop-11.page-cart#cart .estimated_delivery_date {
  border-image-slice: 175 210 175 210 fill;
  border-image-width: 40px 40px 40px 40px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: round stretch;
  border-image-source: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Group 8280.webp');
  border-style: solid;
  padding: 50px;
  background: transparent !important;
}

body.shop-11.page-cart#cart .swiper-slide .customBordure {
  border-image-slice: 100 100 100 100 fill;
  border-image-width: 50px 50px 50px 50px;
  border-image-outset: 5px 5px 5px 5px;
  border-image-repeat: round round;
  border-style: solid;
  border-image-source: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/fondproduit.webp') !important;
  border-style: solid !important;
  padding: 40px 50px !important;
  background: transparent !important;
}

body.shop-11.page-cart#cart .swiper-slide .customBordure .elementor-column-wrap {
  background: transparent !important;
  border: none;
}

body.shop-11 .cs8Bg .elementor-column-wrap {
  padding: 0;
  border: none;
  background: none !important;
}

body.shop-11 .info-separator::before {
  display: none !important;
}

body.shop-11 .custom_price_content .product-price {
  background: none !important;
}

body.shop-11 .swiper-slide .elementor-widget-button {
  position: absolute;
  bottom: -130px;
}

/* body.shop-11 .ce-product-image.elementor-image img {
  height: 380px !important;
  object-fit: cover !important;
} */

body.shop-11 h4.ce-product-name a {
  font-family: var(--shop-font-family-tertiary);
  font-size: 20px;
  font-weight: 400;
  line-height: 31.583px;
  text-align: center;
  color: var(--color-text-dark) !important;
}

body.shop-11 .ce-product-description-short {
  font-family: var(--shop-font-family-secondary) !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 35.124px;
  text-align: center;
  color: var(--color-text-secondary-dark) !important;
}

body.shop-11 .swiper-slide .elementor-widget-button a {
  border-radius: var(--border-radius-s) !important;
  background: var(--button-background-color) !important;
  color: var(--button-text-color) !important;
  font-family: var(--shop-font-family) !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 18px !important;
  padding: 15px 25px !important;
  transition: background 0.3s ease, color 0.3s ease;
}

body.shop-11 .swiper-slide .elementor-widget-button a:hover {
  color: var(--button-background-color) !important;
  background: var(--button-text-color) !important;
}

body.shop-11.page-cart div#content-wrapper {
  padding: 0 !important;
}

body.shop-11.page-cart #wrapper .container {
  min-width: 100% !important;
}

body.shop-11.page-cart .carousel-section .elementor-container {
  min-width: 100% !important;
}

body.shop-11.page-cart .carousel-section .carousel-col .elementor-column-wrap {
  padding: 0 !important;
}

body.shop-11.page-cart section#main .cart-grid {
  max-width: 1440px;
  margin: 0 auto !important;
}

body.shop-11.page-cart .elementor-widget-product-carousel {
  max-width: 1440px;
  margin: 0 auto;
}

body.shop-11 .cart-summary-custom-free-shipping #freeshippinginfo {
  padding: 20px;
}

body.shop-11 dialog#before-checkout {
  background: var(--color-complementary);
}

body.shop-11 dialog#before-checkout h2.title {
  font-family: var(--shop-font-family-tertiary);
  color: var(--color-text-light);
  font-weight: 400 !important;
}

body.shop-11 dialog#before-checkout p.content {
  font-family: var(--shop-font-family-secondary);
  color: var(--color-text-light) !important;
  font-weight: 400 !important;
}

body.shop-11 dialog#before-checkout .retour-content {
  font-family: var(--shop-font-family-secondary);
  color: var(--color-text-light) !important;
  font-weight: 400;
}

body.shop-11 #before-checkout .popup-buttons a {
  border-radius: var(--border-radius-s) !important;
  font-family: var(--shop-font-family) !important;
  font-weight: 400;
  text-transform: uppercase;
}

body.shop-11#checkout #footer {
  background: transparent !important;
}

#checkout .cart-grid-body > section {
  border-image-slice: 50 50 50 50 fill !important;
  border-image-width: 20px 20px 20px 20px !important;
  border-image-outset: 0px 0px 0px 0px !important;
  border-image-repeat: repeat repeat !important;
  border-style: solid !important;
  border-image-source: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/border-panier-kl.webp') !important;
  background: transparent !important;
  padding: 15px !important;
}

body.shop-11 .logged-in #navBarC::after {
  background-color: none !important;
}

body.shop-11#checkout section.checkout-step .step-title {
  font-family: var(--shop-font-family-tertiary);
  color: var(--text-color-dark);
}

body.shop-11#checkout section.checkout-step .step-edit {
  font-family: var(--shop-font-family-secondary);
  color: var(--border-color) !important;
}

body.shop-11#checkout section.checkout-step .content {
  font-family: var(--shop-font-family-secondary);
}

body.shop-11#checkout.page-order section .cart-grid-body button {
  background: var(--color-action) !important;
  color: var(--color-text-light) !important;
  font-family: var(--shop-font-family) !important;
  border-radius: var(--border-radius-s);
  font-weight: 400;
  transition: background 0.3s ease;
}
body.shop-11#checkout.page-order section .cart-grid-body button:hover {
  background: var(--color-complementary) !important;
}

body.shop-11#checkout section.checkout-step .address-item {
  border-image-slice: 50 50 50 50 fill;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: repeat repeat;
  border-style: solid;
  border-image-source: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/border-panier-kl-crememarron.webp');
  background: none !important;
}

body.shop-11#checkout section.checkout-step .add-address a {
  font-family: var(--shop-font-family-secondary);
}

.add-address ~ p a {
  font-family: var(--shop-font-family-secondary) !important;
}

body#checkout section.checkout-step .delivery-options .delivery-option {
  border-image-slice: 50 50 50 50 fill !important;
  border-image-width: 20px 20px 20px 20px !important;
  border-image-outset: 0px 0px 0px 0px !important;
  border-image-repeat: repeat repeat !important;
  border-style: solid !important;
  border-image-source: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/border-panier-kl-crememarron.webp') !important;
  background: none !important;
}

#checkout #checkout-payment-step .payment-option {
  border-image-slice: 50 50 50 50 fill !important;
  border-image-width: 20px 20px 20px 20px !important;
  border-image-outset: 0px 0px 0px 0px !important;
  border-image-repeat: repeat repeat !important;
  border-style: solid !important;
  border-image-source: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/border-panier-kl-crememarron.webp') !important;
  background: none !important;
}

body.shop-11.page-order div.estimated_delivery_date {
  border-image-slice: 175 210 175 210 fill;
  border-image-width: 40px 40px 40px 40px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: round stretch;
  border-image-source: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Group 8280.webp');
  border-style: solid;
  padding: 50px;
  background: transparent !important;
}

body.shop-11.page-order #js-checkout-summary {
  border-image-slice: 175 210 175 210 fill;
  border-image-width: 40px 40px 40px 40px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: round stretch;
  border-image-source: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Group 8280.webp');
  border-style: solid;
  padding: 25px;
}

body.shop-11.page-order .cart-summary-line,
body.shop-11.page-order .block-promo #promo-code::before {
  font-family: var(--shop-font-family-secondary) !important;
  color: var(--color-text-dark) !important;
}

body.shop-11.page-order #promo-code input.promo-input {
  border: var(--input-border) !important;
  border-width: 3px !important;
  border-radius: var(--border-radius-s) !important;
  background: var(--input-background-color) !important;
  font-size: 11px !important;
}

body.shop-11.page-order #promo-code form {
  gap: 1rem;
}

body.shop-11.page-order #promo-code button {
  font-family: var(--shop-font-family) !important;
  font-weight: 400;
  text-transform: uppercase;
  background-color: var(--color-action);
  border-radius: var(--border-radius-s) !important;
}

body.shop-11.page-order .cart-summary .checkout a {
  border-radius: var(--border-radius-s) !important;
  font-family: var(--shop-font-family) !important;
  font-weight: 400;
  transition: background 0.3s ease, color 0.3s ease;
}

body.shop-11.page-order .cart-summary .checkout a:hover {
  background: white !important;
  color: var(--color-action) !important;
}

body.shop-11.page-order #content .cart-summary-top-custom-free-shipping #freeshippinginfo {
  background: var(--button-background-color) !important;
  color: var(--button-text-color) !important;
  font-family: var(--shop-font-family) !important;
}

body.shop-11.page-order div#content-wrapper::before {
  content: '' !important;
  position: absolute !important;
  inset: unset;
  width: 100% !important;
  height: 100% !important;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/motifbeforeproduit.webp') !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  background-position: bottom center !important;
  bottom: 20px;
}

/* body.shop-11.logged-in #navBarC::after {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -12px !important;
  width: 100% !important;
  height: 15px !important;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Group 8278.webp') !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
  opacity: 1;
  transform: none !important;
  max-width: 100% !important;
} */

body.shop-11 .hero-section .selection-banner__motif {
  max-width: 70px !important;
}

body.shop-11 .hero-section .selection-banner {
  justify-content: start !important;
}

body.shop-11 .hero-section .elementor-text-editor {
  padding-left: 120px !important;
}

body.shop-11 .hero-section .elementor-button-wrapper {
  padding-left: 120px !important;
}

body.shop-11 .hero-section .elementor-widget-html {
  margin-bottom: 10px !important;
}

body.shop-11 .hero-section .faqP {
  width: 550px !important  ;
  max-width: 550px !important;
}

body.shop-11 .page-content.page-cms {
  background: transparent !important;
}

body.shop-11 section#section-faq .elementor-container {
  max-width: 100% !important;
}

body.shop-11 section#section-faq {
  padding: 100px 0px 10px 0px;
}

body.shop-11 .faq-subTitle span {
  font-family: var(--shop-font-family-tertiary) !important;
}

body.shop-11 .s9_customFlex {
  padding: 0px 100px;
  color: var(--color-text-light);
}

body.shop-11 .s9_customFlex h3 {
  font-weight: 500;
  font-family: var(--shop-font-family-tertiary);
}

body.shop-11 .s9_customFlex p {
  color: var(--color-text-light);
  font-family: var(--shop-font-family-secondary);
}

body.shop-11 .question::before {
  width: 100%;
  height: 20px;
  background-color: transparent !important;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/motiffooter.webp') !important;
  background-size: contain;
}

body.shop-11 .question i {
  color: var(--color-action) !important;
}

body.shop-11 .questionsWrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/motifbeforeproduit.webp');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}

body.shop-11 .question .elementor-icon {
  display: none !important;
}

@media all and (max-width: 1024px) {
  body.shop-11 .s9_customFlex {
    padding: 0px 50px;
  }
}

@media all and (max-width: 767px) {
  body.shop-11 .s9_customFlex {
    padding: 0px 20px;
  }
}

@media all and (max-width: 1024px) {
  body.shop-11 .hero-section span.selection-banner__motif.selection-banner__motif--left {
    display: none;
  }

  body.shop-11 .hero-section .selection-banner__torch {
    display: none;
  }

  body.shop-11 .hero-section .elementor-text-editor {
    padding: 0px !important;
  }

  body.shop-11 .hero-section .elementor-button-wrapper {
    padding: 0px !important;
  }

  body.shop-11 .hero-section .selection-banner__center {
    justify-content: start !important;
  }
}

@media all and (max-width: 767px) {
  body.shop-11 .hero-section span.selection-banner__motif.selection-banner__motif--left {
    display: none;
  }

  body.shop-11 .hero-section .selection-banner__torch {
    display: none;
  }

  body.shop-11 .hero-section .elementor-text-editor {
    padding: 0px !important;
  }

  body.shop-11 .hero-section .selection-banner__title {
    font-size: 32px !important;
  }

  body.shop-11 .hero-section .faqP {
    text-align: center;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.shop-11 .hero-section .elementor-button-wrapper {
    padding: 0px !important;
    display: flex;
    justify-content: center;
  }

  body.shop-11 .hero-section .first-column .elementor-row {
    justify-content: center !important;
  }
}

body.shop-11 .custom-account-message span.font-manuscrite {
  color: var(--color-text-light) !important;
  font-family: var(--shop-font-family-tertiary) !important;
}

body.shop-11 .custom-account-message .title {
  position: relative;
  color: var(--color-text-light) !important;
  font-family: var(--shop-font-family) !important;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 20px;
}

body.shop-11 .custom-account-message .title::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 150px;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  background-color: transparent !important;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/kl_img_leftcombo.webp') !important;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

body.shop-11 .custom-account-message .title::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 150px;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%) scaleX(-1);
  background-color: transparent !important;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/kl_img_leftcombo.webp') !important;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

body.shop-11 .custom-account-message {
  padding-left: 0px;
  padding-right: 0px;
}

body.shop-11 .custom-account-message .seperator {
  display: none !important;
}

body.shop-11.page-authentication .form-group [for='field-email'],
.page-authentication .form-group [for='field-password'] {
  color: var(--color-text-light) !important;
  font-family: var(--shop-font-family-secondary) !important;
  font-weight: 400 !important;
}

body.shop-11.page-customer-account #content .forgot-password a {
  color: var(--color-text-light) !important;
  font-family: var(--shop-font-family-secondary) !important;
  transition: color 0.3s ease;
}

body.shop-11.page-customer-account #content .forgot-password a:hover {
  color: var(--color-action) !important;
}

body.shop-11.page-customer-account .form-footer .btn {
  border-radius: var(--border-radius-s) !important;
  font-family: var(--shop-font-family) !important;
  font-weight: 400 !important;
  transition: background 0.3s ease, color 0.3s ease;
}

body.shop-11.page-customer-account section#wrapper input {
  background: var(--input-background-color) !important;
}

body.shop-11.page-customer-account [data-link-action='display-register-form'] {
  font-family: var(--shop-font-family-secondary) !important;
  font-weight: 400 !important;
  color: var(--color-text-light) !important;
  transition: background 0.3s ease, color 0.3s ease;
}

body.shop-11.page-customer-account [data-link-action='display-register-form']:hover {
  color: var(--color-action) !important;
}

body.shop-11.page-my-account #content .links a span.link-item {
  background: transparent !important;
  border: none;
  border-image-slice: 50 50 50 50 fill !important;
  border-image-width: 20px 20px 20px 20px !important;
  border-image-outset: 0px 0px 0px 0px !important;
  border-image-repeat: repeat repeat !important;
  border-style: solid !important;
  border-image-source: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/border-panier-kl-crememarron.webp') !important;
  background: none !important;
}

body.shop-11.page-my-account .links a:nth-of-type(1)::before {
  color: var(--color-text-light) !important;
  font-family: var(--shop-font-family-tertiary);
  font-weight: 400;
}

body.shop-11.page-my-account .links a:nth-of-type(5)::before {
  color: var(--color-text-light) !important;
  font-family: var(--shop-font-family-tertiary);
  font-weight: 400;
}

body.shop-11.page-my-account .links a:nth-of-type(3)::before {
  color: var(--color-text-light) !important;
  font-family: var(--shop-font-family-tertiary);
  font-weight: 400;
}

body.shop-11.page-my-account #content .links a span.link-item {
  color: var(--color-text-dark) !important;
  font-family: var(--shop-font-family-secondary) !important;
}

body.shop-11.page-my-account #content .links a span.link-item i {
  font-family: 'Material Icons';
}

body.shop-11.page-my-account #content .links a span.link-item:hover {
  color: var(--color-action) !important;
}

body.shop-11.page-my-account .page-footer a {
  border-radius: var(--border-radius-s) !important;
  background: var(--button-background-color) !important;
  color: var(--button-text-color) !important;
  font-family: var(--shop-font-family) !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 18px !important;
  padding: 15px 25px !important;
  border: none !important;
  text-transform: uppercase !important;
  transition: background 0.3s ease, color 0.3s ease;
}

body.shop-11.page-my-account .page-footer a:hover {
  background: var(--button-text-color) !important;
  color: var(--button-background-color) !important;
}

body.shop-11.page-my-account #content .links {
  margin-top: 20px !important;
}

body.shop-11.page-customer-account .form-control-valign label {
  background: var(--input-background-color) !important;
}

body.shop-11.page-customer-account form .form-control-label {
  color: var(--color-text-light) !important;
  font-family: var(--shop-font-family-tertiary) !important;
  font-weight: 400;
}

body.shop-11.page-customer-account section#wrapper input,
#identity .radio-inline {
  font-family: var(--shop-font-family-secondary) !important;
  font-size: 16px !important;
}

body.shop-11 .custom-checkbox label {
  color: black !important;
  font-family: var(--shop-font-family-secondary) !important;
}

body.shop-11 .page-footer a,
.wishlist-footer-links a {
  border-radius: var(--border-radius-s) !important;
  background: var(--button-background-color) !important;
  color: var(--button-text-color) !important;
  font-family: var(--shop-font-family) !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 18px !important;
  padding: 15px 25px !important;
  text-transform: uppercase !important;
  border: none !important;
}

body.shop-11 .page-footer a:hover,
.wishlist-footer-links a:hover {
  background: var(--button-text-color) !important;
  color: var(--button-background-color) !important;
}

body.shop-11.page-addresses #content article.address {
  background: transparent;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/font-card.webp') !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  border: none !important;
  padding: 25px 15px !important;
}

body.shop-11.page-addresses #content::before {
  color: var(--color-text-light);
  font-family: var(--shop-font-family-tertiary) !important;
  font-weight: 400;
}

body.shop-11 .address-body {
  font-family: var(--shop-font-family-secondary) !important;
}

body.shop-11.page-addresses .address .address-footer a {
  font-family: var(--shop-font-family-secondary) !important;
  font-weight: 300;
}

body.shop-11.page-addresses .addresses-footer a {
  border-radius: var(--border-radius-s) !important;
  background: var(--button-background-color) !important;
  color: var(--button-text-color) !important;
  font-family: var(--shop-font-family) !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 18px !important;
  padding: 15px 25px !important;
  border: none !important;
  text-transform: uppercase !important;
  transition: background 0.3s ease, color 0.3s ease;
}

body.shop-11.page-addresses .addresses-footer a:hover {
  background: var(--button-text-color) !important;
  color: var(--button-background-color) !important;
}

body.shop-11.page-customer-account section#wrapper select {
  background: var(--input-background-color) !important;
}

body.shop-11 #main .page-content h6 {
  color: var(--color-text-light);
  font-family: var(--shop-font-family-secondary) !important;
  font-weight: 400;
}

body.shop-11#order-detail .form-footer button {
  border-radius: var(--border-radius-s) !important;
  background: var(--button-background-color) !important;
  color: var(--button-text-color) !important;
  font-family: var(--shop-font-family) !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 18px !important;
  padding: 15px 25px !important;
  border: none !important;
  text-transform: uppercase !important;
  transition: background 0.3s ease, color 0.3s ease;
}

body.shop-11#order-detail .form-footer button:hover {
  background: var(--button-text-color) !important;
  color: var(--button-background-color) !important;
}

body.shop-11 .table-striped tbody tr:nth-of-type(odd) {
  background-color: white !important;
  opacity: 1;
}

body.shop-11#module-advancedreturns-returns #content {
  background: transparent !important;
}

body.shop-11 .alert.alert-info {
  font-family: var(--shop-font-family-secondary) !important;
}

body.shop-11#module-psgdpr-gdpr section.page_content > div {
  border-image-slice: 175 210 175 210 fill;
  border-image-width: 40px 40px 40px 40px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: round stretch;
  border-image-source: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Group 8280.webp');
  border-style: solid;
  padding: 50px;
  background: transparent !important;
}

body.shop-11#module-psgdpr-gdpr section.page_content div > a {
  background: var(--color-action) !important;
  color: var(--color-text-light) !important;
  font-family: var(--shop-font-family) !important;
  border-radius: var(--border-radius-s);
  font-weight: 400;
  text-transform: uppercase !important;
  transition: background 0.3s ease;
}

body.shop-11#module-psgdpr-gdpr section.page_content div > a:hover {
  background: var(--color-complementary) !important;
}

body.shop-11.page-identity .custom-account-message .title::after,
body.shop-11.page-identity .custom-account-message .title::before {
  display: none;
}

body.shop-11.page-addresses .custom-account-message .title::after,
body.shop-11.page-addresses .custom-account-message .title::before {
  display: none;
}

body.shop-11.page-order-slip .custom-account-message .title::after,
body.shop-11.page-order-slip .custom-account-message .title::before {
  display: none;
}

body.shop-11.page-discount .custom-account-message .title::after,
body.shop-11.page-discount .custom-account-message .title::before {
  display: none;
}

body.shop-11#module-advancedreturns-returns .custom-account-message .title::after,
body.shop-11#module-advancedreturns-returns .custom-account-message .title::before {
  display: none;
}

body.shop-11#module-blockwishlist-lists .custom-account-message .title::after,
body.shop-11#module-blockwishlist-lists .custom-account-message .title::before {
  display: none;
}

body.shop-11#module-psgdpr-gdpr .custom-account-message .title::after,
body.shop-11#module-psgdpr-gdpr .custom-account-message .title::before {
  display: none !important;
}

@media all and (max-width: 1024px) {
  body.shop-11 .custom-account-message .title::after,
  body.shop-11 .custom-account-message .title::before {
    display: none !important;
  }
}

body.shop-11 .elementor-cart__main .elementor-cart__footer-buttons > div:nth-child(1) a {
  border-radius: var(--border-radius-s) !important;
  font-family: var(--shop-font-family) !important;
}
body.shop-11 .elementor-cart__main .elementor-cart__footer-buttons > div:nth-child(2) a {
  border-radius: var(--border-radius-s) !important;
  font-family: var(--shop-font-family) !important;
}

body.shop-11 #open-carts-popup-btn {
  border-radius: var(--border-radius-s) !important;
  font-family: var(--shop-font-family) !important;
  font-weight: 400;
  transition: background 0.3s ease, color 0.3s ease;
  text-transform: uppercase;
}

body.shop-11 #open-carts-popup-btn:hover {
  background: var(--color-text-light);
  color: var(--color-action);
}

body.shop-11#cart .card-block.lgmessage.lgdebug {
  background: var(--button-background-color) !important;
  color: var(--button-text-color) !important;
  font-family: var(--shop-font-family) !important;
}

body.shop-11 #form-top-title {
  display: none !important;
}

body.shop-11 section#section-form {
  padding: 100px 0px 10px 0px !important;
}

body.shop-11 section#section-form .elementor-container {
  width: 100% !important;
  max-width: 100% !important;
}

body.shop-11 .form-shortcode {
  padding: 0px 100px !important;
}

@media all and (max-width: 1024px) {
  body.shop-11 .form-shortcode {
    padding: 0px 50px !important;
  }
}

@media all and (max-width: 767px) {
  body.shop-11 .form-shortcode {
    padding: 0px 20px !important;
  }
}

body.shop-11 .text-contact-vm-kl {
  font-family: var(--shop-font-family-secondary) !important;
  color: var(--color-text-light);
  font-weight: 400 !important;
}

body.shop-11 .text-contact-vm-kl strong {
  font-family: var(--shop-font-family-tertiary) !important;
  font-weight: 400;
}

body.shop-11 .ets_cfu_input label .ets_cfu_span {
  font-family: var(--shop-font-family-tertiary) !important;
  color: var(--color-text-light) !important;
  font-weight: 400 !important;
}

body.shop-11 .wpcfu .form-control:not(.ets_cfu-file):not(.ets_cfu-select) {
  background: var(--input-background-color) !important;
  color: var(--input-text-color) !important;
  border: var(--input-border) !important;
  font-family: var(--shop-font-family-tertiary) !important;
}

body.shop-11 .wpcfu .form-control:not(.ets_cfu-file):not(.ets_cfu-select)::placeholder {
  color: var(--input-text-color) !important;
  text-transform: uppercase !important;
}

body.shop-11 .bootstrap-filestyle.input-group {
  gap: 0.5rem;
}

body.shop-11 .custom_choosefile .input-group .input-group-btn > .btn {
  font-family: var(--shop-font-family) !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  background-color: var(--color-action) !important;
  border-radius: var(--border-radius-s) !important;
  transition: background 0.3s ease, color 0.3s ease;
}

body.shop-11 .custom_choosefile .input-group .input-group-btn > .btn:hover {
  background-color: white !important;
  color: var(--color-action) !important;
}

body.shop-11 span.file_type_des {
  font-family: var(--shop-font-family-secondary) !important;
  color: var(--color-text-light) !important;
  font-weight: 400 !important;
}

body.shop-11 p.ets_cfu_help_block {
  font-family: var(--shop-font-family-secondary) !important;
  color: var(--color-text-light) !important;
  font-weight: 400 !important;
}

body.shop-11 .ets_cfu_input_acceptance.ets_cfu_input label .ets_cfu_span {
  font-family: var(--shop-font-family-secondary) !important;
  color: var(--color-text-light) !important;
  font-weight: 400 !important;
}

body.shop-11 p.texte-captcha {
  font-family: var(--shop-font-family-secondary) !important;
  color: var(--color-text-light) !important;
  font-weight: 400 !important;
}

body.shop-11 p.texte-captcha a {
  color: #ffb71b !important;
}

body.shop-11 .ets_cfu_form-control.ets_cfu-submit {
  font-family: var(--shop-font-family) !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  background-color: var(--color-action) !important;
  border-radius: var(--border-radius-s) !important;
  transition: background 0.3s ease, color 0.3s ease;
}

body.shop-11 .ets_cfu_form-control.ets_cfu-submit:hover {
  background-color: white !important;
  color: var(--color-action) !important;
}

@media all and (max-width: 1024px) {
  .warning-kl {
    width: 100% !important;
    max-width: 100% !important;
  }

  .warning-kl p {
    text-align: center;
  }

  .inner-col-kl {
    width: 100% !important;
  }
  body.shop-11 .hero-section .elementor-button-wrapper {
    display: flex;
    justify-content: center;
  }

  body.shop-11 .hero-section .selection-banner__center {
    justify-content: center !important;
  }
}

body.shop-11 .form-shortcode::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/motifbeforeproduit.webp');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  z-index: -1;
  left: 0;
  top: -150px;
}

body.shop-11 .breadCrumb-product .elementor-column-wrap {
  background: none !important;
}

body.shop-11 .breadCrumb-product .elementor-column-wrap .ce-breadcrumb {
  display: flex;
  gap: 2rem;
}

body.shop-11 .breadCrumb-product .elementor-column-wrap .ce-breadcrumb .elementor-row {
  flex: 1 !important;
}

body.shop-11 .breadCrumb-product .elementor-column-wrap .ce-breadcrumb::after {
  content: '';
  display: inline-block;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/motiffooter.webp');
  width: 100%;
  height: 20px;
  background-size: contain;
  background-repeat: repeat-x;
  flex: 2;
}

body.shop-11 .breadCrumb-product .elementor-column-wrap .ce-breadcrumb li {
  width: max-content !important;
}

body.shop-11 .breadCrumb-product .elementor-column-wrap .ce-breadcrumb li span,
body.shop-11 .breadCrumb-product .elementor-column-wrap .ce-breadcrumb li a {
  font-family: var(--shop-font-family) !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}

body.shop-11 .collection figcaption.ce-gallery-caption .big {
  text-transform: uppercase;
}
body.shop-11.page-product .ce-product-description-short {
  text-align: left !important;
  line-height: 1.5rem !important;
  color: var(--color-text-secondary-dark) !important;
}

body.shop-11.page-product .ce-product-name {
  font-family: var(--shop-font-family-tertiary) !important;
  color: var(--color-text-light) !important;
  font-weight: 400 !important;
  margin-bottom: -10px;
}

body.shop-11.page-product .elementor-main-swiper .elementor-carousel-image {
  border-image-slice: 100 100 100 100 fill !important;
  border-image-width: 50px 50px 50px 50px !important;
  border-image-outset: 5px 5px 5px 5px !important;
  border-image-repeat: round round !important;
  border-style: solid !important;
  border-image-source: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/fondproduit.webp') !important;
  border-style: solid !important;
  padding: 30px !important;
}

div#price-info-observer .custom_price {
  border-image-slice: 175 210 175 210 fill;
  border-image-width: 40px 40px 40px 40px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: round stretch;
  border-image-source: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Group 8280.webp');
  border-style: solid;
  padding: 50px;
}

body.shop-11.page-product .custom_price_content .product-price {
  border: none !important;
}

body.shop-11.page-product .custom_price_content .product-price p {
  color: var(--color-price);
  font-family: var(--shop-font-family) !important;
  font-size: 1.5rem !important;
}

body.shop-11.page-product .custom_price_content .product-price p .price-value:first-letter {
  font-size: 1.5rem !important;
}

body.shop-11.page-product .custom_price_content .product-price p .price-extension {
  font-size: 1.5rem !important;
}

body.shop-11 div[data-widget_type='shortcode.default']:has(.gift.dariqueItem) {
  border-image-slice: 50 50 50 50 fill !important;
  border-image-width: 20px 20px 20px 20px !important;
  border-image-outset: 0 0 0 0px !important;
  border-image-repeat: repeat repeat !important;
  border-style: solid !important;
  border-image-source: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/border-panier-kl.webp') !important;
  background: transparent !important;
  padding: 30px 20px !important;
}

body.shop-11 div[data-widget_type='shortcode.default']:has(.gift.dariqueItem) .gift-text p {
  font-weight: 400;
  text-transform: uppercase !important;
  font-size: 1.2rem;
  color: var(--color-text-dark) !important;
}
body.shop-11 div[data-widget_type='shortcode.default']:has(.gift.dariqueItem) .gift-text small {
  font-family: var(--shop-font-family-secondary) !important;
  color: var(--color-text-secondary-dark);
  font-size: 14px;
  line-height: 18px;
}

body.shop-11 .sizing-guide-text h3 {
  font-family: var(--shop-font-family-tertiary) !important;
  color: var(--color-text-light);
  font-size: 18px;
}

body.shop-11 .sizing-guide-text p {
  font-family: var(--shop-font-family-secondary) !important;
  color: var(--color-text-secondary-dark);
  font-weight: 400;
}

body.shop-11 .size-list li span {
  font-family: var(--shop-font-family-secondary) !important;
  color: var(--color-text-light);
  font-weight: 400;
}

body.shop-11 .sizing-guide-content::after {
  width: 320px;
  text-align: center;
  background-position: calc(100% - 55px) center, 0 !important;
  font-family: var(--shop-font-family) !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  bottom: -10px !important;
}

body.shop-11 .guide-de-taille-title {
  font-family: var(--shop-font-family-secondary) !important;
  color: var(--color-text-light);
  font-weight: 400;
}

body.shop-11 .guide-de-taille-title .highlighted-part {
  font-family: var(--shop-font-family-secondary) !important;
  color: var(--color-action);
  font-weight: 400;
}

body.shop-11 .ce-product-variants__item .ce-product-variants__label {
  font-family: var(--shop-font-family-secondary) !important;
  color: var(--color-text-light);
  font-weight: 400;
}

body.shop-11 .ce-product-variants__item .ce-product-variants__value {
  font-family: var(--shop-font-family-secondary) !important;
  color: var(--color-action);
  font-weight: 400;
}

body.shop-11 .ce-product-variants__option {
  font-family: var(--shop-font-family) !important;
  background: var(--button-background-color) !important;
  color: var(--button-text-color) !important;
  transition: background 0.3s ease, color 0.3s ease;
}

body.shop-11 .ce-product-variants__option:hover {
  color: var(--color-text-light) !important;
  background: var(--color-action) !important;
}

body.shop-11 .cMessageGDT .elementor-column-wrap {
  background: none !important;
}

body.shop-11 .cMessageGDT .elementor-column-wrap p {
  font-family: var(--shop-font-family-secondary) !important;
  color: var(--color-text-light) !important;
  font-weight: 400 !important;
}

body.shop-11 .cMessageGDT .elementor-column-wrap a {
  font-family: var(--shop-font-family-secondary) !important;
  color: #ffb71b !important;
}

body.shop-11 .cMessageGDT .elementor-column-wrap a:hover {
  color: var(--color-action) !important;
}

body.shop-11 .add-to-cart-section h4 {
  font-family: var(--shop-font-family-tertiary) !important;
  color: var(--color-text-light) !important;
  font-weight: 400 !important;
}

body.shop-11 i.ce-product-quantity__btn {
  border-radius: var(--border-radius-s) !important;
  background: var(--color-action) !important;
  color: var(--color-text-light) !important;
}

body.shop-11 .estimated_delivery_date {
  border-image-slice: 190 160 190 160 fill;
  border-image-width: 40px 40px 40px 40px;
  border-image-outset: 20px 20px 20px 20px;
  border-image-repeat: repeat repeat;
  border-image-source: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Group 8286.webp');
  border-style: solid;
  padding: 30px;
}

body.shop-11 .ma-classe .related-title {
  color: var(--input-background-color) !important;
  font-family: var(--shop-font-family-tertiary) !important;
  font-weight: 400;
  margin-top: 10px;
}

body.shop-11 a.related_product {
  border-image-slice: 175 210 175 210 fill;
  border-image-width: 40px 40px 40px 40px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: round stretch;
  border-image-source: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Group 8280.webp');
  border-style: solid;
  background: none !important;
  padding: 50px 40px;
}

body.shop-11 .related_content .genderType {
  color: var(--color-text-dark) !important;
  font-family: var(--shop-font-family-tertiary) !important;
  font-weight: 400;
}

body.shop-11 .related_content .name {
  font-family: var(--shop-font-family-secondary) !important;
}

body.shop-11 .related_content .see_product_button {
  color: var(--color-price) !important;
  font-family: var(--shop-font-family) !important;
  font-weight: 400;
}

body.shop-11 input.ce-product-variants__radio[checked] ~ span {
  color: var(--color-text-light) !important;
}

body.shop-11 .comp-section {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

body.shop-11 .comp-section .elementor-container {
  width: 100% !important;
  max-width: 100% !important;
}

body.shop-11 .comp-section span.elementor-heading-title {
  font-family: var(--shop-font-family-tertiary) !important;
  text-align: center !important;
}

body.shop-11 .complementary-product .elementor-widget-container {
  display: flex;
  justify-content: center;
}

body.shop-11 .similar-product .elementor-widget-container {
  display: flex;
  justify-content: center;
}

body.shop-11 .similary-section .elementor-container {
  max-width: 100% !important;
  width: 100% !important;
}

body.shop-11 .similary-section {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

body.shop-11.page-product .carousel-product {
  padding: 0px 50px;
}

body.shop-11.page-product .carousel-product .csCard {
  border-image-slice: 100 100 100 100 fill;
  border-image-width: 50px 50px 50px 50px;
  border-image-outset: 5px 5px 5px 5px;
  border-image-repeat: round round;
  border-style: solid;
  border-image-source: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/fondproduit.webp') !important;
  border-style: solid !important;
  padding: 40px 50px !important;
}

body.shop-11.page-product .carousel-product .csCard .elementor-container .elementor-column-wrap {
  padding: 0;
  border: none;
  background: none !important;
}

body.shop-11.page-product .swiper-slide .elementor-widget-button {
  bottom: -105px;
}

body.shop-11.page-product
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none !important;
}

body.shop-11 .logged-in-section {
  display: none !important;
}

body.shop-11 .bottom-cart-section {
  border-image-slice: 50 0 0 0 fill;
  border-image-width: 20px 0px 0px 0px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: repeat stretch;
  border-image-source: url('https://www.objetdecom.fr/img/cms/Koh Lanta/cartbottomborder.webp');
  border-style: solid;
  background: none !important;
  box-shadow: none !important;
  padding: 10px 0px;
}

body.shop-11.page-product .bottom-cart-section .ce-product-name {
  color: var(--color-text-dark) !important;
}

body.shop-11.page-product .bottom-cart-section .custom_price_content .product-price p {
  padding: 16px 0px;
}

body.shop-11.product-section::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
  height: 100%;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/frise.webp');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  z-index: -1;
}

body.shop-11 .comp-section::before {
  content: '';
  position: absolute;
  left: 0;
  top: -300px;
  width: 100%;
  height: 100%;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/motifbeforeproduit.webp');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  z-index: -1;
}

@media all and (max-width: 1024px) {
  body.shop-11 .bottom-cart-left {
    width: 30% !important;
  }

  body.shop-11 .bottom-cart-right {
    width: 70% !important;
  }

  body.shop-11 .bottom-cart-section {
    padding: 20px 10px !important;
  }
}

body.shop-11 .product-category {
  padding-top: 150px !important;
}

body.shop-11#category figcaption.ce-gallery-caption {
  border-image-slice: 150 125 150 125 fill !important;
  border-image-width: 40px 40px 40px 40px !important;
  border-image-outset: 20px 10px 20px 10px !important;
  border-image-repeat: repeat repeat !important;
  border-image-source: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Group 8267.webp') !important;
  border-style: solid !important;
  padding: 30px 20px !important;
}

body.shop-11.page-category .elementor-widget-listing-products .csCard {
  border-image-slice: 100 100 100 100 fill;
  border-image-width: 50px 50px 50px 50px;
  border-image-outset: 5px 5px 5px 5px;
  border-image-repeat: round round;
  border-style: solid;
  border-image-source: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/fondproduit.webp') !important;
  border-style: solid !important;
  padding: 20px !important;
}

body.shop-11.page-category .elementor-widget-listing-products .csCard .elementor-column-wrap {
  border: none !important;
}

body.shop-11 .elementor-widget-listing-products .csCard .price-value {
  color: var(--color-price) !important;
  text-align: center !important;
  font-family: var(--shop-font-family) !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 31.627px !important;
}

body.shop-11 .elementor-widget-listing-products .csCard .product-price {
  justify-content: center !important;
}

body.shop-11 .elementor-widget-listing-products .csCard .ce-product-name {
  text-align: center;
  margin-top: 16px;
}

body.shop-11 .elementor-widget-listing-products .csCard .elementor-widget-button {
  position: absolute !important;
  bottom: -110px;
}

body.shop-11 .elementor-widget-listing-products .ce-product-grid {
  grid-row-gap: 7rem !important;
}

body.shop-11 .collection figcaption.ce-gallery-caption a {
  display: flex;
  flex-direction: column;
  gap: 0.5rem !important;
  max-width: 100%;
  font-family: var(--shop-font-family) !important;
  font-weight: 400 !important;
}

body.shop-11 .collection figcaption.ce-gallery-caption .small {
  font-size: 20px !important;
}

body.shop-11 .collection figcaption.ce-gallery-caption .big {
  font-size: 25px !important;
}

body.shop-11 .collection figcaption.ce-gallery-caption a {
  color: var(--color-text-light) !important;
}

body.shop-11.page-category .price-value:first-letter,
body.shop-11.page-category .price-value .price-extension {
  font-size: 28px !important;
}

body.shop-11.page-category .ce-image-gallery .ce-gallery-item .ce-gallery-icon {
  background: none !important;
  margin-bottom: -60px;
  z-index: -1;
}

body.shop-11.page-category .ce-image-gallery .ce-gallery-item .ce-gallery-icon img {
  height: 200px !important;
}

body.shop-11.page-category .elementor-field-group .elementor-select-wrapper select {
  border-radius: var(--border-radius-s) !important;
  font-family: var(--shop-font-family);
  font-weight: 400;
  font-size: 20px;
}

body.shop-11.page-category .ce-sort-order label {
  color: var(--color-text-light) !important;
  font-family: var(--shop-font-family-secondary);
}

body.shop-11.page-category .ce-breadcrumb .ce-breadcrumb__item > * {
  color: var(--color-text-light) !important;
  font-family: var(--shop-font-family);
  font-weight: 400 !important;
}

body.shop-11.page-category .ce-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
body.shop-11.page-category .ce-breadcrumb .elementor-row::after {
  content: '';
  display: inline-block;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/motiffooter.webp');
  width: 100%;
  height: 15px;
  background-size: contain;
  background-repeat: repeat-x;
  flex: 2;
  margin-right: 10px;
}

body.shop-11.page-category .product-category::before {
  content: '';
  position: absolute;
  left: 0;
  top: -150px;
  width: 100%;
  height: 100%;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/motifbeforeproduit.webp');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  z-index: -1;
}

body.shop-11.page-authentication form .form-control-label {
  font-family: var(--shop-font-family-secondary) !important;
}

body.shop-11 div#multi-step-registration {
  background: var(--color-complementary) !important;
}

body.shop-11 #multi-step-registration .close {
  color: white !important;
  opacity: 1;
}

body.shop-11 #multi-step-registration .close:hover {
  opacity: 0.7;
}

body.shop-11 .msr-step .font-manuscrite {
  font-family: var(--shop-font-family-tertiary) !important;
  color: var(--color-text-light) !important;
}

body.shop-11 .msr-step h2 {
  font-family: var(--shop-font-family) !important;
  color: var(--color-text-light) !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  margin-top: 10px;
}

body.shop-11 .msr-step .form-seperator {
  background-color: transparent !important;
  margin-bottom: 40px !important;
}

body.shop-11 .msr-step .form-seperator::before {
  content: '';
  display: inline-block;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/motiffooter.webp');
  width: 100%;
  height: 15px;
  background-size: contain;
  background-repeat: repeat-x;
}

body.shop-11 .msr-step-0 .formButtons a,
body.shop-11 .msr-step-0 .formButtons button {
  font-family: var(--shop-font-family);
  color: var(--color-text-light) !important;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: var(--color-action);
  border-radius: var(--border-radius-s);
  padding: 18px 035px 18px 35px;
  transition: color 0.3s ease, background 0.3s ease;
}

body.shop-11 .msr-step-0 .formButtons a:hover,
body.shop-11 .msr-step-0 .formButtons button:hover {
  color: var(--color-action) !important;
  background: var(--color-text-light) !important;
}

body.shop-11 .form-input label {
  font-family: var(--shop-font-family-tertiary) !important;
  color: var(--color-text-light) !important;
  font-weight: 400 !important;
}

body.shop-11 .form-input input {
  background: var(--input-background-color) !important;
  color: var(--input-text-color) !important;
  border: var(--input-border) !important;
  font-family: var(--shop-font-family-tertiary) !important;
  border-radius: var(--border-radius-s) !important;
}

body.shop-11 .formActionsButtons button.btn-prev {
  border-radius: var(--border-radius-s) !important;
  background: var(--button-background-color) !important;
  color: var(--button-text-color);
  font-family: var(--shop-font-family) !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  text-transform: uppercase !important;
  transition: background 0.3s ease, color 0.3s ease;
}

body.shop-11 .formActionsButtons button.btn-prev:hover {
  color: var(--button-background-color) !important;
  background: var(--button-text-color) !important;
}

body.shop-11 .formActionsButtons button.btn-next {
  font-family: var(--shop-font-family);
  color: var(--color-text-light) !important;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: var(--color-action);
  border-radius: var(--border-radius-s);
  transition: color 0.3s ease, background 0.3s ease;
}

body.shop-11 .formActionsButtons button.btn-next:hover {
  color: var(--color-action) !important;
  background: var(--color-text-light) !important;
}

body.shop-11 .form-input select {
  background-color: var(--input-background-color) !important;
  color: var(--input-text-color) !important;
  border: var(--input-border) !important;
  font-family: var(--shop-font-family-tertiary) !important;
  border-radius: var(--border-radius-s) !important;
  max-height: 43px !important;
}

body.shop-11 button.show-password {
  border-radius: var(--border-radius-s) !important;
  font-family: var(--shop-font-family) !important;
}

body.shop-11 .password-input {
  gap: 0.5rem !important;
}

section#wrapper {
  body.shop-11 .eg_title {
    border-image-slice: 100 100 100 100 fill;
    border-image-width: 50px 50px 50px 50px;
    border-image-outset: 5px 5px 5px 5px;
    border-image-repeat: round round;
    border-style: solid;
    border-image-source: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/fondproduit.webp') !important;
    border-style: solid !important;
    padding: 40px 50px !important;
    background: transparent !important;
    align-items: center !important;
  }

  body.shop-11#module-giftcard-choicegiftcard #content .eg_titleContent h1 {
    font-family: var(--shop-font-family-tertiary) !important;
    font-weight: 400 !important;
  }

  body.shop-11#module-giftcard-choicegiftcard #content .eg_titleContent p {
    font-family: var(--shop-font-family-secondary);
    color: var(--color-text-dark);
  }

  body.shop-11 .eg_tilteImage {
    height: fit-content !important;
  }

  body.shop-11 #choicegiftcard section h2 {
    color: var(--color-text-light) !important;
    font-family: var(--shop-font-family) !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
  }

  body.shop-11#module-giftcard-choicegiftcard .gctabs li a,
  body.shop-11#module-giftcard-choicegiftcard .gc-receptmode-option label {
    font-family: var(--shop-font-family) !important;

    border: none !important;
    border-radius: var(--border-radius-s) !important;
    transition: background 0.3s ease, color 0.3s ease;
  }

  body.shop-11#module-giftcard-choicegiftcard .gctabs li a:hover,
  body.shop-11#module-giftcard-choicegiftcard .gc-receptmode-option label:hover {
    color: var(--color-text-light) !important;
    background: var(--color-action) !important;
  }
}
body.shop-11 .eg_title {
  border-image-slice: 100 100 100 100 fill;
  border-image-width: 50px 50px 50px 50px;
  border-image-outset: 5px 5px 5px 5px;
  border-image-repeat: round round;
  border-style: solid;
  border-image-source: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/fondproduit.webp') !important;
  border-style: solid !important;
  padding: 40px 50px !important;
  background: transparent !important;
  align-items: center !important;
}

body.shop-11#module-giftcard-choicegiftcard #content .eg_titleContent h1 {
  font-family: var(--shop-font-family-tertiary) !important;
  font-weight: 400 !important;
}

body.shop-11#module-giftcard-choicegiftcard #content .eg_titleContent p {
  font-family: var(--shop-font-family-secondary);
  color: var(--color-text-dark);
}

body.shop-11 .eg_tilteImage {
  height: fit-content !important;
}

body.shop-11 #choicegiftcard section h2 {
  color: var(--color-text-light) !important;
  font-family: var(--shop-font-family) !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}

body.shop-11#module-giftcard-choicegiftcard .gctabs li a,
body.shop-11#module-giftcard-choicegiftcard .gc-receptmode-option label {
  font-family: var(--shop-font-family) !important;
  color: var(--color-text-light) !important;
  background: var(--color-action) !important;
  border: none !important;
  border-radius: var(--border-radius-s) !important;
  transition: background 0.3s ease, color 0.3s ease;
}

body.shop-11#module-giftcard-choicegiftcard .gctabs li a:hover,
body.shop-11#module-giftcard-choicegiftcard .gc-receptmode-option label:hover {
  color: var(--color-action) !important;
  background: var(--color-text-light) !important;
}

body.shop-11 .gc-receptmode-option input:checked + label svg path {
  fill: #000 !important;
}

body.shop-11#module-giftcard-choicegiftcard .gc-receptmode-option label:hover svg {
  fill: #000 !important;
}

body.shop-11 label[for='id_product_virtual'] {
  font-family: var(--shop-font-family-secondary);
  color: var(--color-text-light);
  font-weight: 400 !important;
}

body.shop-11#module-giftcard-choicegiftcard .form-group input,
#module-giftcard-choicegiftcard .form-group select.form-control,
#module-giftcard-choicegiftcard .form-group textarea {
  background: var(--input-background-color) !important;
  color: var(--input-text-color) !important;
  border: var(--input-border) 2px solid #46210e !important;
  font-family: var(--shop-font-family-tertiary) !important;
}

body.shop-11#module-giftcard-choicegiftcard button.btn-primary {
  font-family: var(--shop-font-family) !important;
  color: var(--color-text-light) !important;
  background: var(--color-action) !important;
  border: none !important;
  border-radius: var(--border-radius-s) !important;
  text-transform: uppercase !important;
  transition: background 0.3s ease, color 0.3s ease;
}

body.shop-11#module-giftcard-choicegiftcard button.btn-outline-primary {
  font-family: var(--shop-font-family) !important;
  color: var(--color-text-light) !important;
  background: var(--color-action) !important;
  border: none !important;
  border-radius: var(--border-radius-s) !important;
  transition: background 0.3s ease, color 0.3s ease;
  text-transform: uppercase !important;
}

body.shop-11#module-giftcard-choicegiftcard .alert-cadeau.text-muted {
  font-family: var(--shop-font-family-secondary) !important;
  color: var(--color-text-light) !important;
  font-weight: 400;
}

body.shop-11 .products-grid h4.ce-product-name {
  margin-top: 15px !important;
  text-align: center;
}

body.shop-11 .elementor-search__product-details .elementor-search__product-name {
  font-family: var(--shop-font-family);
  line-height: 18px;
}

body.shop-11 .elementor-search__product-details .elementor-search__product-category {
  font-family: var(--shop-font-family-secondary) !important;
  color: var(--color-text-secondary-dark);
}

body.shop-11 .elementor-search__product-details .elementor-search__product-price {
  font-family: var(--shop-font-family-secondary) !important;
  color: var(--color-price);
}

body.shop-11 .elementor-search__product-details {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

/* 
body.shop-11.logged-in #navBarC .elementor-container.elementor-column-gap-default::after {
  content: "Vous êtes connecté en tant que Thomas LABOUESSE";
  font-family: var(--shop-font-family);
  position: absolute;
  left: 50%;
  bottom: -40px;
  width: max-content;
  max-width: 80%;
  transform: translate(-50%);
  background-color: var(--background-color-message-logged-in);
  color: white;
  padding: 5px 20px;
  opacity: 0;
  text-align: center;
  transition: opacity 300ms ease !important;
  border: var(--border) !important;
  border-width: var(--border-width) !important;
  border-color: var(--border-color) !important;
  border-radius: var(--border-r-btn) !important;
  opacity: 0;
}

body.shop-11.logged-in #navBarC.elementor-sticky--effects .elementor-container.elementor-column-gap-default::after {
  opacity: 1;
  z-index: 999;
}




body.shop-11.logged-in #navBarC.elementor-sticky--effects .elementor-container.elementor-column-gap-default::after {
  font-size: 1.2rem;
  transform: translate(-50%,30%);
  font-family: "Kairos"
}

@media all and (max-width:767px) {
  
  body.shop-11.logged-in #navBarC.elementor-sticky--effects .elementor-container.elementor-column-gap-default::after {
  font-size: 1.2rem;
    transform: translate(-50%,75%);
}

} */



.logged-in #navBarC::after {
  
  font-family: "Kairos" !important;
  transform: translate(-50%, 75%) !important;
}


@media all and (max-width:767px){
  .logged-in #navBarC::after {
  
  transform: translate(-50%, 50%) !important;
}
}



body.shop-11 section#navBarC .elementor-container.elementor-column-gap-default {
  max-width: 100%;
  padding: 0px 50px;
}

body.shop-11 section#navBarC .elementor-container.elementor-column-gap-default::after {
  content: '';
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 60px;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Group 8278.webp');
  background-size: 100% auto;
  background-repeat: no-repeat!important;
  z-index: -1;
}

@media all and (max-width: 1024px) {
      body.shop-11 section#navBarC .elementor-container.elementor-column-gap-default {
          max-width: 100%;
          padding: 0px 50px;
  }

  body.shop-11 section#navBarC .elementor-container.elementor-column-gap-default::after {
      bottom: -50px;
  }
}


@media all and (max-width: 767px) {
      body.shop-11 section#navBarC .elementor-container.elementor-column-gap-default {
          max-width: 100%;
          padding: 0px 20px;
  }

  body.shop-11 section#navBarC .elementor-container.elementor-column-gap-default::after {
      bottom: -61px;
  }
}


body.shop-11 section#navBarC .elementor-container.elementor-column-gap-default {
  max-width: 100%;
  padding: 0px 50px;
}

body.shop-11 section#navBarC .elementor-container.elementor-column-gap-default::after {
  content: '';
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 60px;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Group 8278.webp');
  background-size: 100% auto;
  background-repeat: no-repeat!important;
  z-index: -1;
}


body.shop-11 .container-menu .elementor-widget-sign-in a[aria-label='Mon compte'] .ceicon-user-simple {
  font-size: 0px!important;
}

body.shop-11 .container-menu .elementor-widget-sign-in a[aria-label='Mon compte'] .ceicon-user-simple::before {
  content: '';
  display: block !important;
  width: 48px;
  height: 48px;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/User.webp');
  background-size: contain;
}

body.shop-11 .elementor-cart__toggle i::before {
  content: '';
  display: block !important;
  width: 48px;
  height: 48px;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Cart.webp');
  background-size: contain;
}

body.shop-11 .container-menu .iconGiftMobile svg {
  display: none
}

body.shop-11 .container-menu .iconGiftMobile a::before {
  content: '';
  display: block !important;
  width: 48px;
  height: 48px;
  background-image: url('https://www.kohlanta-boutique.com/img/cms/Koh Lanta/Gift.webp');
  background-size: contain;
}

@media all and (max-width: 1024px) {
      body.shop-11 section#navBarC .elementor-container.elementor-column-gap-default {
          max-width: 100%;
          padding: 0px 50px;
  }

  body.shop-11 section#navBarC .elementor-container.elementor-column-gap-default::after {
      bottom: -50px;
  }
}


@media all and (max-width: 767px) {
      body.shop-11 section#navBarC .elementor-container.elementor-column-gap-default {
          max-width: 100%;
          padding: 0px 20px;
  }

  body.shop-11 section#navBarC .elementor-container.elementor-column-gap-default::after {
      bottom: -61px;
  }

  body.shop-11 .elementor-cart__toggle i::before {
   margin-bottom: -12px;
  }
}


.cms-id-27 .content-condition-generale-de-vente, 
.cms-id-27 .content-condition-generale-de-vente .elementor-widget-heading span,
.cms-id-27 .content-condition-generale-de-vente li{
  color:var(--color-text-light)!important;
}


.cms-id-26 .mainContent, 
.cms-id-26 .mainContent .elementor-widget-heading span,
.cms-id-26 .mainContent li{
  color:var(--color-text-light)!important;
}


.elementor-widget-product-price .group-name[href*="591"] * {
  display: none !important;
}


.elementor-widget-product-price .group-name[href*="591"]:after {
content:"";
  height: 50px;
  width: 150px;
  background-image: url("https://www.kohlanta-boutique.com/modules/logiamenu/views/img/LogoBoutique.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
display: flex;
}

#cart .csTitle  {
  text-align: center;
}

body.shop-11#category figcaption.ce-gallery-caption {
  margin-top:50px;
}


body.shop-11.page-cart#cart #freeshippinginfo {
  text-transform: uppercase;
}

/* Page category */ 
@media all and (max-width: 500px ) {
        body.shop-11.page-category .ce-image-gallery {
            flex-direction: column;
         }

     body.shop-11.page-category .ce-image-gallery .ce-gallery-item {
          width: 100%
     }
}


/* Bottom nav cart */

@media all and (max-width: 400px) {
    body.shop-11 .bottom-cart-section .elementor-row {
    flex-direction: column;
    gap: 1rem
}

body.shop-11 .bottom-cart-section .bottom-cart-right .elementor-widget-wrap {
    flex-direction: column;
}

body.shop-11 .bottom-cart-section .bottom-cart-right .elementor-widget-wrap .elementor-widget-product-add-to-cart {
    min-width: 100%;
    margin-bottom: 15px;
}

body.shop-11 .bottom-cart-section .bottom-cart-right .elementor-widget-wrap .elementor-widget-product-add-to-cart a {
    justify-content: center;
}

body.shop-11 .bottom-cart-section .bottom-cart-right .elementor-widget-wrap .pricing-add-to-cart-sticky {
    margin: auto;
} 

body.shop-11 .bottom-cart-section .bottom-cart-left .elementor-widget-wrap {
    justify-content: center!important;
}

body.shop-11 .bottom-cart-section .bottom-cart-left .elementor-widget-wrap .ce-product-name {
    text-align: center;
    margin-top: 15px;
}

body.shop-11 .bottom-cart-section .bottom-cart-left .elementor-widget-wrap .elementor-widget-container {
    padding: 0;
}

body.shop-11 .bottom-cart-right,
body.shop-11 .bottom-cart-left {
    width: 100%!important;
}

body.shop-11#product #softr-back-to-top-button
{
    bottom: 275px!important
}

body.shop-11#product #smartsupp-widget-container > div {
    bottom: 270px!important;
}
}


@media all and (max-width: 250px) {
    body.shop-11 .bottom-cart-section .bottom-cart-right .elementor-widget-wrap .elementor-widget-product-add-to-cart {
    min-width: 100%;
    margin-bottom: 65px;
}

body.shop-11#product #softr-back-to-top-button
{
    bottom: 325px!important
}

body.shop-11#product #smartsupp-widget-container > div {
    bottom: 320px!important;
}
    
}


/* Side cart */

body.shop-11 .elementor-cart__main .elementor-cart__footer-buttons > div:nth-child(1) a {
    color: var(--color-action)!important;
}

body.shop-11 .elementor-cart__main .elementor-cart__footer-buttons > div:nth-child(1) a:hover {
    color: #fff!important;
}

body.shop-11 .elementor-cart__main .elementor-cart__footer-buttons > div:nth-child(1) a:focus {
    background: var(--color-action)!important;
     color: #fff!important;  
}

body.shop-11 .elementor-cart__main .elementor-cart__product-name a {
    color: var(--color-action)!important;
}



/* Page panier  */   


@media all and (max-width: 320px) {
    body.shop-11.page-cart#cart .cart-detailed-totals.js-cart-detailed-totals {
    padding: 30px 10px!important;
}

body.shop-11.page-cart#cart .cart-grid-right .promo-discounts .cart-summary-line .label {
    display: block;
    padding: 10px;
    text-align: center;
}



body.shop-11.page-cart#cart .estimated_delivery_date {
    padding: 50px 50px;
}

body.shop-11.page-cart#cart .estimated_delivery_date_content {
    display: block;
    font-size: 1.5rem!important;    
}


}


@media all and (max-width: 280px) {
    
    body.shop-11.page-cart#cart .estimated_delivery_date {
        background: white!important;
    }
    
    body.shop-11.page-cart#cart .estimated_delivery_date {
    padding: 50px 20px;
}

}



body.shop-11 dialog#cart-recovery-popup {
  background: var(--color-complementary)!important;
}

body.shop-11 #cart-recovery-popup h4.cart-dialog-title {
  font-family: var(--shop-font-family-tertiary);
  color: var( --color-text-light);
  font-weight: 400;
}


body.shop-11 #cart-recovery-popup  p.cart-dialog-lead {
  font-family: var(--shop-font-family-secondary);
  color: var( --color-text-light);
  font-weight: 400;
}

body.shop-11 #cart-recovery-popup .cart-popup-item {
  background: var(--color-complementary)!important;
  border: 2px solid var(--color-text-light);
}

body.shop-11 #cart-recovery-popup  span.shop-name {
  font-family: var(--shop-font-family-secondary);
  color: var( --color-text-light);
  font-weight: 300;
}

body.shop-11 #cart-recovery-popup span.cart-details {
  font-family: var(--shop-font-family-secondary);
  color: var( --color-action);
  font-weight: 300;
}



body.shop-11 #cart-recovery-popup small.text-muted {
    font-family: var(--shop-font-family-secondary);
  color: var( --color-action)!important;
  font-weight: 300;
}

body.shop-11 #cart-recovery-popup .btn-outline-success {
   background: var(--color-action) !important;
  color: var(--color-text-light) !important;
  font-family: var(--shop-font-family) !important;
  border-radius: var(--border-radius-s);
  font-weight: 400;
 border: none;
}

body.shop-11 #cart-recovery-popup .btn-outline-success:hover {
   background: var(--color-text-light) !important;
    color: var(--color-action) !important;
}

body.shop-11 #cart-recovery-popup .btn-outline 
{
  background: transparent !important;
  color: var(--color-text-light) !important;
  font-family: var(--shop-font-family) !important;
  border-radius: var(--border-radius-s);
  border: 2px solid var(--color-text-light) !important;
}

body.shop-11 #cart-recovery-popup .btn-outline:hover {
   background: var(--color-text-light) !important;
    color: var(--color-action) !important;
}

body.shop-11 #cart-recovery-popup .btn-secondary {
    background: var(--color-text-secondary-dark) !important;
  color: var(--color-text-light) !important;
  font-family: var(--shop-font-family) !important;
  border-radius: var(--border-radius-s);
  font-weight: 400;
 border: none;
}

body.shop-11 #cart-recovery-popup .btn-secondary:hover {
   background: var(--color-action) !important;
}


body.shop-11 #cart-recovery-popup button.btn-primary.cart-popup-action-btn {
  background: var(--color-action) !important;
  color: var(--color-text-light) !important;
  font-family: var(--shop-font-family) !important;
  border-radius: var(--border-radius-s);
  font-weight: 400;
 border: none;
}

body.shop-11 #cart-recovery-popup button.btn-primary.cart-popup-action-btn:hover {
     background: var(--color-text-light) !important;
    color: var(--color-action) !important;
}

body.shop-11 #cart-recovery-popup button.btn-danger.cart-popup-action-btn {
  font-family: var(--shop-font-family) !important;
}

body.shop-11 #cart-recovery-popup .cart-popup-item .text-muted {
  font-family: var(--shop-font-family-secondary);
color: var( --color-action)!important;
font-weight: 300;
}




#navBarC .menu-item-category-591 {
  font-size: 0px;
  z-index: 9999;
}
#navBarC .menu-item-category-591 > a {
  font-size: 0px;
}
#navBarC .menu-item-category-591 > a img {
  display: none;
}

#navBarC .menu-item-category-591 > a::before {
  content:"Boutique";
  opacity: 1;
  font-size: 1rem;
  position: static;
}


#navBarC .menu-item-category-591 > a + .sub-menu {
  text-align: left;

  width: fit-content;
 
}

#navBarC .menu-item-category-591 .sub-menu {

background-color: var(--color-complementary);
}



#navBarC .menu-item-category-591 > a + .sub-menu a {
  justify-content: flex-start;
  display: flex;
  width: max-content;
  white-space: wrap;
}

#navBarC .menu-item-category-591 > a + .sub-menu a .cat-menu {
  width: 50px;
  height: auto;
}
#navBarC .menu-item-category-591 > a + .sub-menu li {
  width: max-content!important;
}


#navBarC  .elementor-nav--dropdown.elementor-nav__container > ul {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  max-height: 70vh;
  overflow: auto
}

@media all and (max-width:1025px){
  #navBarC .elementor-nav--dropdown.elementor-nav__container .sub-menu {
  box-shadow: none!important;

}
    #navBarC .elementor-nav--dropdown.elementor-nav__container .sub-menu .sub-menu {
  margin-left: 25px;

}
  #navBarC .menu-item-category-591 > a + .sub-menu a .cat-menu {
  width: 40px;
  height: auto;
}
  
  #navBarC .menu-item-category-591 > a + .sub-menu a {
  padding: 10px 30px;
}
  
}

.c8navbar {
    z-index: 9999999 !important;
}

