/** Shopify CDN: Minification failed

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

**/
#nos-boutiques {
  scroll-margin-top: 100px;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700&display=swap");

@font-face {
  font-family: "drunk heavy"; /* Choose a name for your font */
  src: url("/cdn/shop/files/FontsFree-Net-DrukWide-Heavy-Trial.woff?v=1742449706")
    format("WOFF");
}

/* Global Montserrat Enforcement & Fallbacks */
*, html, body, input, textarea, button, select,
.site-nav__link, .site-nav__item .site-nav__link,
.custom-header__wrapper .site-nav__item .site-nav__link,
.announcement-bar, .announcement-text, .announcement-link-text,
.search__input, .site-header__search--container .search__input {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .section-header__title, .section__title h2 {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
}

.custom__main-collection .image-element {
  opacity: 1 !important;
}
.hidden {
  display: none;
}
/* typo */
h4 {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
}

.global_btn {
  background-color: transparent;
  border: 2px solid rgb(255, 255, 255);
  appearance: none;
  border-radius: 99px;
  color: var(--colorBtnPrimaryText);
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
  margin: 0px;
  min-width: 90px;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  user-select: none;
  vertical-align: middle;
  white-space: normal;
  width: auto;
}
.global_btn.dark {
  border: 1px solid #292929;
  color: #292929;
}
.global_btn.dark:hover {
  color: #fff;
}
.global_btn:hover {
  color: #fff;
  background: #292929;
}

.global_btn.solid {
  width: 100%;
  border: none;
  color: #ffffff;
  background: #292929;
}
.global_btn.outlined {
  background-color: transparent;
  color: var(--color-body-text);
  border: 1px solid var(--color-body-text);
}

/* Promo Grid & Banner Rounded Corners (Screenshot 1) */
.promo__grid-section .promo-grid__container,
.promo-grid__container,
.flex-grid__item .promo-grid__container,
.flex-grid__item .promo-grid__container .image-wrap,
.flex-grid__item .promo-grid__container img,
.promo-grid__bg {
  border-radius: 12px !important;
  overflow: hidden !important;
}

/* Enforce Pill Buttons (TWL / RobShop Style) */
.btn,
.rte .btn,
.global_btn,
.promo__grid-section .btn,
.promo-grid__container .btn,
.flex-grid__item .btn,
[data-button_style] .btn {
  border-radius: 99px !important;
}

/* Promo Grid Compact Buttons (fits all 4 buttons on 1 line) */
.promo-grid .btn,
.promo-grid__container .btn,
.flex-grid__item .btn,
.promo__grid-section .btn {
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.05em !important;
  padding: 8px 14px !important;
  margin: 3px 4px 3px 0 !important;
  min-width: unset !important;
  display: inline-block !important;
}

/* Enforce Uppercase on Promo Grid and Section Titles */
.promo-grid__text h2,
.promo-grid__text .rte--block,
.promo-grid__title,
.flex-grid__item h2,
.flex-grid__item .rte--block h2 {
  text-transform: uppercase !important;
}
.absolute_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.section__title {
  margin-bottom: 50px;
  @media (max-width: 768px) {
    margin-bottom: 30px;
  }
  h2 {
    font-size: 20px;
    text-align: center;
    font-weight: bolder;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    @media (max-width: 768px) {
      margin-bottom: 0;
    }
  }
}
.mobile_only {
  display: none !important;
}
/* card styles start..................................................... */
.grid-product__meta,
[data-center-text] .grid-product__meta {
  text-align: left !important;
}

.grid-product__title,
.grid-product__title--heading,
.grid-product__title--body {
  font-size: 12px !important;
  line-height: 1.4 !important;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-weight: 700 !important;
  text-align: left !important;
  color: #000000 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
}

.grid-product__price,
.grid-product__price .pd__price {
  color: #ff0000 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-weight: 700 !important;
  text-align: left !important;
  letter-spacing: 0 !important;
  display: flex !important;
  gap: 5px !important;
  align-items: center;
}

.grid-product__price--original {
  color: #1c1c1d !important;
  font-weight: 400 !important;
}

.grid-product__price--savings {
  color: #ffffff !important;
  background: #ff0000 !important;
  font-size: 10px !important;
  line-height: 120% !important;
  font-weight: 600 !important;
  padding: 2px 7px !important;
  border-radius: 99px !important;
  margin: 0 !important;
}

.grid-product__image-mask,
.grid-product__image-mask .image-wrap,
.grid-product__image-mask img,
.grid__image-ratio,
.grid-product__content {
  border-radius: 10px !important;
  overflow: hidden !important;
}

.grid__item {
  padding-left: 0;
}
[data-context="featured-collection"] .grid__item {
  padding-left: 17px;
}
.grid-product__tag {
  background-color: #f4efef;
  color: #131313;
  font-size: 11px;
  font-weight: 600;
  /* text-transform: uppercase; */
  line-height: 1;
  padding: 6px 15px;
  border-radius: 99px !important;
  position: absolute;
  left: 8px;
  top: 8px;
  transition: opacity 0.4sease;
  z-index: 2;
  width: max-content;
}
.quick-product__btn {
  margin: 0 auto;
  padding: 5px;
  border-radius: 20px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  width: calc(100% - 16px) !important;
  font-size: 12px;
  font-weight: 800;
  opacity: 0;
  @media (max-width: 768px) {
    width: 26px !important;
    height: 26px;
    min-width: unset;
    left: unset;
  }
}
.qa__wrapper {
  display: flex;
  flex-direction: column;
  /* gap: 6px; */
  align-items: center;
}

.qa__variant-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  position: fixed;
  width: 100%;
  justify-content: center;
  align-items: center;
  opacity: 0;
  max-height: 0;
  padding: 0;
  z-index: -1;
  max-height: 150px;
  overflow-y: scroll;
  scrollbar-width: none;
  @media (max-width: 768px) {
    max-height: 110px;
    overflow-y: scroll;
  }
  a {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    border-radius: 20px;
    border: 1px solid transparent;
    padding: 5px;
    flex: 0 0 15%;
    font-weight: 300;
    transition: all 0.25s;
  }
}
.qa__variant-wrapper a.atc.w-full {
  flex: 0 0 100%;
}
.qa__variant-wrapper.active {
  padding: 5px;
  max-height: unset;
  opacity: 1;
  position: relative;
  z-index: 2;
}
.qa__variant-wrapper a.qa__variant-disabled {
  color: #999;
  text-decoration: line-through;
  cursor: not-allowed;
}
.qa__variant-wrapper a:hover {
  border: 1px solid #fff;
}
.qa__variant-wrapper:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  background: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.grid {
  margin: 0;
}
.grid-product__title {
  font-size: 12px !important;
  line-height: 150% !important;
  letter-spacing: 0 !important;
  font-weight: 600 !important;
}
.grid-product__vendor {
  font-size: 10px;
  line-height: 120%;
  text-align: left;
  letter-spacing: 0;
  color: #292929;
}
/* card styles ends..................................................... */
/* Collection card styles starts..................................................... */
.grid-product__colors {
  align-items: center;
  justify-content: start !important;
}
product-recommendations .grid__item {
  padding-left: 0px !important;
}
.absolute__link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
/* Collection card styles ends..................................................... */
.js-qty__wrapper input {
  border-radius: 99px;
}
.js-qty__wrapper input:focus {
  border: 1px solid #e8e8e1;
}
/* ==========================================================================
   PANIER TIROIR (CART DRAWER - BLANC & ÉPURÉ)
   ========================================================================== */
