
/* Nest Custom Store Header, Footer & Categories — Opel Boutique v1.5 */
.ncsl-shell {
	width: min(1320px, calc(100% - 40px));
	margin-inline: auto;
}

.ncsl-desktop-header,
.ncsl-mobile-header,
.ncsl-store-footer {
	font-family: inherit;
}

.ncsl-desktop-header {
	position: relative;
	z-index: 100;
	background: #fff;
	border-bottom: 1px solid #eceff1;
	color: var(--ncsl-primary);
}

.ncsl-desktop-header a,
.ncsl-mobile-header a,
.ncsl-store-footer a {
	text-decoration: none;
}

.ncsl-announcement {
	background: var(--ncsl-primary);
	color: #fff;
	font-size: 13px;
}

.ncsl-announcement-inner {
	min-height: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.ncsl-announcement-text:empty {
	display: none;
}

.ncsl-announcement-contact {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-inline-start: auto;
}

.ncsl-announcement-contact a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #fff;
}

.ncsl-announcement-contact svg,
.ncsl-footer-contact svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ncsl-mainbar {
	background: #fff;
}

.ncsl-mainbar-inner {
	min-height: 98px;
	display: grid;
	grid-template-columns: minmax(220px, 310px) minmax(360px, 1fr) auto;
	align-items: center;
	gap: 34px;
}

.ncsl-brand {
	min-width: 0;
}

.ncsl-logo {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
}

.ncsl-logo-image {
	display: block;
	width: auto;
	max-width: 290px;
	max-height: 78px;
	object-fit: contain;
}

.ncsl-search-wrap,
.ncsl-mobile-search {
	min-width: 0;
}

.ncsl-search-wrap .dgwt-wcas-search-wrapp,
.ncsl-mobile-search .dgwt-wcas-search-wrapp {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	border: 2px solid var(--ncsl-accent) !important;
	border-radius: 12px !important;
	background: #fff !important;
	box-shadow: 0 0 0 1px rgb(79 52 56 / 4%) !important;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.ncsl-search-wrap .dgwt-wcas-search-wrapp:focus-within,
.ncsl-mobile-search .dgwt-wcas-search-wrapp:focus-within {
	border-color: var(--ncsl-primary) !important;
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--ncsl-accent) 25%, transparent) !important;
}

.ncsl-search-wrap .dgwt-wcas-search-form,
.ncsl-mobile-search .dgwt-wcas-search-form {
	margin: 0 !important;
}

.ncsl-search-wrap .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp,
.ncsl-mobile-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp,
.ncsl-search-wrap .dgwt-wcas-sf-wrapp,
.ncsl-mobile-search .dgwt-wcas-sf-wrapp {
	border: 0 !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	background: #fff !important;
}

.ncsl-search-wrap .dgwt-wcas-search-input,
.ncsl-mobile-search .dgwt-wcas-search-input {
	border: 0 !important;
	box-shadow: none !important;
	background: #fff !important;
}

.ncsl-fallback-search {
	position: relative;
	display: flex;
	width: 100%;
	min-height: 50px;
	border: 2px solid var(--ncsl-accent);
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}

.ncsl-fallback-search input[type="search"] {
	flex: 1;
	min-width: 0;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	padding: 0 18px;
	font: inherit;
	color: var(--ncsl-primary);
}

.ncsl-fallback-search button {
	flex: 0 0 auto;
	border: 0;
	background: var(--ncsl-accent);
	color: #fff;
	padding: 0 25px;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.ncsl-header-actions {
	display: flex;
	align-items: center;
}

.ncsl-header-action {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--ncsl-primary);
	white-space: nowrap;
}

.ncsl-action-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
}

.ncsl-action-icon svg {
	width: 29px;
	height: 29px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ncsl-action-copy {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
}

.ncsl-action-copy small {
	color: #7a858c;
	font-size: 11px;
}

.ncsl-action-copy strong {
	color: var(--ncsl-primary);
	font-size: 14px;
	font-weight: 700;
}

.ncsl-category-nav {
	background: #fff;
	border-top: 1px solid #f0f2f3;
	box-shadow: 0 6px 16px rgb(25 42 52 / 5%);
}

.ncsl-category-nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2px 4px;
	margin: 0;
	padding: 7px 0;
	list-style: none;
}

.ncsl-category-nav li {
	margin: 0;
	padding: 0;
}

