/* Hide empty variation options */
.variations select option[value=""] {
    display: none;
}

[aria-disabled="true"] {
    display: none;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Druk Wide Cyr';
    src: url('../fonts/drukwidecyr-medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    vertical-align: top;
}

* {
    position: relative;
}

html {
    font-size: 10px;
    background-color: #fff;
    scroll-behavior: smooth;
}

body {
    font-family: Onest, sans-serif;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    min-height: 100vh;
}

body.menu-open {
    overflow: hidden;
    height: 100vh;
}

body.scroll-disable {
    height: 100vh;
    overflow: hidden;
}

body.cart--open {
    height: 100vh;
    overflow: hidden;
}

body.cart--open header.header {
    background: #161616;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

section {
    overflow: hidden;
    z-index: 1;
    padding: 6rem 0;
}

@media only screen and (max-width: 768px) {
    section {
        padding: 3rem 0;
    }
}

section.bg--black {
    background-color: #161616;
    margin: 6rem 0;
}

@media only screen and (max-width: 768px) {
    section.bg--black {
        margin: 3rem 0;
    }
}

main {
    flex: 1;
    padding-top: 8rem;
}

@media only screen and (max-width: 576px) {
    main {
        padding-top: 6.6rem;
    }
}

body.home main {
    padding-top: 40px;
}

.banner + section:not(.discount) {
    padding-top: 8rem;
}

@media only screen and (max-width: 768px) {
    .banner + section:not(.discount) {
        padding-top: 4rem;
    }
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1248px;
    padding: 0 24px;
}

@media only screen and (max-width: 768px) {
    .container {
        margin: 0 auto;
        width: 100%;
        max-width: 1248px;
        padding: 0 16px;
    }
}

.tac {
    text-align: center;
    margin: 0 auto;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.text p + p {
    margin-top: 3rem;
}

@media only screen and (max-width: 576px) {
    .text p + p {
        margin-top: 2rem;
    }
}

.mt {
    margin-top: 4rem;
}

@media only screen and (max-width: 768px) {
    .mt {
        margin-top: 3rem;
    }
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mt-6 {
    margin-top: 6rem;
}

@media only screen and (max-width: 576px) {
    .mt-6 {
        margin-top: 4rem;
    }
}

.mt-0 {
    margin-top: 0;
}

.bg {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.bg:before, .bg:after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--bg-image) no-repeat center center;
    position: absolute;
    background-size: cover;
}

.bg:before {
    filter: blur(3rem);
    transform: scale(1.15);
}

.bg:after {
    max-width: 192rem;
}

.bg div {
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.bg-top:before, .bg-top:after {
    background-position: top center;
}

.bg-bottom:before, .bg-bottom:after {
    background-position: bottom center;
}

h1, h2, h3, h4, h5, p, span, div, a, li, textarea, input, button, input::placeholder, textarea::placeholder {
    font-size: 1.6rem;
    font-style: normal;
    line-height: inherit;
    color: inherit;
}

span {
    font-size: inherit;
    line-height: inherit;
}

h1, h2, h3, h4, h5 {
    font-family: Onest;
    font-weight: bold;
    text-transform: uppercase;
}

.h1, h1 {
    font-size: 3.2rem;
    line-height: 110%;
}

@media only screen and (min-width: 576px) {
    .h1, h1 {
        font-size: calc(3.2rem + 8 * (100vw - 375px) / 625);
    }
}

@media only screen and (min-width: 992px) {
    .h1, h1 {
        font-size: 6.4rem;
    }
}

.h2, h2 {
    font-size: 3.2rem;
    line-height: 1.1;
}

@media only screen and (min-width: 576px) {
    .h2, h2 {
        font-size: calc(2.8rem + 8 * (100vw - 375px) / 625);
    }
}

@media only screen and (min-width: 992px) {
    .h2, h2 {
        font-size: 4.8rem;
    }
}

.h3, h3 {
    font-size: 2rem;
    line-height: 1.2;
}

@media only screen and (min-width: 576px) {
    .h3, h3 {
        font-size: calc(2rem + 4 * (100vw - 375px) / 625);
    }
}

@media only screen and (min-width: 992px) {
    .h3, h3 {
        font-size: 2.4rem;
    }
}

.h4, h4 {
    font-size: 2rem;
    line-height: 1.4;
}

h5 {
    font-size: 1.8rem;
    line-height: 1.4;
}

p {
    font-size: 1.5rem;
    line-height: 1.4;
}

@media only screen and (min-width: 576px) {
    p {
        font-size: 1.8rem;
    }
}

form label {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #080520;
    text-align: left;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-top: 0.8rem;
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
    background: #fff;
    border: 1px solid rgba(93, 95, 239, 0.2);
    border-radius: 1.6rem;
    padding: 2rem 1.8rem;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #080520;
}

input, textarea, .zen-ui-select__value {
    background: #f1f1f1;
    padding: 1.3rem 1.2rem;
    font-size: 1.8rem;
    line-height: 140%;
    color: #161616;
    transition: all 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0);
    outline: none;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
}

input::placeholder, textarea::placeholder, .zen-ui-select__value::placeholder {
    opacity: 0.5;
    color: #161616;
}

input:hover, input:active, input:focus, textarea:hover, textarea:active, textarea:focus, .zen-ui-select__value:hover, .zen-ui-select__value:active, .zen-ui-select__value:focus {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background: #eeeeee;
}

.zen-ui-select__value-text {
    font-size: 1.8rem;
    color: #161616;
    font-weight: 500;
    line-height: 1.4;
    opacity: 1;
}

.zen-ui-select__options {
    padding: 0;
    background: #dcdcdc;
    border: none;
}

.zen-ui-select__search, .zen-ui-select__search-input {
    background: #dcdcdc;
}

.zen-ui-select__option--current {
    background: #f1f1f1;
}

.wpcf7-response-output, .screen-reader-response {
    display: none;
}

.wpcf7-not-valid-tip {
    margin-top: 0.5rem;
    display: block;
}

.wpcf7-form::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease;
}

.wpcf7-form::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    mask: url(../img/icons/loading.svg) center/cover no-repeat;
    background-color: #161616;
    width: 3rem;
    height: 3rem;
    z-index: 6;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease;
}

.wpcf7-form.submitting::before, .wpcf7-form.submitting::after {
    pointer-events: all;
    opacity: 1;
}

.bttn {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    border: none;
    cursor: pointer;
    color: #fff;
    background: #10A00F;
    padding: 8px 16px;
    font-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -2%;
    width: auto;
    max-width: 100%;
    transition: all 0.2s ease;
    gap: 16px;
}

.bttn:hover {
    background: #12b912;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.bttn:hover svg path {
    fill: #fff;
}

.bttn:active {
    transform: scale(0.99);
}

.bttn-add-to-cart {
    width: auto;
    padding: 1.5rem 5.75rem;
}

.bttn--small {
    font-size: 1.8rem;
}

.bttn--width {
    width: auto;
}

.bttn--big {
    width: 100%;
    padding: 1.9rem;
}

@media only screen and (max-width: 576px) {
    .bttn {
        padding: 1.4rem 2rem;
        font-size: 1.8rem;
    }
}

*[data-popup] {
    cursor: pointer;
}

body:not(.home) .header {
    background: #161616;
}

body.menu-open .header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #161616;
    z-index: 6;
}

.header__ticker {
    display: flex;
    max-width: 100%;
    width: 100%;
    background: #C0E00B;
    max-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    padding: 5px 0;
    transition: height 0.5s linear;
}

.header__ticker-content {
    display: flex;
    flex-shrink: 0;
    animation: ticker 40s linear infinite;
    position: relative;
}

.header__ticker p {
    margin-right: 60px;
    white-space: nowrap;
    color: #161616;
    font-family: Onest;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
}

.header__ticker p span {
    font-weight: 700;
}

@keyframes ticker {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

body.menu-open .header__ticker {
    height: 0;
    transition: height 0.5s linear;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: 0.3s linear;
    color: #fff;
    background-color: #000;
    padding: 18px 0;
}

.header--scrolled {
    background: #000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.header--scrolled .header__logo img {
    width: 90%;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 130rem;
    padding: 0 1.5rem;
}

.header__logo {
    z-index: 6;
    transition: 0.5s linear;
    margin-right: 2rem;
}

.header__logo img {
    transition: all 0.2s ease;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

@media only screen and (max-width: 576px) {
    .header__logo img {
        max-width: 14.2rem;
    }
}

.header__info {
    display: flex;
    align-items: center;
    gap: 32px;
}

@media only screen and (max-width: 1170px) {
    .header__info {
        margin-top: auto;
        justify-content: center;
    }
}

@media only screen and (max-width: 576px) {
    .header__info {
        margin-top: auto;
        flex-wrap: wrap;
        gap: 2rem;
    }
}

.header__info-item {
    display: flex;
    align-items: center;
    gap: 2rem;
    transition: all 0.2s ease;
    cursor: pointer;
    gap: 16px;
}

.header__info-item:hover {
    color: #10A00F;
}

.header__info-item:hover path {
    fill: #10A00F;
}

@media only screen and (max-width: 576px) {
    .header__info-item {
        flex: calc(50% - 2rem);
    }
}

@media only screen and (max-width: 414px) {
    .header__info-item {
        gap: 0.5rem;
    }
}

.header__info-item p, .header__info-item address {
    font-style: normal;
    line-height: normal;
    font-size: 1.6rem;
    font-weight: 400;
}

@media only screen and (max-width: 1170px) {
    .header__info-item p, .header__info-item address {
        font-size: 1.6rem;
    }
}

.header__bttn {
    width: max-content;
    font-size: 1.8rem;
}

@media only screen and (max-width: 576px) {
    .header__bttn {
        width: 100%;
    }
}

.header__burger {
    display: block;
    width: 3.2rem;
    height: 1.5rem;
    z-index: 6;
}

@media only screen and (min-width: 1170px) {
    .header__burger {
        display: none;
    }
}

.header__burger:before, .header__burger span, .header__burger:after {
    content: "";
    position: absolute;
    width: 2.4rem;
    height: 0.2rem;
    left: 50%;
    background-color: #10A00F;
    transform: translateX(-50%);
    transition: top 0.15s linear 0.15s, transform 0.15s linear, background 0.3s linear, -webkit-transform 0.15s linear, opacity 0.3s linear;
}

.header__burger span {
    top: 50%;
    transform: translate(-50%, -50%);
}

.header__burger:before {
    top: 0;
}

.header__burger:after {
    top: 100%;
    transform: translate(-50%, -100%);
}

.header__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #161616;
    z-index: 5;
    transition: transform 0.3s linear;
    padding: 8rem 1.5rem 4rem;
    transform: translateX(100%);
    justify-content: start;
    display: flex;
    flex-direction: column;
}

.menu-item-7744487 {
    display: none;
}

@media only screen and (max-width: 1170px) {
    .header__menu {
        gap: 0;
    }

    .menu-item-7744487 {
        display: block;
    }
}

@media only screen and (min-width: 1170px) {
    .header__menu {
        transform: unset;
        align-items: center;
        flex-direction: row-reverse;
        gap: 56px;
        width: auto;
        height: auto;
        position: static;
        padding: 0;
        background-color: transparent;
        white-space: nowrap;
    }
}

@media only screen and (min-width: 1170px) and (max-width: 1300px) {
    .header__menu {
        gap: calc(15px + 5 * ((100vw - 375px) / 925));
    }
}

.archive .shop__header {
    flex-direction: row;
}

@media (max-width: 600px) {
    .archive .shop__header {
        flex-direction: column;
    }

    .archive .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
        padding: 0 14px;
    }
}

.archive .search-dropdown-button {
    display: none;
}

.archive .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-top-left-radius: 22.5px;
    border-bottom-left-radius: 22.5px;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    background: #EFEFEF;
}

.header__menu-list {
    list-style-type: none;
}

@media only screen and (min-width: 1170px) {
    .header__menu-list {
        display: flex;
        align-items: center;
    }
}

.header__menu-list .menu-item a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 1rem;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.header__menu-list .menu-item a:hover {
    color: #10A00F;
}

@media only screen and (max-width: 1170px) {
    .header__menu-list .menu-item a {
        font-size: 2.2rem;
        font-weight: 500;
        padding: 2.4rem 1rem;
    }
}

@media only screen and (min-width: 1170px) {
    .header__menu-list .menu-item:not(:first-of-type) {
    }
}

.header__user {
    z-index: 6;
    margin-left: 2rem;
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 1300px) {
    .header__user {
        gap: calc(10px + 20 * ((100vw - 375px) / 925));
    }
}

.header__cart {
    cursor: pointer;
}

.serteficates-wrapper {
    display: flex;
    justify-content: center;

    .about__content {
        margin-top: 144px;
    }
}

@media (max-width: 976px) {
    .serteficates-wrapper {
        flex-direction: column;
        align-items: center;

        a {
            margin: 2rem auto 0;
            display: flex;
        }

        img {
            width: 90%;
            margin: 0 auto;
            display: block;
        }

        .about__content {
            margin-top: 50px;
        }
    }
}

.header__cart span {
    font-size: 1.4rem;
    width: 2rem;
    height: 2rem;
    border: 1px solid #10A00F;
    border-radius: 10rem;
    position: absolute;
    color: #161616;
    top: -8px;
    font-weight: 500;
    right: -8px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 576px) {
    .header__cart span {
        width: 1.5rem;
        height: 1.5rem;
    }
}

.acf-recommended-products h3 {
    font-family: Druk Wide Cyr;
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
    margin-bottom: 32px;
}

.header__search-bttn {
    cursor: pointer;
    z-index: 11;
}

.header__search-wrap {
    position: absolute;
    left: 0;
    transform: translate(-70%, 75%);
    transition: all 0.2s ease;
    top: 0.2rem;
    pointer-events: none;
    opacity: 0;
}

.header__search-wrap.active {
    opacity: 1;
    pointer-events: all;
    top: 0;
}

.header__search-wrap.active .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1170px) {
    .header__search-wrap {
        transform: translate(-74%, 90%);
    }
}

@media only screen and (max-width: 768px) {
    .header__search-wrap {
        transform: translate(-50%, 90%);
    }
}

@media only screen and (max-width: 576px) {
    .header__search-wrap {
        position: fixed;
        transform: unset;
        left: 50%;
        top: 7rem;
        transform: translateX(-50%);
    }

    .header__search-wrap.active {
        top: 6.8rem;
    }
}

.header__search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: none;
    padding: 0;
}

.header__search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding-left: 6rem;
    width: 40rem;
    max-width: 100%;
}

@media only screen and (max-width: 1170px) {
    .header__search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        width: 31rem;
    }
}

@media only screen and (max-width: 576px) {
    .header__search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        width: 25rem;
    }
}

.header__search .dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-color: #c0e00b;
}

@media only screen and (max-width: 1170px) {
    body.menu-open .header__menu {
        transform: translate3d(0, 0, 0);
    }

    body.menu-open .header__burger::before, body.menu-open .header__burger::after {
        -webkit-transition: top 0.15s linear, background 0.3s linear, -webkit-transform 0.15s linear 0.15s;
        transition: top 0.15s linear, background 0.3s linear, -webkit-transform 0.15s linear 0.15s;
        -o-transition: top 0.15s linear, transform 0.15s linear 0.15s, background 0.3s linear;
        transition: top 0.15s linear, transform 0.15s linear 0.15s, background 0.3s linear;
        transition: top 0.15s linear, transform 0.15s linear 0.15s, background 0.3s linear, -webkit-transform 0.15s linear 0.15s;
    }

    body.menu-open .header__burger span {
        opacity: 0;
    }

    body.menu-open .header__burger:before {
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    body.menu-open .header__burger:after {
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    top: 50%;
    transform: translateY(-50%);
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    left: 23px;
    right: auto;
}

.header__cart span {
    display: none;
}

.header__cart span.active {
    display: flex;
}

.cart--popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    opacity: 0;
    pointer-events: none;
    height: 100%;
    min-height: 100vh;
    transition: all 0.2s ease;
}

.cart--popup * {
    font-family: Onest, sans-serif !important;
}

.cart--popup h1, .cart--popup h2, .cart--popup h3, .cart--popup h4, .cart--popup h5 {
    font-family: Onest, sans-serif !important;
}

.cart--popup.loading .cart__wrap::after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/icons/loading.svg) no-repeat center center/contain;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

