@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active,
:focus {
    outline: 0
}

a:active,
a:focus {
    outline: 0
}

aside,
footer,
header,
nav {
    display: block
}

body,
html {
    height: 100%;
    width: 100%;
    line-height: 1
}

button,
input,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer;
    background: 0 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,
a:visited {
    text-decoration: none;
    font-family: inherit
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

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

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

:root {
    --ff: "PT Root UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --ff-sec: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    --white: #ffffff;
    --light: #fdf5fd;
    --light-hover: #f3ebf3;
    --green-light: #f2f5f4;
    --grey-light: #fafafa;
    --green: var(--primary);
    --black: #272727;
    --tr: #f6f6f6;
    --accent: #EFBF04;
    --primary: #272727;
    --primary-hover: #484848;
    --gradient: linear-gradient(87.75deg, #3ea6ba 0.61%, #2d9691 90.6%);
    --gradient-hover: linear-gradient(87.75deg, #52bace 0.61%, #37a09b 90.6%);
    --secondary: #402394;
    --primary-light: var(--light);
    --green-light: #e3fff1;
    --header-banner-h: 40px;
    --color-text: #232323;
    --border: #e1ebee;
    --color-error: #ff4c52;
    --color-sale: var(--color-error);
    --header-height: 71px;
    --wrap-mx: 108px;
    --share-color-telegram: #129bec;
    --share-color-whatsapp: #2cb742;
    --share-color-instagram: #C13584;
    --share-color-youtube: #ff0000;
    --share-color-vk: #0077ff;
    --share-color-dzen: #1d1d1f;
    --share-color-ok: #ff7700;
    --tr: #96acb1;
    --bg: #eff8f9;
    --main-section-paddings: 65px;
    --br: 170px
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

a {
    text-decoration: none;
    color: var(--primary);
    -webkit-transition: var(--trsn);
    transition: var(--trsn)
}

a:hover {
    text-decoration: none
}

button {
    cursor: pointer
}

p {
    margin: 0 0 .67em 0
}

html {
    min-width: 320px;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: var(--ff);
    margin: 0;
    background: #fff
}

body {
    margin: 0;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    font-family: var(--ff);
    line-height: 1.5;
    text-rendering: optimizeSpeed;
    text-align: left;
    overflow-x: hidden;
    min-width: 320px;
    position: relative;
    width: 100%;
    height: 100%
}

body._scroll-lock {
    overflow: hidden !important
}

body._scroll-lock>.screen-page:after {
    visibility: visible;
    opacity: 1
}

.lb-shop form .form-row .input-text,
.lb-shop form .form-row select {
    padding: 0;
    border-color: transparent !important;
    border-radius: 0;
    background: 0 0
}

.bprods__item .bprods__item-price.js-copy-element.copyed::after,
.btn--icon:after,
.cart__fitting label input+span:before,
.content-field .stock.out-of-stock:before,
.content-field .lb-error:before,
.content-field .lb-info:before,
.content-field .lb-message:before,
.content-field-beauty ul li:before,
.scart #payment .lb_payment_methods label:before,
.sproduct__colors .select2-container .select2-selection__arrow,
.sproduct__select-size-wrap .select2-container .select2-selection__arrow,
.stock.out-of-stock:before,
.lb-error:before,
.lb-info:before,
.lb-message:before {
    font-family: luizabellezza !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.screen-page {
    width: 100%;
    min-height: 100%;
    position: relative
}

.screen-page::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 108;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: linear .3s;
    transition: linear .3s
}

.screen-page._lock::after {
    visibility: visible;
    opacity: 1
}

main {
    padding-top: var(--header-height)
}

main section.breadcrumbs+section:not(.hero):not(.hero-b):not(.simple-text) .container>.content-field:first-child h1:is(h1),
main section.breadcrumbs+section:not(.hero):not(.hero-b):not(.simple-text) .section-headings .content-field h1:is(h1) {
    margin-bottom: 0
}

.main-tabs-item.active {
    background-color: var(--black);
    color: var(--white)
}

section {
    padding: var(--main-section-paddings) 0
}

section:first-child {
    padding-top: 0
}

section:first-child.breadcrumbs {
    padding-bottom: 0
}

section.breadcrumbs {
    padding: 16px 0
}

section.breadcrumbs+section {
    padding-top: 0;
    margin-top: 0
}

#cookie_notification {
    display: none;
    position: fixed;
    z-index: 30002;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    padding: 18px;
    background: var(--white);
    -webkit-box-shadow: 0 0 54px rgba(0, 0, 0, .1);
    box-shadow: 0 0 54px rgba(0, 0, 0, .1)
}

#cookie_notification .btn,
#cookie_notification .scart__right #order_review table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span,
#cookie_notification .scart__right #order_review table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span,
#cookie_notification table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span,
#cookie_notification table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span,
.scart__right #order_review table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item #cookie_notification span,
.scart__right #order_review table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item #cookie_notification span,
table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item #cookie_notification span,
table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item #cookie_notification span {
    margin-left: 10px;
    cursor: pointer
}

#cookie_notification p {
    color: silver;
    line-height: 1.3;
    font-size: 11px;
    font-weight: 500
}

#cookie_notification p:last-child {
    margin-bottom: 0
}

#cookie_notification p a {
    color: inherit;
    position: relative;
    text-decoration: underline;
    text-underline-offset: 3px
}

#cookie_notification p a:hover {
    color: var(--primary)
}

#cookie_notification.show {
    -webkit-animation: CookieAnim ease-in-out 1s alternate;
    animation: CookieAnim ease-in-out 1s alternate;
    display: block
}

@-webkit-keyframes CookieAnim {
    0% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%)
    }

    70% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes CookieAnim {
    0% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%)
    }

    70% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.swiper-btn {
    border-radius: 50%;
    height: 48px;
    width: 48px;
    min-width: 48px;
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 32px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.section-headings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px
}

.section-headings>.content-field:only-child {
    width: 100%
}

.section-headings .content-field h1:last-child,
.section-headings .content-field h2:last-child,
.section-headings .content-field h3:last-child {
    margin-bottom: 0
}

.yoast-breadcrumbs {
    font-size: 11px;
    font-weight: 400;
    color: var(--black);
    text-transform: uppercase;
    letter-spacing: 1px
}

.breadcrumb_last {
    color: #efbf04
}

.yoast-breadcrumbs>span {
    color: #000
}

.yoast-breadcrumbs a {
    color: inherit
}

.yoast-breadcrumbs a:hover {
    color: var(--primary);
    opacity: 1
}

.yoast-breadcrumbs span :not(:first-child) {
    margin-left: 4px
}

.yoast-breadcrumbs span :not(:last-child):after {
    content: "";
    background-color: rgb(155 155 155);
    width: 12px;
    height: 12px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 9.75L3.75 6L7.5 2.25' stroke='%23B8B6C1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 9.75L3.75 6L7.5 2.25' stroke='%23B8B6C1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    margin-left: 5px;
    display: inline-block;
    margin-bottom: -2px
}

img {
    max-width: 100%
}

.form-coupon input {
    text-transform: uppercase
}

.form-coupon input::-webkit-input-placeholder {
    text-transform: none
}

.form-coupon input::-moz-placeholder {
    text-transform: none
}

.form-coupon input:-ms-input-placeholder {
    text-transform: none
}

.form-coupon input::-ms-input-placeholder {
    text-transform: none
}

.form-coupon input::placeholder {
    text-transform: none
}

.form-coupon a.btn--inline-icon,
.form-coupon button[type=submit] {
    opacity: 0;
    pointer-events: none;
    width: auto;
    max-width: 100%;
    font-size: 12px;
    background: #f4f4f4;
    padding: 0 23px;
    font-weight: 500
}

.form-coupon a.btn--inline-icon {
    opacity: 1 !important;
    pointer-events: auto !important;
    margin: 5px;
    height: 42px;
    min-width: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form-coupon:has(input:not(:-moz-placeholder-shown)) a.btn--inline-icon,
.form-coupon:has(input:not(:-moz-placeholder-shown)) button[type=submit] {
    opacity: 1;
    pointer-events: auto
}

.form-coupon:has(input:not(:-ms-input-placeholder)) a.btn--inline-icon,
.form-coupon:has(input:not(:-ms-input-placeholder)) button[type=submit] {
    opacity: 1;
    pointer-events: auto
}

.form-coupon:has(input:not(:placeholder-shown)) a.btn--inline-icon,
.form-coupon:has(input:not(:placeholder-shown)) button[type=submit] {
    opacity: 1;
    pointer-events: auto
}

.cart-empty.lb-info {
    display: none
}

.lb-message:has(.restore-item) {
    display: none !important
}

.content-field .stock.out-of-stock,
.content-field .lb-error,
.content-field .lb-info,
.content-field .lb-message,
.stock.out-of-stock,
.lb-error,
.lb-info,
.lb-message {
    border-top-width: 0;
    background-color: #30b72e;
    color: #fff;
    font-weight: 500;
    color: #fff;
    padding: 1em 2em 1em 3.5em
}

.content-field .stock.out-of-stock:before,
.content-field .lb-error:before,
.content-field .lb-info:before,
.content-field .lb-message:before,
.stock.out-of-stock:before,
.lb-error:before,
.lb-info:before,
.lb-message:before {
    content: "\e908";
    font-size: 110%;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff
}

.content-field .stock.out-of-stock a,
.content-field .lb-error a,
.content-field .lb-info a,
.content-field .lb-message a,
.stock.out-of-stock a,
.lb-error a,
.lb-info a,
.lb-message a {
    color: currentColor;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.content-field .stock.out-of-stock .button.lb-forward,
.content-field .lb-error .button.lb-forward,
.content-field .lb-info .button.lb-forward,
.content-field .lb-message .button.lb-forward,
.stock.out-of-stock .button.lb-forward,
.lb-error .button.lb-forward,
.lb-info .button.lb-forward,
.lb-message .button.lb-forward {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .01em;
    font-size: 12px
}

.content-field .stock.out-of-stock .button.lb-forward:hover,
.content-field .lb-error .button.lb-forward:hover,
.content-field .lb-info .button.lb-forward:hover,
.content-field .lb-message .button.lb-forward:hover,
.stock.out-of-stock .button.lb-forward:hover,
.lb-error .button.lb-forward:hover,
.lb-info .button.lb-forward:hover,
.lb-message .button.lb-forward:hover {
    background-color: #fff;
    color: #000
}

div.lb-message:has(a.button.lb-forward[href*="/cart/"]) {
    background-color: #272727;
    color: #fff;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, auto));
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    align-items: center
}

div.lb-message:has(a.button.lb-forward[href*="/cart/"]) a.button.lb-forward {
    background-color: var(--black);
    color: var(--white);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    white-space: nowrap;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: none;
    border: 0;
    text-decoration: underline;
    color: #efbf04
}

div.lb-message:has(a.button.lb-forward[href*="/cart/"])::after {
    content: none
}

.content-field .stock.out-of-stock,
.stock.out-of-stock {
    padding: 1em 2em 1em 3.5em;
    margin: 2em 0 2em;
    position: relative
}

.content-field .stock.out-of-stock::before,
.stock.out-of-stock::before {
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
    z-index: 3
}

.content-field .stock.out-of-stock,
.stock.out-of-stock {
    background-color: #e1b305;
    color: var(--white)
}

.content-field .stock.out-of-stock::before,
.stock.out-of-stock::before {
    content: "\e906";
    color: currentColor;
    border-color: transparent;
    font-size: 120%;
    top: .85em;
    left: 1.2em
}

.content-field .lb-error,
.lb-error {
    background-color: #df3434
}

.content-field .lb-error:before,
.lb-error:before {
    content: "\e907"
}

.content-field .lb-info,
.lb-info {
    background-color: #1e6acc
}

.content-field .lb-info:before,
.lb-info:before {
    content: "\e90f"
}

.form-response:empty {
    display: none
}

.form-response:not(:empty) {
    position: relative;
    padding: 6px 6px 6px 40px;
    background: #efbf04;
    background: #efbf04;
    color: #fff;
    font-size: 14px;
    border-radius: 12px;
    min-height: 37px;
    margin-top: 10px
}

.form-response:not(:empty)>div {
    margin-top: .2em
}

.form-response:not(:empty):before {
    content: "";
    background-position: center;
    background-size: contain;
    margin-right: 15px;
    display: block;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    min-width: 24px;
    width: 24px;
    height: 24px;
    z-index: 2;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 8V13' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.9961 16H12.0051' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.form-response:not(:empty).form-response--success {
    background: #efbf04;
    color: #fff
}

.form-response:not(:empty).form-response--success:before {
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-image: none;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 30.25C24.0625 30.25 30.25 24.0625 30.25 16.5C30.25 8.9375 24.0625 2.75 16.5 2.75C8.9375 2.75 2.75 8.9375 2.75 16.5C2.75 24.0625 8.9375 30.25 16.5 30.25Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5 16.5L15.0741 21L22 13' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 30.25C24.0625 30.25 30.25 24.0625 30.25 16.5C30.25 8.9375 24.0625 2.75 16.5 2.75C8.9375 2.75 2.75 8.9375 2.75 16.5C2.75 24.0625 8.9375 30.25 16.5 30.25Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5 16.5L15.0741 21L22 13' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.form-response:not(:empty).form-response--edit {
    background: #30b72e;
    color: #fff
}

.form-response:not(:empty).form-response--edit:before {
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-image: none;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.6999 19L13.5999 9.90001C14.4999 7.60001 13.9999 4.90001 12.0999 3.00001C10.0999 1.00001 7.09994 0.600012 4.69994 1.70001L8.99994 6.00001L5.99994 9.00001L1.59994 4.70001C0.399939 7.10001 0.899939 10.1 2.89994 12.1C4.79994 14 7.49994 14.5 9.79994 13.6L18.8999 22.7C19.2999 23.1 19.8999 23.1 20.2999 22.7L22.5999 20.4C23.0999 20 23.0999 19.3 22.6999 19Z' fill='black'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.6999 19L13.5999 9.90001C14.4999 7.60001 13.9999 4.90001 12.0999 3.00001C10.0999 1.00001 7.09994 0.600012 4.69994 1.70001L8.99994 6.00001L5.99994 9.00001L1.59994 4.70001C0.399939 7.10001 0.899939 10.1 2.89994 12.1C4.79994 14 7.49994 14.5 9.79994 13.6L18.8999 22.7C19.2999 23.1 19.8999 23.1 20.2999 22.7L22.5999 20.4C23.0999 20 23.0999 19.3 22.6999 19Z' fill='black'%3E%3C/path%3E%3C/svg%3E")
}

.b-loaded+.bg-loading,
.b-loaded+noscript+.bg-loading {
    display: none
}

@-webkit-keyframes bgLoadingAnimation {
    0% {
        background-position-x: 0
    }

    100% {
        background-position-x: -200%
    }
}

@keyframes bgLoadingAnimation {
    0% {
        background-position-x: 0
    }

    100% {
        background-position-x: -200%
    }
}

.simple-text .content-field li:not(.form-row),
.simple-text .content-field p:not(.form-row) {
    line-height: 1.4em;
    font-size: 16px;
    font-weight: 400
}

.simple-text .content-field li:not(.form-row):not(:last-child),
.simple-text .content-field p:not(.form-row):not(:last-child) {
    margin-bottom: 1em
}

.simple-text .content-field h1:not(:first-child),
.simple-text .content-field h2:not(:first-child),
.simple-text .content-field h3:not(:first-child),
.simple-text .content-field h4:not(:first-child),
.simple-text .content-field h5:not(:first-child),
.simple-text .content-field h6:not(:first-child) {
    margin-top: 1em
}

.simple-text .content-field h1:not(:last-child),
.simple-text .content-field h2:not(:last-child),
.simple-text .content-field h3:not(:last-child),
.simple-text .content-field h4:not(:last-child),
.simple-text .content-field h5:not(:last-child),
.simple-text .content-field h6:not(:last-child) {
    margin-top: .6em
}

.simple-text .content-field h1 {
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--ff-sec);
    font-size: 38px;
    line-height: 1.1em
}

.simple-text .content-field h2 {
    font-weight: 400;
    font-size: 28px;
    line-height: 1.4em;
    letter-spacing: -.02em
}

.overlay-custom {
    position: fixed;
    inset: 0;
    background-color: #00000080;
    z-index: 80;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility .2s ease;
    transition: opacity .2s ease, visibility .2s ease
}

.overlay-custom.show {
    opacity: 1;
    pointer-events: all;
    visibility: visible
}

.dflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jcfs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.fwrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fdc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contacts__contacts-item-text a,
.delivery__blocks-item a,
.footer__contact a,
.footer__copyright a,
.header__menu-left .header__menu-item-submenu a.color-primary,
.header__menu-left .header__menu-item>a.color-primary,
.header__menu-right .header__menu-item-submenu a.color-primary,
.header__menu-right .header__menu-item>a.color-primary,
.link-underline,
.mega-menu__contact a,
.searchform__grid>a {
    position: relative
}

.contacts__contacts-item-text a:after,
.delivery__blocks-item a:after,
.footer__contact a:after,
.footer__copyright a:after,
.header__menu-left .header__menu-item-submenu a.color-primary:after,
.header__menu-left .header__menu-item>a.color-primary:after,
.header__menu-right .header__menu-item-submenu a.color-primary:after,
.header__menu-right .header__menu-item>a.color-primary:after,
.link-underline:after,
.mega-menu__contact a:after,
.searchform__grid>a:after {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    width: 0%;
    bottom: 0;
    -webkit-transition: background-color .2s ease, width .2s ease, left .2s ease, right .2s ease;
    transition: background-color .2s ease, width .2s ease, left .2s ease, right .2s ease;
    will-change: background-color, width, left, right;
    height: 1px;
    background-color: currentColor
}

.contacts__contacts-item-text a:hover[href]:after,
.delivery__blocks-item a:hover[href]:after,
.footer__contact a:hover[href]:after,
.footer__copyright a:hover[href]:after,
.header__menu-left .header__menu-item-submenu a.color-primary:hover[href]:after,
.header__menu-left .header__menu-item>a.color-primary:hover[href]:after,
.header__menu-right .header__menu-item-submenu a.color-primary:hover[href]:after,
.header__menu-right .header__menu-item>a.color-primary:hover[href]:after,
.link-underline:hover[href]:after,
.mega-menu__contact a:hover[href]:after,
.searchform__grid>a:hover[href]:after {
    left: 0;
    width: 100%;
    right: auto
}

.button-favorite:disabled {
    cursor: pointer
}

.bannerslider__slider-btn-next,
.bannerslider__slider-btn-prev {
    opacity: 1 !important;
    pointer-events: all !important;
    cursor: pointer !important;
    display: flex !important
}

.bannerslider__slider-btn-next.swiper-button-disabled,
.bannerslider__slider-btn-prev.swiper-button-disabled {
    opacity: .8 !important;
    pointer-events: all !important;
    cursor: pointer !important
}

.bannerslider__slider-pagination {
    display: flex !important;
    justify-content: center
}

.bannerslider__slider-btn-next,
.bannerslider__slider-btn-prev {
    opacity: 1 !important;
    pointer-events: all !important;
    cursor: pointer !important;
    display: flex !important
}

.bannerslider__slider-btn-next.swiper-button-disabled,
.bannerslider__slider-btn-prev.swiper-button-disabled {
    opacity: .35 !important;
    pointer-events: all !important;
    cursor: pointer !important
}

.bannerslider__slider-pagination {
    display: flex !important;
    justify-content: center
}

.swiper-slide-duplicate {
    display: block !important
}

.button-favorite.added span:before {
    color: #efbf04;
    background-image: url("data:image/svg+xml,%3Csvg fill='rgb(238, 191, 118)' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E");
    width: 30px;
    height: 30px;
    display: block
}

.bannerslider__slider .swiper-wrapper {
    height: auto
}

.bannerslider__slider .swiper-slide {
    position: relative
}

.bannerslider__slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.bannerslider__slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 10px;
    --swiper-pagination-color: var(--bprods-active-color, var(--accent));
    --swiper-pagination-bottom: 0px;
    --swiper-pagination-top: auto;
    --swiper-pagination-bullet-horizontal-gap: 1.5px;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-size: 4px;
    --swiper-pagination-bullet-inactive-color: #929292
}

.h2,
.spost__title h1,
.sproject__title h1,
h2,
main section.breadcrumbs+section:not(.hero):not(.hero-b):not(.simple-text) .container>.content-field:first-child h1,
main section.breadcrumbs+section:not(.hero):not(.hero-b):not(.simple-text) .section-headings .content-field h1 {
    font-weight: 400;
    font-size: 25px;
    line-height: 1.4em;
    letter-spacing: -.02em;
    text-align: center;
    padding-bottom: 15px
}

.content-field ul {
    list-style-type: disc;
    padding: 15px 0 15px 25px
}

.content-field ul li {
    list-style-type: inherit
}

.content-field ol {
    list-style-type: decimal;
    padding: 15px 0 15px 25px
}

.content-field ol li {
    list-style-type: inherit
}

.content-field .h1,
.content-field .h2,
.content-field .h3,
.content-field h1,
.content-field h2,
.content-field h3,
main section.breadcrumbs+section:not(.hero):not(.hero-b):not(.simple-text) .container>.content-field:first-child h1,
main section.breadcrumbs+section:not(.hero):not(.hero-b):not(.simple-text) .section-headings .content-field h1 {
    margin-bottom: .6em !important
}

.content-field .h5:not(:last-child),
.content-field .h6:not(:last-child),
.content-field h5:not(:last-child),
.content-field h6:not(:last-child) {
    margin-bottom: 1em
}

.content-field li:not(.form-row),
.content-field p:not(.form-row) {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2
}

.content-field li:not(.form-row):not(:last-child),
.content-field p:not(.form-row):not(:last-child) {
    margin-bottom: 1em
}

.searchform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    -webkit-box-shadow: 4px 0 44px 0 #00000017;
    box-shadow: 4px 0 44px 0 #00000017
}

.searchform button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    color: var(--black);
    left: 15px
}

