.alert-block {
    position: fixed;
    right: 1.5rem;
    top: 1.5rem;
    z-index: 13000
}

@media (max-width: 575.98px) {
    .alert-block {
        right: 1rem !important;
        top: 1rem !important;
        left: 1rem !important
    }
}

.sc-alert {
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(40, 41, 61, .04), 0 8px 16px rgba(96, 97, 112, .16);
    box-shadow: 0 2px 4px rgba(40, 41, 61, .04), 0 8px 16px rgba(96, 97, 112, .16);
    padding: 0;
    margin-bottom: 1.5rem;
    overflow: hidden
}

@media (min-width: 420px) {
    .sc-alert {
        width: 370px;
        min-height: 100px
    }

    .sc-alert-content {
        min-height: 100px
    }
}

.sc-alert-success .sc-alert-icon {
    background-color: #09b83a
}

.sc-alert-danger .sc-alert-icon {
    background-color: #d73e3e
}

.sc-alert-warning .sc-alert-icon {
    background-color: #e57a00
}

.sc-alert-close {
    position: absolute;
    right: .5rem;
    top: .5rem;
    background: rgba(0, 0, 0, 0);
    padding: 0
}

.sc-alert-icon {
    max-width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px
}

.sc-alert-text {
    color: #1c1c28;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.sc-alert-text a {
    color: #0063f7;
    text-decoration: underline
}

.sc-alert-text a:hover {
    text-decoration: none
}

.alert-text-item + .alert-text-item {
    margin-top: .5rem
}

.sc-alert [data-bs-dismiss=modal] {
    display: none !important
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

.modal {
    -webkit-transform: translateY(500px);
    -ms-transform: translateY(500px);
    transform: translateY(500px);
    -webkit-transition: opacity .3s, -webkit-transform .4s;
    transition: transform .4s, opacity .3s, -webkit-transform .4s;
    -o-transition: transform .4s, opacity .3s;
    opacity: 0;
    z-index: 12201
}

#cartModal {
    z-index: 12203
}

.modal-backdrop.show, .c_modal-backdrop.show {
    opacity: .8
}

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

.modal-dialog {
    max-width: 600px;
}

.modal-dialog.wide {
    max-width: 1024px
}

.modal-content {
    border: 0;
    overflow: hidden;
}
.modal-content a:hover {
    text-decoration: underline;
}
.modal-content .sc-btn:not(.sc-btn-with-icon) {
    width: 100%
}
.modal-header {
    border-bottom: transparent;
}

@media (max-width: 767px) {
    .modal-dialog {
        margin: 0;
        width: 100%;
        max-width: 100%
    }
    .modal-content {
        height: calc(100vh - 60px);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
    .modal-title {
        font-size: 1rem !important
    }
}

.modal-header .btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (max-width: 767px) {
    .modal-body {
        overflow-y: auto
    }
}

@media (min-width: 768px) {
    .modal-body {
        min-height: 300px
    }
}

.modal-body-text {
    line-height: 17px
}

.modal-body iframe {
    max-width: 100%
}

.modal-body-agree a {
    text-decoration: underline
}

.modal-body-agree a:hover {
    text-decoration: none
}

.modal-body-agree ol,
.modal-body-agree ul {
    padding-left: 1rem
}

.modal-body-agree ol + p,
.modal-body-agree p + ol,
.modal-body-agree p + p,
.modal-body-agree p + ul,
.modal-body-agree ul + p {
    padding-top: 1rem
}

.modal-body-cart-items {
    overflow-y: auto;
}

.modal-body-cart-items > * {
    -webkit-transition: border-color .3s ease-out;
    -o-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out
}

.modal-body-cart-items > :hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #eaeaea
}

.modal-body-product-img {
    border: 1px solid #f2f4f8;
    min-width: 82px
}

.modal-body-product-panel {
    border: var(--ds-main-border);
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
}

.modal-body-product-img img {
    height: 64px;
    object-fit: contain;
}

.modal-body-product:hover {
    -webkit-filter: none;
    filter: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (max-width: 370px) {
    .modal-body-product .sc-module-rating-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
}

.modal-body-product .sc-module-rating-star {
    width: 1rem;
    height: 1rem;
    cursor: pointer
}

@media (min-width: 413px) {
    .modal-body-product .sc-module-rating-star {
        width: 1.5rem;
        height: 1.5rem
    }
}

.modal-body-product .sc-module-rating-star + .sc-module-rating-star {
    margin-left: .5rem
}

@media (min-width: 992px) {
    #back-top {
        right: 2.5rem;
        width: 3rem;
        height: 3rem;
        line-height: 3rem
    }

    .modal-body-quick-view-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 510px;
        flex: 0 0 510px;
        max-width: 510px
    }
}

.modal-body-quick-view-img .sc-module-stickers-left {
    gap: 0.25rem;
    flex-wrap: wrap;
}

.modal-body-quick-view .sc-product-actions {
    border: 1px solid #f2f4f8
}

.modal-body-quick-view .sc-product-content-attributes,
.modal-body-quick-view .sc-product-content-description {
    border-bottom: 0
}

.modal-body-quick-view .sc-product-content-text ol,
.modal-body-quick-view .sc-product-content-text ul {
    padding-left: 1rem
}

.modal-body-quick-view .sc-product-content-text ol + p,
.modal-body-quick-view .sc-product-content-text p + ol,
.modal-body-quick-view .sc-product-content-text p + p,
.modal-body-quick-view .sc-product-content-text p + ul,
.modal-body-quick-view .sc-product-content-text ul + p {
    margin-top: 1rem
}

@media (max-width: 413px) {
    .modal-body-quick-view .sc-btn-text {
        display: none
    }

    .modal-body-quick-view .sc-product-buttons .sc-btn {
        padding: 0 !important;
        width: 40px !important;
        height: 40px
    }
}


.modal-backdrop {
    z-index: 12200;
    background-color: transparent;
}

.modal-open {
    overflow: hidden
}

.modal textarea {
    height: 200px !important;
    line-height: 1 !important
}

#cartModal .sc-buy-one-click {
    padding: 0 !important
}

#cartModal .sc-buy-one-click-title {
    font-size: 12px !important;
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

#cartModal .sc-buy-one-click-title + form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

#modalCartBody p + p,
.sc-popup-success p + p {
    margin-top: 1rem
}

#blogCommentModal .form-control {
    max-width: 100%
}

@media (max-width: 767px) {
    #loginModal {
        z-index: 12204;
    }
}

#loginTabs {
    border-bottom: 0;
}

#loginTabs .nav-link {
    margin-bottom: 0;
    background-color: #fff;
    border-color: #f2f2f5;
    border-radius: 0.25rem;
    color: #8f90a6;
    padding: .5rem 1rem;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
    cursor: pointer;
    line-height: 1;
}

@media (min-width: 1200px) {
    #loginTabs .nav-link {
        padding: .75rem 1.5rem;
        font-size: .875rem;
    }
}

#loginTabs .nav-item + .nav-item {
    margin-left: 0.5rem;
}

#loginTabs .nav-link.active {
    color: #1c1c28;
    font-weight: 700;
    background-color: #FFF;
    border-color: #e4e4eb;
    position: relative;
}

#loginTabs .nav-link.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
}

#otp-form-code .otp-code-block {
    background: #f2f4f8;
}

.sc-location {
    -webkit-box-shadow: 0 0 2px rgba(40, 41, 61, .04), 0 4px 8px rgba(96, 97, 112, .16);
    box-shadow: 0 0 2px rgba(40, 41, 61, .04), 0 4px 8px rgba(96, 97, 112, .16)
}

.sc-location + .sc-location {
    margin-top: 1rem
}

.sc-location .sc-btn-secondary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20px;
    height: 20px
}

.sc-location .sc-btn-secondary .sc-btn-icon-chevron {
    -webkit-mask-image: url(../img/sprite.svg#include--location-chevron);
    mask-image: url(../img/sprite.svg#include--location-chevron);
    width: 10px;
    height: 10px
}

.sc-location-collapsed {
    max-height: 0;
    opacity: 0;
    -webkit-transition: max-height .3s ease-out, padding-top .3s ease-out, opacity .3s ease-out .15s;
    -o-transition: max-height .3s ease-out, padding-top .3s ease-out, opacity .3s ease-out .15s;
    transition: max-height .3s ease-out, padding-top .3s ease-out, opacity .3s ease-out .15s;
    overflow: hidden
}

.sc-location iframe {
    max-width: 100%;
    border-radius: .25rem !important;
    max-height: 320px !important
}

.sc-location.active .sc-btn-secondary .sc-btn-icon {
    background: #fff;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sc-location.active .sc-location-collapsed {
    max-height: 800px;
    padding-top: 1rem;
    opacity: 1
}

@-webkit-keyframes pulsation {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        opacity: .5
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes pulsation {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        opacity: .5
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes iconOpacity {
    0%,
    100% {
        opacity: 0
    }
    40%,
    80% {
        opacity: .96
    }
    60% {
        opacity: 1
    }
}

@keyframes iconOpacity {
    0%,
    100% {
        opacity: 0
    }
    40%,
    80% {
        opacity: .96
    }
    60% {
        opacity: 1
    }
}

#sc_fixed_contact_button {
    position: fixed;
    right: 15px;
    bottom: 72px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    z-index: 1020
}

#sc_fixed_contact_button.clicked {
    z-index: 1041
}

#sc_fixed_contact_substrate {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 0;
    display: none
}

#sc_fixed_contact_substrate.active {
    z-index: 1020;
    display: block
}

.sc-fixed-contact-pulsation {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: 2s infinite pulsation;
    animation: 2s infinite pulsation
}

@media (min-width: 420px) {
    #sc_fixed_contact_button {
        right: 30px;
        width: 70px;
        height: 70px
    }

    .sc-fixed-contact-pulsation {
        width: 100px;
        height: 100px
    }
}

.sc-fixed-contact-icon {
    color: #fff;
    width: 100%;
    font-size: 20px;
    overflow: hidden
}

.sc-fixed-contact-icon .fa-envelope {
    -webkit-animation: 3s infinite iconOpacity;
    animation: 3s infinite iconOpacity;
    width: 20px;
    height: 20px
}

@media (min-width: 420px) {
    .sc-fixed-contact-icon {
        font-size: 28px
    }

    .sc-fixed-contact-icon .fa-envelope {
        width: 28px;
        height: 28px
    }
}

.sc-fixed-contact-text {
    font-size: 7px;
    text-transform: uppercase;
    line-height: 9px;
    color: #fff
}

.sc-fixed-contact-dropdown {
    position: absolute;
    bottom: 60px;
    right: 36px;
    padding: 20px;
    border-radius: 6px;
    background: #fff;
    display: block;
    opacity: 0;
    z-index: -1;
    margin-bottom: 20px;
    -webkit-transition: margin-bottom .3s, opacity .3s;
    -o-transition: margin-bottom .3s, opacity .3s;
    transition: margin-bottom .3s, opacity .3s;
    -webkit-box-shadow: 5px 12px 30px rgba(0, 0, 0, .35);
    box-shadow: 5px 12px 30px rgba(0, 0, 0, .35);
    visibility: hidden;
    min-width: 250px
}

@media (min-width: 420px) {
    .sc-fixed-contact-text {
        font-size: 8px;
        line-height: 10px
    }

    .sc-fixed-contact-dropdown {
        right: 60px
    }
}

.sc-fixed-contact-dropdown.expanded {
    margin-bottom: 0;
    opacity: .98;
    z-index: 1;
    visibility: visible
}

.sc-fixed-contact-item {
    color: #333;
    font-size: 14px
}

.sc-fixed-contact-item > * {
    pointer-events: none
}

.sc-fixed-contact-item:not(:last-child) {
    margin-bottom: 18px
}

.sc-fixed-contact-item-icon {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    max-width: 36px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin-right: 10px;
    color: #fff
}

.sc-fixed-contact-item-icon svg {
    width: 20px !important;
    height: 20px
}

.sc-fixed-contact-messenger {
    background: #0084ff
}

.sc-fixed-contact-viber {
    background: #7c529d
}

.sc-fixed-contact-telegram {
    background: #2ca5e0
}

.sc-fixed-contact-skype {
    background: #31c4ed
}

.sc-fixed-contact-whatsapp {
    background: #25d366
}

.sc-fixed-contact-email {
    background: #50a8ff
}

.sc-fixed-contact-call {
    background: #3cba8b
}

.sc-fixed-contact-contacts {
    background: #141e1a
}

@media (max-width: 991px) {
    .sc-fixed-contact-viber-desktop {
        display: none !important
    }
}

@media (min-width: 768px) {
    #sc_fixed_contact_button {
        bottom: 30px
    }
}

.popover {
    font-family: Montserrat, sans-serif;
    border-color: transparent;
    border-radius: .5rem;
    -webkit-box-shadow: 0 2px 8px rgba(40, 41, 61, .04), 0 16px 24px rgba(96, 97, 112, .16);
    box-shadow: 0 2px 8px rgba(40, 41, 61, .04), 0 16px 24px rgba(96, 97, 112, .16);
    z-index: 1019
}

@media (min-width: 360px) {
    .popover {
        min-width: 260px
    }
}

@media (min-width: 992px) {
    .popover {
        z-index: 19999
    }
}

.popover-arrow:before {
    border-color: transparent !important
}

.popover-header {
    border-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 600;
    font-size: 1.075rem;
    padding: 1rem 1rem .5rem
}

