h3 {
    margin: 16px 0px 9px 0px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: #666;
}

/* Flyer-keuzehulp: landingscontent en configurator op één canonieke productpagina. */
.flyer-guide {
	max-width: 1500px;
	margin: 0 auto 24px;
}

.flyer-guide__hero,
.flyer-guide__chooser {
	overflow: hidden;
	border: 1px solid #e4e8ec;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 16px 42px rgba(35, 50, 65, .08);
}

.flyer-guide__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr);
	min-height: 390px;
}

.flyer-guide__hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(34px, 5vw, 70px);
}

.flyer-guide__eyebrow {
	margin: 0 0 10px;
	color: #236cad;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.flyer-guide h1 {
	max-width: 720px;
	margin: 0;
	color: #222a33;
	font-size: clamp(38px, 5vw, 66px);
	line-height: .98;
	letter-spacing: -.045em;
}

.flyer-guide__intro {
	max-width: 700px;
	margin: 22px 0 0;
	color: #5f6975;
	font-size: clamp(17px, 1.6vw, 20px);
	line-height: 1.55;
}

.flyer-guide__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.flyer-guide__primary,
.flyer-guide__secondary {
	display: inline-flex;
	min-height: 48px;
	padding: 0 23px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	font-weight: 850;
	text-decoration: none;
}

.flyer-guide__primary {
	background: #fddd04;
	color: #202a35;
	box-shadow: 0 10px 24px rgba(253, 221, 4, .2);
}

.flyer-guide__secondary {
	border: 1px solid #dce1e6;
	color: #202a35;
	background: #fff;
}

.flyer-guide__benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 22px;
	margin: 25px 0 0;
	padding: 0;
	list-style: none;
	color: #485461;
	font-size: 14px;
	font-weight: 700;
}

.flyer-guide__benefits li::before {
	content: "✓";
	margin-right: 7px;
	color: #1f79b9;
	font-weight: 900;
}

.flyer-guide__hero-image {
	position: relative;
	min-height: 390px;
	background: linear-gradient(140deg, #dff7fc, #fff8b9);
}

.flyer-guide__hero-image::before {
	content: "";
	position: absolute;
	width: 210px;
	height: 210px;
	top: -75px;
	right: -50px;
	border-radius: 50%;
	background: rgba(253, 221, 4, .72);
}

.flyer-guide__hero-image img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.flyer-guide__chooser {
	margin-top: 18px;
	padding: clamp(28px, 4vw, 50px);
}

.flyer-guide__section-heading {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	align-items: end;
	margin-bottom: 25px;
}

.flyer-guide__section-heading h2 {
	margin: 0;
	color: #222a33;
	font-size: clamp(26px, 3vw, 38px);
	letter-spacing: -.025em;
}

.flyer-guide__section-heading > p {
	max-width: 430px;
	margin: 0;
	color: #66717d;
	line-height: 1.55;
}

.flyer-guide__cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 13px;
}

.flyer-guide-card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 210px;
	padding: 22px;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	border: 1px solid #dfe4e8;
	border-radius: 17px;
	background: #fff;
	color: #252d36;
	font: inherit;
	cursor: pointer;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.flyer-guide-card:hover,
.flyer-guide-card:focus-visible {
	transform: translateY(-3px);
	border-color: #35bcdd;
	box-shadow: 0 12px 28px rgba(34, 57, 73, .1);
	outline: none;
}

.flyer-guide-card--recommended {
	background: #fffceb;
	border-color: #fddd04;
}

.flyer-guide-card__badge,
.flyer-guide-card__icon {
	display: inline-flex;
	min-height: 29px;
	margin-bottom: 21px;
	padding: 0 10px;
	align-items: center;
	border-radius: 999px;
	background: #fddd04;
	color: #202a35;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.flyer-guide-card__icon {
	width: 31px;
	padding: 0;
	justify-content: center;
	background: #e9f8fc;
	color: #1876b7;
	font-size: 16px;
}

.flyer-guide-card strong {
	font-size: 20px;
	line-height: 1.15;
}

.flyer-guide-card > span:not(.flyer-guide-card__badge):not(.flyer-guide-card__icon) {
	margin-top: 7px;
	color: #4f5b67;
	font-size: 14px;
	font-weight: 700;
}

.flyer-guide-card small {
	margin-top: 8px;
	padding-right: 24px;
	color: #707a84;
	font-size: 13px;
	line-height: 1.45;
}

.flyer-guide-card i {
	position: absolute;
	right: 20px;
	bottom: 18px;
	color: #1978b8;
	font-size: 20px;
	font-style: normal;
}

.flyer-guide__formats {
	display: grid;
	grid-template-columns: minmax(180px, .65fr) minmax(0, 2fr);
	gap: 22px;
	align-items: center;
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #e6e9ec;
}

.flyer-guide__formats h3 {
	margin: 0;
	color: #343e49;
	font-size: 15px;
	line-height: 1.35;
	text-transform: none;
}

.flyer-guide__format-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 9px;
}

.flyer-guide__format-list button {
	display: flex;
	min-width: 0;
	min-height: 55px;
	padding: 9px 13px;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	border: 1px solid #dfe4e8;
	border-radius: 12px;
	background: #f8f9fa;
	color: #29333d;
	font: inherit;
	cursor: pointer;
}

.flyer-guide__format-list button:hover,
.flyer-guide__format-list button:focus-visible {
	border-color: #35bcdd;
	background: #f1fbfd;
	outline: none;
}

.flyer-guide__format-list strong {
	font-size: 15px;
}

.flyer-guide__format-list span {
	margin-top: 2px;
	color: #737d87;
	font-size: 11px;
}

.flyer-guide__feedback {
	min-height: 18px;
	margin: 13px 0 0;
	color: #276cae;
	font-size: 13px;
	font-weight: 700;
}

#product-configurator {
	scroll-margin-top: 220px;
}

@media (max-width: 1050px) {
	.flyer-guide__hero {
		grid-template-columns: 1fr minmax(280px, .65fr);
	}

	.flyer-guide__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 740px) {
	.flyer-guide__hero {
		grid-template-columns: 1fr;
	}

	.flyer-guide__hero-copy {
		padding: 30px 24px;
	}

	.flyer-guide__hero-image {
		min-height: 260px;
	}

	.flyer-guide__section-heading,
	.flyer-guide__formats {
		display: block;
	}

	.flyer-guide__section-heading > p {
		margin-top: 10px;
	}

	.flyer-guide__format-list {
		margin-top: 13px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 500px) {
	.flyer-guide__hero,
	.flyer-guide__chooser {
		border-radius: 17px;
	}

	.flyer-guide__cards {
		grid-template-columns: 1fr;
	}

	.flyer-guide-card {
		min-height: 175px;
	}

	.flyer-guide__actions > a {
		width: 100%;
		box-sizing: border-box;
	}
}

.pf-grid {
    margin-top: 22px;
}

.pf-card:hover {
    box-shadow: 0 0 20px rgb(53 188 221);
}

#sidebarnav {
    background-color: rgb(250 250 250);
    width: 26%;
}

#sidebarnav ul li a:hover {
color:#eb515f;
}

button.toggle-options {
    border-radius: 0px;
}

.property-block {
    padding: 10px 0px;
    background: #fff;
}

.option-btn.selected {
    border: none;
}

.option-btn {
    border-radius: 10px;
    border: 0px;
    border-bottom: 1px solid lightgrey;
}

button.toggle-options {
    background-color: #ffffff;
}

/* Knoppen in kolom onder elkaar en naar onderen uitgelijnd */
div.conflict-modal__actions {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}

/* Eventuele tekstblokken binnen de container van marge voorzien */
div.conflict-modal__actions p {
  margin-bottom: 20px;
}

