@charset "UTF-8";
/*
    Theme Name: ICHR
    Theme URI: https://www.agence42.fr
    Description: Child Theme for Hello Elementor (ICHR)
    Author: Soheil Saheb-Jamii
    Author URI: https://wwww.agence42.fr
    Template: hello-elementor
    Version: 1.0.0
    Text Domain: ichr
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
header {
  position: relative;
}
header:hover::after {
  background-color: var(--ichr-primary);
}
.current-menu-item header::after, .active header::after {
  background-color: var(--ichr-primary);
}
@media (max-width: 1024px) {
  header .elementor-widget-ichr-button-widget:not(.cloned-widget),
  header .elementor-widget-search-form:not(.cloned-widget),
  header .elementor-widget-woocommerce-menu-cart:not(.cloned-widget),
  header .elementor-widget-wpml-language-switcher:not(.cloned-widget) {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  header .elementor-widget-ichr-button-widget:not(.cloned-widget),
  header .elementor-widget-search-form:not(.cloned-widget),
  header .elementor-widget-woocommerce-menu-cart:not(.cloned-widget),
  header .elementor-widget-wpml-language-switcher:not(.cloned-widget) {
    display: none !important;
  }
}
@media (min-width: 1281px) {
  header .elementor-widget-ichr-button-widget.cloned-widget {
    visibility: hidden;
    pointer-events: none;
  }
  header .elementor-search-form.cloned-widget {
    visibility: hidden;
    pointer-events: none;
  }
  header .elementor-widget-woocommerce-menu-cart.cloned-widget {
    visibility: hidden;
    pointer-events: none;
  }
  header .wpml-ls-statics-shortcode_actions.cloned-widget {
    visibility: hidden;
    pointer-events: none;
  }
  header .wishlist-btn {
    visibility: hidden;
    pointer-events: none;
  }
}
@media (max-width: 1024px) {
  header .a42-menu-button {
    margin-left: 15px;
    padding: 0;
    border: 1px solid #000;
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    cursor: pointer;
    position: relative;
  }
  header .a42-menu-button .bar {
    display: block;
    position: absolute;
    height: 1px;
    background-color: #000 !important;
    transition: all 0.3s ease;
  }
  header .a42-menu-button .bar:nth-child(1),
  header .a42-menu-button .bar:nth-child(3) {
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
  }
  header .a42-menu-button .bar:nth-child(1) {
    top: 6px;
  }
  header .a42-menu-button .bar:nth-child(2) {
    top: 13px;
    width: 12px;
    left: 8px;
  }
  header .a42-menu-button .bar:nth-child(3) {
    top: 20px;
  }
  header .a42-menu-button .bar:nth-child(4) {
    display: none;
  }
  header .a42-menu-button.is-open {
    border-right: none;
    border-bottom: none;
    border-top: none;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  header .a42-menu-button.is-open .bar:nth-child(1) {
    width: 16px;
    top: 15px;
    transform: rotate(45deg);
  }
  header .a42-menu-button.is-open .bar:nth-child(2) {
    opacity: 0;
  }
  header .a42-menu-button.is-open .bar:nth-child(3) {
    width: 14px;
    top: 15px;
    transform: rotate(-45deg);
  }
  header .logo {
    max-width: 140px !important;
    margin-right: 20px;
  }
}

.theme-cta .elementor-cta__title {
  background: var(--ichr-primary);
  padding: 15px 15px 15px 110px;
  min-height: 70px;
  transition: padding 0.65s, background 0.2s;
  transition-timing-function: cubic-bezier(0.28, 0, 0, 1);
}
.theme-cta .elementor-cta__title:before {
  content: "";
  position: absolute;
  height: 1px;
  top: 24px;
  left: 30px;
  width: 60px;
  background: var(--ichr-white);
}
.theme-cta.elementor-cta--skin-cover .elementor-cta .elementor-cta__bg-overlay {
  background: var(--ichr-primary-tr60);
  top: initial;
  bottom: 0;
  height: 0;
  transition: all 0.3s cubic-bezier(0.28, 0, 0, 1) 0s;
}
.theme-cta.elementor-cta--skin-cover .elementor-cta:hover .elementor-cta__bg-overlay {
  height: 100%;
}
.theme-cta.elementor-cta--skin-cover .elementor-cta:hover .elementor-cta__title {
  background: transparent;
  padding-bottom: 60px;
}

.elementor-widget-media-carousel.elementor-arrows-yes.elementor-pagination-position-outside .swiper {
  padding-bottom: 80px;
}
.elementor-widget-media-carousel.elementor-arrows-yes .swiper {
  display: flex;
  flex-wrap: wrap;
}
.elementor-widget-media-carousel.elementor-arrows-yes .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  bottom: 0;
  width: fit-content;
  order: 2;
  display: flex;
  align-items: center;
  padding: 0 30px;
  margin-top: 30px;
}
.elementor-widget-media-carousel.elementor-arrows-yes .swiper .elementor-swiper-button.elementor-swiper-button-prev, .elementor-widget-media-carousel.elementor-arrows-yes .swiper .elementor-swiper-button.elementor-swiper-button-next {
  position: relative;
  margin-top: 30px;
  top: 0;
  left: initial;
  right: initial;
  transform: none;
}
.elementor-widget-media-carousel.elementor-arrows-yes .swiper .elementor-swiper-button.elementor-swiper-button-prev i:before, .elementor-widget-media-carousel.elementor-arrows-yes .swiper .elementor-swiper-button.elementor-swiper-button-next i:before {
  content: "";
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  width: 38px;
  height: 38px;
  background: var(--ichr-secondary);
}
.elementor-widget-media-carousel.elementor-arrows-yes .swiper .elementor-swiper-button.elementor-swiper-button-prev:hover i:before, .elementor-widget-media-carousel.elementor-arrows-yes .swiper .elementor-swiper-button.elementor-swiper-button-next:hover i:before {
  background: var(--ichr-primary);
}
.elementor-widget-media-carousel.elementor-arrows-yes .swiper .elementor-swiper-button.elementor-swiper-button-prev {
  margin-left: auto;
  order: 1;
}
.elementor-widget-media-carousel.elementor-arrows-yes .swiper .elementor-swiper-button.elementor-swiper-button-prev i:before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M5.7 250.3L0 256l5.7 5.7 152 152 5.7 5.7L174.6 408l-5.7-5.7L30.6 264 504 264l8 0 0-16-8 0L30.6 248 169 109.7l5.7-5.7L163.3 92.7l-5.7 5.7-152 152z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M5.7 250.3L0 256l5.7 5.7 152 152 5.7 5.7L174.6 408l-5.7-5.7L30.6 264 504 264l8 0 0-16-8 0L30.6 248 169 109.7l5.7-5.7L163.3 92.7l-5.7 5.7-152 152z"/></svg>');
}
.elementor-widget-media-carousel.elementor-arrows-yes .swiper .elementor-swiper-button.elementor-swiper-button-next {
  margin-right: auto;
  order: 3;
}
.elementor-widget-media-carousel.elementor-arrows-yes .swiper .elementor-swiper-button.elementor-swiper-button-next i:before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M506.3 250.3L512 256l-5.7 5.7-152 152-5.7 5.7L337.4 408l5.7-5.7L481.4 264 8 264l-8 0 0-16 8 0L481.4 248 343 109.7l-5.7-5.7L348.7 92.7l5.7 5.7 152 152z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M506.3 250.3L512 256l-5.7 5.7-152 152-5.7 5.7L337.4 408l5.7-5.7L481.4 264 8 264l-8 0 0-16 8 0L481.4 248 343 109.7l-5.7-5.7L348.7 92.7l5.7 5.7 152 152z"/></svg>');
}

.elementor-element.elementor-arrows-position-inside .swiper .elementor-swiper-button i {
  background-color: var(--ichr-white);
}
.elementor-element.elementor-arrows-position-inside .swiper .elementor-swiper-button i:before {
  content: "";
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  width: 38px;
  height: 38px;
}
.elementor-element.elementor-arrows-position-inside .swiper .elementor-swiper-button:hover i:before {
  background: var(--ichr-primary);
}
.elementor-element.elementor-arrows-position-inside .swiper .elementor-swiper-button.elementor-swiper-button-prev i {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M5.7 250.3L0 256l5.7 5.7 152 152 5.7 5.7L174.6 408l-5.7-5.7L30.6 264 504 264l8 0 0-16-8 0L30.6 248 169 109.7l5.7-5.7L163.3 92.7l-5.7 5.7-152 152z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M5.7 250.3L0 256l5.7 5.7 152 152 5.7 5.7L174.6 408l-5.7-5.7L30.6 264 504 264l8 0 0-16-8 0L30.6 248 169 109.7l5.7-5.7L163.3 92.7l-5.7 5.7-152 152z"/></svg>');
}
.elementor-element.elementor-arrows-position-inside .swiper .elementor-swiper-button.elementor-swiper-button-next i {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M506.3 250.3L512 256l-5.7 5.7-152 152-5.7 5.7L337.4 408l5.7-5.7L481.4 264 8 264l-8 0 0-16 8 0L481.4 248 343 109.7l-5.7-5.7L348.7 92.7l5.7 5.7 152 152z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M506.3 250.3L512 256l-5.7 5.7-152 152-5.7 5.7L337.4 408l5.7-5.7L481.4 264 8 264l-8 0 0-16 8 0L481.4 248 343 109.7l-5.7-5.7L348.7 92.7l5.7 5.7 152 152z"/></svg>');
}
@media (max-width: 1024px) {
  .elementor-element.elementor-arrows-position-inside .swiper .elementor-swiper-button {
    display: none;
  }
}

.elementor-element.elementor-pagination-type-bullets .swiper .swiper-pagination-bullets .swiper-pagination-bullet, .elementor-element .elementor-widget-slides .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  transition: all 0.3s cubic-bezier(0.28, 0, 0, 1) 0s;
  position: relative;
}
.elementor-element.elementor-pagination-type-bullets .swiper .swiper-pagination-bullets .swiper-pagination-bullet:before, .elementor-element.elementor-pagination-type-bullets .swiper .swiper-pagination-bullets .swiper-pagination-bullet:after, .elementor-element .elementor-widget-slides .swiper .swiper-pagination-bullets .swiper-pagination-bullet:before, .elementor-element .elementor-widget-slides .swiper .swiper-pagination-bullets .swiper-pagination-bullet:after {
  transition: all 0.3s cubic-bezier(0.28, 0, 0, 1) 0s;
  display: flex;
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  left: -5px;
  width: 19px;
  height: 2px;
  background: var(--bullet-color, var(--ichr-secondary));
  transform-origin: center center;
  opacity: 0;
}
.elementor-element.elementor-pagination-type-bullets .swiper .swiper-pagination-bullets span.swiper-pagination-bullet, .elementor-element .elementor-widget-slides .swiper .swiper-pagination-bullets span.swiper-pagination-bullet {
  background: transparent;
  border: 2px solid var(--bullet-color, var(--ichr-secondary));
}
.elementor-element.elementor-pagination-type-bullets .swiper .swiper-pagination-bullets span.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover, .elementor-element .elementor-widget-slides .swiper .swiper-pagination-bullets span.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  background: var(--bullet-color, var(--ichr-secondary));
}
.elementor-element.elementor-pagination-type-bullets .swiper .swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active, .elementor-element .elementor-widget-slides .swiper .swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: transparent;
}
.elementor-element.elementor-pagination-type-bullets .swiper .swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active:before, .elementor-element.elementor-pagination-type-bullets .swiper .swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active:after, .elementor-element .elementor-widget-slides .swiper .swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active:before, .elementor-element .elementor-widget-slides .swiper .swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  transition: all 0.5s cubic-bezier(0.28, 0, 0, 1) 0s;
  opacity: 1;
}
.elementor-element.elementor-pagination-type-bullets .swiper .swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active:before, .elementor-element .elementor-widget-slides .swiper .swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  transform: rotate(45deg);
}
.elementor-element.elementor-pagination-type-bullets .swiper .swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active:after, .elementor-element .elementor-widget-slides .swiper .swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  transform: rotate(-45deg);
}
.elementor-element.elementor-pagination-type-bullets.elementor-pagination-position-inside, .elementor-element .elementor-widget-slides.elementor-pagination-position-inside {
  --bullet-color: var(--ichr-white);
}
.elementor-element.elementor-pagination-type-bullets.elementor-pagination-position-inside .swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-element .elementor-widget-slides.elementor-pagination-position-inside .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 15%;
}
@media (max-width: 1024px) {
  .elementor-element.elementor-pagination-type-bullets.elementor-pagination-position-inside .swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-element .elementor-widget-slides.elementor-pagination-position-inside .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 8%;
  }
}

.shop-loop-filter {
  padding: 15px 20px;
  background-color: var(--ichr-white);
  border-top: 2px solid rgba(0, 0, 0, 0.0980392157);
  border-bottom: 2px solid rgba(0, 0, 0, 0.0980392157);
  /*@media (max-width: 1500px) {
    @content;
  }*/
}
.shop-loop-filter .e-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.shop-loop-filter .e-filter .e-filter-wrapper {
  flex: 1 1 auto;
  text-align: center;
  position: relative;
  min-width: 120px;
}
.shop-loop-filter .e-filter .e-filter-wrapper.has-children [depth="0"]::after {
  transition: all 0.3s cubic-bezier(0.28, 0, 0, 1) 0s;
  content: "";
  background-image: none;
  -webkit-mask: var(--ichr-chevron-down) no-repeat center;
  mask: var(--ichr-chevron-down) no-repeat center;
  background: var(--ichr-secondary);
  width: 14px;
  height: 14px;
  margin-left: 6px;
}
.shop-loop-filter .e-filter .e-filter-wrapper .e-filter-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.shop-loop-filter .e-filter .e-filter-wrapper .e-filter-item[depth="0"] {
  padding: 8px 10px;
  font-weight: 600;
  color: var(--ichr-secondary);
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
}
.shop-loop-filter .e-filter .e-filter-wrapper .e-filter-item[depth="0"][aria-pressed=true], .shop-loop-filter .e-filter .e-filter-wrapper .e-filter-item[depth="0"].selected {
  background-color: var(--ichr-light-blue);
  color: var(--ichr-white);
  border-radius: 6px;
}
.shop-loop-filter .e-filter .e-filter-wrapper .e-filter-item[depth="0"][aria-pressed=true]::after {
  transform: rotate(180deg);
  color: var(--ichr-white);
}
.shop-loop-filter .e-filter .e-filter-wrapper .e-filter-item[depth="1"] {
  padding: 8px 16px;
  font-size: 13px;
  color: #333;
  justify-content: flex-start;
  text-align: left;
}
.shop-loop-filter .e-filter .e-filter-wrapper .e-filter-item[depth="1"]:hover {
  background: var(--ichr-white);
}
.shop-loop-filter .e-filter .e-filter-wrapper .e-filter-item[depth="1"][aria-pressed=true] {
  background-color: var(--ichr-light-blue);
  color: var(--ichr-white);
  border-radius: 4px;
}
.shop-loop-filter .e-filter .e-filter-wrapper .e-filter-item[data-filter=__all] {
  font-weight: 600;
  text-transform: uppercase;
}
.shop-loop-filter .e-filter .e-filter-wrapper .e-filter-wrapper-children {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--ichr-white);
  width: max-content;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
  padding: 0;
}
.shop-loop-filter .e-filter .e-filter-wrapper.open .e-filter-wrapper-children {
  height: fit-content;
  padding: 8px 0;
}
.shop-loop-filter .e-filter .e-filter-wrapper:has(.e-filter-item[data-filter=__all]) {
  order: -1;
}
.is-mobile .shop-loop-filter {
  padding: 10px 15px;
}
.is-mobile .shop-loop-filter .e-filter {
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}
.is-mobile .shop-loop-filter .e-filter .e-filter-wrapper {
  min-width: 100%;
  text-align: left;
}
.is-mobile .shop-loop-filter .e-filter .e-filter-wrapper .e-filter-item {
  font-size: 14px;
  padding: 10px 12px;
  justify-content: space-between;
}
.is-mobile .shop-loop-filter .e-filter .e-filter-wrapper .e-filter-wrapper-children {
  position: static;
  box-shadow: none;
  width: 100%;
}
.is-mobile .shop-loop-filter .e-filter .e-filter-wrapper.open .e-filter-wrapper-children {
  padding: 6px 0;
}

