/*
Theme Name: Verbeca
Theme URI: http://verbeca.nl
Description: Wordpress thema voor Verbeca
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: verbeca
*/

:root  {
    --base: 15px;
    --massive: calc(var(--base) * 24);
    --huge: calc(var(--base) * 20);
    --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(7.5px, calc(var(--base) * 0.675));


    --massive-negative: calc(var(--base) * -24);
    --huge-negative: calc(var(--base) * -20);
    --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));


    --font-size-normal: 16px;
    --font-size-large: 18px;

}


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

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



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


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

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

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

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

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

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

/*

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

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

@font-face {
    font-family: 'Font Awesome 7 Sharp';
    src: url('fonts/FontAwesome7Sharp-Thin.eot');
    src: url('fonts/FontAwesome7Sharp-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/FontAwesome7Sharp-Thin.woff2') format('woff2'),
        url('fonts/FontAwesome7Sharp-Thin.woff') format('woff'),
        url('fonts/FontAwesome7Sharp-Thin.ttf') format('truetype'),
        url('fonts/FontAwesome7Sharp-Thin.svg#FontAwesome7Sharp-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

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


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Manrope';
    margin-bottom: var(--extrasmall);
    margin-top: 0;
    line-height: 1.25;
    position: relative;
    display: block;
    font-weight: bold;
    text-wrap: balance;
    color: currentColor
}

h1,
.h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: var(--medium);
}

.h2,
h2 {
    font-size: 32px;
    /* margin-bottom: var(--small); */
}

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

.h4,
h4 {
    font-size: 20px;
    font-weight: 600
}

.h5,
h5 {
    font-size: 18px;
     font-weight: 600;
     margin-bottom: 5px;
}

.h6,
h6 {
    font-size: 16px;
     font-weight: 600;
     margin-bottom: 5px;
  
}

:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).large {
    font-size: 64px;
}

.light {
    font-weight: 400;
}

body {
    font-size: var(--font-size-normal);
    font-weight: 300;
    font-family: 'Manrope';
    overflow-x: hidden;
    line-height: 1.625;
    color: #003C6C;
    background: #ffffff;
        background: #F3F4F6;
    margin: 0;
}

body.overflow-hidden {
    overflow-y: hidden;
    overflow-x: hidden;
}

main {
}

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

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

/* a:hover {
    text-decoration: none;
} */

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

ul li {
    list-style: none;
}

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

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

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 5px solid #003C6C;
}

blockquote {
    font-size: 32px;
        line-height: 1.25;
    margin: 0;
    margin-bottom: var(--extrasmall);
    letter-spacing: -0.7px;
}


blockquote:before {
    content: '“';
}


blockquote:after {
    content: '”';
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
    appearance: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    box-sizing: border-box;
    outline: 0;
    transition: all 0.3s;
    line-height: 1.375;
    width: 100%;
    position: relative;
    padding: 15px 20px;
    border:0;
    border-radius: 7.5px;
    background: #F3F4F6;
    color: #003C6C;
    box-shadow: 0 0 0 1px #E5E7EB inset;
    font-weight: 400;

}

:is(input, textarea, select):focus {
    box-shadow: 0 0 0 1.5px #003C6C;
}

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

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



::-webkit-input-placeholder {
    color: #7F8184;
}

::-moz-placeholder {
    color: #7F8184;
}

:-ms-input-placeholder {
    color: #7F8184;
}

::-moz-selection {
    background-color: #002F54;
    color: #ffffff;
}

::selection {
    background-color: #002F54;
    color: #ffffff;
}

::-moz-selection {
    background-color: #002F54;
    color: #ffffff;
}



:focus-visible {
   outline-color: #003C6C;
    outline-offset: 5px;
}

:focus {
    outline: 0 !important;
}

table {
    width: 100%;
}

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

table thead tr {
        background: #003C6C;
    color: #ffffff;
}


table tbody tr:nth-child(odd) {
    background: #EFEFEF;
}

table tr :is(td, th) {
    padding: 5px 15px;
}

table tr th {
    font-weight: 500;
} */



b,
strong {
    font-weight: 500;
}

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

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


.btn {
    -webkit-appearance: none;
    padding: 15px 20px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border: 0;
    z-index: 1;
    border-radius: 7.5px;
    background: #FABC43;
    color: #003C6C;
    overflow: hidden;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    cursor: pointer;
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 15px;
    white-space: nowrap
}

.btn:before {
    font-weight: 400;
    font-family: 'Font Awesome 7 Pro';
    font-size: 19px;
    position: relative;
    transition: all 0.3s;
    line-height: 1;
}

.btn:after {
    content: "\f0a9";
    font-weight: 400;
    font-family: 'Font Awesome 7 Pro';
    font-size: 19px;
    position: relative;
    transition: all 0.3s;
    line-height: 1;
    margin-left: auto;
}

.btn[href*="tel:"]:after {
    content: "";
}

.btn[href*="mailto:"]:after {
    content: "";
}

.btn[data-icon]:after {
    content: attr(data-icon);
}

.btn:hover {
    background: #F9B224;
}

.btn:hover:after {
    transform: translateX(2.5px);
}


.btn.btn--secondary {
    background: #003C6C;
    color: #ffffff;
}

.btn.btn--secondary:hover {
    background: #002D52;
}

.btn.btn--tertiary {
    background: #002F54;
    color: #ffffff;
}

.btn.btn--tertiary:hover {
    background: #001729;
}

.btn.btn--white {
    background: #ffffff;
    color: #003C6C;
}

.btn--cart {
    justify-content: center;
}

.btn--cart:after {
    content: '';
     margin-left: unset;
}

.btn--cart:hover:after {
    transform: unset;
    animation: tilt-shaking 0.25s linear infinite;
        
}

.btn--filter {
    justify-content: center;
}

.btn--filter:after {
    content: '';
     margin-left: unset;
}

.btn--checkout {
    justify-content: center;
}

.btn--checkout:after {
    content: unset;
}

.btn--signout {
    justify-content: center;
}

.btn--signout:before {
    content: '';
}

.btn--signout:after {
    content: unset;
}


/* Main styles */

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

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

header nav.navigation .navigation-logo {
    width: 100%;
    max-width: 180px;
    position: relative;
    margin: 0;
    z-index: 1;
    line-height: 0;
    transition: all .3s;
    display: block;
        margin-right: var(--medium);
}

/* header nav.navigation .navigation-logo:only-child {
        margin-left: auto;
    margin-right: auto;
} */

header nav.navigation > ul {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: var(--small);
    margin-bottom: 0;
    flex: 1 1 auto;
}

header nav.navigation > ul > li {
    position: relative;
}

header nav.navigation > ul > li > a{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
    white-space: nowrap;
        padding: var(--tiny) 0;
}

header nav.navigation > ul > li.current-menu-item > a {
    font-weight: 500
}

header nav.navigation > ul > li > a:hover {
    color: #FABC43
}



header nav.navigation .navigation-form {
    position: relative;
    width: clamp(0px, 100%, 300px);
}

header nav.navigation .navigation-form input {
    background: #ffffff;
    padding: 12.5px 20px;
}
header nav.navigation .navigation-form button {
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #003C6C;
}

header nav.navigation .navigation-form button:before {
        content: '';
    font-weight: 400;
    font-family: 'Font Awesome 7 Pro';
    font-size: 19px;
    line-height: 1;
}

header nav.navigation .navigation-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 7.5px;
}

header nav.navigation .navigation-actions a {
    background: #FABC43;
    padding: 10px 20px;
    border-radius: 7.5px;
    line-height: 1.375;
}

header nav.navigation .navigation-actions a.navigation-actions__account {
    background: #003C6C;
    color: #FABC43;
}

