/* Glapris homepage v6: colourful, image-led product discovery. */

body.has-glp-home {
	--glp-home-canvas: #e8f0f3;
	--glp-home-ink: #1e2528;
	--glp-home-copy: #4e5a5f;
	--glp-home-muted: #6f7b80;
	--glp-home-line: rgba(30, 37, 40, .14);
	--glp-home-orange: #f58220;
	--glp-home-orange-dark: #c85f09;
	--glp-home-blue: #cfe4eb;
	--glp-home-yellow: #f6ca78;
	--glp-home-peach: #f4c6a7;
	--glp-home-mint: #cfe4d6;
	--glp-home-lilac: #d9d4ea;
	--glp-home-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	background: var(--glp-home-canvas) !important;
	color: var(--glp-home-ink);
}

body.has-glp-home #page,
body.has-glp-home #content,
body.has-glp-home #primary,
body.has-glp-home .site-content,
body.has-glp-home .content-area {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: var(--glp-home-canvas) !important;
	float: none !important;
}

body.has-glp-home #content,
body.has-glp-home #primary.glp-home-primary,
body.has-glp-home #main.site-main,
body.has-glp-home .glp-home {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	height: auto !important;
	min-height: 1px !important;
	transform: none !important;
}

body.has-glp-home #content > .ast-container,
body.has-glp-home #content .ast-container {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	min-height: 1px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.has-glp-home .glp-filter-loader,
body.has-glp-home .entry-header,
body.has-glp-home .entry-title,
body.has-glp-home .ast-archive-description,
body.has-glp-home #secondary {
	display: none !important;
}

body.has-glp-home .glp-home {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 18px 0 64px !important;
	overflow-x: clip;
	background: var(--glp-home-canvas);
	color: var(--glp-home-ink);
	font-family: var(--glp-home-font);
}

body.has-glp-home .glp-home *,
body.has-glp-home .glp-home *::before,
body.has-glp-home .glp-home *::after {
	box-sizing: border-box;
}

body.has-glp-home .glp-home :where(h1, h2, h3, h4, p, a, button, input) {
	font-family: var(--glp-home-font);
}

body.has-glp-home .glp-home-intro,
body.has-glp-home .glp-home-shop__section,
body.has-glp-home .glp-home-shop-brands {
	width: min(1320px, calc(100% - 36px));
	margin-inline: auto;
}

/* Product mosaic hero: brand colour and six real products, no dark voids. */
body.has-glp-home .glp-home-intro {
	display: grid;
	grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
	gap: 12px;
	min-height: 520px;
	padding: 12px;
	border: 1px solid rgba(30, 37, 40, .12);
	border-radius: 22px;
	background: var(--glp-home-orange);
	overflow: hidden;
}

body.has-glp-home .glp-home-intro__copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(30px, 4vw, 60px);
	color: var(--glp-home-ink);
}

body.has-glp-home .glp-home-intro__eyebrow {
	display: inline-flex;
	margin-bottom: 16px;
	padding: 7px 10px;
	border: 1px solid rgba(30, 37, 40, .2);
	border-radius: 999px;
	background: rgba(255, 255, 255, .36);
	color: var(--glp-home-ink);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .075em;
	text-transform: uppercase;
}

body.has-glp-home .glp-home-intro h1 {
	max-width: 620px;
	margin: 0;
	color: var(--glp-home-ink);
	font-size: clamp(42px, 4.6vw, 68px);
	font-weight: 800;
	letter-spacing: -.055em;
	line-height: .98;
	text-transform: none;
}

body.has-glp-home .glp-home-intro p {
	max-width: 520px;
	margin: 20px 0 0;
	color: #3d3a35;
	font-size: clamp(15px, 1.25vw, 18px);
	line-height: 1.55;
}

body.has-glp-home .glp-home-intro__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

body.has-glp-home .glp-home-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 18px;
	border: 1px solid rgba(30, 37, 40, .28);
	border-radius: 8px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

