@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Rouge+Script&display=swap');

@font-face {
	font-family: Akkreg;
	src: url("../fonts/Akkreg.woff") format("woff");
}

@font-face {
	font-family: Akkreg;
	src: url("../fonts/Akkbol.woff") format("woff");
	font-weight: bold;
}

@font-face {
	font-family: Akkreg;
	src: url("../fonts/Akkita.woff") format("woff");
	font-style: italic;
}

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

html {
	height: 100%;
	overflow-y: scroll;
	overflow-x: clip;
}

body {
	height: 100vh;
	display: flex;
	flex-direction: column;
	margin: 0;
	margin-top: 100px;
	font-family: Akkreg, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 1.7;
}

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

/* Video elements (about page loops) */
video {
	max-width: 100%;
	height: auto;
	display: block;
}

.about-video {
	width: 100%;
	height: auto;
	object-fit: cover;
}

::-moz-selection {
	background: #D8F6FB;
	color: #000;
}

::selection {
	background: #D8F6FB;
	color: #000;
}

a,
a:visited,
a:active {
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-top: -3px;
}


h1 {
	margin-top: -8px;
	margin-left: -4px;
	margin-bottom: 0;
	display: inline-block;
	font-size: 2.8em;
	font-weight: normal;
	letter-spacing: -1.3px;
	line-height: normal;
}

h2 {
	width: 90%;
	font-size: 19px;
	font-weight: bold;
	word-wrap: break-word;
}

.block1 h2,
.block2 h2,
.block3 h2 {
	margin-top: 0;
}

h3 {
	margin-top: 1.15em;
	word-wrap: break-word;
	line-height: normal;
	text-align: center;
}


h4 {
	margin-top: 1.15em;
	margin-bottom: 0;
	font-size: 15px;
	text-align: center;
	word-wrap: break-word;
	line-height: normal;
}

h5 {
	text-align: center;
	text-decoration: underline;
}

#content {
	width: 100%;
	margin: 0 auto;
	/* visible so position:sticky (filter ribbon, category headers) can pin to the viewport */
	overflow: visible;
	flex: 1 0 auto;
}

.grid {
	width: 95%;
	margin: 0 auto;
	overflow: visible;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.italic {
	font-style: italic;
}

.line-height {
	line-height: 1.5em;
}

.space05-top {
	padding-top: 45px;
}

.space05-bottom {
	padding-bottom: 45px;
}

.space1-top {
	padding-top: 90px;
}

.space1 {
	padding: 90px 0 90px 0;
}

.space1-bottom {
	padding-bottom: 90px;
}

.space2-top {
	padding-top: 180px;
}

.footer {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Promo announcement bar */
.promo-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 10px 16px;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 0.02em;
}

.promo-bar__btn {
	background: none;
	border: none;
	color: inherit;
	font: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	cursor: pointer;
	padding: 0;
}

.promo-bar__btn:hover {
	opacity: 0.85;
}

.promo-bar__btn strong {
	color: #D8F6FB;
	font-weight: bold;
}

body.has-promo-bar {
	margin-top: 136px;
}

body.has-promo-bar .menu {
	top: 36px;
}

.menu {
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* Dynamic padding: aligns with 1050px content area (block3 width), accounts for 15px block margins */
	padding: 0 max(calc(2.5% + 15px), calc((100% - 1050px) / 2));
	z-index: 1000;
	background-color: white;
}

.menu>.block1,
.menu>.block2 {
	width: auto;
	margin: 0;
}

#breen-full img {
	min-width: 100px;
	height: 25px;
}

/* Hamburger button - hidden on desktop */
.hamburger {
	display: none;
	background: none;
	border: none;
	padding: 10px;
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
}