header nav.navigation .navigation-actions a:before {
   content:  attr(data-icon);
    font-weight: 400;
    font-family: 'Font Awesome 7 Pro';
    font-size: 19px;
    
       
}


header nav.menu {
    background: #002F54;
    color: #FFFFFF;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: var(--small);
}

header nav.menu:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: #002F54;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

header nav.menu > ul.menu-menu {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 0;
    flex: 1;
}

header nav.menu > ul.menu-menu > li {
    position: relative;
    flex: 1;
    border-right: 1px solid #003C6C;
    text-align: center;
}

header nav.menu > ul.menu-menu > li:first-child {
    border-left: 1px solid #003C6C;
}

header nav.menu > ul.menu-menu > li > a {
    text-decoration: none;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
    padding: var(--extrasmall);
    justify-content: center;
    font-size: var(--font-size-normal);
    font-weight: 900;
    text-transform: uppercase
}

header nav.menu > ul.menu-menu > li > a:hover {
    color: #FABC43
}

header nav.menu > ul.menu-menu > li.current-menu-item > a {
   background: #FABC43;
   color: #ffffff;
}

header nav.menu > ul.menu-menu > li.current-menu-item > a:after {
    color: #ffffff;
}



.submenu > a:after {
    content: '';
    font-weight: 400;
    font-family: 'Font Awesome 7 Pro';
    display: inline-block;
    line-height: 1;
    transition: all 0.3s;
    color: #FABC43;
    font-size: 14px;
}

.submenu.open > a:after {
    transform: rotate(180deg);
}

.submenu > ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    margin-bottom: 0;
    background: #ffffff;
    color: #003C6C;
    padding: var(--extrasmall);
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotateX(90deg) translateX(-50%);
    transform: rotateX(90deg) translateX(-50%);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    line-height: 1;
    z-index: 10;
    text-align: left;
    left: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 12.5px;
}

.submenu.open > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg) translateX(-50%);
    transform: rotateX(0deg) translateX(-50%);
}

.submenu > ul li {

}

.submenu > ul li a {
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 12.5px;
    transition: all 0.3s;

}

.submenu > ul li a:hover {
    color: #FABC43
}

.submenu > ul li.current-menu-item a {
  font-weight: 500;
}

.submenu > ul li a:before {
    content: "";
    font-weight: 400;
    font-family: 'Font Awesome 7 Pro';
    font-size: 14px;
    color: #FABC43;
    transition: all 0.3s;
     display: inline-block;
}

.submenu > ul li a:hover:before {
    transform: translateX(2.5px)
}

header nav.navigation .navigation-toggler {
    position: relative;
    margin: 0;
    z-index: 1;
    display: none;
    color: #FABC43;
    border-radius: 7.5px;
    background: #002F54;
        padding: 13.5px 20px;
}

header nav.navigation .navigation-toggler span {
    display: block;
    width: 22px;
    height: 2px;
}


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

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

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

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

header nav.navigation .navigation-toggler span {
    position: relative;
    transition: all 500ms ease-in-out;
    background-color: currentColor;
}

header nav.navigation .navigation-toggler.active span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
}

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

header nav.navigation .navigation-toggler.active span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 6px;
} 

/* Header */

section.header {
    position: relative;
    color: #ffffff;
}

section.header:has(+ section.blocks.blocks--background):before {
       content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background: #F3F4F6;
    pointer-events: none;
    z-index: -1;
    top: 50%;
    bottom: 0;
}

section.header .header-image {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   overflow: hidden;
}

section.header .header-image:before {
      content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 1;

}
section.header.header--small .header-image {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 7.5px
}

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-content {
    z-index: 2;
    position: relative;
    padding: var(--massive) 0 var(--mediumlarge) 0;
    max-width: 576px;
}

section.header.header--small .header-content {
    padding: var(--huge) 0 var(--mediumlarge) 0;
}

section.header .header-content p {

}

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

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

/* Article */

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

article.article.article--primary {
    background: #003C6C;
    color: #ffffff;
    margin: 0;
    padding: var(--extralarge) 0;
}

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

article.article .article-content.article-content--maxwidth  {
    max-width: 510px;
}

article.article .article-content p:first-of-type {
    font-size: var(--font-size-large);
}

article.article .article-content img {
    width: auto;
    max-width: 100%;
}


article.article .article-content ul {
    display: flex;
    flex-direction: column;
    gap: 10px;     
}

article.article .article-content ul li {
    display: flex;
    flex-wrap: nowrap;
    gap: 12.5px;
}

article.article .article-content ul li:before {
    content: "";
    font-weight: 400;
    font-family: 'Font Awesome 7 Pro';
    color: #FABC43;
}


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

article.article .article-content .article-content__buttons {
    margin-top: var(--smallmedium);
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    gap: var(--tiny);
}

article.article .article-image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 75%;
    border-radius: 7.5px;
}

article.article .article-image.article-image--square {
    padding-bottom: 100%;
}

article.article .article-image.article-image--large {
    width: 50vw;
    border-radius: 0 7.5px 7.5px 0;
    padding-bottom: 100%;
    float: right;
}

article.article .flex-row-reverse .article-image.article-image--large {
    float: left;
    border-radius: 7.5px 0 0 7.5px;
}

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

/* Post */

section.post {
    position: relative;
    margin: var(--largehuge) 0 var(--extralarge) 0;
    /* overflow: hidden; */
    color: #002F54;
}

/* section.post.post--background {
    background: #F3F4F6;
     padding-bottom: var(--extralarge);
      margin: 0;
      margin-top: var(--largehuge);
} */


section.post .post-title {
    position: relative;
    /* padding-bottom: var(--large); */
    z-index: 1;
    margin-bottom: var(--extrasmall);
    max-width: 576px;
}

/* section.post .post-title:before {
       content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background: #ffffff;
    pointer-events: none;
    z-index: -1;
    top: 0;
    bottom: 0;
} */

section.post .post-title .post-title__label {
    font-size: var(--font-size-large);
    color: #B2B5BC;
    font-weight: bold;
}

section.post .post-title .post-title__data {
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    gap: var(--small);
}

section.post .post-title .post-title__data li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    font-weight: bold;
}

section.post .post-title .post-title__data li:before {
    content: attr(data-icon);
    font-weight: 400;
    font-family: 'Font Awesome 7 Pro';
}

section.post .post-title *:last-child {
    margin-bottom: 0;
}

section.post .post-image {
    display: block;
    aspect-ratio: 3 / 2;
    border-radius: 7.5px;
    position: relative;
    margin: var(--medium) 0;
}

section.post .post-block + .post-image {
    margin: var(--small) 0;
}

/* section.post .post-image:before {
        content: '';
    position: absolute;
    top: -100vh;
    bottom: 50%;
    left: -100vw;
    right: -100vw;
    background: #F3F4F6;
    pointer-events: none;
    z-index: -2;
} */

section.post .post-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s;
    border-radius: 7.5px;
}

section.post .post-block {
    background: #ffffff;
    padding: var(--mediumlarge);
    border-radius: 7.5px;
    margin-top: var(--small);
} 

section.post .post-block .post-block__icon {
    background: #FABC43;
    padding: 10px 20px;
    border-radius: 7.5px;
    line-height: 1.375;
    display: inline-block;
    margin-bottom: var(--extrasmall);
}

section.post .post-block .post-block__icon:before {
    content: '';
    font-weight: 400;
    font-family: 'Font Awesome 7 Pro';
    font-size: 19px;
}

section.post .post-block:first-child {
    margin-top: 0;
}

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

section.post .post-content {
    
}


section.post .post-content + .post-content {
    margin-top: var(--medium)
}

section.post .post-content p:first-of-type {
    font-size: var(--font-size-large);
}

section.post .post-content .post-content__buttons {
    margin-top: var(--smallmedium);
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    gap: var(--tiny);
}

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