/* Knoppen laten mee stromen en volledige breedte geven */
div.conflict-modal__actions button {
  position: static;
  width: 100%;
}

.cart {
    max-width: 1195px;
   }

.summarycart {
    line-height: 126%;
}

.option-btn.selected {
    background: #36bcdd;
    border-color: #000000;
}

/* TEST */
.config-col .properties-grid {
	grid-template-columns: 1fr;
	gap: 12px;
}

.config-col .property-block {
	display: grid;
	grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
	gap: 14px;
	align-items: start;
}
.config-col .property-block {
	display: block;
}

.config-col .property-block h3 {
	margin: 0 0 8px;
}

.config-col .option-btn,
.config-col button.toggle-options {
	border: none;
	box-shadow: none;
}

.config-col .option-btn {
	font-size: 15px;
}

.config-col .opt-label {
	font-size: 15px;
}

.config-col .opt-diff {
	font-size: 14px;
}

/* Visuele productopties: alleen actief wanneer in de Admin een afbeelding is gekoppeld. */
.config-col .property-block--visual .options-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.config-col .property-block--visual .option-btn {
	min-width: 0;
	min-height: 100%;
	padding: 10px;
	border: 1px solid #e0e3e7;
	border-radius: 12px;
	background: #fff;
}

.config-col .property-block--visual .option-btn.selected {
	border: 2px solid #35bcdd;
	background: #f3fcfe;
	color: #20262d;
}

.config-col .property-block--visual .option-btn.selected .opt-label,
.config-col .property-block--visual .option-btn.selected .opt-diff {
	color: #20262d;
}

.config-col .property-block--visual .option-btn:not(.option-btn--visual) {
	display: flex;
	align-items: center;
}

.config-col .property-block--visual .toggle-options,
.config-col .property-block--visual .custom-amount,
.config-col .property-block--visual #custom-size-fields {
	grid-column: 1 / -1;
}

.config-col .option-btn--visual {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 8px;
}

.config-col .option-btn--visual .option-visual {
	display: block;
	grid-column: 1 / -1;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	border-radius: 8px;
	background: #f5f6f7;
}

.config-col .option-btn--visual .option-visual img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.config-col .option-btn--visual .opt-label {
	min-width: 0;
	font-weight: 700;
	line-height: 1.3;
}

@media (max-width: 900px) {
	.config-col .property-block--visual .options-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.config-col .property-block--visual .options-list {
		grid-template-columns: 1fr;
	}
}

/* Vervoerders aansluiten op de productconfiguratie */
.config-col .shipping-options {
	gap: 8px;
}

.config-col .shipping-row {
	min-height: 44px;
	padding: 10px 11px;
	border: 0;
	border-bottom: 1px solid lightgrey;
	border-radius: 10px;
	background: #fff;
	font-size: 15px;
	line-height: 1.3;
	transition: background-color .15s ease, color .15s ease;
}

.config-col .shipping-row:hover {
	background: #f6f8fa;
}

.config-col .shipping-row.selected {
	border-color: transparent;
	background: #36bcdd;
	color: #fff;
}

.config-col .shipping-row.selected .ship-meta {
	color: rgba(255, 255, 255, .82);
}

.config-col .ship-left {
	min-width: 0;
	padding-right: 14px;
}

.config-col .ship-left strong {
	font-weight: 600;
}

.config-col .ship-price {
	font-size: 14px;
	font-weight: 600;
}

.config-col .toggle-shipping-options {
	width: 100%;
	padding: 10px 12px;
	border: 0;
	border-radius: 0;
	background: #fff;
	color: #232d38;
	font: inherit;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

.config-col .toggle-shipping-options:hover {
	background: #f6f8fa;
}

.config-col .shipping-row:focus-visible,
.config-col .toggle-shipping-options:focus-visible {
	outline: 3px solid rgba(53, 188, 221, .35);
	outline-offset: 2px;
}

.card input.quote-submit-button {
	width: 100%;
	height: 50px;
	margin: auto;
	padding: 0 24px;
	border: 0;
	border-radius: 26px;
	background: #fddd04;
	color: #202a36;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0 0 13px rgba(0, 0, 0, .1);
	cursor: pointer;
}

.card input.quote-submit-button:hover {
	background: #fddd04;
	opacity: .9;
}

.card input.quote-submit-button:focus-visible {
	outline: 3px solid rgba(53, 188, 221, .35);
	outline-offset: 2px;
}

/* Einde TEST */

/* Doel specifiek de optie met data-opt="brown_pms_476c" */
.option-btn[data-opt="brown_pms_476c"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 10%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: #4d2c1d;
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}

.option-btn[data-opt="black"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 50%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: #000;
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}

.option-btn[data-opt="royal_blue_pms_286c"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 10%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: #0035A0;
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}

.option-btn[data-opt="red_pms_199c"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 10%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: #D50032;
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}

.option-btn[data-opt="grey_pms_429c"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 10%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: rgb(162, 170, 173);
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}

.option-btn[data-opt="yellow_pms_101c"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 10%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: rgb(247, 234, 72);
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}

.option-btn[data-opt="green_pms_7488c"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 10%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: rgb(120, 214, 75);
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}
.option-btn[data-opt="orange_pms_165c"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 10%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: rgb(255, 103, 32);
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}
.option-btn[data-opt="purple_pms_268c"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 10%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: rgb(88, 44, 131);
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}
.option-btn[data-opt="pink_pms_212c"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 10%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: rgb(240, 78, 152);
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}
.option-btn[data-opt="dark_blue_pms_533c"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 10%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: rgb(32, 42, 68);
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}
.option-btn[data-opt="dark_green_pms_3308c"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 10%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: rgb(2, 70, 56);
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}
.option-btn[data-opt="light_blue_pms_292c"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 10%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: rgb(105, 179, 231);
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}
.option-btn[data-opt="off_white"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 10%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: #F2F0EF;
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}

.option-btn[data-opt="olive_green_pms_7764c"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 10%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: rgb(83, 84, 53);
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}

.cart-grid input, .card input {
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
    padding: 10px;
}

.col textarea {
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
}

.card.row i {
    color: #35bcdd;
    font-weight: 700;
}

/* Het homepage-logo volgt dezelfde maat en positie als op de overige pagina's */
#logobar:not(.logobarprod) img {
	height: 140px;
}

	/* =========================
	   MOBILE (≤ 768px)
	========================= */
	@media (max-width: 768px) {
	
.search {
    padding-top: 21px;
}

#sidebarnav {
	right: -95vw;
	width: min(88vw, 420px);
	padding: 26px 24px;
	overflow-x: hidden;
	overflow-y: auto;
}

#sidebarnav.active {
	right: 0;
}

#sidebarnav ul li a {
	width: 100%;
	padding: 11px 0;
	overflow-wrap: anywhere;
}

#sidebarnav ul li a span {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 1.35;
	white-space: normal;
}

#logobar.logobarprod img {
    height: 106px;
}

#logobar:not(.logobarprod) img {
	height: 106px;
}

.card {
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px 9px;
}

.option-btn {
    font-size: 20px;
}

.opt-diff {
    font-size: 22px;
}

button.toggle-options {
    font-size: 20px;
}
.property-block {
    background: none;
}
	}
	
	/* =========================
	   SMALL MOBILE (≤ 480px)
	========================= */
	@media (max-width: 480px) {
	   
	
	}
