/*
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: 30px;
    --h4: 22px;
    --h5: 16px;
    --h6: 14px;
    --p: 16px;
    --p-big: 18px;

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

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

    /* colors */
    --color-1: #ee002d;
    --color-2: #e3002c;
    --color-bg: #f7f7f7;
    --color-text: #272525;
    --color-dark: #272525;
    --color-overlay: rgb(0 0 0 / 45%);

    /* 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: 790px;

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


:root body.home,
:root body.archive.woocommerce-page {
    --content-width: 1740px;
}


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


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

/* generelt */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

[style*="color"] h1,
[style*="color"] h2,
[style*="color"] h3,
[style*="color"] h4,
[style*="color"] h5,
[style*="color"] h6 {
    color: inherit;
}

a:not(:-webkit-any-link) {
    cursor: default;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img.size-medium.alignleft {
    max-width: 50%;
}


.home main .section-wrap~.section-wrap {
    margin-top: calc(2 * var(--gap-l));
}


/* Header */

#woo-icons {
    margin-left: 0px;
    height: 100%;
	/* background: var(--color-1);
    color: #fff; */
}

/* #woo-icons:hover {
    background: var(--color-2);
} */

#woo-icons .woo-search {
    display: block;
    align-items: center;
    margin: 0;
    /* padding: 0 30px; */
    padding: 0;
    height: 100%;
	background: var(--color-1);
    color: #fff;
}

#woo-icons .woo-search:hover {
	background: var(--color-2);
}

#woo-icons .woo-search a {
    margin: 0;
    padding: 0;
    display: grid;
    font-size: var(--p-big);
    border: none;
    gap: 9px;
    grid-template-columns: 1fr auto;
    align-items: baseline;
    padding: 0 30px;
    height: 100%;
    align-items: center;
}

.style-header-03 .nav-wrap {
    margin: 0 0 0 35px;
}

.style-header-03 {
    padding-inline: 0;
    padding-left: var(--gap-l);
}

.style-header-03 #site-navigation {
    justify-content: space-between;
}

.header-wrapper {
    width: 100%;
    max-width: unset;
}

header .main-navigation ul.menu a {
    font-weight: bold;
}


#woo-icons .woo-header-icon.my-account,
#woo-icons .woo-header-icon.site-header-cart {
    /* display: none; */
}


#woo-icons .stom-multilingual-language-switcher {
	height: 100%;
}

#woo-icons .stom-multilingual-language-switcher__current-lang {
	height: 100%;
}

#woo-icons .stom-multilingual-language-switcher__current-lang a {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .3em;
	line-height: 0;
}

#woo-icons .stom-multilingual-language-switcher__current-lang a img {
	margin-bottom: 2px;
}

#woo-icons .stom-multilingual-language-switcher__list {
	padding-bottom: 0;
	border-top: 1px solid var(--color-1);
}

#woo-icons .stom-multilingual-language-switcher__list a {
	padding: .4em .6em;
}


.site-branding #logo {
    padding: 10px 0;
}


.hover-active:not(.hover-style-bold) ul.menu a:before {
    bottom: calc(50% - 1em);
    height: 2px;
    width: 20px;
}

header .main-navigation ul.menu a {
    font-size: calc(1.25 * var(--p));
    padding: .7em 1.25em;
	text-align: center;
}

header .main-navigation ul.menu li:not(.mega-menu) ul.sub-menu {
    padding-top: 0px;
    background: transparent;
}

header .main-navigation ul.menu li:not(.mega-menu) ul.sub-menu a:before {
    content: unset;
}

header .main-navigation ul.menu li:not(.mega-menu) ul.sub-menu a {
    background-color: #fff;
}

header .main-navigation ul.menu li:not(.mega-menu) ul.sub-menu a:hover {
    background-color: var(--color-bg);
    /* color: #fff; */
}

