/* Homepage wholesale treatment for WooCommerce product-category archives. */
body.mjs-product-category-wholesale-v2 {
  --mjs-category-wholesale-aubergine: #281642;
  --mjs-category-wholesale-purple: #6959df;
  --mjs-category-wholesale-purple-deep: #4d35a7;
  --mjs-category-wholesale-lilac: #f6f3fa;
  --mjs-category-wholesale-copy: #554e5b;
}

/* Safety fallback: the output filter removes this exact legacy section. */
body.mjs-product-category-wholesale-v2 section.elementor-element-53e216cf,
body.mjs-product-category-wholesale-v2 section.elementor-element-5062d695 {
  display: none !important;
}

body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-cta,
body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-cta *,
body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-cta *::before,
body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-cta *::after {
  box-sizing: border-box;
}

body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-cta {
  width: 100vw;
  max-width: none;
  min-height: 510px;
  margin-top: 62px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--mjs-category-wholesale-lilac);
  color: var(--mjs-category-wholesale-copy);
  font-family: Arimo, "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(
    90deg,
    #faf8fc 0%,
    #faf8fc 35%,
    rgba(250, 248, 252, .94) 43%,
    rgba(250, 248, 252, .38) 54%,
    transparent 65%
  );
  pointer-events: none;
}

body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-background {
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  z-index: -2;
  inset: 0;
  display: block;
  object-fit: cover;
  object-position: center;
}

body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-page-width {
  width: min(1440px, calc(100% - 72px));
  margin-inline: auto;
}

body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-layout {
  min-height: 510px;
  display: flex;
  align-items: center;
}

body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-copy {
  width: min(630px, 47%);
  padding: 88px 0;
}

body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-kicker {
  margin: 0;
  color: var(--mjs-category-wholesale-purple);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .17em;
  line-height: 1.6;
  text-transform: uppercase;
}

body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-copy h2 {
  margin: 10px 0 17px;
  color: var(--mjs-category-wholesale-aubergine);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(40px, 3.8vw, 54px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1;
}

body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-text {
  max-width: 590px;
  margin: 0;
  color: #554b60;
  font-size: 15px;
  line-height: 1.7;
}

body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-email {
  width: fit-content;
  min-height: 48px;
  margin-top: 27px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--mjs-category-wholesale-purple);
  background: var(--mjs-category-wholesale-purple);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-email:hover,
body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-email:focus-visible {
  border-color: var(--mjs-category-wholesale-purple-deep);
  background: var(--mjs-category-wholesale-purple-deep);
  color: #fff;
  transform: translateY(-1px);
}

body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-email:focus-visible {
  outline: 3px solid rgba(105, 89, 223, .25);
  outline-offset: 3px;
}

[dir="rtl"] body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-copy,
body.mjs-product-category-wholesale-v2.mjs-home-v2-rtl .mjs-product-wholesale-copy {
  margin-right: 0;
  margin-left: auto;
}

@media (max-width: 1199px) {
  body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-cta {
    min-height: 510px;
    margin-top: 52px;
  }

  body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-cta::after {
    background: rgba(36, 20, 61, .08);
  }

  body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-background {
    object-position: 58% 48%;
  }

  body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-layout {
    min-height: 510px;
    position: relative;
    z-index: 1;
    align-items: flex-start;
  }

  body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-copy {
    width: min(620px, 88%);
    margin: 40px auto;
    padding: 42px 38px;
    border: 1px solid rgba(103, 86, 199, .24);
    background: rgba(250, 248, 252, .9);
    box-shadow: 0 18px 44px rgba(36, 20, 61, .13);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    text-align: center;
  }

  body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-text,
  body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-email {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  body.mjs-product-category-wholesale-v2 .site-content.shop-content-area,
  body.mjs-product-category-wholesale-v2 section.elementor-element-a44a0cf {
    margin-bottom: 0 !important;
  }

  body.mjs-product-category-wholesale-v2
    section.elementor-element-a44a0cf
    > .elementor-container
    > .elementor-column
    > .elementor-widget-wrap {
    padding-bottom: 0 !important;
  }

  body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-cta {
    min-height: 430px;
    margin-top: 38px;
  }

  body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-page-width {
    width: calc(100% - 28px);
  }

  body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-layout {
    min-height: 430px;
  }

  body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-copy {
    width: 100%;
    margin: 22px auto;
    padding: 27px 23px 29px;
  }

  body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-copy h2 {
    margin-top: 9px;
    font-size: 38px;
    line-height: 1.02;
  }

  body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-text {
    font-size: 14px;
    line-height: 1.65;
  }

  body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-email {
    width: 100%;
    min-height: 50px;
    padding: 0 15px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-cta *,
  body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-cta *::before,
  body.mjs-product-category-wholesale-v2 .mjs-product-wholesale-cta *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