body.has-glp-home .glp-home-button svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body.has-glp-home .glp-home-button--primary {
	border-color: var(--glp-home-ink);
	background: var(--glp-home-ink);
	color: #fff;
}

body.has-glp-home .glp-home-button--secondary {
	background: rgba(255, 255, 255, .46);
	color: var(--glp-home-ink);
}

body.has-glp-home .glp-home-button:hover {
	transform: translateY(-1px);
}

body.has-glp-home .glp-home-button--primary:hover {
	background: #303b3f;
	color: #fff;
}

body.has-glp-home .glp-home-button--secondary:hover {
	background: rgba(255, 255, 255, .72);
	color: var(--glp-home-ink);
}

body.has-glp-home .glp-home-intro__visuals {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 10px;
	min-width: 0;
	min-height: 496px;
}

body.has-glp-home .glp-home-intro__visual {
	display: grid;
	min-width: 0;
	min-height: 0;
	grid-template-rows: minmax(0, 1fr) auto;
	border: 1px solid rgba(30, 37, 40, .1);
	border-radius: 12px;
	overflow: hidden;
	background: var(--glp-home-blue);
	color: var(--glp-home-ink);
	text-decoration: none;
	transition: transform .2s ease, border-color .2s ease;
}

body.has-glp-home .glp-home-intro__visual:nth-child(2),
body.has-glp-home .glp-home-intro__visual:nth-child(6) { background: var(--glp-home-yellow); }
body.has-glp-home .glp-home-intro__visual:nth-child(3) { background: var(--glp-home-mint); }
body.has-glp-home .glp-home-intro__visual:nth-child(4) { background: var(--glp-home-lilac); }
body.has-glp-home .glp-home-intro__visual:nth-child(5) { background: var(--glp-home-peach); }

body.has-glp-home .glp-home-intro__visual:hover {
	color: var(--glp-home-ink);
	transform: translateY(-2px);
}

body.has-glp-home .glp-home-intro__visual img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	padding: 10px 10px 0;
	object-fit: contain;
	mix-blend-mode: multiply;
	transition: transform .25s ease;
}

body.has-glp-home .glp-home-intro__visual:hover img {
	transform: scale(1.035);
}

body.has-glp-home .glp-home-intro__visual > span {
	display: flex;
	min-width: 0;
	align-items: flex-end;
	justify-content: space-between;
	gap: 8px;
	padding: 10px 11px 11px;
	border-top: 1px solid rgba(30, 37, 40, .1);
	background: rgba(255, 255, 255, .38);
}

body.has-glp-home .glp-home-intro__visual strong {
	display: -webkit-box;
	min-width: 0;
	overflow: hidden;
	color: var(--glp-home-ink);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.25;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.has-glp-home .glp-home-intro__visual small {
	flex: none;
	color: var(--glp-home-ink);
	font-size: 11px;
	font-weight: 850;
	white-space: nowrap;
}

/* Shared section headings. */
body.has-glp-home .glp-home-shop__section {
	padding-top: 42px;
}

body.has-glp-home .glp-home-shop__section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin: 0 0 18px;
}

body.has-glp-home .glp-home-shop__section-head > div > span {
	display: block;
	margin: 0 0 5px;
	color: var(--glp-home-orange-dark);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .075em;
	line-height: 1.25;
	text-transform: uppercase;
}

body.has-glp-home .glp-home-shop__section-head h2 {
	margin: 0;
	color: var(--glp-home-ink);
	font-size: clamp(27px, 2.4vw, 38px);
	font-weight: 800;
	letter-spacing: -.04em;
	line-height: 1.08;
	text-transform: none;
}

