/*
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: 50px;
    --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: 'Inter', sans-serif;
    --p-fam: 'Inter', sans-serif;
    --btn-fam: var(--p-fam);

    --border-radius: 5px;

    /* colors */
    --color-1: #000;
    --color-2: #447e5e;
    --color-bg: #f6f6f6;
    --color-text: #000;
    --color-dark: #000;
    --color-overlay: rgb(0 0 0 / 0);

    --graphic: url('data:image/svg+xml,<svg width="1560" height="3" viewBox="0 0 1560 3" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="39" y="1" width="1521" height="1" fill="black"/><rect width="30" height="3" fill="black"/><circle cx="34.5" cy="1.5" r="1.5" fill="black"/></svg>');

    /* 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: 800px;
    
    /* 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: #FCF7F3;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.25;
    transition: var(--transition);
}

html, body, input, select, optgroup, textarea {
    font-weight: 350;
    line-height: 1.25;
    transition: var(--transition);
}

p {
    margin: 0 0 1.25em;
}

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

b, strong {
    font-weight: 700;
}

.stom-button a {
    display: inline-block;
    font-size: var(--p);
    font-weight: 300;
    border-radius: 25rem;
    padding: 12px 20px;
    transition: var(--transition);
}

.stom-button a:hover {
    background-color: #333;
    border-color: #333;
}

.stom-button.white a {
    background-color: #fff;
    color: #000;
}

.stom-button a .stom-custom-svg {
    font-size: 13px;
    margin-left: 2em;
}

.stom-button.transparent a {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

span.read-more {
    border-bottom: 1px solid transparent;
    transition: var(--transition);
}

span.read-more:hover {
    border-bottom-color: #000;
}

span.read-more a {
    font-size: var(--p);
    text-decoration: none;
}

span.read-more a .stom-custom-svg {
    font-size: 13px;
    margin-left: .5em;
}

span.read-more a:hover {
    
}

span.arrow:not(.custom-svg) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 53px;
    border: 1px solid #fff;
    border-radius: 50rem;
    aspect-ratio: 1 / 1;
    transition: var(--transition);
}

span.arrow:not(.custom-svg) .stom-custom-svg {
    font-size: 14px;
    color: #fff;
    line-height: 0;
    transition: var(--transition);
}

.slick-arrow {
    top: 35%;
    border-radius: var(--border-radius);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    width: 36px;
    height: 36px;
    padding: 0;
}

.slick-arrow:hover {
    border-radius: var(--border-radius);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

.slick-arrow .stom-custom-svg {
    font-size: 15px;
    line-height: 0;
}

div.horizontal-line {
    background-image: url('data:image/svg+xml,<svg width="1560" height="3" viewBox="0 0 1560 3" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="39" y="1" width="1521" height="1" fill="black"/><rect width="30" height="3" fill="black"/><circle cx="34.5" cy="1.5" r="1.5" fill="black"/></svg>');
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 3px;
    width: 100%;
    max-width: var(--content-width);
    margin-inline: auto;
    margin-bottom: var(--gap-s);
}

.section-wrap.clear.stom-billede-sektion .stom-cols-6 .stom-center-box div.horizontal-line {
    background-image: url('data:image/svg+xml,<svg width="1560" height="3" viewBox="0 0 1560 3" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="39" y="1" width="1521" height="1" fill="black"/><rect width="30" height="3" fill="black"/><circle cx="34.5" cy="1.5" r="1.5" fill="black"/></svg>');
}

.socials-wrapper {
    display: flex;
    column-gap: 15px;
}

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

header .top-bar ul {
    column-gap: 20px;
}

header .top-bar ul li {
    font-size: 16px;
    font-weight: 400;
}

header .top-bar ul li .socials-wrapper {
    column-gap: 10px;
}

header .top-bar ul li .socials-wrapper a.stom-social-shortcode {
    line-height: 0;
}

header .top-bar ul li .socials-wrapper a.stom-social-shortcode > img {
    max-height: 20px;
}

header.site-header .section-wrap .section {
    padding: 6px 0;
}

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

header .top-bar .top-bar-left ul li {
    display: inline-flex;
    align-items: center;
}

header .top-bar .top-bar-left ul li > img {
    margin-right: .25em;
}

header .top-bar .top-bar-right ul {
    align-items: center;
}

header .top-bar .top-bar-right ul li:first-of-type,
header .top-bar .top-bar-right ul li:first-of-type a {
    display: flex;
    align-items: center;
}

/* Sections */
.section-wrap.clear.stom-billede-sektion {
    margin-top: calc(var(--gap-l) * 2);   
}

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

.section-wrap.clear.stom-billede-sektion .stom-cols-6 {
    align-items: flex-start;
    padding-top: 0;
    min-height: 580px;
}

.section-wrap.clear.stom-billede-sektion .stom-cols-6 .stom-center-box > h2 {
    margin-bottom: 25px;
}

.section-wrap.clear.stom-billede-sektion.has-background {
    padding-block: var(--gap-l);
}

.section-wrap.clear.stom-billede-sektion.has-background .section {
    padding-block: 0;
}

.section-wrap.clear.stom-billede-sektion.has-background .section .stom-cols-6 .stom-center-box > h2 {
    font-weight: 550;
}

.section-wrap.clear.stom-products-section {
    position: relative;
    margin-top: calc(var(--gap-l) * 2);
}

.section-wrap.clear.stom-products-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-image: var(--graphic);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
}

.section-wrap.clear.stom-products-section.first {
    margin-top: calc(var(--gap-l) * 1);
}

.section-wrap.clear.stom-products-section .woocommerce {
    border-top: none;
}

.section-wrap.clear.stom-products-section .woocommerce ul.products .slick-dots {
    /* top: calc(100% + 45px); */
    position: static;
    margin-top: var(--gap-m);
    margin-bottom: 0;
}

.section-wrap.clear.stom-products-section .woocommerce ul.products .slick-prev {
    left: -20px;
}

.section-wrap.clear.stom-products-section .woocommerce ul.products .slick-next {
    right: -20px;
}

.slick-dots li button {
    position: relative;
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    border-radius: 50rem;
}

.slick-dots li button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    background-color: transparent;
    width: 18px;
    height: 18px;
}

.slick-dots li.slick-active button:before {
    background-color: #000;
    opacity: 1;
}

.slick-dots li button:before {

}

.section-wrap.clear.stom-products-section .section .section-link a {
    font-size: var(--p);
    border-bottom: 1px solid transparent;
    padding-bottom: 4px;
    transition: var(--transition);
}