.popover-header:before {
    border-color: transparent !important
}

.popover-body {
    padding: 0 1rem 1rem;
    font-size: .75rem;
    color: #555770
}

.popover-body p + p {
    margin-top: 1rem
}

.popover-body ul {
    padding: 1rem 0 1rem .75rem
}


@media (max-width: 450px) {
    .modal-dialog {
        padding-top: 0;
        height: 100vh;
    }
    .modal-content {
        height: 100%;
    }
}

/* Blog article mobile fixes */
@media (max-width: 767px) {
    #blog-article {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .barticle_page-description img,
    .barticle_page-description video,
    .barticle_page-description iframe,
    .barticle_page-description table {
        max-width: 100% !important;
        height: auto !important;
    }
    .barticle_page-description * {
        max-width: 100%;
    }
}


#size-measurement-tab .size-measurement-content {
    display: flex;
    gap: 0 15px;
}


#size-measurement-tab .panel-body {
    padding-top: 0;
}

#size-measurement-tab .size-measurement-content > *:not(.dark-text) {
    max-width: 150px;
    width: 100%;
}

/* Відступ перед блоком "Акції" на головній */
#common-home .home_categories {
    margin-bottom: 96px;
    
    
}

#common-home .home_categories + .c_products_module-wrap {
    margin-bottom: 96px;
}

/* Прибрати меню підкатегорій над заголовком на сторінках категорій */
#product-category #content > .sc-subcategories {
    display: none !important;
}

/* Desktop page-width stability: cancel reserved scrollbar gutter from the old patch.
   This does NOT force a scrollbar. */
@media (min-width: 1200px) {
    html {
        overflow-y: auto !important;
        scrollbar-gutter: auto !important;
    }

    body.folk-pc-menu-open {
        overflow-y: auto !important;
        padding-right: 0 !important;
    }
}

/* HOME HERO: mobile stable viewport. Scoped only to the home page. */
@media (max-width: 767.98px) {
    #common-home .section.full-width-slider,
    #common-home .section.full-width-slider .sc-slideshow-plus,
    #common-home .section.full-width-slider .sc-slideshow-plus > .col-12,
    #common-home .section.full-width-slider .sc-slideshow-plus-block,
    #common-home .section.full-width-slider .swiper-wrapper,
    #common-home .section.full-width-slider .swiper-slide,
    #common-home .section.full-width-slider .sc-slideshow-plus-item-fullimg,
    #common-home .section.full-width-slider .sc-slideshow-plus-item-fullimg > a,
    #common-home .section.full-width-slider picture {
        height: calc(100vh + 88px) !important;
        min-height: calc(100vh + 88px) !important;
    }

    @supports (height: 100svh) {
        #common-home .section.full-width-slider,
        #common-home .section.full-width-slider .sc-slideshow-plus,
        #common-home .section.full-width-slider .sc-slideshow-plus > .col-12,
        #common-home .section.full-width-slider .sc-slideshow-plus-block,
        #common-home .section.full-width-slider .swiper-wrapper,
        #common-home .section.full-width-slider .swiper-slide,
        #common-home .section.full-width-slider .sc-slideshow-plus-item-fullimg,
        #common-home .section.full-width-slider .sc-slideshow-plus-item-fullimg > a,
        #common-home .section.full-width-slider picture {
            height: calc(100svh + 88px) !important;
            min-height: calc(100svh + 88px) !important;
        }
    }

    #common-home .section.full-width-slider img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        object-fit: cover !important;
        object-position: center top !important;
        border-radius: 0 !important;
    }
}

/* HOME HERO: tablet stable viewport. Scoped only to the home page. */
@media (min-width: 768px) and (max-width: 1199.98px) {
    #common-home .section.full-width-slider,
    #common-home .section.full-width-slider .sc-slideshow-plus,
    #common-home .section.full-width-slider .sc-slideshow-plus > .col-12,
    #common-home .section.full-width-slider .sc-slideshow-plus-block,
    #common-home .section.full-width-slider .swiper-wrapper,
    #common-home .section.full-width-slider .swiper-slide,
    #common-home .section.full-width-slider .sc-slideshow-plus-item-fullimg,
    #common-home .section.full-width-slider .sc-slideshow-plus-item-fullimg > a,
    #common-home .section.full-width-slider picture {
        height: 100vh !important;
        min-height: 100vh !important;
    }

    @supports (height: 100svh) {
        #common-home .section.full-width-slider,
        #common-home .section.full-width-slider .sc-slideshow-plus,
        #common-home .section.full-width-slider .sc-slideshow-plus > .col-12,
        #common-home .section.full-width-slider .sc-slideshow-plus-block,
        #common-home .section.full-width-slider .swiper-wrapper,
        #common-home .section.full-width-slider .swiper-slide,
        #common-home .section.full-width-slider .sc-slideshow-plus-item-fullimg,
        #common-home .section.full-width-slider .sc-slideshow-plus-item-fullimg > a,
        #common-home .section.full-width-slider picture {
            height: 100svh !important;
            min-height: 100svh !important;
        }
    }

    #common-home .section.full-width-slider img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        object-fit: cover !important;
        object-position: center center !important;
        border-radius: 0 !important;
    }
}



/* Home 4 cards: centered tablet grid. */
@media (min-width: 768px) and (max-width: 1199.98px) {
    #common-home.container-fluid.container-lg {
        max-width: 100% !important;
        width: 100% !important;
        padding-top: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow: hidden !important;
    }

    #common-home > .row.sc-category-wall,
    #common-home .row.sc-category-wall {
        --bs-gutter-x: 0 !important;
        --bs-gutter-y: 0 !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 34px 28px !important;
        width: min(100%, 920px) !important;
        max-width: 920px !important;
        margin-top: 0 !important;
        margin-bottom: 34px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-top: 8px !important;
        padding-left: 32px !important;
        padding-right: 32px !important;
        box-sizing: border-box !important;
    }

    #common-home .row.sc-category-wall > .sc-category-wall-item,
    #common-home .row.sc-category-wall > [class*="col"] {
        width: 100% !important;
        max-width: none !important;
        flex: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #common-home .row.sc-category-wall .sc-category-wall-item > a,
    #common-home .row.sc-category-wall > * > a {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    #common-home .row.sc-category-wall img {
        display: block !important;
        width: 100% !important;
        max-width: 360px !important;
        height: auto !important;
        object-fit: contain !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #common-home .row.sc-category-wall .sc-category-wall-title {
        margin-top: 14px !important;
        text-align: center !important;
    }
}

/* Tablet breadcrumbs/page title spacing. */
@media (min-width: 768px) and (max-width: 1199.98px) {
    #product-category .sc-breadcrumb,
    #product-category .breadcrumb,
    #information-information .sc-breadcrumb,
    #information-information .breadcrumb,
    #information-contact .sc-breadcrumb,
    #information-contact .breadcrumb {
        margin-top: 12px !important;
        margin-bottom: 14px !important;
    }

    #product-category .sc-page-title,
    #information-information .sc-page-title,
    #information-contact .sc-page-title {
        margin-top: 0 !important;
        margin-bottom: 16px !important;
    }

    #product-category .sc-page-title h1,
    #information-information .sc-page-title h1,
    #information-contact .sc-page-title h1,
    #information-information h1,
    #information-contact h1 {
        margin-top: 0 !important;
        margin-bottom: 16px !important;
    }
}

/* Customer information pages: tablet sidebar left, content right. Contacts page is not targeted. */
@media (min-width: 768px) and (max-width: 1199.98px) {
    #information-information.container-fluid.container-lg {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 32px !important;
        padding-right: 32px !important;
    }

    #information-information .main {
        display: grid !important;
        grid-template-columns: 230px minmax(0, 1fr) !important;
        column-gap: 34px !important;
        align-items: start !important;
        max-width: 1120px !important;
        margin: 0 auto !important;
        padding-top: 0 !important;
    }

    #information-information .main > .content-top-box {
        grid-column: 1 / 2 !important;
        grid-row: 1 / 2 !important;
        width: 230px !important;
        min-width: 230px !important;
        margin: 0 !important;
        padding: 0 !important;
        position: sticky !important;
        top: 90px !important;
        align-self: start !important;
    }

    #information-information .main > .content-top-box ul,
    #information-information .main > .content-top-box .list-unstyled {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #information-information .main > .content-top-box li,
    #information-information .main > .content-top-box a,
    #information-information .main > .content-top-box span {
        font-size: 13px !important;
        line-height: 1.35 !important;
        text-transform: none !important;
    }

    #information-information .main > .row {
        grid-column: 2 / 3 !important;
        grid-row: 1 / 2 !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important;
        display: block !important;
    }

    #information-information .main > .row > [class*="col"],
    #information-information .main > .row > #content,
    #information-information #content {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #information-information h1,
    #information-information .sc-page-title h1,
    #information-information #content h1 {
        font-size: 30px !important;
        line-height: 1.2 !important;
        margin-top: 0 !important;
        margin-bottom: 22px !important;
    }

    #information-information h2,
    #information-information #content h2 {
        font-size: 22px !important;
        line-height: 1.28 !important;
        margin-top: 28px !important;
        margin-bottom: 16px !important;
    }

    #information-information h3,
    #information-information #content h3 {
        font-size: 18px !important;
        line-height: 1.35 !important;
        margin-top: 22px !important;
        margin-bottom: 12px !important;
    }

    #information-information #content p,
    #information-information #content li,
    #information-information .content-block-text p,
    #information-information .content-block-text li {
        font-size: 15px !important;
        line-height: 1.55 !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #information-information .main {
        grid-template-columns: 250px minmax(0, 1fr) !important;
        column-gap: 44px !important;
    }

    #information-information .main > .content-top-box {
        width: 250px !important;
        min-width: 250px !important;
    }
}

/* Mobile contacts feedback form: safe inner spacing. */
@media (max-width: 767.98px) {
    #information-contact .sc-contact-us,
    #information-contact .sc-contact-us-form,
    #information-contact .contact-form,
    #information-contact form,
    #information-contact .content-block form {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    #information-contact .form-group,
    #information-contact .mb-3,
    #information-contact .form-row,
    #information-contact .form-check {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #information-contact input[type="text"],
    #information-contact input[type="tel"],
    #information-contact input[type="email"],
    #information-contact textarea,
    #information-contact select,
    #information-contact .form-control {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    #information-contact button[type="submit"],
    #information-contact .main_link,
    #information-contact .sc-btn-primary {
        width: calc(100% - 36px) !important;
        max-width: calc(100% - 36px) !important;
        margin-left: 18px !important;
        margin-right: 18px !important;
        margin-top: 18px !important;
    }
}

#information-information #content form:has(input[type="file"]),
#information-wholesalers #content form:has(input[type="file"]) {
    width: 100% !important;
    max-width: 690px !important;
    margin: 32px 0 40px !important;
    padding: 48px 40px !important;
    background: #f3f3f3 !important;
    box-sizing: border-box !important;
}

#information-information #content form:has(input[type="file"]) .form-group,
#information-information #content form:has(input[type="file"]) .mb-3,
#information-information #content form:has(input[type="file"]) .form-row,
#information-wholesalers #content form:has(input[type="file"]) .form-group,
#information-wholesalers #content form:has(input[type="file"]) .mb-3,
#information-wholesalers #content form:has(input[type="file"]) .form-row {
    width: 100% !important;
    max-width: 456px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 24px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

/* Hide ordinary labels like in the contacts form. Keep the file-upload label visible. */
#information-information #content form:has(input[type="file"]) .form-group:has(input:not([type="file"]):not([type="hidden"])) > label,
#information-information #content form:has(input[type="file"]) .form-group:has(select) > label,
#information-information #content form:has(input[type="file"]) .form-group:has(textarea) > label,
#information-information #content form:has(input[type="file"]) .mb-3:has(input:not([type="file"]):not([type="hidden"])) > label,
#information-information #content form:has(input[type="file"]) .mb-3:has(select) > label,
#information-information #content form:has(input[type="file"]) .mb-3:has(textarea) > label,
#information-information #content form:has(input[type="file"]) > label:has(+ input:not([type="file"]):not([type="hidden"])),
#information-information #content form:has(input[type="file"]) > label:has(+ select),
#information-information #content form:has(input[type="file"]) > label:has(+ textarea),
#information-wholesalers #content form:has(input[type="file"]) .form-group:has(input:not([type="file"]):not([type="hidden"])) > label,
#information-wholesalers #content form:has(input[type="file"]) .form-group:has(select) > label,
#information-wholesalers #content form:has(input[type="file"]) .form-group:has(textarea) > label,
#information-wholesalers #content form:has(input[type="file"]) .mb-3:has(input:not([type="file"]):not([type="hidden"])) > label,
#information-wholesalers #content form:has(input[type="file"]) .mb-3:has(select) > label,
#information-wholesalers #content form:has(input[type="file"]) .mb-3:has(textarea) > label,
#information-wholesalers #content form:has(input[type="file"]) > label:has(+ input:not([type="file"]):not([type="hidden"])),
#information-wholesalers #content form:has(input[type="file"]) > label:has(+ select),
#information-wholesalers #content form:has(input[type="file"]) > label:has(+ textarea) {
    display: none !important;
}

