/* Chrápátko wholesale landing page 1.1.1 — scoped to Shoptet page id-724. */
body.id-724 {
  --wh-ink: #003846;
  --wh-ink-deep: #002f3b;
  --wh-teal: #007e9f;
  --wh-sky: #7fd8ee;
  --wh-yellow: #f3bd24;
  --wh-cream: #f7f1e7;
  --wh-mist: #eef5f6;
  --wh-line: #d4e0e3;
  --wh-copy: #415d65;
  --wh-radius: 26px;
  --wh-shadow: 0 18px 48px rgba(0, 49, 64, .12);
}

body.id-724 #content-wrapper,
body.id-724 #content-wrapper .content-wrapper-in,
body.id-724 #content,
body.id-724 #content .content-inner,
body.id-724 .pageArticleDetail {
  max-width: none;
  width: 100%;
}

body.id-724 #content {
  padding-right: 0;
  padding-left: 0;
}

body.id-724 .pageArticleDetail {
  margin: 0;
  padding: 0;
}

body.id-724 .pageArticleDetail > header {
  display: none;
}

body.id-724 .pageArticleDetail > div {
  margin: 0;
  padding: 0;
}

body.id-724 .wholesale-page,
body.id-724 .wholesale-page *,
body.id-724 .wholesale-page *::before,
body.id-724 .wholesale-page *::after {
  box-sizing: border-box;
}

body.id-724 .wholesale-page {
  width: min(1600px, calc(100% - 64px));
  margin: 28px auto 78px;
  color: var(--wh-ink);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

body.id-724 .wholesale-page > *,
body.id-724 .wholesale-hero__copy,
body.id-724 .wholesale-brand > *,
body.id-724 .wholesale-section-heading > *,
body.id-724 .wholesale-stock > *,
body.id-724 .wholesale-personalization > *,
body.id-724 .wholesale-form > *,
body.id-724 .wholesale-cta > * {
  min-width: 0;
}

body.id-724 .wholesale-page img {
  display: block;
  max-width: 100%;
}

body.id-724 .wholesale-page h1,
body.id-724 .wholesale-page h2,
body.id-724 .wholesale-page h3,
body.id-724 .wholesale-page p,
body.id-724 .wholesale-page figure,
body.id-724 .wholesale-page ul,
body.id-724 .wholesale-page ol {
  margin-top: 0;
}

body.id-724 .wholesale-page h1,
body.id-724 .wholesale-page h2,
body.id-724 .wholesale-page h3 {
  color: var(--wh-ink);
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  letter-spacing: -.045em;
  overflow-wrap: break-word;
  text-wrap: balance;
}

body.id-724 .wholesale-page h1 {
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(48px, 5.2vw, 76px);
  line-height: .98;
}

body.id-724 .wholesale-page h2 {
  margin-bottom: 20px;
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.03;
}

body.id-724 .wholesale-page h3 {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.18;
}

body.id-724 .wholesale-page a {
  text-decoration: none;
}

body.id-724 .wholesale-page a:focus-visible,
body.id-724 .wholesale-page button:focus-visible,
body.id-724 .wholesale-page input:focus-visible,
body.id-724 .wholesale-page textarea:focus-visible {
  outline: 3px solid var(--wh-yellow);
  outline-offset: 4px;
}

body.id-724 .wholesale-language-switcher {
  display: grid;
  width: min(100%, 390px);
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 5px;
  margin: 0 0 30px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
}

body.id-724 .wholesale-language-switcher button {
  min-width: 0;
  min-height: 42px;
  padding: 8px 6px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font: 800 12px/1 "Poppins", sans-serif;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

body.id-724 .wholesale-language-switcher button:hover {
  background: rgba(255, 255, 255, .14);
}

body.id-724 .wholesale-language-switcher button[aria-pressed="true"] {
  background: var(--wh-yellow);
  color: var(--wh-ink);
}

body.id-724 .wholesale-language-switcher button:active {
  transform: scale(.96);
}

body.id-724 .wholesale-eyebrow,
body.id-724 .wholesale-kicker {
  margin-bottom: 13px;
  color: var(--wh-teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.id-724 .wholesale-hero {
  display: grid;
  min-height: 520px;
  grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr);
  overflow: hidden;
  margin-bottom: clamp(58px, 7vw, 96px);
  border-radius: var(--wh-radius);
  background: var(--wh-ink);
  box-shadow: var(--wh-shadow);
}

body.id-724 .wholesale-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 6vw, 82px);
}

body.id-724 .wholesale-hero__copy::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -120px;
  bottom: 0;
  width: 180px;
  background: linear-gradient(90deg, var(--wh-ink) 0%, rgba(0, 56, 70, .82) 48%, rgba(0, 56, 70, 0) 100%);
  content: "";
  pointer-events: none;
}