.section-wrap.clear.stom-products-section .section .section-link a:hover {
    border-bottom-color: #000;
}

.section-wrap.clear.stom-products-section .section .section-link a .stom-custom-svg {
    font-size: 13px;
    margin-left: .5em;
}

/* Off cart */
.woocommerce-page.single .custom-woocommerce-message {
    border-radius: var(--border-radius);
}

.woocommerce-page.single .custom-woocommerce-message .custom-message-title {
    font-size: 1em;
    font-weight: 600;
    color: #000;
}

.woocommerce-page.single .custom-product-wrapper {
    border-color: #000;
}

.woocommerce-page.single .custom-woocommerce-message > .stom-fa-times {
    font-size: 1em;
    color: #000;
}

.woocommerce-page.single .custom-woocommerce-message .custom-button-wrapper .button {
    border-radius: var(--border-radius);
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.woocommerce-page.single .custom-woocommerce-message .custom-button-wrapper .button.wc-forward {
    background-color: #000;
    color: #fff;
}

.woocommerce-page.single .custom-product-wrapper .custom-product-title {
    max-width: 70%;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.woocommerce-page.single .custom-product-wrapper img {
    max-width: 30%;
}

/* Favorites */
ul.products li.product .stom-add-to-favourites svg path {
    stroke-width: 4%;
}

.single-product-fullwidth #primary .stom-product-header-wrapper .stom-add-to-favourites {
    top: 0;
    bottom: unset;
    width: 50px;
    height: 50px;
    background-color: #000;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.single-product-fullwidth #primary .stom-product-header-wrapper .stom-add-to-favourites:hover {
    background-color: #FCF7F3;
    border-color: #000;
}

.single-product-fullwidth #primary .stom-product-header-wrapper .stom-add-to-favourites a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.single-product-fullwidth #primary .stom-product-header-wrapper .stom-add-to-favourites svg path {
    stroke: #fff;
    transition: var(--transition);
}

.single-product-fullwidth #primary .stom-product-header-wrapper .stom-add-to-favourites:hover svg path {
    stroke: #000;
}


/* Logo + Menu */
.style-header-02 .site-branding #logo {
    padding: 30px 0;
}

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

.site-branding #logo img, 
.site-branding #logo svg {
    max-width: 383px;
    max-height: 30px;
    width: auto;
    height: auto;
}

.style-header-02 .header-wrapper {
    flex-direction: column;
    max-width: 100%;
    padding-inline: 0;
}

.style-header-02 .header-wrapper .site-branding-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: calc(var(--content-width) + calc(2 * var(--gap-m)));
    margin-inline: auto;
    padding-inline: var(--gap-m);
}

#primary-menu > li.menu-item:first-child > a {
    padding-left: 0;
}

#primary-menu > li.menu-item:first-child > a .hidden-menu-item {
    justify-content: flex-start;
}

#primary-menu > li.menu-item:last-child > a {
    padding-right: 0;
}

#primary-menu > li.menu-item:last-child > a .hidden-menu-item {
    justify-content: flex-end;
}

#primary-menu li.menu-item-has-children ul.sub-menu {
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    background-color: #000;
    display: block;
}

#primary-menu li.menu-item-has-children:hover ul.sub-menu {
    transform: scaleY(1);
    opacity: 1;
}

#primary-menu li.menu-item-has-children ul.sub-menu li.menu-item a {
    color: #fff;
    font-size: 16px;
}

#primary-menu li.menu-item-has-children:not(.mega-menu) ul.sub-menu li.menu-item a {
    font-size: 14px;
    width: 300px;
    text-align: left;
}

#primary-menu li.menu-item-has-children ul.sub-menu li.menu-item a .hidden-menu-item {
    justify-content: flex-start;
    /* padding: .7em 1.25em; */
    padding: 2px 20px;
}

/* Mega Menu */
header .main-navigation ul.menu li.mega-menu > ul::before, 
header .main-navigation ul.menu li.mega-menu > ul::after {
    background-color: #FCF7F3;
}

#primary-menu li.menu-item-has-children.mega-menu > ul.sub-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: var(--gap-m);
    max-width: var(--content-width);
    margin-left: auto;
    margin-right: auto;
}

#primary-menu li.menu-item-has-children.mega-menu > ul.sub-menu > li.menu-item > a {
    font-size: 18px;
    font-weight: 600;
    /* padding: .7em 1.25em; */
}

#primary-menu li.menu-item-has-children.mega-menu > ul.sub-menu > li.menu-item-has-children ul.sub-menu > li.menu-item a {
    padding-block: 4px;
}

#primary-menu li.menu-item-has-children.mega-menu > ul.sub-menu > li.menu-item-has-children ul.sub-menu > li.menu-item:hover a .hidden-menu-item {
    /* text-decoration: underline; */
}

#woo-icons {
    /* margin-left: auto; */
    column-gap: 20px;
}

#woo-icons .woo-header-icon,
#woo-icons .stomWF-favourites-list-link {
    margin-inline: 0;
    height: 53px;
}

#woo-icons .woo-header-icon.my-account,
#woo-icons .woo-header-icon.site-header-cart,
#woo-icons .stomWF-favourites-list-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border: 1px solid #000;
    width: 53px;
    border-radius: var(--border-radius);
    transition: var(--transition);
}

#woo-icons .woo-header-icon.my-account > a,
#woo-icons .woo-header-icon.site-header-cart > a,
#woo-icons .stomWF-favourites-list-link > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#woo-icons .woo-header-icon.my-account:hover,
#woo-icons .woo-header-icon.site-header-cart:hover,
#woo-icons .stomWF-favourites-list-link:hover {
    background-color: #FCF7F3;
    border-color: #000;
}

#woo-icons .woo-header-icon.my-account .stom-custom-svg,
#woo-icons .woo-header-icon.site-header-cart .stom-custom-svg,
#woo-icons .stomWF-favourites-list-link svg {
    color: #fff;
    padding: 0;
    transition: var(--transition);
}

#woo-icons .woo-header-icon.my-account:hover .stom-custom-svg,
#woo-icons .woo-header-icon.site-header-cart:hover .stom-custom-svg,
#woo-icons .stomWF-favourites-list-link:hover svg {
    color: #000;
}


#woo-icons .woo-search {
    position: relative;
    border: 1px solid #000;
    border-radius: var(--border-radius);
    min-width: 165px;
    transition: var(--transition);
}

#woo-icons .woo-search:hover {
    background-color: #fff;
}