.cart--popup.loading .cart__wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #fff;
    opacity: 0.7;
}

.cart--popup.active {
    pointer-events: all;
    opacity: 1;
}

.cart--popup.active .cart__wrap {
    transform: translate(0);
}

.cart__bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #00000033;
    backdrop-filter: blur(4px);
}

.cart__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 32px 0 32px;
}

.cart__header h5 {
    font-family: Druk Wide Cyr !important;
    font-weight: 500;
    font-size: 26px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #000;
}

@media only screen and (min-width: 992px) {
    .cart__header h5 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 768px) {
    .cart__header {
        padding: 2rem;
    }
}

.cart__wrap {
    padding-top: 12rem;
    z-index: 4;
    width: 34%;
    max-width: 100%;
    min-width: 405px;
    margin-left: auto;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    transition: all 0.2s ease;
    transform: translateX(100%);
    background: #fff;
}

@media only screen and (min-width: 1170px) {
    .cart__wrap {
        padding-top: 10rem;
    }
}

@media only screen and (max-width: 876px) {
    .cart__wrap {
        width: 70%;
        height: 100vh;
    }
}

@media only screen and (max-width: 768px) {
    .cart__wrap {
        min-width: unset;
        width: 100%;
        padding-top: 8rem;
        background: #fff;
    }
}

.cart__wrap-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 1170px) {
    .cart__wrap-content {
        min-height: 100%;
    }
}

.cart__wrap::-webkit-scrollbar {
    width: 0.6rem;
    height: 0.6rem;
    background-color: #e5e5e5;
    border-radius: 0.2rem;
}

.cart__wrap::-webkit-scrollbar-thumb {
    border-radius: 0.2rem;
    background-color: #8d8d8d;
}

.cart__close {
    right: 0;
    top: 0;
    z-index: 2;
    margin-left: auto;
    width: max-content;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.cart__close svg, .cart__close path {
    width: 100%;
    height: 100%;
}

.cart__close:hover {
    transform: scale(1.05);
}

.cart__close:active {
    transform: scale(0.97);
}

.cart__contents {
    height: 74%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    padding: 32px 32px 0 32px;
}

@media only screen and (max-width: 1169px) {
    .cart__contents {
        height: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .cart__contents {
        padding: 2rem 2rem 100px 2rem;
    }
}

.cart__items {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
    margin-bottom: 5.3rem;
}

.cart__items-wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
    overflow-y: auto;
    overflow-x: hidden;
}

@media only screen and (max-width: 1169px) {
    .cart__items-wrap {
        margin-bottom: 225px;
    }
}

.cart__items-wrap::-webkit-scrollbar {
    width: 8px; /* ширина скролбару */
}

.cart__items-wrap::-webkit-scrollbar-track {
    background: transparent; /* колір фону треку */
    border-radius: 4px;
}

.cart__items-wrap::-webkit-scrollbar-thumb {
    background: #10A00F; /* колір "пальця" */
    border-radius: 4px;
}

.cart__items-wrap::-webkit-scrollbar-thumb:hover {
    background: #10A01F; /* колір при наведенні */
}

.cart__item {
    width: 100%;
}

.cart__item-title {
}

@media only screen and (min-width: 768px) {
    .cart__item {
        max-width: calc(100% - 15px);
    }
}

@media only screen and (min-width: 1400px) {
    .cart__item {
        max-width: calc(100% - 15px);
    }
}

.cart__item + .cart__item {
}

.cart__item-wrap {
    display: flex;
    gap: 8px;
}

.cart__item-bottom {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: space-between;
    gap: 8px;
    margin-top: 16px;
}

.cart__item-img {
    width: 40%;
    min-width: 40%;
    aspect-ratio: 1;
}

@media only screen and (max-width: 576px) {
}

.cart__item-img a {
    display: block;
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
}

.cart__item-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    border: solid 1px #E5E5E5;
}

.cart__item-info {
    width: 100%;
}

.cart__item-remove {
    cursor: pointer;
}

.cart__item-header {
    width: 100%;
    display: flex;
    gap: 8px;
}

.cart__item-header h4 {
    font-family: Onest;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
    max-width: 100%;
    color: #8E8F93;
    min-width: 141px;
    text-transform: none;
}

.cart__item-qty {
    display: inline-flex;
    gap: 16px;
    align-items: center;
    max-width: 100%;
}

.cart__item-qty-bttn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cart__item-qty input {
    width: 2rem;
    text-align: center;
    background-color: transparent;
    padding: 3px 0;
    font-family: Onest;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #121210;
}

.cart__item-qty p {
    font-size: 1.2rem;
    color: #161616;
}

.cart__item-qty-bttns {
    position: absolute;
    right: 1.2rem;
    padding: 0.2rem 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart__item-qty-bttns * {
    cursor: pointer;
}

.cart__item-qty-input:hover {
    box-shadow: none;
    background: transparent;
}

.cart__item-attributes {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.cart__item-attributes-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.cart__item-attributes-row div, .cart__item-attributes-row p {
    font-size: 1.2rem;
    color: #161616;
}

.cart__item-price {
    font-family: Onest;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #000;
}

.cart__bottom {
    margin-top: auto;
    padding: 3rem 4rem 8rem 4rem;
}

@media only screen and (max-width: 1169px) {
    .cart__bottom {
        position: sticky;
        bottom: 80px;
        padding: 3rem 4rem;
        background: #fff;
    }
}

@media only screen and (min-width: 1170px) {
    .cart__bottom {
        padding: 3rem 4rem;
    }
}

.cart__bottom .bttn {
    font-size: 1.8rem;
}

.cart__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.cart__total h5 {
    text-transform: none;
    font-family: Onest !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #121210;
}

.cart__total h5.price {
    font-family: Onest !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -2%;
    text-align: right;
    color: #10A00F;
}

.cart__bttn {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.cart__bttn .bttn.bttn--full {
    padding: 8px 16px;
    width: 100%;
    font-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -2%;
    align-items: center;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.cart__item-program {
    padding: 24px 32px;;
    margin-left: -32px;
    margin-right: -32px;
    background: #f5f5f5;
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    display: none;
    flex-direction: row;
    gap: 16px;
}

.cart__item-program p {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #121210;
}

.cart__item-program p a, .cart__item-program p u {
    font-size: inherit;
    text-decoration: underline;
    font-weight: bold;
}

.cart__item-program p + p {
    margin-top: 1.6rem;
}

@media only screen and (max-width: 576px) {
    .cart__item-program p + p {
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 576px) {
    .cart__item-program p {
        font-size: 1.4rem;
    }
}

.cart-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 5rem 0;
    flex-direction: column;
}

.banner {
}

.banner__container {
}

.banner__wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px
}

.banner__left {
    max-width: 692px;
    min-height: 407px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 70px 47px;

    img {
        position: absolute;
        max-width: 90%;
        top: 0;
        left: 0;
    }
}

.banner__left-content {
    max-width: 266px;
    display: flex;
    flex-direction: column;
    gap: 30px;

    h1 {
        font-family: Druk Wide Cyr;
        font-weight: 500;
        font-size: 36px;
        line-height: 110.00000000000001%;
        letter-spacing: -0.72px;
        color: #fff;
        text-transform: none;
    }

    p {
        font-family: Onest;
        font-weight: 600;
        font-size: 18px;
        line-height: 130%;
        letter-spacing: -2%;
        color: #fff;
    }
}

.banner__right {
    display: flex;
    flex-direction: column;
    gap: 23px;
    width: 100%;
    max-width: 488px;
}

.banner__right-item {
    background: #FAFAFA;
    border: 1px solid #EFEFEF;
    width: 100%;
    max-width: 488px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.banner__right-img {
}

.banner__right-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner__right-content {
    padding: 38px 0 38px 30px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: fit-content;
}

.banner__right-content .bttn {
    width: fit-content;
}

.banner__right-top {
}

.banner__right-title {
    font-family: Druk Wide Cyr;
    font-weight: 500;
    font-size: 20px;
    line-height: 110.00000000000001%;
    letter-spacing: -0.4px;
    color: #000;
    margin-bottom: 8px;
    text-transform: none;
    white-space: nowrap;
}

.banner__right-descr {
    font-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.32px;
}

@media only screen and (max-width: 827px) {
    .banner__container {
    }

    .banner__wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px
    }

    .banner__left {
        max-width: 100%;
        min-height: 407px;
        display: flex;
        justify-content: flex-end;
        width: 100%;
        padding: 70px 47px;
        background-repeat: no-repeat;
        background-size: cover;

        img {
            position: absolute;
            max-width: 90%;
            top: 0;
            left: 0;
        }
    }

    .banner__left-content {
        max-width: 266px;
        display: flex;
        flex-direction: column;
        gap: 30px;

        h1 {
            font-family: Druk Wide Cyr;
            font-weight: 500;
            font-size: 36px;
            line-height: 110.00000000000001%;
            letter-spacing: -0.72px;
            color: #fff;
            text-transform: none;
        }

        p {
            font-family: Onest;
            font-weight: 600;
            font-size: 18px;
            line-height: 130%;
            letter-spacing: -2%;
            color: #fff;
        }
    }

    .banner__right {
        flex-direction: row;
        gap: 23px;
        width: 100%;
        max-width: 100%;
    }

    .banner__right-item {
        background: #FAFAFA;
        border: 1px solid #EFEFEF;
        width: 100%;
        max-width: 488px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .banner__right-img {
    }

    .banner__right-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .banner__right-content {
        padding: 38px 0 38px 30px;
        display: flex;
        flex-direction: column;
        gap: 24px;
        width: fit-content;
    }

    .banner__right-content .bttn {
        width: fit-content;
    }

    .banner__right-top {
    }

    .banner__right-title {
        font-family: Druk Wide Cyr;
        font-weight: 500;
        font-size: 20px;
        line-height: 110.00000000000001%;
        letter-spacing: -0.4px;
        color: #000;
        margin-bottom: 8px;
        text-transform: none;
        white-space: nowrap;
    }

    .banner__right-descr {
        font-family: Onest;
        font-weight: 600;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: -0.32px;
    }
}

@media only screen and (max-width: 768px) {
    .banner {
        padding-top: 6rem;
    }
}

@media only screen and (max-width: 700px) {
    .banner__wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px
    }

    .banner__left {
        max-width: 100%;
        min-height: 407px;
        display: flex;
        justify-content: flex-end;
        width: 100%;
        padding: 70px 47px;
        background-repeat: no-repeat;
        background-size: cover;

        img {
            position: absolute;
            max-width: 90%;
            top: 0;
            left: 0;
        }
    }

    .banner__left-content {
        max-width: 266px;
        display: flex;
        flex-direction: column;
        gap: 30px;

        h1 {
            font-family: Druk Wide Cyr;
            font-weight: 500;
            font-size: 36px;
            line-height: 110.00000000000001%;
            letter-spacing: -0.72px;
            color: #fff;
            text-transform: none;
        }

        p {
            font-family: Onest;
            font-weight: 600;
            font-size: 18px;
            line-height: 130%;
            letter-spacing: -2%;
            color: #fff;
        }
    }

    .banner__right {
        flex-direction: column;
        gap: 23px;
        width: 100%;
        max-width: 100%;
    }

    .banner__right-item {
        background: #FAFAFA;
        border: 1px solid #EFEFEF;
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .banner__right-img {
    }

    .banner__right-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .banner__right-content {
        padding: 20px 10px 20px 20px;
        display: flex;
        flex-direction: column;
        gap: 24px;
        width: fit-content;
    }

    .banner__right-content .bttn {
        width: fit-content;
    }

    .banner__right-top {
    }

    .banner__right-title {
        font-family: Druk Wide Cyr;
        font-weight: 500;
        font-size: 20px;
        line-height: 110.00000000000001%;
        letter-spacing: -0.4px;
        color: #000;
        margin-bottom: 8px;
        text-transform: none;
        white-space: wrap;
    }

    .banner__right-descr {
        font-family: Onest;
        font-weight: 600;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: -0.32px;
    }
}

@media only screen and (max-width: 500px) {
    .banner__left {
        max-width: 100%;
        min-height: 485px;
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 70px 10px 20px;
        background-repeat: no-repeat;
        background-size: cover;
        align-items: flex-end;
    }
}

.about__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
}

@media only screen and (max-width: 876px) {
    .about__wrap {
        flex-direction: column;
    }
}

.about__content {
    width: 50rem;
    max-width: 100%;
}

@media only screen and (max-width: 876px) {
    .about__content {
        width: 60.5rem;
    }
}

.about__img img {
    width: 100%;
    max-width: 60.5rem;
    height: auto;
    object-fit: cover;
}

.features__img {
    width: 50rem;
    max-width: 100%;
}

.features__img img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: auto;
}

@media only screen and (max-width: 992px) {
    .features__img {
        display: none;
    }
}

.features__wrap {
    display: flex;
    align-items: center;
    gap: 136px;
}

@media (max-width: 1300px) {
    .features__wrap {
        gap: calc(0px + 136 * ((100vw - 375px) / 925));
    }
}

.features-bttn {
    padding: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.features-bttn-prev:hover {
    transform: translateY(-2px);
}

.features-bttn-prev:active {
    transform: translateY(-5px);
}

.features-bttn-next:hover {
    transform: translateY(2px);
}

.features-bttn-next:active {
    transform: translateY(5px);
}

.features__slider {
    overflow: hidden;
    width: 50rem;
    max-width: 100%;
    height: 50rem;
}

.features__nav {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 6rem;
    align-items: center;
    flex-direction: column;
}

.features__nav .features-pagination {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    transform: unset;
    align-items: center;
}

.features__slide {
    transform: scale(0.78) !important;
    opacity: 0.6;
    transition: all 0.2s ease;
}

@media only screen and (max-width: 768px) {
    .features__slide {
        transform: scale(0.95) !important;
    }
}

.features__slide.swiper-slide-active {
    transform: scale(1) !important;
    opacity: 1;
}

.features__slide-header {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.features__slide-header h3 {
    width: 16.6rem;
    max-width: 100%;
}

.features__slide-img {
    width: 5.4rem;
    height: 5.4rem;
    background: #161616;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.8rem;
    overflow: hidden;
}

.features__slide-img img {
    width: 4rem;
    height: 4rem;
    object-fit: cover;
}

.owners {
    color: #fff;
    padding: 7rem 0 8rem;
}

@media only screen and (max-width: 768px) {
    .owners {
        padding: 4rem 0 5rem;
    }
}

.owners__wrap {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    flex-wrap: wrap;
}

@media only screen and (max-width: 576px) {
    .owners__wrap {
        gap: 2rem 1rem;
    }
}

.owners__descr {
    font-family: Onest;
    width: 71.1rem;
    max-width: 100%;
}

.header__info-img {
    display: flex;
}

.owner__item {
    width: calc(25% - 1.5rem);
    overflow: hidden;
}

@media only screen and (max-width: 992px) {
    .owner__item {
        width: calc(50% - 3rem);
    }
}

@media only screen and (max-width: 576px) {
    .owner__item {
        width: calc(50% - 1rem);
    }

    .owner__item-post h4 {
        font-size: 1.2rem;
    }
}

.owner__item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 12rem;
    aspect-ratio: 1/1;
}

@media only screen and (max-width: 576px) {
    .owner__item-img {
        min-height: auto;
    }
}

.owner__item-img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 576px) {
    .owner__item-img img {
        min-height: 20rem;
        height: auto;
    }
}

.owner__item-post {
    position: absolute;
    left: -0.3rem;
    bottom: 1.4rem;
    color: #161616;
    background-color: #c0e00b;
    border-top-left-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    padding: 0.6rem 0.6rem 0.6rem 1.8rem;
}

.owner__item-post h4 {
    font-size: 1.8rem;
}

@media only screen and (max-width: 576px) {
    .owner__item-post {
        padding: 0.3rem 0.3rem 0.3rem 1rem;
    }
}

.owner__item-post::after {
    content: "";
    position: absolute;
    right: -1.8rem;
    top: 0;
    background-image: url(../img/owners/post.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    width: 1.9rem;
    height: 3.8rem;
}

@media only screen and (max-width: 576px) {
    .owner__item-post::after {
        width: 1.2rem;
        height: 2.3rem;
        right: -1.1rem;
    }
}

.owner__item h3 {
    width: 18.1rem;
    max-width: 100%;
    line-height: 1.4;
}

@media only screen and (max-width: 576px) {
    .owner__item h3 {
        font-size: 1.8rem;
        margin-top: 1rem;
    }
}

.owner__item p {
    font-size: 1.4rem;
}

@media only screen and (max-width: 576px) {
    .owner__item p {
        font-size: 1.2rem;
        margin-top: 0.5rem;
    }
}

.gallery__slide {
    width: 60.5rem;
    max-width: 100%;
    overflow: hidden;
    max-height: 42rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery__slide:hover img {
    transform: scale(1.05);
}

.gallery__slide img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    transition: all 0.2s ease;
}

@media only screen and (max-width: 768px) {
    .gallery__slide {
        width: 80%;
        height: 32rem;
    }

    .gallery__slide img {
        height: 100%;
    }
}

@media only screen and (max-width: 576px) {
    .gallery__slide {
        height: 20rem;
    }
}

.gallery__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    margin-top: 2.4rem;
}

@media only screen and (max-width: 576px) {
    .gallery__nav {
        gap: 2rem;
    }
}

.gallery__nav .swiper-pagination {
    display: block;
}

.gallery__nav .swiper-pagination-bullet {
    margin: 0 2rem !important;
}

.gallery-pagination-wrap {
    width: 18rem;
    height: 3.2rem;
}

@media only screen and (max-width: 576px) {
    .gallery-pagination-wrap {
        width: 16rem;
        overflow: hidden;
    }
}

.inst__wrap {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
}

@media only screen and (max-width: 992px) {
    .inst__wrap {
        flex-direction: column;
        justify-content: center;
    }

    .inst__wrap div {
        margin: 0 auto;
        text-align: center;
    }
}

.inst__content {
    width: 60.5rem;
    max-width: 100%;
}

.inst__content p {
    width: 50rem;
    max-width: 100%;
}

@media only screen and (max-width: 992px) {
    .inst__content p {
        margin-left: auto;
        margin-right: auto;
    }
}

.inst__images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
    width: max-content;
    max-width: 100%;
}

@media only screen and (max-width: 576px) {
    .inst__images {
        grid-gap: 0.2rem;
    }
}

.inst__img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 4/4;
    overflow: hidden;
    cursor: pointer;
}

