@charset "utf-8";
/* CSS Document */

/*
Theme Name: ByBjorn webshop theme
Author: VanderVeer Creative Agency
Author URI: https://vdveer.nl
Description: Custom template door VanderVeer
Version: 1.0
Tags: 
*/

:root {
    --main-color: #000000;
    --text-color: var(--main-color);
    --tint-color: #ECECEC;
    /*--sec-color: #E96B00;*/
    --sec-color: #c7bcbb; /* Beach kleur */
    --plus-color: #109C35;
    --min-color: #E22406;
}

body, html {
	padding:0;
	margin:0;
    background-color:white;
    color:var(--text-color);
    font-size:18px;
    line-height:1.5em;
    font-family: "Poppins", sans-serif; /* 400, 600 */
}
html {
    scroll-behavior: smooth;
}

* {	box-sizing: border-box;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; }

p { font-size:1rem;line-height: 1.5rem;color:inherit; }
a { color:inherit; }

p strong, p b, ul strong {
    font-weight:600;
}

ol {
    padding-left:1.05em;
    li {
        padding-left:.5em;
    }
}

@media screen and (max-width:768px) {
    body, html {
        font-size:16px;
    }
}


a.button, a.altbutton, button.button, button.wc-block-components-button, button.wc-block-components-product-button__button {
    -webkit-appearance:none;
    border:none;
    font-family: inherit;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-size:1.1rem;
    padding:.5em 1em;
    background-color:var(--main-color);
    color:white;
    transition: .16s ease;
    border-radius: 4px;
    min-height:0!important;
    margin-bottom:.5rem;
}
header .button, header .altbutton {
    margin-bottom: 0;
}
a.button.allsamples {
    font-size:.9rem;
}
a.button:hover, button.button:hover {
    background-color:var(--plus-color);
}
a.button.reversedbutton, button.button.reversedbutton {
    background-color:var(--plus-color);
    outline:1px solid var(--plus-color);
}
a.altbutton {
    background-color:var(--plus-color);
}
a.button.reversedbutton:hover, button.button.reversedbutton:hover, a.altbutton:hover {
    background-color:var(--main-color);
}

.center { text-align: center; }

.space-bottom {	margin-bottom:64px; }
.space-top { margin-top:64px; }
.space { margin-top:64px;margin-bottom:64px; }
.smallspace-bottom { margin-bottom:32px; }
.smallspace-top { margin-top:32px; }
.smallspace { margin-top:32px; margin-bottom:32px; }
.bigspace-bottom { margin-bottom:128px; }
.bigspace-top { margin-top:128px; }
.bigspace {	margin-top:128px;margin-bottom:128px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    color:inherit;
}
h1, .h1 {
    font-size:48px;
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.1em;
    font-weight:600;
    margin:0 0 1rem 0;
}
h2, .h2 {
    font-size:36px;
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.25em;
    font-weight:600;
    margin:0 0 1rem 0;
}
h3, .h3 {
    font-size:32px;
    font-size: clamp(20px, 2vw, 32px);
    line-height: 1.25em;
    font-weight:600;
    margin:1rem 0;
}
h4, .h4 {
    font-size:25px;
    font-size: clamp(18px, 2vw, 25px);
    line-height: 1.25em;
    font-weight:500;
    margin:0;
}