#woo-icons .woo-search > a {
    display: flex;
    align-items: center;
    text-decoration: none;
    border-bottom: none;
    padding: 0 0 0 10px;
    margin: 0;
    position: absolute;
    inset: 0;
    z-index: 1;
}

#woo-icons .woo-search:hover a,
#woo-icons .woo-search:hover a .stom-custom-svg {
    color: #000;
}

#woo-icons .woo-search > a span {
    font-size: var(--p);
    font-weight: 400;
}

#woo-icons .stom-off-canvas-wrapper .cart_list {
    padding-inline: 20px;
    padding-bottom: 40px;
}

#woo-icons .stom-off-canvas-wrapper .cart_list .mini_cart_item a.remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #000;
    border-radius: 50rem;
}

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

.style-header-02 .header-wrapper .header-inner {
    background-color: #000;
}

.style-header-02 .header-wrapper .header-inner .nav-wrap {
    max-width: calc(var(--content-width) + calc(2 * var(--gap-m)));
    margin-inline: auto;
    padding-inline: var(--gap-m);
}

header .top-bar .section {
    border-bottom: 1px solid;
}

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

header .main-navigation ul.menu a {
    font-size: var(--p);
    font-weight: 300;
    color: #fff;
    transition: var(--transition);
}

header .main-navigation ul.menu a .stom-menu-item-arrow {
    opacity: 1;
    font-size: 10px;
    margin-left: .2em;
}

header .main-navigation .menu-container {
    width: 100%;
}

.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;
}



.hover-style-bold ul.menu li > a {
    position: relative;
    transition: color 0.3s ease;
}

.hover-style-bold ul.menu li > a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 20px;
    width: 0;
    height: 1px;
    background-color: #ffffff;
    transition: width 0.3s ease;
}

.hover-style-bold ul.menu li > a:hover,
.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: #ffffff;
}

.hover-style-bold ul.menu li > a:hover::after,
.hover-style-bold ul.menu li.focus > a::after,
.hover-style-bold ul.menu .current-menu-item > a::after,
.hover-style-bold ul.menu .current-menu-ancestor > a::after {
    width: calc(100% - 40px);
}

/* Header */
header#masthead {
    background-color: #FCF7F3;
    z-index: 999 !important;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper h1,
