/*!
Theme Name: Røroshetta 2026
Theme URI: http://underscores.me/
Author: Insite Media AS
Author URI: https://insitemedia.no
Description: Custom boilerplate for a WooCommerce store for Røroshetta.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: im-roroshetta
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Røroshetta 2026 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
	--soft-black: #1a1a1a;
	--soft-white: #FAF9F6;
	--warm-red: #4B252D;
	--green: #3E4F48;
	--catalog-text: #F59682;
	--catalog-yellow: #F0D89C;
	--franke-red: #E12E40;
	--catalog-beige: #DDCDAC;
	--catalog-olive: #B5B889;
	--catalog-mint: #D7E0D6;
	--catalog-olive-light: #B5B88910;
	--top-p: 32px;
	--bottom-p: 32px;
	--top-m: 70px;
	--bottom-m: 70px;
	--var-font: "Ubuntu", sans-serif;
}

html {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: var(--var-font);
}

a {
	color: var(--warm-red);
}

a.custom-logo-link,
.custom-logo {
	max-width: 148px;
	height: auto;
}

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

.container {
	width: 95%;
	max-width: 1440px;
	margin: 0 auto;
}

#colophon {
	background: var(--warm-red);
	padding-top: 111px;
	padding-bottom: var(--bottom-p);
	position: relative;
}

#scrollToTop {
	position: absolute;
	top: -22px;
	width: 44px;
	height: 44px;
	background: var(--catalog-mint);
	border-radius: 100%;
	right: calc((100vw - 1440px) / 2);
	transition: all 0.25s;
}

#scrollToTop:hover {
	cursor: pointer;
	top: -26px;
}

#scrollToTop i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--soft-black);
	font-size: 1.5rem;
}

#masthead {
	height: 60px;
	background: var(--soft-black);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 900;
}

.logged-in #masthead {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.logged-in #masthead {
		top: 46px;
	}
}

.flex-header ul li.menu-item-has-children {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

.flex-header ul li.menu-item-has-children::after {
	content: "";
	width: 5px;
	height: 5px;
	border-bottom: 1px solid var(--soft-white);
	border-right: 1px solid var(--soft-white);
	transform: translateX(-50%) rotate(45deg);
	position: absolute;
    top: 46%;
    right: -15px;
}

.flex-header ul li.menu-item-has-children ul.sub-menu {
	visibility: hidden;
	position: absolute;
	opacity: 0;
	transition: all .25s;
	top: 120%;
	z-index: 9999;
	flex-direction: column;
	display: flex;
	left: -.75rem;
	gap: .25rem;
	text-align: left;
    align-items: flex-start;
	background: var(--soft-black);
	min-width: 220px;
}

.flex-header ul li.menu-item-has-children:hover ul.sub-menu {
	display: flex;
	top: 100%;
	visibility: visible;
	opacity: 1;
}

.flex-header ul li ul.sub-menu li {
	display: flex;
	align-items: center;
	gap: 1rem;
	width: 100%;
	border-bottom: 1px solid #D7E0D650;
}

.flex-header ul li ul.sub-menu li:last-child {
	border: none;
}

.flex-header ul li ul li a {
	color: var(--soft-white);
	font-size: 1rem;
	padding: 15px 16px;
	text-align: left;
	white-space: nowrap;
}

.flex-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 35px;
}

.flex-header ul li a {
	color: var(--soft-white);
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--var-font);
	font-weight: 500;
}

h2 {
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

h3 {
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%; /* 23.2px */
	font-family: var(--var-font);
}

.flex-header .icon-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
	color: var(--soft-white);
}

.flex-header .icon-wrapper i {
	color: var(--soft-white);
}

.flex-sidebars {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.flex-sidebars section.widget_nav_menu {
	flex: 1;
}

.flex-sidebars ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.flex-sidebars ul li a {
	color: var(--soft-white);
	text-decoration: none;
	font-family: var(--var-font);
	font-size: 16px;
	transition: all 0.25s;
}

.flex-sidebars ul li a:hover {
	padding-left: 5px;
}

#colophon h2 {
	color: var(--catalog-yellow);
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
}

#colophon p {
	color: var(--soft-white);
	font-size: 16px;
	line-height: 1.8;
}

#colophon a {
	color: var(--soft-white);
	font-size: 16px;
	line-height: 1.8;
	text-decoration: none;
}

.footer-details {
	padding-top: 71px;
}

.flex-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-info p {
	margin-bottom: 0;
}

#colophon .flex-info a {
	text-decoration: underline;
}

#colophon hr {
	opacity: 0.1;
	border-top: 1px solid var(--catalog-yellow);
}

span.title {
	color: var(--soft-black, #1A1A1A);
	font-family: var(--var-font);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%; /* 17.4px */
	text-transform: uppercase;
}

#call2action {
	position: relative;
}

.container-fluid {
	max-width: 95%;
	margin: 0 auto;
}

#call2action .c2a-pos {
	position: absolute;
	bottom: 0;
	right: calc((100vw - 1440px) / 2);
}

#call2action h3 {
	color: var(--warm-red, #4B252D);
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

#call2action.small h3 {
	font-size: 26px;
	margin-bottom: 1rem;
}

#call2action p {
	color: var(--soft-black, #1A1A1A);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%; /* 23.2px */
	margin-bottom: 28px;
}

a.btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 9px 22px;
	border-radius: 0;
	transition: all 0.25s;
	border: 2px solid;
	font-family: var(--var-font);
	font-size: 14px;
	font-weight: 500;
}

a.btn.main {
	background: var(--soft-black);
	color: var(--soft-white);
	border-color: var(--soft-black);
}

a.btn.main.transparent {
	background: transparent;
	color: var(--soft-black);
	border-color: var(--soft-black);
}

a.btn.main.transparent:hover {
	background: var(--soft-black);
	color: var(--soft-white);
}

a.btn.mint {
	background: var(--catalog-mint);
	color: var(--soft-black);
	border-color: var(--catalog-mint);
}

a.btn.mint:hover {
	background: transparent;
	color: var(--catalog-mint);
	border-color: var(--catalog-mint);
}

a.btn.main:hover {
	background: transparent;
	cursor: pointer;
	color: var(--soft-black);
}

#hero {
	position: relative;
}

#hero .overlay-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 287px;
	z-index: 1;
	opacity: 0.75;
	background: linear-gradient(0deg, rgba(26, 26, 26, 0.00) 0%, #1A1A1A 100%);
}

.center {
	text-align: center;
}

#page-content section {
	padding-top: var(--top-p);
	padding-bottom: var(--bottom-p);
}

body:not(.home) #page {
	padding-top: 60px;
}

body.page-template-page-franke #page {
	padding-top: 0;
}

body.page-template-page-franke #masthead {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.logged-in.page-template-page-franke #masthead {
	top: 32px;
}

#masthead {
	transition: all .25s;
}

label.customer-type {
	font-size: 1.25rem;
	color: var(--soft-black);
	font-weight: 500;
	margin: 1rem 0;
}

.radio-options {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.radio-options label:hover {
	cursor: pointer;
}

#nf-form-1-cont .ninja-forms-req-symbol,
#nf-form-3-cont .ninja-forms-req-symbol,
#nf-field-29-wrap .ninja-forms-req-symbol,
#nf-field-80-wrap .ninja-forms-req-symbol,
#nf-field-94-wrap .ninja-forms-req-symbol,
#nf-field-108-wrap .ninja-forms-req-symbol {
	display: none;
}

#masthead.scrolldown {
	background: var(--soft-black) !important;
}

.product-slider__image {
	margin-bottom: 9px;
}

.product-slider__image a {
	width: 100%;
	aspect-ratio: 264 / 295;
	overflow: hidden;
	display: block;
}

.product-slider__image a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.filter-choices-sidebar {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 20px;
}

.filter-choices-sidebar.material-selection {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 15px;
	align-items: start;
}

.filter-choices-sidebar label {
	display: flex;
	gap: 9px;
	align-items: center;
}

.filter-choices-sidebar.material-selection label {
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.filter-choices-sidebar label:hover {
	cursor: pointer;
}

.filter-choices-sidebar label span {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-family: var(--var-font);
}

.filter-choices-sidebar.material-selection label span {
	font-family: var(--var-font);
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 14.4px */
}

.filter-choices-sidebar.material-selection input[type="checkbox"] {
	display: none;
}

.filter-choices-sidebar.material-selection label img {
	transition: box-shadow 0.15s ease;
	border-radius: 100%;
}

.filter-choices-sidebar.material-selection input[type="checkbox"]:checked + img,
.filter-choices-sidebar.material-selection input[type="checkbox"]:checked + picture img {
	box-shadow: 0 0 0 2px var(--warm-red);
}

.product-slider__wrapper {
	position: relative;
}

#hero .overlay-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 393px;
	opacity: 0.33;
	z-index: 1;
	background: linear-gradient(180deg, rgba(26, 26, 26, 0.00) 0%, #1A1A1A 100%);
}

#hero p,
#hero h1 {
	color: var(--soft-white);
}

#hero p {
	margin-bottom: 34px;
	color: var(--soft-white, #FAF9F6);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%; /* 23.2px */
}

#hero .container {
	position: relative;
	z-index: 20;
}

.home #masthead {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
	z-index: 50;
}

.logged-in.home #masthead {
	top: 32px;
}

@media screen and (max-width: 798px) {
	.logged-in.home #masthead {
		top: 46px;
	}
}

.flex-logos {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-logos ul {
	list-style: none;
	margin: 0;
	padding: 0;
	align-items: center;
	justify-content: flex-end;
	display: flex;
	gap: 10px;
}

.flex-logos ul li a i {
	font-size: 1.5rem;
}

main section,
.error-404__wrapper {
	margin: 56px auto;
	max-width: 1440px;
	width: 95%;
}

section.error-404 {
	position: relative;
}

.error-404__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.5;
	background: linear-gradient(180deg, rgba(26, 26, 26, 0.00) 0%, #1A1A1A 100%);
	z-index: 10;
}

.error-404__wrapper {
	width: 30%;
	margin: 56px auto 56px calc((100vw - 1440px) / 2);
	position: relative;
	z-index: 20;
}

.error-404__wrapper h1,
.error-404__wrapper p,
.error-404__wrapper a {
	color: var(--soft-white);
}

.error-404__wrapper .error-404__title-wrapper {
	margin-bottom: 14px;
}

.error-404__wrapper .error-404__text-wrapper {
	margin-bottom: 31px;
}

.filter-buttons {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 28px;
}

.filter-buttons a {
	color: var(--soft-black);
	background: transparent;
	border: 1px solid var(--catalog-beige);
	padding: 8px 16px;
	border-radius: 25px;
	font-weight: 500;
	font-family: var(--var-font);
	transition: all .25s;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
}

@media screen and (max-width: 1500px) {
	.filter-buttons {
		overflow-x: scroll;
	}

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

.pagination-nav__first,
.pagination-nav__last {
	font-weight: 500;
	opacity: .8;
	color: var(--soft-black);
	transition: all .25s;
}

.c2a-pos,
.c2a-pos img {
	max-width: 740px;
}

.c2a-pos.small {
	max-width: 512px;
	top: 50%;
    transform: translateY(-50%);
}

.image-text__image-slider {
	aspect-ratio: 4/3;
	overflow-x: scroll;
	display: flex;
	overflow-y: hidden;
	position: relative;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
}

.image-text__slide {
	scroll-snap-align: start;
}


.arrow-slider-wrapper {
	display: flex;
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	gap: 7px;
	align-items: center;
	z-index: 2;
}

.slide-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: #F7F7EE;
	box-shadow: 0 2px 2px 0 rgba(26, 26, 26, 0.10);
	border-radius: 5px;
	border: none;
	opacity: .8;
	transition: all .25s;
	cursor: pointer;
}

.flex-logos .franke img {
	max-width: 95px;
	height: auto;
}

.image-text__slider-module {
	position: relative;
}

.slide-arrow:hover {
	opacity: 1;
	transform: scale(1.03);
}

.video__container {
	max-width: 65%;
	margin: 0 auto;
}

.video__container.columns_2 {
	max-width: 100%;
}

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

.columns_1 .video__embeds {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.video__embeds iframe {
	width: 100%;
	height: unset;
	aspect-ratio: 16 / 9;
}

.wholesale__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: start;
}

.wholesale__grid .wholesale-single {
	border: 1px solid var(--catalog-yellow);
	border-radius: 0;
	align-self: start;
	transition: all .25s;
}

.wholesale__grid .wholesale-single .wholesale-title:hover {
	background: var(--catalog-yellow);
}

.wholesale-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 18px;
	transition: all .25s;
}