header .main-navigation ul.menu li:not(.mega-menu) ul.sub-menu li.current-menu-item>a {
    background-color: var(--color-1);
    color: #fff;
}

/* Mainslider */

.page-slider-section .slick-dotted.slick-slider {
    margin-bottom: 0;
    /* min-height: 400px; */
}

.page-slider-section .slider-text {
    padding: 0;
    align-items: flex-end;
    background-color: transparent;
}

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

.page-slider-section .slider-text-inner-wrapper {
    padding: calc(var(--gap-l) * 0.80) var(--gap-l) 0;
    /*background-color: #fff; */
    background-color: none;
    margin-bottom: 25px;
}

.slider-text-inner-wrapper h1 {
    color: #fff;
}

.slick-dots {
    bottom: 0;
    right: var(--gap-l);
    top: auto;
    z-index: 1;
    background: #fff;
    /* width: calc(var(--gap-l) * 3); */
    width: min-content;
    padding-inline: var(--gap-s);
    height: var(--gap-l);
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.slick-next.slick-arrow {
    right: 0;
    bottom: 0;
    background: var(--color-1);
    border-radius: 0;
    transform: none;
    top: auto;
    box-shadow: none;
    width: var(--gap-l);
    height: var(--gap-l);
    display: grid;
    place-items: center;
    transition: background-color var(--transition);
}

.slick-next.slick-arrow:hover {
    background: var(--color-2);
}

#masthead+#main-content>#content {
    margin-top: 0;
    padding-top: calc(0.75 * var(--gap-l));
    position: relative;
}

#masthead+#main-content>#content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    width: 100dvw;
    border-top: 1px solid var(--color-1);
}

/* Button */

.stom-button a {
    padding: .5em 1.5em;
    background-color: var(--color-2);
    border-radius: 50px;
    font-size: calc(1.2 * var(--p));
    font-weight: 600;
}

.stom-button a img {
    display: inline-block;
    margin-left: 10px;
}

.stom-button a:hover {
    background-color: var(--color-1);
}

.stom-button.negative a {
    background-color: #fff;
    color: #272525;
}

.stom-button.negative a:hover {
    background-color: var(--color-bg);
}

.stom-button.two a {
    background-color: var(--color-bg);
    border-color: var(--color-bg);
    color: #272525;
}

.stom-button.two a:hover {
    border-color: var(--color-1);
    background-color: var(--color-bg);
}

.stom-button.small a {
    padding: 0.5em 1em;
    line-height: 1;
    font-size: var(--h5);
}

/* Headline */

section.section-wrap.headline-element .section,
.basis-headline-element {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid var(--color-1);
    margin-top: calc((var(--gap-l) * 2) * 0.9);
}

section.section-wrap.headline-element .section h2,
.basis-headline-element h2 {
    margin-bottom: 5px;
}

section.section-wrap.headline-element .section p,
.basis-headline-element p {
    font-size: var(--p-big);
}

section.section-wrap.headline-element .section p a,
.basis-headline-element p a {
    text-decoration: none;
}

section.section-wrap.headline-element .section p a img,
.basis-headline-element p a img {
    display: inline-block;
    margin-left: 10px;
}

section.section-wrap.headline-element .section::after {
    content: none;
}

section.section-wrap.headline-element+.stomFEE-edit-cta+.section-wrap,
section.section-wrap.headline-element+.section-wrap {
    margin-top: var(--gap-m);
}

/* seed-cards */


.stom-grid-section.seed-cards .grid-element {
    grid-template-rows: auto 1fr;
}

.stom-grid-section.seed-cards .grid-element>img,
.stom-grid-section.seed-cards .grid-element>.overlay {
    grid-column: initial;
    grid-row: initial;
    justify-content: flex-start;
}

.stom-grid-section.seed-cards .grid-element>img {
    display: block;
    height: auto;
}

.stom-grid-section.seed-cards .grid-element>.overlay {
    padding: calc(var(--gap-m)* 0.75) var(--gap-m) var(--gap-m);
}

