/** Shopify CDN: Minification failed

Line 1031:1 Expected identifier but found "."
Line 4613:2 Unexpected ","

**/
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--brand-theme-color);
}

::-webkit-scrollbar-thumb {
  background: var(--brand-theme-color);
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

wishlist-link-block .wk-button {
  min-width: 34px !important;
  min-height: 24px !important;
  width: 3.4rem !important;
  height: 2.4rem !important;
}

.pdp-rcnt-pd wishlist-button-collection .wk-button::before,
.pdp-rcnt-pd wishlist-button-collection .wk-button:hover::before {
  height: max-content;
  width: max-content;
}

div#powrIframeLoader {
  display: none;
}

.cart-count-bubble span {
  margin-left: 1px;
  margin-top: 1px;
}

.right-side-pop-up {
  position: fixed;
  top: 0;
  right: 0;
  width: 33.333%;
  height: 100%;
  background: #fff;
  transform: translateX(100%);
  z-index: 1000;
}

.right-side-pop-up.open {
  transform: translateX(0);
  box-shadow: -2px 5px 8px 0 rgba(0, 0, 0, .11);
}

.right-side-pop-up.open+.offcanvas-overlay {
  visibility: visible;
  opacity: .2;
  display: block;
}

.offcanvas-overlay {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: var(--transition);
  opacity: 0;
  background-color: transparent;
  cursor: auto;
  opacity: 0;
  display: none;
}

.no-scroll {
  overflow: hidden;
}

.cls-l-drawer {
  position: absolute;
  right: 2rem;
}

.icon-with-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
}

.Preferences-btn {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125;
  letter-spacing: 1.5px;
  cursor: pointer;
}

.overflow-hidden.header-white i.ico-account {
  color: unset;
}

.close-drawer {
  cursor: pointer;
}

.top-close-btn {
  position: absolute;
  right: 0;
  padding: 16px 12px 15px;
  line-height: 12px;
}

.top-close-btn .ico-close {
  font-size: 1.6rem;
  line-height: 12px;
}

.pop-up-inner-content {
  padding-top: 0;
  padding-bottom: 5.4rem;
}

.slct-y-container {
  width: 100%;
}

.slct-y-container .select-accor {
  text-transform: uppercase;
  padding: 0.8rem 1.2rem;
}

.slct-y-container {
  position: relative;
  display: inline-block;
}

.selected-country {
  display: block;
  cursor: pointer;
  padding: 8px 0;
  color: #000;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.selected-country span {
  transform: rotate(90deg);
}

.selected-country span .ico-arrow-right {
  font-size: 12px;
  font-weight: 700;
}

.country-list {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 3px 4px #8d8d8d;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: auto;
  max-height: 24rem;
  z-index: 1;
}

.country-list li {
  color: #000;
  cursor: pointer;
  font-size: 12px;
  padding: 8px 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .06em;
}

.selected-optn.selected {
  color: #8d8d8d;
  background-color: #f9f9f9;
}

p.country-ttl {
  margin: 0px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: initial;
  line-height: normal;
  letter-spacing: 1.4px;
  margin-bottom: 2rem;
  display: flex;
  column-gap: 1.6rem;
}

.country-list li:hover {
  background: #f9f9f9;
}

.option-buttons {
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 2rem;
  width: auto;
  justify-content: space-between;
  column-gap: 1.7rem;
}

button.c-both-btns {
  width: 100%;
  padding: 12px 16px;
  text-transform: uppercase;
  border: 1px solid #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.1em;
  cursor: pointer;
  border-radius: 5px;
}

button.c-btn-cancle {
  color: #000;
  background: #FFFFFF;
}

.c-btn-confirm {
  color: #FFFFFF;
  background: #000;
}

.c-btn-confirm:hover {
  background: rgba(14, 14, 14, .8);
}

.country--btn {
  width: 100%;
}

.pop-up-inner-content ::-webkit-scrollbar {
  width: 8px;
}

.pop-up-inner-content ::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

.pop-up-inner-content ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.pop-up-inner-content ::-webkit-scrollbar-track {
  background: #f7f7f7;
}

.country-lang--s .lang-lbl {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.4px;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
  column-gap: 16px;
}

label.lang-ttl-i1.lang-lbl:before {
  content: "";
  font-family: 'custom-icons';
  font-size: 16px;
  font-weight: 500;
  color: #000;
  letter-spacing: 1.4px;
  transform: scaleX(-1) translateX(1.8px);
}

label.curren-ttl-i1.lang-lbl:before {
  content: "";
  font-family: 'custom-icons';
  font-size: 16px;
  font-weight: 500;
  color: #000;
  letter-spacing: 1.4px;
}

.country-lang--s .custom-lbl {
  font-size: 12px;
  color: #000;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.2px;
}

.form-cstm-control {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  margin-top: 6px;
}

.p--crncy {
  line-height: 0px;
  margin-top: 5.4rem;
}

p.crs-mny {
  color: #000;
  font-size: 12px;
  margin: 0px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  margin-top: 12px;
}

.country-lang--s [type="radio"]:checked,
.country-lang--s [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.country-lang--s [type="radio"]:checked+label,
.country-lang--s [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28.5px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.country-lang--s [type="radio"]:checked+label:before,
.country-lang--s [type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: .3px;
  top: 2px;
  width: 12.5px;
  height: 12.5px;
  border: 1px solid #000;
  border-radius: 100%;
  background: #fff;
}

.country-lang--s [type="radio"]:checked+label:after,
.country-lang--s [type="radio"]:not(:checked)+label:after {
  content: "";
  width: 12.5px;
  height: 12.5px;
  background: #000;
  position: absolute;
  top: 2px;
  left: 0px;
  border-radius: 100%;
}

.country-lang--s [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.country-lang--s [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

span.country-label span {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Note: Size in Safari will be improved but smaller than results in other browsers */
.country-lang--s [type="radio"] {
  font-size: inherit;
  width: 0.75em;
  height: 0.75em;
}

.max-hide-logo,
.arrow-back {
  display: none;
}

.footer-nwsl .newsletter-form {
  margin: 0px;
}

.copyright-footer small.copyright__content {
  color: #aaa;
  font-size: 1.2rem;
}

@media screen and (max-width: 1366px) {
  .mobile-header-search {
    margin-top: 4px;
    padding: 0 1.2rem;
    padding-bottom: 13px;
    display: none;
  }

  .section-header.scrolled-past-header .mobile-header-search,
  .page-collection .mobile-header-search {
    display: block;
  }

  .section-header.scrolled-past-header .header__search.hide-on-scroll,
  .page-collection .header__search {
    display: none;
  }

  .mobile-header-search .header__search {
    width: 100%;
    display: block;
    border: 1px solid #000;
    border-radius: 14px;
  }

  .mobile-header-search .header__search .header__icon--summary {
    width: 100%;
    display: flex;
    padding: 0 1.6rem;
    font-size: 1.2rem;
    height: 2.8rem;
  }

  .mobile-header-search .header__icon span.search-placeholder {
    display: flex !important;
    order: 1;
    line-height: 1;
  }

  .mobile-header-search .header__icon span.svg-wrapper {
    justify-content: flex-start;
  }

  .mobile-header-search .header__icon span svg {
    width: 1.2rem;
    height: 1.2rem;
  }

  .mobile-header-search .header__icon span.header__icon-close {
    display: none;
  }
}

@media only screen and (min-width: 1366px) {

  body:has(.section-header.scrolled-past-header) .right-side-pop-up,
  .page-index.header-white:has(.section-header:not(.scrolled-past-header)) .right-side-pop-up,
  .page-index.dont-scroll:has(.section-header:not(.scrolled-past-header)) .right-side-account-drawer {
    top: var(--header-height);
  }

  .right-side-pop-up {
    top: calc(var(--header-height) + var(--announcement-bar-height));
  }
}

@media screen and (min-width: 1024px) {
  .big-hide {
    display: none !important;
  }

  .right-side-pop-up {
    height: calc(100% - (var(--header-height) + var(--announcement-bar-height)));
    height: auto;
    bottom: 0;
  }

  body:has(.section-header.scrolled-past-header) .right-side-pop-up {
    height: calc(100% - var(--header-height));
  }
}

@media screen and (min-width: 1025px) {
  .edit-profile-form-tabs {
    height: auto;
    margin-top: -6rem;
    padding-top: 4rem;
  }

  .sticky-tabs {
    position: sticky;
    top: 0px;
    height: 100vh;
  }

  .edit-profile-form-tabs:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 1px;
    background: #0e0e0e;
  }

  .cus-name {
    padding-top: 2rem;
  }

  .cus-desk-hide {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .page-width.scroll-trigger {
    padding: 0px;
  }

  .right-side-pop-up.open {
    width: 100%;
    transition: all .30s ease-out;
  }

  .countries-scl--field {
    padding: 0 1.2rem;
  }

  .icon-with-back-btn {
    padding: 1.2rem;
  }

  .max-hide-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem;
    border-bottom: 1px solid rgba(170, 170, 170, 1);
  }

  .cls-l-drawer {
    display: none;
  }

  span.arrow-back {
    display: inline-block;
    margin-right: 12px;
  }

  .drawer-logo {
    width: 50%;
    line-height: 0px;
  }

  img.drwr-lg-1 {
    width: 100%;
  }

  .mob-icon {
    line-height: 0px;
  }

  .slct-y-container {
    transition: all .30s ease-out;
  }

  .option-buttons {
    margin: 0 1.2rem 2rem;
  }

  button.c-both-btns {
    padding: 12px;
  }

  .n-footer-struc--container .footer__content-bottom-wrapper {
    flex-direction: column;
    row-gap: 1.5rem;
  }

  .country--select-bx {
    width: 100%;
  }

  .n-footer-struc--container .footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright {
    text-align: center;
  }
}

/* faq customer help container  */

.main-faq--template img {
  height: auto;
  max-height: 80px;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.main-faq--template ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}

.main-faq--template a {
  text-decoration: none;
}

.main-faq--template .faq {
  background: #FFFFFF;
  height: 100%;
  width: 75%;
}

.main-faq--template .faq .loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
}

.main-faq--template .faq .loader.is-show {
  display: none;
}

.main-faq--template .faq .loader-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
}

.main-faq--template .faq .loader-indicator {
  z-index: 100;
  position: absolute;
  left: 50%;
  margin-left: -26px;
  top: 50%;
  width: 50px;
  height: 70px;
  background-size: 100%;
}

.main-faq--template .faq .faqs-container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 64px;
}

.main-faq--template .faq .faq-breadcrums {
  display: none;
}

.main-faq--template .faq .faq-breadcrums__item {
  position: relative;
  text-transform: none;
  color: rgba(0, 0, 0, .61);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  white-space: normal;
}

li.faq-breadcrums__item a {
  color: rgba(0, 0, 0, .61);
}

ul.faq-breadcrums.bcrubs-title-w-links.show-faq-breadcrumbs li:last-child a {
  color: #000000;
}

.main-faq--template .faq .faq-breadcrums__item:not(:last-child) {
  padding-right: 10px;
  margin-right: 7px;
}

.main-faq--template .faq .faq-breadcrums__item:not(:last-child)::after {
  color: rgba(0, 0, 0, .61);
  content: "";
  display: block;
  width: 9px;
  height: 0px;
  border-bottom: 1.4px solid;
  border-right: 1.4px solid;
  transform: translateY(-50%) rotate(-66deg);
  position: absolute;
  right: 0;
  top: 60%;
}

.current-text-content {
  display: none;
}

.pagination-numbers.show-pagination {
  display: flex;
  margin-top: 3.4rem;
  padding-top: 3rem;
  border-top: 1px solid #e2e2e2;
}

.pagination-numbers {
  display: none;
}

.pagination-numbers.show-pagination button.pagination-button {
  display: block;
}

.pagination-numbers button.pagination-button {
  display: none;
}

.faqs-container.faq__container_chosen .current-text-content {
  display: block;
}

.main-faq--template .faq .show-faq-breadcrumbs {
  display: flex;
  padding: 5rem 1.5rem 2rem;
  line-height: 0px;
}

.main-faq--template .faq .faqs-container_chosen {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

.main-faq--template .faq .faq-item__link,
.main-faq--template .faq .hm-faq-item__link {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.111;
  background-color: #fff;
  color: #000;
  padding: 16px 0px;
  transition: all 0.2s ease-in-out;
}

.main-faq--template .faq .faq-item__text {
  flex: 1 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #000000;
}

.questions__list li.faq-item.questions__item {
  border-bottom: 1px solid #000;
}

.main-faq--template .faq .faq-item__icon {
  margin-left: 10px;
}

.main-faq--template .faq .faq-item__icon svg {
  width: 10px;
  display: block;
}

.main-faq--template .faq .promoted-question {
  margin-bottom: 30px;
}

.main-faq--template .faq .promoted-question_question-chosen {
  display: none;
}

.main-faq--template .faq .promoted-question__title {
  margin-block-start: 0;
  margin-block-end: 0;
  color: #000;
  font-size: 8px;
  font-weight: 400;
  line-height: normal;
  padding: 0 0 8px;
  text-transform: uppercase;
}

.main-faq--template .faq .promoted-question__list {
  display: flex;
  flex-direction: column;
}

li.faq-item.promoted-question__item.home-que-items {
  border: none;
  border-bottom: 1px solid #000;
}

.main-faq--template .faq .promoted-question__item {
  flex: 1 1 50%;
  border-top: 1px solid #eee;
}

li.faq-item.promoted-question__item.home-que-items:nth-child(2n) {
  border-left: none;
}

.main-faq--template .faq .promoted-question__item:nth-child(2n) {
  border-left: 1px solid #eee;
}

.main-faq--template .faq .thematic {
  margin-bottom: 30px;
  width: 100%;
}

.main-faq--template .faq .thematic_chosen {
  max-width: 293px;
}

.main-faq--template .faq .thematic__button {
  display: none;
}

.main-faq--template .faq .thematic__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -64px;
  margin-left: -31px;
  margin-right: -31px;
}

ul.thematic__list.thematic__list_chosen .mn-connect-link,
ul.thematic__list.thematic__list_chosen .btn-mn-connect-link {
  flex-direction: row;
  justify-content: flex-start;
  min-height: max-content;
  border: 0px;
  padding: 14px 0;
}

.main-faq--template .faq .faq__container_chosen .faq-mn-items {
  max-width: 100%;
  width: 100%;
  margin: 0px;
}

.faqs-container.faq__container_chosen .thematic {
  width: 100%;
  max-width: 340px;
  margin-right: 5rem;
}

.main-faq--template .faq .faq__container_chosen .questions {
  width: 100%;
}

.main-faq--template ul.thematic__list.thematic__list_chosen {
  margin: 0px;
  justify-content: flex-start;
  padding: 18px 34px 18px 0;
}

.main-faq--template .faq .thematic__list_chosen .mn-connect-text,
.main-faq--template .faq .thematic__list_chosen .home-mn-connect-text {
  background: transparent;
  padding-left: 0;
}

.main-faq--template .mn-connect-link,
.main-faq--template .btn-mn-connect-link {
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: .0467em;
  line-height: 1.27;
  padding: 22px 20px;
  transition: all .2s;
  width: 100%;
  min-height: 161px;
}

.main-faq--template .faq .faq-mn-items {
  height: max-content;
  width: 100%;
  transition: all .2s;
  max-width: calc(33.33333% - 62px);
  width: calc(33.33333% - 62px);
  margin: 0 31px 64px;
}

.main-faq--template .faq .faq-mn-items_active {
  background: #fff;
  position: relative;
}

.main-faq--template .faq .faq-mn-items_active::after {
  content: "";
  display: block;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  width: 7px;
  height: 7px;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
}

.main-faq--template .faq .faq-mn-items.home {
  display: none;
}

.main-faq--template .faq .faq-mn-items_chosen {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 1.4167;
  min-height: 50px;
  padding: 5px 25px 5px 19px;
  position: relative;
  transition: background-color 0.2s;
}

.main-faq--template .faq .faq-mn-items_chosen.home {
  display: block;
}

.main-faq--template .faq .faq-mn-items_chosen {
  border-top: 1px solid #eee;
  max-height: 50px;
}

.main-faq--template .faq .faq-mn-items_active-chosen {
  background-color: #fff;
}

.main-faq--template .faq .faq-mn-items_active-chosen::after {
  content: "";
  display: block;
  width: 10px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-faq--template .faq .faq-mn-icons {
  background: 0 0 !important;
  height: 80px;
  margin: 0 auto;
  width: 80px;
}

p.cyc-h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 29.24px;
  letter-spacing: 0.9624999761581421px;
  text-align: center;
  color: #F396F5;
  margin-top: 0px;
  margin-bottom: 2.8rem;
}

.mn-connect-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #000000;
}