#CartDrawer,
.drawer--right {
  background-color: #ffffff !important;
  color: #000000 !important;
}

#CartDrawer .drawer__fixed-header {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-bottom: 1px solid #ededed !important;
  padding: 0 !important;
}

#CartDrawer .drawer__header {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-bottom: none !important;
  padding: 16px 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

#CartDrawer .drawer__title {
  color: #111111 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  font-size: 16px !important;
  margin: 0 !important;
}

#CartDrawer .drawer__close {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: auto !important;
  position: static !important;
  width: auto !important;
}

#CartDrawer .drawer__close-button {
  position: static !important;
  right: 0 !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: #f4f4f5 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #111111 !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

#CartDrawer .drawer__close-button:hover {
  background: #e4e4e7 !important;
  color: #000000 !important;
}

#CartDrawer .drawer__close-button svg,
#CartDrawer .drawer__close-button .icon {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
}

#CartDrawer .drawer__close-button svg path,
#CartDrawer .drawer__close-button .icon-close path {
  stroke: #111111 !important;
  stroke-width: 5px !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  fill: none !important;
}

#CartDrawer .drawer__scrollable {
  background-color: #ffffff !important;
  color: #000000 !important;
  padding: 0 20px !important;
}

#CartDrawer .cart__item {
  border-bottom: 1px solid #f0f0f0 !important;
  padding: 16px 0 !important;
  margin-bottom: 0 !important;
  color: #000000 !important;
}

#CartDrawer .cart__item:last-child {
  border-bottom: none !important;
}

