/* 
 Theme Name: KZ Bolts
 Theme URI: kzbolts.com
 Author: Łukasz Adamczyk
 Author URI: lukaszadamczyk.com.pl
 Description: Szablon strony KZ Bolts
 Version: 1.0
 */

@font-face {
    font-family: 'Manrope Light';
    src: url('fonts/Manrope-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope Regular';
    src: url('fonts/Manrope-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope Medium';
    src: url('fonts/Manrope-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope SemiBold';
    src: url('fonts/Manrope-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope Bold';
    src: url('fonts/Manrope-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope ExtraBold';
    src: url('fonts/Manrope-ExtraBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --main-color: #4E4C4D;
    --black-color: #000000;
    --white-color: #ffffff;
    --dark-color: #0A0A0B;
    --pink-color: #7F5896;
    --pink2-color: #9747FF;
    --pink3-color: #C394FF;
    --pink4-color: #8a679f;
    --grey-color: #A4A4A4;
    --grey2-color: #F6F7F7;
    --grey3-color: #E3E3E3;
    --grey4-color: #4E4E4E;
    --grey5-color: #B4B4B4;
    --grey6-color: #D8D8D8;
    --grey7-color: #828282;
    --grey8-color: #313131;
    --grey9-color: #B8B8B8;
    --grey10-color: #5D5D5D;
    --grey11-color: #3F3F3F;
    --grey12-color: #F4F4F4;
    --red-color: #E21A2E;
    --wp--preset--font-size--small: 16px;
}

body {
    font-family: 'Manrope Regular';
    font-size: 0.83vw;
    line-height: 1.35vw;
    color: var(--main-color);
}

b,
strong {
    font-family: 'Manrope ExtraBold';
}

.s_container {
    margin-left: 2.08vw;
    margin-right: 2.08vw;
}

.s_container2 {
    margin-left: 5.21vw;
    margin-right: 5.21vw;
}

.s_container3 {
    margin-left: 3.13vw;
    margin-right: 3.13vw;
}

.description {
    text-align: justify;
}

.description p,
.description ul,
.description ol,
.description h2 {
    margin-bottom: 1.56vw;
}

.description ul {
    list-style: disc;
}

.description ul,
.description ol {
    padding-left: 1.04vw;
}

.description h2 {
    color: var(--black-color);
    font-family: 'Manrope Light';
    font-size: 1.25vw;
    line-height: normal;
    font-weight: normal;
}

svg {
    fill: none
}

button,
.button {
    display: inline-block;
    background-color: var(--pink2-color);
    color: var(--white-color);
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    font-family: 'Manrope SemiBold';
    font-size: 0.73vw;
    line-height: normal;
    border-radius: 0.26vw;
    display: inline-block;
}

button {
    border: 0;
    height: 2.08vw;
    cursor: pointer;
}

.button {
    padding-top: 0.57vw;
    padding-bottom: 0.57vw;
    text-decoration: none;
}

.header {
    height: 7.34vw;
    position: fixed;
    width: calc(100% - 4.17vw);
    background-color: var(--white-color);
    z-index: 100;
    padding-left: 2.08vw;
    padding-right: 2.08vw;
}

.header .logomain {
    width: 12.81vw;
    height: 5.47vw;
    margin-top: 0.99vw;
    margin-left: 2.34vw;
}

.header ul.nav {
    gap: 4.38vw;
    display: flex;
    position: absolute;
    bottom: 1.51vw;
    left: 23.02vw;
}

.header ul.nav a {
    color: var(--main-color);
    font-family: 'Manrope Bold';
    font-size: 0.78vw;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.header ul.nav li.current-menu-item a,
.header ul.nav li a:hover {
    color: var(--pink-color);
}

.loginbutton {
    border-radius: 0.26vw;
    border: 0.05vw solid rgba(78, 76, 77, 0.50);
    background: rgba(217, 217, 217, 0.00);
    display: flex;
    height: 1.98vw;
    width: 8.33vw;
    justify-content: center;
    align-items: center;
    gap: 0.52vw;
    color: var(--main-color);
    font-family: 'Manrope ExtraBold';
    font-size: 0.68vw;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
}

.loginbutton svg {
    width: 0.94vw;
    height: auto;
}

.loginbutton svg path {
    fill: var(--main-color);
}

.cart-icon {
    width: auto;
    position: relative;
    display: block;
    margin-top: 0.42vw;
}

.cart-icon svg {
    width: 0.94vw;
    height: 1.095vw;
}

.cart-icon svg path {
    fill: var(--main-color);
}

.cart-icon .cart-count {
    background-color: var(--grey3-color);
    height: 0.8vw;
    width: 0.8vw;
    padding-top: 0;
    color: var(--main-color);
    text-align: center;
    font-size: 0.6vw;
    font-family: 'Manrope Regular';
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    position: absolute;
    border-radius: 2.6vw;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    right: 0.63vw;
    bottom: -0.1vw;
}

.cart-total {
    text-align: center;
    text-decoration: none;
}

.cart-total span.cart-total__name {
    display: block;
    text-align: center;
    color: var(--grey6-color);
    text-align: center;
    font-family: 'Manrope SemiBold';
    font-size: 0.7vw;
    line-height: normal;
}

.cart-total strong {
    display: block;
    color: var(--main-color);
    text-align: center;
    font-family: 'Manrope ExtraBold';
    font-size: 0.7vw;
    line-height: normal;
    margin-top: -0.1vw;
}

.container {
    padding-top: 7.34vw;
}

.title {
    height: 5.78vw;
    border-radius: 0.26vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("img/title_bg.webp");
    color: var(--white-color);
    font-family: 'Manrope Light';
    font-size: 1.25vw;
    line-height: normal;
    padding-left: 4.95vw;
    font-weight: normal;
    display: flex;
    align-items: center;
}

.breadcrumbs {
    padding-left: 4.43vw;
    padding-top: 0.52vw;
    margin-bottom: 2.97vw;
    font-family: 'Manrope Medium';
    font-size: 0.78vw;
    line-height: normal;
    letter-spacing: -0.01vw;
    gap: 0.52vw;
}

.breadcrumbs span {
    padding-left: 0.52vw;
    padding-right: 0.52vw;
}

.breadcrumbs span a {
    text-decoration: none;
}

.breadcrumbs span a span {
    color: var(--grey-color);
    padding: 0;
}

.breadcrumbs span span {
    color: var(--pink-color);
    padding: 0;
}

.breadcrumbs span.search {
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
}

.page {
    background-color: var(--grey2-color);
}

.page__row {
    display: flex;
    gap: 3.54vw;
    padding-left: 3.13vw;
    padding-right: 3.13vw;
}

.page__left {
    width: 44.27vw;
}

.page__right {
    width: calc(100% - 47.81vw);
}

.page__image {
    width: 100%;
    margin-top: -2.4vw;
    margin-bottom: 1.3vw;
}

.page__image img {
    width: 100%;
    height: auto;
    border-radius: 0.26vw;
    border: 0.05vw solid var(--grey3-color);
    display: block;
}

.page__desc {
    padding-top: 2.4vw;
}

.page__button {
    padding-top: 0.68vw;
}

.page-tiles {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0;
    row-gap: 0%;
    margin-bottom: 4.22vw;
}

.page-tiles__tile {
    background-repeat: no-repeat;
    background-size: cover;
    height: 11.25vw;
    position: relative;
    text-align: center;
}

.page-tiles__name {
    color: var(--white-color);
    text-align: center;
    font-family: 'Manrope Medium';
    font-size: 0.83vw;
    line-height: normal;
    letter-spacing: -0.02vw;
    position: absolute;
    left: 0;
    bottom: 1.46vw;
    width: 100%;
    text-align: center;
}

.page-tiles__tile svg {
    display: inline-block;
}

.page-tiles__tile:nth-child(1) {
    border-top-left-radius: 0.26vw;
    border-bottom-left-radius: 0.26vw;
}

.page-tiles__tile:nth-child(4) {
    border-top-right-radius: 0.26vw;
    border-bottom-right-radius: 0.26vw;
}

.page-tiles__tile:nth-child(1) svg {
    margin-top: 2.24vw;
    width: 3.7vw;
    height: 3.39vw;
}

.page-tiles__tile:nth-child(2) svg {
    margin-top: 1.82vw;
    width: 4.17vw;
    height: 4.17vw;
}

.page-tiles__tile:nth-child(3) svg {
    margin-top: 2.92vw;
    width: 3.7vw;
    height: 3.23vw;
}

.page-tiles__tile:nth-child(4) svg {
    margin-top: 2.66vw;
    width: 3.85vw;
    height: 3.85vw;
}

.page-tiles__svg svg path {
    fill: var(--pink2-color);
}

.page__gallery {
    padding-left: 3.13vw;
    padding-right: 3.13vw;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.04vw;
    row-gap: 0%;
    width: calc(100% - 6.25vw);
}

.page__gallery img {
    width: 100%;
    height: auto;
    display: block;
}

.company {
    height: 55.31vw;
    margin-bottom: 11.25vw;
}

.footer {
    height: 20.42vw;
    background: linear-gradient(155deg, rgba(137, 137, 137, 0.00) 0%, rgba(0, 0, 0, 0.40) 86.9%), var(--grey8-color);
}

.footer .nav {
    display: flex;
    gap: 4.79vw;
    padding-top: 2.76vw;
    padding-bottom: 2.81vw;
    justify-content: center;
}

.footer .nav a {
    color: var(--white-color);
    text-align: center;
    font-family: 'Manrope ExtraBold';
    font-size: 0.68vw;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.footer__row {
    display: flex;
    margin-left: 2.08vw;
    margin-right: 2.08vw;
    border-top: 0.05vw solid var(--grey4-color);
    border-bottom: 0.05vw solid var(--grey4-color);
    height: 10.63vw;
    padding-left: 3.13vw;
    align-items: center;
}

.footer__col {
    padding-left: 2.24vw;
    border-left: 0.05vw solid var(--grey4-color);
    height: 4.84vw;
    align-items: center;
}

.footer__block {
    display: flex;
    align-items: center;
}

.footer__col h2 {
    color: var(--grey5-color);
    font-family: 'Manrope SemiBold';
    font-size: 0.73vw;
    line-height: normal;
    margin-bottom: 1.25vw;
}

.footer__block {
    display: flex;
    gap: 3.02vw;
}

.footer__col ul li {
    display: flex;
    align-items: center;
    gap: 0.57vw;
    margin-bottom: 0.63vw;
}

.footer__col svg {
    width: 0.36vw;
    height: 0.63vw;
}

.footer__col svg path {
    fill: var(--pink3-color);
}

.footer__col ul li a {
    color: var(--grey6-color);
    font-family: 'Manrope Medium';
    font-size: 0.78vw;
    line-height: normal;
    text-decoration: none;
}

.footer__col--col1 {
    padding-right: 4.17vw;
}

.footer__col--col2 {
    width: 14.06vw;
}

.footer__row2 {
    display: flex;
    height: 2.76vw;
}

.footerbottom__left {
    width: calc(50% - 5.21vw);
    padding-left: 5.21vw;
    gap: 2.08vw;
    display: flex;
    align-items: center;
}

.footerbottom__left span {
    color: rgba(238, 238, 238, 0.75);
    font-family: 'Manrope Bold';
    font-size: 0.73vw;
    line-height: normal;
    letter-spacing: -0.02vw;
}

.footerbottom__right {
    width: calc(50% - 5.21vw);
    padding-right: 5.21vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: var(--white-color);
    text-align: right;
    font-family: 'Manrope Medium';
    font-size: 0.68vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.5;
}

.footerbottom__s1 {
    padding-right: 1.77vw;
    border-right: 0.05vw solid var(--grey7-color);
}

.footerbottom__s2 {
    padding-left: 1.77vw;
}

.footerbottom__s2 a {
    text-decoration: none;
    color: var(--white-color);
}

.page__full {
    width: 100%;
}

.pagemain {
    padding-bottom: 1.46vw;
    margin-bottom: 2.76vw;
}

.pagemain .page__image {
    position: sticky;
    top: 9.38vw;
}

.gallery {
    margin-bottom: 2.76vw;
}

.gallery__area {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0.94vw;
    row-gap: 1.04vw;
    margin: 0 auto;
    margin-top: -2.4vw;
    margin-bottom: 3.13vw;
}

.gallery__area a {
    display: block;
}

.gallery__area img {
    width: 100%;
    height: auto;
    display: block;
}

.ico_przelewy {
    width: 4.01vw;
    height: 1.41vw;
}

.ico_skycash {
    width: 4.48vw;
    height: 1.09vw;
}

.ico_visa {
    width: 3.39vw;
    height: 1.09vw;
}

.ico_mastercard {
    width: 2.6vw;
    height: 2.08vw;
}

.contact__row {
    display: flex;
}

.contact__row h2 {
    margin-bottom: 1.67vw;
}

.contact__col--col1 {
    width: 18.23vw;
}

.contact__col--col2 {
    width: 22.14vw;
}

.contact__field {
    display: flex;
    gap: 0.42vw;
    margin-bottom: 1.15vw;
}

.contact__svg {
    width: 1.3vw;
    height: 1.3vw;
    display: flex;
    background-color: var(--pink-color);
    border-radius: 0.83vw;
    justify-content: center;
    align-items: center;
}

.ico__address {
    width: 0.78vw;
    height: 0.78vw;
}

.ico__address path {
    fill: var(--white-color);
}

.contact__data {
    font-family: 'Manrope Medium';
    color: var(--black-color);
}

.contact__data a {
    text-decoration: none;
    color: var(--black-color);
}

.contact__social {
    display: flex;
    gap: 0.63vw;
    padding-top: 0.52vw;
    padding-left: 1.82vw;
}

.contact__social a svg {
    width: 0.94vw;
    height: 0.94vw;
}

.contact__social a {
    width: 1.98vw;
    height: 1.98vw;
    border: 0.05vw solid var(--pink-color);
    display: flex;
    border-radius: 0.26vw;
    justify-content: center;
    align-items: center;
}

.contact__social a svg path {
    fill: var(--pink-color);
}

input[type='text'],
input[type='email'],
input[type='tel'],
textarea {
    height: 2.24vw;
    border-radius: 0.52vw;
    border: 0.05vw solid rgba(0, 0, 0, 0.13);
    background: none;
    font-family: 'Manrope Regular';
    font-size: 0.83vw;
    line-height: 1.35vw;
    color: var(--black-color);
    padding-left: 0.78vw;
    padding-right: 0.78vw;
    width: calc(100% - 1.67vw);
}

textarea {
    height: 3.54vw;
    padding-top: 0.78vw;
    padding-bottom: 0.78vw;
    display: block;
}

form br {
    display: none;
}

form label span.label {
    color: var(--black-color);
    font-family: 'Manrope ExtraBold';
    font-size: 0.78vw;
    line-height: normal;
    letter-spacing: -0.02vw;
    opacity: 0.7;
    display: block;
    margin-bottom: 0.16vw;

}

.description form p {
    margin-bottom: 0.57vw;
}

.wpcf7-not-valid-tip {
    color: var(--red-color);
    font-size: 0.68vw;
    font-weight: normal;
    display: block;
}

.wpcf7-acceptance {
    padding-top: 0.26vw;
    display: block;
    margin-bottom: 1.56vw;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-list-item label {
    display: flex;
    gap: 0.57vw;
}

.wpcf7-list-item label a {
    color: var(--main-color);
}

.wpcf7-list-item label input {
    width: 0.94vw;
    height: 0.94vw;
}

.home1 {
    height: 28.75vw;
    position: relative;
}

.home1__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0.26vw 0.26vw 0 0;
}

.top-solds {
    position: absolute;
    width: 17.14vw;
    height: 23.54vw;
    background: linear-gradient(165deg, rgba(137, 137, 137, 0.00) 10.34%, rgba(0, 0, 0, 0.40) 100.79%), var(--grey8-color);
    top: 0.99vw;
    right: 3.13vw;
    border-radius: 0.26vw;
}

.top-solds__title {
    color: var(--white-color);
    font-family: 'Manrope Light';
    font-size: 1.25vw;
    line-height: normal;
    padding-top: 1.25vw;
    padding-left: 1.41vw;
}

.top-solds__more {
    position: absolute;
    top: 1.56vw;
    right: 1.41vw;
}

.top-solds__more svg {
    width: 1.25vw;
    height: 0.63vw;
}

.top-solds__more svg path {
    fill: var(--white-color);
}

.productlist {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.04vw;
    row-gap: 0%;
    margin-bottom: 1.98vw;
}

.productlist__price {
    color: var(--pink-color);
    text-align: right;
    font-family: 'Manrope Bold';
    font-size: 1.04vw;
    line-height: normal;
    margin-bottom: 0.21vw;
}

.productlist__tax {
    color: var(--grey9-color);
    text-align: right;
    font-family: 'Manrope SemiBold';
    font-size: 0.68vw;
    line-height: normal;
    margin-bottom: 0.89vw;
}

.productlist__name {
    color: var(--main-color);
    font-family: 'Manrope Medium';
    font-size: 0.83vw;
    line-height: normal;
    font-weight: normal;
    text-align: left;
}

.productlist__sku {
    color: var(--pink-color);
    font-family: 'Manrope SemiBold';
    font-size: 0.73vw;
    line-height: normal;
    padding-top: 1.04vw;
    padding-left: 1.15vw;
    text-align: left;
}

.top-solds {
    cursor: pointer;
}

.top-solds .productlist__price {
    color: var(--pink2-color);
}

.top-solds .productlist__name {
    color: var(--white-color);
}

.top-solds .productlist__name a {
    color: var(--white-color);
    text-decoration: none;
}

.top-solds__image img {
    width: 100%;
    height: auto;
    margin-top: 1.04vw;
}

.home_bg {
    background-color: var(--grey2-color);
    position: relative;
}

.home2 {
    height: 22.71vw;
    margin-bottom: -6.56vw;
}

.home2__row {
    display: flex;
}

.home2__col--left {
    margin-top: -10.73vw;
    width: 35.21vw;
}

.home2__col--center {
    width: calc(100% - 57.76vw);
    margin-top: -10.73vw;
    border-radius: 0.26vw 0 0 0.26vw;
    background: linear-gradient(155deg, rgba(137, 137, 137, 0.00) 0%, rgba(0, 0, 0, 0.40) 86.9%), var(--grey8-color);
    height: 22.69vw;
}

.home2__col--right {
    margin-top: -10.73vw;
    width: 22.55vw;
}

.home2__col--left img {
    border-radius: 0.26vw 0 0 0.26vw;
    border: 0.05vw solid var(--grey3-color);
    width: 100%;
    height: auto;
}

.home2 .page-tiles {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
    row-gap: 0%;
    margin-bottom: 0;
}

.home2 .page-tiles__tile:nth-child(1) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.home2 .page-tiles__tile:nth-child(4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.home2 .page-tiles__tile {
    height: 11.35vw;
}

.home2__desc {
    padding-top: 2.29vw;
    padding-left: 3.49vw;
    padding-right: 3.49vw;
    color: var(--white-color);
    opacity: 0.7;
}

.home2__desc h2 {
    color: var(--white-color);
}

.text-separator {
    height: 12.92vw;
}

.home3 {
    padding-bottom: 4.17vw;
}

.home3__row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.04vw;
    row-gap: 0%;
}

.home3__block {
    height: 23.54vw;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.home3__desc {
    padding-top: 1.82vw;
    padding-left: 3.02vw;
}

.home3__block:nth-child(1),
.home3__block:nth-child(1) h2,
.home3__block:nth-child(3),
.home3__block:nth-child(3) h2 {
    color: var(--white-color);
}

.home3__block:nth-child(3) p,
.home3__block:nth-child(3) h2 {
    opacity: 0.7;
}

.home3__block .button {
    position: absolute;
    left: 3.02vw;
    bottom: 1.93vw;
}

.home3__block:nth-child(1) .button {
    background-color: var(--red-color);
}

.home3__block:nth-child(3) .button {
    left: auto;
    right: 3.07vw;
}

.home3__logo {
    margin-top: -0.63vw;
    width: 4.43vw;
    height: 4.43vw;
}

.home3 .contact__data {
    color: var(--white-color);
    opacity: 0.7;
}

.home3 .contact__data a {
    color: var(--white-color);
}

.home3 .contact__svg {
    background: none;
}

.home3 .contact__svg svg.ico__address {
    width: 0.94vw;
    height: 0.94vw;
}

.home3 .contact__svg svg path {
    fill: var(--pink3-color);
}

.latest-products {
    background-color: var(--grey2-color);
    height: 35.78vw;
}

.latest-products_grid {
    margin-top: -3.13vw;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 1.04vw;
    position: relative;
}

/* product0 */
.latest-products_grid .product-box:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / 3;
    height: auto;
}

/* product1 */
.latest-products_grid .product-box:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

/* product2 */
.latest-products_grid .product-box:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}

/* product3 */
.latest-products_grid .product-box:nth-child(4) {
    grid-column: 3;
    grid-row: 1 / 3;
    height: auto;
}

/* product4 */
.latest-products_grid .product-box:nth-child(5) {
    grid-column: 4;
    grid-row: 1;
}

/* product5 */
.latest-products_grid .product-box:nth-child(6) {
    grid-column: 4;
    grid-row: 2;
}

.product-box {
    border-radius: 0.26vw;
    border: 0.05vw solid var(--grey3-color);
    box-sizing: border-box;
    background: var(--white-color);
    position: relative;
    height: 18.18vw;
    cursor: pointer;
    text-align: center;
}

.product-box__bottom {
    position: absolute;
    left: 0;
    bottom: 1.35vw;
    padding-left: 1.46vw;
    padding-right: 1.41vw;
    width: calc(100% - 2.86vw);
}

.product-box a {
    text-decoration: none;
    color: var(--main-color);
}

.product-box img {
    display: inline-block;
    width: 80%;
    height: auto;

}

.latest-products_grid .product-box:nth-child(1) img,
.latest-products_grid .product-box:nth-child(4) img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.our-products {
    display: flex;
    position: absolute;
    right: 21.3vw;
    bottom: 4.22vw;
    border-radius: 0.26vw;
    background: var(--pink-color);
    width: 17.14vw;
    height: 5.05vw;
}

.our-products__col1 {
    width: calc(100% - 8.54vw);
}

.our-products__col2 {
    width: 8.54vw;
    display: flex;
}

.our-products__title {
    padding-top: 0.94vw;
    padding-left: 0.99vw;
    color: var(--white-color);
    font-family: 'Manrope SemiBold';
    font-size: 0.78vw;
    line-height: normal;
    opacity: 0.65;
}

.our-products__number {
    padding-top: 0.05vw;
    padding-left: 0.99vw;
    color: var(--white-color);
    font-family: 'Manrope ExtraBold';
    font-size: 1.67vw;
    line-height: normal;
    letter-spacing: -0.12vw;
}

.categories {
    display: flex;
    width: 100%;
}

.categories__category {
    border-left: 0.05vw solid var(--pink4-color);
    width: calc(50% - 0.05vw);
    text-align: center;
    position: relative;
}

.categories__svg path {
    fill: var(--white-color);
}

.categories__category:nth-child(1) svg {
    width: 2.34vw;
    height: 2.34vw;
    display: inline-block;
    margin-top: 0.83vw;
}

.categories__category:nth-child(2) svg {
    width: 1.98vw;
    height: 1.72vw;
    display: inline-block;
    margin-top: 1.09vw;
}

.categories__name {
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 0.73vw;
    color: var(--white-color);
    font-family: 'Manrope SemiBold';
    font-size: 0.78vw;
    line-height: normal;
    opacity: 0.65;
    width: 100%;
}

.home1 h2 {
    position: absolute;
    left: 4.95vw;
    bottom: 4.43vw;
    color: var(--white-color);
    font-family: 'Manrope Light';
    font-size: 1.25vw;
    line-height: normal;
    font-weight: normal;
}

.home-categories {
    margin-top: 6.04vw;
    display: flex;
    gap: 1.04vw;
}

.home-categories__col1 {
    width: 17.08vw;
}

.home-categories__col2 {
    width: calc(100% - 18.13vw);
    padding-top: 1.25vw;
}

.home-categories__col2 h2 {
    padding-left: 1.98vw;
    margin-bottom: 1.3vw;
    color: var(--black-color);
    font-family: 'Manrope Light';
    font-size: 1.25vw;
    font-weight: normal;
    line-height: normal;
}

.search {
    width: 17.08vw;
    height: auto;
    border-radius: 0.26vw;
    background: linear-gradient(166deg, rgba(137, 137, 137, 0.00) 10.08%, rgba(0, 0, 0, 0.40) 79.06%), var(--grey8-color);
    padding-bottom: 2.08vw;
}

.search h2 {
    padding-top: 1.25vw;
    margin-bottom: 1.3vw;
    text-align: center;
    color: var(--white-color);
    font-family: 'Manrope Light';
    font-size: 1.25vw;
    line-height: normal;
    font-weight: normal;
}

.categories-search {
    gap: 1.3vw;
    justify-content: center;
    margin-bottom: 3.33vw;
}

.categories-search .categories__category {
    width: 3.85vw;
    height: 3.85vw;
    border-radius: 0.26vw;
    border: 0.05vw solid var(--grey10-color);
    background: var(--grey11-color);
}

.categories-search .categories__svg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.categories-search .categories__category:nth-child(1) svg {
    width: 2.6vw;
    height: auto;
    margin-top: 0;
}

.categories-search .categories__category:nth-child(2) svg {
    width: 2.19vw;
    height: auto;
    margin-top: 0;
}

.categories-search .categories__name {
    bottom: -1.51vw;
}

.categories-search .categories__category svg.ico_active {
    width: 0.73vw;
    height: 0.73vw;
    position: absolute;
    left: 0.36vw;
    top: 0.36vw;
    display: none;
}

.categories-search .categories__category svg.ico_active path {
    fill: var(--pink2-color);
}

.categories-search .categories__category--active {
    border: 0.05vw solid var(--pink2-color);
}

.categories-search .categories__category--active svg.ico_active {
    display: block;
}

.search label {
    padding-left: 1.72vw;
    padding-right: 1.72vw;
    display: block;
    margin-bottom: 0.68vw;
}

.search .label {
    display: block;
    margin-bottom: 0.68vw;
    color: var(--grey5-color);
    font-family: 'Manrope SemiBold';
    font-size: 0.73vw;
    line-height: normal;
}

.select-wrap {
    position: relative;
    width: 100%;
}

.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 0.57vw 0.78vw;
    border-radius: 0.26vw;
    border: 0.05vw solid var(--grey10-color);
    background: var(--grey11-color);
    color: var(--white-color);
    font-family: 'Manrope Medium';
    font-size: 0.78vw;
    line-height: normal;
    cursor: pointer;
}

.select-arrow {
    position: absolute;
    top: 50%;
    right: 0.83vw;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.25s ease;
    pointer-events: none;
    display: flex;
    align-items: center;
}

.select-arrow svg {
    width: 0.63vw;
    height: 0.36vw;
}

.select-arrow svg path {
    fill: var(--white-color);
}

.custom-select:focus,
.custom-select:active,
.custom-select:focus-visible {
    outline: none;
    box-shadow: none;
    border-color: var(--grey10-color);
}

.search__button {
    text-align: center;
    padding-top: 1.46vw;
}

.products-archive {
    background: var(--grey2-color);
    margin-bottom: 2.76vw;
}

.products-archive__area {
    display: flex;
    gap: 1.04vw;
    margin-top: 3.65vw;
}

.products-archive__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.04vw;
    row-gap: 1.04vw;
    margin-top: -2.6vw;
}

.products-archive__search {
    width: 17.08vw;
    margin-top: -2.6vw;
}

.products-archive__rest {
    width: calc(100% - 18.13vw);
}

.archive-header__area {
    display: flex;
    gap: 1.3vw;
    margin-bottom: 3.33vw;
    justify-content: flex-end;
    align-items: center;
}

.archive-header .breadcrumbs {
    margin-bottom: 0;
}

.sort-area {
    display: flex;
    align-items: center;
    gap: 0.89vw;
}

.sort-area span.label {
    width: 4.69vw;
    color: var(--main-color);
    font-family: 'Manrope SemiBold';
    font-size: 0.73vw;
    line-height: normal;
}

.sort-area .custom-select {
    border: 0.05vw solid var(--grey3-color);
    background: none;
    color: var(--main-color);
    font-size: 0.78vw;
}

.sort-area .select-arrow svg path {
    fill: var(--main-color);
}

.pagination {
    display: flex;
}

.pagination span,
.pagination a {
    width: 2.34vw;
    height: 2.34vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.26vw;
}

.pagination span {
    background-color: var(--pink2-color);
    color: var(--white-color);
}

.pagination a {
    text-decoration: none;
    color: var(--pink-color);
}

.pagination a svg {
    width: 1.25vw;
    height: 0.63vw;
}

.pagination a svg path {
    fill: var(--pink-color);
}

.pagination a.prev svg {
    transform: rotate(180deg);
}

.archive-header__area--footer {
    margin-top: 1.09vw;
    margin-bottom: 0;
    padding-bottom: 1.2vw;
}

.single-product__top {
    display: flex;
}

.single-product__gallery {
    display: flex;
    gap: 1.04vw;
    margin-top: -2.6vw;
}

.single-product__thumbs {
    width: 11.09vw;
}

.single-product__thumb {
    border-radius: 0.26vw 0.26vw 0 0;
    border: 0.05vw solid var(--grey3-color);
    display: flex;
    background-color: var(--white-color);
}

.single-product__thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.single-product__mainimage {
    width: 26.46vw;
    border-radius: 0.26vw;
    border: 0.05vw solid var(--grey3-color);
    display: flex;
    background-color: var(--white-color);
    align-items: center;
}

.single-product__mainimage img {
    width: 100%;
    height: auto;
    display: block;
}

.single-product__summary {
    width: calc(100% - 38.7vw);
    position: relative;
}

.single-product__summary--long {
    width: calc(100% - 26.56vw);
}

.single-product__data {
    padding-top: 2.4vw;
    padding-left: 3.54vw;
    width: calc(100% - 3.54vw);
}

.single-product__title {
    color: var(--black-color);
    font-family: 'Manrope Light';
    font-size: 1.25vw;
    line-height: normal;
    margin-bottom: 1.67vw;
}

.single-product__sku,
.single-product__ww2vw-nr,
.single-product__part-options {
    color: var(--black-color);
    font-family: 'Manrope Medium';
    font-size: 0.83vw;
    line-height: 1.35vw;
    margin-bottom: 0.26vw;
    opacity: 0.7;
}

.single-product__part-option {
    margin-bottom: 0.26vw;
}

/*
.single-product__bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 3.54vw;
    width: calc(100% - 3.54vw);
}
*/

.single-product__bottom {
    position: relative;
    width: 100%;
    padding-top: 1.56vw;
}

.single-product__prices {
    display: flex;
    gap: 2.71vw;
    align-items: center;
    margin-bottom: 2.24vw;
}

.single-product__price div {
    color: var(--pink-color);
    font-family: 'Manrope Bold';
    font-size: 1.88vw;
    line-height: normal;
}

.single-product__price strong {
    color: var(--black-color);
    font-family: 'Manrope ExtraBold';
    font-size: 0.63vw;
    line-height: 1.35vw;
    display: block;
    margin-top: -0.52vw;
}

.single-product__price-vat {
    color: var(--grey9-color);
    font-family: 'Manrope Regular';
    font-size: 0.94vw;
    line-height: normal;
}

.single-product__to-cart form {
    display: block;
    position: relative;
}

.single-product__to-cart form .button {
    position: absolute;
    bottom: 0;
    right: 0;
}

.single-product__to-cart .screen-reader-text {
    clip: initial;
    height: auto;
    overflow: initial;
    position: relative !important;
    width: auto;
    word-wrap: normal !important;
    display: block;
    margin: 0;
    clip-path: none;
    font-size: 0.83vw;
    line-height: normal;
    color: var(--black-color);
    opacity: 0.7;
}

.single-product__to-cart .quantity {
    display: flex;
    gap: 0.78vw;
    align-items: center;
}

.single-product__to-cart .quantity input {
    width: 3.23vw;
    padding-left: 0.25vw;
    height: 1.98vw;
    border-radius: 0.26vw;
    border: 0.05vw solid var(--grey6-color);
    background: var(--white-color);
    color: var(--black-color);
    font-family: 'Manrope Regular';
    font-size: 0.94vw;
    line-height: normal;
}

.quantity input[type="number"] {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button;
    opacity: 1;
    margin: 0;
}

.single-product__description {
    border-radius: 0.26vw;
    border: 0.05vw solid var(--grey3-color);
    background: var(--white-color);
    margin-top: 1.04vw;
    padding-top: 1.56vw;
    padding-left: 3.65vw;
    padding-right: 3.65vw;
    width: calc(100% - 7.29vw);
    padding-bottom: 0.52vw;
}

.related-products__section h2 {
    padding-top: 1.35vw;
    padding-left: 1.93vw;
    margin-bottom: 1.3vw;
}

.related-products__grid {
    margin-top: 0;
    padding-bottom: 4.17vw;
}

.header__top {
    position: absolute;
    display: flex;
    top: 1.2vw;
    left: 29.74vw;
    align-items: center;
    gap: 2.08vw;
}

.productlist__noproduct h2 {
    padding-top: 1.04vw;
}

.home-categories__more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.57vw;
    margin-top: -1.15vw;
}

.home-categories__more--all {
    margin-top: 0.89vw;
}

.home-categories__more a {
    color: var(--main-color);
    font-family: 'Manrope SemiBold';
    font-size: 0.73vw;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.home-categories__more svg {
    width: 1.25vw;
    height: 0.63vw;
}

.home-categories__more svg path {
    fill: var(--pink-color);
}


.minicart {
    position: fixed;
    background: var(--white-color);
    width: 18.23vw;
    right: 2.08vw;
    top: 7.3vw;
    border: 0.21vw solid var(--grey6-color);
    box-shadow: 0 0.36vw 0.83vw 0 rgba(0, 0, 0, 0.06);
    padding-bottom: 1.72vw;
    display: block;
    z-index: 100000;
    display: none;
}

.minicart .title {
    font-family: 'Manrope Bold';
    font-size: 0.94vw;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 0.05vw solid var(--grey6-color);
    height: 1.98vw;
    padding: 0;
    position: relative;
    border-radius: 0;
    height: 3vw;
    align-items: center;
    justify-content: center;
    background: var(--grey11-color);
}

.minicart .items {
    padding-left: 1.04vw;
    padding-right: 1.04vw;
    cursor: pointer;
    width: auto;
}

.minicart .area {
    max-height: 19.3vw;
    margin: 0;
    width: 100%;
    overflow: auto;
    padding-right: 0;
}

.minicart .area p.empty-info {
    text-align: center;
    margin-bottom: 0;
    font-family: 'Manrope Regular';
    margin-top: 1.35vw;
}

.minicart .area::-webkit-scrollbar {
    width: 0.42vw;
    height: 0.42vw;
}

.minicart .area::-webkit-scrollbar-track {
    background: var(--grey2-color);
}

.minicart .area::-webkit-scrollbar-thumb {
    background: var(--pink2-color);
}

.minicart .area::-webkit-scrollbar-thumb:hover {
    background: var(--grey10-color);
}

.minicart .foto {
    float: left;
    width: 40%;
}

.minicart .foto img {
    width: 100%;
    height: auto;
    margin-top: 0.52vw;
}

.minicart .rest {
    padding-left: 0.78vw;
    float: left;
    font-family: 'Manrope Regular';
    text-transform: uppercase;
    width: calc(60% - 0.78vw);
    padding-top: 1.35vw;
}

.minicart .rest p {
    margin-bottom: 0.26vw;
    font-size: 0.83vw;
}

.minicart .rest p.title2 {
    font-family: 'Manrope Semibold';
    font-size: 0.83vw;
}

.minicart .item {
    border-bottom: 0.05vw solid var(--grey6-color);
}

.minicart .buttons {
    text-align: center;
    padding-left: 1.04vw;
    padding-right: 1.04vw;
    width: auto;
}

.minicart .buttons .button {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    background: var(--grey10-color);
    color: var(--white-color);
    font-size: 0.68vw;
    padding: 0;
    height: 2.24vw;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    font-family: 'Manrope Semibold';
    font-size: 0.78vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.minicart .buttons .button1 {
    margin-top: 1.3vw;
    background: var(--pink2-color);
}

.minicart .buttons .button2 {
    margin-top: 0.42vw;
}

.minicart .fa {
    position: absolute;
    top: 0.52vw;
    right: 0.73vw;
    font-size: 1.25vw;
    cursor: pointer;
}

.search-filter-hidden {
    display: none !important;
}

.aws-container {
    width: 36.3vw;
}

.aws-container .aws-search-form {
    height: 2.08vw;
}

.aws-container .aws-search-field {
    padding: 0;
    padding-left: 0.94vw;
    padding-right: 0.94vw;
    color: var(--main-color);
    font-family: 'Manrope Medium';
    font-size: 0.78vw;
    line-height: normal;
    border-radius: 0.26vw 0 0 0.26vw !important;
    border: 0.05vw solid var(--grey6-color);
    background: var(--white-color);
}

.aws-container .aws-search-form .aws-form-btn {
    background: var(--main-color);
    border: 0.05vw solid var(--main-color);
    margin: 0 0 0 -0.05vw;
}

.aws-container .aws-search-form .aws-form-btn:hover {
    background: var(--main-color);
}

.aws-container .aws-search-form .aws-search-btn svg path {
    fill: var(--white-color);
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    text-decoration: none;
    color: var(--pink-color);
}

.footerbottom__grid {
    display: flex;
    gap: 1.98vw;
    align-items: center;
}

.wc-block-components-button {
    border-radius: 5px;
    background: var(--pink2-color);
    color: var(--white-color);
    font-family: 'Manrope SemiBold';
    font-size: 14px;
    line-height: normal;
    text-decoration: none;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
    border: 1px solid var(--grey5-color);
    border-radius: 5px;
    color: var(--main-color);
}

.wc-blocks-components-select .wc-blocks-components-select__select {
    border: 1px solid var(--grey5-color);
    border-radius: 5px;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
    border: 1px solid var(--grey5-color);
    color: var(--main-color);
}

.wc-block-components-form .wc-block-components-text-input.has-error input,
.wc-block-components-form .wc-block-components-text-input.has-error input:active,
.wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.wc-block-components-form .wc-block-components-text-input.has-error input:hover,
.wc-block-components-text-input.has-error input,
.wc-block-components-text-input.has-error input:active,
.wc-block-components-text-input.has-error input:focus,
.wc-block-components-text-input.has-error input:hover {
    border-color: var(--red-color);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    color: var(--white-color);
    border-radius: 5px;
    background: var(--pink2-color);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    color: var(--white-color);
    border-radius: 5px;
    background: var(--pink2-color);
}

:where(.woocommerce) .select2-container .select2-dropdown,
:where(.woocommerce) .select2-container .select2-selection {
    border: 1px solid var(--grey5-color);
    border-radius: 5;
}

.woocommerce-MyAccount-content a {
    color: var(--pink-color);
}

.woocommerce-MyAccount-navigation ul {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul a {
    color: var(--black-color);
    font-family: 'Manrope SemiBold';
}

.woocommerce-info {
    border-top-color: var(--pink2-color);
}

.woocommerce-info::before {
    color: var(--pink2-color);
}

.woocommerce .title {
    height: auto;
    border-radius: 0;
    background: none;
    color: var(--white-color);
    font-size: 18px;
    padding-left: 0;
    display: block;
}

.hamburger {
    display: none;
}

.menu-responsive {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0.83vw;
    font-family: 'Manrope Semibold';
    color: var(--pink-color)
}

.section_desktop {
    display: block;
}

.quantity {
    display: flex;
    align-items: center;
    gap: 8px;
}

.quantity .qty-minus,
.quantity .qty-plus {
    width: 1.04vw;
    height: 2.08vw;
    background: none;
    color: var(--main-color);
    font-size: 1.15vw;
    line-height: 1;
    cursor: pointer;
    border-radius: 0.31vw;
    padding: 0;
}

.quantity input.qty {
    width: 2.08vw;
    text-align: center;
    -moz-appearance: textfield;
}

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

.section_mobile {
    display: none;
}

@media (max-width: 991px) {

    body {
        font-size: 16px;
        line-height: 26px;
    }

    .section_desktop {
        display: none;
    }

    .section_mobile {
        display: block;
    }

    .header {
        height: 76px;
        width: 100%;
        padding: 0;
        z-index: 10000;
    }

    .header ul.nav {
        display: none;
    }

    .header .aws-container {
        display: none;
    }

    .header .logomain {
        width: 134px;
        height: 57px;
        margin-top: 15px;
        margin-left: 32px;
    }

    .header .loginbutton {
        display: none;
    }

    .header .cart-total {
        display: none;
    }

    .header .cart-icon svg {
        width: 23px;
        height: 27px;
    }

    .header__top {
        position: relative;
        display: block;
        top: auto;
        left: auto;
    }

    .header .cart-icon {
        width: auto;
        position: absolute;
        display: block;
        margin-top: 0;
        right: 92px;
        top: 24px;
    }

    .header .cart-icon .cart-count {
        height: 18px;
        width: 18px;
        padding-top: 0;
        font-size: 13.5px;
        border-radius: 15px;
        right: 14px;
        bottom: -6px;
    }

    .hamburger {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        background: var(--pink-color);
        position: absolute;
        right: 20px;
        top: 19px;
        display: flex;
        cursor: pointer;
        justify-content: center;
        align-items: center;
    }

    .hamburger__close {
        background: var(--main-color);
    }

    .hamburger__off {
        width: 19px;
        height: 13px;
        display: block;
    }

    .hamburger__on {
        display: none;
        width: 17px;
        height: 17px;
    }

    .hamburger svg path {
        fill: var(--white-color);
    }

    .menu-responsive {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: var(--white-color);
        z-index: 1000;
    }

    .menu-responsive__top {
        margin-top: 76px;
        border-top: 1px solid var(--grey12-color);
        border-bottom: 1px solid var(--grey12-color);
        padding-top: 17px;
        padding-bottom: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 21px;
    }

    .cart-icon {
        margin-top: 0;
    }

    .cart-icon svg {
        width: 23px;
        height: auto;
    }

    .cart-icon .cart-count {
        height: 18px;
        width: 18px;
        padding-top: 0;
        font-size: 13.5px;
        border-radius: 15px;
        right: 14px;
        bottom: -6px;
    }

    .cart-total span.cart-total__name {
        font-size: 13.5px;
    }

    .cart-total strong {
        font-size: 13.5px;
        margin-top: -2px;
    }

    .menu-responsive__search {
        display: flex;
        padding-top: 10px;
        justify-content: center;
    }

    .menu-responsive .aws-container {
        width: 280px;
    }

    .menu-responsive .aws-container .aws-search-form {
        height: 34px;
    }

    .menu-responsive .aws-container .aws-search-field {
        padding: 0;
        padding-left: 18px;
        padding-right: 18px;
        font-size: 15px;
        border-radius: 5px 0 0 5px !important;
        border: 1px solid var(--grey6-color);
    }

    .menu-responsive .nav {
        text-align: center;
        margin-top: 20px;
    }

    .menu-responsive .nav li {
        margin-bottom: 12px;
    }

    .menu-responsive .nav li a {
        color: var(--main-color);
        text-align: center;
        font-family: 'Manrope ExtraBold';
        font-size: 15px;
        line-height: normal;
        text-decoration: none;
        text-transform: uppercase;
    }

    .menu-responsive .nav li.current-menu-item a {
        color: var(--pink-color);
    }

    .menu-responsive .loginbutton {
        border-radius: 5px;
        border: 1px solid rgba(78, 76, 77, 0.50);
        height: 38px;
        width: 150px;
        gap: 10px;
        font-size: 13px;
    }

    .menu-responsive .loginbutton svg {
        width: 18px;
        height: auto;
    }

    .menu-responsive .our-products {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 15px;
        border-radius: 5px;
        width: 328px;
        height: 97px;
    }

    .our-products__col1 {
        width: calc(100% - 163px);
    }

    .our-products__col2 {
        width: 163px;
    }

    .our-products__title {
        padding-top: 18px;
        padding-left: 19px;
        font-size: 15px;
    }

    .our-products__number {
        padding-top: 1px;
        padding-left: 19px;
        font-size: 32px;
        letter-spacing: 0;
    }

    .categories__name {
        bottom: 14px;
        font-size: 15px;
    }

    .categories__category:nth-child(1) svg {
        width: 45px;
        height: auto;
        margin-top: 16px;
    }

    .categories__category:nth-child(2) svg {
        width: 38px;
        height: auto;
        margin-top: 21px;
    }

    .footer {
        height: auto;
    }

    .footer .nav {
        display: none;
    }

    .footer__row {
        flex-wrap: wrap;
        margin: 0;
        border: 0;
        height: auto;
        padding-left: 44px;
        padding-top: 58px;
    }

    .footer__col {
        padding-left: 0;
        border-left: 0;
        height: auto;
        width: 100%;
        margin-bottom: 57px;
        border-left: 1px solid var(--grey4-color);
        padding-left: 25px;
    }

    .footer__col--col1 {
        padding-right: 0;
    }

    .footer__col--col3 {
        margin-bottom: 30px;
    }

    .footer__col ul li a {
        font-size: 15px;
    }

    .footer__col ul li {
        gap: 11px;
        margin-bottom: 13px;
    }

    .footer__block {
        gap: 0;
        flex-wrap: wrap;
    }

    .footer__block ul {
        width: 100%;
    }

    .footer__col--col1 .footer__block ul:last-child li {
        margin-bottom: 0;
    }

    .footer__col--col1 .footer__block ul:last-child li:last-child {
        display: none;
    }

    .footer__col--col2 ul li:last-child {
        margin-bottom: 0;
    }

    .footer__col--col3 .footer__block ul:last-child li:last-child {
        margin-bottom: 0;
    }

    .footer__col svg {
        width: 7px;
        height: auto;
    }

    .footer__col h2 {
        font-size: 14px;
        margin-bottom: 24px;
        padding-left: 18px;
    }

    .footer__row2 {
        height: auto;
        flex-wrap: wrap;
        padding-left: 44px;
        padding-right: 44px;
    }

    .footerbottom__left {
        width: 100%;
        padding-left: 0;
        gap: 0;
        flex-wrap: wrap;
    }

    .footerbottom__left span {
        font-size: 14px;
        letter-spacing: 0;
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 35px;
    }

    .footerbottom__left {
        border-top: 1px solid var(--grey4-color);
        border-bottom: 1px solid var(--grey4-color);
        padding-top: 31px;
        padding-bottom: 30px;
    }

    .footerbottom__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 40px;
        row-gap: 34px;
        align-items: center;
        justify-items: center;
        width: 100%;
    }

    .ico_przelewy {
        width: 72px;
        height: auto;
    }

    .ico_skycash {
        width: 86px;
        height: auto;
    }

    .ico_visa {
        width: 65px;
        height: auto;
    }

    .ico_mastercard {
        width: 50px;
        height: auto;
    }

    .footerbottom__right {
        width: 100%;
        padding-right: 0;
        flex-wrap: wrap;
        text-align: center;
        font-size: 13px;
        padding-top: 24px;
        padding-bottom: 30px;
        justify-content: center;
    }

    .footerbottom__s1 {
        padding-right: 0;
        border-right: 0;
        margin-bottom: 8px;
    }

    .s_container {
        margin-left: 16px;
        margin-right: 16px;
    }

    .page__row {
        display: flex;
        gap: 0;
        padding-left: 0;
        padding-right: 0;
        flex-wrap: wrap;
    }

    .page__left {
        width: 100%;
    }

    .pagemain .page__image {
        position: relative;
        top: auto;
    }

    .page__image {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .breadcrumbs {
        display: none;
    }

    .page__right {
        width: 100%;
    }

    .container {
        padding-top: 76px;
    }

    .title {
        height: auto;
        border-radius: 0;
        background: none;
        color: var(--main-color);
        font-family: 'Manrope Semibold';
        font-size: 22px;
        line-height: normal;
        padding-left: 0;
        display: block;
        margin-bottom: 20px;
        padding-top: 20px;
    }

    .page {
        background: none;
    }

    .page__image img {
        width: calc(100% - 2px);
        border-radius: 5px;
        border: 1px solid var(--grey3-color);
    }

    .description p,
    .description ul,
    .description ol,
    .description h2 {
        margin-bottom: 30px;
        text-align: left;
    }

    .description ul,
    .description ol {
        padding-left: 20px;
    }

    .page h2 {
        display: none;
    }

    .gallery__area {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 5px;
        row-gap: 5px;
        margin: 0 auto;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .pagemain {
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .page__desc {
        padding-top: 10px;
    }

    .contact__row {
        flex-wrap: wrap;
    }

    .contact__col--col1 {
        width: 100%;
    }

    .contact__col--col2 {
        width: 100%;
    }

    .contact__field {
        display: flex;
        gap: 20px;
        margin-bottom: 30px;
    }

    .contact__svg {
        width: 30px;
        height: 30px;
        border-radius: 18px;
    }

    .ico__address {
        width: 16px;
        height: 16px;
    }

    .contact__social {
        gap: 10px;
        padding-top: 0;
        padding-left: 48px;
        padding-bottom: 30px;
    }

    .contact__social a {
        width: 38px;
        height: 38px;
        border: 1px solid var(--pink-color);
        border-radius: 8px;
    }

    .contact__social a svg {
        width: 18px;
        height: auto;
    }

    form label span.label {
        font-size: 15px;
        line-height: normal;
        margin-bottom: 3px;
    }

    input[type='text'],
    input[type='email'],
    input[type='tel'],
    textarea {
        height: 41px;
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.13);
        font-size: 16px;
        line-height: 26px;
        padding-left: 15px;
        padding-right: 15px;
        width: calc(100% - 32px);
    }

    textarea {
        height: 103px;
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
    }

    .wpcf7-acceptance {
        padding-top: 11px;
        margin-bottom: 20px;
    }

    .wpcf7-not-valid-tip {
        font-size: 12px;
    }

    button {
        border: 0;
        height: 40px;
        cursor: pointer;
    }

    button,
    .button {
        padding-left: 48px;
        padding-right: 48px;
        font-size: 14px;
        border-radius: 5px;
    }

    .description form p:nth-child(7) {
        text-align: center;
    }

    .description form p {
        margin-bottom: 11px;
    }

    .wpcf7-list-item label {
        display: flex;
        gap: 11px;
    }

    .wpcf7-list-item label input {
        width: 20px;
        height: 20px;
    }

    .wpcf7 form .wpcf7-response-output {
        font-size: 15px;
        text-align: left;
        padding-top: 15px;
    }

    .company {
        height: auto;
        margin-bottom: 030px;
    }

    .page-tiles {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 30px;
    }

    .page-tiles__tile {
        height: 170px;
        border-radius: 0;
    }

    .page-tiles__name {
        font-size: 16px;
        letter-spacing: 0;
        bottom: 20px;
    }

    .page-tiles__tile:nth-child(1) svg {
        margin-top: 23px;
        width: 61px;
        height: auto;
    }

    .page-tiles__tile:nth-child(2) svg {
        margin-top: 15px;
        width: 70px;
        height: auto;
    }

    .page-tiles__tile:nth-child(3) svg {
        margin-top: 36px;
        width: 61px;
        height: auto;
    }

    .page-tiles__tile:nth-child(4) svg {
        margin-top: 31px;
        width: 64px;
        height: auto;
    }

    .page__button {
        padding-top: 0;
        text-align: center;
        margin-bottom: 30px;
    }

    .button {
        padding-top: 10px;
        padding-bottom: 10px;
        text-decoration: none;
    }

    .page__gallery {
        padding-left: 0;
        padding-right: 0;
        grid-template-columns: 1fr 1fr;
        grid-gap: 5px;
        row-gap: 5px;
        width: 100%;
    }

    .home1 .our-products {
        display: none;
    }

    .home1 {
        height: 690px;
        position: relative;
        margin-left: 0;
        margin-right: 0;
        background-color: var(--dark-color);
    }

    .home1__image {
        width: 100%;
        height: 212px;
        border-radius: 0;
    }

    .top-solds {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        height: 412px;
        top: 154px;
        right: 0;
        border-radius: 5px;
    }

    .top-solds__title {
        font-size: 20px;
        padding-top: 26px;
        padding-left: 27px;
    }

    .product-box__bottom {
        bottom: 16px;
        padding-left: 28px;
        padding-right: 28px;
        width: calc(100% - 56px);
    }

    .productlist__name {
        font-size: 16px;
    }

    .productlist__price {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .productlist__tax {
        font-size: 13px;
        margin-bottom: 13px;
    }

    .top-solds__image img {
        width: 100%;
        height: 246px;
        margin-top: 10px;
        object-fit: contain;
    }

    .home1 h2 {
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 78px;
        font-size: 20px;
    }

    .latest-products_grid .product-box:nth-child(3), .latest-products_grid .product-box:nth-child(4), .latest-products_grid .product-box:nth-child(5), .latest-products_grid .product-box:nth-child(6) {
        display: none;
    }

    .latest-products {
        background-color: var(--white-color);
        height: auto;
    }

    .latest-products .s_container3 {
        margin: 0;
    }

    .latest-products_grid {
        margin-top: -43px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: initial;
        gap: 20px;
        position: relative;
    }

    .latest-products_grid .product-box:nth-child(1), .latest-products_grid .product-box:nth-child(2) {
        grid-column: initial;
        grid-row: initial;
    }

    .product-box {
        border-radius: 5px;
        border: 1px solid var(--grey3-color);
        height: 300px !important;
    }

    .productlist__sku {
        font-size: 14px;
        padding-top: 20px;
        padding-left: 22px;
    }

    .latest-products .productlist__sku {
        font-size: 11px;
        padding-top: 9px;
        padding-left: 10px;
    }

    .product-box img {
        width: 100%;
        height: 114px;
        object-fit: contain;
        margin-top: 10px;
    }

    .latest-products_grid .product-box:nth-child(1) img {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .latest-products_grid .productlist__name {
        font-size: 14px;
    }

    .latest-products_grid .product-box__bottom {
        bottom: 16px;
        padding-left: 12px;
        padding-right: 12px;
        width: calc(100% - 24px);
    }

    .home-categories__more {
        justify-content: center;
        gap: 11px;
        margin-top: 34px;
    }

    .home-categories__more a {
        font-size: 14px;
    }

    .home-categories__more svg {
        width: 24px;
        height: 12px;
    }

    .s_container2 {
        margin-left: 16px;
        margin-right: 16px;
    }

    .home-categories {
        margin-top: 35px;
        display: flex;
        gap: 0;
        flex-wrap: wrap;
    }

    .home-categories__col1 {
        width: 100%;
    }

    .search {
        width: 100%;
        height: auto;
        border-radius: 5px;
        padding-bottom: 45px;
    }

    .search h2 {
        padding-top: 26px;
        margin-bottom: 29px;
        font-size: 20px;
    }

    .categories-search {
        gap: 25px;
        margin-bottom: 64px;
    }

    .categories-search .categories__category {
        width: 74px;
        height: 74px;
        border-radius: 5px;
        border: 1px solid var(--grey10-color);
    }

    .categories-search .categories__category:nth-child(1) svg {
        width: 50px;
    }

    .categories-search .categories__category:nth-child(2) svg {
        width: 42px;
    }

    .categories-search .categories__name {
        bottom: -30px;
    }

    .categories-search .categories__category svg.ico_active {
        width: 14px;
        height: 14px;
        left: 7px;
        top: 4px;
    }

    .search label {
        padding-left: 33px;
        padding-right: 33px;
        margin-bottom: 11px;
    }

    .search .label {
        margin-bottom: 16px;
        font-size: 14px;
    }

    .custom-select {
        padding: 8px 12px;
        border-radius: 5px;
        border: 1px solid var(--grey10-color);
        font-size: 15px;
    }

    .select-arrow svg {
        width: 12px;
        height: 7px;
    }

    .select-arrow {
        right: 12px;
    }

    .search__button {
        padding-top: 33px;
    }

    .home-categories__col2 {
        width: 100%;
        padding-top: 29px;
    }

    .home-categories__col2 h2 {
        padding-left: 0;
        margin-bottom: 31px;
        font-size: 20px;
        text-align: center;
    }

    .productlist {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0;
        row-gap: 0%;
        margin-bottom: 0;
    }

    .productlist .product-box {
        margin-bottom: 20px;
    }

    .productlist .product-box:last-child {
        margin-bottom: 0;
    }

    .category-1 {
        padding-bottom: 37px;
    }

    .category-2 {
        background: var(--grey2-color);
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 37px;
        padding-top: 30px;
    }

    .home2 {
        height: auto;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .home2__col--left {
        margin-top: 0;
        width: 100%;
    }

    .home2__row {
        flex-wrap: wrap;
    }

    .home2__col--left img {
        border-radius: 0;
        border: 1px solid var(--grey3-color);
        width: calc(100% - 2px);
        height: auto;
    }

    .text-separator {
        display: none;
    }

    .home2__col--center {
        width: 100%;
        margin-top: -7px;
        border-radius: 0;
        height: auto;
    }

    .home2__desc {
        padding-top: 31px;
        padding-left: 43px;
        padding-right: 43px;
    }

    .description h2 {
        font-size: 20px;
    }

    .home2__col--right {
        margin-top: 0;
        width: 100%;
    }

    .home2__button {
        text-align: center;
        padding-bottom: 44px;
    }

    .home2 .page-tiles__tile {
        height: 170px;
    }

    .home3 {
        padding-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .home3__row {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0;
        row-gap: 0%;
    }

    .home3__block {
        height: 367px;
    }

    .home3__desc {
        padding-top: 29px;
        padding-left: 43px;
        font-size: 15px;
    }

    .home3__block:nth-child(1) .home3__desc {
        width: 224px;
    }

    .home3__block:nth-child(2) {
        background-color: rgba(255, 255, 255, 0.9);
        background-blend-mode: lighten;
        background-position: -75px -55px
    }

    .home3__block:nth-child(2) .home3__desc {
        width: 280px;
    }

    .home3__block:nth-child(1) .home3__desc br {
        display: none;
    }

    .home3__block:nth-child(2) .home3__desc br, .home3__block:nth-child(3) .home3__desc p br {
        display: none;
    }

    .home3__block:nth-child(3) .home3__desc p {
        margin-bottom: 23px;
    }

    .home3__block:nth-child(3) .home3__desc .contact__field {
        margin-bottom: 0;
    }

    .home3__block:nth-child(1) h2 {
        margin-bottom: 25px;
    }

    .home3__block .button {
        position: absolute;
        left: 44px;
        bottom: 30px;
    }

    .home3__logo {
        margin-top: 0;
        width: 70px;
        height: 70px;
        position: absolute;
        bottom: 11px;
        right: auto;
        left: 203px;
    }

    .home3 .contact__svg svg.ico__address {
        width: 18px;
        height: 18px;
    }

    .home3 .contact__field {
        gap: 4px;
    }

    .home3__block:nth-child(3) {
        margin-bottom: 106px;
    }

    .home3__block:nth-child(3) .button {
        position: absolute;
        bottom: -73px;
        left: 50%;
        transform: translate(-50%, 0);
        right: auto;
    }

    .products-archive__area {
        display: flex;
        gap: 0;
        margin: 0;
        margin-top: 0;
        flex-wrap: wrap;
    }

    .products-archive__search {
        width: 100%;
        margin-top: 0;
    }

    .products-archive__rest {
        width: 100%;
    }

    .products-archive__grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0;
        row-gap: 20px;
        margin-top: 30px;
    }

    .products-archive {
        background: none;
        margin-bottom: 30px;
    }

    .products-archive .product-box img, .productlist .product-box img {
        height: 140px;
    }

    .product-box img {
        height: 130px;
    }

    .sort-area {
        gap: 15px;
    }

    .sort-area span.label {
        width: 100px;
        font-size: 14px;
    }

    .sort-area .custom-select {
        border: 1px solid var(--grey3-color);
        font-size: 15px;
    }

    .archive-header__area {
        gap: 0;
        margin-bottom: 30px;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .pagination {
        margin-top: 26px;
        display: none;
    }

    .products-archive .pagination {
        display: flex;
    }

    .pagination span, .pagination a {
        width: 40px;
        height: 40px;
        border-radius: 5px;
    }

    .pagination a svg {
        width: 24px;
        height: auto;
    }

    .archive-header__area--footer {
        margin-top: 20px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .is_single .products-archive__search {
        display: none;
    }

    .related-products__section h2 {
        padding-top: 28px;
        padding-left: 0;
        text-align: center !important;
    }

    .single-product__top {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .single-product__summary {
        width: 100%;
        margin-top: 10px;
    }

    .single-product__data {
        padding-top: 10px;
        padding-left: 0;
        width: 100%;
    }

    .single-product__title {
        display: none;
    }

    .single-product__sku, .single-product__ww2vw-nr, .single-product__part-options {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .single-product__price div {
        font-size: 36px;
    }

    .single-product__price-vat {
        font-size: 18px;
    }

    .single-product__price strong {
        font-size: 12px;
        line-height: 26px;
        margin-top: -10px;
    }

    .single-product__prices {
        gap: 15px;
        margin-bottom: 20px;
    }

    .single-product__to-cart .screen-reader-text {
        font-size: 16px;
    }

    .single-product__to-cart .quantity input {
        width: 42px;
        padding-left: 0;
        height: 36px;
        border-radius: 5px;
        border: 1px solid var(--grey6-color);
        font-size: 18px;
        text-align: center;
    }

    .quantity {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .quantity .qty-minus,
    .quantity .qty-plus {
        width: 20px;
        height: 40px;
        background: var(--white-color);
        font-size: 22px;
        border-radius: 6px;
    }

    .quantity input.qty {
        width: 40px;
    }

    .single-product__gallery {
        display: flex;
        gap: 0;
        margin-top: 0;
        flex-wrap: wrap;
    }

    .single-product__mainimage {
        width: calc(100% - 2px);
        border-radius: 5px;
        border: 1px solid var(--grey3-color);
    }

    .single-product__thumbs {
        width: 100%;
        order: 1;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 2px;
        margin-top: 2px;
    }

    .minicart {
        position: fixed;
        width: calc(100% - 8px);
        right: 0;
        top: 76px;
        border: 4px solid var(--grey6-color);
        box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.06);
        padding-bottom: 33px;
    }

    .minicart .title {
        font-size: 16px;
        border-bottom: 1px solid var(--grey6-color);
        height: 30px;
        padding-top: 9px;
        color: var(--white-color);
    }

    .minicart .fa {
        top: 5px;
        right: 10px;
        font-size: 20px;
    }

    .minicart .items {
        padding-left: 15px;
        padding-right: 15px;
        cursor: pointer;
        width: auto;
    }

    .minicart .area {
        max-height: none;
    }

    .minicart .foto img {
        width: 100%;
        height: auto;
        margin-top: 28px;
    }

    .minicart .foto {
        float: left;
        width: 24%;
    }

    .minicart .rest {
        padding-left: 20px;
        width: calc(75% - 20px);
        padding-top: 10px;
    }

    .minicart .rest p {
        margin-bottom: 0;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .minicart .rest p.title2 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .minicart .buttons {
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        justify-content: center;
    }

    .minicart .buttons .button {
        padding-top: 3px;
        height: 37px;
        font-size: 15px;
        width: 260px;
    }

    .minicart .buttons .button1 {
        margin-top: 30px;
    }

    .minicart .buttons .button2 {
        margin-top: 4px;
    }

    .wc-block-cart-item__wrap {
        padding-right: 22px;
        text-align: left;
    }

    .woocommerce ul.order_details {
        margin-bottom: 10px;
    }

    .woocommerce ul.order_details li {
        margin-bottom: 20px;
        width: 106px;
    }

    .woocommerce-MyAccount-navigation ul {
        flex-wrap: wrap;
    }

    .top-solds__more {
        position: absolute;
        top: 28px;
        right: 27px;
    }

    .top-solds__more svg {
        width: 24px;
        height: 12px;
    }
}