/*
Theme Name: Mijn Installatiegroep
Theme URI: https://mijninstallatiegroep.nl
Description: Wordpress thema voor Mijn Installatiegroep
Author: Comceptum - Michael Doorneweerd
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: mijninstallatiegroep
*/

@font-face {
    font-family: 'Plotgars';
    src: url('fonts/Plotgars-Regular.eot');
    src: url('fonts/Plotgars-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Plotgars-Regular.woff2') format('woff2'),
        url('fonts/Plotgars-Regular.woff') format('woff'),
        url('fonts/Plotgars-Regular.ttf') format('truetype'),
        url('fonts/Plotgars-Regular.svg#Plotgars-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BB Torsos Pro';
    src: url('fonts/BBTorsosPro-Medium.eot');
    src: url('fonts/BBTorsosPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/BBTorsosPro-Medium.woff2') format('woff2'),
        url('fonts/BBTorsosPro-Medium.woff') format('woff'),
        url('fonts/BBTorsosPro-Medium.ttf') format('truetype'),
        url('fonts/BBTorsosPro-Medium.svg#BBTorsosPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BB Torsos Pro';
    src: url('fonts/BBTorsosPro-Light.eot');
    src: url('fonts/BBTorsosPro-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/BBTorsosPro-Light.woff2') format('woff2'),
        url('fonts/BBTorsosPro-Light.woff') format('woff'),
        url('fonts/BBTorsosPro-Light.ttf') format('truetype'),
        url('fonts/BBTorsosPro-Light.svg#BBTorsosPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BB Torsos Pro Semi';
    src: url('fonts/BBTorsosPro-SemiBold.eot');
    src: url('fonts/BBTorsosPro-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/BBTorsosPro-SemiBold.woff2') format('woff2'),
        url('fonts/BBTorsosPro-SemiBold.woff') format('woff'),
        url('fonts/BBTorsosPro-SemiBold.ttf') format('truetype'),
        url('fonts/BBTorsosPro-SemiBold.svg#BBTorsosPro-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BB Torsos Pro';
    src: url('fonts/BBTorsosPro-Regular.eot');
    src: url('fonts/BBTorsosPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/BBTorsosPro-Regular.woff2') format('woff2'),
        url('fonts/BBTorsosPro-Regular.woff') format('woff'),
        url('fonts/BBTorsosPro-Regular.ttf') format('truetype'),
        url('fonts/BBTorsosPro-Regular.svg#BBTorsosPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BB Torsos Pro Semi';
    src: url('fonts/BBTorsosPro-SemiRegular.eot');
    src: url('fonts/BBTorsosPro-SemiRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/BBTorsosPro-SemiRegular.woff2') format('woff2'),
        url('fonts/BBTorsosPro-SemiRegular.woff') format('woff'),
        url('fonts/BBTorsosPro-SemiRegular.ttf') format('truetype'),
        url('fonts/BBTorsosPro-SemiRegular.svg#BBTorsosPro-SemiRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root  {
    --base: 15px;
    --extrahuge: calc(var(--base) * 18);
    --huge: calc(var(--base) * 8);
    --extralarge: calc(var(--base) * 6);
    --largehuge: calc(var(--base) * 5);
    --large: calc(var(--base) * 4);
    --mediumlarge: max(30px, calc(var(--base) * 3));
    --medium: max(22.5px, calc(var(--base) * 2));
    --small: max(15px, calc(var(--base) * 1.5));
    --extrasmall: max(10px, calc(var(--base) * 1));
    --tiny: max(7.5px, calc(var(--base) * 0.75));
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: var(--extrasmall);
    margin-top: 0;
        font-weight: bold;
    line-height: 1.125;
    position: relative;
   
    text-wrap: balance;
}

h1,
.h1 {
    font-size: 60px;
    line-height: 1;
    margin-bottom: var(--small);
    font-family: 'Plotgars';
    font-weight: 400;
}

.h2,
h2 {
    font-size: 42px;
    font-family: 'Plotgars';
    font-weight: 400;
}

.h3,
h3 {
    font-size: 32px;
     font-family: 'Plotgars';
    font-weight: 400;

}

.h4,
h4 {
    font-size: 24px;

    font-weight: bold;
}

.h5,
h5 {
   font-size: 20px;
}

.h6,
h6 {
    font-size: 16px;
    
}



body {
    font-size: 16px;
    font-weight: 400;
    font-family: 'BB Torsos Pro';
    overflow-x: hidden;
    line-height: 1.675;
    color: #000000;
    margin: 0;
}

p {
    margin-top: 0;
    margin-bottom: var(--extrasmall);
}

a {
    color: currentColor;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: currentColor;
}

ul,
ol {
    padding-left: 0;
    line-height: 1.675;
    margin-top: 0;
    margin-bottom: var(--small);
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

label {
    font-weight: normal;
    margin-bottom: 5px;
    display: block;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
   margin-top: 0;
    margin-bottom: var(--medium);
    border: 0;
    border-top: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.25;
    width: 100%;
    position: relative;
    color: #000000;
    background: #ebeef0;
    padding: 10px 15px;
    border: 0;
    font-weight: 300;
    border: 0;

}

textarea {
  resize: none;
}

select {
    background-image: linear-gradient(45deg,transparent 50%,#000000 50%),linear-gradient(135deg,#000000 50%,transparent 50%);
    background-position: calc(100% - 20px) 50%,calc(100% - 15px) 50%,100% 0;
    background-size: 5px 5px,5px 5px,5px 5px;
    background-repeat: no-repeat;
}


input[type=search]::-webkit-search-cancel-button {
    display: none
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}


::-webkit-input-placeholder {
    color: rgb(49 49 49 / 30%);
    font-weight: 300
}

::-moz-placeholder {
     color: rgb(49 49 49 / 30%);
     font-weight: 300
}

:-ms-input-placeholder {
    color: rgb(49 49 49 / 30%);
    font-weight: 300
}

::-moz-selection {
    background-color: #FBB040;
    color: #ffffff
}

::selection {
    background-color: #FBB040;
    color: #ffffff
}

::-moz-selection {
    background-color: #FBB040 ;
    color: #ffffff
}

:focus {
    outline: 0 !important;
}

table {
   margin-bottom: 15px;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

table tr th {
    font-weight: bold;
    padding-right: 30px;
    vertical-align: top;
}
b,
strong {
    font-weight: bold;
}

small,
.small,
label {
    font-size: 10px;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.25;
}

button {
     font-family: inherit;
  font-size: inherit;
  line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}


.screen-reader-text,
.show-password-input {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    word-wrap: normal !important;
}


@media (min-width: 992px) {

    .row.huge-gutters {
        margin-right:  calc(var(--huge) * -1);
        margin-left: calc(var(--huge) * -1);
    }

    .row.huge-gutters [class*="col-"] {
        padding-right: var(--huge);
        padding-left: var(--huge);
    }


    .row.extralarge-gutters {
        margin-right:  calc(var(--extralarge) * -1);
        margin-left: calc(var(--extralarge) * -1);
    }

    .row.extralarge-gutters [class*="col-"] {
        padding-right: var(--extralarge);
        padding-left: var(--extralarge);
    }

    .row.large-gutters {
        margin-right:  calc(var(--large) * -1);
        margin-left: calc(var(--large) * -1);
    }

    .row.large-gutters [class*="col-"] {
        padding-right: var(--large);
        padding-left: var(--large);
    }

    .row.medium-gutters {
        margin-right:  calc(var(--medium) * -1);
        margin-left: calc(var(--medium) * -1);
    }

    .row.medium-gutters [class*="col-"] {
        padding-right: var(--medium);
        padding-left: var(--medium);
    }
}

.row.normal-gutters {
    margin-right: -15px;
    margin-left: -15px;
}

.row.normal-gutters [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

 .row.extrasmall-gutters {
    margin-right:  calc(var(--extrasmall) * -1);
    margin-left: calc(var(--extrasmall) * -1);
}

.row.extrasmall-gutters [class*="col-"] {
    padding-right: var(--extrasmall);
    padding-left: var(--extrasmall);
}

.btn,
button[type="submit"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 10px 22.5px 8.5px 22.5px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    line-height: 1.375;
    font-family: "BB Torsos Pro";
    font-size: 14px;
    border: 0;
    background: #FBB040;
    color: #000000;
    font-weight: bold;
    overflow: hidden;
    word-break: break-word;
    text-decoration: none;
    z-index: 1;
    white-space: nowrap;
    clip-path: polygon(calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0 0);
    cursor: pointer;
}

.btn:hover,
button[type="submit"]:hover {
    background: #000000;
    color: #ffffff;
}

.btn.btn--cart:before {
    content: url(images/cart.svg);
    display: inline-block;
    width: 20px;
    line-height: 0;
    margin-top: -10px;
    margin-bottom: -10px;
    vertical-align: -4px;
    margin-right: 10px;
}

.btn.btn--cart:hover:before {
    content: url(images/cart-white.svg);
}

.btn.btn--transparent {
    background: transparent;
}
.btn--white {
    background: #ffffff;
}

.btn.btn--large {
    font-size: 18px;
}

header {
    position: sticky;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
    padding: var(--medium) 0;
     -webkit-transition: all .3s;
    transition: all .3s;
    background: #ACBAC3;
}

header:has(+ section.header) {
    position: fixed;
    background: transparent;
}


header:has(+ section.product) {
    background: #ebeef0;
}

body.scrolled header:has(+ .header) {
    background: #ACBAC3;
}

header nav.navigation {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
       align-items: flex-end !important;
    justify-content: space-between;

}

header nav.navigation .navigation-brand {
    width: 100%;
    max-width: 180px;
    position: relative;
    margin: 0;
    z-index: 1;
    margin-right: auto;
    line-height: 0;
}



header nav.navigation ul.navigation-menu {
    display: flex;
    flex-wrap: wrap;
    gap: var(--mediumlarge);
    font-weight: bold;
    margin-bottom: 0
}

header nav.navigation ul.navigation-menu li a {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration-color: transparent;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 7.5px;
}

header nav.navigation ul.navigation-menu li.current-menu-item a,
header nav.navigation ul.navigation-menu li a:hover {
    
    text-decoration-color: currentColor;
}


header nav.navigation .navigation-actions {
    position: fixed;
    top: 0;
    right: 0;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
} 

header nav.navigation .navigation-actions > * {
    padding: 12.5px 15px;
    background: #FBB040;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 15px;
}


header nav.navigation .navigation-actions > *:nth-child(2) {
    background: #000000;
    color: #ffffff;
}


header nav.navigation .navigation-actions > *:before {
    width: 20px;
    line-height: 0;
}


header nav.navigation .navigation-actions > *:nth-child(1):before {
    content: url(images/cart.svg);
}


header nav.navigation .navigation-actions > *:nth-child(2):before {
    content: url(images/login.svg);
    width: 15px;
}


header nav.navigation .navigation-actions > * span {
        position: absolute;
    left: 27.5px;
    top: 10px;
    background: #000000;
    width: 12.5px;
    height: 12.5px;
    font-size: 8px;
    color: #ffffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

header nav.navigation .navigation-toggler {
    position: relative;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
    display: none;
    align-self: center;
    margin-right: var(--medium)
}

header nav.navigation .navigation-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2.25px;
    border-radius: 5px;
}

header nav.navigation .navigation-toggler.collapsed .icon-bar {
    background-color: #000000;
}

header nav.navigation .navigation-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

header nav.navigation .navigation-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}

header nav.navigation .navigation-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    width: 22px;
    margin-left: 0;
}

header nav.navigation .navigation-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
}

header nav.navigation .navigation-toggler .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
    background-color: #000000;
}

header nav.navigation .navigation-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6.5px;
}

header nav.navigation .navigation-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    width: 0;
    margin-left: 50%;
}

header nav.navigation .navigation-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 6.5px;
}


/* Header */

section.header {
    background: #ACBAC3;
}

section.header .header-content {
    padding: var(--extrahuge) var(--huge) var(--huge) 0;
    position: relative;
}

section.header .header-content p {
    max-width: 450px;
}

section.header .header-content .header-content__buttons {
    margin-top: var(--medium);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

section.header .header-content__label {
    position: absolute;
    top: 0;
    bottom: 0;
    right: var(--small);
    writing-mode: vertical-rl;
    padding-top: var(--extrahuge);
    padding-bottom: var(--huge);
    text-align: center;
    white-space: nowrap;
}

section.header .header-image {
     position: relative;
    display: block;
    padding-bottom: 66.666%;
    height: 100%;
    width: 50vw;
}

section.header .header-image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-x: hidden;
    z-index: 2;
}





/* Cards */

section.cards {
    margin: var(--extralarge) 0;
    position: relative;
    overflow: hidden;
}

section.cards .cards-header {
    margin-bottom: var(--medium);
    max-width: 576px;
}

section.cards .cards-header :is( h4, h5, h6):first-child {
   margin-bottom: 0;
}

section.cards .cards-header > *:last-child {
    margin-bottom: 0
}

section.cards .card {
    position: relative;
    display: block;
    border: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    aspect-ratio: 3 / 2;
        margin-bottom: var(--medium);
    height: calc(100% - var(--medium));
    /*clip-path: polygon(calc(100% - 22.5px) 0, 100% 22.5px, 100% 100%, 22.5px 100%, 0 calc(100% - 22.5px), 0 0);*/
}

section.cards .card .card-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 2;
    overflow: hidden;
}

section.cards .card .card-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.cards .card:hover .card-image img {
    -webkit-transform: scale(1.1);
     transform: scale(1.1);
}

section.cards .card .card-content {
    position: absolute;
    bottom: var(--small);
    left: var(--small);
    right: var(--small);
    z-index: 2;
    color: #ffffff;
    line-height: 0;
}

section.cards .card .card-content :is(h1, h2, h3, h4, h5) {
    color: #ffffff;
}

section.cards .card .card-content *:last-child {
    margin-bottom: 0
}

section.cards .card .card-footer {
   position: absolute;
    z-index: 2;
    bottom: 0;
    right: var(--small);
    line-height: 0;
    transform: translateY(50%);
}

/* Blocks */

section.blocks {
    margin: var(--extralarge) 0;
}

section.blocks .block {
    background: #ACBAC3;
    padding: var(--medium) var(--mediumlarge);
    height: calc(100% - var(--medium));
    display: flex;
    flex-flow: column;
    position: relative;
    margin-bottom: var(--medium)
}

section.blocks .block.block--secondary {
    background: #FBB040;
}

section.blocks .block .block-header {
    margin-bottom: auto;
    padding-bottom: var(--medium);
    width: 100%;
    max-width: 60%;
    position: relative;
    z-index: 1
}

section.blocks .block .block-header *:last-child {
    margin-bottom: 0;
}

section.blocks .block .block-content {
    width: 100%;
    max-width: 45%;
}

section.blocks .block .block-content .price {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    display: block;
}

section.blocks .block .block-content .price small {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}


section.blocks .block .block-content ul {
    margin-bottom: 0;
    font-weight: 700;
}

section.blocks .block .block-content ul li {
    position: relative;
    padding-left: 25px;
}

section.blocks .block .block-content ul li:before {
  content: url(images/check.svg);
    display: inline-block;
    width: 17.5px;
    margin-right: 7.5px;
    position: absolute;
    left: 0;
    top: 2.5px;
    line-height: 1;
}

section.blocks .block .block-content > *:not(:last-child) {
    margin-bottom: var(--extrasmall);
}

section.blocks .block .block-content *:last-child {
    margin-bottom: 0
}

section.blocks .block .block-footer {
    margin-bottom: calc(var(--extrasmall) * -1);
    margin-top: var(--small);
}

section.blocks .block .block-image {
    position: absolute;
    width: 100%;
    max-width: 55%;
    top: 0;
    right: 0;
    bottom: 0;

}

section.blocks .block.block--primary .block-image {
    top: calc(var(--medium) * -1);
     padding-right: var(--small);
}

section.blocks .block .block-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center bottom;
    object-position: center bottom;
}


/* Products */

section.products {
    margin: var(--extralarge) 0;
    position: relative;

}

.products .product:not(.category)s-header {
    margin-bottom: var(--medium);
}

.products .product:not(.category)s-header > *:last-child {
    margin-bottom: 0
}

.products .product:not(.category) {
    position: relative;
    display: block;
    border: 0;
    margin-bottom: var(--medium);
    height: calc(100% - var(--medium));
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #F5F5F5;
}


.products .product:not(.category).product--featured {
    background: #FBB040;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.products .product:not(.category):hover {
    -webkit-transform: translateY(-7.5px);
    transform: translateY(-7.5px);
}

.products .product:not(.category) .product-background {
    position: absolute;
    width: 100%;
    max-width: 55%;
    top: 0;
    right: 0;
    bottom: 0;
}

.products .product:not(.category) .product-background img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.products .product:not(.category) .product-image {
    position: relative;
    display: block;
    z-index: 2;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.products .product:not(.category) .product-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
     padding: var(--small);
}

.products .product:not(.category) .product-image .product-image__stock {
    color: #40B755;
    position: absolute;
    top: var(--small);
    left: var(--small);
    font-size: 10px;
    line-height: 1;
}

.products .product:not(.category) .product-image .product-image__stock:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50px;
    margin-right: 5px;
    display: inline-block;
    background: #40B755;
    vertical-align: middle;
     animation: pulse 2s infinite;
}

