/*!****************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./src/scss/index.scss ***!
  \****************************************************************************************************************/
@charset "UTF-8";
.main-product__title {
  font-size: 28px;
}
@media (max-width: 767px) {
  .main-product__title {
    font-size: 24px;
  }
}
.main-product__price {
  font-family: Helvetica;
  font-size: 22px;
  color: #141414 !important;
}
.main-product__previous-price {
  font-size: 18px;
  color: #888891 !important;
  font-weight: 400;
}
.main-product__black-button {
  background: #141414 !important;
}
.main-product__contact-expert {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.main-product__contact-expert__image {
  border-radius: 150px;
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.main-product__contact-expert__right__help {
  font-weight: 400;
  font-size: 17px;
  line-height: 17px;
}
.main-product__contact-expert__right__contact {
  font-weight: 700;
  text-decoration: underline;
  outline-offset: 2px;
  font-size: 17px;
  line-height: 17px;
}
.main-product__b-a {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 8px;
  padding: 17px 16px;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .main-product__b-a {
    margin: 20px -35px;
    width: calc(100% + 70px);
  }
}
.main-product__b-a__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.main-product__b-a__item__image {
  width: 28px;
  height: 28px;
}
.main-product__b-a__item__text {
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  text-align: center;
}
.main-product__b-a__item__text p {
  margin-bottom: 0;
}
.main-product__times {
  color: #fab10d;
  font-weight: 700;
}
.main-product__price-multiplicator {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 1070px) {
  .main-product__price-multiplicator {
    flex-direction: column;
  }
}
.main-product__multiples {
  width: fit-content;
}
@media (max-width: 1070px) {
  .main-product__multiples {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.main-product__multiples__header {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  gap: 5px;
}
.main-product__multiples__header__text {
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.main-product__multiples__header__button {
  cursor: pointer;
  display: flex;
}
.main-product__multiples__header__button svg {
  display: flex;
  width: 18px;
}
.main-product__multiples__list {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}
.main-product__multiples__list__number {
  cursor: pointer;
  background: #f5f5f5;
  padding: 3px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}
.main-product__popin {
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transition: 0.7s ease-in-out;
  transform: translate(-50%, -50%);
  background: white;
  box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
  z-index: -3;
  max-width: 600px;
  width: 100%;
}
.main-product__popin__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid #e2e2e2;
}
.main-product__popin__header__title {
  font-family: Futura, sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}
.main-product__popin__header__close-btn {
  display: flex;
  cursor: pointer;
}
.main-product__popin__p-m {
  padding: 31px 24px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.main-product__popin__p-m__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
.main-product__popin__p-m__list ul {
  margin: 0;
  display: flex;
  gap: 5px;
}
.main-product__popin__p-m__list li {
  list-style: none;
}
.main-product__popin__p-m__list svg {
  width: 40px;
}
.main-product__popin__m-p {
  padding: 0px 24px 31px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.main-product__popin__m-p__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
.main-product__popin__m-p__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
.main-product__popin__providers {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 24px 31px;
}
.main-product__popin__providers__item {
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main-product__popin__providers__item__logo {
  display: flex;
}
.main-product__popin__providers__item__logo__image {
  width: 75px;
}
.main-product__popin__providers__item__description {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
.main-product__popin__providers__item__multiple {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-product__popin__providers__item__multiple__group__icon {
  display: flex;
}
.main-product__popin__providers__item__multiple__group__icon__image {
  width: fit-content;
  height: 25px;
  object-fit: contain;
}
.main-product__popin__cta {
  margin: 0 24px 24px;
  width: fit-content !important;
  gap: 10px;
}
.main-product__popin__cta svg {
  width: 17px;
}
.main-product__divider-no-border {
  border-bottom: 0;
}
.main-product__options__title {
  font-size: 18px;
  font-weight: 700;
  font-family: Helvetica;
  line-height: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .main-product__options__title {
    font-size: 16px;
  }
}
.main-product__options__inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main-product__options__inner__option__title {
  font-size: 16px;
  font-weight: 700;
  font-family: Helvetica;
  line-height: 20px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .main-product__options__inner__option__title {
    font-size: 15px;
  }
}
.main-product__options__inner__option__products {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-product__options__inner__option__products__product {
  flex: 1;
}
@media (max-width: 767px) {
  .main-product__options__inner__option__products__product {
    max-width: 23%;
  }
}
.main-product__options__inner__option__products__product .product-label-container {
  display: none;
}
.main-product__options__inner__option__products__product .product-block {
  padding-left: 0;
}
.main-product__options__inner__option__products__product .block-inner {
  border: 1px solid #DBDBDB;
}
.main-product__options__inner__option__products__product .product-info {
  display: none;
}
.main-product__options__inner__option__products__product .quick-action-button {
  padding: 7px;
}
@media (max-width: 767px) {
  .main-product__options__inner__option__products__product .quick-action-button {
    padding: 6px;
  }
}
.main-product__options__inner__option__products__product .icon--small {
  width: 15px;
  height: 15px;
}
@media (max-width: 767px) {
  .main-product__options__inner__option__products__product .icon--small {
    display: flex;
    width: 13px;
    height: 13px;
  }
}
.main-product__options__inner__option__products__product .icon--small svg {
  width: 13px;
  height: 13px;
}
@media (max-width: 767px) {
  .main-product__options__inner__option__products__product .icon--small svg {
    width: 13px;
    height: 13px;
  }
}

.is-selected {
  background: #e3e3e3;
}

.is-visible {
  opacity: 1;
  z-index: 1000;
  transition: 0.7s ease-in-out;
}

.product-detail .gallery .gallery__inner {
  z-index: 1;
}

.section-main-product .thumbnails.cc-carousel__scroll-area {
  height: 100px;
}
@media (max-width: 767px) {
  .section-main-product .thumbnails.cc-carousel__scroll-area {
    height: 60px;
  }
}

.section-main-product .thumbnails.cc-carousel__scroll-area .thumbnail {
  margin: 0 18px 0 0 !important;
}

.section-main-product .thumbnails.cc-carousel__scroll-area .thumbnail .thumbnail__media,
.section-main-product .thumbnails.cc-carousel__scroll-area .thumbnail .thumbnail__media .inline-image,
.section-main-product .thumbnails.cc-carousel__scroll-area .thumbnail .thumbnail__media .inline-image .inline-image__pad {
  height: 100% !important;
}

.section-main-product .thumbnails.cc-carousel__scroll-area .thumbnail .thumbnail__media img {
  height: 100%;
  object-fit: contain;
}

.new-layout__block-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.new-layout__block-inner__image {
  width: 100%;
}
.new-layout__block-inner__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 15px;
}
.new-layout__block-inner__info {
  display: flex !important;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.new-layout__block-inner__info .theme-money {
  font-weight: 400 !important;
}
.new-layout__button {
  color: #fff !important;
  background: #141414 !important;
}
.new-layout__button span {
  font-size: 17px;
  line-height: 17px;
}

.new-layout__button {
  color: #fff !important;
  background: #141414 !important;
}
.new-layout__button span {
  font-size: 17px;
  line-height: 17px;
}

.lmd-comparatif {
  margin-bottom: 80px;
}
.lmd-comparatif__title {
  width: fit-content;
  margin: 0 auto 40px;
  font-family: Futura, sans-serif;
  font-size: 27px;
  line-height: 27px;
}
@media (max-width: 767px) {
  .lmd-comparatif__title {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
.lmd-comparatif__table {
  margin: 0 auto;
  width: 100%;
  max-width: 775px;
}
.lmd-comparatif__table__header__row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lmd-comparatif__table__header__row__empty {
  flex: 2;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .lmd-comparatif__table__header__row__empty {
    display: none;
  }
}
.lmd-comparatif__table__header__row__logo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  padding: 10px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 2px solid black;
}
.lmd-comparatif__table__header__row__logo__image {
  width: 100%;
  max-width: 100px;
}
.lmd-comparatif__table__header__row__other {
  flex: 1;
  text-align: center;
}
.lmd-comparatif__table__content__row {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.lmd-comparatif__table__content__row__title {
  flex: 2;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .lmd-comparatif__table__content__row__title {
    display: none;
  }
}
.lmd-comparatif__table__content__row__green {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-left: 2px solid black;
  border-right: 2px solid black;
  height: 100%;
}
.lmd-comparatif__table__content__row__green__text {
  display: none;
}
@media (max-width: 767px) {
  .lmd-comparatif__table__content__row__green__text {
    display: flex;
    font-weight: 400;
    font-size: 14px;
  }
}
.lmd-comparatif__table__content__row__red {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lmd-comparatif__table__content__row__red__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}

.lmd-comparatif__table__content > *:nth-child(even) {
  background: #e8e8e8;
}

.lmd-comparatif__table__content__row:last-child > .lmd-comparatif__table__content__row__green {
  border-bottom: 2px solid black;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.navigation__tier-1-container {
  display: flex;
}
@media (max-width: 820px) {
  .navigation__tier-1-container {
    display: block;
  }
}

@media (max-width: 820px) {
  .mobile-nav-back {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 820px) {
  .mobile-navigation-drawer {
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
}

@media (max-width: 820px) {
  .mobile-navigation-drawer .mobile-nav-toggle {
    background: transparent;
  }
}

.new-megamenu {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 820px) {
  .new-megamenu {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px !important;
  }
}
.new-megamenu__row1 {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 820px) {
  .new-megamenu__row1 {
    width: 100%;
    border: 1px solid #dee0e8;
    border-radius: 8px;
    padding: 16px 20px !important;
  }
}
.new-megamenu__header1 {
  color: white;
  font-weight: 700;
}
@media (max-width: 820px) {
  .new-megamenu__header1 {
    color: black;
  }
}
.new-megamenu__content1 {
  /* hidden by default */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: -1;
  position: absolute;
  left: -7px;
  top: 54px;
  width: 101%;
  background: white;
  border-radius: 14px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 8px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 820px) {
  .new-megamenu__content1 {
    border-radius: 0;
    box-shadow: none;
  }
}
.new-megamenu__content1__inner {
  padding: 15px;
}
@media (min-width: 821px) {
  .new-megamenu__content1__inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-height: 80vh;
    overflow: auto;
  }
}
@media (max-width: 820px) {
  .new-megamenu__content1__inner {
    display: flex;
    flex-direction: column;
    padding: 20px 15px 70px 10px;
  }
}
.new-megamenu__content1__inner__left {
  background: #f7f7f7;
  border-radius: 16px 0 0 16px;
}
@media (min-width: 821px) {
  .new-megamenu__content1__inner__left {
    grid-area: 1 / 1 / 6 / 5;
  }
}
@media (max-width: 820px) {
  .new-megamenu__content1__inner__left {
    flex: 1;
  }
}
.new-megamenu__content1__inner__left__list {
  padding: 16px 10px 16px 0px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.new-megamenu__content1__inner__left__list.desktop {
  max-height: 75vh;
  overflow: auto;
}
.new-megamenu__content1__inner__left__list__item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 20px !important;
  gap: 15px;
  position: relative;
}
.new-megamenu__content1__inner__left__list__item--active {
  background: white;
  border-radius: 14px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 8px 20px rgba(0, 0, 0, 0.05);
}
.new-megamenu__content1__inner__left__list__item--active .new-megamenu__content1__inner__left__list__item__link {
  color: #fbb00e;
  font-weight: 700;
}
.new-megamenu__content1__inner__left__list__item--active .new-megamenu__content1__inner__left__list__item__arrow {
  display: flex;
}
.new-megamenu__content1__inner__left__list__item__icon {
  background: white;
  border-radius: 5px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.06), 0 8px 20px rgba(0, 0, 0, 0.05);
  padding: 5px 5px 0 5px;
}
@media (max-width: 820px) {
  .new-megamenu__content1__inner__left__list__item__icon {
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.06), 0 3px 0px rgba(0, 0, 0, 0.05);
  }
}
.new-megamenu__content1__inner__left__list__item__icon img {
  width: 50px;
}
.new-megamenu__content1__inner__left__list__item__arrow {
  display: none;
  position: absolute;
  right: 20px;
}
.new-megamenu__content1__inner__left__list__item__arrow svg {
  width: 10px;
}
.new-megamenu__content1__inner__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 20px 40px 25px !important;
}
@media (min-width: 821px) {
  .new-megamenu__content1__inner__right {
    grid-area: 1 / 5 / 5 / 10;
  }
}
@media (max-width: 820px) {
  .new-megamenu__content1__inner__right {
    flex: 2;
  }
}
.new-megamenu__content1__inner__right__item {
  display: none;
  position: relative;
}
.new-megamenu__content1__inner__right__item--active {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 821px) {
  .new-megamenu__content1__inner__right__item {
    max-height: 75vh;
    overflow: auto;
  }
}
.new-megamenu__content1__inner__right__item__header {
  margin-bottom: 25px;
  margin-top: 10px;
}
.new-megamenu__content1__inner__right__item__header__title {
  font-size: 30px;
  font-family: Helvetica;
  white-space: normal;
}
.new-megamenu__content1__inner__right__item__list__item__link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.new-megamenu__content1__inner__right__item__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #fbb00e;
  border-radius: 8px;
  padding: 20px 16px;
  width: 100%;
  height: fit-content;
  margin-left: 8px;
      margin-top: 45px;
}
@media (min-width: 821px) {
  .new-megamenu__content1__inner__right__item__bottom {
   grid-area: 5 / 5 / 6 / 13; 
  }
}
@media (max-width: 820px) {
  .new-megamenu__content1__inner__right__item__bottom {
    position: absolute;
    bottom: 0;
    display: none;
  }
}
.new-megamenu__content1__inner__right__item__bottom__item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.new-megamenu__content1__inner__right__item__bottom__item__icon {
  width: 30px;
  height: 30px;
}
.new-megamenu__content1__inner__right__item__bottom__item__icon svg {
  width: 100%;
  height: 100%;
}
.new-megamenu__content1__inner__right__item__bottom__item__content {
  display: flex;
  flex-direction: column;
}
.new-megamenu__content1__inner__right__item__bottom__item__content__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}
.new-megamenu__content1__inner__right__item__bottom__item__content__description {
  font-size: 14px;
}
.new-megamenu__row2 {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 820px) {
  .new-megamenu__row2 {
    width: 100%;
    border: 1px solid #dee0e8;
    border-radius: 8px;
    padding: 16px 20px !important;
    background: black;
  }
}
.new-megamenu__header2 {
  color: #fbb00e;
  border: 1px solid #fbb00e;
  border-radius: 4px;
  padding: 0 7px;
  font-weight: 700;
}
.new-megamenu__content2 {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: -1;
  position: absolute;
  left: -7px;
  top: 54px;
  width: 101%;
  background: white;
  border-radius: 14px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 8px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 820px) {
  .new-megamenu__content2 {
    border-radius: 0;
    box-shadow: none;
  }
}
.new-megamenu__content2__inner {
  display: flex;
  padding: 15px;
  position: relative;
}
@media (max-width: 820px) {
  .new-megamenu__content2__inner {
    flex-direction: column;
    padding: 15px 15px 0 10px;
  }
}
.new-megamenu__content2__inner__left {
  flex: 3;
  background: #f7f7f7;
  border-radius: 12px;
  padding: 10px;
}
@media (max-width: 820px) {
  .new-megamenu__content2__inner__left {
    background: white;
  }
}
.new-megamenu__content2__inner__left__paragraph {
  width: 100%;
  white-space: initial;
  text-align: left;
}
.new-megamenu__content2__inner__left__list {
  padding: 16px 0px 8px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.new-megamenu__content2__inner__left__list__item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px 20px !important;
  gap: 15px;
  position: relative;
}
@media (max-width: 820px) {
  .new-megamenu__content2__inner__left__list__item {
    padding: 5px !important;
  }
}
.new-megamenu__content2__inner__left__list__item--active {
  background: white;
  border-radius: 14px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 8px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 820px) {
  .new-megamenu__content2__inner__left__list__item--active {
    background: transparent;
    box-shadow: none;
  }
}
.new-megamenu__content2__inner__left__list__item--active .new-megamenu__content2__inner__left__list__item__link {
  color: #fbb00e;
  font-weight: 700;
}
@media (max-width: 820px) {
  .new-megamenu__content2__inner__left__list__item--active .new-megamenu__content2__inner__left__list__item__link {
    color: black;
    font-weight: 500;
  }
}
.new-megamenu__content2__inner__left__list__item--active .new-megamenu__content2__inner__left__list__item__arrow {
  display: flex;
}
@media (max-width: 820px) {
  .new-megamenu__content2__inner__left__list__item--active .new-megamenu__content2__inner__left__list__item__arrow {
    display: none;
  }
}
.new-megamenu__content2__inner__left__list__item__icon {
  background: white;
  border-radius: 5px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.06), 0 8px 20px rgba(0, 0, 0, 0.05);
  padding: 5px 5px 0 5px;
}
.new-megamenu__content2__inner__left__list__item__icon img {
  width: 50px;
  min-width: 50px;
}
.new-megamenu__content2__inner__left__list__item__arrow {
  display: none;
  position: absolute;
  right: 20px;
}
.new-megamenu__content2__inner__left__list__item__arrow svg {
  width: 10px;
}
.new-megamenu__content2__inner__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 0px 0px 0px !important;
}
@media (min-width: 821px) {
  .new-megamenu__content1__inner .new-megamenu__content2__inner__right {
   grid-area: 1 / 10 / 5 / 13; 
  }
}
@media (max-width: 820px) {
  .new-megamenu__content2__inner__right {
    padding: 0 0 20px !important;
  }
}
.new-megamenu__content2__inner__right__inner {
  background-image: url("/cdn/shop/files/rendu-3d-salle-de-gym-et-fitness-loft-moderne_1.png?v=1756397116");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 14px;
  width: 100%;
  height: 250px;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.new-megamenu__content1__inner__right__item__bottom__item__content>* {
    text-align: left;
}
@media (max-width: 820px) {
  .new-megamenu__content2__inner__right__inner {
    height: 220px;
    margin-top: 12px;
  }
}
.new-megamenu__content2__inner__right__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  pointer-events: none; /* so it doesn’t block clicks */
}
.new-megamenu__content2__inner__right__inner__content {
  width: 100%;
  padding: 15px;
  z-index: 1;
}
.new-megamenu__content2__inner__right__inner__content__title {
  background: black;
  color: #fbb00e;
  font-weight: 700;
  font-size: 11px;
  padding: 2px 5px;
  width: fit-content;
  border-radius: 4px;
  margin-bottom: 10px;
}
.new-megamenu__content2__inner__right__inner__content__description {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-megamenu__content2__inner__right__inner__content__description__text {
  font-size: 22px;
  color: white;
  font-weight: 700;
  line-height: 20px;
}
.new-megamenu__content2__inner__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #fbb00e;
  border-radius: 8px;
  padding: 20px 16px;
  margin: 0 15px 15px;
  max-width: 100%;
}
@media (max-width: 820px) {
  .new-megamenu__content2__inner__bottom {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 13px 200px 10px;
    gap: 20px;
  }
}
.new-megamenu__content2__inner__bottom__item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.new-megamenu__content2__inner__bottom__item__icon {
  width: 30px;
  height: 30px;
}
.new-megamenu__content2__inner__bottom__item__icon svg {
  width: 100%;
  height: 100%;
}
.new-megamenu__content2__inner__bottom__item__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.new-megamenu__content2__inner__bottom__item__content__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}
.new-megamenu__content2__inner__bottom__item__content__description {
  font-size: 14px;
}
.new-megamenu__content2__inner__bottom-mobile {
  display: none;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #fbb00e;
  border-radius: 8px;
  padding: 20px 16px;
  margin: 0 15px 15px;
  max-width: 100%;
}
@media (max-width: 820px) {
  .new-megamenu__content2__inner__bottom-mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 25px 0 15px;
    gap: 20px;
  }
}
.new-megamenu__content2__inner__bottom-mobile__item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.new-megamenu__content2__inner__bottom-mobile__item__icon {
  width: 30px;
  height: 30px;
}
.new-megamenu__content2__inner__bottom-mobile__item__icon svg {
  width: 100%;
  height: 100%;
}
.new-megamenu__content2__inner__bottom-mobile__item__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.new-megamenu__content2__inner__bottom-mobile__item__content__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}
.new-megamenu__content2__inner__bottom-mobile__item__content__description {
  font-size: 14px;
}
.new-megamenu__row3 {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 820px) {
  .new-megamenu__row3 {
    width: 100%;
    border: 1px solid #dee0e8;
    border-radius: 8px;
    padding: 16px 20px !important;
  }
}
.new-megamenu__header3 {
  font-weight: 700;
  color: white;
}
@media (max-width: 820px) {
  .new-megamenu__header3 {
    color: black;
  }
}
.new-megamenu__content3 {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: -1;
  position: absolute;
  left: -7px;
  top: 54px;
  width: 101%;
  background: white;
  border-radius: 14px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 8px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 820px) {
  .new-megamenu__content3 {
    border-radius: 0;
    box-shadow: none;
  }
}
.new-megamenu__content3__inner {
  display: flex;
  padding: 15px;
  position: relative;
}
.new-megamenu__content3__inner__left {
  flex: 1;
  background: white;
}
.new-megamenu__content3__inner__left__list {
  padding: 16px 0px 8px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.new-megamenu__content3__inner__left__list__item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px 0px !important;
  gap: 20px;
  position: relative;
}
@media (max-width: 820px) {
  .new-megamenu__content3__inner__left__list__item {
    align-items: flex-start;
  }
}
.new-megamenu__content3__inner__left__list__item__icon img {
  width: 50px;
  display: flex;
}
@media (max-width: 820px) {
  .new-megamenu__content3__inner__left__list__item__icon img {
    max-width: fit-content;
  }
}
.new-megamenu__content3__inner__left__list__item__content {
  text-align: left;
}
.new-megamenu__content3__inner__left__list__item__content__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.new-megamenu__content3__inner__left__list__item__content__description {
  color: #5f6371;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.new-megamenu__row1:hover > .new-megamenu__content1,
.new-megamenu__content1:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  z-index: 50;
}

/* Mobile: programmatic open state and sizing */
@media (max-width: 820px) {
  .navigation__mobile-header {
    position: relative;
  }
  .navigation__mobile-header .new-megamenu__header-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 16px;
    pointer-events: none;
  }
  body.new-megamenu--title-in-header .new-megamenu__mobile-titlebar,
  body.new-megamenu--title-in-header .new-megamenu__mobile-titlebar3 {
    display: none !important;
  }
  :root {
    --newmega-mobile-header-h: 54px;
  }
  /* Make panels fill remaining viewport below the mobile header */
  .new-megamenu__content1,
  .new-megamenu__content2,
  .new-megamenu__content3 {
    position: absolute;
    left: 0;
    right: 0;
    top: var(--newmega-mobile-header-h);
    width: 100%;
    height: calc(100vh - var(--newmega-mobile-header-h));
    min-height: calc(100vh - var(--newmega-mobile-header-h));
    /* allow internal scrolling when content is taller than viewport */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
  }
  /* Visible state when opened programmatically */
  .new-megamenu__row1.is-open-mobile > .new-megamenu__content1,
  .new-megamenu__row2.is-open-mobile > .new-megamenu__content2,
  .new-megamenu__row3.is-open-mobile > .new-megamenu__content3 {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    z-index: 50;
  }
  /* Lock page scroll while a panel is open */
  body.new-megamenu--lock {
    overflow: hidden;
    height: 100vh;
  }
}
.new-megamenu__row2:hover > .new-megamenu__content2,
.new-megamenu__content2:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  z-index: 50;
}

.new-megamenu__row3:hover > .new-megamenu__content3,
.new-megamenu__content3:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  z-index: 50;
}

.new-megamenu__title-mobile-arrow {
  display: none;
  position: absolute;
  right: 20px;
  transform: translate(-50%, -100%);
}
@media (max-width: 820px) {
  .new-megamenu__title-mobile-arrow {
    display: flex;
  }
}

/* Mobile title bar (hidden on desktop) */
.new-megamenu__mobile-titlebar {
  display: none;
}

.new-megamenu__mobile-title {
  font-weight: 700;
  font-size: 16px;
}

@media (max-width: 820px) {
  .new-megamenu__mobile-titlebar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    position: absolute;
    top: -48px;
    right: 35%;
    background: #fff;
    z-index: 3;
  }
}
.new-megamenu__mobile-titlebar3 {
  display: none;
}