/* Homepage introductie */
.portal-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:20px 0 26px}.portal-heading h2{margin:3px 0 0}.portal-heading>a{font-weight:800}.portal-eyebrow{margin:0;color:#2364aa;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.portal-notice{padding:14px 18px;border-radius:12px}.portal-notice.is-success{background:#e9f8ef;color:#176b38}.portal-notice.is-error{background:#fff0f0;color:#a52a2a}.portal-account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:34px}.portal-panel{padding:24px;border:1px solid #e2e5e8;border-radius:18px;background:#fff}.portal-panel h3{margin-top:0}.portal-panel label{display:block;margin:0 0 12px;font-size:12px;font-weight:800}.portal-panel input{width:100%;margin-top:5px;padding:11px 12px;border:1px solid #d7dce0;border-radius:9px}.portal-panel button{padding:10px 14px;border:0;border-radius:9px;background:#20262d;color:#fff;font-weight:800;cursor:pointer}.portal-address{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #e8eaec}.portal-address strong,.portal-address span{display:block}.portal-address span{margin-top:3px;color:#68717a;font-size:12px}.portal-address form{margin:0}.portal-address form button{padding:7px 10px;background:#f1f2f3;color:#8b2525;font-size:11px}.portal-panel details{margin-top:16px}.portal-panel summary{cursor:pointer;font-weight:800}.portal-address-form{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.portal-address-form button{grid-column:1/-1}.account-page{width:min(680px,calc(100% - 32px));margin:40px auto}.account-page .card{padding:30px}.account-page form{display:grid;gap:12px}.account-page input{padding:12px;border:1px solid #d7dce0;border-radius:9px}.account-page form .button{position:static;inset:auto;display:flex;width:100%;height:48px;margin:2px 0 0;padding:0 20px;align-items:center;justify-content:center;line-height:1.2;zoom:1;overflow:visible;border-radius:9px;background:#fddd04;color:#20262d;font-weight:800}.account-page form .button:hover{background:#f3ce00}.account-message{padding:12px 15px;background:#eef7fb;border-radius:9px}@media(max-width:760px){.portal-account-grid{grid-template-columns:1fr}.portal-heading{align-items:flex-start}.portal-address-form{grid-template-columns:1fr}.portal-saved-cart__actions{flex-wrap:wrap}.viewtable{display:block;overflow-x:auto}.account-page .card{padding:22px}}

/* Homepage introductie */
.home-intro {
	--home-ink: #20262d;
	--home-muted: #626b74;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
	gap: clamp(38px, 5vw, 78px);
	align-items: start;
	margin: 18px 0 46px;
	padding: clamp(34px, 5vw, 68px);
	overflow: hidden;
	border: 1px solid rgba(32, 38, 45, .08);
	border-radius: 28px;
	background: linear-gradient(135deg, #fff 0%, #f8f8f4 100%);
	box-shadow: 0 18px 60px rgba(32, 38, 45, .07);
}

.home-intro__copy {
	max-width: 900px;
}

.home-intro__eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 22px;
	color: #42505d;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.home-intro__eyebrow > span {
	width: 8px;
	height: 8px;
	flex: 0 0 auto;
	margin-right: 25px;
	border-radius: 50%;
	background: #35bcdd;
	box-shadow: 13px 0 0 #eb515f, 26px 0 0 #fddd04;
}

.home-intro h1 {
	max-width: 940px;
	margin: 0;
	color: var(--home-ink);
	font-size: clamp(38px, 5.2vw, 68px);
	line-height: 1.02;
	letter-spacing: -.045em;
}

.home-intro h1 span {
	position: relative;
	z-index: 1;
	display: inline-block;
	white-space: nowrap;
}

.home-intro h1 span i {
	position: absolute;
	z-index: -1;
	right: -3px;
	bottom: -4px;
	left: -2px;
	height: 9%;
	background: #fddd04;
	transform: rotate(-1deg);
}

.home-intro__lead {
	max-width: 760px;
	margin: 25px 0 0;
	color: var(--home-muted);
	font-size: clamp(16px, 1.5vw, 19px);
	line-height: 1.7;
}

.home-professions {
	margin: 0;
	padding: 0 0 8px clamp(24px, 3vw, 46px);
	border-top: 0;
	border-left: 1px solid rgba(32, 38, 45, .12);
}

.home-professions__heading p {
	margin: 0 0 5px;
	color: var(--home-ink);
	font-size: 16px;
	font-weight: 800;
}

.home-professions__heading strong {
	position: relative;
	z-index: 1;
	font-weight: 800;
	white-space: nowrap;
}

.home-professions__heading strong::after {
	position: absolute;
	z-index: -1;
	right: -2px;
	bottom: -2px;
	left: -2px;
	height: 6px;
	border-radius: 3px;
	background: rgba(243, 225, 29, .8);
	content: "";
	transform: rotate(-1deg);
}

.home-professions__heading span {
	display: block;
	color: var(--home-muted);
	font-size: 13px;
	line-height: 1.5;
}

.home-professions__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	height: auto;
	gap: 10px;
	margin-top: 18px;
}

.home-professions__links a {
	min-height: 52px;
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	padding: 12px 15px;
	border: 1px solid rgba(32, 38, 45, .1);
	border-radius: 13px;
	background: #fff;
	color: var(--home-ink);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.home-professions__links a:nth-child(3n + 2) {
	background: #fff;
}

.home-professions__links a:hover,
.home-professions__links a:focus-visible {
	border-color: #2364aa;
	box-shadow: 0 8px 24px rgba(32, 38, 45, .1);
	transform: translateY(-2px);
}

.home-professions__links i {
	color: #2364aa;
	font-size: 15px;
	font-style: normal;
}

.home-spotlights {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 14px;
}

.home-spotlight {
	position: relative;
	min-width: 0;
	min-height: 112px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 82px;
	overflow: hidden;
	border: 1px solid rgba(32, 38, 45, .1);
	border-radius: 15px;
	background: #20262d;
	color: #fff !important;
	text-decoration: none;
	transition: box-shadow .2s ease, transform .2s ease;
}

.home-spotlight:hover,
.home-spotlight:focus-visible {
	box-shadow: 0 12px 28px rgba(32, 38, 45, .16);
	transform: translateY(-2px);
}

.home-spotlight:focus-visible {
	outline: 3px solid #35bcdd;
	outline-offset: 3px;
}

.home-spotlight--product {
	background: #fddd04;
	color: #20262d !important;
}

.home-spotlight--plain {
	grid-template-columns: 1fr;
}

.home-spotlight__copy {
	position: relative;
	z-index: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 14px 9px 13px 15px;
}

.home-spotlight__copy small {
	margin-bottom: 6px;
	color: #fddd04;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.home-spotlight--product .home-spotlight__copy small {
	color: #765f00;
}

.home-spotlight__copy strong {
	display: -webkit-box;
	overflow: hidden;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.home-spotlight__copy i {
	display: flex;
	gap: 6px;
	align-items: center;
	margin-top: auto;
	padding-top: 8px;
	font-size: 10px;
	font-style: normal;
	font-weight: 800;
}

.home-spotlight__copy i b {
	font-size: 13px;
}

.home-spotlight__media {
	position: relative;
	overflow: hidden;
	background: #fff;
}

.home-spotlight__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(32, 38, 45, .3), transparent 38%);
	content: "";
}

.home-spotlight--product .home-spotlight__media::after {
	background: linear-gradient(90deg, rgba(253, 221, 4, .3), transparent 42%);
}

.home-spotlight__media img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform .3s ease;
}

.home-spotlight:hover .home-spotlight__media img {
	transform: scale(1.06);
}

@media (max-width: 980px) {
	.home-intro {
		display: block;
	}

	.home-professions {
		margin-top: 42px;
		padding: 28px 0 0;
		border-top: 1px solid rgba(32, 38, 45, .12);
		border-left: 0;
	}

	.home-professions__links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-spotlight {
		grid-template-columns: minmax(0, 1fr) 110px;
	}
}

@media (max-width: 560px) {
	.home-intro {
		margin-top: 10px;
		padding: 30px 22px;
		border-radius: 20px;
	}

	.home-intro h1 span {
		white-space: normal;
	}

	.home-professions {
		margin-top: 30px;
	}

	.home-professions__links {
		grid-template-columns: 1fr;
	}

	.home-spotlights {
		grid-template-columns: 1fr;
	}

	.home-spotlight {
		grid-template-columns: minmax(0, 1fr) 105px;
		min-height: 105px;
	}
}