.products .product:not(.category) .product-content {
    padding: 0 var(--medium) var(--extrasmall) var(--medium);
    font-size: 14px;
}

.products .product:not(.category).product--featured .product-content {
       padding: var(--medium) var(--mediumlarge);
    font-size: inherit;
    max-width: 60%
}

.products .product:not(.category) .product-content .price {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    display: block;
}

.products .product:not(.category) .product-content .price small {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}


.products .product:not(.category) .product-content ul {
    margin-bottom: 0
}

.products .product:not(.category).product--featured .product-content ul {
    font-weight: bold;
}

.products .product:not(.category) .product-content ul li {
    position: relative;
    padding-left: 25px;
}

.products .product:not(.category) .product-content ul li:before {
    content: url(images/check.svg);
    display: inline-block;
    width: 17.5px;
    margin-right: 7.5px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 1.5px;
}

.products .product:not(.category) .product-content > *:not(:last-child) {
    margin-bottom: var(--extrasmall);
}

.products .product:not(.category) .product-footer {
    padding: 0 var(--medium) var(--extrasmall) var(--medium);
}

.products .product:not(.category).product--featured .product-footer {
    padding: 0 var(--mediumlarge) var(--extrasmall) var(--mediumlarge);
}


.products .category {
    position: relative;
    display: block;
    border: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    aspect-ratio: 3 / 2;
        margin-bottom: var(--medium);
    height: calc(100% - var(--medium));
}