.searchform input[type=search] {
    background-color: #fff;
    padding: 15.5px 35px 15.5px 45px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    width: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.searchform input[type=search]::-webkit-input-placeholder {
    opacity: 1;
    color: #b8b6c1;
    text-overflow: ellipsis
}

.searchform input[type=search]::-moz-placeholder {
    opacity: 1;
    color: #b8b6c1;
    text-overflow: ellipsis
}

.searchform input[type=search]:-ms-input-placeholder {
    opacity: 1;
    color: #b8b6c1;
    text-overflow: ellipsis
}

.searchform input[type=search]::-ms-input-placeholder {
    opacity: 1;
    color: #b8b6c1;
    text-overflow: ellipsis
}

.searchform input[type=search]::placeholder {
    opacity: 1;
    color: #b8b6c1;
    text-overflow: ellipsis
}

.searchform input[type=search]:-moz-placeholder-shown {
    text-overflow: ellipsis
}

.searchform input[type=search]:-ms-input-placeholder {
    text-overflow: ellipsis
}

.searchform input[type=search]:placeholder-shown {
    text-overflow: ellipsis
}

.searchform input[type=search]:not(:-moz-placeholder-shown) {
    background-color: #f4f4f4
}

.searchform input[type=search]:not(:-ms-input-placeholder) {
    background-color: #f4f4f4
}

.searchform input[type=search]:hover,
.searchform input[type=search]:not(:placeholder-shown) {
    background-color: #f4f4f4
}

.searchform input[type=search]::-webkit-search-cancel-button,
.searchform input[type=search]::-webkit-search-decoration,
.searchform input[type=search]::-webkit-search-results-button,
.searchform input[type=search]::-webkit-search-results-decoration {
    display: none
}

.searchform .clear-button {
    position: absolute;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.45213 0.451908C0.687832 0.216205 1.06998 0.216205 1.30568 0.451908L11.5483 10.6945C11.784 10.9302 11.784 11.3124 11.5483 11.5481C11.3126 11.7838 10.9305 11.7838 10.6948 11.5481L0.45213 1.30546C0.216428 1.06976 0.216428 0.68761 0.45213 0.451908Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5474 0.451908C11.3117 0.216205 10.9295 0.216205 10.6938 0.451908L0.451197 10.6945C0.215496 10.9302 0.215495 11.3124 0.451197 11.5481C0.686899 11.7838 1.06905 11.7838 1.30475 11.5481L11.5474 1.30546C11.7831 1.06976 11.7831 0.68761 11.5474 0.451908Z' fill='black'/%3E%3C/svg%3E%0A")
}

.searchform__results.show {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    pointer-events: all
}

.searchform__results.loading {
    pointer-events: none;
    min-height: 100px;
    max-height: 100px;
    overflow: hidden
}

.searchform__results.loading>* {
    opacity: 0
}

.searchform__results.loading:before {
    content: "";
    width: 21px;
    height: 21px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -11.5px;
    margin-top: -11.5px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid var(--black);
    border-radius: 50%;
    border-top-color: transparent;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear
}

.searchform__results-post-left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.searchform__results-post-left:after {
    content: "";
    display: block;
    clear: both
}

.forms-input.error,
.forms-input.input--error {
    border-color: var(--color-error)
}

.btn,
.scart__right #order_review table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span,
.scart__right #order_review table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span,
table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span,
table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span {
    padding: 1.7em 3.2em;
    font-family: var(--ff);
    letter-spacing: .03em;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    background: var(--primary);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity .2s ease, background-color .2s ease, background-image .2s ease, color .2s ease, border-color .2s ease;
    transition: opacity .2s ease, background-color .2s ease, background-image .2s ease, color .2s ease, border-color .2s ease;
    position: relative
}

.btn--icon:after {
    position: absolute;
    top: 50%;
    right: 1.6em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    font-size: 120%
}

.btn--icon.btn--icon-bottom:after {
    content: "\e903"
}

.btn:focus-visible,
.btn:hover,
.scart__right #order_review table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span:focus-visible,
.scart__right #order_review table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span:hover,
.scart__right #order_review table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span:focus-visible,
.scart__right #order_review table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span:hover,
table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span:focus-visible,
table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span:hover,
table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span:focus-visible,
table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span:hover {
    background: var(--primary-hover)
}

.btn span:only-child,
.scart__right #order_review table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span span:only-child,
.scart__right #order_review table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span span:only-child,
table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span span:only-child,
table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span span:only-child {
    margin-top: -.1em
}

.btn:disabled,
.scart__right #order_review table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span:disabled,
.scart__right #order_review table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span:disabled,
table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span:disabled,
table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span:disabled {
    opacity: .3;
    pointer-events: none
}

.btn--disabled,
.main-forms__button[disabled].btn,
.scart__right #order_review table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span.main-forms__button[disabled],
.scart__right #order_review table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span.main-forms__button[disabled],
table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span.main-forms__button[disabled],
table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span.main-forms__button[disabled] {
    background: #c4c0b5;
    color: var(--white)
}

.mega-menu {
    pointer-events: all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    max-height: calc(var(--vh, 1vh) * 100 - var(--header-height) - var(--admin-bar-height, 0px))
}

.mega-menu__wrap {
    pointer-events: none;
    --megamenu-s: 898px;
    position: absolute;
    z-index: 101;
    top: calc(var(--header-height) + var(--admin-bar-height, 0px));
    left: 0;
    overflow: hidden;
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, transform, visibility;
    transition-property: opacity, transform, visibility, -webkit-transform
}

.mega-menu__wrap.show {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mega-menu__wrap.loading .mega-menu__wrap-el:after {
    content: "";
    font-size: 36px;
    width: 1em;
    height: 1em;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #eee;
    border-radius: 50%;
    border-top-color: var(--black);
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear
}

.mega-menu__wrap-el {
    pointer-events: all;
    position: relative;
    min-height: 600px;
    -webkit-box-shadow: 4px 0 30px 0 #00000010;
    box-shadow: 4px 0 30px 0 #00000010;
    background-color: #fff;
    z-index: 3;
    padding-left: 0;
    max-width: 100%;
    width: var(--megamenu-s);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mega-menu__wrap-el>* {
    height: 100%;
    position: relative;
    z-index: 4
}

.mega-menu__wrap-el>:only-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.mega-menu__wrap-el:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    bottom: 0;
    right: 100%;
    margin-right: -1px;
    background-color: #fff;
    width: 100%
}

.mega-menu__grid {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: var(--megamenu-s);
    padding: 40px 40px 40px 0;
    display: grid;
    grid-template-columns: 60% 1fr;
    gap: 50px
}

.mega-menu__right {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mega-menu__left-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
    margin-top: 42px
}

.mega-menu__menu-pages-item:not(:last-child) {
    margin-bottom: 14px
}

.mega-menu__menu-pages-item>a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: var(--black)
}

.mega-menu__menu-pages-item>a:before {
    content: "";
    position: absolute;
    inset: -5px;
    z-index: 3
}

.mega-menu__menu-pages-item>a:hover {
    color: var(--accent)
}

.mega-menu__contacts-heading {
    font-size: 13px;
    font-weight: 500;
    color: var(--black)
}

.mega-menu__contact {
    margin-top: 14px
}

.mega-menu__contact-icon {
    font-size: 16px;
    margin-right: 4px
}

.mega-menu__socials {
    margin-top: 10px
}

.mega-menu__socials-item {
    padding: 6px
}

.mega-menu__socials-item:hover {
    background-color: var(--social-hover-color, var(--primary))
}

.mega-menu__socials-item:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.mega-menu__menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 31px 64px
}

.mega-menu__menu-item>a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--black)
}

.mega-menu__menu-item>a:before {
    content: "";
    position: absolute;
    inset: -5px;
    z-index: 3
}

.mega-menu__menu-item>a:hover {
    color: var(--accent)
}

.mega-menu__menu-item-submenu {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.mega-menu__menu-item-submenu-link {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3em;
    color: var(--black);
    position: relative;
    display: block
}

.mega-menu__menu-item-submenu-link:before {
    content: "";
    position: absolute;
    inset: -5px;
    z-index: 3
}

.mega-menu__menu-item-submenu-link:hover {
    color: var(--accent)
}

.mega-menu__prods-pin-item .bprods__item-favorite {
    top: 7.5px;
    right: 7.5px
}

body:has(.header-banner):not(:has(.header._fixed)) .mega-menu__wrap {
    top: calc(var(--header-height) + var(--header-banner-h))
}

body:has(.header-banner):not(:has(.header._fixed)) .mega-menu {
    max-height: calc(var(--vh, 1vh) * 100 - var(--header-height) - var(--header-banner-h, 0px) - var(--admin-bar-height, 0px))
}

body:has(.header._fixed) .mega-menu__wrap {
    position: fixed
}

.beauty-animation-slide-up,
.beauty-animation-slide-up-h1 h1 {
    word-break: break-word
}

.beauty-animation-slide-up,
.beauty-animation-slide-up-h1 h1 {
    white-space: normal
}

.alert-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    position: fixed;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    pointer-events: none;
    z-index: 1090
}

.alert-wrapper .message {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
    transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    transition: opacity .5s ease-in-out, transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    padding: 12px 25px;
    padding-right: 40px;
    color: #fff;
    pointer-events: all;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 400;
    max-width: 460px;
    position: relative;
    -webkit-box-shadow: 0 8px 20px rgba(0, 51, 153, .08), 0 4px 8px rgba(0, 51, 153, .08);
    box-shadow: 0 8px 20px rgba(0, 51, 153, .08), 0 4px 8px rgba(0, 51, 153, .08)
}

.alert-wrapper .message a {
    color: inherit;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    text-decoration: underline
}

.alert-wrapper .message .close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px
}

.alert-wrapper .message .close:hover {
    opacity: .5
}

.alert-wrapper .message:after {
    content: "";
    display: block;
    clear: both
}

.alert-wrapper .message.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.alert-wrapper .message.removing {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

.alert-wrapper .success {
    background-color: #28a745
}

.alert-wrapper .success.added-ro-favorite-message {
    background-color: #272727;
    border-radius: 5px;
    text-transform: uppercase
}

.alert-wrapper .success.added-ro-favorite-message a {
    color: #efbf04
}

.alert-wrapper .success {
    background-color: #272727 !important;
    border-radius: 5px !important;
    text-transform: uppercase !important
}

.alert-wrapper .success a {
    color: #efbf04 !important
}

.close {
    cursor: pointer
}

.alert-wrapper .warning {
    background-color: #a79428
}

.alert-wrapper .error {
    background-color: #cf000f
}

.antispam {
    display: none !important
}

.main-forms__item.input--error .forms-span {
    color: var(--black)
}

.main-forms__item.input--valid .forms-span {
    color: #b8b6c1
}

.main-forms__label {
    color: currentColor;
    position: relative;
    display: block
}

.main-forms__input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid var(--border);
    display: block;
    width: 100%;
    padding: 30px 15px 10px 15px;
    font-weight: 500;
    font-size: 16px;
    background-color: var(--main-forms-bg-input, transparent);
    color: var(--black);
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease
}

.main-forms__input.input--valid,
.main-forms__input:focus,
.main-forms__input:hover {
    border-color: #cdd7da
}