.a42__main-menu {
  --menu-mobile-top-padding: 40px;
  font-family: "Schibsted Grotesk", sans-serif !important;
  /*@media (min-width: 1500px) {
    @content;
  }*/
  /*@media (max-width: 1500px) {
    @content;
  }*/
}
.a42__main-menu .elementor-widget-ichr-button-widget.visible.cloned-widget {
  margin-left: 20px;
}
.a42__main-menu .elementor-search-form.visible.cloned-widget {
  margin-left: 20px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ichr-secondary);
}
.a42__main-menu .elementor-search-form.visible.cloned-widget .search-icon {
  font-size: 16px;
  color: #666;
  display: flex;
  align-items: center;
}
.a42__main-menu .elementor-search-form.visible.cloned-widget input[type=search] {
  width: 240px;
  padding: 8px 20px;
  font-size: 18px;
  color: var(--ichr-secondary) !important;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  outline: none;
  font-family: "Schibsted Grotesk", sans-serif !important;
}
.a42__main-menu .elementor-search-form.visible.cloned-widget input[type=search]::placeholder {
  color: var(--ichr-secondary) !important;
  opacity: 1;
  font-weight: 400;
}
.a42__main-menu .elementor-search-form.visible.cloned-widget .dialog-lightbox-close-button {
  display: none;
}
.a42__main-menu .elementor-widget.elementor-widget-woocommerce-menu-cart.visible.cloned-widget {
  margin-top: 10px;
  margin-left: 16px;
  color: #000;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: none;
  font-family: "Schibsted Grotesk", sans-serif !important;
}
.a42__main-menu .wpml-ls-statics-shortcode_actions.visible.cloned-widget {
  margin-top: 10px;
  margin-left: 12px;
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
  position: relative;
  font-family: "Schibsted Grotesk", sans-serif !important;
}
.a42__main-menu .wpml-ls-statics-shortcode_actions.visible.cloned-widget ::after {
  display: none;
}
.a42__main-menu .wpml-ls-statics-shortcode_actions.visible.cloned-widget * {
  border: none;
  outline: none;
}
.a42__main-menu .wpml-ls-statics-shortcode_actions.visible.cloned-widget .wpml-ls-item-toggle {
  color: #000;
}
.a42__main-menu .wpml-ls-statics-shortcode_actions.visible.cloned-widget .wpml-ls-item-toggle:hover,
.a42__main-menu .wpml-ls-statics-shortcode_actions.visible.cloned-widget .wpml-ls-item-toggle:focus,
.a42__main-menu .wpml-ls-statics-shortcode_actions.visible.cloned-widget .wpml-ls-item-toggle:active {
  background: transparent;
}
.a42__main-menu .wpml-ls-statics-shortcode_actions.visible.cloned-widget .js-wpml-ls-item-toggle {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: inherit;
}
.a42__main-menu .wishlist-btn {
  padding-top: 10px;
  margin-left: 10px;
  color: var(--ichr-secondary);
  font-size: 18px;
  font-family: "Schibsted Grotesk", sans-serif !important;
  opacity: 1;
}
.a42__main-menu .wishlist-btn.hover {
  color: var(--ichr-secondary);
}
.is-desktop .a42__main-menu .menu-item-title {
  position: relative;
  color: var(--ichr-white);
  font-family: "Schibsted Grotesk", sans-serif !important;
}
.is-desktop .a42__main-menu .menu-item-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 0.3s cubic-bezier(0.28, 0, 0, 1) 0s;
}
.is-desktop .a42__main-menu .menu-item-title:hover, .is-desktop .a42__main-menu .menu-item-title.active {
  color: var(--ichr-primary) !important;
}
.is-desktop .a42__main-menu .menu-item-title:hover:after, .is-desktop .a42__main-menu .menu-item-title.active:after {
  transform: scaleX(1);
  background-color: var(--ichr-primary);
}
.is-desktop .a42__main-menu .submenu.depth-1 {
  filter: drop-shadow(0px 3px 10px rgba(10, 0, 30, 0.35));
}
.is-desktop .a42__main-menu .submenu.depth-2 {
  margin-left: -8px;
  left: 100%;
  top: -4px;
}