.page-slider-section .slider-text-inner .slider-text-inner-wrapper h2 {
    margin-bottom: 10px;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper p {
    font-size: 22px;
    font-weight: 500;
    transition: var(--transition);
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper h1 + .stom-button {
    margin-top: 20px;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .stom-button {
    margin-top: 0;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .stom-button a {
    font-size: 22px;
    font-weight: 500;
    transition: var(--transition);
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .stom-button a .stom-custom-svg {
    font-size: 16px;
    transition: var(--transition);
}

.page-slider-section .slick-slider {
    position: relative;
    margin-bottom: 0;
}

.page-slider-section .slick-slider .slick-arrow {
    top: 50%;
}

.page-slider-section .slick-slider .slick-arrow:hover,
.page-slider-section .slick-slider .slick-arrow:focus {
    border-radius: var(--border-radius);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

.page-slider-section .slick-slider .slick-prev {
    left: var(--gap-m);
}

.page-slider-section .slick-slider .slick-next {
    right: var(--gap-m);
}

.page-slider-section .slick-slider .slick-dots {
    top: unset;
    bottom: var(--gap-s);
}

.page-slider-section .slick-slider .slick-dots li button {
    width: 16px;
    height: 16px;
}

.page-slider-section .slick-slider .slick-dots li button:before {
    width: 16px;
    height: 16px;
}

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

body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper p {
    font-size: 20px;
}

body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper .stom-button a {
    font-size: 20px;
}

.instantsearch-container {
    background-color: #000;
}

.instantsearch-container .section {
    padding-block: 20px;
    padding-inline: var(--gap-m);
    max-width: calc(var(--content-width) + 80px);
}

.instantsearch-container .section .container {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #fff;
    border-radius: var(--border-radius);
    padding: 4px;
    cursor: pointer;
    transition: var(--transition);
}

.instantsearch-container .section .container:hover {
    background-color: #333;
}

.instantsearch-container .section .container .stom-custom-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: var(--border-radius);
    background-color: #fff;
}

.instantsearch-container .section .container .placeholder {
    color: #fff;
    font-size: var(--p);
    font-weight: 400;
    animation: blink 0.7s step-end infinite;
}

.instantsearch-container .section .container .placeholder.done {
    border-right: none;
    animation: none;
}

@keyframes blink {
  50% { border-right-color: transparent; }
}

/* Frontpage */
.home .page-slider-section .slider-text-inner .slider-text-inner-wrapper h1,
.home .page-slider-section .slider-text-inner .slider-text-inner-wrapper h2 {
    font-size: 60px;
    transition: var(--transition);
}

.section-wrap.clear.cards-section {
    position: relative;
    margin-top: calc(var(--gap-l) * 2);
}

.section-wrap.clear.cards-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-image: var(--graphic);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
}

.section-wrap.clear.cards-section .section .grid-elements {
    gap: 20px;
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element {
    overflow: hidden;
    border-radius: var(--border-radius);
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element.heading {
    margin-bottom: 30px;
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element.grid-span-2 {
    grid-column: span 2;
    grid-row: span 2;
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element.grid-span-2 .overlay > h2,
.section-wrap.clear.cards-section .section .grid-elements .grid-element.grid-span-2 .overlay > h3 {
    font-size: 40px !important;
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay {
    padding: 20px 30px;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;

}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay:after {
    display: none;
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay > h2,
.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay > h3 {
    color: #fff;
    font-size: var(--h3);
    font-weight: 350;
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading):hover .overlay > .stom-button a {
    background-color: #fff;
    color: #000;
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading):hover .overlay > span.arrow {
    background-color: #fff;
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading):hover .overlay > span.arrow .stom-custom-svg {
    color: #000;
}


.section-wrap.clear.service-section {
    margin-top: 0;
    background-size: cover;
}

.section-wrap.clear.service-section .horizontal-line {
    display: none;
}

.section-wrap.clear.service-section .section {
    padding-block: calc(var(--gap-l) * 2) var(--gap-l);
}

.section-wrap.clear.service-section .section .grid-elements {
    gap: 0;
}

.section-wrap.clear.service-section .section .grid-elements .grid-element {
    border-radius: var(--border-radius);
}

.section-wrap.clear.service-section .section .grid-elements .grid-element .overlay {
    padding: var(--gap-l);
}

.section-wrap.clear.news-section {
    position: relative;
    margin-top: calc(var(--gap-l) * 2);
}

.section-wrap.clear.news-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-image: var(--graphic);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
}

.section-wrap.clear.news-section .section .heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 45px;
}

.section-wrap.clear.news-section .section .heading > h2,
.section-wrap.clear.news-section .section .heading > h3 {
    margin-bottom: 0;
}

/* News */
.new-stom-posts {
    grid-gap: 30px;
}

.new-stom-posts .new-stom-post-wrapper {
    position: relative;
}

.new-stom-posts .new-stom-post-wrapper > a.full-element-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: transparent;
    z-index: 5;
}

.new-stom-posts .new-stom-post-wrapper .new-stom-post-thumb {
    line-height: 0;
}

.new-stom-posts .new-stom-post-wrapper .new-stom-post-thumb > img {
    border-radius: var(--border-radius);
    height: 207px;
}

.new-stom-posts .new-stom-post-wrapper .new-stom-post-date {
    font-size: var(--p);
    font-weight: 350;
    margin-bottom: 5px;
}

.new-stom-posts .new-stom-post-wrapper .new-stom-post-title > h4 {
    font-size: var(--h3);
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 8px;
}

.new-stom-posts .new-stom-post-wrapper .new-stom-post-content > p {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.section-wrap.clear.logo-section {
    position: relative;
    margin-top: calc(var(--gap-l) * 2);
}

.section-wrap.clear.logo-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-image: url('data:image/svg+xml,<svg width="1560" height="3" viewBox="0 0 1560 3" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="39" y="1" width="1521" height="1" fill="black"/><rect width="30" height="3" fill="black"/><circle cx="34.5" cy="1.5" r="1.5" fill="black"/></svg>');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
}

.section-wrap.clear.logo-section .section > h2 {
    margin-bottom: 50px;
}

.section-wrap.clear.logo-section .section .logo-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: var(--gap-l);
    row-gap: 50px;
}

.section-wrap.clear.logo-section .section .logo-list .logo-item > a img {
    transition: var(--transition);
}

.section-wrap.clear.logo-section .section .logo-list .logo-item:hover > a img {
    opacity: .5;
}

.section-wrap.clear.logo-section .section > .stom-button {
    float: right;
    margin-top: 55px;
}

.home .section-wrap.clear.logo-section.footer-element {
    display: none;
}

/* Subpages */
body.stom-terms-page #main-content #content {
    max-width: 1200px;
}

body.stom-terms-page .entry-content {
    
}

body.stom-terms-page .entry-content,
body.stom-terms-page .entry-content > p {
    font-size: 16px;
    line-height: 1.5;
}

body.stom-terms-page .entry-content > ul li:not(:last-of-type),
body.stom-terms-page .entry-content > ol li:not(:last-of-type) {
    margin-bottom: 5px;
}

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

body.stom-terms-page .entry-content > h2:first-child {
    margin-top: 0;
}

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

body.payment-page #sparxpres_web_sale {
    border-bottom: 1px solid #000;
    padding-bottom: var(--gap-l);
    margin-bottom: var(--gap-l);
}

.section-wrap.clear.contact-section {
    margin-top: var(--gap-l) !important;
}

.section-wrap.clear.contact-section .section .grid-elements {
    overflow: hidden;
    border-radius: var(--border-radius);
    border: 1px solid #000;
    gap: 0;
}

.section-wrap.clear.contact-section .section .grid-elements .grid-element.info .overlay p {
    font-size: 16px;
}

.section-wrap.clear.contact-section .section .grid-elements .grid-element.info .overlay .stom_maps_free {
    min-height: 300px;
    border-radius: var(--border-radius);
    margin-top: var(--gap-m);
}

.section-wrap.clear.contact-section .section .grid-elements .grid-element.form {
    grid-column: span 2;
}

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

.section-wrap.clear.contact-section .section .grid-elements .grid-element .overlay > h2,
.section-wrap.clear.contact-section .section .grid-elements .grid-element .overlay > h3 {
    margin-bottom: 30px;
}

.gform_wrapper form .gform_body {
    padding-top: 0 !important;
}

.gform_wrapper form .gform_body .gform_fields {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container * {
    font-size: 16px;
    border-color: #000;
    border-radius: 5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container *::placeholder {
    font-size: 14px;
    color: #000;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
    height: 50px;
    padding: 10px;
}

.gform_wrapper form .gform_body .gform_fields .stomGFAS-container-field .stomGFAS-inner {
    max-width: 100%;
    width: 100%;
    box-shadow: none;
    border: 1px solid #000;
    background-color: #fff;
}

.gform_wrapper form .gform_body .gform_fields .stomGFAS-container-field .stomGFAS-label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.gform_wrapper form .gform_footer {
    margin: 40px 0 0 !important;
}

.gform_wrapper form .gform_footer .gform_button {
    width: 100%;
    height: 50px;
    border-radius: 50rem;
    font-weight: 500;
    margin-top: 0 !important;
    border: 1px solid #000;
    transition: var(--transition);
}

.gform_wrapper form .gform_footer .gform_button:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
}


/* Colophon */
body:not(.home) .section-wrap.clear.usp-section {
    margin-top: calc(var(--gap-l) * 2);
}

.section-wrap.clear.usp-section .horizontal-line {
    display: none;
}

.section-wrap.clear.usp-section .section {
    padding-block: 35px;
}

.section-wrap.clear.usp-section .section .grid-elements {
    column-gap: 70px;
}

.section-wrap.clear.usp-section .section .grid-elements .grid-element .overlay {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    column-gap: 20px;
}

.section-wrap.clear.usp-section .section .grid-elements .grid-element .overlay:after {
    display: none;
}

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

.section-wrap.clear.usp-section .section .grid-elements .grid-element .overlay .content > .title {
    display: block;
    font-size: var(--h3);
    font-weight: 600;
    font-family: var(--h-fam);
    margin-bottom: 10px;
}

.section-wrap.clear.usp-section .section .grid-elements .grid-element .overlay .content > p {
    font-weight: 350;
}

#colophon.footer-setting-02 {
    background-color: #FCF7F3;
    color: inherit;
    font-size: var(--p);
    font-weight: 350;
}

.footer-setting-02 .footer-widget-area-site-info .section {
    border-top: none;
}

#colophon .widget-title {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 15px;
}

#colophon .widget-title:after {
    content: '';
    display: block;
    background-image: url('data:image/svg+xml,<svg width="36" height="3" viewBox="0 0 36 3" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="30" height="3" fill="black"/><circle cx="34.5" cy="1.5" r="1.5" fill="black"/></svg>');
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 3px;
    width: 36px;
    margin-top: 10px;
}

#colophon .copyright {
    font-size: var(--p);
    font-weight: 400;
}

#colophon .footer-widget-area-site-info .section {
    position: relative;
    padding: 0 0 30px;
}