.stom-grid-section.seed-cards .grid-element>.overlay h3 {
    font-weight: normal;
    margin-bottom: 3px;
}

/* Grid og billedesektioner */
.stom-billede-sektion .stom-cols-6 {
    min-height: 200px;
}

.section-wrap.extra-content-padding.has-background .section {
    padding-block: calc(1.5 * var(--gap-l));
}

.stom-billede-sektion.extra-content-padding.picture-right .stom-cols-6 {
    /* padding-left: calc(var(--gap-l) * 3); */
    padding-top: 0;
    padding-bottom: 0;
    max-width: calc(495px + var(--gap-l));
    margin-right: 50% !important;
    margin-left: auto;
}

.stom-billede-sektion.extra-content-padding.picture-left .stom-cols-6 {
    /* padding-right: calc(var(--gap-l) * 3); */
    padding-top: 0;
    padding-bottom: 0;
    max-width: calc(495px + var(--gap-l));
    margin-left: 50% !important;
    margin-right: auto
}

.site-main .stom-billede-sektion.extra-content-padding {
    margin-top: calc(var(--gap-l) * 2);
}

.stom-grid-section.section-fullpage .grid-element.grid-element.facebook-page .overlay {
    margin-left: auto;
    width: 100%;
}

.stom-grid-section.section-fullpage .grid-element.grid-element.facebook-page .overlay,
.stom-grid-section.section-fullpage .grid-element.has-background.extra-content-padding .overlay {
    padding: var(--gap-l) var(--gap-m);
    max-width: 690px;
}

main .section-wrap~.section-wrap.full-bleed {
    margin-top: 0;
}

.section-wrap.section-fullpage.full-bleed .section {
    padding-left: 0;
    padding-right: 0;
}

.stom-grid-section.full-bleed .section .grid-elements {
    gap: 0;
}

/* .stom-grid-section .grid-element.facebook-page.has-background .overlay {
    justify-content: center;
    padding-left: calc((var(--gap-l) * 3) + var(--gap-m));
    padding-right: var(--gap-l);
} */


.stom-css-grid,
.stom-grid-section .section .grid-elements {
    gap: var(--gap-s);
}



/* Footer */

#colophon {
    font-size: 1em;
}

#colophon p {
    margin: 0 0 1.15em
}

.footer-setting-03 .footer-widget-area .section,
.footer-setting-03 .footer-widget-area-extra .section {
    max-width: 1200px;
}

#colophon.footer-setting-03 .footer-widget-area-extra .section {
    margin: 0 auto;
    border-top: 1px solid var(--color-1);
    padding: var(--gap-s) 0;
}

/* #page {
    position: relative;
} */

body:after {
    content: '';
    position: fixed;
    right: 0;
    /* top: 8px; */
    bottom: 0;
    height: max(var(--h2), 30px);
    background: url(images/LIM_ENDOSSEMENT_GRIS_NEG_RVB_V.jpg);
    background-size: contain;
    background-position: bottom right;
    aspect-ratio: 4/1;
}

@media screen and (max-width: 959px) {
    body:after {
        bottom: 50px;
    }

    .footer-widget-area-extra {
        padding-bottom: max(var(--h2), 30px);
    }

}

.footer-setting-03 .section-wrap {
    border-bottom: none;
}

#colophon .footer-widget-area .widget-title {
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 2px;
}

#colophon.footer-setting-03 {
    margin-top: 0;
    border-top: none;
    background: var(--color-dark);
    color: #fff;
}

#colophon .henvendelser-list ul li {
    line-height: normal;
}

#colophon .henvendelser-list ul li a {
    padding: 0 0 7px;
}

.footer-setting-03 .footer-widget-area-extra .textwidget {
    justify-content: flex-start;
}

#colophon a.stom-social-shortcode [class*="fa-"] {
    color: #fff;
}