.main-faq--template .faq .mn-connect-text,
.main-faq--template .faq .home-mn-connect-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  color: #000000;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.699999988079071px;
}

.faq-homel:hover {
  text-decoration: underline;
}

.faq__container_chosen ul.thematic__list.thematic__list_chosen .mn-connect-text,
..faq__container_chosen ul.thematic__list.thematic__list_chosen .home-mn-connect-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

.nw-mn-connect-text {
  padding: 0 15px 0 0;
}

.faq__container_chosen .thematic__list_chosen .mn-connect-link:hover .mn-connect-text,
a.mn-connect-link:hover .home-mn-connect-text {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.7px;
}

.faq__container_chosen .thematic__list_chosen .btn-mn-connect-link:hover .mn-connect-text {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.7px;
}

.faq__container_chosen .que-ans-box-container {
  border-left: 1px solid #000;
  padding: 32px 0 0 55px;
  width: 100%;
}

.grid-item.srch-bar-input-wrapper:after {
  content: "";
  background: #000;
  width: 1px;
  position: absolute;
  height: 15px;
  display: block;
  left: 50px;
  top: 11px;
}

.main-faq--template .faq .faq-item__text:hover {
  font-weight: 700;
}

.faq__container_chosen h2.cyc-h2 {
  display: none;
}

.main-faq--template .faq .mn-connect-text_chosen {
  background-color: transparent;
}

.main-faq--template .faq .faq-mn-items:hover {
  box-shadow: 0 0 0 1px #000;
  border-radius: 3px;
}

.main-faq--template .faq .questions {
  width: 100%;
}

.main-faq--template .faq .questions_hidden {
  display: none;
}

.main-faq--template .faq .questions_thematic-chosen {
  width: auto;
  flex: 1 0;
  margin-left: 20px;
  margin-top: 10px;
}

.main-faq--template .faq .questions_thematic-chosen .home-block {
  display: none;
}

.main-faq--template .faq .questions_thematic-chosen .questions__list {
  display: none;
}

.main-faq--template .faq .questions__title {
  margin: 0;
  background: #fff;
  color: #F396F5;
  padding: 0 0 20px;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 500;
  line-height: 29.24px;
  letter-spacing: 0.9624999761581421px;
  text-align: center;
}

.main-faq--template .faq .questions__title_chosen {
  display: none;
}

.main-faq--template .faq .questions__list {
  display: none;
  flex-wrap: wrap;
  height: 100%;
}

.main-faq--template .faq .questions__list.active {
  display: block;
}

.main-faq--template .faq .questions__list.active .questions__item {
  width: 100%;
}

.main-faq--template .faq .faqaccordion__item.open svg {
  transform: rotate(-90deg);
}

.main-faq--template .faq .questions__item_chosen {
  width: 100%;
}

.main-faq--template .faq .question {
  display: none;
}

.main-faq--template .faq .question_visible {
  display: block;
  flex: 1 0;
  margin-left: 15px;
  margin-top: 15px;
}

.maje-faq-container.maje-faq-container-choose .faq-ci-box {
  display: none;
}

.maje-faq-container-choose .faqs-container.faq__container_chosen .thematic.second-show-link-box {
  display: none;
}

.second-show-link-box {
  display: none;
}

.thematic.first-show-link-boxs.second-show-link-box.open {
  margin: 0px;
  display: block;
}

.main-faq--template .second-show-link-box ul.thematic__list {
  margin-bottom: 0px;
}

@media screen and (max-width: 990px) {
  .main-faq--template .faq .question_visible {
    margin-left: 0;
  }
}

.main-faq--template .faq .question_visible .questions_block {
  display: none;
}

.main-faq--template .faq .question_visible .questions_block.active {
  display: block;
}

.main-faq--template .faq .question__icon {
  max-width: 16px;
  max-height: 27px;
}

.main-faq--template .faq .question__header {
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  border-bottom: 1px solid #eee;
}

.main-faq--template .faq .question__back {
  align-items: center;
  background: #fff;
  color: #000;
  cursor: pointer;
  display: flex;
  float: left;
  font-size: 0;
  font-weight: 400;
  height: 49px;
  justify-content: center;
  line-height: 1.2;
  position: relative;
  text-align: center;
  transition: all 0.2s;
  width: 50px;
  z-index: 2;
}

.main-faq--template .faq .question__back svg {
  width: 10px;
  transform: rotate(180deg);
  height: 10px;
}