.wholesale-title svg {
	transition: all .25s;
}

.wholesale-title:hover {
	cursor: pointer;
}

.wholesale-title:hover svg {
	transform: scale(1.03);
}

.wholesale-title h3 {
	font-family: var(--var-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0;
}

.wholesale-content {
	padding: 20px 18px 20px 18px;
	transition: all .25s;
	display: none;
}

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

.concept__store-single {
	position: relative;
	overflow: hidden;
	aspect-ratio: 360 / 403;
	text-decoration: none;
}

.concept__store-single img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .25s;
}

.concept__store-single:hover img {
	transform: scale(1.03);
}

.concept__store-single:hover svg {
	right: .25rem;
}

.concept__store-single .overlay {
	position: absolute;
	z-index: 10;
	opacity: 0.75;
	background: linear-gradient(180deg, rgba(26, 26, 26, 0.00) 0%, #1A1A1A 100%);
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	transition: all .25s;
}

.concept__store--title-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 13px 18px;
	display: flex;
	z-index: 20;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.concept__store--title-wrapper svg {
	position: relative;
	transition: all .25s;
	right: 0;
}

.product-loop-cta--span-1 {
    grid-column: span 1;
}

.product-loop-cta--span-2 {
    grid-column: span 2;
}

.product-loop-cta--span-3 {
    grid-column: span 3;
}

#concept,
#wholesale {
	scroll-margin-top: 80px;
}

#overview,
#documents,
#gallery,
#specifications,
#description,
#productinfo {
	scroll-margin-top: 184px;
}

table.shop_attributes {
	width: 100%;
}

table.shop_attributes tr td,
table.shop_attributes tr th {
	border: 1px solid var(--catalog-mint);
}

table.shop_attributes tr th {
	padding: 15px;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: var(--soft-black);
	font-family: var(--var-font);
}

table.shop_attributes tr td {
	padding: 9px 15px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%; /* 23.2px */
	color: var(--soft-black);
	font-family: var(--var-font);
}

.product-template-default #call2action {
	display: none;
}

.concept__store--title-wrapper h4 {
	margin: 0;
	color: var(--soft-white);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

#description,
#documents,
#drawing,
#faq,
#specifications,
#gallery,
.product section {
	grid-column: span 2;
}

#gallery {
	margin-top: 48px;
}

.custom-product-gallery {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 16px;
}

.custom-product-gallery__item {
	display: block;
	overflow: hidden;
}

.custom-product-gallery picture,
.custom-product-gallery img {
	display: block;
	width: 100%;
}

.custom-product-gallery picture img,
.custom-product-gallery img {
	width: 100%;
	height: auto;
}

/* 1 image */
.gallery-count-1 .custom-product-gallery__item {
	grid-column: span 6;
	aspect-ratio: 16 / 9;
}

.gallery-count-1 .custom-product-gallery__item img,
.gallery-count-1 .custom-product-gallery__item picture img {
	height: 100%;
	object-fit: cover;
}

/* 2 images */
.gallery-count-2 .custom-product-gallery__item {
	grid-column: span 6;
	aspect-ratio: 4 / 3;
}

.gallery-count-2 .custom-product-gallery__item img,
.gallery-count-2 .custom-product-gallery__item picture img {
	height: 100%;
	object-fit: cover;
}

/* 3 images */
.gallery-count-3 .custom-product-gallery__item:nth-child(1) {
	grid-column: span 12;
	aspect-ratio: 16 / 7;
}

.gallery-count-3 .custom-product-gallery__item:nth-child(2),
.gallery-count-3 .custom-product-gallery__item:nth-child(3) {
	grid-column: span 6;
	aspect-ratio: 4 / 5;
}

.gallery-count-3 .custom-product-gallery__item img,
.gallery-count-3 .custom-product-gallery__item picture img {
	height: 100%;
	object-fit: cover;
}

/* 4 images */
.gallery-count-4 .custom-product-gallery__item {
	grid-column: span 6;
	aspect-ratio: 4 / 3;
}

.gallery-count-4 .custom-product-gallery__item img,
.gallery-count-4 .custom-product-gallery__item picture img {
	height: 100%;
	object-fit: cover;
}

/* 5+ masonry */
.custom-product-gallery.is-masonry {
	grid-auto-rows: 8px;
	align-items: start;
}

.custom-product-gallery.is-masonry .custom-product-gallery__item {
	grid-column: span 4;
	align-self: start;
}

.custom-product-gallery.is-masonry .custom-product-gallery__item picture,
.custom-product-gallery.is-masonry .custom-product-gallery__item img,
.custom-product-gallery.is-masonry .custom-product-gallery__item picture img {
	width: 100%;
	height: auto !important;
	object-fit: unset !important;
}

.custom-product-gallery__item.is-hidden {
	display: none;
}

.custom-product-gallery.is-expanded .custom-product-gallery__item.is-hidden {
	display: block;
}

.custom-product-gallery__actions {
	margin-top: 24px;
	text-align: center;
}

button.btn.main.js-toggle-gallery {
	border: 1px solid var(--soft-black);
	padding: 9px 22px;
	background: transparent;
	color: var(--var-font);
	border-radius: 0;
	transition: all .25s;
	font-size: 16px;
	font-weight: 500;
}

button.btn.main.js-toggle-gallery:hover {
	background: var(--soft-black);
	color: var(--soft-white);
	border: 1px solid var(--soft-black);
}


.energy-symbol {
	width: 25px;
	height: 25px;
	overflow: hidden;
}

.concept-intro {
	max-width: 50%;
}

.up-sells .prod-loop-meta,
.cross-sells .prod-loop-meta {
	display: none;
}

.energy-symbol img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product section {
	max-width: 100%;
	width: 100%;
}

.wholesale-single.active .wholesale-content {
	display: block;
}

.drawing__symbols--grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 98px;
	row-gap: 10px;
	padding: 46px 40px;
	border: 1px solid var(--catalog-mint);
}

.drawing__symbol-item {
	display: flex;
	align-items: center;
	gap: 14px;
}

.drawing__symbol-name {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 19.2px */
	font-family: var(--var-font);
	color: var(--soft-black);
}

.drawing__symbol-icon,
.drawing__symbol-icon picture {
	width: 58px;
	height: 58px;
	overflow: hidden;
	flex: 1 0 58px;
	max-width: 58px;
}

.drawing__symbol-icon img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.wholesale-single.active svg {
	transform: rotate(180deg);
}

.drawing__grid {
	display: grid;
	grid-template-columns: 1fr 2.09fr;
	gap: 24px;
}

.drawing__grid.large-first {
	grid-template-columns: 2.09r 1fr;
}

.wholesale-content *:last-child {
	margin-bottom: 0;
}

button.download-btn {
	background: var(--soft-black);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 13px 18px;
	gap: 10px;
	border-radius: 0;
	transition: all 0.25s;
	border: 2px solid;
	font-family: var(--var-font);
	color: var(--soft-white);
	border: 1px solid var(--soft-black);
	font-size: 14px;
	font-weight: 500;
	margin-left: auto;
	white-space: nowrap;
}

.drawing__section--img-wrapper {
	border: 1px solid var(--catalog-mint);
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.drawing__section--img-wrapper picture,
.drawing__section--img-wrapper picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

ul.symbol-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	margin-top: 10px;
}

ul.symbol-list li.drawing__symbol-icon {
	width: 32px;
	height: 32px;
	max-width: 32px;
}

.grid-img-symbol {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 0;
}

p.prop-text {
	margin: 5px 0 0 0;
	font-weight: 500;
}

button.download-btn:hover {
	background: transparent;
	color: var(--soft-black);
}

button.download-btn:hover svg path {
	fill: var(--soft-black);
}

.image-text__img-data-wrapper,
.image-text__slide {
	width: 100%;
	height: 100%;
	object-fit: cover;
	flex: 1 0 100%;
	max-width: 100%;
}

.image-text__img-data-wrapper img,
.image-text__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image-text__image-slider::-webkit-scrollbar {
	display: none;
}

.user-manual__top {
	width: 100%;
}

.user-manual__top button {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border: none;
	background: transparent;
	width: 100%;
	gap: 15px;
	font-family: "Utopia Std";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	text-decoration: underline;
}

.user-manual__top button::after {
	flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

.user-manual__toggle.is-open::after {
	background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}

.user-manual__left {
	display: flex;
	align-items: center;
	gap: 15px;
}

.user-manual__name {
	text-decoration: underline;
}

.pagination-nav__last:hover,
.pagination-nav__first:hover {
	opacity: 1;
	cursor: pointer;
}

.filter-buttons a.active {
	background: var(--catalog-beige);
}

.filter-buttons a:hover {
	background: var(--catalog-beige);
}

.breadcrumbs + section,
.woocommerce-breadcrumb + * {
	margin: 28px auto 56px auto;
}

/**** ICON GRID ****/

.icon-cards__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

a.icon-card__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--catalog-mint);
	color: var(--soft-black);
	text-decoration: none;
	text-align: center;
	height: 100%;
	gap: 3rem;
	padding: 50px 40px;
}

.icon-card__icon svg {
	transition: all .25s;
}

a.icon-card__link:hover .icon-card__icon svg {
	transform: scale(1.03);
}

.icon-card__icon {
	max-height: 127px;
	width: auto;
}

.icon-card__link-holder {
	margin-top: auto;
	display: flex;
	align-items: center;
	gap: .875rem;
	justify-content: center;
}

.svg-circle-holder {
	display: block;
	width: 1.75rem;
	height: 1.75rem;
	background: #D7E0D6;
	border-radius: 9999px;
	position: relative;
	transition: all .25s;
	right: 0;
}

a.icon-card__link:hover .svg-circle-holder {
	right: -.25rem;
}

span.icon-card__link-title {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: underline;
}

@media screen and (max-width: 1500px) {
	.icon-cards__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 780px) {
	.icon-cards__grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

.breadcrumbs,
.woocommerce-breadcrumb {
	max-width: 1440px;
	width: 95%;
	margin: 15px auto 0 auto;
}

.breadcrumbs a,
.woocommerce-breadcrumb a {
	color: var(--soft-black);
}

.breadcrumbs a,
.breadcrumbs span,
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb span,
.woocommerce-breadcrumb {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%; /* 17.4px */
	font-family: var(--var-font);
}

.woocommerce-shop .small-hero .col-6,
.woocommerce-page .small-hero .col-6 {
	padding-left: 0;
}

.page-template-default #hero .container {
	max-width: 1440px;
	padding: 0;
}

.page-template-default #hero .container p {
	max-width: 450px;
	margin-bottom: 1.25rem;
}

.icon-cards__flex {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 1.5rem;
}

.icon-cards__flex .icon-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--catalog-mint);
	color: var(--soft-black);
	text-decoration: none;
	text-align: center;
	gap: 3rem;
	padding: 50px 40px;
	flex: 1 1 calc(20% - 1.5rem);
}

.icon-cards__flex .icon-card {
	flex: 1;
}

.icon-cards__flex .icon-card h3 {
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 20.4px */
	margin: 0 0 13px 0;
}

.icon-cards__flex .icon-card p {
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%; /* 18.85px */
	margin: 0;
}

.icon-cards__flex .icon-card__icon svg {
	height: 65px;
	width: auto;
}

.icon-card__icon svg {
	max-height: 127px;
	min-height: 127px;
	width: 100%;
}

.text-column__container {
	display: flex;
	gap: 24px;
}

.text-column__column {
	flex: 1 0 33.3333%;
	max-width: calc(33.3333% - 16px);
	width: 100%;
}

.text-column__column .header-column {
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 1px solid var(--catalog-yellow);
	position: relative;
	margin-bottom: 1rem;
}

.text-column__column img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 275px;
	height: auto;
	max-height: 100px;
}

main section h2 {
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 0.75rem;
}

.footer-src-wrapper {
	margin: 56px auto;
	position: relative;
}