.main-forms__input::-webkit-input-placeholder {
    opacity: 1;
    font-weight: 500;
    color: #b8b6c1
}

.main-forms__input::-moz-placeholder {
    opacity: 1;
    font-weight: 500;
    color: #b8b6c1
}

.main-forms__input:-ms-input-placeholder {
    opacity: 1;
    font-weight: 500;
    color: #b8b6c1
}

.main-forms__input::-ms-input-placeholder {
    opacity: 1;
    font-weight: 500;
    color: #b8b6c1
}

.main-forms__input::placeholder {
    opacity: 1;
    font-weight: 500;
    color: #b8b6c1
}

.main-forms__input.error,
.main-forms__input.input--error {
    border-color: #e94848
}

.main-forms__input:disabled {
    background-color: var(--bg);
    border-color: var(--bg);
    color: var(--tr)
}

.main-forms__input:-moz-read-only {
    background-color: var(--bg);
    border-color: var(--bg);
    color: var(--tr)
}

.main-forms__input:read-only {
    background-color: var(--bg);
    border-color: var(--bg);
    color: var(--tr)
}

.main-forms__input:is(textarea) {
    resize: vertical;
    min-height: 5em;
    max-height: 20em
}

.main-forms__button[disabled].btn,
.scart__right #order_review table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span.main-forms__button[disabled],
.scart__right #order_review table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span.main-forms__button[disabled],
table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span.main-forms__button[disabled],
table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span.main-forms__button[disabled] {
    pointer-events: none
}

.main-forms .form-response:has(+button[type=submit]):not(:empty) {
    margin-bottom: 10px
}

.main-forms__policy:has(+.form-response) {
    margin-bottom: 40px
}

.main-forms__anonim {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.main-forms__anonim span {
    color: var(--tr);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.main-forms__anonim span:before {
    content: "";
    font-size: 17px;
    width: 1em;
    height: 1em;
    min-width: 1em;
    margin-right: .5em;
    display: block;
    border-radius: .32em;
    border: 1px solid var(--tr);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center
}

.main-forms__anonim input {
    display: none
}

.main-forms__anonim input:checked+span {
    color: var(--black)
}

.main-forms__anonim input:checked+span:before {
    background-color: var(--black);
    border-color: var(--black);
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.99219 11L8.99219 15L17.0063 7' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.main-forms__item {
    position: relative
}

.main-forms__item:has(.main-forms__anonim>input:checked) .main-forms__label .main-forms__span {
    color: var(--tr);
    opacity: .5
}

.main-forms__item:has(.main-forms__anonim>input:checked) .main-forms__label input {
    color: transparent !important;
    pointer-events: none
}

.main-forms__item:has(.main-forms__anonim>input:checked) .main-forms__label input::-webkit-input-placeholder {
    color: transparent !important
}

.main-forms__item:has(.main-forms__anonim>input:checked) .main-forms__label input::-moz-placeholder {
    color: transparent !important
}

.main-forms__item:has(.main-forms__anonim>input:checked) .main-forms__label input:-ms-input-placeholder {
    color: transparent !important
}

.main-forms__item:has(.main-forms__anonim>input:checked) .main-forms__label input::-ms-input-placeholder {
    color: transparent !important
}

.main-forms__item:has(.main-forms__anonim>input:checked) .main-forms__label input::placeholder {
    color: transparent !important
}

.main-forms__item:has(.main-forms__anonim>input:checked) .main-forms__label input:-webkit-autofill,
.main-forms__item:has(.main-forms__anonim>input:checked) .main-forms__label input:-webkit-autofill:focus,
.main-forms__item:has(.main-forms__anonim>input:checked) .main-forms__label input:-webkit-autofill:hover {
    -webkit-text-fill-color: transparent !important;
    color: transparent !important
}

.main-forms__item:has(.main-forms__anonim>input:checked) .main-forms__label:before {
    content: attr(data-anonim-placeholder);
    position: absolute;
    bottom: 10px;
    left: 15px;
    width: 100%;
    font-size: 14px;
    color: var(--tr);
    opacity: .5;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: calc(100% - 150px)
}

.main-forms__label input[name=name]:disabled {
    background-color: transparent
}

.main-forms__item-select .main-forms__label {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
    border: 1px solid #f4e9f4;
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 16px;
    background-color: transparent;
    color: var(--black);
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease
}

.main-forms__item-select .select2-container {
    width: 100%
}

.main-forms__item-select .select2-container .select2-selection {
    border-radius: 10px;
    border-width: 0;
    padding: 0;
    font-weight: 500
}

.main-forms__item-select .select2-container .select2-dropdown {
    border-radius: 0 0 10px 10px;
    margin-top: 9px;
    border: 1px solid var(--border)
}

.main-forms__item-select .select2-container .select2-search--dropdown {
    padding: 10px
}

.main-forms__item-select .select2-container .select2-results {
    font-size: 12px
}

.main-forms__item-select .select2-container .select2-results .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--bg);
    color: var(--black)
}

.main-forms__item-select .select2-container .select2-search__field {
    border-radius: 8px;
    background-color: transparent;
    font-weight: 500;
    border-color: var(--border)
}

.main-forms__item-select .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 1.8;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.main-forms__item-select .select2-container .select2-selection--single .select2-selection__arrow {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9201 8.94995L13.4001 15.47C12.6301 16.24 11.3701 16.24 10.6001 15.47L4.08008 8.94995' stroke='url(%23paint0_linear_15_4387)' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_15_4387' x1='3.53177' y1='8.64577' x2='18.2325' y2='7.35668' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233EA6BA'/%3E%3Cstop offset='1' stop-color='%232D9691'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A")
}

.main-forms__item-select .select2-container .select2-selection--single .select2-selection__arrow b {
    display: none
}

.main-pay__flex+.main-forms__item,
.main-pay__flex+.main-pay__flex {
    margin-top: 15px
}

.main-pay__flex>.main-forms__item-name {
    min-width: 280px
}

.main-pay--sm .main-forms__input {
    background-color: #fff;
    border-color: var(--border)
}

.main-pay--sm .main-forms__input.input--valid,
.main-pay--sm .main-forms__input:focus,
.main-pay--sm .main-forms__input:hover {
    border-color: #eadfea
}

.main-pay--sm .main-forms__input::-webkit-input-placeholder {
    opacity: 1;
    font-weight: 500;
    color: #b8b6c1
}

.main-pay--sm .main-forms__input::-moz-placeholder {
    opacity: 1;
    font-weight: 500;
    color: #b8b6c1
}

.main-pay--sm .main-forms__input:-ms-input-placeholder {
    opacity: 1;
    font-weight: 500;
    color: #b8b6c1
}

.main-pay--sm .main-forms__input::-ms-input-placeholder {
    opacity: 1;
    font-weight: 500;
    color: #b8b6c1
}

.main-pay--sm .main-forms__input::placeholder {
    opacity: 1;
    font-weight: 500;
    color: #b8b6c1
}

.main-pay--sm .main-forms__input.error,
.main-pay--sm .main-forms__input.input--error {
    border-color: var(--color-error)
}

.main-pay--sm .main-forms__input:disabled {
    background-color: var(--light);
    color: var(--tr)
}

.modal-form.fancybox__content {
    max-width: 815px;
    width: 95%;
    margin: 25px 0;
    padding: 0;
    border-radius: 40px
}

.modal-form.fancybox__content .fancybox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    margin: -10px;
    height: 40px;
    width: 40px;
    min-width: 40px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.modal-form.fancybox__content .fancybox-close:hover {
    opacity: 1
}

.modal-form.fancybox__content .fancybox-close:before {
    content: "";
    position: absolute;
    inset: 10px;
    z-index: 3;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.29289 2.29289C2.68342 1.90237 3.31658 1.90237 3.70711 2.29289L12 10.5858L20.2929 2.29289C20.6834 1.90237 21.3166 1.90237 21.7071 2.29289C22.0976 2.68342 22.0976 3.31658 21.7071 3.70711L13.4142 12L21.7071 20.2929C22.0976 20.6834 22.0976 21.3166 21.7071 21.7071C21.3166 22.0976 20.6834 22.0976 20.2929 21.7071L12 13.4142L3.70711 21.7071C3.31658 22.0976 2.68342 22.0976 2.29289 21.7071C1.90237 21.3166 1.90237 20.6834 2.29289 20.2929L10.5858 12L2.29289 3.70711C1.90237 3.31658 1.90237 2.68342 2.29289 2.29289Z' fill='black'/%3E%3C/svg%3E%0A")
}

.modal-form.fancybox__content#modal-share {
    max-width: 420px
}

.modal-form.fancybox__content .spost__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 70px;
    gap: 15px
}

.modal-form.fancybox__content .spost__share .spost__share-item {
    background-color: #f6f6f6;
    padding: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal-form.fancybox__content .spost__share .spost__share-item svg {
    width: 22px;
    display: block;
    height: auto
}

.modal-form.fancybox__content .spost__share .spost__share-item svg path {
    fill: var(--black)
}

.modal-form.fancybox__content.modal-code,
.modal-form.fancybox__content.modal-delete-autopayment,
.modal-form.fancybox__content.modal-delete-card,
.modal-form.fancybox__content.modal-login,
.modal-form.fancybox__content.modal-register,
.modal-form.fancybox__content.modal-select-card {
    max-width: 460px;
    padding: 45px 60px
}

.modal-form.fancybox__content.modal-code .main-forms__policy,
.modal-form.fancybox__content.modal-delete-autopayment .main-forms__policy,
.modal-form.fancybox__content.modal-delete-card .main-forms__policy,
.modal-form.fancybox__content.modal-login .main-forms__policy,
.modal-form.fancybox__content.modal-register .main-forms__policy,
.modal-form.fancybox__content.modal-select-card .main-forms__policy {
    margin: 20px 0
}

.modal-form.fancybox__content.modal-code .modal-form__flex,
.modal-form.fancybox__content.modal-delete-autopayment .modal-form__flex,
.modal-form.fancybox__content.modal-delete-card .modal-form__flex,
.modal-form.fancybox__content.modal-login .modal-form__flex,
.modal-form.fancybox__content.modal-register .modal-form__flex,
.modal-form.fancybox__content.modal-select-card .modal-form__flex {
    margin-top: 20px
}

.modal-form.fancybox__content.modal-code .modal-form__flex form,
.modal-form.fancybox__content.modal-delete-autopayment .modal-form__flex form,
.modal-form.fancybox__content.modal-delete-card .modal-form__flex form,
.modal-form.fancybox__content.modal-login .modal-form__flex form,
.modal-form.fancybox__content.modal-register .modal-form__flex form,
.modal-form.fancybox__content.modal-select-card .modal-form__flex form {
    width: 100%
}

.modal-form.fancybox__content.modal-code button,
.modal-form.fancybox__content.modal-delete-autopayment button,
.modal-form.fancybox__content.modal-delete-card button,
.modal-form.fancybox__content.modal-login button,
.modal-form.fancybox__content.modal-register button,
.modal-form.fancybox__content.modal-select-card button {
    margin-top: 0
}

.modal-form.fancybox__content.modal-code .main-forms__bottom,
.modal-form.fancybox__content.modal-delete-autopayment .main-forms__bottom,
.modal-form.fancybox__content.modal-delete-card .main-forms__bottom,
.modal-form.fancybox__content.modal-login .main-forms__bottom,
.modal-form.fancybox__content.modal-register .main-forms__bottom,
.modal-form.fancybox__content.modal-select-card .main-forms__bottom {
    margin-top: 0
}

.modal-form.fancybox__content.modal-code .main-forms__input[name=code],
.modal-form.fancybox__content.modal-delete-autopayment .main-forms__input[name=code],
.modal-form.fancybox__content.modal-delete-card .main-forms__input[name=code],
.modal-form.fancybox__content.modal-login .main-forms__input[name=code],
.modal-form.fancybox__content.modal-register .main-forms__input[name=code],
.modal-form.fancybox__content.modal-select-card .main-forms__input[name=code] {
    padding: 15px 20px;
    letter-spacing: 1em;
    font-size: 22px
}

.modal-form.fancybox__content.modal-code .modal-code__button,
.modal-form.fancybox__content.modal-delete-autopayment .modal-code__button,
.modal-form.fancybox__content.modal-delete-card .modal-code__button,
.modal-form.fancybox__content.modal-login .modal-code__button,
.modal-form.fancybox__content.modal-register .modal-code__button,
.modal-form.fancybox__content.modal-select-card .modal-code__button {
    margin-top: 20px;
    width: 100%
}

.modal-form.fancybox__content.modal-code .modal-code__button .js-timer,
.modal-form.fancybox__content.modal-delete-autopayment .modal-code__button .js-timer,
.modal-form.fancybox__content.modal-delete-card .modal-code__button .js-timer,
.modal-form.fancybox__content.modal-login .modal-code__button .js-timer,
.modal-form.fancybox__content.modal-register .modal-code__button .js-timer,
.modal-form.fancybox__content.modal-select-card .modal-code__button .js-timer {
    margin-left: .2em
}

.modal-form.fancybox__content.modal-code .modal-code__button:disabled,
.modal-form.fancybox__content.modal-delete-autopayment .modal-code__button:disabled,
.modal-form.fancybox__content.modal-delete-card .modal-code__button:disabled,
.modal-form.fancybox__content.modal-login .modal-code__button:disabled,
.modal-form.fancybox__content.modal-register .modal-code__button:disabled,
.modal-form.fancybox__content.modal-select-card .modal-code__button:disabled {
    opacity: 1;
    background-color: var(--bg);
    color: var(--tr)
}

.modal-form.fancybox__content.modal-help {
    max-width: 815px
}

.modal-form.fancybox__content.modal-help .modal-form__title {
    margin-bottom: 20px
}

.modal-form__heading,
.modal-form__title {
    font-family: var(--ff-sec);
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--black);
    letter-spacing: -.02em
}

.modal-form__heading:before,
.modal-form__title:before {
    content: "";
    display: block;
    float: right;
    width: 25px;
    height: 25px
}

.modal-form__heading:after,
.modal-form__title:after {
    content: "";
    display: block;
    clear: both
}

.modal-form__subtitle .js-phone {
    color: var(--black)
}

.modal-form__subtitle .js-change-phone {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px
}

.modal-auth .modal-form__heading {
    margin-bottom: 40px
}

.modal-auth .main-forms__button,
.modal-auth .main-forms__item-btn {
    width: 100%
}

.fancybox__backdrop {
    --fancybox-bg: rgba(0, 0, 0, 0.6)
}

.fancybox__container :empty:is(input[type=checkbox]),
.fancybox__container input[type=radio]:empty {
    display: none
}