section.post .post-specs {
    background: #E2E5EC;
    padding: var(--medium);
    border-radius: 7.5px;
    display: flex;
    flex-direction: column;
    gap: var(--small);
    margin-bottom: var(--small)
}

section.post .post-specs ul {

}

section.post .post-specs ul li {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    border-bottom: 1px solid #B2B5BC;
    padding: var(--extrasmall) 0;
    line-height: 1.5;
    text-align: right;
    justify-content: space-between;

}

section.post .post-specs ul li:last-child {
    border-bottom: none;
    padding-bottom: 0
}


section.post .post-specs ul li :is(b, strong) {
    text-align: left;
}

section.post .post-specs * {
    margin-bottom: 0;
}

section.post .post-sidebar {
        background: #FABC43;
    padding: var(--smallmedium);
    border-radius: 7.5px;
    display: flex;
    flex-direction: column;
    gap: var(--small);

    position: sticky;
    top: calc(var(--headerheight) + var(--small));
    
}

section.post .post-sidebar .post-sidebar__image {
    display: block;
    aspect-ratio: 1 / 1;
    border-radius: 7.5px;
    position: relative;
    overflow: hidden;
    max-width: 120px
}

section.post .post-sidebar .post-sidebar__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s;
}

section.post .post-sidebar .post-sidebar__content *:last-child {
    margin-bottom: 0;

}

section.post .post-sidebar .post-sidebar__buttons {
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    gap: var(--tiny);
        flex-direction: column;
}

/* Gallery */

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

section.post.post--background + section.gallery {
    margin-top: 0;
}

section.post.post--background + section.gallery:before {
        content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background: #F3F4F6;
    pointer-events: none;
    z-index: -1;
    top: 0;
    bottom: 50%;
}

section.gallery .gallery-image {
    display: block;
    aspect-ratio: 1 / 1;
    border-radius: 7.5px;
    position: relative;
    overflow: hidden;
}

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

section.gallery .gallery-footer {
        margin-top: var(--small);
    display: flex;
    justify-content: end;
}


/* Block */

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

section.blocks.blocks--background {
    background: #F3F4F6;
    color: #002F54;
    padding: var(--extralarge) 0;
    margin: 0;
}

section.blocks .blocks-header {
    margin-bottom: var(--large);
    max-width: 768px
}

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

section.blocks .block {
    background: #ffffff;
    border-radius: 7.5px;
    height: 100%;
}

section.blocks .block:has(.block-image) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    overflow: hidden
}

section.blocks .block:has(.block-content .block-content__thumbnail ) { 
    margin-top: calc(var(--smallmedium) * 2);
    height: calc(100% - calc(var(--smallmedium) * 2));
}

section.blocks .block.block--primary {
    background: #003C6C;
    color: #ffffff;
}

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

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

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

section.blocks .block .block-image:hover img {
    transform: scale(1.1)
}

section.blocks .block .block-content {
    padding: var(--smallmedium);
    height: 100%;
    display: flex;
    flex-direction: column;
}

section.blocks .block .block-content p {
    font-size: var(--font-size-normal);
}

section.blocks .block .block-content .block-content__thumbnail {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    border-radius: 7.5px;
    overflow: hidden;
    max-width: 120px;
    margin-top: calc(var(--smallmedium-negative) * 3);
        margin-bottom: var(--smallmedium);
}

section.blocks .block .block-content .block-content__thumbnail img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s;
}


section.blocks .block .block-content .block-content__buttons {
   line-height: 1;
    display: flex;
    flex-wrap: wrap;
    gap: var(--tiny);
    margin-top: auto;
}

section.blocks .block:not(:has(.block-image)) .block-content .block-content__buttons {
    padding-top: var(--smallmedium)
}


/* card */

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

section.cards .cards-header {
    margin-bottom: var(--small)
}

section.cards .cards-header .cards-header__filters {
    margin-top: var(--mediumlarge);
     margin-bottom: var(--medium);
}

section.cards .cards-header .cards-header__filters ul {
    margin-top: var(--extrasmall);
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    gap: var(--tiny);
}

section.cards .cards-header .cards-header__filters ul li {

}

section.cards .cards-header .cards-header__filters ul li label {
        border: 1px solid #003C6C;
    display: inline-block;
    padding: 10px 12.5px;
    border-radius: 7.5px;
    line-height: 1;
    font-weight: 300;
    transition: all 0.3s;
    cursor: pointer;
    font-weight: 500;
}

section.cards .cards-header .cards-header__filters ul li label:has(input:checked) {
    background: #003C6C;
    color: #ffffff;
}


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

section.cards .card {
    background: #ffffff;
    overflow: hidden;
    border-radius: 7.5px;
    padding: var(--extrasmall);
}

section.cards .card.card--medium {
    padding: var(--small);
}

section.cards .card .card-image {
    position: relative;
    display: block;
    height: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 3.25px;
}

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

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

section.cards .card .card-content {
    padding: var(--extrasmall) var(--extrasmall) var(--extrasmall) var(--medium);
    height: 100%;
    display: flex;
    flex-direction: column;
}

section.cards .card.card--medium .card-content {
    height: auto;
}

section.cards .card .card-content .card-content__date {
    font-size: var(--font-size-normal);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}

section.cards .card .card-content .card-content__date:before {
        content: '';
    background: #FABC43;
    width: 12.5px;
    height: 12.5px;
    border-radius: 3.25px;
}

section.cards .card .card-content .card-content__buttons {
   line-height: 1;
    display: flex;
    flex-wrap: wrap;
    gap: var(--tiny);
    margin-top: auto;
    justify-content: end;
        padding-top: var(--extrasmall);
}

section.cards .card.card--medium  .card-content .card-content__buttons {
 justify-content: start;
}

/* Categories */

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

section.categories .categories-header {
    margin-bottom: var(--small)
}

section.categories .categories-header * {
    margin-bottom: 0
}

section.categories .category {
    position: relative;
    display: block;
    border: 0;
    z-index: 1;
}

section.categories .category .category-image {
    aspect-ratio: 1 / 1;
    display: block;
    position: relative;
    border-radius: 7.5px;
    overflow: hidden
}

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

section.categories .category .category-image:hover img {
    transform: scale(1.1)
}


section.categories .category .category-content {
    padding-top: var(--small);
}

section.categories .category .category-content h4 {
    margin: 0;
}

section.categories .category .category-content h4 a {
     display: flex;
    align-items: center;
    gap: var(--tiny);
    min-width: 0;
}

section.categories .category .category-content h4 a:after {
    content: "\f0a9";
    font-family: "Font Awesome 7 Pro";
    font-weight: 400;
    flex-shrink: 0;
    line-height: 1;
    font-size: 19px;
    transition: all 0.3s;
}

section.categories .category .category-content h4 a:hover:after {
    transform: translateX(2.5px)
}

section.categories .category .category-content h4 a span {
    /* flex: 1; */
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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


/* Categories */

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

section.teams .teams-header {
    margin-bottom: var(--small)
}

section.teams .teams-header * {
    margin-bottom: 0
}

section.teams .team {
        position: relative;
    display: flex;
    flex-direction: column;
    gap: var(--small);
        height: 100%;
         border-radius: 7.5px;
}

section.teams .team.team--primary {
    background: #003C6C;
    color: #ffffff;
    padding: var(--smallmedium) var(--medium);
}

section.teams .team.team--secondary {
    background: #ffffff;
    padding: var(--smallmedium) var(--medium);
   
}

section.teams .team .team-image {
    aspect-ratio: 1 / 1;
    display: block;
    position: relative;
    border-radius: 7.5px;
    overflow: hidden
}

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

section.teams .team .team-content {
    
}

section.teams .team .team-content p {
    color: #8A8D94;
}

section.teams .team .team-content *:last-child {
    margin-bottom: 0
}

/* Brands */

section.brands {
   margin: var(--extralarge) 0;
    overflow: hidden
} 

section.brands .brands-header {
    margin-bottom: var(--small);
    text-align: center
}

section.brands .brands-header * {
    margin-bottom: 0
}

section.brands .brand {
       aspect-ratio: 2 / 1;
    display: block;
    position: relative;
    text-decoration: none;
} 

section.brands .brand img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: all 0.3s;
    padding: var(--small)
}

