:root {
  --font-family-grotesk: "Host Grotesk", sans-serif !important;
  --grey: #6c757d;
  --grey-dark: #3d3d3d;

  /* Grey Color Palette */
  --grey-50: #f6f6f6;
  --grey-100: #e7e7e7;
  --grey-200: #d1d1d1;
  --grey-300: #b0b0b0;
  --grey-400: #888888;
  --grey-500: #757575;
  --grey-600: #5d5d5d;
  --grey-700: #4f4f4f;
  --grey-800: #454545;
  --grey-900: #3d3d3d;
  --grey-950: #262626;

  /* Accent (Pink) Color Palette */
  --accent-50: #fff1f3;
  --accent-100: #ffe4e8;
  --accent-200: #fdced6;
  --accent-300: #fca5b6;
  --accent-400: #f9738f;
  --accent: #f24770;
  --accent-500: #f24770;
  --accent-600: #de2056;
  --accent-700: #bc1449;
  --accent-800: #9d1443;
  --accent-900: #861540;
  --accent-950: #4b061e;

  /* Blue Color Palette */
  --blue-50: #eefbfd;
  --blue-100: #d5f3f8;
  --blue-200: #b0e7f1;
  --blue-300: #79d5e7;
  --blue-400: #2fb5d2;
  --blue: #2fb5d2;
  --blue-500: #209dba;
  --blue-600: #1d7e9d;
  --blue-700: #1e6780;
  --blue-800: #215569;
  --blue-900: #204759;
  --blue-950: #0f2e3d;
}

.text-grey,
.text-muted {
  color: var(--grey) !important;
}

.navbar-light .navbar-tool-text {
  color: var(--grey-dark) !important;
  font-weight: 500 !important;
}

body {
  font-family: "Host Grotesk", sans-serif !important;
  color: var(--blue-950) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black !important;
}

.text-dark {
  color: var(--blue-950) !important;
}

.font-family-grotesk {
  font-family: "Host Grotesk", sans-serif !important;
}

.host-grotesk-300 {
  font-family: "Host Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300 !important;
  font-style: normal;
}

.host-grotesk-400 {
  font-family: "Host Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
}

.host-grotesk-500 {
  font-family: "Host Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500 !important;
  font-style: normal;
}

.host-grotesk-600 {
  font-family: "Host Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
}

.host-grotesk-700 {
  font-family: "Host Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
}

.host-grotesk-800 {
  font-family: "Host Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800 !important;
  font-style: normal;
}

/* BUTTONS */
.btn-pink {
  background-color: var(--accent-600) !important;
  color: #fff !important;
}
.btn-pink:hover {
  background-color: var(--accent-700) !important;
  border-color: var(--accent-700) !important;
}

.btn-accent {
  background-color: var(--accent-600) !important;
  color: #fff !important;
  border-color: var(--accent-600) !important;
}
.btn-accent:hover {
  background-color: var(--accent-700) !important;
  border-color: var(--accent-700) !important;
}

.btn-primary {
  background-color: var(--blue-950) !important;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: var(--blue-950) !important;
  color: #fff !important;
}

.form-footer .btn-primary {
  background-color: var(--accent-600) !important;
  border-color: var(--accent-600) !important;
  color: #fff !important;
}
.form-footer .btn-primary:hover {
  background-color: var(--accent-900) !important;
  border-color: var(--accent-900) !important;
  color: #fff !important;
}

.checkout-step .btn.continue {
  background-color: var(--accent-600) !important;
  border-color: var(--accent-600) !important;
  color: #fff !important;
  width: 100% !important;
}
.checkout-step .btn.continue:hover {
  background-color: var(--accent-900) !important;
  border-color: var(--accent-900) !important;
  color: #fff !important;
  width: 100% !important;
}

.btn-blue {
  background-color: var(--blue-600) !important;
  color: #fff !important;
}
.btn-blue:hover {
  background-color: var(--blue-950) !important;
  color: #fff !important;
}

.btn-blue-toggle {
  background-color: var(--grey-100) !important;
  color: var(--grey-dark) !important;
}
.btn-blue-toggle:hover {
  background-color: var(--blue-950) !important;
  color: #fff !important;
}
.btn-blue-toggle.active {
  background-color: var(--blue-950) !important;
  color: #fff !important;
}

.product-flags .badge *,
.product-flags .badge {
  font-size: 14px !important;
}