@-webkit-keyframes rotate360 {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate360 {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.header-banner+.header:not(._fixed) {
    top: var(--header-banner-h, 40px)
}

.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 101;
    height: var(--header-height);
    background-color: var(--header-bg, none);
    color: var(--header-color, var(--black));
    --header-logo-w: 234px;
    --header-border: #d9d9d9
}

.header>.container {
    height: 100%
}

.header.header-white {
    --header-border: #d9d9d9;
    --header-border: #ffffff15;
    --header-color: var(--white);
    --header-bg: transparent;
    --header-logo-black-display: none;
    --header-logo-white-display: block;
    --header-socials-filter: brightness(0) invert(1);
    --header-socials-border: #ffffff20
}

.header:has(.header__searchform._active) {
    background-color: #fff;
    --header-logo-black-display: block;
    --header-logo-white-display: none;
    --header-border: #d9d9d9;
    --header-bg: var(--white);
    --header-color: var(--black);
    --header-socials-border: var(--border);
    --header-socials-filter: none;
    --header-logo-after-color: none
}

.header._fixed {
    position: fixed;
    -webkit-animation: HeaderAnim ease-in-out .4s alternate;
    animation: HeaderAnim ease-in-out .4s alternate;
    -webkit-box-shadow: 4px 0 44px 0 #00000017;
    box-shadow: 4px 0 44px 0 #00000017;
    --header-border: #d9d9d9;
    --header-bg: var(--white);
    --header-color: var(--black);
    --header-socials-border: var(--border);
    --header-logo-black-display: block;
    --header-logo-white-display: none;
    --header-socials-filter: none;
    --header-logo-after-color: none
}

.header-banner {
    background-color: var(--black);
    color: var(--white);
    font-weight: 700;
    line-height: 1.2em;
    height: var(--header-banner-h, 40px);
    position: relative;
    overflow: hidden
}

.header-banner__link {
    position: absolute;
    inset: 0;
    z-index: 3
}

.header-banner__text {
    position: absolute;
    top: 50%;
    white-space: nowrap;
    font-size: 14px
}

.header-banner__text.show {
    -webkit-animation: scroll-text var(--timer-header-banner, 40s) linear infinite;
    animation: scroll-text var(--timer-header-banner, 40s) linear infinite
}

.header-banner__text:not(.show) {
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

.header-banner__text span {
    margin: 0 15px
}

.header__menu-btn.active {
    --header-menu-btn-icon-transform-before: translateY(0.18em) rotateZ(-45deg);
    --header-menu-btn-icon-transform-after: translateY(-0.18em) rotateZ(45deg)
}

.header .account-btn,
.header__cart,
.header__favorites {
    position: relative
}

.account-btn-count,
.header .account-btn-count,
.header__cart-count,
.header__favorites-count {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 12px;
    min-width: 12px;
    height: 12px;
    text-align: center;
    color: #fff;
    font-size: 8px;
    font-weight: 500;
    line-height: 1;
    background-color: red;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 .4em;
    letter-spacing: .1em
}

.header .account-btn-count:empty,
.header__cart-count:empty,
.header__favorites-count:empty {
    display: none
}

.header__menu-left .header__menu-item.has-submenu>a,
.header__menu-right .header__menu-item.has-submenu>a {
    position: relative;
    z-index: 4
}

.header__menu-left .header__menu-item.has-submenu>a::before,
.header__menu-right .header__menu-item.has-submenu>a::before {
    content: "";
    width: 1.2em;
    height: .9em;
    min-width: 1em;
    margin-right: .6em;
    display: block;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9201 8.9502L13.4001 15.4702C12.6301 16.2402 11.3701 16.2402 10.6001 15.4702L4.08008 8.9502' stroke='%233EA6BA' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9201 8.9502L13.4001 15.4702C12.6301 16.2402 11.3701 16.2402 10.6001 15.4702L4.08008 8.9502' stroke='%233EA6BA' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.header__dropdown-flex .header__menu-item.has-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header__dropdown-flex .header__menu-item.has-submenu>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.header__dropdown-flex .header__menu-item.has-submenu>a::before {
    content: none
}

.header__dropdown-flex .header__menu-item.has-submenu>a::after {
    -webkit-filter: brightness(0);
    filter: brightness(0)
}

.header__dropdown-flex .header__menu-item.has-submenu:has(>a.active)::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header__dropdown-flex .header__menu-item.has-submenu:after {
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    background-size: 15px auto;
    background-position: center 42%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6532 5.18369C10.2533 4.89436 9.66966 4.95342 9.35041 5.31432L6 9.10182L2.64959 5.31432C2.33034 4.95342 1.74666 4.89436 1.34676 5.18369C0.948062 5.47214 0.884023 5.99705 1.20231 6.35687L4.8787 10.5129C5.45325 11.1624 6.54675 11.1624 7.1213 10.5129L10.7977 6.35686C11.116 5.99705 11.0519 5.47214 10.6532 5.18369Z' fill='%23000000'/%3E%3C/svg%3E%0A");
    width: 36px;
    min-width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--light);
    border-radius: 10px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

@-webkit-keyframes HeaderAnim {
    0% {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes HeaderAnim {
    0% {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes scroll-text {
    0% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    100% {
        -webkit-transform: translate(calc(-100% + var(--vw, 1vw) * 100), -50%);
        transform: translate(calc(-100% + var(--vw, 1vw) * 100), -50%)
    }
}

@keyframes scroll-text {
    0% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    100% {
        -webkit-transform: translate(calc(-100% + var(--vw, 1vw) * 100), -50%);
        transform: translate(calc(-100% + var(--vw, 1vw) * 100), -50%)
    }
}

.footer {
    background-color: var(--black);
    color: var(--white);
    overflow: hidden;
    padding-bottom: 25px;
    padding-top: var(--main-section-paddings);
    margin-top: var(--main-section-paddings)
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px
}

.footer__menu {
    display: contents
}

.footer__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    margin-top: 14px
}

.footer__menu-list a {
    position: relative;
    font-size: 12px
}

.footer__menu-list a:before {
    content: "";
    display: block;
    position: absolute;
    inset: -5px;
    z-index: 3
}

.footer__menu-col>a {
    font-family: var(--ff-sec);
    line-height: 1.25em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px
}

.footer__menu-col a {
    color: inherit
}

.footer__contacts-heading {
    margin-bottom: 14px
}

.footer__contacts-heading h4,
.footer__contacts-heading-h4 {
    font-family: var(--ff-sec);
    line-height: 1.25em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px
}

.footer__contact {
    margin-top: 14px
}

.footer__contact a {
    color: var(--white)
}

.footer__contact-icon {
    font-size: 16px;
    margin-right: 4px
}

.footer__socials {
    margin-top: 10px
}

.footer__socials-item {
    padding: 6px
}

.footer__socials-item img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.footer__socials-item:hover {
    background-color: var(--social-hover-color, var(--primary))
}

.footer__socials-item:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.footer__subscribe {
    --main-forms-bg-input: #fff
}

.footer__subscribe h4,
.footer__subscribe-h4 {
    font-family: var(--ff-sec);
    line-height: 1.25em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px
}

.footer__subscribe .form-response {
    max-width: 320px
}

.footer__subscribe-form .main-pay__flex {
    margin-top: 10px
}

.footer__subscribe-form .main-forms__policy {
    color: #5b5b5b
}

.footer__subscribe-form .main-forms__policy a:hover {
    color: var(--accent)
}

.footer__subscribe-form .main-forms__item-email {
    position: relative;
    min-width: 320px
}

.footer__subscribe-form .main-forms__button {
    position: absolute;
    font-size: 18px;
    width: auto;
    top: 1.4px;
    right: 1.4px;
    bottom: 1.4px;
    width: 56px;
    padding: 0;
    min-height: none
}

.footer__subscribe-form .main-forms__button.btn:disabled,
.footer__subscribe-form .scart__right #order_review table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span.main-forms__button:disabled,
.footer__subscribe-form .scart__right #order_review table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span.main-forms__button:disabled,
.footer__subscribe-form table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span.main-forms__button:disabled,
.footer__subscribe-form table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span.main-forms__button:disabled,
.scart__right #order_review table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item .footer__subscribe-form span.main-forms__button:disabled,
.scart__right #order_review table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item .footer__subscribe-form span.main-forms__button:disabled,
table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item .footer__subscribe-form span.main-forms__button:disabled,
table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item .footer__subscribe-form span.main-forms__button:disabled {
    opacity: 1;
    background: var(--primary-hover)
}

.footer__subscribe-form .main-forms__button.loading-button span {
    display: none
}

.footer__subscribe-form .main-forms__button.loading-button:before {
    content: "";
    font-size: inherit;
    width: 1em;
    height: 1em;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #eee;
    border-radius: 50%;
    border-top-color: var(--black);
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px 25px;
    margin-top: var(--main-section-paddings);
    padding-top: 25px;
    border-top: 1px solid #8b8b8b30
}

.footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 18px;
    font-size: 12px;
    color: #8b8b8b
}

.footer__copyright li,
.footer__copyright p {
    font-size: inherit
}

.footer__copyright a {
    color: inherit
}

.footer__copyright a[href]:hover {
    color: var(--accent)
}

.form-login .main-forms__watch-password.show:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 120%;
    width: 1px;
    background-color: currentColor;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}

.form-login.form-register .main-forms__item-password,
.form-login.form-register .main-forms__item-tel {
    margin-bottom: 10px
}

.form-code .main-forms__input-code.caret-removed {
    caret-color: transparent
}

.form-code button.modal-code__button:disabled {
    background-color: #b4b4b4;
    opacity: 1
}

.form-code .js-timer-button,
.form-code .js-timer-button-register {
    gap: 5px
}

.form-code__subtitle .js-phone {
    color: var(--black)
}

.form-code__subtitle .js-change-phone {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px
}

.sproject__content>:has(+.sproject__tabs) {
    margin-bottom: 73px
}

.sproject__tabs {
    background-color: var(--white);
    overflow: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    position: sticky;
    top: calc(var(--header-fixed) + var(--admin-bar-height, 0px));
    z-index: 101;
    padding: 15px;
    margin: 0 -15px;
    border-radius: 0 0 10px 10px
}

.sproject__tabs+* {
    margin-top: 56px
}

.sproject__more.loading {
    opacity: .5;
    pointer-events: none
}

.sproject__gallery .sproject-gallery__btns .swiper-btn-next,
.sproject__gallery .sproject-gallery__btns .swiper-btn-prev {
    border: 1px solid var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -5px;
    border-radius: 50%;
    pointer-events: all;
    padding: 16px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    position: relative
}

.sproject__gallery .sproject-gallery__btns .swiper-btn-next:hover,
.sproject__gallery .sproject-gallery__btns .swiper-btn-prev:hover {
    z-index: 3
}

.sproject__gallery .sproject-gallery__btns:has(.swiper-btn-next:hover) .swiper-btn-prev {
    opacity: .7
}

.sproject__gallery .sproject-gallery__btns .swiper-btn-prev {
    border-color: var(--white);
    background-color: transparent;
    color: var(--white)
}

.sproject__gallery .sproject-gallery__btns .swiper-btn-prev:hover {
    background-color: var(--white);
    color: var(--black)
}

.sproject__gallery .sproject-gallery__btns .swiper-btn-prev:hover+.swiper-btn-next {
    opacity: .7
}

.sproject__gallery .sproject-gallery__btns .swiper-btn-next {
    background-color: var(--white);
    color: var(--black)
}

.sarchive {
    --sarchive-sidebar: 223px
}

.sarchive__grid {
    position: relative;
    display: grid;
    grid-template-columns: var(--sarchive-sidebar) 1fr;
    gap: 40px
}

.sarchive__grid * {
    -webkit-tap-highlight-color: transparent !important
}

.sarchive__mobile.fixed {
    position: fixed;
    top: calc(var(--header-height) + var(--admin-bar-height, 0px));
    left: 0;
    right: 0;
    width: 100%;
    z-index: 130;
    -webkit-animation: archiveHeaderAnim ease-in-out .4s alternate;
    animation: archiveHeaderAnim ease-in-out .4s alternate
}

.sarchive__mobile.fixed:has(+.cloned._active) {
    opacity: 0
}

.sarchive__mobile+.sarchive__sidebar .sarchive__filters {
    visibility: visible;
    -webkit-transition: none;
    transition: none
}

.sarchive__mobile.cloned {
    background-color: var(--black);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-width: 300px;
    z-index: 130
}

.sarchive__mobile._active+.sarchive__sidebar .sarchive__filters {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.sarchive__mobile._active~.sarchive__content .sarchive__filters {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.sarchive__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 28px
}

.sarchive__items>.bempty {
    grid-column-start: 1;
    grid-column-end: span 4
}

.sarchive__items.loading {
    opacity: .5;
    cursor: wait
}

.sarchive__items.loading>* {
    pointer-events: none
}

.sarchive__filters-item {
    position: relative
}

.sarchive__filters-item-select {
    border: 1px solid #20202015;
    padding: 8px 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.sarchive__filters-item-select._active+.sarchive__filters-item-content {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    max-height: 100%;
    pointer-events: all
}

.sarchive__filters-item-select:has(+.sarchive__filters-item-content>.js-not-null):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 32px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    height: 3px;
    width: 3px;
    border-radius: 3px;
    background-color: var(--accent)
}

.sarchive__filters-item-content .lb-flt-checkbox.checked {
    background: 0 0;
    font-weight: 700
}

.sarchive__filters-item-content .lb-flt-checkbox.checked::before {
    border-width: 4px;
    border-color: var(--accent);
    background-color: var(--accent);
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.8125 8L6.935 10.1225L11.1875 5.8775' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.sarchive__filters-item:has(.lb-flt-slider-label-range-empty) {
    opacity: .4;
    cursor: not-allowed
}

.sarchive__filters-item:has(.lb-flt-slider-label-range-empty)>* {
    pointer-events: none
}

.sarchive__filters-item.disabled {
    opacity: .4;
    cursor: not-allowed
}

.sarchive__filters-item.disabled>* {
    pointer-events: none
}

.sarchive__filters-button-submit.show {
    opacity: 1;
    pointer-events: all
}

.sarchive__filters-btns .btn,
.sarchive__filters-btns .scart__right #order_review table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span,
.sarchive__filters-btns .scart__right #order_review table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span,
.sarchive__filters-btns button,
.sarchive__filters-btns table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span,
.sarchive__filters-btns table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span,
.scart__right #order_review table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item .sarchive__filters-btns span,
.scart__right #order_review table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item .sarchive__filters-btns span,
table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item .sarchive__filters-btns span,
table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item .sarchive__filters-btns span {
    width: 100%;
    padding: 1em 1.2em;
    font-size: 10px !important;
    height: auto !important;
    min-height: auto !important
}

.sarchive__filters-categories-content .sarchive__filters-categories-item.active {
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, .2);
    text-decoration-thickness: 1px;
    text-underline-offset: 4px
}

.sarchive__filters-top .sarchive__filters-name {
    font-size: 14px;
    font-weight: 500
}

.sarchive__filters-item-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sarchive__filters-item-select .sarchive__filters-item-select-icon {
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotateZ(-90deg);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.sarchive__filters-item-select._active .sarchive__filters-item-select-icon {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotate(0);
    transform: rotateZ(0)
}

/* Стили .sarchive__cats* теперь живут в app-fixes.css — здесь блок удалён,
   чтобы не пришлось перебивать его через !important. */

.sarchive__loadmore button {
    height: 54px;
    border: 1px solid var(--black);
    padding: 0 10px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: var(--black);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-weight: 700;
    font-size: 12px;
    margin-top: 60px
}

.sarchive__pager {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px
}

.sarchive__pager [data-name=pagination_filter] {
    margin-right: auto;
    margin-left: auto
}

.sarchive__pager .lb-flt-block {
    margin-bottom: 0
}

.sarchive__pager .luizab-arrow-right.--left::before {
    display: block;
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg)
}

.sarchive__pager .lb-flt-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.sarchive__pager .lb-flt-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    min-width: 38px;
    font-size: 12px;
    font-weight: 700;
    margin-right: 5px
}

.sarchive__pager .lb-flt-page.active {
    font-weight: 700;
    background-color: #f5f5f5
}

.sarchive__pager .lb-flt-page:hover:not(.next):not(.prev):not(.active):not(.dots) {
    background-color: #f5f5f5
}

.sarchive__pager .lb-flt-page.next,
.sarchive__pager .lb-flt-page.prev {
    background-color: var(--black);
    color: #fff;
    font-size: 16px
}

.sarchive__pager .lb-flt-page.next:hover,
.sarchive__pager .lb-flt-page.prev:hover {
    background-color: #4d4d4d
}

.sarchive__pager [data-name=results_products] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
    white-space: nowrap;
    color: #999;
    font-size: 12px;
    margin-right: auto;
    margin-left: auto
}

.sarchive .sarchive__filters-item-content:has(.flt-search-input)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    height: 55px;
    pointer-events: none;
    background: #fff
}

.sarchive .sarchive__filters-item-content:has(.flt-search-input)::after {
    content: "";
    position: absolute;
    bottom: 44px;
    left: 0;
    right: 0;
    z-index: 5;
    height: 40px;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
    background: linear-gradient(transparent, #fff)
}

.sarchive .sarchive__filters-item-content:has(.flt-search-input) .lb-flt-type-checkboxes {
    overflow: auto;
    max-height: 350px;
    margin-top: 50px;
    padding-bottom: 30px;
    padding-right: 10px
}

.sarchive .sarchive__filters-item-content:has(.flt-search-input) .lb-flt-type-checkboxes .flt-search-input {
    background-color: #fff;
    position: absolute;
    width: auto;
    inset: 1em 1em auto 1em;
    z-index: 6;
    background-color: #fff
}

.sarchive .flt-search-input {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px
}

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

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes archiveSlideOutToBottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes archiveSlideOutToBottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@-webkit-keyframes archiveSlideToTop {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes archiveSlideToTop {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes archiveHeaderAnim {
    0% {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        overflow: hidden;
        max-height: 0
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        overflow: hidden;
        max-height: 37.59px
    }
}

@keyframes archiveHeaderAnim {
    0% {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        overflow: hidden;
        max-height: 0
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        overflow: hidden;
        max-height: 37.59px
    }
}

.my-account__orders-tabs-item:hover:not(.active) {
    color: var(--accent)
}

.my-account__orders-tabs-item.active {
    color: var(--accent)
}

.lb-shop-form-row--password .main-forms__watch-password.show:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 120%;
    width: 1px;
    background-color: currentColor;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}

.lb-shop-EditAccountForm .form-row .input-text {
    font-size: 14px
}

.lb-account-nav ul li.is-active {
    color: var(--accent)
}

.sproduct {
    --sproduct-w: 800px;
    --sproduct-px: 0px;
    --gutter: 52px;
    --sproduct-thumb-gutter: 130px
}

.sproduct:is(section):is(section) {
    padding-top: calc(var(--main-section-paddings) * .5)
}

.sproduct__more-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px
}

.sproduct__more-info-item-left {
    gap: 8px
}

.sproduct__more-info-item-right {
    text-align: right;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px
}

.sproduct__colors,
.sproduct__select-size-wrap {
    max-width: 220px;
    margin-top: 22px
}

.sproduct__colors .select2-container .select2-selection--single,
.sproduct__select-size-wrap .select2-container .select2-selection--single {
    margin: 0;
    height: auto;
    border: 1px solid #e5e5e5
}

.sproduct__colors .select2-container .select2-selection--single .select2-selection__rendered,
.sproduct__select-size-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 1.2em;
    padding: 17px 19px;
    color: var(--black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 5px
}

.sproduct__colors .select2-container .select2-selection__arrow,
.sproduct__select-size-wrap .select2-container .select2-selection__arrow {
    top: 50%;
    height: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px
}

.sproduct__colors .select2-container .select2-selection__arrow b,
.sproduct__select-size-wrap .select2-container .select2-selection__arrow b {
    display: none
}

.sproduct__colors .select2-container .select2-selection__arrow:before,
.sproduct__select-size-wrap .select2-container .select2-selection__arrow:before {
    content: "\e903"
}

.sproduct .sproduct__variable {
    margin-top: 22px
}

.sproduct .sproduct__variable .sproduct-attrs-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 13px
}

.sproduct .sproduct__variable>.label {
    margin-bottom: 21px
}

.sproduct .sproduct__variable .sproduct-attrs-label-desc {
    opacity: .5;
    color: var(--black)
}

.sproduct .sproduct__variable .lb-radio-options label:has(input:disabled) {
    opacity: .5;
    pointer-events: none
}

.sproduct .sproduct__variable .lb-radio-options-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(68px, 68px));
    max-width: 400px;
    width: 100%;
    justify-content: start
}