.main-faq--template .faq .question__title {
  background: #fff;
  border-left: 1px solid #eee;
  clear: none;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8333;
  padding: 13px 0 14px 30px;
  position: relative;
  text-transform: none;
  z-index: 1;
  flex: 1 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

.main-faq--template .faq .question__description {
  background: #fff;
  padding: 25px 31px 30px;
  margin-bottom: 20px;
}

.main-faq--template .faq .question__text {
  color: #16212c;
  font-weight: 400;
  line-height: 1.6667;
  word-break: break-word;
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 12px;
  line-height: 1.6;
}

.main-faq--template .faq .question__text a {
  color: #16212c;
  text-decoration: underline;
}

.main-faq--template .faq .vote {
  margin-bottom: 20px;
}

.main-faq--template .faq .vote__negative-answer {
  display: none;
}

.main-faq--template .faq .vote__negative-answer_show {
  display: block;
}

.main-faq--template .faq .vote__block_hide {
  display: none;
}

.main-faq--template .faq .vote__title {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 1.6667;
  padding: 9px 0 17px;
}

.main-faq--template .faq .vote__buttons {
  display: flex;
}

.main-faq--template .faq .vote__button {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  font-size: 8px;
  font-weight: 400;
  height: 39px;
  line-height: 1.2;
  position: relative;
  text-align: center;
  transition: all 0.2s;
  width: 88px;
  text-transform: uppercase;
  padding: 0;
}

.main-faq--template .faq .vote__button:hover {
  background-color: #eaeaea;
}

.main-faq--template .faq .vote__button_positive {
  border-radius: 4px 0 0 4px;
  border-right: none;
}

.main-faq--template .faq .vote__button_negative {
  border-radius: 0 4px 4px 0;
}

.main-faq--template .faq .vote__positive-answer {
  flex: 1 1 100%;
}

.main-faq--template .faq .vote__reasons-title {
  color: #000;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 1.6667;
  padding: 9px 0 17px;
  font-weight: 700;
  padding-bottom: 19px;
  padding-top: 12px;
}

.main-faq--template .faq .vote__error {
  color: #9f9f9f;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  padding-top: 5px;
  text-align: center;
  width: 176px;
  display: none;
}

.main-faq--template .faq .vote__error_show {
  display: block;
}

.main-faq--template .faq .vote__reasons-item:not(:last-child) {
  margin-bottom: 10px;
}

.main-faq--template .faq .vote__reasons-button {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 2.2;
  padding: 8px 22px;
  position: relative;
  text-align: center;
  transition: all 0.2s;
  width: 100%;
}

.main-faq--template .faq .vote__success {
  font-weight: 700;
  padding-left: 20px;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 1.6667;
  position: relative;
  display: none;
}

.main-faq--template .faq .vote__success_show {
  display: block;
}

.main-faq--template .faq .vote__success::before {
  display: block;
  content: "";
  width: 12.6px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.main-faq--template .faq .vote__reasons-button:hover {
  background-color: #eaeaea;
}

.main-faq--template .faq .related-questions {
  margin-bottom: 20px;
}

.main-faq--template .faq .related-questions__list {
  display: none;
}

.main-faq--template .faq .related-questions__title {
  color: #000;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 1.1px;
  line-height: normal;
  padding: 0 0 10px;
  text-transform: uppercase;
  margin-block-start: 0;
  margin-block-end: 0;
}

.main-faq--template .faq .related-questions__item {
  border-top: 1px solid #eaeaea;
}

.main-faq--template .faq .related-questions__item:hover .faq-item__link {
  background-color: #eaeaea;
}

.main-faq--template .faq .related-questions__item:last-child {
  border-bottom: 1px solid #eaeaea;
}

.main-faq--template .faq .contact-group__title {
  color: #000;
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: normal;
  padding: 0 0 20px;
}

.main-faq--template .faq .contact-group__button {
  background: #000;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 8px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 4px 4px 0;
  min-width: 120px;
  padding: 5px 23px 4px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s;
  vertical-align: top;
}

.main-faq--template .faq .contact-group__button:hover {
  opacity: 0.8;
}

.main-faq--template .faq .thematic__icon-container_chosen {
  display: none;
}

.main-faq--template .faq .faq__container_chosen {
  flex-direction: row;
  align-items: flex-start;
  justify-content: unset;
  max-width: 1328px;
  width: 100%;
  padding: 0 19px;
  margin-bottom: 4rem;
  position: relative;
}

.main-faq--template .faq .thefaq-crnt-chosen {
  max-height: 50px;
}

ul.thematic__list.thematic__list_chosen li.faq-mn-items:hover {
  box-shadow: none;
  border: none;
}

.main-faq--template .faq__container_chosen ul.questions__list.faq-que--list.show {
  display: block;
}

.main-faq--template .faq__container_chosen ul.questions__list.faq-que--list {
  max-width: 884px;
}

.faq-ci-box {
  max-width: 884px;
  width: 100%;
  margin: 0 auto;
  /* border: 1px solid #000000; */
  padding: 0.6rem 2.4rem 0.6rem;
  border-radius: 3px;
  margin-top: 3.4rem;
  margin-bottom: 3.4rem;
}

.faq-ci-box:after {
  content: '';
  position: absolute;
  background: #000;
  height: 1px;
  width: calc(100% + 4rem);
  left: -2rem;
  right: -2rem;
  margin: 0 auto;
  margin-top: 4rem;
}

.faq-ci-box p {
  font-size: 22px;
  font-weight: 500;
  color: #F396F5;
  line-height: 29.24px;
  letter-spacing: 0.9624999761581421px;
  text-align: center;
  margin: 0px;
  padding-bottom: 1.6rem;
}

.faq-ci-box .ci-content p {
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: .5px;
  color: #000;
  margin: 0;
  text-align: left;
  padding-bottom: 0px;
}

.ci-content p strong {
  font-weight: 700;
}

.ci-content p a:hover {
  text-decoration: underline;
}

.ci-content p a {
  font-weight: 700;
}

ul.short-ul-title {
  display: none;
}

.thematic__list_chosen ul.short-ul-title {
  display: none;
}

.thematic__list_chosen ul.short-ul-title.open {
  display: block;
}

.short-ul-title a.newmn-connect-link {
  font-size: 12px;
  font-weight: 500;
  padding: 12px 0 12px 28px;
  display: block;
}

.short-ul-title a.newmn-connect-link:hover {
  font-weight: 700;
}

.que-back-btn {
  padding-top: 4rem;
}

@media screen and (max-width: 991px) {
  .mobile-scroll-top-btn.boost-sd__scroll-to-top:before {
    color: #000000;
    border-bottom-color: #000000;
    border-right-color: #000000;
    width: 12px;
    height: 12px;
    border-width: 2.4px;
  }

  .main-faq--template .faq .faq {
    height: 700px;
  }

  .main-faq--template .faq .faqs-container_chosen {
    flex-direction: column;
  }

  .main-faq--template .faq .promoted-question {
    order: 1;
  }

  .main-faq--template .faq .faqs-container {
    padding-bottom: 0rem;
  }

  .main-faq--template .faq .thematic__button {
    display: flex;
    justify-content: space-between;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: left;
    border: none;
    padding: 17px 20px 16px 20px;
    background-color: #fff;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
  }

  .main-faq--template .faq .thematic__button.active svg {
    transform: rotate(-90deg);
  }

  .main-faq--template .faq .thematic__button svg {
    transition: transform 0.3s;
    transform: rotate(90deg);
    width: 7px;
  }

  .main-faq--template .faq .thematic__button::after {
    color: #16212c;
    content: "";
    display: block;
    width: 16px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .main-faq--template .faq .thematic__button:active {
    background-color: #a9e1f4;
  }

  .main-faq--template .faq .faq-mn-items_active {
    font-weight: 700;
    position: relative;
    background: #fff;
  }

  .main-faq--template .faq .faq-mn-items:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .main-faq--template .faq .faq-mn-items:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .main-faq--template .faq .questions {
    order: 2;
  }

  .main-faq--template .faq .questions_thematic-chosen {
    width: 100%;
    margin-left: 0;
  }

  .main-faq--template .faq .questions__list_chosen {
    margin-bottom: 30px;
  }

  .home-block {
    padding-bottom: 7rem;
  }
}

@media screen and (max-width: 767px) {
  .main-faq--template .faq .promoted-question {
    width: 100%;
  }

  .main-faq--template .faq .promoted-question__list {
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
  }

  .main-faq--template .faq .promoted-question__item {
    flex: none;
    width: 100%;
  }

  .main-faq--template .faq .questions__list {
    max-height: none;
  }

  .main-faq--template .faq .questions__item {
    width: 100%;
  }

  .main-faq--template .faq ul.thematic__list {
    gap: 0;
    grid-template-columns: initial;
  }

  .main-faq--template .faq .faq-mn-icons {
    max-width: 28px;
    height: 28px;
  }

  .faq-matic-link-box {
    margin: 0px;
  }

  .mn-connect-text {
    padding-left: 2rem;
    text-align: start;
  }
}

.redirect-ac-tabs-container {
  display: flex;
  justify-content: space-between;
  padding: 0rem 2rem;
}

.cus-name {
  color: #0e0e0e;
  margin-top: 0.5rem;
  padding: 2rem;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.699999988079071px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pg-ac-img-w-ttl {
  color: #0e0e0e;
  text-transform: capitalize;
  margin-bottom: 8px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 19.93px;
  letter-spacing: 0.699999988079071px;
}

.pg-ac-img-w-ttl:after {
  content: "";
  background: url(https://cdn.shopify.com/s/files/1/0835/3225/1448/files/Stroke_1_Copy_32.svg?v=1728991540);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 9px;
  height: 9px;
  transform-origin: center;
  margin-top: 2px;
  margin-left: 12px;
  opacity: 0.3;
}

.cus-order-page {
  width: 75%;
  margin: 0px;
  padding: 0px !important;
}

.pg-ac-img-w-ttl.active:after {
  opacity: 1;
}

.tabs-li-ac-container {
  width: 25%;
}

.pg-ac-img-w-ttl.active {
  font-weight: 700;
}

.pg-ac-img-w-ttl.active svg path {
  fill: #FFFFFF;
}

.grid-search-box-container {
  width: 100%;
  padding: 0px 0px 32px;
  max-width: 884px;
  margin: 0 auto;
}

h2.src-bar-ttl {
  margin: 0 auto;
  color: #000;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: .0386em;
  line-height: 1.2381;
  margin-bottom: 30px;
  text-align: center;
  text-transform: none;
}

.grid-search-box-container .grid-item.srch-bar-input-wrapper {
  width: 100%;
  padding-bottom: 1.8rem;
}

.src--bar {
  width: 100%;
  margin: 0 auto;
}

.grid-search-box-container .srch-bar-input-wrapper .autocomplete-inp {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 19px;
  color: #000;
  height: 38px;
  padding: 0 20px 0 55px;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.95px;
  letter-spacing: 0.5px;
}

/* .grid-search-box-container:after {
  content: "";
  background: #000;
  height: 1px;
  left: 50%;
  margin: 32px 0 0;
  max-width: 1290px;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
} */
.grid-search-box-container:after {
  content: "";
  position: absolute;
  background: #000;
  height: 1px;
  width: calc(100% + 4rem);
  left: -2rem;
  right: -2rem;
  /* max-width: 1328px; */
  margin: 0 auto;
  margin-top: 32px;
}

.grid-search-box-container .search-bar-container {
  position: relative;
}

.grid-search-box-container .srch-bar-input-wrapper .autocomplete-inp:focus-visible {
  box-shadow: none;
  outline: none;
}

.search-box-contents {
  margin: 0 auto;
  width: 100%;
  color: #000;
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2727;
  text-transform: capitalize;
}

input.search-bar-btn {
  border: none;
  background: transparent;
  background: url(https://cdn.shopify.com/s/files/1/0835/3225/1448/files/recherche.svg?v=1728303744) no-repeat center left 22px / auto 19px;
  border-radius: 0;
  cursor: pointer;
  font-size: 0;
  height: 38px;
  padding: 0;
  position: absolute;
  left: 0;
  text-align: center;
  top: 0;
  transition: all .3s;
  width: 50px;
  z-index: 2;
}

.search-exm-box {
  color: #000000;
  display: block;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600;
  line-height: 16.34px;
  letter-spacing: 0.5600000023841858px;
}

ul.search-cntn-list {
  display: flex;
  flex-wrap: wrap;
}

li.search-ctnt-item {
  display: flex;
}

li.search-ctnt-item:before {
  content: " « ";
  margin-right: 0;
  width: 14px;
  text-align: center;
}

li.search-ctnt-item:after {
  content: " »,";
  margin-left: 0;
  width: 14px;
  text-align: center;
}

.grid-search-box-container .search-cntn-list a {
  font-size: 12px;
  color: #000000;
  display: block;
  font-weight: inherit;
  font-weight: 600;
  line-height: 16.34px;
  letter-spacing: 0.5600000023841858px;
}

.grid-search-box-container .search-cntn-list a:hover {
  text-decoration: underline;
}

p.current-text-content {
  margin: 0;
  color: #F396F5;
  padding: 0 0 14px;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 500;
  line-height: 29.24px;
  letter-spacing: 0.9624999761581421px;
}

a.prev-page {
  position: relative;
  padding: 0 0 0 28px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.699999988079071px;
  color: #000000;
}

a.prev-page:hover {
  font-weight: 700;
  letter-spacing: 0.7px;
}

a.prev-page:before {
  background-image: url(https://cdn.shopify.com/s/files/1/0835/3225/1448/files/download-right-arrow.svg?v=1728557932);
  left: 0;
  content: "";
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
  width: 18px;
  background-repeat: no-repeat;
}

button.btn-back-to-top:before {
  content: "";
  border: 1px solid #000;
  border-width: 1px 1px 0 0;
  height: 7px;
  margin: 2px 0 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 7px;
  position: absolute;
}

.que-ans-box-container {
  width: 100%;
}

button.btn-back-to-top {
  background: transparent;
  border: 0px;
  color: #000000;
  position: relative;
  padding: 0 18px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.699999988079071px;
}

.faq-ctnt-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 0;
}

p.current-title-content {
  padding-bottom: 30px;
  margin: 0;
  color: #f396f5;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .0436em;
  line-height: 1.2727;
  text-transform: none;
}

.ans__text p,
.ans__text a {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.22;
  margin: 0;
  padding: 0;
  word-break: break-word;
  margin-bottom: 16px;
}

.ans__text a {
  font-weight: 600;
  text-decoration: underline;
}

.ans__text a:hover {
  text-decoration: none;
}

.ans__description .ans__text ul {
  list-style: unset;
  padding-left: 10px;
  padding-bottom: 1.6rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #000;
  font-size: 12px;
}

.pagination-numbers {
  margin-top: 20px;
  display: flex;
}

.pagination-button {
  align-items: center;
  background: #fff;
  border: 1px solid #e2e2e2;
  color: #e2e2e2;
  display: flex;
  font-size: 16px;
  font-weight: 710;
  height: 37px;
  justify-content: center;
  line-height: 1.2;
  position: relative;
  transition: all .2s;
  width: 37px;
  margin: 5px;
  cursor: pointer;
}

.pagination-button.active {
  border-color: #000;
  color: #000;
}

.pagination-button:hover {
  border-color: #000;
  color: #000;
}

.faq__container_chosen ul.thematic__list.thematic__list_chosen li.faq-mn-items.home {
  display: block;
  margin: 0px;
}

.thematic__list_chosen .faq-mn-items.home a.mn-connect-link {
  padding: 14px 0;
  border: none;
  height: max-content;
  min-height: max-content;
}

.faqs-container.faq__container_chosen .home-block {
  display: none;
}

.main-faq--template .thematic.first-show-link-boxs {
  max-width: 642px;
  width: 100%;
  margin: 5.6rem 0px 6rem 0px;
}

.faqs-container.faq__container_chosen .thematic.first-show-link-boxs {
  max-width: max-content;
}

.home-block {
  max-width: 884px;
  margin: 0 auto;
}

.visibility {
  display: block !important;
}

.questions_block.help-customer-description {
  display: none;
}

.questions_block.help-customer-description.visible {
  display: block;
}

.tabs-ws-content-grid {
  display: flex;
  border-top: 1px solid #000000;
}

.edit-profile--form {
  width: 75%;
}

.edit-profile-form-tabs {
  width: 25%;
  position: relative;
}

.edit-profile-form-tabs .tabs-li-ac-container {
  width: 100%;
  height: 100%;
}

.edit-profile-form-tabs a {
  text-decoration: none;
}

.customer--head.ac-tabs-lg {
  position: absolute;
  bottom: 0px;
  border: none;
}

.customer--head {
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.customer--head a {
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: .1em;
  color: #000;
  text-decoration: none;
  border: 1px solid #000000;
  padding: 6px 12px;
  border-radius: 5px;
}

.customer--head a:hover {
  color: rgba(14, 14, 14, .8);
}

span.selected-tab {
  display: none;
}

.profile-template-container {
  /* max-width: 33%; */
  max-width: 50%;
  width: 100%;
}

.inner-profile-content {
  padding: 2rem;
}

.cus-ac-title h4 {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: .02375rem;
  margin: 0;
  margin-bottom: 1.6rem;
  font-family: var(--font-body-family-maje), var(--font-body-family);
}

.ac-custom-heading {
  padding: 1.5rem 0 3.2rem;
}

:is(.cus-order-page) .ac-custom-heading p,
:is(.cus-order-page) .ac-order-heading p {
  margin: 0px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.06em;
  color: #000000;
}

.faqs-container.faq__container_chosen .thematic.first-show-link-boxs {
  margin: 0px;
  padding-left: 0;
  flex: 0 0 auto;
  margin-right: 0;
  max-width: 222px;
}

.mob-faq-ci-box {
  display: none;
}

button.delete-btn.editing_add:hover {
  color: rgba(14, 14, 14, .8);
}

.address-add .absolutePosition:hover,
.cus-edit-dlt-btn .editing-bttn.editing_add:hover {
  background: rgba(14, 14, 14, .8);
}

@media screen and (max-width: 1024px) {
  .mob-hide {
    display: none !important;
  }

  .main-faq--template .thematic.first-show-link-boxs {
    max-width: 850px;
    position: relative;
  }

  .toggle-open span.selected-tab {
    padding: 18px 2.5rem;
    height: auto;
  }

  .editor-btnn.address-add.address_comment {
    margin-top: 2.2rem;
  }

  .cus-ac-address--section .cus-address-box {
    padding-bottom: 3.6rem;
  }

  span.selected-tab {
    height: 4rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 19.93px;
    letter-spacing: 0.37570124864578247px;
    text-transform: capitalize;
  }

  .redirect-ac-tabs-container {
    flex-direction: column;
  }

  .edit-profile-form-tabs {
    width: 100%;
  }

  .main-faq--template .faq.faq-mn-container {
    width: 100%;
  }

  .page-ac--li-link-list {
    display: none;
  }

  .ac-order-heading.cus-ac-title h4 {
    font-family: ITC Avant Garde Gothic;
    font-size: 15px;
    font-weight: 500;
    line-height: 19.93px;
    letter-spacing: 0.3799999952316284px;
    margin-bottom: 1.5rem;
    margin-top: 0px;
  }

  .desk-mob-tabs-container {
    border: 1px solid #000;
    border-radius: 5px;
    margin: 12px;
    margin-bottom: 5px;
    margin-top: 2rem;
  }

  :is(.cus-ac-address--section) p:first-child {
    margin-bottom: 1rem;
  }

  .desk-mob-tabs-container.toggle-open {
    border-radius: 5px 5px 0 0;
  }

  .tabs-li-ac-container {
    margin-top: 0rem;
  }

  ul.page-ac--li-link-list.list-unstyled.show {
    width: auto;
    background: #FFF;
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    z-index: 4;
    border: 1px solid #000;
    right: 0;
    left: 0;
    margin: 0px 1.2rem;
  }

  .customer--head.ac-tabs-lg {
    z-index: -1;
  }

  .customer--head.ac-tabs-lg {
    display: none;
  }

  .cus-name {
    display: flex;
    justify-content: space-between;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    padding-bottom: 0rem;
    margin-top: 0px;
    padding-top: 2rem;
  }

  .icn-down {
    display: inline;
  }

  .icn-up {
    display: none;
  }

  /* Default style for the arrow indicator */
  span.selected-tab:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-bottom: 2px;
  }

  span.selected-tab.icon-up:after {
    transform: rotate(225deg);
  }

  .pg-ac-img-w-ttl {
    padding: 18px 2.5rem;
    margin: 0px;
    border-bottom: .0625rem solid #0e0e0e;
    justify-content: center;
  }

  .pg-ac-img-w-ttl:after {
    content: unset;
  }

  .tabs-ws-content-grid {
    display: flex;
    flex-direction: column;
  }

  .edit-profile--form {
    width: 100%;
  }

  .profile-template-container {
    max-width: 100%;
  }

  #customer #create-customer #create_customer .cf-react-target {
    max-width: 100%;
    margin: 0 auto;
  }

  .ac-custom-heading {
    padding: 2rem;
  }
}

.selected--option {
  display: none;
}

.thematic-active-title {
  display: none;
}

button.mob-hm-accordion {
  background: #ffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #000;
  border-radius: 5px;
  min-height: 38px;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  z-index: 2;
}

button.mob-hm-accordion:after {
  content: "";
  border: solid #000;
  border-width: 0 1px 1px 0;
  height: 7px;
  margin: 0 0 0 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  display: block;
}

.faq__container_chosen p.cyc-h2 {
  display: none;
}

.thematic-menu-item {
  position: relative;
}

.thematic__list_chosen .thematic-menu-item {
  padding: 0 15px 0 0;

}

.thematic__list_chosen .thematic-menu-item:after {
  content: "";
  border: 1px solid #000;
  border-width: 1px 1px 0 0;
  position: absolute;
  right: 0;
  margin: -1px 0 0;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  height: 7px;
  width: 7px;
}

.main-faq--template .faq.faq-mn-container {
  min-height: 100vh;
  position: relative;
}

@media screen and (max-width: 768px) {

  .main-faq--template .faq .mn-connect-text,
  .main-faq--template .faq .home-mn-connect-text {
    justify-content: space-between;
  }

  .grid-item.srch-bar-input-wrapper:after {
    left: 30px;
    top: 6px;
  }

  .main-faq--template .faq .thematic__list {
    display: none;
  }

  li.faq-mn-items.home a.mn-connect-link {
    padding: 14px 0px;
  }

  .accordion-open .thematic.first-show-link-boxs.second-show-link-box.open {
    display: none;
  }

  ul.thematic__list.mob-thematic-ul-list.show {
    display: block;
    background: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25);
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    position: absolute;
    top: calc(100% - 8px);
    left: 0;
    right: 0;
    z-index: 1;
  }

  .accordion-open .mn-connect-text {
    padding-left: 0px;
  }

  .redirect-ac-tabs-container {
    padding: 0 12px;
  }

  .faq-mn-icons {
    display: none;
  }

  ul.short-ul-title.open {
    display: block;
  }

  p.cyc-h2 {
    display: none;
  }

  .faq-ci-box {
    display: none;
  }

  .faq-ci-box.mob-faq-ci-box {
    display: block;
  }

  .main-faq--template .mn-connect-link,
  .main-faq--template .btn-mn-connect-link {
    min-height: max-content;
    padding: 3.2rem 0rem 1.4rem;
    text-align: left;
    align-items: flex-start;
    border: none;
  }

  .mob-thematic-ul-list.show .thematic-menu-item:after {
    border: 1px solid #000;
    border-width: 1px 1px 0 0;
    content: "";
    height: 7px;
    margin: -1px 0 0;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    width: 7px;
  }

  .mob-thematic-ul-list.show .home-mn-connect-text {
    justify-content: flex-start;
  }

  .main-faq--template .faq a.mn-connect-link {
    flex-direction: row;
    justify-content: flex-start;
    padding: 3.2rem 0rem 1.4rem;
  }

  .main-faq--template .mn-connect-link:focus-visible,
  .main-faq--template .btn-mn-connect-link:focus-visible {
    box-shadow: none;
    outline: none;
  }

  .main-faq--template .faq .accordion-open .faq-mn-items:hover {
    box-shadow: none;
  }

  .main-faq--template .thematic.first-show-link-boxs {
    margin: 0px;
  }

  .faq__container_chosen .thematic-active-title {
    display: none;
  }

  .faq-mn-container .home-block {
    margin-top: 3.5rem;
  }

  .faq-mn-container .grid-search-box-container {
    padding: 0 0 20px;
  }

  .faq-ci-box {
    padding: 2rem 1rem;
  }

  .faq-ci-box p {
    font-size: 15px;
    font-weight: 500;
    line-height: 19.93px;
    letter-spacing: 0.3799999952316284px;
    text-align: left;
  }

  .grid-search-box-container .srch-bar-input-wrapper .autocomplete-inp {
    border: 1px solid black;
    padding: 0 20px 0 35px;
    height: 28px;
  }

  h2.src-bar-ttl {
    font-size: 24px;
    font-weight: 500;
    line-height: 31.9px;
    letter-spacing: 1.3333333730697632px;
    margin-bottom: 1rem;
  }

  /*  */
  input.search-bar-btn {
    background: block;
    /* display:none; */
    /* width: 35px; */
    width: 41px;
  }

  input.search-bar-btn {
    border: none;
    background: transparent;
    background: url(/cdn/shop/files/recherche.svg?v=1728303744) no-repeat center left 24px / auto 16px;
    border-radius: 0;
    cursor: pointer;
    font-size: 0;
    height: 23px;
    padding: 0;
    position: absolute;
    left: -15px;
    text-align: center;
    top: 3px;
    transition: all .3s;
    width: 50px;
    z-index: 2;
  }

  /*  */
  .grid-search-box-container .search-cntn-list a {
    font-size: 9px;
  }

  li.search-ctnt-item:before,
  li.search-ctnt-item:after {
    width: 8px;
  }

  .search-exm-box {
    font-size: 9px;
  }

  .grid-search-box-container .grid-item.srch-bar-input-wrapper {
    padding-bottom: 1.2rem;
  }

  .main-faq--template .faq .questions__title {
    font-size: 15px;
    line-height: 19.93px;
    letter-spacing: 0.3799999952316284px;
    text-align: left;
    padding-bottom: 6px;
  }

  ul.thematic__list.thematic__list_chosen.open .home-mn-connect-text {
    justify-content: flex-start;
  }

  .thematic__list.thematic__list_chosen.open .mn-connect-link.smoothScroll {
    padding-left: 0px;
  }

  ul.thematic__list.thematic__list_chosen .mn-connect-link,
  ul.thematic__list.thematic__list_chosen .btn-mn-connect-link {
    padding: 3.2rem 0px;
    padding-bottom: 1.4rem;
  }

  .faqs-container.faq__container_chosen .current-text-content {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1;
    padding-bottom: 0px;
  }

  p.current-title-content {
    font-size: 15px;
    padding-bottom: 15px;
  }

  /* .main-faq--template .faqs-container .thematic.first-show-link-boxs {
    display:none;
  } */
  .faq__container_chosen .que-ans-box-container {
    border-left: 0px;
    padding: 4px 0px 0px;
  }

  .que-back-btn {
    padding-top: 3rem;
  }

  .main-faq--template .faq .faq__container_chosen {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
  }

  .faqs-container.faq__container_chosen .thematic.first-show-link-boxs {
    max-width: 100%;
    margin: 2rem 0px;
  }

  .main-faq--template ul.thematic__list.thematic__list_chosen {
    display: none;
  }

  ul.thematic__list.thematic__list_chosen.open {
    position: absolute;
    right: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25);
    left: 0;
    padding: 10px;
    top: calc(100% - 38px);
    z-index: 1;
  }

  .nw-mn-connect-text {
    line-height: 12px;
  }

  .faq__container_chosen .selected--option {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    min-height: 38px;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
    line-height: 16.4px;
  }

  .redirect-ac-tabs-container .faq__container_chosen .thematic.first-show-link-boxs {
    padding: 0px 3px;
    margin: 0px;
    width: 100%;
  }

  .selected--option::after {
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0826/9584/8228/files/Vector_5_1.svg?v=1724741089);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 11px;
    height: 11px;
    top: auto;
    right: 28%;
    transform: rotate(90deg);
    transform-origin: center;
    margin-top: 4px;
    margin-left: 15px;
  }

  ul.thematic__list.thematic__list_chosen.open .faq-matic-link-box.thematic__icon-container_chosen {
    display: none;
  }

  ul.thematic__list.thematic__list_chosen.open li.faq-mn-items.home .mn-connect-text {
    margin: 0px;
  }

  .faq-mn-items.home a.mn-connect-link {
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
  }

  ul.thematic__list.thematic__list_chosen.open .mn-connect-text {
    min-height: 100%;
  }

  .faq.faq-mn-container {
    border-bottom: 1px solid rgba(170, 170, 170, 1);
  }

  .tabs-ws-content-grid .ac-pa-reset--password {
    padding-bottom: 6rem;
    border-bottom: 1px solid rgba(170, 170, 170, 1);
  }

  .grid-search-box-container:after {
    content: unset;
  }

  .main-faq--template .faq .faq-mn-items {
    width: 100%;
    max-width: 100%;
    margin: 0px;
  }

  .main-faq--template .faq .faq-mn-items.home {
    display: block;
  }

  .thematic-active-title {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .faqs-container.faq__container_chosen h2.current-text-content {
    display: none;
  }

  .main-faq--template .faq .faq-item__link,
  .main-faq--template .faq .hm-faq-item__link {
    padding: 16px 0px;
  }

  .redirect-ac-tabs-container .faq__container_chosen .thematic.first-show-link-boxs {
    padding: 0rem 0rem 3rem;
  }

  ul.faq-breadcrums.bcrubs-title-w-links.show-faq-breadcrumbs {
    padding: 2rem 1.8rem;
  }

  .pagination-numbers.show-pagination {
    margin-top: 2rem;
    justify-content: center;
  }

  h2.current-title-content {
    padding: 0 0 14px;
  }
}

.ml-loader {
  display: none;
  position: relative;
  height: auto;
  width: max-content;
  position: absolute;
  left: 62%;
  top: 50%;
}

.faq__container_chosen .ml-loader.ld-block {
  display: block;
}

.ml-loader div {
  position: absolute;
  animation: ml-loader 1.2s linear infinite;
  height: 10px;
  width: 10px;
}

.ml-loader div {
  background: rgb(14 14 14 / 58%);
  display: block;
}

.ml-loader div:nth-child(1) {
  top: 6px;
  left: 6px;
  animation-delay: 0s;
}

.ml-loader div:nth-child(2) {
  top: 6px;
  left: 26px;
  animation-delay: -0.4s;
}

.ml-loader div:nth-child(3) {
  top: 6px;
  left: 45px;
  animation-delay: -0.8s;
}

.ml-loader div:nth-child(4) {
  top: 26px;
  left: 6px;
  animation-delay: -0.4s;
}

.ml-loader div:nth-child(5) {
  top: 26px;
  left: 26px;
  animation-delay: -0.8s;
}

.ml-loader div:nth-child(6) {
  top: 26px;
  left: 45px;
  animation-delay: -1.2s;
}

.ml-loader div:nth-child(7) {
  top: 45px;
  left: 6px;
  animation-delay: -0.8s;
}

.ml-loader div:nth-child(8) {
  top: 45px;
  left: 26px;
  animation-delay: -1.2s;
}

.ml-loader div:nth-child(9) {
  top: 45px;
  left: 45px;
  animation-delay: -1.6s;
}

@keyframes ml-loader {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

.cf-edit-account-link-spacer,
.cf-edit-account-link {
  display: none !important;
}

/* LEGAL NOTES CSS */

.legal-notices .main-page-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
  text-transform: capitalize;

}

.legal-notices .rte p {
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  text-align: justify;
  line-height: 22px;
}

.legal-notices strong {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.legal-notices .rte>*:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

.legal-notices .rte ul li {
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
}

/* address page delete pop up  */

.delete-modal {
  visibility: hidden;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Dark background */
  transition: visibility 0s, opacity 0.3s ease-out;
  /* Visibility change with a delay */
  opacity: 0;
  /* Initially transparent */
}

/* Modal content with fade-down animation */
.delete-modal-content {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  padding: 5rem 2.5rem;
  background-color: #fff;
  width: 280px;
  height: 200px;
  text-align: center;
  transform: translateY(-30px);
  transition: all .3s ease-out;
  opacity: 0;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* When the modal is shown */
.delete-modal.show {
  visibility: visible;
  opacity: 1;
}

/* When the modal content is shown */
.delete-modal-content.show {
  opacity: 1;
  transform: translateY(0);
}


.cancel-btn {
  position: absolute;
  right: 16px;
  top: 14px;
  width: 14px;
  height: 13px;
  cursor: pointer;
}

.delete-modal-content p {
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.30056101083755493px;
  margin: 0px;
  color: #000000;
  margin-bottom: 2.6rem;
}

.cancel-btn:before,
.cancel-btn:after {
  position: absolute;
  content: ' ';
  height: 13px;
  width: 1px;
  background-color: #000000;
}

.cancel-btn:before {
  transform: rotate(45deg);
}

.cancel-btn:after {
  transform: rotate(-45deg);
}

.delete-address-btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 15.95px;
  letter-spacing: 0.30056101083755493px;
  text-transform: uppercase;
  padding: 11px;
  background: #000;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

/* account drawer  */

.right-side-account-drawer {
  position: fixed;
  top: calc(var(--header-height) + var(--announcement-bar-height));
  right: 0;
  width: 33.333%;
  height: calc(var(--window-inner-height, 100vh));
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.5s ease, opacity 0.5s ease;
  z-index: 1000;
  will-change: transform, opacity;
}

body:has(.section-header.scrolled-past-header) .right-side-account-drawer {
  top: 0;
  height: calc(var(--window-inner-height, 100vh));
}

.right-side-account-drawer.open {
  transform: translateX(0);
  box-shadow: -2px 5px 8px #0000001c;
}

.right-side-account-drawer.open+.offcanvas-overlay {
  visibility: visible;
  opacity: .2;
  display: block;
}

.sg-ttl {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.79px;
  letter-spacing: 1.5px;
}

span.close-sg-drawer {
  position: absolute;
  right: 0px;
  padding: 0px 16px;
  cursor: pointer;
}

.ad-tab-link.active::before {
  background: #0E0E0E;
}

.ad-tab-link::before {
  width: 8px;
  height: 8px;
  content: "";
  display: inline-block;
  border: .03125rem solid #0e0e0e;
  border-radius: 100%;
  margin-right: .8rem;
}

.drawer .cart-option-selection a.selected {
  margin-left: 3.2rem;
}

.ad-tab-link {
  color: #0E0E0E;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 3rem;
}

.cart-option-selection a.selected {
  margin-left: 3.2rem;
}

button.continue-btn:hover {
  background: rgba(14, 14, 14, .8);
}

.d-block {
  display: block !important;
}

.add-details-drwr {
  display: none;
}

button.continue-btn.btn-disabled:hover {
  background: #e4e4e4;
}

.continue-btn.btn-disabled {
  background: #e4e4e4;
  color: #aaa;
  border: .03125rem solid #0e0e0e;
}

button.continue-btn {
  background: #0E0E0E;
  color: #FFFFFF;
  width: 100%;
  margin-top: 4.4rem;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1em;
  height: 3.8rem;
}

.right-side-account-drawer .ac-inp-field:after,
.right-side-account-drawer .ac-inp-field:hover.ac-inp-field:after,
.right-side-account-drawer .ac-inp-field input:focus,
.right-side-account-drawer button:hover:after,
.right-side-account-drawer button:after {
  box-shadow: none;
}

.account-drwr-container {
  padding-top: 2rem;
  overflow: auto;
  height: 90vh;
  /* max-height: calc(var(--window-inner-height, 100vh) - 45px - 40px); */
}

.mail-ttl {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: .653333306312561px;
  margin-bottom: 1.3rem;
}

.mail-ttl-box p {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.06em;
  color: #000000;
  margin-bottom: 0rem;
}

.account-drwr-container .ac-inp-field input.ac-field--inp {
  padding: 1.2rem 0px .2rem;
  color: #000000;
  height: 3.52rem;
  font-size: 11px;
  font-weight: 500;
  line-height: 14.62px;
  letter-spacing: 1.100000023841858px;
}

.account-drwr-container .ac-inp-field input.ac-field--inp:focus {
  padding-bottom: 0px;
}

.account-drwr-container .ac-inp-field label {
  left: 0;
  top: 15px;
  color: #000000;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 14.62px;
  letter-spacing: 1.100000023841858px;
  transition: top 0.3s ease, font-size 0.3s ease;
}

.account-drwr-container .ac-inp-field input:focus~label {
  left: 0px;
  top: 6px;
  font-size: 8px;
}

.ac-inp-field {
  border-bottom: 1px solid rgba(170, 170, 170, 1);
}

.email-container {
  max-width: 100%;
  width: 100%;
}

.account-drwr-container .ac-inp-field input:not(:placeholder-shown)~label,
.account-drwr-container .ac-inp-field input:-webkit-autofill~label {
  left: 0px;
  top: 6px;
  font-size: 8px;
}

.email-field-error-msg {
  color: #FF0000;
  margin-top: 8px;
  font-size: 9px;
  font-weight: 500;
  line-height: 11.96px;
  letter-spacing: 0.22499999403953552px;
}

button.back-pg-btn {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0px;
  cursor: pointer;
  margin-bottom: 2rem;
  position: absolute;
  top: 10px;
  font-size: 11px;
  letter-spacing: 1px;
  color: #000;
}

.psw--inp {
  margin-top: 2.4rem;
}

.password-show {
  position: absolute;
  width: 25px;
  height: 15px;
  right: 0;
  top: 45%;
  background: url(https://cdn.shopify.com/s/files/1/0835/3225/1448/files/Group_3_Copy.svg?v=1729242206);
  background-repeat: no-repeat;
}

.password-show.show {
  background: url(https://cdn.shopify.com/s/files/1/0835/3225/1448/files/Group_7_Copy.svg?v=1729242243);
  height: 15px;
  top: 42%;
  background-repeat: no-repeat;
}

a.frgt-password {
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 3.2rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.95px;
  letter-spacing: 1.2000000476837158px;
  color: #000000;
  text-align: right;
}

a.frgt-password:hover {
  text-decoration-thickness: auto;
}

.sec-acc-box-container fieldset {
  border: none;
}

.cf-field-container h1 {
  display: none;
}

.cf-date-picker__icon svg {
  display: none;
}

.sec-acc-box-container .cf-field-description {
  display: none;
}

.cf-field .cf-field-description {
  width: 100%;
  padding: 8px 0px;
  font-size: 10px;
  opacity: 1;
  line-height: 1.6;
  color: #000000;
}

.cf-enum-field__choices legend {
  display: none;
}

button.sign-in-btn {
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  min-height: 3.8rem;
  background: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.95px;
  letter-spacing: 0.30056101083755493px;
}

.cf-date-field--inline-inputs {
  margin-top: 1rem;
}

.ac--inner-drawer [data-cf-field-type=phone] .cf-phone-field .cf-country-picker {
  width: 40px;
}

label.cf-enum-field__choice {
  position: unset !important;
}

.cf-enum-field__choice input {
  height: auto;
}

.cf-nw-mail-box label {
  position: absolute;
}

input {
  height: 4rem;
}

.recover-yr-psw-drawer {
  position: fixed;
  right: -100%;
  top: 45px;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: right 0.3s ease-in-out;
  z-index: 2;
  padding-top: 2rem;
}

.account-drwr-container.recover-yr-psw-drawer {
  position: fixed;
}

.recover-yr-psw-drawer.open {
  right: 0;
}

button.sign-in-btn.fg-btn {
  margin-top: 2rem;
}

.mail-ttl-box.c-acc-heading {
  margin-top: 2rem;
}

.mail-ttl-box.c-acc-heading p {
  margin-bottom: 1.8rem;
}

.recover-yr-psw-drawer .ad-mail-ttl-box p {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .right-side-account-drawer.open {
    width: 100%;
    transition: all .30s ease-out;
  }

  .right-side-account-drawer {
    top: 0px;
    height: var(--window-inner-height, 100vh);
  }

  .account-drwr-container .email-container {
    max-width: 100%;
  }

  .account-drwr-container.page-width {
    padding: 1.2rem;
  }
}


/* css for app */

.ac--inner-drawer .cf-form-actions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  #customer {
    padding: 15px;
  }
}

#customer #create-customer #create_customer {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  margin: auto;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  #customer #create-customer #create_customer {
    max-width: 100%;
    padding: 40px 15px 45px;
  }

  .about-evelyne-ilan-chetrite {
    padding: 0 4rem;
  }

  .the-sandro-brand-page {
    flex-direction: column;
  }

  .the-sandro-brand-page .img-lf-side {
    width: 100%;
  }

  .the-sandro-brand-page .text-rg-side {
    width: 100%;
    padding-bottom: 20px;
  }
}

#customer #create-customer #create_customer .header_form {
  line-height: 50px;
  letter-spacing: 0.05em;
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding-left: 30px;
}

#customer #create-customer #create_customer .header_form .create_customer_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 50px;
  line-height: 50px;
  height: 50px;
  border-right: none;
  border-left: 1px solid #e5e5e5;
  background-color: #fff;
  border-top: none;
  border-bottom: none;
}

#customer #create-customer #create_customer .header_form .create_customer_close::after,
#customer #create-customer #create_customer .header_form .create_customer_close::before {
  content: "";
  position: absolute;
  left: 15px;
  height: 15px;
  width: 1px;
  background-color: #000;
  top: 38%;
  left: 50%;
  transform: rotate(45deg);
}

