:root {
	interpolate-size: allow-keywords;
	--bs-border-radius: 0rem;
	--bs-btn-border-radius: 0rem;
	--bs-primary-rgb: 000, 000, 000;
}

body {
	overflow-x: hidden;
}

.checkout-steps__mobile, .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xs, .container-xxl,
.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: calc(100% - 2rem);
	--bs-gutter-x: 0;
}

.bm-menu {
	background: #0000;
}

#index .elementor-element-f9a12fb {
	margin-bottom: 3rem;
}

header#header {
	transition: transform 200ms ease;
	border-bottom: 1px solid #0001;
}

.page-title-section {
	font-weight: 400;
	font-size: 3.5rem;
	letter-spacing: normal;
}

footer#footer {
	padding: 4rem 1rem 0;
}

footer#footer .footer.footer__main {
	background: unset;

	.elementor.elementor-3020101 {
		flex: 1 0 33%;
	}
}

.footer-block__title, .footer-block__title a,
footer#footer .footer.footer__main a, 
.footer__main {
	color: #000;
}

.product-miniature__image {
	aspect-ratio: 3 / 4;
	object-fit: cover;
}

.product-miniature__quickview-button {
	display: none !important;
}

#best-sales, #new-products, #prices-drop, #category, #manufacturer {
	&.layout-left-column .columns-container>.row {
		flex-flow: column;
	}

	#left-column,
	#center-column {
		max-width: calc(100% - 2rem);
		width: calc(100% - 2rem);
		padding: 0;
		margin-inline: auto;
	}

	left-column {
		position: fixed;
		inset: 0;
		z-index: 101;
		translate: 100%;
		padding: 0;
		display: grid;
		justify-content: end;
		transition: width 200ms ease, translate 200ms ease, background 200ms 200ms ease;
	}

	#left-column #search_filters_wrapper {
		background: #fff;
		padding: 1rem;
		min-width: 380px;
		width: fit-content;
		max-width: 60%;
		height: 100%;
		border-left: 1px solid #0001;
	}

	#left-column.active {
		translate: 0;
		background: #0003;
	}

	.columns-container.container {
		max-width: calc(100% - 2rem);
	}

	.breadcrumb__wrapper .container {
		max-width: calc(100% - 2rem);
		padding: 0;
	}

	.breadcrumb-item span {
		display: inline-block;
		text-transform: lowercase;
	}

	.breadcrumb-item span::first-letter {
		text-transform: uppercase;
	}

	h1:nth-last-of-type(2) {
		display: none;
	}

	@media(max-width: 767px) {
		.products__count {
			display: none;
		}
	}
}

@media(min-width: 767px) {
	#category.layout-left-column .columns-container>.row {
		flex-flow: column;
	}

	#category #left-column, 
	#category #center-column {
		max-width: calc(100% - 2rem);
		width: calc(100% - 2rem);
		padding: 0;
		margin-inline: auto;
	}

	#category #left-column {
		position: fixed;
		inset: 0;
		z-index: 101;
		translate: 100%;
		padding: 0;
		display: grid;
		justify-content: end;
		transition: width 200ms ease, translate 200ms ease, background 200ms 200ms ease;
	}

	#category #left-column #search_filters_wrapper {
		background: #fff;
		padding: 1rem;
		min-width: 380px;
		width: fit-content;
		max-width: 60%;
		height: 100%;
		border-left: 1px solid #0001;
	}

	#category #left-column.active {
		translate: 0;
		background: #0003;
		right: -2rem;
	}
}

#category .columns-container.container {
	max-width: calc(100% - 2rem);
}

#category .breadcrumb__wrapper .container {
	max-width: calc(100% - 2rem);
	padding: 0;
}

#category h1:nth-last-of-type(2) {
	display: none;
}

#category .category__header {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #0001;
}

#category .category__description {
	font-size: 0.875rem;
}

#category .category__description * {
	font-family: 'Neue Montreal' !important;
}

#category .category__description h1 {
	display: none;
}

#category .category__description p {
	max-width: 60rem;
	margin-bottom: 0.5em;
}