#colophon .footer-widget-area-site-info .section:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-image: var(--graphic);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 30px;
}

#colophon .copyright .section .footer-widgets .widget .textwidget {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#colophon .widget .textwidget ul.menu li.menu-item:not(:last-of-type) {
    margin-bottom: 6px;
}

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

.woocommerce nav.woocommerce-pagination {
    margin-top: var(--gap-m);
}

.woocommerce nav.woocommerce-pagination ul li a.page-numbers:not(.prev):not(.next) {
    font-size: 16px;
    font-weight: 400;
    border-radius: var(--border-radius);
    background-color: #FCF7F3;
    border: 1px solid #000;
}

.woocommerce nav.woocommerce-pagination ul li a.page-numbers:not(.prev):not(.next):hover {
    background-color: #000;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a.page-numbers.prev,
.woocommerce nav.woocommerce-pagination ul li a.page-numbers.next,
.woocommerce nav.woocommerce-pagination ul li a.page-numbers.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.page-numbers.next:hover {
    background-color: #FCF7F3;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    font-size: 16px;
    font-weight: 400;
    border-radius: var(--border-radius);
}

/* Instantsearch */
#stom_instantsearch_result {
    background-color: #FCF7F3;
}

#stom_instantsearch_result .woo-search-input {
    background-color: #FCF7F3;
    height: 60px;
}

#stom_instantsearch_result .woo-search-input .search-field {
    border-width: 1px;
    border-radius: var(--border-radius);
    width: calc(100% - 65px);
}

.instantsearch-overlay {
    z-index: 999;
}

#stom_instantsearch_result #stom_instantsearch_close {
    background-color: #000;
    height: 50px;
    width: 50px;
    border-radius: var(--border-radius);
}

#stom_instantsearch_result #stom_instantsearch_close svg {
    fill: #fff;
    color: #fff;
    width: .5em;
}

#stom_instantsearch_result .container-product .container-item {
    overflow: hidden;
    border-radius: var(--border-radius);
    background-color: #fff;
    border: 1px solid #000;
}

#stom_instantsearch_result .container-product .container-item .item-category .category {
    font-size: 16px;
    font-weight: 400;
    text-transform: inherit;
    margin-bottom: 8px;
    opacity: 1;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-bottom: 2px;
}

#stom_instantsearch_result.categories-active .container-product .item-content-wrapper .item-headline {
    font-size: 16px;
    font-weight: 600;
    white-space: normal;
    text-overflow: inherit;
    line-height: 1.4;
}

#stom_instantsearch_result.categories-active .container-product .container-item .item-content-wrapper .item-stock {
    margin-top: 5px;
    margin-bottom: 5px;
}

#stom_instantsearch_result.categories-active .container-product .container-item .item-price {
    font-size: var(--h3);
    font-weight: 600;
    margin-top: 20px;
}

#stom_instantsearch_result.categories-active .container-category {
    background-color: #E6DACA;
}

#stom_instantsearch_result.categories-active .container-category .no-categories {
    padding-inline: 0;
}

#stom_instantsearch_result .container-category .container-item .item-headline .headline {
    font-weight: 600;
}

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


/* Shop Loop */
.woocommerce ul.products li.product .stom-product-loop-image-wrap {
    background-color: #fff;
    border-radius: var(--border-radius);
    margin-bottom: 20px;
}

body.woocommerce-page ul.products li.product .stom-product-loop-image-wrap {
    border: 1px solid #000;
    transition: var(--transition);
}

body.woocommerce-page ul.products li.product:hover .stom-product-loop-image-wrap {
    border-color: #E6DACA;
}

.woocommerce ul.products li.product .product-category {
    font-size: 16px;
    font-weight: 400;
    text-transform: inherit;
    margin-bottom: 8px;
    opacity: 1;

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

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    display: flex;
    flex-direction: column;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    font-size: 16px;
    font-weight: 600;
    white-space: normal;
    text-overflow: inherit;
    line-height: 1.4;
    max-width: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 20px;
    max-width: 100% !important;
}

.woocommerce ul.products li.product .price {
    display: flex;
    align-items: center;
    height: 36px;
    font-size: var(--h3);
    font-weight: 600;
    margin-top: auto;
}

.woocommerce ul.products li.product > a.button.add_to_cart_button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border: 1px solid #000;
    width: 36px;
    height: 36px;
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.woocommerce ul.products li.product > a.button.add_to_cart_button:hover {
    background-color: #FCF7F3;
    border-color: #000;
}

.woocommerce ul.products li.product > a.button.add_to_cart_button .stom-custom-svg {
    font-size: 18px;
    color: #fff;
    transition: var(--transition);
}

.woocommerce ul.products li.product > a.button.add_to_cart_button:hover .stom-custom-svg {
    color: #000;
}

.woocommerce ul.products li.product > a.button.add_to_cart_button.added {
    font-size: 16px;
    background-color: var(--color-bg);
}

.woocommerce ul.products li.product .button.stom-read-more {
    font-size: 16px;
    font-weight: 350;
    padding-block: 15px;
    background-color: rgba(0, 0, 0, .75);
}

body.tax-product_cat ul.products li.product-category > a img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    border: 1px solid #000;
    border-radius: var(--border-radius);
    transition: var(--transition);
}

body.tax-product_cat ul.products li.product-category:hover > a img {
    border-color: #E6DACA;
}

body.tax-product_cat .stom-product-count-sorting-wrap {
    /* display: none; */
}

/* WooCommerce Content */
body.woocommerce-page #main-content #content {
    /* max-width: 1200px; */
    margin-top: var(--gap-l);
    padding-inline: var(--gap-m);
    max-width: calc(var(--content-width) + 80px);
}

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

/* Breadcrumb */
.woocommerce .woocommerce-breadcrumb,
.single-product-fullwidth #primary nav.woocommerce-breadcrumb {
    font-size: 12px;   
    font-weight: 400;
    color: #000;
    text-transform: inherit;

    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.woocommerce .woocommerce-breadcrumb::-webkit-scrollbar,
.single-product-fullwidth #primary nav.woocommerce-breadcrumb::-webkit-scrollbar {
    display: none; /* Chrome/Safari/Opera */
}

.woocommerce .woocommerce-breadcrumb span {
    border-bottom: 1px solid #000;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #000;
}

/* Tynd scrollbar til Webkit/Chrome */
.woocommerce-breadcrumb::-webkit-scrollbar {
  height: 4px;
}