/* Rustig, modern navigatiepaneel */
#sidebarnav {
	top: 16px;
	right: -430px;
	width: min(420px, calc(100vw - 24px));
	height: auto;
	max-height: calc(100vh - 32px);
	padding: 72px 24px 26px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #e9eaed;
	border-radius: 24px 0 0 24px;
	box-shadow: -16px 20px 55px rgba(28, 34, 43, .14) !important;
	scrollbar-width: thin;
	scrollbar-color: #d7d9dd transparent;
}

#sidebarnav.active {
	right: 0;
}

#sidebarnav .closenav {
	display: grid;
	place-items: center;
	top: 22px;
	right: 20px;
	width: 40px;
	height: 40px;
	color: #737982;
	font-size: 24px;
	border-radius: 12px;
	text-decoration: none;
}

#sidebarnav .closenav:hover {
	color: #20252d;
	background: #f2f3f5;
}

#sidebarnav .sidebarnav__section-title {
	margin: 28px 12px 8px;
	color: #8a8f97;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
}

#sidebarnav ul,
#sidebarnav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

#sidebarnav > .sidebarnav__list {
	display: grid;
	gap: 4px;
}

#sidebarnav ul li a {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 44px;
	padding: 9px 12px;
	color: #3e454e;
	background: transparent;
	border: 0;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
	text-decoration: none;
	transition: color .16s ease, background-color .16s ease, transform .16s ease;
}

#sidebarnav ul li a span {
	display: block;
	width: 100%;
	font-size: inherit;
	line-height: inherit;
	overflow-wrap: anywhere;
}

#sidebarnav ul li a:hover {
	color: #20252d;
	background: #f3f4f6;
	transform: translateX(2px);
}

#sidebarnav ul li a.active {
	color: #20252d;
	background: #fff8cc;
	box-shadow: inset 3px 0 0 #fddd04;
	font-weight: 700;
}

#sidebarnav ul li a i {
	width: 22px;
	color: #59616b;
	font-size: 17px;
}

#sidebarnav ul li ul {
	display: grid;
	gap: 2px;
	margin: 3px 0 7px 20px;
	padding-left: 10px;
	border-left: 1px solid #e0e2e5;
}

#sidebarnav ul li ul li {
	padding: 0;
}

#sidebarnav ul li ul li a {
	min-height: 39px;
	padding: 7px 11px;
	color: #656c75;
	font-size: 15px;
	font-weight: 400;
}

#sidebarnav .sidebarnav__list--professions a {
	min-height: 40px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 15px;
}

@media (max-width: 560px) {
	#sidebarnav {
		top: 8px;
		right: -96vw;
		width: calc(100vw - 16px);
		max-height: calc(100dvh - 16px);
		padding: 64px 18px 24px;
		border-radius: 20px 0 0 20px;
	}

	#sidebarnav ul li a {
		min-height: 42px;
		font-size: 15px;
	}
}

/* =========================================================
   All Prints hoofdnavigatie
   Desktop: breed megamenu
   Mobiel/tablet: afzonderlijk schermvullend accordeonmenu
   ========================================================= */
.ap-primary-nav {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 14px 0 -4px;
	border-top: 1px solid rgba(32, 38, 45, .09);
}

.ap-primary-nav__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
	width: 100%;
	margin: 0;
	padding: 10px 0 0;
	float: none;
	list-style: none;
}

.ap-primary-nav__item,
.ap-primary-nav__home {
	position: static;
	display: block;
	float: none;
}

.ap-primary-nav__trigger,
.ap-primary-nav__home a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 42px;
	margin: 0;
	padding: 9px 11px;
	color: #252a31;
	background: transparent;
	border: 0;
	border-radius: 10px;
	font-family: inherit;
	font-size: clamp(12px, .85vw, 15px);
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color .16s ease, color .16s ease;
}

.ap-primary-nav__trigger i {
	color: #7a8088;
	font-size: 9px;
	transition: transform .18s ease;
}

.ap-primary-nav__trigger:hover,
.ap-primary-nav__trigger[aria-expanded="true"],
.ap-primary-nav__home a:hover {
	color: #20252d;
	background: #fff7b8;
}

.ap-primary-nav__trigger[aria-expanded="true"] i {
	transform: rotate(180deg);
}

.ap-mega-menu {
	position: absolute;
	z-index: 100000;
	top: calc(100% + 8px);
	left: 50%;
	width: min(1180px, calc(100vw - 48px));
	margin: 0;
	padding: 0;
	transform: translateX(-50%);
	background: #fff;
	border: 1px solid #e7e9ec;
	border-radius: 22px;
	box-shadow: 0 24px 65px rgba(27, 34, 43, .18);
	overflow: hidden;
}

.ap-mega-menu[hidden] {
	display: none !important;
}

.ap-mega-menu__inner {
	display: grid;
	grid-template-columns: minmax(210px, .8fr) minmax(420px, 1.8fr) minmax(220px, .8fr);
	min-height: 300px;
}

.ap-mega-menu__intro {
	padding: 34px 30px;
	background: #f5f7f9;
}

.ap-mega-menu__intro > span,
.ap-mega-menu__eyebrow {
	display: block;
	margin-bottom: 9px;
	color: #2476b8;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ap-mega-menu__intro h2,
.ap-mega-menu__help h3 {
	margin: 0 0 12px;
	color: #20252d;
	font-size: 25px;
	line-height: 1.15;
}

.ap-mega-menu__intro p,
.ap-mega-menu__help p {
	margin: 0;
	color: #656d77;
	font-size: 15px;
	line-height: 1.55;
}

.ap-mega-menu__links {
	padding: 24px;
}

.ap-primary-nav .ap-mega-menu__links ul,
.ap-primary-nav .ap-mega-menu__links ul:hover {
	position: static;
	top: auto;
	left: auto;
	visibility: visible;
	opacity: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-bottom: 0;
	float: none;
	background: transparent;
	list-style: none;
}

.ap-mega-menu__links li {
	position: static;
	display: block;
	clear: none;
	float: none;
	width: auto;
	height: auto;
	padding: 0;
}

.ap-mega-menu__links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 52px;
	margin: 0;
	padding: 12px 14px;
	color: #343a42;
	background: #fff;
	border: 1px solid #e7e9ec;
	border-radius: 11px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: border-color .16s ease, background-color .16s ease, transform .16s ease;
}

.ap-mega-menu__links a:hover,
.ap-mega-menu__links a.active {
	padding-bottom: 12px;
	color: #20252d;
	background: #fffdf0;
	border: 1px solid #fddd04;
	transform: none;
}

.ap-mega-menu__links a span {
	display: block;
	width: auto;
	padding: 0;
	border: 0;
	font-size: inherit;
	line-height: inherit;
}

.ap-mega-menu__links a i {
	color: #2476b8;
	font-size: 12px;
}

.ap-mega-menu__help {
	padding: 34px 28px;
	background: #fffbea;
	border-left: 1px solid #eee9cf;
}

.ap-mega-menu__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 22px;
	padding: 10px 20px;
	color: #20252d;
	background: #fddd04;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.ap-mega-menu__phone {
	display: block;
	width: max-content;
	margin-top: 16px;
	color: #20252d;
	border-bottom: 3px solid #fddd04;
	font-size: 16px;
	font-weight: 800;
	text-decoration: none;
}

.ap-nav-backdrop {
	position: fixed;
	z-index: 998;
	inset: 0;
	background: rgba(22, 28, 35, .32);
	backdrop-filter: blur(2px);
}

.ap-nav-backdrop[hidden] {
	display: none !important;
}