#CartDrawer .cart__image {
  border-radius: 8px !important;
  overflow: hidden !important;
  background: #f9f9fa !important;
  border: 1px solid #f0f0f2 !important;
}

#CartDrawer .cart__image img {
  border-radius: 8px !important;
}

#CartDrawer .cart__item-title a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12.5px;
  line-height: 1.35;
  color: #111111 !important;
}

#CartDrawer .cart__item--variants {
  margin-top: 4px;
}

#CartDrawer .cart__item--variants span {
  font-weight: 600;
  font-size: 12px;
  color: #555555 !important;
}

#CartDrawer .cart__item--variants div {
  color: #777777 !important;
  font-size: 11.5px;
}

#CartDrawer .cart__price {
  font-size: 13px;
  color: #111111 !important;
  font-weight: 700;
  margin-bottom: 6px;
}

#CartDrawer .cart__item-sub.cart__price-quantity {
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

#CartDrawer .js-qty__wrapper {
  background-color: #f4f4f5 !important;
  border-radius: 99px !important;
  height: 28px !important;
  max-width: 82px !important;
  border: none !important;
}

#CartDrawer .js-qty__num {
  color: #111111 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  background: transparent !important;
}

#CartDrawer .js-qty__adjust {
  background: #e4e4e7 !important;
  color: #111111 !important;
  border-radius: 50% !important;
  width: 22px !important;
  height: 22px !important;
  margin: 3px !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  transition: background 0.15s ease !important;
}

#CartDrawer .js-qty__adjust:hover {
  background: #d4d4d8 !important;
}

#CartDrawer .js-qty__adjust svg {
  fill: #111111 !important;
  stroke: #111111 !important;
  width: 10px !important;
  height: 10px !important;
}

#CartDrawer .drawer__footer {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-top: 1px solid #ededed !important;
  padding: 20px !important;
}

#CartDrawer .drawer__footer .cart__item-sub {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 8px !important;
}

#CartDrawer .drawer__footer .ajaxcart__subtotal {
  color: #111111 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
}

#CartDrawer .drawer__footer [data-subtotal] {
  color: #111111 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

#CartDrawer .drawer__footer small {
  color: #777777 !important;
  font-size: 12px !important;
  display: block !important;
  margin-bottom: 12px !important;
}
.page__wrapper {
  display: flex;
  width: 100%;
  min-height: 700px;
  align-items: flex-start;
  position: relative;
}
.page__wrapper .support-menu-side-bar {
  flex: 0 0 calc(100% / 3);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 75px 40px 15px 60px;
  gap: 35px;
  background-color: #f5f5f5;
  height: 100vh;
  position: sticky;
  top: 0;
  @media (max-width: 1024px) {
    display: none;
  }
}
.page-content__wrap {
  padding: 0 40px;
  max-width: 1000px;
  flex: 0 0 calc(100 - (100% / 3));
  @media (max-width: 1024px) {
    padding: 0;
  }
}
a.sidebar_menu {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
}
a.sidebar_menu.active {
  border-bottom: 1px solid;
}
.shopify-policy__container {
  max-width: 1525px !important;
  margin: 48px auto !important;
  padding: 0 40px !important;
  @media (max-width: 768px) {
    padding: 0 17px !important;
  }
}

@media (max-width: 1299px) {
  .site-header {
    /* padding: 0; */
  }

  #NavDrawer.drawer--left.drawer--is-open {
    transform: translate(450px);
    @media (max-width: 768px) {
      transform: translate(350px);
    }
  }
  #NavDrawer.drawer--left {
    left: -450px;
    width: 450px;
    background-color: #ffffff !important;
    @media (max-width: 768px) {
      left: -350px;
      width: 350px;
    }
  }
  #NavDrawer {
    background-color: #ffffff !important;

    .drawer__fixed-header {
      background-color: #ffffff !important;
      overflow: hidden;
    }

    .drawer__header {
      background-color: #ffffff !important;
      padding: 15px 20px !important;
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      border-bottom: 1px solid #eeeeee;
      @media (max-width: 768px) {
        min-height: max-content;
        padding: 15px 20px !important;
      }
    }
    .drawer__shop-logo {
      display: flex;
      align-items: center;
    }
    .drawer__close {
      display: flex;
      align-items: center;
      width: max-content;
    }
    .drawer__close-button {
      color: #111111 !important;
      padding: 5px;
    }
    .drawer__close-button svg {
      stroke: #111111 !important;
    }
    .drawer__scrollable {
      background-color: #ffffff !important;
      padding-top: 0;
    }
    .mobile-nav {
      margin: 0 calc(var(--drawer-gutter) * -1);
      background-color: #252525 !important;
      padding: 15px 0 !important;
      color: #fff !important;
    }
    .mobile-nav__item {
      background-color: inherit;
    }
    .mobile-nav__item a,
    .mobile-nav__faux-link {
      font-size: 14px;
      line-height: normal;
      color: #fff;
      font-weight: 700;
    }
    .mobile-nav__item:after {
      content: unset !important;
    }
    .collapsible-trigger__icon {
      color: #fff;
    }
    .collapsible-trigger__icon--circle {
      border: 0;
    }
    .header-item__icons_toolbar {
      background-color: #ffffff !important;
      padding: 15px 20px !important;
      margin: 0 calc(var(--drawer-gutter) * -1);
      border-top: 1px solid #f0f0f0;
    }
    .header-item__icons_toolbar .site-nav__link,
    .header-item__icons_toolbar .site-nav__link span,
    .header-item__icons_toolbar .icon {
      color: #111111 !important;
      fill: #111111 !important;
    }
    .mobile-nav__social {
      background-color: #ffffff !important;
      padding: 10px 20px 20px !important;
      margin: 0 calc(var(--drawer-gutter) * -1);
    }
  }
}
.cart-link__bubble--visible {
  background-color: #000;
  border: 2px solid var(--colorBody);
  border-radius: 50%;
  display: block;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  border: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  padding: 00;
  letter-spacing: 0;
}