#colophon a.stom-social-shortcode:hover [class*="fa-"] {
    color: var(--color-bg);
}

#colophon .socials-wrapper {
    display: flex;
    gap: 10px;
}

#colophon .socials-wrapper a {
    padding: 0;
}

#colophon.footer-setting-03 .footer-widget-area-extra .textwidget {
    justify-content: flex-start;
    gap: var(--gap-m);
}

#colophon .stom-info ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 24px;
}

#colophon .stom-info ul li {
    position: relative;
    line-height: 18px;
}

#colophon .stom-info ul li a {
    line-height: 18px;
    padding: 0;
}

#colophon .stom-info ul li:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -12px;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

/* Produkt slider */

.stom-products-section .woocommerce {
    border-top-color: var(--color-1);
}

.stom-products-section .section {
    padding-bottom: calc(.5 * var(--gap-l));
}

.stom-products-section .section>p {
    margin: 0;
}

.stom-products-section .section>p a {
    text-decoration: none;
    transition: var(--transition);
}

.stom-products-section .section>p a img {
    display: inline-block;
    margin-left: 10px;
    transition: var(--transition);
}

.stom-products-section .section>p a:hover {
    color: var(--color-1);
}

.stom-products-section .section>p a:hover img {
    /* transform: scale(20); */
    margin-left: 13px;
}

.woocommerce ul.products li.product .product-category {
    opacity: 1;
    margin: 0;
    padding: var(--gap-m) var(--gap-m) 0;
    text-transform: none;
    font-size: 14px;
}

.woocommerce ul.products li.product .product-sub-category {
    margin: 0;
    padding: 0 var(--gap-m) var(--gap-s);
    text-transform: none;
    font-size: var(--p);
}

.woocommerce-page ul.products .slick-track {
    margin-inline: calc(0px - (.5 * var(--gap-s)));
}

.woocommerce ul.products li.product.slick-slide {
    display: flex;
    flex-direction: column;
    background-color: var(--color-bg);
    margin-inline: calc(.5 * var(--gap-s));
}

.woocommerce ul.products.slick-slider .slick-list,
.woocommerce-page ul.products.slick-slider .slick-list {
    margin-inline: calc(0px - (.5 * var(--gap-s)));
}


.woocommerce ul.products li.product .stom-product-loop-image-wrap {
    order: 1;
    margin-top: auto;
    margin-bottom: 0;
    height: 240px;
    background-color: var(--color-bg);
    margin: 0 6px var(--gap-s);
    max-width: calc(100% - 12px);
}

.woocommerce ul.products li.product .stom-product-loop-image-wrap .aligner {
    padding: 0;
    position: initial;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    overflow: visible;
    padding: 0 var(--gap-m);
    color: var(--color-dark);
    margin-bottom: 5px;
}

.loop-excerpt {
    padding: 0 var(--gap-m);
    white-space: pre-wrap;
    font-size: 16px;
    line-height: 18px;
}

.woocommerce ul.products.slick-slider .slick-prev {
    display: none !important;
}

.woocommerce ul.products.slick-slider .slick-dots {
    bottom: auto;
    left: 50%;
    top: calc(100% + var(--gap-m));
    z-index: 1;
    background: transparent;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
}

.woocommerce ul.products.slick-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: var(--color-1);
}

.woocommerce ul.products.slick-slider .slick-dots li button:before {
    opacity: 1;
    background-color: #d9d9d9;
}

.woocommerce ul.products.slick-slider .slick-next.slick-arrow {
    right: 0;
    bottom: 0;
    background: transparent;
    border-radius: 0;
    transform: none;
    top: 50%;
    box-shadow: none;
    width: auto;
    height: auto;
    display: block;
    transform: translateY(-50%);
    right: -38px;
    padding: 0;
}

.woocommerce ul.products.slick-slider .slick-next.slick-arrow:hover {
    background: transparent;
}