.inst__img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    transition: all 0.2s ease;
}

.inst__img:hover img {
    transform: scale(1.09);
}

.discount {
    background-color: #10A00F;
    padding: 0;
}

@media only screen and (min-width: 1200px) {
    .discount .container {
        padding-right: 0;
    }
}

.discount--bttn.swiper-bttn {
    min-width: 2rem;
    height: auto;
    width: max-content;
    background-color: inherit;
}

.discount--bttn.swiper-bttn:hover {
    box-shadow: none;
    background-color: inherit;
}

.discount__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 15rem;
    gap: 2rem;
}

.discount .swiper-pagination {
    gap: 1.4rem;
    position: static;
}

.discount-pagination-wrap .swiper-pagination-bullet {
    width: 1.2rem;
    min-width: 1.2rem;
    height: 1.2rem;
    background-color: #161616;
}

.discount-pagination-wrap .swiper-pagination-bullet-active {
    background-color: #fff;
}

.discount__slide {
    min-height: 24rem;
    opacity: 0;
    transition: all 0.3s linear;
    height: auto;
}

.discount__slide a {
    padding: 4rem 0 2.7rem;
    height: 100%;
    width: 100%;
    display: flex;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
    .discount__slide a {
        flex-direction: column;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 576px) {
    .discount__slide a {
        padding-top: 3rem;
    }
}

@media only screen and (min-width: 992px) {
    .discount__slide h3 {
        font-size: 3.4rem;
    }
}

.discount__slide-text {
    max-width: 36.2rem;
}

.discount__slide-info {
    display: flex;
    flex-direction: column;
    padding-top: 4rem;
    max-width: 33.2rem;
    z-index: 2;
}

@media only screen and (max-width: 768px) {
    .discount__slide-info {
        padding-top: 0;
    }
}

.discount__slide-info h4 {
    text-transform: uppercase;
    margin-bottom: 2rem;
}

@media only screen and (min-width: 992px) {
    .discount__slide-info h4 {
        margin-bottom: 3rem;
    }
}

.discount__slide-info p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 140%;
    max-width: 28.7rem;
}

.discount__slide.swiper-slide-active {
    opacity: 1;
}

.discount__slide-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    z-index: 2;
}

@media only screen and (max-width: 1200px) {
    .discount__slide-col {
        gap: 2rem;
        justify-content: start;
    }
}

@media only screen and (max-width: 576px) {
    .discount__slide-col {
        padding-bottom: 13rem;
    }
}

.discount__slide__nav {
    z-index: 2;
    max-width: 24rem;
    display: flex;
}

.discount__slide-img {
    position: absolute;
}

@media only screen and (min-width: 576px) {
    .discount__slide-img {
        right: -2rem;
        top: 0;
        z-index: 1;
        height: 100%;
        width: max-content;
        max-width: 100%;
    }
}

@media only screen and (max-width: 876px) {
    .discount__slide-img {
        width: 60%;
        max-width: 100%;
        display: flex;
        align-items: flex-end;
    }
}

@media only screen and (max-width: 576px) {
    .discount__slide-img {
        margin-top: 2rem;
        width: 100%;
        height: auto;
        max-width: 100%;
        bottom: 0;
        left: 0;
    }
}

.discount__slide-img img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 1200px) {
    .discount__slide-1 .discount__slide-img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45%;
        left: 50%;
        transform: translateX(-50%);
    }
}

.trophies {
    background: #161616;
    padding-bottom: 140px;
}

.trophies__wrapper {
    margin-top: 40px;
}

.trophies h2 {
    color: #FFFFFF;
}

.trophies__slide {
    width: 60.5rem;
    max-width: 100%;
    overflow: hidden;
    max-height: 42rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3rem;
}

.trophies__slide:hover img {
    transform: scale(1.05);
}

.trophies__slide img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    transition: all 0.2s ease;
}

@media only screen and (max-width: 768px) {
    .trophies__slide {
        width: 80%;
        height: 32rem;
    }

    .trophies__slide img {
        height: 100%;
    }
}

@media only screen and (max-width: 576px) {
    .trophies__slide {
        height: 20rem;
    }
}

.trophies__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    margin-top: 2.4rem;
}

@media only screen and (max-width: 576px) {
    .trophies__nav {
        gap: 2rem;
    }
}

.trophies__nav .swiper-pagination {
    display: block;
}

.trophies__nav .swiper-pagination-bullet {
    margin: 0 2rem !important;
    background: #FFFFFF;
}

.trophies__nav .swiper-pagination-bullet-active {
    background: #C0E00B;
}

.trophies-pagination-wrap {
    width: 18rem;
    height: 3.2rem;
}

@media only screen and (max-width: 576px) {
    .trophies-pagination-wrap {
        width: 16rem;
        overflow: hidden;
    }
}

.proposal + .proposal {
    margin-top: 3rem;
}

.shop {
    overflow: visible;
}

.shop__filters {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
}

.shop__filters-bttn {
    padding: 1.2rem;
    padding-right: 6.3rem;
    border: 2px solid #3c3c3c;
    border-radius: 0.8rem;
    cursor: pointer;
    font-weight: 500;
    font-size: 2rem;
    user-select: none;
}

.shop__filters-bttn::after {
    content: "";
    position: absolute;
    right: 3rem;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.2rem;
    height: 1.2rem;
    mask-image: url(../img/icons/filters.svg);
    -webkit-mask-image: url(../img/icons/filters.svg);
    mask-position: center;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    background-color: #161616;
    transition: all 0.2s ease;
}

.shop__filters-bttn.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.shop__filters-wrap {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 768px) {
    .shop__filters-wrap {
        flex-wrap: wrap;
    }
}

.berocket_single_filter_widget_7667285 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
}

.berocket_single_filter_widget_7667285::before {
    position: relative;
    content: "Фільтри";
    font-family: Onest;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #121210;
}

.bapf_button.bapf_reset {
    font-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -2%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 25%;
    text-decoration-thickness: 10%;
    color: #8E8F93;
    background: transparent;
    border: none;
}

.shop__filters-wrap .bapf_head h3 {
    margin-bottom: 20px;
    font-family: Onest;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #121210;
    text-transform: none;
}

.bapf_sfilter.bapf_fhide .bapf_body ul li.bapf_hide, .bapf_sfilter.bapf_fhide.bapf_filter_hide, .berocket_single_filter_widget.bapf_mt_none {
    display: block !important;
}

.berocket_single_filter_widget_98 {
    padding-bottom: 24px;
    border-bottom: solid 1px #D9D9D9;
}

.berocket_single_filter_widget_7667281 {
    margin-top: 24px;
}

.shop__filters-wrap .bapf_sfilter {
    height: max-content;
}

.shop__filters-wrap .berocket_single_filter_widget {
    flex: 20%;
}

.berocket_single_filter_widget_7667283 {
    margin-bottom: 48px;
}

.berocket_single_filter_widget_7667283::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    top: calc(100% + 24px);
}

@media only screen and (max-width: 768px) {
    .shop__filters-wrap .berocket_single_filter_widget {
        flex: 50%;
    }
}

.shop__filters-wrap .bapf_sfilter:not(.bapf_ckbox) {
    max-width: 100%;
}

.shop__filters-wrap .bapf_ckbox:not([data-taxonomy=product_tag]) {
    width: 15rem;
}

.shop__filters-wrap .bapf_ckbox:not([data-taxonomy=product_tag]) .bapf_body ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bapf_show_hide {
    display: none;
}

.shop__filters-wrap .sale-filter .bapf_body ul li:nth-child(2) {
    display: none;
}

.dgwt-wcas-suggestions-wrapp {
    border-radius: 22.5px;
    border: none;
    box-shadow: 5px 11px 20px 0px #0000001a;
}

.shop__filters-wrap .bapf_val {
    font-weight: 600;
}

.shop__filters-wrap input[type=checkbox] {
    background-color: #fff;
}