.ncsl-category-nav a {
	position: relative;
	display: block;
	padding: 11px 13px;
	border-radius: 8px;
	color: var(--ncsl-primary);
	font-size: 14px;
	font-weight: 700;
	transition: color .2s ease, background-color .2s ease;
}

.ncsl-category-nav a:hover,
.ncsl-category-nav .is-current a {
	background: color-mix(in srgb, var(--ncsl-accent) 14%, #fff);
	color: var(--ncsl-primary);
}

/* Custom visible mobile header. Nest's drawer remains untouched. */
.ncsl-mobile-header {
	display: none;
	position: relative;
	z-index: 1001;
	background: #fff;
	border-bottom: 1px solid #eceff1;
	box-shadow: 0 4px 16px rgb(25 42 52 / 6%);
}

.ncsl-mobile-top {
	min-height: 68px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 7px 16px;
}

.ncsl-mobile-header .ncsl-logo-image {
	max-width: 205px;
	max-height: 56px;
}

.ncsl-mobile-menu-button {
	flex: 0 0 auto;
	position: relative;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 45px;
	height: 45px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 11px;
	background: color-mix(in srgb, var(--ncsl-accent) 13%, #fff);
	box-shadow: none;
	cursor: pointer;
}

.ncsl-mobile-menu-button span {
	position: static !important;
	display: block !important;
	width: 23px !important;
	height: 2px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 2px;
	background: var(--ncsl-primary) !important;
	transform: none !important;
}

.ncsl-mobile-menu-button span::before,
.ncsl-mobile-menu-button span::after {
	display: none !important;
	content: none !important;
}

.ncsl-mobile-search {
	padding: 0 14px 13px;
}

.ncsl-mobile-search .dgwt-wcas-search-input {
	min-height: 44px !important;
}

/* Custom pages-only mobile drawer */
.ncsl-mobile-menu-overlay {
	position: fixed;
	inset: 0;
	z-index: 99990;
	background: rgb(35 24 27 / 48%);
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s ease, visibility .25s ease;
}

.ncsl-mobile-drawer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	width: min(88vw, 370px);
	max-width: 100%;
	padding: 0;
	background: #fffafa;
	box-shadow: -14px 0 45px rgb(35 24 27 / 20%);
	transform: translateX(110%);
	visibility: hidden;
	transition: transform .3s ease, visibility .3s ease;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.ncsl-mobile-menu-overlay.is-open {
	opacity: 1;
	visibility: visible;
}

.ncsl-mobile-drawer.is-open {
	transform: translateX(0) !important;
	visibility: visible;
}

body.ncsl-drawer-open {
	overflow: hidden;
	touch-action: none;
}

.ncsl-mobile-drawer-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 82px;
	padding: 12px 18px;
	border-bottom: 1px solid #eddfe1;
	background: #fff;
}

.ncsl-mobile-drawer-head .ncsl-logo-image {
	max-width: 190px;
	max-height: 55px;
}

.ncsl-mobile-drawer-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #f6e9eb;
	color: var(--ncsl-primary);
	cursor: pointer;
}

.ncsl-mobile-drawer-close svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
}

.ncsl-mobile-pages-nav {
	padding: 15px 18px 22px;
}

.ncsl-mobile-pages-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ncsl-mobile-pages-nav li {
	margin: 0;
	border-bottom: 1px solid #efe4e6;
}

.ncsl-mobile-pages-nav a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 53px;
	padding: 10px 4px 10px 26px;
	color: var(--ncsl-primary);
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}

.ncsl-mobile-pages-nav a::after {
	content: "‹";
	position: absolute;
	inset-inline-end: 5px;
	color: var(--ncsl-accent);
	font-size: 25px;
	font-weight: 400;
	line-height: 1;
}

.ncsl-mobile-pages-nav a:hover {
	color: var(--ncsl-accent);
}

.ncsl-mobile-drawer-contact {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	gap: 11px;
	padding: 20px 18px 28px;
	border-top: 1px solid #eddfe1;
	background: #fdf3f4;
}

.ncsl-mobile-drawer-contact a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--ncsl-primary);
	font-size: 13px;
	font-weight: 600;
	word-break: break-word;
}