.woocommerce ul.products.slick-slider .custom-product-label.label-for-sale,
.woocommerce ul.products.slick-slider span.price {
    display: none;
}

body #number-three-sticky-mobile-cta {
    background-color: transparent;
    box-shadow: none;
}

body #number-three-sticky-mobile-cta .stom-button.borderless a {
    border-radius: 0;
}

body #number-three-sticky-mobile-cta .stom-button.borderless:first-child a {
    border-top-left-radius: 30px;
}

body #number-three-sticky-mobile-cta .stom-button.borderless:last-child a {
    border-top-right-radius: 30px;
}

/* medarbejdere */
.medarbejdere .grid-elements .grid-element {
    text-align: center;
}

.medarbejdere .grid-elements .grid-element .overlay {
    justify-content: flex-start;
}

.medarbejdere .grid-elements img {
    max-width: 200px;
    height: 150px;
    object-fit: contain;
    margin-bottom: -1em !important;
}

.medarbejdere .grid-elements a {
    color: var(--color-1);
    text-decoration: none;
    text-underline-offset: .2em;
}

.medarbejdere .grid-elements a:hover {
    text-decoration: underline;
}


/* .stom-grid-section.datablade */
.stom-grid-section.datablade .grid-element .overlay {
    padding: var(--gap-m);
    background-color: var(--color-bg);
}

.stom-grid-section.datablade .grid-element .overlay h2 {
    font-size: var(--h3);
}


/* remove-space */
.home .remove-space {
    margin-top: 0 !important;
}

/* Single Blog inddlæg */
.single .post-thumbnail {
	display: none;
}

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


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


/* woo products overview */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background-color: var(--color-bg);
    display: grid;
    margin-bottom: var(--gap-s);
}


.woocommerce-page.archive #content {
    max-width: ;
    padding-inline: var(--gap-m);
}

/* Single produkt */
.single-product #masthead+#main-content>#content {
    margin-inline: 0;
}

.single-product .stom-products-section.section-wrap {
    margin-top: var(--gap-l);
}

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

.single-product-fullwidth #primary .product_title {
    font-size: var(--h1);
    font-weight: 600;
}

h1 .lg_product_code {
    font-size: var(--h4);
    color: var(--color-1);
    margin-left: 1rem;
    font-weight: 400;
}

.single-product .stom-categories {
    color: var(--color-1);
    font-size: var(--h6);
    font-weight: 600;
}

.single-product .stom-categories a {
    padding-inline: 5px;
    text-decoration: none;
    font-weight: 600;
    text-underline-offset: .2em;
}

.single-product .stom-categories a:hover {
    text-decoration: underline;
}

.single-product .stom-categories a:first-child {
    padding-left: 0;
}

.single-product .lg_product_icons {
    margin-bottom: 1.5em;
    display: flex;
    flex-wrap: wrap;
    gap: .5em;
}

.single-product .lg_product_icons img {
    max-width: 41px;
    max-height: 49px;
}

.single-product .produkt_egenskaber_liste {
    margin-bottom: 1.5em;
}

.single-product .produkt_egenskaber_liste li::marker {
    color: var(--color-1);
}

.single-product .datablad_desc {
    color: var(--color-2);
    font-size: var(--h6);
}

.single-product .section-wrap.forhandler-banner {
    background: var(--color-1);
}

.single-product .section-wrap.forhandler-banner .section {
    text-align: center;
    padding-block: var(--gap-m);
}

.single-product .section-wrap.forhandler-banner .section * {
    color: #fff;
    margin-bottom: 0;
}

.single-product .stom-billede-sektion.produktdata .stom-cols-6 {
    flex-direction: column;
    align-items: flex-start;
    padding-block: 0;
    padding-right: var(--gap-m);
}

.single-product .stom-billede-sektion.produktdata h6 {
    margin-block: 1em .5em;
}