@media(max-width: 767px) {
	#category .category__description {
		height: 160px;
		overflow: hidden;
		position: relative;
		transition: height 200ms ease;
	}

	#category .category__description::after {
		content: 'Læs mere';
		position: absolute;
		inset: 0;
		display: grid;
		justify-content: center;
		align-items: end;
		background: linear-gradient(0deg, #fff, transparent);
	}

	#category .category__description.active {
		height: auto;
	}

	#category .category__description.active::after {
		content: '';
		background: unset;
	}
}

#category .category__header .header-text {
	min-width: 50%;
}

#category .category__cover {
	margin-bottom: 0;
	width: 100%;
}

.product-miniature .quantity-button {
	display: none;
}

.product-miniature__bottom {
	flex-flow: row;
}

.product-miniature__top {
	position: relative;
}

.product-miniature__actions {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	opacity: 0;
	transition: opacity 200ms ease;
}

.product-miniature__top:hover .product-miniature__actions {
	opacity: 1;
}

@media(max-width: 1024px) {
	.product-miniature__top .product-miniature__actions {
		opacity: 1;
	}

	.product-miniature__add-text {
		display: none;
	}
}

.product-miniature__add.btn {
	background: #fff;
	color: #000;
	border: unset;
	cursor: pointer;
	transition: opacity 200ms ease, background 200ms ease;
}

.product-miniature__add.btn:hover,
.product-miniature__add.btn:focus-within {
	background: #fffd;
}

.product-miniature__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; 
}

.page-product .product__container {
	grid-template-columns: 2fr 1fr;
	margin-bottom: 4rem;
}

.page-product .product__bottom-right {
	max-width: 540px;
	margin-inline: auto;
}

.product-miniature__bottom {
	padding: 1rem 0 0;
}

.product-miniature__infos {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: start;
	font-size: 0.875rem;
}

.product-miniature__prices {
	justify-content: end;
	flex-wrap: nowrap;
}

.product-miniature__regular-price {
	font-size: 0.875em;
}

.product-miniature__image-link {
	background: #f7f7f7;
}

.product-miniature__image {
	mix-blend-mode: multiply;
}

.carousel-inner,
.carousel-item,
.js-product-carousel img {
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.page-product .product__images {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.5rem;
	position: relative;
}

.page-product .product__images .imgWrapper {
	background: #f7f7f7;
}

.page-product .product__images img {
	width: 100%;
	aspect-ratio: 1 / 1;
	mix-blend-mode: multiply;
}

@media(max-width: 1024px) {
	.page-product .product__images {
		display: flex;
		overflow: auto;
		max-height: 400px;
	}

	.page-product .product__images img {
		max-width: 400px;
		aspect-ratio: 1 / 1;
	}

	.page-product .product__images .imgWrapper {
		flex: 0 0 90%;
	}
}

.page-product .product__container,
.page-product .product__bottom {
	gap: 2rem;
}

.product__right .sticky {
	position: sticky;
	top: 72px;
	max-width: 520px;
	margin-inline: auto;
}

@media(max-width: 1024px) {
	.page-product .product__container,
	.page-product .product__bottom {
		grid-template-columns: 1fr;
	}

	.product__right .sticky {
		max-width: unset;
	}
}

.page-product .product__add-to-cart-button {
	font-weight: 500;
}

.sticky .product__name {
	font-weight: 400;
  font-size: 2.5rem;
	letter-spacing: normal;
	text-wrap: balance;
}

.sticky .blockreassurance--product {
	grid-template-columns: 1fr 1fr;
	gap: 1rem 0.5rem;
}

.accordion-button {
	font-size: 1rem;
}

.sticky .product__tax-infos {
	display: none;
}

.sticky .product__prices {
	margin-top: 0.5rem;
}

.sticky .product__prices-block {
	flex-direction: row;
	align-items: baseline;
}

.page-product .sticky .product__price {
	font-size: 1.75rem;
	font-weight: 700;
}

.sticky .product__prices-block .product__discount-price {
	order: 1;
}

.sticky .product__description-short {
	height: 200px;
	overflow: hidden;
	position: relative;
	transition: height 200ms ease, padding 200ms ease;
}

.sticky .product__description-short.active {
	height: auto;
	padding-bottom: 2rem;
}

.sticky .product__description-short::after {
	content: 'Læs mere';
	font-size: 0.875em;
	cursor: pointer;
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, #fff, transparent);
	display: grid;
	justify-content: center;
	align-items: end;
}

.sticky .product__description-short.active::after {
	background: unset;
	content: 'Fold sammen';
}


#cart .cart-grid__aside .sticky {
	position: sticky;
	top: 60px;
}