.hamburger-line {
	display: block;
	width: 24px;
	height: 2px;
	background-color: #000;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Nav links container - inline on desktop */
.nav-links {
	display: flex;
	align-items: center;
	gap: 30px;
}

.nav-links .block1 {
	width: auto;
	margin: 0;
}

.nav-links > div a {
	font-weight: 500;
	letter-spacing: 0.01em;
}

.nav-links > div:not(:last-child) a:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

/* Nav Cart Icon */
.nav-cart-link {
	display: flex;
	align-items: center;
	position: relative;
	transition: opacity 0.2s ease;
}

.nav-cart-link:hover {
	opacity: 0.7;
	text-decoration: none;
}

.nav-cart-icon {
	width: 22px;
	height: 22px;
	color: #000000;
}

.language {
	width: 1050px;
	height: auto;
	margin: 5px 15px 0px 0px;
	font-size: 70%;
	text-align: right;
}

.intro-container {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.detail {
	min-height: 330px;
	padding: 0 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #fafcd9;
}

.collage-container {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.collage-links {
	width: 50%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.collage-rechts {
	width: 50%;
	margin-left: auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-end;
}

.block1 {
	width: 330px;
	height: auto;
	margin: 15px;
}

.block2 {
	width: 690px;
	height: auto;
	margin: 15px;
}

.block3 {
	width: 1050px;
	height: auto;
	margin: 15px;
}

/* Home hero flagship */
.hero-flagship {
	margin-bottom: 0;
}

.hero-flagship__visual {
	width: 100%;
	line-height: 0;
	margin-bottom: 28px;
	overflow: hidden;
	aspect-ratio: 1600 / 880;
}

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

.hero-flagship__subline {
	font-size: 1.05rem;
	line-height: 1.55;
	max-width: 640px;
	margin: 16px 0 0;
	font-weight: 400;
}

.hero-flagship__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
	margin-top: 28px;
}

.hero-flagship__cta {
	max-width: 320px;
	text-align: center;
}

.hero-flagship__secondary {
	align-self: center;
	font-size: 0.95rem;
	color: #000;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.hero-flagship__secondary:hover {
	opacity: 0.7;
}

/* Shop by category tiles */
.category-tile {
	display: block;
	text-decoration: none;
	color: #000;
}

.category-tile img {
	width: 100%;
	display: block;
}

.category-tile:hover {
	text-decoration: none;
}

.category-tile__label {
	margin-top: 12px;
	font-weight: 500;
}

.category-tile__count {
	font-size: 0.85rem;
	color: #888;
}

/* B2B one-liner (homepage) */
.b2b-oneliner {
	text-align: center;
	font-size: 0.9rem;
	color: #666;
	margin: 0;
	padding: 24px 15px;
}

.b2b-oneliner a {
	color: #000;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Home hero (index) */
.hero-headline {
	margin-top: 15px;
	margin-bottom: -10px;
}

.hero-subtitle {
	margin-bottom: 30px;
}

.c-block1 {
	width: 41.6%;
	height: auto;
	margin-top: -10vw;
}

.c-block-klein {
	width: 21.6%;
	height: auto;
	margin-top: -23vw;
}

.c-block2 {
	width: 43.5%;
	height: auto;
	margin-top: -10vw;
}

.links1 {
	margin-left: 15%;
}

.links2 {
	margin-left: 33.5%;
}

.links3 {
	margin-left: 39.6%;
}

.rechts {
	justify-content: flex-end;
}

.rechts1 {
	margin-right: 15%;
}

.rechts2 {
	margin-right: 33.5%;
}

.rechts3 {
	margin-right: 39.6%;
}

.zindex {
	z-index: -100;
}

.bg1 {
	width: 41.6%;
	height: auto;
	z-index: -50;
}

.bg2 {
	width: 87%;
	height: auto;
	z-index: -50;
}

.bg3 {
	max-width: 66.2%;
	height: auto;
	z-index: -50;
}

.bg-color-grey {
	background-color: #F4F4F4;
}

.bg-color-lightgrey {
	background-color: #f7f7f7;
}

.bg-color-green {
	background-color: #e9fef5;
}

.bg-color-lightyellow {
	background-color: #F9FBD8;
}

.bg-color-yellow {
	background-color: #ffff58;
}


.bg2-interactive {
	width: 87%;
	height: auto;
}

.full-block {
	width: 100%;
	height: auto;
}


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

.cta-space {
	margin-top: 10%;
}

.titel-space {
	padding-top: 65px;
	padding-bottom: 15px;
}

.info {
	font-size: 75%;
	line-height: 150%;
}


.textbold {
	font-weight: bold;
	/*font-size: 70%;			VOOR KLEIN KAPITALEN
	letter-spacing: 1.5px;*/
}

.c-text {
	width: 330px;
	height: auto;
	margin: auto;
}

.cta-block3 {
	width: 1050px;
	min-height: 330px;
	display: flex;
	align-items: center;
	text-align: center;
}

.cta-block3 h2 {
	width: 100%;
	margin: 0;
}



.trusted-brands {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	gap: 48px;
	width: auto;
	max-width: 100%;
}

.trusted-brand-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}

.trusted-brand-title {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	opacity: 0.75;
}

.trusted-brand {
	width: 140px;
	max-width: 42vw;
	height: auto;
	margin: 0;
	display: block;
}

.trusted-brand img {
	width: 100%;
	height: auto;
	display: block;
}

.trusted-brand-divider {
	width: 1px;
	background: rgba(0, 0, 0, 0.18);
	flex: 0 0 auto;
	align-self: stretch;
	margin: 18px 0 0 0;
}

.trusted-brand-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
}

.trusted-brand-row .trusted-brand {
	width: 100px;
	max-width: 26vw;
}

/* ---- Testimonial Carousel (continuous marquee) ---- */
.testimonial-carousel {
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* Soft fade edges so cards don't hard-clip */
.testimonial-carousel::before,
.testimonial-carousel::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	z-index: 2;
	pointer-events: none;
}

.testimonial-carousel::before {
	left: 0;
	background: linear-gradient(to right, #fff, transparent);
}

.testimonial-carousel::after {
	right: 0;
	background: linear-gradient(to left, #fff, transparent);
}

.testimonial-track {
	display: flex;
	gap: 32px;
	width: max-content;
	animation: testimonial-scroll 35s linear infinite;
}

.testimonial-carousel:hover .testimonial-track {
	animation-play-state: paused;
}

@keyframes testimonial-scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(var(--scroll-distance, -50%));
	}
}

.testimonial-card {
	flex: 0 0 460px;
	display: flex;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	overflow: hidden;
	min-height: 220px;
}

.testimonial-card-image {
	flex: 0 0 140px;
	position: relative;
	overflow: hidden;
}

.testimonial-card-image a {
	display: block;
	width: 100%;
	height: 100%;
}

.testimonial-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.testimonial-card-image:hover img {
	transform: scale(1.04);
}

.testimonial-card-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 28px 30px;
	gap: 12px;
	min-width: 0;
}

.testimonial-stars {
	font-size: 18px;
	color: #D8F6FB;
	letter-spacing: 2px;
	line-height: 1;
}

.testimonial-quote {
	font-style: italic;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	color: #222;
}

.testimonial-author {
	display: flex;
	align-items: center;
	gap: 10px;
}

.testimonial-avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.testimonial-avatar-initial {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	flex-shrink: 0;
	background: #e5e5e5;
	color: #555;
	font-size: 15px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.testimonial-flag {
	flex-shrink: 0;
	font-size: 20px;
	line-height: 1;
}

.testimonial-author-info {
	display: flex;
	flex-direction: column;
	gap: 1px;
	flex: 1;
	min-width: 0;
}

.testimonial-name {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
}

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

.testimonial-name a:hover {
	text-decoration: underline;
}

.testimonial-role {
	font-size: 11px;
	line-height: 1.3;
	opacity: 0.6;
}

.testimonial-org-link {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.2s ease;
}

.testimonial-org-link:hover {
	opacity: 0.7;
}

.testimonial-org-link img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


/* The Breen Standard section */
.standard-heading {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	text-align: left;
	line-height: 1.3;
}

.standard-text {
	font-size: 17px;
	line-height: 1.7;
	margin: 0;
	opacity: 0.85;
}

/* Discovery Hub (Slide Deck) */
.hub-heading {
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px;
}

.hub-cta {
	text-align: center;
	margin-top: 10px;
}

.hub-cta .btn-buy {
	max-width: 400px;
	margin: 0 auto;
}

.slide-deck {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding-bottom: 10px;
}

.slide-deck::-webkit-scrollbar {
	display: none;
}

.slide-card {
	flex: 0 0 280px;
	scroll-snap-align: start;
	text-decoration: none;
	color: inherit;
	transition: transform 0.18s ease;
}

.slide-card:hover {
	text-decoration: none;
	transform: none;
}

/* Slide-card image-swap integration */
.slide-card .image-swap {
	aspect-ratio: 1 / 1;
}

.slide-card .image-swap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Fallback for slide-cards without image-swap wrapper */
.slide-card>img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.slide-card:hover>img {
	transform: scale(1.05);
	filter: brightness(0.96);
}

.slide-card-title {
	font-size: 15px;
	margin-top: 12px;
	line-height: 1.3;
	text-align: center;
}



/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {

	.side,
	.middle {
		width: 100%;
	}

	/* Hide the right column on small screens */
	.right {
		display: none;
	}
}



.caption {
	font-size: 13px;
	line-height: 120%;
}

.img-subtext {
	font-size: 12px;
	line-height: 1.4;
	color: #999;
	margin: 8px 0 0 0;
}

/* ---- PRODUCT COLLAPSIBLE PANELS ---- */
.prod-collapsible {
	border-top: 1px solid #e5e5e5;
	margin-top: 15px;
}

.prod-collapsible:first-of-type {
	margin-top: 40px;
}

.prod-collapsible-trigger {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 15px 0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	cursor: pointer;
	list-style: none;
	transition: opacity 0.2s ease;
}

.prod-collapsible-trigger::-webkit-details-marker {
	display: none;
}

.prod-collapsible-trigger::after {
	content: '';
	width: 8px;
	height: 8px;
	border-right: 1.5px solid #000;
	border-bottom: 1.5px solid #000;
	transform: rotate(45deg);
	transition: transform 0.25s ease;
	flex-shrink: 0;
	margin-left: 15px;
}

.prod-collapsible[open] .prod-collapsible-trigger::after {
	transform: rotate(-135deg);
}

.prod-collapsible-trigger:hover {
	opacity: 0.7;
}

.prod-collapsible-content {
	padding: 0 0 20px 0;
	font-size: 13px;
	line-height: 1.6;
	color: #333;
}

.prod-collapsible-content p {
	margin: 0 0 12px 0;
}

.prod-collapsible-content p:last-child {
	margin-bottom: 0;
}

.prod-explore-link {
	display: block;
	width: 100%;
	padding: 15px 0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: opacity 0.2s ease;
}

.prod-explore-link:hover {
	opacity: 0.7;
}

/* ---- EMBED SECTION ---- */
.embed-section {
	padding: 20px 0;
	text-align: center;
}

.embed-section-title {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 0 0 12px 0;
}

.embed-code-container {
	display: flex;
	align-items: stretch;
	gap: 8px;
	margin-bottom: 10px;
	text-align: left;
}

.embed-code {
	flex: 1;
	min-width: 0;
	background: #f3f3f3;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: 10px 12px;
	font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
	font-size: 11px;
	line-height: 1.5;
	color: #444;
	overflow-x: auto;
	white-space: pre;
	display: block;
	word-break: keep-all;
}

.embed-copy-btn {
	flex-shrink: 0;
	padding: 8px 14px;
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.3px;
	background: #f3f3f3;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease;
	white-space: nowrap;
}

.embed-copy-btn:hover {
	background: #e8e8e8;
	border-color: #bbb;
}

.embed-copy-btn.copied {
	background: #e9fef5;
	border-color: #8edbb6;
	color: #1a7a4a;
}

.embed-note {
	font-size: 12px;
	color: #888;
	margin: 0;
	font-style: italic;
}


.line-through {
	text-decoration: line-through;
}

.case {
	font-size: 1.5em;
	word-wrap: break-word;
}

.shop-prod-title {
	margin-top: 15px;
	line-height: 120%;
}

/* Shop product cards */
.product-card {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.product-card .btn-buy {
	margin-top: auto;
}

/* Quiet product badges (replaces diagonal ribbons on shop grid) */
.product-badge {
	display: block;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 6px;
	line-height: 1;
}

.product-badge--bestseller {
	color: #000;
}

.product-badge--new {
	color: #000;
	opacity: 0.55;
}

.product-badge--sold-out,
.product-badge--coming {
	opacity: 0.45;
}

/* Shop preview base */
.shop-preview {
	display: block;
}

/* ---- "New" ribbon ---- */
.ribbon-new {
	position: absolute;
	top: 18px;
	left: -34px;
	z-index: 10;
	width: 140px;
	padding: 4px 0;
	background-color: #e9fef5;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
	transform: rotate(-45deg);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
	pointer-events: none;
}

.ribbon-soon {
	position: absolute;
	top: 18px;
	left: -34px;
	z-index: 10;
	width: 140px;
	padding: 4px 0;
	background-color: #F9FBD8;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
	transform: rotate(-45deg);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
	pointer-events: none;
}

/* ---- Image Swap / Mini-Gallery Hover Effect ---- */
.image-swap {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}

.image-swap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.image-swap .image-primary {
	position: relative;
	z-index: 1;
}

.image-swap .image-hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
}

/* Hover: swap images */
.image-swap:not(.image-swap--single):hover .image-primary {
	opacity: 0;
}

.image-swap:not(.image-swap--single):hover .image-hover {
	opacity: 1;
}

/* Fallback: single image with subtle zoom when no hover image exists */
.image-swap--single {
	transition: transform 0.18s ease;
	transform: translateZ(0);
}

.image-swap--single:hover {
	transform: translateY(-4px);
}

/* Zoom modifier: hover image is a scaled crop of the same image for detail reveal */
.image-hover.image-hover--zoom {
	transform: scale(2);
	object-position: center 40%;
}

/* Shift Star Wars poster down in the square crop so symbols are visible */
.image-swap .image-primary[src*="star-wars"] {
	object-position: center 0%;
}

.shop-preview:focus-visible .image-swap--single {
	transform: translateY(-4px);
}

.image-swap--single img {
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.image-swap--single:hover img {
	transform: scale(1.05);
	filter: brightness(0.96);
}

body.home .block1:hover .btn-buy,
body.home .block1:focus-within .btn-buy {
	background-color: #D8F6FB;
	color: #000;
	text-decoration: none;
}

.shop-pay-container {
	display: flex;
	gap: 10px;
}

.shop-pay-icon {
	width: 102px;
}

.tel-no {
	font-size: 15px;
}

.cutoff img {
	margin-top: -15px;
}


.socmed-outer-container {
	display: flex;
	justify-content: flex-end;
}

.socmed-container {
	width: 75px;
	height: 30px;
	display: flex;
	justify-content: space-between;
}

.socmed,
.socmed .linkedin,
.socmed .behance,
.socmed .twitter {
	transition: all .2s;
}

.socmed svg:hover .instagram {
	fill: #E1306C;
}

.socmed svg:hover .behance {
	fill: #1769ff;
}

.socmed svg:hover .twitter {
	fill: #D8F6FB;
}


/* FAQ */
.accordion {
	background-color: #f7f7f7;
	cursor: pointer;
	padding: 20px;
	width: 100%;
	font-family: Akkreg;
	font-size: 19px;
	color: black;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.active,
.accordion:hover {
	background-color: #D8F6FB;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 0 20px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	margin: 5px;
	font-size: 17px;
	line-height: 1.7;
	color: #333;
}

.panel p {
	margin: 14px 0 0 0;
}

.panel p + p {
	margin-top: 12px;
}

.panel p:last-child {
	margin-bottom: 16px;
}

.accordion:after {
	content: '\02795';
	/* Unicode character for "plus" sign (+) */
	font-size: 13px;
	float: right;
	margin-left: 5px;
}

.accordion.active:after {
	content: "\2796";
	/* Unicode character for "minus" sign (-) */
}


/* Style the buttons */
.btn {
	border: none;
	padding: 12px 12px;
	font-family: Akkreg;
	font-size: 13px;
	background-color: #f7f7f7;
	cursor: pointer;
}

/* Add a light grey background on mouse-over */
.btn:hover {
	background-color: #ddd;
	text-decoration: none;
}

/* Add a dark background to the active button */
.btn.activef {
	background-color: #D8F6FB;
}

/* ---- SHOP CATEGORY MENU ----*/

#myBtnContainer {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;

}

/* ---- BREADCRUMB WAYFINDER ---- */
.breadcrumb {
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 10px;
	opacity: 0.7;
}

.breadcrumb a {
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb-sep {
	margin: 0 6px;
	opacity: 0.5;
}

.breadcrumb-current {
	opacity: 0.6;
}

/* ---- SUB-COLLECTION FILTER (Drill-Down) ---- */
.sub-nav-container {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	padding: 20px 0;
}

.sub-nav-link {
	font-size: 13px;
	opacity: 0.6;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.sub-nav-link:hover {
	opacity: 1;
	text-decoration: none;
}

.sub-nav-link.active {
	opacity: 1;
	text-decoration: underline;
}

/* ---- FILTER RIBBON (Contextual Silo Filtering) ---- */
.filter-ribbon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 0;
	font-size: 13px;
	position: sticky;
	top: var(--menu-offset, 100px);
	z-index: 900;
	background-color: transparent;
}

.filter-ribbon.is-stuck {
	background-color: #fff;
}

.filter-ribbon-primary {
	display: flex;
	align-items: center;
	gap: 24px;
}

.filter-ribbon-secondary {
	display: flex;
	align-items: center;
	gap: 20px;
}

.filter-link {
	opacity: 0.5;
	text-decoration: none;
	transition: opacity 0.2s ease;
	padding-bottom: 2px;
	border-bottom: 2px solid transparent;
	white-space: nowrap;
}

.filter-link:hover {
	opacity: 1;
	text-decoration: none;
}

.filter-link.active {
	opacity: 1;
	border-bottom: 2px solid #000;
}

/* Filter Dropdown (Size) */
.filter-dropdown {
	position: relative;
	display: inline-block;
}

.filter-dropdown-toggle {
	opacity: 0.5;
	cursor: pointer;
	background: none;
	border: none;
	font-family: inherit;
	font-size: inherit;
	padding: 0;
	padding-bottom: 2px;
	border-bottom: 2px solid transparent;
	transition: opacity 0.2s ease;
	display: flex;
	align-items: center;
	gap: 4px;
}

.filter-dropdown-toggle:hover {
	opacity: 1;
}

.filter-dropdown-toggle.active {
	opacity: 1;
	border-bottom: 2px solid #000;
}

.filter-dropdown-toggle::after {
	content: '';
	width: 5px;
	height: 5px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: rotate(45deg);
	margin-top: -2px;
	transition: transform 0.2s ease;
}

.filter-dropdown.open .filter-dropdown-toggle::after {
	transform: rotate(-135deg);
	margin-top: 2px;
}

.filter-dropdown-menu {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	border: 1px solid #000;
	min-width: 120px;
	z-index: 100;
}

.filter-dropdown.open .filter-dropdown-menu {
	display: block;
}

.filter-dropdown-item {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: inherit;
	opacity: 0.7;
	transition: background-color 0.2s ease, opacity 0.2s ease;
	white-space: nowrap;
}

.filter-dropdown-item:hover {
	background-color: #fafcd9;
	opacity: 1;
	text-decoration: none;
}

.filter-dropdown-item.selected {
	opacity: 1;
	font-weight: bold;
	background-color: #fafcd9;
}

/* Product grid: invisible placeholders to keep last row aligned when filtering */
.product-card-placeholder {
	visibility: hidden;
	pointer-events: none;
}

/* Filter Toggle (Framing) */
.filter-toggle {
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
}

.filter-toggle-label {
	opacity: 0.5;
	transition: opacity 0.2s ease;
	padding-bottom: 2px;
	border-bottom: 2px solid transparent;
}

.filter-toggle.active .filter-toggle-label {
	opacity: 1;
	border-bottom: 2px solid #000;
}

.filter-toggle-checkbox {
	display: none;
}

.filter-toggle-switch {
	width: 28px;
	height: 14px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 7px;
	position: relative;
	transition: background 0.2s ease;
}

.filter-toggle-switch::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	transition: transform 0.2s ease;
}

.filter-toggle.active .filter-toggle-switch {
	background: #000;
}

.filter-toggle.active .filter-toggle-switch::after {
	transform: translateX(14px);
}

.filter-divider {
	width: 1px;
	height: 16px;
	background: rgba(0, 0, 0, 0.15);
}

.newsletter {
	display: flex;
	flex-direction: column;
	padding-bottom: 50px;
}

.newsletter-title {
	margin-bottom: 10px;
	line-height: 1.2;
}

.newsletter-subline {
	margin: 0;
	text-align: center;
}

.newsletter-form {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 15px;
	width: 100%;
}

.newsletter-input {
	padding: 15px;
	border: 1px solid #000;
	font-family: Akkreg, Helvetica, sans-serif;
	font-size: 16px;
	width: 100%;
	outline: none;
	background-color: white;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
}

.newsletter-input:focus {
	background-color: #fafcd9;
	border-color: #000;
}

.newsletter-submit {
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 15px 0;
	background-color: #000;
	color: #fff;
	border: 2px solid #000;
	cursor: pointer;
	font-family: Akkreg, Helvetica, sans-serif;
	transition: all 0.3s ease;
}

.newsletter-submit:hover {
	background-color: #fff;
	color: #000;
}

.newsletter-error {
	margin: 0;
	text-align: center;
	font-size: 0.95rem;
	color: #8b0000;
}

.newsletter-success {
	margin: 0;
	text-align: center;
	line-height: 1.5;
}

.newsletter--success {
	animation: newsletter-success-in 0.45s ease forwards;
}

@keyframes newsletter-success-in {
	from {
		opacity: 0;
		transform: translateY(8px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.newsletter-success strong {
	font-weight: 700;
	letter-spacing: 0.02em;
}


/* ---- B L O G / C O N T E N T  H U B ---- */
.blog-index-title,
.blog-article-eyebrow {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	opacity: 0.5;
	text-align: left;
	line-height: 1.5;
}

.blog-index-title {
	display: block;
	margin: 15px 0 30px 0;
	margin-left: 0;
}

.blog-section {
	padding: 45px 0;
}

.blog-section-title {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	opacity: 0.5;
	margin: 0 0 10px 0;
	text-align: left;
	width: 100%;
}

.blog-card {
	margin-bottom: 15px;
}

.blog-card-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.blog-card-link:hover {
	text-decoration: none;
}

.blog-card-link:focus-visible {
	outline: 2px solid #000;
	outline-offset: 4px;
}

.blog-card-thumb {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background-color: #f7f7f7;
	margin-bottom: 15px;
}

.blog-card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.blog-card-link:hover .blog-card-thumb img {
	transform: scale(1.03);
	opacity: 0.9;
}

.blog-card-tag {
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	opacity: 0.6;
	margin-bottom: 8px;
}

.blog-card-title {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 10px 0;
	text-align: left;
	transition: color 0.2s ease;
}

.blog-card-link:hover .blog-card-title {
	text-decoration: underline;
}

.blog-card-meta {
	opacity: 0.5;
}

.blog-empty-state {
	text-align: left;
	padding: 60px 0;
	opacity: 0.6;
}

.blog-empty-state p {
	margin: 0;
}

/* Blog article */
.blog-article-eyebrow {
	margin: 15px 0 0 0;
}

.blog-article-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 20px 0 10px 0;
}

.blog-article-meta .info {
	margin: 0;
}

.blog-article-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.blog-article-author {
	font-weight: bold;
}

.blog-article-read {
	opacity: 0.55;
}

.blog-article-body {
	padding: 45px 0 0 0;
}

/* Alternating category bands (Dark Side, Crime Syndicates, Personal Marks) */
.blog-symbol-band--muted {
	background-color: #f6f6f6;
	padding: 1px 0;
}

.blog-symbol-band--muted .block3.blog-category-header,
.blog-symbol-band--muted .block3.blog-category-header::before,
.blog-symbol-band--muted .blog-category-header__inner {
	background-color: #f6f6f6;
}

/* Clear fixed nav (+ sticky category bar) when linking to #anchors */
.blog-article-body .blog-article-heading,
.blog-symbol-name {
	scroll-margin-top: 110px;
}

/* Sticky category plate: stays under the menu while that section scrolls.
   Section gaps live on this wrapper (not the h2) so the stuck bar stays compact
   and both symbol columns keep a shared top edge.
   Use .block3.blog-category-header so later .block3 margin rules cannot override. */
.block3.blog-category-header {
	position: sticky;
	top: var(--menu-offset, 100px);
	z-index: 850;
	background-color: #fff;
	/* Full flex row so the first symbol mark cannot sit beside the title on wide screens */
	flex: 0 0 100%;
	align-self: stretch;
	width: 100%;
	max-width: 100%;
	margin: 220px 0 180px;
	padding-top: 12px;
	/* Center a block3-sized track (1050px); title plate stays block2-wide inside it */
	padding-left: max(0px, calc((100% - 1050px) / 2));
	padding-right: max(0px, calc((100% - 1050px) / 2));
	box-sizing: border-box;
}

/* Full-bleed white plate behind the title (covers content scrolling underneath) */
.block3.blog-category-header::before {
	content: "";
	position: absolute;
	top: -2px;
	bottom: 0;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	background-color: #fff;
	z-index: -1;
}

.blog-article-body > .grid > .block3.blog-category-header:has(#light-side) {
	margin-top: 24px;
}

/* Category plate row: block2 width, right-aligned; title left, back-to-top right */
.blog-category-header__inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	width: 690px;
	max-width: 100%;
	margin: 0 0 0 auto;
	padding: 0 0 16px 0;
	border-bottom: 1px solid #000;
	background-color: #fff;
}

.blog-article-body .blog-article-heading {
	flex: 1 1 auto;
	width: auto;
	min-width: 0;
	max-width: 100%;
	margin: 0;
	padding: 0;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: left;
	text-transform: uppercase;
	border-bottom: none;
	background-color: transparent;
}

/* Desktop: entry wrapper is transparent to the parent .grid flex layout */
.blog-symbol-entry {
	display: contents;
}

/* Author display rules beat UA [hidden]; keep search filtering working */
.blog-symbol-entry[hidden] {
	display: none !important;
}

.blog-category-top {
	flex-shrink: 0;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-transform: uppercase;
	text-decoration: none;
	opacity: 0.55;
}

.blog-category-top:hover {
	opacity: 1;
	text-decoration: underline;
}

#top {
	scroll-margin-top: 110px;
}

.blog-symbol-jump .filter-link {
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 11px;
}

.blog-symbol-search {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 12px 14px;
	border: 1px solid #000;
	border-radius: 0;
	background: #fff;
	font-family: inherit;
	font-size: 19px;
	line-height: 1.4;
	color: inherit;
	appearance: none;
	-webkit-appearance: none;
}

.blog-symbol-search::placeholder {
	color: #000;
	opacity: 0.4;
}

.blog-symbol-search:focus,
.blog-symbol-search:focus-visible {
	outline: none;
}

.blog-article-caption {
	margin: 8px 0 30px 0;
	opacity: 0.5;
}

.blog-article-body .block2 p {
	margin-bottom: 1em;
}

.blog-guide-intro {
	margin-top: 30px;
	margin-bottom: 15px;
}

.blog-guide-intro p {
	margin: 0 0 1em 0;
	line-height: 1.6;
}

.blog-guide-intro p:last-child {
	margin-bottom: 0;
}

.blog-symbol-aside,
.blog-symbol-main {
	margin-bottom: 60px;
}

/* Same box metrics so symbol + scene share one top edge */
.blog-symbol-num,
.blog-symbol-name {
	margin: 0 0 12px 0;
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.3;
	min-height: calc(1.15em * 1.3);
	text-align: left;
}

.blog-symbol-mark,
.blog-symbol-scene {
	display: block;
	vertical-align: top;
}

.blog-symbol-mark {
	width: 50%;
	max-width: 50%;
	height: auto;
	background-color: #000;
}

.blog-symbol-scene {
	width: 100%;
	height: auto;
	margin: 0 0 8px 0;
	background-color: #f7f7f7;
}

.blog-symbol-scene--missing {
	aspect-ratio: 16 / 9;
	width: 100%;
	background-color: #f7f7f7;
}

.blog-symbol-source {
	margin: 0 0 1em 0;
	opacity: 0.5;
}

/* Appearance left, optional credits right — same grey line under the still */
.blog-symbol-meta {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 12px;
	margin: 0 0 1em 0;
}

.blog-symbol-meta .blog-symbol-source,
.blog-symbol-meta .blog-symbol-credits {
	margin: 0;
}

.blog-symbol-credits {
	flex-shrink: 0;
	font-size: 60%;
	line-height: 150%;
	opacity: 0.5;
	text-align: right;
}

.blog-symbol-main a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.blog-symbol-main > p:not(.blog-symbol-source) {
	margin-top: 0;
}

/* Blog embed: interactive product card (reuses product-page buy/cart markup) */
.blog-product-card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	margin-top: 60px;
	margin-bottom: 60px;
	background-color: #D8F6FB;
	box-sizing: border-box;
}

.blog-product-card__media {
	min-width: 0;
	line-height: 0;
	/* Image stays fixed; extra card height shows as blue below */
}

.blog-product-card__media a {
	display: block;
	width: 100%;
	line-height: 0;
}

.blog-product-card__media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 6;
	object-fit: cover;
}

.blog-product-card__details {
	min-width: 0;
	padding: 28px 24px 32px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.blog-product-card__title {
	flex-shrink: 0;
	margin: 0 0 12px 0;
	font-size: 1.75em;
	font-weight: bold;
	line-height: 1.15;
	letter-spacing: 0;
}

/* Fill the image-tall column: title/price top, CTAs bottom, collapsibles use the middle */
.blog-product-card .waitlist-container {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.blog-product-card .prod-collapsible:first-of-type {
	margin-top: 20px;
}

.blog-product-card .prod-collapsible {
	border-color: #000;
}

.blog-product-card .prod-collapsible:last-of-type {
	border-bottom: 1px solid #000;
}

.blog-product-card .btn-buy {
	margin-top: auto;
}

.blog-product-card .waitlist-container .btn-buy:hover {
	background-color: #D8F6FB;
	color: #000;
	border-color: #000;
}

.blog-product-card--repeat {
	margin-top: 120px;
	margin-bottom: 120px;
}

/* Author .grid { display: flex } beats UA [hidden]; keep search hide working */
.grid:has(> .blog-product-card--repeat)[hidden] {
	display: none !important;
}

/* Card already separates sections — tighten the following category plate */
.grid:has(> .blog-product-card--repeat) + .grid > .block3.blog-category-header {
	margin-top: 48px;
}

.blog-ph {
	width: 100%;
	background-color: #f7f7f7;
}

.blog-ph--square {
	aspect-ratio: 1 / 1;
}

.blog-ph--wide {
	aspect-ratio: 16 / 9;
}

.blog-ph--strip {
	aspect-ratio: 2.4 / 1;
}

.blog-featured {
	margin-bottom: 15px;
}

.blog-featured-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.blog-featured-link:hover {
	text-decoration: none;
}

.blog-featured-link:hover .blog-card-title {
	text-decoration: underline;
}

.blog-featured-link:focus-visible {
	outline: 2px solid #000;
	outline-offset: 4px;
}

.blog-featured-thumb {
	overflow: hidden;
	background-color: #f7f7f7;
	margin-bottom: 15px;
}

.blog-featured-thumb img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.blog-featured-link:hover .blog-featured-thumb img {
	transform: scale(1.02);
	opacity: 0.9;
}


/* Status Dot */
.status-indicator {
	color: #666;
	font-size: 0.9em;
	margin-bottom: 20px;
}

.dot {
	height: 10px;
	width: 10px;
	background-color: #D8F6FB;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
}

.out-of-stock {
	height: 10px;
	width: 10px;
	background-color: #E1306C;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
}

/* Waitlist Button */
.btn-waitlist {
	display: block;
	width: 100%;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	border: 2px solid #000;
	transition: all 0.3s ease;
}

.btn-waitlist:hover {
	background-color: #fff;
	color: #000;
}

/* Product Summary — editorial lede style */
.product-summary {
	order: 10;
}

.product-summary+.block1 {
	order: 11;
}

.product-summary p {
	font-size: 21px;
	line-height: 1.65;
	color: #444;
	letter-spacing: 0.01em;
	border-left: 3px solid #ddd;
	padding-left: 20px;
	margin-top: 0;
}

/* Product Details Alignment */
.intro-container > .block1:has(.prod-details) {
	align-self: flex-start;
}

.prod-details {
	width: 100%;
	text-align: left;
}

.prod-img-container {
	width: 100%;
	aspect-ratio: 1 / 1;
	margin-bottom: 20px;
	overflow: hidden;
	cursor: zoom-in;
}

.prod-img-container img,
.prod-img-container .zoom-target {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	margin: 0;
	transition: transform 0.3s ease;
}

.prod-img-container:hover .zoom-target,
.prod-img-container:hover img {
	transform: scale(1.02);
}

.prod-disclaimer {
	font-size: 12px;
	font-style: italic;
	color: #888;
	margin: 8px 0 0 0;
	line-height: 1.4;
}

/* ---- Product Image Gallery ---- */
.gallery-thumbs {
	display: flex;
	gap: 8px;
	margin-bottom: 20px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.gallery-thumbs::-webkit-scrollbar {
	display: none;
}

.gallery-thumb {
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 4px;
	background: none;
	cursor: pointer;
	overflow: hidden;
	opacity: 0.55;
	transition: opacity 0.2s ease, border-color 0.2s ease;
}

.gallery-thumb:hover {
	opacity: 0.85;
}

.gallery-thumb.is-active {
	opacity: 1;
	border-color: #000;
}

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

/* ---- Painted Door / Cart Test ---- */
.btn-buy {
	display: block;
	width: 100%;
	background-color: #ffffff;
	color: #000;
	text-align: center;
	padding: 15px 0;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	border: 1px solid #000;
	cursor: pointer;
	font-family: inherit;
	font-size: 15px;
	margin-top: 15px;
	transition: all 0.3s ease;
}

.btn-buy.bg-color-lightyellow {
	background-color: #F9FBD8;
}

.btn-buy:hover {
	background-color: #D8F6FB;
	color: #000;
}

/* Product-page primary CTA */
.waitlist-container .btn-buy {
	background-color: #000;
	color: #fff;
	border-color: #000;
}

.waitlist-container .btn-buy:hover {
	background-color: #D8F6FB;
	color: #000;
	border-color: #000;
}

/* Reassurance line under the Buy Now button */
.buy-reassurance {
	margin: 10px 0 0 0;
	font-family: 'Rouge Script', cursive;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
	color: #666;
	text-align: center;
}

/* Secondary add-to-basket CTA */
.btn-add-cart {
	display: block;
	width: 100%;
	background-color: transparent;
	color: #000;
	text-align: center;
	padding: 12px 0;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	border: 1px solid #000;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-add-cart:hover {
	background-color: #f5f5f5;
}

/* Sticky mobile buy bar (product pages, injected by app.js) */
.sticky-buy-bar {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	background-color: #fff;
	border-top: 1px solid #000;
	padding: 10px 5% calc(10px + env(safe-area-inset-bottom));
	z-index: 950;
	transform: translateY(100%);
	transition: transform 0.25s ease;
}

.sticky-buy-bar.is-visible {
	transform: translateY(0);
}

.sticky-buy-bar-info {
	min-width: 0;
}

.sticky-buy-bar-product {
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sticky-buy-bar-price {
	font-size: 14px;
	color: #666;
}

.sticky-buy-bar .btn-buy {
	width: auto;
	flex-shrink: 0;
	margin-top: 0;
	padding: 12px 24px;
	background-color: #000;
	color: #fff;
	border-color: #000;
}

.sticky-buy-bar .btn-buy:hover {
	background-color: #D8F6FB;
	color: #000;
	border-color: #000;
}

.hero-flagship__cta.btn-buy {
	background-color: #000;
	color: #fff;
	border-color: #000;
	margin-top: 0;
}

.hero-flagship__cta.btn-buy:hover {
	background-color: #D8F6FB;
	color: #000;
	border-color: #000;
}

/* Pre-order pricing */
.preorder-badge {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	padding: 4px 10px;
	margin-bottom: 8px;
}

.original-price {
	font-size: 14px;
	color: #999;
	text-decoration: line-through;
	margin-top: 2px;
}

/* Pre-order email capture form (inline on product page) */
.preorder-email-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 15px;
	width: 100%;
}

.preorder-feedback {
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.5;
}

.modal-fine-print {
	font-size: 13px;
	color: #888;
	margin-top: 18px;
	margin-bottom: 0;
}

/* Modal */
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
	background-color: #fff;
	margin: 15% auto;
	padding: 40px;
	border: 1px solid #888;
	width: 90%;
	max-width: 500px;
	text-align: center;
	position: relative;
	border-radius: 8px;
}

.close-modal {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #aaa;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.close-modal:hover,
.close-modal:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.modal-title {
	margin-top: 0;
	margin-bottom: 20px;
}

.btn-modal-action {
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 12px 24px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
}

.btn-modal-action:hover {
	background-color: #333;
	text-decoration: none;
}

/* ---- Brevo Embedded Form Overrides (inside modals) ---- */
#waitlistModal .sib-form,
#waitlistModal #sib-container,
#preOrderModal .sib-form,
#preOrderModal #sib-container {
	background: none;
	border: none;
	max-width: 100%;
	padding: 0;
}

#waitlistModal .sib-form-block,
#waitlistModal .input,
#waitlistModal .sib-form-block__button,
#preOrderModal .sib-form-block,
#preOrderModal .input,
#preOrderModal .sib-form-block__button {
	font-family: Akkreg, Helvetica, sans-serif;
}

#waitlistModal .input,
#preOrderModal .input {
	border: 1px solid #000;
	border-radius: 0;
	padding: 15px;
	font-size: 16px;
	width: 100%;
	outline: none;
	appearance: none;
}

#waitlistModal .input:focus,
#preOrderModal .input:focus {
	background-color: #fafcd9;
}