.footer-src-wrapper input {
	background: transparent;
	font-family: var(--var-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: var(--soft-white);
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	border: none;
	border-bottom: 1px solid var(--soft-white);
}

.gallery__images.slider {
	display: flex;
	gap: 0;
	overflow-x: scroll;
	position: relative;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
}

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

.gallery__images.columns_4 .gallery-img {
	overflow: hidden;
	aspect-ratio: 4 / 3;
}

.gallery__images.columns_3 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.gallery__images.columns_3 .gallery-img {
	overflow: hidden;
	aspect-ratio: 4 / 3;
}

.gallery__images.columns_2 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.gallery__images.columns_2 .gallery-img {
	overflow: hidden;
	aspect-ratio: 4 / 3;
}

.gallery__images .gallery-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery__wrapper {
	position: relative;
}

.gallery__images.slider::-webkit-scrollbar {
	display: none;
}

.gallery__images.slider .gallery-img {
	flex: 1 0 100%;
	max-width: 100%;
	aspect-ratio: 16 / 9;
}

.gallery__images.slider .gallery-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.footer-src-wrapper .svg-button-submit {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	color: var(--soft-white);
	border: none;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-form-options {
	margin: 16px 0 60px 0;
}

.custom-form-options .option-row {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 14px;
}

.custom-form-options .form-option {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.add-form-row {
	margin-top: 19px;
	display: flex;
	justify-content: flex-end;
}

.add-form-row button {
	background: none;
	display: inline-flex;
	gap: 8px;
	align-items: center;
	border: none;
	font-family: "Utopia Std";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.add-form-row button .svg-circle {
	width: 29px;
	height: 29px;
	background: var(--catalog-mint);
	border-radius: 9999px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none !important;
}

.custom-form-options .form-option label {
	font-family: "Utopia Std";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.nf-form-content label {
	color: var(--Soft-black, #1A1A1A) !important;
	font-family: "Utopia Std" !important;
	font-size: 20px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: normal !important;
}

.nf-form-content input[type="text"],
.nf-form-content input[type="tel"],
.nf-form-content input[type="email"],
.nf-form-content input[type="number"],
.nf-form-content select,
.nf-form-content textarea {
	border: 1px solid var(--soft-black);
	box-sizing: border-box;
	background: transparent;
	padding: 20px;
	border-radius: 0;
	font-family: var(--var-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
}

.nf-form-content select {
	position: relative;
}

#nf-field-25-container {
	margin-bottom: 60px;
}

.nf-field-container .nf-field-description {
    order: 3;
}

.nf-field-container .nf-field-element {
    order: 2;
}

.nf-field-container .nf-field-label {
    order: 1;
}

.nf-field-container {
    display: flex;
    flex-direction: column !important;
}

.nf-breadcrumbs {
	display: flex;
    align-items: center;
    justify-content: flex-end;
	gap: 23px;
}

.nf-breadcrumbs li.active a {
	text-decoration: underline;
	opacity: 1;
}

.nf-breadcrumbs li a {
	font-size: 16px;
	font-style: normal;
	font-family: var(--var-font);
	font-weight: 400;
	line-height: 145%; /* 23.2px */
	opacity: .75;
}

.nf-field-description p {
	font-size: 0.75rem;
	margin-top: .5rem !important;
	font-weight: 500;
	display: block;
}

.nf-form-content .checkbox-wrap label {
	font-family: var(--var-font) !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 145% !important; /* 23.2px */
}

.checkbox-wrap .nf-field-label {
	padding-left: 0 !important;
}

#nf-field-4-wrap .nf-field-element {
	display: flex;
	justify-content: flex-end;	
}

#nf-field-4-wrap .nf-field-element input,
#nf-field-22,
#nf-field-42,
#nf-field-51,
#nf-field-60,
#nf-field-69,
#nf-field-79,
#nf-field-93,
#nf-field-107 {
	background: var(--soft-black) !important;
	border: 2px solid var(--soft-black) !important;
	height: unset !important;
	padding: 9px 22px !important;
	border-radius: 0 !important;
	transition: all 0.25s !important;
	border: 2px solid var(--soft-black) !important;
	font-family: var(--var-font) !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: var(--soft-white) !important;
}

input.nf-next {
	background: var(--soft-black) !important;
	border: 2px solid var(--soft-black) !important;
	height: unset !important;
	padding: 9px 22px !important;
	border-radius: 0 !important;
	transition: all 0.25s !important;
	border: 2px solid var(--soft-black) !important;
	font-family: var(--var-font) !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: var(--soft-white) !important;
}

input.nf-previous {
	background: transparent !important;
	border: 2px solid #F59682 !important;
	height: unset !important;
	padding: 9px 22px !important;
	border-radius: 0 !important;
	transition: all 0.25s !important;
	font-family: var(--var-font) !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: var(--soft-black) !important;
}

input.nf-next:hover,
#nf-field-22:hover {
	background: transparent !important;
	color: var(--soft-black) !important;
}

input.nf-previous:hover {
	background: #F59682 !important;
}

#nf-label-class-field-29-0::before,
#nf-label-class-field-80-0::before,
#nf-label-class-field-94-0::before,
#nf-label-class-field-108-0::before {
	content: "";
	transition: all .25s;
	width: 127px;
	height: 127px;
	background: url('/wp-content/uploads/2026/03/Vector-23.svg') no-repeat;
	background-size: contain;
	background-position: center center;
	position: relative;
	display: block;
	margin-bottom: 83px;
}

#nf-label-class-field-29-1::before,
#nf-label-class-field-80-1::before,
#nf-label-class-field-94-1::before,
#nf-label-class-field-108-1::before {
	content: "";
	transition: all .25s;
	width: 127px;
	height: 127px;
	background: url('/wp-content/uploads/2026/03/fan-sharp-thin.svg') no-repeat;
	background-size: contain;
	background-position: center center;
	position: relative;
	display: block;
	margin-bottom: 83px;
}

#nf-field-25-wrap .nf-field-element,
#nf-field-28-wrap .nf-field-element {
	position: relative;
}

#nf-field-25-wrap .nf-field-element::after,
#nf-field-28-wrap .nf-field-element::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	top: 50%;
	background: transparent;
	border: 2px solid var(--soft-black);
	border-top: none;
	border-left: none;
	transform: translateY(-50%) rotate(45deg);
	right: 20px;
	z-index: 20;
}

#nf-label-class-field-29-2::before,
#nf-label-class-field-80-2::before,
#nf-label-class-field-94-2::before,
#nf-label-class-field-108-2::before {
	content: "";
	transition: all .25s;
	width: 127px;
	height: 127px;
	background: url('/wp-content/uploads/2026/03/Vector.svg') no-repeat;
	background-size: contain;
	background-position: center center;
	position: relative;
	display: block;
	margin-bottom: 83px;
}

#nf-label-class-field-29-3::before,
#nf-label-class-field-80-3::before,
#nf-label-class-field-94-3::before,
#nf-label-class-field-108-3::before {
	content: "";
	transition: all .25s;
	width: 127px;
	height: 127px;
	background: url('/wp-content/uploads/2026/03/Vector-4.svg') no-repeat;
	background-size: contain;
	background-position: center center;
	position: relative;
	display: block;
	margin-bottom: 83px;
}

#nf-label-class-field-29-4::before,
#nf-label-class-field-80-4::before,
#nf-label-class-field-94-4::before,
#nf-label-class-field-108-4::before {
	content: "";
	transition: all .25s;
	width: 127px;
	height: 127px;
	background: url('/wp-content/uploads/2026/03/Vector-25.svg') no-repeat;
	background-size: contain;
	background-position: center center;
	position: relative;
	display: block;
	margin-bottom: 83px;
}

#nf-label-class-field-29-5::before,
#nf-label-class-field-80-5::before,
#nf-label-class-field-94-5::before,
#nf-label-class-field-108-5::before {
	content: "";
	transition: all .25s;
	width: 127px;
	height: 127px;
	background: url('/wp-content/uploads/2026/03/Vector-26.svg') no-repeat;
	background-size: contain;
	background-position: center center;
	position: relative;
	display: block;
	margin-bottom: 83px;
}

#nf-field-29-wrap ul li label:hover::before,
#nf-field-80-wrap ul li label:hover::before,
#nf-field-94-wrap ul li label:hover::before,
#nf-field-108-wrap ul li label:hover::before {
	transform: scale(1.03);
}

#nf-field-29-wrap ul,
#nf-field-80-wrap ul,
#nf-field-94-wrap ul,
#nf-field-108-wrap ul {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 24px !important;
}

#nf-field-29-wrap ul li label,
#nf-field-80-wrap ul li label,
#nf-field-94-wrap ul li label,
#nf-field-108-wrap ul li label {
	width: 100% !important;
	border: 1px solid var(--catalog-mint) !important;
	padding: 49px 56px 34px 56px !important;
	text-align: center !important;
	transition: all .25s;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-left: 0 !important;
	/* H3 */
	font-family: var(--var-font) !important;
	font-size: 26px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: normal !important;
}

.nf-fu-fileinput-button {
	width: 100% !important;
	background: transparent !important;
	color: var(--soft-black) !important;
	padding: 100px 0;
	text-align: center;
	border: 1px dashed var(--soft-black);
	font-family: "Utopia Std";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.nf-breadcrumbs::after,
#nf-field-29-wrap ul li input,
#nf-field-80-wrap ul li input,
#nf-field-94-wrap ul li input,
#nf-field-108-wrap ul li input {
	display: none !important;
}

#nf-field-29-wrap ul li label::after,
#nf-field-80-wrap ul li label::after,
#nf-field-94-wrap ul li label::after,
#nf-field-108-wrap ul li label::after {
	content: "Velg";
	position: relative;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 38px;
	display: block;
	text-decoration: underline;
}

#nf-field-80-wrap ul li label::after {
	content: "Välja";
}

#nf-field-94-wrap ul li label::after {
	content: "Choose";
}

#nf-field-108-wrap ul li label::after {
	content: "Vælge";
}

#nf-field-29-wrap .nf-checked + label,
#nf-field-80-wrap .nf-checked + label,
#nf-field-94-wrap .nf-checked + label,
#nf-field-108-wrap .nf-checked + label {
	border: 1px solid var(--soft-black) !important;
}

#nf-field-29-wrap .nf-checked + label::after {
	content: "Valgt";
}

#nf-field-80-wrap .nf-checked + label::after {
	content: "Vald";
}

#nf-field-108-wrap .nf-checked + label::after {
	content: "Udvalgt";
}

#nf-field-94-wrap .nf-checked + label::after {
	content: "Chosen";
}

#nf-field-29-wrap ul li label:hover,
#nf-field-80-wrap ul li label:hover,
#nf-field-94-wrap ul li label:hover,
#nf-field-108-wrap ul li label:hover {
	cursor: pointer !important;
	border: 1px solid var(--soft-black) !important;
}

#nf-field-4-wrap .nf-field-element input:hover,
#nf-field-42:hover,
#nf-field-51:hover,
#nf-field-60:hover,
#nf-field-69:hover,
#nf-field-79:hover,
#nf-field-93:hover,
#nf-field-107:hover {
	background: transparent !important;
	color: var(--soft-black) !important;
	cursor: pointer;
}

.gallery__title,
.gallery__text {
	width: 50%;
}