/* Breadcrumbs */

section.breadcrumbs {
    padding: var(--extrasmall) 0;
    overflow: hidden;
    background: #ffffff;
} 

/* section.breadcrumbs.breadcrumbs--background {
    background: #F3F4F6;
    margin: 0;
    padding: var(--small) 0;
} */

section.breadcrumbs .breadcrumb > span {
    color: #B2B5BC;
    font-size: 14px;
    /* overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    display: inline-block; */
    display: flex;
        flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

section.breadcrumbs .breadcrumb > span > span  {
    white-space: nowrap;
}

section.breadcrumbs .breadcrumb > span > span a {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}

section.breadcrumbs .breadcrumb > span > span:first-of-type a:before {
    content: "";
    font-weight: 400;
    font-family: 'Font Awesome 7 Pro';
    font-size: var(--font-size-normal)
}
section.breadcrumbs .breadcrumb > span > span.breadcrumb-seperator {
    line-height: 0;
}

section.breadcrumbs .breadcrumb > span > span.breadcrumb-seperator:before {
     content: '';
    font-weight: 400;
    font-family: 'Font Awesome 7 Pro';
    font-size: 7.5px
}

section.breadcrumbs .breadcrumb > span > span.breadcrumb_last {
    color: #003C6C;
    font-weight: 600;
}

/* Actions */

section.actions {
    margin: var(--medium) 0;
    overflow: hidden
} 

section.actions .previous {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
}

section.actions .previous:before {
    content: "";
    font-weight: 400;
    font-family: 'Font Awesome 7 Pro';
    font-size: 19px;
    color: #FABC43;
    transition: all 0.3s;
}

section.actions .previous:hover:before {
    transform: translateX(-2.5px);
}

/* Products */

section.products {
    margin: var(--large) 0;
    /* background: #F3F4F6; */
    position: relative;
    overflow: hidden
}

section.products .slick-list {
    overflow: hidden;
}

section.products .products-header {
    margin-bottom: var(--smallmedium)
}

section.products .products-header * {
    margin-bottom: 0
}

section.products .products-subheader {
}

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


section.products .products-filtering {
        display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
     margin-bottom: var(--medium)
}

section.products .products-filtering * {
    margin-bottom: 0
}

section.products .products-filtering .woocommerce-notices-wrapper {
    flex: 0 0 auto;
    width: 100%;
}


section.products .products-toggler {
    display: none;
    position: fixed;
    right: var(--small);
    bottom: var(--small);
    left: var(--small);
    z-index: 9;
}

section.products .products-sidebar {
       display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: var(--smallmedium)  var(--small);
    border-radius: 7.5px;
    width: 300px;
}

section.products .products-sidebar .products-active {
    border-bottom: 1px solid #E2E5EC;
    padding-bottom: var(--small);
    margin-bottom: var(--small);
}

section.products .products-sidebar .products-active .wc-aaf-chips {
    line-height: 1.25;
    display: flex;
    flex-wrap: wrap;
    gap: 7.5px;
}

section.products .products-sidebar .products-active .wc-aaf-chips button {
   border: 1px solid #003C6C;
    color: #003C6C;
    font-weight: 500;
    padding: 5px 12.5px;
   
    border-radius: 7.5px;
    font-size: 14px;
}

section.products .products-sidebar .products-filter {
    border-bottom: 1px solid #E2E5EC;
    padding: var(--small) 0;
}

section.products .products-sidebar .products-filter:first-child {
    padding-top: 0
}

section.products .products-sidebar .products-filter:last-child {
    border-bottom: none;
    padding-bottom: 0
}

section.products .products-sidebar .products-filter [aria-expanded] {
        line-height: 1;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    margin: 0;
    width: 100%;
    padding: 0;
    color: currentColor;
}

section.products .products-sidebar .products-filter [aria-expanded]:after {
    content: '';
    font-weight: 400;
    font-family: 'Font Awesome 7 Pro';
    transition: all 0.3s;
    font-size: 14px;
    margin-left: auto
}

section.products .products-sidebar .products-filter [aria-expanded="true"]:after {
    transform: rotate(180deg)
}

section.products .products-sidebar .products-filter ul {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: var(--extrasmall);
}

section.products .products-sidebar .products-filter ul li {
    
}

section.products .products-sidebar .products-filter ul li label {
        font-weight: normal;
    line-height: 1.25;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
    margin-bottom: 0;
    flex-wrap: nowrap;
    display: flex;
    gap: 10px;
    align-items: center;
}

section.products .products-sidebar .products-filter ul li label:before {
        content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #003C6C;
    transition: all 0.3s;
    display: block;
    aspect-ratio: 1 / 1;
    border-radius: 5px;
}

section.products .products-sidebar .products-filter ul li label:has(input:checked):before {
    box-shadow: 0 0 0 3.5px #003C6C inset;
}

section.products .products-sidebar .products-filter ul li label 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;
}


section.products .product {
    position: relative;
    z-index: 1;
    transition: all 0.3s;
    overflow: hidden;
    background: #ffffff;
    padding: var(--extrasmall);
    border-radius: 12.5px;
    display: flex;
    flex-direction: column;
    gap: var(--small);
    height: 100%;
}


section.products .product .product-image {
    aspect-ratio: 1 / 1;
    display: block;
    position: relative;
    text-decoration: none;
}

section.products .product .product-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: all 0.3s;
        mix-blend-mode: multiply;
}

section.products .product .product-image .product-label {
       background: #003C6C;
    color: #ffffff;
    font-weight: 500;
    padding: 5px 12.5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 7.5px;
    font-size: 14px;
}

section.products .product .product-content {
    flex: 1 1 auto;
        display: flex;
    flex-direction: column;
}

section.products .product .product-content  p:first-child {
    margin-bottom: 5px;
}

section.products .product .product-content  p {

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

   

section.products .product .product-content .price {
    margin-top: auto;
}

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


section.products .product .product-footer  {
   

}

section.products .products-buttons {
       margin-top: var(--smallmedium);
    line-height: 1;
    display: flex;

    justify-content: center;
    flex-wrap: wrap;
    gap: var(--tiny);
}

section.products .products-footer {
    margin-top: var(--medium);
}

section.products .products-footer ul.page-numbers {
     display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 5px;
    margin-top: var(--extrasmall);
    margin-bottom: 0;
}

section.products .products-footer ul.page-numbers li {
    
}

section.products .products-footer ul.page-numbers li :is(a, span) {
        line-height: 1;
    background: #F3F4F6;
    box-shadow: 0 0 0 1px #E5E7EB inset;
    width: 45px;
    height: 45px;
    transition: all 0.3s;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7.5px;
}

section.products .products-footer ul.page-numbers li :is(a, span).current {
    background-color: #FABC43;
    border-color: #FABC43;
    font-weight: 600;
}

section.products .products-footer ul.page-numbers li :is(a, span).next {
    background-color: #003C6C;
    border-color: #003C6C;
}
 

section.products .products-footer ul.page-numbers li :is(a, span).next:after {
    content: "";
    font-weight: 400;
    font-family: 'Font Awesome 7 Pro';
    color: #ffffff;
    font-size: 14px;
}



/* Product */

section.product {
    margin: var(--large) 0;
    /* background: #F3F4F6; */
}

section.product .product-header {

}

section.product .product-gallery {
    position: sticky;
    top: var(--headerheight)
}

section.product .product-gallery .flex-control-thumbs {
    line-height: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--extrasmall);
    margin-bottom: 0;
    margin-top: var(--extrasmall);
}