#waitlistModal .sib-form-block__button,
#preOrderModal .sib-form-block__button {
	width: 100%;
	padding: 15px 0;
	background: #000;
	color: #fff;
	border: 2px solid #000;
	border-radius: 0;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all 0.3s ease;
}

#waitlistModal .sib-form-block__button:hover,
#preOrderModal .sib-form-block__button:hover {
	background: #fff;
	color: #000;
}

#waitlistModal .sib-form-message-panel,
#preOrderModal .sib-form-message-panel {
	max-width: 100%;
	text-align: left;
	font-size: 16px;
}

.input--hidden {
	position: absolute;
	left: -9999px;
}


/* Product Configuration Form */
.product-options {
	margin-bottom: 20px;
}

.option-group {
	margin-bottom: 15px;
	width: 100%;
}

.custom-select {
	position: relative;
	width: 100%;
	font-family: Akkreg, Helvetica, sans-serif;
	font-size: 16px;
	cursor: pointer;
	border: 1px solid #000;
	background-color: white;
}

.select-trigger {
	padding: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.select-trigger::after {
	content: '';
	width: 8px;
	height: 8px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(45deg);
	margin-right: 5px;
	transition: transform 0.2s;
}

.custom-select.open .select-trigger::after {
	transform: rotate(-135deg);
	margin-top: 5px;
}

.select-options {
	display: none;
	position: absolute;
	top: 100%;
	left: -1px;
	right: -1px;
	background: white;
	border: 1px solid #000;
	border-top: none;
	z-index: 10;
}

.custom-select.open .select-options {
	display: block;
}

.option {
	padding: 15px;
	border-top: 1px solid #eee;
	transition: background-color 0.2s;
}

.option:hover {
	background-color: #fafcd9;
}

.option.selected {
	font-weight: bold;
	background-color: #fafcd9;
}

.checkbox-group {
	display: flex;
	align-items: center;
}

.config-label {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 16px;
}

.config-label input[type="checkbox"] {
	margin-right: 10px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	accent-color: #000;
}

.price-display {
	margin-top: 0;
	margin-bottom: 5px;
}

.product-options .option-group + .price-display,
.product-options .preorder-badge + .price-display {
	margin-top: 12px;
}

.primary-price {
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.secondary-price {
	color: #888;
	font-size: 0.9em;
	margin-top: 5px;
}

/* Loading pulse while cart API resolves — layout stays stable, no width shift */
@keyframes price-pulse {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0.35;
	}
}

.price-loading {
	animation: price-pulse 1.1s ease-in-out infinite;
}

/* Trust Micro Row */
.trust-micro-row {
	margin-top: 15px;
	border-top: 1px solid #eee;
	padding-top: 15px;
	display: flex;
	align-items: center;
	gap: 15px;
}

.trust-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	text-align: center;
	opacity: 0.6;
}

