/*
Theme Name: Number Three One - Child
Theme URI: https://standoutmedia.dk/
Author: Standoutmedia A/S
Author URI: https://standoutmedia.dk/
Description: Et helt specielt Standoutmedia Tema
Template: number-three-one
Text Domain: number-three-child
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* ===== CSS Variables ===== */

:root {
    /* Font sizes */
    --h1: 60px;
    --h2: 50px;
    --h3: 25px;
    --h4: 22px;
    --h5: 16px;
    --h6: 14px;
    --p: 18px;

    /* Gaps */
    --gap-l: 90px;
    --gap-m: 40px;
    --gap-s: 20px;

    /* font families */
    --h-fam: 'Poppins', sans-serif;
    --p-fam: 'Poppins', sans-serif;
    --btn-fam: var(--p-fam);

    /* colors */
    --color-1: #586D4D;
    --color-2: #586D4D;
    --color-bg: #333;
    --color-text: #333;
    --color-dark: #586D4D;
    --color-overlay: rgb(0 0 0 / 40%);

    /* transitions */
    --transition: .175s ease-out;

    /* Margin on the right and left of the main content sections (change 0 to 1 to match template distances)*/
    --content-margin: calc(0 * var(--gap-m));
    --slider-text-width: 950px;

    --border-radius: 20px;
    
    /* Theme defined variables from PHP */
    --content-width: initial;
    --sidebar-width: initial;
    /* END Theme defined variables from PHP */
}


/* ===== END CSS Variables ===== */


/*======================================================================//
// style.css                                                            //
//======================================================================*/


/* Generel */
body {
    background-color: #FFFEF8;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.25;
    /* color: var(--color-1); */
    transition: var(--transition);
}

html, body, input, select, optgroup, textarea {
    font-weight: 400;
}

b, strong {
    font-weight: 500;
}

.stom-button a {
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    font-size: var(--p);
    font-weight: 500;
    padding: 12px 20px;
    position: relative;
    overflow: hidden;
    gap: 0;
}

.stom-button a .stom-custom-svg {
    font-size: 15px;
    margin-right: 0.5em;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.stom-button a:hover .stom-custom-svg {
    transform: translateX(calc(100% + 1em));
    opacity: 0;
}

.stom-button a::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: currentColor;
    -webkit-mask: url('data:image/svg+xml,%3Csvg width="15" height="9" viewBox="0 0 15 9" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M7.78515 0.0638238L9.763 0L14.3999 4.51915L9.80229 9L7.74921 8.93943L10.0261 6.72039C10.5803 6.18026 11.0878 5.6963 11.5497 5.26849L0.370605 5.23386L0.439684 3.73158L11.6186 3.76639C11.167 3.34883 10.6677 2.87318 10.1206 2.33995L7.78515 0.0638238Z" fill="white"/%3E%3Cpath d="M1.48308 6.31818e-08V5.23467H0L4.754e-07 0L1.48308 6.31818e-08Z" fill="white"/%3E%3C/svg%3E') no-repeat center;
    mask: url('data:image/svg+xml,%3Csvg width="15" height="9" viewBox="0 0 15 9" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M7.78515 0.0638238L9.763 0L14.3999 4.51915L9.80229 9L7.74921 8.93943L10.0261 6.72039C10.5803 6.18026 11.0878 5.6963 11.5497 5.26849L0.370605 5.23386L0.439684 3.73158L11.6186 3.76639C11.167 3.34883 10.6677 2.87318 10.1206 2.33995L7.78515 0.0638238Z" fill="white"/%3E%3Cpath d="M1.48308 6.31818e-08V5.23467H0L4.754e-07 0L1.48308 6.31818e-08Z" fill="white"/%3E%3C/svg%3E') no-repeat center;
    mask-size: contain;
    -webkit-mask-size: contain;
    margin-left: 0;
    opacity: 0;
    transform: translateX(-8px);
    transition: transform 0.35s ease, opacity 0.35s ease, margin 0.35s ease;
}

.stom-button a:hover::after {
    opacity: 1;
    transform: translateX(0);
    margin-left: 0.5em;
}

span.read-more a {
    font-size: var(--p);
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
}

span.read-more a .stom-custom-svg {
    font-size: 16px;
    line-height: 0;
    margin-right: .5em;
}

p  + .stom-button {
    margin-top: 25px;
}

/* Sections */
.stom-billede-sektion .stom-cols-6 {
    min-height: 725px;
}