body.id-724 .wholesale-hero .wholesale-eyebrow {
  color: var(--wh-sky);
}

body.id-724 .wholesale-hero__claim {
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.25;
}

body.id-724 .wholesale-hero__lead {
  max-width: 56ch;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.65;
}

body.id-724 .wholesale-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.id-724 .wholesale-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  transition: background-color .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
}

body.id-724 .wholesale-button--light {
  background: #fff;
  color: var(--wh-ink);
}

body.id-724 .wholesale-button--outline {
  border-color: rgba(255, 255, 255, .5);
  color: #fff;
}

body.id-724 .wholesale-button:hover {
  transform: translateY(-2px);
}

body.id-724 .wholesale-button--light:hover {
  background: var(--wh-yellow);
  color: var(--wh-ink);
}

body.id-724 .wholesale-button--outline:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .09);
  color: #fff;
}

body.id-724 .wholesale-hero__media {
  position: relative;
  min-width: 0;
  min-height: 520px;
  overflow: hidden;
  margin: 0;
  background: #e7e8e3;
}

body.id-724 .wholesale-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% 50%;
  image-orientation: from-image;
}

body.id-724 .wholesale-hero__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 56, 70, .34), transparent 38%);
  content: "";
}

body.id-724 .wholesale-hero__media figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  left: 24px;
  color: rgba(255, 255, 255, .88);
  font-size: 11px;
  font-weight: 600;
  text-align: right;
  text-shadow: 0 2px 12px rgba(0, 35, 44, .75);
}

body.id-724 .wholesale-brand {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(38px, 7vw, 110px);
  align-items: start;
  margin-bottom: clamp(60px, 7vw, 100px);
  padding: 0 clamp(12px, 3vw, 42px);
}

body.id-724 .wholesale-brand h2 {
  margin-bottom: 0;
}

body.id-724 .wholesale-brand__copy {
  align-self: center;
}

body.id-724 .wholesale-brand__copy p {
  color: var(--wh-copy);
  font-size: clamp(17px, 1.5vw, 20px);
}

body.id-724 .wholesale-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--wh-ink);
  font-size: 13px;
  font-weight: 800;
}

body.id-724 .wholesale-text-link:hover {
  color: var(--wh-teal);
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.id-724 .wholesale-section-heading {
  max-width: 880px;
  margin: 0 auto 44px;
  text-align: center;
}

body.id-724 .wholesale-section-heading--row {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr);
  align-items: end;
  gap: 48px;
  text-align: left;
}

body.id-724 .wholesale-section-heading--row h2 {
  margin-bottom: 0;
}

body.id-724 .wholesale-section-heading--row > p {
  margin-bottom: 5px;
  color: var(--wh-copy);
}

body.id-724 .wholesale-benefits,
body.id-724 .wholesale-products,
body.id-724 .wholesale-process,
body.id-724 .wholesale-partners,
body.id-724 .wholesale-languages {
  margin-bottom: clamp(58px, 7vw, 96px);
}

body.id-724 .wholesale-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.id-724 .wholesale-benefit {
  min-height: 270px;
  padding: 28px;
  border: 1px solid var(--wh-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 49, 64, .06);
  transition: box-shadow .25s ease, transform .25s ease;
}

body.id-724 .wholesale-benefit:hover {
  box-shadow: 0 18px 42px rgba(0, 49, 64, .12);
  transform: translateY(-3px);
}