.custom-form-options select,
.custom-form-options input {
	border: 1px solid var(--soft-black);
	box-sizing: border-box;
	background: transparent;
	padding: 20px;
	border-radius: 0;
	font-family: var(--var-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
}

.custom-dropdown {
	position: relative;
	width: 100%;
}

.custom-dropdown svg {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.footer-src-wrapper svg path {
	fill: var(--soft-white);
}

.footer-src-wrapper input::placeholder {
	color: var(--soft-white);
	opacity: 0.75;
}

.image-text__grid {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 4rem;
	align-items: center;
}

.image-text--reverse .image-text__grid {
	grid-template-columns: 1fr 1.3fr;
}

.image-text--reverse .image-text__grid .image-text__image-col {
	order: 2;
}

.image-text__image {
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.image-text__image picture,
.image-text__image picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image-text__image picture img {
	object-fit: inherit;
}

.image-text__tag {
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 145%; /* 17.4px */
	text-transform: uppercase;
	display: block;
	margin-bottom: 13px;
}

.image-text__title {
	margin-bottom: 17px;
}

.image-text__description {
	margin-bottom: 27px;
}

/** c2a **/

.cta-section.cta--img-bottom {
    padding: 0 57px;
    background: var(--warm-red);
    position: relative;
    overflow: visible;
	margin-bottom: calc(56px + 50px);
}

.cta-section.cta--img-top {
    padding: 0 57px;
    background: var(--warm-red);
    position: relative;
    overflow: visible;
	margin-top: calc(56px + 50px);
}


.cta__grid {
    display: grid;
    grid-template-columns: 1fr 1.75fr;
    gap: 60px;
    align-items: center;
}

.cta__grid.right {
	grid-template-columns: 1.75fr 1fr;
}

.cta__grid.right .cta__image-col {
	order: 2;
}

.cta__image-col {
    position: relative;
}

.cta__image {
    position: relative;
	aspect-ratio: 8 / 9;
	overflow: hidden;
}

.cta__image img,
.cta__image picture {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.cta--img-bottom .cta__image {
	transform: translateY(50px);
}

.cta--img-top .cta__image {
	transform: translateY(-50px);
}

.cta__title {
	color: var(--catalog-yellow);
	margin-bottom: 0;
	font-family: "Utopia Std";
	font-size: 36px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
}

.cta__text p {
	color: var(--soft-white);
	margin-bottom: 0;
}

.cta__button {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.cta__button p.tagline {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%; /* 17.4px */
	text-transform: uppercase;
	color: var(--catalog-yellow);
	text-align: right;
	margin: 0;
}

.cta__content {
	display: flex;
	flex-direction: column;
	gap: 26px;
	max-width: 600px;
	margin: 0 auto;
}

.text-block__flex-container {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

.text-block__flex-container .text-block {
	flex: 1 0 33.333%;
	max-width: calc(33.333% - 16px);
	width: calc(33.333% - 16px);
}

.video__embed iframe {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: unset;
}

.accordion-header .accordion-button,
.accordion-item {
	border-radius: 0 !important;
	background: #F7F7EE;
}

.accordion-header {
	background: #F7F7EE;
}

.accordion-header .accordion-button {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-family: var(--var-font);
	padding: 33px;
}

.accordion,
.faq-accordion {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.accordion-item,
.faq-accordion__item {
	border: 1px solid var(--catalog-yellow) !important;
}

.accordion-button:not(.collapsed),
.faq-accordion__button:not(.collapsed) {
	color: var(--soft-black);
	background-color: #F7F7EE;
}

.faq-accordion__header {
	margin: 0;
}

.faq-accordion__button {
	border: none;
	padding: 31px 34px;
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: var(--var-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-template-page-franke .faq-accordion__button { 
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.page-template-page-franke .faq-accordion__item {
	border: 1px solid var(--soft-black);
}

.faq-accordion__button.is-open svg {
	transform: rotate(180deg);
}

.faq-accordion__button svg {
	transition: all .25s;
}

.accordion-button:focus,
.faq-accordion__button:focus {
	box-shadow: unset !important;
}

.accordion-body *:last-child,
.faq-accordion__body *:last-child {
	margin-bottom: 0;
}

.accordion-body,
.faq-accordion__body {
	padding: 1rem 33px;
}

.faq__accordion .accordion-body,
.faq-accordion__body {
	max-width: 50%;
}

#hero.small-hero {
	height: 383px !important;
}

#hero.small-hero h1 {
	margin-bottom: 18px;
}

.article-slider__slide,
.product-slider__slide {
	display: flex;
	gap: 24px;
	flex-wrap: nowrap;
	overflow: scroll;
}

.up-sells-loop-wrapper {
	position: relative;
}

.article-slider__slide::-webkit-scrollbar,
.product-slider__slide::-webkit-scrollbar {
	display: none;
}

.article-slider__slide .article-slider__item {
	flex: 1 0 33.333%;
	max-width: calc(33.333% - 16px);
	width: calc(33.333% - 16px);
}

.product-slider__slide .product-slider__item {
	flex: 1 0 25%;
	max-width: calc(25% - 18px);
	width: calc(25% - 18px)
}

.product-slider__product-title {
	margin-bottom: .25rem;
}

.product-slider__product-title a {
	text-decoration: none;
	color: var(--soft-black);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.product-slider__product-category {
	font-family: var(--var-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%; /* 20.3px */
}

.article-slider__item a {
	text-decoration: none;
	color: var(--soft-black);
}

.article-slider__image {
	margin-bottom: 14px;
}

.article-slider__image a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .25s;
}


.article-slider__image a {
	overflow: hidden;
	display: block;
	aspect-ratio: 9 / 10;
	width: 100%;
}

.article-slider__image a picture,
.article-slider__image a picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .25s;
}

.article-slider__image a:hover picture,
.article-slider__image a:hover picture img,
.article-slider__image a:hover img {
	transform: scale(1.03);
}

.article-slider__content h3 {
	font-family: "Utopia Std";
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 7px;
}

.date p {
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%; /* 17.4px */
	text-transform: uppercase;
}

.article-slider__container {
	position: relative;
}

.quotes-wrapper__section,
.cross-sells-wrapper {
	position: relative;
}

.article-slider__container .nav,
.quotes-wrapper__section .nav,
.product-slider__wrapper .nav,
.up-sells-loop-wrapper .nav,
.cross-sells-wrapper .nav {
	position: absolute;
	top: 50%;
	transform: translate(50%, -50%);
	width: 35px;
	height: 35px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 99999px;
	background: var(--catalog-mint);
	transition: all .25s;
}

.article-slider__container .nav.right,
.quotes-wrapper__section .nav.right,
.product-slider__wrapper .nav.right,
.up-sells-loop-wrapper .nav.right,
.cross-sells-wrapper .nav.right {
	right: -2.5rem;
}

.article-slider__container .nav.left,
.quotes-wrapper__section .nav.left,
.product-slider__wrapper .nav.left,
.up-sells-loop-wrapper .nav.left,
.cross-sells-wrapper .nav.left {
	left: -2.5rem;
	transform: translate(-50%, -50%);
}

.article-slider__container .nav.right:hover,
.quotes-wrapper__section .nav.right:hover,
.product-slider__wrapper .nav.right:hover,
.up-sells-loop-wrapper .nav.right:hover,
.cross-sells-wrapper .nav.right:hover {
	transform: translate(50%, -50%) scale(1.05);
	cursor: pointer;
}

.product-slider__container .nav.left:hover,
.quotes-wrapper__section .nav.left:hover,
.product-slider__wrapper .nav.left:hover,
.up-sells-loop-wrapper .nav.left:hover,
.cross-sells-wrapper .nav.left:hover {
	transform: translate(-50%, -50%) scale(1.05);
	cursor: pointer;
}

.article-button-wrapper {
	margin-top: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cards-w-links__flex-wrapper {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

.cards-w-links__flex-wrapper a.img-link-wrapper {
	flex: 1 0 auto;
	min-width: calc(33.333% - 16px);
	max-width: calc(33.333% - 16px);
	position: relative;
	aspect-ratio: 9 / 10;
	overflow: hidden;
}

.cards-w-links__flex-wrapper a.img-link-wrapper picture,
.cards-w-links__flex-wrapper a.img-link-wrapper picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .25s;
}

.cards-w-links__flex-wrapper a.img-link-wrapper:hover img {
	transform: scale(1.03);
}

.cards-w-links__flex-wrapper a.img-link-wrapper .abs-img-nav {
	display: flex;
	position: absolute;
	left: 0;
	bottom: 0;
	justify-content: space-between;
	align-items: center;
	padding: 13px 16px;
	width: 100%;
	z-index: 20;
}

.cards-w-links__flex-wrapper a.img-link-wrapper .abs-img-nav span {
	color: var(--soft-white);
	font-family: var(--var-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.abs-overlay {
	position: absolute;
	z-index: 10;
	opacity: 0.75;
	background: linear-gradient(180deg, rgba(26, 26, 26, 0.00) 0%, #1A1A1A 100%);
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	transition: all .25s;
}

.cards-w-links__flex-wrapper a.img-link-wrapper:hover .abs-overlay {
	opacity: .25;
}

.btn-wrapper-c2a {
	display: flex;
	align-items: center;
	gap: 10px;
}

.abs-small-footer {
	bottom: 0;
	left: calc((100vw - 1440px) / 2);
	position: absolute;
}

.featured-posts {
	display: flex;
	flex-direction: column;
	gap: 56px;
}

.featured-post {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 54px;
	align-items: center;
}

.featured-post a {
	text-decoration: none;
	color: var(--soft-black);
}

.featured-post__image a {
	aspect-ratio: 552 / 618;
	overflow: hidden;
	display: block;
}

.featured-post__image a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

 .reverse-feature .featured-post__image {
	order: 2;
 }

 .posts-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 56px;
 }

 .featured-post__content {
	max-width: 525px;
 }

 .featured-post__meta time,
 .grid-post__meta time {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%; /* 17.4px */
	text-transform: uppercase;
	color: var(--soft-black);
	font-family: var(--var-font);
	margin-bottom: 1.5rem;
	display: block;
 }

 .grid-post__meta time {
	margin-bottom: 0;
 }

 h2.featured-post__title {
	font-family: "Utopia Std";
	font-size: 30px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 1rem;
	color: var(--soft-black);
 }

 h3.grid-post__title {
	font-family: "Utopia Std";
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
	margin-top: 14px;
	margin-bottom: 7px;
 }

 .page-template-page-franke h3.grid-post__title {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-family: Arial;
 }

.featured-post__excerpt p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-bottom: 1.75rem;
}

.icon__c2a--grid {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 24px;
}

.icon__c2a--iconbox {
	border: 1px solid var(--catalog-mint);
	padding: 35px 40px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: var(--soft-black);
	gap: 58px;
}

.icon__c2a--c2a {
	background: var(--warm-red);
	padding: 90px 110px;
	display: flex;
	flex-direction: column;
	gap: 18px;
	align-items: center;
	justify-content: center;
}

.box-link-text {
	margin-top: auto;
	font-family: "Utopia Std";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: underline;
	display: flex;
	align-items: center;
	gap: 10px;
}

.box-link-text .icon-holder {
	background: var(--catalog-mint);
	width: 28px;
	height: 28px;
	border-radius: 9999px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.column__icons--section {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.columns__icon--box {
	padding: 44px 38px;
	border: 1px solid var(--catalog-mint);
	display: flex;
	align-items: flex-start;
	gap: 40px;
}

.columns__icon--box.col_12 {
	grid-column: span 2;
}

.columns__icon--box .icon {
	width: 82px;
	flex: 1 0 82px;
	max-width: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.columns__icon--box .icon svg {
	max-width: 100%;
}

.icon__c2a--c2a h2 {
	text-align: center;
	font-family: "Utopia Std";
	font-size: 36px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
	color: var(--catalog-yellow);
}

.icon__c2a--c2a p {
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%; /* 23.2px */
	color: var(--soft-white);
}

.icon__c2a--c2a a.btn.main.mint:hover {
	color: var(--soft-white);
}

.grid-post__image a,
.missing-image {
	overflow: hidden;
	display: block;
	aspect-ratio: 9 / 10;
}

ul.products li .product-excerpt {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.missing-image.asp-34 {
	aspect-ratio: 3 / 4;
}

.missing-image {
	position: relative;
	background: var(--catalog-mint);
}

.missing-image p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 500;
}

.grid-post__image a img,
.img-wrap-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .25s;
}

.grid-post a {
	color: var(--soft-black);
	text-decoration: none;
}

.grid-post:hover .grid-post__image a img {
	transform: scale(1.03);
}

.archive-pagination__nav,
.woocommerce-pagination ul {
	display: flex;
	align-items: center;
	gap: 13px;
	justify-content: center;
	margin-top: 56px;
}

.woocommerce-pagination ul {
	list-style: none;
	padding: 0;
}

.woocommerce-result-count,
.woocommerce-ordering {
	display: none;
}

.pagination-nav__prev,
.pagination-nav__next {
	width: 35px;
	height: 35px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 9999px;
	background: var(--catalog-mint);
	transition: all .25s;
}

.pagination-nav__prev:hover,
.pagination-nav__next:hover {
	cursor: pointer;
	transform: scale(1.05);
}

.pagination-nav--disabled {
	opacity: 0.5;
}

.pagination-nav--disabled:hover {
	cursor: default !important;
	transform: unset !important;
}

.pagination-nav__counter {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.image-text__image.blog-img {
	aspect-ratio: 552 / 618;
}

.image-text__image.blog-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image-text__image.blog-img figure {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#mobileMenu {
	position: fixed;
	top: 0;
	right: -200vw;
	transition: all .3s;
	background: var(--soft-black);
	width: 100%;
	z-index: 9999;
}

.logged-in #mobileMenu {
	top: 46px;
}

#mobileMenu.active {
	right: 0;
}

#mobileMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--soft-white);
	height: 60px;
	max-width: calc(100% - 1rem);
	margin: 0 auto;
}

.mobile-content {
	padding: 0 1rem 1rem 1rem;
	height: calc(100svh - 60px);
	overflow-y: scroll;
}

.mobile-content::-webkit-scrollbar {
	display: none;
}


#mobileMenu ul li a {
	color: var(--soft-white);
	font-size: 1.5rem;
	font-family: var(--var-font);
	text-decoration: none;
}

/* Each menu item row */
#mobileMenu ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

#mobileMenu ul li a {
    color: var(--soft-white);
    font-size: 1.5rem;
    font-family: var(--var-font);
    text-decoration: none;
    flex: 1;
    padding: 0.75rem 0;
}

/* Chevron button */
.chevron-btn {
    background: none;
    border: none;
    color: var(--soft-white);
    font-size: 1.2rem;
    padding: 0.75rem 0.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
}

/* Sub-menu panel — sits off-screen to the right */
#mobileMenu .sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--soft-black);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    padding: 0;
    z-index: 10;
}

#mobileMenu .sub-menu.active {
    transform: translateX(0);
}

/* Make .mobile-content the positioning context */
.mobile-content {
    position: relative;
    overflow: hidden; /* clip sliding panels */
}

/* Back button */
.back-btn {
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.back-btn button {
    background: none;
    border: none;
    color: var(--soft-white);
    font-size: 1.2rem;
    font-family: var(--var-font);
    padding: 0.75rem 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
}

#mobileMenu .sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--soft-black);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    visibility: hidden;
	padding: 1rem;
}

#mobileMenu .sub-menu.active {
    transform: translateX(0);
    visibility: visible;
}

.entry-date {
	color: var(--Soft-black, #1A1A1A);
	font-family: var(--var-font);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%; /* 17.4px */
	text-transform: uppercase;
	display: block;
	margin-bottom: 1.5rem;
}

h1.entry-title {
	color: var(--Soft-black, #1A1A1A);
	font-family: "Utopia Std";
	font-size: 30px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 1.5rem;
}

.entry-summary p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%; /* 23.2px */
	font-family: var(--var-font);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

#overview.entry-summary p {
	display: block;
	-webkit-box-orient: unset;
	-webkit-line-clamp: unset;
	overflow: visible;
}

.entry-content {
	max-width: 750px;
	margin: 0 auto;
}

.wp-block-embed iframe {
	max-width: 100%;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

.detail-grid-single {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

h4.prod-detail-title {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.faq__text {
	max-width: 50%;
}

.detail-grid-single h6 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

/* Target the figure wrapper */
.entry-content .wp-block-image {
	max-width: 800px;
	width: 800px;
	margin-left: 50%;
	transform: translateX(-50%);
}

/* Reset the picture and img inside to full width of the figure */
.entry-content .wp-block-image picture,
.entry-content .wp-block-image img {
	max-width: 100%;
	width: 100%;
	margin-left: 0;
	transform: none;
	display: block;
}

/* Also handle regular figures without wp-block-image class */
.entry-content figure {
	max-width: 800px;
	width: 800px;
	margin-left: 50%;
	transform: translateX(-50%);
}

.entry-content figure picture,
.entry-content figure img {
	max-width: 100%;
	width: 100%;
	margin-left: 0;
	transform: none;
	display: block;
}

/* Responsive */
@media (max-width: 900px) {
	.entry-content .wp-block-image,
	.entry-content figure {
		max-width: 100%;
		margin-left: 0;
		transform: none;
	}
}

.entry-content p + figure {
	margin-top: 37px;
}

.entry-content h2 {
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.entry-content h3 {
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.entry-content h4 {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.entry-content h5 {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.entry-content h6 {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 1rem;
	margin-top: 1.5rem;
}

.entry-content figure + * {
	margin-top: 54px;
}

.posts-grid.nomarg {
	margin-top: 0;
}

.catalog-archive .posts-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.image-text__description p a {
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: var(--soft-black);
}

.text-section__wrapper {
	max-width: 744px;
}

#page {
	background: #F7F7EE;
}

#hero.franke-hero {
	background: var(--franke-red);
}

.page-template-page-franke h1 {
	font-family: "Arial Black";
	font-size: 42px;
	font-weight: 900;
}

.page-template-page-franke p {
	font-size: 16px;
	font-weight: 400;
	line-height: 145%;
	font-family: 'Arial';
}

.page-template-page-franke .image-text__tag {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 145%; /* 17.4px */
	text-transform: uppercase;
}

.page-template-page-franke h2.image-text__title {
	font-family: "Arial Black";
	font-size: 34px;
	font-style: normal;
	font-weight: 900;
	line-height: 120%; /* 40.8px */
}

.page-template-page-franke .cards-w-links__flex-wrapper a.img-link-wrapper .abs-img-nav span {
	font-family: "Arial Black";
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}

.page-template-page-franke #masthead {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: var(--soft-black);
}

.page-template-page-franke.logged-in #masthead {
	top: 32px;
}

.page-template-page-franke main section h2 {
	font-family: "Arial Black";
	font-size: 30px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}

.page-template-page-franke .cta-section.cta--img-top {
	background: var(--franke-red) !important;
}

.cta-section.cta--img-top.dark .cta__text a {
	color: var(--catalog-mint);
}

.page-template-page-franke .cta-section h2 {
	color: var(--soft-white);
	font-size: 30px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}

.page-template-page-franke a.btn.mint {
	text-align: center;
	font-family: "Arial Black";
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	background: var(--soft-white);
	border-color: var(--soft-white);
}

.page-template-page-franke a.btn.mint:hover {
	background: transparent;
	border-color: var(--soft-white);
	color: var(--soft-white);
}

.page-template-page-franke .cta__button p.tagline {
	color: var(--soft-white);
	text-align: right;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 145%; /* 17.4px */
	text-transform: uppercase;
}

.page-template-page-franke .accordion-header .accordion-button {
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.page-template-page-franke #call2action h3 {
	color: var(--soft-black);
	font-family: "Arial Black";
	font-size: 30px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}

.page-template-page-franke a.btn.main,
.page-template-page-franke .catalog-archive .grid-post a.btn.download {
	color: var(--soft-white);
	background: var(--franke-red);
	border-color: var(--franke-red);
	text-align: center;
	font-family: "Arial Black";
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}

.page-template-page-franke a.btn.main:hover,
.page-template-page-franke .catalog-archive .grid-post a.btn.download:hover {
	background: transparent;
	color: var(--soft-black);
	border-color: var(--franke-red);
}

.page-template-page-franke .catalog-archive .grid-post a.btn.download svg {
	display: none;
}

.info-block__flex {
	display: flex;
	align-items: center;
	gap: 17px;
	padding: 33px;
	background: var(--catalog-mint);
}

.info-block__flex p {
	margin: 0;
	padding-right: 20px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%; /* 23.2px */
}

.info-block__flex .btn-wrap {
	margin-left: auto;
}

.info-block__flex .btn-wrap a.btn {
	white-space: nowrap;
}

a.btn.black {
	background: var(--soft-black);
	color: var(--soft-white);
	border-color: var(--soft-black);
}

a.btn.black:hover {
	background: transparent;
	color: var(--soft-black);
}

.src-wrapper {
	position: relative;
	margin-bottom: 25px;
}

.src-wrapper input {
	background: transparent;
	border: 1px solid var(--catalog-mint);
	color: var(--Soft-black, #1A1A1A);
	font-family: "Utopia Std";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 23px 66px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 0;
}

.src-wrapper svg {
	position: absolute;
	top: 50%;
	left: 27px;
	transform: translateY(-50%);
	color: var(--soft-black);
}

.user-manuals__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.user-manuals__list li {
	display: flex;
	align-items: center;
	gap: 12px;
	border: 1px solid var(--catalog-mint);
	padding: 14px;
	border-radius: 0;
	flex-wrap: wrap;
}

.user-manual__files {
	width: 100%;
}

.document__section--help {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.document__section--help p {
	margin: 0;
}

.document__files-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-bottom: 18px;
}

.document__files-list li a {
	border: 1px solid var(--soft-black);
	padding: 23px;
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: flex-start;
	font-family: var(--var-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration: none;
	color: var(--soft-black);
}

.description__grid {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 96px;
	align-items: start;
}

.description__grid h3 {
	font-family: "Utopia Std";
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.description__grid p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%; /* 23.2px */
}

main section .woo-title-sec h2 {
	margin-bottom: 18px;
}

.document__section--help p:last-child {
	text-align: right;
}

li.user-manual__file-item a {
	display: flex;
	gap: 15px;
	width: 100%;
	align-items: center;
}

.tagline-pill {
    pointer-events: none;
}

li.user-manual__file-item a .download-icon {
	margin-left: auto;
}

.user-manuals__list li.user-manual__file-item {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
	border: none;
}

.user-manual__files-list {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
	border: none;
}

.download-icon {
	margin-left: auto;
	width: 30px;
	height: 30px;
	border-radius: 9999px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--catalog-mint);
}

.user-manual__item a {
	color: var(--soft-black);
	font-family: "Utopia Std";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	text-decoration: underline;
	line-height: normal;
}

.tagline-pill {
	margin-left: 1rem;
	padding: 8px 12px;
	border-radius: 25px;
	background: var(--catalog-beige);
	text-align: center;
	font-family: var(--var-font);
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

/* Highlighted search term */
.search-highlight {
    background-color: var(--catalog-yellow);
    color: #000;
    padding: 2px 4px;
    border-radius: 2px;
    font-weight: 600;
}

/* Remove default mark styling if needed */
mark.search-highlight {
    border: none;
}

.grid-post__image.asp-34 a {
	aspect-ratio: 3 / 4;
}

.catalog-archive .grid-post {
	display: flex;
	flex-direction: column;
}

.catalog-archive .grid-post a.btn.download {
	margin-top: auto;
	background: var(--soft-black);
	display: inline-flex;
	align-self: flex-start;
	gap: 1rem;
	align-items: center;
	color: var(--soft-white);
	border: 1px solid var(--soft-black);
}

.catalog-archive .grid-post a.btn.download svg,
.catalog-archive .grid-post a.btn.download svg path {
	color: var(--catalog-yellow);
	fill: var(--catalog-yellow);
}

.catalog-archive .grid-post a.btn.download:hover svg,
.catalog-archive .grid-post a.btn.download:hover svg path {
	color: var(--soft-black);
	fill: var(--soft-black);
}

.catalog-archive .grid-post a.btn.download:hover {
	background: transparent;
	color: var(--soft-black);
}

ul.products {
	list-style: none;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

ul.products.columns-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.upsells ul.products.columns-4 {
	overflow-x: scroll;
	display: flex;
	flex-direction: row;
	gap: 24px;
	overflow-x: auto;
	scroll-behavior: smooth;
}

.upsells ul.products.columns-4 li.product {
	flex: 1 0 25%;
	max-width: calc(25% - 18px);
	width: calc(25% - 18px);
}

.product-image-wrapper {
	width: 100%;
	aspect-ratio: 360 / 403;
	overflow: hidden;
}

.product-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.upsells ul.products.columns-4 li.product a picture {
	overflow: hidden;
	width: 100%;
	aspect-ratio: 360 / 403;
}

.upsells ul.products.columns-4 li.product a picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.search-posts {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 0;
}

.search-posts article {
	padding: 23px 0;
	border-bottom: 1px solid var(--catalog-yellow);
}

.search-posts article a {
	text-decoration: none;
	color: inherit;
}

.search-posts article > * {
	max-width: 50%;
}

.search-posts article > *:last-child {
	margin-bottom: 0 !important;
}

.search-posts article h4 {
	margin-bottom: 18px;
}

.search-form-wrap {
	position: relative;
}

.search-form-wrap input {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid var(--soft-black);
	background: transparent;
	color: var(--soft-black);
	font-size: 16px;
	font-family: var(--var-font);
	padding: 21px 21px 21px 86px;
}

.search-form-wrap svg {
	position: absolute;
	top: 50%;
	left: 28px;
	transform: translateY(-50%);
}

main section.not-found {
	width: 100%;
}

.stock.out-of-stock {
	font-weight: 600;
}

main section.not-found form {
	display: none;
}

#search h1.page-title {
	margin-top: 18px;
	font-size: 2.25rem;
}

.upsells ul.products.columns-4::-webkit-scrollbar {
	display: none;
}


ul.products li.product-category {
	margin: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}

ul.products li.product {
	margin: 0 !important;
	width: 100% !important;
}

ul.products li.product .price {
	display: none !important;
}

ul.products li.product a.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 9px 22px;
	border-radius: 0;
	transition: all 0.25s;
	border: 2px solid;
	font-family: var(--var-font);
	font-size: 14px;
	font-weight: 500;
	background: var(--soft-black);
	border-color: var(--soft-black);
	color: var(--soft-white);
	text-decoration: none;
	transition: all .25s;
}

ul.products li.product a.button:hover {
	cursor: pointer;
	background: transparent;
	color: var(--soft-black);
}

ul.products li.product .woocommerce-loop-product__link {
	margin: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	display: flex;
	flex-direction: column;
	position: relative;
	text-decoration: none;

}

h2.woocommerce-loop-product__title {
	text-decoration: none;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: var(--soft-black);
	font-family: var(--var-font);
}

.product-excerpt {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%; /* 20.3px */
	color: var(--soft-black);
	font-family: var(--var-font);
}

ul.products li.product .woocommerce-loop-product__link .product-image-wrapper picture {
	aspect-ratio: 360 / 403;
	overflow: hidden;
}

.ul.products li.product .woocommerce-loop-product__link .product-image-wrapper picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .25s;
}

ul.products li.product .woocommerce-loop-product__link:hover picture.attachment-woocommerce_thumbnail img {
	transform: scale(1.03);
}

.woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery__image--placeholder {
	aspect-ratio: 1.37 / 1;
	overflow: hidden;
}

div.product.has-post-thumbnail,
div.product.product-type-simple,
div.product.type-product {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 24px;
	max-width: 95%;
	width: 1440px;
	margin: 0 auto;
	margin-top: 28px;
	align-items: start;
}

.flex-viewport,
.woocommerce-product-gallery {
	max-width: 100%;
}

table.variations {
	width: 100%;
}

.variations tr {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.variations tr th,
.variations tr td {
	flex: 1 0 100%;
	max-width: 100%;
	width: 100%;
}

.variations tr td {
	margin-bottom: 11px;
	position: relative;
}

.select-wrapper {
	position: relative;
}

.variations tr td::after,
.select-wrapper::after {
	content: "";
	position: absolute;
    top: 43%;
    right: 22px;
	width: 10px;
	height: 10px;
	background: transparent;
	border: 2px solid var(--soft-black);
	border-left: none;
	border-top: none;
	transform: rotate(45deg) translateY(-50%);
	z-index: 20;
}

a.reset_variations {
	display: none !important;
}

.price bdi {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.woocommerce-product-gallery__image {
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.product_meta {
	display: none;
}

.woocommerce-variation-price {
	margin-top: 13px;
	margin-bottom: 15px;
}

.variations tr td select,
.im-vent-type-field select {
	padding: 15px 17px;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid var(--catalog-mint);
	background: transparent;
	width: 100%;
	font-family: var(--var-font);
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
}

.variations tr th label,
label.vent-label {
	font-size: 14px;
	margin-bottom: 3px;
	font-family: var(--var-font);
	font-weight: 600;
	color: var(--soft-black);
}



.flex-viewport a,
.woocommerce-product-gallery a {
	max-width: 100%;
	aspect-ratio: 4 / 3;
}

.woocommerce-product-gallery img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

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

ol.flex-control-nav {
	display: none;
}

.flex-viewport a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.quotes-wrapper {
	display: flex;
	gap: 24px;
	justify-content: flex-start;
	margin-top: 22px;
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	position: relative;
}

.quotes-wrapper::-webkit-scrollbar {
	display: none;
}

.quotes-wrapper .single-quote {
	flex: 1 0 25%;
	max-width: calc(25% - 16px);
	width: calc(25% - 16px);
	display: flex;
	flex-direction: column;
	gap: 22px;
	scroll-snap-align: start;
}

.quotes-wrapper .single-quote h3 {
	font-family: "Utopia Std";
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
}

.quotes-wrapper .single-quote ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 5px;
}

.quotes-wrapper .single-quote ul li {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%; /* 17.4px */
	text-transform: uppercase;
	font-family: var(--var-font);
}

.quotes-wrapper .single-quote .image-wrapper {
	aspect-ratio: 264 / 469;
	overflow: hidden;
}

.quotes-wrapper .single-quote .image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.shop-title-wrapper {
	margin-top: 11px;
	margin-bottom: 22px;
	display: flex;
	flex-direction: column;
}

.shop-title-wrapper .materials__item.materials__item--more {
	color: var(--soft-black);
}

@media screen and (min-width: 1440px) {
	.less-scroll .nav.right,
	.less-scroll .nav.left {
		display: none;
	}
}

section.empty-cart {
	width: 100%;
	max-width: 100%;
}

#searchOverlay {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: calc(100vh - 60px);
	display: none;
	z-index: 999;
}

#searchOverlay.active {
	display: block;
}

#searchOverlay .overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1A1A1A90;
}

#closeSrc {
	position: absolute;
	z-index: 90;
	right: 28px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 36px !important;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font: var(--var-font);
	color: var(--soft-black);
}

#closeSrc:hover {
	cursor: pointer;
}

.search-bar-wrapper {
	width: 95%;
	max-width: 1440px;
	margin: 0 auto;
}

.search-input-wrapper {
	position: relative;
	top: 60px;
	background: var(--soft-white);
}

.search-input-wrapper input {
	padding: 21px 28px 21px 86px;
	border: 1px solid #D7E0D6;
	box-sizing: border-box;
	color: var(--soft-black);
	font-size: 22px !important;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 100%;
	font-family: "Utopia Std";
}

.search-input-wrapper svg {
	position: absolute;
	top: 50%;
	left: 28px;
	transform: translateY(-50%);
}

.logged-in #searchOverlay {
	top: calc(32px + 60px);
	height: calc(100vh - 60px - 32px);
}

#startSrc {
	margin-right: 12px;
	transition: all .25s;
}

#startSrc:hover {
	cursor: pointer;
	transform: scale(1.03);
}

.empty-cart .alert p {
	margin: 0 !important;
}

.empty-cart .alert {
	margin: 18px 0 18px 0;
}

.single-product .woocommerce-notices-wrapper {
	max-width: 1440px;
	width: 95%;
	margin: 18px auto;
}

.single-product .woocommerce-notices-wrapper a {
	color: var(--soft-white);
}

.woocommerce-cart .woocommerce.alignwide {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 24px;
}

.woocommerce-cart .woocommerce-notices-wrapper {
	grid-column: span 1;
}

.woocommerce-cart .product-thumbnail a {
	max-width: 94px;
	aspect-ratio: 360 / 403;
	overflow: hidden;
	display: block;
}

a.remove {
	color: var(--warm-red);
	display: block;
	font-weight: 600;
	font-family: var(--var-font);
	font-size: 14px;
	margin: 5px 0;
}

table.shop_table {
	width: 100%;
}

.custom-language-switch {
	position: relative;
	display: flex;
	align-items: center;
	gap: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.abs-languages {
	position: absolute;
	top: 135%;
	right: 0;
	visibility: 0;
	opacity: 0;
	transition: opacity visibility top .25s;
	list-style: none;
	margin: 0;
	padding: .25rem;
	background: var(--soft-black);
	gap: 0 !important;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	text-align: left;
	z-index: -1;
	height: 0;
}

.image-text__img-hotspot-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
	height: 100%;
}

.image-text__img-hotspot-wrap img {
    display: block;
    width: 100%;
    height: 100%;
	object-fit: cover;
}

.image-hotspot {
    position: absolute;
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
    background-color: #4B252D;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
    animation: hotspot-pulse 3s infinite ease-in-out;
    text-decoration: none;
}

@keyframes hotspot-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
    }
    70% {
        box-shadow: 0 0 0 14px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.image-hotspot__tooltip {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 12px);
    transform: translateX(-50%);
    min-width: 140px;
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(26, 26, 26, 0.92);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
    white-space: nowrap;
    text-align: center;
}

.image-hotspot:hover .image-hotspot__tooltip,
.image-hotspot:focus .image-hotspot__tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-4px);
}

