/*
Theme Name: Coolsound
Theme URI: http://coolsound.nl
Description: Wordpress thema voor Coolsound
Author: Comceptum - Michael Doorneweerd & Hendry Bolt
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: coolsound
*/

:root  {
    --base: 15px;
    --massive: calc(var(--base) * 10);
    --huge: calc(var(--base) * 8);
    --extralarge: calc(var(--base) * 6);
    --largehuge: calc(var(--base) * 5);
    --large: calc(var(--base) * 4);
    --mediumlarge: calc(var(--base) * 3);
    --medium: max(30px, calc(var(--base) * 2.5));
    --smallmedium: max(22.5px, calc(var(--base) * 2));
    --small: max(15px, calc(var(--base) * 1.5));
    --extrasmall: max(10px, calc(var(--base) * 1));
    --tiny: max(10px, calc(var(--base) * 0.675));

    --massive-negative: calc(var(--base) * -10);
    --huge-negative: calc(var(--base) * -8);
    --extralarge-negative: calc(var(--base) * -6);
    --largehuge-negative: calc(var(--base) * -5);
    --large-negative: calc(var(--base) * -4);
    --mediumlarge-negative: calc(var(--base) * -3);
    --medium-negative: min(-30px, calc(var(--base) * -2.5));
    --smallmedium-negative: min(-22.5px, calc(var(--base) * -2));
    --small-negative: min(-15px, calc(var(--base) * -1.5));
    --extrasmall-negative: min(-10px, calc(var(--base) * -1));
    --tiny-negative: min(-7.5px, calc(var(--base) * -0.75));
}

html { 
    scroll-behavior: smooth; 
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: var(--small);
    margin-top: 0;
    font-weight: 700;
    line-height: 1.25;
    position: relative;
    display: block;
    font-family: space-grotesk-variable, sans-serif;
    text-wrap: balance;
}

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

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

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

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

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

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

.protipo {
    font-family: "protipo-compact", sans-serif;
    font-weight: 800;
    line-height: 1;
}


:is(h1, .h1).protipo { 
    font-size: 72px;
    color: #5855DE;
}

:is(h2, .h2).protipo { 
    font-size: 60px;
    color: #5855DE;
}

:is(h3, .h3).protipo { 
    font-size: 32px;
    color: #5855DE;
}






body {
    font-weight: 400;
    font-family: barlow, sans-serif;
    font-size: 15px;
    overflow-x: hidden;
    line-height: 1.375;
    margin: 0 var(--small);

    background: #FFFDF7;
    color: #000000;
    overflow-x: hidden;
}

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

a {
    color: currentColor;
    text-decoration: none;
    text-decoration-line: underline;
    text-decoration-thickness: 1.125px;
    text-underline-offset: 2.5px;
    
}

a:hover {
    text-decoration: none;
}

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

ul li {
    list-style: none;
}

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

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

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
    margin-top: var(--small);
    margin-bottom: var(--small);
    border: 0;
    border-top: 1px solid #BEF034;
}

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;
    padding: 10px 15px;
    border:0;
    background-color: #ffffff;
    font-weight: 400;
    color: #000000;
    border-radius: 2px;

}

:is(input, textarea, select):focus {
    box-shadow: 0 0 0 1px #C1E857;
}

select {
    background-image: url(images/select.svg);
    background-repeat: no-repeat;
    background-size: 12.5px;
    background-position: calc(100% - 15px) center;
}

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

::-webkit-input-placeholder {
    color: rgb(0 0 0 / 50%);
}

::-moz-placeholder {
    color: rgb(0 0 0 / 50%);
}

:-ms-input-placeholder {
    color: rgb(0 0 0 / 50%);
}

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

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

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

:focus-visible {
   outline-color: #C1E857;
    outline-offset: 2.5px;
}

table {
    margin-bottom: var(--small);
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

table thead tr {
   
}

b,
strong {
    font-weight: bold;
}

small,
.small {
    font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

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

.screen-reader-text {
    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;
}

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

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

@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.large-gutters {
        margin-right:  calc(var(--mediumlarge) * -1);
        margin-left: calc(var(--mediumlarge) * -1);
    }

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

    .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.small-gutters {
        margin-right:  calc(var(--small) * -1);
        margin-left: calc(var(--small) * -1);
    }

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

}

.row.tiny-gutters {
    margin-right:  -5px;
    margin-left: -5px;
}

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

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.btn {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 7.5px 20px 10px 20px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border: 0;
    z-index: 1;
    border-radius: 20px;
    background: #F49E2E;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.25;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
}

.btn:hover {
    background: #F39316
}

.btn.btn--white {
    background: #ffffff;
    color: #161616;
}
.btn.btn--white:hover {
    background: #F5F5F5;
}

.btn.btn--blue {
    background: #5855DE;
    color: #ffffff;
}

.btn.btn--blue:hover {
    background: #3533D7;
}


.btn.btn--cart {
    padding: 10px 15px;
}

.btn.btn--cart:after {
    content: url(images/cart-add.svg);
    width: 30px;
    line-height: 0;
    display: block;
    position: relative;
    bottom: -1px;
}

/* Header */

header {
    position: sticky;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
    background: #ffffff;
   
}

header .usps {
    position: relative;
    padding: var(--tiny);
    color: #5855DE;
    font-size: 14px;
}

header .usps ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 7.5px var(--medium);
    align-items: center;
    line-height: 1.25;
    justify-content: center;
    text-align: center;
}