.a42__main-menu__submenu {
  transition: all 0.3s cubic-bezier(0.28, 0, 0, 1) 0s;
  /*@media (min-width: 1500px) {
    @content;
  }*/
  background-color: #fff;
  color: #000;
}
.is-desktop .a42__main-menu__submenu {
  border-top: 0 solid var(--ichr-secondary);
  box-shadow: 0 0 2px var(--ichr-color-shadow-2), 0 5px 12px var(--ichr-color-shadow-2), 0 8px 24px var(--ichr-color-shadow-1);
}

.a42__main-menu__submenu.active {
  color: var(--ichr-primary) !important;
}
.a42__main-menu__submenu.active:after {
  transform: scaleX(1);
  background-color: var(--ichr-primary);
}
.a42__main-menu .item {
  transition: all 0.3s cubic-bezier(0.28, 0, 0, 1) 0s;
  /*@media (max-width: 1500px) {
    @content;
  }*/
}
.a42__main-menu .item.active {
  color: var(--ichr-primary) !important;
}
.a42__main-menu .item.active:after {
  transform: scaleX(1);
  background-color: var(--ichr-primary);
}
.is-mobile .a42__main-menu .item:nth-child(1) {
  transition-delay: 0.03s;
}
.is-mobile .a42__main-menu .item:nth-child(2) {
  transition-delay: 0.06s;
}
.is-mobile .a42__main-menu .item:nth-child(3) {
  transition-delay: 0.09s;
}
.is-mobile .a42__main-menu .item:nth-child(4) {
  transition-delay: 0.12s;
}
.is-mobile .a42__main-menu .item:nth-child(5) {
  transition-delay: 0.15s;
}
.is-mobile .a42__main-menu .item:nth-child(6) {
  transition-delay: 0.18s;
}
.is-mobile .a42__main-menu .item:nth-child(7) {
  transition-delay: 0.21s;
}
.is-mobile .a42__main-menu .item:nth-child(8) {
  transition-delay: 0.24s;
}
.is-mobile .a42__main-menu .item:nth-child(9) {
  transition-delay: 0.27s;
}
.is-mobile .a42__main-menu .item:nth-child(10) {
  transition-delay: 0.3s;
}
.is-mobile .a42__main-menu .item .a42-submenu-arrow-down,
.is-mobile .a42__main-menu .item .a42-submenu-arrow-right {
  width: 50px;
  align-self: stretch;
  height: inherit;
  color: #000;
  background: white !important;
  display: inline-block;
  margin-top: 4px;
}