.bigcontainer, .bigcontainer-toright, .container, .container-toright, .container-toleft, .midcontainer, .smallcontainer, .minicontainer, .flexrow {
    display: flex;
    flex-wrap: wrap;
	position: relative;
	max-width:100%;
	padding-left:15px;
	padding-right:15px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.row, .flexrow {
	width:100%;
	overflow:hidden;
    padding-left:0;
    padding-right:0;
}
.reverse { flex-direction: row-reverse; }
.bigcontainer { width:1640px; }
.bigcontainer-toright { width:calc(50% + 820px);padding-right:0;margin-right:0; }
.container { width:1330px; }
.container-toright, .container-toleft { width:calc(50% + 665px);padding-right:0;margin-right:0; }
.container-toleft{margin-left:0;margin-right:auto;padding-left:0;padding-right:15px;}
.midcontainer {	width:1030px;width:930px; }
.smallcontainer { width:730px; }
.minicontainer { width:450px; }

.div5  { width:calc(5% - 12px);  }
.div10 { width:calc(10% - 12px); }
.div15 { width:calc(15% - 12px); }
.div20 { width:calc(20% - 12px); }
.div25 { width:calc(25% - 12px); }
.div30 { width:calc(30% - 12px); }
.div35 { width:calc(35% - 12px); }
.div33 { width:calc(33% - 12px); }
.div40 { width:calc(40% - 12px); }
.div45 { width:calc(45% - 12px); }
.div50 { width:calc(50% - 12px); }
.div55 { width:calc(55% - 12px); }
.div60 { width:calc(60% - 12px); }
.div65 { width:calc(65% - 12px); }
.div70 { width:calc(70% - 12px); }
.div75 { width:calc(75% - 12px); }
.div80 { width:calc(80% - 12px); }

@media screen and (min-width:769px) {
    .is-sticky {
        position: sticky;
        top:160px;/*approx. header height*/
    }
}
@media screen and (max-width:768px) {
    .space-bottom { margin-bottom:48px; }
    .space-top { margin-top:48px; }
    .space { margin-top:48px;margin-bottom:48px; }
    .smallspace-bottom { margin-bottom:22px; }
    .smallspace-top { margin-top:22px; }
    .smallspace { margin-top:22px;margin-bottom:22px; }
    .bigspace-bottom { margin-bottom:82px; }
    .bigspace-top { margin-top:82px; }
    .bigspace { margin-top:82px;margin-bottom:82px; }
    .div10, .div15, .div20, .div25 { width:calc(50% - 8px); }
    .div30, .div33, .div35, .div40, .div45, .div50, .div55, .div60, .div65, .div70, .div75, .div80 { width:100%; }
    .container-toright {
        padding-right:15px;
    }
}
@media screen and (max-width:425px) {
    .div10, .div15, .div20, .div25 { width:100%; }
}

header {
    position: -webkit-sticky;
    position: sticky;
    top:0;
    left:0;
    width:100%;
    z-index: 999;
}
.header-upper {
    background-color:var(--main-color);
    color:white;
    width:100%;
    display: flex;
    flex-wrap: wrap;
    padding:4px 40px;
    font-size:.95rem;
}
.header-rating {
    display: block;
    text-decoration: none;
    margin-right:1em;
    font-weight:bold;
}
.header-rating span.star::before, .header-rating span.star-half::before {
    content:'★';
    color:#FFCA07;
}
.header-rating span.star-half::before  {
    /*content:'☆';*/
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
}
ul.header-usps {
    margin:0;
    padding:0;
    list-style: none;
    flex:1 1 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}
ul.header-usps li {
    margin:0 0 0 2em;
    padding:0;
    display: inline;
}
.header-account {
    margin-left:auto;
    padding-left:2em;
}

.header-main {
    display: flex;
    flex-wrap: wrap;
    padding:18px 40px;
    background-color: white;
    align-items: center;
}
.logo img {
    display: block;
    height:85px;
    width:auto;
}

.extranav {
    ul {
        margin:0;
        padding:0;
        list-style:none;
        li {
            display:inline-block;
            padding:0;
            margin:0 0 0 .5em;
            a {
                text-decoration:none;
            }
        }
    }
}

header nav {
    margin-left:auto;
}
header nav ul {
    margin:0;
    padding:0;
    list-style: none;
}
header nav li {
    margin:0 32px 0 0;
    display: inline-block;
    padding:0;
}
header nav li a {
    text-decoration: none;
}
.header-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.header-cart span {
    display: block;
    position: absolute;
    z-index: 10;
    padding:0 4px;
    height:17px;
    min-width: 17px;
    border:1px solid var(--main-color);
    line-height: 17px;
    text-align: center;
    top:2px;
    right:-8px;
    font-size:14px;
    background-color:var(--main-color);
    color:white;
    border-radius: 100px;
}
.aws-container .aws-show-clear .aws-search-field {
    font-family: inherit;
}
.aws-container .aws-search-field {
    border-color:var(--main-color);
    border-right: none;
    border-top-left-radius: 4px!important;
    border-bottom-left-radius: 4px!important;
}
.aws-container .aws-search-form .aws-form-btn {
    background-color:var(--main-color);
    border-top-right-radius: 4px!important;
    border-bottom-right-radius: 4px!important;
    border-color:var(--main-color);
    transition: .3s ease;
}
.aws-container .aws-search-form .aws-form-btn:hover {
    background-color:var(--plus-color);
    border-color:var(--plus-color);
}
.aws-container .aws-search-form .aws-search-btn_icon {
    filter: brightness(0) invert(1);
}
.aws-search-result .aws_result_title {
    color:var(--main-color);
}

@media screen and (min-width:1425px) {
    header nav li {
        position: relative;
    }
    header nav li::before {
        content:'';
        position: absolute;
        bottom:-10px;
        left:50%;
        transform:TranslateX(-50%);
        width:10px;
        height:10px;
        border-radius: 100px;
        background-color: var(--main-color);
        opacity: 0;
        transition: .3s ease;
    }
    header nav ul.sub-menu li::before {
        display: none;
    }
    header nav li.current-menu-item::before, header nav li.current-menu-ancestor::before, header nav li:hover::before {
        opacity: 1;
    }
    header nav ul.sub-menu {
        display: none;
        top:100%;
        left:-15px;
        position: absolute;
        white-space: nowrap;
        background-color: white;
        padding:15px 0;
    }
    header nav ul.sub-menu ul.sub-menu {
        left:100%;
        top:0;
    }
    header nav li.menu-item-has-children {
        position: relative;
    }
    header nav li.menu-item-has-children::after {
        content: '▼';
        display: inline-block;
        position: relative;
        margin-left: 2px;
        font-size: 11px;
        transform: scaleY(.8) translateY(-2px);
    }
    header nav ul.sub-menu li.menu-item-has-children::after {
        content: '▶';
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-left: 0;
        font-size: 11px;
        transform: scaleX(0.8) translateY(-50%);
    }
    header nav li.menu-item-has-children:hover > ul.sub-menu {
        display: block;
    }
    header nav ul.sub-menu li {
        display: block;
        width:100%;
    }
    header nav ul.sub-menu li.menu-item-has-children {
        padding-right: 25px;
    }
    header nav ul.sub-menu a {
        display: block;
        width:100%;
        padding:15px;
    }
    header nav ul.sub-menu li.current-menu-item > a, header nav ul.sub-menu a:hover {
        background-color: var(--tint-color);
    }
    /*
    header .search-bar {
        display: inline-block;
        background-color:var(--tint-color);
        margin-right:.5rem;
        padding:.5em .7em;
        padding:0;
        width:240px;
    }
    header .search-bar .aws-container > form {
        height:47px;
    }
        */
    /*
    header .search-icon {
        display: none;
    }
    */
    header .search-icon {
        border: none;
        font-family: inherit;
        cursor: pointer;
        display: inline-block;
        text-decoration: none;
        font-size: 1.1rem;
        padding: .5em .7em;
        background-color: var(--main-color);
        color: white;
        transition: .16s ease;
        border-radius: 4px;
        min-height: 0 !important;
        margin-right:.5rem;
        img {
            display: inline-block;
            height: 1em;
            transform: TranslateY(3px);
            filter:brightness(0) invert(1);
        }
    }
    .header-cart {
        position: relative;
        padding-left:.7em!important;
        padding-right:.7em!important;
    }
    .header-cart img {
        display: inline-block;
        height:1em;
        transform:TranslateY(3px);
    }
    .header-cart span {
        right:-3px;
        top:-3px;
        background-color: white;
        color:var(--main-color);
    }
}
@media (min-width:1425px) and (max-width:1630px) {
    .header-main {
        padding:18px 15px;
    }
    .header-upper {
        padding-left:15px;
        padding-right:15px;
    }
    header nav li {
        margin-right:16px;
    }
    header .search-bar {
        width:180px;
    }

}

.hamburger {
    display: none; 
	position: relative;
	z-index:99;
	width:45px;
	height:45px;
    margin-right:26px;
	cursor: pointer;
}
.hamburger span {
	display:block;
	position: absolute;
	left:0;
	height:2px;
	width:24px;
	background:var(--main-color);
	transition: 0.3s ease;
    transform-origin: center;
    transform:translateY(-50%);
}
.hamburger span:nth-child(1) { top:calc(50% - 9px); }
.hamburger span:nth-child(2) { top:50%; }
.hamburger span:nth-child(3) { top:calc(50% + 9px); }
.opennav .hamburger span:nth-child(1) {
	top:50%; transform:translateY(-50%) rotate(45deg);
}
.opennav .hamburger span:nth-child(2) {
	top:50%; opacity:0;
}
.opennav .hamburger span:nth-child(3) {
	top:50%; transform:translateY(-50%) rotate(-45deg);
}
header .header-cta {
    font-size:1rem;
    padding:.55em .8em;
}
header nav .header-cta, .hide-desktop {
    display: none;
}
header .header-cta::before {
    content:'';
    display: inline-block;
    background-image:url('img/icons/Iconen-By-Bjorn_Vrijblijvend-Advies-Aan-Huis-3-2-1.svg');
    filter: brightness(0) invert(1);
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    height:1em;
    width:1.5em;
    transform:TranslateY(1px) scale(1.1);
    margin-right:.2em;
}
html[lang="en-GB"] header .header-cta::before {
    display:none;
}
header .search-bar {
    /*display: none;*/
    position: absolute;
    z-index: -1;
    background:var(--tint-color);
    top:100%;
    left:0;
    width:100%;
    transform:TranslateY(-100%);
    pointer-events: none;
    height:0;
    padding:15px;
    opacity: 0;
    transition: .3s ease-in-out;
}
header .search-icon {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
header .search-bar.opened {
    transform:none;
    pointer-events: all;

    height:auto;
    opacity: 1;
}

.pll-parent-menu-item {
    position:relative;
    margin-left:1.25rem!important;
    z-index:15;
    > a {
        display:inline-block;
        img {
            display:inline-block!important;
            transform:TranslateY(4px);
        }
        &::after {
            content: '▼';
            display: inline-block;
            position: relative;
            margin-left: 6px;
            font-size: 11px;
            transform: scaleY(.8) translateY(-2px);
        }
    }
    a {
        img {
            display:block;
            width:1.15rem!important;
            height:1.15rem!important;
            object-fit:cover;
            object-position:center;
            border-radius:100px;
        }
    }
    ul.sub-menu {
        display:none;
        position:absolute;
        top:100%;
        left:0;
        background:var(--main-color);
        text-align:center;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        padding-top:.25em;
        li {
            margin:0;
        }
        a {
            display:block;
            padding:.25em;
            img {
                width:1.25rem!important;
                height:1.25rem!important;
            }
        }
    }
    &:hover ul.sub-menu {
        display:block;
    }
}

@media screen and (max-width:1424px) {
    .logo img {
        height:75px;
    }
    .header-main {
        padding-top:12px;
        padding-bottom:12px;
        justify-content: space-between;
    }
    .hamburger {
        display: block;
    }
    header .header-cta {
        display: none;
    }
    header nav .header-cta {
        display: inline-block;
    }
    .hide-desktop {
        display:block!important;
    }
    .header-cart {
        position: relative;
        background-color: transparent!important;
        display: inline-block;
        text-decoration: none;
        margin-right:0!important;
        padding-right:0!important;
    }
    .header-cart img {
        filter:brightness(0);
    }
    header nav {
        display: none;
        overflow: auto;
        position: absolute;
        top:0;
        left:0;
        width:100%;
        height:100vh;
        background-color: white;
        z-index: -1;
        padding:185px 45px 128px 45px;
        font-size:1.1rem;
    }
    header.opennav nav {
        display: block;
    }
    header nav li {
        display: block;
        margin:.8em 0;
    }
    header nav ul.sub-menu {
        padding:0 0 0 1em;
    }
    header nav .pll-parent-menu-item {
        margin-left:0!important;
        ul.sub-menu {
            padding-left:0!important;
            a {
                padding:.5em .32em;
            }
            li::before {
                display:none;
            }
        }
    }
    header nav ul.sub-menu li::before {
        content:'└ ';
        display: inline-block;
        margin-right: .5em;
        font-size: .9em;
        transform:translateY(2px);
    }
    .header-upper {
        padding:4px 15px;
    }
    ul.header-usps li {
        font-size:.8em;
        margin: 0 0 0 1em;
    }
    .header-account {
        font-size:.8em;
    }
    
}
@media screen and (max-width:768px) {
    ul.header-usps {
        display: none;
    }
    .extranav {
        display:none;
    }
    .header-account {
        margin-left:auto;
    }
    header nav {
        padding-top:145px;
    }
    .logo img {
        height:58px;
    }
    .header-upper {
        padding:2px 15px;
    }
    .header-rating {
        font-size:.9em;
    }
    .header-main {
        padding:8px 15px;
    }
}

.haschecklist-wrap {
    align-items: stretch;
    justify-content: space-around;
}
.haschecklist {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
.haschecklist .button {
    margin-top:auto;
}
ul.checklist, .hero-content ul, .haschecklist ul {
    list-style: none;
    margin:1em 0;
    padding:0;
}
ul.checklist li, .hero-content li, .haschecklist li {
    position: relative;
    padding-left:1.5em;
}
ul.checklist li::before, .hero-content li::before, .haschecklist li::before {
    content:'';
    color:var(--plus-color);
    position: absolute;
    top:4px;
    left:0;
    display: block;
    width:18px;
    height:18px;
    background-image:url('img/icons/checkmark.svg');
    background-size:contain;
    background-repeat: no-repeat;
    background-position: top left;
}

/* WooCommerce general styles */

button.single_add_to_cart_button {
    background-color:var(--plus-color);
    font-size:1rem;
    flex:1 1 0px;
    max-width: 440px;
}
button.single_add_to_cart_button::before {
    content:'';
    display: inline-block;
    width:auto;
    height:1em;
    aspect-ratio:1/1;
    transform:translateY(2px) scale(1.1);
    background-image:url('img/icons/cart-icon.svg');
    background-size:contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-right:.5em;
}
@media screen and (max-width:430px) {
    .quantity {
        display: flex;
        flex-wrap: wrap;
        width:100%;
        gap:0 1em;
        justify-content: space-between;
        align-items: center;
    }
    .quantity input[type="number"] {
        flex:1 1 0px;
    }
    button.single_add_to_cart_button {
        flex:auto;
        width:100%;
    }
}
.woocommerce-notices-wrapper {
    background-color:var(--tint-color);
    padding:0;
    margin:1rem 0;
    border-radius: 6px;
}
.woocommerce-notices-wrapper:empty {
    margin:0;
}
.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-error {
    list-style: none;
    display: flex;
    padding:.5rem;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left:2.2rem;
}
.woocommerce-notices-wrapper .woocommerce-message::before, .woocommerce-notices-wrapper .woocommerce-error::before {
    content:'';
    width:24px;
    height:24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: absolute;
    top:50%;
    left:.4em;
    transform:translateY(-50%);
    background-image:url('img/icons/checkmark.svg');
    background-size:contain;
    background-repeat: no-repeat;
    background-position: top left;
}
.woocommerce-notices-wrapper .woocommerce-error::before {
    content:'!';
    border-radius: 0;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: var(--min-color);
    color:white;
    text-align: center;
    line-height: normal;
    font-weight: bold;
    padding-top:3px;
    height:20px;
    font-size:.9em;
    background-image:none;
}
.woocommerce-notices-wrapper .woocommerce-error li {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap:.25em;
    align-items: center;
    width: 100%;
}
.woocommerce-notices-wrapper .woocommerce-error li a.button {
    margin-left: auto;
}
@media screen and (max-width:768px) {
    .woocommerce-notices-wrapper {
        font-size:.85em;
        line-height: 1.2em;
    }
    .woocommerce-notices-wrapper a.button {
        font-size:.9rem;
        margin-top:.5em;
    }
}
ul.products {
    display: flex;
    flex-wrap: wrap;
    width:100%;
    gap:35px;
    gap:23px;
    margin:0;
    padding:0;
    list-style: none;
}
ul.products li.product {
    width:410px;
    max-width: calc(100% / 3 - 16px);
    height:300px;
    height:auto;
    aspect-ratio:1/1;
    position: relative;
    z-index: 5;
}
ul.products li.product .product-img {
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
ul.products li.product .product-img::after {
    content:'';
    position: absolute;
    z-index: 1;
    bottom:0;
    left:0;
    width:100%;
    height:100px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.4), rgba(0,0,0,0.00));
    opacity: .7;
}
ul.products li.product .product-img img {
    position: absolute;
    z-index: 1;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center;
    transition: .3s ease;
}
ul.products li.product .product-img img:nth-of-type(2) {
    z-index: 0;
}
ul.products li.product a.woocommerce-LoopProduct-link:hover .product-img img:nth-of-type(1) {
    opacity: 0;
}
ul.products li.product span.onsale {
    display: none;
}
ul.products li.product span.onsale, ul.products li.product span.sale-perc, ul.products li.product span.sold_out_badge {
    z-index: 5;
    position: absolute;
    top:0;
    left:0;
    font-size:14px;
    line-height: 1em;
    padding:.4em;
    background-color:var(--plus-color);
    color:white;
    font-weight: 600;
    text-transform: lowercase;
}
ul.products li.product span.sale-perc {
    font-size:.8rem;
    top:auto;
    left:auto;
    right:1.1rem;
    bottom:4.5em;
    border-radius: 100px;
    height:auto;
    aspect-ratio:1/1;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    transform:rotate(8deg);
    box-shadow:0 0 16px rgba(255,255,255,0.16);
}
ul.products li.product span.sold_out_badge {
    left:auto;
    right:0;
    background-color:var(--min-color);
}

ul.products li.product .woocommerce-loop-product__title {
    position: absolute;
    bottom:1.2rem;
    left:1.3rem;
    width:calc(65% - 1.5rem);
    margin:0;
    font-size:1rem;
    line-height: 1.2em;
    color:white;
    font-weight:600;
}
ul.products li.product .price {
    display: block;
    position: absolute;
    max-width:calc(35% - 1.5rem);
    width:auto;
    text-align: left;
    right:1.3rem;
    bottom:1.3rem;
    font-size:1.1rem;
    line-height: .6em;
    font-weight:600;
    color: white;
}
ul.products .product .price .woocommerce-Price-currencySymbol {
    font-size:.7em;
}
ul.products .product .price ins {
    text-decoration: none;
}
ul.products .product .price del {
    font-size:.8em;
    display: block;
    margin-bottom:.25em;
    opacity: .6;
    text-decoration: none;
}
ul.products .product .price del > span {
    position: relative;
    display: inline-block;
}
ul.products .product .price del > span::after {
    content:'';
    position: absolute;
    left:0;
    top:50%;
    width:100%;
    background-color: white;
    height:1px;
}
ul.products .product .price sup {
    font-size:.5em;
}
ul.products .product .price .price-suffix, .product .price .from {
    font-size:12px;
    line-height: 1em;
}
ul.products li.product a.add_to_cart_button {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    position: absolute;
    font-size:.9rem;
    line-height: 1.5em;
    top:1.1rem;
    right:1.1rem;
    background-color: var(--plus-color);
    background-color:var(--main-color);
    padding:.4rem .5rem;
    gap:0 .5em;
}
ul.products li.product.outofstock a.button {
    display: none;
}

ul.products li.product a.add_to_cart_button.product_type_simple::before, ul.products li.product a.add_to_cart_button.product_type_variable::before {
    content:'';
    display: inline-block;
    order:5;
    height:1.3rem;
    width:1.3rem;
    background-image:url('img/icons/cart-icon.svg');
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s ease;
}
ul.products li.product a.add_to_cart_button.product_type_variable::before, ul.products li.product a.add_to_cart_button.product_type_simple:not(.ajax_add_to_cart)::before {
    background-image:url('img/icons/arrow-right.svg');
}
ul.products li.product a.add_to_cart_button.product_type_simple.ajax_add_to_cart::after {
    content:'+';
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    width:1.2rem;
    height:1.2rem;
    font-size:1.1rem;
    line-height: 1rem;
    font-weight:700;
    border-radius: 100px;
    background-color:var(--plus-color);
    color:white;
    position: absolute;
    top:0;
    right:0;
    transform:translate(50%, -50%);
    transition: .3s ease;
}
ul.products li.product a.add_to_cart_button.product_type_simple:hover::after {
    transform:translate(50%, -50%) scale(1.3);
}
ul.products li.product a.add_to_cart_button.product_type_simple:hover::before {
    transform:rotate(-15deg);
}
ul.products li.product a.add_to_cart_button.product_type_variable:hover::before, ul.products li.product a.add_to_cart_button.product_type_simple:not(.ajax_add_to_cart):hover::before {
    transform:translateX(4px);
}
ul.products li.product a.added_to_cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    z-index: 5;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.6);
    backdrop-filter: blur(8px);
    font-size:1.4rem;
    font-weight:600;
    text-decoration: none;
}