#customer #create-customer #create_customer .header_form .create_customer_close::after {
  transform: rotate(-45deg);
}

#customer #create-customer #create_customer .cf-react-target {
  font-size: 11px;
}

.profile-template-container .cf-field {
  margin: 10px 0;
}

[data-theme-name=Dawn] .cf-field .cf-select-wrap select:focus,
[data-theme-name=Dawn] .cf-field .cf-select-wrap select:hover {
  box-shadow: none;
}

#customer #create-customer #create_customer .cf-field {
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  border: none;
}

#customer #create-customer #create_customer .cf-field h1 {
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #customer #create-customer #create_customer .cf-field h1 {
    margin-bottom: 0;
  }
}

#customer #create-customer #create_customer .cf-field p {
  margin: 50px 0 30px 245px;
  color: #999;
}

@media screen and (max-width: 700px) {
  #customer #create-customer #create_customer .cf-field p {
    margin: 20px 0;
  }
}

#customer #create-customer #create_customer .cf-field[data-cf-invalid=true]:not([data-cf-field-type=repeating_group]) {
  background: none;
  border: none;
}

#customer #create-customer #create_customer .cf-field[data-cf-invalid=true]:not([data-cf-field-type=repeating_group]) label {
  color: red;
}

#customer #create-customer #create_customer .cf-field[data-cf-invalid=true]:not([data-cf-field-type=repeating_group]) .cf-field-errors {
  width: fit-content;
  margin: 0px;
  margin-top: 0;
  font-size: 10px;
  color: red;
}