.trust-label {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.trust-value {
	font-size: 12px;
	font-weight: bold;
	font-family: 'Akkreg', sans-serif;
}

.trust-divider {
	width: 1px;
	height: 25px;
	background: #ddd;
}

/* ---- S E O  F O O T E R ----*/
.seo-footer {
	align-items: flex-start;
}

.home .footer-container {
	margin-top: 0;
}

.footer-tight .footer-container {
	margin-top: 0;
}

.seo-footer h4 {
	text-align: left;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
}

.seo-footer p.info {
	margin: 8px 0 0 0;
}

/* ---- S E O  A C C O R D I O N ----*/
.seo-accordion {
	text-align: center;
}

.seo-accordion summary {
	list-style: none;
}

.seo-accordion summary::-webkit-details-marker {
	display: none;
}

.seo-accordion summary.info {
	display: inline-block;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.seo-accordion summary.info:focus-visible {
	outline: 2px solid #000;
	outline-offset: 3px;
}

.seo-accordion-content {
	margin-top: 18px;
	text-align: left;
}

.seo-accordion-content h3,
.seo-accordion-content h4,
.seo-accordion-content h5 {
	text-align: left;
}

.seo-accordion-content p {
	margin: 0 0 14px 0;
}

.seo-accordion-content p:last-child {
	margin-bottom: 0;
}


/* ---- C O N T A C T F O R M ----*
See old CSS dec 2023
/

/* ---- F O O T E R ----*/

.footer-container {
	flex-shrink: 0;
	width: 95%;
	margin: 90px auto 0;
	overflow: visible;
	display: flex;
}

.footer {
	min-height: 150px;
	height: auto;
	align-items: center;
	margin-top: auto;
}

#breen-kort {
	display: flex;
	justify-content: center;
	flex-shrink: 2;
}

#breen-kort img {
	min-width: 25px;
	height: 25px;
	margin: auto;
}