.image-hotspot__product {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
}

.image-hotspot__material {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.2;
    opacity: 0.85;
}

.abs-languages li {
	height: inherit;
}

.abs-languages li a {
	height: inherit;
}


.custom-language-switch:hover {
	cursor: pointer;
}

.custom-language-switch:hover .abs-languages {
	opacity: 1;
	visibility: visible;
	top: 100%;
	z-index: 905;
	height: auto;
}

.abs-languages li {
	text-align: left;
	width: 100%;
}

.abs-languages li a {
	padding: 10px 12px !important;
	display: flex;
	align-items: center;
	gap: 5px;
}

.abs-languages li a span {
	font-size: 10px;
	opacity: .75;
	line-height: 1;
}

.abs-languages li.current a {
	background: #000;
}

.abs-languages li a {
	color: var(--soft-white);
	font-size: 14px;
	text-decoration: none;
}

.abs-languages li a:hover {
	cursor: pointer;
	background: #000;
}

.shop_table tr.cart_item {
	border-bottom: 1px solid #D7E0D6;
}

.shop_table tr.cart_item td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.shop_table tr.cart_item td input {
	box-sizing: border-box;
	border: 1px solid #D7E0D6;
	padding: 4px 10px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%; /* 23.2px */
	background: transparent;
	font-family: var(--var-font);
	max-width: 90px;
}