.stom-billede-sektion.align-top .stom-cols-6 {
    padding-top: 0;
    align-items: flex-start;
}

.stom-billede-sektion .stom-picture img {
    border-radius: var(--border-radius);
}

.stom-billede-sektion:not(.not-fullwidth) .stom-cols-6,
.stom-billede-sektion:not(.not-fullwidth) .stom-picture {
    width: calc(50% - var(--gap-s));
}

.stom-billede-sektion:not(.not-fullwidth).picture-right .stom-picture {
    right: var(--gap-s) !important;
}

.stom-billede-sektion:not(.not-fullwidth).picture-left .stom-picture {
    left: var(--gap-s) !important;
}

#main-content .section-wrap.clear.has-background {
    margin-inline: var(--gap-s);
}

.section-wrap.clear.stom-products-section.has-background {
    position: relative;
    background-size: cover;
    border-radius: var(--border-radius);
    margin-inline: var(--gap-s);
}

.section-wrap.clear.stom-products-section.has-background:before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
	/* z-index: 2; */
	pointer-events: none;
    border-radius: var(--border-radius);
}

.section-wrap.clear.stom-products-section.has-background .section {
    position: relative;
}

.section-wrap.clear.stom-products-section.has-background .section .read-more a {
    color: #fff;
}

.stom-products-section .section .header {
    max-width: 680px;
}

.stom-products-section .section > h2,
.stom-products-section .section .header > h2 {
    font-size: var(--h1);
    margin-bottom: 25px;
}

.stom-products-section .section .header > p {
    font-weight: 300;
}

.stom-products-section .woocommerce {
    border-top: none;
    padding-top: 0;
    margin-top: var(--gap-l);
}

div.quality {
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
    margin-top: 60px;
}

div.quality > p:first-of-type {
    min-width: 90px;
    max-width: 90px;
}

div.quality .content {
    border-top: 1px solid var(--color-1);
    padding-top: 15px;
}

div.quality .content > h3 {
    margin-bottom: 0;
}

div.quality + .stom-button {
    margin-top: 50px;
}

.sub-heading {
    display: block;
    font-size: var(--p);
    font-weight: 300;
    text-transform: uppercase;
}

.section-wrap.clear.product-split-section {
    margin-inline: 0;
    padding-inline: var(--gap-s);
}

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

.section-wrap.clear.product-split-section .section:after {
    display: none;
}

.section-wrap.clear.product-split-section .section .container {
    text-align: center;
    max-width: 675px;
    margin-inline: auto;
}

.section-wrap.clear.product-split-section .section .container + .products-split {
    margin-top: 50px;
}

/* .section-wrap.clear.product-split-section .section .products-split .product-container ul.products li.product .stom-product-loop-image-wrap .aligner {
    display: flex;
    align-items: center;
    justify-content: center;
} */

/* .section-wrap.clear.product-split-section .section .products-split .product-container ul.products li.product .stom-product-loop-image-wrap .aligner > img {
    max-height: 300px;
    width: auto;
    height: auto;
} */

.section-wrap.clear.product-split-section .section .products-split {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: var(--gap-s);
}

.section-wrap.clear.product-split-section .section .products-split .product-container {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 45px;
}

.section-wrap.clear.product-split-section .section .products-split .product-container:before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
	pointer-events: none;
    border-radius: var(--border-radius);
}

.section-wrap.clear.product-split-section .section .products-split .product-container.products-split__left .product-split-link {
    float: left;
}

.section-wrap.clear.product-split-section .section .products-split .product-container.products-split__right .product-split-link {
    float: right;
}

.section-wrap.clear.product-split-section .section .products-split .product-container.products-split__right .stom-slick-arrows {
    justify-content: flex-start;
}

.section-wrap.clear.product-split-section .section .products-split .product-container .product-split-content,
.section-wrap.clear.product-split-section .section .products-split .product-container ul.products {
    position: relative;
}

.section-wrap.clear.product-split-section .section .products-split .product-container .product-split-content > h2,
.section-wrap.clear.product-split-section .section .products-split .product-container .product-split-content > h3 {
    color: #fff;
}

.section-wrap.clear.product-split-section .section .products-split .product-container .product-split-content {
    margin-bottom: var(--gap-l);
}

.section-wrap.clear.product-split-section .section .products-split .product-container .product-split-content > p {
    color: #fff;
    font-weight: 300;
    max-width: 600px;
}