section.product .product-gallery .flex-control-thumbs li {
        aspect-ratio: 4 / 3;
    display: block;
    position: relative;
    width: 100%;
    background: #ffffff;
}



section.product .product-gallery .flex-control-thumbs li:nth-child(n+5) {
    display: none;
}

section.product .product-gallery .flex-control-thumbs li img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: all 0.3s;
}

section.product .product-content {
    display: flex;
    flex-direction: column;
    gap: var(--smallmedium);
        padding: var(--smallmedium);
    border-radius: 7.5px;
    background: #ffffff;
}


section.product .product-content .product-text {

}

section.product .product-content .product-text p:first-of-type {
    margin-bottom: 5px;
}

section.product .product-content .product-text .price {
        margin-bottom: var(--extrasmall);
}

section.product .product-content .product-text ul {
 
}

section.product .product-content .product-text ul li {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

section.product .product-content .product-text ul li:not(:has(b)):before {
   content: '•';
}

section.product .product-content .product-text *:last-child {
    margin-bottom: 0 !important;
}

section.product .product-content .product-usps {
    border-top: 1px solid #E2E5EC;
    padding-top: var(--smallmedium);
}


section.product .product-content .product-usps ul {
    display: flex;
    flex-direction: column;
    gap: 5px;     
}

section.product .product-content .product-usps ul li {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

section.product .product-content .product-usps ul li:not(:has(b)):before {
    content: "";
    font-weight: 400;
    font-family: 'Font Awesome 7 Pro';
    color: #7DBF00;
    font-size: 14px;
}

section.product .product-content .product-usps *:last-child {
    margin-bottom: 0;

}

section.product .product-content .product-form {
    display: flex;
    flex-direction: column;
    gap: var(--extrasmall);
}

section.product .product-content .product-form table.variations {

}

section.product .product-content .product-form table.variations .label {
    text-align: left;
}

section.product .product-content .product-form table.variations .value select {
    background-color: #ffffff
}

section.product .product-content .product-form table.variations .reset_variations{
    display: none !important
}

section.product .product-content .product-form .single_variation_wrap {
    display: flex;
    flex-direction: column;
    gap: var(--extrasmall);
    /* margin-top: var(--tiny); */
}

section.product .product-content .product-form .single_variation_wrap .woocommerce-variation-add-to-cart {
        display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: var(--tiny);
}


section.product .product-content .product-form .single_variation_wrap .woocommerce-variation-add-to-cart .button {
        flex: 1;
    white-space: nowrap;
    margin-top: var(--tiny);
}

section.product .product-specifications {

}

section.product .product-specifications .product-specifications-navigation {
        line-height: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5px;
    margin-bottom: 2.5px;
}

section.product .product-specifications .product-specifications-navigation button {
        background: #F3F4F6;
    flex: 1;
    max-width: 33%;
    padding: var(--small) var(--smallmedium);
    text-align: left;
    cursor: pointer
}

section.product .product-specifications .product-specifications-navigation button[aria-expanded="true"] {
    color: #003C6C;
    font-weight: 800;
    pointer-events: none;
}

section.product .product-specifications .product-specifications-content {
      background: #F3F4F6;
    padding: var(--smallmedium);
}


/* Accordion */

.accordion  {
    display: grid;
    gap: var(--small);
    counter-reset: accordion;
}

.accordion .accordion-item {
    padding: var(--smallmedium);
    display: block;
    transition: all 0.3s;
    border-radius: 7.5px;
    background: #ffffff;
}


.accordion .accordion-item .accordion-toggler {
    position: relative;
    cursor: pointer;
    padding: 0;
    width: 100%;
    display: flex;
    font-weight: bold;
    align-items: center;
    gap: var(--extrasmall);
    counter-increment: accordion; 
    margin-bottom: 0
}


.accordion .accordion-item .accordion-toggler:after {
    content: "";
    font-weight: 400;
    font-family: 'Font Awesome 7 Pro';
    font-size: 16px;
    display: block;
    cursor: pointer;
    transition: all 0.3s;
    margin-left: auto;
    top: -2.5px;
    position: relative;
    
}

.accordion .accordion-item .accordion-toggler[aria-expanded="true"]:after {
    transform: rotate(180deg)
}

.accordion .accordion-item .accordion-content {
    padding-top: var(--tiny);
}




/* Stock */

.stock {
    font-size: 14px;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}

.stock:before {
    content: '';
    background: #7DBF00;
    height: 7.5px;
    width: 7.5px;
    border-radius: 50%;
}

.stock[data-stock="almostoutofstock"]:before {
    background: #FEB492
}

.stock[data-stock="outofstock"]:before {
    background: #003C6C;
}

/* Price */

.price {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 var(--extrasmall);
    line-height: 1;
    margin-bottom: 0
}

.price del {
    font-size: 24px;
}

.price ins {
    text-decoration: none;
    font-weight: 800;
    font-size: 32px;
}


/* Message */

.woocommerce-notices-wrapper,
.woocommerce-NoticeGroup {
    margin-bottom: var(--small)
}

.woocommerce-error  {
    display: flex;
    flex-direction: column;
    gap: var(--tiny)
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-error li,
.woocommerce-info,
.woocommerce-notice {
        background-color: #ffffff;
    padding: 15px 22.5px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    border-radius: 7.5px;
}

.woocommerce-notices-wrapper .woocommerce-message a{
    margin-left: auto;
    font-weight: 600;
    text-decoration: underline;
}

.checkout-inline-error-message {
    margin-bottom: 0;
    font-size: 14px;
    color: #CB0003;
}

/* Payment */

.payment {
       line-height: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
}

.payment img {
    width: 52.5px;
}


/* Slick slider */

.slick-list {
    overflow: visible;
}

.slick-dots {
    position: relative;
    margin-bottom: 0;
    line-height: 0;
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 5px;
    margin-top: var(--smallmedium)
}

.slick-dots li {
    list-style: none;
}


.slick-dots li button {
    font-size: 0;
    height: 10px;
    width: 10px;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    background: #ffffff;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: #003C6C;
}

.slick-arrows {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.slick-arrows .slick-arrow {
        line-height: 1;
    width: 45px;
    height: 45px;
    transition: all 0.3s;
    font-size: 0;
    position: relative;
    cursor: pointer;
    border: 1px solid #003C6C;
    color: #003C6C;
    border-radius: 50%;
}

.slick-arrows .slick-arrow:hover {
    background: #003C6C;
    color: #ffffff;
}


.slick-arrows .slick-arrow:before {
    content: '';
    font-family: "Font Awesome 7 Pro";
    font-weight: 400;
    line-height: 1;
    transition: all 0.3s;
    font-size: 16px;
}

.slick-arrows .slick-arrow.slick-prev:before {
    content: '';
}

.slick-arrows .slick-disabled {
    pointer-events: none;
    opacity: 0.25;
}


/* Newsletter */

section.newsletter {
    background: #FABC43;
    padding: var(--extralarge) 0;
}

section.newsletter .newsletter-form {
    text-align: center
}


/* Subfooter */

section.subfooter {
    background: #FABC43;
    color: #002F54;
    padding: var(--large) 0;
}

section.subfooter .subfooter-image {
    display: block;
    position: relative;
    aspect-ratio: 1 / 1;
    width: 100%;

    border-radius: 7.5px;
    overflow: hidden
}

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

section.subfooter .subfooter-content .subfooter-content__buttons {
    margin-top: var(--smallmedium);
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    gap: var(--tiny);
}

section.subfooter .subfooter-content *:last-child {
    margin-bottom: 0;
}

/* Footer*/

footer {
    position: relative;
    background: #003C6C;
    color: #ffffff;
}

footer .footer-main {
    padding: var(--extralarge) 0 var(--mediumlarge) 0;
}

footer .footer-main .footer-menu ul {
    line-height: 2
}

footer .footer-main .footer-menu ul li a {
  
}

footer .footer-main .footer-menu ul li.current-menu-item a {
    font-weight: 500
}


footer .footer-main .footer-logo {

}

footer .footer-main .footer-content {

}

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

footer .footer-copyright {
    padding: var(--small) 0;
    border-top: 1px solid #064A81;
}



footer .footer-copyright ul.footer-menu  {
    margin-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: var(--extrasmall);

}

footer .footer-copyright ul.footer-menu li {
    list-style: none;
    display: inline-block;
}

footer .footer-copyright ul.footer-menu li:not(:last-child):after {
    content: '•';
    margin-left: var(--extrasmall)
}

footer .footer-copyright ul.footer-menu li a {
    text-decoration: none;
    font-weight: normal
}


/* Gravity Forms */

.gform_wrapper {
  

}

.gform_wrapper form {
    position: relative;
}


.gform_wrapper form .gform_body {


}

.gform_wrapper form .gform_body {

}

.gform_wrapper form .gform_body .gform_fields,
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: var(--tiny-negative);
    margin-left: var(--tiny-negative);
}

.gform_wrapper form .gform_body .gform_fields .gfield,
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col {
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    width: 100%;
    padding-right: var(--tiny);
    padding-left: var(--tiny);
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: calc(var(--tiny) * 2);
}


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

.gform_wrapper form .gform_body .gform_page_fields .gform_fields .gfield {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 15px;
}

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

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

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

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

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

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

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

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


.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-html {
    margin-top: var(--small)
}


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



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

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

.gform_wrapper form .gform_body .gform_fields .gfield.gfield_error :is(input, textarea) {
    border-color: #E72B37
}


.gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message:not(.validation_message--hidden-on-empty) {
    background: #ffe5e6;
    color: #E72B37;
    border-left: 3px solid #E72B37;
    padding: 7.5px 10px;
    line-height: 1.25;
    display: inline-block;
    font-size: 14px;
    margin-top: 7.5px;
}



.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
    position: relative;
}

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


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

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

.gform_wrapper form .gform_body .gform_fields .gfield label {

}

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

}

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

}

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

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

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

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images)#field_5_28 .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice label {
    padding-left: 47.5px;
}

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


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice label:hover {
    border-color: #000000;
}

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


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

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

}

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

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

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


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

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

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

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

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

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

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


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


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

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

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

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



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

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