.new-megamenu__mobile-title {
  font-weight: 700;
  font-size: 16px;
}

@media (max-width: 820px) {
  .new-megamenu__mobile-titlebar3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    position: absolute;
    top: -48px;
    right: 22%;
    background: #fff;
    z-index: 3;
  }
}
/* Ensure mobile-only sublists are hidden by default on desktop */
.new-megamenu__content1__inner__left__list__item__mobile-sublist {
  display: none;
}

.new-megamenu__content1__inner__left__list__item__mobile-sublist__sub {
  display: none;
}

/* Row 1 mobile accordion behavior and styling */
@media (max-width: 820px) {
  /* Hide right column on mobile for row1 */
  .new-megamenu__content1__inner__right {
    display: none !important;
  }
  .new-megamenu__content1__inner__left {
    border-radius: 16px;
  }
  .new-megamenu__content1__inner__left__list {
    background: #f7f7f7;
    border-radius: 16px;
    padding: 10px !important;
    gap: 10px;
  }
  .new-megamenu__content1__inner__left__list__item {
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 8px 20px rgba(0, 0, 0, 0.05);
    padding: 12px 20px 12px 20px !important;
  }
  .new-megamenu__content1__inner__left__list__item--active {
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    border-radius: 12px 12px 0 0;
    box-shadow: none;
    padding: 12px 16px !important;
  }
  .new-megamenu__content1__inner__left__list__item__arrow {
    display: flex;
  }
  .new-megamenu__content1__inner__left__list__item__arrow--active svg {
    transform: rotate(90deg);
    transition: transform 0.2s ease;
  }
  .new-megamenu__content1__inner__left__list__item__mobile-sublist {
    display: none;
    flex: 0 0 100%;
    width: 100%;
    position: relative;
    top: -12px;
    background: #fff;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.15);
    padding: 12px;
  }
  .new-megamenu__content1__inner__left__list__item__mobile-sublist--active {
    display: block;
  }
  .new-megamenu__content1__inner__left__list__item__mobile-sublist__item {
    padding: 6px 0;
    width: fit-content;
  }
  .new-megamenu__content1__inner__left__list__item__mobile-sublist__link {
    display: block;
    padding: 8px 4px;
    color: inherit;
  }
  .new-megamenu__content1__inner__left__list__item__mobile-sublist__sub {
    display: none;
    padding: 6px 8px 6px 12px;
  }
  .new-megamenu__content1__inner__left__list__item__mobile-sublist__sub__link {
    display: block;
    padding: 6px 0;
    color: inherit;
  }
  .new-megamenu__content1__inner__left__list__item.is-expanded .new-megamenu__content1__inner__left__list__item__mobile-sublist {
    display: block;
  }
  .new-megamenu__content1__inner__left__list__item.is-expanded .new-megamenu__content1__inner__left__list__item__link {
    color: #fbb00e;
    font-weight: 700;
    font-size: 14px;
  }
  .new-megamenu__content1__inner__left__list__item__link {
    font-size: 14px;
  }
  .new-megamenu__content1__inner__left__list__item__mobile-sublist__item.is-expanded > .new-megamenu__content1__inner__left__list__item__mobile-sublist__sub {
    display: block;
  }
}
@media (max-width: 767px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (max-width: 767px) {
  .mobile {
    display: flex;
  }
}