.sproduct .sproduct__variable .lb-radio-options-size label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 11px 12px;
    height: 52px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border: 1px solid #e1e1e1
}

.sproduct .sproduct__variable .lb-radio-options-size label:hover {
    border-color: var(--black)
}

.sproduct .sproduct__variable .lb-radio-options-size .lb-radio-options__title {
    font-size: 16px;
    font-weight: 500;
    display: block;
    min-width: 52px
}

.sproduct .sproduct__variable .lb-radio-options-size .lb-radio-options__desc {
    text-transform: uppercase;
    display: block;
    opacity: .5
}

.sproduct .sproduct__variable .lb-radio-options-size input {
    display: none
}

.sproduct .sproduct__variable .lb-radio-options-size label:has(input:checked) {
    background-color: var(--black);
    border-color: var(--black);
    color: #fff
}

.sproduct__grid {
    display: grid;
    gap: var(--gutter);
    grid-template-columns: var(--sproduct-w) 1fr;
    position: relative
}

.sproduct .sproduct__image img {
    height: 100%;
    max-height: 700px
}

.sproduct__image {
    position: relative;
    padding-top: 160%;
    display: block
}

.sproduct__title {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0
}

.spost__title .sproduct__title h1,
.sproduct__title .spost__title h1,
.sproduct__title .sproject__title h1,
.sproduct__title h1.h2,
.sproduct__title main section.breadcrumbs+section:not(.hero):not(.hero-b):not(.simple-text) .container>.content-field:first-child h1,
.sproduct__title main section.breadcrumbs+section:not(.hero):not(.hero-b):not(.simple-text) .section-headings .content-field h1,
.sproject__title .sproduct__title h1,
main section.breadcrumbs+section:not(.hero):not(.hero-b):not(.simple-text) .container>.content-field:first-child .sproduct__title h1,
main section.breadcrumbs+section:not(.hero):not(.hero-b):not(.simple-text) .section-headings .content-field .sproduct__title h1 {
    margin-bottom: .3em
}

.sproduct__thumbs .swiper-slide {
    height: auto !important;
    position: relative;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.sproduct__thumbs .swiper-slide:hover {
    opacity: .7
}

.sproduct__thumbs .swiper-slide:after {
    content: "";
    border: 1px solid #a0a0a0;
    position: absolute;
    inset: 0;
    z-index: 3;
    opacity: 0
}

.sproduct__thumbs .swiper-slide.swiper-slide-thumb-active:after {
    opacity: 1
}

.sproduct__color-item {
    position: relative
}

.sproduct__color-item:hover .sproduct__color-item-label {
    opacity: 1;
    visibility: visible
}

.sproduct__color-item input {
    display: none
}

.sproduct__color-item input:checked~.sproduct__color-item-color {
    border-color: var(--black)
}

.sproduct__collection {
    font-size: 12px;
    margin-bottom: 18px;
    color: #999
}

.sproduct__collection a {
    color: inherit
}

.sproduct__collection a:hover {
    color: var(--black)
}

.sproduct__price {
    gap: 2px 10px
}

.sproduct .custom-checkbox-mech {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 10px var(--sproduct-px)
}

.sproduct .variations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sproduct__params {
    display: block
}

.sproduct__params tbody {
    display: contents
}

.sproduct__params tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sproduct__params tr td,
.sproduct__params tr th {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.sproduct__params:not(:first-child) {
    margin-top: 40px
}

.sproduct__params-tr:hover {
    --sproduct-params-border-color: #cecece
}

.sproduct__params-tr td,
.sproduct__params-tr th {
    font-size: 12px;
    border-bottom: 1px solid var(--sproduct-params-border-color, #f4f4f4);
    padding-bottom: 14px;
    padding-top: 17px;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease
}

.sproduct__params-tr th {
    width: 40%
}

.sproduct__params-tr td {
    text-align: right
}

.sproduct__variable .value {
    position: relative;
    display: block;
    padding-right: 0
}

.sproduct .sproduct-attrs-label {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 1.2
}

.sproduct .sproduct__top+.sproduct__bottom {
    margin-top: 28px
}

.sproduct__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px
}

.sproduct__bottom .stock.out-of-stock {
    margin: 0 !important
}

.sproduct__bottom .lb-variation {
    display: none !important
}

.sproduct__bottom .button-favorite,
.sproduct__bottom .sproduct__side-item {
    color: var(--black);
    width: 54px;
    min-width: 54px;
    height: 54px;
    background-color: #f6f6f6;
    font-size: 18px
}

.sproduct__bottom .button-favorite:hover,
.sproduct__bottom .sproduct__side-item:hover {
    background-color: #e3e3e3
}

.sproduct__bottom * {
    float: none
}

.sproduct .lb-variation:not(:has(.lb-variation-price)) {
    font-size: 12px;
    font-family: var(--ff);
    color: var(--red)
}

.sproduct__tabs-item.is-active .sproduct__tabs-item-headings {
    color: var(--primary)
}

.sproduct__tabs-item.is-active .sproduct__tabs-item-headings:after {
    content: "\e915"
}

.profile__loadmore.loading {
    opacity: .5;
    pointer-events: none
}

.profile__tab.active {
    background-color: var(--black);
    color: var(--white)
}

.profile__tab.active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.profile__content-subscriptions-list--inactive td>:first-child {
    margin-top: 20px
}

.profile__content-subscriptions-list-item-card--inactive {
    color: var(--tr)
}

.scart {
    --scart-w: 353px;
    --gutter: 121px;
    --thumb-s: 77px;
    --thumb-mr: 20px
}

.scart__grid {
    display: grid;
    grid-template-columns: 603px 480px;
    justify-content: space-between
}

.scart .lb-checkout-delivery,
.scart .lb-checkout-payment {
    margin-top: 40px
}

.scart .lb-checkout-payment .payment_method_subtitle p {
    margin-bottom: 0;
    font-size: 12px
}

.scart .lb-checkout-payment .main-forms__policy p {
    margin-bottom: 0;
    font-size: 12px
}

.scart .lb-checkout-delivery .cdek-office-info {
    color: #8a898f;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid var(--border)
}

.scart .lb-checkout-delivery .cdek-office-info:before {
    content: "Выбранный ПВЗ";
    height: auto;
    margin-right: 0;
    top: auto;
    position: static;
    width: auto;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: .4em;
    display: block !important;
    color: #000
}

.scart button[name=update_cart] {
    visibility: hidden;
    max-height: 1px;
    max-width: 1px;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important
}

.scart .product-name-price {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em
}

.scart__content .main-forms__policy {
    margin-bottom: 20px;
    color: #8a898f
}

.scart__content .optional {
    display: none
}

.scart__content .input-text::-webkit-input-placeholder {
    color: #999 !important;
    opacity: 1
}

.scart__content .input-text::-moz-placeholder {
    color: #999 !important;
    opacity: 1
}

.scart__content .input-text:-ms-input-placeholder {
    color: #999 !important;
    opacity: 1
}

.scart__content .input-text::-ms-input-placeholder {
    color: #999 !important;
    opacity: 1
}

.scart__content .input-text::placeholder {
    color: #999 !important;
    opacity: 1
}

.scart__content table.shop_table {
    border: none;
    border-spacing: 0;
    margin-bottom: 0
}

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

.scart__content table.shop_table input[type=number] {
    -moz-appearance: textfield
}

.scart__content table.shop_table td:first-child {
    padding: 0;
    border-top: 0
}

.scart__content table.shop_table tr .product-name-price {
    margin-top: 12px
}

.scart__content table.shop_table tr .product-name-price .original-price:has(+.sale-price) {
    text-decoration: line-through !important;
    color: #999;
    font-weight: 300;
    text-decoration-thickness: 1px !important
}

.scart__content table.shop_table tr .product-name-price .sale-price {
    color: var(--color-sale)
}

.scart__content table.shop_table tr .product-name-html .variation {
    font-size: 11px
}

.scart__content table.shop_table tr .product-name-html .variation p {
    font-size: inherit
}

.scart .main-forms__policy {
    margin: 15px 0
}

.scart .cart-collaterals .cart_totals {
    width: 100%;
    float: none
}

.scart .cart-collaterals .cart_totals h2 {
    margin-bottom: 18px
}

.scart .cart-collaterals .cart_totals .lb-forward {
    width: 100%
}

.scart .cart .product-thumbnail {
    width: calc(var(--thumb-s) + var(--thumb-mr)) !important;
    min-width: calc(var(--thumb-s) + var(--thumb-mr)) !important;
    padding: 7px 0 !important;
    padding-right: var(--thumb-mr) !important
}

.scart .cart .product-thumbnail a {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 160%
}

.scart .cart .product-thumbnail img {
    position: absolute;
    inset: 0;
    z-index: 4;
    width: 100% !important;
    height: 100% !important
}

.scart .cart .product-remove {
    color: var(--black);
    padding: 0
}

.scart .cart .product-remove span {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content
}

.scart .cart .product-remove span {
    display: block;
    color: inherit
}

.scart .cart .product-remove span:before {
    color: inherit
}

.scart .cart .product-remove a {
    padding: .2em;
    color: inherit !important;
    height: auto;
    width: auto
}

.scart .cart .product-remove a:hover {
    color: var(--white) !important;
    background-color: var(--red)
}

.scart .cart .product-name-html .product-format-title {
    margin-top: 8px;
    color: var(--black)
}

.scart .cart .product-name-html .variation {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .03em;
    color: var(--text-tr);
    margin-top: 5px
}

.scart .cart .product-add-favorite-btn {
    color: var(--text-tr);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .03em;
    white-space: nowrap;
    color: #999
}

.scart .cart .product-add-favorite-btn span[class*=luizab-] {
    margin-left: 5px
}

.scart .cart .product-remove a:hover {
    color: red !important
}

.scart__item-label {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .03em;
    color: var(--text-tr);
    margin-bottom: .5em;
    display: block
}

.scart .scart-h3 {
    font-family: var(--ff-sec);
    font-weight: 700;
    font-size: 28px;
    margin-top: 44px;
    margin-bottom: 18px;
    letter-spacing: -.02em;
    line-height: 1.1;
    text-align: left;
    color: #272727
}

.scart #customer_details .checkout-inline-error-message {
    display: none
}

.scart__grid .open-pvz-btn {
    background-color: #daa754;
    border: none;
    border-radius: 0;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 500
}

.scart #shipping_method_custom {
    margin-bottom: 17px
}

.scart #payment {
    background-color: transparent
}

.scart #payment .form-bottom {
    margin-top: 20px
}

.scart #payment .lb_payment_methods:is(ul) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    border-bottom: 0 !important;
    padding: 0 !important
}

.scart #payment .lb_payment_methods:is(ul):after,
.scart #payment .lb_payment_methods:is(ul):before {
    content: none !important
}

.scart #payment .lb_payment_methods:is(ul) li {
    padding: 0 !important
}

.scart #payment .lb_payment_methods label {
    position: relative;
    background-color: #f6f6f6;
    border-radius: 0;
    line-height: 1.2;
    padding: 16px 12px;
    padding-left: 45px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 100%;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.scart #payment .lb_payment_methods label:has(.payment_method_icon) {
    padding-right: 30px
}

.scart #payment .lb_payment_methods label:hover {
    background-color: #e3e3e3
}

.scart #payment .lb_payment_methods label p {
    margin-bottom: 0
}

.scart #payment .lb_payment_methods label .payment_method_icon,
.scart #payment .lb_payment_methods label img {
    font-size: 34px;
    width: 34px !important;
    color: var(--text-tr);
    position: absolute !important;
    height: auto;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    right: 10px !important
}

.scart #payment .lb_payment_methods label .payment_method_icon:before,
.scart #payment .lb_payment_methods label img:before {
    color: inherit
}

.scart #payment .lb_payment_methods .payment_method_title {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .03em;
    line-height: 1.2;
    margin-bottom: .34em
}

.scart #payment .lb_payment_methods .payment_method_subtitle {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-tr)
}

.scart #payment .lb_payment_methods label:before {
    content: "";
    border: 1px solid #000;
    border-radius: 1px;
    width: 18px;
    min-width: 18px;
    height: 18px;
    font-size: 15px;
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.scart #payment .lb_payment_methods input {
    display: none
}

.scart #payment .lb_payment_methods input:checked+label {
    background-color: var(--primary);
    color: var(--white)
}

.scart #payment .lb_payment_methods input:checked+label .payment_method_icon {
    color: inherit
}

.scart #payment .lb_payment_methods input:checked+label .payment_method_subtitle {
    color: inherit
}

.scart #payment .lb_payment_methods input:checked+label:before {
    content: "\e908";
    background-color: #fff;
    border-color: #fff;
    color: #000
}

.scart .lb-shop-NoticeGroup ul {
    padding-left: 4em
}

.billing-select2-city-select2 .lb-input-wrapper .select2-container {
    width: 100% !important
}

.billing-select2-city-select2 .lb-input-wrapper .select2-container .select2-selection {
    border-width: 0
}

.billing-select2-city-select2 .lb-input-wrapper .select2-container .select2-selection .select2-selection__rendered {
    line-height: 1.6em;
    padding: 0
}

.billing-select2-city-select2 .lb-input-wrapper .select2-container .select2-selection.select2-selection--single {
    height: 1.8em
}

span.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--black)
}

.form-coupon {
    margin-bottom: 40px
}

.form-coupon label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 10px
}

.form-coupon>.coupon {
    border-radius: 6px;
    border: 1px solid var(--border)
}

.form-coupon .coupon-span {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .4em
}

.form-coupon input {
    font-size: 14px;
    color: var(--black)
}

.form-coupon input::-webkit-input-placeholder {
    opacity: 1;
    color: var(--text-tr)
}

.form-coupon input::-moz-placeholder {
    opacity: 1;
    color: var(--text-tr)
}

.form-coupon input:-ms-input-placeholder {
    opacity: 1;
    color: var(--text-tr)
}

.form-coupon input::-ms-input-placeholder {
    opacity: 1;
    color: var(--text-tr)
}

.form-coupon input::placeholder {
    opacity: 1;
    color: var(--text-tr)
}

.form-coupon button {
    font-size: 18px;
    margin: 5px;
    height: 42px;
    width: 42px;
    min-width: 42px
}

.form-coupon button span {
    display: block
}

.scart__right #order_review table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-flex,
.scart__right #order_review table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-flex,
table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-flex,
table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-flex {
    gap: 10px
}

.scart__right #order_review table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item,
.scart__right #order_review table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item,
table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item,
table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.scart__right #order_review table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span,
.scart__right #order_review table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span,
table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span,
table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span {
    width: 100%;
    padding: 0 10px;
    height: 54px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    color: var(--black);
    border: 1px solid #ededed
}