.header-top.mb-5,
.navbar.mb-3 {
  margin-bottom: 0px !important;
}

.navbar-brand img {
  max-width: 150px;
}

.navbar-collapse,
.main-menu {
  flex-grow: 1;
}
.navbar-nav {
  justify-content: space-between;
}

#search_widget form {
  margin: 0;
}

/* #search_widget form .ui-autocomplete-input,
#search_widget form .ui-autocomplete-input .btn {
  border-width: 0px 0px 1px 0px;
  border-radius: 0px !important;
  border-color: #4b566b;
} */

.czi-arrow-down {
  font-family: FontAwesome !important;
  transition: all 0.3s ease;
}

.cz-sidebar-static {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem !important;
}
.navbar-expand-lg .czi-arrow-down::before {
  content: "\f107";
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  transition: all 0.3s ease;
}

@media (max-width: 767.98px) {
  body {
    padding-top: 65px !important;
  }

  .cz-sidebar.show {
    z-index: 999999 !important;
  }

  .cz-sidebar.show .cz-sidebar-body {
    padding: 15px 15px !important;
  }

  /* Sticky header on mobile */
  .header-top {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: white !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: z-index 0s;
  }

  /* Increase z-index when menu is open */
  body.menu-open .header-top .navbar:first-child {
    z-index: 9999;
    background: white !important;
  }

  /* Hide and disable hamburger when menu is open */
  body.menu-open .navbar-toggler {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  .navbar-toggler {
    transition: opacity 0.3s ease;
  }

  /* Add padding to body to prevent content from being hidden under sticky header */
  body {
    padding-top: 80px;
  }

  /* Prevent body scroll when menu is open */
  body.menu-open {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
    height: 100vh;
  }

  /* Full-screen offcanvas menu */
  #navbarCollapse {
    position: fixed !important;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: white !important;
    z-index: 1045;
    transition: left 0.3s ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 100px 20px 40px 20px;
    margin: 0;
    -webkit-overflow-scrolling: touch;
  }

  #navbarCollapse.show {
    left: 0;
    overflow-y: auto;
    padding-bottom: 150px !important;
  }

  /* Overlay when menu is open */
  body.menu-open::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    animation: fadeIn 0.3s ease-in-out;
    pointer-events: none;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  /* Close button for offcanvas menu */
  .offcanvas-close {
    position: fixed;
    top: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #000;
    border: none;
    cursor: pointer;
    z-index: 1046;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    transition: background 0.2s ease;
    z-index: 999999;
  }

  .offcanvas-close:hover {
    background: #333;
  }

  .offcanvas-close::before,
  .offcanvas-close::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    transition: background 0.2s ease;
  }

  .offcanvas-close::before {
    transform: rotate(45deg);
  }

  .offcanvas-close::after {
    transform: rotate(-45deg);
  }

  .offcanvas-close:hover::before,
  .offcanvas-close:hover::after {
    background: #fff;
  }

  #navbarCollapse.show ~ .offcanvas-close {
    display: flex;
  }

  /* Menu container */
  #navbarCollapse .navbar-nav {
    width: 100%;
    padding: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 20px !important;
    padding: 12px 5px !important;
  }

  .dropdown-submenu {
    text-align: center;
    margin: 0px 0px !important;
  }
  .dropdown-submenu .nav-link {
    width: 100%;
  }
  .dropdown-submenu .float-right {
    float: none !important;
    display: none !important;
  }
  .dropdown-submenu.dropdown .mobile-dropdown-parent::after {
    font-family: "FontAwesome" !important;
    content: "\f107";
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    width: 0px !important;
    transform: translateX(15px);
    overflow: visible;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #b4b4b4;
    transition: all 0.3s ease;
    margin-right: 0px;
  }

  /* Rotate arrow when dropdown is open */
  .dropdown-submenu.dropdown.dropdown-open .mobile-dropdown-parent:after {
    transform: translateX(15px) rotate(180deg);
  }

  /* Rotate czi-arrow-down icon when dropdown is open */
  .dropdown-submenu.dropdown.dropdown-open .czi-arrow-down {
    transform: rotate(180deg);
  }

  /* Mobile dropdown parent link styling */
  .mobile-dropdown-parent {
    cursor: pointer;
    position: relative;
  }

  /* Ensure the entire dropdown item is clickable on mobile */
  .dropdown-menu {
    border-width: 0px !important;
    border-style: none !important;
    border-color: transparent !important;
  }
  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu.dropdown-open {
    border-bottom: 1px solid #e9e9e9;
  }

  .dropdown-submenu .dropdown-item {
    font-size: 18px;
    padding: 12px 5px;
    font-weight: 500;
    color: black !important;
    opacity: 1 !important;
  }

  /* Reduce opacity of all other top-level dropdown items when one is open */
  .navbar-nav.has-open-dropdown > .dropdown-submenu:not(.dropdown-open) {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }

  .navbar-nav.has-open-dropdown
    > .dropdown-submenu:not(.dropdown-open)
    .nav-link,
  .navbar-nav.has-open-dropdown
    > .dropdown-submenu:not(.dropdown-open)
    .mobile-dropdown-parent {
    opacity: 0.7;
  }
  /* Rotate arrow when dropdown is open on desktop */
  .dropdown-submenu.dropdown.dropdown-open .czi-arrow-down,
  .dropdown-submenu.dropdown.show .czi-arrow-down,
  .dropdown-submenu.dropdown.active .czi-arrow-down {
    transform: rotate(180deg);
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .czi-arrow-down::before {
    content: "\f107";
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    position: absolute;
    top: 6px;
    transition: all 0.3s ease;
  }
}