.section-wrap.clear.product-split-section .section .products-split .product-container .product-split-link {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.section-wrap.clear.product-split-section .section .products-split .product-container .product-split-link .stom-custom-svg {
    margin-right: .25em;
    font-size: 14px;
}

.section-wrap.clear.product-split-section .section .products-split .product-container.product-container .stom-slick-arrows {
    width: fit-content;
}

.section-wrap.clear.product-split-section .section .products-split .product-container.product-container.products-split__left .stom-slick-arrows {
    float: right;
}

.section-wrap.clear.product-split-section .section .products-split .product-container.product-container.products-split__right .stom-slick-arrows {
    float: left;
}

.section-wrap.clear.product-split-section .section .products-split .product-container ul.products {
    padding-inline: 0;
    margin-bottom: var(--gap-m);
}

.section-wrap.clear.product-split-section .section .products-split .product-container ul.products .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

.section-wrap.clear.product-split-section .section .products-split .product-container ul.products li.product {
    position: relative;
    background-color: #FFFEF8;
    border-radius: 10px;
    padding: 25px 10px 10px;
    margin: 0 10px;
    list-style-type: none;
}

.section-wrap.clear.product-split-section .section .products-split .product-container ul.products li.product .stom-product-loop-button-wrap {
    position: relative;
    z-index: 8;
}

.section-wrap.clear.product-split-section .section .products-split .product-container ul.products li.product .stom-product-loop-button-wrap a.added_to_cart {
    display: none;
}

.section-wrap.clear.product-split-section .section .products-split .product-container ul.products li.product > a.woocommerce-LoopProduct-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: transparent;
    z-index: 5;
}

.section-wrap.clear.product-split-section .section .products-split .product-container ul.products li.product .woocommerce-loop-product__title {
    font-size: var(--h3);
    font-weight: 400;
    color: var(--color-text);
    padding-inline: var(--gap-s);
    margin-bottom: 5px;

    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.custom-product-label {
    top: 10px;
    left: unset;
    right: 10px;
    background-color: var(--color-1);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    border-radius: 5px;
}

body.single-product .custom-product-label {
    right: unset;
    left: 10px;
}

.section-wrap.clear.product-split-section .section .products-split .product-container ul.products li.product .stom-product-loop-image-wrap {
    aspect-ratio: 1 / 1;
    position: relative;
    width: 100%;
    margin: 0;
    text-align: center;
    line-height: 0;
    overflow: hidden;
}

.section-wrap.clear.product-split-section .section .products-split .product-container ul.products li.product .stom-product-loop-image-wrap .aligner {
    height: 100%;
}

.section-wrap.clear.product-split-section .section .products-split .product-container ul.products li.product .stom-product-loop-image-wrap .aligner > img {
    max-height: 300px;
    width: auto;
    margin-inline: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: auto;
    transition: opacity .175s;
}

.section-wrap.clear.product-split-section .section .products-split .product-container ul.products li.product a.button {
    font-size: var(--p);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 5px;
    color: #333;
    padding: 12px 20px;
    line-height: 1.5;
    margin-top: 0;
    text-decoration: none;
    width: 100%;
    text-align: center;
    transition: var(--transition);
}

.section-wrap.clear.product-split-section .section .products-split .product-container ul.products li.product a.button:hover {
    background-color: var(--color-1);
    border-color: var(--color-1);
    color: #fff;
}

.section-wrap.clear.product-split-section .section .products-split .product-container ul.products li.product a.button.add_to_cart_button {
    background-color: var(--color-1);
    border-color: var(--color-1);
    color: #fff;
    transition: var(--transition);
}

.section-wrap.clear.product-split-section .section .products-split .product-container ul.products li.product a.button.add_to_cart_button:hover {
    background-color: #fff;
    border-color: var(--color-1);
    color: var(--color-1);
}

.section-wrap.clear.product-split-section .section .products-split .product-container ul.products li.product a.button.product_type_variable {
    display: block;
}

.woocommerce ul.products li.product .product-category {
    opacity: 1;
}

.product-meta .product-category {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 1;
    display: inline-block;
    float: left;
    /* padding-left: var(--gap-s); */
    margin-bottom: 0;
    color: var(--color-text);
}

.section-wrap.clear.product-split-section .section .products-split .product-container ul.products li.product .price {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    float: right;
    color: var(--color-text);
    padding-right: var(--gap-s);
    margin-bottom: 0;
}

/* Logo + Menu */
.site-branding #logo img, 
.site-branding #logo svg {
    max-width: 124px;
    max-height: 50px;
    width: auto;
    height: auto;
}