.product-slider ul.products {
    width:100%;
    margin:0;
    padding:0;
}
.product-slider ul.products li.product {
    width:530px;
    height:400px;
    background-color:gray;
    margin-right: 40px;
}
@media screen and (max-width:1180px) {
    ul.products li.product {
        width:calc(50% - 12px);
        max-width: 100%;
    }
}
@media screen and (max-width:560px) {
    ul.products li.product {
        max-width:100%;
        width:430px;
    }
    .product-slider ul.products li.product {
        margin-right:0;
    }
}

.woocommerce-notices-wrapper {
    display: block;
    width:100%;
}
p.woocommerce-result-count, form.woocommerce-ordering {
    width:50%;
    float:left;
    margin:1em 0;
}
form select {
    display: block;
    border:2px solid black;
    background-color: white;
    max-width:100%;
    border-radius: 0;
    font-size:.9rem;
    font-family: inherit;
    padding:2px 4px;
}
form.woocommerce-ordering select {
    margin-left:auto;
}
.open-filter {
    display: none;
}

@media screen and (max-width:830px) {
    p.woocommerce-result-count, form.woocommerce-ordering {
        width:100%;
        float:none;
        margin:1em 0;
    }
    .has-filter {
        width:100%;
    }
    .filterwrap {
        width:100%;
        padding-bottom:2em;
    }
    .filterwrap.is-sticky {
        position: relative;
        top:auto;
    }
    .filter-wrap {
        overflow: hidden;
        display: block;
    }
    .open-filter {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        width:100%;
        background-color:var(--main-color);
        color:white;
        line-height:45px;
        text-align: center;
        margin:15px 0;
    }
    .open-filter i {
        display: inline-block;
        margin-right:12px;
    }
    .open-filter i img {
        width:20px;
        display: block;
    }
    .filter {
        max-height:0;
        transition:0.6s ease;
        overflow: hidden;
    }
    .filter.filter-opened {
        max-height:1000px;
    }
}