header .usps ul li {
}

header .navigation {
    border-radius: 4px;
    background: #C1E857;
}

header .navigation nav.navigation__menu {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: var(--small);
    padding: var(--tiny) 0;
}

header .navigation nav.navigation__menu .navigation__brand {
    width: 100%;
    max-width: 150px;
    position: relative;
    margin: 0;
    z-index: 1;
    line-height: 0;
}

header .navigation nav.navigation__menu .navigation__search {
    position: relative;
    max-width: 300px;
    width: 100%;
    margin-left: var(--large);
}


header .navigation nav.navigation__menu .navigation__search input {
    
}

header .navigation nav.navigation__menu .navigation__search button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

header .navigation nav.navigation__menu .navigation__search button:after {
    content: url(images/search.svg);
    width: 15px;
    display: block;
    line-height: 0;
}

header .navigation nav.navigation__menu .navigation__actions {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--extrasmall);
    margin-bottom: 0;
    align-items: center;
    margin-left: auto;
}

header .navigation nav.navigation__menu .navigation__actions li {

}

header .navigation nav.navigation__menu .navigation__actions li a {
    text-decoration: none;
    font-weight: bold;
}

header .navigation nav.navigation__menu .navigation__actions li a.navigation__cart {
    content: url(images/cart.svg);
    width: 22.5px;
    line-height: 0;
    display: block;
}

header .topmenu {

}

header .topmenu nav.topmenu__menu {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: var(--small);
    padding: var(--extrasmall) 0;
    justify-content: space-between;
}


header .topmenu nav.topmenu__menu .topmenu__toggler {
    color: #5855DE;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 7.5px;
    cursor: pointer;
    white-space: nowrap
}


header .topmenu nav.topmenu__menu .topmenu__toggler:before {
    content: url(images/menu.svg);
    width: 15px;
}


header .topmenu nav.topmenu__menu ul {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--small);
    margin-bottom: 0;
    align-items: center;
}

header .topmenu nav.topmenu__menu ul li a {
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap
}


header .topmenu nav.topmenu__menu ul li a.topmenu__featured {
    color: #F5933C
}

header .topmenu nav.topmenu__menu ul li a:hover,
header .topmenu nav.topmenu__menu ul li a.active {
    color: #C1E857;
}



.submenu {
    position: fixed;
    top: var(--headerheight);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: scroll;
}

.submenu:before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    opacity: 0.5;
    
}
.submenu.active {
    opacity: 1;
    visibility: visible;
}


.submenu .submenu__menu {
    position: relative;
    background: #F6F2E7;
    margin: var(--medium) 0;
    font-weight: 500;
    top: 10px;
}

.submenu .submenu__menu:before {
    content: '';
    position: absolute;
    top: var(--medium-negative);
    right: 0;
    bottom: var(--medium-negative);
    left: 0;
    background: #F6F2E7;
    pointer-events: none;

    border-radius: 4px;
}

.submenu .submenu__menu ul {
    margin-bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding-left: var(--medium);
    line-height: 1.5;
}

.submenu .submenu__menu ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-right: 1px solid #000000;
}

.submenu .submenu__menu ul li {
  
}

.submenu .submenu__menu ul li:first-child {
    border-bottom: 0;
}



.submenu .submenu__menu ul li h5 {
    padding: 0 10px;
    margin-bottom: var(--extrasmall);
}

.submenu .submenu__menu ul li a {
    text-decoration: none;
    position: relative;
    display: block;
    padding: 5px 10px;
    margin-right: var(--medium);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
}

.submenu .submenu__menu ul li a.submenu-back {
    margin-bottom: var(--extrasmall);
}

.submenu .submenu__menu ul li a.submenu-back:before {
    content: url(images/arrow.svg);
    display: inline-block;
    width: 17.5px;
    line-height: 0;
    transform: rotate(-135deg);
    vertical-align: -2.5px;
    margin-right: 5px;
}

.submenu .submenu__menu ul li:hover > a {
    background: #ffffff;
}

.submenu .submenu__menu ul li a:has(+ ul):after {
    content: url(images/arrow.svg);
    position: absolute;
    right: 7.5px;
    width: 17.5px;
    line-height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.submenu .submenu__menu ul li.active > a:has(+ ul):after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}



.submenu .submenu__menu > ul {
    width: 25%;
}

.submenu .submenu__menu > ul:before {
    content: unset;
}

.submenu .submenu__menu > ul > li {

}

.submenu .submenu__menu > ul > li > a{
    
}

.submenu .submenu__menu > ul > li > ul {
    left: 25%;
    position: absolute;
    width: 25%;
    top: 0;
    display: none;

  
}


.submenu .submenu__menu > ul > li > ul > li > ul {
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.submenu .submenu__menu > ul > li > ul > li > ul > li > ul {
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}


/* Header */

section.header {
    border-radius: 4px;
    background: #E4FF81;
    overflow: hidden;
}

section.header .header__image {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 66.6666%;
    width: 50vw;
    height: 100%;
    border-radius: 4px;
}

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

section.header .header__product {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 66.6666%;
    height: 100%;
    border-radius: 4px;
}

section.header .header__product :is(img, video) {
    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;
}


section.header .header__content {
    padding: var(--huge) var(--extralarge) var(--huge) 0
}

section.header .header__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 7.5px;
    margin-top: var(--small);
    line-height: 0;
    margin-bottom: auto;
}