.lg-custom-progress-bar {
    height: 20px;
    background-color: rgba(39, 37, 37, .1);
    width: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.lg-custom-progress-bar .progress {
    background-color: var(--color-1);
    display: block;
    height: 100%;
}

.single-product #masthead+#main-content>#content {
    padding-top: 0;
}

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

.single-product #masthead+#main-content>#content {
    padding-top: 0;
    max-width: unset;
}


.section-wrap.no-margin {
    margin-top: 0 !important;
}

.produktegenskaber-banner {
    text-align: center;
    background-color: var(--color-bg);
}

.produktegenskaber-banner .section {
    padding-block: var(--gap-m) !important;
}

.produktegenskaber-banner .section h2,
.produktegenskaber-banner .section .gallery {
    margin-bottom: 0;
}

.produktegenskaber-banner .section .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    --grid-gap: 15px;
    gap: var(--grid-gap);
}


.produktegenskaber-banner .section .gallery figure {
    margin-block: 0;
}

.produktegenskaber-banner .section .gallery img {
    max-width: 250px;
    width: 100%;
}

.produktegenskaber-banner .section .gallery.gallery-columns-3 figure {
    flex: calc((100% - (var(--grid-gap) * (var(--grid-3-cols) - 1))) / var(--grid-3-cols)) 0 1;
}

.produktegenskaber-banner .section .gallery.gallery-columns-4 figure {
    flex: calc((100% - (var(--grid-gap) * (var(--grid-4-cols) - 1))) / var(--grid-4-cols)) 0 1;
}

.produktegenskaber-banner .section .gallery.gallery-columns-5 figure {
    flex: calc((100% - (var(--grid-gap) * (var(--grid-5-cols) - 1))) / var(--grid-5-cols)) 0 1;
}


.single-product .upsell-section .section .up-sells>h2,
.produktfilm-section h2 {
    border-bottom: 1px solid var(--color-1);
    padding-bottom: .15rem;
    margin-bottom: var(--gap-m);
}

.produktfilm-section iframe {
    width: 100%;
    aspect-ratio: 16/9;
}

.section-wrap.section-fullwidth .section {
    max-width: 1740px;
}

.woocommerce.hide-h2>.products>h2 {
    display: none !important;
}

body:not(.home) .grid-element.facebook-page {
    background: #f7f7f7 !important;
}

span.splash-billede {
    position: absolute;
    right: 10%;
    top: 0;
    z-index: 10;
    max-width: 30%;
    max-height: 30%;
}

.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce div.product .single_variation_wrap .woocommerce-variation-description {
    line-height: 1.15;
}

.single-product #primary>.section-wrap:last-child {
    margin-bottom: calc(2 * var(--gap-l) + var(--gap-m) + 10px);
}


/* datablade */

.datablade {
    display: grid;
    grid-template-columns: repeat(var(--grid-3-cols), minmax(0, 1fr));
    gap: var(--gap-s);
}

.datablade .datablad {
    background: var(--color-bg);
    padding: var(--gap-s);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: var(--transition);
    border-radius: 10px;
}

.datablade .datablad:hover {
    background: #f1f1f1;
}

.datablade .datablad .coverlink {
    position: absolute;
    inset: 0;
}

.datablade .datablad h2 {
    font-size: var(--h4);
    font-weight: 600;
    line-height: 1;
}

.datablad .kode {
    margin-bottom: 0;
    font-size: var(--h5);
    color: var(--color-1);
    margin-left: .5em;
    font-weight: 400;
}

.datablad .icons {
    display: flex;
    gap: 1em;
}

.datablad .icons img {
    max-width: 2em;
}

.datablad .download_icon {
    color: var(--color-2);
    opacity: 0;
    transition: var(--transition);
    font-size: 1.5em;
    z-index: 5;
    position: relative;
}

.datablad:hover .download_icon {
    opacity: 1;
}