label {
    cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid var(--main-color);
    width: 20px;
    height: 20px;
    outline: 0;
    padding: 4px;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
    transform:translateY(-2px);
}
input[type="radio"], .bapf_asradio.bapf_radio_chck input[type="checkbox"] {
    border-radius: 100px;
}
.bapf_body ul {
    margin:0;
    padding:0;
    list-style: none;
}
.bapf_loader_page {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 999;
    background-color: rgba(255,255,255,0.3);
    transition: .3s ease;
}
.bapf_stylecolor ul {
    display: flex;
    flex-wrap: wrap;
    gap:15px;
    list-style: none;
}
.bapf_stylecolor ul li {
    position: relative;
    display: block;
    width:100%;
}
.bapf_stylecolor ul li label {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap:0 15px;
    align-items: center;
    width:100%;
}
.bapf_stylecolor .bapf_clr_span {
    position: relative;
    display: block;
    width:2em;
    height:2em;
    border:1px solid var(--tint-color);
}
.bapf_stylecolor .bapf_clr_text {
    line-height: 1em;
}
 

input[type="checkbox"]::after, input[type="radio"]::after, .bapf_stylecolor li .bapf_clr_span::after {
    content: "";
    width: 8px;
    height: 12px;
    border-bottom: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
    display: block;
    position: absolute;
    top: 0;
    left: 4px;
    transform: rotate(45deg);
    opacity: 0;
    transition: .3s ease;
}
.bapf_stylecolor li .bapf_clr_span::after {
    top:40%;
    left:50%;
    transform: translate(-50%, -50%) scale(1.5) rotate(45deg);
}
input[type="checkbox"]:hover::after, input[type="radio"]:hover::after, .bapf_stylecolor li label:hover .bapf_clr_span::after {
    opacity: .16;
}
input[type="checkbox"]:checked::after, input[type="radio"]:checked::after, .bapf_stylecolor li.checked .bapf_clr_span::after {
    opacity: 1!important;
}

