html {
	overflow-x: hidden;
	width: 100%;
}

body {
	
	font-family: Sans-serif;
	font-size: 12pt;
	background: #000000;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	width: 100%;
	
}

div.main {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

div.top {
	padding-top: 10px;
	background: #FFFFFF;
	color: white;
	margin-top: 0px;	
}

div.bottom {
	margin-top: 0;
	padding: 20px;
	background: linear-gradient(90deg, #00d4ff 0%, #090979 35%, #020024 100%);
	color: #ffffff;
	border-bottom: 20px solid #122a6a;
}

span.tilfoejet {
	font-size: 9pt;
	color: #808080;
	float: right;
	margin-bottom: 4px;
}

span.tilfoejetproduct {
	font-size: 10pt;
	color: #808080;
	float: right;
	line-height: 40px;
}


li {
	margin-bottom: 60px;
	
}

a {
	color: black;
}

a:visited {
	color: black;
}


img.toplogo {
	max-width: 100%;
	max-height: 90px;
	height: auto;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}


.tilbudarea {
	padding-top: 20px;
	padding-bottom: 100px;
	background: linear-gradient(90deg, #020024 0%, #090979 35%, #00d4ff 100%);
	overflow-x: hidden;
	width: 100%;
}

/* Override white color inheritance for form inputs in tilbudarea */
.tilbudarea input,
.tilbudarea textarea {
	color: #000000 !important;
	-webkit-text-fill-color: #000000 !important;
}

.tilbudarea input[type="text"],
.tilbudarea input[type="email"],
.tilbudarea textarea {
	color: #000000 !important;
	-webkit-text-fill-color: #000000 !important;
}

.product-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
	width: 100%;
	margin: 0;
}


.tilbud {
	font-size: 14pt;
	color: #000000;
	font-weight: 600;
	display: block;
	text-align: center;
	margin: 15px 0;
	clear: both;
}

.tilbudlink {
	text-decoration: none;
}


h1 {
	color: #4c4c4c;
	margin-bottom: 20px;
}

h2 {
	color: #4c4c4c;
	margin-bottom: 15px;
}

h3 {
	color: #4c4c4c;
	margin-bottom: 10px;
}

span.bottomheadline {
	color: white;
	font-weight: 600;
	font-size: 16pt;
}


span.glpris {
	text-decoration: line-through;
	font-size: 14pt;
	white-space: nowrap;
	display: inline-block;
	opacity: 0.6;
	margin-right: 10px;
	color: #666;
	vertical-align: middle;
}

span.nypris {
	white-space: nowrap;
	font-size: 20pt;
	font-weight: bold;
	color: #e74c3c;
	display: inline-block;
	margin-bottom: 12px;
	vertical-align: middle;
}

/* Større priser på produktside */
span.billederammeproduct ~ span.tilbud .glpris {
	font-size: 20pt;
}

span.billederammeproduct ~ span.tilbud .nypris {
	font-size: 32pt;
	margin-bottom: 8px;
}

span.besparelse {
	font-size: 11pt;
	white-space: nowrap;
	font-weight: bold;
	background: #28a745;
	color: white;
	padding: 8px 12px;
	border-radius: 8px;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
}

span.best-price-badge-box {
	font-size: 9pt;
	white-space: nowrap;
	float: left;
	background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
	color: white;
	padding: 4px 8px;
	border-radius: 15px;
	margin-left: 8px;
	margin-top: 2px;
	font-weight: bold;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	display: inline-block;
}

span.kategori {
	font-size: 9pt;
	white-space: nowrap;
	float: left;
	background: #007bff;
	padding: 4px 8px;
	border-radius: 15px;
	color: #ffffff;
	display: inline-block;
	margin-left: 8px;
	margin-top: 2px;
	font-weight: 500;
	transition: background 0.3s ease;
}

a.kategorilink:hover span.kategori {
	background: #0056b3;
}


span.besparelseproduct {
	font-size: 14pt;
	white-space: nowrap;
	font-weight: bold;
	background: #28a745;
	color: white;
	padding: 10px 15px;
	border-radius: 8px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

span.best-price-badge-product {
	font-size: 14pt;
	white-space: nowrap;
	background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
	color: white;
	padding: 10px 15px;
	border-radius: 25px;
	margin-left: 10px;
	font-weight: bold;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
	display: inline-block;
	vertical-align: middle;
}

span.kategoriproduct {
	font-size: 11pt;
	white-space: nowrap;
	background: #007bff;
	padding: 8px 14px;
	border-radius: 20px;
	color: #ffffff;
	display: inline-block;
	margin-left: 10px;
	font-weight: 600;
	transition: background 0.3s ease;
	vertical-align: middle;
}

a.kategorilink {
	text-decoration: none;
}

a.kategorilink:hover span.kategoriproduct {
	background: #0056b3;
	cursor: pointer;
}


img.billede {
	width: 100%;
	height: 200px;
	min-height: 200px;
	object-fit: contain;
	border-radius: 8px;
	background: #f8f9fa;
	margin-bottom: 12px;
	content-visibility: auto;
}

img.billedeproduct {
	max-width: 400px;
	width: 100%;
	height: auto;
	max-height: 400px;
	object-fit: contain;
	border-radius: 8px;
	background: #f8f9fa;
	padding: 10px;
	display: block;
	margin: 0 auto;
}


span.billederamme {
	width: 100%;	
	display: block;
	text-align: center;
}

span.billederammeproduct {
	width: 100%;	
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

span.billederamme {
	width: 100%;	
	display: block;
	text-align: center;
	min-height: 200px;
	margin-bottom: 10px;
}

span.produkt {
	font-size: 11pt;
	font-weight: 600;
	color: #333;
	line-height: 1.4;
	min-height: 50px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 10px;
	display: block;
}


span.koebknap {
	display: block;
	background: linear-gradient(135deg, #FF6B6B 0%, #FF8E53 100%);
	color: white;
	padding: 16px 32px;
	border-radius: 12px;
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	transition: all 0.3s ease;
	margin-top: 15px;
	box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
	cursor: pointer;
	text-transform: none;
	letter-spacing: 0.3px;
}

span.koebknap:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 25px rgba(255, 107, 107, 0.6);
	background: linear-gradient(135deg, #FF8E53 0%, #FF6B6B 100%);
}

/* Primary CTA - mest fremtrædende */
span.koebknap-primary {
	background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
	box-shadow: 0 6px 20px rgba(76, 175, 80, 0.5);
	font-size: 16pt;
	padding: 18px 36px;
	margin: 20px 0;
	animation: pulse 2s infinite;
}

span.koebknap-primary:hover {
	background: linear-gradient(135deg, #45a049 0%, #4CAF50 100%);
	box-shadow: 0 8px 30px rgba(76, 175, 80, 0.7);
	transform: translateY(-4px) scale(1.02);
}

/* Secondary CTA - stadig synlig */
span.koebknap-secondary {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

span.koebknap-secondary:hover {
	background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
	box-shadow: 0 6px 25px rgba(102, 126, 234, 0.6);
}

/* Pulse animation for primary CTA */
@keyframes pulse {
	0%, 100% {
		box-shadow: 0 6px 20px rgba(76, 175, 80, 0.5);
	}
	50% {
		box-shadow: 0 6px 30px rgba(76, 175, 80, 0.8);
	}
}


span.box {
	display: flex;
	flex-direction: column;
	border-radius: 12px;
	padding: 15px;
	background: white;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-sizing: border-box;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
	position: relative;
	height: 100%;
	will-change: transform;
}

span.box:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

span.boxproduct {
	display: block;
	border-radius: 12px;
	padding: 20px;
	width: 96%;
	max-width: 800px;
	margin: 0 auto 20px auto;
	background: white;
	box-sizing: border-box;
	box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

@media screen and (max-width: 768px) {
	span.boxproduct {
		width: calc(100% - 20px);
		max-width: 100%;
		padding: 15px;
		margin: 0 10px 20px 10px;
		box-sizing: border-box;
		overflow: hidden;
	}
}

div.menutop {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	margin-bottom: 0px;
	
}

div.menubar {
	background: #122a6a;
	width: 100%;
}

span.menuknap {
	background: #090c7b;
	color: white;
	padding: 6px;
	border: 1px solid #808080;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}

a.menuknap {
	text-decoration: none;
}

/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
	* {
		max-width: 100%;
		box-sizing: border-box;
	}
	
	body {
		overflow-x: hidden !important;
		width: 100vw;
		box-sizing: border-box;
	}
	
	div.main {
		padding: 0 5px;
		width: 100%;
		max-width: 100vw;
		overflow-x: hidden;
	}
	
	.tilbudarea {
		padding-left: 5px;
		padding-right: 5px;
		width: 100%;
		max-width: 100vw;
		overflow-x: hidden;
		box-sizing: border-box;
	}
	
	.product-grid {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 0;
		width: calc(100vw - 10px);
		max-width: 100%;
		box-sizing: border-box;
	}
	
	span.box {
		padding: 6px;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		margin: 0 0 10px 0;
		overflow: hidden;
		background: white !important;
		border-radius: 12px !important;
		box-shadow: 0 3px 10px rgba(0,0,0,0.2) !important;
		display: flex;
		flex-direction: column;
	}
	
	span.box img {
		max-height: 240px !important;
		height: 240px !important;
		width: 100% !important;
		object-fit: cover !important;
		border-radius: 0 !important;
		background: transparent !important;
	}
	
	span.boxproduct {
		width: 100%;
		max-width: 100%;
		padding: 8px;
		margin: 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	
	img.billede {
		height: 240px !important;
		max-height: 240px !important;
		width: 100% !important;
		object-fit: cover !important;
		border-radius: 0 !important;
		background: transparent !important;
		margin: -6px -6px 0 -6px !important;
	}
	
	span.billederamme {
		margin-bottom: 4px !important;
		max-height: 240px !important;
		overflow: hidden !important;
		display: block !important;
	}
	
	img.billedeproduct {
		max-width: 100% !important;
		width: 100% !important;
		height: auto !important;
		padding: 5px;
		box-sizing: border-box;
	}
	
	span.billederammeproduct {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		overflow: hidden !important;
		box-sizing: border-box !important;
	}
	
	span.besparelse {
		background: #28a745 !important;
		color: white !important;
		padding: 5px 10px !important;
		border-radius: 6px !important;
		font-size: 9pt !important;
		font-weight: bold !important;
		text-align: center !important;
		margin-bottom: 6px !important;
		display: block !important;
	}
	
	span.best-price-badge-box {
		position: absolute !important;
		top: 6px !important;
		right: 6px !important;
		background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
		color: white !important;
		padding: 3px 6px !important;
		border-radius: 20px !important;
		font-size: 7pt !important;
		font-weight: bold !important;
		z-index: 10 !important;
		box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
		margin: 0 !important;
		float: none !important;
	}
	
	span.box .best-price-badge,
	.best-price-badge {
		position: absolute !important;
		top: 6px !important;
		right: 6px !important;
		background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
		color: white !important;
		padding: 3px 6px !important;
		border-radius: 20px !important;
		font-size: 7pt !important;
		font-weight: bold !important;
		z-index: 10 !important;
		box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
		margin: 0 !important;
		float: none !important;
		display: inline-block !important;
	}
	
	span.kategori {
		font-size: 6pt !important;
		padding: 2px 5px !important;
		margin-right: 3px !important;
		margin-bottom: 3px !important;
		display: inline-block !important;
	}
	
	span.besparelseproduct {
		font-size: 18pt;
	}
	
	span.best-price-badge-product {
		font-size: 12pt;
		padding: 6px 10px;
		margin-left: 8px;
		margin-top: 3px;
	}
	
	span.kategoriproduct {
		font-size: 9pt;
		padding: 4px 8px;
		margin-left: 5px;
		margin-top: 3px;
	}
	
	span.produkt {
		font-size: 15pt !important;
		font-weight: 700 !important;
		color: #333 !important;
		min-height: 40px !important;
		margin-bottom: 4px !important;
		line-height: 1.25 !important;
		display: -webkit-box !important;
		-webkit-line-clamp: 2 !important;
		-webkit-box-orient: vertical !important;
		overflow: hidden !important;
		word-wrap: break-word !important;
		overflow-wrap: break-word !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}
	
	span.koebknap {
		padding: 16px 28px !important;
		font-size: 15pt !important;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
		border-radius: 12px !important;
		font-weight: bold !important;
		text-align: center !important;
		width: 100%;
		box-sizing: border-box;
	}
	
	span.koebknap-primary {
		font-size: 16pt !important;
		padding: 18px 32px !important;
	}
	
	span.koebknap-secondary {
		font-size: 14pt !important;
	}
	
	span.tilbud {
		margin-bottom: 6px !important;
	}
	
	span.nypris {
		font-size: 16pt !important;
		font-weight: bold !important;
		color: #28a745 !important;
		margin-bottom: 4px !important;
		display: block !important;
		text-align: center !important;
		white-space: normal !important;
		word-wrap: break-word !important;
		overflow-wrap: break-word !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}
	
	span.tilfoejet {
		font-size: 6pt !important;
		margin-bottom: 3px !important;
		display: inline-block !important;
		float: none !important;
		clear: none !important;
		color: #808080 !important;
	}
	
	div.menutop {
		text-align: center;
		padding: 10px;
	}
	
	span.menuknap {
		font-size: 10pt;
		padding: 4px 6px;
	}
	
	#mc_embed_signup {
		width: 95% !important;
		padding: 10px !important;
	}
}

/* Bedste Priser Carousel */
.best-prices-section {
	width: 100%;
	margin: 0 0 30px 0;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	padding: 20px 0;
	border-radius: 0;
	box-shadow: 0 4px 15px rgba(0,0,0,0.2);
	box-sizing: border-box;
}

.best-prices-header {
	text-align: center;
	color: white;
	margin-bottom: 20px;
	padding: 0 20px;
}

.best-prices-header h2 {
	margin: 0 0 8px 0;
	font-size: 28pt;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.best-prices-header p {
	margin: 0;
	font-size: 12pt;
	opacity: 0.9;
}

.carousel-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 0;
}

.carousel-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.9);
	color: #667eea;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 20px;
	cursor: pointer;
	z-index: 10;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.carousel-nav:hover {
	background: white;
	transform: translateY(-50%) scale(1.1);
	box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.carousel-nav-left {
	left: 10px;
}

.carousel-nav-right {
	right: 10px;
}

.carousel-track {
	display: flex;
	gap: 15px;
	overflow-x: auto;
	scroll-behavior: smooth;
	padding: 0 50px;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: rgba(255,255,255,0.3) transparent;
	padding: 10px 5px 15px 5px;
}

.carousel-track::-webkit-scrollbar {
	height: 8px;
}

.carousel-track::-webkit-scrollbar-track {
	background: rgba(0,0,0,0.1);
	border-radius: 10px;
}

.carousel-track::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,0.3);
	border-radius: 10px;
}

.carousel-track::-webkit-scrollbar-thumb:hover {
	background: rgba(255,255,255,0.5);
}

.carousel-item {
	flex: 0 0 280px;
	background: white;
	border-radius: 12px;
	padding: 15px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	display: flex;
	flex-direction: column;
}

.carousel-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.best-price-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
	color: white;
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 10pt;
	font-weight: bold;
	z-index: 10;
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	display: inline-block;
}

/* Best price badge for regular product boxes */
span.box .best-price-badge {
	position: absolute;
	top: 15px;
	right: 15px;
	background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
	color: white;
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 9pt;
	font-weight: bold;
	z-index: 10;
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	display: inline-block;
}

.carousel-image {
	width: 100%;
	height: 200px;
	min-height: 200px;
	object-fit: contain;
	border-radius: 8px;
	margin-bottom: 12px;
	background: #f8f9fa;
	content-visibility: auto;
}

.carousel-savings {
	background: #28a745;
	color: white;
	padding: 8px 12px;
	border-radius: 8px;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.carousel-title {
	font-size: 11pt;
	font-weight: 600;
	color: #333;
	margin-bottom: 10px;
	line-height: 1.4;
	min-height: 50px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.carousel-price {
	font-size: 20pt;
	font-weight: bold;
	color: #e74c3c;
	margin-bottom: 10px;
}

.carousel-button {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	padding: 12px 20px;
	border-radius: 8px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
	transition: transform 0.2s ease;
	display: block;
	margin-top: auto;
}

.carousel-button:hover {
	transform: scale(1.05);
	text-decoration: none;
}

@media (max-width: 768px) {
	.best-prices-section {
		margin: 0 10px 30px 10px;
		width: calc(100% - 20px);
	}
	
	.best-prices-header h2 {
		font-size: 20pt;
	}
	
	.best-prices-header p {
		font-size: 10pt;
	}
	
	.carousel-item {
		flex: 0 0 220px;
		padding: 12px;
	}
	
	.carousel-image {
		height: 160px;
	}
	
	.carousel-title {
		font-size: 10pt;
		min-height: 45px;
	}
	
	.carousel-price {
		font-size: 16pt;
	}
	
	.best-price-badge {
		font-size: 9pt;
		padding: 4px 8px;
	}
	
	.carousel-nav {
		display: none;
	}
	
	.carousel-track {
		padding: 0 5px;
	}
}

/* Breadcrumbs for SEO navigation */
.breadcrumbs {
	padding: 10px 0;
	font-size: 14px;
	color: #ccc;
	margin-bottom: 15px;
}

.breadcrumbs a {
	color: #4CAF50;
	text-decoration: none;
	transition: color 0.2s;
}

.breadcrumbs a:hover {
	color: #66BB6A;
	text-decoration: underline;
}

.breadcrumbs span {
	margin: 0 8px;
}

/* Relaterede produkter grid */
.related-products-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 15px;
	margin-top: 20px;
}

.related-product-card {
	background: white;
	padding: 15px;
	border-radius: 8px;
	text-decoration: none;
	color: inherit;
	display: block;
	transition: transform 0.2s, box-shadow 0.2s;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.related-product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* Kategori tags/badges */
.category-tag {
	background: white;
	color: #333;
	padding: 8px 16px;
	border-radius: 20px;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	transition: all 0.2s;
	margin: 5px;
}

.category-tag:hover {
	background: #4CAF50;
	color: white;
	transform: scale(1.05);
}

/* ========================================
   SØGEFUNKTION STYLES
   ======================================== */

/* Search container */
.search-container {
	background: white;
	padding: 15px 20px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.search-form {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	gap: 10px;
}

.search-input {
	flex: 1;
	padding: 12px 20px;
	border: 2px solid #ddd;
	border-radius: 25px;
	font-size: 16px;
	outline: none;
	transition: border-color 0.3s;
}

.search-input:focus {
	border-color: #4CAF50;
	box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
}

.search-button {
	padding: 12px 30px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	border: none;
	border-radius: 25px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: transform 0.2s, box-shadow 0.2s;
}

.search-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.search-button:active {
	transform: translateY(0);
}

/* Pagination styling for search results */
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin: 30px 0;
	flex-wrap: wrap;
}

/* Mobile adjustments for product page and general elements */
@media (max-width: 768px) {
	/* Product info boxes and inline styles */
	.productinfo {
		padding: 10px !important;
		margin: 10px 0 !important;
	}
	
	.productinfo table {
		width: 100% !important;
		font-size: 14px !important;
	}
	
	.productinfo td {
		display: block !important;
		width: 100% !important;
		padding: 5px 0 !important;
	}
	
	/* Breadcrumbs mobile */
	.breadcrumbs {
		font-size: 12px;
		padding: 10px;
		overflow-x: auto;
		white-space: nowrap;
		max-width: 100%;
		box-sizing: border-box;
		-webkit-overflow-scrolling: touch;
	}
	
	/* Related products mobile */
	.related-products-grid {
		grid-template-columns: 1fr !important;
		gap: 10px;
	}
	
	/* Force all grid layouts to single column on mobile */
	div[style*="grid-template-columns"] {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 10px !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}
	
	/* Ensure all product containers stay within viewport */
	div[style*="display: grid"] {
		width: 100% !important;
		max-width: 100% !important;
		overflow-x: hidden !important;
		box-sizing: border-box !important;
	}
	
	/* Pagination mobile */
	.pagination {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 5px;
		padding: 10px;
	}
	
	.pagination a,
	.pagination span {
		padding: 8px 12px !important;
		font-size: 14px !important;
		min-width: 40px;
		text-align: center;
	}
	
	/* Ansvarsfraskrivelse box mobile */
	.disclaimer-box {
		margin: 15px 10px !important;
		padding: 12px !important;
		font-size: 13px !important;
	}
	
	/* Category tags mobile */
	.category-tag {
		font-size: 12px;
		padding: 6px 12px;
		margin: 3px;
	}
	
	/* FAQ section mobile */
	.faq-item {
		margin-bottom: 15px;
	}
	
	.faq-item h3 {
		font-size: 16px;
	}
	
	.faq-item p {
		font-size: 14px;
	}
	
	/* Force responsive images */
	img {
		max-width: 100% !important;
		height: auto !important;
	}
	
	/* Force responsive divs and spans */
	div, span, a {
		max-width: 100% !important;
		box-sizing: border-box !important;
	}
	
	/* Product page specific containers */
	.tilbudlink {
		width: 100% !important;
		max-width: 100% !important;
		display: block !important;
		box-sizing: border-box !important;
		overflow: hidden !important;
	}
	
	/* Product title mobile */
	h1 {
		font-size: 20px !important;
		line-height: 1.3;
		padding: 10px;
		word-wrap: break-word;
		overflow-wrap: break-word;
		max-width: 100%;
		box-sizing: border-box;
	}
	
	h2 {
		font-size: 18px !important;
		padding: 10px;
		word-wrap: break-word;
		overflow-wrap: break-word;
		max-width: 100%;
		box-sizing: border-box;
	}
	
	h3 {
		word-wrap: break-word;
		overflow-wrap: break-word;
		max-width: 100%;
		box-sizing: border-box;
	}
	
	/* Force all text to wrap properly */
	p, span, div, a {
		word-wrap: break-word !important;
		overflow-wrap: break-word !important;
	}
	
	/* Button styles mobile */
	.btn,
	button,
	input[type="submit"] {
		padding: 12px 20px !important;
		font-size: 16px !important;
		min-height: 44px;
		width: 100%;
		max-width: 300px;
		margin: 5px auto;
		display: block;
	}
	
	/* Search bar mobile */
	.search-container {
		padding: 20px 15px !important;
	}
	
	.search-form {
		max-width: 100% !important;
		width: 100%;
		display: flex !important;
		flex-direction: row !important;
		gap: 8px;
		margin: 0 auto;
	}
	
	.search-input {
		flex: 3 !important;
		min-width: 200px !important;
		font-size: 16px !important;
		padding: 14px 16px !important;
		border-radius: 25px !important;
		box-sizing: border-box !important;
		border: 2px solid #ddd !important;
	}
	
	.search-button {
		flex: 1 !important;
		max-width: 80px !important;
		padding: 14px 10px !important;
		font-size: 14px !important;
		border-radius: 25px !important;
		white-space: nowrap;
	}
	
	/* Logo mobile */
	img.toplogo {
		max-height: 70px !important;
	}
}

/* ===================================
   CATEGORY SHOWCASE
   =================================== */

.category-showcase {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-radius: 12px;
	padding: 30px 20px;
	margin: 30px 0;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.category-showcase-header {
	text-align: center;
	margin-bottom: 25px;
}

.category-showcase-header h2 {
	color: white;
	font-size: 28px;
	margin: 0 0 10px 0;
	font-weight: 700;
}

.category-showcase-header p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	margin: 0;
}

.category-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	margin-bottom: 25px;
}

.category-card {
	background: white;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.category-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.category-icon {
	font-size: 48px;
	margin-bottom: 12px;
}

.category-name {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin-bottom: 5px;
}

.category-count {
	font-size: 14px;
	color: #666;
}

.category-showcase-footer {
	text-align: center;
	margin-top: 20px;
}

.view-all-categories {
	display: inline-block;
	background: white;
	color: #667eea;
	padding: 12px 30px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.view-all-categories:hover {
	background: #f8f9fa;
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
	.category-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	
	.category-card {
		padding: 15px;
	}
	
	.category-icon {
		font-size: 36px;
	}
	
	.category-name {
		font-size: 14px;
	}
	
	.category-showcase-header h2 {
		font-size: 22px;
	}
	
	.category-showcase-header p {
		font-size: 14px;
	}
}

/* FORCE BLACK TEXT IN REVIEW FORM INPUTS */
#reviews-section input[type="text"],
#reviews-section input[type="email"],
#reviews-section textarea {
	color: #000000 !important;
	-webkit-text-fill-color: #000000 !important;
	background: #ffffff !important;
	caret-color: #000000 !important;
}

/* Sticky CTA for mobile */
.sticky-cta-mobile {
	display: none;
}

@media (max-width: 768px) {
	.sticky-cta-mobile {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		background: white;
		box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
		animation: slideUp 0.3s ease-out;
	}
	
	@keyframes slideUp {
		from {
			transform: translateY(100%);
		}
		to {
			transform: translateY(0);
		}
	}
}