.header-sticky-active.scrolled header .site-branding #logo img.logo-landscape {
    max-height: 50px;
}

body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled #masthead {
    box-shadow: none;
}

.site-branding {
    flex-grow: inherit;
}

header .main-navigation {
    justify-content: space-between;
}

.style-header-02 .header-inner {
    width: 100%;
}

header .main-navigation ul.menu a {
    /* color: #fff; */
    color: #c2c2c2;
    font-size: var(--p);
    font-weight: 300;
    padding: .7em 1em;
}

.hover-style-bold ul.menu li:hover > a, 
.hover-style-bold ul.menu li.focus > a, 
.hover-style-bold ul.menu .current-menu-item > a, 
.hover-style-bold ul.menu .current-menu-ancestor > a {
    font-weight: 300;
    color: #FFFEF8;
}

#woo-icons {
    margin-left: 0;
    gap: 20px;
}

#woo-icons .woo-header-icon {
    margin-inline: 0;
}

#woo-icons .woo-header-icon.woo-search .stom-custom-svg {
    font-size: 21px;
}

#woo-icons .woo-header-icon.my-account .stom-custom-svg {
    font-size: 24px;
}

#woo-icons .woo-header-icon .stom-custom-svg {
    color: #fff;
}

#woo-icons .site-header-cart .cart-contents span.count {
    top: -12px;
    right: -2px;
    bottom: unset;
}

#woo-icons .my-account svg * {
    stroke: none !important;
}

.style-header-02 .site-branding #logo {
    padding: 20px 0;
}

.header-sticky-active.scrolled header .site-branding #logo {
    padding: 20px 0;
}

#primary-menu {
    margin-left: var(--gap-m);
}

#primary-menu li.menu-item-has-children ul.sub-menu li.menu-item a {
    font-size: 14px;
    color: var(--color-text);
}

/* Header */
header#masthead {
    background-color: #333;
}

.page-slider-section {
    overflow: hidden;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
}