.woocommerce-breadcrumb::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}


/* Single Product */
body.single-product #main-content #content {
    margin-top: 50px;
}

.single-product-fullwidth #primary nav.woocommerce-breadcrumb {
    max-width: 1200px;
    margin-inline: auto;
}

.single-product-fullwidth #primary > .product {
    margin-top: 50px;
}

.single-product-fullwidth #primary > .product .product-inner-wrapper {
    max-width: 1200px;
    margin-inline: auto;
}

.single-product-fullwidth #primary > .product > section.up-sells {
    display: none;
}

.single-product-fullwidth #primary .stom-product-header-wrapper {
    border-bottom: none;
    margin-bottom: 0;
}

.single-product-fullwidth #primary .product_title {
    font-size: var(--h3);
    line-height: 1.25;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.single-product-fullwidth #primary .summary .price {
    font-size: 40px;   
    font-weight: 700;
    line-height: 1;
    margin-top: 0;
}

.single-product-fullwidth #primary .summary .ean-label {
    font-size: 14px;
    font-weight: 400;
}

.single-product-fullwidth #primary .summary .product_meta {
    display: none;
}

.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins {
    margin-left: .25em;
}

.woocommerce div.product .woocommerce-product-details__short-description {
    position: relative;
    margin-top: 20px;
}

.woocommerce div.product .woocommerce-product-details__short-description .short-description__content {
    overflow: hidden;
    transition: max-height 0.75s ease;
}

.woocommerce div.product .woocommerce-product-details__short-description .short-description__content h1 {
    font-size: var(--p);
}

.woocommerce div.product .woocommerce-product-details__short-description .short-description__content.is-clamped {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.woocommerce div.product .woocommerce-product-details__short-description .short-description__toggle {
    background: none;
    border: none;
    padding: 0;
    color: #000;
    cursor: pointer;
    font-size: var(--p);
    font-weight: 700;
    /* position: absolute; */
    bottom: 0;
    right: 0;
    line-height: inherit;
    display: none;
    background-color: #FCF7F3;
    border-bottom: 1px solid #000;
    margin-top: 5px;
}

.woocommerce div.product .woocommerce-product-details__short-description.is-collapsed .short-description__toggle {
    display: inline;
}

.woocommerce div.product .woocommerce-product-details__short-description.is-expanded .short-description__toggle {
    position: static;
    background: none;
    padding-left: 0;
    display: inline;
    margin-top: 0.5em;
}

.woocommerce div.product .woocommerce-product-details__short-description p,
.woocommerce div.product .woocommerce-product-details__short-description ol li,
.woocommerce div.product .woocommerce-product-details__short-description ul li {
    font-size: var(--p);
    font-weight: 400;
}

.woocommerce div.product .woocommerce-product-details__short-description ol li:not(:last-of-type),
.woocommerce div.product .woocommerce-product-details__short-description ul li:not(:last-of-type) {
    margin-bottom: 5px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    background-color: #fff;
    border-radius: var(--border-radius);
}

.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: var(--gap-l);
}

.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: var(--gap-l);
    padding-left: 60px;
}

.woocommerce div.product form.cart {
    margin-bottom: 40px;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
    font-size: var(--p);
    font-weight: 650;
    width: calc(100% - 135px);
    height: 50px;
}

.woocommerce .stom-input-wrap button {
    height: 50px;
}

.woocommerce div.product form.cart .variations tbody tr th {
    display: block;
    text-align: left;
}

.woocommerce div.product form.cart .variations tbody tr td {
    display: block;
}

.woocommerce div.product form.cart .variations select {
    width: 100%;
    height: 53px;
    border-color: #000;
    text-indent: 20px;
    font-size: var(--p);
    font-weight: 400;
    color: #000;
}

/* Related */
.single-product-fullwidth #primary section.related {
    position: relative;
    display: inline-block;
    width: 100%;
}

.single-product-fullwidth #primary section.related:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-image: url('data:image/svg+xml,<svg width="1560" height="3" viewBox="0 0 1560 3" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="39" y="1" width="1521" height="1" fill="black"/><rect width="30" height="3" fill="black"/><circle cx="34.5" cy="1.5" r="1.5" fill="black"/></svg>');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
}

.single-product-fullwidth #primary section.related > h2 {
    /* padding-top: 20px; */
    margin-bottom: 40px;
}

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

.single-product-fullwidth #primary section.related ul.products > .slick-prev {
    left: -20px;
}

.single-product-fullwidth #primary section.related ul.products > .slick-next {
    right: -20px;
}

.single-product-fullwidth #primary section.related ul.products ul.slick-dots {
    position: static;
    margin-top: 40px;
}

.single-product-fullwidth #primary section.related ul.products li.product .stom-product-loop-image-wrap {
    border: none;
}

/* Delivery content */
.delivery-container {
    margin-bottom: 40px;
}

.delivery-container ul {
    padding-left: 0;
}

.delivery-container ul li {
    display: flex;
    align-items: center;
    list-style-type: none;
    font-size: 16px;
    font-weight: 400;
}

.delivery-container ul li:not(:last-of-type) {
    margin-bottom: 12px;
}

.delivery-container ul li > img {
    min-width: 20px;
    max-width: 20px;
    margin-right: .25em;
}

.delivery-container ul li .stock-amount {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-right: .25em;
}

.delivery-container ul li .stock-amount > .stom-custom-svg {
    display: inline-block;
    margin-right: .5em;
    min-width: 20px;
    max-width: 20px;
    text-align: center;
}

.delivery-container ul li .stock-amount > .stom-custom-svg svg path {
    fill: #000 !important;
}

.woocommerce div.product p.stock, 
.woocommerce div.product .stock {
    display: none;
}

/* Accordions */
.custom-accordions {
    border-top: 1px solid #D9D9D9;
}

.custom-accordion__toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 0;
    background: none;
    border: none;
    border-bottom: 1px solid #D9D9D9;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: inherit;
    font-family: inherit;
}

.custom-accordion__toggle:hover,
.custom-accordion__toggle:focus {
    background-color: #FCF7F3;
    border-color: #D9D9D9;
    color: #000;
}

.custom-accordion__toggle svg {
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.custom-accordion__toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.custom-accordion__content {
    padding: 1em 0;
    border-bottom: 1px solid #e0e0e0;
}

.custom-accordion__content > p,
.custom-accordion__content > ul li,
.custom-accordion__content > ol li {
    font-size: 16px;
}

.custom-accordion__content > ul li:not(:last-of-type),
.custom-accordion__content > ol li:not(:last-of-type) {
    margin-bottom: 5px;
}

.custom-accordion__content > h1 {
    font-size: var(--h3);
}

.custom-accordion__content > h3 {
    font-size: 21px;
    margin-bottom: 8px;
}

.custom-accordion__content .custom-accordion__video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 1rem;
}