.mobile-nav__top,
.mobile-nav__products,
.mobile-nav__actions {
	display: none;
}

@media (min-width: 1001px) {
	.icons .navbutton {
		display: none;
	}

	#sidebarnav {
		display: none;
	}
}

@media (max-width: 1000px) {
	body.ap-nav-open {
		overflow: hidden;
	}

	.ap-primary-nav {
		display: none;
	}

	#sidebarnav {
		top: 0;
		right: -100vw;
		display: block;
		visibility: hidden;
		pointer-events: none;
		width: min(100vw, 560px);
		height: 100dvh;
		max-height: 100dvh;
		padding: 74px 22px 92px;
		background: #fff;
		border: 0;
		border-radius: 24px 0 0 24px;
		box-shadow: -20px 0 60px rgba(27, 34, 43, .2) !important;
	}

	#sidebarnav.active {
		right: 0;
		visibility: visible;
		pointer-events: auto;
	}

	#sidebarnav .closenav {
		z-index: 2;
		top: 18px;
		right: 18px;
	}

	.mobile-nav__top,
	.mobile-nav__products {
		display: block;
	}

	.mobile-nav__actions {
		display: none;
	}

	.mobile-nav__logo {
		position: absolute;
		top: 14px;
		left: 22px;
		display: block;
	}

	.mobile-nav__logo img {
		display: block;
		width: auto;
		height: 48px;
	}

	.mobile-nav__top label {
		display: block;
		margin: 10px 0 8px;
		color: #555d67;
		font-size: 13px;
		font-weight: 700;
	}

	#mobile-menu-search {
		width: 100%;
		height: 48px;
		padding: 0 46px 0 16px;
		color: #20252d;
		background: #f5f6f8;
		border: 1px solid #e1e4e8;
		border-radius: 12px;
		font: inherit;
		font-size: 16px;
	}

	.mobile-nav__results:not(:empty) {
		margin: 8px 0 14px;
		padding: 8px;
		background: #fff;
		border: 1px solid #e4e6e9;
		border-radius: 12px;
	}

	.mobile-nav__products {
		margin-top: 22px;
		border-top: 1px solid #e8eaed;
	}

	.mobile-nav__group {
		border-bottom: 1px solid #e8eaed;
	}

	.mobile-nav__toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		width: 100%;
		min-height: 54px;
		padding: 10px 4px;
		color: #252a31;
		background: transparent;
		border: 0;
		font-family: inherit;
		font-size: 17px;
		font-weight: 700;
		text-align: left;
		cursor: pointer;
	}

	.mobile-nav__toggle i {
		color: #777e87;
		font-size: 12px;
		transition: transform .18s ease;
	}

	.mobile-nav__toggle[aria-expanded="true"] i {
		transform: rotate(90deg);
	}

	.mobile-nav__panel[hidden] {
		display: none !important;
	}

	#sidebarnav .mobile-nav__panel ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
		float: none;
		clear: both;
		width: 100%;
		margin: 0;
		padding: 0 0 14px;
		border: 0;
		box-sizing: border-box;
	}

	#sidebarnav .mobile-nav__panel li {
		display: block;
		float: none;
		width: 100%;
	}

	#sidebarnav .mobile-nav__panel li a {
		width: 100%;
		margin: 0;
		min-height: 44px;
		padding: 10px 12px;
		color: #434a53;
		background: #f6f7f8;
		border: 1px solid #eceef0;
		border-radius: 10px;
		font-size: 14px;
		font-weight: 600;
		box-sizing: border-box;
	}

	#sidebarnav .sidebarnav__section-title {
		margin: 28px 4px 8px;
	}

	#sidebarnav > .sidebarnav__list {
		gap: 2px;
	}

	#sidebarnav > .sidebarnav__list > li > a {
		min-height: 46px;
	}

	.mobile-nav__actions {
		position: fixed;
		z-index: 3;
		right: 0;
		bottom: 0;
		width: min(100vw, 560px);
		padding: 10px 18px max(10px, env(safe-area-inset-bottom));
		background: rgba(255, 255, 255, .96);
		border-top: 1px solid #e1e4e8;
		box-shadow: 0 -10px 28px rgba(27, 34, 43, .08);
	}

	.mobile-nav__actions {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
	}

	#sidebarnav.active .mobile-nav__actions {
		display: grid;
	}

	.mobile-nav__actions a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 4px;
		min-height: 48px;
		color: #343a42;
		border-radius: 10px;
		font-size: 12px;
		font-weight: 700;
		text-decoration: none;
	}

	.mobile-nav__actions a:hover {
		background: #fff8c9;
	}

	.mobile-nav__actions i {
		font-size: 17px;
	}
}

@media (max-width: 560px) {
	#sidebarnav {
		width: 100vw;
		padding-right: 18px;
		padding-left: 18px;
		border-radius: 0;
	}

	.mobile-nav__logo {
		left: 18px;
	}

	#sidebarnav .mobile-nav__panel ul {
		grid-template-columns: 1fr;
	}

	.mobile-nav__actions {
		width: 100vw;
	}
}

/* Productsjablonen */
.product-templates-card[hidden] {
	display: none !important;
}

.product-templates-card {
	border: 1px solid rgba(32, 38, 45, .1);
	background: linear-gradient(135deg, #fffdf0, #fff);
}

.product-templates-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 12px;
}

.product-templates-heading h2 {
	margin: 0;
}

.product-templates-eyebrow {
	margin: 0 0 5px;
	color: #2364aa;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.product-templates-format {
	padding: 7px 11px;
	border-radius: 999px;
	background: #fddd04;
	color: #20262d;
	font-size: 12px;
	font-weight: 800;
	text-align: right;
}

.product-templates-instructions {
	margin: 0 0 18px;
	color: #626b74;
	font-size: 14px;
	line-height: 1.55;
}

.product-template-downloads {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.product-template-download {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	gap: 10px;
	padding: 9px 15px 9px 9px;
	border: 1px solid rgba(32, 38, 45, .12);
	border-radius: 12px;
	background: #fff;
	color: #20262d;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.product-template-download:hover,
.product-template-download:focus-visible {
	border-color: #2364aa;
	box-shadow: 0 8px 22px rgba(32, 38, 45, .1);
	transform: translateY(-1px);
}

.product-template-download:focus-visible {
	outline: 3px solid #35bcdd;
	outline-offset: 2px;
}

.product-template-download__icon {
	display: inline-flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #fddd04;
	color: #20262d;
	font-size: 11px;
	font-weight: 900;
}

.product-template-download[data-template-type="canva"] .product-template-download__icon {
	background: #35bcdd;
	color: #fff;
}

.product-template-download[data-template-type="indesign"] .product-template-download__icon {
	background: #eb515f;
	color: #fff;
}

@media (max-width: 560px) {
	.product-templates-heading {
		display: block;
	}

	.product-templates-format {
		display: inline-block;
		margin-top: 10px;
		text-align: left;
	}

	.product-template-downloads,
	.product-template-download {
		width: 100%;
	}
}

/* Compactere desktopweergave, met behoud van royale buitenmarges */
@media (min-width: 1200px) {
	body {
		margin-top: 20px;
	}

	.middle {
		width: 88%;
		max-width: 1800px;
	}

	#letters {
		padding: 7px 0;
		font-size: 18px;
	}

	.stickler {
		padding-bottom: 14px;
	}

	.home-intro {
		grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
		gap: clamp(42px, 4vw, 64px);
		margin: 16px 0 38px;
		padding: clamp(38px, 3.5vw, 54px);
		border-radius: 24px;
	}

	.home-intro__eyebrow {
		margin-bottom: 18px;
	}

	.home-intro h1 {
		font-size: clamp(44px, 3.7vw, 56px);
		line-height: 1.04;
	}

	.home-intro__lead {
		margin-top: 20px;
		font-size: 17px;
		line-height: 1.6;
	}

	.home-professions {
		padding-left: clamp(28px, 2.5vw, 42px);
	}

	.home-professions__links {
		gap: 9px;
		margin-top: 15px;
	}

	.home-professions__links a {
		min-height: 46px;
		padding: 10px 14px;
	}
}

@media (min-width: 1500px) {
	.product-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 24px;
	}
}