.actions-wrapper button[type="submit"] {
	background: var(--soft-black);
	color: var(--soft-white);
	border: 1px solid var(--soft-black);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-family: var(--var-font);
	transition: all .25s;
	padding: 9px 22px;
}

.actions-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 19px;
}

.actions-wrapper .generate-wrapper {
	display: flex;
	align-items: center;
	gap: 21px;
	justify-content: flex-end;
}

#order_comments_field {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 10px 0;
	border-top: 1px solid var(--catalog-mint);
}

#order_comments_field textarea {
	width: 100%;
	min-height: 120px;
	border: 1px solid var(--catalog-mint);
	padding: 15px;
	box-sizing: border-box;
	color: var(--soft-black);
	background: transparent;
	font-size: 16px;
	font-family: var(--var-font);
}

#kco-order-review th.product-total {
	text-align: right;
	display: none;
}

#kco-order-review tbody td.product-total,
#kco-order-review tfoot td.product-total,
#kco-order-review .cart-subtotal td {
	text-align: right;
}

#kco-order-review .cart-subtotal th,
#kco-order-review .cart-subtotal td {
	padding: 10px 0;
}

ul.woocommerce-error {
	list-style: none;
	margin: 0;
	margin-bottom: 1rem;
	margin-top: 1rem;
	padding: 10px 15px;
	background: transparent !important;
	border: 2px solid var(--warm-red);
}

.energy-list-item {
	height: 25px;
	width: auto;
	display: flex;
	align-items: center;
}

.energy-list-item picture {
	display: block;
	height: 25px;
	width: auto;
}

.energy-list-item img,
.energy-list-item picture img {
	display: block;
	height: 25px;
	width: unset !important;
}

#kco-order-review .order-total td {
	padding-bottom: 10px;
	display: flex;
    flex-direction: column;
    align-items: flex-end;

}