#customer #create-customer #create_customer .cf-field[data-cf-invalid=true] .cf-field-description {
  display: none;
}

#customer #create-customer #create_customer .cf-field label {
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 11px;
  color: #000;
  font-weight: 500;
}

#customer #create-customer #create_customer .cf-field label.cf-enum-field__choice input {
  width: fit-content;
}

#customer #create-customer #create_customer .cf-field label.cf-enum-field__choice span {
  text-transform: none;
  color: #000000;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: .06em;
}

#customer #create-customer #create_customer .cf-field input {
  border: none;
  border-bottom: 1px solid rgba(170, 170, 170, 1);
  line-height: 36px;
  height: auto;
  width: 100%;
  letter-spacing: 0.05em;
  font-size: 10px;
  font-weight: 700;
  padding: 12px 0px 0px;
  box-shadow: none;
  color: #0E0E0E !important;
}

@media screen and (max-width: 767px) {
  #customer #create-customer #create_customer .cf-field input {
    margin-bottom: 0px;
  }
}

#customer #create-customer #create_customer .cf-field input::placeholder {
  font-weight: 400;
}

#customer #create-customer #create_customer .cf-field select {
  border: 1px solid #000;
  padding: 3px;
  color: #000;
  background-color: transparent;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 5px;
}

#customer #create-customer #create_customer .cf-field .cf-phone-field input {
  padding-left: 45px;
}