section.header .header__overlay {
    position: absolute;
    bottom: var(--mediumlarge);
    left: var(--mediumlarge);
    z-index: 1;
    margin-top: auto;
    background: #FFFDF7;
    max-width: 300px;
    border-radius: 2px;
    padding: var(--smallmedium);
}

section.header .header__overlay:after {
    content: '';
    line-height: 1;
    border-radius: 53.59px;
    background: #E5FC8F;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: var(--smallmedium);
    right: -30px;
    background-image: url(images/arrow.svg);
    background-repeat: no-repeat;
    background-size: 67.5%;
    background-position: center center;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

section.header .header__price {
    font-weight: 600;
    font-family:"space-grotesk-variable";
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0;
}

section.header .header__price small {
    font-size: initial;
    font-weight: 400;
    display: block;
}

/* Blocks */

section.blocks {
    position: relative;
    margin: var(--large) 0
}


section.blocks .block {
    position: relative;
    display: block;
    padding: var(--medium);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    background: #E4FF81;
    margin-bottom: 10px;
    height: calc(100% - 10px);
    
}

section.blocks .block:has(.block__image) {
    display: grid;
    grid-template-columns: 1fr 180px;
    gap: 10px


}

section.blocks .block.block--blue {
    background: #8EABFF;
    color: #ffffff;
}

section.blocks .block:has(.block__background:only-child) {
    padding: 0;
}


section.blocks .block .block__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

section.blocks .block .block__background :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;
}


section.blocks .block .block__overlay {
    position: relative;
    z-index: 1;
    margin-top: auto;
    background: #FFFDF7;
    max-width: 300px;
    border-radius: 2px;
    padding: var(--smallmedium);
}

section.blocks .block .block__overlay:after {
    content: '';
    line-height: 1;
    border-radius: 53.59px;
    background: #E5FC8F;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: var(--smallmedium);
    right: -30px;
    background-image: url(images/arrow.svg);
    background-repeat: no-repeat;
    background-size: 67.5%;
    background-position: center center;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

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

section.blocks .block .block__header *:first-child,
section.blocks .block .block__header *:last-child{
    margin-bottom: 0;

}

section.blocks .block .block__content {
    max-width: 300px;
    margin-top: var(--large);
}

section.blocks .block .block__content ul {
        margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0 7.5px;
    align-items: center;
}

section.blocks .block .block__content ul li:not(:last-child):after {
    content: '|';
    margin-left: 7.5px;
}

section.blocks .block .block__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 7.5px;
    padding-top: var(--small);
    margin-top: auto;
    line-height: 0;
    
    grid-column-start: 1;
    grid-row-start: 2;

}

section.blocks .block .block__image {
    display: block;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;

    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 1;
    margin-top: var(--medium-negative);
    margin-right: var(--medium-negative);
    margin-bottom: var(--medium-negative);
}

section.blocks .block .block__image:before {
    content: '';
    line-height: 1;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    width: 37.5px;
    height: 37.5px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url(images/arrow.svg);
    background-repeat: no-repeat;
    background-size: 67.5%;
    background-position: center center;
    z-index: 1;
}

section.blocks .block .block__image:hover:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

section.blocks .block .block__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;
    padding: 5px;
}

section.blocks .block .block__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.blocks .block .block__price {
    font-weight: 600;
    font-family:"space-grotesk-variable";
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0;
}

section.blocks .block .block__price small {
    font-size: initial;
    font-weight: 400;
    display: block;
}



/* Breadcrumb */

section.breadcrumbs {
    color: #808080
}

section.breadcrumbs * {
    margin-bottom: 0;
    text-decoration: none;
}

/* products */

section.products {
    position: relative;
    margin: var(--large) 0;
    overflow-x: hidden;
}

section.products .products__header {  
    margin-bottom: var(--small);
}

section.products .products__header:has(.btn) {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
}

section.products .products__header:has(.btn) *,
section.products .products__header *:last-child {
    margin-bottom: 0;
}

section.products .products__sorting {
    margin-bottom: var(--extrasmall);
    margin-top: var(--large);
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: var(--extrasmall)
}

section.products .products__sorting p {
    margin-bottom: 0;
}

section.products .products__sorting form {
    margin-left: auto;;
}

section.products .products__sorting form label {
    display: none;;
}

section.products .products__sorting .products__layout {
    cursor: pointer;
}

section.products .products__sorting .products__layout:before {
    display: block;
    width: 22.5px;
    line-height: 0;
}

section.products .products__sorting .products__layout[data-icon="horizontal"]:before {
    content: url(images/horizontal.svg);
}

section.products .products__sorting .products__layout[data-icon="vertical"]:before {
    content: url(images/vertical.svg);
}

section.products .product {
    border-radius: 2px;
    background: #F6F2E7;
    display: flex;
    flex-direction: column;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 10px;
    height: calc(100% - 10px);
}