#information-information #content form:has(input[type="file"]) .form-group:has(input[type="file"]) > label,
#information-information #content form:has(input[type="file"]) .mb-3:has(input[type="file"]) > label,
#information-information #content form:has(input[type="file"]) > label:has(+ input[type="file"]),
#information-wholesalers #content form:has(input[type="file"]) .form-group:has(input[type="file"]) > label,
#information-wholesalers #content form:has(input[type="file"]) .mb-3:has(input[type="file"]) > label,
#information-wholesalers #content form:has(input[type="file"]) > label:has(+ input[type="file"]) {
    display: block !important;
    max-width: 456px !important;
    margin: 0 auto 8px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
    color: #131313 !important;
}

/* Text fields / phone / email / city select */
#information-information #content form:has(input[type="file"]) input[type="text"],
#information-information #content form:has(input[type="file"]) input[type="tel"],
#information-information #content form:has(input[type="file"]) input[type="email"],
#information-information #content form:has(input[type="file"]) textarea,
#information-information #content form:has(input[type="file"]) select,
#information-information #content form:has(input[type="file"]) .form-control:not([type="file"]),
#information-information #content form:has(input[type="file"]) .form-select,
#information-wholesalers #content form:has(input[type="file"]) input[type="text"],
#information-wholesalers #content form:has(input[type="file"]) input[type="tel"],
#information-wholesalers #content form:has(input[type="file"]) input[type="email"],
#information-wholesalers #content form:has(input[type="file"]) textarea,
#information-wholesalers #content form:has(input[type="file"]) select,
#information-wholesalers #content form:has(input[type="file"]) .form-control:not([type="file"]),
#information-wholesalers #content form:has(input[type="file"]) .form-select {
    display: block !important;
    width: 100% !important;
    max-width: 456px !important;
    min-height: 32px !important;
    height: 32px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 0 12px 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    color: #131313 !important;
    background-color: #f3f3f3 !important;
    border: none !important;
    border-bottom: 1px solid #131313 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    box-sizing: border-box !important;
}

#information-information #content form:has(input[type="file"]) textarea,
#information-wholesalers #content form:has(input[type="file"]) textarea {
    min-height: 110px !important;
    height: 110px !important;
    resize: none !important;
}

#information-information #content form:has(input[type="file"]) select,
#information-information #content form:has(input[type="file"]) .form-select,
#information-wholesalers #content form:has(input[type="file"]) select,
#information-wholesalers #content form:has(input[type="file"]) .form-select {
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    padding-right: 28px !important;
    background-image: url('/image/catalog/icons/caretdown.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 0 center !important;
    background-size: 20px !important;
}

#information-information #content form:has(input[type="file"]) input::placeholder,
#information-information #content form:has(input[type="file"]) textarea::placeholder,
#information-wholesalers #content form:has(input[type="file"]) input::placeholder,
#information-wholesalers #content form:has(input[type="file"]) textarea::placeholder {
    color: #131313 !important;
    opacity: 1 !important;
    font-size: 14px !important;
}

#information-information #content form:has(input[type="file"]) input:focus,
#information-information #content form:has(input[type="file"]) textarea:focus,
#information-information #content form:has(input[type="file"]) select:focus,
#information-information #content form:has(input[type="file"]) .form-control:focus,
#information-information #content form:has(input[type="file"]) .form-select:focus,
#information-wholesalers #content form:has(input[type="file"]) input:focus,
#information-wholesalers #content form:has(input[type="file"]) textarea:focus,
#information-wholesalers #content form:has(input[type="file"]) select:focus,
#information-wholesalers #content form:has(input[type="file"]) .form-control:focus,
#information-wholesalers #content form:has(input[type="file"]) .form-select:focus {
    border-bottom-color: #000 !important;
    box-shadow: none !important;
    outline: none !important;
}

/* File input */
#information-information #content form:has(input[type="file"]) input[type="file"],
#information-information #content form:has(input[type="file"]) input[type="file"].form-control,
#information-wholesalers #content form:has(input[type="file"]) input[type="file"],
#information-wholesalers #content form:has(input[type="file"]) input[type="file"].form-control {
    display: block !important;
    width: 100% !important;
    max-width: 456px !important;
    height: auto !important;
    min-height: 46px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 8px 0 !important;
    color: #131313 !important;
    background-color: #f3f3f3 !important;
    border: none !important;
    border-bottom: 1px solid #131313 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
}

#information-information #content form:has(input[type="file"]) input[type="file"]::file-selector-button,
#information-wholesalers #content form:has(input[type="file"]) input[type="file"]::file-selector-button {
    height: 34px !important;
    margin: 0 16px 0 0 !important;
    padding: 0 14px !important;
    color: #131313 !important;
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.10) !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

#information-information #content form:has(input[type="file"]) input[type="file"]::-webkit-file-upload-button,
#information-wholesalers #content form:has(input[type="file"]) input[type="file"]::-webkit-file-upload-button {
    height: 34px !important;
    margin: 0 16px 0 0 !important;
    padding: 0 14px !important;
    color: #131313 !important;
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.10) !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

/* Button row */
#information-information #content form:has(input[type="file"]) .buttons,
#information-information #content form:has(input[type="file"]) .form-buttons,
#information-information #content form:has(input[type="file"]) .button-group,
#information-information #content form:has(input[type="file"]) .form-actions,
#information-information #content form:has(input[type="file"]) .d-flex:has(button),
#information-information #content form:has(input[type="file"]) .d-flex:has(input[type="submit"]),
#information-information #content form:has(input[type="file"]) .d-flex:has(input[type="button"]),
#information-information #content form:has(input[type="file"]) .d-flex:has(input[type="reset"]),
#information-information #content form:has(input[type="file"]) .row:has(button),
#information-information #content form:has(input[type="file"]) .row:has(input[type="submit"]),
#information-information #content form:has(input[type="file"]) .row:has(input[type="button"]),
#information-information #content form:has(input[type="file"]) .row:has(input[type="reset"]),
#information-wholesalers #content form:has(input[type="file"]) .buttons,
#information-wholesalers #content form:has(input[type="file"]) .form-buttons,
#information-wholesalers #content form:has(input[type="file"]) .button-group,
#information-wholesalers #content form:has(input[type="file"]) .form-actions,
#information-wholesalers #content form:has(input[type="file"]) .d-flex:has(button),
#information-wholesalers #content form:has(input[type="file"]) .d-flex:has(input[type="submit"]),
#information-wholesalers #content form:has(input[type="file"]) .d-flex:has(input[type="button"]),
#information-wholesalers #content form:has(input[type="file"]) .d-flex:has(input[type="reset"]),
#information-wholesalers #content form:has(input[type="file"]) .row:has(button),
#information-wholesalers #content form:has(input[type="file"]) .row:has(input[type="submit"]),
#information-wholesalers #content form:has(input[type="file"]) .row:has(input[type="button"]),
#information-wholesalers #content form:has(input[type="file"]) .row:has(input[type="reset"]) {
    width: 100% !important;
    max-width: 456px !important;
    margin: 28px auto 0 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

#information-information #content form:has(input[type="file"]) .buttons > *,
#information-information #content form:has(input[type="file"]) .form-buttons > *,
#information-information #content form:has(input[type="file"]) .button-group > *,
#information-information #content form:has(input[type="file"]) .form-actions > *,
#information-information #content form:has(input[type="file"]) .row:has(button) > *,
#information-information #content form:has(input[type="file"]) .row:has(input[type="submit"]) > *,
#information-information #content form:has(input[type="file"]) .row:has(input[type="button"]) > *,
#information-information #content form:has(input[type="file"]) .row:has(input[type="reset"]) > *,
#information-wholesalers #content form:has(input[type="file"]) .buttons > *,
#information-wholesalers #content form:has(input[type="file"]) .form-buttons > *,
#information-wholesalers #content form:has(input[type="file"]) .button-group > *,
#information-wholesalers #content form:has(input[type="file"]) .form-actions > *,
#information-wholesalers #content form:has(input[type="file"]) .row:has(button) > *,
#information-wholesalers #content form:has(input[type="file"]) .row:has(input[type="submit"]) > *,
#information-wholesalers #content form:has(input[type="file"]) .row:has(input[type="button"]) > *,
#information-wholesalers #content form:has(input[type="file"]) .row:has(input[type="reset"]) > * {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
}

/* Submit button like .main_link */
#information-information #content form:has(input[type="file"]) button[type="submit"],
#information-information #content form:has(input[type="file"]) button:not([type]),
#information-information #content form:has(input[type="file"]) input[type="submit"],
#information-information #content form:has(input[type="file"]) input[type="button"]:not([value*="очист"]):not([value*="Очист"]):not([value*="ОЧИСТ"]),
#information-information #content form:has(input[type="file"]) .main_link,
#information-information #content form:has(input[type="file"]) .sc-btn-primary,
#information-information #content form:has(input[type="file"]) .btn-primary,
#information-information #content form:has(input[type="file"]) .btn-dark,
#information-wholesalers #content form:has(input[type="file"]) button[type="submit"],
#information-wholesalers #content form:has(input[type="file"]) button:not([type]),
#information-wholesalers #content form:has(input[type="file"]) input[type="submit"],
#information-wholesalers #content form:has(input[type="file"]) input[type="button"]:not([value*="очист"]):not([value*="Очист"]):not([value*="ОЧИСТ"]),
#information-wholesalers #content form:has(input[type="file"]) .main_link,
#information-wholesalers #content form:has(input[type="file"]) .sc-btn-primary,
#information-wholesalers #content form:has(input[type="file"]) .btn-primary,
#information-wholesalers #content form:has(input[type="file"]) .btn-dark {
    width: 100% !important;
    max-width: 456px !important;
    height: 46px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 12px !important;
    color: #fff !important;
    background: #131313 !important;
    border: 1px solid #131313 !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-transform: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
    filter: none !important;
}

/* Reset / clear button */
#information-information #content form:has(input[type="file"]) button[type="reset"],
#information-information #content form:has(input[type="file"]) button[type="button"]:not(.main_link):not(.sc-btn-primary):not(.btn-primary):not(.btn-dark),
#information-information #content form:has(input[type="file"]) input[type="reset"],
#information-information #content form:has(input[type="file"]) input[type="button"][value*="очист"],
#information-information #content form:has(input[type="file"]) input[type="button"][value*="Очист"],
#information-information #content form:has(input[type="file"]) input[type="button"][value*="ОЧИСТ"],
#information-information #content form:has(input[type="file"]) .main_link-empty,
#information-information #content form:has(input[type="file"]) .btn-light,
#information-information #content form:has(input[type="file"]) .btn-secondary,
#information-information #content form:has(input[type="file"]) .btn-outline-secondary,
#information-wholesalers #content form:has(input[type="file"]) button[type="reset"],
#information-wholesalers #content form:has(input[type="file"]) button[type="button"]:not(.main_link):not(.sc-btn-primary):not(.btn-primary):not(.btn-dark),
#information-wholesalers #content form:has(input[type="file"]) input[type="reset"],
#information-wholesalers #content form:has(input[type="file"]) input[type="button"][value*="очист"],
#information-wholesalers #content form:has(input[type="file"]) input[type="button"][value*="Очист"],
#information-wholesalers #content form:has(input[type="file"]) input[type="button"][value*="ОЧИСТ"],
#information-wholesalers #content form:has(input[type="file"]) .main_link-empty,
#information-wholesalers #content form:has(input[type="file"]) .btn-light,
#information-wholesalers #content form:has(input[type="file"]) .btn-secondary,
#information-wholesalers #content form:has(input[type="file"]) .btn-outline-secondary {
    width: 100% !important;
    max-width: 456px !important;
    height: 46px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 12px !important;
    color: #131313 !important;
    background: transparent !important;
    border: 1px solid rgba(0, 0, 0, 0.10) !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-transform: lowercase !important;
    text-decoration: none !important;
    box-shadow: none !important;
    filter: none !important;
}

#information-information #content form:has(input[type="file"]) button:hover,
#information-information #content form:has(input[type="file"]) input[type="submit"]:hover,
#information-information #content form:has(input[type="file"]) input[type="button"]:hover,
#information-information #content form:has(input[type="file"]) input[type="reset"]:hover,
#information-wholesalers #content form:has(input[type="file"]) button:hover,
#information-wholesalers #content form:has(input[type="file"]) input[type="submit"]:hover,
#information-wholesalers #content form:has(input[type="file"]) input[type="button"]:hover,
#information-wholesalers #content form:has(input[type="file"]) input[type="reset"]:hover {
    opacity: .9 !important;
}

/* Error state */
#information-information #content form:has(input[type="file"]) .error_style,
#information-information #content form:has(input[type="file"]) .is-invalid,
#information-wholesalers #content form:has(input[type="file"]) .error_style,
#information-wholesalers #content form:has(input[type="file"]) .is-invalid {
    border-color: #DC2E2E !important;
    border-bottom-color: #DC2E2E !important;
}

/* Fallback for very old browsers without :has(). Contacts page is not targeted. */
@supports not selector(form:has(input[type="file"])) {
    #information-information #content form,
    #information-wholesalers #content form {
        width: 100% !important;
        max-width: 690px !important;
        margin: 32px 0 40px !important;
        padding: 48px 40px !important;
        background: #f3f3f3 !important;
        box-sizing: border-box !important;
    }

    #information-information #content form input[type="text"],
    #information-information #content form input[type="tel"],
    #information-information #content form input[type="email"],
    #information-information #content form textarea,
    #information-information #content form select,
    #information-information #content form .form-control:not([type="file"]),
    #information-information #content form .form-select,
    #information-wholesalers #content form input[type="text"],
    #information-wholesalers #content form input[type="tel"],
    #information-wholesalers #content form input[type="email"],
    #information-wholesalers #content form textarea,
    #information-wholesalers #content form select,
    #information-wholesalers #content form .form-control:not([type="file"]),
    #information-wholesalers #content form .form-select {
        width: 100% !important;
        max-width: 456px !important;
        height: 32px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 0 0 12px 0 !important;
        color: #131313 !important;
        background-color: #f3f3f3 !important;
        border: none !important;
        border-bottom: 1px solid #131313 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        box-sizing: border-box !important;
    }
}