.navbar-expand-lg .czi-arrow-down:hover {
  cursor: pointer;
}

/* Reduce opacity of all other top-level dropdown items when one is open on desktop */
.navbar-nav.has-open-dropdown > .dropdown-submenu:not(.dropdown-open) {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.navbar-nav.has-open-dropdown
  > .dropdown-submenu:not(.dropdown-open)
  .nav-link {
  opacity: 0.7;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: black !important;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all 0.3s ease;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-light .nav-item:hover .nav-link:not(.disabled),
.navbar-light .nav-item:hover .nav-link:not(.disabled) > i,
.navbar-expand-lg .navbar-nav .nav-link:hover .czi-arrow-down,
.navbar-light .nav-item:hover .nav-link:not(.disabled) > i.czi-arrow-down,
.navbar-light .nav-item:hover,
.navbar-light .nav-item:hover > i,
.navbar-expand-lg .navbar-nav .nav-item:hover .czi-arrow-down,
.navbar-light .nav-item:hover i.czi-arrow-down {
  color: var(--blue) !important;
  font-weight: 400 !important;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
  color: var(--accent) !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px !important;
    padding-left: 0 !important;
  }
  .navbar-expand-lg .navbar-nav .nav-item {
    padding-right: 0px;
    padding-left: 0 !important;
  }
}

.navbar-tool-text {
  color: var(--grey-dark);
  font-weight: 700;
  line-height: 1.3;
  font-size: 15px;
}

.navbar-tool-text > small {
  color: var(--grey-dark);
  font-weight: 400;
  line-height: 1.3;
  font-size: 13px;
}

.navbar-tool-icon {
  font-size: 1.325rem;
}

.navbar-tool-icon.czi-user-circle {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-tool-icon-box.bg-secondary {
    background-color: transparent !important;
  }
}

.topbar-text,
.topbar-link {
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none !important;
}
.topbar-link i {
  margin-right: 0.375rem;
  font-size: 1.15em;
  vertical-align: middle;
}

.mm_menus_li,
.ets_mm_categories li,
.ets_mm_megamenu li,
.ets_mm_megamenu_item li,
li.km-show-more-list__element {
  list-style: none !important;
}

.mm_menus_li::marker,
.ets_mm_categories li::marker,
.ets_mm_megamenu li::marker,
.ets_mm_megamenu_item li::marker {
  display: none;
}

ul.km-show-more-list {
  padding-left: 0 !important;
}

.cz-sidebar-body {
  padding: 0 !important;
}

.customcategorysidebar-toggle {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.customcategorysidebar-toggle:hover {
  background-color: #f2f2f2;
}

.mm_menu_content_title {
  font-size: 13px;
  font-weight: 500;
}

#product-availability .product-last-items,
#product-availability .product-available,
#product-availability .product-unavailable,
#product-availability .product-preco {
  font-size: 1.2rem !important;
}
#product-availability {
  align-items: center;
  gap: 10px;
  justify-content: center;
}

#product-availability-small {
  align-items: center;
  gap: 10px;
  justify-content: center;
}

#product-availability .product-availability-message {
  font-size: 0.85rem;
  color: var(--grey-dark);
}

.product-reference {
  font-style: italic;
}