.a42__main-menu .submenu {
  /*@media (min-width: 1500px) {
    @content;
  }*/
  /*@media (max-width: 1500px) {
    @content;
  }*/
}
.a42__main-menu .submenu .item-title {
  width: 100%;
  /*@media (min-width: 1500px) {
    @content;
  }*/
}
.is-desktop .a42__main-menu .submenu .item-title {
  background: var(--ichr-white);
  color: var(--ichr-secondary);
  font-family: "Schibsted Grotesk", sans-serif !important;
}
.is-desktop .a42__main-menu .submenu .item-title:hover {
  background: var(--ichr-primary);
  color: #fff !important;
}
.is-desktop .a42__main-menu .submenu .item-title.active {
  color: var(--ichr-primary) !important;
}
.is-desktop .a42__main-menu .submenu .item-title.active:after {
  transform: scaleX(1);
  background-color: var(--ichr-primary);
}

.is-desktop .a42__main-menu .submenu:not(.depth-1) {
  font-size: 90%;
  box-shadow: 0 0 2px var(--ichr-color-shadow-2), 0 5px 12px var(--ichr-color-shadow-2), 0 8px 24px var(--ichr-color-shadow-1);
}

.is-mobile .a42__main-menu .submenu {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}
.is-mobile .a42__main-menu .submenu .submenu-item.item {
  background: var(--ichr-white);
}
.is-mobile .a42__main-menu .submenu .submenu-item.item .item-title-label {
  color: var(--ichr-secondary) !important;
  font-family: "Schibsted Grotesk", sans-serif !important;
}

.is-mobile .a42__main-menu {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  margin: 25px;
  margin-top: 10px;
  max-width: calc(100% - 50px);
  overflow-x: hidden;
  z-index: 10;
  height: 625px !important;
}
.is-mobile .a42__main-menu .depth-0 > .item-title {
  font-weight: 600;
  padding: 10px 0;
  color: #1e1e1e;
  font-family: "Schibsted Grotesk", sans-serif !important;
}
.is-mobile .a42__main-menu .depth-0.has-children > .item-title {
  position: relative;
}
.is-mobile .a42__main-menu .depth-0.has-children > .item-title:after {
  transition: all 0.5s cubic-bezier(0.28, 0, 0, 1) 0s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 0;
  height: 2px;
  background: var(--ichr-primary);
}
.is-mobile .a42__main-menu .depth-0.has-children > .item-title:hover:after {
  background: var(--ichr-white);
}
.is-mobile .a42__main-menu .depth-0.has-children.expanded > .item-title:after {
  width: 80px;
}
.is-mobile .a42__main-menu .item {
  opacity: 0;
  transform: translateX(-25px);
  font-family: "Schibsted Grotesk", sans-serif !important;
}
.menu-opened.is-mobile .a42__main-menu .item {
  opacity: 1;
  transform: translateX(0);
}

.is-mobile .a42__main-menu .expanded > .submenu > .item {
  opacity: 1;
  transform: translateX(0);
}
:not(.menu-opened).is-mobile .a42__main-menu .expanded > .submenu > .item {
  opacity: 0;
  transform: translateX(-25px);
}

.is-mobile .a42__main-menu .has-children > .submenu:not(.depth-1) {
  position: relative;
}
.is-mobile .a42__main-menu .has-children > .submenu:not(.depth-1):after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 1px;
  height: 0;
  transition: all 0.3s cubic-bezier(0.28, 0, 0, 1) 0s;
  background: var(--ichr-primary);
}
.is-mobile .a42__main-menu .has-children.expanded > .submenu {
  padding: 5px 0 5px 30px;
}
.is-mobile .a42__main-menu .has-children.expanded > .submenu:not(.depth-1):after {
  height: 100%;
}
.is-mobile .a42__main-menu .tools-wrapper {
  margin-top: 20px;
}
.is-mobile .a42__main-menu .tools-wrapper .tools .primary {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 500;
  width: 100%;
  text-align: top;
  margin: 15px 0;
  font-family: "Schibsted Grotesk", sans-serif !important;
}
.is-mobile .a42__main-menu .menu-item-title > .item-title-label {
  font-size: 25px !important;
  font-family: "Schibsted Grotesk", sans-serif !important;
  font-weight: 400 !important;
}