/* Footer Styles (RobShop Light Gray #e6e6e6 Theme) */
.site-footer {
  background-color: #e6e6e6 !important;
  color: #000000 !important;
}

.site-footer .footer__title,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer p,
.site-footer a,
.site-footer .site-footer__linklist-item a,
.site-footer .rte a {
  color: #000000 !important;
}

.site-footer a:hover,
.site-footer .site-footer__linklist-item a:hover {
  color: #555555 !important;
}

.site-footer .footer__social a {
  background: #000000 !important;
  color: #ffffff !important;
}

.site-footer .footer__social a svg {
  fill: #ffffff !important;
}
@media (max-width: 768px) {
  .global_btn.solid {
    display: block;
    opacity: 1;
  }
  .desktop_only {
    display: none !important;
  }
  .mobile_only {
    display: block !important;
  }
  .quick-product__btn.active {
    width: calc(100% - 16px) !important;
    height: max-content;
    min-width: unset;
    left: 50%;
    transform: translateX(-50%) !important;
  }
  .price-range__slider-wrapper {
    padding: 10px 10px 8px;
  }
  .drawer__close-button .icon {
    height: 20px;
    width: 20px;
  }
  .subcollection_nav .global_btn {
    padding: 7px 15px;
    font-weight: 600;
  }
}
input.input-full,
textarea {
  border: 1px solid;
  border-color: #000;
  max-width: 100%;
  padding: 8px 10px;
  border-radius: 5px;
}

.grid-product__link:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -10 !important;
}

/* ==========================================================================
   PROGRAMME FIDÉLITÉ - PRIX MEMBRE (FICHE PRODUIT)
   ========================================================================== */
.product__price-main-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin-bottom: 8px;
  line-height: 1;
}

.product__price-main-wrapper .product__price {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin: 0;
}

.product__policies {
  margin-top: 6px;
}

.product__loyalty-badge-wrap {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.product__loyalty-badge {
  background: #f5f5f7;
  color: #1a1a1a;
  border: 1px solid #e1e1e4;
  border-radius: 999px;
  padding: 3px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-decoration: none;
  line-height: 1;
  vertical-align: middle;
}

.product__loyalty-badge:hover {
  background: #ebebee;
  border-color: #c4c4c8;
  color: #000000;
  transform: translateY(-1px);
}

.product__loyalty-badge-price {
  font-size: 12px;
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.01em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

.product__loyalty-badge-label {
  font-size: 10.5px;
  font-weight: 600;
  color: #666666;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

.product__loyalty-badge-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #888888;
  line-height: 1;
}

.product__loyalty-badge-info svg {
  width: 11px;
  height: 11px;
  display: block;
}

.product__loyalty-badge:hover .product__loyalty-badge-info {
  color: #111111;
}

/* Modal Pop-up Fidélité */
.loyalty-popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  box-sizing: border-box;
}

.loyalty-popup-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.loyalty-popup-card {
  position: relative;
  background: #ffffff;
  color: #111111;
  border-radius: 16px;
  max-width: 440px;
  width: 100%;
  padding: 30px 24px 26px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
  z-index: 1;
  animation: loyaltyModalFadeIn 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: center;
}

@keyframes loyaltyModalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(10px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.loyalty-popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  background: #f4f4f5;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #555555;
  transition: all 0.2s ease;
}

.loyalty-popup-close:hover {
  background: #e4e4e7;
  color: #000000;
}

.loyalty-popup-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.loyalty-popup-badge-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f4f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111111;
}