.products .category .category-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 2;
    overflow: hidden;
}

.products .category .category-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.products .category:hover .category-image img {
    -webkit-transform: scale(1.1);
     transform: scale(1.1);
}

.products .category .category-content {
    position: absolute;
    bottom: var(--small);
    left: var(--small);
    right: var(--small);
    z-index: 2;
    color: #ffffff;
    line-height: 0;
}

.products .category .category-content :is(h1, h2, h3, h4, h5) {
    color: #ffffff;
}

.products .category .category-content *:last-child {
    margin-bottom: 0
}


/* Product */

section.product {
    padding: var(--extralarge) 0;
    background: #ebeef0;
    overflow: hidden;
}

section.product .product-gallery {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: var(--small);
}

section.product .product-gallery:before {
    content: '';
    position: absolute;
    top: calc(var(--extrahuge) * -1);
    right: calc(var(--extralarge) * -1);
    bottom: calc(var(--extralarge) * -1);
    background-color: #ACBAC3;
    width: 75vw;
    pointer-events: none;
    height: 200vh;
}

section.product .product-gallery .product-gallery__image {
    background-color: #ffffff;
    position: relative;
    display: block;
    z-index: 2;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

section.product .product-gallery .product-gallery__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: var(--extrasmall);
}

section.product .product-gallery .product-gallery__image:nth-child(1) {
    grid-area: 1 / 2 / 4 / 4;
     aspect-ratio: unset;
}