.scart__right #order_review table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span:hover,
.scart__right #order_review table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span:hover,
table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span:hover,
table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span:hover {
    background-color: transparent
}

.scart__right #order_review table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item input,
.scart__right #order_review table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item input,
table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item input,
table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item input {
    display: none
}

.scart__right #order_review table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item input:disabled+span,
.scart__right #order_review table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item input:disabled+span,
table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item input:disabled+span,
table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item input:disabled+span {
    cursor: not-allowed;
    opacity: .4;
    border-color: #adadad
}

.scart__right #order_review table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item input:checked+span,
.scart__right #order_review table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item input:checked+span,
table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item input:checked+span,
table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item input:checked+span {
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    color: #000
}

.scart__right #order_review table.shop_table tbody tr.cart-totals__btns td,
.scart__right #order_review table.shop_table tfoot tr.cart-totals__btns td,
table.shop_table tbody tr.cart-totals__btns td,
table.shop_table tfoot tr.cart-totals__btns td {
    padding: 0;
    padding-top: 28px
}

.scart__right #order_review table.shop_table tbody tr.cart-totals__btns td a.btn,
.scart__right #order_review table.shop_table tfoot tr.cart-totals__btns td a.btn,
table.shop_table tbody tr.cart-totals__btns td a.btn,
table.shop_table tfoot tr.cart-totals__btns td a.btn {
    width: 100%
}

.scart__right #order_review table.shop_table tbody tr.cart-totals__btns td a.btn.btn--tr,
.scart__right #order_review table.shop_table tfoot tr.cart-totals__btns td a.btn.btn--tr,
table.shop_table tbody tr.cart-totals__btns td a.btn.btn--tr,
table.shop_table tfoot tr.cart-totals__btns td a.btn.btn--tr {
    background-color: #f6f6f6;
    color: #000
}

.scart__right #order_review table.shop_table tbody tr.cart-totals__btns td a.btn.btn--tr:hover,
.scart__right #order_review table.shop_table tfoot tr.cart-totals__btns td a.btn.btn--tr:hover,
table.shop_table tbody tr.cart-totals__btns td a.btn.btn--tr:hover,
table.shop_table tfoot tr.cart-totals__btns td a.btn.btn--tr:hover {
    background-color: var(--black);
    color: #fff
}

.scart__right #order_review table tr:last-child td {
    padding: 0
}

.scart__right #order_review table tr:last-child td button {
    margin-top: 26px;
    width: 100% !important
}

.scart__right table {
    border: 0 !important;
    border-spacing: 3px 0
}

.scart__right table a.lb-forward {
    width: 100%
}

.scart__right table tr td,
.scart__right table tr th {
    border-top: none !important
}

.scart__right table tr th {
    width: auto !important
}

.scart__right table tr td {
    text-align: right
}

.scart__right table .cart-totals-heading td,
.scart__right table .cart-totals-heading th {
    border-top: 1px solid #ededed !important
}

.scart__right table .cart-totals-heading th {
    font-size: 16px;
    padding: 13px 0 !important;
    font-weight: 400 !important;
    vertical-align: bottom !important;
    line-height: 1.2 !important
}

.scart__right table .cart-totals-heading td {
    padding: 13px 0 !important;
    line-height: 1.2 !important;
    font-weight: 500;
    vertical-align: bottom !important
}

.scart__right table .cart-totals-heading:has(+.cart-totals-subheading) td,
.scart__right table .cart-totals-heading:has(+.cart-totals-subheading) th {
    padding-bottom: 4px !important
}

.scart__right table .cart-totals-sale-sum {
    color: red
}

.scart__right table .cart-totals-subheading:has(+.cart-totals-heading) td,
.scart__right table .cart-totals-subheading:has(+.cart-totals-heading) th {
    padding-bottom: 16px !important
}

.scart__right table .cart-totals-subheading th {
    font-size: 12px;
    font-weight: 500;
    padding: 4px 0 !important;
    font-weight: 400 !important;
    vertical-align: bottom !important;
    line-height: 1.2 !important
}

.scart__right table .cart-totals-subheading td {
    font-size: 12px;
    font-weight: 500;
    padding: 4px 0 !important;
    line-height: 1.2 !important;
    font-weight: 500;
    vertical-align: bottom !important
}

.scart__right table .order-total td,
.scart__right table .order-total th {
    padding: 13px 0 4px 0 !important;
    vertical-align: bottom !important;
    font-weight: 500 !important;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .03em
}

.scart__right table .order-total td strong,
.scart__right table .order-total th strong {
    font-weight: 500 !important
}

.checkout .lb-billing-fields__field-wrapper p:not(.lb-invalid) label:has(+span>input:not(:-moz-placeholder-shown)),
.checkout .lb-shipping-fields__field-wrapper p:not(.lb-invalid) label:has(+span>input:not(:-moz-placeholder-shown)) {
    color: var(--text-tr)
}

.checkout .lb-billing-fields__field-wrapper p:not(.lb-invalid) label:has(+span>input:not(:-ms-input-placeholder)),
.checkout .lb-shipping-fields__field-wrapper p:not(.lb-invalid) label:has(+span>input:not(:-ms-input-placeholder)) {
    color: var(--text-tr)
}

.checkout .lb-billing-fields__field-wrapper p:not(.lb-invalid) label:has(+span>input:not(:placeholder-shown)),
.checkout .lb-shipping-fields__field-wrapper p:not(.lb-invalid) label:has(+span>input:not(:placeholder-shown)) {
    color: var(--text-tr)
}

.checkout .lb-billing-fields__field-wrapper p.colspan-3,
.checkout .lb-shipping-fields__field-wrapper p.colspan-3 {
    grid-column-end: span 3
}

.checkout .lb-billing-fields__field-wrapper p.colspan-2,
.checkout .lb-shipping-fields__field-wrapper p.colspan-2 {
    grid-column-end: span 1
}

.checkout .scart__delivery-content p label,
.checkout .lb-billing-fields__field-wrapper p label,
.checkout .lb-shipping-fields__field-wrapper p label {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 12px;
    display: block !important;
    color: #21212d !important
}

.checkout .lb-billing-fields__field-wrapper p label.color-tr,
.checkout .lb-shipping-fields__field-wrapper p label.color-tr {
    color: var(--text-tr)
}

.checkout .lb-billing-fields__field-wrapper p .input,
.checkout .lb-billing-fields__field-wrapper p input,
.checkout .lb-shipping-fields__field-wrapper p .input,
.checkout .lb-shipping-fields__field-wrapper p input {
    display: block;
    width: 100%;
    font-size: 14px;
    color: var(--black)
}

.checkout .lb-billing-fields__field-wrapper p .input::-webkit-input-placeholder,
.checkout .lb-billing-fields__field-wrapper p input::-webkit-input-placeholder,
.checkout .lb-shipping-fields__field-wrapper p .input::-webkit-input-placeholder,
.checkout .lb-shipping-fields__field-wrapper p input::-webkit-input-placeholder {
    opacity: 1;
    color: var(--text-tr)
}

.checkout .lb-billing-fields__field-wrapper p .input::-moz-placeholder,
.checkout .lb-billing-fields__field-wrapper p input::-moz-placeholder,
.checkout .lb-shipping-fields__field-wrapper p .input::-moz-placeholder,
.checkout .lb-shipping-fields__field-wrapper p input::-moz-placeholder {
    opacity: 1;
    color: var(--text-tr)
}

.checkout .lb-billing-fields__field-wrapper p .input:-ms-input-placeholder,
.checkout .lb-billing-fields__field-wrapper p input:-ms-input-placeholder,
.checkout .lb-shipping-fields__field-wrapper p .input:-ms-input-placeholder,
.checkout .lb-shipping-fields__field-wrapper p input:-ms-input-placeholder {
    opacity: 1;
    color: var(--text-tr)
}

.checkout .lb-billing-fields__field-wrapper p .input::-ms-input-placeholder,
.checkout .lb-billing-fields__field-wrapper p input::-ms-input-placeholder,
.checkout .lb-shipping-fields__field-wrapper p .input::-ms-input-placeholder,
.checkout .lb-shipping-fields__field-wrapper p input::-ms-input-placeholder {
    opacity: 1;
    color: var(--text-tr)
}

.checkout .lb-billing-fields__field-wrapper p .input::placeholder,
.checkout .lb-billing-fields__field-wrapper p input::placeholder,
.checkout .lb-shipping-fields__field-wrapper p .input::placeholder,
.checkout .lb-shipping-fields__field-wrapper p input::placeholder {
    opacity: 1;
    color: var(--text-tr)
}

.quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.quantity input {
    text-align: center;
    width: 28px;
    min-width: 28px;
    max-width: 28px;
    font-size: 16px;
    letter-spacing: .03em;
    line-height: 1.2
}

.quantity button {
    font-size: 28px;
    height: 1em;
    width: 1em;
    min-width: 1em;
    background-color: #f6f6f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--black)
}

.quantity button:hover {
    background-color: #e3e3e3
}

.quantity button span {
    line-height: 1em;
    font-size: .6em
}

.order-received__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.order-received__center,
.order-received__left,
.order-received__right {
    padding: 30px;
    background: #f3f3f3;
    border-radius: 5px
}

.spost__gallery .sproject-gallery__btns .swiper-btn-next,
.spost__gallery .sproject-gallery__btns .swiper-btn-prev {
    border: 1px solid var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -5px;
    border-radius: 50%;
    pointer-events: all;
    padding: 16px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    position: relative
}

.spost__gallery .sproject-gallery__btns .swiper-btn-next:hover,
.spost__gallery .sproject-gallery__btns .swiper-btn-prev:hover {
    z-index: 3
}

.spost__gallery .sproject-gallery__btns:has(.swiper-btn-next:hover) .swiper-btn-prev {
    opacity: .7
}

.spost__gallery .sproject-gallery__btns .swiper-btn-prev {
    border-color: var(--white);
    background-color: transparent;
    color: var(--white)
}

.spost__gallery .sproject-gallery__btns .swiper-btn-prev:hover {
    background-color: var(--white);
    color: var(--black)
}

.spost__gallery .sproject-gallery__btns .swiper-btn-prev:hover+.swiper-btn-next {
    opacity: .7
}

.spost__gallery .sproject-gallery__btns .swiper-btn-next {
    background-color: var(--white);
    color: var(--black)
}

.p404__btns .btn,
.p404__btns .scart__right #order_review table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span,
.p404__btns .scart__right #order_review table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span,
.p404__btns table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span,
.p404__btns table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span,
.scart__right #order_review table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item .p404__btns span,
.scart__right #order_review table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item .p404__btns span,
table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item .p404__btns span,
table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item .p404__btns span {
    max-width: 352px;
    width: 100%
}

.hero .container {
    min-height: var(--hero-min-h);
    position: relative;
    z-index: 2
}

.hero__bg video:not(.b-loaded) {
    opacity: 0
}

.hero__bg video.b-loaded+.bg-loading {
    display: none
}

.hero-b .container {
    min-height: var(--hero-b-min-h);
    position: relative;
    z-index: 3
}

.hero-b .yoast-breadcrumbs {
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #fff
}

.bprods {
    overflow: hidden
}

.bprods .bprods-sec-swiper {
    overflow: hidden;
    position: relative
}

.bprods .bprods-sec-swiper:not(.swiper-initialized)>.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px
}

.bprods .bprods-sec-swiper:not(.swiper-initialized)>.swiper-wrapper>.swiper-slide {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    width: 50%;
    min-width: 50%;
    max-width: 50%
}

.bprods__group {
    position: relative
}

.bprods__swiper-btn {
    position: absolute;
    height: var(--height-md, 48px);
    width: var(--height-md, 48px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    cursor: pointer;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4;
    border: 1px solid #d9d9d9
}

.bprods__swiper-btn span {
    font-size: 20px
}

.bprods__swiper-btn:after {
    content: none
}

.bprods__swiper-btn.swiper-button-lock {
    display: none
}

.bprods__swiper-btn.swiper-button-disabled {
    opacity: .4
}

.bprods__swiper-btn-prev {
    background-color: var(--white);
    color: var(--black);
    right: 100%;
    margin-right: 20px
}

.bprods__swiper-btn-next {
    background-color: var(--white);
    color: var(--black);
    left: 100%;
    margin-left: 20px
}

.bprods__item {
    position: relative
}

.bprods__item .bprods__item-price.js-copy-element.copyed svg {
    display: none !important
}

.bprods__item .bprods__item-price.js-copy-element.copyed::after {
    content: "\e908";
    font-size: 16px;
    display: block
}

.bprods__item-favorite {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0)
}

.bprods__item-favorite .button-favorite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.luizab-heart:before {
    color: #bebebe;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z' stroke='%23999' stroke-width='1'/%3E%3C/svg%3E");
    width: 30px;
    height: 30px;
    display: block;
    transition: transform .3s ease
}

@media (max-width:767px) {
    .lb-account-nav .luizab-heart:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z' stroke='%23999' stroke-width='1'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        width: 25px;
        height: 25px
    }
}

.header .luizab-heart:before {
    color: #000 !important;
    content: "\e90b";
    display: inline;
    background-image: none
}

.header .luizab-search:before {
    color: #000 !important
}

.header .luizab-cart:before {
    color: #000 !important
}

.header .luizab-account:before {
    color: #000 !important
}

.header .header__menu-btn-icon {
    color: #000 !important
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes doublePulse {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(1.2)
    }

    50% {
        transform: scale(1)
    }

    75% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

.button-favorite.added .luizab-heart:before {
    animation: doublePulse .6s ease-in-out forwards
}

.button-favorite:not(.added) .luizab-heart:before {
    animation: pulse .3s ease-in-out forwards
}

.button-favorite:hover .luizab-heart:before {
    transform: scale(1.1);
    transition: transform .2s ease
}

.button-favorite .luizab-heart:before {
    animation-fill-mode: forwards
}

.bprods__item-link {
    position: absolute;
    inset: 0;
    z-index: 3
}

.bprods__item .link_to_edit {
    position: absolute;
    top: 10px;
    right: auto;
    left: 10px
}

.bprods__item-gallery {
    z-index: 4;
    overflow: hidden;
    position: relative
}

.bprods__item-gallery:hover {
    --bprods-pag-opacity: 1
}

.bprods__item-gallery-item {
    position: relative;
    padding-top: var(--bprods-wrap-pt, 150%)
}

.bprods__item-gallery-item-link {
    position: absolute;
    inset: 0;
    z-index: 4
}

.bprods__item-gallery-item img {
    height: 100%
}

.bprods__item-pag {
    position: absolute;
    z-index: 3
}

.bprods__item-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none
}

.bprods__item-sale-product {
    background-color: var(--color-sale);
    color: #fff;
    padding: 5px 12px;
    font-size: 12px;
    pointer-events: none;
    font-weight: 600
}

.bprods__item-price {
    font-size: 12px;
    font-weight: 400;
    margin-top: .4em
}

.bprods__item-price ins {
    text-decoration: none;
    font-weight: 700;
    color: var(--color-sale)
}

.bprods__item-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    margin-top: .9em;
    font-size: 15px;
    font-weight: 500
}

.bcats__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px
}

.bcats__item {
    position: relative
}

.bcats__item:hover {
    --transoform-image: scale(1.05)
}

.bcats__item:hover .bcats__item-arrow {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg)
}

.bcats__item-arrow {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    font-size: 26px
}

.bsizes__cats-item.active {
    background-color: var(--black);
    color: var(--white)
}

.bsizes__content-tabs-item.active {
    background-color: var(--primary);
    color: var(--white)
}

.contacts__map .js-ymap {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    border-radius: inherit;
    overflow: hidden
}

.contacts__map .js-ymap .ymap-main {
    border-radius: inherit;
    overflow: hidden;
    margin-top: -68px;
    margin-left: -29px;
    min-height: 68px;
    min-width: 59px
}

.contacts__map .js-ymap .ymap-main div:has(>img) {
    width: 59px;
    height: 68px;
    min-height: 68px;
    min-width: 59px
}

.contacts__map .js-ymap .ymap-main img {
    width: 59px;
    height: 68px;
    min-height: 68px;
    min-width: 59px;
    height: 68px
}

.contacts__map .js-ymap .ymap-main-content {
    position: absolute;
    left: 30px;
    bottom: 19px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 7px;
    padding: 3px 6px;
    font-weight: 600;
    background-color: var(--white);
    color: #000
}