.page-slider-section .slider-text-inner {
    width: auto;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper p {
    font-size: var(--p);
    font-weight: 300;
    max-width: 650px;
    margin-inline: auto;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .stom-button a {
    background-color: #fff;
    color: #333;
    font-weight: 600;
}

body:not(.home) .page-slider-section .image-aligner img {
    max-height: calc(70vh - var(--header-height));
}

/* Frontpage */
.section-wrap.clear.usp-section .section .grid-elements {
    column-gap: 50px;
}

.section-wrap.clear.usp-section .section .grid-elements .grid-element {
    border-top: 1px solid var(--color-1);
    padding-top: 20px;
}

.section-wrap.clear.usp-section .section .grid-elements .grid-element .overlay {
    justify-content: flex-start;
}

.section-wrap.clear.usp-section .section .grid-elements .grid-element .overlay > p:first-of-type {
    margin: 0;
    line-height: 0;
}

.section-wrap.clear.usp-section .section .grid-elements .grid-element .overlay .content {
    margin-top: 50px;
}

.section-wrap.clear.usp-section .section .grid-elements .grid-element .overlay .content > h3 {
    margin-bottom: 5px;
}

.section-wrap.clear.usp-section .section .grid-elements .grid-element .overlay .content > .heading {
    font-size: var(--h3);
    font-family: var(--h-fam);
    color: var(--color-1);
    margin-bottom: 5px;
}

.section-wrap.clear.usp-section .section .grid-elements .grid-element .overlay .content > p {

}

.section-wrap.clear.top-bar {
    padding-inline: 0;
}

.section-wrap.clear.top-bar .section {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    padding: 8px 0;
}

.section-wrap.clear.top-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-wrap.clear.top-bar ul li {
    display: inline-block;
    padding: 0 50px 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.header-sticky-active.scrolled .style-header-02 .section-wrap .section {
    padding: 8px 0;
}

.section-wrap.clear.review-section {
    position: relative;
    /* overflow: hidden; */
    background-size: cover;
    border-radius: var(--border-radius);
}

.section-wrap.clear.review-section:before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .35);
	/* z-index: 2; */
	pointer-events: none;
    border-radius: var(--border-radius);
}

.section-wrap.clear.review-section .section {
    position: relative;
}

.section-wrap.clear.review-section .section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-wrap.clear.review-section .section .container > p {
    font-weight: 300;
    max-width: 750px;
}

.section-wrap.clear.review-section .section .container > p:last-of-type {
    margin-bottom: 0;
}

.section-wrap.clear.review-section .section .stom-slick-arrows .slick-arrow .stom-custom-svg {
    color: #333;
}

.section-wrap.clear.review-section .section .stom-slick-arrows .slick-arrow:hover .stom-custom-svg {
    color: #fff;
}

.section-wrap.clear.review-section .section .stom-anmeldelse-wrapper {
    padding-inline: 0;
    margin-top: var(--gap-l)
}

.section-wrap.clear.review-section .section .stom-anmeldelse-wrapper .slick-list {
    margin-left: -10px;
    margin-right: -10px;
    /* overflow: visible; */
}

.section-wrap.clear.review-section .section .stom-anmeldelse-wrapper .stom-anmeldelse {
    overflow: hidden;
    border-radius: 10px;
    background-color: rgba(51, 51, 51, .8);
    transition: var(--transition);
    padding: 30px;
    margin: 0 10px;
    cursor: pointer;
}

.section-wrap.clear.review-section .section .stom-anmeldelse-wrapper .stom-anmeldelse:hover {
    background-color: rgba(51, 51, 51, 1);
}

.section-wrap.clear.review-section .section .stom-anmeldelse-wrapper .stom-anmeldelse .rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.section-wrap.clear.review-section .section .stom-anmeldelse-wrapper .stom-anmeldelse .rating .stom-custom-svg {
    font-size: 24px;
    line-height: 0;
}

.section-wrap.clear.review-section .section .stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-heading {
    font-size: var(--h3);
    font-weight: 300;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 5px;
}

.section-wrap.clear.review-section .section .stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-tekst {
    margin-bottom: 8px;
}

.section-wrap.clear.review-section .section .stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-tekst .stom-anmeldelse-tekst-content > p {
    font-weight: 300;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 4.5em;
    transition: max-height 0.4s ease;
}

.section-wrap.clear.review-section .section .stom-anmeldelse-wrapper .stom-anmeldelse.expanded .stom-anmeldelse-tekst .stom-anmeldelse-tekst-content > p {
    -webkit-line-clamp: unset;
    display: block;
    max-height: 50em;
}

.section-wrap.clear.review-section .section .stom-anmeldelse-wrapper .stom-anmeldelse .author {
    font-weight: 500;
}

.section-wrap.clear.faq-section .section .grid-elements {
    column-gap: calc(var(--gap-l) * 2);
    row-gap: var(--gap-s);
}

.section-wrap.clear.faq-section .section .grid-elements .grid-element .overlay {
    justify-content: flex-start;
}

.section-wrap.clear.faq-section .section .grid-elements .grid-element.heading .overlay > h2 {
    
}

.mere-tekst-wrapper {
    margin-bottom: 0;
}

.mere-tekst-wrapper > button {
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 28px 0;
    color: var(--color-text);
    font-size: var(--p);
    line-height: 1.5;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.mere-tekst-wrapper > button:hover {
    color: var(--color-1);
}

.mere-tekst-wrapper > button .stom-custom-svg {
    font-size: var(--p);
    color: var(--color-1);
}

.mere-tekst-wrapper > .mere-tekst {
    padding: 0 var(--gap-m) 28px 0;
}

.mere-tekst-wrapper > .mere-tekst p {
    font-size: 15px;
}

/* Subpages */
body.faq-page .section-wrap.clear.stom-billede-sektion.faq-section .section .stom-picture > img {
    max-height: 800px;
}

/* Colophon */
#colophon.footer-setting-02 {
    font-size: var(--p);
    font-weight: 300;
    background-color: transparent;
    margin-inline: var(--gap-s);
}

.home #colophon.footer-setting-02 {
    margin-top: 60px;
}

#colophon.footer-setting-02 .footer-widget-area {
    background-color: var(--color-bg);
    border-radius: var(--border-radius);
}

.footer-setting-02 .footer-widget-area .section {
    padding: 60px 0 90px;
}

.footer-setting-02 .footer-widget-area .section .footer-top-content .logo {
    line-height: 0;
    margin-bottom: 70px;
}

.footer-setting-02 .footer-widget-area .section .footer-top-content .logo p {
    margin-bottom: 0;
}