.generate-wrapper h5 {
	font-family: "Utopia Std";
	font-size: 22px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

.generate-wrapper a.button.custom-hook-btn {
	background: var(--catalog-mint);
	color: var(--soft-black);
	border: 1px solid var(--catalog-mint);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-family: var(--var-font);
	transition: all .25s;
	padding: 9px 22px;
	text-decoration: none;
}

.generate-wrapper a.button.custom-hook-btn:hover {
	cursor: pointer;
	background: transparent;
}

.actions-wrapper button[type="submit"]:disabled {
	background: transparent;
	color: var(--soft-black);
	border: 1px solid var(--soft-black);
	cursor: unset;
	opacity: .75;
}

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

.woocommerce.alignwide .cart-collaterals {
	margin-bottom: 58px;
	margin-top: 58px;
}

.cart-collaterals div.cross-sells {
	order: 3;
}

.cart-collaterals div.cross-sells ul.products {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	overflow-x: scroll;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
}

.cart-collaterals div.cross-sells ul.products li.product {
	width: calc(25% - 18px);
	max-width: calc(25% - 18px);
	flex: 1 0 25%;
}

.cart-collaterals div.cross-sells ul.products::-webkit-scrollbar {
	display: none;
}

.cart-collaterals h2 {
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: var(--soft-black);
	margin-bottom: 1rem;
}

.shop_table tr th {
	font-family: var(--var-font);
	padding-bottom: 10px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: var(--soft-black);
}

.shop_table dl.variation {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
}

.shop_table dl.variation dt,
.shop_table dl.variation dd,
.shop_table dl.variation dd p {
	margin: 0;
	font-size: 14px;
	opacity: .75;
}

.woocommerce-MyAccount-content ul.wc-item-meta {
	list-style: none;
	margin: 15px 0 !important;
	padding: 0;
}

.woocommerce-MyAccount-content ul.wc-item-meta li {
	margin: 0;
	font-size: 14px;
	opacity: .75;
}

a.table-shop-title {
	color: var(--soft-black);
	text-decoration: none;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-family: var(--var-font);
}

.shop_table tr.cart_item:first-child {
	border-top: 1px solid #D7E0D6;
}

.woocommerce-cart .product-thumbnail a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cart-collaterals table.shop_table_responsive tr td {
	text-align: right;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 3px;
}

.cart-collaterals table.shop_table_responsive tr td small {
	flex: 1 0 100%;
	max-width: 100%;
	width: 100%;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
}

.cart-collaterals .wc-proceed-to-checkout {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 19px;
}

.cart-collaterals .wc-proceed-to-checkout a {
	background: var(--soft-black);
	color: var(--soft-white);
	border: 1px solid var(--soft-black);
	margin-top: 19px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-family: var(--var-font);
	transition: all .25s;
	padding: 9px 22px;
	text-decoration: none;
}

.cart-collaterals .wc-proceed-to-checkout a:hover {
	background: transparent;
	color: var(--soft-black);
}

.cart-collaterals td,
.cart-collaterals th {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D7E0D6;
}

body.archive.woocommerce #call2action,
.woocommerce-cart #call2action,
.woocommerce-checkout #call2action {
	display: none;
}

ul.products li.product img,
ul.products li.product-category img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .25s;
}

ul.products li.product-category:hover img {
	transform: scale(1.03);
}

ul.products li.product-category a {
	position: relative;
	text-decoration: none;
	color: unset;
	overflow: hidden;
	aspect-ratio: 360 / 403;
}

ul.products li.product-category a::after {
	content: "";
	width: 100%;
	height: 199px;
	opacity: 0.75;
	background: linear-gradient(180deg, rgba(26, 26, 26, 0.00) 0%, #1A1A1A 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

ul.products li.product-category a .prod-cat-title-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 13px 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 20;
}

ul.products li.product-category a h2 {
	color: var(--soft-white);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0;
}

ul.products li.product-category a svg {
	position: relative;
	right: 0;
	transition: all .25s;
}

ul.products li.product-category:hover a svg {
	right: .25rem;
}

ul.products li.product-category a h2 .count {
	display: none;
}

.woocommerce-shop section#call2action {
	display: none;
}

ul.products li.product-loop-cta {
	margin: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	list-style: none;
	display: flex;
	min-height: 290px;
}

ul.products li.product-loop-cta--span-1 {
	grid-column: span 1;
}

ul.products li.product-loop-cta--span-2 {
	grid-column: span 2;
}

ul.products li.product-loop-cta--span-3 {
	grid-column: 1 / -1;
}

ul.products li.product-loop-cta .product-loop-cta__inner,
.product-loop-cta__inner {
	width: 100%;
	height: 100%;
	background: var(--warm-red);
	color: var(--soft-white);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 40px 32px;
}

ul.products li.product-loop-cta .product-loop-cta__inner h3,
.product-loop-cta__inner h3 {
	font-size: 42px;
	line-height: 1.1;
	margin: 0 0 16px;
	max-width: 720px;
	font-style: italic;
	text-align: center;
	font-family: "Utopia Std";
	font-size: 36px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
	color: var(--catalog-yellow);
}

ul.products li.product-loop-cta .product-loop-cta__inner p,
.product-loop-cta__inner p {
	margin: 0 0 24px;
	max-width: 620px;
	color: var(--soft-white);
	text-align: center;
	font-family: var(--var-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%; /* 23.2px */
}

ul.products li.product-loop-cta .product-loop-cta__inner .btn,
.product-loop-cta__inner .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	background: var(--catalog-mint);
	border: 1px solid var(--catalog-mint);
	color: #1a1a1a;
	text-decoration: none;
}

.product-loop-cta__inner .btn:hover {
	background: transparent;
	color: var(--catalog-mint);
}

.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 0;
	margin-top: 19px;
	margin-bottom: 31px;
}

.woocommerce-MyAccount-navigation ul li {
	flex: 1;
}

.woocommerce-MyAccount-navigation ul li a {
	width: 100%;
	display: block;
	text-decoration: none;
	background: transparent;
	border: 1px solid var(--catalog-yellow);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-family: var(--var-font);
	padding: 12px;	
	transition: all .25s;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	background: var(--catalog-yellow);
	cursor: pointer;
}

.woocommerce-MyAccount-content {
	margin-bottom: 90px;
	border: 1px solid var(--catalog-mint);
	padding: 25px;
}

.woocommerce-MyAccount-content *:last-child {
	margin-bottom: 0 !important;
}

.woocommerce-info {
	background: var(--catalog-mint) !important;
	background-color: var(--catalog-mint) !important;
	padding: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.col2-set {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.col2-set .col-1,
.col2-set .col-2 {
	width: 100% !important;
}

.woocommerce-address-fields__field-wrapper,
.edit-account {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 24px;
}

.woocommerce-address-fields__field-wrapper .form-row,
.edit-account .form-row,
#customer_login .form-row {
	flex: 1 0 50%;
	max-width: calc(50% - 12px);
	width: calc(50% - 12px);
}

.woocommerce-address-fields__field-wrapper .form-row-wide,
.edit-account .form-row-wide,
#customer_login .form-row-wide {
	flex: 1 0 100%;
	max-width: 100%;
	width: 100%;
}

.show-password-input {
	display: none !important;
}

#customer_login button[type="submit"],
.lost_reset_password button[type="submit"] {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 9px 22px;
	border-radius: 0;
	transition: all 0.25s;
	border: 2px solid;
	font-family: var(--var-font);
	font-size: 14px;
	font-weight: 500;
	background: var(--soft-black);
	color: var(--soft-white);
	border: 1px solid var(--soft-black);
	height: unset;
	margin-top: 24px;
}

.woocommerce-privacy-policy-text p {
	font-size: 14px;
}

#customer_login input[type="text"],
#customer_login input[type="email"],
#customer_login input[type="password"],
.lost_reset_password input[type="text"] {
	background: transparent;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family: var(--var-font);
	border: 1px solid var(--soft-black);
}

.wrapper-images {
	position: relative;
}

.wrapper-images .arrow-slider-wrapper {
	bottom: 2rem;
}


.woocommerce-privacy-policy-text p a {
	font-size: inherit;
}

#customer_login button[type="submit"]:hover,
.lost_reset_password button[type="submit"]:hover {
	cursor: pointer;
	background: transparent;
	color: var(--soft-black);
}

.woocommerce-message {
	background: var(--green) !important;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--soft-white);
}

.woocommerce-lost-password .woocommerce-message {
	margin: 25px 0 50px 0;
}

.woocommerce-lost-password .woocommerce p {
	max-width: 50%;
	margin-bottom: 90px;
}

.woocommerce-address-fields__field-wrapper .form-row label,
.edit-account .form-row label,
#customer_login .form-row label,
.lost_reset_password label,
.edit-account label {
	display: block;
	width: 100%;
	font-family: "Utopia Std";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 8px;
}

.edit-account .clear {
	display: none;
}

.woocommerce-EditAccountForm.edit-account .clear {
	display: block;
	flex: 1 0 100%;
	max-width: 100%;
	width: 100%;
}

#customer_login h2 {
	margin-bottom: 10px;
}

.lost_reset_password {
	border: 1px solid var(--catalog-mint);
	padding: 20px;
	margin: 25px 0 50px 0;
}

.edit-account p:last-child {
	display: block;
}

.site-main .container {
	padding: 0;
}

#customer_login {
	margin: 25px 0 55px 0;
}

#customer_login .col-1,
#customer_login .col-2 {
	border: 1px solid var(--catalog-mint);
	padding: 25px;
}

.woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper {
	width: 100%;
}

.woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper input,
.woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-selection,
.edit-account input  {
	width: 100%;
	border: 1px solid var(--soft-black);
	padding: 20px;
	box-sizing: border-box;
	background: transparent;
}

.woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-selection {
	padding: 10px;
	border-radius: 0;
}

.woocommerce-address-fields button[type="submit"],
button.woocommerce-Button.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 9px 22px;
	border-radius: 0;
	transition: all 0.25s;
	border: 2px solid;
	font-family: var(--var-font);
	font-size: 14px;
	font-weight: 500;
	background: var(--soft-black);
	border: 1px solid var(--soft-black);
	color: var(--soft-white);
	margin-top: 1.5rem;
}

.woocommerce-address-fields button[type="submit"]:hover,
button.woocommerce-Button.button:hover {
	background: transparent;
	cursor: pointer;
	color: var(--soft-black);
}

.select2-container .select2-selection--single {
	height: unset;
}

.woocommerce-MyAccount-navigation ul li:first-child a {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.woocommerce-MyAccount-navigation ul li:last-child a {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	background: var(--catalog-yellow);
}

.cky-notice-btn-wrapper .cky-btn,
.cky-prefrence-btn-wrapper .cky-btn {
	border-color: var(--warm-red) !important;
	color: var(--warm-red) !important
}

.cky-notice-btn-wrapper .cky-btn.cky-btn-accept,
.cky-prefrence-btn-wrapper .cky-btn.cky-btn-accept {
	background: var(--warm-red) !important;
	border-color: var(--warm-red) !important;
	color: var(--soft-white) !important;
}

.cky-btn-revisit-wrapper {
	background: var(--warm-red) !important;
}

.employees-posts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.emp-img {
	position: relative;
	overflow: hidden;
	aspect-ratio: 360 / 403;
}

.emp-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.emp-content {
	margin-top: 12px;
}

.emp-content h6.title {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%; /* 17.4px */
	text-transform: uppercase;
	font-family: var(--var-font);
	margin-bottom: 4px;
}

.emp-content h5 {
	margin-bottom: 4px;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-family: var(--var-font);
}

.contact-details {
	display: flex;
	gap: 5px;
	align-items: center;
}

.contact-details a,
.contact-details .detail {
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%; /* 20.3px */
	color: var(--soft-black);
}

.woo-filter-row {
	margin-bottom: 18px;
}

button.custom-btn {
	border: 1px solid var(--catalog-yellow);
	transition: all .25s;
	background: transparent;
	display: inline-flex;
	gap: 57px;
	align-items: center;
	padding: 13px 14px;
}

button.custom-btn:hover {
	cursor: pointer;
	background: var(--catalog-yellow);
}

button.custom-btn span {
	color: var(--soft-black);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-family: var(--var-font);
}

#filterSidebar {
	position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
	display: none;
	transition: all .25s;
}

#filterSidebar.active {
	display: block;
}

#filterSidebar .overlay {
	background: #00000075;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	z-index: 10;
}

#filterSidebar .overlay:hover {
	cursor: pointer;
}

.sidebar-left-custom {
	position: fixed;
	top: 60px;
	left: -100vw;
	background: #F7F7EE;
	height: calc(100vh - 60px);
	width: 623px;
	max-width: 33%;
	overflow-y: scroll;
	padding: 70px 60px;
	z-index: 20;
	transition: all .5s;
}

