:root {
  --msh-blue: #4f7edb;
  --msh-sky: #8cbce3;
  --msh-cream: #fdfaf3;
  --msh-text: #252525;
}

/* Keep the original PeakShops header available as fallback. It disappears
   only after the new header has been printed successfully. */
.milksy-modern-header-active #wrapper > .thb-global-notification,
.milksy-modern-header-active #wrapper > header.thb-main-header,
.milksy-modern-header-active #wrapper > header.header,
.milksy-modern-header-active #wrapper > header.fixed {
  display: none !important;
}

.msh,
.msh * {
  box-sizing: border-box;
}

.msh {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background: var(--msh-cream);
  box-shadow: none;
  color: var(--msh-text);
  font-family: inherit;
}

.milksy-page-title-active .msh {
  box-shadow: none;
}

body.home .msh {
  box-shadow: none;
}

/* The shared Milksy title replaces PeakShops' own title and the old VC banner. */
.milksy-page-title-active .thb-page-title,
body.milksy-page-title-active.woocommerce-shop .thb-woocommerce-header,
body.milksy-page-title-active.tax-product_cat .thb-woocommerce-header {
  display: none !important;
}

.mpt,
.mpt * {
  box-sizing: border-box;
}

.mpt {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 365px;
  margin: 0;
  padding: clamp(90px, 8vw, 125px) 24px 125px;
  background: var(--msh-cream);
  color: #111;
  text-align: center;
}

.mpt__inner {
  width: min(100%, 1100px);
  margin-inline: auto;
}

.mpt h1 {
  margin: 0;
  color: #0e0e0e;
  font-family: Lora, Georgia, "Times New Roman", serif;
  font-size: clamp(45px, 4.3vw, 70px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.15;
}

.mpt__subtitle {
  max-width: 720px;
  margin: 22px auto 0;
  color: #716b6c;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.mpt__categories {
  display: flex;
  margin-top: 28px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.mpt__categories a {
  display: inline-flex;
  min-height: 42px;
  padding: 9px 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(37, 37, 37, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.mpt__categories a:hover,
.mpt__categories a.is-active {
  border-color: var(--msh-blue);
  background: var(--msh-blue);
  color: #fff;
  transform: translateY(-1px);
}

.mpt__wave {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 35px;
  overflow: hidden;
  background: #fff;
  color: var(--msh-cream);
  line-height: 0;
}

.mpt__wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

.mpt-legacy-hidden {
  display: none !important;
}

.mhh,
.mhh * {
  box-sizing: border-box;
}

.mhh {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 28px 24px 118px;
  background: var(--msh-cream);
  color: #111;
}

.mhh__card {
  display: grid;
  width: min(100%, 1180px);
  min-height: 535px;
  margin-inline: auto;
  padding: 52px 54px;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr);
  gap: clamp(45px, 5vw, 78px);
  border-radius: 30px;
  background: #fff;
}

.mhh__content {
  display: flex;
  min-width: 0;
  padding: 30px 0 8px;
  flex-direction: column;
  justify-content: space-between;
}

.mhh h1 {
  margin: 0 0 18px;
  color: #080808;
  font-family: Lora, Georgia, "Times New Roman", serif;
  font-size: clamp(45px, 3.5vw, 57px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.12;
}

.mhh__lead {
  max-width: 570px;
  margin: 0 0 26px;
  color: #645f60;
  font-size: 17px;
  line-height: 1.55;
}

.mhh__actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.mhh__button {
  display: inline-flex;
  min-height: 50px;
  padding: 12px 22px;
  align-items: center;
  justify-content: center;
  gap: 17px;
  border: 1px solid var(--msh-blue);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.mhh__button:hover {
  transform: translateY(-2px);
}

.mhh__button--primary {
  background: var(--msh-blue);
  color: #fff !important;
}

.mhh__button--primary:hover {
  background: #fff;
  color: var(--msh-blue) !important;
}

.mhh__button--secondary {
  background: #fff;
  color: #202020 !important;
}

.mhh__button--secondary:hover {
  background: var(--msh-blue);
  color: #fff !important;
}

.mhh__trust > p {
  margin: 0 0 13px;
  color: #716b6c;
  font-size: 14px;
  line-height: 1.45;
}

.mhh__trust ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 9px;
  flex-wrap: wrap;
  list-style: none;
}

.mhh__trust li {
  display: inline-flex;
  min-height: 36px;
  margin: 0;
  padding: 8px 14px;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  background: #ffe7a3;
  color: #46433c;
  font-size: 13px;
  line-height: 1;
}

.mhh__trust svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.mhh__visual {
  position: relative;
  min-width: 0;
  min-height: 430px;
  align-self: stretch;
}

.mhh__visual > picture {
  display: block;
  width: 100%;
  height: 100%;
}

.mhh__photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  max-height: 455px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center 52%;
}

.mhh__care {
  position: absolute;
  top: 50%;
  left: -48px;
  width: 94px;
  height: auto;
  transform: translateY(-50%);
}

.mhh__seal {
  position: absolute;
  right: -42px;
  bottom: 35px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(44, 70, 102, .13));
}

.mhh__wave {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 35px;
  overflow: hidden;
  background: #fff;
  color: var(--msh-cream);
  line-height: 0;
}

.mhh__wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

.mhh-legacy-hidden {
  display: none !important;
}

/* Shopify-inspired contact page. The existing Contact Form 7 form remains
   responsible for validation and sending messages. */
.milksy-contact-replaced #wrapper > [role="main"] {
  display: none !important;
}

/* The original theme gives its now-empty wrapper a viewport-based minimum
   height. Collapse it completely because the contact page is server-rendered
   directly before that wrapper. */
.milksy-contact-replaced #wrapper {
  display: none !important;
  min-height: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mcf,
.mcf * {
  box-sizing: border-box;
}

.mcf {
  padding: clamp(70px, 7vw, 120px) 24px clamp(90px, 10vw, 165px);
  background: #fff;
  color: #252525;
}

.mcf__inner {
  display: grid;
  width: min(100%, 1450px);
  margin-inline: auto;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
  gap: clamp(55px, 7vw, 110px);
  align-items: end;
}

.mcf__form-column h2,
.mcf__faq h2 {
  font-family: Lora, Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.2;
}

.mcf__form-column h2 {
  margin: 0 0 32px;
  color: #21201e;
  font-size: clamp(34px, 3vw, 48px);
}

.mcf__form-column,
.mcf__form,
.mcf__form > .wpcf7,
.mcf .wpcf7-form {
  width: 100% !important;
  max-width: none !important;
}

.mcf .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
  margin: 0;
}