.footer-rechts {
	text-align: right;
}

.footer-creator {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
}

.footer-avatar {
	width: 38px;
	height: 38px;
	border-radius: 999px;
	object-fit: cover;
	flex: 0 0 auto;
}

.footer-creator-identity {
	font-size: 15px;
	line-height: 1.4;
	color: black;
	margin: 0;
	text-align: right;
	white-space: nowrap;
}

.footer-creator-identity a {
	font-weight: bold;
	text-decoration: underline;
}

.footer-creator-identity a:hover {
	text-decoration: underline;
}

.footer-links {
	font-size: 15px;
	line-height: 1.4;
}

.footer-links a {
	font-weight: normal;
}



@media screen and (max-width: 480px) {
	h1 {
		font-size: 2.2em;
	}

	h3 {
		font-size: 1.2em;
	}


	.block1,
	.block2,
	.block3 {
		max-width: calc(100% - 30px);
		height: auto;
	}

	.titel-space {
		padding-top: 30px;
	}

	.case {
		font-size: 1.2em;
	}

	.c-text {
		max-width: 85%;
	}

	#mail-mobile {
		font-size: 29px;
	}

	.footer-container {
		margin: 30px auto 0;
	}

	.trusted-brands {
		display: flex;
		flex-direction: column;
		gap: 18px;
	}

	.trusted-brand-group {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}

	.trusted-brand-divider {
		width: 70%;
		height: 1px;
		margin-top: 0;
		align-self: center;
	}

	.trusted-brand-row {
		gap: 14px;
	}

	.trusted-brand-row .trusted-brand {
		width: 80px;
	}


	/* Product Details Mobile */
	.prod-details {
		text-align: left;
	}

	.prod-img-container img {
		margin: 0 auto;
		width: 100%;
		height: 100%;
	}

	/* Blog Mobile */
	.blog-section {
		padding: 30px 0;
	}

	.blog-card-title {
		font-size: 15px;
	}

	.blog-empty-state {
		padding: 30px 0;
	}

	.blog-article-body {
		padding: 30px 0 0 0;
	}

	.block3.blog-category-header {
		margin-top: 72px;
		margin-bottom: 48px;
		padding-top: 10px;
	}

	.blog-article-body > .grid > .block3.blog-category-header:has(#light-side) {
		margin-top: 12px;
	}

	.blog-category-header__inner {
		width: 100%;
		margin: 0;
		padding-bottom: 14px;
		gap: 16px;
	}

	.blog-article-body .blog-article-heading {
		width: auto;
		font-size: 1.75em;
		letter-spacing: 0;
	}

	.blog-category-top {
		font-size: 10px;
	}

	.blog-symbol-aside,
	.blog-symbol-main {
		margin-bottom: 40px;
	}

	/* The Breen Standard Mobile */
	.standard-heading {
		text-align: center;
	}

	.standard-text {
		text-align: center;
	}

	/* Discovery Hub Mobile */
	.hub-heading {
		text-align: center;
	}

	.slide-card {
		flex: 0 0 220px;
	}

	.slide-card-title {
		font-size: 14px;
	}

	/* Testimonial Carousel Mobile */
	.testimonial-card {
		flex: 0 0 300px;
		min-height: auto;
	}

	.testimonial-card-image {
		flex: 0 0 100px;
	}

	.testimonial-card-content {
		padding: 16px 18px;
		gap: 6px;
	}

	.testimonial-quote {
		font-size: 13px;
	}

	.testimonial-stars {
		font-size: 16px;
	}

}