@media only screen and (max-width: 768px) {
    .shop__filters-wrap {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .shop__filters {
        justify-content: center;
        align-items: center;
    }
}

.shop__discount ul li {
    display: flex;
    font-weight: 500;
    font-size: 2rem;
}

.shop__discount ul li input {
    margin-right: 1rem !important;
}

.shop__discount ul li:last-child {
    display: none;
}

.shop__stock {
    width: 25rem;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.shop__stock .select2-search--dropdown {
    display: none;
}

@media only screen and (max-width: 576px) {
    .shop__stock {
        width: 100%;
    }
}

.shop__sort {
    width: 30rem;
    max-width: 100%;
    position: relative;
    z-index: 1;
    margin-left: auto;
}

@media only screen and (max-width: 576px) {
    .shop__sort {
        width: 100%;
    }
}

.shop__price {
    width: 25rem;
    max-width: 100%;
    margin-top: 2rem;
}

.shop__price h3 {
    margin-bottom: 1rem;
}

.shop__price .bapf_val {
    font-weight: 500;
    margin-right: 0.2rem;
}

.shop__price .bapf_body {
    padding: 0 1rem;
}

.shop__header {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media only screen and (max-width: 1110px) {
    .shop__header {
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 576px) {
    .shop__header {
        text-align: center;
    }
}

.shop__search {
    width: 25rem;
    max-width: 100%;
    transition: all 0.2s ease;
}

.shop__search .bapf_body {
    overflow: visible;
}

.shop__search .bapf_sfilter {
    margin: 0;
}

.shop__search input {
    width: 100% !important;
    border-radius: 2.2rem !important;
    padding-left: 6.4rem !important;
    font-size: 1.6rem !important;
    border: none !important;
    transition: all 0.2s ease !important;
    background: #dcdcdc;
}

.shop__search input:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.shop__search input::placeholder {
    font-size: 1.6rem;
}

.shop__search input.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.shop__search input:focus {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.shop__search span {
    position: absolute;
    top: 50%;
    left: 1.8rem;
    transform: translateY(-50%);
    cursor: pointer;
}

.shop__search span img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
}

.shop__search:hover input, .shop__search:active input, .shop__search:focus input {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.shop__wrap {
    display: flex;
    gap: 3rem;
    margin-top: 3rem;
    flex-wrap: wrap;
}

@media only screen and (max-width: 992px) {
    .shop__wrap {
        gap: 1.5rem;
    }
}

@media only screen and (max-width: 768px) {
    .shop__wrap {
        flex-direction: column;
        gap: 0;
        flex-wrap: nowrap;
    }
}

.shop__category {
    flex: 9%;
    padding: 29px 29px 0 0;
}

.shop__category::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #FAFAFA;
    border-right: 1px solid #EFEFEF;
}

@media only screen and (max-width: 768px) {
    .shop__category {
        display: none;
        margin-bottom: 2rem;
        flex: 100%;
    }
}

.shop__category-select {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 2.4rem 3rem;
    background-color: #161616;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #10A00F;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    transition: all 0.2s ease;
}

@media only screen and (max-width: 768px) {
    .shop__category-select {
        display: flex;
    }
}

.shop__category-select .burger {
    display: block;
    width: 3.2rem;
    height: 1.5rem;
    z-index: 11;
}

@media only screen and (min-width: 768px) {
    .shop__category-select .burger {
        display: none;
    }
}

.shop__category-select .burger:before, .shop__category-select .burger span, .shop__category-select .burger:after {
    content: "";
    position: absolute;
    width: 2.4rem;
    height: 0.2rem;
    left: 50%;
    background-color: #10A00F;
    transform: translateX(-50%);
    transition: top 0.15s linear 0.15s, transform 0.15s linear, background 0.3s linear, -webkit-transform 0.15s linear, opacity 0.3s linear;
}

.shop__category-select .burger span {
    top: 50%;
    transform: translate(-50%, -50%);
}

.shop__category-select .burger:before {
    top: 0;
}

.shop__category-select .burger:after {
    top: 100%;
    transform: translate(-50%, -100%);
}

.shop__category-select.active .burger::before, .shop__category-select.active .burger::after {
    -webkit-transition: top 0.15s linear, background 0.3s linear, -webkit-transform 0.15s linear 0.15s;
    transition: top 0.15s linear, background 0.3s linear, -webkit-transform 0.15s linear 0.15s;
    -o-transition: top 0.15s linear, transform 0.15s linear 0.15s, background 0.3s linear;
    transition: top 0.15s linear, transform 0.15s linear 0.15s, background 0.3s linear;
    transition: top 0.15s linear, transform 0.15s linear 0.15s, background 0.3s linear, -webkit-transform 0.15s linear 0.15s;
}

.shop__category-select.active .burger span {
    opacity: 0;
}

.shop__category-select.active .burger:before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.shop__category-select.active .burger:after {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media only screen and (max-width: 992px) {
    .shop__category {
        min-width: 25rem;
    }
}

@media only screen and (max-width: 768px) {
    .shop__category {
        display: none;
        overflow: auto;
        padding-bottom: 1rem;
        align-items: stretch;
        margin-top: 0;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        transition: all 0.2s ease;
    }
}

.shop__category-item a {
    display: inline-block;
    color: #10A00F;
    transition: all 0.2s ease;
    text-transform: uppercase;
    font-weight: bold;
}

.shop__category-item-sub {
    max-height: 32.5rem;
    overflow: auto;
    width: 100%;
    background-color: #3c3c3c;
    display: flex;
    flex-direction: column;
    display: none;
}

.shop__category-item-sub a {
    padding: 1.2rem 3rem;
    width: 100%;
}

.shop__category-item-sub a:first-child {
    padding-top: 2rem;
}

.shop__category-item-sub a:last-child {
    padding-bottom: 2rem;
}

.shop__category-item-sub a:hover {
    background-color: #161616;
    color: #fff;
}

.shop__category-item.has-child .shop__category-item-main::after {
    content: "";
    position: absolute;
    right: 3rem;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    mask-image: url(../img/icons/category.svg);
    -webkit-mask-image: url(../img/icons/category.svg);
    mask-position: center;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    background-color: #161616;
    transition: all 0.2s ease;
}

.shop__category-item.has-child .shop__category-item-main.active::after {
    background-color: #10A00F;
    transform: translateY(-50%) rotate(180deg);
}

.shop__category-item-main {
    padding: 2rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-top: 2px solid rgba(255, 255, 255, 0);
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}

.shop__category-item-main a {
    max-width: 18rem;
    font-family: Onest;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #121210;
    text-transform: none;
}

@media only screen and (max-width: 768px) {
    .shop__category-item-main a {
        font-size: 2rem;
    }
}

.shop__category-item-main:not(.active):hover {
    background: #10A00F;
}

.shop__category-item-main:not(.active):hover a {
    color: #fff;
}

.shop__category-item-main.active {
    background-color: #10A00F;
}

.shop__category-item-main.active a {
    color: #fff;
}

.shop__category-item {
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .shop__category-item {
        height: auto;
    }

    .shop__category-item-main {
        width: 100%;
        padding-right: 7rem;
        height: max-content;
        min-width: 28rem;
    }

    .shop__category-item-main a {
        width: max-content;
        max-width: 100%;
    }

    .shop__category-item-main::after {
        right: 1rem;
        top: 1rem;
        transform: unset;
    }
}

@media only screen and (max-width: 576px) {
    .shop__category-item-main {
        padding: 1.8rem 2rem;
        padding-right: 4rem;
    }

    .shop__category-item-main a {
        font-size: 1.8rem;
    }
}

.bapf_srch .bapf_current_suggest {
    border: none;
    background: #dcdcdc;
    top: calc(100% - 1.6rem);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 2.2rem;
    border-bottom-right-radius: 2.2rem;
    padding-top: 1.6rem;
}

.bapf_srch .bapf_current_suggest .bapf_suggest_element {
    padding: 1rem 2rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: #161616;
    transition: all 0.2s ease;
}

.bapf_srch .bapf_current_suggest .bapf_suggest_element:hover {
    background: #f1f1f1;
}

.related.products {
    display: none !important;
}

.filter__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter__header .bapf_sfilter {
    margin: 0;
}

.filter__bttn {
    font-size: 2.4rem;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 3rem;
    width: max-content;
    z-index: 2;
    transition: all 0.2s ease;
    width: 28.8rem;
}

@media only screen and (max-width: 768px) {
    .filter__bttn {
        width: max-content;
    }
}

.filter__bttn svg {
    width: 2.5rem;
    height: 2.5rem;
}

@media only screen and (max-width: 576px) {
    .filter__bttn {
        font-size: 2rem;
        padding: 2rem;
    }
}

.filter__bttn.active {
    background: #f1f1f1;
}

.filter__bttn-submit {
    display: none;
}

@media only screen and (min-width: 768px) {
    .filter__bttn-submit {
        display: none !important;
    }
}

.filter__bttn-submit.active {
    display: block;
}

@media only screen and (max-width: 576px) {
    .filter__bttn-submit .bttn {
        width: auto;
    }
}

.filter__items {
    min-width: 28.8rem;
    max-width: 28.8rem;
    background: #f1f1f1;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    height: max-content;
    transition: all 0.2s ease;
}

.filter__items-wrap {
    padding: 0 3rem 3rem 3rem;
}

@media only screen and (max-width: 768px) {
    .filter__items {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        max-width: 100%;
        height: 60%;
        display: none;
        overflow-y: auto;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }
}

@media only screen and (max-width: 576px) {
    .filter__items {
        height: auto;
    }
}

.filter__items .filter__item + .filter__items .filter__item:not(:first-child) {
    padding-top: 2rem;
    border-top: 1px solid #dcdcdc;
}

.filter__items .filter__item + li {
    margin-top: 2rem;
}

.filter__items .filter__item .bapf_sfilter, .filter__items .filter__item .bapf_slidr_jqrui .bapf_from, .filter__items .filter__item .bapf_slidr_jqrui .bapf_to {
    margin: 0;
}

.filter__items .filter__item .bapf_head h3 {
    font-family: Onest;
    text-transform: none;
    font-size: 1.8rem;
    padding: 0;
    font-weight: 400;
    line-height: 1.4;
    color: #161616;
    margin-bottom: 1rem;
}

.divi_checkbox_class .divi_checkbox_class_item label {
    font-family: Onest;
}

.divi_checkbox_class h3 {
    border: none;
}

.divi_checkbox_class .divi_checkbox_class_item input[type=checkbox] {
    background: #dcdcdc;
    border-color: transparent;
    transition: all 0.2s ease;
    width: 1.8rem;
    height: 1.8rem;
    margin: 0;
}

.divi_checkbox_class .divi_checkbox_class_item input[type=checkbox]::before {
    display: none !important;
}

.bapf_body {
    max-height: 10.6rem;
    overflow-y: auto;
    overflow-x: hidden;
}

.bapf_body::-webkit-scrollbar {
    width: 0.4rem;
}

.bapf_body::-webkit-scrollbar-track {
    background: #161616;
    border-radius: 0.2rem;
}

.bapf_body::-webkit-scrollbar-thumb {
    background: #10A00F;
    border-radius: 2rem;
}

.bapf_body::-webkit-scrollbar-thumb:hover {
    background: #10A00F;
}

.divi_checkbox_class_item:hover input {
    border-color: #10A00F !important;
}

.divi_checkbox_class .divi_checkbox_class_item input[type=checkbox]:checked {
    background: #10A00F;
}

.bapf_val {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.4;
}

.bttn button.bapf_button {
    background: none;
    outline: none;
    font-size: 1.8rem;
    border: none;
    color: #161616;
    font-family: Onest;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.bapf_slidr_main.ui-widget-content .ui-slider-range, .berocket_filter_price_slider.ui-widget-content .ui-slider-range, .bapf_slidr_main.ui-widget-content .ui-slider-handle {
    background: #10A00F;
}

.berocket_single_filter_widget_190145 {
    margin-bottom: 16px;
}

.bapf_sfilter.bapf_ckbox input[type=checkbox] {
    margin-right: 16px;
}

.bapf_ckbox_sqchck input[type=checkbox] {
    border: 2px solid #121212;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    transition: all 0.3s linear;
}

.bapf_ckbox_sqchck input[type=checkbox]:checked {
    border: 2px solid #10A00F;
    background: #10A00F;
    transition: all 0.3s linear;
}

.bapf_ckbox_sqchck input[type=checkbox]::after {
    transform: translateY(-150%);
    transition: all 0.3s linear;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M17.9425%206.06717L7.94254%2016.0672C7.88449%2016.1253%207.81556%2016.1714%207.73969%2016.2028C7.66381%2016.2343%207.58248%2016.2505%207.50035%2016.2505C7.41821%2016.2505%207.33688%2016.2343%207.26101%2016.2028C7.18514%2016.1714%207.11621%2016.1253%207.05816%2016.0672L2.68316%2011.6922C2.56588%2011.5749%202.5%2011.4158%202.5%2011.25C2.5%2011.0841%202.56588%2010.9251%202.68316%2010.8078C2.80044%2010.6905%202.9595%2010.6246%203.12535%2010.6246C3.2912%2010.6246%203.45026%2010.6905%203.56753%2010.8078L7.50035%2014.7414L17.0582%205.18279C17.1754%205.06552%2017.3345%204.99963%2017.5003%204.99963C17.6662%204.99963%2017.8253%205.06552%2017.9425%205.18279C18.0598%205.30007%2018.1257%205.45913%2018.1257%205.62498C18.1257%205.79083%2018.0598%205.94989%2017.9425%206.06717Z'%20fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    border: none;
}

.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M17.9425%206.06717L7.94254%2016.0672C7.88449%2016.1253%207.81556%2016.1714%207.73969%2016.2028C7.66381%2016.2343%207.58248%2016.2505%207.50035%2016.2505C7.41821%2016.2505%207.33688%2016.2343%207.26101%2016.2028C7.18514%2016.1714%207.11621%2016.1253%207.05816%2016.0672L2.68316%2011.6922C2.56588%2011.5749%202.5%2011.4158%202.5%2011.25C2.5%2011.0841%202.56588%2010.9251%202.68316%2010.8078C2.80044%2010.6905%202.9595%2010.6246%203.12535%2010.6246C3.2912%2010.6246%203.45026%2010.6905%203.56753%2010.8078L7.50035%2014.7414L17.0582%205.18279C17.1754%205.06552%2017.3345%204.99963%2017.5003%204.99963C17.6662%204.99963%2017.8253%205.06552%2017.9425%205.18279C18.0598%205.30007%2018.1257%205.45913%2018.1257%205.62498C18.1257%205.79083%2018.0598%205.94989%2017.9425%206.06717Z'%20fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    transform: translate(-50%, -50%);
    border: none;
    transition: all 0.3s linear;
}

.bapf_slidr_main.ui-widget-content {
    background: #8E8F93;
    border-radius: 100px;
}

.bapf_sfilter.bapf_ckbox input[type=checkbox], .bapf_sfilter.bapf_ckbox label, .bapf_sfilter.bapf_ckbox label + span, .bapf_sfilter.bapf_ckbox label > span {
    font-family: Onest;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #121210;
}

.divi_checkbox_class .divi_checkbox_class_item label {
    font-size: 1.6rem;
    font-weight: 400;
    color: #161616;
    margin-left: 1.2rem;
}

.bapf_slidr .bapf_body {
    overflow: visible;
}

.category__slider {
    z-index: 3;
    overflow-y: visible;
}

.category .swiper-button-prev, .category .swiper-button-next {
    top: 0;
    width: 19.6rem;
    height: 100%;
    background: #161616;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(0);
    margin: 0;
    transition: all 0.2s ease;
}

.category .swiper-button-prev img, .category .swiper-button-next img {
    transition: all 0.2s ease;
}

.category .swiper-button-prev::after, .category .swiper-button-next::after {
    display: none;
}

.category .swiper-button-prev:hover img, .category .swiper-button-next:hover img {
    transform: translateX(0.5rem);
}

.category .swiper-button-prev:active img, .category .swiper-button-next:active img {
    transform: translateX(2rem);
}

@media only screen and (max-width: 876px) {
    .category .swiper-button-prev, .category .swiper-button-next {
        width: 10rem;
    }
}

@media only screen and (max-width: 576px) {
    .category .swiper-button-prev, .category .swiper-button-next {
        display: none;
    }
}

.category .swiper-button-disabled {
    opacity: 1;
    display: none;
}

.category .swiper-button-prev {
    left: 0;
    transform: rotate(180deg);
}

.category .swiper-button-next {
    right: 0;
}

.bapf_sfilter {
    margin: 0 !important;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused input[type=search].dgwt-wcas-search-input:hover, .dgwt-wcas-tpd-image {
    background: #dcdcdc;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused input[type=search].dgwt-wcas-search-input:hover, .dgwt-wcas-tpd-image {
    padding-right: 9rem;
}

.woocommerce .dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding-right: 9rem;
}

body.archive .select2-search--dropdown {
    display: none;
}

body.archive .bapf_body {
    overflow: visible;
}

body.archive .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 130%;
}

body.archive .select2-container {
    z-index: 2 !important;
}

body.archive .select2-container .select2-selection--single {
    height: auto;
    border: 1px solid #10A00F;
    align-items: center;
    padding: 8px 16px;
    background: #FFFFFF;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: space-between;
}

body.archive .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0;
}

body.archive .select2-results__option[aria-selected] {
    padding: 1rem 1.2rem;
    padding-left: 2rem;
    transition: all 0.2s ease;
    font-size: 1.8rem;
}

body.archive .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent !important;
    border-width: 5px 4px 0 !important;
    transition: all 0.2s ease;
}

body.archive .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
}

.fa-spinner:before {
    content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="64px" height="64px" viewBox="0 0 128 128" xml:space="preserve"><rect x="0" y="0" width="100%" height="100%" fill="%23FFFFFF" /><g><path d="M88.63 14.92c5.97.1 5.57.83 5.55.8-7.6 5.3-20.67 1.82-20.7 2.3 0 .08-.8 1.7-4.27 2.3a25.78 25.78 0 0 1-3.2.4l-1.4.06q-.3 0-.6.02t-.5 0a18.9 18.9 0 0 1-2.3-.06c3.2-.64 4.6-2.96 4.4-3.05-8.3.1-13.6-2-20.4-1.3-5.8.7-8.9 7-11.8 10.2l-1-16.6c2.1 2 9.1 2.3 12.8 1.6C48.8 10.8 62 5 68.5 5.4c.85-.06-3.6-4.6-3.55-4.5 8-.07 10.4 4.35 10.47 4.36a38.56 38.56 0 0 1 14.1 5.1c1.84 1.1 3.4 2.1 4.4 2.85l1.2.9.3.3.05.1c-4.67-.5-7.03.4-6.83.4zm-18.2 4.58c2.1-.76 1.9-2.02 1.9-2a3.2 3.2 0 0 1-2 1.7 23.66 23.66 0 0 1-3.63 1.05 16.07 16.07 0 0 0 3.74-.75zm-3.98.1a11.63 11.63 0 0 0 2.7-.53c1.53-.55 1.37-1.46 1.37-1.45a2.32 2.32 0 0 1-1.44 1.23 17.12 17.12 0 0 1-2.63.76zm6.3-15.8c-1.47-1.67-5.9-2.16-5.88-2.15a16.36 16.36 0 0 1 4.4 1.6 9.18 9.18 0 0 1 2.56 2.13s.08-.23-1.1-1.57zm2.28 8.66c0 4.58 2.57 5.05 2.55 5.03a6.6 6.6 0 0 1-1.9-5.1 8.37 8.37 0 0 1 2.65-5.3 6.24 6.24 0 0 0-3.3 5.3zm9.76-3.32A2.87 2.87 0 1 0 87.6 12a2.87 2.87 0 0 0-2.87-2.86zm-1.1 3.47a1.8 1.8 0 0 0 1.5 1.8 2.42 2.42 0 1 1 2-2.4v.1a1.8 1.8 0 0 0-3.5.5zm-13-9.1a7.08 7.08 0 0 0-3.1-1 5.72 5.72 0 0 1 2.8 1.3 8.3 8.3 0 0 1 1.8 1.8 5.95 5.95 0 0 0-1.7-2.1zm-32.4 14c-2 1.1-3.5 5.2-3.5 5.2a16.36 16.36 0 0 1 2.6-3.8 9.18 9.18 0 0 1 2.6-2s-.2-.1-1.8.7zm-.5-1.3c-1.9.6-3.9 3.9-3.9 3.9a14.22 14.22 0 0 1 2.8-2.9 7.98 7.98 0 0 1 2.6-1.2s-.2-.2-1.6.3zm-1.5-1.6a3.8 3.8 0 0 0-2.4 2.1 7.2 7.2 0 0 1 2.5-1.7 7.1 7.1 0 0 1 3-.3 4.7 4.7 0 0 0-3.1 0zm-1-1.1a3.6 3.6 0 0 1-2.1-1.3 6.64 6.64 0 0 0 2.3 1 15.1 15.1 0 0 0 3.1.3 9.96 9.96 0 0 1-3.3.1zm58.3 96.2c-3.1 5.1-3.5 4.4-3.5 4.4-.8-9.2 8.7-18.8 8.3-19.1-.1 0-1.1-1.5.1-4.8a25.8 25.8 0 0 1 1.3-3l.6-1.2.3-.5.23-.5a18.96 18.96 0 0 1 1.2-1.9c-1.07 3.1.26 5.5.44 5.3 4.1-7.3 8.5-10.8 11.3-17 2.3-5.4-1.6-11.3-2.9-15.3l14.8 7.5c-2.76.8-6.5 6.7-7.8 10.3-1.15 3.64-2.68 18-6.27 23.4-.4.77 5.8-.83 5.66-.82-3.9 7-8.9 6.86-9 6.9a38.56 38.56 0 0 1-11.5 9.7c-1.8 1.06-3.5 1.86-4.7 2.4l-1.3.6-.4.1c-.03 0-.06 0-.1.03 2.8-3.8 3.2-6.3 3.1-6.1zm5.1-18c-.4 2.2.8 2.7.8 2.7a3.2 3.2 0 0 1-.5-2.6 23.62 23.62 0 0 1 .9-3.6 16.06 16.06 0 0 0-1.2 3.6zm1.9-3.5a11.6 11.6 0 0 0-.9 2.6c-.3 1.6.6 1.9.6 1.9a2.33 2.33 0 0 1-.4-1.8 17.04 17.04 0 0 1 .6-2.7zm10.5 13.4c2.2-.4 4.8-4 4.8-4a16.36 16.36 0 0 1-3.6 3 9.16 9.16 0 0 1-3.2 1.2s.2.2 1.9-.1zm-8.7-2.3c-3.9-2.3-5.6-.3-5.6-.3a6.6 6.6 0 0 1 5.3.9 8.37 8.37 0 0 1 3.2 5 6.24 6.24 0 0 0-2.98-5.5zm-2 10.1a2.87 2.87 0 1 0-3.9 1.1 2.87 2.87 0 0 0 3.9-1zm-2.4-2.6a1.8 1.8 0 0 0-2.3.5 2.45 2.45 0 0 1 .2-.4 2.42 2.42 0 1 1 .9 3.3 1.8 1.8 0 0 0 1.3-3.3zm14.4-6.6a7.08 7.08 0 0 0 2.4-2.1 5.72 5.72 0 0 1-2.5 1.8 8.27 8.27 0 0 1-2.5.7 5.94 5.94 0 0 0 2.6-.33zm4-35.02c.1-2.22-2.7-5.62-2.7-5.6a16.37 16.37 0 0 1 2.04 4.2 9.16 9.16 0 0 1 .37 3.3s.2-.1.3-1.9zm1.4.27c.5-1.9-1.4-5.3-1.4-5.3a14.2 14.2 0 0 1 1.1 3.9 7.97 7.97 0 0 1-.2 2.9s.2-.1.54-1.6zm2.1-.5a3.78 3.78 0 0 0-.53-3.17 7.2 7.2 0 0 1 .2 3 7.1 7.1 0 0 1-1.2 2.76 4.7 4.7 0 0 0 1.5-2.6zm1.46-.37a3.6 3.6 0 0 1 2.2-1.16 6.63 6.63 0 0 0-2.04 1.5 15.14 15.14 0 0 0-1.76 2.6 9.98 9.98 0 0 1 1.6-2.9zM9.12 66.8c-2.9-5.24-2.04-5.25-2.1-5.22 8.4 3.93 11.9 17 12.3 16.78.1-.03 1.9-.15 4.18 2.54a25.78 25.78 0 0 1 2 2.65c.3.4.6.8.8 1.18q.2.27.3.53t.3.5a18.9 18.9 0 0 1 1.1 2c-2.12-2.46-4.8-2.48-4.8-2.26 4.34 7.2 5.1 12.78 9.1 18.3 3.6 4.68 10.6 4.24 14.8 5.14.1-.05-13.92 9.1-13.9 9.08.68-2.8-2.54-9-5-11.9-2.6-2.8-14.26-11.3-17.12-17.12-.47-.72-2.2 5.44-2.12 5.32-4.1-6.92-1.47-11.2-1.5-11.24a38.56 38.56 0 0 1-2.56-14.8c0-2.15.12-3.98.25-5.26l.12-1.48.06-.38.03-.1h.02c1.87 4.32 3.86 5.9 3.74 5.74zM22.2 80.25c-1.7-1.43-2.7-.62-2.68-.62a3.2 3.2 0 0 1 2.47.87 23.66 23.66 0 0 1 2.7 2.62 16.08 16.08 0 0 0-2.5-2.87zm2.1 3.4a11.62 11.62 0 0 0-1.84-2.07c-1.3-1.04-2-.45-2-.45a2.32 2.32 0 0 1 1.8.63 17.1 17.1 0 0 1 2 1.9zM7.48 86.13c-.74 2.1 1.05 6.18 1.05 6.17a16.36 16.36 0 0 1-.82-4.6 9.18 9.18 0 0 1 .6-3.3s-.2.05-.8 1.73zm6.33-6.3c4-2.3 3.1-4.76 3.1-4.74a6.6 6.6 0 0 1-3.4 4.1 8.37 8.37 0 0 1-5.9.3 6.24 6.24 0 0 0 6.3.2zm-7.7-6.8a2.87 2.87 0 1 0 1-3.93 2.87 2.87 0 0 0-1 3.93zm3.6-.8a1.8 1.8 0 0 0 .7-2.23 2.42 2.42 0 1 1-3-.5l.1-.08a1.8 1.8 0 0 0 2.2 2.8zm-1.5 15.8a7.08 7.08 0 0 0 .7 3.13 5.72 5.72 0 0 1-.3-3.07 8.3 8.3 0 0 1 .7-2.6 5.95 5.95 0 0 0-1 2.4zm28.4 21c1.9 1.22 6.3.44 6.3.45a16.4 16.4 0 0 1-4.6-.3 9.2 9.2 0 0 1-3-1.33s0 .24 1.5 1.2zm-.9 1.08c1.4 1.4 5.3 1.4 5.3 1.4a14.2 14.2 0 0 1-3.9-1 7.97 7.97 0 0 1-2.4-1.6s0 .2 1.1 1.3zm-.6 2.1a3.8 3.8 0 0 0 3 1.1 7.2 7.2 0 0 1-2.7-1.3 7.1 7.1 0 0 1-1.8-2.4 4.7 4.7 0 0 0 1.6 2.7zm-.4 1.5a3.6 3.6 0 0 1-.1 2.5 6.63 6.63 0 0 0-.3-2.5 15.1 15.1 0 0 0-1.3-2.8 9.97 9.97 0 0 1 1.7 2.9z" fill="%23000000"/><animateTransform attributeName="transform" type="rotate" from="0 64 64" to="120 64 64" dur="1080ms" repeatCount="indefinite"></animateTransform></g></svg>') !important;
    animation: none !important;
}

.lmp_products_loading {
    height: 8rem;
}

.woocommerce ul.products {
    gap: 2rem;
    display: flex;
    height: max-content;
    flex-wrap: wrap;
    flex: 60%;
}

.woocommerce ul.products .product {
    width: calc(33% - 1.5rem) !important;
}

@media only screen and (max-width: 992px) {
    .woocommerce ul.products .product {
        height: auto !important;
        max-width: 100%;
        width: calc(50% - 1rem) !important;
    }
}

@media only screen and (max-width: 768px) {
    .woocommerce ul.products .product {
        width: calc(50% - 1.5rem) !important;
    }
}

@media only screen and (max-width: 576px) {
    .woocommerce ul.products .product {
        width: calc(100%) !important;
    }
}

.slider__mob {
    display: none;
}

@media only screen and (max-width: 600px) {
    .new__wrap.products .product {
        width: 100% !important;
    }

    .slider__mob {
        display: block;
        margin: 20px auto 0;
        width: fit-content;
        border-radius: 100px;
    }

    .mt.tac.new__bttn.proposal__bttn .bttn {
        display: none;
    }

    .popular__item-top h2 {
        overflow-wrap: anywhere;
        max-width: 70%;
    }
}

@media only screen and (max-width: 992px) {
    .woocommerce ul.products {
        gap: 2rem 1rem;
    }
}

@media only screen and (max-width: 768px) {
    .woocommerce ul.products {
        margin-top: 2rem;
    }
}

@media only screen and (max-width: 350px) {
    .woocommerce ul.products {
        grid-template-columns: 1fr;
    }
}

.woocommerce ul.products::before, .woocommerce ul.products::after {
    display: none !important;
}

ul.products {
    gap: 6rem 3rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: 4rem;
}

ul.products .product {
    width: calc(25% - 2.3rem) !important;
}

@media only screen and (max-width: 992px) {
    ul.products .product {
        width: calc(33% - 1.8rem) !important;
    }
}

@media only screen and (max-width: 768px) {
    ul.products .product {
        width: calc(50% - 1.5rem) !important;
    }
}

@media only screen and (max-width: 576px) {
    ul.products .product {
        width: calc(50% - 1rem) !important;
    }
}

@media only screen and (max-width: 576px) {
    ul.products {
        margin-top: 2rem;
        gap: 2rem 1rem;
    }
}

@media only screen and (max-width: 350px) {
    ul.products {
        grid-template-columns: 1fr;
    }
}

ul.products::before, ul.products::after {
    display: none !important;
}

body:not(.archive) span.select2-container {
    width: 85% !important;
    z-index: 10 !important;
}

@media only screen and (max-width: 576px) {
    body:not(.archive) span.select2-container {
        margin: 0 auto;
    }
}

.product__summary-wrap {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 6rem;
}

@media only screen and (max-width: 768px) {
    .product__summary-wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 2rem;
    }
}