body.id-724 .wholesale-benefit--accent {
  background: var(--wh-mist);
}

body.id-724 .wholesale-benefit--dark {
  border-color: var(--wh-ink);
  background: var(--wh-ink);
  color: #fff;
}

body.id-724 .wholesale-benefit--dark h3 {
  color: #fff;
}

body.id-724 .wholesale-benefit__index {
  display: block;
  margin-bottom: 68px;
  color: var(--wh-teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

body.id-724 .wholesale-benefit--dark .wholesale-benefit__index {
  color: var(--wh-sky);
}

body.id-724 .wholesale-benefit p {
  margin-bottom: 0;
  color: var(--wh-copy);
  font-size: 14px;
}

body.id-724 .wholesale-benefit--dark p {
  color: rgba(255, 255, 255, .76);
}

body.id-724 .wholesale-products__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 380px;
  gap: 16px;
}

body.id-724 .wholesale-product {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  border-radius: 20px;
  background: var(--wh-ink);
  color: #fff;
  isolation: isolate;
}

body.id-724 .wholesale-product--wide {
  grid-column: span 2;
}

body.id-724 .wholesale-product img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

body.id-724 .wholesale-product:nth-child(1) img { object-position: 50% 52%; }
body.id-724 .wholesale-product:nth-child(2) img { object-position: 54% 50%; }
body.id-724 .wholesale-product:nth-child(3) img { object-position: 48% 46%; }
body.id-724 .wholesale-product:nth-child(4) img { object-position: 58% 42%; }

body.id-724 .wholesale-product__shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 40, 50, .02) 20%, rgba(0, 47, 59, .88) 100%);
}

body.id-724 .wholesale-product__content {
  position: absolute;
  right: 26px;
  bottom: 24px;
  left: 26px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 4px 18px;
}

body.id-724 .wholesale-product__content strong {
  grid-column: 1;
  color: #fff;
  font-size: clamp(23px, 2.2vw, 32px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.1;
}

body.id-724 .wholesale-product__content > span:nth-child(2) {
  grid-column: 1;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
}

body.id-724 .wholesale-product__arrow {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  color: #fff;
  font-size: 26px;
}

body.id-724 .wholesale-product:hover img {
  transform: scale(1.035);
}

body.id-724 .wholesale-process {
  padding: clamp(46px, 6vw, 78px);
  border-radius: var(--wh-radius);
  background: var(--wh-mist);
}

body.id-724 .wholesale-process__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

body.id-724 .wholesale-process__list li {
  position: relative;
  min-width: 0;
  padding: 0 26px;
  border-left: 1px solid #bcd2d7;
}

body.id-724 .wholesale-process__list li:first-child {
  border-left: 0;
  padding-left: 0;
}

body.id-724 .wholesale-process__list li:last-child {
  padding-right: 0;
}

body.id-724 .wholesale-process__number {
  display: block;
  margin-bottom: 46px;
  color: var(--wh-teal);
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -.04em;
}

body.id-724 .wholesale-process__list h3 {
  font-size: 20px;
}

body.id-724 .wholesale-process__list p {
  margin-bottom: 0;
  color: var(--wh-copy);
  font-size: 13px;
}

body.id-724 .wholesale-terms {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(36px, 6vw, 84px);
  margin-bottom: clamp(58px, 7vw, 96px);
  padding: clamp(48px, 6vw, 82px);
  scroll-margin-top: 110px;
  border-radius: var(--wh-radius);
  background: var(--wh-ink);
  color: #fff;
}

body.id-724 .wholesale-terms h2 {
  color: #fff;
}

body.id-724 .wholesale-terms .wholesale-kicker {
  color: var(--wh-sky);
}

body.id-724 .wholesale-terms__intro > p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .74);
}

body.id-724 .wholesale-terms__cards {
  display: grid;
  gap: 12px;
}

body.id-724 .wholesale-term {
  padding: 25px 28px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background: rgba(255, 255, 255, .07);
}