body.has-glp-home .glp-home-shop__section-head > a {
	flex: none;
	padding: 9px 13px;
	border: 1px solid rgba(30, 37, 40, .24);
	border-radius: 999px;
	color: var(--glp-home-ink);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

body.has-glp-home .glp-home-shop__section-head > a:hover {
	border-color: var(--glp-home-orange-dark);
	color: var(--glp-home-orange-dark);
}

/* Categories use real product photography on coloured tiles. */
body.has-glp-home .glp-home-departments {
	margin-top: 34px;
	padding: 34px;
	border: 1px solid rgba(30, 37, 40, .1);
	border-radius: 20px;
	background: var(--glp-home-blue);
	scroll-margin-top: 24px;
}

body.has-glp-home .glp-home-departments__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

body.has-glp-home .glp-home-department {
	display: grid;
	min-width: 0;
	grid-template-rows: minmax(150px, 1fr) auto auto;
	border: 1px solid rgba(30, 37, 40, .11);
	border-radius: 12px;
	overflow: hidden;
	background: #e7d8ef;
	color: var(--glp-home-ink);
	text-decoration: none;
	transition: transform .18s ease, border-color .18s ease;
}

body.has-glp-home .glp-home-department:nth-child(4n + 2) { background: #f3d39d; }
body.has-glp-home .glp-home-department:nth-child(4n + 3) { background: #cfe4d6; }
body.has-glp-home .glp-home-department:nth-child(4n + 4) { background: #f3c9ae; }

body.has-glp-home .glp-home-department:hover {
	border-color: rgba(30, 37, 40, .32);
	color: var(--glp-home-ink);
	transform: translateY(-2px);
}

body.has-glp-home .glp-home-department__image {
	display: block;
	min-width: 0;
	overflow: hidden;
}

body.has-glp-home .glp-home-department__image img {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 10px 0;
	object-fit: contain;
	mix-blend-mode: multiply;
	transition: transform .25s ease;
}

body.has-glp-home .glp-home-department:hover .glp-home-department__image img {
	transform: scale(1.035);
}

body.has-glp-home .glp-home-department__name {
	padding: 13px 13px 2px;
	border-top: 1px solid rgba(30, 37, 40, .09);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: -.015em;
	line-height: 1.2;
}

body.has-glp-home .glp-home-department__count {
	padding: 0 13px 13px;
	color: #5a6569;
	font-size: 10.5px;
	font-weight: 650;
}

/* Compact brand discovery strip, backed by real taxonomy/logo data. */
body.has-glp-home .glp-home-shop-brands {
	margin-top: 18px;
	padding: 30px 34px 34px !important;
	border: 1px solid rgba(30, 37, 40, .1);
	border-radius: 20px;
	background: var(--glp-home-yellow);
}

body.has-glp-home .glp-home-shop-brands__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

body.has-glp-home .glp-home-shop-brand {
	display: flex;
	min-height: 96px;
	min-width: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 14px;
	border: 1px solid rgba(30, 37, 40, .12);
	border-radius: 10px;
	background: rgba(255, 255, 255, .48);
	color: var(--glp-home-ink);
	text-align: center;
	text-decoration: none;
	transition: background-color .18s ease, transform .18s ease;
}

body.has-glp-home .glp-home-shop-brand:hover {
	background: rgba(255, 255, 255, .72);
	color: var(--glp-home-ink);
	transform: translateY(-2px);
}

body.has-glp-home .glp-home-shop-brand img {
	width: auto;
	max-width: 118px;
	height: 38px;
	object-fit: contain;
}

body.has-glp-home .glp-home-shop-brand strong {
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
}

body.has-glp-home .glp-home-shop-brand small {
	color: #5a5650;
	font-size: 10.5px;
	font-weight: 650;
}

/* Product cards and their grid are intentionally untouched here.
 * catalog.css is the single source of truth on both catalog and homepage. */
body.has-glp-home .glp-home-products {
	padding-top: 44px;
}

body.has-glp-home .glp-home-products__head > p {
	max-width: 340px;
	margin: 0 0 2px;
	color: var(--glp-home-muted);
	font-size: 12.5px;
	line-height: 1.45;
	text-align: right;
}

/* The existing dynamic campaign module, presented as image-first cards. */
body.has-glp-home .glp-home-campaign-showcase {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(420px, 100%), 1fr));
	gap: 14px;
	margin: 34px 0 0;
}

body.has-glp-home .glp-home-editorial-campaigns {
	display: grid;
	min-width: 0;
}

body.has-glp-home .glp-home-editorial-campaign {
	min-width: 0;
	margin: 0;
	border: 1px solid rgba(30, 37, 40, .14);
	border-radius: 14px;
	overflow: hidden;
	background: var(--glp-home-peach);
}

body.has-glp-home .glp-home-editorial-campaigns:nth-child(even) .glp-home-editorial-campaign {
	background: var(--glp-home-mint);
}

body.has-glp-home .glp-home-editorial-campaign__link {
	display: grid;
	height: 100%;
	grid-template-rows: auto 1fr;
	color: var(--glp-home-ink);
	text-decoration: none;
}

body.has-glp-home .glp-home-editorial-campaign__media {
	display: block;
	min-width: 0;
	aspect-ratio: 16 / 7;
	background: #dce6e9;
	overflow: hidden;
}

body.has-glp-home .glp-home-editorial-campaign__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .28s ease;
}

body.has-glp-home .glp-home-editorial-campaign__link:hover .glp-home-editorial-campaign__media img {
	transform: scale(1.02);
}

body.has-glp-home .glp-home-editorial-campaign__copy {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 4px 18px;
	padding: 18px 20px 20px;
	color: var(--glp-home-ink);
}

body.has-glp-home .glp-home-editorial-campaign__copy small {
	grid-column: 1 / -1;
	color: #7b4b24;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .075em;
	text-transform: uppercase;
}

body.has-glp-home .glp-home-editorial-campaign__copy strong {
	color: var(--glp-home-ink);
	font-size: clamp(21px, 2vw, 29px);
	font-weight: 820;
	letter-spacing: -.035em;
	line-height: 1.04;
}

body.has-glp-home .glp-home-editorial-campaign__copy > span {
	grid-column: 1;
	margin-top: 5px;
	color: var(--glp-home-copy);
	font-size: 12.5px;
	line-height: 1.4;
}

body.has-glp-home .glp-home-editorial-campaign__copy em {
	display: inline-flex;
	grid-column: 2;
	grid-row: 2 / 4;
	align-items: center;
	align-self: end;
	gap: 7px;
	padding: 9px 12px;
	border: 1px solid rgba(30, 37, 40, .2);
	border-radius: 999px;
	background: rgba(255, 255, 255, .46);
	color: var(--glp-home-ink);
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
	white-space: nowrap;
}

body.has-glp-home .glp-home-editorial-campaign__link:hover,
body.has-glp-home .glp-home-editorial-campaign__link:hover strong,
body.has-glp-home .glp-home-editorial-campaign__link:hover em {
	color: var(--glp-home-ink);
}

body.has-glp-home .glp-home-infinite {
	display: flex;
	min-height: 86px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: var(--glp-home-muted);
	font-size: 12.5px;
	font-weight: 700;
	text-align: center;
}

body.has-glp-home .glp-home-infinite__spinner {
	width: 20px;
	height: 20px;
	border: 2px solid rgba(30, 37, 40, .15);
	border-top-color: var(--glp-home-orange);
	border-radius: 50%;
	animation: glp-home-spin .8s linear infinite;
}

body.has-glp-home .glp-home-infinite.is-idle .glp-home-infinite__spinner,
body.has-glp-home .glp-home-infinite.is-done .glp-home-infinite__spinner,
body.has-glp-home .glp-home-infinite.is-error .glp-home-infinite__spinner {
	display: none;
}

body.has-glp-home .glp-home-infinite__retry {
	min-height: 38px;
	padding: 0 15px;
	border: 1px solid var(--glp-home-ink);
	border-radius: 7px;
	background: transparent;
	color: var(--glp-home-ink);
	font-size: 12px;
	font-weight: 800;
}

body.has-glp-home .glp-home-infinite__retry:hover {
	background: var(--glp-home-ink);
	color: #fff;
}

@keyframes glp-home-spin {
	to { transform: rotate(360deg); }
}

@media (max-width: 1100px) {
	body.has-glp-home .glp-home-intro {
		grid-template-columns: minmax(290px, .65fr) minmax(0, 1.35fr);
	}

	body.has-glp-home .glp-home-intro__visuals {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: repeat(3, minmax(0, 1fr));
	}

	body.has-glp-home .glp-home-departments__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 920px) {
	body.has-glp-home .glp-home {
		padding-top: 12px !important;
	}

	body.has-glp-home .glp-home-intro,
	body.has-glp-home .glp-home-shop__section,
	body.has-glp-home .glp-home-shop-brands {
		width: calc(100% - 24px);
	}

	body.has-glp-home .glp-home-intro {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	body.has-glp-home .glp-home-intro__copy {
		padding: 34px;
	}

	body.has-glp-home .glp-home-intro__visuals {
		min-height: 520px;
	}

	body.has-glp-home .glp-home-departments {
		padding: 28px;
	}

	body.has-glp-home .glp-home-departments__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.has-glp-home .glp-home-shop-brands__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	body.has-glp-home .glp-home {
		padding: 8px 0 48px !important;
	}

	body.has-glp-home .glp-home-intro,
	body.has-glp-home .glp-home-shop__section,
	body.has-glp-home .glp-home-shop-brands {
		width: calc(100% - 16px);
	}

	body.has-glp-home .glp-home-intro {
		gap: 8px;
		padding: 8px;
		border-radius: 16px;
	}

	body.has-glp-home .glp-home-intro__copy {
		padding: 25px 18px 22px;
	}

	body.has-glp-home .glp-home-intro h1 {
		font-size: clamp(36px, 12vw, 50px);
	}

	body.has-glp-home .glp-home-intro p {
		margin-top: 16px;
		font-size: 14px;
	}

	body.has-glp-home .glp-home-intro__actions {
		width: 100%;
		margin-top: 21px;
	}

	body.has-glp-home .glp-home-button {
		flex: 1 1 100%;
	}

	body.has-glp-home .glp-home-intro__visuals {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: repeat(3, minmax(0, 1fr));
		min-height: 570px;
	}

	body.has-glp-home .glp-home-intro__visual > span {
		display: block;
		padding: 8px 9px 9px;
	}

	body.has-glp-home .glp-home-intro__visual small {
		display: block;
		margin-top: 3px;
	}

	body.has-glp-home .glp-home-shop__section {
		padding-top: 34px;
	}

	body.has-glp-home .glp-home-shop__section-head {
		align-items: flex-start;
		gap: 12px;
	}

	body.has-glp-home .glp-home-shop__section-head h2 {
		font-size: 27px;
	}

	body.has-glp-home .glp-home-shop__section-head > a {
		margin-top: 18px;
		padding: 7px 9px;
		font-size: 10.5px;
	}

	body.has-glp-home .glp-home-departments {
		margin-top: 24px;
		padding: 22px 12px 14px;
		border-radius: 16px;
	}

	body.has-glp-home .glp-home-departments__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	body.has-glp-home .glp-home-department {
		grid-template-rows: minmax(120px, 1fr) auto auto;
	}

	body.has-glp-home .glp-home-department__name {
		padding: 10px 10px 2px;
		font-size: 12px;
	}

	body.has-glp-home .glp-home-department__count {
		padding: 0 10px 10px;
		font-size: 9.5px;
	}

	body.has-glp-home .glp-home-shop-brands {
		margin-top: 12px;
		padding: 22px 12px 14px !important;
		border-radius: 16px;
	}

	body.has-glp-home .glp-home-shop-brands__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	body.has-glp-home .glp-home-shop-brand {
		min-height: 84px;
		padding: 11px;
	}

	body.has-glp-home .glp-home-products__head {
		display: block;
	}

	body.has-glp-home .glp-home-products__head > p {
		margin-top: 8px;
		text-align: left;
	}

	body.has-glp-home .glp-home-campaign-showcase {
		grid-template-columns: 1fr;
		margin-top: 26px;
	}

	body.has-glp-home .glp-home-editorial-campaign__media {
		aspect-ratio: 16 / 8.5;
	}

	body.has-glp-home .glp-home-editorial-campaign__copy {
		display: block;
		padding: 16px;
	}

	body.has-glp-home .glp-home-editorial-campaign__copy strong {
		display: block;
		margin-top: 4px;
		font-size: 22px;
	}

	body.has-glp-home .glp-home-editorial-campaign__copy em {
		display: inline-flex;
		margin-top: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.has-glp-home .glp-home *,
	body.has-glp-home .glp-home *::before,
	body.has-glp-home .glp-home *::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}

/* v7: calmer discovery page. Product imagery stays the focal point instead of
   competing rainbow tiles, and mobile starts with one clear shopping action. */
body.has-glp-home{--glp-home-canvas:#f5f6f6;--glp-home-blue:#edf1f2;--glp-home-yellow:#edf1f2;--glp-home-peach:#edf1f2;--glp-home-mint:#edf1f2;--glp-home-lilac:#edf1f2;}
body.has-glp-home .glp-home-intro{border-color:rgba(30,37,40,.16);box-shadow:0 12px 32px rgba(30,37,40,.08);}
body.has-glp-home .glp-home-intro__visual{background:#f7f8f8;}
body.has-glp-home .glp-home-intro__visual:nth-child(2),body.has-glp-home .glp-home-intro__visual:nth-child(3),body.has-glp-home .glp-home-intro__visual:nth-child(4),body.has-glp-home .glp-home-intro__visual:nth-child(5),body.has-glp-home .glp-home-intro__visual:nth-child(6){background:#f1f3f3;}
body.has-glp-home .glp-home-departments{background:#eef1f2;}
body.has-glp-home .glp-home-department,body.has-glp-home .glp-home-department:nth-child(4n + 2),body.has-glp-home .glp-home-department:nth-child(4n + 3),body.has-glp-home .glp-home-department:nth-child(4n + 4){background:#fff;}
body.has-glp-home .glp-home-shop-brands{background:#eef1f2;}
body.has-glp-home .glp-home-shop-brand{background:#fff;}
@media (max-width:640px){
 body.has-glp-home .glp-home-intro{display:block;min-height:0;padding:0;overflow:hidden;background:var(--glp-home-orange);}
 body.has-glp-home .glp-home-intro__copy{min-height:390px;padding:34px 24px 28px;justify-content:center;}
 body.has-glp-home .glp-home-intro__eyebrow{margin-bottom:13px;background:rgba(255,255,255,.46);}
 body.has-glp-home .glp-home-intro h1{max-width:330px;font-size:42px;line-height:1;}
 body.has-glp-home .glp-home-intro p{max-width:315px;font-size:15px;line-height:1.48;}
 body.has-glp-home .glp-home-intro__visuals{display:none;}
 body.has-glp-home .glp-home-intro__actions{gap:9px;}
 body.has-glp-home .glp-home-button{min-height:46px;}
 body.has-glp-home .glp-home-departments{margin-top:18px;padding:20px 10px 12px;}
 body.has-glp-home .glp-home-department{border-radius:10px;}
 body.has-glp-home .glp-home-department__image img{padding:8px 8px 0;}
 body.has-glp-home .glp-home-shop-brands{padding:20px 10px 12px!important;}
}
body.has-glp-home .glp-home-department.is-text-only .glp-home-department__image{display:flex;align-items:flex-end;justify-content:flex-end;padding:12px;background:linear-gradient(135deg,#f6f8f8,#e6ecee);}
body.has-glp-home .glp-home-department.is-text-only .glp-home-department__image::after{content:"→";width:40px;height:40px;border-radius:50%;background:var(--glp-home-orange);color:#fff;display:grid;place-items:center;font-size:23px;font-weight:500;line-height:1;}
body.has-glp-home .glp-home-department.is-text-only .glp-home-department__name{border-top:0;}
@media (max-width:640px){body.has-glp-home .glp-home-department.is-text-only .glp-home-department__image{min-height:92px;padding:10px;}body.has-glp-home .glp-home-department.is-text-only .glp-home-department__image::after{width:34px;height:34px;font-size:19px;}}