[class^=ymaps][class*=copyrights-pane] {
    display: none
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }

    #cookie_notification.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }

    .footer__copyright:not(:only-child):last-child {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .sarchive__filters {
        margin-bottom: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px
    }

    .sarchive__filters-item-select._active+.sarchive__filters-item-content {
        max-height: none
    }

    .sarchive__filters-btns:has(.btn:not(.show), table.shop_tabletbodytr.cart-totals__btns.cart-totals__btns-itemspan:not(.show), table.shop_tabletfoottr.cart-totals__btns.cart-totals__btns-itemspan:not(.show), .scart__right#order_reviewtable.shop_tabletbodytr.cart-totals__btns.cart-totals__btns-itemspan:not(.show), .scart__right#order_reviewtable.shop_tabletfoottr.cart-totals__btns.cart-totals__btns-itemspan:not(.show)):has(.lb-flt-reset.lb-flt-hidden) {
        opacity: 0;
        pointer-events: none
    }

    .sarchive__content {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .sarchive .sarchive__filters-item-content .lb-flt-filter-price {
        margin-bottom: 10px
    }

    .bcats__grid-3 .bcats__item:first-child {
        grid-column: 1/span 1;
        grid-row: 1/span 2
    }

    .bcats__grid-3 .bcats__item:nth-child(2),
    .bcats__grid-3 .bcats__item:nth-child(3) {
        grid-column: 2/span 1
    }
}

@media (min-width:998px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 998px
    }

    .hide-up-lg {
        display: none !important
    }

    .bannerslider__slider-btn-next {
        right: 0;
        left: auto
    }

    .bannerslider__slider-btn-prev {
        left: 0;
        right: auto
    }

    .bannerslider__slider-pagination {
        --swiper-pagination-bullet-size: 6px;
        --swiper-pagination-bullet-horizontal-gap: 5px
    }

    .header__menu-left .header__menu-item.has-submenu>a,
    .header__menu-right .header__menu-item.has-submenu>a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .header__menu-left .header__menu-item.has-submenu>a:is(.has-submenu--projects),
    .header__menu-right .header__menu-item.has-submenu>a:is(.has-submenu--projects) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .header__menu-left .header__menu-item.has-submenu>a:is(.has-submenu--projects)::before,
    .header__menu-right .header__menu-item.has-submenu>a:is(.has-submenu--projects)::before {
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='5' width='22' height='1' fill='%23111A1C'/%3E%3Crect y='10' width='22' height='1' fill='%23111A1C'/%3E%3C/svg%3E%0A");
        mask-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='5' width='22' height='1' fill='%23111A1C'/%3E%3Crect y='10' width='22' height='1' fill='%23111A1C'/%3E%3C/svg%3E%0A")
    }

    .sarchive__sidebar {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .sarchive__sidebar.fixed+.sarchive__content {
        grid-column: 2/span 1
    }

    .sarchive__cats-item-count {
        font-size: 11px
    }

    .sproduct__content {
        position: static;
        top: calc(var(--header-height) + var(--header-banner-h, 0px) + var(--admin-bar-height, 0px));
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .sproduct__params {
        max-width: 450px
    }

    .scart__content table.shop_table tr:first-child td:not(:first-child) {
        border-top: 1px solid var(--border) !important
    }

    .scart__content table.shop_table tr:last-child {
        border-bottom: 1px solid var(--border) !important
    }

    .scart__content table.shop_table tr:last-child td:not(:first-child) {
        border-bottom: 1px solid var(--border) !important
    }

    .bprods .bprods-sec-swiper:not(.swiper-initialized)>.swiper-wrapper>.swiper-slide {
        min-width: 25%;
        max-width: 25%;
        width: 25%
    }

    .bprods__item-gallery:has(.swiper-slide:only-child) .bprods__item-gallery-item-link {
        display: block
    }

    .bprods__item-gallery-item-link {
        display: none
    }

    .bprods__item-pag {
        inset: 0;
        width: 100%;
        height: 100%;
        --swiper-pagination-bottom: 0;
        --swiper-pagination-top: 0;
        opacity: var(--bprods-pag-opacity, 0);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .bprods__item-pag .swiper-pagination-bullet {
        padding: 3px 4.5px !important;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        background-color: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        --swiper-pagination-bullet-horizontal-gap: 0px;
        --swiper-pagination-bullet-opacity: 1;
        --swiper-pagination-bullet-size: 100%
    }

    .bprods__item-pag .swiper-pagination-bullet:before {
        content: "";
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: block;
        height: 3px;
        background: #8f8f8f;
        margin: 0 -1.5px
    }

    .bprods__item-pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: transparent
    }

    .bprods__item-pag .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
        background: var(--bprods-active-color, linear-gradient(124.67deg, #ffdb21 4.77%, #efbf04 70.44%))
    }

    .bcats__grid-3 .bcats__item:first-child {
        --bcats-wrap-pt: 65%
    }

    .bloyalty__swiper .swiper-wrapper {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        height: auto !important
    }
}

@media (min-width:1320px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px
    }
}

@media (max-width:1319.98px) {
    :root {
        --main-section-paddings: 60px
    }

    .section-headings {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .simple-text .content-field h1 {
        font-size: 36px
    }

    .simple-text .content-field h2 {
        font-size: 24px
    }

    .h2,
    .spost__title h1,
    .sproject__title h1,
    h2,
    main section.breadcrumbs+section:not(.hero):not(.hero-b):not(.simple-text) .container>.content-field:first-child h1,
    main section.breadcrumbs+section:not(.hero):not(.hero-b):not(.simple-text) .section-headings .content-field h1 {
        font-size: 36px
    }

    .mega-menu__left-bottom {
        gap: 40px;
        margin-top: 32px
    }

    .mega-menu__menu-pages-item:not(:last-child) {
        margin-bottom: 10px
    }

    .mega-menu__contact {
        margin-top: 10px
    }

    .mega-menu__menu-item-submenu {
        margin-top: 10px;
        gap: 7.5px
    }

    .modal-form__heading,
    .modal-form__title {
        font-size: 36px
    }

    .footer__contact {
        margin-top: 10px
    }

    .sproject__content>:has(+.sproject__tabs) {
        margin-bottom: 40px
    }

    .sproject__tabs+* {
        margin-top: 40px
    }

    .sarchive__items {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 10px
    }

    .sproduct {
        --sproduct-thumb-gutter: 145px;
        --sproduct-w: 600px;
        --gutter: 30px
    }

    .scart {
        --gutter: 30px;
        --thumb-s: 50px;
        --thumb-mr: 5px
    }

    .scart__item-label {
        font-size: 11px
    }

    .scart .scart-h3 {
        font-size: 28px
    }

    .scart__right table .order-total td,
    .scart__right table .order-total th {
        font-size: 18px
    }
}

@media (max-width:997.98px) {
    :root {
        --header-height: 72px;
        --wrap-mx: 20px;
        --header-banner-h: 30px
    }

    #cookie_notification {
        padding: 8px 0
    }

    .section-headings {
        margin-bottom: 20px;
        gap: 10px
    }

    .simple-text .content-field li:not(.form-row),
    .simple-text .content-field p:not(.form-row) {
        font-size: 14px
    }

    .simple-text .content-field h1 {
        font-size: 24px
    }

    .simple-text .content-field h2 {
        font-size: 22px
    }

    .hide-md-md {
        display: none !important
    }

    .h2,
    .spost__title h1,
    .sproject__title h1,
    h2,
    main section.breadcrumbs+section:not(.hero):not(.hero-b):not(.simple-text) .container>.content-field:first-child h1,
    main section.breadcrumbs+section:not(.hero):not(.hero-b):not(.simple-text) .section-headings .content-field h1 {
        font-size: 24px
    }

    .btn,
    .scart__right #order_review table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span,
    .scart__right #order_review table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span,
    table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span,
    table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span {
        min-height: 50px;
        font-size: 11px
    }

    .mega-menu__wrap {
        -webkit-transition-duration: .4s;
        transition-duration: .4s
    }

    .mega-menu__grid {
        grid-template-columns: 55% 1fr;
        gap: 30px;
        padding: 20px
    }

    .mega-menu__left-bottom {
        gap: 20px;
        margin-top: 26px
    }

    .mega-menu__contact {
        font-size: 12px
    }

    .mega-menu__menu {
        gap: 30px 15px
    }

    .alert-wrapper .message {
        max-width: 320px
    }

    .main-forms__button {
        width: 100%
    }

    .modal-form.fancybox__content {
        border-radius: 20px
    }

    .modal-form.fancybox__content .fancybox-close {
        height: 40px;
        width: 40px;
        min-width: 40px
    }

    .modal-form.fancybox__content.modal-code,
    .modal-form.fancybox__content.modal-delete-autopayment,
    .modal-form.fancybox__content.modal-delete-card,
    .modal-form.fancybox__content.modal-login,
    .modal-form.fancybox__content.modal-register,
    .modal-form.fancybox__content.modal-select-card {
        padding: 35px 40px
    }

    .modal-form__heading,
    .modal-form__title {
        font-size: 26px
    }

    .header {
        padding: 0;
        --header-logo-w: 180px
    }

    .header>.container .header-hide-mobile {
        display: none
    }

    .header-banner__text {
        font-size: 11px
    }

    .header__menu-left .header__menu-item.has-submenu>a.active::before,
    .header__menu-right .header__menu-item.has-submenu>a.active::before {
        -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
        transform: rotateZ(180deg)
    }

    .header__menu-left .header__menu-item.has-submenu>a+.header__menu-item-submenu,
    .header__menu-right .header__menu-item.has-submenu>a+.header__menu-item-submenu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        pointer-events: all;
        width: 100%;
        max-width: 100%
    }

    .footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

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

    .footer__contact {
        font-size: 12px
    }

    .footer__subscribe {
        grid-column: 1/span 2
    }

    .footer__copyright {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px 20px
    }

    .sproject__tabs {
        z-index: 50;
        margin-bottom: 0
    }

    .sproject__tabs+* {
        margin-top: 0
    }

    .sproject__gallery .sproject-gallery__btns .swiper-btn-next,
    .sproject__gallery .sproject-gallery__btns .swiper-btn-prev {
        padding: 12px
    }

    .sarchive {
        --sarchive-sidebar: 185px
    }

    .sarchive__grid {
        gap: 25px
    }

    .sarchive__items {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 15px
    }

    .sarchive__pager .lb-flt-page {
        margin-right: 0;
        width: 32px;
        height: 32px;
        min-width: 32px
    }

    .sproduct {
        --sproduct-thumb-gutter: 58px;
        --sproduct-w: 370px;
        --gutter: 15px
    }

    .sproduct__colors,
    .sproduct__select-size-wrap {
        margin-top: 14px
    }

    .sproduct .sproduct__variable .lb-radio-options-size {
        gap: 10px
    }

    .sproduct .sproduct__variable .lb-radio-options-size .lb-radio-options__title {
        font-size: 14px;
        min-width: 42px
    }

    .sproduct .sproduct__variable .lb-radio-options-size .lb-radio-options__desc {
        font-size: 12px
    }

    .sproduct__grid {
        grid-template-columns: 1fr
    }

    .sproduct__images:has(.sproduct-thumbs) {
        padding-left: var(--sproduct-thumb-gutter)
    }

    .sproduct__params:not(:first-child) {
        margin-top: 20px
    }

    .sproduct__variable .value {
        padding-right: 0
    }

    .sproduct .sproduct-attrs-label {
        font-size: 12px
    }

    .sproduct .sproduct__top+.sproduct__bottom {
        margin-top: 22px
    }

    .sproduct__bottom {
        margin-top: 22px
    }

    .scart {
        --gutter: 10px
    }

    .scart__grid {
        grid-template-columns: 1fr
    }

    .scart .lb-checkout-delivery,
    .scart .lb-checkout-payment {
        margin-top: 20px
    }

    .scart .lb-checkout-payment .payment_method_subtitle p {
        font-size: 11px
    }

    .scart__content table.shop_table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .scart__content table.shop_table tr:first-child {
        border-top: 1px solid var(--border) !important
    }

    .scart__content table.shop_table tr:last-child {
        border-bottom: 1px solid var(--border) !important
    }

    .scart__content table.shop_table tr:not(:last-child) {
        margin-bottom: 20px
    }

    .scart__content table.shop_table tr .product-format-price {
        font-size: 16px
    }

    .scart__content table.shop_table tr .product-format-title {
        font-size: 20px;
        font-family: var(--ff-sec);
        -webkit-font-feature-settings: "pnum" on, "lnum" on;
        font-feature-settings: "pnum" on, "lnum" on;
        margin-bottom: 12px;
        text-transform: uppercase;
        letter-spacing: -.02em;
        line-height: 1.2
    }

    .scart__content table.shop_table tr .product-name-html .variation {
        font-size: 11px
    }

    .scart__content table.shop_table tr .product-thumbnail {
        display: block
    }

    .scart__content table.shop_table tr .product-name {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        min-width: calc(100% - 110px - var(--thumb-s) - var(--thumb-mr))
    }

    .scart__content table.shop_table tr .product-quantity {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0
    }

    .scart__content table.shop_table tr .product-size {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0
    }

    .scart__content table.shop_table tr .product-add-favorite {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .scart__content table.shop_table tr .product-remove {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-left: auto
    }

    .scart__content table.shop_table tr>* {
        display: block
    }

    .scart .main-forms__policy {
        font-size: 12px
    }

    .scart #shipping_method_custom {
        margin-bottom: 10px
    }

    .scart #order_review_heading {
        margin-top: 20px
    }

    .scart #payment .form-bottom {
        margin-top: 10px
    }

    .scart #payment .lb_payment_methods:is(ul) li:only-child {
        grid-column-end: span 2
    }

    .scart #payment .lb_payment_methods label {
        padding-left: 42px
    }

    .scart #payment .lb_payment_methods label .payment_method_icon,
    .scart #payment .lb_payment_methods label img {
        font-size: 30px;
        width: 30px !important
    }

    .scart #payment .lb_payment_methods .payment_method_title {
        font-size: 13px
    }

    .form-coupon {
        margin-bottom: 40px
    }

    .scart__right #order_review table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span,
    .scart__right #order_review table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span,
    table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span,
    table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span {
        height: 45px
    }

    .scart__right #order_review table tr:last-child td button {
        margin-top: 15px
    }

    .scart__right table .order-total td,
    .scart__right table .order-total th {
        font-size: 16px
    }

    .checkout .lb-billing-fields__field-wrapper .address-field,
    .checkout .lb-shipping-fields__field-wrapper .address-field {
        grid-column-end: span 2
    }

    .checkout .lb-billing-fields__field-wrapper,
    .checkout .lb-shipping-fields__field-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }

    .checkout .lb-billing-fields__field-wrapper p.colspan-3,
    .checkout .lb-shipping-fields__field-wrapper p.colspan-3 {
        grid-column-end: span 2
    }

    .checkout .lb-billing-fields__field-wrapper p.colspan-2,
    .checkout .lb-shipping-fields__field-wrapper p.colspan-2 {
        grid-column-end: span 1
    }

    .checkout .lb-billing-fields__field-wrapper p.colspan-2:first-child,
    .checkout .lb-billing-fields__field-wrapper p.colspan-2:last-child,
    .checkout .lb-shipping-fields__field-wrapper p.colspan-2:first-child,
    .checkout .lb-shipping-fields__field-wrapper p.colspan-2:last-child {
        grid-column-end: span 2
    }

    .lb-checkout .lb-checkout-payment {
        display: contents
    }

    .lb-checkout .scart__grid {
        gap: 0
    }

    .lb-checkout .lb-checkout-button {
        -webkit-box-ordinal-group: 41;
        -ms-flex-order: 40;
        order: 40
    }

    .lb-checkout .main-forms__policy {
        -webkit-box-ordinal-group: 31;
        -ms-flex-order: 30;
        order: 30
    }

    .lb-checkout .scart__content {
        display: contents
    }

    .lb-checkout .scart__content>form {
        display: contents
    }

    .order-received__grid {
        grid-template-columns: 1fr;
        gap: 10px
    }

    .order-received__center,
    .order-received__left,
    .order-received__right {
        padding: 15px
    }

    .spost__gallery .sproject-gallery__btns .swiper-btn-next,
    .spost__gallery .sproject-gallery__btns .swiper-btn-prev {
        padding: 12px
    }

    .bprods__swiper-btn {
        height: var(--height-sm, 48px);
        width: var(--height-sm, 48px)
    }

    /* .bprods__item-gallery {
        padding-bottom: 7.5px
    } */

    #limited-edition .bprods__item-gallery {
        padding-bottom: 0
    }

    .bprods__item-pag {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        --swiper-pagination-color: var(--bprods-active-color, var(--accent));
        --swiper-pagination-bottom: 0px;
        --swiper-pagination-top: auto;
        --swiper-pagination-bullet-horizontal-gap: 1.5px;
        --swiper-pagination-bullet-opacity: 1;
        --swiper-pagination-bullet-size: 4px;
        --swiper-pagination-bullet-inactive-color: #929292
    }

    .bprods__item-name {
        margin-top: .5em
    }

    .bcats__grid {
        gap: 20px
    }

    .bcats__grid-7 .bcats__item:first-child {
        grid-column: 1/span 2
    }

    .bcats__grid-7 .bcats__item:first-child .bcats__item-image-wrap {
        padding-top: 60%
    }

    .bcats__item-arrow {
        font-size: 14px
    }
}