.product_title.entry-title {
    font-family: Druk Wide Cyr;
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000000;
    text-transform: none;
    margin-bottom: 8px;
    overflow-x: auto;
}

.product__summary-wrap .summary p iframe {
    display: none !important;
}

.product_meta {
    display: none;
}

.product__img {
    border: 1px solid #dcdcdc;
    overflow: hidden;
    aspect-ratio: 4/4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__img img {
    margin: 0 !important;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.2s ease;
}

.product__meta {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.product__title {
    font-size: 1.8rem;
}

@media only screen and (max-width: 576px) {
    .product__title {
        font-size: 1.6rem;
    }
}

.product__title, .product__price {
    color: #161616;
    display: flex;
    flex-direction: column;
    font-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #121210;
}

.product__title del, .product__price del {
    font-family: Onest;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -2%;
    text-decoration: line-through;
    color: #8E8F93;
}

.product__price {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-direction: row;
}

.product__wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 16px 16px 32px;
    background: #fff;
    border: 1px solid #EFEFEF;
    overflow: hidden;
}

.product__content {
    margin-top: auto;
}

.product__content .bttn {
    width: 100%;
}

.product:hover .product__img img {
    transform: scale(1.05);
}

.product .stock.in-stock {
    display: none;
}

.product .woocommerce-variation-sku {
    display: none !important;
}

.product__text p {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #8E8F93;
    padding-bottom: 24px;
}

.custom-product-attributes {
    max-width: 488px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 24px;
    border-top: 1px solid #D9D9D9;
    margin-bottom: 24px;
}

.custom-product-attributes p {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -2%;
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 16px;
}

.single_add_to_cart_button {
    padding: 8px 16px !important;
    gap: 16px !important;
    width: fit-content !important;
}

.custom-product-attributes p span {
    display: block;
    width: 100%;
    max-width: 183px;
}

.product__text.less {
    height: 35rem;
    overflow: hidden;
}

.product__text.less::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    transform: rotate(180deg);
    background: #f1f1f1;
    -webkit-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 100%);
    mask-image: linear-gradient(white 24%, rgba(255, 255, 255, 0.3) 100%);
    z-index: 1;
    pointer-events: none;
}

.product__bttn-sep {
    text-align: center;
    margin: 1rem 0;
    font-size: 2rem;
    width: 39.2rem;
    color: #beb8b8;
    max-width: 100%;
}

.product__bttn-sep::before, .product__bttn-sep::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 2px dashed #beb8b8;
    width: 40%;
}

.product__bttn-sep::before {
    left: 0;
}

.product__bttn-sep::after {
    right: 0;
}

.product__bttn-oneclick {
    width: 39.2rem;
    max-width: max-content;
    margin-top: 25px;
    padding: 11px 16px;
}

.product__bttn-more {
    position: absolute;
    left: 50%;
    bottom: 3rem;
    transform: translateX(-50%);
    z-index: 4;
}

.product__bttn-more:active {
    transform: translateX(-50%) scale(0.95);
}

.flex-control-thumbs.less {
    height: 35rem;
    overflow: hidden;
}

.flex-control-thumbs.less::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    transform: rotate(180deg);
    background: #f1f1f1;
    -webkit-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 100%);
    mask-image: linear-gradient(white 24%, rgba(255, 255, 255, 0.3) 100%);
    z-index: 1;
    pointer-events: none;
}

.thumbs__bttn-more {
    position: absolute;
    left: 50%;
    bottom: 3rem;
    transform: translateX(-50%);
    z-index: 4;
}

.thumbs__bttn-more:active {
    transform: translateX(-50%) scale(0.95);
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
}

.related ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 auto;
}

.up-sells h2 {
    margin-bottom: 4rem;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0;
    margin: 0 auto;
}

@media only screen and (max-width: 576px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        min-height: auto;
    }
}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    margin: 0;
    margin: 0 auto;
}

.woocommerce ul.products li.product h3 {
    font-size: 2.4rem;
    padding: 0;
}

@media only screen and (max-width: 576px) {
    .woocommerce ul.products li.product h3 {
        font-size: 2rem;
    }
}

.single-product .price {
    color: #10A00F;
    display: flex;
    flex-direction: row-reverse;
    margin-top: 0;
    font-family: Druk Wide Cyr;
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: 0%;
    gap: 6px;
    justify-content: flex-end;
}

.single-product .price ins {
    text-decoration: none;
    color: #F02C00;
}

.single-product .price del {
    font-size: 1.2rem;
    color: #8E8F93;
}

.single-product .summary .text p {
    font-size: 1.6rem;
}

.single-product .quantity {
    display: none !important;
}

.single-product .variations_form {
    margin-top: 3.2rem;
}

@media only screen and (max-width: 576px) {
    .single-product .variations_form {
        margin-top: 2rem;
    }
}

.single-product .variations_form .label {
    display: none;
}

.single-product .select2-search--dropdown {
    display: none !important;
}

.single-product .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 0 7px 8px 7px;
    border-color: transparent transparent #161616 transparent;
    transition: all 0.2s linear;
    transform: rotate(-180deg);
}

.single-product .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(0deg);
}

.single-product .select2-results__option--selectable {
    padding: 1rem;
    font-size: 1.8rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.single-product a.reset_variations {
    margin-left: 0.5rem;
    font-size: 1.6rem !important;
    transition: all 0.2s ease;
}

.single-product a.reset_variations:hover {
    color: #10A00F;
}

@media only screen and (max-width: 576px) {
    .single-product a.reset_variations {
        position: static;
        left: 0;
        bottom: -5rem;
        z-index: 5;
    }
}

.woocommerce-Reviews .woocommerce-Reviews-title {
    display: none;
}

.variations {
    font-family: Onest;
}

.variations .select2-container .select2-selection--single {
    height: auto;
    padding: 1.2rem 1.3rem;
    max-width: 50rem;
}

@media only screen and (max-width: 576px) {
    .variations .select2-container .select2-selection--single {
        max-width: 100%;
    }
}

.variations .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #10A00F;
    font-size: 2rem;
    font-weight: 500;
    white-space: break-spaces !important;
}

.select2-selection__rendered {
    color: #10A00F !important;
    font-family: Onest;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 130% !important;
    letter-spacing: -2% !important;
    padding: 0 !important;
}

@media only screen and (max-width: 576px) {
    .variations .select2-container--default .select2-selection--single .select2-selection__rendered {
        white-space: break-spaces;
    }
}

.variations .select2-container--default .select2-selection--single {
    border-color: #000;
}

.woo-selected-variation-item-name {
    display: none !important;
}

.variations tr {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 488px;
    gap: 16px;
}

.reset_variations {
    display: none !important;
}

.woo-variation-swatches .variable-items-wrapper {
    gap: 16px;
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
}

.product__oneclick {
    display: none !important;
}

.woo-variation-swatches.wvs-show-label .variations tr th.label {
    width: 100% !important;
    max-width: 183px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    -webkit-box-shadow: 0 0 0 2px #10A00F;
    box-shadow: 0 0 0 2px #10A00F;
}

.variations .select2-container--default .select2-results .select2-results__options {
    color: #000;
}

.variations .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #158c07;
    color: #fff;
}

.select2-dropdown.select2-dropdown--below {
    border-radius: 0;
    border: 2px solid #158c07;
}

.select2-dropdown.select2-dropdown--below ::-webkit-scrollbar {
    width: 6px;
    height: 10px;
}

.select2-container--default .select2-results__option--selected {
    background-color: #158c07;
    color: #fff;
}

.select2-dropdown.select2-dropdown--below ::-webkit-scrollbar-track {
    background: transparent; /* фон каналу */
}

.select2-dropdown.select2-dropdown--below ::-webkit-scrollbar-thumb {
    background: #4CAF50; /* Зелений колір скролу */
}

.select2-dropdown.select2-dropdown--below ::-webkit-scrollbar-thumb:hover {
    background: #388E3C; /* темніший при наведенні */
}