/* Tablet: 768–1199 */
@media (min-width: 768px) and (max-width: 1199.98px) {
    #information-information #content form:has(input[type="file"]),
    #information-wholesalers #content form:has(input[type="file"]) {
        max-width: 640px !important;
        padding: 40px 32px !important;
    }

    @supports not selector(form:has(input[type="file"])) {
        #information-information #content form,
        #information-wholesalers #content form {
            max-width: 640px !important;
            padding: 40px 32px !important;
        }
    }
}

/* Mobile: до 767 */
@media (max-width: 767.98px) {
    #information-information #content form:has(input[type="file"]),
    #information-wholesalers #content form:has(input[type="file"]) {
        max-width: 100% !important;
        margin: 24px 0 32px !important;
        padding: 28px 18px !important;
    }

    #information-information #content form:has(input[type="file"]) .form-group,
    #information-information #content form:has(input[type="file"]) .mb-3,
    #information-information #content form:has(input[type="file"]) .form-row,
    #information-information #content form:has(input[type="file"]) input[type="text"],
    #information-information #content form:has(input[type="file"]) input[type="tel"],
    #information-information #content form:has(input[type="file"]) input[type="email"],
    #information-information #content form:has(input[type="file"]) textarea,
    #information-information #content form:has(input[type="file"]) select,
    #information-information #content form:has(input[type="file"]) .form-control,
    #information-information #content form:has(input[type="file"]) .form-select,
    #information-information #content form:has(input[type="file"]) input[type="file"],
    #information-wholesalers #content form:has(input[type="file"]) .form-group,
    #information-wholesalers #content form:has(input[type="file"]) .mb-3,
    #information-wholesalers #content form:has(input[type="file"]) .form-row,
    #information-wholesalers #content form:has(input[type="file"]) input[type="text"],
    #information-wholesalers #content form:has(input[type="file"]) input[type="tel"],
    #information-wholesalers #content form:has(input[type="file"]) input[type="email"],
    #information-wholesalers #content form:has(input[type="file"]) textarea,
    #information-wholesalers #content form:has(input[type="file"]) select,
    #information-wholesalers #content form:has(input[type="file"]) .form-control,
    #information-wholesalers #content form:has(input[type="file"]) .form-select,
    #information-wholesalers #content form:has(input[type="file"]) input[type="file"] {
        max-width: 100% !important;
    }

    #information-information #content form:has(input[type="file"]) .buttons,
    #information-information #content form:has(input[type="file"]) .form-buttons,
    #information-information #content form:has(input[type="file"]) .button-group,
    #information-information #content form:has(input[type="file"]) .form-actions,
    #information-information #content form:has(input[type="file"]) .d-flex:has(button),
    #information-information #content form:has(input[type="file"]) .d-flex:has(input[type="submit"]),
    #information-information #content form:has(input[type="file"]) .d-flex:has(input[type="button"]),
    #information-information #content form:has(input[type="file"]) .d-flex:has(input[type="reset"]),
    #information-information #content form:has(input[type="file"]) .row:has(button),
    #information-information #content form:has(input[type="file"]) .row:has(input[type="submit"]),
    #information-information #content form:has(input[type="file"]) .row:has(input[type="button"]),
    #information-information #content form:has(input[type="file"]) .row:has(input[type="reset"]),
    #information-wholesalers #content form:has(input[type="file"]) .buttons,
    #information-wholesalers #content form:has(input[type="file"]) .form-buttons,
    #information-wholesalers #content form:has(input[type="file"]) .button-group,
    #information-wholesalers #content form:has(input[type="file"]) .form-actions,
    #information-wholesalers #content form:has(input[type="file"]) .d-flex:has(button),
    #information-wholesalers #content form:has(input[type="file"]) .d-flex:has(input[type="submit"]),
    #information-wholesalers #content form:has(input[type="file"]) .d-flex:has(input[type="button"]),
    #information-wholesalers #content form:has(input[type="file"]) .d-flex:has(input[type="reset"]),
    #information-wholesalers #content form:has(input[type="file"]) .row:has(button),
    #information-wholesalers #content form:has(input[type="file"]) .row:has(input[type="submit"]),
    #information-wholesalers #content form:has(input[type="file"]) .row:has(input[type="button"]),
    #information-wholesalers #content form:has(input[type="file"]) .row:has(input[type="reset"]) {
        max-width: 100% !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    #information-information #content form:has(input[type="file"]) input[type="file"]::file-selector-button,
    #information-wholesalers #content form:has(input[type="file"]) input[type="file"]::file-selector-button {
        margin-right: 10px !important;
        padding: 0 10px !important;
        font-size: 13px !important;
    }

    #information-information #content form:has(input[type="file"]) input[type="file"]::-webkit-file-upload-button,
    #information-wholesalers #content form:has(input[type="file"]) input[type="file"]::-webkit-file-upload-button {
        margin-right: 10px !important;
        padding: 0 10px !important;
        font-size: 13px !important;
    }

    @supports not selector(form:has(input[type="file"])) {
        #information-information #content form,
        #information-wholesalers #content form {
            max-width: 100% !important;
            margin: 24px 0 32px !important;
            padding: 28px 18px !important;
        }
    }
}

:root {
    --folk-form-value-color: #131313;
    --folk-form-placeholder-color: #8f90a6;
}

/* Entered values: dark text in checkout, account, contact, wholesale, modal and other forms */
body input[type="text"]:not(:disabled):not([readonly]),
body input[type="tel"]:not(:disabled):not([readonly]),
body input[type="email"]:not(:disabled):not([readonly]),
body input[type="password"]:not(:disabled):not([readonly]),
body input[type="search"]:not(:disabled):not([readonly]),
body input[type="number"]:not(:disabled):not([readonly]),
body input[type="url"]:not(:disabled):not([readonly]),
body input[type="date"]:not(:disabled):not([readonly]),
body input[type="time"]:not(:disabled):not([readonly]),
body input[type="month"]:not(:disabled):not([readonly]),
body input[type="week"]:not(:disabled):not([readonly]),
body input[type="datetime-local"]:not(:disabled):not([readonly]),
body textarea:not(:disabled):not([readonly]),
body select:not(:disabled),
body .form-control:not(:disabled):not([readonly]),
body .form-select:not(:disabled) {
    color: var(--folk-form-value-color) !important;
    -webkit-text-fill-color: var(--folk-form-value-color) !important;
    caret-color: var(--folk-form-value-color) !important;
}

/* Placeholder / field hint text stays grey */
body input[type="text"]::placeholder,
body input[type="tel"]::placeholder,
body input[type="email"]::placeholder,
body input[type="password"]::placeholder,
body input[type="search"]::placeholder,
body input[type="number"]::placeholder,
body input[type="url"]::placeholder,
body textarea::placeholder,
body .form-control::placeholder {
    color: var(--folk-form-placeholder-color) !important;
    -webkit-text-fill-color: var(--folk-form-placeholder-color) !important;
    opacity: 1 !important;
}

body input[type="text"]::-webkit-input-placeholder,
body input[type="tel"]::-webkit-input-placeholder,
body input[type="email"]::-webkit-input-placeholder,
body input[type="password"]::-webkit-input-placeholder,
body input[type="search"]::-webkit-input-placeholder,
body input[type="number"]::-webkit-input-placeholder,
body input[type="url"]::-webkit-input-placeholder,
body textarea::-webkit-input-placeholder,
body .form-control::-webkit-input-placeholder {
    color: var(--folk-form-placeholder-color) !important;
    -webkit-text-fill-color: var(--folk-form-placeholder-color) !important;
    opacity: 1 !important;
}

body input[type="text"]::-moz-placeholder,
body input[type="tel"]::-moz-placeholder,
body input[type="email"]::-moz-placeholder,
body input[type="password"]::-moz-placeholder,
body input[type="search"]::-moz-placeholder,
body input[type="number"]::-moz-placeholder,
body input[type="url"]::-moz-placeholder,
body textarea::-moz-placeholder,
body .form-control::-moz-placeholder {
    color: var(--folk-form-placeholder-color) !important;
    opacity: 1 !important;
}

body input[type="text"]:-ms-input-placeholder,
body input[type="tel"]:-ms-input-placeholder,
body input[type="email"]:-ms-input-placeholder,
body input[type="password"]:-ms-input-placeholder,
body input[type="search"]:-ms-input-placeholder,
body input[type="number"]:-ms-input-placeholder,
body input[type="url"]:-ms-input-placeholder,
body textarea:-ms-input-placeholder,
body .form-control:-ms-input-placeholder {
    color: var(--folk-form-placeholder-color) !important;
}

body input[type="text"]::-ms-input-placeholder,
body input[type="tel"]::-ms-input-placeholder,
body input[type="email"]::-ms-input-placeholder,
body input[type="password"]::-ms-input-placeholder,
body input[type="search"]::-ms-input-placeholder,
body input[type="number"]::-ms-input-placeholder,
body input[type="url"]::-ms-input-placeholder,
body textarea::-ms-input-placeholder,
body .form-control::-ms-input-placeholder {
    color: var(--folk-form-placeholder-color) !important;
}

/* Select placeholders: grey while empty, dark after choosing a real option */
body select:not(:disabled):required:invalid,
body .form-select:not(:disabled):required:invalid,
body select:not(:disabled):has(option[value=""]:checked),
body .form-select:not(:disabled):has(option[value=""]:checked),
body select:not(:disabled):has(option[disabled]:checked),
body .form-select:not(:disabled):has(option[disabled]:checked) {
    color: var(--folk-form-placeholder-color) !important;
    -webkit-text-fill-color: var(--folk-form-placeholder-color) !important;
}

body select option,
body .form-select option {
    color: var(--folk-form-value-color) !important;
}

body select option[value=""],
body .form-select option[value=""],
body select option:disabled,
body .form-select option:disabled {
    color: var(--folk-form-placeholder-color) !important;
}

/* Floating labels, where used */
body .form-floating > label {
    color: var(--folk-form-placeholder-color) !important;
}

/* Browser autofill should not turn entered values grey */
body input:-webkit-autofill,
body textarea:-webkit-autofill,
body select:-webkit-autofill {
    -webkit-text-fill-color: var(--folk-form-value-color) !important;
    caret-color: var(--folk-form-value-color) !important;
}

/* Keep the wholesale form consistent: hint text grey, typed value dark */
#information-information #content form:has(input[type="file"]) input:not([type="file"])::placeholder,
#information-information #content form:has(input[type="file"]) textarea::placeholder,
#information-wholesalers #content form input:not([type="file"])::placeholder,
#information-wholesalers #content form textarea::placeholder,
#information-wholesalers #content form:has(input[type="file"]) input:not([type="file"])::placeholder,
#information-wholesalers #content form:has(input[type="file"]) textarea::placeholder {
    color: var(--folk-form-placeholder-color) !important;
    -webkit-text-fill-color: var(--folk-form-placeholder-color) !important;
    opacity: 1 !important;
}

#information-information #content form:has(input[type="file"]) input:not([type="file"]),
#information-information #content form:has(input[type="file"]) textarea,
#information-information #content form:has(input[type="file"]) select,
#information-wholesalers #content form input:not([type="file"]),
#information-wholesalers #content form textarea,
#information-wholesalers #content form select,
#information-wholesalers #content form:has(input[type="file"]) input:not([type="file"]),
#information-wholesalers #content form:has(input[type="file"]) textarea,
#information-wholesalers #content form:has(input[type="file"]) select {
    color: var(--folk-form-value-color) !important;
    -webkit-text-fill-color: var(--folk-form-value-color) !important;
    caret-color: var(--folk-form-value-color) !important;
}

/* Header hover + optional active class only. No body:has active rules here. */
@media (min-width: 1200px) {
    header.header .top-left-links a,
    header.header .top-left-links .folk-buyers-toggle,
    header.header .sc-btn-menu .sc-btn-text,
    header.header #menuToggleButton .sc-btn-text,
    body .sc-megamenu .sc-megamenu-list-item a span,
    body .sc-megamenu .sc-megamenu-child a {
        text-decoration-thickness: 1px !important;
        text-underline-offset: 3px !important;
    }

    header.header .top-left-links a:hover,
    header.header .top-left-links a.active,
    header.header .top-left-links a.current,
    header.header .top-left-links .folk-buyers-toggle:hover,
    header.header .top-left-links .folk-buyers-nav.is-open .folk-buyers-toggle,
    header.header .sc-btn-menu:hover .sc-btn-text,
    header.header .sc-btn-menu.active .sc-btn-text,
    header.header #menuToggleButton:hover .sc-btn-text,
    header.header #menuToggleButton.active .sc-btn-text,
    body .sc-megamenu .sc-megamenu-list-item a:hover span,
    body .sc-megamenu .sc-megamenu-list-item a.active span,
    body .sc-megamenu .sc-megamenu-child a:hover,
    body .sc-megamenu .sc-megamenu-child a.active {
        text-decoration: underline !important;
        text-decoration-thickness: 1px !important;
        text-underline-offset: 3px !important;
    }
}