#filterSidebar.active .sidebar-left-custom { 
	left: 0;
}

.sidebar-filter {
	padding: 27px 0;
	border-bottom: 1px solid var(--catalog-yellow);
}

.filter-title {
	background: transparent;
	border: none;
	padding: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.filter-title h4 {
	margin: 0;
}

.single-anchor-wrapper {
	background: var(--warm-red);
	padding: 20px 0;
	position: sticky;
	top: 60px;
	z-index: 800;
	display: flex;
	justify-content: space-between;
	padding-left: calc((100vw - 1440px) / 2);
    padding-right: calc((100vw - 1440px) / 2);
}

ul.materials {
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: flex-end;
	list-style: none;
}

ul.products li.product ul.materials img {
	max-width: 17px;
	max-height: 17px;
	border-radius: 100%;
}

.energy-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 5px;
}

.prod-loop-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.prod-loop-meta {
	margin-top: 22px;
}


.logged-in .single-anchor-wrapper {
	top: calc(60px + 32px);
}

.single-anchor-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: 1440px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 27px;
}

.single-anchor-wrapper ul.materials {
	gap: 10px;
}

.single-anchor-wrapper ul.materials li img {
	max-width: 31px;
	max-height: 31px;
	border-radius: 100%;
}

.materials__item.materials__item--more {
	color: var(--soft-white);
}

.single-anchor-wrapper ul li {
	color: #F59682;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.woocommerce-variation-add-to-cart,
form.cart:not(.variations_form) {
	display: flex;
	align-items: center;
	gap: 9px;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.tif-field-wrapper {
	flex: 1 0 100%;
	max-width: 100%;
	width: 100%;
}

.tif-field-wrapper label {
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 14px;
	font-family: var(--var-font);
	color: var(--soft-black);
}

.tif-field-wrapper input {
	background: transparent;
	border: 1px solid var(--soft-black);
	padding: 10px 15px;
	box-sizing: border-box;
	border-radius: 0;
	font-size: 16px;
	font-family: var(--var-font);
}

.shipping-calculator-form label {
	display: block;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 14px;
	font-family: var(--var-font);
	color: var(--soft-black);
	margin-bottom: 3px;
}

.shipping-calculator-form select,
.shipping-calculator-form input,
.shipping-calculator-form .select2-container--default .select2-selection--single {
	background: transparent;
	border: 1px solid var(--soft-black);
	padding: 10px 15px;
	color: var(--soft-black);
	border-radius: 0 !important;
}

.shipping-calculator-form button[type="submit"] {
	background: var(--soft-black);
	border: 1px solid var(--soft-black);
	padding: 9px 22px;
	font-size: 14px;
	font-weight: 500;
	color: var(--soft-white);
	transition: all .25s;
	line-height: normal;
}

.shipping-calculator-form button[type="submit"]:hover {
	background: transparent;
	color: var(--soft-black);
}

ul#shipping_method {
	list-style: none;
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

ul#shipping_method li {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-direction: row-reverse;
}

tr.woocommerce-shipping-totals.shipping td {
	display: flex;
	flex-direction: column;
}

.shipping-calculator-form .select2-container--default .select2-selection--single {
	padding: 0 15px;
}

.shipping-calculator-form .select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow { 
	height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 45px;
}

main section.shipping-calculator-form {
	margin: 15px 0;
	width: 100%;
}

.woocommerce-message a.restore-item {
	color: var(--soft-white);
}

.woocommerce-message a.restore-item:visited {
	color: var(--soft-white) !important;
}


.woocommerce-variation-add-to-cart button[type="submit"],
form.cart:not(.variations_form) button[type="submit"] {
	background: var(--soft-black);
	height: 49px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--soft-black);
	color: var(--soft-white);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-family: var(--var-font);
	flex: 1 0 auto;
	transition: all .25s;
}

.woocommerce-variation-add-to-cart button[type="submit"]:hover,
form.cart:not(.variations_form) button[type="submit"]:hover {
	background: transparent;
	color: var(--soft-black);
}

.woocommerce-variation-add-to-cart .quantity,
form.cart:not(.variations_form) .quantity {
	max-width: 100px;
	height: 49px;
}

.woocommerce-variation-add-to-cart .quantity input,
form.cart:not(.variations_form) .quantity input {
	height: 100%;
	border: 1px solid var(--soft-black);
	border-radius: 0;
	width: 100%;
	font-family: "Utopia Std";
	font-size: 22px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
	padding: 1rem;
	background: transparent;
}

.single-anchor-wrapper ul li a {
	color: var(--soft-white);
	text-decoration: none;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	opacity: 0.8;
	transition: all .25s;
	text-decoration: underline;
	white-space: nowrap;
	text-underline-offset: 4px;
}

.single-anchor-wrapper ul li a:hover {
	opacity: 1;
	cursor: pointer;
}

.sidebar-filter h4 {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0;
}

.filter-choices-sidebar {
	padding: 20px 0;
}

.sidebar-filter-actions {
	padding: 20px 0;
	display: flex;
	align-items: center;
	gap: 15px;
}

.filter-choices {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border: 1px solid #1A1A1A;
    border-radius: 100px;
    font-size: 13px;
    color: #1A1A1A;
    text-decoration: none;
    white-space: nowrap;
}

.woo-filter-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.filter-pill:hover {
    background: #1A1A1A;
    color: #fff;
}

.filter-pill svg path {
    stroke: currentColor;
}

.sidebar-left-custom .sidebar-filter:last-child {
	border-bottom: none;
}

.logged-in .sidebar-left-custom {
	top: calc(60px + 32px);
	height: calc(100vh - 60px - 32px);
}

.sidebar-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--catalog-yellow);
	padding-bottom: 20px;
}

span#close {
	font-family: var(--var-font);
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

span#close:hover {
	cursor: pointer;
}

.sidebar-title h3 {
	margin: 0;
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}


/**** MOBILE ****/

@media screen and (max-width: 1450px) {
	#scrollToTop {
		right: calc((100vw - 1rem) / 2);
	}
}

@media screen and (max-width: 1200px) {
	.container-fluid {
		max-width: calc(100% - 1rem);
		margin: 0 auto;
		padding: 0;
	}

	#masthead .menu-wrapper {
		display: none;
	}

	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12 {
		flex: 1 0 100%;
		max-width: 100%;
		width: 100%;
	}

	#call2action .c2a-pos {
		display: none;
	}

	.flex-sidebars {
		flex-direction: column;
		gap: 14px;
	}
}

#openMenu {
	display: none;
}

.quote-age {
	font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    text-transform: uppercase;
    font-family: var(--var-font);
	margin-bottom: .5rem;
	display: block;
}

#openMenu i {
	color: var(--soft-white);
}



/*** MOBILE QUERY ***/
@media screen and (max-width: 768px) {
	.cards-w-links__flex-wrapper,
	.article-slider__slide, 
	.product-slider__slide,
	.drawing__section--grid {
		overflow-x: scroll;
		flex-wrap: nowrap;
	}

	.drawing__section--grid {
		display: flex;
	}

	.drawing__section--prop-item {
		flex: 1 0 85%;
		max-width: 85%;
		width: 85%;
	}

	.document__file-name {
		font-size: 16px;
	}

	section.cards-w-links__wrapper {
		margin: 56px 0 56px 0;
		max-width: 100%;
		width: 100%;
	}

	.document__file-item a > svg {
		flex: 1 0 3%;
		max-width: 3%;
		width: 3%;
	}

	main section, .error-404__wrapper {
		width: calc(100% - 2rem);
	}

	.cards-w-links__flex-wrapper a.img-link-wrapper:first-child {
		margin-left: 1rem;
	}

	.cards-w-links__flex-wrapper a.img-link-wrapper:last-child {
		margin-right: 1rem;
	}

	.cards-w-links__flex-wrapper::-webkit-scrollbar {
		display: none;
	}

	.cards-w-links__flex-wrapper a.img-link-wrapper,
	.article-slider__item,
	.product-slider__item,
	.upsells ul.products.columns-4 li.product {
		width: 85%;
		max-width: 85%;
		min-width: 85%;
	}

	.image-text--reverse .image-text__grid,
	.cta__grid,
	.featured-post,
	.posts-grid,
	.image-text__grid,
	.column__icons--section,
	.icon__c2a--grid,
	.video__embeds,
	ul.products,
	div.product.has-post-thumbnail, div.product.product-type-simple, div.product.type-product,
	.description__grid,
	.drawing__symbols--grid,
	.document__files-list,
	#nf-field-29-wrap ul,
	.catalog-archive .posts-grid,
	.wholesale__grid,
	.concept__store-grid,
	.cta__grid.right,
	.employees-posts {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 24px;
	}

	.product-loop-cta--span-2 {
		grid-column: span 1;
	}

	.quotes-wrapper .single-quote {
		width: calc(50% - 12px);
		max-width: calc(50% - 12px);
		flex: 1 0 50%;
	}

	.info-block__flex {
		flex-wrap: wrap;
	}

	.info-block__flex > *,
	.text-block__flex-container .text-block {
		flex: 1 0 100%;
		max-width: 100%;
		width: 100%;
	}

	#nf-field-29-wrap ul {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}

	div.product.has-post-thumbnail, div.product.product-type-simple, div.product.type-product {
		width: calc(100% - 2rem);
	}

	#description, #documents, #drawing, #faq, #specifications, #gallery, .product section {
		grid-column: span 1;
	}

	#description, #documents, #drawing, #faq, #specifications, #gallery, .product section {
		width: 100%;
	}

	.document__section--help p:last-child {
		text-align: left;
	}

	main section h2 {
		font-size: 28px;
	}

	.icon__c2a--c2a {
		padding: 90px 35px;
	}

	.icon__c2a--c2a h2 {
		font-size: 28px;
	}

	.columns__icon--box {
		flex-wrap: wrap;
		gap: 24px;
	}

	.columns__icon--box.col_12,
	ul.products li.product-loop-cta--span-2 {
		grid-column: span 1;
	}

	.single-anchor-wrapper ul {
		overflow-x: scroll;
		padding-left: 1rem;
		padding-right: 1rem;
		gap: 15px;
	}

	.single-anchor-wrapper ul.materials {
		display: none;
	}

	.single-anchor-wrapper ul::-webkit-scrollbar {
		display: none;
	}

	.image-text--reverse .image-text__grid .image-text__image-col,
	.reverse-feature .featured-post__image,
	.cta__grid.right .cta__image-col {
		order: 0;
	}

	.flex-sidebars {
		gap: 24px;
	}

	.sidebar-left-custom,
	.faq__text {
		max-width: 100%;
	}

	.cta-section.cta--img-top,
	.cta-section.cta--img-bottom {
		padding: 0 40px 40px 40px;
		margin-top: calc(56px + 50px);
	}

	.cta--img-bottom .cta__image {
		transform: translateY(-50px);
	}

	.nav.left {
		left: 2.5rem !important;
		z-index: 90;
	}

	.nav.right {
		right: 2.5rem !important;
		z-index: 90;
	}

	.logged-in .single-anchor-wrapper {
		top: calc(60px + 46px);
	}

	.flex-logos,
	.flex-info {
		flex-wrap: wrap;
		flex-direction: column;
		gap: 24px;
	}

	.flex-info {
		align-items: flex-start;
		gap: 12px;
	}

	#openMenu {
		display: block;
	}

	#hero {
		height: 500px !important;
	}

	#scrollToTop {
		right: 2rem;
	}

	.video__container,
	.faq__accordion .accordion-body,
	.faq-accordion__body {
		max-width: 100%;
	}

	.faq-accordion__button {
		gap: 15px;
		font-size: 18px;
	}

	.faq-accordion__button svg {
		flex: 1 0 10%;
		max-width: 10%;
		width: 10%;
	}

	.btn-wrapper-c2a {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.btn-wrapper-c2a a {
		flex: 1 0 100%;
		max-width: 100%;
		width: 100%;
	}

	.gallery__title, .gallery__text {
		width: 100%;
		max-width: 100%;
	}

	.text-column__container {
		flex-wrap: wrap;
	}

	.text-column__column {
		flex: 1 0 100%;
		max-width: 100%;
		width: 100%;
	}

	.page-template-page-franke.logged-in #masthead {
		top: 46px;
	}

	.search-posts article > * {
		max-width: 100%;
	}
}