body.id-724 .wholesale-term--primary {
  border-color: var(--wh-yellow);
  background: var(--wh-yellow);
  color: var(--wh-ink);
}

body.id-724 .wholesale-term--cream {
  border-color: var(--wh-cream);
  background: var(--wh-cream);
  color: var(--wh-ink);
}

body.id-724 .wholesale-term__label {
  margin-bottom: 8px;
  color: var(--wh-sky);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.id-724 .wholesale-term--primary .wholesale-term__label,
body.id-724 .wholesale-term--cream .wholesale-term__label {
  color: var(--wh-teal);
}

body.id-724 .wholesale-term > strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: clamp(25px, 2.7vw, 36px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.1;
}

body.id-724 .wholesale-term--primary > strong,
body.id-724 .wholesale-term--cream > strong {
  color: var(--wh-ink);
}

body.id-724 .wholesale-term > p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .74);
  font-size: 12px;
}

body.id-724 .wholesale-term--primary > p:last-child,
body.id-724 .wholesale-term--cream > p:last-child {
  color: #415d65;
}

body.id-724 .wholesale-stock,
body.id-724 .wholesale-personalization {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  align-items: stretch;
  overflow: hidden;
  margin-bottom: clamp(58px, 7vw, 96px);
  border-radius: var(--wh-radius);
  background: var(--wh-cream);
}

body.id-724 .wholesale-stock__media,
body.id-724 .wholesale-personalization__media {
  min-height: 520px;
  margin: 0;
}

body.id-724 .wholesale-stock__media img,
body.id-724 .wholesale-personalization__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.id-724 .wholesale-stock__media img { object-position: 56% 50%; }
body.id-724 .wholesale-personalization__media img { object-position: 50% 46%; }

body.id-724 .wholesale-stock__copy,
body.id-724 .wholesale-personalization__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5.6vw, 76px);
}

body.id-724 .wholesale-stock__copy p,
body.id-724 .wholesale-personalization__copy > p {
  color: var(--wh-copy);
}

body.id-724 .wholesale-personalization {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  background: var(--wh-mist);
}

body.id-724 .wholesale-notice {
  margin-top: 14px;
  padding: 22px;
  border-left: 4px solid var(--wh-yellow);
  border-radius: 0 14px 14px 0;
  background: #fff;
}

body.id-724 .wholesale-notice strong {
  display: block;
  margin-bottom: 6px;
  color: var(--wh-ink);
}

body.id-724 .wholesale-notice p {
  margin-bottom: 0;
  color: var(--wh-copy);
  font-size: 13px;
}

body.id-724 .wholesale-partners__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.id-724 .wholesale-partners__grid article {
  min-height: 245px;
  padding: 30px;
  border: 1px solid var(--wh-line);
  border-radius: 20px;
  background: #fff;
}

body.id-724 .wholesale-partners__grid article > span {
  display: block;
  margin-bottom: 62px;
  color: var(--wh-teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

body.id-724 .wholesale-partners__grid p {
  margin-bottom: 0;
  color: var(--wh-copy);
  font-size: 14px;
}

body.id-724 .wholesale-languages {
  padding: clamp(44px, 6vw, 76px);
  border: 1px solid var(--wh-line);
  border-radius: var(--wh-radius);
  background: #fff;
}

body.id-724 .wholesale-languages__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 32px;
  margin-bottom: 36px;
}

body.id-724 .wholesale-languages__heading h2 {
  max-width: 920px;
  margin-bottom: 0;
}

body.id-724 .wholesale-tabs {
  display: inline-flex;
  gap: 6px;
  padding: 5px;
  border-radius: 999px;
  background: var(--wh-mist);
}

body.id-724 .wholesale-tabs button {
  min-width: 58px;
  min-height: 46px;
  padding: 9px 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--wh-ink);
  font: 800 13px/1 "Poppins", sans-serif;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}

body.id-724 .wholesale-tabs button[aria-selected="true"] {
  background: var(--wh-ink);
  color: #fff;
}

body.id-724 .wholesale-language-panels {
  display: grid;
  gap: 18px;
}