.a42__main-menu .item-title-label {
  flex-grow: 1;
  font-size: 18px;
  font-weight: 400;
  padding: 15px 20px;
  color: #000;
  font-family: "Schibsted Grotesk", sans-serif !important;
}
.a42__main-menu .has-children:hover > .submenu {
  /*@media (min-width: 1500px) {
    @content;
  }*/
}
.is-desktop .a42__main-menu .has-children:hover > .submenu.depth-1 {
  margin-top: -1px;
}
.is-desktop .a42__main-menu .has-children:hover > .submenu.depth-2 {
  margin-left: -1px;
}

.a42__main-menu .menu-item-title a.active,
.a42__main-menu .menu-item-title.active {
  color: var(--ichr-primary) !important;
}
.a42__main-menu .menu-item-title a.active:after,
.a42__main-menu .menu-item-title.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--ichr-primary);
  transform: scaleX(1);
  transform-origin: center;
  transition: all 0.3s ease;
}

.elementor-widget-elementor-menu42-menu > .elementor-widget-container {
  /*@media (max-width: 1500px) {
    @content;
  }*/
}
.is-mobile .elementor-widget-elementor-menu42-menu > .elementor-widget-container {
  opacity: 0;
  background: transparent;
}
.is-mobile .elementor-widget-elementor-menu42-menu > .elementor-widget-container .a42__main-menu {
  background: #fff;
  border: 1px solid var(--ichr-secondary);
}
.is-mobile .elementor-widget-elementor-menu42-menu > .elementor-widget-container .tools-wrapper .tools .primary {
  background: var(--am-secondary);
}
.is-mobile .elementor-widget-elementor-menu42-menu > .elementor-widget-container .tools-wrapper .tools .primary .tool-text {
  color: var(--am-primary);
}

.menu-opened .elementor-widget-elementor-menu42-menu > .elementor-widget-container {
  opacity: 1;
}

@media (max-width: 1280px) {
  .elementor-1116 .elementor-element.elementor-element-222bf77c .elementor-widget-container,
  .elementor-1116 .elementor-element.elementor-element-222bf77c .elementor-widget-container > .main-menu {
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
}
.is-mobile .a42__main-menu .item-title .a42-submenu-arrow-down {
  box-shadow: none !important;
}

.a42-submenu-arrow-down,
.a42-submenu-arrow-right {
  color: #000 !important;
  opacity: 1 !important;
  visibility: visible !important;
  /*@media (max-width: 1500px) {
    @content;
  }*/
}
.is-mobile .a42-submenu-arrow-down {
  margin-top: 15px !important;
}

.is-mobile .a42-submenu-arrow-right {
  margin-top: 15px !important;
}

.submenu .item-title-label:hover {
  color: #fff !important;
}

.a42__main-menu {
  /*@media (min-width: 1500px) {
    @content;
  }*/
}
.is-desktop .a42__main-menu .has-children.active > .menu-item-title {
  color: var(--ichr-primary) !important;
}
.is-desktop .a42__main-menu .has-children.active > .menu-item-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--ichr-primary);
  transform: scaleX(1);
  transform-origin: center;
  transition: all 0.3s ease;
}

.elementor-search-form__toggle i.fas.fa-search {
  display: none;
}

.elementor-search-form__toggle::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("assets/svgs/icon-search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 5px;
}

.wpml-ls-native {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.wpml-ls-native::after {
  content: "";
  display: inline-block !important;
  width: 8px;
  height: 8px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  margin-bottom: 6px;
}

.wpml-ls-item-toggle {
  color: inherit !important;
  background: none !important;
  text-decoration: none !important;
}
.wpml-ls-item-toggle:hover, .wpml-ls-item-toggle:focus, .wpml-ls-item-toggle:active {
  color: inherit !important;
  background: none !important;
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
  cursor: default;
}

.a42__main-menu {
  /*@media (min-width: 1500px) {
    @content;
  }*/
}
.is-desktop .a42__main-menu .a42-submenu-arrow-down {
  display: none !important;
}
.is-desktop .a42__main-menu .has-children > .menu-item-title > .item-title-label {
  position: relative;
  padding-right: 16px;
}
.is-desktop .a42__main-menu .has-children > .menu-item-title > .item-title-label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  pointer-events: none;
  margin-top: -2px;
}