.woocommerce div.product div.summary {
    width: 60.5rem;
    max-width: 100%;
    margin-bottom: 0;
}

@media only screen and (max-width: 576px) {
    .woocommerce div.product div.summary {
        text-align: center;
    }

    .woocommerce div.product div.summary h3 {
        font-size: 2.8rem;
    }

    .woocommerce div.product div.summary .price {
        margin-top: 1rem;
        font-size: 2.6rem;
    }

    .woocommerce div.product div.summary .text {
        margin-top: 1rem;
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 0;
    margin-bottom: 4rem;
    overflow: auto;
    overflow-y: hidden;
    display: inline-flex;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        padding-right: 2rem;
    }
}

@media only screen and (max-width: 576px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        margin-bottom: 2rem;
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    padding: 0 1rem;
    color: #161616;
    background-color: inherit;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    white-space: nowrap;
    padding: 2rem;
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #161616;
    transition: all 0.2s ease;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 4px;
    transform: translateX(-50%);
    width: 120%;
    transition: all 0.2s ease;
    background: #161616;
    z-index: 3;
    border-radius: 4px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #10A00F;
}

@media only screen and (max-width: 576px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 1.8rem;
        padding: 1rem;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a::after {
        height: 2px;
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child a {
    padding-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: #161616;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
    background: #10A00F;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after {
    display: none;
}

.woocommerce-tabs {
    width: max-content;
    overflow: hidden;
}

.woocommerce-Tabs-panel {
    width: 100%;
    max-width: 100%;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: inherit;
}

.woocommerce table.shop_attributes {
    border: none;
}

.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
    border-bottom: none;
    padding: 2rem 0;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 140%;
}

@media only screen and (max-width: 576px) {
    .woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
        font-size: 1.6rem;
    }
}

.woocommerce table.shop_attributes th {
    width: 68%;
}

.woocommerce table.shop_attributes td {
    width: 32%;
}

.woocommerce-tabs {
    width: 100%;
}

.woocommerce-product-attributes-item {
    padding-bottom: 2rem;
}

.woocommerce-product-attributes-item::after {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: 0;
    margin-bottom: 2rem;
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
}

.woocommerce table.shop_attributes td p {
    padding: 0;
    padding-right: 65px;
}

@media (max-width: 1300px) {
    .woocommerce table.shop_attributes td p {
        padding-right: calc(0px + 65 * ((100vw - 375px) / 925));
    }
}

.woocommerce-Tabs-panel--obmin-ta-povernennya h5 {
    margin-bottom: 3rem;
    font-size: 1.8rem;
    line-height: 140%;
}

.woocommerce-Tabs-panel--obmin-ta-povernennya ol {
    padding-left: 1.65rem;
}

.woocommerce-Tabs-panel--obmin-ta-povernennya ol li {
    font-size: 1.8rem;
    line-height: 140%;
}

.woocommerce-Tabs-panel--obmin-ta-povernennya ol li + li {
    margin-top: 3rem;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    height: max-content;
    width: 50rem;
    max-width: 100%;
    margin: 0;
}

.flex-viewport {
    border: solid 1px #E5E5E5;
    margin-bottom: 24px;
}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    margin: 0 !important;
}

.woocommerce-variation-sku {
    margin-bottom: 1rem;
}

.product .woocommerce-tabs {
    margin-top: 4rem;
    padding-bottom: 5rem;
}

@media only screen and (max-width: 576px) {
    .bttn-add-to-cart {
        width: 100%;
    }
}

.popup {
    width: 40rem;
    height: max-content;
    margin-top: 50%;
    margin: auto;
    transform: scale(0.5);
    border-radius: 1.2rem;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    z-index: 11;
    margin: auto;
}

.popup:not(.show) {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -5;
    visibility: hidden;
    pointer-events: none;
}

.popup.show {
    transition: all 0.3s linear;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    transform: scale(1) translate(-50%, -50%);
}

.popup h3 {
    margin-bottom: 2rem;
}

.popup .bttn {
    width: 100%;
}

.popup-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    padding: 3rem 1.5rem;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
}

.popup-bg.show {
    display: flex !important;
}

.popup__close {
    background-color: inherit;
    position: absolute;
    right: 1.6rem;
    top: 1.2rem;
    cursor: pointer;
}

.popup__close:hover {
    opacity: 1;
}

.popup__product {
    text-align: center;
}

.popup__product button {
    margin-top: 2rem;
    border: none;
}

.popup.popup__product {
    background-color: #fff;
    width: 40rem;
    height: max-content;
    border-radius: 1.2rem;
    padding: 3rem 2rem;
    z-index: 11;
}

.popup.popup__product .wpcf7-not-valid-tip {
    color: red;
}

.popup.popup__product .bttn {
    justify-content: center;
    border-radius: 1.2rem;
}

.footer {
    color: #fff;
    background: #161616;
    padding: 3rem 0;
}

@media only screen and (max-width: 576px) {
    .footer {
        padding: 2rem 0;
    }
}

.footer .container {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
    .footer .container {
        align-items: center;
        justify-content: center;
    }
}

.footer__logo {
    max-width: 100%;
}

.footer__logo img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.footer__menu {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 38px;
}

@media (max-width: 1300px) {
    .footer__menu {
        gap: calc(30px + 170 * ((100vw - 375px) / 925));
    }
}

@media only screen and (max-width: 576px) {
    .footer__menu {
        gap: 4rem;
    }
}

.footer__info-contact {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
}

.footer__info-contact li {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer__info-contact li p {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -2%;
    text-align: right;
    color: #8E8F93;
}

.footer__info-contact li a {
    font-family: Onest;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -2%;
    text-align: right;
    color: #fff;
}

.footer__adress {
    display: flex;
    flex-direction: column;
    gap: 11px;
    align-items: flex-end;
}

.footer__adress a {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #fff;
}

.footer__list li a {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #fff;
    transition: all 0.2s ease;
}

.footer__list li a svg {
    margin-right: 2rem;
}

.footer__list li a:hover {
    color: #10A00F;
}

.footer__list li a:hover path {
    fill: #10A00F;
}

.footer__menu-list {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.footer__decor {
    pointer-events: none;
    position: absolute;
}

@media only screen and (max-width: 576px) {
    .footer__decor {
        display: none;
    }
}

.footer__decor.decor-1 {
    top: 5.2rem;
    left: 26rem;
}

.footer__decor.decor-2 {
    top: 2.8rem;
    left: 42rem;
}

.footer__decor.decor-3 {
    top: 0.2rem;
    right: 0;
}

.footer__list-center {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
}

.footer__list-center li a {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #fff;
}

*[role=button] {
    cursor: pointer;
}

.swiper-pagination {
    display: flex;
    gap: 4rem;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 576px) {
    .swiper-pagination {
        gap: 2rem;
    }
}

.swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    background: #161616;
    margin: 0 !important;
    opacity: 1;
    transition: all 0.2s ease;
    border: 2px solid rgba(255, 255, 255, 0);
    cursor: pointer;
}

.swiper-pagination-bullet:hover {
    border-color: #10A00F;
}

.swiper-pagination-bullet-active {
    background: #10A00F;
}

.swiper-bttn {
    min-width: 6.2rem;
    height: 6.2rem;
    background: #10A00F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

@media only screen and (max-width: 576px) {
    .swiper-bttn {
        min-width: 4.8rem;
        height: 4.8rem;
    }
}

.swiper-bttn:hover {
    background: #10A00F;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.swiper-bttn-prev:hover {
    transform: translateX(-2px);
}

.swiper-bttn-prev:active {
    transform: translateX(-5px) scale(0.97);
}

.swiper-bttn-next:hover {
    transform: translateX(2px);
}

.swiper-bttn-next:active {
    transform: translateX(5px) scale(0.97);
}

.page-numbers.prev, .page-numbers.next {
    font-size: 0 !important;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4.2rem !important;
}

@media only screen and (max-width: 768px) {
    .page-numbers.prev, .page-numbers.next {
        margin: 0 2rem !important;
    }
}

.page-numbers.prev::before, .page-numbers.next::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    mask-image: url(../img/icons/ArrowRight.svg);
    -webkit-mask-image: url(../img/icons/ArrowRight.svg);
    mask-position: center;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    background-color: #282828;
}

.page-numbers.inactive.prev::before, .page-numbers.inactive.next::before {
    mask-image: url(../img/icons/ArrowRight-inact.svg);
    -webkit-mask-image: url(../img/icons/ArrowRight-inact.svg);
    background-color: #d9d9d9;
}

@media only screen and (max-width: 576px) {
    .page-numbers.prev, .page-numbers.next {
        margin: 0 1rem !important;
        width: 3rem;
        height: 3rem;
    }

    .page-numbers.prev::before, .page-numbers.next::before {
        width: 1.5rem;
        height: 1.5rem;
    }
}

.page-numbers.prev {
    transform: rotate(180deg);
}

.woocommerce-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
    margin-bottom: 6rem;
}

@media only screen and (max-width: 576px) {
    .woocommerce-pagination {
        margin-bottom: 4rem;
    }
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
    display: flex;
    align-items: center;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #121210;
}

@media only screen and (max-width: 576px) {
    .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
        font-size: 1.6rem;
        padding: 0.5rem;
    }
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: transparent;
    text-decoration: underline;
    color: #121210;
}

.woocommerce nav.woocommerce-pagination ul li a.prev:hover, .woocommerce nav.woocommerce-pagination ul li a.next:hover {
    background: #10A00F;
}

a.page-numbers {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

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

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

.woocommerce-input-wrapper input {
    width: max-content;
}

.cart:not(.variations_form) path {
    transition: all 0.2s ease;
}

.cart:not(.variations_form):hover path {
    fill: #10A00F;
}

form.cart:hover path {
    fill: #161616 !important;
}

.breadcrumbs {
    padding: 24px 0 32px;
}

.breadcrumbs + section {
    padding-top: 1rem;
}

.breadcrumbs a {
    transition: all 0.2s ease;
}

@media (any-hover: hover) {
    .breadcrumbs a:hover {
        color: #10A00F;
    }
}

.breadcrumbs .last {
    color: #10A00F;
}

@media only screen and (max-width: 576px) {
    .breadcrumbs {
        padding: 2rem 0;
    }
}

.woocommerce nav.woocommerce-pagination {
    flex: 100%;
    width: 100%;
}

.woocommerce-breadcrumb, .woocommerce-notices-wrapper, .woocommerce-store-notice {
    display: none !important;
}

#fkcart-modal .fkcart-preview-ui .fkcart-slider-footer {
    width: 90rem;
    max-width: 100%;
    margin: 0 auto;
}

.select2-container {
    z-index: 9 !important;
}

.price {
    color: #10A00F !important;
}

h3 .price {
    font-size: inherit !important;
}

.woocommerce-variation-price {
    margin-bottom: 0.5rem;
}

.bapf_sfilter.bapf_srch .bapf_form .bapf_search {
    margin-left: 0;
}

.bapf_srch.bapf_button_icon span.bapf_search {
    top: 50%;
    transform: translateY(-50%);
    line-height: 1px;
    width: max-content;
}

.bapf_srch.bapf_button_icon span.bapf_search i::before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/icons/search.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 3rem;
    height: 3rem;
}

.bapf_srch.bapf_button_icon .bapf_input {
    height: auto;
    font-size: 1.8rem;
    line-height: 1.4;
}

.bapf_current_suggest + span + input {
    display: none;
}

.fkcart-shortcode-icon-wrap::before {
    content: "";
    display: flex;
    width: 3rem;
    height: 3rem;
    mask-image: url(../img/icons/cart.svg);
    -webkit-mask-image: url(../img/icons/cart.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-color: #c0e00b;
    transition: all 0.2s ease;
}

.fkcart-shortcode-icon-wrap svg {
    display: none;
}

.fkcart-shortcode-icon-wrap:hover::before {
    background: #10A00F;
}

.payment_box, .woocommerce-privacy-policy-text, .woocommerce-breadcrumb, .woocommerce-form-coupon-toggle, .woocommerce-shipping-fields, .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
    display: none !important;
}

.woocommerce-checkout #payment {
    background: transparent;
}

.checkout.woocommerce-checkout {
    display: grid;
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
}

@media only screen and (max-width: 876px) {
    .checkout.woocommerce-checkout {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 576px) {
    .checkout.woocommerce-checkout {
        display: flex;
        flex-direction: column;
    }
}

.wcus-checkout-fields {
    display: block;
    margin-top: 4rem;
}

.wcus-checkout-fields h3 {
    margin-bottom: 3rem;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
    width: 39.3rem;
    max-width: 100%;
    float: unset;
}

@media only screen and (max-width: 876px) {
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 576px) {
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
        width: 100%;
    }
}

.woocommerce-checkout-payment {
    width: 50rem;
    max-width: 100%;
}

@media only screen and (max-width: 876px) {
    .woocommerce-checkout-payment {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 576px) {
    .woocommerce-checkout-payment {
        width: 100%;
    }
}

.checkout.woocommerce-checkout {
    margin-top: 4rem;
}

.woocommerce form .form-row-first {
    width: 100%;
}

.woocommerce-billing-fields__field-wrapper {
    margin-top: 3rem;
}

.woocommerce form .form-row {
    margin-bottom: 2rem;
}

.order-totals {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none;
}

.woocommerce-checkout #payment div.form-row {
    padding: 0;
    padding-top: 3rem;
}

.place-order {
    padding-top: 3rem;
    border-top: 1px solid #000;
}

.wcus-order-total, .order-totals__name {
    font-family: Onest;
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
}

@media only screen and (max-width: 576px) {
    .wcus-order-total, .order-totals__name {
        font-size: 2rem;
    }
}

.input-radio + label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-size: 1.8rem;
    color: #161616;
    font-weight: 500;
}

.input-radio + label::before {
    content: "";
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #d9d9d9;
    background-color: #d9d9d9;
    border-radius: 50%;
    margin-right: 1.6rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.8rem;
}

.input-radio:checked + label::before {
    background-image: url(../img/general/radio.svg);
}

.input-radio:disabled + label::before {
    background-color: #e9ecef;
}

.input-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.woocommerce table.shop_table {
    border: none;
    margin-top: 1.5rem;
}

.woocommerce table.shop_table .cart_item td {
    padding: 1.5rem 0;
    border: none;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4;
}

.woocommerce table.shop_table .cart_item td.product-name {
    width: 26.5rem;
    max-width: 100%;
    margin-right: 63px;
}

@media (max-width: 1300px) {
    .woocommerce table.shop_table .cart_item td.product-name {
        margin-right: calc(25px + 38 * ((100vw - 375px) / 925));
    }
}

@media only screen and (max-width: 576px) {
    .woocommerce table.shop_table .cart_item td.product-name {
        width: auto;
    }
}

.woocommerce table.shop_table .cart_item td.product-total {
    width: 18.1rem;
    max-width: 100%;
    text-align: center;
    margin-right: 43px;
}

@media (max-width: 1300px) {
    .woocommerce table.shop_table .cart_item td.product-total {
        margin-right: calc(20px + 23 * ((100vw - 375px) / 925));
    }
}

@media only screen and (max-width: 576px) {
    .woocommerce table.shop_table .cart_item td.product-total {
        width: 18rem;
    }
}

@media only screen and (max-width: 876px) {
    .col-right-wrapper {
        width: 39.3rem;
        margin: 0 auto;
        order: -1;
    }
}

@media only screen and (max-width: 576px) {
    .col-right-wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        line-height: 1.4;
        white-space: inherit;
    }
}

.woocommerce a.remove:hover {
    background: transparent;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    justify-content: center;
}

.zen-ui-select-1 .zen-ui-select__options .zen-ui-select__option:nth-child(2) {
    display: none;
}

@media only screen and (max-width: 992px) {
    #fkcart-modal .fkcart-preview-ui .fkcart-slider-footer {
        width: 57.3rem;
    }
}

#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-meta-content .fkcart-attr-wrap {
    width: 100%;
    max-width: 100%;
    word-wrap: break-word;
}

.woocommerce-NoticeGroup { /*display: none !important; */
}

@media only screen and (max-width: 876px) {
    .col-right-wrapper {
        width: 39.3rem;
        margin: 0 auto;
        order: -1;
    }
}