.gform_confirmation_message {
    background: rgb(193 209 0 / 10%);
    color: #fac077;
    border-left: 3px solid #fac077;
    padding: 7.5px 10px;
    display: inline-block;
}

@media (max-width: 992px) {

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

}



/* Popup */

.popup {
    position: fixed;
    right: var(--extrasmall);
    bottom: var(--extrasmall);
    display: grid;
    grid-template-columns: 1fr 1.75fr;
    align-items: center;
    overflow: hidden;
    background: #ffffff;
    border-radius: 7.5px;
    max-width: 360px;
    padding: 5px;
    transition: all 0.3s
}

.popup:hover {
        background: #003C6C;
    color: #ffffff;
}

.popup .popup-image {
    position: relative;
    display: block;
    height: 100%;
    padding-bottom: 75%;
    overflow: hidden;
    border-radius: 7.5px;
}

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

.popup .popup-content {
    padding: var(--extrasmall);
}

.popup .popup-content:after {
       content: "";
    font-family: "Font Awesome 7 Pro";
    font-weight: 400;
    position: absolute;
    right: var(--tiny);
    top: var(--tiny);
    transform: rotate(-45deg);
    font-size: 19px;
    transition: all 0.3s;
    line-height: 1;
}

.popup:hover .popup-content:after {
     transform: rotate(0);
}
.popup .popup-content *:last-child {
    margin-bottom: 0
}

/* Loading */

body.loading {
    overflow-y: hidden;
    overflow-x: hidden;
}


body.loading:before {
    content: '';
    background: #003C6C;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:11;
    position: fixed;
    opacity: 0.75;
}


body.loading:after {
    content: '';
    width: 60px;
    height: 60px;
    border-width: 7.5px;
    border-style: solid;
    border-color: #FABC43;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    z-index: 12;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
}


/* Filters */

ul.filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12.5px 7.5px;
    margin-bottom: 0;
    margin-top: var(--medium)
}

ul.filters:first-child {
    margin-top: 0;
}

ul.filters li {
    position: relative;
}

ul.filters li:first-child {
    margin-right: 15px;
}

ul.filters li:first-child:after {
        content: '';
    position: absolute;
    right: -11.25px;
    top: 0;
    bottom: 0;
    border-right: 1px solid #DEDEDE;
    pointer-events: none;

}

ul.filters li label {
    background: #F3F4F6;
    color: inherit;
    font-weight: normal;
    line-height: 1;
    padding: 15px 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

ul.filters li label:has(input:checked),
ul.filters li label:hover {
    background: #003C6C;
    color: #ffffff;
}





/* Social media */

.social-media {
    line-height: 1;
    margin-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    margin-top: auto;
}

.social-media li {
    display: inline-block;
}

.social-media li:last-child {
    margin-right: 0
}

.social-media li a {
    height: 45px;
    width: 45px;
    text-align: center;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #FABC43;
    color: #ffffff;
    border-radius: 50%;
    text-decoration: none;
}


.social-media li a:before {
    content: attr(data-icon);
    font-weight: normal;
    font-family: 'Font Awesome 7 Brands';
}


/* Account */

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


section.account .account-sidebar {
    background: #ffffff;
    padding: var(--small);
    border-radius: 7.5px;
    display: flex;
    flex-direction: column;
    gap: var(--small);
    position: sticky;
    top: calc(var(--headerheight) + var(--small));
}

section.account .account-sidebar ul {
    display: flex;
    flex-direction: column;
}

section.account .account-sidebar ul li a {
        border-radius: 7.5px;
    display: block;
    padding: 12.5px 15px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    transition: all 0.3s
}

section.account .account-sidebar ul li.is-active a,
section.account .account-sidebar ul li a:hover {
    background-color: #F3F4F6
}

section.account .account-sidebar ul li a:before {
    content: attr(data-icon);
    font-weight: 400;
    font-family: 'Font Awesome 7 Pro';
    min-width: 22.5px;
}

section.account .account-sidebar ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: '';
}

section.account .account-sidebar ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: '';
}

section.account .account-sidebar ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: '';
}

section.account .account-sidebar ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: '';
}

section.account .account-sidebar ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: '';
}

section.account .account-sidebar * {
    margin-bottom: 0
}

section.account .account-content {
    padding: var(--smallmedium);
    background: #ffffff;
    border-radius: 7.5px;
}

/* Checkout */

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

section.checkout .checkout-header {

}

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

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

section.checkout .checkout-wrapper.checkout-wrapper--sticky {
    position: sticky;
    top: var(--headerheight);
}

section.checkout .checkout-wrapper .checkout-products  {
        padding: var(--smallmedium);
         background: #ffffff;
         border-radius: 7.5px
}

section.checkout .checkout-wrapper .checkout-products table {
    border-collapse: separate;
    border-spacing: 0 var(--extrasmall);
    margin-top: var(--extrasmall-negative);
    width: 100%
}

section.checkout .checkout-wrapper .checkout-products table tr.checkout-product  {
   
}