.footer-setting-02 .footer-widget-area .section .footer-top-content p {
    font-size: var(--h2);
    font-weight: 300;
    text-align: center;
    max-width: 1140px;
    margin-inline: auto;
}

.footer-setting-02 .footer-widget-area .section .footer-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 70px;
    /* column-gap: calc(var(--gap-l) * 2); */
}

.footer-setting-02 .footer-widget-area .section .footer-wrapper .container {
    grid-column: span 3;
    padding-right: calc(var(--gap-l) * 2);
}

.footer-setting-02 .footer-widget-area .section .footer-wrapper .preview-container {
    overflow: hidden;
    border-radius: 15px;
    background-image: url('images/preview-image.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 1 / 1;
    width: 500px;
    padding: 30px 30px 35px;
    transition: var(--transition);

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-setting-02 .footer-widget-area .section .footer-wrapper .preview-container > p {
    font-family: var(--p);
    font-weight: 300;
}

.footer-setting-02 .footer-widget-area .section .footer-wrapper .preview-container .content > h3 {
    font-size: var(--h2);
    margin-bottom: 10px;
}

.footer-setting-02 .footer-widget-area .section .grid-elements {
    column-gap: 30px;
    /* margin-top: 70px; */
}

.footer-setting-02 .footer-widget-area .section .grid-elements .grid-element {
    border-top: 1px solid #fff;
    padding-top: 15px;
}

.footer-setting-02 .footer-widget-area .section .grid-elements .grid-element .overlay .footer-widgets .widget .textwidget > p {
    font-weight: 300;
}

#colophon .copyright {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-text);
    padding-inline: 0;
}

#colophon .footer-widget-area-site-info .section {
    max-width: 100%;
}

#colophon .copyright ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
}

#colophon .copyright ul li {
    list-style-type: none;
}

#colophon .copyright ul li a {
    padding: 0;
    text-decoration: underline;
}

#colophon .copyright ul li a:hover {
    text-decoration: none;
}

#colophon .copyright ul li > ul.menu {
    column-gap: 20px;
}

#colophon .widget-title {
    font-size: var(--p);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
}

div.question-container {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-block: 20px;
    margin-top: 60px;
}

div.question-container p {
    line-height: 1.75;
}

div.question-container p a {
    font-weight: 300;
}

.socials-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.socials-wrapper .stom-social-shortcode {
    padding: 0;
}

.socials-wrapper .stom-social-shortcode .stom-custom-svg {
    color: #fff;
    font-size: 24px;
    line-height: 0;
}

/* WooCommerce - Shop loop */
.stom-slick-arrows {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
}

.stom-slick-arrows .slick-arrow {
    position: static;
    width: 60px;
    height: 60px;
    aspect-ratio: 1 / 1;
    border-radius: 5px;
    border: 1px solid #fff;
    box-shadow: none;
    padding: 0;
    transition: var(--transition);
}

.stom-slick-arrows .slick-arrow:hover {
    background-color: transparent;
    border-color: #fff;
}

.stom-slick-arrows .slick-arrow .stom-custom-svg {
    font-size: var(--p);
    line-height: 0;
    transition: var(--transition);
}

.stom-slick-arrows .slick-arrow:hover .stom-custom-svg {
    color: #fff;
}

.stom-products-section .woocommerce + .stom-slick-arrows {
    margin-top: var(--gap-m);
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    background-color: #FFFEF8;
    border-radius: 10px;
    padding: 25px 10px 10px;
}

.woocommerce ul.products li.product .custom-product-label,
.woocommerce-page ul.products li.product .custom-product-label {
    top: 10px;
    left: unset;
    right: 10px;
    background-color: var(--color-1);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    border-radius: 5px;
}

.custom-product-label .display {
    margin: 5px 5px;
}

.home .woocommerce ul.products li.product {
    margin: 0 10px !important;
}

.woocommerce-page ul.products li.product {
    border: 1px solid #333;
    background-color: #fff;
}

.woocommerce ul.products li.product .stom-product-loop-image-wrap {
    background-color: #FFFEF8;
    margin-bottom: 0;
}

body:not(.home) ul.products li.product .stom-product-loop-image-wrap {
    background-color: #fff;
}

.woocommerce ul.products li.product .stom-product-loop-image-wrap .aligner > img {
    max-height: 300px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: var(--h3);
    color: var(--color-text);
    padding-bottom: 4px;
    padding-inline: var(--gap-s);
    width: 100%;
}