section.product .product-gallery .product-gallery__image:only-child {
    aspect-ratio: 1 / 1;
    grid-area: 1 / 1 / 4 / 4;
}

section.product .product-gallery .product-gallery__image:nth-child(1) img {
    padding: 0;
}

section.product .product-gallery .product-gallery__image:nth-child(2) {
    grid-area: 1 / 1 / 2 / 2;
    
}

section.product .product-gallery .product-gallery__image:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
   
}

section.product .product-gallery .product-gallery__image:nth-child(4) {
    grid-area: 3 / 1 / 4 / 2;
}

section.product .product-gallery .product-gallery__image:nth-child(5) {
    grid-area: 4 / 1 / 5 / 2;
}

section.product .product-gallery .product-gallery__image:nth-child(6) {
    grid-area: 4 / 2 / 5 / 3; 
}

section.product .product-gallery .product-gallery__image:nth-child(7) {
    grid-area: 4 / 3 / 5 / 4; 
}



section.product .product-content {

}


section.product .product-content ul {
    margin-bottom: 0;
    font-weight: 700;
    line-height: 2;
}

section.product .product-content ul li {
    position: relative;
    padding-left: 25px;
}

section.product .product-content ul li:before {
    content: url(images/check.svg);
    display: inline-block;
    width: 17.5px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 2.5px;
}

section.product .product-content .price {
         font-size: 40px;
    font-weight: 500;
    line-height: 1;
    display: block;
}

