/* Source: style.css */
/*
Theme Name: Milksy Standalone
Theme URI: https://milksy.nl/
Author: Milksy
Description: Zelfstandig WordPress- en WooCommerce-theme voor Milksy.
Version: 0.1.0
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: milksy
*/

:root {
	--milksy-blue: #4f80e7;
	--milksy-ink: #181818;
	--milksy-paper: #fbf8ee;
	--milksy-white: #fff;
	--milksy-border: #e5e0d3;
	--milksy-content-width: 1180px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	max-width: 100%;
	overflow-x: hidden;
	overflow-x: clip;
	scroll-behavior: smooth;
}

body {
	max-width: 100%;
	overflow-x: hidden;
	overflow-x: clip;
	margin: 0;
	background: var(--milksy-paper);
	color: var(--milksy-ink);
	font-family: Jost, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

body.admin-bar {
	--wp-admin--admin-bar--height: 32px;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.16em;
}

.msh a,
.mhh a,
.milksy-home-middle a,
.milksy-home-benefits a,
.milksy-how-it-works a,
.milksy-home-video a,
.milksy-home-blog a,
.msf a {
	text-decoration: none;
}

.milksy-home-video {
	padding: clamp(92px, 15vw, 180px) 24px;
	background: #393c37 url("../images/shopify/milksy-own-beach.webp") center 42% / cover no-repeat;
	color: #fff;
	text-align: center;
}

.mhv-shell {
	width: min(780px, 100%);
	margin-inline: auto;
}

.mhv-play {
	display: inline-grid;
	width: 68px;
	height: 68px;
	place-items: center;
	margin-bottom: 34px;
	color: #fff;
}

.mhv-play svg {
	width: 64px;
	height: 64px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

.mhv-play path {
	fill: currentColor;
	stroke: none;
}

.milksy-home-video h2 {
	margin: 0 0 28px;
	font-family: Lora, Georgia, serif;
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1.15;
}

.mhv-button,
.mhblog-all {
	display: inline-flex;
	min-height: 48px;
	padding: 12px 24px;
	align-items: center;
	justify-content: center;
	border: 1px solid currentColor;
	border-radius: 999px;
	font-weight: 700;
}

.milksy-home-blog {
	padding: clamp(70px, 9vw, 118px) 24px;
	background: #fff;
}

.mhblog-shell {
	width: min(1180px, 100%);
	margin-inline: auto;
	text-align: center;
}

.mhblog-shell > header {
	margin-bottom: 38px;
}

.mhblog-shell h2 {
	margin: 0;
	color: #8cbce3;
	font-family: Lora, Georgia, serif;
	font-size: clamp(32px, 4vw, 48px);
}

.mhblog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	margin-bottom: 36px;
	text-align: left;
}

.mhblog-grid .mb-card {
	height: 100%;
}

.mhblog-grid .mb-card__meta {
	display: none;
}

.mhblog-all {
	gap: 12px;
	border-color: #4f80e7;
	background: #4f80e7;
	color: #fff;
}

button,
input,
select,
textarea {
	font: inherit;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 8px;
	left: 8px;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	background: var(--milksy-white);
	color: var(--milksy-ink);
	font-weight: 700;
}

.milksy-site-main,
.milksy-content-shell {
	width: min(var(--milksy-content-width), calc(100% - 48px));
	margin-inline: auto;
}

.milksy-site-main {
	min-height: 38vh;
	padding-block: 72px 104px;
}

.home .milksy-site-main,
.milksy-full-width {
	width: 100%;
	max-width: none;
	padding: 0;
}

.milksy-entry,
.milksy-listing-card,
.milksy-empty-state {
	padding: clamp(24px, 4vw, 44px);
	border: 1px solid var(--milksy-border);
	border-radius: 24px;
	background: var(--milksy-white);
}

.milksy-entry__header,
.milksy-archive-header {
	margin-bottom: 36px;
}

.milksy-entry__title,
.milksy-archive-title {
	margin: 0;
	font-family: Lora, Georgia, serif;
	font-size: clamp(38px, 5vw, 64px);
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.milksy-entry__meta {
	margin: 12px 0 0;
	color: #6f6b63;
}

.milksy-entry__content > *:first-child {
	margin-top: 0;
}

.milksy-entry__content > *:last-child {
	margin-bottom: 0;
}

.milksy-entry__content a,
.milksy-listing-card a {
	color: #315faa;
}

.milksy-listing-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.milksy-listing-card__image {
	display: block;
	margin: -20px -20px 24px;
	overflow: hidden;
	border-radius: 18px;
}

.milksy-listing-card__image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.milksy-listing-card h2 {
	margin: 0 0 12px;
	font-family: Lora, Georgia, serif;
	font-size: clamp(25px, 2.4vw, 34px);
	line-height: 1.15;
}

.milksy-pagination {
	margin-top: 40px;
}

.milksy-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.milksy-pagination .page-numbers {
	display: inline-flex;
	min-width: 42px;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border: 1px solid var(--milksy-border);
	border-radius: 999px;
	background: var(--milksy-white);
	text-decoration: none;
}

.milksy-pagination .current {
	border-color: var(--milksy-blue);
	background: var(--milksy-blue);
	color: var(--milksy-white);
}

.milksy-404-search .search-form {
	display: flex;
	max-width: 560px;
	gap: 10px;
	margin-top: 24px;
}

.milksy-404-search .search-field {
	min-width: 0;
	flex: 1;
	padding: 13px 16px;
	border: 1px solid var(--milksy-border);
	border-radius: 999px;
}

.milksy-404-search .search-submit {
	padding: 13px 22px;
	border: 0;
	border-radius: 999px;
	background: var(--milksy-blue);
	color: var(--milksy-white);
	font-weight: 700;
	cursor: pointer;
}

.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button {
	border-radius: 999px;
}

.milksy-freeze-dry-product .milksy-woocommerce-main > .woocommerce {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.milksy-freeze-dry-product .product.type-product {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
	gap: 46px 64px;
	align-items: start;
}

.milksy-freeze-dry-product .woocommerce-product-gallery,
.milksy-freeze-dry-product .summary {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}

.milksy-freeze-dry-product .woocommerce-product-gallery {
	padding: 24px;
	border-radius: 28px;
	background: #fff;
	opacity: 1 !important;
}

/* WooCommerce hides galleries until its slider has initialised. Playground can
 * finish that JavaScript late, so keep the first product image available as a
 * dependable fallback and let FlexSlider restore the full gallery when ready. */
.milksy-freeze-dry-product .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__image:not(:first-child) {
	display: none;
}

.milksy-freeze-dry-product .woocommerce-product-gallery__image img {
	border-radius: 20px;
}

.milksy-freeze-dry-product .summary {
	padding: 18px 0;
}

.milksy-freeze-dry-product .woocommerce-tabs,
.milksy-freeze-dry-product .related.products {
	grid-column: 1 / -1;
}

.milksy-freeze-dry-product .related.products ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.milksy-freeze-dry-product .related.products ul.products::before,
.milksy-freeze-dry-product .related.products ul.products::after {
	display: none;
}

.milksy-freeze-dry-product .related.products li.product {
	width: auto !important;
	margin: 0 !important;
}

@media (max-width: 900px) {
	.milksy-listing-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.milksy-freeze-dry-product .product.type-product {
		grid-template-columns: minmax(0, 1fr);
	}

	.milksy-freeze-dry-product .product.type-product > * {
		min-width: 0;
	}

	.milksy-freeze-dry-product .woocommerce-tabs,
	.milksy-freeze-dry-product .related.products {
		grid-column: 1;
	}
}

@media (max-width: 640px) {
	body.admin-bar {
		--wp-admin--admin-bar--height: 46px;
	}

	.milksy-site-main,
	.milksy-content-shell {
		width: min(100% - 30px, var(--milksy-content-width));
	}

	.milksy-site-main {
		padding-block: 48px 72px;
	}

	.milksy-listing-grid {
		grid-template-columns: 1fr;
	}

	.mhblog-grid {
		grid-template-columns: 1fr;
	}

	.milksy-404-search .search-form {
		align-items: stretch;
		flex-direction: column;
	}
}

/* Source: milksy-fonts.css */
/* Exact local WOFF2 conversions of the Jost files previously loaded remotely. */
@font-face{font-family:Jost;src:url(../fonts/Jost-100.woff2) format("woff2");font-weight:100;font-style:normal;font-display:swap}
@font-face{font-family:Jost;src:url(../fonts/Jost-200.woff2) format("woff2");font-weight:200;font-style:normal;font-display:swap}
@font-face{font-family:Jost;src:url(../fonts/Jost-300.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:Jost;src:url(../fonts/Jost-400.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Jost;src:url(../fonts/Jost-500.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Jost;src:url(../fonts/Jost-600.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:Jost;src:url(../fonts/Jost-700.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:Jost;src:url(../fonts/Jost-800.woff2) format("woff2");font-weight:800;font-style:normal;font-display:swap}
@font-face{font-family:Jost;src:url(../fonts/Jost-900.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}
@font-face{font-family:Jost;src:url(../fonts/Jost-100-Italic.woff2) format("woff2");font-weight:100;font-style:italic;font-display:swap}
@font-face{font-family:Jost;src:url(../fonts/Jost-200-Italic.woff2) format("woff2");font-weight:200;font-style:italic;font-display:swap}
@font-face{font-family:Jost;src:url(../fonts/Jost-300-Italic.woff2) format("woff2");font-weight:300;font-style:italic;font-display:swap}
@font-face{font-family:Jost;src:url(../fonts/Jost-400-Italic.woff2) format("woff2");font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:Jost;src:url(../fonts/Jost-500-Italic.woff2) format("woff2");font-weight:500;font-style:italic;font-display:swap}
@font-face{font-family:Jost;src:url(../fonts/Jost-600-Italic.woff2) format("woff2");font-weight:600;font-style:italic;font-display:swap}
@font-face{font-family:Jost;src:url(../fonts/Jost-700-Italic.woff2) format("woff2");font-weight:700;font-style:italic;font-display:swap}
@font-face{font-family:Jost;src:url(../fonts/Jost-800-Italic.woff2) format("woff2");font-weight:800;font-style:italic;font-display:swap}
@font-face{font-family:Jost;src:url(../fonts/Jost-900-Italic.woff2) format("woff2");font-weight:900;font-style:italic;font-display:swap}

/* Source: milksy-header.css */
:root {
  --msh-blue: #4f7edb;
  --msh-sky: #8cbce3;
  --msh-cream: #fdfaf3;
  --msh-text: #252525;
}

/* Keep the original legacy 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 the legacy 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 #milksy-page-title {
  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-switcher {
  position: relative;
  z-index: 60;
}

.msh-language {
  min-height: 34px;
  gap: 8px;
  padding: 3px 10px 3px 4px;
  border: 1px solid rgba(37, 37, 37, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .2);
  color: #27384b;
  box-shadow: none;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.msh-language:hover,
.msh-language[aria-expanded="true"] {
  border-color: rgba(37, 37, 37, .32);
  background: rgba(255, 255, 255, .36);
}

.msh-language:focus-visible,
.msh-language-option:focus-visible {
  outline: 3px solid rgba(79, 126, 219, .45);
  outline-offset: 2px;
}

.msh-language-trigger__flag {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #4f7edb;
  box-shadow: 0 2px 7px rgba(40, 77, 148, .22);
}

.msh-language-trigger__flag .msh-flag {
  width: 18px;
  height: 12px;
}

.msh-language-trigger__code {
  display: none;
}

.msh-language-trigger__chevron {
  width: 16px;
  height: 16px;
  margin-left: 1px;
  transition: transform .18s ease;
}

.msh-language[aria-expanded="true"] .msh-language-trigger__chevron {
  transform: rotate(180deg);
}

.msh-language-menu {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  width: 232px;
  padding: 7px;
  border: 1px solid rgba(45, 68, 98, .13);
  border-radius: 17px;
  background: #fffdf8;
  box-shadow: 0 16px 38px rgba(28, 47, 73, .19);
}

.msh-language-menu[hidden] {
  display: none;
}

.msh-language-option {
  display: grid;
  min-height: 44px;
  padding: 7px 9px;
  align-items: center;
  border-radius: 11px;
  color: #27384b;
  font-size: 14px;
  font-weight: 600;
  gap: 10px;
  grid-template-columns: 27px minmax(0, 1fr) auto;
}

a.msh-language-option:hover,
.msh-language-option.is-current {
  background: #eef4ff;
  color: #315ea9;
}

.msh-language-option.is-disabled {
  color: #7d8794;
  cursor: not-allowed;
}

.msh-language-option__check {
  width: 18px;
  height: 18px;
  color: #4f7edb;
}

.msh-language-option__soon {
  padding: 4px 7px;
  border-radius: 999px;
  background: #f0f1f3;
  color: #7a838f;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.msh-theme-toggle {
  display: inline-flex;
  min-height: 36px;
  padding: 3px 10px 3px 4px;
  align-items: center;
  gap: 3px;
  border: 1px solid rgba(37, 37, 37, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .2);
  color: #27384b;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.msh-theme-toggle:hover {
  border-color: rgba(37, 37, 37, .32);
  background: rgba(255, 255, 255, .36);
}

.msh-theme-toggle:focus-visible {
  outline: 3px solid rgba(79, 126, 219, .45);
  outline-offset: 2px;
}

.msh-theme-toggle__icon {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  color: #526174;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.msh-theme-toggle__icon svg {
  width: 17px;
  height: 17px;
}

.msh-theme-toggle__sun {
  background: #f7d66f;
  color: #3b3214;
  box-shadow: 0 2px 7px rgba(89, 70, 20, .16);
}

.msh-theme-toggle__label {
  min-width: 42px;
  margin-left: 4px;
  text-align: left;
}

.msh-theme-toggle__label--dark {
  display: none;
}

.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 {
  width: min(100% - 48px, 1440px);
  min-height: 102px;
  justify-content: center;
  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: 0 0 auto;
  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 {
  display: none;
  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 {
  display: block;
  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__cards--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.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: 1399px) {
  .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: 1079px) {
  .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: 2px 8px 2px 3px;
    font-size: 12px;
  }

  .msh-language-trigger__flag {
    width: 24px;
    height: 24px;
  }

  .msh-language-trigger__flag .msh-flag {
    width: 16px;
    height: 11px;
  }

  .msh-language-menu {
    top: calc(100% + 7px);
  }

  .msh-top__right {
    gap: 8px;
  }

  .msh-theme-toggle {
    min-height: 30px;
    padding: 2px 8px 2px 3px;
    font-size: 12px;
  }

  .msh-theme-toggle__icon {
    width: 24px;
    height: 24px;
  }

  .msh-theme-toggle__icon svg {
    width: 15px;
    height: 15px;
  }

  .msh-theme-toggle__label {
    min-width: 37px;
    margin-left: 2px;
  }

  .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);
	max-height: calc(100vh - 116px);
	overflow-y: auto;
  }

  body.msh-menu-open {
	overflow: hidden;
  }

  .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: 430px) {
  .msh-theme-toggle {
    padding-right: 3px;
  }

  .msh-theme-toggle__label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}

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

  .mpt #milksy-page-title {
    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-trigger__name {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .msh-language-trigger__code {
    display: inline;
  }

}

@media (max-width: 600px) {
  .msh-language-menu {
    position: fixed;
    top: 49px;
    right: 12px;
    width: min(260px, calc(100vw - 24px));
  }

  .msh-language-option .msh-flag {
    width: 27px;
    height: 18px;
  }
}

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

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

  .mhh__button {
    width: 100%;
  }
}

/* Source: milksy-footer.css */
:root {
  --msf-primary: #197fe5;
  --msf-golden: #f7d66f;
  --msf-offwhite: #fbf8ef;
  --msf-text: #161616;
  --msf-muted: #655f60;
}

/* The original legacy footer remains present as a safe fallback. It is
   hidden only after the new footer markup has loaded successfully. */
.msf-loaded #footer,
.msf-loaded .subfooter {
  display: none !important;
}

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

.msf {
  position: relative;
  z-index: 2;
  margin-top: clamp(80px, 9vw, 145px);
  padding: 0;
  background: transparent;
  color: var(--msf-text);
  font-family: inherit;
  line-height: 1.5;
}

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

.msf-cta-shell,
.msf-container {
  width: min(100% - 48px, 1440px);
  margin-inline: auto;
}

.msf-cta-shell {
  position: relative;
  z-index: 3;
  margin-bottom: clamp(-205px, -13vw, -150px);
}

.msf-cta {
  position: relative;
  min-height: 410px;
  padding: clamp(65px, 7vw, 110px) 220px;
  overflow: hidden;
  border-radius: clamp(28px, 3.2vw, 50px);
  isolation: isolate;
  color: #fff;
  text-align: center;
}

.msf-cta__background {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--msf-primary);
}

.msf-cta::after {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: rgba(13, 109, 209, .08);
  content: "";
}

.msf-cta__baby,
.msf-cta__care {
  position: absolute;
  z-index: -1;
  width: clamp(110px, 12vw, 190px);
  height: auto;
  pointer-events: none;
}

.msf-cta__baby {
  top: clamp(20px, 2.5vw, 38px);
  left: clamp(22px, 4vw, 65px);
}

.msf-cta__care {
  right: clamp(24px, 4vw, 62px);
  bottom: clamp(22px, 3vw, 48px);
}

.msf-cta__content {
  max-width: 900px;
  margin-inline: auto;
}

.msf-cta h2 {
  margin: 0 0 18px;
  color: #fff;
  font-family: Lora, Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 3.2vw, 52px);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.18;
}

.msf-cta p {
  max-width: 830px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(16px, 1.25vw, 21px);
  font-weight: 500;
  line-height: 1.55;
}

.msf-cta__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.msf-button {
  display: inline-flex;
  min-height: 54px;
  padding: 13px 25px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

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

.msf-button--light {
  min-width: 135px;
  border-color: #fff;
  background: #fff;
  color: #111 !important;
}

.msf-button--outline {
  min-width: 125px;
  color: #fff !important;
}

.msf-button--outline:hover {
  background: #fff;
  color: #111 !important;
}

.msf-main {
  position: relative;
  z-index: 1;
  min-height: 600px;
  padding-top: clamp(235px, 18vw, 300px);
  overflow: hidden;
  background: var(--msf-offwhite);
}

.msf-main__background {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  opacity: .94;
  pointer-events: none;
}

.msf-grid {
  display: grid;
  grid-template-columns: minmax(275px, 1.05fr) minmax(650px, 2.5fr);
  gap: clamp(55px, 6vw, 95px);
  padding-bottom: 50px;
}

.msf-logo {
  display: block;
  width: min(200px, 62%);
  margin-bottom: 22px;
}

.msf-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.msf-brand > p {
  max-width: 410px;
  margin: 0;
  color: var(--msf-muted);
  font-size: 18px;
  line-height: 1.55;
}

.msf-newsletter {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 405px;
  margin: 30px 0;
  padding: 4px;
  overflow: visible;
  border: 1px solid var(--msf-primary);
  border-radius: 999px;
  background: #fff;
}

.msf-newsletter input.widget_subscribe {
  min-width: 0;
  height: 50px;
  flex: 1;
  margin: 0;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  outline: 0;
  background: transparent;
  box-shadow: none;
  color: var(--msf-muted);
  font-size: 15px;
}

.msf-newsletter button {
  min-width: 125px;
  min-height: 50px;
  padding: 10px 18px;
  border: 1px solid var(--msf-primary);
  border-radius: 999px;
  background: var(--msf-primary);
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  transition: background .2s ease, color .2s ease;
}

.msf-newsletter button:hover {
  background: #fff;
  color: var(--msf-primary);
}

.msf-newsletter__status {
	position: absolute;
	top: calc(100% + 7px);
	left: 12px;
	display: block;
	font-size: 12px;
	line-height: 1.4;
}

.msf-newsletter__status:empty {
	display: none;
}

.msf-socials {
  display: flex;
  gap: 9px;
}

.msf-socials a {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 50%;
  background: var(--msf-golden);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.msf-socials a:hover {
  border-color: var(--msf-primary);
  background: #fff;
  transform: translateY(-2px);
}

.msf-socials img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.msf-navigation {
  display: grid;
  grid-template-columns: .95fr 1fr .9fr 1.45fr;
  gap: clamp(24px, 3vw, 50px);
  padding-top: 8px;
}

.msf-column h3 {
  margin: 0 0 14px;
  color: #111;
  font-family: inherit;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
}

.msf-links,
.msf-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.msf-links li {
  margin: 0 0 9px;
  padding: 0;
}

.msf-links a {
  display: inline-block;
  color: var(--msf-muted);
  font-size: 17px;
  line-height: 1.55;
  transition: color .2s ease, transform .2s ease;
}

.msf-links a:hover {
  color: var(--msf-primary);
  transform: translateX(2px);
}

.msf-contact li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  margin-bottom: 13px;
  color: #514849;
  font-size: 17px;
  line-height: 1.55;
}

.msf-contact li > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--msf-golden);
}

.msf-contact li > span img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.msf-contact a,
.msf-contact address {
  padding-top: 7px;
  color: #514849;
  font-style: normal;
}

.msf-contact a:hover {
  color: var(--msf-primary);
}

.msf-bottom {
  display: flex;
  padding: 26px 0 30px;
  border-top: 1px solid #e7e2d9;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  color: var(--msf-muted);
  font-size: 16px;
}

.msf-bottom p {
  margin: 0;
  color: inherit;
  font-size: inherit;
}

.msf-bottom nav {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.msf-bottom a:hover {
  color: var(--msf-primary);
  text-decoration: underline;
}

.msf-mobile-decoration {
  display: none;
}

@media (max-width: 1199px) {
  .msf-cta {
    padding-inline: 160px;
  }

  .msf-grid {
    grid-template-columns: minmax(260px, .9fr) 2fr;
    gap: 45px;
  }

  .msf-navigation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 38px;
  }
}

@media (max-width: 899px) {
  .msf-cta-shell,
  .msf-container {
    width: min(100% - 32px, 760px);
  }

  .msf-cta-shell {
    margin-bottom: -120px;
  }

  .msf-cta {
    min-height: 360px;
    padding: 65px 95px;
  }

  .msf-cta__baby,
  .msf-cta__care {
    width: 100px;
  }

  .msf-main {
    padding-top: 175px;
  }

  .msf-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .msf-brand {
    text-align: center;
  }

  .msf-logo,
  .msf-brand > p,
  .msf-newsletter {
    margin-inline: auto;
  }

  .msf-socials {
    justify-content: center;
  }
}

@media (max-width: 599px) {
  .msf {
    margin-top: 65px;
  }

  .msf-cta-shell,
  .msf-container {
    width: calc(100% - 28px);
  }

  .msf-cta-shell {
    margin-bottom: -92px;
  }

  .msf-cta {
    min-height: 345px;
    padding: 55px 22px 46px;
    border-radius: 24px;
  }

  .msf-cta h2 {
    padding-inline: 22px;
    font-size: 31px;
  }

  .msf-cta p {
    font-size: 15px;
    line-height: 1.5;
  }

  .msf-cta__baby {
    top: 12px;
    left: 12px;
    width: 62px;
  }

  .msf-cta__care {
    display: none;
  }

  .msf-cta__actions {
    gap: 9px;
  }

  .msf-button {
    min-height: 48px;
    padding: 11px 18px;
    font-size: 14px;
  }

  .msf-main {
    padding-top: 145px;
  }

  .msf-grid {
    gap: 45px;
    padding-bottom: 30px;
  }

  .msf-logo {
    width: 145px;
  }

  .msf-brand > p {
    font-size: 15px;
  }

  .msf-newsletter {
    margin-block: 24px;
  }

  .msf-newsletter input.widget_subscribe {
    height: 44px;
    padding-inline: 14px 8px;
    font-size: 13px;
  }

  .msf-newsletter button {
    min-width: 104px;
    min-height: 44px;
    padding-inline: 12px;
    font-size: 13px;
  }

  .msf-navigation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 22px;
    text-align: left;
  }

  .msf-column h3 {
    font-size: 17px;
  }

  .msf-links a,
  .msf-contact li {
    font-size: 14px;
  }

  .msf-contact {
    grid-column: 1 / -1;
  }

  .msf-contact li {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .msf-contact li > span {
    width: 36px;
    height: 36px;
  }

  .msf-contact a,
  .msf-contact address {
    padding-top: 5px;
  }

  .msf-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    font-size: 13px;
  }

  .msf-bottom nav {
    width: 100%;
    justify-content: flex-start;
    gap: 15px;
  }

  .msf-mobile-decoration {
    position: absolute;
    right: 18px;
    bottom: 112px;
    display: block;
    width: 58px;
    height: auto;
    pointer-events: none;
  }
}

/* Source: milksy-home-benefits.css */
:root {
  --mhb-blue: #4f80e7;
  --mhb-cream: #fbf8ee;
  --mhb-yellow: #ffe8a2;
  --mhb-text: #171717;
  --mhb-muted: #716f6a;
}

.milksy-how-it-works{padding:clamp(70px,7vw,105px) 28px;background:#fff;color:#fff}.mhw-shell{position:relative;width:min(100%,1280px);margin:0 auto;padding:70px 58px 55px;border-radius:32px;background:#4f80e7;overflow:hidden}.mhw-shell:after{position:absolute;right:-130px;top:-170px;width:430px;height:360px;border:68px solid rgba(140,188,227,.28);border-radius:47% 53% 62% 38%;content:"";transform:rotate(20deg)}.mhw-intro{position:relative;z-index:2;display:grid;margin-bottom:58px;grid-template-columns:.7fr 1fr 1fr;gap:40px;align-items:start}.mhw-intro>p{margin:12px 0 0;color:#fff;font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.mhw-intro h2{margin:0;color:#fff;font-family:Lora,Georgia,serif;font-size:clamp(48px,4.5vw,66px);line-height:1}.mhw-intro>span{margin-top:9px;color:rgba(255,255,255,.78);font-size:16px;line-height:1.65}.mhw-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.32)}.mhw-step{min-height:330px;padding:38px 30px;border-left:1px solid rgba(255,255,255,.25)}.mhw-step:first-child{padding-left:0;border-left:0}.mhw-step__top{display:flex;margin-bottom:45px;align-items:center;justify-content:space-between}.mhw-step__top>span{display:grid;width:40px;height:40px;place-items:center;border-radius:50%;background:#ffe7a1;color:#1b2637;font-size:12px;font-weight:800}.mhw-step__top svg{width:38px;height:38px;stroke:#9dccf5;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.mhw-step h3{margin:0 0 17px;color:#fff;font-family:Lora,Georgia,serif;font-size:25px;line-height:1.18}.mhw-step p{margin:0;color:rgba(255,255,255,.72);font-size:15px;line-height:1.65}.mhw-action{position:relative;z-index:2;display:flex;justify-content:flex-end}.mhw-action a{display:inline-flex;min-height:52px;padding:13px 25px;align-items:center;gap:18px;border-radius:999px;background:#fff;color:#172235;font-weight:700}

@media(max-width:1000px){.mhw-intro{grid-template-columns:1fr 1.5fr}.mhw-intro>span{grid-column:2}.mhw-grid{grid-template-columns:1fr 1fr}.mhw-step:nth-child(3){border-left:0;border-top:1px solid rgba(255,255,255,.25)}.mhw-step:nth-child(4){border-top:1px solid rgba(255,255,255,.25)}}

@media(max-width:680px){.milksy-how-it-works{padding:58px 16px}.mhw-shell{padding:50px 24px 35px;border-radius:25px}.mhw-intro{display:block;margin-bottom:42px}.mhw-intro>p{margin:0 0 22px}.mhw-intro h2{font-size:43px}.mhw-intro>span{display:block;margin-top:22px}.mhw-grid{grid-template-columns:1fr}.mhw-step,.mhw-step:first-child{min-height:0;padding:32px 0;border-left:0;border-top:1px solid rgba(255,255,255,.25)}.mhw-step__top{margin-bottom:25px}.mhw-action a{width:100%;justify-content:center}}

.milksy-home-benefits {
  width: 100%;
  padding: clamp(72px, 7vw, 112px) 28px clamp(80px, 8vw, 128px);
  background: #fff;
  color: var(--mhb-text);
}

.mhb-shell {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.mhb-intro {
  max-width: 700px;
  margin: 0 auto clamp(38px, 4vw, 54px);
  text-align: center;
}

.mhb-intro h2 {
  max-width: 620px;
  margin: 0 auto 25px;
  color: var(--mhb-text);
  font-family: Lora, Georgia, "Times New Roman", serif;
  font-size: clamp(37px, 3.25vw, 49px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.mhb-intro p {
  margin: 0;
  color: var(--mhb-muted);
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.55;
}

.mhb-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr) minmax(0, 1fr);
  gap: clamp(28px, 3vw, 45px);
  align-items: stretch;
}

.mhb-column {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.mhb-card {
  min-height: 245px;
  padding: clamp(25px, 2.2vw, 33px);
  border-radius: 24px;
  background: var(--mhb-cream);
}

.mhb-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: clamp(27px, 2.6vw, 38px);
  place-items: center;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 50%;
  background: var(--mhb-yellow);
  color: #1f2427;
  box-shadow: 0 10px 24px rgba(161, 135, 63, .14);
}

.mhb-card__icon svg {
  width: 25px;
  height: 25px;
}

.mhb-card h3 {
  margin: 0 0 18px;
  color: var(--mhb-text);
  font-size: clamp(22px, 1.7vw, 26px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.2;
}

.mhb-card p {
  margin: 0;
  color: var(--mhb-muted);
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.55;
}

.mhb-product {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.mhb-product img {
  display: block;
  width: 100%;
  max-width: 400px;
  height: min(545px, 42vw);
  min-height: 480px;
  border: 4px solid #a9cdf8;
  border-radius: 30px;
  object-fit: cover;
  box-shadow: 0 13px 29px rgba(56, 104, 179, .22);
}

.mhb-product a {
  display: inline-flex;
  min-width: 245px;
  min-height: 54px;
  margin-top: 27px;
  padding: 13px 25px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-radius: 999px;
  background: var(--mhb-blue);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.mhb-product a:hover {
  background: #3d6fd5;
  color: #fff;
}

@media (max-width: 1050px) {
  .mhb-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mhb-product {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .mhb-product img {
    width: min(100%, 520px);
    height: auto;
    min-height: 0;
  }

  .mhb-card {
    min-height: 280px;
  }
}

@media (max-width: 680px) {
  .milksy-home-benefits {
    padding: 58px 16px 78px;
  }

  .mhb-intro {
    margin-bottom: 36px;
  }

  .mhb-intro h2 {
    font-size: 37px;
  }

  .mhb-grid {
    display: flex;
    gap: 24px;
    flex-direction: column;
  }

  .mhb-product {
    order: -1;
  }

  .mhb-product img {
    width: min(100%, 430px);
    border-width: 4px;
    border-radius: 27px;
  }

  .mhb-product a {
    width: 100%;
    min-width: 0;
    margin-top: 24px;
  }

  .mhb-column {
    display: contents;
  }

  .mhb-card {
    min-height: 0;
    padding: 28px;
    border-radius: 23px;
  }

  .mhb-card__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 30px;
  }

  .mhb-card h3 {
    font-size: 25px;
  }

  .mhb-card p {
    font-size: 16px;
  }
}

/* Source: milksy-home-middle.css */
.milksy-home-middle {
	--mhm-blue: #4d80e5;
	--mhm-blue-pale: #e9f2ff;
	--mhm-cream: #fef6e4;
	--mhm-yellow: #ffeaa8;
	--mhm-ink: #171b22;
	--mhm-muted: #666b72;
	color: var(--mhm-ink);
	background: #fff;
	font-family: "Neue Haas Grotesk Text Pro", "Helvetica Neue", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.milksy-home-middle,
.milksy-home-middle * { box-sizing: border-box; }
.milksy-home-middle a { color: inherit; text-decoration: none; }
.milksy-home-middle img { display: block; max-width: 100%; }
.milksy-home-middle .mhm-wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.milksy-home-middle .choice { padding: 108px 0 96px; background: #fff; }
.milksy-home-middle .choice__intro { max-width: 770px; margin: 0 auto 54px; text-align: center; }
.milksy-home-middle .eyebrow,
.milksy-home-middle .route__kicker { color: var(--mhm-blue); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.milksy-home-middle .choice__intro .eyebrow { margin: 0 0 16px; }
.milksy-home-middle .choice h2,
.milksy-home-middle .route h3,
.milksy-home-middle .app-teaser h2 { font-family: Lora, Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.milksy-home-middle .choice h2 { margin: 0; font-size: clamp(48px, 5vw, 72px); line-height: 1; }
.milksy-home-middle .choice__intro > p:not(.eyebrow) { max-width: 710px; margin: 24px auto 0; color: var(--mhm-muted); font-size: 18px; line-height: 1.65; }
.milksy-home-middle .choice__guide-link { display: inline-flex; min-height: 50px; margin-top: 25px; padding: 12px 24px; align-items: center; gap: 12px; border: 1px solid var(--mhm-blue); border-radius: 999px; color: var(--mhm-blue); font-weight: 750; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.milksy-home-middle .choice__guide-link:hover { background: var(--mhm-blue); color: #fff; transform: translateY(-1px); }
.milksy-home-middle .choice-grid { display: grid; grid-template-columns: 1.25fr .85fr; grid-template-rows: repeat(2, 310px); gap: 20px; }
.milksy-home-middle .route { position: relative; display: grid; min-width: 0; border-radius: 24px; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.milksy-home-middle .route:hover { transform: translateY(-4px); box-shadow: 0 22px 55px rgba(48,70,106,.14); }
.milksy-home-middle .route:focus-visible { outline: 3px solid var(--mhm-blue); outline-offset: 4px; }
.milksy-home-middle .route__image { position: relative; min-height: 0; overflow: hidden; }
.milksy-home-middle .route__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.milksy-home-middle .route:hover .route__image img { transform: scale(1.025); }
.milksy-home-middle .route__badge { position: absolute; top: 18px; left: 18px; padding: 9px 13px; border-radius: 999px; background: var(--mhm-yellow); font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.milksy-home-middle .route__body { min-width: 0; padding: 28px 30px; display: flex; flex-direction: column; justify-content: space-between; }
.milksy-home-middle .route__kicker { margin: 0 0 11px; }
.milksy-home-middle .route h3 { margin: 0; font-size: 34px; line-height: 1.08; }
.milksy-home-middle .route__body p:not(.route__kicker) { margin: 14px 0 0; color: var(--mhm-muted); line-height: 1.55; }
.milksy-home-middle .route__link { display: flex; justify-content: space-between; align-items: center; margin-top: 22px; font-size: 14px; font-weight: 800; }
.milksy-home-middle .route__link b { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--mhm-blue); color: #fff; }
.milksy-home-middle .route--small { grid-row: 1 / span 2; grid-template-rows: 1.18fr .82fr; background: var(--mhm-cream); }
.milksy-home-middle .route--small h3 { font-size: 42px; }
.milksy-home-middle .route--large { grid-template-columns: 1.08fr .92fr; background: var(--mhm-blue-pale); }
.milksy-home-middle .route--large .route__body { padding-right: 8px; }
.milksy-home-middle .route--large .route__image--contain { padding: 30px 18px 0; }
.milksy-home-middle .route--large .route__image--contain img { object-fit: contain; object-position: bottom; }
.milksy-home-middle .route--large .route__badge { left: auto; right: 14px; }
.milksy-home-middle .route--keepsake { grid-template-columns: .92fr 1.08fr; background: #f8ede3; }
.milksy-home-middle .route--keepsake .route__image img { object-position: 50% 53%; }
.milksy-home-middle .route--keepsake .route__body { padding-left: 24px; }
.milksy-home-middle .route--large h3,
.milksy-home-middle .route--keepsake h3 { font-size: 28px; }
.milksy-home-middle .route--large .route__body p:not(.route__kicker),
.milksy-home-middle .route--keepsake .route__body p:not(.route__kicker) { font-size: 14px; }

.milksy-home-middle .app-teaser { padding: 0 0 96px; background: #fff; }
.milksy-home-middle .app-teaser__panel { position: relative; min-height: 650px; padding: 66px 72px; display: grid; grid-template-columns: 1fr .82fr; gap: 56px; align-items: center; border-radius: 34px; background-color: #4f80df; background-image: url("../images/home/milksy-app-background.webp"); background-position: center; background-size: cover; color: #fff; overflow: hidden; isolation: isolate; }
.milksy-home-middle .app-teaser__copy { max-width: 590px; }
.milksy-home-middle .app-teaser__label { display: inline-flex; padding: 8px 13px; border-radius: 999px; background: var(--mhm-yellow); color: var(--mhm-ink); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.milksy-home-middle .app-teaser h2 { margin: 22px 0 0; max-width: 570px; color: #fff; font-size: clamp(46px, 4.4vw, 64px); letter-spacing: -.045em; line-height: 1.02; }
.milksy-home-middle .app-teaser__copy > p { max-width: 560px; margin: 22px 0 0; color: rgba(255,255,255,.8); font-size: 17px; line-height: 1.68; }
.milksy-home-middle .app-teaser ul { margin: 28px 0 0; padding: 0; display: grid; gap: 13px; list-style: none; }
.milksy-home-middle .app-teaser li { display: grid; grid-template-columns: 26px 1fr; gap: 10px; align-items: start; color: rgba(255,255,255,.9); line-height: 1.45; }
.milksy-home-middle .app-teaser li span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.15); color: var(--mhm-yellow); font-size: 11px; }
.milksy-home-middle .app-teaser__stores { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.milksy-home-middle .app-store { min-width: 174px; min-height: 58px; padding: 9px 18px; display: inline-flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.48); border-radius: 16px; background: #fff; color: var(--mhm-ink); box-shadow: 0 10px 24px rgba(28,55,110,.12); }
.milksy-home-middle .app-store svg { width: 25px; height: 25px; flex: 0 0 auto; fill: currentColor; }
.milksy-home-middle .app-store span { display: grid; gap: 1px; }
.milksy-home-middle .app-store small { color: #6f7783; font-size: 9px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.milksy-home-middle .app-store strong { font-size: 16px; line-height: 1.1; }
.milksy-home-middle .app-teaser__visual { position: relative; align-self: end; display: flex; justify-content: center; }
.milksy-home-middle .phone { position: relative; width: 308px; padding: 16px 9px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 48px; background: linear-gradient(145deg,#28334a 0%,#0d1422 55%,#24304a 100%); box-shadow: 0 38px 70px rgba(20,34,58,.34), inset 0 0 0 1px rgba(255,255,255,.14); }
.milksy-home-middle .phone::before,
.milksy-home-middle .phone::after { content: ""; position: absolute; left: -4px; width: 4px; border-radius: 3px 0 0 3px; background: #101827; box-shadow: inset 1px 0 rgba(255,255,255,.18); }
.milksy-home-middle .phone::before { top: 112px; height: 68px; }
.milksy-home-middle .phone::after { top: 198px; height: 44px; }
.milksy-home-middle .phone__speaker { position: absolute; z-index: 2; width: 68px; height: 5px; top: 6px; left: 50%; border-radius: 999px; background: #02050a; transform: translateX(-50%); }
.milksy-home-middle .phone > img { display: block; width: 100%; height: auto; aspect-ratio: 656 / 1422; border-radius: 36px; object-fit: contain; box-shadow: 0 0 0 1px rgba(255,255,255,.08); }
.milksy-home-middle .app-teaser__note { position: absolute; right: -12px; top: 96px; padding: 12px 14px; display: flex; gap: 8px; align-items: center; border-radius: 16px; background: var(--mhm-yellow); color: var(--mhm-ink); box-shadow: 0 12px 26px rgba(21,37,64,.18); transform: rotate(5deg); }
.milksy-home-middle .app-teaser__note span { font-size: 19px; color: var(--mhm-blue); }
.milksy-home-middle .app-teaser__note strong { font-family: Lora, Georgia, serif; font-size: 11px; line-height: 1.15; }

@media (min-width: 761px) {
	.milksy-home-middle { margin-top: -52px; }
	.milksy-home-middle .choice { padding-top: 58px; }
}

@media (max-width: 1100px) {
	.milksy-home-middle .choice-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
	.milksy-home-middle .route--small { grid-column: 1 / -1; grid-row: auto; grid-template-columns: 1.1fr .9fr; grid-template-rows: none; min-height: 430px; }
	.milksy-home-middle .route--large,
	.milksy-home-middle .route--keepsake { grid-template-columns: 1fr; grid-template-rows: 230px 1fr; }
	.milksy-home-middle .route--large .route__image { grid-row: 1; }
	.milksy-home-middle .route--large .route__body { grid-row: 2; padding: 28px; }
	.milksy-home-middle .app-teaser__panel { padding: 58px 46px; grid-template-columns: 1fr .7fr; gap: 30px; }
	.milksy-home-middle .phone { width: 266px; }
}

@media (max-width: 760px) {
	.milksy-home-middle .mhm-wrap { width: min(calc(100% - 30px), 620px); }
	.milksy-home-middle .choice { padding: 72px 0 66px; }
	.milksy-home-middle .choice__intro { margin-bottom: 36px; }
	.milksy-home-middle .choice h2 { font-size: 42px; }
	.milksy-home-middle .choice__intro > p:not(.eyebrow) { margin-top: 18px; font-size: 16px; }
	.milksy-home-middle .choice-grid { grid-template-columns: 1fr; gap: 15px; }
	.milksy-home-middle .route--small,
	.milksy-home-middle .route--large,
	.milksy-home-middle .route--keepsake { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: 250px auto; min-height: 0; }
	.milksy-home-middle .route--small .route__image,
	.milksy-home-middle .route--large .route__image,
	.milksy-home-middle .route--keepsake .route__image { grid-column: 1; grid-row: 1; }
	.milksy-home-middle .route--small .route__body,
	.milksy-home-middle .route--large .route__body,
	.milksy-home-middle .route--keepsake .route__body { grid-column: 1; grid-row: 2; padding: 25px; }
	.milksy-home-middle .route--small h3,
	.milksy-home-middle .route--large h3,
	.milksy-home-middle .route--keepsake h3 { font-size: 31px; }
	.milksy-home-middle .app-teaser { padding-bottom: 66px; }
	.milksy-home-middle .app-teaser__panel { min-height: 0; padding: 48px 25px 0; grid-template-columns: 1fr; gap: 44px; border-radius: 28px; }
	.milksy-home-middle .app-teaser h2 { font-size: 41px; }
	.milksy-home-middle .app-teaser__copy > p { font-size: 15px; }
	.milksy-home-middle .app-teaser li { font-size: 14px; }
	.milksy-home-middle .app-teaser__stores { display: grid; grid-template-columns: 1fr 1fr; }
	.milksy-home-middle .app-store { min-width: 0; padding: 9px 12px; }
	.milksy-home-middle .app-store svg { width: 22px; height: 22px; }
	.milksy-home-middle .app-store strong { font-size: 14px; }
	.milksy-home-middle .phone { width: min(276px, calc(100vw - 74px)); }
	.milksy-home-middle .app-teaser__note { right: -2px; top: 74px; }
}

/* Source: milksy-home-dark.css */
/* Homepage colour theme approved from the isolated dark-mode concept. */
html[data-milksy-theme="dark"] {
  color-scheme: dark;
  background: #0f1724;
}

html[data-milksy-theme="dark"] body.home {
  --msh-blue: #6d9af2;
  --msh-sky: #101d2e;
  --msh-cream: #0f1724;
  --msh-text: #faf6ec;
  --mhb-blue: #6d9af2;
  --mhb-cream: #172335;
  --mhb-yellow: #f3d986;
  --mhb-text: #faf6ec;
  --mhb-muted: #acb9cc;
  --msf-primary: #4f80e7;
  --msf-golden: #f3d986;
  --msf-offwhite: #101a29;
  --msf-text: #faf6ec;
  --msf-muted: #b3bfd0;
  background: #0f1724;
  color: #faf6ec;
}

html.milksy-theme-ready body.home,
html.milksy-theme-ready body.home .msh,
html.milksy-theme-ready body.home .msh-top,
html.milksy-theme-ready body.home .msh-main,
html.milksy-theme-ready body.home .mhh,
html.milksy-theme-ready body.home .mhh__card,
html.milksy-theme-ready body.home .milksy-home-middle,
html.milksy-theme-ready body.home .milksy-home-middle .choice,
html.milksy-theme-ready body.home .milksy-home-middle .app-teaser,
html.milksy-theme-ready body.home .milksy-home-benefits,
html.milksy-theme-ready body.home .milksy-how-it-works,
html.milksy-theme-ready body.home .milksy-home-blog,
html.milksy-theme-ready body.home .msf-main {
  transition: background-color .28s ease, color .28s ease, border-color .28s ease;
}

html[data-milksy-theme="dark"] body.home .msh {
  background: #0f1724;
  color: #faf6ec;
}

html[data-milksy-theme="dark"] body.home .msh-top {
  border-bottom: 1px solid rgba(142, 174, 220, .18);
  background: #101d2e;
}

html[data-milksy-theme="dark"] body.home .msh-socials__label,
html[data-milksy-theme="dark"] body.home .msh-phone {
  color: #dce6f5;
}

html[data-milksy-theme="dark"] body.home .msh-phone img {
  filter: brightness(0) invert(1);
}

html[data-milksy-theme="dark"] body.home .msh-socials a {
  border-color: rgba(255, 255, 255, .12);
  background: #faf6ec;
  color: #172335;
}

html[data-milksy-theme="dark"] body.home .msh-language {
  border-color: #40536c;
  background: #142135;
  color: #dce6f5;
}

html[data-milksy-theme="dark"] body.home .msh-language:hover,
html[data-milksy-theme="dark"] body.home .msh-language[aria-expanded="true"] {
  border-color: #7396c0;
  background: #1b2a40;
}

html[data-milksy-theme="dark"] body.home .msh-language-menu {
  border-color: #354a66;
  background: #142135;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .38);
}

html[data-milksy-theme="dark"] body.home .msh-language-option {
  color: #dce6f5;
}

html[data-milksy-theme="dark"] body.home a.msh-language-option:hover,
html[data-milksy-theme="dark"] body.home .msh-language-option.is-current {
  background: #203653;
  color: #a9c5ff;
}

html[data-milksy-theme="dark"] body.home .msh-language-option.is-disabled {
  color: #8998aa;
}

html[data-milksy-theme="dark"] body.home .msh-language-option__soon {
  background: #263448;
  color: #aeb9c8;
}

html[data-milksy-theme="dark"] body.home .msh-theme-toggle {
  border-color: #40536c;
  background: #142135;
  color: #dce6f5;
}

html[data-milksy-theme="dark"] body.home .msh-theme-toggle:hover {
  border-color: #7396c0;
  background: #1b2a40;
}

html[data-milksy-theme="dark"] body.home .msh-theme-toggle__sun {
  background: transparent;
  color: #f3d986;
  box-shadow: none;
}

html[data-milksy-theme="dark"] body.home .msh-theme-toggle__moon {
  background: #6d9af2;
  color: #fff;
  box-shadow: 0 3px 10px rgba(51, 98, 183, .38);
}

html[data-milksy-theme="dark"] body.home .msh-theme-toggle__label--light {
  display: none;
}

html[data-milksy-theme="dark"] body.home .msh-theme-toggle__label--dark {
  display: inline;
}

html[data-milksy-theme="dark"] body.home .msh-main {
  border-bottom: 1px solid rgba(142, 174, 220, .1);
  background: #0f1724;
}

html[data-milksy-theme="dark"] body.home .msh-logo img {
  filter: brightness(1.2) saturate(.9);
}

html[data-milksy-theme="dark"] body.home .msh-nav__link {
  color: #edf2fa;
}

html[data-milksy-theme="dark"] body.home .msh-nav__link:hover,
html[data-milksy-theme="dark"] body.home .msh-nav__link.is-current,
html[data-milksy-theme="dark"] body.home .msh-nav-item:focus-within > .msh-nav__link,
html[data-milksy-theme="dark"] body.home .msh-nav-item:hover > .msh-nav__link {
  color: #8db4ff;
}

html[data-milksy-theme="dark"] body.home .msh-cart,
html[data-milksy-theme="dark"] body.home .msh-account--outline,
html[data-milksy-theme="dark"] body.home .msh-icon-button {
  border-color: #38506d;
  background: #121d2d;
  color: #edf2fa !important;
}

html[data-milksy-theme="dark"] body.home .msh-account--outline {
  color: #8db4ff !important;
}

html[data-milksy-theme="dark"] body.home .msh-account--filled {
  border-color: #6d9af2;
  background: #6d9af2;
  color: #fff !important;
}

html[data-milksy-theme="dark"] body.home .msh-mega {
  border-color: #31445d;
  background: #142135;
  box-shadow: 0 20px 42px rgba(0, 0, 0, .34);
}

html[data-milksy-theme="dark"] body.home .msh-mega__intro h2,
html[data-milksy-theme="dark"] body.home .msh-mega__all,
html[data-milksy-theme="dark"] body.home .msh-mega-card {
  color: #faf6ec !important;
}

html[data-milksy-theme="dark"] body.home .msh-mega__intro > p:not(.msh-mega__eyebrow) {
  color: #acb9cc;
}

html[data-milksy-theme="dark"] body.home .msh-mega-card {
  border-color: #334761;
  background: #1a2a40;
}

html[data-milksy-theme="dark"] body.home .msh-mega-card:hover {
  background: #21344e;
}

html[data-milksy-theme="dark"] body.home .msh-mobile-menu {
  border-color: #31445d;
  background: #142135;
  color: #faf6ec;
}

html[data-milksy-theme="dark"] body.home .mhh {
  background: #0f1724;
  color: #faf6ec;
}

html[data-milksy-theme="dark"] body.home .mhh__card {
  border: 1px solid #263a54;
  background: #172335;
  box-shadow: 0 28px 75px rgba(0, 0, 0, .24);
}

html[data-milksy-theme="dark"] body.home .mhh h1 {
  color: #faf6ec;
}

html[data-milksy-theme="dark"] body.home .mhh__lead,
html[data-milksy-theme="dark"] body.home .mhh__trust > p {
  color: #b8c7dc;
}

html[data-milksy-theme="dark"] body.home .mhh__button--primary {
  border-color: #6d9af2;
  background: #6d9af2;
}

html[data-milksy-theme="dark"] body.home .mhh__button--primary:hover {
  border-color: #faf6ec;
  background: #faf6ec;
  color: #172335 !important;
}

html[data-milksy-theme="dark"] body.home .mhh__button--secondary {
  border-color: #6d9af2;
  background: transparent;
  color: #faf6ec !important;
}

html[data-milksy-theme="dark"] body.home .mhh__button--secondary:hover {
  background: #6d9af2;
}

html[data-milksy-theme="dark"] body.home .mhh__trust li {
  background: #f3d986;
  color: #182033;
}

html[data-milksy-theme="dark"] body.home .mhh__photo {
  box-shadow: 0 18px 45px rgba(0, 0, 0, .28);
}

html[data-milksy-theme="dark"] body.home .mhh__wave {
  background: #0f1724;
  color: #0f1724;
}

html[data-milksy-theme="dark"] body.home .milksy-home-middle,
html[data-milksy-theme="dark"] body.home .milksy-home-middle .choice,
html[data-milksy-theme="dark"] body.home .milksy-home-middle .app-teaser,
html[data-milksy-theme="dark"] body.home .milksy-home-benefits,
html[data-milksy-theme="dark"] body.home .milksy-how-it-works,
html[data-milksy-theme="dark"] body.home .milksy-home-blog {
  background: #0f1724;
  color: #faf6ec;
}

html[data-milksy-theme="dark"] body.home .milksy-home-middle {
  --mhm-blue: #8db4ff;
  --mhm-blue-pale: #172b42;
  --mhm-cream: #1b2638;
  --mhm-yellow: #f3d986;
  --mhm-ink: #faf6ec;
  --mhm-muted: #acb9cc;
}

html[data-milksy-theme="dark"] body.home .milksy-home-middle .choice h2,
html[data-milksy-theme="dark"] body.home .milksy-home-middle .route h3 {
  color: #faf6ec;
}

html[data-milksy-theme="dark"] body.home .milksy-home-middle .choice__intro > p:not(.eyebrow),
html[data-milksy-theme="dark"] body.home .milksy-home-middle .route__body p:not(.route__kicker) {
  color: #acb9cc;
}

html[data-milksy-theme="dark"] body.home .milksy-home-middle .route {
  border: 1px solid #2c405b;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .16);
}

html[data-milksy-theme="dark"] body.home .milksy-home-middle .route--small {
  background: #1b2638;
}

html[data-milksy-theme="dark"] body.home .milksy-home-middle .route--large {
  background: #172b42;
}

html[data-milksy-theme="dark"] body.home .milksy-home-middle .route--keepsake {
  background: #282630;
}

html[data-milksy-theme="dark"] body.home .milksy-home-middle .app-teaser__panel {
  background-color: #294f9d;
  background-image: linear-gradient(rgba(20, 39, 76, .22), rgba(20, 39, 76, .22)), url("../images/home/milksy-app-background.webp");
  box-shadow: 0 26px 65px rgba(0, 0, 0, .24);
}

html[data-milksy-theme="dark"] body.home .milksy-home-benefits .mhb-card {
  border: 1px solid #2b3f58;
  background: #172335;
}

html[data-milksy-theme="dark"] body.home .milksy-home-benefits .mhb-card__icon {
  border-color: rgba(255, 255, 255, .14);
  color: #172335;
}

html[data-milksy-theme="dark"] body.home .milksy-home-benefits .mhb-intro h2,
html[data-milksy-theme="dark"] body.home .milksy-home-benefits .mhb-card h3 {
  color: #faf6ec;
}

html[data-milksy-theme="dark"] body.home .milksy-home-benefits .mhb-intro p,
html[data-milksy-theme="dark"] body.home .milksy-home-benefits .mhb-card p {
  color: #acb9cc;
}

html[data-milksy-theme="dark"] body.home .milksy-home-benefits .mhb-product img {
  border-color: #6d9af2;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .3);
}

html[data-milksy-theme="dark"] body.home .mhw-shell {
  border: 1px solid #456ba7;
  background: #294f9d;
  box-shadow: 0 26px 65px rgba(0, 0, 0, .22);
}

html[data-milksy-theme="dark"] body.home .milksy-home-video {
  border-block: 1px solid #263a54;
}

html[data-milksy-theme="dark"] body.home .mhblog-shell h2,
html[data-milksy-theme="dark"] body.home .mhblog-grid .mb-card h3,
html[data-milksy-theme="dark"] body.home .mhblog-grid .mb-card h3 a {
  color: #faf6ec;
}

html[data-milksy-theme="dark"] body.home .mhblog-grid .mb-card {
  overflow: hidden;
  border: 1px solid #2b3f58;
  border-radius: 22px;
  background: #172335;
}

html[data-milksy-theme="dark"] body.home .mhblog-grid .mb-card__body {
  padding: 24px;
}

html[data-milksy-theme="dark"] body.home .mhblog-grid .mb-card__body > p {
  color: #acb9cc;
}

html[data-milksy-theme="dark"] body.home .mhblog-grid .mb-card__link {
  color: #8db4ff;
}

html[data-milksy-theme="dark"] body.home .msf {
  color: #faf6ec;
}

html[data-milksy-theme="dark"] body.home .msf-main {
  background: #101a29;
}

html[data-milksy-theme="dark"] body.home .msf-main__background {
  opacity: .05;
  filter: saturate(.35);
}

html[data-milksy-theme="dark"] body.home .msf-logo img {
  filter: brightness(1.24) saturate(.9);
}

html[data-milksy-theme="dark"] body.home .msf-column h3 {
  color: #faf6ec;
}

html[data-milksy-theme="dark"] body.home .msf-links a,
html[data-milksy-theme="dark"] body.home .msf-contact li,
html[data-milksy-theme="dark"] body.home .msf-contact a,
html[data-milksy-theme="dark"] body.home .msf-contact address {
  color: #b3bfd0;
}

html[data-milksy-theme="dark"] body.home .msf-newsletter {
  border-color: #6d9af2;
  background: #172335;
}

html[data-milksy-theme="dark"] body.home .msf-newsletter input.widget_subscribe {
  color: #faf6ec;
}

html[data-milksy-theme="dark"] body.home .msf-newsletter input.widget_subscribe::placeholder {
  color: #93a3b9;
}

html[data-milksy-theme="dark"] body.home .msf-socials a {
  color: #172335;
}

html[data-milksy-theme="dark"] body.home .msf-bottom {
  border-color: #2b3f58;
  color: #93a3b9;
}

@media (min-width: 600px) and (max-width: 820px) {
  html[data-milksy-theme="dark"] body.home .mhh__card {
    padding: 42px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  html[data-milksy-theme="dark"] body.home .mhh__content {
    padding: 0;
  }

  html[data-milksy-theme="dark"] body.home .mhh__visual,
  html[data-milksy-theme="dark"] body.home .mhh__photo {
    height: 420px;
    min-height: 420px;
    max-height: none;
  }

  html[data-milksy-theme="dark"] body.home .mhh__photo {
    object-position: center 55%;
  }

  html[data-milksy-theme="dark"] body.home .mhh__care {
    left: -22px;
  }

  html[data-milksy-theme="dark"] body.home .mhh__seal {
    right: -20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.milksy-theme-ready body.home,
  html.milksy-theme-ready body.home * {
    transition-duration: .01ms !important;
  }
}

/* Transparent 3D pouch animation in the homepage benefits section. */
.milksy-home-benefits .mhb-shell {
  width: min(100%, 1320px);
}

.milksy-home-benefits .mhb-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 410px) minmax(0, 1fr);
}

.mhb-product__stage {
  position: relative;
  width: min(100%, 410px);
  aspect-ratio: 5 / 8;
  overflow: hidden;
  border: 4px solid #a9cdf8;
  border-radius: 30px;
  background: #f8fbff;
  box-shadow: 0 13px 29px rgba(56, 104, 179, .22);
  isolation: isolate;
}

.mhb-product__stage::before,
.mhb-product__stage::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.mhb-product__stage::before {
  top: -14%;
  left: -40%;
  width: 180%;
  height: 57%;
  border: clamp(42px, 4vw, 62px) solid rgba(123, 177, 223, .92);
  border-radius: 48% 52% 62% 38%;
  transform: rotate(11deg);
}

.mhb-product__stage::after {
  right: -52%;
  bottom: -27%;
  width: 162%;
  height: 72%;
  border: clamp(48px, 5vw, 72px) solid rgba(79, 128, 231, .58);
  border-radius: 58% 42% 47% 53%;
  transform: rotate(-24deg);
}

.mhb-product__stage picture {
  position: absolute;
  z-index: 2;
  inset: 0;
}

.mhb-product__stage .mhb-product__poster,
.mhb-product__stage .mhb-product__video {
  position: absolute;
  z-index: 2;
  top: -5%;
  left: -1%;
  display: block;
  width: 110%;
  max-width: none;
  height: 110%;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  box-shadow: none;
}

.mhb-product__stage .mhb-product__video {
  opacity: 0;
}

.mhb-product__stage.is-playing .mhb-product__video {
  opacity: 1;
}

.mhb-product__stage.is-playing picture {
  visibility: hidden;
}

html[data-milksy-theme="dark"] body.home .mhb-product__stage {
  border-color: #6d9af2;
  background: #132238;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .3);
}

@media (max-width: 1050px) {
  .milksy-home-benefits .mhb-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .milksy-home-benefits .mhb-grid {
    display: flex;
  }

  .mhb-product__stage {
    width: min(100%, 410px);
    border-radius: 27px;
  }

}

/* Current offering: two product formats, with no empty third-card position. */
.milksy-home-middle .choice-grid--current-offers { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; }
.milksy-home-middle .choice-grid--current-offers .route { grid-column: auto; grid-row: auto; grid-template-columns: 1fr; grid-template-rows: 320px auto; min-height: 0; }
.milksy-home-middle .choice-grid--current-offers .route__image { grid-column: 1; grid-row: 1; }
.milksy-home-middle .choice-grid--current-offers .route__body { grid-column: 1; grid-row: 2; padding: 28px 30px; }
@media (max-width: 760px) {
 .milksy-home-middle .choice-grid--current-offers { grid-template-columns: 1fr; }
 .milksy-home-middle .choice-grid--current-offers .route { grid-template-rows: 250px auto; }
}

/* Existing home service and format destinations clear the sticky header. */
body.home #vriesdrogen,
body.home #keuze,
body.home #verpakkingen { scroll-margin-top: 180px; }
body.home .milksy-home-middle .choice__intro .choice__context { font-size: 16px; }
body.home .milksy-home-middle .choice__context a,
body.home .milksy-home-benefits .mhb-card a { text-decoration: underline; text-underline-offset: 3px; }