.custom-accordion__content .custom-accordion__video:last-child {
    margin-bottom: 0;
}

.custom-accordion__content .custom-accordion__video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.woocommerce table.shop_attributes {
    border-top: none;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
    padding: 0;
    border-bottom: none;
    font-size: 16px;
}

/* Truncated product title */
.product_title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 2.5em;
    transition: max-height 0.75s ease;
}

.product_title.is-expanded {
    -webkit-line-clamp: unset;
    max-height: 10em;
}

.product-title-toggle {
    display: none;
    font-size: 14px;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    border-radius: var(--border-radius);
    padding: 10px 20px;
    cursor: pointer;
    margin-bottom: 40px;
    transition: opacity 0.75s ease;
}

.product-title-toggle:hover {
    background-color: #FCF7F3;
    color: #000;
    /* text-decoration: underline; */
    /* opacity: 0.7; */
}

/*======================================================================//
// 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: 10px;
}

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

/* Sidebar */
.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: var(--border-radius);
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border).widget_product_categories {
    padding: var(--gap-m) var(--gap-s);
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border).widget_product_categories ul.product-categories {
    font-size: 14px;
    padding-left: 0;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border).widget_product_categories ul.product-categories li.cat-item {
    list-style-type: none;   
    /* border-bottom: 1px solid #000; */
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border).widget_product_categories ul.product-categories li.cat-item a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding-block: 8px;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border).widget_product_categories ul.product-categories li.cat-item a:hover {
    text-decoration: underline;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border).widget_product_categories ul.product-categories li.cat-item.current-cat-parent > a {
    font-weight: 600;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border).widget_product_categories ul.product-categories li.cat-item.cat-parent ul.children {
    padding-left: 0;
    margin-left: .5em;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border).widget_product_categories ul.product-categories > li.cat-item.cat-parent > ul.children {
    border-left: 1px solid #000;
    padding-left: .5em;
    margin-left: 0;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border).widget_price_filter .widget-title {
    font-size: var(--h4);
    font-weight: 600;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #000;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #E6DACA;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #f1f1f1;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    background-color: #000;
    border-radius: var(--border-radius);
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

body:not(.no-sidebar).woocommerce #primary .woocommerce-products-footer {
    margin-top: var(--gap-l);
}

body:not(.no-sidebar).woocommerce #primary .woocommerce-products-footer .term-description h2 {
    font-size: var(--h3);
}

body:not(.no-sidebar).woocommerce #primary .woocommerce-products-footer .term-description p {
    font-size: 16px;
}


/* Off Sidebar Cart */
#woo-icons .stom-off-canvas-wrapper .widgettitle {
    font-size: 16px;
    font-weight: 600;
    border-bottom: none;
    padding-inline: 20px;
    text-align: left;
    line-height: 1.25;
}

#woo-icons .stom-off-canvas-wrapper .total {
    font-size: var(--p);
}

#woo-icons .stom-off-canvas-wrapper {
    margin-top: 10px;
    margin-right: 10px;
    border-radius: var(--border-radius);
    background-color: #E6DACA;
    max-height: calc(100% - 20px);
    max-width: 500px;
}

#woo-icons .stom-off-canvas-wrapper .off-canvas-close {
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #fff !important;
    background-color: #000;
    border-radius: 50rem;
    top: 15px;
    right: 15px;

    display: flex;
    align-items: center;
    justify-content: center;
}

#woo-icons .site-header-cart .stom-off-canvas-overlay {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

#woo-icons .stom-off-canvas-wrapper .cart_list .mini_cart_item {
    border-bottom: 1px solid #000;
    padding-inline: 0;
}

#woo-icons .stom-off-canvas-wrapper .cart_list .mini_cart_item img {
    width: 120px;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    padding: 10px;
    object-fit: contain;
    border-radius: var(--border-radius);
}

#woo-icons .stom-off-canvas-wrapper .cart_list .mini_cart_item .product-title,
#woo-icons .stom-off-canvas-wrapper .cart_list .mini_cart_item .quantity {
    float: none;
    width: calc(100% - 140px - 10px);
}

#woo-icons .stom-off-canvas-wrapper .cart_list .mini_cart_item .product-title {
    font-size: 14px;
    font-weight: 500;
    white-space: normal;
    overflow: visible;
    text-overflow: inherit;
    margin-bottom: 10px;
}

#woo-icons .stom-off-canvas-wrapper .cart_list .mini_cart_item .quantity,
#woo-icons .stom-off-canvas-wrapper .cart_list .mini_cart_item .amount {
    font-size: 14px;
    font-weight: 600;
}

#woo-icons .stom-off-canvas-wrapper .total {
    background-color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: none;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px 0;
}

#woo-icons .stom-off-canvas-wrapper .total strong {
    font-weight: 600;
}

#woo-icons .stom-off-canvas-wrapper .buttons {
    background-color: #fff;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    margin-left: 20px;
    margin-right: 20px;
}

#woo-icons .stom-off-canvas-wrapper .buttons a {
    font-size: 16px;
    font-weight: 600;
    border-radius: var(--border-radius);
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    transition: var(--transition);
}

#woo-icons .stom-off-canvas-wrapper .buttons a:hover {
    background-color: #f1f1f1;
    border-color: #000;
}

#woo-icons .stom-off-canvas-wrapper .buttons a.checkout {
    background-color: #000;
    color: #fff;
}

#woo-icons .stom-off-canvas-wrapper .buttons a.checkout:hover {
    background-color: #fff;
    color: #000;
}

/* Demo */
.slide-element .slider-text-inner-wrapper > * {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Når sliden er aktiv, vis indholdet */
.slide-element.slick-active .slider-text-inner-wrapper > * {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger: forsink hvert child-element lidt */
.slide-element.slick-active .slider-text-inner-wrapper > *:nth-child(1) {
    transition-delay: 0.1s;
}
.slide-element.slick-active .slider-text-inner-wrapper > *:nth-child(2) {
    transition-delay: 0.25s;
}
.slide-element.slick-active .slider-text-inner-wrapper > *:nth-child(3) {
    transition-delay: 0.4s;
}



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

body.woocommerce-account .woocommerce-MyAccount-navigation ul .stom-custom-svg {
    font-size: 1em;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: var(--h3);
}

.woocommerce-info {
    font-size: 16px;
    border-top-color: #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.woocommerce-page .woocommerce-info .button {
    background-color: #000;
    border-radius: var(--border-radius);
    color: #fff;
}

/* Favoritliste */
body.stomWF-favourites-list #main-content #content {
    margin-top: var(--gap-l);
}

ul#stomWF-favourites-list {
    border-color: #000;
}