section.checkout .checkout-wrapper .checkout-products table tr.checkout-product :is(th, td) {
    border-bottom: 1px solid #F3F4F6;
    border-left: 0;
    border-right: 0;
    padding: var(--tiny) var(--extrasmall);
   
}



section.checkout .checkout-wrapper .checkout-products table tr.checkout-product :is(th, td):last-child {
    padding-right: var(--small);
    text-align: right;
}

section.checkout .checkout-wrapper .checkout-products table tr.checkout-product .checkout-product__thumbnail {
   
}

section.checkout .checkout-wrapper .checkout-products table tr.checkout-product .checkout-product__thumbnail a {
    aspect-ratio: 1 / 1;
    display: block;
    position: relative;
   width: 150px;
}

section.checkout .checkout-wrapper .checkout-products table tr.checkout-product .checkout-product__thumbnail a img {
        position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s;
}

section.checkout .checkout-wrapper .checkout-products table tr.checkout-product .checkout-product__name {
   
}

section.checkout .checkout-wrapper .checkout-products table tr.checkout-product .checkout-product__name a{
    text-decoration: none;
}

section.checkout .checkout-wrapper .checkout-products table tr.checkout-product .checkout-product__price {
   
}

section.checkout .checkout-wrapper .checkout-products table tr.checkout-product .checkout-product__price b {
    display: block
}

section.checkout .checkout-wrapper .checkout-products table tr.checkout-product .checkout-product__quantity {
   
}

section.checkout .checkout-wrapper .checkout-products table tr.checkout-product .checkout-product__quantity .quantity {
    border: 1px solid #F3F4F6;
        margin-left: auto;
    margin-right: auto;
}
/* 
section.checkout .checkout-wrapper .checkout-products table tr.checkout-product .checkout-product__remove {
   
}

section.checkout .checkout-wrapper .checkout-products table tr.checkout-product .checkout-product__remove a{
     content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 12.2 14"><path d="M4,0h4.2l.2.3,1.3,1.9h2.6v1.3h-1l-.8,10.5H1.8L1,3.5h-1v-1.3h2.5L3.8.3l.2-.3ZM4.1,2.2h4l-.6-.9h-2.8l-.6.9ZM2.3,3.5l.7,9.2h6.3l.7-9.2H2.3Z" fill="none"/></svg>');
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 12.2 14"><path d="M4,0h4.2l.2.3,1.3,1.9h2.6v1.3h-1l-.8,10.5H1.8L1,3.5h-1v-1.3h2.5L3.8.3l.2-.3ZM4.1,2.2h4l-.6-.9h-2.8l-.6.9ZM2.3,3.5l.7,9.2h6.3l.7-9.2H2.3Z"/></svg>');
        mask-repeat: no-repeat;
    mask-size: contain;
    width: 15px;
    display: inline-block;
    background: #003C6C;
    line-height: 0;
} */

section.checkout .checkout-wrapper .checkout-products table tr td .checkout-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--tiny)
}

section.checkout .checkout-wrapper .checkout-item {
    padding: var(--smallmedium);
    display: flex;
    flex-direction: column;
    gap: var(--small);
     background: #ffffff;
     border-radius: 7.5px;
}

section.checkout .checkout-wrapper .checkout-item .checkout-subheader {

}

section.checkout .checkout-wrapper .checkout-item .checkout-subheader *:last-child {
    margin-bottom: 0;
}


section.checkout .checkout-wrapper .checkout-item :is(.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper) {
 
}

section.checkout .checkout-wrapper .checkout-item :is(.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper) .form-row {

}

section.checkout .checkout-wrapper .checkout-item :is(.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper) .form-row .woocommerce-input-wrapper {
    display: block
}

section.checkout .checkout-wrapper .checkout-item .checkout-table {

}

section.checkout .checkout-wrapper .checkout-item .checkout-table > :is(h1, h2, h3, h4, h5, h6) {
    
}

section.checkout .checkout-wrapper .checkout-item .checkout-table table {
    width: 100%;
    margin-bottom: 0;
    text-align: left;
}

section.checkout .checkout-wrapper .checkout-item .checkout-table table tr :is(th, td):nth-child(2) {
    text-align: right;
}

section.checkout .checkout-wrapper .checkout-item .checkout-table table hr {
    border-top: 1px solid #F3F4F6;
    margin-top: var(--tiny);
    margin-bottom: var(--tiny);
}

section.checkout .checkout-wrapper .checkout-item .checkout-table [data-bs-toggle="collapse"] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
        justify-content: space-between;
    gap: 10px;
    cursor: pointer;
}

section.checkout .checkout-wrapper .checkout-item .checkout-table [data-bs-toggle="collapse"]:after {
    content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 11.7897949 6.5617676"><path d="M5.8947754,6.5617676c-.1704102,0-.3413086-.0654297-.4711914-.1953125L.1955566,1.1379395C-.0651855.8776855-.0651855.4558105.1955566.1955566.4553223-.0651855.8781738-.0651855,1.1379395.1955566l4.7568359,4.7568359L10.6516113.1955566c.2617188-.2607422.6816406-.2607422.9433594,0,.2597656.2602539.2597656.6821289,0,.9423828l-5.2290039,5.2285156c-.1298828.1298828-.3007812.1953125-.4711914.1953125Z" fill="none"/></svg>');
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 11.7897949 6.5617676"><path d="M5.8947754,6.5617676c-.1704102,0-.3413086-.0654297-.4711914-.1953125L.1955566,1.1379395C-.0651855.8776855-.0651855.4558105.1955566.1955566.4553223-.0651855.8781738-.0651855,1.1379395.1955566l4.7568359,4.7568359L10.6516113.1955566c.2617188-.2607422.6816406-.2607422.9433594,0,.2597656.2602539.2597656.6821289,0,.9423828l-5.2290039,5.2285156c-.1298828.1298828-.3007812.1953125-.4711914.1953125Z"/></svg>');
    mask-repeat: no-repeat;
    mask-size: contain;
    width: 12.5px;
    background: #191919;
    display: inline-block;
    line-height: 0;
     flex-shrink: 0;
     transition: all 0.3s
}

section.checkout .checkout-wrapper .checkout-item .checkout-table [data-bs-toggle="collapse"][aria-expanded="true"]:after {
    transform: rotate(180deg)
}

section.checkout .checkout-wrapper .checkout-item .checkout-table .checkout-coupon {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 10px;
}

section.checkout .checkout-wrapper .checkout-item .checkout-table .checkout-coupon button {
    flex-shrink: 0;
}

section.checkout .checkout-wrapper .checkout-item .checkout-button .btn {
    width: 100%;
}

section.checkout .checkout-wrapper .checkout-item .checkout-usps {
    border-top: 1px solid #E2E5EC;
    padding-top: var(--small);
}


section.checkout .checkout-wrapper .checkout-item .checkout-usps ul {
    display: flex;
    flex-direction: column;
    gap: 5px;     
}

section.checkout .checkout-wrapper .checkout-item .checkout-usps ul li {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

section.checkout .checkout-wrapper .checkout-item .checkout-usps ul li:not(:has(b)):before {
     content: "";
    font-weight: 400;
    font-family: 'Font Awesome 7 Pro';
    color: #7DBF00;
    font-size: 14px;
}

section.checkout .checkout-wrapper .checkout-item .checkout-usps *:last-child {
    margin-bottom: 0;

}


section.checkout .checkout-wrapper .checkout-item .checkout-usps *:last-child {
    margin-bottom: 0;
}

section.checkout .checkout-wrapper .checkout-item .checkout-shipping-methods {

}



section.checkout .checkout-wrapper .checkout-item .checkout-methods {

}

section.checkout .checkout-wrapper .checkout-item .checkout-methods ul {
    display: flex;
    flex-direction: column;
    gap: var(--extrasmall);
    margin-bottom: 0;
}

section.checkout .checkout-wrapper .checkout-item .checkout-methods ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 var(--extrasmall);
    border: 1px solid #F3F4F6;
    padding: var(--extrasmall);
    transition: all 0.3s;
    border-radius: 7.5px;
}