#customer #create-customer #create_customer .cf-field .cf-phone-field .cf-country-picker {
  border: none;
  right: inherit;
  bottom: 0px;
}

@media screen and (max-width: 767px) {
  #customer #create-customer #create_customer .cf-field-description {
    margin-bottom: 0;
    padding: 10px 0 0;
  }
}

#customer #create-customer #create_customer .cf-field .DayPickerInput-OverlayWrapper {
  display: none;
}

#customer #create-customer #create_customer .cf-field .cf-date-picker__icon {
  display: none;
}

#customer #create-customer #create_customer .cf-form-actions .cf-cancel {
  display: none;
}

#customer #create-customer #create_customer .cf-form-actions .cf-submit-form {
  height: 4rem;
  background: #0E0E0E;
  border: none;
  width: 100%;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1em;
}

#customer #create-customer #create_customer .cf-form-actions .cf-step-invalid .cf-error-message {
  padding: 0;
  border: 0;
  background: white;
}

#customer #create-customer .person_select_new {
  margin: 8px 0 16px;
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  #customer #create-customer .person_select_new {
    margin-bottom: 0;
  }
}

#customer #create-customer .person_select_new input {
  display: none;
}

#customer #create-customer .person_select_new .cf-enum-field__choice {
  width: 50%;
  margin: 0;
}

#customer #create-customer .person_select_new .cf-enum-field__choice input {
  display: none !important;
}

#customer #create-customer .person_select_new .cf-enum-field__choice input:checked+span {
  background-color: #000;
  color: #fff !important;
}

#customer #create-customer .person_select_new .cf-enum-field__choice:last-of-type span {
  border-radius: 0;
  border-right: 1px solid #e5e5e5;
}

#customer #create-customer .person_select_new .cf-enum-field__choice span {
  width: 100%;
  border: 1px solid #e5e5e5;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  padding: 1rem;
  text-align: center;
  display: block;
  width: 100%;
}

#customer #create-customer .person_select_new .cf-enum-field__choice label {
  text-align: center;
}

#customer #create-customer .checkbox_register {
  margin-bottom: 10px;
}

#customer #create-customer .checkbox_register .checkbox_register {
  margin-bottom: 0;
}

#customer #create-customer .checkbox_register input {
  height: fit-content !important;
  margin-bottom: 0 !important;
}

#customer #create-customer .checkbox_register label {
  display: flex !important;
  align-items: flex-start;
}

#customer #create-customer .cf-field[data-cf-invalid=true]:not([data-cf-field-type=repeating_group]) .cf-field-errors li {
  color: red;
  line-height: 16px;
  font-size: 10px;
  padding-top: 10px;
}

.sec-acc-box-container .cf-enum-field__choices fieldset {
  flex-direction: row;
  width: 100px;
}

.ac--inner-drawer.page-width {
  padding-top: 2rem;
  /* height: calc(var(--window-inner-height, 100vh) - 40px); */
  overflow-y: scroll;
}

.ac--inner-drawer {
  position: fixed;
  right: -100%;
  top: 41px;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: right 0.3s ease-in-out;
  z-index: 2;
}

.ac--inner-drawer.open {
  right: 0;
}

.ac-inner-content {
  max-width: 100%;
}

button.back-prev-pg {
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #0E0E0E;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1em;
}

button.opn-ca-drawer {
  background: transparent;
  border: none;
  text-decoration: underline;
  padding: 0;
  width: 100%;
  cursor: pointer;
  margin-top: 1.6rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.95px;
  letter-spacing: 1.2000000476837158px;
  text-align: right;
}

.product-option {
  margin-top: 0px !important;
}

button.sign-in-btn:hover,
button.sign-in-btn:hover {
  background: rgba(14, 14, 14, .8);
}

.jm-image_with_text p {
  font-weight: 100;
}

@media screen and (max-width: 1024px) {
  nav.breadcrumbs.page-width {
    overflow: auto;
    margin-right: 7px;
  }

  nav.breadcrumbs.page-width::-webkit-scrollbar {
    height: 0px;
  }

  .custom-drawer-design td.custom-drawer-detail {
    padding-top: 12px;
  }

  .ac-inner-content {
    max-width: 100%;
  }

  .ac--inner-drawer.page-width.open {
    padding: 0 1.2rem;
    padding-top: 1.2rem;
  }

  .ac-inner-content #customer {
    padding: 0px;
  }

  .ac-inner-content #customer #create-customer #create_customer {
    padding: 0px;
  }

  #customer #create-customer .person_select_new {
    padding-bottom: 0.5rem;
  }
}

/* after login account css */
span.desk-show-lg.customer--head {
  border: none;
}

.customer--head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.2rem 1.8rem;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: .1em;
  text-transform: capitalize;
  border-bottom: 1px solid #000;
}

.ac--li-link-list li a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #000000;
  text-transform: capitalize;
  letter-spacing: .1em;
  text-decoration: none;
}

.ac-img-w-ttl {
  width: 100%;
}