/* Mobile hamburger menu */
@media screen and (max-width: 768px) {
	.hamburger {
		display: flex;
		position: absolute;
		right: 2.5%;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1002;
	}

	/* Animate hamburger to X when open */
	.hamburger.is-active .hamburger-line:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.hamburger.is-active .hamburger-line:nth-child(2) {
		opacity: 0;
	}

	.hamburger.is-active .hamburger-line:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	/* Nav links: full-screen overlay on mobile */
	.nav-links {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: #fff;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0;
		z-index: 1001;
		padding: 100px 0;
	}

	.nav-links.is-open {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		padding: 80px 32px 48px;
	}

	.nav-links > div {
		width: 100%;
		border-bottom: 1px solid #e8e8e8;
	}

	.nav-links > div a {
		display: block;
		padding: 20px 0;
		font-size: 1.35rem;
		font-weight: 500;
		letter-spacing: -0.01em;
	}

	.nav-links > div:last-child {
		border-bottom: none;
		margin-top: 24px;
		padding-top: 8px;
	}

	.nav-links > div:last-child a {
		padding: 12px 0;
		font-size: 1rem;
	}

	/* Nav Cart Icon Mobile */
	.nav-links>div:last-child {
		padding: 20px 0;
	}

	.nav-cart-icon {
		width: 28px;
		height: 28px;
	}

	/* Cart Drawer Mobile */
	#cart-drawer {
		width: 100%;
	}

	.cart-drawer-header,
	.cart-drawer-content {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* Prevent body scroll when menu is open */
	body.menu-open {
		overflow: hidden;
	}

	/* Sub-nav horizontal scroll on mobile */
	.sub-nav-container {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
		gap: 8px 16px;
		padding-bottom: 10px;
	}

	.sub-nav-container::-webkit-scrollbar {
		display: none;
	}

	.sub-nav-link {
		white-space: nowrap;
		flex-shrink: 0;
	}

	/* Filter Ribbon: horizontal scroll on mobile */
	.filter-ribbon {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
		gap: 16px;
		padding-bottom: 15px;
	}

	.filter-ribbon::-webkit-scrollbar {
		display: none;
	}

	.filter-ribbon-primary,
	.filter-ribbon-secondary {
		flex-shrink: 0;
	}

	.filter-divider {
		display: none;
	}

	/* Blog product card: stack image above details */
	.blog-product-card {
		grid-template-columns: 1fr;
		/* Match category headers: full grid width, no inset side margins */
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.blog-product-card__media {
		padding: 36px 24px 0;
	}

	.blog-product-card__media img {
		aspect-ratio: 1 / 1;
	}

	.blog-product-card__details {
		padding: 28px 24px 32px;
	}

	.blog-product-card__title {
		font-size: 1.5em;
	}

	.blog-product-card--repeat {
		margin-top: 72px;
		margin-bottom: 72px;
	}

	/* Empty spacer beside left-aligned card — hide on mobile stack */
	.blog-product-card + .block1:empty,
	.block1:empty:has(+ .blog-product-card) {
		display: none;
	}

	/* Jump links + search: same full width as card / category plate */
	.blog-article-body > .grid > #top,
	.blog-article-body > .grid > .block1:has(.blog-symbol-search) {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		min-width: 0;
		box-sizing: border-box;
	}

	.blog-article-body .blog-symbol-jump {
		max-width: 100%;
		min-width: 0;
	}

	/* Empty spacer after search — don't leave a second full-width gap on mobile */
	.blog-article-body > .grid > .block1:has(.blog-symbol-search) + .block2:empty {
		display: none;
	}

	/* Sticky mobile buy bar: mobile viewports only */
	.sticky-buy-bar {
		display: flex;
	}
}

@media screen and (max-width: 772px) {

	.space1-top {
		padding-top: 45px;
	}

	.space1 {
		padding: 45px 0 45px 0;
	}

	.space1-bottom {
		padding-bottom: 45px;
	}

	.space-on-resize {
		padding-top: 45px;
	}

	.space-on-resize2 {
		padding-top: 90px;
	}

	.space2-top {
		padding-top: 90px;
	}

	.collage-links,
	.collage-rechts {
		width: 100%;
	}

	.foot-stack {
		flex-direction: column;
	}

	/* Mobile footer order: creator block first, then links */
	.foot-stack>.block1 {
		order: 1;
	}

	.foot-stack>.footer-links {
		order: 2;
		margin-top: 10px;
	}

	.stack {
		text-align: center;
		margin-top: -15px;
	}

	.breen-kort-stack {
		order: 1;
		margin: -5px 0;
	}

	.socmed-outer-container {
		display: flex;
		justify-content: center;
	}

	.footer-creator {
		justify-content: center;
		flex-wrap: wrap;
	}

	.footer-creator-identity {
		text-align: center;
		white-space: normal;
	}

	.hero-flagship__actions {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
	}

	.hero-flagship__cta {
		max-width: none;
	}
}

@media screen and (max-width: 1151px) {

	.intro-container {
		justify-content: flex-start;
	}

	/* Prevent fixed 1050px block3 from forcing page-level horizontal scroll */
	.block1,
	.block2,
	.block3 {
		max-width: 100%;
		box-sizing: border-box;
	}

	/* Filter ribbon: horizontal scroll on tablet (was mobile-only at 768px) */
	.filter-ribbon {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
		gap: 16px;
		padding-bottom: 15px;
		max-width: 100%;
		min-width: 0;
	}

	.filter-ribbon::-webkit-scrollbar {
		display: none;
	}

	.filter-ribbon-primary,
	.filter-ribbon-secondary {
		flex-shrink: 0;
	}

	.filter-divider {
		display: none;
	}

	/*
	  Blog symbol guide: left-align intro + entry grids until block1+block2
	  can sit side by side (~1080px inside the 95% grid). Below that,
	  justify-content:center leaves portrait, search, and mark columns floating.
	*/
	#content > .grid:has(.blog-guide-intro),
	#content > .grid:has(.blog-product-card),
	#content > .grid:has(.blog-article-meta),
	.blog-article-body .grid {
		justify-content: flex-start;
	}

	.blog-category-header__inner {
		width: 100%;
		margin: 0;
	}

	.blog-symbol-entry {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		grid-template-rows: 1fr auto auto;
		column-gap: 16px;
		row-gap: 0;
		width: 100%;
		max-width: 100%;
		margin: 15px 0 40px;
		box-sizing: border-box;
	}

	.blog-symbol-entry .blog-symbol-aside,
	.blog-symbol-entry .blog-symbol-main {
		display: contents;
		margin: 0;
	}

	.blog-symbol-entry .blog-symbol-mark {
		grid-column: 1;
		grid-row: 1 / 4;
		align-self: start;
		width: 100%;
		max-width: 100%;
	}

	.blog-symbol-entry .blog-symbol-num {
		grid-column: 2;
		grid-row: 2;
		margin: 0;
		min-height: 0;
	}

	.blog-symbol-entry .blog-symbol-name {
		grid-column: 2;
		grid-row: 3;
		margin: 14px 0 0 0;
		min-height: 0;
	}

	.blog-symbol-entry .blog-symbol-scene,
	.blog-symbol-entry .blog-symbol-scene--missing {
		grid-column: 1 / -1;
		grid-row: 4;
		margin-top: 16px;
	}

	.blog-symbol-entry .blog-symbol-source,
	.blog-symbol-entry .blog-symbol-meta,
	.blog-symbol-entry .blog-symbol-main > p:not(.blog-symbol-source) {
		grid-column: 1 / -1;
	}

	.block3.blog-category-header {
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

}

@media screen and (min-width: 1365px) {

	.grid,
	.footer-container {
		width: 80%;
	}

	.menu {
		/* Grid is now 80%, so side margin is 10%. Content still 1050px fixed. */
		padding: 0 max(calc(10% + 15px), calc((100% - 1050px) / 2));
	}

}

@media screen and (min-width: 1600px) {

	.block1 {
		width: 26%;
	}

	.block2 {
		width: 54.4%;
	}

	.block3,
	.cta-block3,
	.slider-container,
	.language {
		width: 82.8%;
	}

	.block1,
	.block2,
	.block3 {
		height: auto;
		margin: 1vw;
	}

	/* Match percentage block3/block2 tracks so the title plate lines up with scenes */
	.block3.blog-category-header {
		margin-left: 0;
		margin-right: 0;
		padding-left: calc((100% - 82.8%) / 2);
		padding-right: calc((100% - 82.8%) / 2);
	}

	.blog-category-header__inner {
		width: 65.7%; /* 54.4 / 82.8 — same share as block2 inside block3 */
	}

	.menu {
		/* Blocks are now percentage-based: block3 = 82.8% of 80% grid = 66.24% of viewport, margin = 1vw.
		   Flex centering distributes the remaining space equally, so the block3 content edge
		   lands at (100% − 66.24%) / 2 from the viewport edge — no extra 1vw needed. */
		padding: 0 calc((100% - 66.24%) / 2);
	}

	/* Home hero (index) */
	.hero-headline {
		margin-top: 15px;
		margin-bottom: -25px;
	}

	.hero-subtitle {
		margin-bottom: 30px;
	}

	.language {
		margin: 5px 1vw;
	}

	.c-text {
		width: 20.6vw;
	}

	.space1-top {
		padding-top: 10vw;
	}

	.space1 {
		padding: 10vw 0 10vw 0;
	}

	.space1-bottom {
		padding-bottom: 10vw;
	}


	/*COLLAGE width = 80% van grid x 2*/

	.collage-links,
	.collage-rechts {
		width: 50%;
	}

}

/* Product Image Zoom & Lightbox */

#product-image-frame {
	overflow: hidden;
	cursor: zoom-in;
	position: relative;
}

#lightbox-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	z-index: 9999;
	justify-content: center;
	align-items: center;
	cursor: zoom-out;
}