.ncsl-mobile-drawer-contact svg {
	flex: 0 0 auto;
	width: 19px;
	height: 19px;
	fill: none;
	stroke: var(--ncsl-accent);
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* Nest's old two-tab slider is not used in v1.3. */
body.ncsl-active .mobile-header-active,
body.ncsl-active .body-overlay-1 {
	display: none !important;
}

/* Opel Boutique custom footer */
.ncsl-store-footer {
	position: relative;
	margin-top: 60px;
	padding: 58px 0 0;
	background: linear-gradient(135deg, #fff9f9 0%, #f9eeee 100%);
	color: var(--ncsl-primary);
	border-top: 1px solid #ecdadd;
}

.ncsl-store-footer::before {
	content: "";
	position: absolute;
	inset-block-start: 0;
	inset-inline: 0;
	height: 4px;
	background: linear-gradient(90deg, #b97884, #e0b8bf, #b97884);
}

.ncsl-footer-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 44px;
	padding-bottom: 42px;
}

.ncsl-footer-logo {
	display: inline-flex;
	align-items: center;
	margin-bottom: 12px;
}

.ncsl-footer-logo-image {
	display: block;
	width: auto;
	max-width: 240px;
	max-height: 76px;
	object-fit: contain;
}

.ncsl-footer-about h3 {
	margin: 8px 0 10px;
	color: var(--ncsl-primary);
	font-size: 23px;
	font-weight: 800;
}

.ncsl-footer-about p {
	max-width: 410px;
	margin: 0;
	color: #715d61;
	line-height: 1.9;
}

.ncsl-footer-column h4 {
	position: relative;
	margin: 6px 0 22px;
	padding-bottom: 11px;
	color: var(--ncsl-primary);
	font-size: 18px;
	font-weight: 800;
}

.ncsl-footer-column h4::after {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	inset-block-end: 0;
	width: 48px;
	height: 3px;
	border-radius: 3px;
	background: var(--ncsl-accent);
}

.ncsl-footer-column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ncsl-footer-column li {
	margin: 0 0 12px;
}

.ncsl-footer-column a {
	color: #655156;
	text-decoration: none;
	transition: color .2s ease, padding .2s ease;
}

.ncsl-footer-column a:hover {
	color: var(--ncsl-accent);
	padding-inline-start: 4px;
}

.ncsl-footer-column:not(.ncsl-footer-about) > ul:not(.ncsl-contact-list) a,
.ncsl-footer-menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding-inline-start: 16px;
}

.ncsl-footer-column:not(.ncsl-footer-about) > ul:not(.ncsl-contact-list) a::before,
.ncsl-footer-menu a::before {
	content: "‹";
	position: absolute;
	inset-inline-start: 0;
	color: var(--ncsl-accent);
	font-size: 19px;
	line-height: 1;
}

.ncsl-contact-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.ncsl-contact-list li {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	margin: 0;
	color: #655156;
	line-height: 1.65;
}

.ncsl-contact-list svg {
	flex: 0 0 auto;
	width: 21px;
	height: 21px;
	margin-top: 2px;
	fill: none;
	stroke: var(--ncsl-accent);
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ncsl-contact-list strong {
	display: inline-block;
	margin-inline-end: 6px;
	color: var(--ncsl-primary);
}

.ncsl-contact-list a {
	word-break: break-word;
}

.ncsl-payment-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 17px;
	padding: 30px 20px;
	border-top: 1px dashed #dcbfc4;
	border-bottom: 1px solid #ead8db;
	text-align: center;
}

.ncsl-payment-section h4 {
	margin: 0;
	color: var(--ncsl-primary);
	font-size: 17px;
	font-weight: 700;
}

.ncsl-payment-section img {
	display: block;
	width: auto;
	max-width: min(100%, 340px);
	max-height: 60px;
	object-fit: contain;
}

.ncsl-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 78px;
	padding: 15px 0;
}

.ncsl-footer-bottom p {
	margin: 0;
	color: #79666a;
	font-size: 14px;
}

.ncsl-footer-credit a {
	color: var(--ncsl-accent);
	font-weight: 800;
	text-decoration: none;
}

.ncsl-footer-credit a:hover {
	text-decoration: underline;
}

/* Parent product-category landing page */
.ncsl-category-landing {
	width: 100%;
	padding: 30px 0 55px;
}

.ncsl-category-landing-header {
	max-width: 760px;
	margin: 0 auto 34px;
	text-align: center;
}

.ncsl-category-landing-header h1 {
	margin: 0 0 12px;
	color: var(--ncsl-primary);
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 800;
	line-height: 1.2;
}

.ncsl-category-description {
	color: #66737a;
	line-height: 1.8;
}

.ncsl-category-description > :last-child {
	margin-bottom: 0;
}