section.products .product.product--horizontal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
}
section.products .product:hover {
    -webkit-transform: translateY(-2.5px);
    transform: translateY(-2.5px);
}

section.products .product:before {
    content: '';
    line-height: 1;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    width: 37.5px;
    height: 37.5px;
    position: absolute;
    top: var(--small);
    right: var(--small);
    background-image: url(images/arrow.svg);
    background-repeat: no-repeat;
    background-size: 67.5%;
    background-position: center center;
    z-index: 1;
}

section.products .product:hover:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

section.products .product.product--background {
    background: #8EABFF;
    color: #ffffff;
}

section.products .product.product--featured {
    background: #E4FF81;
    padding:var(--small)
}

section.products .product .product__label {
    background: #E4FF81;
    display: inline-block;
    font-weight: 500;
    position: absolute;
    top: var(--small);
    left: var(--small);
    z-index: 1;
    padding: 7.5px 20px 10px 20px;
    line-height: 1.25;
    color: #000000;
}

section.products .product .product__image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

section.products .product .product__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;
    padding: var(--tiny);
}

/* section.products .product .product__image:hover :is(img, video) {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
} */

section.products .product .product__header {
    padding: var(--extrasmall) var(--small) 0 var(--small);
    display: flex;
    flex-wrap: wrap;
    gap: 7.5px;
    line-height: 0;
    justify-content: center;
}

section.products .product .product__header:last-child {
    padding: 0 var(--small) var(--small) var(--small);
}

section.products .product .product__content {
    padding: var(--extrasmall) var(--small) var(--small) var(--small);
}

section.products .product .product__content .product__subtitle {
    margin-bottom: var(--tiny);
}