.ichr-cart-layout {
  font-family: "Schibsted Grotesk", sans-serif !important;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 20px 0;
}
.ichr-cart-layout .cart-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
.ichr-cart-layout .cart-item .cart-item-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}
.ichr-cart-layout .cart-item .cart-item-inner .cart-item-image img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.ichr-cart-layout .cart-item .cart-item-inner .cart-item-info {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ichr-cart-layout .cart-item .cart-item-inner .cart-item-info .product-title {
  font-family: "Schibsted Grotesk", sans-serif !important;
  font-size: 20px;
  font-weight: 600 !important;
  color: #000000 !important;
  text-decoration: none;
}
.ichr-cart-layout .cart-item .cart-item-inner .cart-item-info .product-title:hover {
  text-decoration: underline;
}
.ichr-cart-layout .cart-item .cart-item-inner .cart-item-info .product-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ichr-cart-layout .cart-item .cart-item-inner .cart-item-info .product-details .product-line {
  font-family: "Schibsted Grotesk", sans-serif !important;
  font-size: 15px;
}
.ichr-cart-layout .cart-item .cart-item-inner .cart-item-info .product-details .product-line .label {
  font-family: "Schibsted Grotesk", sans-serif !important;
  color: #00948E;
  font-weight: 600 !important;
  text-transform: uppercase;
  margin-right: 5px;
}
.ichr-cart-layout .cart-item .cart-item-inner .cart-item-info .product-details .product-line .value {
  font-family: "Schibsted Grotesk", sans-serif !important;
  color: #333;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}
.ichr-cart-layout .cart-item .cart-item-inner .cart-item-info .product-remove {
  margin-top: 20px;
}
.ichr-cart-layout .cart-item .cart-item-inner .cart-item-info .product-remove a.remove {
  font-family: "Schibsted Grotesk", sans-serif !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 5px 0 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  background: transparent !important;
  color: var(--ichr-secondary) !important;
  border: none !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  position: relative !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}
.ichr-cart-layout .cart-item .cart-item-inner .cart-item-info .product-remove a.remove .icon-arrow-right {
  display: inline-block;
  width: 22px;
  height: 11px;
  background-color: currentColor;
  mask: var(--ichr-arrow-right) no-repeat center;
  -webkit-mask: var(--ichr-arrow-right) no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: transform 0.3s ease;
}
.ichr-cart-layout .cart-item .cart-item-inner .cart-item-info .product-remove a.remove::after {
  bottom: -10px !important;
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: var(--ichr-secondary);
  transform-origin: left;
  transform: scaleX(1);
  transition: transform 0.3s ease;
}
.ichr-cart-layout .cart-item .cart-item-inner .cart-item-info .product-remove a.remove:hover {
  background: transparent;
  color: var(--ichr-secondary);
}
.ichr-cart-layout .cart-item .cart-item-inner .cart-item-info .product-remove a.remove:hover .icon-arrow-right {
  transform: translateX(10px);
}
.ichr-cart-layout .cart-item .cart-item-inner .cart-item-info .product-remove a.remove:hover::after {
  transform: scaleX(1.1);
}
.ichr-cart-layout .cart-item .cart-item-inner .product-quantity {
  font-family: "Schibsted Grotesk", sans-serif !important;
  font-weight: 500 !important;
  position: relative;
}

.elementor-menu-cart__subtotal {
  display: none;
}

.woocommerce-Price-amount.amount {
  display: none !important;
}

.elementor-menu-cart__product-price {
  font-family: "Schibsted Grotesk", sans-serif !important;
  font-weight: 500 !important;
  color: #A7A7A7 !important;
  font-size: 13px !important;
}
.elementor-menu-cart__product-price::before {
  content: "Quantité : ";
  display: inline-block;
  margin-right: 4px;
  font-family: "Schibsted Grotesk", sans-serif !important;
  font-weight: 500 !important;
  font-size: 13px;
  color: #A7A7A7;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons a.elementor-button--view-cart,
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart_footer-buttons a.elementor-button--view-cart {
  all: unset !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 5px 0 !important;
  border: none !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: "Schibsted Grotesk", sans-serif !important;
  letter-spacing: -0.03em !important;
  background: transparent !important;
  color: var(--ichr-secondary) !important;
  text-decoration: none !important;
  position: relative !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons a.elementor-button--view-cart::before,
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart_footer-buttons a.elementor-button--view-cart::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  height: 1px !important;
  width: 100% !important;
  background-color: var(--ichr-secondary) !important;
  transform-origin: left !important;
  transform: scaleX(1) !important;
  transition: transform 0.3s ease !important;
  border-radius: 0 !important;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons a.elementor-button--view-cart::after,
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart_footer-buttons a.elementor-button--view-cart::after {
  content: "" !important;
  display: inline-block !important;
  width: 22px !important;
  height: 11px !important;
  background-color: currentColor !important;
  mask: var(--ichr-arrow-right) no-repeat center !important;
  -webkit-mask: var(--ichr-arrow-right) no-repeat center !important;
  mask-size: contain !important;
  -webkit-mask-size: contain !important;
  transition: transform 0.3s ease !important;
  margin-left: 8px !important;
  position: relative !important;
  top: 0 !important;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons a.elementor-button--view-cart:hover,
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart_footer-buttons a.elementor-button--view-cart:hover {
  color: var(--ichr-secondary) !important;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons a.elementor-button--view-cart:hover::after,
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart_footer-buttons a.elementor-button--view-cart:hover::after {
  transform: translateX(10px) !important;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons a.elementor-button--view-cart:hover::before,
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart_footer-buttons a.elementor-button--view-cart:hover::before {
  transform: scaleX(1.1) !important;
}

.custom-checkout-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 16px !important;
  color: var(--ichr-secondary) !important;
  max-width: 800px;
  margin: 0 auto;
}

.custom-checkout-form .form-row {
  display: flex;
  color: var(--ichr-secondary) !important;
  gap: 16px;
  flex-wrap: wrap;
}

.custom-checkout-form input,
.custom-checkout-form select,
.custom-checkout-form textarea {
  flex: 1;
  padding: 12px;
  border: 1px solid #333 !important;
  border-radius: 10px !important;
  font-size: 16px !important;
  font-family: "Schibsted Grotesk", sans-serif;
  color: var(--ichr-secondary) !important;
  transition: border-color 0.3s ease;
  background-color: #fff;
  box-sizing: border-box;
}

/* uniformiser le champ de fichier */
.custom-checkout-form input[type=file] {
  padding: 12px;
  flex: 1;
  border-radius: 10px;
  background-color: #fff;
  font-size: 16px !important;
  font-family: "Schibsted Grotesk", sans-serif;
  color: var(--ichr-secondary) !important;
}

.custom-checkout-form textarea {
  border: 1px solid #333 !important;
  color: var(--ichr-secondary) !important;
  min-height: 120px;
  resize: vertical;
  font-size: 16px !important;
}

.custom-checkout-form select {
  color: var(--ichr-secondary) !important;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23333' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 12px;
  padding-right: 36px;
  border: 1px solid #333 !important;
  font-size: 16px !important;
}

.custom-checkout-form input:focus,
.custom-checkout-form select:focus,
.custom-checkout-form textarea:focus {
  border: 1px solid #333 !important;
  color: var(--ichr-secondary) !important;
  outline: none;
  font-size: 16px !important;
}

.custom-checkout-form label {
  font-size: 16px !important;
  display: flex;
  align-items: flex-start;
  color: var(--ichr-secondary) !important;
  margin-left: 20px;
  margin-top: -15px;
}

.custom-checkout-form input[type=checkbox] {
  color: var(--ichr-secondary) !important;
  font-size: 20px !important;
}

/* Responsive */
@media (max-width: 768px) {
  .custom-checkout-form .form-row {
    flex-direction: column;
  }
}
.custom-checkout-form .form-row:last-child {
  justify-content: center;
}

/* Style du bouton */
.button,
button.button,
a.button {
  display: inline-flex;
  justify-content: center !important;
  align-items: center;
  border-radius: 5px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.button .icon-arrow-right,
button.button .icon-arrow-right,
a.button .icon-arrow-right {
  display: inline-block;
  width: 22px;
  height: 11px;
  background-color: currentColor;
  mask: var(--ichr-arrow-right) no-repeat center;
  -webkit-mask: var(--ichr-arrow-right) no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: background-color 0.3s ease;
}

/* Variante bleue */
.button.blue {
  background: var(--ichr-light-blue);
  color: var(--ichr-white);
  border: 2px solid transparent;
}

.button.blue:hover {
  background: transparent;
  color: var(--ichr-light-blue);
  border-color: var(--ichr-light-blue);
}

@keyframes animated-svg {
  0% {
    stroke-dashoffset: 200;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.animated-svg svg path {
  stroke-width: 1;
  animation: animated-svg 3.5s cubic-bezier(0.55, 0.18, 0.3, 1) forwards;
  stroke-dasharray: 200, 500;
  stroke-dashoffset: 200;
}

.elementor-invisible svg path {
  stroke-dasharray: 0, 500;
  stroke-dashoffset: 0;
  animation: none;
}

.button, button[type=submit],
.elementor-element .elementor-widget-container .elementor-form .elementor-field-type-submit .elementor-button,
button.button,
a.button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 5px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: "Schibsted Grotesk", sans-serif !important;
  letter-spacing: -0.03em !important;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button .icon-arrow-right, button[type=submit] .icon-arrow-right,
.elementor-element .elementor-widget-container .elementor-form .elementor-field-type-submit .elementor-button .icon-arrow-right,
button.button .icon-arrow-right,
a.button .icon-arrow-right {
  display: inline-block;
  width: 22px;
  height: 11px;
  background-color: currentColor;
  mask: var(--ichr-arrow-right) no-repeat center;
  -webkit-mask: var(--ichr-arrow-right) no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: background-color 0.3s ease;
}
.button .icon-heart, button[type=submit] .icon-heart,
.elementor-element .elementor-widget-container .elementor-form .elementor-field-type-submit .elementor-button .icon-heart,
button.button .icon-heart,
a.button .icon-heart {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: currentColor;
  mask: var(--ichr-heart) no-repeat center;
  -webkit-mask: var(--ichr-heart) no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: background-color 0.3s ease;
}
.button.red, button[type=submit],
.elementor-element .elementor-widget-container .elementor-form .elementor-field-type-submit .elementor-button,
button.button.red,
a.button.red {
  background: var(--ichr-primary-red);
  color: var(--ichr-white);
  border: 2px solid transparent;
}
.button.red:hover, button[type=submit]:hover,
.elementor-element .elementor-widget-container .elementor-form .elementor-field-type-submit .elementor-button:hover,
button.button.red:hover,
a.button.red:hover {
  background: transparent;
  color: var(--ichr-primary-red);
  border-color: var(--ichr-primary-red);
}
.button.white, button.white[type=submit],
.elementor-element .elementor-widget-container .elementor-form .elementor-field-type-submit .white.elementor-button,
button.button.white,
a.button.white {
  background: transparent;
  color: var(--ichr-white);
  border: 1px solid var(--ichr-white);
}
.button.white:hover, button.white[type=submit]:hover,
.elementor-element .elementor-widget-container .elementor-form .elementor-field-type-submit .white.elementor-button:hover,
button.button.white:hover,
a.button.white:hover {
  background: var(--ichr-white);
  color: var(--ichr-secondary);
}
.button.blue, button.blue[type=submit],
.elementor-element .elementor-widget-container .elementor-form .elementor-field-type-submit .blue.elementor-button,
button.button.blue,
a.button.blue {
  background: var(--ichr-light-blue);
  color: var(--ichr-white);
  border: 2px solid transparent;
}
.button.blue:hover, button.blue[type=submit]:hover,
.elementor-element .elementor-widget-container .elementor-form .elementor-field-type-submit .blue.elementor-button:hover,
button.button.blue:hover,
a.button.blue:hover {
  background: transparent;
  color: var(--ichr-light-blue);
  border-color: var(--ichr-light-blue);
}
.button.underline, button.underline[type=submit],
.elementor-element .elementor-widget-container .elementor-form .elementor-field-type-submit .underline.elementor-button,
button.button.underline,
a.button.underline {
  background: transparent;
  color: var(--ichr-secondary);
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  font-size: 16px;
  font-family: "Schibsted Grotesk", sans-serif;
  letter-spacing: -0.03em;
  position: relative;
}
.button.underline .icon-arrow-right, button.underline[type=submit] .icon-arrow-right,
.elementor-element .elementor-widget-container .elementor-form .elementor-field-type-submit .underline.elementor-button .icon-arrow-right,
button.button.underline .icon-arrow-right,
a.button.underline .icon-arrow-right {
  transition: transform 0.3s ease;
}
.button.underline::after, button.underline[type=submit]::after,
.elementor-element .elementor-widget-container .elementor-form .elementor-field-type-submit .underline.elementor-button::after,
button.button.underline::after,
a.button.underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: var(--ichr-secondary);
  transform-origin: left;
  transform: scaleX(1);
  transition: transform 0.3s ease;
}
.button.underline:hover, button.underline[type=submit]:hover,
.elementor-element .elementor-widget-container .elementor-form .elementor-field-type-submit .underline.elementor-button:hover,
button.button.underline:hover,
a.button.underline:hover {
  background: transparent;
  color: var(--ichr-secondary);
}
.button.underline:hover .icon-arrow-right, button.underline[type=submit]:hover .icon-arrow-right,
.elementor-element .elementor-widget-container .elementor-form .elementor-field-type-submit .underline.elementor-button:hover .icon-arrow-right,
button.button.underline:hover .icon-arrow-right,
a.button.underline:hover .icon-arrow-right {
  transform: translateX(10px);
}
.button.underline:hover::after, button.underline[type=submit]:hover::after,
.elementor-element .elementor-widget-container .elementor-form .elementor-field-type-submit .underline.elementor-button:hover::after,
button.button.underline:hover::after,
a.button.underline:hover::after {
  transform: scaleX(1.1);
}
.button.underline-heart, button.underline-heart[type=submit],
.elementor-element .elementor-widget-container .elementor-form .elementor-field-type-submit .underline-heart.elementor-button,
button.button.underline-heart,
a.button.underline-heart {
  background: transparent;
  color: var(--ichr-secondary);
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  font-size: 16px;
  font-family: "Schibsted Grotesk", sans-serif;
  letter-spacing: -0.03em;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.button.underline-heart::before, button.underline-heart[type=submit]::before,
.elementor-element .elementor-widget-container .elementor-form .elementor-field-type-submit .underline-heart.elementor-button::before,
button.button.underline-heart::before,
a.button.underline-heart::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.249 18.995'><path d='M10.6,46.6l-.521-.587-.183-.2A4.869,4.869,0,0,0,1.391,49.05V49.2A5.041,5.041,0,0,0,3,52.9l7.991,7.444a.2.2,0,0,0,.13.052.184.184,0,0,0,.13-.052l8-7.444a5.054,5.054,0,0,0,1.608-3.7V49.05a4.869,4.869,0,0,0-8.508-3.237l-.183.2-.521.587a.7.7,0,0,1-.521.235A.705.705,0,0,1,10.6,46.6Zm1.517-2.481A6.263,6.263,0,0,1,22.249,49.05V49.2a6.44,6.44,0,0,1-1.59,4.237c-.148.165-.3.326-.465.478l-8,7.444a1.193,1.193,0,0,1-.113.1,1.563,1.563,0,0,1-.96.326,1.6,1.6,0,0,1-1.078-.422l-8-7.439c-.165-.152-.317-.313-.465-.478A6.478,6.478,0,0,1,0,49.2V49.05a6.26,6.26,0,0,1,10.125-4.928,6.139,6.139,0,0,1,.813.765l.183.2.183-.2a5.949,5.949,0,0,1,.578-.569l.235-.2Z' transform='translate(0 -42.788)' fill='%23333'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 6px;
}
.button.underline-heart .icon-arrow-right, button.underline-heart[type=submit] .icon-arrow-right,
.elementor-element .elementor-widget-container .elementor-form .elementor-field-type-submit .underline-heart.elementor-button .icon-arrow-right,
button.button.underline-heart .icon-arrow-right,
a.button.underline-heart .icon-arrow-right {
  transition: transform 0.3s ease;
}
.button.underline-heart::after, button.underline-heart[type=submit]::after,
.elementor-element .elementor-widget-container .elementor-form .elementor-field-type-submit .underline-heart.elementor-button::after,
button.button.underline-heart::after,
a.button.underline-heart::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: var(--ichr-secondary);
  transform-origin: left;
  transform: scaleX(1);
  transition: transform 0.3s ease;
}
.button.underline-heart:hover .icon-arrow-right, button.underline-heart[type=submit]:hover .icon-arrow-right,
.elementor-element .elementor-widget-container .elementor-form .elementor-field-type-submit .underline-heart.elementor-button:hover .icon-arrow-right,
button.button.underline-heart:hover .icon-arrow-right,
a.button.underline-heart:hover .icon-arrow-right {
  transform: translateX(10px);
}
.button.underline-heart:hover::after, button.underline-heart[type=submit]:hover::after,
.elementor-element .elementor-widget-container .elementor-form .elementor-field-type-submit .underline-heart.elementor-button:hover::after,
button.button.underline-heart:hover::after,
a.button.underline-heart:hover::after {
  transform: scaleX(1.1);
}

button[type=submit],
.elementor-element .elementor-widget-container .elementor-form .elementor-field-type-submit .elementor-button {
  text-transform: none !important;
  margin-top: 30px;
}

.wpml-elementor-ls .wpml-ls > ul > .wpml-ls-item .wpml-ls-item-toggle {
  text-align: center;
  transition: all 0.2s cubic-bezier(0.28, 0, 0, 1) 0s;
  border-color: transparent;
  padding-right: 10px;
}
.wpml-elementor-ls .wpml-ls > ul > .wpml-ls-item .wpml-ls-item-toggle:after {
  display: none;
}
.wpml-elementor-ls .wpml-ls > ul > .wpml-ls-item .wpml-ls-sub-menu {
  border: none;
}
.wpml-elementor-ls .wpml-ls > ul > .wpml-ls-item .wpml-ls-link {
  text-align: center;
}
.wpml-elementor-ls .wpml-ls > ul > .wpml-ls-item:hover .wpml-ls-item-toggle {
  border-color: var(--ichr-white);
}
.wpml-elementor-ls .wpml-ls > ul > .wpml-ls-item:hover .wpml-ls-sub-menu {
  background: var(--ichr-white);
}
.wpml-elementor-ls .wpml-ls > ul > .wpml-ls-item:hover .wpml-ls-sub-menu .wpml-ls-link {
  color: #72787f;
}
.wpml-elementor-ls .wpml-ls > ul > .wpml-ls-item:hover .wpml-ls-sub-menu .wpml-ls-link:hover {
  color: var(--ichr-primary);
}

.otgs-development-site-front-end {
  display: none;
}

body {
  --ichr-white: #ffffff;
  --ichr-transparent: rgba(0,0,0,0);
  --ichr-primary: var(--e-global-color-primary, #E62649);
  --ichr-primary-tr60: rgba(171, 28, 54, 0.6);
  --ichr-primary-red: #940731;
  --ichr-secondary: var(--e-global-color-secondary, #060708);
  --ichr-tertiary: var(--e-global-color-accent, #FF1B45);
  --ichr-light-gray-50: #f4f6f8;
  --ichr-light-gray-100: #ecf1f3;
  --ichr-light-gray-200: #d6dbdf;
  --ichr-light-blue: #00948E;
  --ichr-color-shadow: rgba(0, 56, 120, 0.18);
  --ichr-color-shadow-hover: rgba(0, 56, 120, 0.35);
  --ichr-color-shadow-0: rgba(0, 56, 120, 0.06);
  --ichr-color-shadow-1: rgba(0, 56, 120, 0.1);
  --ichr-color-shadow-2: rgba(0, 56, 120, 0.14);
  --ichr-color-shadow-3: var(--ichr-color-shadow);
  --ichr-color-shadow-4: rgba(0, 56, 120, 0.22);
  --ichr-color-shadow-5: rgba(0, 56, 120, 0.26);
  --ichr-color-shadow-6: var(--ichr-color-shadow-hover);
  --ichr-color-shadow-7: rgba(0, 56, 120, 0.42);
  --ichr-color-shadow-8: rgba(0, 56, 120, 0.46);
  --header-menu-height: 90px;
  --header-menu-height-mini: 70px;
  --header-menu-height-mobile: 70px;
  --header-menu-height-mobile-mini: 70px;
  --submenu-top-offset: 10px;
  --submenu-bg-color: var(--ichr-secondary);
  --ichr-chevron-down: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 406.6l11.3-11.3 192-192L470.6 192 448 169.4l-11.3 11.3L256 361.4 75.3 180.7 64 169.4 41.4 192l11.3 11.3 192 192L256 406.6z"></path></svg>');
  --ichr-arrow-right: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22.693" height="11.114" viewBox="0 0 22.693 11.114"><path d="M-75.535,69.934a.465.465,0,0,0,0-.654l-5.1-5.1a.465.465,0,0,0-.654,0,.465.465,0,0,0,0,.654l4.3,4.3H-97.631a.465.465,0,0,0-.463.463.465.465,0,0,0,.463.463H-76.98l-4.3,4.3a.465.465,0,0,0,0,.654.465.465,0,0,0,.654,0Z" transform="translate(98.094 -64.05)"/></svg>');
  --ichr-heart: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20.8 4.6c-1.8-1.8-4.7-1.8-6.5 0L12 6.9 9.7 4.6c-1.8-1.8-4.7-1.8-6.5 0s-1.8 4.7 0 6.5l2.3 2.3L12 21l6.5-6.5 2.3-2.3c1.8-1.8 1.8-4.7 0-6.5z'/></svg>");
}

.elementor-widget-a42-woo-product-meta ul.product-attributes li:has(.attr-value:empty) {
    display: none;
}

.woocommerce div.product form.cart .variations tr + tr > * {
	padding-top: 15px;
}

.woocommerce div.product form.cart .variations label {
	color: #00948E;
	font-family: "Schibsted Grotesk", Sans-serif;
	font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1.2px;
    word-spacing: 0em;
	margin-right: 10px;
}

.woocommerce div.product form.cart .variations select {
	padding: 0.5rem 2rem 0.5rem 1rem;
	font-family: "Schibsted Grotesk", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: -0.8px;
}

/* VARIATION COULEUR */
.variations th.label{
	float:left;
}

/*# sourceMappingURL=style.css.map */