/* Restore authorization/login popup layout. Scoped only to #loginModal. */
#loginModal .modal-dialog {
    width: calc(100% - 32px) !important;
    max-width: 750px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (min-width: 768px) {
    #loginModal .modal-dialog {
        margin-top: 64px !important;
        margin-bottom: 64px !important;
    }
}

#loginModal .modal-content {
    padding: 32px !important;
    gap: 35px !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
}

#loginModal .modal-header {
    padding: 0 !important;
    margin: 0 0 18px !important;
    border-bottom: 0 !important;
    min-height: 0 !important;
}

#loginModal .modal-title {
    margin: 0 !important;
    padding: 0 !important;
    color: #000 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    text-transform: uppercase !important;
}

#loginModal .btn-close,
#loginModal [data-bs-dismiss="modal"] {
    position: absolute !important;
    top: 28px !important;
    right: 28px !important;
    width: 24px !important;
    height: 24px !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
    box-shadow: none !important;
    outline: none !important;
}

#loginModal .modal-body {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
}

#loginModal #popupLoginForm,
#loginModal form {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    margin: 0 !important;
}

#loginModal .form-group,
#loginModal .mb-3 {
    margin: 0 0 22px !important;
}

#loginModal label,
#loginModal .form-label {
    display: inline-block !important;
    margin: 0 0 12px !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}

#loginModal .required,
#loginModal .red {
    color: #e53535 !important;
}

#loginModal input[type="text"],
#loginModal input[type="email"],
#loginModal input[type="password"],
#loginModal .form-control {
    width: 100% !important;
    max-width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 20px !important;
    color: #131313 !important;
    -webkit-text-fill-color: #131313 !important;
    background: #fff !important;
    border: 1px solid #DADCE0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 52px !important;
    box-sizing: border-box !important;
}

#loginModal input::placeholder,
#loginModal .form-control::placeholder {
    color: #8f90a6 !important;
    -webkit-text-fill-color: #8f90a6 !important;
    opacity: 1 !important;
}

#loginModal .login_reg_forgot-wrap,
#loginModal .login-register-links,
#loginModal .forgotten-register,
#loginModal .login-links {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    margin: 0 0 28px !important;
}

#loginModal a {
    color: #000 !important;
    text-decoration: none !important;
}

#loginModal a:hover {
    text-decoration: underline !important;
}

#loginModal button[type="submit"],
#loginModal input[type="submit"],
#loginModal .main_link,
#loginModal .sc-btn-primary,
#loginModal .btn-primary,
#loginModal .btn-dark {
    width: 100% !important;
    max-width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 12px !important;
    color: #fff !important;
    background: #131313 !important;
    border: 1px solid #131313 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-transform: none !important;
}

#loginModal .login-or,
#loginModal .or,
#loginModal .social-title,
#loginModal .login-social-title,
#loginModal .auth-separator {
    display: block !important;
    margin: 28px 0 22px !important;
    color: #000 !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    text-align: center !important;
}

#loginModal .socnetauth2_buttons,
#loginModal .social-login,
#loginModal .socials-login,
#loginModal .sc-social-login {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

#loginModal .socnetauth2_buttons a,
#loginModal .social-login a,
#loginModal .socials-login a,
#loginModal .sc-social-login a,
#loginModal .btn-social {
    width: 100% !important;
    min-height: 48px !important;
    padding: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    color: #000 !important;
    background: #fff !important;
    border: 1px solid #DADCE0 !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
}

@media (max-width: 767.98px) {
    #loginModal .modal-dialog {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 100vh !important;
        margin: 0 !important;
    }

    #loginModal .modal-content {
        min-height: 100vh !important;
        height: auto !important;
        padding: 24px 16px !important;
        border-radius: 0 !important;
    }

    #loginModal .btn-close,
    #loginModal [data-bs-dismiss="modal"] {
        top: 22px !important;
        right: 16px !important;
    }

    #loginModal .modal-title {
        font-size: 18px !important;
    }

    #loginModal input[type="text"],
    #loginModal input[type="email"],
    #loginModal input[type="password"],
    #loginModal .form-control {
        height: 50px !important;
        min-height: 50px !important;
        line-height: 50px !important;
        font-size: 15px !important;
    }
}


/* Login popup: class is added by footer JS when #popupLoginForm appears.
   This fixes cases where the ajax modal does not use #loginModal directly. */
.modal-dialog.folk-login-dialog,
.modal-dialog.wide.folk-login-dialog,
#loginModal .modal-dialog {
    width: calc(100% - 32px) !important;
    max-width: 750px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (min-width: 768px) {
    .modal-dialog.folk-login-dialog,
    .modal-dialog.wide.folk-login-dialog,
    #loginModal .modal-dialog {
        margin-top: 32px !important;
        margin-bottom: 32px !important;
    }
}

.modal.folk-login-modal .modal-content,
.modal-dialog.folk-login-dialog .modal-content,
#loginModal .modal-content {
    padding: 40px 40px 32px !important;
    gap: 35px !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
}

.modal.folk-login-modal .modal-header,
.modal-dialog.folk-login-dialog .modal-header,
#loginModal .modal-header {
    padding: 0 !important;
    margin: 0 0 28px !important;
    border-bottom: 0 !important;
    min-height: 0 !important;
}

.modal.folk-login-modal .modal-title,
.modal-dialog.folk-login-dialog .modal-title,
#loginModal .modal-title {
    margin: 0 !important;
    padding: 0 !important;
    color: #000 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    text-transform: uppercase !important;
}

.modal.folk-login-modal .modal-body,
.modal-dialog.folk-login-dialog .modal-body,
#loginModal .modal-body {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
}

.modal.folk-login-modal #popupLoginForm,
.modal-dialog.folk-login-dialog #popupLoginForm,
#loginModal #popupLoginForm {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    margin: 0 !important;
}

.modal.folk-login-modal .form-group,
.modal-dialog.folk-login-dialog .form-group,
#loginModal .form-group {
    margin: 0 0 20px !important;
}

.modal.folk-login-modal label,
.modal-dialog.folk-login-dialog label,
#loginModal label {
    display: inline-block !important;
    margin: 0 0 12px !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}

.modal.folk-login-modal input[type="text"],
.modal.folk-login-modal input[type="email"],
.modal.folk-login-modal input[type="password"],
.modal.folk-login-modal .form-control,
.modal-dialog.folk-login-dialog input[type="text"],
.modal-dialog.folk-login-dialog input[type="email"],
.modal-dialog.folk-login-dialog input[type="password"],
.modal-dialog.folk-login-dialog .form-control,
#loginModal input[type="text"],
#loginModal input[type="email"],
#loginModal input[type="password"],
#loginModal .form-control {
    width: 100% !important;
    max-width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 20px !important;
    color: #131313 !important;
    -webkit-text-fill-color: #131313 !important;
    background: #fff !important;
    border: 1px solid #DADCE0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 52px !important;
    box-sizing: border-box !important;
}

.modal.folk-login-modal input::placeholder,
.modal.folk-login-modal .form-control::placeholder,
.modal-dialog.folk-login-dialog input::placeholder,
.modal-dialog.folk-login-dialog .form-control::placeholder,
#loginModal input::placeholder,
#loginModal .form-control::placeholder {
    color: #8f90a6 !important;
    -webkit-text-fill-color: #8f90a6 !important;
    opacity: 1 !important;
}

.modal.folk-login-modal .login_reg_forgot-wrap,
.modal-dialog.folk-login-dialog .login_reg_forgot-wrap,
#loginModal .login_reg_forgot-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    margin: 0 0 24px !important;
}

.modal.folk-login-modal button[type="submit"],
.modal.folk-login-modal input[type="submit"],
.modal.folk-login-modal .main_link,
.modal.folk-login-modal .sc-btn-primary,
.modal-dialog.folk-login-dialog button[type="submit"],
.modal-dialog.folk-login-dialog input[type="submit"],
.modal-dialog.folk-login-dialog .main_link,
.modal-dialog.folk-login-dialog .sc-btn-primary,
#loginModal button[type="submit"],
#loginModal input[type="submit"],
#loginModal .main_link,
#loginModal .sc-btn-primary {
    width: 100% !important;
    max-width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 12px !important;
    color: #fff !important;
    background: #131313 !important;
    border: 1px solid #131313 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-transform: none !important;
}

.modal.folk-login-modal .login-or,
.modal.folk-login-modal .or,
.modal.folk-login-modal .social-title,
.modal.folk-login-modal .login-social-title,
.modal.folk-login-modal .auth-separator,
.modal-dialog.folk-login-dialog .login-or,
.modal-dialog.folk-login-dialog .or,
.modal-dialog.folk-login-dialog .social-title,
.modal-dialog.folk-login-dialog .login-social-title,
.modal-dialog.folk-login-dialog .auth-separator,
#loginModal .login-or,
#loginModal .or,
#loginModal .social-title,
#loginModal .login-social-title,
#loginModal .auth-separator {
    display: block !important;
    margin: 28px 0 22px !important;
    color: #000 !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    text-align: center !important;
}

.modal.folk-login-modal .socnetauth2_buttons,
.modal.folk-login-modal .social-login,
.modal.folk-login-modal .socials-login,
.modal.folk-login-modal .sc-social-login,
.modal-dialog.folk-login-dialog .socnetauth2_buttons,
.modal-dialog.folk-login-dialog .social-login,
.modal-dialog.folk-login-dialog .socials-login,
.modal-dialog.folk-login-dialog .sc-social-login,
#loginModal .socnetauth2_buttons,
#loginModal .social-login,
#loginModal .socials-login,
#loginModal .sc-social-login {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.modal.folk-login-modal .socnetauth2_buttons a,
.modal.folk-login-modal .social-login a,
.modal.folk-login-modal .socials-login a,
.modal.folk-login-modal .sc-social-login a,
.modal.folk-login-modal .btn-social,
.modal-dialog.folk-login-dialog .socnetauth2_buttons a,
.modal-dialog.folk-login-dialog .social-login a,
.modal-dialog.folk-login-dialog .socials-login a,
.modal-dialog.folk-login-dialog .sc-social-login a,
.modal-dialog.folk-login-dialog .btn-social,
#loginModal .socnetauth2_buttons a,
#loginModal .social-login a,
#loginModal .socials-login a,
#loginModal .sc-social-login a,
#loginModal .btn-social {
    width: 100% !important;
    min-height: 48px !important;
    padding: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    color: #000 !important;
    background: #fff !important;
    border: 1px solid #DADCE0 !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
}

@media (max-width: 767.98px) {
    .modal-dialog.folk-login-dialog,
    .modal-dialog.wide.folk-login-dialog,
    #loginModal .modal-dialog {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 100vh !important;
        margin: 0 !important;
    }

    .modal.folk-login-modal .modal-content,
    .modal-dialog.folk-login-dialog .modal-content,
    #loginModal .modal-content {
        min-height: 100vh !important;
        height: auto !important;
        padding: 24px 16px !important;
        border-radius: 0 !important;
    }
}

/* Наявність товару */
#product > .product_options-item {
    margin-bottom: 0 !important;
}

#product > .product_options-item .sc-module-price-box {
    margin-bottom: 0 !important;
}

#product .product-stock-status {
    display: block !important;
    width: auto !important;
    margin: 6px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
}

#product .product-stock-status::before {
    content: none !important;
    display: none !important;
}

#product .product-stock-status.is-in {
    color: #16883a !important;
}

#product .product-stock-status.is-out {
    color: #999 !important;
}

/* Розміри товару */
#product .options-box .option.sc-radio {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    line-height: 1 !important;
}

#product .options-box .option.option-disabled {
    opacity: 0.45 !important;
    cursor: not-allowed !important;
}

#product .options-box .option.option-disabled input {
    pointer-events: none !important;
}

#product .options-box .option.option-disabled.sc-radio::after {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: 50%;
    border-top: 1px solid #999;
    transform: rotate(-18deg);
    pointer-events: none;
}

/* Product tabs text. Works only after product.twig uses .rm-product-tabs-text
   for Опис and Доставка і оплата. */
#product-product .rm-product-tabs .rm-product-tabs-text {
    padding: 4px 0 18px;
    margin: 0;
    color: #131313;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 0;
}

#product-product .rm-product-tabs .rm-product-tabs-text > :first-child {
    margin-top: 0;
}

#product-product .rm-product-tabs .rm-product-tabs-text > :last-child {
    margin-bottom: 0;
}

#product-product .rm-product-tabs .rm-product-tabs-text p {
    margin: 0 0 12px;
    padding: 0;
}

#product-product .rm-product-tabs .rm-product-tabs-text ul,
#product-product .rm-product-tabs .rm-product-tabs-text ol {
    margin: 0 0 12px;
    padding-left: 18px;
}

#product-product .rm-product-tabs .rm-product-tabs-text li {
    margin: 0 0 7px;
    padding: 0;
}

#product-product .rm-product-tabs .rm-product-tabs-text b,
#product-product .rm-product-tabs .rm-product-tabs-text strong {
    font-weight: 600;
}

/* Product title on mobile: reduce huge line gaps. */
@media (max-width: 767.98px) {
    #product-product #product .sc-page-title,
    #product-product #product .sc-page-title h1 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #product-product #product .sc-page-title h1 {
        font-size: 34px !important;
        line-height: 38px !important;
        margin: 0 0 14px !important;
        letter-spacing: 0 !important;
    }
}