/* .subcategory {
	overflow: hidden;
	width: calc(100% + 1.95rem);
}

.subcategory__list {
	display: flex;
}

.subcategory__list::-webkit-scrollbar {
	height: 6px;
}

.subcategory__list::-webkit-scrollbar-track {
	background-color: #fff;
}

.subcategory__list::-webkit-scrollbar-thumb {
	background: #000;
	border-bottom: 5px solid #fff;
} */

.page-product .product__description-short *{
	font-family: 'Neue Montreal' !important;
	letter-spacing: normal !important;
	font-size: 0.875rem !important;
}

#module-bm_checkout-checkout .bm-checkout {
	width: min(1540px, 100% - 2rem);
	margin-inline: auto;
}

.page-product .brand-info {
	display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
	margin-top: 1rem;
}

.page-product .brand-info .brand-image-wrapper {
	height: 100%;
	background: #f8f9fa;
}

.page-product .brand-info .brand-image {
	height: 100%;
	mix-blend-mode: multiply;
}

.page-product:has(.brand-description:empty) .brand-text {
	display: none;
}

.page-product .brand-info .brand-description {
	max-height: 140px;
	overflow: hidden;
	position: relative;
}

.page-product .brand-info .brand-description::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, #fff, transparent);
}

.page-product .brand-info .brand-description * {
	font-family: 'Neue Montreal' !important;
	font-size: 0.875rem !important;
}

.page-product .brand-info .brand-description > :empty,
.page-product .brand-info .brand-description > h2 {
	display: none;
}

.page-product .brand-info .brand-description p {
	margin-bottom: 0.5em !important;
}

.variant-popover {
  position: relative;
  display: inline-block;
  width: 100%;
	outline: 1px solid #0001;
}

.variant-popover__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .65rem .75rem;
  border: 1px solid var(--border, rgba(255,255,255,.15));
  background: var(--surface, rgba(255,255,255,.06));
  color: inherit;
  cursor: pointer;
}

.variant-popover__thumb,
.variant-popover__option-thumb {
  width: 32px;
  height: 32px;
  overflow: hidden;
  flex: 0 0 32px;
  background: rgba(255,255,255,.08);
  display: grid;
  place-items: center;
}

.variant-popover__thumb img,
.variant-popover__option-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.variant-popover__label {
  flex: 1;
  text-align: left;
}

.variant-popover__chev {
  opacity: .7;
}

.variant-popover__panel {
  position: absolute;
  z-index: 50;
  left: 0;
  right: 0;
  margin-top: .5rem;
	border: unset;
  outline: 1px solid #0001;
  background: #fff;
  padding: .35rem;
  max-height: 320px;
  overflow: auto;
}