.datablad .download_icon:hover {
    transform: scale(2);
}

.mere-tekst {
    padding-top: var(--gap-s);
}

.mere-tekst-wrapper {
    margin-bottom: var(--gap-s);
}

.mere-tekst-wrapper>button {
    padding: 9px 30px;
    background-color: var(--color-2);
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    padding-right: 1em;
    transition: var(--transition);
}

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

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    box-shadow: 1px 1px 5px 0px #ccc;
    transition: var(--transition);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
    box-shadow: 0px 0px 4px 2px #ccc;
}



/* widgets */

body:not(.woocommerce-page.archive.tax-product_cat.term-majs, .woocommerce-page.archive.tax-product_cat.term-kukuruzai) .only_majs_widget.widget.widget_black_studio_tinymce {
    display: none;
}

body:not(.woocommerce-page.archive.tax-product_cat.term-raps, .woocommerce-page.archive.tax-product_cat.term-rapsai) .only_raps_widget.widget.widget_black_studio_tinymce {
    display: none;
}

.only_majs_widget.widget.widget_black_studio_tinymce, .only_raps_widget.widget.widget_black_studio_tinymce {
    padding: 0 !important;
    background: transparent !important;
}

.only_majs_widget.widget.widget_black_studio_tinymce h2,
.only_raps_widget.widget.widget_black_studio_tinymce h2 {
    display: none;
}
.only_majs_widget.widget.widget_black_studio_tinymce .stom-button,
.only_majs_widget.widget.widget_black_studio_tinymce .stom-button a,
.only_raps_widget.widget.widget_black_studio_tinymce .stom-button ,
.only_raps_widget.widget.widget_black_studio_tinymce .stom-button a{
    width: 100%;
    text-align: center;
}

body:not(.woocommerce-page.archive) .show_only_on_woocommerce_archive {
    display: none;
}
body .show_only_on_woocommerce_archive + .section-wrap.section-fullpage{
    margin-top: var(--gap-l);
}







section.section-wrap.basis-custom-slider-section .section .slider_custom_wrapper .slider_custom_wrapper_text{
    
    padding-inline: var(--gap-m);
    margin-left: auto;
    display: flex;
    flex-direction: column;
    padding-block: calc(var(--gap-l) * 2 - var(--gap-m));
    padding-right: var(--gap-l);
    justify-content: center;
}
section.section-wrap.basis-custom-slider-section .section .slider_custom_wrapper .slider_custom_wrapper_text h2{
    color: white;
}
section.section-wrap.basis-custom-slider-section .section .slider_custom_wrapper .slider_custom_wrapper_text p{
   max-width: 495px;
   color: white;
}
section.section-wrap.basis-custom-slider-section .section{
    
    max-width: 100%;
    background-color: var(--color-1);
}
section.section-wrap.basis-custom-slider-section,
section.section-wrap.basis-custom-slider-section .section{
    margin-inline: 0;
}
section.basis-custom-slider-section .section .slider_custom_wrapper{
    display: grid;
    grid-template-columns: repeat(var(--grid-2-cols), minmax(0, 1fr));
}
section.basis-custom-slider-section .section .slider_custom_wrapper div.slick-slide.slider_custom_wrapper_single_images,
section.basis-custom-slider-section .section .slider_custom_wrapper div.slick-slider.slider_custom_wrapper_images{
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 0;
}

section.basis-custom-slider-section .section .slider_custom_wrapper div.slick-slider.slider_custom_wrapper_images .slick-list,
section.basis-custom-slider-section .section .slider_custom_wrapper div.slick-slider.slider_custom_wrapper_images .slick-track{
    height: 100%;
}


section.basis-custom-slider-section .section .slider_custom_wrapper div.slick-slide.slider_custom_wrapper_single_images img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    aspect-ratio: 960 / 400;
}

.home section.main-slider-section h1{
	color: white;
    font-weight: normal;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}

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