@media (max-width: 374px) {
    #product-product #product .sc-page-title h1 {
        font-size: 32px !important;
        line-height: 36px !important;
    }
}


/* Home actions block: tablet title reserve and price alignment. */
@media (min-width: 768px) and (max-width: 1199.98px) {
    #common-home > .c_products_module-wrap .sc-module-caption,
    #common-home .home_categories + .c_products_module-wrap .sc-module-caption {
        padding: 12px 0 0 !important;
        gap: 6px !important;
    }

    #common-home > .c_products_module-wrap .sc-module-info,
    #common-home > .c_products_module-wrap .sc-module-title,
    #common-home .home_categories + .c_products_module-wrap .sc-module-info,
    #common-home .home_categories + .c_products_module-wrap .sc-module-title {
        min-height: 40px !important;
    }

    #common-home > .c_products_module-wrap .sc-module-price-box,
    #common-home .home_categories + .c_products_module-wrap .sc-module-price-box {
        margin-top: 8px !important;
        gap: 8px !important;
        align-items: baseline !important;
    }
}

@media (min-width: 1200px) {
    #common-home > .c_products_module-wrap .sc-module-caption,
    #common-home .home_categories + .c_products_module-wrap .sc-module-caption {
        gap: 4px !important;
    }

    #common-home > .c_products_module-wrap .sc-module-info,
    #common-home > .c_products_module-wrap .sc-module-title,
    #common-home .home_categories + .c_products_module-wrap .sc-module-info,
    #common-home .home_categories + .c_products_module-wrap .sc-module-title {
        min-height: 0 !important;
    }

    #common-home > .c_products_module-wrap .sc-module-price-box,
    #common-home .home_categories + .c_products_module-wrap .sc-module-price-box {
        margin-top: 8px !important;
        gap: 8px !important;
        align-items: baseline !important;
    }
}


/* Home product module first render stability. */
#common-home .c_products_module-wrap {
    overflow-anchor: none !important;
}

#common-home .c_products_module-wrap .c_products_module-container:not(.slick-initialized) {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    overflow: hidden !important;
    width: 100% !important;
    min-width: 0 !important;
}

#common-home .c_products_module-wrap .c_products_module-container:not(.slick-initialized) > .slide {
    display: block !important;
    flex: 0 0 25% !important;
    width: 25% !important;
    max-width: 25% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

#common-home .c_products_module-wrap .c_products_module-container:not(.slick-initialized) > .slide:nth-child(n+5) {
    display: none !important;
}

#common-home .c_products_module-wrap .c_products_module-container:not(.slick-initialized) .sc-module-img,
#common-home .c_products_module-wrap .c_products_module-container:not(.slick-initialized) .sc-category-products-images,
#common-home .c_products_module-wrap .c_products_module-container:not(.slick-initialized) .st-img {
    display: block !important;
    min-width: 0 !important;
    overflow: hidden !important;
}

#common-home .c_products_module-wrap .c_products_module-container:not(.slick-initialized) .sc-category-products-images {
    aspect-ratio: 3 / 4 !important;
    background: #fff !important;
}

#common-home .c_products_module-wrap .c_products_module-container:not(.slick-initialized) .sc-category-products-images img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: contain !important;
}

@media (max-width: 990.98px) {
    #common-home .c_products_module-wrap .c_products_module-container:not(.slick-initialized) > .slide {
        flex-basis: 33.333333% !important;
        width: 33.333333% !important;
        max-width: 33.333333% !important;
    }

    #common-home .c_products_module-wrap .c_products_module-container:not(.slick-initialized) > .slide:nth-child(n+4) {
        display: none !important;
    }
}

@media (max-width: 649.98px) {
    #common-home .c_products_module-wrap .c_products_module-container:not(.slick-initialized) > .slide {
        flex-basis: 47.619048% !important;
        width: 47.619048% !important;
        max-width: 47.619048% !important;
    }

    #common-home .c_products_module-wrap .c_products_module-container:not(.slick-initialized) > .slide:nth-child(n+4) {
        display: none !important;
    }
}

/* Desktop cart drawer: attach to right edge and avoid bottom text clipping. */
@media (min-width: 768px) {
    #cartModal {
        right: 0 !important;
        left: auto !important;
        width: 400px !important;
        max-width: 400px !important;
        padding-right: 0 !important;
        margin-right: 0 !important;
    }

    #cartModal .modal-dialog {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 0 auto !important;
    }

    #cartModal .modal-content {
        min-height: 100vh !important;
        height: 100vh !important;
        max-height: 100vh !important;
        overflow-y: auto !important;
    }

    @supports (height: 100dvh) {
        #cartModal .modal-content {
            min-height: 100dvh !important;
            height: 100dvh !important;
            max-height: 100dvh !important;
        }
    }

    #cartModal #modalCartBody {
        min-height: calc(100vh - 68px) !important;
        height: auto !important;
        padding-bottom: 24px !important;
        box-sizing: border-box !important;
    }

    @supports (height: 100dvh) {
        #cartModal #modalCartBody {
            min-height: calc(100dvh - 68px) !important;
        }
    }
}

@media (max-width: 767.98px) {
    #product-product {
        --folk-product-gallery-top-space: 156px;
    }

    #product-product #productImages {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        overflow: hidden !important;
    }

    #product-product .product_wrap-content,
    #product-product .sc-product-images,
    #product-product .sc-product-images-main,
    #product-product .sc-product-images-main-swiper {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow: hidden !important;
    }

    #product-product .sc-product-images-main,
    #product-product .sc-product-images-main-swiper,
    #product-product .sc-product-images-main-swiper .swiper-wrapper,
    #product-product .sc-product-images-main-swiper .swiper-slide,
    #product-product .sc-product-images-slide {
        height: calc(100vh - var(--folk-product-gallery-top-space)) !important;
        min-height: 0 !important;
        max-height: none !important;
    }

    @supports (height: 100svh) {
        #product-product .sc-product-images-main,
        #product-product .sc-product-images-main-swiper,
        #product-product .sc-product-images-main-swiper .swiper-wrapper,
        #product-product .sc-product-images-main-swiper .swiper-slide,
        #product-product .sc-product-images-slide {
            height: calc(100svh - var(--folk-product-gallery-top-space)) !important;
        }
    }

    @supports (height: 100dvh) {
        #product-product .sc-product-images-main,
        #product-product .sc-product-images-main-swiper,
        #product-product .sc-product-images-main-swiper .swiper-wrapper,
        #product-product .sc-product-images-main-swiper .swiper-slide,
        #product-product .sc-product-images-slide {
            height: calc(100dvh - var(--folk-product-gallery-top-space)) !important;
        }
    }

    #product-product .sc-product-images-main-swiper .swiper-wrapper.gallery {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
    }

    #product-product .sc-product-images-main-swiper .swiper-slide,
    #product-product .sc-product-images-slide {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        align-items: stretch !important;
        justify-content: center !important;
        box-sizing: border-box !important;
    }

    #product-product .sc-product-images-main .oct-gallery {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
    }

    #product-product .sc-product-images-main img {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        height: 100% !important;
        max-height: none !important;
        object-fit: cover !important;
        object-position: center center !important;
        margin: 0 !important;
    }

    #product-product .sc-product-images-main .swiper-pagination,
    #product-product .sc-product-images-main-swiper .swiper-pagination {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 7px !important;
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 14px !important;
        z-index: 30 !important;
        width: 100% !important;
        margin: 0 !important;
        pointer-events: auto !important;
    }

    #product-product .sc-product-images-main .swiper-pagination-bullet,
    #product-product .sc-product-images-main-swiper .swiper-pagination-bullet {
        display: block !important;
        width: 7px !important;
        height: 7px !important;
        min-width: 7px !important;
        min-height: 7px !important;
        margin: 0 3px !important;
        padding: 0 !important;
        border-radius: 50% !important;
        background: #D9D9D9 !important;
        opacity: 1 !important;
    }

    #product-product .sc-product-images-main .swiper-pagination-bullet-active,
    #product-product .sc-product-images-main-swiper .swiper-pagination-bullet-active {
        background: #000 !important;
        opacity: 1 !important;
    }
}

@media (max-width: 380px) {
    #product-product {
        --folk-product-gallery-top-space: 148px;
    }
}


.site-seo-h1,
.folk-seo-h1 {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}


/* Folk Moda responsive stability: header, menu and footer. */
html {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    scrollbar-gutter: auto !important;
}

body {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

header.header,
header.header.white,
header.header.no-white {
    color: #0d0d0d;
}

header.header .top-left-links a,
header.header .top-left-links .folk-buyers-toggle,
header.header .sc-btn-menu,
header.header .sc-btn-menu .sc-btn-text,
header.header .header_btn-icon,
header.header .header_btn-icon svg,
header.header .header-search__buttons a,
header.header .header-search__buttons button,
header.header .header-buttons a,
header.header .header-buttons button {
    color: #0d0d0d !important;
}

header.header .header_btn-icon svg path,
header.header .header-search__buttons svg path,
header.header .header-buttons svg path {
    fill: currentColor !important;
}

header.header .sc-btn-icon-menu,
header.header .sc-btn-icon-catalog {
    background-color: #0d0d0d !important;
}

header.header #logo img,
header.header #logo-mobile img {
    width: auto !important;
    max-width: 132px !important;
    min-width: 100px !important;
    height: auto !important;
    max-height: 54px !important;
    object-fit: contain !important;
}

@media (min-width: 1200px) {
    header.header #logo img {
        max-width: 150px !important;
    }

    .sc-megamenu .sc-mobile-info-title,
    .sc-megamenu .sc-mobile-page-link {
        display: none !important;
    }
}