body.id-724 .wholesale-language-panel {
  padding: clamp(28px, 4vw, 46px);
  border-radius: 20px;
  background: var(--wh-mist);
}

body.id-724 .wholesale-language-panel[hidden] {
  display: none;
}

body.id-724 .wholesale-language-panel h3 {
  font-size: clamp(27px, 3vw, 38px);
}

body.id-724 .wholesale-language-panel > p {
  max-width: 92ch;
  color: var(--wh-copy);
}

body.id-724 .wholesale-language-panel__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

body.id-724 .wholesale-language-panel__facts li {
  padding: 20px;
  border: 1px solid var(--wh-line);
  border-radius: 14px;
  background: #fff;
}

body.id-724 .wholesale-language-panel__facts strong,
body.id-724 .wholesale-language-panel__facts span {
  display: block;
}

body.id-724 .wholesale-language-panel__facts strong {
  margin-bottom: 7px;
  color: var(--wh-ink);
  font-size: 13px;
}

body.id-724 .wholesale-language-panel__facts span {
  color: var(--wh-copy);
  font-size: 12px;
  line-height: 1.55;
}

body.id-724 .wholesale-form {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 5vw, 70px);
  margin-bottom: clamp(58px, 7vw, 96px);
  padding: clamp(44px, 6vw, 76px);
  scroll-margin-top: 110px;
  border-radius: var(--wh-radius);
  background: var(--wh-ink);
  color: #fff;
}

body.id-724 .wholesale-form__intro {
  align-self: start;
}

body.id-724 .wholesale-form .wholesale-kicker {
  color: var(--wh-sky);
}

body.id-724 .wholesale-form h2,
body.id-724 .wholesale-form h3 {
  color: #fff;
}

body.id-724 .wholesale-form__intro > p:not(.wholesale-kicker):not(.wholesale-form__contact) {
  color: rgba(255, 255, 255, .76);
}

body.id-724 .wholesale-form__checklist {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

body.id-724 .wholesale-form__checklist h3 {
  font-size: 16px;
  letter-spacing: -.02em;
}

body.id-724 .wholesale-form__checklist ul {
  display: grid;
  gap: 7px;
  margin-bottom: 0;
  padding-left: 21px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
}

body.id-724 .wholesale-form__checklist li::marker {
  color: var(--wh-yellow);
}

body.id-724 .wholesale-form__contact {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
}

body.id-724 .wholesale-form__contact a {
  color: #fff;
  font-weight: 800;
}

body.id-724 .wholesale-form__panel {
  min-width: 0;
  padding: clamp(28px, 4vw, 46px);
  border-radius: 20px;
  background: #fff;
  color: var(--wh-ink);
}

body.id-724 .wholesale-form__loading {
  margin: 0;
  color: var(--wh-copy);
  font-size: 13px;
}

body.id-724 #formContact {
  width: 100%;
  margin: 0;
}

body.id-724 #formContact > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.id-724 #formContact .form-group {
  min-width: 0;
  margin: 0;
}

body.id-724 #formContact .wholesale-form__field--message,
body.id-724 #formContact .wholesale-form__field--captcha,
body.id-724 #formContact .consents,
body.id-724 #formContact .submit-wrapper {
  grid-column: 1 / -1;
}

body.id-724 #formContact .form-group label,
body.id-724 #formContact .form-group > .label {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--wh-ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

body.id-724 #formContact .form-control-wrapper {
  width: 100%;
}

body.id-724 #formContact .form-control {
  width: 100%;
  min-height: 56px;
  border: 1px solid #cbdadd;
  border-radius: 12px;
  background: #fff;
  color: var(--wh-ink);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

body.id-724 #formContact input.form-control {
  padding: 0 16px;
}

body.id-724 #formContact textarea.form-control {
  min-height: 190px;
  padding: 15px 16px;
  resize: vertical;
}

body.id-724 #formContact .form-control:focus {
  border-color: var(--wh-teal);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 126, 159, .14);
}

body.id-724 #formContact .consents {
  color: var(--wh-copy);
  font-size: 11px;
  line-height: 1.55;
}