.ncsl-subcategory-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.ncsl-subcategory-card {
	position: relative;
	display: block;
	overflow: hidden;
	border: 1px solid #e7ebed;
	border-radius: 18px;
	background: #fff;
	color: var(--ncsl-primary);
	text-decoration: none !important;
	box-shadow: 0 8px 30px rgb(25 42 52 / 6%);
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.ncsl-subcategory-card:hover {
	transform: translateY(-5px);
	border-color: color-mix(in srgb, var(--ncsl-accent) 45%, #e7ebed);
	box-shadow: 0 16px 38px rgb(25 42 52 / 12%);
}

.ncsl-subcategory-image {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f5f7f8;
}

.ncsl-subcategory-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
}

.ncsl-subcategory-card:hover .ncsl-subcategory-image img {
	transform: scale(1.045);
}

.ncsl-subcategory-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 18px 19px;
}

.ncsl-subcategory-copy {
	min-width: 0;
}

.ncsl-subcategory-content h2 {
	margin: 0;
	color: var(--ncsl-primary);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.3;
}

.ncsl-subcategory-count {
	display: block;
	margin-top: 6px;
	color: #7a878d;
	font-size: 12px;
}

.ncsl-subcategory-arrow {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--ncsl-accent) 15%, #fff);
	color: var(--ncsl-primary);
}

.ncsl-subcategory-arrow svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

html[dir="rtl"] .ncsl-subcategory-arrow svg {
	transform: rotate(180deg);
}

@media (max-width: 1199.98px) {
	.ncsl-mainbar-inner {
		grid-template-columns: minmax(180px, 250px) minmax(280px, 1fr) auto;
		gap: 20px;
	}

	.ncsl-action-copy {
		display: none;
	}

	.ncsl-subcategory-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

/*
 * Nest desktop cutoff is max-width: 992px. Use the same cutoff and replace
 * only the visible theme mobile bar, not .mobile-header-active.
 */
@media (max-width: 992px) {
	/*
	 * Nest's own responsive stylesheet sets .header_area { display:none }.
	 * Re-enable the custom header container so our mobile bar can exist.
	 */
	body.ncsl-active .header_area {
		display: block !important;
		position: relative;
		z-index: 1001;
	}

	.ncsl-desktop-header {
		display: none !important;
	}

	.ncsl-active .mobile_header {
		display: none !important;
	}

	.ncsl-mobile-header {
		display: block !important;
	}

	.ncsl-store-footer {
		margin-top: 38px;
		padding-top: 42px;
	}

	.ncsl-footer-grid {
		gap: 34px;
	}

	.ncsl-subcategory-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}
}

@media (min-width: 992.01px) {
	body.ncsl-active .header_area {
		display: block !important;
	}

	.ncsl-mobile-header {
		display: none !important;
	}

	.ncsl-active .mobile_header {
		display: none !important;
	}
}

@media (max-width: 575.98px) {
	.ncsl-shell {
		width: min(100% - 28px, 1320px);
	}

	.ncsl-mobile-header .ncsl-logo-image {
		max-width: 175px;
		max-height: 50px;
	}

	.ncsl-mobile-top {
		min-height: 62px;
		padding-inline: 12px;
	}

	.ncsl-mobile-menu-button {
		width: 42px;
		height: 42px;
	}


	.ncsl-footer-grid {
		grid-template-columns: 1fr;
		gap: 30px;
		text-align: center;
	}

	.ncsl-footer-column h4::after {
		inset-inline-start: 50%;
		transform: translateX(50%);
	}

	.ncsl-footer-about p {
		margin-inline: auto;
	}

	.ncsl-footer-column:not(.ncsl-footer-about) > ul:not(.ncsl-contact-list) a,
	.ncsl-footer-menu a {
		justify-content: center;
		padding-inline: 16px;
	}

	.ncsl-contact-list li {
		justify-content: center;
		text-align: start;
	}

	.ncsl-footer-bottom {
		flex-direction: column;
		justify-content: center;
		gap: 7px;
		text-align: center;
	}

	.ncsl-subcategory-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.ncsl-category-landing {
		padding-top: 18px;
	}

	.ncsl-category-landing-header {
		margin-bottom: 24px;
	}

	.ncsl-subcategory-content {
		padding: 14px 13px;
	}

	.ncsl-subcategory-content h2 {
		font-size: 14px;
	}

	.ncsl-subcategory-arrow {
		width: 29px;
		height: 29px;
	}
}