.loyalty-popup-title {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  margin: 0 !important;
  color: #111111 !important;
}

.loyalty-popup-price-banner {
  background: #f4f4f6;
  border: 1px solid #e5e5e8;
  border-radius: 8px;
  padding: 8px 12px;
  margin-bottom: 18px;
  font-size: 13.5px;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 6px;
}

.loyalty-popup-price-label {
  font-weight: 500;
  color: #555555;
}

.loyalty-popup-price-value {
  font-weight: 800;
  color: #000000;
  font-size: 15px;
}

.loyalty-popup-regular-wrap {
  color: #777777;
  font-size: 12.5px;
}

/* Perks Container - Clean, Structured & Left-Aligned */
.loyalty-popup-perks-container {
  background: #ffffff;
  border: 1px solid #ebebee;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.loyalty-perk-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}

.loyalty-perk-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #eef7ee;
  color: #2e7d32;
  font-weight: bold;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.loyalty-perk-text {
  font-size: 13px;
  line-height: 1.4;
  color: #333333;
  text-align: left;
}

.loyalty-perk-text strong {
  font-weight: 700;
  color: #111111;
}

.loyalty-perk-text em {
  font-style: normal;
  color: #777777;
  font-size: 12px;
}

/* CTAs */
.loyalty-popup-ctas {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.loyalty-cta-btn {
  width: 100% !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  padding: 13px 20px !important;
  border-radius: 99px !important;
  background: #111111 !important;
  color: #ffffff !important;
  text-align: center !important;
  text-decoration: none !important;
}

.loyalty-cta-btn:hover {
  background: #282828 !important;
}

.loyalty-login-btn {
  width: 100% !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  padding: 10px 20px !important;
  border-radius: 99px !important;
  border: 1px solid #d4d4d8 !important;
  background: transparent !important;
  color: #333333 !important;
  text-align: center !important;
  text-decoration: none !important;
}

.loyalty-login-btn:hover {
  border-color: #000000 !important;
  color: #000000 !important;
}

.loyalty-popup-status-member {
  padding: 12px 16px;
  background: #eef7ee;
  color: #1b5e20;
  text-align: center;
  border-radius: 8px;
  font-weight: 700;
  font-size: 13.5px;
}

@media (max-width: 768px) {
  .product-block--price {
    text-align: center !important;
    margin-bottom: 10px !important;
  }

  .product__price-main-wrapper {
    justify-content: center !important;
    align-items: center !important;
    gap: 8px 10px !important;
    margin: 0 auto 8px auto !important;
  }
  
  .product__policies {
    text-align: center !important;
    margin-top: 6px !important;
    margin-bottom: 12px !important;
  }

  .product__loyalty-badge {
    padding: 3px 8px !important;
    font-size: 11px !important;
  }
  
  .product__loyalty-badge-price {
    font-size: 11.5px !important;
  }
  
  .product__loyalty-badge-label {
    font-size: 10px !important;
  }
  
  .loyalty-popup-card {
    padding: 24px 20px;
  }
}

/* ==========================================================================
   URGENCE UX HOMEPAGE MOBILE : HERO SLIDER 70VH & ZERO DEAD-CLICKS
   ========================================================================== */

/* Structure & Liens du Hero */
.hero__slide-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5 !important;
  cursor: pointer;
}

.hero__link {
  position: relative;
  z-index: 7 !important;
}

/* Boutons TWL dans le Hero Slider */
.hero .hero__link .global_btn {
  background-color: #ffffff !important;
  color: #0f0f0f !important;
  border: 2px solid #ffffff !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  border-radius: 99px !important;
  transition: all 0.25s ease !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25) !important;
}

.hero .hero__link .global_btn:hover {
  background-color: #0f0f0f !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
  transform: translateY(-2px);
}

.hero .hero__link .global_btn + .global_btn {
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}

.hero .hero__link .global_btn + .global_btn:hover {
  background-color: #ffffff !important;
  color: #0f0f0f !important;
}

/* Lisibilité & Ombres portées */
.hero .hero__top-subtitle {
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6) !important;
}

.hero .hero__title {
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: -0.01em !important;
  color: #ffffff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7) !important;
}

.hero .hero__subtitle {
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6) !important;
}