@media only screen and (max-width: 576px) {
    .col-right-wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        line-height: 1.4;
        white-space: inherit;
    }
}

.woocommerce a.remove:hover {
    background: transparent;
}

@media only screen and (max-width: 992px) {
    #fkcart-modal .fkcart-preview-ui .fkcart-slider-footer {
        width: 57.3rem;
    }
}

#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-meta-content .fkcart-attr-wrap {
    width: 100%;
    max-width: 100%;
    word-wrap: break-word;
}

.woocommerce span.onsale {
    background-color: #c0e00b;
}

.optional {
    display: none !important;
}

textarea {
    font-family: inherit;
    max-width: 100%;
    color: #000;
}

.policy__title {
    margin-bottom: 1.5rem;
}

.policy__title {
    margin-bottom: 1rem;
}

.policy__text {
    margin: 1.5rem 0;
}

.line-policy__title {
    margin: 1rem 0;
}

.line-policy__text {
    padding-left: 1rem;
}

.line-policy__text p + p {
    margin-top: 1.5rem;
}

.woocommerce-NoticeGroup {
    position: fixed;
    z-index: 20;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: cssAnimation 5s forwards;
    animation: cssAnimation 5s forwards;
}

.woocommerce-NoticeGroup li {
    font-size: 1.8rem;
    font-weight: 500;
}

@media (max-width: 576px) {
    .woocommerce-NoticeGroup {
        width: 80%;
    }
}

@keyframes cssAnimation {
    0% {
        display: block !important;
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none !important;
    }
}

@-webkit-keyframes cssAnimation {
    0% {
        display: block !important;
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        display: none !important;
        opacity: 0;
    }
}

#fkcart-modal {
    z-index: 12 !important;
}

#fkcart-modal .fkcart-preview-ui {
    padding-top: 8rem;
    transition: all 0.3s linear;
}

html.fkcart-trigger-open {
    overflow: auto !important;
}

html.fkcart-trigger-open header {
    background: #161616;
}

html.fkcart-trigger-open body {
    overflow: auto !important;
}

#fkcart-modal .fkcart-preview-ui .fkcart-slider-body {
    min-height: 28rem;
}

.woocommerce ul.order_details {
    margin-top: 2rem;
}

@media only screen and (max-width: 768px) {
    .woocommerce table.shop_table tr th:last-child, .woocommerce table.shop_table tr td:last-child {
        text-align: right;
    }
}

.woocommerce-order-details {
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .woocommerce ul.order_details {
        display: flex;
        gap: 2rem;
        flex-direction: column;
    }

    .woocommerce ul.order_details li {
        margin: 0 !important;
        padding-top: 2rem;
        border-top: 1px solid #d9d9d9 !important;
    }
}

.woocommerce ul.order_details::after, .woocommerce ul.order_details::before {
    display: none;
}

.woocommerce .woocommerce-customer-details address {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    margin-top: 2rem;
    min-height: 13rem;
}

@media only screen and (max-width: 992px) {
    .woocommerce-columns--addresses {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4rem;
    }
}

.woocommerce-order-received h5 {
    margin-bottom: 1rem;
}

.woocommerce-order-received .addresses {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
}

.woocommerce-order-received .addresses::before, .woocommerce-order-received .addresses::after {
    display: none !important;
}

.woocommerce-order-received .addresses div {
    flex: calc(50% - 1rem);
}

@media only screen and (max-width: 768px) {
    .woocommerce-order-received .addresses div {
        flex: 100%;
    }
}

.woocommerce-order-received table.shop_table {
    display: table;
}

.woocommerce-order-received table.shop_table thead th {
    color: #fff;
    background: #161616;
}

.woocommerce-order-received section {
    padding: 1rem 0;
}

.woocommerce-order-received ul.order_details {
    display: flex;
    margin-top: 4rem;
    flex-wrap: wrap;
}

.woocommerce-order-received ul.order_details li {
    border-right-style: solid;
}

@media only screen and (max-width: 768px) {
    .woocommerce-order-received ul.order_details {
        flex-direction: column;
    }

    .woocommerce-order-received ul.order_details li {
        border-right: none;
        text-align: center;
        padding: 1rem 0;
        margin: 0;
        border-top: 1px solid #161616;
    }

    .woocommerce-order-received ul.order_details li:last-of-type {
        border-top: 1px solid #161616;
    }
}

.woocommerce-order h4.woocommerce-notice {
    display: none;
}

@media only screen and (min-width: 992px) {
    #fkcart-modal .fkcart-modal-container .fkcart-preview-ui {
        max-width: 35%;
    }
}

#fkcart-modal.fkcart-show .fkcart-preview-ui {
    overflow: auto;
}

.flex-control-nav li:first-child {
    display: none;
}

.catalog-panel {
    position: fixed;
    display: none;
    top: 80px;
    left: 0;
    z-index: 999;
    overflow-y: auto;
    padding: 0 0 0 67px;
    max-height: 450px;
    height: 100%;
}

.catalog-item {
    position: relative;
}

/* Ховаємо вкладені меню */
.catalog-submenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    min-width: 300px;
    max-width: 300px;
    max-height: 450px;
    overflow-y: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 999;
    height: 100%;
}

.catalog-submenu::-webkit-scrollbar {
    width: 6px;
    height: 10px;
}

.catalog-submenu::-webkit-scrollbar-track {
    background: transparent; /* фон каналу */
}

.catalog-submenu::-webkit-scrollbar-thumb {
    background: green; /* Зелений колір скролу */
    border-radius: 10px;
}

.catalog-submenu::-webkit-scrollbar-thumb:hover {
    background: #89a78a; /* темніший при наведенні */
}

.catalog-dropdown .catalog-submenu a {
    white-space: initial;
    max-width: 300px;
    display: flex;
    justify-content: space-between;
}

.catalog-dropdown.open .catalog-panel {
}

/* Показуємо при відкритті */
.catalog-item.open .catalog-submenu {
}

/* Стилі для посилань */
.catalog-item a {
    display: block;
    padding: 10px 15px;
    white-space: nowrap;
}

.catalog-item.open a {
    color: #10A00F;
}

.menu-item.catalog-dropdown .catalog-toggle {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1170px) {
    .menu-item.catalog-dropdown .catalog-toggle {
        justify-content: center;
    }

    .menu-item.catalog-dropdown .catalog-toggle svg {
        display: none;
    }
}

.catalog-submenu[data-level='0'] {
    display: block;
    position: relative;
    left: 0;
    background: #000;
    max-width: 300px;
}

.catalog-item.has-children a {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.catalog-item.has-children a::after {
    content: "▶";
    font-size: 10px;
    display: inline-block;
    transition: transform 0.3s linear;
}

.catalog-item.has-children.open a::after {
    transform: rotate(180deg);
    transition: transform 0.3s linear;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
    display: none !important;
}

.banner__search-wrap .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::after, .shop__header .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::after {
    content: "Пошук";
    display: inline-block;
    font-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #fff;
    text-transform: none;
}

.dgwt-wcas-ico-magnifier {
    position: relative !important;
    top: initial !important;
    left: initial !important;
    height: initial !important;
    margin: 0 !important;
    width: 24px;
    height: 24px;
}

.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit, .dgwt-wcas-om-bar .dgwt-wcas-om-return {
    display: flex;
    align-items: center;
    gap: 24px;
    border-top-right-radius: 22.5px !important;
    border-bottom-right-radius: 22.5px !important;
}

.dgwt-wcas-ico-magnifier {
    display: block;
    width: 100%;
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    padding: 0 24px;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-radius: none !important;
    border-top-right-radius: 22.5px !important;
    border-bottom-right-radius: 22.5px !important;
    border: none;
}

.dgwt-wcas-search-wrapp {
    display: flex !important;
}

.banner__search-wrap {
    margin-bottom: 32px;
}

.dgwt-wcas-search-input-1 {
    background: #EFEFEF;
    color: #8E8F93;
}

.popular__item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popular__item-top h2 {
    font-family: Druk Wide Cyr;
    font-weight: 500;
    font-size: 26px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-transform: none;
    text-align: left;
    margin: 0;
}

.popular__item-top .proposal__bttn {
    margin: 0;
}

.new__wrap.products {
    display: flex;
    flex-wrap: nowrap;
    gap: initial !important;
}

.mt.tac.new__bttn.proposal__bttn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.mt.tac.new__bttn.proposal__bttn .bttn {
    margin-right: 8px;
    border-radius: 100px;
}

.custom-prev, .custom-next {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-prev.swiper-button-disabled svg path, .custom-next.swiper-button-disabled svg path {
    fill: #d9d9d9;
}

.swiper {
    overflow-y: visible !important;
}

.product-badges {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.woocommerce.product-template-default ul.products {
    gap: 2rem;
}

.woocommerce.product-template-default ul.products .product {
    width: calc(25% - 1.5rem) !important;
}

@media (max-width: 900px) {
    .woocommerce.product-template-default ul.products .product {
        width: calc(33% - 1.5rem) !important;
    }
}

@media (max-width: 600px) {
    .woocommerce.product-template-default ul.products .product {
        width: calc(50% - 1.5rem) !important;
    }
}

@media (max-width: 500px) {
    .woocommerce.product-template-default ul.products .product {
        width: calc(100%) !important;
    }
}

.product-badges.single {
    top: 24px;
    left: 24px;
    gap: 5px;
}

.sale-badge, .top-seller-badge {
    display: flex;
    align-items: center;
    width: fit-content;
    background-color: #F02C00; /* червоний для акційного товару */
    color: white;
    padding: 3px 8px;
    border-radius: 100px;
    font-family: Onest;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -2%;
    gap: 6px;
}

.top-seller-badge {
    background-color: #10A00F;
    gap: 13px; /* зелений для Топ-10 товарів */
}

.conditions {
    background: #FAFAFA;
    border: solid 1px #EFEFEF;
    overflow-y: visible;
    overflow-x: clip;
}

.conditions .container {
    max-width: 1100px;
}

.bike-scene {
    position: absolute;
    right: -366px;
    top: -100px;
}

.conditions-wrapper {
    max-width: calc(100% - 200px);
}

.conditions-title {
    font-family: Druk Wide Cyr;
    font-weight: 500;
    font-size: 32px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #000;
    margin-bottom: 46px;
    text-transform: none;
}

.conditions-list {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    column-gap: 76px;
    row-gap: 45px;
    margin-bottom: 46px;
}

.condition-bottom {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #121210;
}

.condition-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.condition-item h3 {
    font-family: Onest;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -2%;
    text-transform: none;
}

.condition-item p {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -2%;
}

.condition-item p span {
    font-weight: 700;
}

.smoke {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 200px;
    height: 200px;
    background: url('../img/icons/smoke.png') no-repeat center;
    background-size: contain;
    opacity: 0;
    z-index: 1;
}

@media (max-width: 800px) {
    .conditions-list {
        column-gap: 20px;
    }

    .conditions-wrapper {
        max-width: calc(100% - 129px);
    }

    .bike-scene {
        position: absolute;
        right: -250px;
        top: 64px;
        width: 400px;
    }
}

@media (max-width: 500px) {
    .conditions-wrapper {
        max-width: 100%;
    }

    .bike-scene {
        position: relative;
        right: initial;
        top: initial;
        width: 100%;
    }

    .bike-scene img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

.footer-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.search-dropdown-button {
    padding: 8px 24px;
    background: #10a00f;
    border-radius: 22.5px 0 0 22.5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 24px;
    font-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    border: none;
}

.search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #10a00f;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    width: 158px;
}

.search-dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.search-dropdown-list li {
    padding: 8px 12px;
    cursor: pointer;
    transition: background-color 0.2s;
    color: #fff;
    overflow-wrap: break-word;
}

.search-dropdown-list li:hover {
    background-color: rgb(0, 0, 0);
}

.search-dropdown-button {
    padding: 8px 24px;
    background: #10a00f;
    border-radius: 22.5px 0 0 22.5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 24px;
    font-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    border: none;
    transition: all 0.3s linear;
}

.search-dropdown-button.active {
    border-radius: 0;
}

@media (max-width: 600px) {
    .search-dropdown-button {
        display: none;
    }

    .banner__search-wrap .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::after {
        display: none;
    }

    .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
        padding: 0;
    }

    .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        border-bottom-left-radius: 22.5px !important;
        border-top-left-radius: 22.5px !important;
    }

    .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
        justify-content: center;
    }
}

.search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #10a00f;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    width: 158px;
    transition: all 0.3s linear;
    max-height: 300px;
    overflow-y: auto;
}

.search-dropdown::-webkit-scrollbar {
    width: 6px;
    height: 10px;
}

.search-dropdown::-webkit-scrollbar-track {
    background: transparent; /* фон каналу */
}

.search-dropdown::-webkit-scrollbar-thumb {
    background: #070707; /* Зелений колір скролу */
    border-radius: 10px;
}

.search-dropdown::-webkit-scrollbar-thumb:hover {
    background: #89a78a; /* темніший при наведенні */
}

.search-dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.search-dropdown-list li {
    padding: 8px 12px;
    cursor: pointer;
    transition: background-color 0.2s;
    color: #fff;
}

.search-dropdown-list li:hover {
    background-color: rgb(0, 0, 0);
}

.shop__filter-button {
    display: none;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    padding: 8px 16px;
    cursor: pointer;
    background: #10A00F;
    border: solid 1px transparent;
    transition: all 0.3s linear;
}

.shop__filter-button p {
    font-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #fff;
    transition: all 0.3s linear;
}

.shop__filter-button svg path {
    fill: #fff;
    transition: all 0.3s linear;
}

.shop__filter-button.active {
    background-color: #fff;
    border: solid 1px #10A00F;
}

.shop__filter-button.active p {
    color: #10A00F;
}

.shop__filter-button.active svg path {
    fill: #10A00F;
}

#filter-wrapper {
    display: none;
}

.filter__group {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

@media (max-width: 700px) {
    .filter__group {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
        gap: 1rem;
    }
}

.select2-selection__arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.7081 12.7075L16.7081 22.7075C16.6152 22.8005 16.5049 22.8742 16.3835 22.9246C16.2621 22.9749 16.132 23.0008 16.0006 23.0008C15.8691 23.0008 15.739 22.9749 15.6176 22.9246C15.4962 22.8742 15.3859 22.8005 15.2931 22.7075L5.29306 12.7075C5.10542 12.5199 5 12.2654 5 12C5 11.7346 5.10542 11.4801 5.29306 11.2925C5.4807 11.1049 5.73519 10.9995 6.00056 10.9995C6.26592 10.9995 6.52042 11.1049 6.70806 11.2925L16.0006 20.5863L25.2931 11.2925C25.386 11.1996 25.4963 11.1259 25.6177 11.0756C25.7391 11.0253 25.8692 10.9995 26.0006 10.9995C26.132 10.9995 26.2621 11.0253 26.3835 11.0756C26.5048 11.1259 26.6151 11.1996 26.7081 11.2925C26.801 11.3854 26.8747 11.4957 26.9249 11.6171C26.9752 11.7385 27.0011 11.8686 27.0011 12C27.0011 12.1314 26.9752 12.2615 26.9249 12.3829C26.8747 12.5043 26.801 12.6146 26.7081 12.7075Z' fill='%2310A00F'/%3E%3C/svg%3E");
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 32px 32px !important;
    width: 32px !important;
    height: 32px !important;
    position: relative !important;
    transition: all 0.3s linear;

    b {
        display: none;
    }
}

body.archive .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg);
}