/* Homepage verdieping */
.home-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border: 2px solid #fddd04;
	border-radius: 999px;
	color: #20262d;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.home-button--primary {
	background: #fddd04;
	box-shadow: 0 10px 24px rgba(253, 221, 4, .22);
}

.home-button--secondary {
	background: #fff;
}

.home-button:hover,
.home-button:focus-visible {
	border-color: #20262d;
	box-shadow: 0 10px 28px rgba(32, 38, 45, .12);
	transform: translateY(-2px);
}

.home-button:focus-visible,
.home-project-card a:focus-visible,
.home-blog a:focus-visible,
.home-section-heading--with-link > a:focus-visible {
	outline: 3px solid #35bcdd;
	outline-offset: 3px;
}

.home-intro__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.home-intro__benefits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 20px;
	margin: 24px 0 0;
	padding: 0;
	color: #42505d;
	font-size: 13px;
	font-weight: 700;
	list-style: none;
}

.home-intro__benefits li {
	position: relative;
	padding-left: 20px;
}

.home-intro__benefits li::before {
	position: absolute;
	top: .35em;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #35bcdd;
	box-shadow: 0 0 0 3px rgba(53, 188, 221, .14);
	content: "";
}

.home-section-heading {
	max-width: 780px;
	margin-bottom: clamp(22px, 3vw, 36px);
}

.home-section-heading__eyebrow {
	margin: 0 0 9px;
	color: #2364aa;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.home-section-heading h2,
.home-about h2,
.home-final-cta h2 {
	margin: 0;
	color: #20262d;
	font-size: clamp(28px, 3.5vw, 44px);
	line-height: 1.08;
	letter-spacing: -.035em;
}

.home-section-heading > p:last-child {
	margin: 12px 0 0;
	color: #626b74;
	font-size: 16px;
	line-height: 1.65;
}

.home-section-heading--with-link {
	display: flex;
	max-width: none;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
}

.home-section-heading--with-link > a,
.home-text-link {
	flex: 0 0 auto;
	color: #20262d;
	font-weight: 800;
	text-decoration: underline;
	text-decoration-color: #fddd04;
	text-decoration-thickness: 3px;
	text-underline-offset: 5px;
}

.home-why {
	margin: 0 0 clamp(48px, 6vw, 82px);
}

.home-why__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.home-why__grid article {
	min-height: 190px;
	padding: 24px;
	border: 1px solid rgba(32, 38, 45, .1);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(32, 38, 45, .05);
}

.home-why__grid article > span {
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fddd04;
	color: #20262d;
	font-size: 11px;
	font-weight: 900;
}

.home-why__grid h3 {
	margin: 18px 0 8px;
	color: #20262d;
	font-size: 18px;
	line-height: 1.2;
}

.home-why__grid p {
	margin: 0;
	color: #626b74;
	font-size: 14px;
	line-height: 1.6;
}

.home-advice {
	position: relative;
	display: flex;
	min-height: 470px;
	align-items: center;
	overflow: hidden;
	margin: 0 0 clamp(54px, 7vw, 96px);
	border: 1px solid rgba(32, 38, 45, .1);
	border-radius: 28px;
	background: #e9edf0;
	box-shadow: 0 18px 48px rgba(32, 38, 45, .09);
	isolation: isolate;
}

.home-advice__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.home-advice__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, .18), transparent 68%);
	content: "";
	pointer-events: none;
}

.home-advice__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.home-advice__copy {
	position: relative;
	z-index: 1;
	width: min(560px, calc(100% - 64px));
	margin: 32px;
	padding: clamp(28px, 4vw, 46px);
	border: 1px solid rgba(255, 255, 255, .72);
	border-radius: 22px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 16px 42px rgba(32, 38, 45, .12);
	backdrop-filter: blur(8px);
}

.home-advice__copy h2 {
	max-width: 470px;
	margin: 0;
	color: #20262d;
	font-size: clamp(30px, 3.2vw, 46px);
	line-height: 1.04;
	letter-spacing: -.035em;
}

.home-advice__copy > p:not(.home-section-heading__eyebrow) {
	max-width: 500px;
	margin: 20px 0 0;
	color: #59636d;
	font-size: 16px;
	line-height: 1.68;
}

.home-advice__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px 24px;
	margin-top: 26px;
}

.home-advice__phone {
	display: grid;
	gap: 2px;
	color: #20262d;
	text-decoration: none;
}

.home-advice__phone span {
	color: #747d86;
	font-size: 12px;
	font-weight: 600;
}

.home-advice__phone strong {
	font-size: 17px;
	text-decoration: underline;
	text-decoration-color: #fddd04;
	text-decoration-thickness: 3px;
	text-underline-offset: 4px;
}

.home-advice__phone:hover strong,
.home-advice__phone:focus-visible strong {
	text-decoration-color: #20262d;
}

.home-projects {
	margin: 0 0 clamp(50px, 7vw, 96px);
}

.home-projects__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.home-project-card {
	overflow: hidden;
	border: 1px solid rgba(32, 38, 45, .09);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(32, 38, 45, .05);
}

.home-project-card > a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.home-project-card__image {
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #f2f4f5;
}

.home-project-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.home-project-card:hover .home-project-card__image img {
	transform: scale(1.025);
}

.home-project-card__copy {
	padding: 17px 18px 19px;
}

.home-project-card__copy p {
	margin: 0 0 5px;
	color: #2364aa;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.home-project-card__copy h3 {
	margin: 0;
	color: #20262d;
	font-size: 17px;
	line-height: 1.3;
}

.home-products-heading {
	scroll-margin-top: 125px;
	margin-bottom: 22px;
	padding-top: 6px;
}

.home-about,
.home-final-cta {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: clamp(34px, 6vw, 86px);
	align-items: center;
	margin: clamp(70px, 9vw, 130px) 0;
}

.home-about__media {
	display: flex;
	min-height: 390px;
	align-items: center;
	justify-content: center;
	padding: 30px;
	border: 2px dashed rgba(35, 100, 170, .3);
	border-radius: 24px;
	background:
		radial-gradient(circle at 18% 20%, rgba(253, 221, 4, .42), transparent 24%),
		linear-gradient(135deg, rgba(53, 188, 221, .15), rgba(235, 81, 95, .08));
	color: #42505d;
	font-size: 15px;
	font-weight: 800;
	text-align: center;
}

.home-about__copy > p:not(.home-section-heading__eyebrow) {
	margin: 18px 0 0;
	color: #626b74;
	font-size: 16px;
	line-height: 1.72;
}

.home-about__copy .home-button {
	margin-top: 24px;
}

.home-blog {
	margin: clamp(70px, 9vw, 130px) 0;
}

.home-current {
	margin: clamp(58px, 7vw, 96px) 0;
}

.home-current .home-section-heading p:not(.home-section-heading__eyebrow) {
	max-width: 690px;
	margin: 12px 0 0;
	color: #626b74;
	line-height: 1.65;
}

.home-current__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 28px;
}

.home-current-card {
	display: flex;
	min-width: 0;
	padding: 14px;
	flex-direction: column;
	border: 1px solid rgba(32, 38, 45, .09);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 36px rgba(32, 38, 45, .06);
	color: #20262d;
	text-decoration: none;
}

.home-current-card__image {
	display: flex;
	width: 100%;
	aspect-ratio: 1 / 1;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	border-radius: 14px;
	background: #f4f5f6;
}