/* Contrainte Mobile CRO Stricte : 70vh max & Above-the-fold garanti */
@media only screen and (max-width: 768px) {
  .hero--mobile--70vh,
  .hero--mobile--70vh[data-mobile-natural="false"] {
    height: 70vh !important;
    max-height: 70vh !important;
    min-height: 420px !important;
  }

  .hero--mobile--70vh .hero__text-content {
    padding-top: 15px !important;
    padding-bottom: 45px !important; /* Dégage les barres / points Flickity */
  }

  .hero--mobile--70vh .hero__top-subtitle {
    font-size: 11px !important;
    margin-bottom: 4px !important;
  }

  .hero--mobile--70vh .hero__title {
    font-size: clamp(20px, 6vw, 27px) !important;
    line-height: 1.15 !important;
    margin-bottom: 8px !important;
  }

  .hero--mobile--70vh .hero__subtitle {
    font-size: 13px !important;
    line-height: 1.35 !important;
    margin-bottom: 12px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .hero--mobile--70vh .hero__link {
    margin-top: 6px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  .hero--mobile--70vh .hero__link .global_btn {
    padding: 10px 18px !important;
    font-size: 12px !important;
    min-width: auto !important;
  }
}

/* ==========================================================================
   AFFICHAGE INSTANTANÉ DES TEXTES DU SLIDER (SUPPRESSION DU CLIPPING & DÉLAI)
   ========================================================================== */
.hero .animation-cropper {
  overflow: visible !important;
}
.hero .animation-contents {
  transform: none !important;
  opacity: 1 !important;
  animation: none !important;
}

/* ==========================================================================
   FLÈCHES LATÉRALES DU SLIDER SUR DESKTOP (DESIGN MODERNE & PREMIUM)
   ========================================================================== */
@media only screen and (min-width: 769px) {
  .hero .flickity-prev-next-button {
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    width: 46px !important;
    height: 46px !important;
    background-color: rgba(18, 18, 18, 0.45) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3) !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0.85 !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    cursor: pointer !important;
    padding: 0 !important;
  }

  .hero .flickity-prev-next-button:hover {
    background-color: rgba(18, 18, 18, 0.85) !important;
    border-color: rgba(255, 255, 255, 0.7) !important;
    opacity: 1 !important;
    transform: translateY(-50%) scale(1.08) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45) !important;
  }

  /* Masquer l'icône triangulaire par défaut de Flickity */
  .hero .flickity-prev-next-button .flickity-button-icon {
    display: none !important;
  }

  /* Chevron Gauche moderne épuré, centré au pixel près */
  .hero .flickity-previous {
    left: 24px !important;
    right: auto !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 20px 20px !important;
  }

  /* Chevron Droit moderne épuré, centré au pixel près */
  .hero .flickity-next {
    right: 24px !important;
    left: auto !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 20px 20px !important;
  }

  /* Marge de sécurité pour éviter tout chevauchement entre le texte et les flèches */
  .hero .page-width {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
}

/* Flèches masquées sur mobile pour privilégier le swipe tactile natif */
@media only screen and (max-width: 768px) {
  .hero .flickity-prev-next-button {
    display: none !important;
  }
}

/* ==========================================================================
   SECTION BOUTIQUES & CARTE INTERACTIVE OPENSTREETMAP (SQUARE SLIDER SHOWCASE)
   ========================================================================== */
.stores-locator-section {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  position: relative;
  overflow: hidden;
}

.stores-locator__header {
  max-width: 760px;
  margin: 0 auto 18px;
  text-align: center;
}

.stores-locator__badge-label {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ff0000;
  background-color: rgba(255, 0, 0, 0.08);
  padding: 3px 10px;
  border-radius: 99px;
  margin-bottom: 6px;
}

.stores-locator__title {
  font-size: clamp(20px, 2.8vw, 30px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: #111111;
  margin: 0 0 6px;
}

.stores-locator__subtitle {
  font-size: 13.5px;
  line-height: 1.45;
  color: #555555;
  margin: 0;
}

/* Commutateur Mobile (Caché sur Desktop) */
.stores-mobile-tabs {
  display: none;
}

/* Grille Store Locator : 480px Liste / 1fr Carte OSM */
.stores-directory-grid {
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 20px;
  height: 485px;
  align-items: stretch;
}

/* Colonne Liste des Boutiques */
.stores-directory__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}

.store-item {
  background: #ffffff;
  border: 1.5px solid #dedede;
  border-radius: 14px;
  padding: 12px 14px;
  cursor: pointer;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  gap: 14px;
  align-items: center;
  flex: 1;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.store-item:hover {
  border-color: #111111;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.store-item.is-active {
  border-color: #111111;
  background: #ffffff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.09);
  border-left: 4.5px solid #ff0000;
}

.store-item.is-boost.is-active {
  border-left-color: #04552d;
}

/* Diaporama Carré sur le Côté */
.store-square-slider {
  width: 104px;
  height: 104px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: #111111;
  position: relative;
  user-select: none;
}

.square-slides {
  width: 100%;
  height: 100%;
  position: relative;
}

.square-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-in-out;
}

.square-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.square-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Flèches et Puces du Diaporama Carré */
.square-nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.2s, background-color 0.2s, transform 0.2s;
  padding: 0;
  font-size: 11px;
}