@media (max-width: 1199.98px) {
    body {
        --folk-page-gutter: clamp(18px, 3.2vw, 34px);
        --folk-header-icon-size: 20px;
        --folk-header-action-gap: clamp(16px, 2.4vw, 26px);
    }

    .container-fluid.container-xl,
    .container-fluid.container-lg,
    .container-fluid.container-md,
    .container-fluid.container-sm {
        max-width: 100% !important;
        padding-left: var(--folk-page-gutter) !important;
        padding-right: var(--folk-page-gutter) !important;
    }

    header.header {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    header.header .header-row {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
        align-items: center !important;
        min-height: 84px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        gap: 0 !important;
    }

    header.header .mobile-logo_wrap {
        grid-column: 1 / 2 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: auto !important;
        min-width: 0 !important;
        padding: 0 !important;
        z-index: 2 !important;
    }

    header.header .mobile-logo_wrap #logo-mobile,
    header.header .header-row > #logo {
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: auto !important;
        max-width: 132px !important;
        margin: 0 !important;
        z-index: 1 !important;
    }

    header.header .header-row > .col-5.p-0.d-flex.justify-content-end,
    header.header .header-row > .d-flex.justify-content-end {
        grid-column: 3 / 4 !important;
        display: flex !important;
        justify-content: flex-end !important;
        align-items: center !important;
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        flex: 0 0 auto !important;
        padding: 0 !important;
        z-index: 2 !important;
    }

    header.header .header-search-box,
    header.header .header-search__buttons,
    header.header .header-buttons {
        width: auto !important;
        min-width: 0 !important;
        max-width: 100% !important;
        gap: var(--folk-header-action-gap) !important;
        flex-wrap: nowrap !important;
    }

    header.header .header-search__buttons > *,
    header.header .header-buttons > * {
        flex: 0 0 auto !important;
        flex-grow: 0 !important;
        width: auto !important;
        min-width: 0 !important;
    }

    header.header .sc-btn,
    header.header .header-buttons-search,
    header.header .header-buttons-wishlist,
    header.header [class*="header-buttons-account"] {
        padding: 0 !important;
        min-width: var(--folk-header-icon-size) !important;
        flex: 0 0 auto !important;
        line-height: 1 !important;
    }

    header.header .header_btn-icon,
    header.header .header-buttons .sc-btn-icon,
    header.header .sc-btn-icon.sc-btn-icon-menu,
    header.header .sc-btn-icon.sc-btn-icon-search,
    header.header #cart .sc-btn-icon {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: var(--folk-header-icon-size) !important;
        height: var(--folk-header-icon-size) !important;
        min-width: var(--folk-header-icon-size) !important;
        flex: 0 0 var(--folk-header-icon-size) !important;
        line-height: 1 !important;
    }

    header.header .header_btn-icon svg {
        display: block !important;
        width: var(--folk-header-icon-size) !important;
        height: var(--folk-header-icon-size) !important;
        min-width: var(--folk-header-icon-size) !important;
        flex: 0 0 var(--folk-header-icon-size) !important;
    }

    header.header .header_btn-icon .sc-btn-icon,
    header.header .header-buttons .sc-btn-icon,
    header.header .header-buttons-search .sc-btn-icon,
    header.header [class*="header-buttons-account"] .sc-btn-icon,
    header.header .header-buttons-wishlist .sc-btn-icon,
    header.header #cart .sc-btn-icon {
        width: var(--folk-header-icon-size) !important;
        height: var(--folk-header-icon-size) !important;
        min-width: var(--folk-header-icon-size) !important;
        flex: 0 0 var(--folk-header-icon-size) !important;
        background-color: currentColor !important;
        -webkit-mask-size: contain !important;
        mask-size: contain !important;
        -webkit-mask-position: center !important;
        mask-position: center !important;
        -webkit-mask-repeat: no-repeat !important;
        mask-repeat: no-repeat !important;
    }

    header.header [class*="header-buttons-account"],
    header.header [class*="header-buttons-account"] > a,
    header.header .header-buttons-search,
    header.header .header-buttons-wishlist,
    header.header #cart {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: var(--folk-header-icon-size) !important;
        height: var(--folk-header-icon-size) !important;
        min-width: var(--folk-header-icon-size) !important;
        min-height: var(--folk-header-icon-size) !important;
        color: #0d0d0d !important;
    }

    header.header #cart svg,
    header.header #cart .header_btn-icon svg {
        display: block !important;
        width: var(--folk-header-icon-size) !important;
        height: var(--folk-header-icon-size) !important;
    }

    header.header .header-buttons-cart-quantity {
        right: -7px !important;
        bottom: -2px !important;
        min-width: 12px !important;
        height: 12px !important;
        font-size: 10px !important;
        line-height: 12px !important;
        text-align: center !important;
    }

    html.folk-menu-open-lock,
    body.folk-menu-open-lock {
        height: 100%;
        overflow: hidden !important;
        overscroll-behavior: none;
    }

    body.folk-menu-fixed-lock {
        position: fixed !important;
        left: 0;
        right: 0;
        width: 100%;
        overflow: hidden !important;
    }

    body.folk-menu-open-lock header.header .header_btn-icon,
    body.folk-menu-open-lock header.header .sc-btn,
    body.folk-menu-open-lock header.header button,
    body.folk-menu-open-lock header.header a {
        color: #0d0d0d !important;
    }

    body.folk-menu-open-lock header.header .header_btn-icon svg path,
    body.folk-menu-open-lock header.header svg path {
        fill: currentColor !important;
    }

    body.folk-menu-open-lock header.header .sc-btn-icon-menu,
    body.folk-menu-open-lock header.header .sc-btn-icon-search,
    body.folk-menu-open-lock header.header .sc-btn-icon-catalog {
        background-color: #0d0d0d !important;
    }

    body.folk-menu-open-lock #sc_fixed_contact_button,
    body.folk-menu-open-lock #sc_fixed_contact_substrate {
        display: none !important;
    }

    .sc-megamenu,
    body .sc-megamenu {
        position: fixed !important;
        top: 0 !important;
        right: auto !important;
        bottom: 0 !important;
        left: 0 !important;
        width: min(390px, 100vw) !important;
        max-width: 390px !important;
        height: var(--folk-menu-height, 100dvh) !important;
        min-height: var(--folk-menu-height, 100dvh) !important;
        max-height: var(--folk-menu-height, 100dvh) !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #fff !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translateX(-102%) !important;
        transition: transform .22s ease, opacity .22s ease, visibility .22s ease !important;
        z-index: 12060 !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        overscroll-behavior: contain;
        touch-action: pan-y;
        -webkit-overflow-scrolling: touch;
    }

    .sc-megamenu.active,
    body .sc-megamenu.active {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateX(0) !important;
    }

    .sc-megamenu > nav,
    .sc-megamenu > .container {
        width: 100% !important;
        max-width: none !important;
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        padding: 0 !important;
        margin: 0 !important;
        background: #fff !important;
        border: 0 !important;
        box-shadow: none !important;
        overflow: visible !important;
    }

    .sc-megamenu .sc-megamenu-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        height: auto !important;
        min-height: 100% !important;
        overflow: visible !important;
        margin: 0 !important;
        padding: 28px 28px calc(96px + env(safe-area-inset-bottom, 0px)) !important;
        border: 0 !important;
        background: #fff !important;
    }

    .sc-megamenu .sc-megamenu-list-item {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 22px !important;
        column-gap: 12px !important;
        row-gap: 12px !important;
        align-items: flex-start !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 0 28px !important;
        padding: 0 !important;
    }

    .sc-megamenu .sc-megamenu-list-item:last-child {
        margin-bottom: 0 !important;
    }

    .sc-megamenu .sc-megamenu-list-item > a {
        grid-column: 1 / 2;
        display: flex !important;
        align-items: center !important;
        min-width: 0 !important;
        padding: 0 !important;
        color: #0d0d0d !important;
        text-decoration: none !important;
    }

    .sc-megamenu .sc-megamenu-list-item > a img {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        flex: 0 0 34px !important;
        object-fit: cover !important;
        margin-right: 12px !important;
    }

    .sc-megamenu .sc-megamenu-list-item > a span {
        padding-left: 0 !important;
        color: #0d0d0d !important;
        font-size: 16px !important;
        line-height: 1.25 !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        white-space: normal !important;
    }

    .sc-megamenu .sc-megamenu-list-item > .sc-btn {
        grid-column: 2 / 3;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 22px !important;
        height: 22px !important;
        min-width: 22px !important;
        padding: 0 !important;
        margin: -1px 0 0 !important;
        pointer-events: auto !important;
        cursor: pointer !important;
        background: transparent !important;
        border: 0 !important;
    }

    .sc-megamenu .sc-megamenu-list-item > .sc-btn .sc-btn-icon-chevron {
        width: 16px !important;
        height: 16px !important;
        background: #6d6868 !important;
        transform: rotate(180deg) !important;
    }

    .sc-megamenu .sc-megamenu-child,
    .sc-megamenu .sc-megamenu-child-narrow {
        grid-column: 1 / -1;
        position: static !important;
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        overflow: visible !important;
        z-index: auto !important;
    }

    .sc-megamenu .sc-megamenu-child .sc-megamenu-child,
    .sc-megamenu .sc-megamenu-child .sc-megamenu-child-narrow {
        max-width: calc(100% - 16px) !important;
        margin: 8px 0 0 16px !important;
    }

    .sc-megamenu .sc-megamenu-child > ul {
        display: flex !important;
        flex-direction: column !important;
        gap: 9px !important;
        max-height: none !important;
        overflow: visible !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .sc-megamenu .sc-megamenu-child li {
        margin: 0 !important;
        padding: 0 !important;
    }

    .sc-megamenu .sc-megamenu-child li > .sc-btn {
        display: none !important;
    }

    .sc-megamenu .sc-megamenu-child a {
        display: block !important;
        color: #333 !important;
        font-size: 16px !important;
        line-height: 1.35 !important;
        font-weight: 400 !important;
        text-transform: none !important;
        text-decoration: none !important;
    }

    .sc-megamenu .sc-mobile-info-title,
    .sc-megamenu .sc-mobile-page-link {
        display: grid !important;
    }

    .sc-megamenu .sc-mobile-info-title {
        margin-top: 12px !important;
        color: #777 !important;
        font-size: 12px !important;
        letter-spacing: .04em !important;
    }

    #overlay.active {
        position: fixed !important;
        inset: 0 !important;
        background: rgba(0, 0, 0, .32) !important;
        z-index: 12050 !important;
    }
}

@media (max-width: 767.98px) {
    body {
        --folk-page-gutter: 16px;
        --folk-header-icon-size: 20px;
        --folk-header-action-gap: 16px;
    }

    header.header .header-row {
        min-height: 70px !important;
    }

    header.header #logo img,
    header.header #logo-mobile img {
        max-width: 124px !important;
        min-width: 104px !important;
    }

    .sc-megamenu,
    body .sc-megamenu {
        width: min(390px, 100vw) !important;
        max-width: 390px !important;
    }

    .sc-megamenu .sc-megamenu-list {
        padding: 28px 28px calc(120px + env(safe-area-inset-bottom, 0px)) !important;
    }
}

@media (max-width: 479.98px) {
    body {
        --folk-header-icon-size: 19px;
        --folk-header-action-gap: 12px;
    }

    header.header #logo img,
    header.header #logo-mobile img {
        max-width: 112px !important;
        min-width: 96px !important;
    }

    .sc-megamenu .sc-megamenu-list {
        padding: 26px 28px calc(136px + env(safe-area-inset-bottom, 0px)) !important;
    }

    .sc-megamenu .sc-megamenu-list-item {
        margin-bottom: 27px !important;
    }

    header.header .header-search__buttons > [class*="header-buttons-account"],
    header.header .header-search__buttons > .header-buttons-wishlist {
        display: none !important;
    }
}

html.folk-search-open,
body.folk-search-open {
    overflow: hidden !important;
}

body.folk-search-fixed {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
}

.header-search {
    z-index: 12020;
}


.sc-footer .footer_wrap {
    display: grid !important;
    grid-template-columns: minmax(96px, .72fr) minmax(180px, 1.08fr) minmax(150px, .9fr) minmax(220px, 1.3fr) minmax(220px, 1.1fr) !important;
    align-items: flex-start !important;
    gap: 34px clamp(18px, 2.2vw, 70px) !important;
}

.sc-footer .footer_wrap > .informations_block {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
}

.sc-footer .footer_wrap > .sc-footer-right {
    display: contents !important;
}

.sc-footer .footer_wrap > .sc-footer-right > * {
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
}

.sc-footer .footer_wrap > .sc-footer-form.footer_wrap-right {
    width: auto !important;
    min-width: 0 !important;
    max-width: 360px !important;
    align-self: flex-start !important;
    margin: 0 !important;
}

.sc-footer .sc-footer-form .input-group {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 340px !important;
}

.sc-footer #InputSubscribeEmail {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
}

.sc-footer #footer-make-subscribe {
    flex: 0 0 52px !important;
    width: 52px !important;
    min-width: 52px !important;
}

.sc-footer .sc-footer-subscribe,
.sc-footer .sc-footer-socials {
    align-items: flex-start !important;
    text-align: left !important;
}

.sc-footer .sc-footer-subscribe .sc-footer-title {
    text-align: left !important;
}

.sc-footer .sc-footer-socials-box {
    justify-content: flex-start !important;
}

.sc-footer .sc-footer-middle-info,
.sc-footer .sc-footer-phones {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
}

.sc-footer .sc-footer-middle-info li {
    margin: 0 !important;
    line-height: 1.42 !important;
}

.sc-footer .sc-footer-middle-info a,
.sc-footer .sc-footer-phones a,
.sc-footer .sc-footer-email,
.sc-footer .sc-footer-shedule {
    line-height: 1.42 !important;
}

.sc-footer .sc-footer-phones a,
.sc-footer .sc-footer-email {
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

@media (min-width: 992px) and (max-width: 1279.98px) {
    .sc-footer .footer_wrap {
        grid-template-columns: minmax(92px, .7fr) minmax(176px, 1.15fr) minmax(148px, .9fr) minmax(214px, 1.22fr) minmax(214px, 1.05fr) !important;
        gap: 32px clamp(14px, 1.6vw, 24px) !important;
    }

    .sc-footer .footer_wrap > .sc-footer-form.footer_wrap-right {
        max-width: 300px !important;
    }

    .sc-footer .sc-footer-form .input-group {
        max-width: 300px !important;
    }

    .sc-footer #footer-make-subscribe {
        flex-basis: 48px !important;
        width: 48px !important;
        min-width: 48px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .sc-footer .footer_wrap {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 34px clamp(42px, 6vw, 68px) !important;
    }

    .sc-footer .footer_wrap > .sc-footer-right {
        display: contents !important;
    }

    .sc-footer .footer_wrap > .sc-footer-form.footer_wrap-right {
        grid-column: 1 / -1 !important;
        justify-self: start !important;
        width: min(360px, 100%) !important;
        max-width: 360px !important;
    }

    .sc-footer .sc-footer-form .input-group {
        width: 100% !important;
        max-width: 340px !important;
    }

    .sc-footer .sc-footer-subscribe,
    .sc-footer .sc-footer-socials {
        align-items: flex-start !important;
        text-align: left !important;
    }

    .sc-footer .sc-footer-socials-box {
        justify-content: flex-start !important;
    }
}

@media (max-width: 767.98px) {
    .sc-footer .footer_wrap {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 30px 22px !important;
    }

    .sc-footer .footer_wrap > .informations_block,
    .sc-footer .footer_wrap > .sc-footer-form.footer_wrap-right {
        width: auto !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    .sc-footer .footer_wrap > .sc-footer-right {
        display: contents !important;
    }

    .sc-footer .footer_wrap > .sc-footer-right > * {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        flex: initial !important;
        margin: 0 !important;
    }

    .sc-footer .footer_wrap > .sc-footer-form.footer_wrap-right {
        grid-column: 1 / -1 !important;
        justify-self: start !important;
    }

    .sc-footer .sc-footer-form .input-group {
        width: min(100%, 360px) !important;
        max-width: 360px !important;
    }

    .sc-footer .sc-footer-socials {
        align-items: center !important;
        text-align: center !important;
    }

    .sc-footer .sc-footer-socials-box {
        justify-content: center !important;
    }

    .sc-footer .sc-footer-title {
        font-size: 13px !important;
        line-height: 1.25 !important;
    }

    .sc-footer .sc-footer-phones a,
    .sc-footer .sc-footer-email,
    .sc-footer .sc-footer-shedule,
    .sc-footer .sc-footer-middle-info a {
        font-size: 13px !important;
        line-height: 1.42 !important;
    }
}

.sc-category-products-item .sc-module-price-box .sc-module-price,
.c_products_module-wrap .sc-module-price-box .sc-module-price {
    color: #0d0d0d !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
}

.sc-category-products-item .sc-module-price-box .sc-module-price-old,
.c_products_module-wrap .sc-module-price-box .sc-module-price-old {
    color: #777 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
}

#common-home .sc-category-wall .content-block,
#common-home .sc-category-wall .sc-category-wall-item-block {
    justify-content: flex-start !important;
}

#common-home .sc-category-wall-title {
    order: -1 !important;
    margin: 0 0 12px !important;
    color: #0d0d0d !important;
}