.home-current-card__image img { width: 100%; height: 100%; object-fit: contain; }
.home-current-card strong { font-size: 17px; line-height: 1.3; }
.home-current-card > span:last-child { margin-top: 12px; color: #2364aa; font-size: 14px; font-weight: 800; }
.home-current-card:hover { transform: translateY(-2px); box-shadow: 0 16px 42px rgba(32, 38, 45, .1); }

.home-blog__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.home-blog-card {
	overflow: hidden;
	border: 1px solid rgba(32, 38, 45, .09);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 36px rgba(32, 38, 45, .06);
}

.home-blog-card__image {
	display: flex;
	height: 220px;
	align-items: center;
	justify-content: center;
	padding: 16px;
	background: #f2f4f5;
}

.home-blog-card__image img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
}

.home-blog-card__copy {
	padding: 22px;
}

.home-blog-card time {
	color: #626b74;
	font-size: 12px;
	font-weight: 700;
}

.home-blog-card h3 {
	margin: 10px 0 12px;
	font-size: 20px;
	line-height: 1.25;
}

.home-blog-card h3 a {
	color: #20262d;
	text-decoration: none;
}

.home-blog-card p {
	margin: 0 0 18px;
	color: #626b74;
	font-size: 14px;
	line-height: 1.65;
}

.home-final-cta {
	grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr);
	margin-bottom: clamp(70px, 8vw, 110px);
	padding: clamp(34px, 5vw, 64px);
	border: 1px solid rgba(32, 38, 45, .08);
	border-radius: 26px;
	background: linear-gradient(135deg, #fffce7, #fff);
	box-shadow: 0 18px 60px rgba(32, 38, 45, .07);
}

.home-final-cta > div > p:not(.home-section-heading__eyebrow) {
	max-width: 700px;
	margin: 16px 0 0;
	color: #626b74;
	font-size: 17px;
	line-height: 1.65;
}

.home-final-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.home-final-cta__actions p {
	width: 100%;
	margin: 6px 0 0;
	color: #626b74;
	font-size: 14px;
	text-align: right;
}

.home-final-cta__actions p a {
	color: #20262d;
	font-weight: 800;
}

@media (max-width: 1100px) {
	.home-current__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.home-why__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-projects__grid,
	.home-blog__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.home-current__grid { grid-template-columns: 1fr; }
	.home-current-card { display: grid; grid-template-columns: 96px minmax(0, 1fr); column-gap: 16px; align-items: center; }
	.home-current-card__image { grid-row: 1 / span 2; margin: 0; }
	.home-current-card > span:last-child { margin-top: 6px; }
	.home-intro__benefits {
		grid-template-columns: 1fr;
	}

	.home-section-heading--with-link,
	.home-final-cta {
		display: block;
	}

	.home-section-heading--with-link > a {
		display: inline-block;
		margin-top: 16px;
	}

	.home-about {
		grid-template-columns: 1fr;
	}

	.home-about__media {
		min-height: 260px;
	}

	.home-advice {
		display: flex;
		min-height: 0;
		flex-direction: column;
		align-items: stretch;
		border-radius: 22px;
	}

	.home-advice__copy {
		width: auto;
		margin: 0;
		padding: 28px 24px 30px;
		border: 0;
		border-radius: 0;
		background: #fff;
		box-shadow: none;
		backdrop-filter: none;
	}

	.home-advice__media {
		position: relative;
		inset: auto;
		z-index: auto;
		order: 2;
		height: 290px;
	}

	.home-advice__media::after {
		display: none;
	}

	.home-advice__media img {
		object-position: 66% top;
	}

	.home-final-cta__actions {
		justify-content: flex-start;
		margin-top: 26px;
	}

	.home-final-cta__actions p {
		text-align: left;
	}
}

@media (max-width: 560px) {
	.home-intro__actions,
	.home-intro__actions .home-button,
	.home-final-cta__actions .home-button {
		width: 100%;
	}

	.home-why__grid,
	.home-projects__grid,
	.home-blog__grid {
		grid-template-columns: 1fr;
	}

	.home-why__grid article {
		min-height: 0;
		padding: 20px;
	}

	.home-projects,
	.home-why {
		margin-bottom: 54px;
	}

	.home-blog-card__image {
		height: 190px;
		padding: 14px;
	}

	.home-final-cta {
		padding: 28px 22px;
		border-radius: 20px;
	}

	.home-advice__actions,
	.home-advice__actions .home-button {
		width: 100%;
	}

	.home-advice__phone {
		padding-left: 4px;
	}

	.home-advice__media {
		height: 240px;
	}
}

/* Contact- en prijsaanvraagpagina */
.ap-contact {
	--contact-ink: #20262d;
	--contact-muted: #626b74;
	--contact-yellow: #fddd04;
	--contact-blue: #35bcdd;
	--contact-coral: #eb515f;
	max-width: 1240px;
	margin: 0 auto clamp(70px, 8vw, 110px);
	color: var(--contact-ink);
}

.ap-contact__breadcrumb {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 12px 0 18px;
	color: #7b828a;
	font-size: 12px;
}

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

.ap-contact__breadcrumb strong {
	color: var(--contact-ink);
}

.ap-contact__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: end;
	padding: clamp(42px, 6vw, 76px);
	overflow: hidden;
	border: 1px solid rgba(32, 38, 45, .09);
	border-radius: 28px;
	background:
		radial-gradient(circle at 92% 3%, rgba(253, 221, 4, .48) 0 12%, transparent 12.2%),
		linear-gradient(135deg, #fff 0 60%, rgba(53, 188, 221, .1) 100%);
	box-shadow: 0 18px 48px rgba(32, 38, 45, .07);
}

.ap-contact__intro h1 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(42px, 5.5vw, 76px);
	line-height: .98;
	letter-spacing: -.055em;
}

.ap-contact__intro > p:not(.home-section-heading__eyebrow) {
	max-width: 720px;
	margin: 25px 0 0;
	color: var(--contact-muted);
	font-size: clamp(16px, 1.5vw, 19px);
	line-height: 1.65;
}

.ap-contact__intro ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.ap-contact__intro li {
	color: #47525c;
	font-size: 14px;
	font-weight: 600;
}

.ap-contact__intro li span {
	display: inline-grid;
	width: 21px;
	height: 21px;
	place-items: center;
	margin-right: 7px;
	border-radius: 50%;
	background: var(--contact-yellow);
	color: var(--contact-ink);
	font-size: 11px;
	font-weight: 900;
}

.ap-contact__direct {
	display: grid;
	gap: 8px;
	padding: 26px;
	border: 1px solid rgba(32, 38, 45, .1);
	border-radius: 20px;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 12px 34px rgba(32, 38, 45, .06);
}

.ap-contact__direct-label {
	margin: 0;
	color: #7b838c;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ap-contact__direct a {
	width: fit-content;
	color: var(--contact-ink);
	font-size: 15px;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: var(--contact-yellow);
	text-decoration-thickness: 3px;
	text-underline-offset: 4px;
}

.ap-contact__direct .ap-contact__direct-phone {
	margin: 3px 0 2px;
	font-size: clamp(24px, 2.5vw, 34px);
	letter-spacing: -.03em;
}

.ap-contact__direct > div {
	display: grid;
	gap: 3px;
	margin-top: 15px;
	padding-top: 17px;
	border-top: 1px solid rgba(32, 38, 45, .1);
	color: var(--contact-muted);
	font-size: 14px;
}

.ap-contact__direct > div strong {
	color: var(--contact-ink);
}

.ap-contact__request {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, .36fr);
	gap: 24px;
	align-items: start;
	margin-top: clamp(32px, 5vw, 64px);
}