.store-item:hover .square-nav-arrow,
.store-square-slider:hover .square-nav-arrow {
  opacity: 1;
}

.square-nav-arrow:hover {
  background: #ff0000;
  transform: translateY(-50%) scale(1.1);
}

.square-nav-arrow.prev { left: 4px; }
.square-nav-arrow.next { right: 4px; }

.square-dots {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 3px;
  z-index: 3;
}

.square-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.2s;
  cursor: pointer;
}

.square-dot.is-active {
  width: 10px;
  border-radius: 2px;
  background: #ffffff;
}

/* Corps d'Informations de la Boutique */
.store-item__body {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.store-item__top {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 2px;
  width: 100%;
  min-width: 0;
}

.store-item__meta-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  width: 100%;
}

.store-item__badge {
  font-size: 8.5px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666666;
  letter-spacing: 0.03em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.store-item__title {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  color: #111111;
  letter-spacing: -0.01em;
  margin: 0;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Badge Statut d'Ouverture */
.store-item__status {
  font-size: 8.5px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.store-item__status.status-open {
  background: #dcfce7;
  color: #15803d;
}

.store-item__status.status-open::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 5px #22c55e;
}

.store-item__status.status-closed {
  background: #fee2e2;
  color: #b91c1c;
}

.store-item__status.status-closed::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ef4444;
}

.store-item__status.status-closing-soon {
  background: #fef3c7;
  color: #b45309;
}

.store-item__status.status-closing-soon::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f59e0b;
}

.popup-status-pill.status-closing-soon {
  background: #fef3c7;
  color: #b45309;
}


.store-item__status.status-loading {
  background: #f3f4f6;
  color: #6b7280;
}

/* Détails adresse et horaires */
.store-item__details {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 3px 0 5px;
  min-width: 0;
  overflow: hidden;
}

.store-item__row {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #444444;
  line-height: 1.3;
  min-width: 0;
  overflow: hidden;
}

.store-item__row span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.store-item__row svg {
  flex-shrink: 0;
  color: #777777;
}

.store-item__hours {
  font-size: 10.5px;
  color: #666666;
}

/* Pied de carte : Téléphone et Itinéraire strictement sur UNE SEULE LIGNE */
.store-item__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 5px;
  border-top: 1px solid #f2f2f2;
  white-space: nowrap;
  min-width: 0;
  width: 100%;
}

.store-item__phone {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  font-weight: 700;
  color: #222222;
  text-decoration: none;
  padding: 3px 8px;
  border-radius: 6px;
  background: #f4f4f4;
  border: 1px solid #e0e0e0;
  transition: all 0.2s ease;
  white-space: nowrap !important; /* GARANTI 1 SEULE LIGNE */
  flex-shrink: 0;
}

.store-item__phone:hover {
  background: #e8e8e8;
  border-color: #111111;
  color: #111111;
}

.btn-store-itinerary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 5px 12px;
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border-radius: 6px;
  background: #111111;
  color: #ffffff !important;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap !important;
  margin-left: auto;
  flex-shrink: 0;
}

.btn-store-itinerary:hover {
  background: #ff0000;
}

/* Colonne Carte OSM */
.stores-directory__map-container {
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  border: 1.5px solid #dedede;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
  position: relative;
  background: #e5e5e5;
}

.robshop-stores-map {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.map-placeholder-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #f0f0f0;
  color: #666666;
  font-size: 12.5px;
  font-weight: 600;
  z-index: 2;
}