ul.ac--li-link-list li {
  padding: 2.6rem 0px;
  border-bottom: 1px solid #000;
  margin: 0px 18px;
}

.li-ac-container {
  height: 72vh;
  overflow: hidden;
  overflow-y: scroll;
}

.right-side-account-drawer ::-webkit-scrollbar {
  width: 8px;
}

.right-side-account-drawer ::-webkit-scrollbar-thumb:hover {
  background: var(--brand-theme-color);
}

.right-side-account-drawer ::-webkit-scrollbar-thumb {
  background: var(--brand-theme-color);
  border-radius: 10px;
}

.right-side-account-drawer ::-webkit-scrollbar-track {
  background: transparent;
}

.cf-enum-field__choice input {
  accent-color: black !important;
}

.dont-scroll {
  overflow: hidden;
}

.ad-mail-ttl-box {
  text-align: center;
  margin-top: 3.1rem;
  margin-bottom: 2rem;
}

.ad-mail-ttl {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.653333306312561px;
  margin-bottom: 1.3rem;
}

.ad-mail-ttl-box p {
  font-size: 12px;
  color: #000000;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.5px;
  max-width: 29rem;
  margin: 0 auto;
}

.account-drwr-container {
  position: relative;
}

.sec-acc-box-container .ad-mail-ttl-box {
  margin-bottom: 0px;
}

.recover-yr-psw-drawer .ad-mail-ttl-box {
  margin-top: 1.3rem;
}

.mm-ac-drawer a.mob-acc-drawer {
  display: flex;
  width: 100%;
  height: 42px;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-transform: capitalize;
  text-decoration: none;
}

.mm-ac-drawer {
  padding: 10px 50px;
}

a.header--ac {
  position: relative;
  width: 3.4rem;
  height: 2.4rem;
  text-align: center;
}

i.ico-connected {
  display: inline-block;
  text-align: center;
  min-width: 7px;
  min-height: 7px;
  background: var(--brand-theme-color);
  border-radius: 100%;
  position: absolute;
  bottom: 8px;
  right: 5px;
}

/* .page-index i.ico-account {
  color: #FFF ;
} */
.page-index .scrolled-past-header i.ico-account {
  color: unset !important;
}

.section-header:not(.scrolled-past-header):hover i.ico-account {
  color: unset !important;
}

#customer #create-customer #create_customer .cf-form-actions button.cf-cancel,
#customer #create-customer #create_customer .cf-form-actions .cf-submit-form {
  background: #000;
  height: 4rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 16px;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  margin-top: 0rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.95px;
  letter-spacing: 0.30056101083755493px;
}

/* account pages */

.inner-profile-content #customer #create-customer #create_customer .cf-field label {
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.1em;
  z-index: 1;
}

.inner-profile-content #customer #create-customer #create_customer .cf-field input {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0.06em;
}

.inner-profile-content #customer #create-customer #create_customer .cf-form-actions .cf-submit-form {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.1em;
}

.inner-profile-content .cf-enum-field__choices fieldset {
  flex-direction: row;
}

.inner-profile-content #customer #create-customer .person_select_new .cf-enum-field__choice {
  width: 6rem;
}

.cus-ac-form-container .ac-inp-field:after,
.cus-ac-form-container .ac-inp-field:hover.ac-inp-field:after,
.cus-ac-form-container .ac-inp-field input:focus,
.cus-ac-form-container button:hover:after,
.cus-ac-form-container button:after {
  box-shadow: none;
}

.main-cus-ac-form {
  width: 100%;
  margin: 0 auto;
}

.ac-cus-mx-w {
  max-width: 44.5rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.account-drwr-container .form__message svg {
  width: 16px;
  margin-right: 6px;
}

.cus-ac-form-container .recover--psw {
  width: 100%;
  font-size: 10px !important;
  color: #0E0E0E;
  font-weight: 500;
  line-height: 1.6;
  text-align: end;
}

.cus-ac-form-container .recover--psw:hover {
  color: rgba(14, 14, 14, .8);
  text-decoration-thickness: auto;
}

.ac-cus-mx-w .continue-btn {
  margin-top: 16px;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  min-height: 3.8rem;
  background: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.95px;
  letter-spacing: .30056101083755493px;
}

.cus-ac-form-container {
  height: auto;
}

.ac-cus-mx-w h2.form__message {
  font-size: 12px !important;
  color: #d9490f;
}

.ac-cus-mx-w .errors ul {
  padding: 0px;
  font-size: 12px;
  color: #d9490f;
}

.mail-ttl-box #recover {
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0E0E0E;
  text-align: start;
}

.forgot-the-psw .ac-inp-field:after,
.forgot-the-psw .ac-inp-field:hover.ac-inp-field:after,
.forgot-the-psw .ac-inp-field input:focus,
.forgot-the-psw button:hover:after,
.forgot-the-psw button:after {
  box-shadow: none;
}

.ad-mail-ttl-box #recover.ad-mail-ttl {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: .653333306312561px;
  margin-bottom: 1.3rem;
}

.ac-cus-mx-w .email-container {
  max-width: 100%;
}

.account-drwr-container.recover-yr-psw-drawer.forgot-the-psw {
  position: absolute;
  height: 100%;
  top: 0px;
  padding-bottom: 2rem;
  padding-top: 0px;
  overflow: hidden;
}

.account-drwr-container.recover-yr-psw-drawer.forgot-the-psw.open {
  right: 0;
}

.ac-cus-mx-w button.back-pg-btn {
  justify-content: flex-start;
  margin-bottom: 0px;
  color: #0E0E0E;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  position: unset;
}

.ac-cus-mx-w button .back-pg-btn svg {
  height: 10px;
  width: 12px;
}

.ac-cus-mx-w h3.form__message {
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: .06em;
  color: #0E0E0E;
}

.cus-ac-form-container .opn-cus-ca {
  width: 100%;
  font-size: 10px !important;
  color: #0E0E0E;
  font-weight: 500;
  line-height: 1.6;
}

.ac-cus-inner--drawer .ac-inner-content {
  max-width: 100%;
}

button.back-cus-pg {
  justify-content: flex-start;
}

.register-cus-ac-container {
  height: 100%;
}

.cus-ac-form-container .opn-cus-ca:hover {
  color: rgba(14, 14, 14, .8);
  text-decoration-thickness: auto;
}

.add-details-drwr h2.form__message {
  font-size: 12px !important;
  color: #d9490f;
}

.add-details-drwr .errors ul {
  padding: 0px;
  font-size: 12px;
  color: #d9490f;
}

.add-details-drwr a.frgt-password:hover {
  color: rgba(14, 14, 14, .8);
  text-decoration-thickness: auto;
}

.cus-ac-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 2.4rem;
}

.register-cus-ac-container .ac-cus-mx-w {
  max-width: 44.5rem;
}

.forgot-the-psw p.reset-heading-msg {
  margin-bottom: 1rem;
  text-transform: unset;
}

.password-show.visible {
  background: url(https://cdn.shopify.com/s/files/1/0835/3225/1448/files/Group_7_Copy.svg?v=1729242243);
  height: 15px;
  top: 42%;
  background-repeat: no-repeat;
}

input.ac-field--inp:disabled {
  border-color: #aaa;
  color: #aaa !important;
}

.page-reset_password .cus-ac-form-container {
  padding-top: 7rem;
  padding-bottom: 5rem;
}

.customer .form__message:focus-visible {
  outline: 0px;
  box-shadow: none;
}

.page-cart.overflow-hidden .quick-add-modal {
  background: #00000096;
}

@media screen and (max-width: 1024px) {
  .ac-cus-mx-w {
    max-width: 100%;
    padding: 1.2rem;
  }

  .register-cus-ac-container .ac-cus-mx-w {
    max-width: 100%;
  }

  .ac-cus-mx-w .mail-ttl-box p {
    margin-top: 1.2rem;
  }

  .register-cus-ac-container.account-drwr-container.customer {
    padding-top: 0px;
  }

  .header--wrap-clr {
    background: #FFF;
  }

  .page-reset_password .cus-ac-form-container {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .one-address.cus-address-box .cus-edit-dlt-btn {
    margin-top: 2rem;
  }

  .page-addresses details-modal.header__search.hide-d {
    display: none;
  }

  .ac--my-wishlist .tabs-ws-content-grid .wishlist-page--collection {
    width: 100%;
  }

  .right-side-account-drawer.open {
    width: 100%;
    transition: all .30s ease-out;
  }

  .account-drwr-container .email-container {
    max-width: 100%;
  }

  .account-drwr-container.page-width {
    padding: 1.2rem;
  }

  wishlist-button-collection wk-button.wk-floating {
    z-index: 2;
  }

  .page-collection .recently_view wishlist-button-collection wk-button.wk-floating {
    z-index: 1;
  }

  .page-product .recently_view wishlist-button-collection wk-button.wk-floating {
    z-index: 1;
  }
}

.recover-yr-psw-drawer {
  position: fixed;
  right: -100%;
  top: 41px;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: right 0.3s ease-in-out;
  z-index: 2;
  padding-top: 2rem;
}

/* 
.recover-yr-psw-drawer.open {
  right: 0;
} */
button.sign-in-btn.fg-btn {
  margin-top: 2rem;
}

.mail-ttl-box.c-acc-heading {
  margin-top: 2rem;
}

.mail-ttl-box.c-acc-heading p {
  margin-bottom: 1.8rem;
}

.recover-frgt-form {
  display: none !important;
}

.mail-ttl-box {
  text-align: center;
}


.suggestion-list-wrap {
  background: #fff;
  left: 0;
  max-height: 600px;
  overflow: auto;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}

.suggestion-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.suggestion-list {
  margin: 24px 0 10px;
  border-top: 1px solid #000000;
}

.suggestion-item {
  cursor: pointer;
  border-bottom: 1px solid #000;
}

.suggestion-list-wrap .suggestion-list .suggestion-item a {
  color: #0e0e0e;
  align-items: flex-start;
  background-position: center right 20px;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  justify-content: space-evenly;
  min-height: 50px;
  padding: 8px 40px 8px 0px;
  width: 100%;
  position: relative;
}

.suggestion-list-wrap .suggestion-list .suggestion-item a:after {
  border: solid #000;
  border-width: 1px 1px 0 0;
  content: "";
  height: 7px;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
}

.suggestion-list-wrap .suggestion-list .suggestion-item span {
  letter-spacing: 0px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #000;
}

.suggestion-list-wrap .suggestion-list .suggestion-item span:hover {
  font-weight: 600;
}

.suggestion-count {
  max-height: 0px;
  overflow: hidden;
}

.ar-tabs-product-wrap .gender-selection a::before {
  margin-right: 0px;
  margin-left: 5px;
}

.ar-custom-drwr .drawer__inner {
  transform: translate(-100%);
}

.ar-custom-drwr #search-drawer-content .search__button {
  left: 0;
  right: unset;
}

.suggestion-list-empty {
  color: #000;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.2px;
}

.suggestion-list-wrap .suggestion-list .highlight {
  background-color: transparent;
  color: #0e0e0e;
  font-weight: 700 !important;
}

.suggestion-list-wrapper {
  padding: 24px 0 10px;
}

ul.breadcrumb.suggestion-thematic-breadcrumbs {
  display: none;
}

.boost-sd__product-item-grid-view-layout-image wishlist-button-collection .wk-floating {
  z-index: 2;
}

.price:not(.price--show-badge) .price-item--last:last-of-type {
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .thematic-menu-item {
    width: 100%;
    max-width: 100%;
  }

  a#Delivery,
  a#Ordered,
  ,
  .material-care-content p a#Return {
    font-size: 8px;
  }

  .wl-collection-slider .card__information2_title_price .price {
    margin: 0px;
  }

  .instructions-list p,
  .instructions-list li,
  .material-care-content p {
    font-size: 12px !important;
  }

  .wl-collection-slider button.wl-pn-button.wl-button {
    top: 40%;
  }

  .wl-collection-slider .product-card-wrapper wishlist-button-collection .wk-floating {
    top: 20px !important;
  }

  .wl-collection-slider button.wk-button.wk-align-center.wk-align-content-center {
    margin-right: 10px;
  }

  .tabs-ws-content-grid .edit-profile--form {
    padding: 15px 12px;
  }

  .inner-profile-content #customer {
    padding: 0px;
  }

  .inner-profile-content #customer #create-customer #create_customer {
    padding: 0px;
  }

  .tabs-ws-content-grid .edit-profile--form .ac-pa-reset--password {
    width: 100%;
  }

  .edit-custom-heading h4 {
    font-size: 15px;
    line-height: 19.93px;
    letter-spacing: 0.3799999952316284px;
  }
}