body.id-724 #formContact .consents a {
  color: var(--wh-teal);
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.id-724 #formContact .btn[type="submit"] {
  min-height: 52px;
  padding: 13px 24px;
  border: 0;
  border-radius: 999px;
  background: var(--wh-ink);
  color: #fff;
  font: 800 13px/1.2 "Poppins", sans-serif;
  text-transform: none;
  transition: background-color .2s ease, transform .2s ease;
}

body.id-724 #formContact .btn[type="submit"]:hover {
  background: var(--wh-teal);
  transform: translateY(-1px);
}

body.id-724 #formContact .sr-only,
body.id-724 #formContact [name="surname"] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

body.id-724 .wholesale-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px 60px;
  padding: clamp(44px, 6vw, 76px);
  border-radius: var(--wh-radius);
  background: var(--wh-mist);
}

body.id-724 .wholesale-cta h2 {
  margin-bottom: 14px;
}

body.id-724 .wholesale-cta p:last-child {
  max-width: 72ch;
  margin-bottom: 0;
  color: var(--wh-copy);
}

body.id-724 .wholesale-cta .wholesale-button--light {
  background: var(--wh-ink);
  color: #fff;
}

body.id-724 .wholesale-cta .wholesale-button--light:hover {
  background: var(--wh-yellow);
  color: var(--wh-ink);
}

@media (max-width: 1180px) {
  body.id-724 .wholesale-page {
    width: min(1600px, calc(100% - 40px));
  }

  body.id-724 .wholesale-hero {
    grid-template-columns: minmax(0, .92fr) minmax(390px, 1.08fr);
  }

  body.id-724 .wholesale-hero__copy {
    padding: 48px 40px;
  }

  body.id-724 .wholesale-page h1 {
    font-size: clamp(46px, 5vw, 60px);
  }

  body.id-724 .wholesale-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.id-724 .wholesale-benefit {
    min-height: 240px;
  }

  body.id-724 .wholesale-benefit__index {
    margin-bottom: 46px;
  }

  body.id-724 .wholesale-process__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 0;
  }

  body.id-724 .wholesale-process__list li:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }

  body.id-724 .wholesale-process__number {
    margin-bottom: 28px;
  }

  body.id-724 .wholesale-language-panel__facts {
    grid-template-columns: 1fr;
  }

  body.id-724 .wholesale-form {
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  }
}

@media (max-width: 1050px) {
  body.id-724 .wholesale-hero {
    grid-template-columns: 1fr;
  }

  body.id-724 .wholesale-hero__copy::after {
    top: auto;
    right: 0;
    bottom: -110px;
    left: 0;
    width: auto;
    height: 150px;
    background: linear-gradient(180deg, var(--wh-ink) 0%, rgba(0, 56, 70, .78) 48%, rgba(0, 56, 70, 0) 100%);
  }

  body.id-724 .wholesale-hero__media {
    min-height: min(56vw, 560px);
  }

  body.id-724 .wholesale-hero__media img {
    object-fit: cover;
    object-position: 50% 50%;
  }
}