section.products .product .product__content .product__title {
    display: block;
    margin-bottom: 0;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.products .product .product__content .product__text {
    font-weight: 400;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



section.products .product .product__content .product__list {
    margin-bottom: var(--medium);
    display: flex;
    flex-wrap: wrap;
    gap: 0 7.5px;
    align-items: center;
}

section.products .product .product__content .product__list li:not(:last-child):after {
    content: '|';
    margin-left: 7.5px;
}

section.products .product .product__content .product__price {
    font-family:"space-grotesk-variable";
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0;
}

section.products .product .product__content .product__price small {
    font-size: initial;
    font-weight: 400;
    display: block;
}

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

small span.woocommerce-Price-amount.amount {
    text-decoration: line-through;
}

.woocommerce-Price-currencySymbol {
    display: none;
}

.cart-sidebar span.woocommerce-Price-currencySymbol {
    display: inline;
}

section.products .product .product__footer {
    padding: 0 var(--small) var(--small) var(--small);
    display: flex;
    flex-wrap: wrap;
    gap: 7.5px;
    line-height: 0;
    margin-top: auto
}

section.products .product .product__footer .product__price {
    font-weight: 600;
    font-family:"space-grotesk-variable";
    font-weight: bold;
    font-size: 48px;
    line-height: 1;
    flex: 0 0 100%;
}
section.products .product .product__footer .product__price small {
    font-size: initial;
    font-weight: 400;
    display: block;
}

section.products .product .product__footer .product__stock {
    display: block;
    color: #AED348;
    font-weight: bold;
    flex: 0 0 100%;
}


/* Banner */

section.banner {

}

section.banner .banner__layout {
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    background: #ffffff;
    border: var(--smallmedium) solid #E4FF81;
    border-radius: 4px;
    padding: var(--medium);
    gap: 0 var(--small)
}

section.banner .banner__layout .banner__header {
    
}

section.banner .banner__layout .banner__content {
    grid-column-start: 1;
    grid-row-start: 2;
    margin-top: auto;
}

section.banner .banner__layout .banner__content *:first-child {
    margin-bottom: 0;
}

section.banner .banner__layout .banner__footer {
    grid-column-start: 1;
    grid-row-start: 3;
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 7.5px;
    align-items: end;
}


section.banner .banner__layout .banner__price {
    font-weight: 600;
    font-family:"space-grotesk-variable";
    font-weight: bold;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 0;
    color: #5855DE;
    margin-right: auto;
}

section.banner .banner__layout .banner__price small {
    font-size: initial;
    font-weight: 400;
    display: block;
}


section.banner .banner__layout .banner__image {
    grid-row: span 3 / span 3;
    grid-column-start: 2;
    grid-row-start: 1;
    
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 3 / 2;
}




section.banner .banner__layout .banner__image :is(img, video) {
    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;
}


/* Single product */

section.product {
    position: relative;
    margin: var(--large) 0;
}

section.product .product__layout {
    background: #F6F2E7;
    border-radius: 2px;
    padding: var(--small);
}
section.product .product__layout .product__images {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
}

section.product .product__layout .product__images .product__image {
    position: relative;
    display: block;
    padding-bottom: 100%;
    height: 100%;
    border-radius: 2px;
}

section.product .product__layout .product__images .product__image:nth-child(1) {
    grid-column: span 3 / span 3;
    grid-row: span 3 / span 3;
    grid-column-start: 2;
    grid-row-start: 1;
}

section.product .product__layout .product__images .product__image:nth-child(2) {
    grid-column-start: 1;
    grid-row-start: 1;
}

section.product .product__layout .product__images .product__image:nth-child(3) {
    grid-row-start: 2;
}

section.product .product__layout .product__images .product__image:nth-child(4) {
    grid-row-start: 3;
}


section.product .product__layout .product__images .product__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;
}

section.product .product__layout .product__content {
    border-radius: 2px;
    background: #ffffff;
    padding: var(--medium);
}

section.product .product__layout .product__content .product__list li:not(:last-child):after {
    content: '|';
    margin-left: 7.5px;
}

section.product .product__layout .product__content .product__subtitle {
    color: #C1E857;
    margin-bottom: 0;
}


section.product .product__layout .product__content .product__price {
    font-family:"space-grotesk-variable";
    font-weight: bold;
    font-size: 48px;
    line-height: 1;
}
section.product .product__layout .product__content .product__price small {
    font-size: initial;
    font-weight: 400;
    display: block;
}

section.product .product__layout .product__content .product__delivery {
    color: #AED348;
}

section.product .product__layout .product__content .product__stock {
    margin-top: var(--extrasmall);
    margin-bottom: 0;
}

section.product .product__layout .product__content form {
    margin-top: var(--small);
}

section.product .product__layout .product__content form.variations_form {

}

section.product .product__layout .product__content form.variations_form table th{
    display: none;
}

section.product .product__layout .product__content form.variations_form table td{
    padding: 0
}

section.product .product__layout .product__content form.variations_form table td select {
    background-color: #F6F2E7;
}

section.product .product__layout .product__content form.variations_form table td .reset_variations {
    display: none;
}

section.product .product__layout .product__content form.variations_form .woocommerce-variation-add-to-cart,
section.product .product__layout .product__content form.cart:not(.variations_form) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

/* Specs */

section.information {
    position: relative;
    margin: var(--large) 0;
}

section.information ul {
    margin-bottom: 0;
}

section.information ul li {
    padding-left: 22.5px;
    position: relative;
}

section.information ul li:before {
        content: url(images/check.svg);
    width: 15px;
    display: inline-block;
    left: 0;
    position: absolute;
}

/* Specs */

section.specs {
    position: relative;
    margin: var(--large) 0;
}

section.specs .specs__layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

section.specs .specs__layout .specs__content {
    background: #F6F2E7;
    padding: var(--smallmedium);
}

section.specs .specs__layout .specs__content:nth-child(1) {

}

section.specs .specs__layout .specs__content:nth-child(2) {
    grid-column-start: 1;
    grid-row-start: 2;
}

section.specs .specs__layout .specs__content:nth-child(3) {
    grid-column-start: 1;
    grid-row-start: 3;
}

section.specs .specs__layout .specs__content.specs__content--table {
    grid-row: span 3 / span 3;
    grid-column-start: 2;
    grid-row-start: 1;
}

section.specs .specs__layout .specs__content.specs__content--background {
    background: #E4FF81
}

section.specs .specs__layout .specs__content *:last-child {
    margin-bottom: 0;
}

section.specs .specs__layout .specs__content table tr :is(th, td) {
    border-bottom: 1px solid #000000;
    padding: 7.5px
}

section.specs .specs__layout .specs__content table tr :is(th, td):first-child {
    padding-left: 0
} 

section.specs .specs__layout .specs__content table tr :is(th, td):last-child {
    padding-right: 0
} 

section.specs .specs__layout .specs__content table tr:first-child :is(th, td){
    padding-top: 0
}

section.specs .specs__layout .specs__content table tr:last-child :is(th, td){
    padding-bottom: 0;
    border-bottom: 0;
}



section.specs .specs__layout .specs__content table tr th {
    font-weight: 600;
}

/* Article */

article.article {
    position: relative;
    margin: var(--large) 0;
    z-index: 1
}

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

article.article .article__image {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 66.666%;
    height: 100%;
}

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


article.article .article__header {
    margin: 0 var(--medium) var(--medium) var(--medium);
}


article.article .article__header ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0 7.5px;
    align-items: center;
}

article.article .article__header ul li:not(:last-child):after {
    content: '|';
    margin-left: 7.5px;
}

article.article .article__header ul li a {
    text-decoration: none;
}

article.article .article__sidebar {
    border-radius: 2px;
    background: #E4FF81;
    padding: var(--small);
    position: sticky;
    top: calc(var(--headerheight) + 10px);
}


article.article .article__content {
    
}

article.article .article__content.article__content--background {
    border-radius: 2px;
    background: #F6F2E7;
    padding: var(--medium);
}

article.article .article__content a {
    color: #AED348;
    font-weight: bold;;
}   

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

article.article .article__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 7.5px;
    line-height: 0;
    margin-top: var(--small);
}

article.article .article__accordion {
    margin-top: var(--medium);
}

article.article .article__accordion > :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    margin: 0 var(--medium);
}


/* Cart */

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

}

section.cart .cart-header {
    margin-bottom: var(--medium);
    display: flex;
    align-items: center;
    gap: 10px
}

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: 5px;
    left: 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: 20px;
    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 #C1E857;
}

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 #C1E857;
}

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) a {
    text-decoration: none;
}
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: #C1E857;
    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 {

    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-subtotal {
       color: #C1E857;
    font-size: 18px;
    text-align: right;
}

section.cart .cart-content table .coupon {
    display: flex;
    flex-wrap: wrap;
    margin-top: var(--mediumlarge);
    border-radius: 2px;
    background: #8EABFF;
    padding: var(--small);
    gap: 10px;
}

section.cart .cart-content table .coupon :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    flex: 0 0 100%;
    color: #ffffff;
    margin-bottom: 0;
}