.variant-popover__option {
  width: 100%;
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .5rem .55rem;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.variant-popover__option:hover {
  background: rgba(255,255,255,.06);
}

.variant-popover__option.is-selected {
  background: rgba(0,0,0,.06);
  font-weight: 500;
}

/* Checkmark for selected option */
.variant-popover__option.is-selected::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iIzAwMDAwMCIgdmlld0JveD0iMCAwIDI1NiAyNTYiPjxwYXRoIGQ9Ik0yMjkuNjYsNzcuNjZsLTEyOCwxMjhhOCw4LDAsMCwxLTExLjMyLDBsLTU2LTU2YTgsOCwwLDAsMSwxMS4zMi0xMS4zMkw5NiwxODguNjksMjE4LjM0LDY2LjM0YTgsOCwwLDAsMSwxMS4zMiwxMS4zMloiPjwvcGF0aD48L3N2Zz4=");
  margin-left: auto;
  color: var(--bs-primary, #000);
  font-weight: 700;
}

/* Empty thumbnail placeholder */
.variant-popover__thumb:empty,
.variant-popover__option-thumb:empty {
  background: #f5f5f5;
}

/* Focus states for accessibility */
.variant-popover__trigger:focus-visible {
  outline: 2px solid var(--bs-primary, #000);
  outline-offset: 2px;
}

.variant-popover__option:focus-visible {
  outline: 2px solid var(--bs-primary, #000);
  outline-offset: -2px;
  background: rgba(0,0,0,.04);
}

/* Panel animation */
.variant-popover__panel {
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 150ms ease, transform 150ms ease;
  pointer-events: none;
}

.variant-popover__panel:not([hidden]) {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Hover effect on options */
.variant-popover__option:hover {
  background: rgba(0,0,0,.04);
}

/* Chevron rotation when open */
.variant-popover__trigger[aria-expanded="true"] .variant-popover__chev {
  transform: rotate(180deg);
}

.variant-popover__chev {
  transition: transform 150ms ease;
}


.blockreassurance .reassurance__image {
	width: fit-content;
	height: fit-content;
	fill: #000;
}

.blockreassurance .reassurance__image svg path {
	fill: #000 !important;
}

.product_description {
	margin-top: 1rem;
}

.product_description * {
	font-family: 'Neue Montreal' !important;
	font-size: 0.875rem !important;
}

.layout-left-column .products, 
.layout-right-column .products,
.layout-full-width .products {
	gap: 2rem;
}

#product .module-products .section-title {
	font-size: 2.5rem;
}

#cms #center-column {
	max-width: 1520px !important;
	width: fit-content;
	margin-inline: auto;
}

#cms #content * {
	max-width: 120ch;
	font-family: 'Neue Montreal' !important;
	letter-spacing: normal !important;
}

#cms #billeder br,
#cms #content p:empty {
	display: none !important;
}

#cms #billeder > div {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

#cms #billeder > div > p {
	max-width: calc(50% - 0.5rem);
	display: grid;
	gap: 0.5rem;
}

#cms #billeder img {
	max-width: 100%;
}

.bm-cart-btn-primary {
	background: #18350b;
}

.container--limited-sm {
	max-width: 992px;
}

.bm-drop {
	position: absolute;
  top: 4.125rem;
  left: -1rem;
}

@media(min-width: 992px) {
	#registration, #authentication {
		min-height: 100svh;
		display: flex;
		flex-flow: column;

		#wrapper {
			flex-grow: 1;
		}

		#center-column {
			max-width: 840px;
			margin-inline: auto;
		}
	}

	#cms {
		min-height: 100svh;
		display: flex;
		flex-flow: column;

		#wrapper {
			flex-grow: 1;
		}
	}
}

/* Inspiration og links */

ul.footer-block__list {
	display: grid;

	li:has(#link-cms-page-6-2) {
		order: 1;
	}

	li:has(#link-cms-page-11-2) {
		order: 2;
	}

	li:has(#link-cms-page-8-2) {
		order: 3;
	}

	li:has(#link-cms-page-4-2) {
		order: 4;
	}

	li:has(#link-cms-page-9-2) {
		order: 5;
	}

	li:has(#link-custom-page-se-fodevarestyrelsens-smiley-rapporter-2) {
		order: 6;
	}

	/* Om by Brorson */

	li:has(#link-cms-page-14-1) {
		order: 1;
	}

	li:has(#link-cms-page-15-1) {
		order: 2;
	}

	li:has(#link-cms-page-16-1) {
		order: 3;
	}

	li:has(#link-custom-page-menneskene-bag-by-brorson-1) {
		order: 4;
	}

	li:has(#link-cms-page-10-1) {
		order: 5;
	}

	li:has(#link-cms-page-3-1) {
		order: 6;
	}

	li:has(#link-cms-page-17-1) {
		order: 7;
	}
}

.bm-checkout__carrier-price {
	text-align: end;
}

.bm-checkout__carrier-check {
	display: none;
}

.bm-checkout__carrier-wrapper:has(.bm-checkout__carrier-extra-content:not([style*="display: none"])) .bm-checkout__carrier-card {
	border-radius: var(--bm-radius-sm);
}

.bm-search-trigger svg {
	width: 1.5rem;
  height: 1.5rem;
}

.bm-nav-header {
	justify-content: end;
}

.bm-cart-remove {
	right: 24px;
}

.bm-cart-sticky-qty {
	border: 1px solid var(--bs-border-color);
}

.bm-cart-sticky-qty .bm-cart-qty-input {
	border: none !important;
}