.product-meta {
    display: flex;
    align-items: center;
    padding-left: var(--gap-s);
    float: left;
}

.product-meta p {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 1;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.25;
}

.product-meta p:not(:last-child)::after {
    content: ", ";
    white-space: pre;
}

.woocommerce ul.products li.product .button {
    font-size: var(--p);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 5px;
    color: #333;
    padding: 12px 20px;
    line-height: 1.5;
    margin-top: 0;
}

.woocommerce ul.products li.product .button:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;

}

.woocommerce ul.products li.product .button.add_to_cart_button {
    background-color: var(--color-1);
    border-color: var(--color-1);
    color: #fff;
}

.woocommerce ul.products li.product .button.add_to_cart_button:hover {
    background-color: #FFFEF8;
    border-color: var(--color-1);
    color: var(--color-1);
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    float: right;
    color: var(--color-text);
    padding-right: var(--gap-s);
    margin-bottom: 0;
}

.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
    font-weight: 400;
}

.woocommerce ul.products.slick-slider>*:first-child+.slick-list,
.woocommerce ul.products.slick-slider .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

.woocommerce .woocommerce-breadcrumb {
    font-size: 14px;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering select {
    font-size: 14px;
}

.woocommerce .woocommerce-ordering select {
    border-color: var(--color-dark);
}

.woocommerce-page ul.products {
    row-gap: var(--gap-s);
}

.woocommerce-page ul.products:before,
.woocommerce-page ul.products:after {
    display: none;
}

/* BeRocket Filter */
.bapf_sfilter {
    overflow: hidden;
    border-radius: 10px;
    border-color: #333;
}

.bapf_sfilter .bapf_head {
    background-color: var(--color-bg);
}

.bapf_sfilter h3 {
    font-size: var(--p);
    font-weight: 600;
    text-transform: inherit;
    color: #FFFEF8;
}

.bapf_sfilter .bapf_body li > label,
.bapf_sfilter .pcs {
    font-size: 14px;
}

.bapf_slidr_jqrui .bapf_from, 
.bapf_slidr_jqrui .bapf_to {
    font-size: 14px;
}

.woocommerce-page .woocommerce-products-header .woocommerce-products-header__title {
    font-size: var(--h2);
}


/*======================================================================//
// END style.css                                                        //
//======================================================================*/


/*======================================================================//
// woocommerce.css                                                      //
//======================================================================*/


/* woocommerce style goes here */


/*======================================================================//
// END woocommerce.css                                                  //
//======================================================================*/


.aabningstider-dage {
    display: flex;
}

.aabningstider-dage p {
    white-space: nowrap;
    margin: 0;
}

.aabningstider-list .aabningstider-dag {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 0.5ch;
}

.aabningstider-list.horisontal{
    padding: 10px 0;
    border-bottom: 1px solid var(--STOM-maincolor);
}

.aabningstider-list.horisontal .aabningstider-dage {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
}

.aabningstider-list.horisontal .aabningstider-dag:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    right: -18px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: var(--STOM-maincolor);
    top: 50%;
    transform: translateY(-50%);
}

.aabningstider-list.vertikal .aabningstider-dage {
    flex-direction: column;
    gap: 5px;
}

.aabningstider-list.vertikal .aabningstider-dag {
    gap: 0;
    justify-content: space-between;
}

/* Off sidebar cart */
#woo-icons .stom-off-canvas-wrapper .buttons a {
    border-radius: 5px;
    font-weight: 400;
}

#woo-icons .stom-off-canvas-wrapper .buttons a:not(:first-child) {
    background-color: var(--color-1);
}

#woo-icons .stom-off-canvas-wrapper .cart_list .mini_cart_item {
    font-size: 14px;
}

#woo-icons .stom-off-canvas-wrapper .total {
    font-size: 16px;
    padding-block: 12px;
}

#woo-icons .stom-off-canvas-wrapper .total bdi {
    color: var(--color-text);
}

#woo-icons .stom-off-canvas-wrapper .widgettitle {
    font-size: var(--h3);
    text-transform: inherit;
}

#woo-icons .stom-off-canvas-wrapper .off-canvas-close {
    font-size: 16px;
    color: #333 !important;
}

#woo-icons .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
    font-size: 16px;
}

#woo-icons .woo-header-icon:hover .stom-custom-svg {
    color: #fff;
}