.mcf .wpcf7-form > .row {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
}

.mcf .wpcf7-form > .row > .columns {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mcf .wpcf7-form > .row > .small-12:not(.large-6),
.mcf .wpcf7-form > .row > .row {
  grid-column: 1 / -1;
}

.mcf .wpcf7-form > .row > .row {
  display: block !important;
}

.mcf .wpcf7-form > .row > .row > .columns {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

.mcf .wpcf7-form > p {
  width: 100%;
  min-width: 0;
  margin: 0;
}

.mcf .wpcf7-form > p:nth-of-type(n+5),
.mcf .wpcf7-response-output {
  grid-column: 1 / -1;
}

.mcf .wpcf7-form label {
  display: block;
  color: #202020;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.mcf .wpcf7-form-control-wrap {
  display: block;
  margin-top: 9px;
}

.mcf .wpcf7-form input:not([type="submit"]),
.mcf .wpcf7-form textarea,
.mcf .wpcf7-form select {
  width: 100%;
  max-width: none !important;
  margin: 0;
  padding: 15px 18px !important;
  border: 1px solid #efefef !important;
  border-radius: 10px !important;
  outline: 0;
  background: #fdfaf3 !important;
  box-shadow: none !important;
  color: #252525;
  font-family: inherit;
  font-size: 16px !important;
  line-height: 1.45;
}

.mcf .wpcf7-form input:not([type="submit"]) {
  min-height: 57px;
}

.mcf .wpcf7-form textarea {
  min-height: 190px;
  resize: vertical;
}

.mcf .wpcf7-form input:not([type="submit"]):focus,
.mcf .wpcf7-form textarea:focus,
.mcf .wpcf7-form select:focus {
  border-color: var(--msh-blue) !important;
}

.mcf .wpcf7-submit {
  min-height: 52px;
  margin: 0;
  padding: 13px 25px;
  border: 1px solid var(--msh-blue);
  border-radius: 999px;
  background: var(--msh-blue);
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.mcf .wpcf7-submit:hover {
  background: #fff;
  color: var(--msh-blue);
}

.mcf .wpcf7-spinner {
  align-self: center;
}

.mcf__faq {
  position: relative;
  min-height: 520px;
  padding: clamp(60px, 7vw, 105px) clamp(34px, 4vw, 64px);
  border-radius: 28px;
  overflow: hidden;
  background: var(--msh-blue);
  color: #fff;
  isolation: isolate;
}

.mcf__faq-background {
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .32;
}

.mcf__faq-shape {
  position: absolute;
  z-index: -1;
  border: 45px solid rgba(140, 188, 227, .24);
  border-radius: 48% 52% 39% 61% / 59% 42% 58% 41%;
}

.mcf__faq-shape--one {
  top: -140px;
  right: -125px;
  width: 330px;
  height: 280px;
  transform: rotate(20deg);
}

.mcf__faq-shape--two {
  bottom: -125px;
  left: -95px;
  width: 270px;
  height: 220px;
  transform: rotate(-18deg);
}

.mcf__faq-content {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin-inline: auto;
  text-align: center;
}

.mcf__faq h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(32px, 3vw, 46px);
}

.mcf__faq p {
  margin: 0 0 50px;
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  line-height: 1.7;
}

.mcf__faq a {
  display: inline-flex;
  min-height: 50px;
  padding: 12px 24px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  color: #202020;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.mcf__details {
  display: grid;
  width: min(100%, 1260px);
  margin: 65px auto 0;
  padding: 35px 0 clamp(75px, 8vw, 130px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #eee9df;
  gap: 35px;
}

.mcf__details > * {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #716b6c;
  font-size: 15px;
  line-height: 1.55;
  text-decoration: none;
}

.mcf__details strong {
  color: #252525;
  font-size: 16px;
}

.msh a {
  color: inherit;
  text-decoration: none;
}

.msh-container {
  width: min(100% - 48px, 1320px);
  margin-inline: auto;
}

.msh-top {
  height: 50px;
  background: var(--msh-sky);
}

.msh-top__inner,
.msh-socials,
.msh-top__right,
.msh-phone,
.msh-language,
.msh-main__inner,
.msh-nav,
.msh-actions,
.msh-cart,
.msh-account,
.msh-mobile-actions {
  display: flex;
  align-items: center;
}

.msh-top__inner {
  height: 100%;
  justify-content: space-between;
  font-size: 14px;
}

.msh-socials {
  gap: 9px;
}

.msh-socials__label {
  margin-right: 7px;
}

.msh-socials a {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  transition: transform .2s ease, color .2s ease;
}

.msh-socials a:hover {
  color: var(--msh-blue);
  transform: translateY(-1px);
}

.msh-socials img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.msh-top__right {
  gap: 18px;
}

.msh-phone {
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
}

.msh-phone img {
  width: 17px;
  height: 17px;
}

.msh-language {
  min-height: 34px;
  gap: 8px;
  padding: 5px 12px 5px 7px;
  border: 1px solid rgba(37, 37, 37, .06);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(28, 61, 99, .08);
  font-size: 14px;
  font-weight: 500;
}

.msh-flag {
  display: block;
  width: 27px;
  height: 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
}

.msh-flag img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.msh-main {
  position: relative;
  background: var(--msh-cream);
}

.msh-main__inner {
  min-height: 102px;
  justify-content: space-between;
  gap: 28px;
}

.msh-logo {
  flex: 0 0 auto;
}

.msh-logo img {
  display: block;
  width: 166px;
  height: auto;
}

.msh-nav {
  align-self: stretch;
  min-width: 0;
  flex: 1;
  justify-content: center;
  gap: 25px;
}

.msh-nav__link {
  display: inline-flex;
  align-items: center;
  color: #343434;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  transition: color .2s ease;
}

.msh-nav__link:hover,
.msh-nav__link.is-current,
.msh-nav-item:focus-within > .msh-nav__link,
.msh-nav-item:hover > .msh-nav__link {
  color: var(--msh-blue);
}

.msh-nav__link svg {
  width: 15px;
  height: 15px;
  margin-left: 4px;
  transition: transform .2s ease;
}

.msh-nav-item {
  display: flex;
  height: 100%;
  align-items: center;
}

.msh-nav-item:hover > .msh-nav__link svg,
.msh-nav-item:focus-within > .msh-nav__link svg {
  transform: rotate(180deg);
}

.msh-mega {
  position: absolute;
  z-index: 30;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  padding: 26px 0 30px;
  border-top: 1px solid rgba(37, 37, 37, .06);
  background: #fff6d9;
  box-shadow: 0 18px 35px rgba(39, 53, 72, .13);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  visibility: hidden;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.msh-nav-item:hover .msh-mega,
.msh-nav-item:focus-within .msh-mega {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.msh-mega__inner {
  display: grid;
  grid-template-columns: minmax(230px, .68fr) minmax(0, 1.55fr);
  gap: clamp(38px, 5vw, 78px);
  align-items: stretch;
}

.msh-mega__intro {
  padding: 8px 0 4px;
}

.msh-mega__eyebrow {
  margin: 0 0 9px;
  color: var(--msh-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.msh-mega__intro h2 {
  margin: 0 0 10px;
  color: #171717;
  font-family: Lora, Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.15;
}

.msh-mega__intro > p:not(.msh-mega__eyebrow) {
  max-width: 370px;
  margin: 0 0 18px;
  color: #6e6868;
  font-size: 14px;
  line-height: 1.55;
}

.msh-mega__all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #262626 !important;
  font-size: 14px;
  font-weight: 700;
}

.msh-mega__all:hover {
  color: var(--msh-blue) !important;
}

.msh-mega__cards {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.msh-mega-card {
  position: relative;
  display: grid;
  min-width: 0;
  padding: 8px 8px 13px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px 8px;
  border: 1px solid rgba(37, 37, 37, .07);
  border-radius: 15px;
  background: rgba(255, 255, 255, .65);
  color: #292929 !important;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.msh-mega-card:hover {
  background: #fff;
  box-shadow: 0 10px 22px rgba(55, 68, 84, .10);
  transform: translateY(-2px);
}

.msh-mega-card__image {
  display: block;
  height: 118px;
  grid-column: 1 / -1;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}

.msh-mega-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.msh-mega-card strong {
  padding-left: 4px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.msh-mega-card > span:last-child {
  padding-right: 4px;
  color: var(--msh-blue);
}

.msh-actions {
  flex: 0 0 auto;
  gap: 10px;
}

.msh-search {
  display: flex;
  width: 188px;
  height: 48px;
  padding: 0 15px;
  align-items: center;
  border: 1px solid #f0f0f0;
  border-radius: 999px;
  background: #fff;
}

.msh-search input {
  min-width: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  outline: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: #343434;
  font-size: 14px !important;
}

.msh-search input::placeholder {
  color: #a6a6a6;
}

.msh-search button {
  display: grid;
  width: 25px;
  height: 35px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  color: #151515;
  cursor: pointer;
}

.msh-search button svg {
  width: 20px;
  height: 21px;
}

.msh-cart,
.msh-account {
  position: relative;
  min-height: 48px;
  justify-content: center;
  border: 1px solid #f0f0f0;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.msh-cart {
  gap: 7px;
  padding: 0 15px;
  background: #fff;
}

.msh-cart > svg {
  width: 23px;
  height: 23px;
}

.msh-cart:hover {
  border-color: var(--msh-blue);
  color: var(--msh-blue);
}

.msh-account {
  padding: 0 16px;
}

.msh-account--outline {
  border-color: var(--msh-blue);
  background: #fff;
  color: var(--msh-blue) !important;
}

.msh-account--filled {
  border-color: var(--msh-blue);
  background: var(--msh-blue);
  color: #fff !important;
}

.msh-account--outline:hover {
  background: var(--msh-blue);
  color: #fff !important;
}

.msh-account--filled:hover {
  background: #fff;
  color: var(--msh-blue) !important;
}

.msh-cart-count {
  position: absolute;
  top: -5px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--msh-blue);
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}

.msh-cart-count:empty {
  display: none;
}

.msh-mobile-actions,
.msh-mobile-menu {
  display: none;
}

body.admin-bar .msh {
  top: 32px;
}

@media (max-width: 1320px) {
  .msh-main__inner {
    gap: 18px;
  }

  .msh-logo img {
    width: 140px;
  }

  .msh-nav {
    gap: 15px;
  }

  .msh-nav__link {
    font-size: 13px;
  }

  .msh-mega-card__image {
    height: 100px;
  }

  .msh-search {
    display: none;
  }
}

@media (max-width: 980px) {
  .msh-container {
    width: calc(100% - 32px);
  }

  .msh-top {
    height: 42px;
  }

  .msh-socials__label,
  .msh-phone {
    display: none;
  }

  .msh-socials {
    gap: 6px;
  }

  .msh-socials a {
    width: 26px;
    height: 26px;
  }

  .msh-socials img {
    width: 13px;
    height: 13px;
  }

  .msh-language {
    min-height: 30px;
    padding: 4px 9px 4px 6px;
    font-size: 12px;
  }

  .msh-flag {
    width: 23px;
    height: 15px;
    border-radius: 3px;
  }

  .msh-main__inner {
    min-height: 74px;
  }

  .msh-logo img {
    width: 118px;
  }

  .msh-nav,
  .msh-actions {
    display: none;
  }

  .msh-mobile-actions {
    display: flex;
    margin-left: auto;
    gap: 8px;
  }

  .msh-icon-button {
    position: relative;
    display: grid;
    width: 40px;
    height: 40px;
    padding: 0;
    place-items: center;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    background: #fff;
    color: #222;
    cursor: pointer;
  }

  .msh-icon-button > svg,
  .msh-icon-button > span > svg {
    width: 21px;
    height: 21px;
  }

  .msh-menu-toggle {
    border: 0;
    border-radius: 8px;
    background: transparent;
  }

  .msh-menu-toggle > span {
    display: grid;
    place-items: center;
  }

  .msh-menu-toggle > span > svg {
    width: 32px;
    height: 32px;
  }

  .msh-close-icon {
    display: none !important;
  }

  .msh-menu-toggle[aria-expanded="true"] .msh-menu-icon {
    display: none;
  }

  .msh-menu-toggle[aria-expanded="true"] .msh-close-icon {
    display: grid !important;
  }

  .msh-mobile-menu {
    position: absolute;
    z-index: 999;
    top: 100%;
    right: 0;
    left: 0;
    padding: 16px 20px 24px;
    border-top: 1px solid rgba(79, 126, 219, .2);
    background: #f7d66f;
    box-shadow: 0 14px 25px rgba(41, 58, 79, .12);
  }

  .msh-mobile-menu.is-open {
    display: grid;
  }

  .msh-mobile-menu > a {
    padding: 13px 4px;
    border-bottom: 1px solid rgba(79, 126, 219, .28);
    color: #263444;
    font-size: 16px;
    font-weight: 500;
  }

  .msh-mobile-menu > a:last-child {
    border-bottom: 0;
  }

  .msh-mobile-menu > a.is-current {
    color: var(--msh-blue);
    font-weight: 700;
  }

  .msh-mobile-group {
    border-bottom: 1px solid rgba(79, 126, 219, .28);
  }

  .msh-mobile-group summary {
    display: flex;
    min-height: 49px;
    padding: 13px 4px;
    align-items: center;
    justify-content: space-between;
    color: #263444;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    list-style: none;
  }

  .msh-mobile-group summary::-webkit-details-marker {
    display: none;
  }

  .msh-mobile-group summary svg {
    width: 17px;
    height: 17px;
    transition: transform .2s ease;
  }

  .msh-mobile-group[open] summary svg {
    transform: rotate(180deg);
  }

  .msh-mobile-group.is-current summary {
    color: var(--msh-blue);
    font-weight: 700;
  }

  .msh-mobile-group__links {
    display: grid;
    padding: 3px 4px 13px 13px;
    gap: 3px;
  }

  .msh-mobile-group__links a {
    padding: 9px 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .42);
    color: #334152;
    font-size: 14px;
  }

  .msh-mobile-group__links a:hover,
  .msh-mobile-group__links .msh-mobile-group__all {
    color: var(--msh-blue);
  }

  .msh-mobile-search {
    display: flex;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 12px;
    background: #fff;
  }

  .msh-mobile-search input {
    min-width: 0;
    height: 45px;
    flex: 1;
    margin: 0;
    padding: 0 14px;
    border: 0;
    outline: 0;
    background: #fff;
    box-shadow: none;
  }

  .msh-mobile-search button {
    display: grid;
    width: 48px;
    place-items: center;
    border: 0;
    background: var(--msh-blue);
    color: #fff;
  }

  .msh-mobile-search svg {
    width: 20px;
    height: 21px;
  }

  .mhh__card {
    padding: 42px;
    grid-template-columns: minmax(0, 1fr) minmax(330px, .9fr);
    gap: 36px;
  }

  .mhh__content {
    padding-top: 12px;
  }

  .mhh h1 {
    font-size: 42px;
  }

  .mhh__lead {
    font-size: 15px;
  }

  .mhh__trust li {
    padding-inline: 11px;
    font-size: 12px;
  }

  .mhh__care {
    left: -38px;
    width: 80px;
  }

  .mhh__seal {
    right: -30px;
    width: 82px;
    height: 82px;
  }

  .mcf__inner {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .mcf__faq {
    min-height: 380px;
  }
}

@media (max-width: 599px) {
  .mpt {
    min-height: 245px;
    padding: 68px 18px 88px;
  }

  .mpt h1 {
    font-size: clamp(35px, 10.5vw, 45px);
  }

  .mpt__subtitle {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.55;
  }

  .mpt__categories {
    margin-top: 22px;
    gap: 8px;
  }

  .mpt__categories a {
    min-height: 38px;
    padding: 8px 15px;
    font-size: 12px;
  }

  .mpt__wave {
    height: 25px;
  }

  .mhh {
    padding: 14px 12px 70px;
  }

  .mhh__card {
    min-height: 0;
    padding: 26px 20px 20px;
    grid-template-columns: 1fr;
    gap: 24px;
    border-radius: 22px;
  }

  .mhh__content {
    padding: 0;
  }

  .mhh h1 {
    margin-bottom: 13px;
    font-size: clamp(35px, 10vw, 40px);
    line-height: 1.08;
  }

  .mhh__lead {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.52;
  }

  .mhh__button {
    min-height: 47px;
    padding-inline: 18px;
    font-size: 14px;
  }

  .mhh__trust {
    margin-top: 28px;
  }

  .mhh__trust > p {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .mhh__trust ul {
    gap: 7px;
  }

  .mhh__trust li {
    min-height: 30px;
    padding: 6px 9px;
    font-size: 10.5px;
  }

  .mhh__visual {
    min-height: 300px;
  }

  .mhh__photo {
    height: 300px;
    min-height: 0;
    max-height: none;
    border-radius: 17px;
    object-position: center 55%;
  }

  .mhh__care {
    left: -11px;
    width: 60px;
  }

  .mhh__seal {
    right: -9px;
    bottom: 17px;
    width: 64px;
    height: 64px;
  }

  .mhh__wave {
    height: 25px;
  }

  .mcf {
    padding: 55px 16px 80px;
  }

  .mcf__inner {
    gap: 45px;
  }

  .mcf__form-column h2 {
    margin-bottom: 25px;
  }

  .mcf .wpcf7-form {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .mcf .wpcf7-form > .row {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .mcf .wpcf7-form > p {
    grid-column: 1 / -1;
  }

  .mcf__faq {
    min-height: 360px;
    padding: 65px 28px;
    border-radius: 24px;
  }

  .mcf__faq p {
    margin-bottom: 35px;
    font-size: 15px;
  }

  .mcf__details {
    margin-top: 45px;
    padding-bottom: 75px;
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

@media (max-width: 782px) {
  body.admin-bar .msh {
    top: 46px;
  }
}

@media (max-width: 430px) {
  .msh-socials a:nth-of-type(4) {
    display: none;
  }

  .msh-language > span:last-child {
    font-size: 0;
  }

  .msh-language > span:last-child::after {
    font-size: 12px;
    content: "NL";
  }
}

@media (max-width: 350px) {
  .mhh__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .mhh__button {
    width: 100%;
  }
}