ul#stomWF-favourites-list li.item:not(:last-child) {
    border-bottom-color: #000;
}

ul#stomWF-favourites-list li.item .item-details .item-add-to-cart {
    background-color: #000;
    border: 1px solid #000;
    border-radius: var(--border-radius);
    color: #fff;
    padding: 6px 20px 8px;
    transition: var(--transition);
}

ul#stomWF-favourites-list li.item .item-details .item-add-to-cart:hover {
    background-color: #fff;
    color: #000;
}

ul#stomWF-favourites-list li.item .item-details .item-add-to-cart a {
    font-size: 14px;
}

.woocommerce-products-header .term-short-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

/* Sale badge */
.custom-product-label {
    top: 10px !important;
    left: 10px !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--border-radius);
}

.custom-product-label .display {
    margin: 10% 0;
}

/* */
.stom-product-count-sorting-wrap {
    margin: 70px 0 20px;
}

body.woocommerce-shop ul.products li.product-category > a img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    border: 1px solid #000;
    border-radius: var(--border-radius);
    background-color: #fff;
}

#number-three-sticky-mobile-cta .cta-container .stom-button a {
    border-radius: 0;
    background-color: #E6DACA;
    flex-direction: row;
    gap: 8px;
    font-size: 14px;
}

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

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

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

/* WooCommerce Checkout and Cart */
.woocommerce-cart .woocommerce-cart-form .cart {
    border-color: #000;
}

.woocommerce-cart .woocommerce-cart-form .shop_table .cart_item .product-descriptions .product-name {
    font-size: 14px;
    font-weight: 600;
    padding-right: var(--gap-l);
}

.woocommerce-cart .woocommerce-cart-form .shop_table .cart_item .product-descriptions .product-quantity {
    font-size: 14px;
}

.woocommerce table.shop_table {
    border-color: #000;
}

.woocommerce-cart .woocommerce-cart-form .shop_table td, 
.woocommerce-cart .woocommerce-cart-form .shop_table th {
    font-size: 14px;
}

.woocommerce-cart h1, 
.woocommerce-cart h2 {
    font-size: var(--h3);
    margin-bottom: 20px;
}

.woocommerce-cart .woocommerce-cart-form .shop_table .cart_item .product-descriptions .product-quantity .quantity {
    font-weight: 600;
    margin: 0 0 0 15px;
}

.woocommerce-cart .woocommerce-cart-form .shop_table .cart_item .product-descriptions .product-quantity .quantity .stom-input-wrap button {
    height: 40px;
}

#add_payment_method .cart-collaterals .cart_totals tr td, 
#add_payment_method .cart-collaterals .cart_totals tr th, 
.woocommerce-cart .cart-collaterals .cart_totals tr td, 
.woocommerce-cart .cart-collaterals .cart_totals tr th, 
.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-color: #000;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    font-size: 16px;
    font-weight: 600;
    border-radius: var(--border-radius);
    border: 1px solid #000;
    background-color: #000;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
}

.woocommerce-checkout #customer_details,
#stom-order-review, 
#stom-checkout-payment {
    border-color: #000;
    border-radius: var(--border-radius);
}

.woocommerce-checkout h3:before {
    font-size: 16px;
    font-weight: 500;
}

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #26AD5D;
    border-radius: var(--border-radius);
    margin-top: 20px;
    transition: var(--transition);
}

.woocommerce #payment #place_order:hover, 
.woocommerce-page #payment #place_order:hover {
    background-color: #fff !important;
    border-color: #26AD5D;
    color: #26AD5D;

}

#stom-popup-terms {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.terms-popup-content {
    border: 1px solid #000;
    border-radius: var(--border-radius);
    padding: var(--gap-m);
    line-height: 1.5;
}

.terms-popup-content > h2 {
    font-size: var(--h3);
}

.terms-popup-content > h3 {
    margin-top: 40px;
    margin-bottom: 5px;
}

#customer_details label {
    font-weight: 500;
    margin-bottom: 2px;
}

.woocommerce-checkout #customer_details .form-row .input-text {
    height: 40px;
}

.woocommerce-checkout .woocommerce form .form-row label .woocommerce-terms-and-conditions-checkbox-text {
    font-weight: 600;
}

textarea#order_comments {
    height: 100px !important;
}

#order_review .viabill-table-checkout-via {
    display: none !important;
}

.woocommerce-checkout .woocommerce form .form-row {
    margin: 0 0 10px;
}

.woocommerce-checkout h3 {
    font-size: var(--p) !important;
    font-weight: 600;
}

body.woocommerce-checkout header#masthead {
    background-color: #000;
}

.woocommerce-checkout #logo img, 
.woocommerce-checkout #logo svg {
    filter: brightness(0) invert(1);
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom-color: #000;
    padding-bottom: 20px;
}
 
body.woocommerce-checkout #main-content #content {
    margin-top: var(--gap-l);
    padding-top: 0;
    margin-bottom: var(--gap-l);
}


.section-wrap.clear.price-section .section .grid-elements {
    column-gap: var(--gap-m);
}

.section-wrap.clear.price-section .section .grid-elements .grid-element:not(.heading) {
    overflow: hidden;
    border-radius: var(--border-radius);
}

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

.section-wrap.clear.price-section .section .grid-elements .grid-element:not(.heading) .overlay > h3 {
    font-size: var(--h4);
}

.section-wrap.clear.opening-section .section .stom-cols-6 .stom-center-box .aabningstider-list.vertikal .aabningstider-dage {
    gap: 0;
}

.section-wrap.clear.opening-section .section .stom-cols-6 .stom-center-box .aabningstider-list.vertikal .aabningstider-dage .aabningstider-dag {
    border-bottom: 1px solid #000;
    padding-block: 20px;
}

.section-wrap.clear.opening-section .section .stom-cols-6 .stom-center-box .aabningstider-list.vertikal .aabningstider-dage .aabningstider-dag p {
    font-size: 16px;
}

.terms-popup-exit .dashicons:before {
    display: none;
}

#black-studio-tinymce-8 .stom-button {
	margin-top: 40px;
}

#gform_wrapper_4 .gform_heading .gform_title {
	font-size: 24px;
}