#lightbox-modal.active {
	display: flex;
}

#lightbox-image {
	max-height: 90vh;
	max-width: 90vw;
	object-fit: contain;
	cursor: default;
}

.close-lightbox {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 40px;
	color: #000;
	cursor: pointer;
	z-index: 10000;
}

/* ---- SIDE DRAWER CART ---- */

/* Cart Overlay */
#cart-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 9998;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

#cart-overlay.is-open {
	opacity: 1;
	visibility: visible;
}

/* Cart Drawer */
#cart-drawer {
	position: fixed;
	top: 0;
	right: 0;
	width: 400px;
	max-width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 9999;
	transform: translateX(100%);
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	display: flex;
	flex-direction: column;
}

#cart-drawer.is-open {
	transform: translateX(0);
}

/* Cart Header */
.cart-drawer-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 30px;
	border-bottom: 1px solid #e5e5e5;
}

.cart-drawer-title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin: 0;
}

.cart-drawer-close {
	background: none;
	border: none;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	color: #000;
	transition: opacity 0.2s ease;
}

.cart-drawer-close:hover {
	opacity: 0.5;
}

/* Cart Content */
.cart-drawer-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 24px 30px;
	overflow-y: auto;
}

.cart-drawer-content.is-empty {
	align-items: center;
	justify-content: center;
	padding: 40px 30px;
}

.cart-empty-text {
	font-size: 15px;
	color: #000;
	opacity: 0.6;
	text-align: center;
	margin: 0;
}

.cart-item-list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.cart-item {
	padding: 16px 0;
	border-bottom: 1px solid #e5e5e5;
}

.cart-item-main {
	margin-bottom: 8px;
}

.cart-item-title {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4;
}

.cart-item-variant {
	font-size: 13px;
	color: #666;
	margin-top: 2px;
}

.cart-item-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	margin-bottom: 8px;
	gap: 12px;
}

.cart-item-qty-controls {
	display: flex;
	align-items: center;
	gap: 8px;
}

.cart-qty-btn {
	width: 28px;
	height: 28px;
	padding: 0;
	border: 1px solid #000;
	background: #fff;
	color: #000;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
}

.cart-qty-btn:hover {
	background: #f5f5f5;
}

.cart-item-qty {
	min-width: 1.5em;
	text-align: center;
	font-weight: bold;
}

.cart-item-remove {
	background: none;
	border: none;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #666;
	cursor: pointer;
}

.cart-item-remove:hover {
	color: #000;
}