#woo-icons .stom-off-canvas-wrapper .cart_list .mini_cart_item a.remove .stom-custom-svg {
    color: red;
}

.woocommerce-cart #primary .entry-content .return-to-shop .wc-backward {
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    font-size: var(--p);
    font-weight: 500;
    padding: 12px 20px;
    line-height: 1.5;
    position: relative;
    overflow: hidden;
    gap: 0;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    font-size: 14px;
}


#number-three-sticky-mobile-cta .cta-container .stom-button a {
    background-color: var(--color-1);
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    flex-direction: row;
    gap: 2px;
}

#number-three-sticky-mobile-cta .cta-container .stom-button a:after {
    display: none;
}

#number-three-sticky-mobile-cta .cta-container .stom-button:not(:last-child) a {
    border-right-color: #fff;
}

#number-three-sticky-mobile-cta .cta-container .stom-button a .stom-custom-svg {
    color: #fff;
    line-height: 0;
    font-size: 14px;
    transform: none;
}

#number-three-sticky-mobile-cta .cta-container .stom-button a .stom-custom-svg:first-of-type {
    display: none;
}


/* Instantsearch */
#stom_instantsearch_result .woo-search-input {
    background-color: var(--color-1);
    border-radius: 10px;
}

#stom_instantsearch_result #stom_instantsearch_close svg {
    color: #fff;
}

#stom_instantsearch_result .woo-search-input .search-field {
    border-color: #fff;
    border-radius: 5px;
}

body.stom-terms-page #main-content #content {
    max-width: 950px;
}

body.stom-terms-page .entry-content,
body.stom-terms-page .entry-content > p {
    font-size: 14px;
}

body.stom-terms-page .entry-content > h3 {    
    margin-top: 40px
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul a {
    border: 1px solid var(--color-1);
    background-color: #fff;
}

.single-product-fullwidth #primary > .product {
    margin-top: var(--gap-l);
}

.single-product-fullwidth #primary > .product section.related {
    display: inline-block;
    width: 100%;
    margin-top: var(--gap-l);
}

.single-product-fullwidth #primary > .product section.related > h2 {
    font-size: 40px;
}

.single-product-fullwidth #primary .product_title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.25;
    padding-bottom: 0;
    margin-bottom: 10px;

}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    margin-bottom: calc(var(--gap-l) * 2);
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    margin-bottom: calc(var(--gap-l) * 2);
}

/* Single product */
body.single-product #main-content #content {
    max-width: 1200px;
}

.single-product-fullwidth #primary nav.woocommerce-breadcrumb {
    padding-bottom: 10px;
}

.woocommerce div.product .woocommerce-product-details__short-description {
    font-size: 16px;
}

.woocommerce-page.single .custom-woocommerce-message .custom-message-title {
    font-size: 16px;
}

.woocommerce-page.single .custom-woocommerce-message .custom-button-wrapper .button {
    padding: 12px 15px;
}

.woocommerce-page.single .custom-woocommerce-message .custom-button-wrapper .button.wc-forward {
    background-color: var(--color-1);
    border-radius: 5px;
}

.woocommerce-cart h1, .woocommerce-cart h2 {
    margin: 0 0 20px;
}

.woocommerce-cart .woocommerce-cart-form .cart,
.woocommerce table.shop_table {
    border-color: #333;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    font-size: 18px;
    font-weight: 400;
    background-color: var(--color-1);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, 
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #FFFEF8;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: var(--p);
    padding: 10px 20px;
}

.woocommerce div.product .woocommerce-tabs .panel > h2 {
    font-size: var(--h3);
}

.woocommerce div.product .woocommerce-tabs .panel > p {
    font-size: 16px;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
    font-size: 14px;
    padding: 0;
}

.woocommerce div.product p.stock {
    font-size: 14px;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
    border-radius: 5px;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button:not(.disabled) {
    background-color: var(--color-1);
    border-color: var(--color-1);
}

.woo-variation-swatches .variable-items-wrapper {
    gap: 10px;
}

.woo-variation-swatches.wvs-show-label .variations th {
    font-size: 16px;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    background-color: #FFFEF8;
    min-width: 90px;
    height: 40px;
    border-radius: 5px;
    margin: 0;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected {
    background-color: var(--color-1);
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected .variable-item-span {
    color: #fff;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {

}

.woocommerce-products-header .term-short-description {
    font-size: 16px;
    margin-bottom: var(--gap-m);
}