section.cart .cart-sidebar {
    background: #E4FF81;
       padding: var(--medium);
    position: sticky;
    top: calc(var(--headerheight) + 10px);
}




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 #000000;
    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: #C1E857;
    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 {
  
}

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

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


.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 #190B14;
    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: #190B14;
    border-color: #190B14;
    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: 12px;
}

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

.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: #F1F7E8;
    color: #190B14;
        padding: 12.5px 20px;
    font-weight: 500;
    margin-bottom: 15px;
   /*  display: flex;
    flex-wrap: wrap;*/
}

.woocommerce-error li,
.woocommerce-message:has(.restore-item) {
    background: rgb(227 6 19 / 50%);
    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: #C1E857;
    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;
}


.quantity {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
    max-width: 90px;
    border-radius: 60px;
    border: 1px solid #000000;
    color: #000000;
    padding: 7.5px 10px;
    line-height: 1.125;
}

.quantity button {
    cursor: pointer;
    padding: 0 5px;
}

.quantity input {
    padding: 0;
    -moz-appearance: textfield;
    line-height: 1.25;
    background: transparent;
    text-align: center;
    color: #000000;
    box-shadow: none;
}

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

/* Filters */

.filter__toggler {
    width: 100%;
    margin-bottom: var(--small);
}

.filters {
    display: grid;
    gap: var(--extrasmall);
}

.filters .filter {
    border-radius: 2px;
    background: #FFF;
    padding: var(--extrasmall)  var(--small);
    position: relative;
}



.filters .filter:after {
    content: url(images/arrow.svg);
    position: absolute;
    right: var(--extrasmall);
    top: var(--extrasmall);
    width: 22.5px;
    transform: rotate(135deg);
    line-height: 0;
}

.filters .filter > :is(b, strong) {
    margin-bottom: 5px;
    display: block;
}

.filters .filter ul {
    margin-bottom: 0;
    line-height: 1.675;
}

/* .filters .filter:not(:first-child) ul {
    display: none;
} */

.filters .filter ul li :is(label, a)  {
    text-decoration: none;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    display: block;
    font-weight: 400;
}

.filters .filter ul li .count {
    display: none;
}