#spr_reviews_list_footer {
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 0 20px;
}
.ajout-panier {
  background-color: var(--accent-600);
  color: #ffffff;
  padding: 10px 24px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid var(--accent-600);
  transition: background-color 0.3s ease;
}

.ajout-panier:hover {
  background-color: black;
  border: 1px solid black;
}

.text-accent-blue {
  color: #2eb4d2;
}

.text-accent-dark {
  color: #f12354 !important;
}

.product-container .badge-danger {
  background-color: rgba(243, 71, 112, 0.1) !important;
  color: #f24770 !important;
  border: 0px solid #f24770;
  font-weight: 500;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  display: inline-block;
}

.product-container .badge-danger2 {
  background-color: #f24770 !important;
  color: #fff !important;
  border: 1px solid #f24770;
}

.product-container .text-flag-discount {
  color: #f24770 !important;
  text-transform: capitalize !important;
}

.product-container .text-flag-discount2 {
  color: #fff !important;
}

/* MENU */
.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--blue-600);
  background: var(--blue-50);
}

.dropdown-menu li:hover > .dropdown-item {
  color: var(--blue-600);
  background: var(--blue-50);
}

/* Beautiful checkmark list design */
.ul-li-to-check ul {
  list-style: none !important;
  list-style-type: none !important;
  padding: 20px !important;
  border-radius: 10px !important;
  border: 1px solid #e9e9e9 !important;
  margin: 0;
  margin-bottom: 20px !important;
}

.ul-li-to-check li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
  line-height: 1.5 !important;
  color: #141414;
  font-size: 15px !important;
  font-weight: 400 !important;
  transition: all 0.3s ease;
}

.ul-li-to-check li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.ul-li-to-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  color: #2eb4d2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
  font-weight: bold;
  transition: all 0.3s ease;
}

.ul-li-to-check li:hover {
  padding-left: 45px;
  color: #2eb4d2;
}

.ul-li-to-check li:hover::before {
  transform: translateY(-50%) scale(1.1);
}

/* Alternative style with modern checkmark icon */
.ul-li-to-check.modern li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232eb4d2'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
}

/* Minimal style variant */
.ul-li-to-check.minimal li {
  padding: 8px 0 8px 30px;
  border-bottom: none;
  margin-bottom: 4px;
}

.ul-li-to-check.minimal li::before {
  width: 18px;
  height: 18px;
  background: #2eb4d2;
  font-size: 12px;
  box-shadow: none;
}

.ul-li-to-check.minimal li:hover::before {
  transform: translateY(-50%) scale(1.05);
}
#alma-widget-payment-plans-main-container {
  width: 100% !important;
  border-radius: 10px !important;
  margin-top: 20px !important;
}

.product-description-short {
  padding: 20px !important;
  border-radius: 10px !important;
  /* border: 1px solid #e9e9e9 !important; */
  margin: 0;
  text-align: center !important;
  margin-bottom: 20px !important;
}

.product-description .embed-responsive iframe {
  border-radius: 10px !important;
  border: 1px solid #e9e9e9 !important;
  margin: 0;
  margin-bottom: 20px !important;
  max-width: 750px !important;
  max-height: 500px !important;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
}

.product-description iframe {
  border-radius: 10px !important;
  border: 1px solid #e9e9e9 !important;
  margin: 0;
  margin-bottom: 20px !important;
  max-width: 750px !important;
  max-height: 500px !important;
  margin-left: auto;
  margin-right: auto;
}

#displayZoom {
  display: none !important;
}

/* Modal picture product styles */
#modal-picture-product-cz .modal-header {
  position: absolute;
  z-index: 100;
  width: 100%;
  border: 0;
}

#modal-picture-product-cz .modal-header .close {
  background: white;
  padding: 10px;
  opacity: 1;
  border-radius: 999px;
  aspect-ratio: 1;
  top: 10px;
  right: 10px;
  position: absolute;
  transform: translate(-50%, 50%);
}

#modal-picture-product-cz .modal-header .close span {
  padding-left: 4px;
  padding-right: 4px;
  height: 15px;
}

#modal-picture-product-cz .modal-body {
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
}

#modal-picture-product-cz #current-slide-legend {
  position: absolute;
  bottom: 10px;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 999px !important;
  padding-right: 15px;
  padding-left: 15px;
}

/* wishlist styles */
/* .wishlist-button-product {
  display: none !important;
} */