.loading-spinner {
  width: 28px;
  height: 28px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top-color: #ff0000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Marqueurs Leaflet : RobShop (R stylisé) & Boost (Emblème vert officiel) */
.robshop-marker-pin {
  position: relative;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.robshop-marker-core {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background: #111111;
  color: #ffffff;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s ease;
  z-index: 2;
}

.robshop-marker-r-svg {
  width: 16px;
  height: 14px;
  fill: #ffffff;
  display: block;
}

.robshop-marker-pin:hover .robshop-marker-core {
  transform: scale(1.16);
  background: #ff0000;
}

.robshop-marker-pin.marker-boost .robshop-marker-core {
  background: #04552d;
}

.robshop-marker-pin.marker-boost:hover .robshop-marker-core {
  background: #0a733f;
  transform: scale(1.16);
}

.robshop-marker-boost-img {
  width: 16px;
  height: 14px;
  object-fit: contain;
  display: block;
}

.robshop-marker-ring {
  position: absolute;
  width: 42px;
  height: 42px;
  top: -3px;
  left: -3px;
  border-radius: 50%;
  background: rgba(255, 0, 0, 0.25);
  animation: marker-pulse 2s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: 1;
}

.robshop-marker-pin.marker-boost .robshop-marker-ring {
  background: rgba(4, 85, 45, 0.35);
}

@keyframes marker-pulse {
  0% { transform: scale(0.6); opacity: 0.8; }
  100% { transform: scale(1.6); opacity: 0; }
}

/* Popups Leaflet Épurées */
.leaflet-popup-content-wrapper {
  border-radius: 12px !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15) !important;
  padding: 0 !important;
  overflow: hidden;
}

.leaflet-popup-content {
  margin: 0 !important;
  line-height: 1.4 !important;
}

.robshop-popup-card {
  min-width: 220px;
  max-width: 260px;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
}

.popup-body {
  padding: 12px 14px;
}

.popup-badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  background: #f3f3f3;
  color: #333333;
  padding: 2px 6px;
  border-radius: 4px;
  margin-bottom: 4px;
}

.popup-title {
  font-size: 13.5px;
  font-weight: 800;
  text-transform: uppercase;
  color: #111111;
  margin: 0 0 3px;
}

.popup-address {
  font-size: 11px;
  color: #666666;
  margin: 0 0 6px;
}

.popup-hours-row {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 6px;
}

.popup-status-pill {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 99px;
  width: fit-content;
}

.popup-status-pill.status-open {
  background: #dcfce7;
  color: #15803d;
}

.popup-status-pill.status-closed {
  background: #fee2e2;
  color: #b91c1c;
}

.popup-hours {
  font-size: 10.5px;
  color: #666666;
}

.popup-phone {
  font-size: 11px;
  color: #111111;
  margin: 0 0 8px;
}

.popup-phone a {
  color: #111111;
  font-weight: 600;
  text-decoration: underline;
}

.popup-footer {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #f0f0f0;
}

.popup-btn-itinerary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 6px 12px;
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  background: #111111;
  color: #ffffff !important;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.popup-btn-itinerary:hover {
  background: #ff0000;
}

/* ==========================================================================
   RESPONSIVE MOBILE POUR STORE LOCATOR SQUARE SLIDER
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .stores-mobile-tabs {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 14px;
  }

  .stores-mobile-tab-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 99px;
    background: #ffffff;
    border: 1.5px solid #dedede;
    color: #444444;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
  }

  .stores-mobile-tab-btn.is-active {
    background: #111111;
    color: #ffffff;
    border-color: #111111;
  }

  .stores-directory-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    height: auto;
    gap: 12px;
    width: 100%;
    overflow: hidden;
  }

  .stores-directory__list {
    min-width: 0;
    width: 100%;
    overflow: hidden;
  }

  .stores-directory__list.hide-on-mobile,
  .stores-directory__map-container.hide-on-mobile {
    display: none;
  }

  .stores-directory__map-container {
    height: 380px;
    min-height: 380px;
  }

  .store-item {
    padding: 10px;
    gap: 10px;
    width: 100%;
    overflow: hidden;
  }

  .store-square-slider {
    width: 82px;
    height: 82px;
    border-radius: 8px;
  }

  .square-nav-arrow {
    opacity: 1 !important; /* Visible sur mobile tactile */
    width: 18px;
    height: 18px;
    font-size: 9px;
    background: rgba(0, 0, 0, 0.7);
  }

  .square-nav-arrow.prev { left: 2px; }
  .square-nav-arrow.next { right: 2px; }

  .store-item__status {
    font-size: 8px;
    padding: 2px 6px;
    gap: 3px;
  }

  .store-item__title {
    font-size: 13px;
  }

  .store-item__details {
    margin: 2px 0 4px;
  }

  .store-item__row {
    font-size: 10px;
    gap: 5px;
  }

  .store-item__footer {
    gap: 6px;
    padding-top: 4px;
    width: 100%;
  }

  .store-item__phone {
    font-size: 10px;
    padding: 3px 6px;
    gap: 3px;
    white-space: nowrap !important;
  }

  .btn-store-itinerary {
    font-size: 9.5px;
    padding: 4px 8px;
    white-space: nowrap !important;
  }
}