.filters .filter ul li label input {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.filters .filter ul li label:has(input:checked),
.filters .filter ul li.chosen a {
    color: #AED348;
    font-weight: 500;
}
/* Accordion */

.accordion  {
    margin-top: var(--small);
}

.accordion .accordion-item {
    border-radius: 2px;
    background: #F6F2E7;
    padding: var(--extrasmall) var(--medium);
    display: block;
    margin-bottom: 10px;
      -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.accordion .accordion-item .accordion-item__toggler {
    display: block;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 0;
    padding-right: 12.5px;

}

.accordion .accordion-item .accordion-item__toggler:before {
    content: url(images/select.svg);
    display: block;
    position: absolute;
    cursor: pointer;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 0;
    right: 0;
    width: 12.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.accordion .accordion-item .accordion-item__toggler[aria-expanded="true"]:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);

}

.accordion .accordion-item .accordion-item__content {
    
}

/* Slick slider */

.slick-disabled {
    pointer-events: none;
    opacity: 0.75;
}
.slick-prev {
    position: absolute;
    left: 5px;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%)  rotate(-135deg);
    transform: translate(-50%, -50%)  rotate(-135deg);
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.slick-next {
    position: absolute;
    right: 5px;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.slick-arrow {
    font-size: 0;
    

}
.slick-arrow:after {
    content: '';
    line-height: 1;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    width: 37.5px;
    height: 37.5px;
    border: 1px solid #AED348;
    background-image: url(images/arrow-green.svg);
    background-repeat: no-repeat;
    background-size: 67.5%;
    background-position: center center;
    z-index: 1;
}

/* Social media */

.social-media {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0 7.5px;
}

.social-media li {
    
}

.social-media li a {
    text-decoration: none;
    width: 30px;
    height: 30px;
    display: block;
    background: #000000;
    border-radius: 50%;
    position: relative;
    
}

.social-media li a[data-icon]:before {
    content: '';
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: auto;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    background: #ffffff;
}


.social-media li a[data-icon="whatsapp"]::before {
mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z"/></svg>');
}

.social-media li a[data-icon="facebook"]::before {
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z"/></svg>');
}

.social-media li a[data-icon="youtube"]::before {
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"/></svg>');
}

.social-media li a[data-icon="instagram"]::before {
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/></svg>');
}

.social-media li a[data-icon="tiktok"]::before {
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z"/></svg>');
}

.social-media li a[data-icon="linkedin"]::before {
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"/></svg>');
}

.social-media li a[data-icon="pinterest"]::before {
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z"/></svg>');
}

.social-media li a[data-icon="twitter"]::before,
.social-media li a[data-icon="x"]::before {
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg>');
}

.social-media li a[data-icon="snapchat"]::before {
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M496.926,366.6c-3.373-9.176-9.8-14.086-17.112-18.153-1.376-.806-2.641-1.451-3.72-1.947-2.182-1.128-4.414-2.22-6.634-3.373-22.8-12.09-40.609-27.341-52.959-45.42a102.889,102.889,0,0,1-9.089-16.12c-1.054-3.013-1-4.724-.248-6.287a10.221,10.221,0,0,1,2.914-3.038c3.918-2.591,7.96-5.22,10.7-6.993,4.885-3.162,8.754-5.667,11.246-7.44,9.362-6.547,15.909-13.5,20-21.278a42.371,42.371,0,0,0,2.1-35.191c-6.2-16.318-21.613-26.449-40.287-26.449a55.543,55.543,0,0,0-11.718,1.24c-1.029.224-2.059.459-3.063.72.174-11.16-.074-22.94-1.066-34.534-3.522-40.758-17.794-62.123-32.674-79.16A130.167,130.167,0,0,0,332.1,36.443C309.515,23.547,283.91,17,256,17S202.6,23.547,180,36.443a129.735,129.735,0,0,0-33.281,26.783c-14.88,17.038-29.152,38.44-32.673,79.161-.992,11.594-1.24,23.435-1.079,34.533-1-.26-2.021-.5-3.051-.719a55.461,55.461,0,0,0-11.717-1.24c-18.687,0-34.125,10.131-40.3,26.449a42.423,42.423,0,0,0,2.046,35.228c4.105,7.774,10.652,14.731,20.014,21.278,2.48,1.736,6.361,4.24,11.246,7.44,2.641,1.711,6.5,4.216,10.28,6.72a11.054,11.054,0,0,1,3.3,3.311c.794,1.624.818,3.373-.36,6.6a102.02,102.02,0,0,1-8.94,15.785c-12.077,17.669-29.363,32.648-51.434,44.639C32.355,348.608,20.2,352.75,15.069,366.7c-3.868,10.528-1.339,22.506,8.494,32.6a49.137,49.137,0,0,0,12.4,9.387,134.337,134.337,0,0,0,30.342,12.139,20.024,20.024,0,0,1,6.126,2.741c3.583,3.137,3.075,7.861,7.849,14.78a34.468,34.468,0,0,0,8.977,9.127c10.019,6.919,21.278,7.353,33.207,7.811,10.776.41,22.989.881,36.939,5.481,5.778,1.91,11.78,5.605,18.736,9.92C194.842,480.951,217.707,495,255.973,495s61.292-14.123,78.118-24.428c6.907-4.24,12.872-7.9,18.489-9.758,13.949-4.613,26.163-5.072,36.939-5.481,11.928-.459,23.187-.893,33.206-7.812a34.584,34.584,0,0,0,10.218-11.16c3.434-5.84,3.348-9.919,6.572-12.771a18.971,18.971,0,0,1,5.753-2.629A134.893,134.893,0,0,0,476.02,408.71a48.344,48.344,0,0,0,13.019-10.193l.124-.149C498.389,388.5,500.708,376.867,496.926,366.6Zm-34.013,18.277c-20.745,11.458-34.533,10.23-45.259,17.137-9.114,5.865-3.72,18.513-10.342,23.076-8.134,5.617-32.177-.4-63.239,9.858-25.618,8.469-41.961,32.822-88.038,32.822s-62.036-24.3-88.076-32.884c-31-10.255-55.092-4.241-63.239-9.858-6.609-4.563-1.24-17.211-10.341-23.076-10.739-6.907-24.527-5.679-45.26-17.075-13.206-7.291-5.716-11.8-1.314-13.937,75.143-36.381,87.133-92.552,87.666-96.719.645-5.046,1.364-9.014-4.191-14.148-5.369-4.96-29.189-19.7-35.8-24.316-10.937-7.638-15.748-15.264-12.2-24.638,2.48-6.485,8.531-8.928,14.879-8.928a27.643,27.643,0,0,1,5.965.67c12,2.6,23.659,8.617,30.392,10.242a10.749,10.749,0,0,0,2.48.335c3.6,0,4.86-1.811,4.612-5.927-.768-13.132-2.628-38.725-.558-62.644,2.84-32.909,13.442-49.215,26.04-63.636,6.051-6.932,34.484-36.976,88.857-36.976s82.88,29.92,88.931,36.827c12.611,14.421,23.225,30.727,26.04,63.636,2.071,23.919.285,49.525-.558,62.644-.285,4.327,1.017,5.927,4.613,5.927a10.648,10.648,0,0,0,2.48-.335c6.745-1.624,18.4-7.638,30.4-10.242a27.641,27.641,0,0,1,5.964-.67c6.386,0,12.4,2.48,14.88,8.928,3.546,9.374-1.24,17-12.189,24.639-6.609,4.612-30.429,19.343-35.8,24.315-5.568,5.134-4.836,9.1-4.191,14.149.533,4.228,12.511,60.4,87.666,96.718C468.629,373.011,476.119,377.524,462.913,384.877Z"/></svg>');
}

/* Footer */

footer .footer__top {
    background: #E5FC8F;
    position: relative;
    padding: var(--tiny) 0;
    color: #030092;
}

footer .footer__top .footer__usps {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 7.5px var(--medium);
    align-items: center;
    line-height: 1.25;
    justify-content: space-between;
}

footer .footer__top .footer__usps li {
    
}

footer .footer__main {
    background: #BEF034;
    position: relative;
    padding: var(--medium) 0;
}

footer .footer__main .footer__menu {

}

footer .footer__main .footer__menu {
    line-height: 1.875;
   
}

footer .footer__main .footer__menu:last-child {
    margin-bottom: 0;
}

footer .footer__main .footer__menu.footer__menu--columns {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: var(--small);
    -moz-column-gap: var(--small);
    column-gap: var(--small);
}
footer .footer__main .footer__menu.footer__menu--columns li:has(b) {
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
}



footer .footer__main .footer__menu li{
    
}

footer .footer__main .footer__menu li a{
    text-decoration: none;
}

footer .footer__main .footer__menu li a:hover,
footer .footer__main .footer__menu li a.active {
    color: #030092;
}

footer .footer__footer {
    background: #BEF034;
    padding-bottom: var(--medium);
}

footer .footer__footer .footer__copyright {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0 7.5px;
    align-items: center;
    border-top: 1px solid #000000;
    padding-top: var(--extrasmall);
}

footer .footer__footer .footer__copyright > li:last-child {
    margin-left: auto;
}

footer .footer__footer .footer__copyright > li:not(:last-child, :nth-last-child(2)):after {
    content: '|';
    margin-left: 7.5px;
}

footer .footer__footer .footer__copyright li a {
    text-decoration: none;
}



footer .footer__payment {
    position: relative;
    padding: var(--extrasmall) 0;
}
footer .footer__payment img {
    max-width: 620px;
}

/* Responsive */


@media (max-width: 1600px) {

}   

@media (max-width: 1400px) {
    :root  {
        --base: 12.5px;
    }


}

@media (max-width: 1200px) {

    :root  {
        --base: 10px;
    }

    body {
        margin: 0 var(--extrasmall);
    }

    header .topmenu nav.topmenu__menu {
        gap: var(--extrasmall);
    }
    header .topmenu nav.topmenu__menu ul {
        gap: var(--extrasmall);
    }


}

@media (max-width: 992px) {

    
    :root  {
        --base: 7.5px;
    }
   

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

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

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

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

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

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


    :is(h1, .h1).protipo { 
        font-size: 42px;
    }
    
    :is(h2, .h2).protipo { 
        font-size: 36px;
    }
    
    :is(h3, .h3).protipo { 
        font-size: 32px;
    }
    

    body {
        margin: 0;
    }

    header .topmenu nav.topmenu__menu ul {
        display: none;
    }

    header .navigation nav.navigation__menu .navigation__search {
        display: none;
    }

    header .navigation nav.navigation__menu .navigation__actions li:not(:has(.navigation__cart)) {
        display: none;
    }

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

    section.header .header__image {
        width: auto;
        margin-left: var(--small-negative);
        margin-right: var(--small-negative);
    }

    section.products .product.product--horizontal {
        display: block;
    }

    section.products .product .product__content .btn.btn--white,
    section.products .product .product__footer .btn.btn--white {
        display: none;
    }

    section.products .product .product__footer .product__price {
        font-size: 24px;
    }

    section.product .product__layout .product__images {
        margin-bottom: var(--medium);
    }

    section.banner .banner__layout {
        display: flex;
        flex-direction: column;
        gap: var(--small);
    }

    section.blocks .block:has(.block__image) {
        grid-template-columns: 1fr 90px;
    }

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

    article.article .article__header {
        margin-bottom: 0;
    }
    

    section.specs .specs__layout {
        grid-template-columns: repeat(1, 1fr);
    }

    section.specs .specs__layout .specs__content {
        grid-row: unset !important;
        grid-column-start: unset !important;
        grid-row-start: unset !important;
    }

    section.cart .cart-sidebar {
        margin-top: var(--medium);
    }

    .filters {
        margin-bottom: var(--small);
    }

    .slick-prev {
        left: 12.5px;
    }
    .slick-next {
        right: 12.5px;
    }

    .submenu .submenu__menu {
        margin: var(--small) 0;
    }

    .submenu .submenu__menu:before {
        top: var(--small-negative);
        bottom: var(--small-negative);
    }

    .submenu .submenu__menu ul {
        min-height: 100%;
        padding-left: var(--small);
    }

    .submenu .submenu__menu ul:before {
        content: unset
    }

    .submenu .submenu__menu > ul {
        width: 100%
    }

    .submenu .submenu__menu > ul > li > ul {
        left: 0;
        width: 100%;
        background: #F6F2E7;
        z-index: 1;
    }

    .submenu .submenu__menu > ul > li > ul > li > ul {
        left: 0;
        width: 100%;
        background: #F6F2E7;
        z-index: 2;
    }

    .submenu .submenu__menu > ul > li > ul > li > ul > li > ul {
        left: 0;
        width: 100%;
        background: #F6F2E7;
        z-index: 3;
    }

    footer .footer__main [class*='col']:not(:last-child) {
        margin-bottom: var(--medium);
    }

    footer .footer__footer .footer__copyright > li:last-child {
        margin-top: var(--small);
    }
     
   


}   