/*  */
.search-ctnt-item:last-child:after {
  content: none;
}

.edit-profile--form button.sign-in-btn {
  margin-bottom: 1.6rem;
}

.ac-pa-reset--password .cus-ac-ps-reset input.ac-field--inp:focus {
  box-shadow: none;
  outline: none;
  padding: 1.2rem 0px .2rem;
}

.ac-pa-reset--password .cus-ac-ps-reset input.ac-field--inp:focus~label {
  left: 0px;
  top: 6px;
  font-size: 8px;
}

.ac-pa-reset--password .field.ac-inp-field label {
  left: 0;
  top: 15px;
  color: #000000;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 14.62px;
  letter-spacing: 1.100000023841858px;
  transition: top 0.3s ease, font-size 0.3s ease;
}

.ac-pa-reset--password .ac-inp-field input.ac-field--inp {
  padding: 1.2rem 0px .2rem;
  color: #000000;
  height: 3.52rem;
  font-size: 11px;
  font-weight: 500;
  line-height: 14.62px;
  letter-spacing: 1.100000023841858px;
}

.ac-pa-reset--password .field.ac-inp-field input:not(:placeholder-shown)~label {
  left: 0px;
  top: 6px;
  font-size: 8px;
}

.mj-pn-img {
  cursor: pointer;
}

.gen-field-input:focus {
  box-shadow: none;
}

.gen-field-input:focus~.field__label {
  left: 0px;
}

.gen-field-input:not(:placeholder-shown)~.field__label {
  left: 0px;
}

.news-l-field label.field__label {
  top: 16px;
}

.newsletter-form__field-wrapper .field__input.gen-field-input {
  padding: 14px 0px 0px 0px;
  font-family: ITC Avant Garde Gothic;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.95px;
  letter-spacing: 1.2000000476837158px;
}

wk-option-select.wk-single-option {
  display: block !important;
}

.wishlist-page--collection .wk-body {
  padding: 0rem 5rem;
}

.wk-product-card .wk-button .wk-icon {
  padding: 4px !important;
}

.wishlist-page--collection wishlist-product-card .wk-quantity {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 3rem;
  gap: 7px;
}

input.wk-quantity-input:focus-visible {
  box-shadow: none;
}

.wk-page wishlist-product-card .wk-quantity input {
  height: 3.8rem;
  width: 20rem;
  border: 1px solid #000;
}

wishlist-product-card .wk-variants {
  margin-bottom: 0.5em;
}

.wishlist-page--collection label.wk-label {
  width: 3.5em;
  text-align: left;
}

.wishlist-page--collection label.wk-quantity-label {
  display: var(--option-select-label-display);
  line-height: 1;
  font-size: calc(var(--wk-font-text-scale)* 80%);
  font-family: inherit;
  margin: 0;
  padding: 0;
}

.wishlist-page--collection wishlist-product-card .wk-meta {
  gap: 10px;
}

.wk-page wishlist-product-card .wk-variants {
  margin-bottom: 0.5em;
}

.wishlist-page--collection wishlist-page .wk-header .wk-title {
  padding: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 42.53px;
  letter-spacing: 1.399999976158142px;
  text-align: left;
}

.wl-collection-slider {
  padding: 0rem 5rem;
  width: 100%;
  max-width: 91.66666667%;
  margin: 0px;
}

.wl-h2-heading {
  margin: 0px;
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  padding-bottom: 16px;
}

button.wl-pn-button.wl-button {
  position: absolute;
  background: transparent;
  border: none;
  top: 50%;
  cursor: pointer;
  z-index: 2;
}

.wl-next.wl-button {
  right: 0px;
}

.wl-pn-button i.ico-slider-right {
  font-size: 2rem;
}

button.wl-previous.wl-button {
  left: 0px;
  right: unset;
  rotate: 180deg;
}

.wl-collection-slider .card--standard>.card__content .card__information .offer_percent {
  position: relative;
  margin-right: 4px;
}

.wl-collection-slider .card__heading {
  margin-left: 0px;
  overflow: visible;
  max-width: 100%;
}

.wl-collection-slider .card__information2_title_price {
  padding-top: 7px;
  margin-top: 7px;
  gap: 0px;
}

.wl-collection-slider s.price-item.price-item--regular {
  margin-right: 3px;
  font-size: 1.2rem;
  letter-spacing: 0.6px;
}

@media screen and (max-width: 1024px) {
  .wk-page wishlist-product-card .wk-quantity input {
    width: 15rem;
  }

  .wk-product-card .wk-button .wk-icon {
    margin-right: 1.2rem;
  }

  .wk-page wishlist-product-card .wk-product-title .wk-text-link {
    padding-right: 2rem;
  }

  .wishlist-page--collection wishlist-product-card .wk-quantity {
    margin-bottom: 2rem;
  }

  .wishlist-page--collection wishlist-product-card .wk-meta {
    margin: 0px 0;
    gap: 7px;
  }

  .wk-product-card .wk-button .wk-icon {
    bottom: 0px;
  }

  .wishlist-page--collection .wl-collection-slider {
    max-width: 100%;
    padding: 0rem 1.2rem;
  }

  .wishlist-page--collection .wk-body {
    padding: 0rem 1.2rem;
  }

  .wishlist-page--collection wishlist-page .wk-page .wk-header .wk-title {
    padding: 1.5rem 1.2rem 1rem;
  }

  .wl-collection-slider i.ico-wishlist {
    font-size: 14px;
  }

  .wl-collection-slider .card--standard>.card__content .card__information {
    padding: 0px;
  }

  span.desk-show-lg.customer--head {
    padding: 0px;
  }

  .page-collection .boost-sd__product-item-grid-view-layout-image wishlist-button-collection .wk-floating {
    z-index: 1;
  }
}

@media screen and (min-width: 750px) {
  .wl-collection-slider .card__information2_title_price {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    bottom: 0px;
  }

  .wl-collection-slider .product-card-wrapper:hover .card__information2_title_price h3 a.full-unstyled-link,
  .wl-collection-slider .product-card-wrapper:hover .price__container {
    display: block;
  }

  .swiper.img_with_product {
    padding: 2rem 1rem;
  }
}

@media screen and (max-width: 400px) {
  .wk-page wishlist-product-card .wk-quantity input {
    width: 10rem !important;
  }
}

.img_with_product {
  padding: 0rem 1rem;
}

/* size guide drawer */
.mj-sizechart th,
.mj-sizechart td {
  color: #363636;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: 0.5px;
  text-align: center;
  vertical-align: middle;
  padding: 9px 4px;
}

.mj-sizechart .sg-or-tbl th {
  text-align: start;
}

.mj-sizechart .sg-or-tbl th,
.mj-sizechart .sg-or-tbl td {
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.4px;
}

.mj-sizechart table {
  width: 100%;
}

.mj-sizechart {
  padding-right: 24px;
  padding-bottom: 150px;
}

.mj-sizechart h6.mj-sg-title {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1.31px;
  color: #000;
  margin-bottom: 8px;
}

.mj-sizechart p.mj-sg-description {
  width: 35rem;
  color: #000000;
  font-weight: 500;
}

.mj-sizechart h6.mj-sg-title.s-mj-h6 {
  margin: 25px 0 15px;
}

.mj-sizechart table,
.mj-sizechart th,
.mj-sizechart td {
  border: 1px solid #979797;
  border-collapse: collapse;
}

.mj-sizechart table tr {
  display: table-row;
}

@media screen and (max-width: 1024px) {
  .description-ccp .mj-sizechart {
    padding-right: 0px;
  }

  h6.mj-sg-title:first-child {
    margin-top: 0px;
  }

  .description-ccp .mj-sizechart th,
  .description-ccp .mj-sizechart td {
    padding: 6px 4px;
  }

  .description-ccp .mj-sizechart .sg-or-tbl th,
  .description-ccp .mj-sizechart .sg-or-tbl td {
    font-size: 10px;
  }
}

.ac-order-track-block h2 {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.040625rem;
  margin: 0px;
  margin-bottom: 1.4rem;
}

.ac-footer-content p {
  text-align: center;
  margin: 0px auto;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  line-height: 18px;
  width: 70%;
}

a.ac-order-track-btn {
  background: #000;
  color: #FFFFFF;
  width: 100%;
  margin-top: 3.8rem;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  padding: 11px 16px;
  border-radius: 5px;
  text-decoration: none;
}

a.ac-order-track-btn:hover {
  background: rgba(14, 14, 14, .8);
}

.ac-footer-content {
  position: relative;
  height: 60vh;
  overflow: hidden;
}

.ac-order-track-block:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100vw;
  height: 1px;
  background: #000;
  margin-left: -10px;
}

.ac-order-track-block {
  padding-top: 2.4rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
}

.acc-box-container.mn-1st-drawer {
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .ac-order-track-block {
    margin-bottom: 3rem;
  }

  .ac-order-track-block:before {
    margin-left: -12px;
  }

  .footer-block__newsletter .terms-checkbox {
    padding: 0 1.2rem;
  }
}

.field-agree.newsletter-checkbox-btn input {
  height: fit-content;
  margin: 0px;
  margin-right: 1rem;
}

.field-agree.newsletter-checkbox-btn {
  display: flex;
  align-items: center;
  font-size: 10px;
  color: #000000;
  margin-top: 1.5rem;
}

.footer-block__newsletter .newsletter-form__message {
  font-size: 12px;
  font-weight: 500;
  margin-top: 1rem;
  justify-content: flex-start;
}

.footer-block__newsletter .newsletter-form__message:focus-visible {
  outline: none;
  box-shadow: none;
}

.page-width.default-page-width {
  font-size: 12px;
  line-height: 20px;
  text-align: justify;
  max-width: 1000px;
  margin: 22px auto 100px;
}

.default-page-width h1 {
  font-size: 26px;
  margin-bottom: 5rem;
}

.default-page-content.rte ol li {
  list-style: auto;
}

.default-page-content.pg-content-cookiespolicy h1 {
  display: none;
}

.default-page-content h1 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.default-page-content p {
  margin: 0px 0px 10px;
}

.default-page-content p {
  overflow-wrap: break-word;
}

.default-page-content h3 {
  margin: 12px 0px;
}

@media screen and (max-width: 767px) {
  .default-page-content {
    padding: 0 28px;
    margin: 50px auto 100px;
  }

  .default-page-content p {
    overflow-wrap: break-word;
  }

  .page-width.default-page-width {
    margin: 0px;
    max-width: 100%;
  }

  .default-page-content p {
    margin: 5px 0px;
  }
}

.button-container .btn {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
}

#create-customer #create_customer .password-show {
  top: 40%;
}


.account-drwr-container,
.ac--inner-drawer {
  height: calc(var(--window-inner-height, 100vh) - 45px) !important;
}

.ac-order-track-block {
  position: static;
  margin-bottom: 3rem;
}

.email-drwer.email-container.acc-box-container {
  display: flex;
  flex-direction: column;
}

.ac-footer-content {
  height: auto;
  margin-top: auto;
}

.email-drwer.email-container.acc-box-container .opn-ca-drawer {
  margin-bottom: 40px;
}