@media (max-width:997.98px) and (max-width:997.98px) {
    .scart__content table.shop_table tr .product-format-title {
        font-size: 14px
    }
}

@media (max-width:767.98px) {
    :root {
        --main-section-paddings: 40px;
        --br: 60px
    }

    .simple-text .content-field h1 {
        font-size: 22px
    }

    .simple-text .content-field h2 {
        font-size: 20px
    }

    .h2,
    .spost__title h1,
    .sproject__title h1,
    h2,
    main section.breadcrumbs+section:not(.hero):not(.hero-b):not(.simple-text) .container>.content-field:first-child h1,
    main section.breadcrumbs+section:not(.hero):not(.hero-b):not(.simple-text) .section-headings .content-field h1 {
        font-size: 22px
    }

    .content-field li:not(.form-row),
    .content-field p:not(.form-row) {
        font-size: 14px
    }

    .mega-menu__wrap>.container {
        padding: 0
    }

    .mega-menu__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .mega-menu__prods-pin.mega-menu__prods-pin--show {
        display: grid
    }

    .modal-form.fancybox__content.modal-code,
    .modal-form.fancybox__content.modal-delete-autopayment,
    .modal-form.fancybox__content.modal-delete-card,
    .modal-form.fancybox__content.modal-login,
    .modal-form.fancybox__content.modal-register,
    .modal-form.fancybox__content.modal-select-card {
        padding: 25px 30px
    }

    #modal-fitting .h3.modal-form__heading,
    #modal-fitting .spost__content h2.modal-form__heading,
    #modal-fitting .sproject__content h2.modal-form__heading,
    .spost__content #modal-fitting h2.modal-form__heading,
    .sproject__content #modal-fitting h2.modal-form__heading {
        font-size: 24px
    }

    body:has(.sarchive__filters-item-select._active:not(._lock)) .header {
        z-index: 60
    }

    .footer__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sarchive__grid {
        gap: 0;
        grid-template-columns: 1fr 1fr;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        grid-auto-rows: auto 50px auto auto auto
    }

    .sarchive__items {
        grid-column: 1/span 2;
        margin-top: 20px
    }

    .sarchive .sarchive__loadmore,
    .sarchive .sarchive__pager {
        grid-column: 1/span 2
    }

    .sarchive__sidebar {
        position: static !important
    }

    .sarchive__sidebar-filters-categories-select.cloned {
        position: fixed;
        width: 100%;
        min-width: 300px;
        -webkit-animation: archiveSlideToLeft ease-in-out .4s alternate;
        animation: archiveSlideToLeft ease-in-out .4s alternate;
        background-color: var(--white);
        right: 0;
        top: 0;
        bottom: auto;
        z-index: 130;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 38px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        background-color: var(--black);
        color: var(--white);
        -webkit-transition: opacity .4s ease-in-out, max-width .4s ease-in-out, -webkit-transform .4s ease-in-out;
        transition: opacity .4s ease-in-out, max-width .4s ease-in-out, -webkit-transform .4s ease-in-out;
        transition: transform .4s ease-in-out, opacity .4s ease-in-out, max-width .4s ease-in-out;
        transition: transform .4s ease-in-out, opacity .4s ease-in-out, max-width .4s ease-in-out, -webkit-transform .4s ease-in-out
    }

    .sarchive__sidebar-filters-categories-select._active+.sarchive__sidebar-filters-categories-content {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        pointer-events: all;
        visibility: visible;
        -webkit-transition: opacity .4s ease-in-out, max-width .4s ease-in-out, -webkit-transform .4s ease-in-out;
        transition: opacity .4s ease-in-out, max-width .4s ease-in-out, -webkit-transform .4s ease-in-out;
        transition: transform .4s ease-in-out, opacity .4s ease-in-out, max-width .4s ease-in-out;
        transition: transform .4s ease-in-out, opacity .4s ease-in-out, max-width .4s ease-in-out, -webkit-transform .4s ease-in-out
    }

    .sarchive__sidebar-filters-categories-content {
        position: fixed;
        top: 38px;
        margin-top: 0;
        right: 0;
        bottom: 0;
        background-color: var(--white);
        z-index: 110;
        padding: 30px 20px;
        padding-top: 10px;
        padding-bottom: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        min-width: 300px;
        width: 100%;
        -webkit-transition: opacity .4s ease-in-out, visibility 0s ease-in-out .4s, max-width .4s ease-in-out, -webkit-transform .4s ease-in-out;
        transition: opacity .4s ease-in-out, visibility 0s ease-in-out .4s, max-width .4s ease-in-out, -webkit-transform .4s ease-in-out;
        transition: transform .4s ease-in-out, opacity .4s ease-in-out, visibility 0s ease-in-out .4s, max-width .4s ease-in-out;
        transition: transform .4s ease-in-out, opacity .4s ease-in-out, visibility 0s ease-in-out .4s, max-width .4s ease-in-out, -webkit-transform .4s ease-in-out;
        visibility: hidden;
        max-height: 100%;
        overflow: auto;
        opacity: 1
    }

    .sarchive__sidebar-filters-categories-content:not(.loaded) {
        -webkit-transition: none;
        transition: none;
        visibility: hidden !important
    }

    .sarchive__mobile-wrap:has(+._active)~.sarchive__sidebar {
        grid-column-start: 2
    }

    .sarchive__items,
    .sarchive__loadmore,
    .sarchive__pager {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .sarchive__sidebar {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        position: static !important;
        height: auto !important
    }

    .sarchive__sidebar .sarchive__cats {
        padding-bottom: 40px
    }

    .sarchive__sidebar-inner {
        display: contents !important;
        position: static !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        width: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: all !important
    }

    .sarchive__sidebar .inner-wrapper-sticky {
        position: static !important
    }

    .sarchive__items {
        gap: 25px 10px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .sarchive__filters {
        margin-bottom: 0 !important;
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        padding-bottom: 20px
    }

    .sarchive__filters {
        margin-top: 10px;
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 0;
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: margin-top .2s ease, max-height .2s ease, opacity .2s ease, visibility .2s ease;
        transition: margin-top .2s ease, max-height .2s ease, opacity .2s ease, visibility .2s ease
    }

    .sarchive__filters-item {
        margin-bottom: 15px
    }

    .sarchive__filters-item-select {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .sarchive__filters-item-select._active .sarchive__filters-item-select-icon {
        -webkit-transform: rotateZ(0);
        -ms-transform: rotate(0);
        transform: rotateZ(0)
    }

    .sarchive__filters-item-select+.sarchive__filters-item-content {
        max-height: 0;
        position: relative;
        top: 0;
        margin-top: 0
    }

    .sarchive__filters-item-select._active+.sarchive__filters-item-content {
        max-height: 100%;
        padding-top: 10px;
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        pointer-events: all;
        padding-bottom: 1em;
        padding-top: 0
    }

    .sarchive__filters-item-select._active+.sarchive__filters-item-content .lb-flt-type-checkboxes:not(:has(.flt-search-input)) {
        margin-top: 0
    }

    .sarchive__filters-item-select:has(+.sarchive__filters-item-content>.js-not-null):after {
        right: 32px
    }

    .sarchive__filters-item:not(.sarchive__filters-item-content._active) .sarchive__filters-item-content {
        display: none !important
    }

    .sarchive__filters-item:not(.sarchive__filters-item-content._active) .sarchive__filters-item-content:not(:has(.flt-search-input)) {
        padding: 1em 0
    }

    .sarchive__filters-item:has(.sarchive__filters-item-select._active) {
        position: absolute;
        inset: calc(var(--header-fixed-height, 0px) + var(--admin-bar-height, 0px)) 0 45px 0;
        z-index: 75;
        padding: 0 10px;
        background-color: #fff
    }

    .sarchive__filters-item:has(.sarchive__filters-item-select._active) .sarchive__filters-item-select {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .sarchive__filters-item:has(.sarchive__filters-item-select._active) .sarchive__filters-item-select .sarchive__filters-item-select-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        justify-content: center;
        -webkit-transform: rotateZ(90deg);
        -ms-transform: rotate(90deg);
        transform: rotateZ(90deg);
        width: 40px;
        height: 40px;
        background-color: #f4f4f4;
        line-height: 3.4em;
        font-size: 13px
    }

    .sarchive__filters-item:has(.sarchive__filters-item-select._active) .sarchive__filters-item-select-title {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-size: 18px;
        padding-right: 40px;
        margin-right: 0;
        text-align: center
    }

    .sarchive__filters-item:has(.sarchive__filters-item-select._active) .sarchive__filters-item-content {
        display: block !important
    }

    .sarchive__filters-item:has(.sarchive__filters-item-select._active) .sarchive__filters-item-content::after {
        content: none
    }

    .sarchive__filters-item:has(.sarchive__filters-item-select._active) .lb-flt-type-checkboxes {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .sarchive__filters {
        position: fixed;
        top: 38px;
        margin-top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        min-width: 300px;
        background-color: var(--white);
        z-index: 130;
        padding: 30px 20px;
        padding-right: 0;
        padding-bottom: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform .4s ease-in-out;
        transition: -webkit-transform .4s ease-in-out;
        transition: transform .4s ease-in-out;
        transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
        max-height: 100%;
        overflow: hidden;
        opacity: 1
    }

    .sarchive__filters:not(.loaded) {
        -webkit-transition: none;
        transition: none;
        visibility: hidden;
        opacity: 0
    }

    .sarchive__filters.loading .sarchive__filters-left {
        opacity: .4 !important;
        pointer-events: none !important
    }

    .sarchive__filters.loading::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 90
    }

    .sarchive__filters.loading::before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 100;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 50%;
        border: 2px solid var(--black);
        border-top-color: transparent;
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite
    }

    .sarchive__filters-top .sarchive__filters-name {
        display: none
    }

    .sarchive__filters-item-select .sarchive__filters-item-select-icon {
        -webkit-transition: none;
        transition: none
    }

    .sarchive__content {
        display: contents
    }

    .sarchive .sarchive__filters-item-content .lb-flt-filter-price {
        padding-right: 30px;
        padding-left: 30px
    }

    .sarchive .sarchive__filters-item-content .lb-flt-filter-size {
        display: grid;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px
    }

    .sarchive .sarchive__filters-item-content .lb-flt-filter-size .lb-flt-checkbox {
        border: 1px solid #20202015;
        font-size: 14px;
        border-radius: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 4px 8px;
        text-align: center;
        margin: 0
    }

    .sarchive .sarchive__filters-item-content .lb-flt-filter-size .lb-flt-checkbox:before {
        content: none !important
    }

    .sarchive .sarchive__filters-item-content .lb-flt-filter-size .lb-flt-checkbox.checked {
        background-color: var(--accent);
        border-color: var(--accent);
        color: #fff
    }

    .sarchive .sarchive__filters-item-content .lb-flt-filter-size .lb-flt-counter {
        display: none
    }

    .sarchive .sarchive__filters-item-content:has(.flt-search-input) .lb-flt-type-checkboxes {
        margin-top: 0;
        padding-top: 60px;
        max-height: calc(100% - 50px)
    }

    .sarchive .sarchive__filters-item-content:has(.flt-search-input) .lb-flt-type-checkboxes .lb-flt-counter {
        display: none !important
    }

    .sarchive .sarchive__filters-item-content:has(.flt-search-input) .lb-flt-type-checkboxes .flt-search-input {
        inset: .6em 0 auto 0
    }

    .sproduct .sproduct__variable {
        width: 100%
    }

    .sproduct .sproduct__variable .lb-radio-options-size {
        display: grid;
        grid-template-columns: repeat(5, minmax(50px, 1fr))
    }

    .sproduct .sproduct__variable .lb-radio-options-size label {
        height: 60px
    }

    .sproduct .btn--cart {
        min-height: 53px
    }

    .scart .product-name-price {
        font-size: 14px
    }

    .scart #payment .lb_payment_methods:is(ul) {
        gap: 5px
    }

    .p404__btns .btn,
    .p404__btns .scart__right #order_review table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span,
    .p404__btns .scart__right #order_review table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span,
    .p404__btns table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item span,
    .p404__btns table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item span,
    .scart__right #order_review table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item .p404__btns span,
    .scart__right #order_review table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item .p404__btns span,
    table.shop_table tbody tr.cart-totals__btns .cart-totals__btns-item .p404__btns span,
    table.shop_table tfoot tr.cart-totals__btns .cart-totals__btns-item .p404__btns span {
        width: 100%
    }

    .bprods__swiper-btn {
        display: none !important
    }

    .bprods__item-favorite {
        top: 5px;
        right: 5px
    }

    .bprods__item-name {
        font-size: 14px
    }

    .bcats__grid {
        gap: 10px
    }
}

@media (max-width:767.98px) and (max-width:767.98px) {
    .sarchive__filters-item:has(.sarchive__filters-item-select._active) .sarchive__filters-item-select {
        border-width: 0;
        padding: 0;
        padding-bottom: 10px
    }

    .sarchive__filters-item:has(.sarchive__filters-item-select._active) {
        top: 17px
    }
}

@media (max-width:575.98px) {
    :root {
        --header-height: 50px;
        --main-section-paddings: 15px;
        --wrap-mx: 15px
    }

    .content-field li:not(.form-row),
    .content-field p:not(.form-row) {
        font-size: 12px
    }

    .mega-menu__grid {
        width: 100%
    }

    .main-forms__input {
        font-size: 15px
    }

    .modal-form.fancybox__content {
        border-radius: 15px
    }

    .header {
        --header-logo-w: 140px
    }

    .footer__subscribe .form-response {
        max-width: 100%
    }

    .footer__subscribe-form .main-forms__item-email {
        min-width: 280px
    }

    .sproduct__params-tr td,
    .sproduct__params-tr th {
        padding-bottom: 10px;
        padding-top: 12px
    }

    .scart #payment .lb_payment_methods:is(ul) {
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr))
    }

    .bprods .bprods-sec-swiper {
        margin-right: -15px;
        margin-left: -15px;
        padding-right: 15px;
        padding-left: 15px
    }

    .bprods__item-price {
        font-size: 11px
    }

    .bprods__item-name {
        font-size: 13px
    }

    .bcats__grid {
        gap: 5px
    }

    .bcats__item-arrow {
        font-size: 12px
    }
}

#customAuthModal .main-forms__input {
    border: none !important;
    border-bottom: 1px solid #000 !important;
    padding: 0 !important;
    padding-bottom: 10px !important
}

.checkout .main-forms__policy p {
    color: #000
}

.js-subscribe-form .main-forms__policy p {
    color: #8b8b8b
}

.product-title-new {
    text-align: left;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(20px, 2vw + 1rem, 32px);
    line-height: 100%;
    letter-spacing: 0
}

.product-articul {
    font-weight: 300 !important;
    font-style: normal;
    font-size: clamp(10px, .5vw + .5rem, 12px) !important;
    line-height: clamp(16px, 1vw + .5rem, 20px) !important;
    letter-spacing: 0;
    color: #272727
}

.sproduct__colors {
    margin-top: 15px
}

.sproduct__colors-list {
    display: flex;
    gap: 18px;
    flex-wrap: nowrap
}

.sproduct__color-item {
    display: block;
    min-width: 45px;
    min-height: 45px;
    border: 1px solid #272727;
    transition: all .2s ease
}

.sproduct__color-item.active {
    border-color: #daa754
}

.sproduct__color-item:hover {
    transform: scale(1.1)
}

.product-care__desc b {
    font-weight: 500 !important
}

.sproduct__images:has(.sproduct-thumbs) {
    padding-left: var(--sproduct-thumb-gutter)
}

@media (min-width:997.98px) {
    .sproduct__images .sproduct__pagination {
        display: none
    }
}

@media (max-width:997.98px) {

    .sproduct__images:has(.sproduct-thumbs) {
        padding-left: 0
    }

    .sproduct__images .swiper-pagination-bullet {
        border-radius: 0 !important;
        background: #fff !important
    }

    .sproduct__images .swiper-pagination-bullet-active {
        background: #fff !important
    }
}