.home-icon {
    display: inline-flex;
    flex-wrap: wrap;
    width:120px;
    aspect-ratio:1/1;
    height:120px; /*safari doesn't make 1/1 aspect-ratio square..*/
    justify-content: center;
    align-content: center;
    align-items: center;
    padding:15px;
    background-color: white;
    border-radius: 1000px;
}
.home-icon img {
    width:100%;
    height:100%;
    object-fit: contain;
    object-position: center;
}

.home-usp-bar {
    position: relative;
    width:100%;
}
.home-usp-bar::before {
    content:'';
    background:var(--tint-color);
    position: absolute;
    top:36%;
    bottom:0;
    right:0;
    left:calc(50% - 850px);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.home-usp-bar::after {
    content:'';
    position: absolute;
    top:0;
    bottom:0;
    width:230px;
    left:calc(50% - 850px);

    background-size:contain;
    background-repeat: no-repeat;
    background-position: bottom left;
}
@media screen and (max-width:1580px) {
    .home-usp-bar .container {
        margin-right:0;
        width:1200px;
    }
    .home-usp-bar::after {
        left:calc(50% - 700px);
    }
    .home-usp-bar h2 {
        padding-left:25px;
    }
}
@media screen and (max-width:1280px) {
    .home-usp-bar {
        margin-top:160px;
    }
    .home-usp-bar .container {
        width:100%;
    }
    .home-usp-bar .usp-container {
        background-color:var(--tint-color);
        padding-top:25px!important;
        padding-bottom:15px!important;
        overflow: visible;
    }
    .home-usp-bar::before, .home-usp-bar::after {
        display: none;
        content:none;
    }
    .usp-container::after {
        content:'';
        position: absolute;
        background-size:contain;
        background-repeat: no-repeat;
        background-position: bottom left;
        left:0;
        bottom:100%;
        top:auto;
        height:auto;
        aspect-ratio:2/3;
        width:210px;
    }
    .home-usp-bar h2 {
        padding-left:calc(35px + 15%);
    }
}
@media screen and (max-width:768px) {
    .hidemobile {
        display: none;
    }
    .hero-home, .hero-home .hero-img {
        margin-top:0!important;
        margin-bottom:0!important;
    }
    .hero-home .container, .hero-home .bigcontainer {
        padding:0;
    }
    .hero-home .hero-content {
        padding:35px 15px;
    }

    .home-usp-bar {
        margin-top:0;
    }
    .home-usp-bar::after {
        display: none;
        content:none;
    }
    .home-usp-bar .container:not(.usp-container) {
        display:flex;
        flex-wrap: nowrap;
        margin-bottom: 0;
        align-items: center;
    }
    .usp-container::after {
        display: none;
    }
    .home-usp-bar .container:not(.usp-container)::before {
        content:'';
        width:40%;
        display: inline-block;
        aspect-ratio:2/3;
        background-size:contain;
        background-repeat: no-repeat;
        background-position: bottom left;
    }
    .home-usp-bar h2 {
        padding-left:0;
        width:60%;
    }
}
@media screen and (max-width:475px) {
    .home-usp-bar .container:not(.usp-container)::before {
        width:50%;
    }
    .home-usp-bar h2 {
        width:50%;
        font-size:20px;
    }
}

.hoverimg {
    display: block;
    overflow: hidden;
    position: relative;
    width:100%;
    height:100%;
}
.hoverimg img {
    transition: .22s ease-in-out;
}
.hoverimg:hover img {
    transform:scale(1.1);
}