.woocommerce-products-header {
    margin-bottom: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-products-header__title.page-title {
    text-transform: none;
    font-family: Druk Wide Cyr;
    font-weight: 500;
    font-size: 26px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
}

.archive .dgwt-wcas-search-wrapp {
    margin: 0;
    max-width: 587px;
}

.lmp_button.bttn {
    font-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -2%;
}

.category-tree {
    padding: 20px 10px;
    background-color: #f9f9f9;
    flex: 9%;
    max-width: 40rem;
}

.category-tree__select {
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}

.category-tree__burger span {
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
}

.category-tree__item {
    margin-top: 10px;
}

.category-tree__main a {
    padding: 16px 32px;
    transition: background 0.3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Onest;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
    letter-spacing: -0.4px;
    transition: all 0.3s linear;
    border: solid 1px transparent;
    cursor: pointer;
}

.category-tree__main a:hover {
    background: #19B319;
    color: #fff;
    border: solid 1px transparent;
}

.category-tree__main a:hover .category-tree__toggle::before {
    transform: rotate(90deg);
}

.category-tree__main a.active .category-tree__toggle::before {
    transform: rotate(90deg);
    color: #fff;
}

.category-tree__children {
    display: none;
    padding-left: 20px;
    border-left: 1px dashed #ccc;
}

.category-tree__item.has-children .category-tree__main {
    cursor: pointer;
    position: relative;
}

.category-tree__toggle::before {
    content: '▶';
    font-size: 12px;
    margin-left: 8px;
    transition: transform 0.3s;
    display: inline-block;
}

.category-tree__item.open .category-tree__main {
    background: #fff;
    color: #19B319;
    border: solid 1px #19B319;
}

.category-tree__item.open .category-tree__main.active {
    background: #19B319;
    color: #fff;
    border: solid 1px transparent;
}

.category-tree__item.open .category-tree__main .category-tree__toggle::before {
    transform: rotate(90deg);
}

@media (max-width: 700px) {
    .category-tree__select {
        display: flex;
        height: auto;
        border: 1px solid #10A00F;
        align-items: center;
        padding: 8px 16px;
        background: #FFFFFF;
        border-radius: 0;
        display: flex;
        flex-direction: row;
        gap: 16px;
        color: #10A00F;
        font-family: Onest;
        font-weight: 600;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: -2%;
    }

    .category-tree__burger {
        height: 32px;
    }

    .category-tree__select svg {
        transition: all 0.3s linear;
    }

    .category-tree__select svg path {
        transition: all 0.3s linear;
    }

    .category-tree__select.active {
        background: #10A00F;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
    }

    .category-tree__select.active svg {
        transform: rotateX(180deg);
    }

    .category-tree__select.active svg path {
        fill: #fff;
    }

    .category-tree {
        max-width: 100%;
        display: none;
    }

    .shop__wrap {
        margin-top: 1rem;
    }
}

.shipping-pickup-tabs {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.shipping-pickup-tabs button {
    width: 50%;
    padding: 1.25rem 2.5rem;
    border: 1px solid #f6f6f6;
    text-transform: uppercase;
    color: #1e1e1e;
    font-size: 1.2rem;
    background-color: #f6f6f6;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
    white-space: nowrap;
}

.shipping-pickup-tabs button.active {
    background-color: #10A00F;
    border-color: #10A00F;
    color: #ffffff;
}

.second img {
    position: absolute;
    z-index: 1;
    top: 7%;
}

.second__container {
    width: 100%;
    padding: 46px 0;
    border: 1px solid #EFEFEF;
    background: #FAFAFA;
}

.second__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
    width: 100%;
    max-width: 963px;
    margin: 0 auto;
}

.second__left {
    max-width: 431px;
}

.second__left h2 {
    color: #121210;
    font-family: "Druk Wide Cyr";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 39.6px */
    letter-spacing: -0.72px;
    margin-bottom: 24px;
    text-transform: none;
}

.second__left p {
    color: #121210;
    font-family: Onest;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
    letter-spacing: -0.36px;
}

.second__right {
}

.second__right p {
    color: #121210;
    font-family: Onest;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 23.4px */
    letter-spacing: -0.36px;
    margin-bottom: 24px;
    max-width: 384px;
}

.second__right ul {
    max-width: 384px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
}

.second__right li {
    color: #121210;
    font-family: Onest;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
    letter-spacing: -0.36px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

.second__right li span {
    color: #000;
    font-family: Onest;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 31.2px */
    letter-spacing: -0.48px;
}

.second__links {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
}

.second__link-1 {
    color: #414141;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.32px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.second__link-2 {
    color: #FFF;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.32px;
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 16px;
    border-radius: 100px;
    background: #10A00F;
}

@media (max-width: 860px) {
    .second__wrapper {
        flex-direction: column;
    }

    .second__left, .second__right {
        padding-inline: 16px;
    }

    .second img {
        width: 50%;
    }

    .second__left h2 {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.34px;
        margin-bottom: 24px;
    }
}

.popup-bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99;
    top: 0;
    overflow: auto;
    justify-content: center;
    backdrop-filter: blur(7px);
    background: rgba(43, 35, 17, 0.2117647059);
    transition: opacity 0.3s linear;
    display: none;
}

.popup-bg.show {
    display: flex;
    animation: fade-in 0.3s linear forwards;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1030px;
    width: 100%;
    max-height: 100vh;
    transition: all 0.3s linear;
    display: none;
    opacity: 0;
}

@media only screen and (max-width: 600px) {
    .popup {
        overflow-y: auto;
    }
}

.popup.show {
    display: block;
    opacity: 1;
}

.popup__button {
    font-family: TT Commons;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 20px 26px;
    border: 1px solid #754B34;
    display: inline-block;
}

.popup__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    gap: 32px;
    padding: 60px 46px;
    margin: 36px 16px;
    height: 626px;
    justify-content: center;
    border-radius: 16px;
    overflow: hidden;
}

@media only screen and (max-width: 700px) {
    .popup__wrapper {
        padding: 46px 16px;
        height: 100vh;
        margin: 0;
    }
}

.popup__wrapper.eight {
    max-width: 535px;
    width: 100%;
    height: fit-content;
    padding: 66px 54px 20px;
}

@media only screen and (max-width: 600px) {
    .popup__wrapper.eight {
        max-width: 100%;
        padding: 64px 15px 20px;
    }

    .popup__wrapper.eight .popup__submit {
        margin: 0 14px;
    }
}

.popup__wrapper.eight .popup__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.popup__wrapper.eight .popup__span {
    width: 100%;
    display: block;
    height: 1px;
    background: #EEEEEE;
}

.popup__close {
    position: absolute;
    top: 24px;
    right: 24px;
    background: none;
    z-index: 10;
}

@media only screen and (max-width: 1000px) {
    .popup__close {
        top: 20px;
        right: 20px;
    }
}

.popup__img {
    height: 100%;
    width: 50%;
}

@media only screen and (max-width: 1000px) {
    .popup__img {
        width: 100%;
        height: 406px;
    }
}

.popup__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup__content {
    display: flex;
    flex-direction: column;
}

.popup__title {
    font-family: Inter;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: -4%;
    text-align: center;
    color: #161616;
}

@media only screen and (max-width: 700px) {
    .popup__title {
        font-family: Inter;
        font-weight: 700;
        font-size: 30px;
        line-height: 120%;
    }
}

@media only screen and (max-width: 370px) {
    .popup__title {
        font-family: Inter;
        font-weight: 700;
        font-size: 24px;
        line-height: 120%;
    }
}

.popup__title-1 {
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -1.28px;
    text-align: center;
    color: #161616;
}

@media only screen and (max-width: 768px) {
    .popup__title-1 {
        font-size: 24px;
        letter-spacing: -1px;
    }
}

.popup__deskr {
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #808080;
    margin: 60px auto;
    max-width: 505px;
    text-transform: uppercase;
    color: #161616;
}

@media only screen and (max-width: 1000px) {
    .popup__deskr {
        font-family: Inter;
        font-size: 18px;
        font-weight: 500;
        line-height: 23.4px;
        letter-spacing: -0.02em;
    }
}

.popup__deskr-1 {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.64px;
    text-align: center;
    color: #9B9B9B;
}

@media only screen and (max-width: 600px) {
    .popup__deskr-1 {
        max-width: 212px;
        margin: 0 auto;
    }
}

.popup.start-form {
    width: initial;
}

@media only screen and (max-width: 600px) {
    .popup.start-form {
        width: 100%;
        padding: 0 32px;
    }
}

.dropdown {
    position: relative;
    width: 100%;
    display: none;
    margin-bottom: 64px;
}

@media only screen and (max-width: 700px) {
    .dropdown {
        display: block;
    }
}

.dropdown-toggle {
    width: 100%;
    padding: 16px 24px;
    background: #EBEBEB;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -4%;
    color: #161616;
    display: flex;
    justify-content: center;
    gap: 16px;
}

.dropdown-toggle svg {
    transition: all 0.3s linear;
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 100;
    height: 0;
    overflow: hidden;
    transition: all 0.3s linear;
    border-radius: 10px;
    padding: 35px 20px 35px 0;
    opacity: 0;
}

.dropdown-wrapper {
    max-height: 305px;
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.dropdown-menu button {
    padding: 10px 39px 10px 59px;
    cursor: pointer;
    border: none;
    text-align: left;
}

.dropdown-menu li:hover {
    background: #f0f0f0;
}

.dropdown.active .dropdown-menu {
    height: 375px;
    opacity: 1;
}

.dropdown.active .dropdown-toggle svg {
    transform: rotate(180deg);
}

.form-slider-wrapper {
    width: 100%;
}

.slider-container {
    position: relative;
    width: 100%;
    max-width: 610px;
    margin: 100px auto 50px;
}

@media only screen and (max-width: 700px) {
    .slider-container {
        margin: 100px 30px 50px;
        max-width: 100%;
        width: initial;
    }
}

.slider {
    width: 100%;
    -webkit-appearance: none;
    appearance: inherit;
    height: 4px;
    background: #9B9B9B;
    border-radius: 5px;
    outline: none;
}

.slider::before {
    position: absolute;
    content: "100";
    top: 400%;
    left: 0;
    color: #7A7A7A;
    transform: translateX(-50%);
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: 0%;
}

.slider::after {
    position: absolute;
    content: "50000";
    top: 400%;
    right: 0;
    color: #7A7A7A;
    transform: translateX(50%);
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: 0%;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 27px;
    height: 27px;
    background: #FFD550;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.slider-value {
    position: absolute;
    top: -50px;
    left: 0;
    transform: translateX(-30%);
    background: #FFD550;
    color: #262626;
    padding: 8px 15px;
    border-radius: 100px;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: 0%;
}

.quiz__header {
    color: #262626;
    text-align: center;
    font-family: "Druk Wide Cyr";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 41.6px */
    letter-spacing: -0.64px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.quiz__subheader {
    color: #262626;
    text-align: center;
    font-family: Onest;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
    letter-spacing: -0.36px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 600px) {
    .quiz__header {
        font-size: 27px;
    }
}

.form-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 32px;
    width: 100%;
    padding: 0 32px;
    z-index: 4;
}

.form-buttons .popup__pagination {
    color: #7A7A7A;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.form-buttons .popup__pagination:first-letter {
    color: #000;
}

.form-buttons .popup__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #9B9B9B;
    cursor: pointer;
}

.form-buttons .popup__pagination .swiper-pagination-bullet-active {
    background: #FFD550;
}

.form-buttons-right {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.form-prev, .form-next {
    cursor: pointer;
    background: none;
    border: none;
    height: fit-content;
}

.form-prev svg path, .form-next svg path {
    fill: #121210;
}

.form-prev.swiper-button-disabled svg path, .form-next.swiper-button-disabled svg path {
    fill: #D9D9D9;
}

.form-prev.swiper-button-disabled, .form-next.swiper-button-disabled {
    display: block;
}

.form__progress {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 16px;
    background: #D9D9D9;
}

.form__progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: #BDFFBC;
    transition: width .3s linear;
}

.radio-group {
    display: flex;
    justify-content: center;
    gap: 20px;
}

@media only screen and (max-width: 700px) {
    .radio-group {
        flex-direction: column;
    }
}

.radio-btn input[type=radio]:checked + span {
    background: #FFD550;
    border-color: #FFD550;
}

.radio-btn span {
    display: inline-flex;
    width: 100%;
    height: 100%;
    padding: 24px 46px;
    border-radius: 10px;
    transition: all 0.3s;
    cursor: pointer;
    background: #FAFAFA;
    border: 1px solid #D3D3D3;
    text-align: center;
    min-width: 190px;
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -4%;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

input[type=radio] {
    display: none;
}

.popup__inputs {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 505px;
    margin: 0 auto 24px;
}

.popup__inputs label p {
    color: #000;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.32px;
    margin-bottom: 8px;
}

.popup__inputs input {
    display: flex;
    padding: 16px 24px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: 1px solid #D3D3D3;
    background: none;
    color: #000;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.28px;
    border-radius: 0;
}

.popup__inputs input:placeholder {
    color: #D3D3D3;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.28px;
}

.popup__last-fields {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -4%;
    max-width: 505px;
    margin: 0 auto 32px;
    color: #7a7a7a;
}

.popup__last-fields a {
    font-weight: 700;
    text-decoration: underline;
}

.popup__submit {
    background: #10A00F;
    border: 1px solid #10A00F;
    padding: 8px 16px;
    color: #FFF;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.32px;
    width: fit-content;
}

.popup__next {
    background: #10A00F;
    padding: 8px 16px;
    margin: 0 auto;
    color: #FFF;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.32px;
    width: fit-content;
}

@media only screen and (max-width: 863px) {
    .popup__submit {
        margin-bottom: 0;
        max-width: 500px;
        display: flex;
        justify-content: center;
    }
}

.custom-dropdown {
    position: relative;
    width: 100%;
}

.custom-input {
    border: 1px solid #D3D3D3;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: border-color 0.3s;
    position: relative;
}

.custom-input span {
    color: #000;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.28px;
}

.arrow {
    width: 10px;
    height: 10px;
    border: solid #666;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-left: 10px;
}

.custom-dropdown.open .arrow {
    transform: rotate(-135deg);
}

.custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #D3D3D3;
    margin-top: 4px;
    padding: 0;
    list-style: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    overflow: hidden;
}

.custom-dropdown.open .custom-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 545;
    max-height: 150px;
    overflow: auto;
}

.custom-dropdown .custom-options.active {
    display: block;
}

.custom-options li {
    padding: 10px 20px;
    cursor: pointer;
    transition: background 0.2s;
    color: #000;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.28px;
}

.custom-options li:hover {
    background-color: #f2f2f2;
}

.custom-dropdown.open .custom-input {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.swiper-slide.last-slide {
    display: flex;
    flex-direction: row;
    gap: 44px;
}

.quiz__left {
    display: flex;
    flex-direction: column;
    gap: 12.5px;
    max-width: 435px;
}

.quiz__left h2 {
    color: #262626;
    font-family: "Druk Wide Cyr";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 41.6px */
    letter-spacing: -0.64px;
    text-transform: uppercase;
    text-align: left;
}

.quiz__left p {
    color: #7A7A7A;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.32px;
    max-width: 347px;
}

.swiper-slide.last-slide .popup__inputs {
    margin: 0;
    max-width: 336px;
    width: 100%;
}

@media only screen and (max-width: 700px) {
    .quiz__subheader {
        max-width: 505px;
        margin: 0 auto 16px;
        text-align: left;
    }

    .popup__next {
        margin: 0;
    }

    .quiz__header {
        max-width: 505px;
        margin: 0 auto 16px;
        text-align: left;
    }

    .swiper-slide.last-slide {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .quiz__left {
        gap: 16px;
        margin: 0 auto;
        max-width: 505px;
        width: 100%;
    }

    .swiper-slide.last-slide .popup__inputs {
        margin: 0 auto;
        max-width: 505px;
        width: 100%;
    }

    .quiz__left p {
    }

    .quiz__left h2 {
    }
}

@media (max-width: 600px) {
    .footer .container {
        flex-direction: column;
        gap: 11px;
    }

    .footer-left {
        gap: 3rem;
        align-items: center;
    }

    .header__menu-list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .menu-menyu-pidval {
        align-items: center;
    }

    .footer__menu-list {
        align-items: center;
    }

    .footer__list-center {
        align-items: center;
        flex-direction: column;
        gap: 11px;
    }

    .footer__info-contact {
        align-items: center;
        width: 100%;
        gap: 3rem;
        flex-direction: column;
        margin-top: 2rem;
    }

    .footer__info-contact li {
        align-items: center;
    }

    .footer__adress a {
        text-align: center;
    }

    .footer__adress li {
        display: flex;
    }

    .footer__adress {
        align-items: center;
    }

    .footer__menu {
        gap: 3rem;
    }
}

@media (max-width: 1169px) {
    .header-search-toggle {
        display: none;
    }

    .header__menu {
        flex-direction: column-reverse;
    }

    .header__info {
        flex-direction: column;
    }
}