#common-home .home_category__title,
.home_categories .home_category__title {
    color: #0d0d0d !important;
    text-shadow: none !important;
}

#common-home .section.full-width-slider img,
#common-home .section.full-width-slider video,
#common-home .section.full-width-slider .swiper-slide,
#common-home .section.full-width-slider .sc-slideshow-plus-item-fullimg {
    border-radius: 0 !important;
    box-shadow: none !important;
}

#product-category .sc-category-description-row {
    margin-top: 56px !important;
}

#product-category .sc-category-description {
    width: 100% !important;
}

#product-category #sc-category-description {
    width: 100% !important;
}

#product-category .sc-category-description .sc-category-description-text {
    width: 100% !important;
    max-width: none !important;
    color: #7a7a7a !important;
    text-align: inherit !important;
}

#product-category .sc-category-description-text-opacity {
    pointer-events: none !important;
}

#product-category .sc-category-description-text.expanded .sc-category-description-text-opacity {
    display: none !important;
}

#product-category #oct-sc-category-more {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 0 28px !important;
    margin: 22px auto 0 !important;
    border: 1px solid #0d0d0d !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #0d0d0d !important;
    text-transform: uppercase !important;
    transition: background .18s ease, color .18s ease !important;
}

#product-category #oct-sc-category-more:hover {
    background: #0d0d0d !important;
    color: #fff !important;
}

#product-category #oct-sc-category-more .sc-btn-text {
    color: inherit !important;
}

.ocf-container .ocf-value {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 28px !important;
    overflow: visible !important;
}

.ocf-container .ocf-value-input,
.ocf-container .ocf-value-input-checkbox {
    position: relative !important;
    flex: 0 0 18px !important;
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    margin: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
}

.ocf-container .ocf-value-input::before,
.ocf-container .ocf-value-input::after {
    box-sizing: border-box !important;
}

.ocf-container .ocf-value-name {
    min-width: 0 !important;
    white-space: normal !important;
}

.ocf-container .ocf-value-append {
    margin-left: auto !important;
    flex: 0 0 auto !important;
}

#common-home + .swiper-viewport,
#common-home ~ .swiper-viewport,
main .swiper-viewport {
    margin: 0 !important;
    padding: 0 !important;
}

.swiper-viewport video,
#banner0 video {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
}

.swiper-viewport + footer.sc-footer,
main + footer.sc-footer {
    margin-top: 0 !important;
}

#wholesalers-form .form-group,
#information-contact .contact_form .form-group {
    margin-bottom: 18px !important;
    padding-bottom: 0 !important;
}

#wholesalers-form .form-control.error_style,
#wholesalers-form .select2-container.error_style .select2-selection,
#information-contact .contact_form .form-control.error_style,
#information-contact .contact_form .form-check-input.error_style {
    border-color: #d70000 !important;
    box-shadow: 0 0 0 1px rgba(215, 0, 0, .18) !important;
}

#wholesalers-form .field-error-text,
#information-contact .field-error-text {
    margin-top: 6px !important;
    color: #d70000 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
}


/* Home slideshow desktop arrows */
#common-home .section.full-width-slider,
#common-home .section.full-width-slider .sc-slideshow-plus-block {
    position: relative !important;
}

#common-home .section.full-width-slider,
#common-home .section.full-width-slider .sc-slideshow-plus,
#common-home .section.full-width-slider .sc-slideshow-plus > .col-12,
#common-home .section.full-width-slider .sc-slideshow-plus-block,
#common-home .section.full-width-slider .swiper-wrapper,
#common-home .section.full-width-slider .swiper-slide,
#common-home .section.full-width-slider .sc-slideshow-plus-item-fullimg,
#common-home .section.full-width-slider .sc-slideshow-plus-item-fullimg > a,
#common-home .section.full-width-slider picture,
#common-home .section.full-width-slider img,
#common-home .section.full-width-slider video {
    border-radius: 0 !important;
    box-shadow: none !important;
}

#common-home .section.full-width-slider {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#common-home .section.full-width-slider .sc-slideshow-plus-block {
    overflow: hidden !important;
    border: 0 !important;
    background: transparent !important;
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
    #common-home .section.full-width-slider .site-hero-nav,
    #common-home .section.full-width-slider .folk-hero-nav {
        position: absolute !important;
        top: 0 !important;
        bottom: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 96px !important;
        z-index: 30 !important;
        border: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        color: #0d0d0d !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transition: opacity .18s ease, visibility .18s ease !important;
        cursor: pointer !important;
        box-shadow: none !important;
    }

    #common-home .section.full-width-slider .site-hero-nav-prev,
    #common-home .section.full-width-slider .folk-hero-nav-prev { left: 0 !important; }

    #common-home .section.full-width-slider .site-hero-nav-next,
    #common-home .section.full-width-slider .folk-hero-nav-next { right: 0 !important; }

    #common-home .section.full-width-slider:hover .site-hero-nav,
    #common-home .section.full-width-slider:hover .folk-hero-nav {
        opacity: .78 !important;
        visibility: visible !important;
    }

    #common-home .section.full-width-slider .site-hero-nav:hover,
    #common-home .section.full-width-slider .folk-hero-nav:hover {
        opacity: 1 !important;
    }

    #common-home .section.full-width-slider .site-hero-nav::before,
    #common-home .section.full-width-slider .folk-hero-nav::before {
        content: '' !important;
        display: block !important;
        width: 18px !important;
        height: 18px !important;
        border-top: 2px solid currentColor !important;
        border-left: 2px solid currentColor !important;
    }

    #common-home .section.full-width-slider .site-hero-nav-prev::before,
    #common-home .section.full-width-slider .folk-hero-nav-prev::before {
        transform: rotate(-45deg) !important;
    }

    #common-home .section.full-width-slider .site-hero-nav-next::before,
    #common-home .section.full-width-slider .folk-hero-nav-next::before {
        transform: rotate(135deg) !important;
    }
}

@media (hover: none), (pointer: coarse), (max-width: 767.98px) {
    #common-home .section.full-width-slider .site-hero-nav,
    #common-home .section.full-width-slider .folk-hero-nav {
        display: none !important;
    }
}

/* Search overlay: keep header clean while search is open */
body.folk-search-open header.header,
body.folk-search-open header.header.white,
body.folk-search-open header.header.no-white,
body.folk-search-open header.header .header-row {
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
}

body.folk-search-open header.header,
body.folk-search-open header.header a,
body.folk-search-open header.header button,
body.folk-search-open header.header .top-left-links a,
body.folk-search-open header.header .sc-btn-menu,
body.folk-search-open header.header .sc-btn-menu .sc-btn-text,
body.folk-search-open header.header .header_btn-icon,
body.folk-search-open header.header .header_btn-icon svg,
body.folk-search-open header.header .header-search__buttons a,
body.folk-search-open header.header .header-search__buttons button,
body.folk-search-open header.header .header-buttons a,
body.folk-search-open header.header .header-buttons button {
    color: #0d0d0d !important;
}

body.folk-search-open header.header .header_btn-icon svg path,
body.folk-search-open header.header .header-search__buttons svg path,
body.folk-search-open header.header .header-buttons svg path {
    fill: currentColor !important;
}

body.folk-search-open header.header .sc-btn-icon-menu,
body.folk-search-open header.header .sc-btn-icon-catalog {
    background-color: #0d0d0d !important;
}


body.folk-search-open .header-search {
    z-index: 12070 !important;
}

body.folk-search-open #overlay.active,
body.folk-search-open #overlay.active.transparent {
    background: transparent !important;
    pointer-events: none !important;
    z-index: 0 !important;
}


@media (max-width: 1199.98px) {
    .sc-megamenu .sc-megamenu-list-item.is-collapsed > .sc-megamenu-child,
    .sc-megamenu .sc-megamenu-list-item.is-collapsed > .sc-megamenu-child-narrow {
        display: none !important;
    }

    .sc-megamenu .sc-megamenu-list-item.is-collapsed > .sc-mobile-submenu-toggle .sc-btn-icon-chevron,
    .sc-megamenu .sc-megamenu-list-item.is-collapsed > .sc-btn .sc-btn-icon-chevron {
        transform: rotate(0deg) !important;
    }

    .sc-megamenu .sc-mobile-submenu-toggle,
    .sc-megamenu .sc-mobile-buyers-toggle {
        cursor: pointer;
    }
}


/* Buyers dropdown in the main header menu */
@media (min-width: 1200px) {
    body.folk-buyers-menu-open header.header,
    body.folk-buyers-menu-open header.header.white,
    body.folk-buyers-menu-open header.header.no-white,
    body.folk-buyers-menu-open header.header .header-row {
        background: #fff !important;
        background-color: #fff !important;
        background-image: none !important;
    }

    body.folk-buyers-menu-open header.header {
        z-index: 12080;
    }

    body.folk-buyers-menu-open header.header,
    body.folk-buyers-menu-open header.header a,
    body.folk-buyers-menu-open header.header button,
    body.folk-buyers-menu-open header.header .top-left-links a,
    body.folk-buyers-menu-open header.header .folk-buyers-toggle,
    body.folk-buyers-menu-open header.header .sc-btn-menu,
    body.folk-buyers-menu-open header.header .sc-btn-menu .sc-btn-text,
    body.folk-buyers-menu-open header.header .header_btn-icon,
    body.folk-buyers-menu-open header.header .header-search__buttons a,
    body.folk-buyers-menu-open header.header .header-search__buttons button,
    body.folk-buyers-menu-open header.header .header-buttons a,
    body.folk-buyers-menu-open header.header .header-buttons button {
        color: #0d0d0d !important;
    }

    body.folk-buyers-menu-open header.header .header_btn-icon svg path,
    body.folk-buyers-menu-open header.header .header-search__buttons svg path,
    body.folk-buyers-menu-open header.header .header-buttons svg path {
        fill: currentColor !important;
    }

    body.folk-buyers-menu-open header.header .sc-btn-icon-menu,
    body.folk-buyers-menu-open header.header .sc-btn-icon-catalog,
    body.folk-buyers-menu-open header.header .sc-btn-icon-search {
        background-color: #0d0d0d !important;
    }

    body.folk-buyers-menu-open #overlay.folk-buyers-overlay {
        position: fixed !important;
        top: var(--folk-buyers-overlay-top, 0) !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        background: rgba(0, 0, 0, .58) !important;
        z-index: 12040 !important;
        pointer-events: auto !important;
    }

    header.header .top-left-links .folk-buyers-nav {
        position: static;
    }

    header.header .top-left-links .folk-buyers-toggle {
        display: inline-flex;
        align-items: center;
        padding: 0;
        border: 0;
        background: transparent;
        font: inherit;
        line-height: inherit;
        color: inherit;
        cursor: pointer;
    }

    header.header .top-left-links .folk-buyers-toggle[aria-expanded="true"] {
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 3px;
    }

    header.header .top-left-links .folk-buyers-dropdown {
        position: fixed;
        left: var(--folk-buyers-dropdown-left, 218px);
        top: var(--folk-buyers-dropdown-top, 98px);
        width: 292px;
        padding: 24px 32px 28px;
        background: #fff;
        border: 1px solid rgba(13, 13, 13, .06);
        box-shadow: 0 18px 42px rgba(13, 13, 13, .08);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-4px);
        transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
        z-index: 12090;
    }

    header.header .top-left-links .folk-buyers-nav.is-open .folk-buyers-dropdown {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    header.header .top-left-links .folk-buyers-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin: 0;
        padding: 0;
    }

    header.header .top-left-links .folk-buyers-list a {
        display: block;
        color: #0d0d0d;
        font-size: 14px;
        line-height: 1.35;
        font-weight: 400;
        text-decoration: none;
        white-space: normal;
    }

    header.header .top-left-links .folk-buyers-list a:hover,
    header.header .top-left-links .folk-buyers-list a:focus {
        text-decoration: underline;
        text-underline-offset: 3px;
    }
}

@media (min-width: 1200px) {
    .sc-megamenu .sc-mobile-extra-link {
        display: none !important;
    }
}

@media (max-width: 1199.98px) {
    .sc-megamenu .sc-mobile-buyers-toggle {
        grid-column: 1 / 2;
        display: flex;
        align-items: center;
        min-width: 0;
        width: 100%;
        padding: 0;
        border: 0;
        background: transparent;
        color: #0d0d0d;
        text-align: left;
        font: inherit;
        line-height: inherit;
    }

    .sc-megamenu .sc-mobile-buyers-toggle span {
        padding-left: 0 !important;
        color: #0d0d0d;
        font-size: 16px;
        line-height: 1.25;
        font-weight: 600;
        text-transform: uppercase;
        white-space: normal;
    }

    .sc-megamenu .sc-mobile-buyers-child a {
        color: #333;
        font-size: 16px;
        line-height: 1.35;
        font-weight: 400;
        text-transform: none;
    }
}


@media (max-width: 1199.98px) {
    .sc-megamenu .sc-mobile-extra-link {
        display: grid !important;
    }

    .sc-megamenu .sc-mobile-extra-link > a span {
        padding-left: 0 !important;
        color: #0d0d0d !important;
        font-size: 16px !important;
        line-height: 1.25 !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
    }
}