section.checkout .checkout-wrapper .checkout-item .checkout-methods ul li:has(input:checked)  {
    border-color: #003C6C
}



section.checkout .checkout-wrapper .checkout-item .checkout-methods ul li 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;
}

section.checkout .checkout-wrapper .checkout-item .checkout-methods ul li label {
    display: flex;
    align-items: center;
    flex: 1;
    gap: var(--extrasmall);
    cursor: pointer;
    padding: var(--extrasmall);
    margin: var(--extrasmall-negative);
}

section.checkout .checkout-wrapper .checkout-item .checkout-methods ul li label:before {
    content: '';
    width: 22.5px;
    height: 22.5px;
    aspect-ratio: 1 / 1;
    border: 2px solid #F3F4F6;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #ffffff inset;
    transition: all 0.3s;
}

section.checkout .checkout-wrapper .checkout-item .checkout-methods ul li:has(input:checked) label:before {
    background: #003C6C;
    border-color: #003C6C;
} 
section.checkout .checkout-wrapper .checkout-item .checkout-methods ul li label span {

}

section.checkout .checkout-wrapper .checkout-item .checkout-methods ul li label img {
    max-width: 45px;
    margin-left: auto;
}

section.checkout .checkout-wrapper .checkout-item .checkout-methods ul li div {
    width: 100%;
}

section.checkout .checkout-payment {
   
}

.checkbox {
    display: inline-block;
    cursor: pointer;
}

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

.checkbox span {

}

.checkbox span:before {
       content: '';
   
    display: block;
    width: 20px;
    height: 20px;
    aspect-ratio: 1 / 1;
    border: 2px solid #E5E7EB;
    transition: all 0.3s;
    display: inline-block;
    vertical-align: -4px;
    margin-right: 10px;
    background: #F3F4F6;
    border-radius: 5px;
}

.checkbox span a {
        font-weight: revert;
}

.checkbox input:checked + span:before {
    background-color: #003C6C;
    border-color: #003C6C;
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 10.7675781 7.5087891"><path d="M3.8837891,7.5087891c-.1601562,0-.3198242-.0605469-.4418945-.1826172L0,3.8837891l.8837891-.8837891,3,3L9.8837891,0l.8837891.8837891-6.4418945,6.4423828c-.1220703.1220703-.2817383.1826172-.4418945.1826172Z" fill="%23ffffff"/></svg>');
     background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.remove { 
    font-size: 0;
}

.remove:before {
    content: '';
    font-weight: 400;
    font-family: 'Font Awesome 7 Pro';
    font-size: 19px;
    color: #CB0003
}

.quantity {
        display: flex;
    flex-wrap: nowrap;
    width: 150px;
    border: 1px solid #E2E5EC;
    border-radius: 7.5px;
    overflow: hidden;
}

.quantity input {
    background-color: #ffffff;
    text-align: center;
    -moz-appearance: textfield;
    font-weight: bold;
    padding: 0;
    box-shadow: unset;
    flex: 1 1 auto;
}

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

.quantity button {
        background: #ffffff;
    aspect-ratio: 1 / 1;
    padding: 0;
    cursor: pointer;
    flex: 0 0 auto;
    width: 45px;
    font-size: 28px;
    font-weight: 300;
    color: #003C6C;
}

@media (max-width: 992px) {

    section.checkout .checkout-wrapper .checkout-products table tr.checkout-product :is(th, td) {
        display: block;
        border-bottom: 0;
        text-align: center;
    }

    section.checkout .checkout-wrapper .checkout-products table tr.checkout-product :is(th, td):last-child {
        border-bottom: 1px solid #F3F4F6;
    }

    section.checkout .checkout-wrapper .checkout-products table tr td .checkout-actions .btn {
        width: 100%
    }
   
}



/* Responsive */


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

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

    section.products .products-sidebar {
        width: 100%
    }


}

@media (max-width: 1200px) {


    :root  {
        --base: 10px;
    }


   

}

@media (max-width: 992px) {

    
    :root  {
        --base: 7.5px;
        --font-size-normal: 15px;
    --font-size-large: 17px;
    }


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

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

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

    :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).large {
        font-size: 48px;
    }

    blockquote {
        font-size: 26px
    }

    /* header {
        background-color: #003C6C;
    } */

    header nav.navigation {
        flex-wrap: wrap;
        gap: var(--small);
    }

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

    header nav.navigation .navigation-logo {
        margin-right: auto;
        margin-left: auto;
    }

    /* header nav.navigation .navigation-logo svg .blue {
        fill: #ffffff !important;  
    } */

    header nav.navigation .navigation-form {
        order: 9;
        width: 100%
    }

    header nav.navigation .navigation-actions a {
            padding: 7.5px 20px;
    }

    header nav.navigation .navigation-actions a.navigation-actions__account {
        display: none
    }

    header nav.menu {
        position: fixed;
        overflow-x: hidden;
        overflow-y: scroll;
        transition: all 0.3s ease-in-out;
        transform: translateX(-100%);
        z-index: 1;
        top: var(--headerheight);
        right: 0;
        bottom: 0;
        left: 0;
        gap: 0;
        padding: 0;
        align-items: start;
        flex-direction: column;
        gap: 0;
        align-items: end;
    }

    header nav.menu:before {
        content: unset;
    }

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

    header nav.menu > ul.navigation-menu {
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 0;
        flex-direction: column;
        align-items: start;
        width: 100%;
        background: #F3F4F6;
        color: #002F54;
        padding: var(--extrasmall) 0;
    }

    header nav.menu > ul.navigation-menu > li {
        width: 100%;
    }

    header nav.menu > ul.navigation-menu > li > a {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 10px;
        transition: all 0.3s;
        white-space: nowrap;
        padding: var(--tiny) var(--small);
    }

    header nav.menu > ul.navigation-menu > li.current-menu-item > a {
        font-weight: 500;
    }

    header nav.menu > ul.menu-menu {
        flex-direction: column;
        align-items: start;
        width: 100%;
    }

    header nav.menu > ul.menu-menu > li {
        width: 100%;
        border: 0 !important;
        flex: unset;
    }

    header nav.menu > ul.menu-menu > li > a {
        text-align: left;
        justify-content: left;
        padding: var(--extrasmall) var(--small);
    }

    .submenu > a:after {
        margin-left: auto
    }

    .submenu.open > ul {
        position: relative;
        padding: var(--small);
    }

    article.article .article-content.article-content--maxwidth {
        max-width: 100%;
    }

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

    article.article .article-image,
    article.article .article-image.article-image--large {
        width: 100%;
        padding-bottom: 75%;
        border-radius: 7.5px;
        float: unset;
    }

    section.cards .card .card-content {
        padding: var(--medium) var(--extrasmall) var(--extrasmall) var(--extrasmall);
    }

    section.post .post-sidebar {
        position: relative;
        top: unset;
    }


    section.products .products-toggler {
        display: flex;
    }

    section.products .products-sidebar {
        position: fixed;
        overflow-x: hidden;
        overflow-y: scroll;
        transition: all 0.3s ease-in-out;
        transform: translateX(-100%);
        z-index: 8;
        top: var(--headerheight);
        right: 0;
        bottom: 0;
        left: 0;
        background: #ffffff;
        gap: 0;
        padding: var(--small);
        padding-bottom: var(--massive);
        width: 100%;
        border-radius: 0;
    }

    section.products .products-sidebar.open {
        transform: translateX(0%);
    }

   
}   

@keyframes tilt-shaking {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
    50% { transform: rotate(0eg); }
    75% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}




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