body.logged-in section.product .product-content .price:before {
    content: 'Jouw prijs';
        display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

section.product .product-content .price small {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

section.product .product-content :is(strong, b) {
    color: #FBB040;
}

section.product .product-content form {
    display: flex;
    flex-wrap: wrap;
    gap: 7.5px;
}

section.product .product-content form small {
        flex: 0 0 100%;
}


section.product .product-content form .quantity {
    position: relative;
        max-width: 75px;
}


section.product .product-content form .quantity input {
    text-align: center;
    background: #ffffff;
}

section.product .product-content > *:not(:last-child, h1) {
    margin-bottom: var(--medium)
}

section.product .product-alternatives {
    margin-top: var(--mediumlarge)
}

section.product .product-alternatives *:last-child {
    margin-bottom: 0
}

/* Article */

article.article {
    margin: var(--extralarge) 0;
    position: relative;
}

article.article.article--reverse .row {
    flex-direction: row-reverse;
}


section.header + article.article.article--primary,
section.header + article.article.article--secondary {
    margin-top: 0
}

article.article.article--primary {
    background: #ebeef0;
    padding: var(--extralarge) 0;
    /*margin: 0;*/
}

article.article.article--secondary {
    background: #ACBAC3;
    padding: var(--extralarge) 0;
   /* margin: 0;*/
}

article.article .article-content {
    position: relative;
    z-index: 2
}

article.article .article-content table tr :is(th, td) {
    display: block;
}

article.article .article-content table tr td:last-child {
    border-bottom: 1px solid #ACBAC3;
    padding-bottom: var(--tiny)
}



article.article .article-content table tr:not(:first-child) td:first-child {
    padding-top: var(--tiny)
}

article.article .article-content .article-content__buttons {
    margin-top: var(--medium);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

article.article .article-content a:not(.btn, .download) {
    color: #FBB040;
    text-decoration: underline;
}

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

article.article .article-content img {
    width: auto;
}


article.article .article-content .alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

article.article .article-content .alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

article.article .article-person {
    line-height: 0;
    margin-bottom: calc(var(--extralarge) * -1);
    margin-top: calc(var(--huge) * -1);
}

article.article .article-image {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    z-index: 2;
}

article.article .article-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
   
}

article.article .article-image img:nth-child(2) {
    top: 15px;
    right: 30px;
    bottom: -15px;
    left: 30px;
    z-index: 0;
    filter: blur(15px);
    width: calc(100% - 60px);
    pointer-events: none;
    border-radius: 0;
}

/* Posts */

section.posts {
    margin: var(--extralarge) 0;
    position: relative;
}

section.posts .post {
    position: relative;
    margin-bottom: var(--large);
    height: calc(100% - var(--large));
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

section.posts [class*='col-']:nth-child(odd):after {
    content: '';
    border-right: 1px solid #000000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: calc(100% - var(--large));
}

section.posts .post .post-header {
     margin-bottom: var(--small);
}

section.posts .post .post-header * {
    margin-bottom: 0
}


section.posts .post .post-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

section.posts .post .post-content *:last-child {
    margin-bottom: 0
}

section.posts .post .post-footer {
    margin-top: var(--small);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Featured post */

section.featuredpost {
    margin: var(--extralarge) 0;
    position: relative;
}

section.featuredpost .featuredpost-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--medium);
    align-items: center;
    gap: var(--small);
}

section.featuredpost .featuredpost-header *{
    margin-bottom: 0;
}

section.featuredpost .featuredpost-image {
    position: relative;
    display: block;
    padding-bottom: 66.666%;
    height: 100%;
}

section.featuredpost .featuredpost-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.featuredpost .featuredpost-block {
    background: #ebeef0;
    padding: var(--extralarge);
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}


section.featuredpost .featuredpost-block .featuredpost-block__header {
     margin-bottom: var(--small);
}

section.featuredpost .featuredpost-block .featuredpost-block__header * {
    margin-bottom: 0
}


section.featuredpost .featuredpost-block .featuredpost-block__content {

}

section.featuredpost .featuredpost-block .featuredpost-block__content *:last-child {
    margin-bottom: 0
}

section.featuredpost .featuredpost-block .featuredpost-block__footer {
    margin-top: var(--small);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Contact */

section.contact {
        padding: var(--extralarge) 0;
    background: #ebeef0;
    position: relative;
}

section.contact:before {
       content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #ACBAC3;
    width: 50vw;
    pointer-events: none;
}

section.contact .contact-content {
    position: relative;
    z-index: 2
}

section.contact .contact-content .contact-content__buttons {
    margin-top: var(--medium);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

section.contact .contact-content .gform_wrapper {
    margin-top: var(--medium)
}

section.contact .contact-person {
    line-height: 0;
    margin-bottom: calc(var(--extralarge) * -1);
}



/* Cart */

section.cart {
    padding: var(--extralarge) 0;
    position: relative;

}



body.page-id-9 section.cart:after {
       content: '';
    background: #ebeef0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% + var(--medium));
    width: 50vw;
    z-index: -1;
    pointer-events: none;
}

section.cart .cart-header {
    margin-bottom: var(--medium);
}

section.cart .cart-header .breadcrumbs {
    margin-bottom: 7.5px;
}

section.cart .cart-header *:last-child {
    margin-bottom: 0;
}


section.cart .cart-content {
    
}

section.cart .cart-content .form-row:has(.woocommerce-input-wrapper) {
    position: relative;
}


/*
section.cart .cart-content .form-row:has(.woocommerce-input-wrapper):has(input:placeholder-shown) label {
        top: 0;
    right: 7.5px;
    left: 7.5px;
    padding: 15px;
    font-size: inherit;
    font-weight: 400;
        border: 1px solid transparent;

}

section.cart .cart-content .form-row:has(.woocommerce-input-wrapper) label { 
    position: absolute;
    transition: all .1s ease-in-out;
    z-index: 1;
    margin-bottom: 0;
    top: 7.5px;
    left: 22.5px;
    width: auto;
    display: block;
    font-size: 10px;
    font-weight: inherit;
    font-weight: 600;
    line-height: 1.25;
    border: 0;
}

section.cart .cart-content .form-row:has(.woocommerce-input-wrapper) :is(input, select) {
    padding: 20px 15px 10px 15px;
        border: 1px solid #ACBAC3;
}

section.cart .cart-content .form-row:has(.woocommerce-input-wrapper):has(input:placeholder-shown) input {
    padding: 15px;
}*/

section.cart .cart-content .form-row:has(.woocommerce-input-wrapper) .checkout-inline-error-message {
    display: none !important
}

section.cart .cart-content table {
    margin-bottom: 0
}

section.cart .cart-content table tr.product :is(th, td) {
    padding: 30px 10px 30px 10px;
       border-bottom: 1px solid #ACBAC3;
}

section.cart .cart-content table tr.product :is(th, td):first-child  {
    padding-left: 0;
}

section.cart .cart-content table tr.product :is(th, td):last-child  {
    padding-right: 0;
}

section.cart .cart-content table tr.product:first-child :is(th, td) {
    padding-top: 0;
}

section.cart .cart-content table tr.product:last-child :is(th, td) {
    border-bottom: 0;
    padding-bottom: 0;
}

section.cart .cart-content table tr.product td.product-thumbnail {
    width: 120px;
}



section.cart .cart-content table tr.product td.product-name :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 7.5px;
}

section.cart .cart-content table tr.product td.product-name :is(ul, ol, p, .quantity) {
    margin-bottom: 15px;
}


section.cart .cart-content table tr.product td.product-name ul.variation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 14px;
        max-width: 600px;
}

section.cart .cart-content table tr.product td.product-name ul.variation li {
        background: #FBB040;
    color: #ffffff;
    padding: 2.5px 7.5px;
    border-radius: 5px;
}

/*section.cart .cart-content table tr.product td.product-name ul.variation li b{
    display: none;
}  

*/

section.cart .cart-content table tr.product td.product-name a.remove {
    color: #FBB040;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    text-decoration-color: currentColor;
    white-space: nowrap;
}


section.cart .cart-content table tr.product td.product-name .quantity {
        max-width: 105px;
    display: flex;
    align-items: center;
    gap: 7.5px;
    background: #ffffff;
}

section.cart .cart-content table tr.product td.product-name .quantity span {
  
    font-size: 12px;
    border: 1.5px solid #000000;
    height: 25px;
    width: 25px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

section.cart .cart-content table tr.product td.product-name .quantity span:hover {
    background: #000000;
    color: #ffffff;
}

section.cart .cart-content table tr.product td.product-name .quantity input {
    text-align: center;
        padding: 12.5px 0;
        border-radius: 0;
    border: 0;
}

section.cart .cart-content table tr.product td.product-subtotal {
    font-size: 18px;
    text-align: right;
}

section.cart .cart-content table .coupon {
    display: flex;
    flex-wrap: nowrap;
    margin-top: var(--mediumlarge);
}

section.cart .cart-sidebar {
    background: #ebeef0;
       padding: var(--medium);
    position: sticky;
    top: calc(var(--header-height) + var(--medium));
}

body.page-id-9 section.cart .cart-sidebar {
        padding: 0 0 0 var(--largehuge);
}


section.cart .cart-sidebar table tr :is(th, td) :is(p, ul, ol) {
    margin-bottom: 0
}


section.cart .cart-sidebar table tr :is(th, td):last-child {
    text-align: right;
}

section.cart .cart-sidebar table tbody tr:last-child :is(th, td) {
    padding-bottom: 15px;
}

section.cart .cart-sidebar table tfoot tr:first-child :is(th, td) {
    border-top: 1px solid #ACBAC3;
    padding-top: 15px;
}

section.cart .cart-sidebar table tbody tr :is(th, td).product-thumbnail img {
    width: 90px;
}


section.cart .cart-sidebar table tbody tr :is(th, td).product-name b {
    margin-bottom: 5px;
        display: block;
}

section.cart .cart-sidebar table tbody tr :is(th, td).product-name ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: flex-end;
    font-size: 14px;
    margin-bottom: 7.5px;
}

section.cart .cart-sidebar table tbody tr :is(th, td).product-name ul li {
        background: #FBB040;
    color: #ffffff;
    padding: 2.5px 7.5px;
    font-weight: 400;
    border-radius: 5px;
}

section.cart .cart-sidebar table tbody tr :is(th, td).product-name ul li :is(b, strong) {
/*     display: none; */
     margin-bottom: 0;
        display: inline-block;
}  

section.cart .cart-sidebar table tbody tr :is(th, td).product-name .amount {
    color: #FBB040;
}

section.cart .cart-sidebar *:last-child {
    margin-bottom: 0
}

section.cart .cart-sidebar .checkout-button {
    width: 100%;
        text-align: center;
}




.radio label,
.checkbox,
.woocommerce-shipping-methods{
    display: block;
    margin-bottom: 15px;
    position: relative;
    line-height: 2;
}

.radio label input,
.payment_methods input,
.checkbox input,
.woocommerce-shipping-methods input {
     border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.radio label span,
.payment_methods input + label,
.checkbox span:not(.required),
.woocommerce-shipping-methods label {
    margin-bottom: 0;
    position: relative;
    width: 100%;
    font-weight: 500;
        padding-left: 30px;
            display: inline-block;
    line-height: 1.5;
}

.radio label span:before,
.payment_methods input + label:before,
.checkbox span:not(.required):before,
.woocommerce-shipping-methods label:before {
        content: '';
    width: 20px;
    height: 20px;
    border: 1.5px solid #000000;
    display: inline-block;
    border-radius: 5px;
    top: 50%;
    position: absolute;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ffffff;
}

.radio label span:before,
.payment_methods input + label:before,
.woocommerce-shipping-methods label:before {
    border-radius: 50%
}

.radio label input:checked + span:before,
.payment_methods input:checked + label:before,
.checkbox input:checked + span:not(.required):before,
.woocommerce-shipping-methods input:checked + label:before,
.woocommerce-shipping-methods input[type="hidden"] + label:before{
    background: #000000;
    border-color: #000000;
    box-shadow: 0 0 0 3px #ffffff inset;
}

.payment_methods .wc_payment_method:not(:last-child) {
    margin-bottom: 15px;
}

.payment_methods .wc_payment_method label img {
        display: inline-block;
    float: unset;
    width: auto;
    margin-left: 10px;
    vertical-align: middle;
}

.payment_methods .wc_payment_method .payment_box {
    font-size: 12px;
}

.payment_methods .wc_payment_method .payment_box *:last-child {
    margin-bottom: 0
}



.woocommerce-notices-wrapper {
    margin-bottom: var(--medium);
}

.woocommerce-notices-wrapper:empty {
    display: none;
}


.woocommerce-error li,
.woocommerce-message,
.woocommerce-info {
    background: #ebeef0;
        padding: 12.5px 20px;
    margin-bottom: 15px;
	    font-size: 14px;
}

.woocommerce-error li strong {
	display: none;
}

.woocommerce-error li,
.woocommerce-message:has(.restore-item) {
    background: #E30613;
    border-color: #E30613;
    color: #ffffff;
}

.woocommerce-error li :is(strong, b), 
.woocommerce-message :is(strong, b), 
.woocommerce-info :is(strong, b) {
    color: inherit;
}


.woocommerce-error li a,
.woocommerce-message a,
.woocommerce-info a {
   text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    text-decoration-color: #FBB040;
    margin-left: auto;
}

.woocommerce-error li a {
    text-decoration-color: #E30613;
}

.woocommerce-error li a[href*="#"] {
    text-decoration: none;
}

.woocommerce-message .restore-item {
        text-decoration-color: #E30613;
    color: #E30613;
}


/* Gravity Forms */

.gform_wrapper {
  

}

.gform_wrapper form {
    position: relative;
}


.gform_wrapper form .gform_body {


}

.gform_wrapper form .gform_body {

}

.gform_wrapper form .gform_body .gform_fields,
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield,
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col {
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
}


.gform_wrapper form .gform_body .gform_fields .gfield:last-child,
.gform_wrapper form .gform_body .gform_fields .gfield:has(.gform-grid-row) {
    margin-bottom: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gform_validation_container,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_visibility_hidden {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half,
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col:is(.ginput_left, .ginput_right) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-three-quarter {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-quarter {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-third {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-two-thirds {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-seven-twelfths {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-five-twelfths {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}


.gform_wrapper form .gform_body .gform_fields .gfield.spacer {
    display: none;
}




.gform_wrapper form .gform_body .gform_fields .gfield.hidden_label > :is(label, legend) {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield :is(label, legend) + .gfield_description {
    font-size: 14px;
    margin-bottom: 7.5px;
}


.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload > :is(label, legend) {
    font-weight: 400;
    
    margin-bottom: 0;
    padding: 17.5px 20px;
    border-radius: 15px;
    background: #ffffff;
    line-height: 1.5;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload > .ginput_container_fileupload {
        position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload > .ginput_container_fileupload input {

}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload > .ginput_container_fileupload input::file-selector-button {
     
    font-size: 18px;
        background: #AFD14E;
    color: #1C2428;
    font-weight: 400;
    padding: 10px 20px;
    border: 0;
    border-radius: 15px;
    margin-right: 7.5px;
    
    
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload > .ginput_container_fileupload :is(.gform_fileupload_rules, .ginput_preview_list) {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield_error:not(.gfield--type-fileupload) :is(input, textarea),
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload.gfield_error > :is(label, legend) {
    border-color: #E12824;
    
}





.gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .gfield_validation_message {

    display: none
}


.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_textarea {
    line-height: 1;
}


.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container .instruction {
    font-size: 14px;
    margin-top: 7.5px;
}



.gform_confirmation_message {
      color: #000000;
    background: #F1F7E8;
    line-height: 1.25;
    font-weight: 500;
    padding: 17.5px 20px;
    display: inline-block;
}




.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-section) *:last-child {
    margin-bottom: 0;
}





.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-phone, .gfield--type-number, .gfield--type-textarea):not(.hidden_label):has(input[placeholder], textarea[placeholder]) label,
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col:has(input[placeholder]) label {
    
    position: absolute;
    transition: all .1s ease-in-out;
    z-index: 1;
    margin-bottom: 0;
    top: 7.5px;
    left: 30px;
    width: auto;
    display: block;
    font-size: 12px;
    font-weight: inherit;
    font-weight: 600;
    line-height: 1.5;
    border: 0;
}


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-phone, .gfield--type-number, .gfield--type-textarea):not(.hidden_label):has(input[placeholder], textarea[placeholder]):has(:placeholder-shown) label,
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col:has(input[placeholder]):has(:placeholder-shown) label {
    top: 0;
    right: 7.5px;
    left: 7.5px;
    padding: 17.5px 22.5px;
    font-size: inherit;
    font-weight: 400;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-phone, .gfield--type-number, .gfield--type-textarea):not(.hidden_label):has(input[placeholder], textarea[placeholder]):has(:placeholder-shown) label .gfield_required,
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col:has(input[placeholder]):has(:placeholder-shown) label .gfield_required {
    margin-left: 2.5px;
}


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-phone, .gfield--type-number, .gfield--type-textarea):not(.hidden_label):has(input[placeholder], textarea[placeholder]) :is(input, textarea),
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col:has(input[placeholder]) :is(input, textarea) {
    padding: 25px 22.5px 10px 22.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-phone, .gfield--type-number, .gfield--type-textarea):not(.hidden_label):has(input[placeholder], textarea[placeholder]):has(:placeholder-shown) :is(input, textarea),
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col:has(input[placeholder]):has(:placeholder-shown) :is(input, textarea) {
    padding: 17.5px 22.5px;

}


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox, .gfield--type-choice) .ginput_container{

}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox, .gfield--type-choice) .ginput_container :is(.gfield_radio, .gfield_checkbox) {

}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox, .gfield--type-choice) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice {
        display: inline-block;
    margin-right: 7.5px;
    margin-bottom: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox, .gfield--type-choice) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice input {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox, .gfield--type-choice) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice label {
    margin-bottom: 0;
    padding: 12.5px 20px;
  
    border: 1px solid #ACBAC3;
    border-radius: 50px;
    line-height: 1;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
        position: relative;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox, .gfield--type-choice) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice label:before {
        display: inline-block;
    width: 25px;
    line-height: 0;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}



.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox, .gfield--type-choice) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice label:active {
    transform: scale(0.925);
}


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox, .gfield--type-choice) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice input:checked + label {
    box-shadow: 0 0 0 0.5px #ACBAC3 inset;
    background-color: #ACBAC3;
    color:#ffffff
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent {

}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent input{
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent label {
    position: relative;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent label:before{
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 7.5px;
    background: #ffffff;
    border: 1.5px solid #000000;
    vertical-align: middle;
    vertical-align: -2px;
     border-radius: 50%;
}


.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent input:checked + label:before{
    background: #000000;
    box-shadow: 0 0 0 2px #ffffff inset;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice {
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice input{
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice label {
    position: relative;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice label img {
    border: 2px solid #e6e5e5;
    margin-bottom: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice input:checked + label img{
    border-color: #b4a677;
}


.gform_wrapper form .gform_footer {
      margin-top: var(--extrasmall);
}


.gform_wrapper form .gform_body .gform_page_footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
/*     border-top: 1px solid #E4E4E4; */
    margin-top: 30px;
}

.gform_wrapper form .gform_body .gform_page_footer .button {
    border-radius: 0;
}

.gform_wrapper form .gform_body .gform_page_footer .gform_next_button {
    margin-left: auto;
    background: #b4a677;
}

.gform_wrapper form .gform_body .gform_page_footer input[type="submit"] {
    margin-left: auto;
    background: #0C534D;
    border-color: #0C534D;
}



.gform_wrapper form .gform_footer .gform_ajax_spinner {
    margin-left: 15px;
    border: 4px solid #ACBAC3;
    border-left: 4px solid #ffffff;
    animation: spinner 1.1s infinite linear;
    border-radius: 50%;
    width: 22.5px;
    height: 22.5px;
    vertical-align: middle;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {

    .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half, 
    .gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col:is(.ginput_left, .ginput_right) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

/* Footer*/

footer {
    position: relative;
    background: #000000;
    color: #ffffff;
    padding: var(--extralarge) 0 0 0;
}

footer .footer-logo {
    line-height: 0;
    margin-top: auto;
    padding-top: var(--medium)
}

footer .footer-menu {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--mediumlarge);
    font-weight: bold;
    margin-bottom: 0;
     margin-bottom: var(--large)
}

footer .footer-contact {
    margin-bottom: var(--large)
}

footer .footer-contact li:not(:last-child) {
    margin-bottom: var(--extrasmall)
}

footer .footer-newsletter {

}

footer .footer-newsletter input {
    background: #ffffff;
}

footer .footer-newsletter *:last-child {
    margin-bottom: 0
}

/* Responsive */

@media (max-width: 1600px) {
    
}   

@media (max-width: 1400px) {

   
    :root  {
        --base: 12.5px;
    }
   
}

@media (max-width: 1200px) {

    :root  {
        --base: 10px;
    }
    
}

@media (max-width: 992px) {

    :root  {
        --base: 7.5px;
    }

    h1,
    .h1 {
        font-size: 32px;
    }

    .h2,
    h2 {
        font-size: 28px;
    }

    .h3,
    h3 {
        font-size: 24px;
    }

    .h4,
    h4 {
        font-size: 22px;
    }

    .h5,
    h5 {
       font-size: 18px;
    }

    body {
        font-size: 15px;
    }
    

    header,
    header:has(+ section.header) {
        position: sticky;
        background: #ACBAC3;
    }

    header nav.navigation .navigation-toggler {
        display: block;
    }

    header nav.navigation .navigation-brand {
        max-width: 150px;
    }

    header nav.navigation ul.navigation-menu {
       position: absolute;
        top: calc(100% + var(--medium));
        overflow-x: scroll;
        background: #ACBAC3;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
        padding: 0 var(--medium) var(--medium);
        flex-direction: column;
        z-index: -1;
        left: -22.5px;
        right: -22.5px;
        gap: var(--small);
    }

    header nav.navigation ul.navigation-menu.open {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    header nav.navigation .navigation-actions > * {
        font-size: 0;
        gap: 0;
    }

    section.header .header-content {
        padding: var(--extralarge) var(--extralarge) var(--extralarge) 0;
    }


    section.header .header-image {
        width: auto;
        margin-left: -22.5px;
        margin-right: -22.5px;
    }

    section.header .header-content__label {
        padding-top: 0;
        padding-bottom: 0;
        right: 0;
    }

    section.blocks .block {
        padding: var(--medium);
    }

    section.blocks .block .block-header {
        max-width: 100%
    }

    section.blocks .block .block-image {
        max-width: 45%;
    }

    section.blocks .block .block-content {
        max-width: 55%;
    }

    section.blocks .block.block--secondary .block-content {
        max-width: 100%;
    }


    section.blocks .block.block--secondary .block-image {
        position: relative;
        aspect-ratio: 4 / 3;
        max-width: 100%;
        margin-bottom: var(--medium)
    }

    .products .product:not(.category).product--featured .product-content {
        max-width: 100%;
            padding: var(--small) var(--medium);
    }

    .products .product:not(.category) .product-background {
         position: relative;
        aspect-ratio: 4 / 3;
        max-width: 100%;
       
    }

    .products .product:not(.category) .product-background img { 
         padding: var(--small) var(--small) 0 var(--small)
    }

    section.featuredpost .featuredpost-header {
        flex-wrap: wrap;
    }   

    section.featuredpost .featuredpost-block {
        padding: var(--mediumlarge);
    }
    

    section.posts [class*='col-']:nth-child(odd):after {
        content: unset;
    }

    section.product  {
        padding-top: var(--large);
    }

    section.product .product-gallery {
        padding-bottom: var(--large);
        margin-bottom: var(--large);
    }

    section.product .product-gallery:before {
            width: auto;
        top: calc(var(--large) * -1);
        bottom: 0;
        left: -22.5px;
        right: -22.5px;
    }

    article.article .article-person {
        margin-top: 0;
    }

    article.article [class*='col-']:not(:last-child) {
        margin-bottom: var(--large)
    }

     section.contact:before {
        content: unset;
    }

    section.contact [class*='col-']:not(:last-child) {
        margin-bottom: var(--large)
    }


    section.cart .cart-sidebar {
        margin-top: var(--largehuge);
        position: relative;
        top: unset;
        padding: var(--medium) !important;
    }



    section.cart .cart-content table tr.product td.product-thumbnail {
        width: 90px;
    }

    section.cart .cart-sidebar table tbody tr :is(th, td).product-thumbnail img {
        width: 75px;
    }

    body.page-id-9 section.cart:after {
        content: unset;
    }


    footer {
        padding: var(--extralarge) 0;
    }
    footer .footer-logo {
        margin-bottom: var(--large);
    }
    footer .footer-menu {
        gap: var(--small);
    }


}   







@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0px rgb(64 183 85 / 50%);
    }
    100% {
        box-shadow: 0 0 0 7.5px rgb(64 183 85 / 0%);
    }
}