.cart-drawer-footer {
	padding: 20px 30px 30px;
	border-top: 1px solid #e5e5e5;
}

.cart-subtotal {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 14px;
}

.cart-checkout-btn {
	margin-top: 0;
	background-color: #000;
	color: #fff;
	border-color: #000;
}

.cart-checkout-btn:hover {
	background-color: #D8F6FB;
	color: #000;
	border-color: #000;
}

.cart-note {
	margin: 10px 0 0 0;
	font-size: 11px;
	line-height: 1.4;
	color: #888;
	text-align: center;
}

.nav-cart-badge {
	position: absolute;
	top: -6px;
	right: -8px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 999px;
	background-color: #000;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
}

/* Prevent body scroll when cart is open */
body.cart-open {
	overflow: hidden;
}

/* SVG Download Card — Selected State */
.svg-card-selected {
	outline: 2px solid #000;
	outline-offset: -2px;
	background-color: #fafcd9;
	transition: outline 0.15s ease, background-color 0.15s ease;
}

/* ---- BADGE SHOWCASE (World Cup animation block) ---- */
.badge-showcase {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 31.25%;
	/* ~500px at 1600w */
	background-color: #f4f4f4;
	overflow: hidden;
}

.badge-showcase-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.badge-showcase-bg.badge-bg-in {
	opacity: 1;
}

.badge-showcase-bg.badge-bg-out {
	opacity: 0;
	transition: opacity 0.25s ease;
}

.badge-showcase-badge {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.88);
	opacity: 0;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.badge-showcase-badge.badge-in {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.badge-showcase-badge.badge-out {
	opacity: 0;
	transform: translate(-50%, -50%) scale(1.03);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.badge-showcase-badge img {
	height: clamp(120px, 18vw, 260px);
	width: auto;
	display: block;
}

/* Mobile: taller aspect ratio so the badge has more breathing room */
@media screen and (max-width: 768px) {
	.badge-showcase {
		padding-bottom: 70%;
	}

	.badge-showcase-badge img {
		height: clamp(80px, 28vw, 160px);
		width: auto;
	}
}

/* ---- BAT MORPH WIDGET ---- */
@font-face {
	font-family: 'Neue Droschke';
	src: url('../fonts/neue_droschke.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

#bat-morph-widget {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.2rem;
	padding: 2rem 0;
	max-width: 3200px;
	height: 660px;
	margin: 0 auto;
	background-color: #000000;
}

#bat-morph-widget .bm-stage {
	width: min(80vw, 500px);
	height: min(40vw, 250px);
}

#bat-morph-widget .bm-stage svg {
	width: 100%;
	height: 100%;
}

#bat-morph-widget .bm-stage path {
	fill: #fdeb01;
}

#bat-morph-widget .bm-year {
	font-family: 'Neue Droschke', sans-serif;
	font-size: clamp(1.4rem, 4vw, 2.4rem);
	letter-spacing: 0.12em;
	color: #fdeb01;
	opacity: 0;
	transition: opacity 0.5s ease;
	line-height: 1;
	user-select: none;
}

#bat-morph-widget .bm-year.active {
	opacity: 1;
}

/* ---- STAR WARS SYMBOL WIDGET ---- */

#sw-symbol-widget {
	position: relative;
	width: 100%;
	aspect-ratio: 3200 / 1380;
	background-color: #000;
	overflow: hidden;
}

#sw-symbol-widget .sw-layer {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2.8rem;
	background-color: #000;
}

#sw-symbol-widget .sw-layer img {
	width: clamp(130px, 18vw, 360px);
	height: auto;
	object-fit: contain;
}

#sw-symbol-widget .sw-label {
	font-family: 'Orbitron', sans-serif;
	font-size: clamp(10px, 1.1vw, 16px);
	font-weight: bold;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #fbfaee;
	line-height: 1;
	user-select: none;
	text-align: center;
}

/* Wipe keyframes — incoming layer is revealed over current */
@keyframes sw-wipe-left {
	from {
		clip-path: inset(0 100% 0 0);
	}

	to {
		clip-path: inset(0 0 0 0);
	}
}

@keyframes sw-wipe-right {
	from {
		clip-path: inset(0 0 0 100%);
	}

	to {
		clip-path: inset(0 0 0 0);
	}
}

@keyframes sw-wipe-down {
	from {
		clip-path: inset(0 0 100% 0);
	}

	to {
		clip-path: inset(0 0 0 0);
	}
}

@keyframes sw-wipe-up {
	from {
		clip-path: inset(100% 0 0 0);
	}

	to {
		clip-path: inset(0 0 0 0);
	}
}

@keyframes sw-wipe-diagonal {
	from {
		clip-path: polygon(0 0, 0 0, 0 0);
	}

	to {
		clip-path: polygon(0 0, 200% 0, 0 200%);
	}
}

@keyframes sw-wipe-iris {
	from {
		clip-path: circle(0% at 50% 50%);
	}

	to {
		clip-path: circle(75% at 50% 50%);
	}
}

/* Named animation classes applied by JS */
.sw-wipe-left {
	animation: sw-wipe-left 2.8s ease-in-out forwards;
}

.sw-wipe-right {
	animation: sw-wipe-right 2.8s ease-in-out forwards;
}

.sw-wipe-down {
	animation: sw-wipe-down 1.7s ease-in-out forwards;
}

.sw-wipe-up {
	animation: sw-wipe-up 1.7s ease-in-out forwards;
}

.sw-wipe-diagonal {
	animation: sw-wipe-diagonal 1.7s ease-in-out forwards;
}

.sw-wipe-iris {
	animation: sw-wipe-iris 1.7s ease-in-out forwards;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
	#sw-symbol-widget .sw-layer {
		animation: none !important;
		clip-path: none !important;
	}
}

/* Mobile adjustments */
@media screen and (max-width: 768px) {
	#sw-symbol-widget {
		aspect-ratio: 3200 / 1800;
	}

	#sw-symbol-widget .sw-layer {
		gap: 1.2rem;
	}

	#sw-symbol-widget .sw-layer img {
		width: clamp(100px, 30vw, 200px);
	}

	#sw-symbol-widget .sw-label {
		font-size: clamp(9px, 2.5vw, 13px);
	}
}

/* ────────────────────────────────────────
   Bitcoin Orbit Animation
   ──────────────────────────────────────── */

#bitcoin-orbit-block {
	background: radial-gradient(circle at center, #010847 0%, #000000 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6vmin 0;
	overflow: hidden;
}

.orbit-stage {
	position: relative;
	width: 90vmin;
	height: 90vmin;
	max-width: 720px;
	max-height: 720px;
}

/* ── Centre Bitcoin ── */
.orbit-centre {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Inter', sans-serif;
	font-weight: 100;
	color: #e8912d;
	font-size: clamp(44px, 8.5vmin, 72px);
	line-height: 1;
	z-index: 10;
	user-select: none;
}

/* ── Orbit ring (the rotating container) ── */
.orbit-ring {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 50%;
	transform-origin: center center;
}

.orbit-ring--outer {
	--size: 70%;
	width: var(--size);
	height: var(--size);
	margin-left: calc(var(--size) / -2);
	margin-top: calc(var(--size) / -2);
	animation: spin-ccw 120s linear infinite;
}

.orbit-ring--middle {
	--size: 50%;
	width: var(--size);
	height: var(--size);
	margin-left: calc(var(--size) / -2);
	margin-top: calc(var(--size) / -2);
	animation: spin-cw 90s linear infinite;
}

.orbit-ring--inner {
	--size: 30%;
	width: var(--size);
	height: var(--size);
	margin-left: calc(var(--size) / -2);
	margin-top: calc(var(--size) / -2);
	animation: spin-ccw 70s linear infinite;
}

@keyframes spin-cw {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes spin-ccw {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(-360deg);
	}
}

/* ── Symbol on orbit ── */
.orbit-symbol {
	position: absolute;
	font-family: 'Inter', sans-serif;
	font-weight: 100;
	color: #ffffff;
	line-height: 1;
	user-select: none;
	overflow: visible;
}

/* Text symbols – sized via --symbol-scale custom property (set by JS) */
.orbit-symbol--text {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: calc(clamp(30px, 5.8vmin, 50px) * var(--symbol-scale, 1));
}

/* SVG symbol wrapper – explicit dimensions so the absolute-pos parent doesn't collapse */
.orbit-symbol--svg {
	--svg-size: calc(clamp(32px, 6vmin, 52px) * var(--symbol-scale, 1));
	width: var(--svg-size);
	height: var(--svg-size);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: visible;
}

/* SVG img – explicit width and height, don't rely on intrinsic dimensions */
.orbit-symbol--svg img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	overflow: visible;
}

/* ── Stars ── */
.orbit-star {
	position: absolute;
	border-radius: 50%;
	background: #ffffff;
	pointer-events: none;
}

@keyframes star-drift {
	0%   { transform: translate(0, 0); }
	50%  { transform: translate(var(--dx), var(--dy)); }
	100% { transform: translate(0, 0); }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
	.orbit-ring,
	.orbit-star {
		animation: none !important;
	}
}