.ap-contact__form-wrap,
.ap-contact__next {
	border: 1px solid rgba(32, 38, 45, .09);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 14px 40px rgba(32, 38, 45, .055);
}

.ap-contact__form-wrap {
	padding: clamp(28px, 5vw, 58px);
}

.ap-contact__form-heading h2,
.ap-contact__next h2 {
	margin: 0;
	color: var(--contact-ink);
	line-height: 1.1;
	letter-spacing: -.03em;
}

.ap-contact__form-heading h2 {
	font-size: clamp(30px, 3.5vw, 46px);
}

.ap-contact__form-heading > p:not(.home-section-heading__eyebrow) {
	margin: 14px 0 0;
	color: var(--contact-muted);
	font-size: 15px;
	line-height: 1.6;
}

.ap-contact__form {
	margin-top: 34px;
}

.ap-contact__fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.ap-contact__field {
	display: grid;
	align-content: start;
	gap: 8px;
}

.ap-contact__field--wide {
	grid-column: 1 / -1;
}

.ap-contact__field label {
	color: #333b44;
	font-size: 14px;
	font-weight: 800;
}

.ap-contact__field label > span {
	color: var(--contact-coral);
}

.ap-contact__field label small {
	color: #8a9199;
	font-size: 12px;
	font-weight: 500;
}

.ap-contact__field input:not([type="file"]),
.ap-contact__field textarea {
	width: 100%;
	min-height: 54px;
	padding: 14px 16px;
	border: 1px solid #d8dce0;
	border-radius: 12px;
	background: #fafbfc;
	color: var(--contact-ink);
	font: inherit;
	font-size: 15px;
	outline: 0;
	transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.ap-contact__field textarea {
	min-height: 150px;
	resize: vertical;
	line-height: 1.55;
}

.ap-contact__field input:not([type="file"]):focus,
.ap-contact__field textarea:focus {
	border-color: var(--contact-blue);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(53, 188, 221, .14);
}

.ap-contact__field input[type="file"] {
	width: 100%;
	padding: 12px;
	border: 1px dashed #c9ced3;
	border-radius: 12px;
	background: #fafbfc;
	font-size: 13px;
}

.ap-contact__help {
	color: #858c94;
	font-size: 12px;
}

.ap-contact__privacy {
	display: flex;
	gap: 11px;
	align-items: flex-start;
	margin-top: 24px;
	color: var(--contact-muted);
	font-size: 13px;
	line-height: 1.5;
	cursor: pointer;
}

.ap-contact__privacy input {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	margin-top: 1px;
	accent-color: var(--contact-yellow);
}

.ap-contact__privacy a {
	color: var(--contact-ink);
	text-decoration-color: var(--contact-yellow);
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.ap-contact__submit {
	gap: 12px;
	margin-top: 25px;
	border: 2px solid var(--contact-yellow);
	cursor: pointer;
}

.ap-contact__submit span {
	font-size: 19px;
}

.ap-contact__next {
	position: sticky;
	top: 24px;
	padding: 30px 28px;
}

.ap-contact__next-number {
	display: inline-grid;
	width: 40px;
	height: 40px;
	place-items: center;
	margin: 0 0 22px;
	border-radius: 50%;
	background: var(--contact-yellow);
	font-size: 12px;
	font-weight: 900;
}

.ap-contact__next h2 {
	font-size: 25px;
}

.ap-contact__next ol {
	display: grid;
	gap: 22px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
	counter-reset: contact-steps;
}

.ap-contact__next li {
	position: relative;
	display: grid;
	gap: 6px;
	padding-left: 31px;
	counter-increment: contact-steps;
}

.ap-contact__next li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: #2371b8;
	font-size: 12px;
	font-weight: 900;
	content: "0" counter(contact-steps);
}

.ap-contact__next li strong {
	font-size: 15px;
}

.ap-contact__next li span {
	color: var(--contact-muted);
	font-size: 13px;
	line-height: 1.55;
}

.ap-contact__note {
	margin: 28px 0 0;
	padding: 16px;
	border-radius: 12px;
	background: #fffbea;
	color: #5f5a39;
	font-size: 13px;
	line-height: 1.5;
}

@media (max-width: 900px) {
	.ap-contact__hero,
	.ap-contact__request {
		grid-template-columns: 1fr;
	}

	.ap-contact__direct {
		max-width: 480px;
	}

	.ap-contact__next {
		position: static;
	}
}

@media (max-width: 600px) {
	.ap-contact__breadcrumb {
		overflow: hidden;
		white-space: nowrap;
	}

	.ap-contact__hero {
		padding: 30px 22px;
		border-radius: 22px;
		background:
			radial-gradient(circle at 100% 0, rgba(253, 221, 4, .42) 0 10%, transparent 10.3%),
			#fff;
	}

	.ap-contact__intro h1 {
		font-size: clamp(40px, 13vw, 58px);
	}

	.ap-contact__intro ul {
		display: grid;
	}

	.ap-contact__direct,
	.ap-contact__form-wrap,
	.ap-contact__next {
		padding: 24px 20px;
		border-radius: 18px;
	}

	.ap-contact__fields {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.ap-contact__field--wide {
		grid-column: auto;
	}

	.ap-contact__submit {
		width: 100%;
	}
}

.portal-saved-carts {
	margin: 24px 0 34px;
	padding: 26px;
	border: 1px solid #e4e8ec;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(34, 45, 57, .07);
}

.portal-saved-carts__heading {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 18px;
}

.portal-saved-carts__heading h3 {
	margin: 0;
}

.portal-saved-carts__eyebrow {
	margin: 0 0 4px;
	color: #276cae;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.portal-saved-carts__heading > a {
	padding: 10px 16px;
	border-radius: 999px;
	background: #fddd04;
	color: #1f2933;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.portal-saved-carts__message {
	min-height: 20px;
	color: #52606d;
	font-size: 13px;
}

.portal-saved-carts__list {
	display: grid;
	gap: 12px;
}

.portal-saved-cart {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 17px 18px;
	border: 1px solid #e4e8ec;
	border-radius: 14px;
	background: #fbfcfd;
}

.portal-saved-cart h4 {
	margin: 0 0 4px;
	font-size: 17px;
}

.portal-saved-cart p,
.portal-saved-carts__empty {
	margin: 0;
	color: #66707c;
	font-size: 14px;
}

.portal-saved-cart__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 7px;
}

.portal-saved-cart__actions button {
	padding: 8px 11px;
	border: 1px solid #d8dde2;
	border-radius: 8px;
	background: #fff;
	color: #27313b;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.portal-saved-cart__actions button:first-child {
	border-color: #fddd04;
	background: #fddd04;
}

.portal-saved-cart__actions button.is-danger {
	color: #b4232f;
}

@media (max-width: 720px) {
	.portal-saved-carts {
		padding: 18px;
	}

	.portal-saved-carts__heading,
	.portal-saved-cart {
		align-items: stretch;
		flex-direction: column;
	}

	.portal-saved-carts__heading > a {
		text-align: center;
	}

	.portal-saved-cart__actions {
		justify-content: flex-start;
	}
}
.image-wrapper { position: relative; }
.product-offer-badge {
	position: absolute; z-index: 3; top: 12px; left: 12px;
	padding: 7px 11px; border-radius: 999px; background: #ef4f5f; color: #fff;
	font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
	box-shadow: 0 5px 14px rgba(30, 36, 48, .18);
}
.product-offer-price { margin: 8px 0 0; display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.product-offer-price del, .product-live-offer del { color: #7b8491; font-size: .78em; font-weight: 500; }
.product-offer-price strong, .product-live-offer strong { color: #ef4f5f; font-weight: 800; }
.product-offer-price small { flex-basis: 100%; color: #7b8491; font-size: 11px; }
.product-live-offer { display: inline-flex; align-items: baseline; gap: 10px; }