@media (max-width: 900px) {
  body.id-724 .wholesale-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  body.id-724 .wholesale-brand,
  body.id-724 .wholesale-terms,
  body.id-724 .wholesale-form {
    grid-template-columns: 1fr;
  }

  body.id-724 .wholesale-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 340px;
  }

  body.id-724 .wholesale-product--wide {
    grid-column: span 1;
  }

  body.id-724 .wholesale-stock,
  body.id-724 .wholesale-personalization {
    grid-template-columns: 1fr;
  }

  body.id-724 .wholesale-stock__media,
  body.id-724 .wholesale-personalization__media {
    min-height: clamp(380px, 58vw, 520px);
  }

  body.id-724 .wholesale-stock__copy,
  body.id-724 .wholesale-personalization__copy {
    padding: 42px 36px 46px;
  }

  body.id-724 .wholesale-stock__copy h2,
  body.id-724 .wholesale-personalization__copy h2 {
    font-size: 36px;
  }

  body.id-724 .wholesale-stock__copy,
  body.id-724 .wholesale-personalization__copy {
    order: 1;
  }

  body.id-724 .wholesale-stock__media,
  body.id-724 .wholesale-personalization__media {
    order: 2;
  }

  body.id-724 .wholesale-languages__heading {
    grid-template-columns: 1fr;
  }

  body.id-724 .wholesale-tabs {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  body.id-724 .wholesale-page {
    width: calc(100% - 24px);
    margin-top: 20px;
    margin-bottom: 48px;
    font-size: 15px;
  }

  body.id-724 .wholesale-page h2 {
    font-size: clamp(30px, 8.6vw, 40px);
    line-height: 1.06;
  }

  body.id-724 .wholesale-hero {
    grid-template-columns: 1fr;
    margin-bottom: 56px;
  }

  body.id-724 .wholesale-hero__copy {
    padding: 34px 22px 40px;
  }

  body.id-724 .wholesale-hero__copy::after {
    top: auto;
    right: 0;
    bottom: -105px;
    left: 0;
    width: auto;
    height: 145px;
    background: linear-gradient(180deg, var(--wh-ink) 0%, rgba(0, 56, 70, .78) 48%, rgba(0, 56, 70, 0) 100%);
  }

  body.id-724 .wholesale-page h1 {
    font-size: clamp(38px, 10.8vw, 50px);
    line-height: 1.01;
  }

  body.id-724 .wholesale-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.id-724 .wholesale-actions .wholesale-button,
  body.id-724 .wholesale-cta .wholesale-button {
    width: 100%;
    min-width: 0;
    padding-right: 16px;
    padding-left: 16px;
    overflow-wrap: anywhere;
  }

  body.id-724 .wholesale-hero__media {
    min-height: 410px;
  }

  body.id-724 .wholesale-hero__media::after {
    background: linear-gradient(180deg, rgba(0, 56, 70, .18), transparent 45%);
  }

  body.id-724 .wholesale-brand {
    gap: 24px;
    margin-bottom: 56px;
    padding: 0 6px;
  }

  body.id-724 .wholesale-section-heading,
  body.id-724 .wholesale-section-heading--row {
    display: block;
    margin-bottom: 32px;
    text-align: left;
  }

  body.id-724 .wholesale-section-heading--row > p {
    margin-top: 18px;
  }

  body.id-724 .wholesale-benefits,
  body.id-724 .wholesale-products,
  body.id-724 .wholesale-process,
  body.id-724 .wholesale-partners,
  body.id-724 .wholesale-languages {
    margin-bottom: 56px;
  }

  body.id-724 .wholesale-benefits__grid,
  body.id-724 .wholesale-products__grid,
  body.id-724 .wholesale-partners__grid {
    grid-template-columns: 1fr;
  }

  body.id-724 .wholesale-benefit,
  body.id-724 .wholesale-partners__grid article {
    min-height: 220px;
    padding: 24px;
  }

  body.id-724 .wholesale-benefit__index,
  body.id-724 .wholesale-partners__grid article > span {
    margin-bottom: 40px;
  }

  body.id-724 .wholesale-products__grid {
    grid-auto-rows: 330px;
  }

  body.id-724 .wholesale-process {
    padding: 38px 24px;
  }

  body.id-724 .wholesale-process__list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  body.id-724 .wholesale-process__list li,
  body.id-724 .wholesale-process__list li:nth-child(3) {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 0 14px;
    padding: 22px 0;
    border: 0;
    border-top: 1px solid #bcd2d7;
  }

  body.id-724 .wholesale-process__list li:first-child {
    border-top: 0;
    padding-top: 0;
  }

  body.id-724 .wholesale-process__number {
    grid-row: 1 / 3;
    margin: 0;
    font-size: 24px;
  }

  body.id-724 .wholesale-process__list h3,
  body.id-724 .wholesale-process__list p {
    grid-column: 2;
  }

  body.id-724 .wholesale-terms,
  body.id-724 .wholesale-form,
  body.id-724 .wholesale-languages,
  body.id-724 .wholesale-cta {
    padding: 36px 24px;
  }

  body.id-724 .wholesale-stock,
  body.id-724 .wholesale-personalization {
    grid-template-columns: 1fr;
    margin-bottom: 56px;
  }

  body.id-724 .wholesale-stock__media,
  body.id-724 .wholesale-personalization__media {
    min-height: 340px;
  }

  body.id-724 .wholesale-stock__copy,
  body.id-724 .wholesale-personalization__copy {
    padding: 36px 24px 42px;
  }

  body.id-724 .wholesale-stock__media {
    order: 2;
  }

  body.id-724 .wholesale-stock__copy {
    order: 1;
  }

  body.id-724 .wholesale-personalization__media {
    order: 2;
  }

  body.id-724 .wholesale-language-panel {
    padding: 25px 20px;
  }

  body.id-724 .wholesale-tabs {
    width: 100%;
  }

  body.id-724 .wholesale-tabs button {
    flex: 1 1 0;
  }

  body.id-724 #formContact > div {
    grid-template-columns: 1fr;
  }

  body.id-724 #formContact .form-group,
  body.id-724 #formContact .consents,
  body.id-724 #formContact .submit-wrapper {
    grid-column: 1;
    min-width: 0;
  }

  body.id-724 #formContact .form-control,
  body.id-724 #formContact .form-control-wrapper {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  body.id-724 .wholesale-form__panel {
    padding: 24px 18px;
  }

  body.id-724 .wholesale-cta {
    grid-template-columns: 1fr;
  }

  body.id-724 .wholesale-cta .wholesale-button {
    justify-self: stretch;
  }

  body.id-724 .wholesale-form__contact,
  body.id-724 .wholesale-form__contact a,
  body.id-724 #formContact .consents,
  body.id-724 #formContact .consents a {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 430px) {
  body.id-724 .wholesale-page {
    width: calc(100% - 16px);
    margin-top: 12px;
  }

  body.id-724 .wholesale-page h1 {
    font-size: clamp(36px, 10.5vw, 45px);
  }

  body.id-724 .wholesale-page h2 {
    font-size: clamp(29px, 8.4vw, 36px);
  }

  body.id-724 .wholesale-language-switcher {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-radius: 24px;
  }

  body.id-724 .wholesale-hero__media {
    min-height: 330px;
  }

  body.id-724 .wholesale-hero__copy {
    padding: 30px 20px 36px;
  }

  body.id-724 .wholesale-product__content {
    right: 20px;
    bottom: 19px;
    left: 20px;
  }

  body.id-724 .wholesale-terms,
  body.id-724 .wholesale-process,
  body.id-724 .wholesale-form,
  body.id-724 .wholesale-languages,
  body.id-724 .wholesale-cta {
    padding: 30px 18px;
  }

  body.id-724 .wholesale-term {
    padding: 22px 18px;
  }

  body.id-724 .wholesale-form__panel {
    padding: 20px 14px;
  }

  body.id-724 .wholesale-button {
    min-height: 48px;
    font-size: 12px;
  }

  body.id-724 .wholesale-hero__media figcaption {
    right: 16px;
    bottom: 14px;
    left: 16px;
    font-size: 9px;
  }
}

@media (max-width: 370px) {
  body.id-724 .wholesale-page {
    width: calc(100% - 12px);
  }

  body.id-724 .wholesale-page h1 {
    font-size: 35px;
  }

  body.id-724 .wholesale-hero__copy,
  body.id-724 .wholesale-stock__copy,
  body.id-724 .wholesale-personalization__copy {
    padding-right: 16px;
    padding-left: 16px;
  }

  body.id-724 .wholesale-process__list li,
  body.id-724 .wholesale-process__list li:nth-child(3) {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 0 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.id-724 .wholesale-page *,
  body.id-724 .wholesale-page *::before,
  body.id-724 .wholesale-page *::after {
    scroll-behavior: auto;
    transition-duration: .01ms;
  }

  body.id-724 .wholesale-product:hover img,
  body.id-724 .wholesale-benefit:hover,
  body.id-724 .wholesale-button:hover {
    transform: none;
  }
}

