/* L-SHOP header v1: isolated top service bar */
.ls-head-v2-top {
    position: relative;
    z-index: 1032;
    width: 100%;
    min-height: 44px;
    background: #e74c3c;
    color: #fff;
    font-family: "Source Sans Pro", Arial, sans-serif;
}

.ls-head-v2-top *,
.ls-head-v2-top *::before,
.ls-head-v2-top *::after {
    box-sizing: border-box;
}

.ls-head-v2-top__container {
    width: calc(100% - 64px);
    max-width: 1440px;
    min-height: 44px;
    margin: 0 auto;
}

.ls-head-v2-top__desktop {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.ls-head-v2-top__left,
.ls-head-v2-top__right,
.ls-head-v2-top__auth {
    display: flex;
    align-items: center;
}

.ls-head-v2-top__left {
    min-width: 0;
    flex: 1 1 auto;
    gap: 16px;
}

.ls-head-v2-top__right {
    flex: 0 0 auto;
    gap: 14px;
}

.ls-head-v2-top__phone {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
}

.ls-head-v2-top__phone-icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.ls-head-v2-top__phone-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ls-head-v2-top__phone-list {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ls-head-v2-top__phone-list > li {
    display: flex;
    margin: 0;
    padding: 0;
}

.ls-head-v2-top__phone-list a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 44px;
    padding: 0;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
}

.ls-head-v2-top__phone-list .hidden-xs {
    display: inline !important;
    margin-left: 0 !important;
}

.ls-head-v2-top__phone-list .glyphicon,
.ls-head-v2-top__phone-list .fa {
    display: none !important;
}

.ls-head-v2-top__divider {
    display: block;
    width: 1px;
    height: 18px;
    flex: 0 0 1px;
    background: rgba(255, 255, 255, .38);
}

.ls-head-v2-top__nav {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 25px;
    overflow: hidden;
}

.ls-head-v2-top__nav-link,
.ls-head-v2-top__auth-link {
    color: #fff !important;
    text-decoration: none !important;
    transition: opacity .18s ease;
}

.ls-head-v2-top__nav-link {
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 44px;
    white-space: nowrap;
}

.ls-head-v2-top__nav-link:hover,
.ls-head-v2-top__nav-link:focus,
.ls-head-v2-top__auth-link:hover,
.ls-head-v2-top__auth-link:focus {
    color: #fff !important;
    opacity: .78;
}

/* Isolated l-shop header language switcher. No legacy .languages/.language selectors. */
.ls-head-v2-top__language-slot {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.ls-head-v2-lang {
    display: inline-flex;
    align-items: center;
    gap: 0;
    height: 32px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 6px;
    background: rgba(126, 42, 28, .08);
}

.ls-head-v2-lang__item {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 30px;
    height: 30px;
    padding: 0 10px;
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: rgba(255, 255, 255, .90) !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background-color .18s ease, color .18s ease, opacity .18s ease, box-shadow .18s ease;
}

.ls-head-v2-lang__item + .ls-head-v2-lang__item::before {
    display: none;
}

.ls-head-v2-lang__item:hover,
.ls-head-v2-lang__item:focus {
    color: #fff !important;
    background: rgba(255, 255, 255, .08);
}

.ls-head-v2-lang__item--active {
    background: #fff;
    color: #e74c3c !important;
    font-weight: 700;
    box-shadow: 0 1px 3px rgba(78, 25, 17, .16);
}

.ls-head-v2-lang__item--active:hover,
.ls-head-v2-lang__item--active:focus {
    color: #e74c3c !important;
    background: #fff;
}

.ls-head-v2-top__auth {
    gap: 7px;
}

.ls-head-v2-top__account-icon {
    display: inline-flex;
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
    color: #fff;
}

.ls-head-v2-top__account-icon svg {
    display: block;
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ls-head-v2-top__auth-link {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.ls-head-v2-top__auth-slash {
    color: rgba(255,255,255,.75);
    font-size: 14px;
}

.ls-head-v2-top__mobile {
    display: none;
}

@media (max-width: 1199px) and (min-width: 769px) {
    .ls-head-v2-top__container {
        width: calc(100% - 32px);
    }

    .ls-head-v2-top__nav {
        gap: 14px;
    }

    .ls-head-v2-top__nav-link {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .ls-head-v2-top__account-icon--mobile {
        display: inline-flex;
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
        margin-right: 1px;
    }

    .ls-head-v2-top__account-icon--mobile svg {
        width: 18px;
        height: 18px;
    }
    .ls-head-v2-top {
        padding-top: 50px;
        min-height: 46px;
        background: #e74c3c;
        border-top: 1px solid rgba(255,255,255,.06);
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .ls-head-v2-top__container {
        width: 100%;
        min-height: 46px;
        padding: 0 22px;
    }

    .ls-head-v2-top__desktop {
        display: none;
    }

    .ls-head-v2-top__mobile {
        position: relative;
        display: flex;
        min-height: 46px;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .ls-head-v2-top__mobile-phone {
        position: relative;
        z-index: 2;
        display: flex !important;
        min-width: 0;
        align-items: center;
        gap: 7px;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* Phone CMS widget still outputs legacy .phone-number/.header-telephone/.hidden-xs.
       Force only those descendants visible inside the isolated v2 mobile header. */
    .ls-head-v2-top__phone-list--mobile,
    .ls-head-v2-top__phone-list--mobile > li,
    .ls-head-v2-top__phone-list--mobile .phone-number,
    .ls-head-v2-top__phone-list--mobile .header-telephone {
        display: flex !important;
        align-items: center;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .ls-head-v2-top__phone-list--mobile .hidden-xs {
        display: inline !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .ls-head-v2-top__phone-list--mobile a {
        min-height: 46px;
        font-size: 18px;
        font-weight: 700;
    }

    .ls-head-v2-top__mobile-phone {
        gap: 0;
    }

    /* Center the language switch independently so it does not shift into the auth block. */
    .ls-head-v2-top__mobile-right {
        display: flex;
        align-items: center;
        margin-left: auto;
    }

    .ls-head-v2-top__language-slot--mobile {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        flex: 0 0 auto;
        transform: translate(-50%, -50%);
    }

    .ls-head-v2-top__language-slot--mobile .ls-head-v2-lang {
        height: 32px;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, .22);
        border-radius: 6px;
        background: rgba(126, 42, 28, .08);
    }

    .ls-head-v2-top__language-slot--mobile .ls-head-v2-lang__item {
        min-width: 44px;
        height: 30px;
        min-height: 30px;
        padding: 0 10px;
        border-radius: 5px;
        color: rgba(255, 255, 255, .90) !important;
        font-size: 14px;
        font-weight: 600;
    }

    .ls-head-v2-top__language-slot--mobile .ls-head-v2-lang__item + .ls-head-v2-lang__item::before {
        display: none;
    }

    .ls-head-v2-top__language-slot--mobile .ls-head-v2-lang__item--active {
        background: #fff;
        color: #e74c3c !important;
        font-weight: 700;
        box-shadow: 0 1px 3px rgba(78, 25, 17, .16);
    }

    .ls-head-v2-top__mobile-auth {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
    }

    .ls-head-v2-top__mobile-auth .ls-head-v2-top__auth-link {
        font-size: 15px;
        font-weight: 600;
    }

    .ls-head-v2-top__mobile-separator {
        width: 1px;
        height: 28px;
        background: rgba(255,255,255,.28);
    }
}

@media (max-width: 560px) {
    .ls-head-v2-top__container {
        padding: 0 14px;
    }

    .ls-head-v2-top__phone-list--mobile a {
        font-size: 16px;
    }

    .ls-head-v2-top__mobile-auth .ls-head-v2-top__auth-link {
        font-size: 13px;
    }

    .ls-head-v2-top__mobile-right {
        gap: 0;
    }

    .ls-head-v2-top__mobile-auth {
        gap: 8px;
    }
}

@media (max-width: 420px) {
    .ls-head-v2-top__container {
        padding: 0 10px;
    }

    .ls-head-v2-top__account-icon--mobile {
        width: 16px;
        height: 16px;
        flex-basis: 16px;
    }

    .ls-head-v2-top__account-icon--mobile svg {
        width: 16px;
        height: 16px;
    }

    .ls-head-v2-top__phone-list--mobile a {
        font-size: 15px;
    }

    .ls-head-v2-top__mobile-auth .ls-head-v2-top__auth-link {
        font-size: 12px;
    }

    .ls-head-v2-top__mobile-right {
        gap: 0;
    }

    .ls-head-v2-top__mobile-auth {
        gap: 6px;
    }

    .ls-head-v2-top__mobile-separator {
        height: 22px;
    }
}

@media (max-width: 420px) {
    .ls-head-v2-top__language-slot--mobile .ls-head-v2-lang__item {
        min-width: 36px;
        padding: 0 7px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .ls-head-v2-top__container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .ls-head-v2-top__mobile {
        column-gap: 8px;
    }

    .ls-head-v2-top__phone-list--mobile a {
        font-size: 16px;
    }

    .ls-head-v2-top__language-slot--mobile .ls-head-v2-lang__item {
        min-width: 36px;
        padding-left: 7px;
        padding-right: 7px;
        font-size: 13px;
    }

    .ls-head-v2-top__mobile-auth {
        gap: 8px;
    }

    .ls-head-v2-top__mobile-auth .ls-head-v2-top__auth-link {
        font-size: 12px;
    }
}


@media (max-width: 480px) {
    .ls-head-v2-top__language-slot--mobile .ls-head-v2-lang {
        height: 30px;
    }

    .ls-head-v2-top__language-slot--mobile .ls-head-v2-lang__item {
        min-width: 34px;
        height: 28px;
        min-height: 28px;
        padding-left: 6px;
        padding-right: 6px;
        font-size: 12px;
    }
}

/* =========================================================
   L-SHOP HEADER V2 — MAIN NAVIGATION (isolated namespace)
   ========================================================= */
.ls-head-v2-main {
    position: relative;
    z-index: 1031;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    font-family: "Source Sans Pro", Arial, sans-serif;
}

.ls-head-v2-main *,
.ls-head-v2-main *::before,
.ls-head-v2-main *::after {
    box-sizing: border-box;
}

.ls-head-v2-main__container {
    width: calc(100% - 64px);
    max-width: 1440px;
    margin: 0 auto;
}

.ls-head-v2-main__desktop {
    display: flex;
    min-height: 96px;
    align-items: center;
    gap: 34px;
}

.ls-head-v2-main__logo-link {
    display: inline-flex;
    flex: 0 0 200px;
    width: 200px;
    align-items: center;
    text-decoration: none !important;
}

.ls-head-v2-main__logo-img {
    display: block;
    width: 200px;
    height: auto;
    max-width: 200px;
}

.ls-head-v2-main__actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 18px;
    margin-left: auto;
}

/* Desktop navigation */
.ls-head-v2-nav {
    min-width: 0;
    flex: 1 1 auto;
}

.ls-head-v2-nav ul,
.ls-head-v2-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ls-head-v2-nav__list {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 28px;
}

.ls-head-v2-nav__item {
    position: relative;
    flex: 0 0 auto;
}

.ls-head-v2-nav__link {
    display: inline-flex;
    min-height: 96px;
    align-items: center;
    gap: 7px;
    color: #26313f !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    white-space: nowrap;
    transition: color .18s ease;
}

.ls-head-v2-nav__item--active > .ls-head-v2-nav__link,
.ls-head-v2-nav__link:hover,
.ls-head-v2-nav__link:focus {
    color: #e74c3c !important;
}

.ls-head-v2-nav__chevron {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .18s ease;
}

.ls-head-v2-nav__item--open .ls-head-v2-nav__chevron {
    transform: rotate(180deg);
}

.ls-head-v2-nav__submenu {
    position: absolute;
    top: calc(100% - 6px);
    left: 0;
    z-index: 1040;
    display: none;
    min-width: 300px;
    max-width: min(780px, calc(100vw - 64px));
    padding: 18px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    box-shadow: 0 16px 42px rgba(33, 38, 45, .12);
}

.ls-head-v2-nav__item--open > .ls-head-v2-nav__submenu {
    display: block;
}

.ls-head-v2-nav__submenu-grid {
    display: flex;
    align-items: flex-start;
    gap: 26px;
}

.ls-head-v2-nav__submenu-column {
    min-width: 220px;
    flex: 1 1 220px;
}

.ls-head-v2-nav__submenu-item + .ls-head-v2-nav__submenu-item {
    margin-top: 2px;
}

.ls-head-v2-nav__submenu-link {
    display: block;
    padding: 8px 10px;
    color: #343d49 !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none !important;
    border-radius: 7px;
    transition: color .18s ease, background-color .18s ease;
}

.ls-head-v2-nav__submenu-link:hover,
.ls-head-v2-nav__submenu-link:focus,
.ls-head-v2-nav__submenu-item--active .ls-head-v2-nav__submenu-link {
    color: #e74c3c !important;
    background: #fff4f1;
}

/* Search */
.ls-head-v2-search {
    flex: 0 0 auto;
}

.ls-head-v2-search__form {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
}

.ls-head-v2-search--desktop .ls-head-v2-search__form {
    width: 220px;
}

.ls-head-v2-search__input {
    width: 100%;
    height: 44px;
    padding: 0 48px 0 15px;
    color: #2f3742;
    background: #fff;
    border: 1px solid #e4e7eb;
    border-radius: 8px;
    outline: 0;
    font-size: 14px;
    line-height: 44px;
    box-shadow: none;
    transition: border-color .18s ease, box-shadow .18s ease;
    -webkit-appearance: none;
    appearance: none;
}

.ls-head-v2-search__input::placeholder {
    color: #9aa1aa;
    opacity: 1;
}

.ls-head-v2-search__input:focus {
    border-color: rgba(231, 76, 60, .55);
    box-shadow: 0 0 0 3px rgba(231, 76, 60, .08);
}

.ls-head-v2-search__button {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    color: #4f5b68;
    background: transparent;
    border: 0;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    outline: 0;
}

.ls-head-v2-search__button:hover,
.ls-head-v2-search__button:focus {
    color: #e74c3c;
}

.ls-head-v2-search__button svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Desktop cart v16: isolated presentation with legacy hooks retained only for AJAX compatibility. */
.ls-head-v2-cart--desktop {
    position: relative;
    flex: 0 0 auto;
}

.ls-head-v2-cart--desktop .ls-head-v2-cart-widget {
    position: relative;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ls-head-v2-cart--desktop .ls-head-v2-cart-widget__toggle {
    display: inline-flex !important;
    min-width: 210px;
    height: 46px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 16px !important;
    color: #fff !important;
    background: #e74c3c !important;
    border: 1px solid #e74c3c !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    box-shadow: none !important;
    white-space: nowrap;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ls-head-v2-cart--desktop .ls-head-v2-cart-widget__toggle:hover,
.ls-head-v2-cart--desktop .ls-head-v2-cart-widget__toggle:focus,
.ls-head-v2-cart--desktop.ls-head-v2-cart--open .ls-head-v2-cart-widget__toggle {
    color: #fff !important;
    background: #d84334 !important;
    border-color: #d84334 !important;
    box-shadow: 0 5px 14px rgba(231, 76, 60, .16) !important;
}

.ls-head-v2-cart-widget__icon {
    display: inline-flex;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    align-items: center;
    justify-content: center;
    color: currentColor;
}

.ls-head-v2-cart-widget__icon svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ls-head-v2-cart--desktop .cartRespons {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.ls-head-v2-cart__caption {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.ls-head-v2-cart--desktop .caret {
    display: none !important;
}

.ls-head-v2-cart__caret {
    width: 7px;
    height: 7px;
    margin-left: 2px;
    border-right: 1.8px solid currentColor;
    border-bottom: 1.8px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transform-origin: center;
    transition: transform .18s ease;
}

.ls-head-v2-cart--desktop.ls-head-v2-cart--open .ls-head-v2-cart__caret {
    transform: rotate(225deg) translate(-1px, -1px);
}

.ls-head-v2-cart--desktop .ls-head-v2-cart-dropdown {
    position: absolute !important;
    top: calc(100% + 12px) !important;
    right: 0 !important;
    left: auto !important;
    z-index: 1055;
    display: none !important;
    width: 520px !important;
    min-width: 520px !important;
    max-width: calc(100vw - 32px);
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
    background: #fff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 14px !important;
    box-shadow: 0 18px 48px rgba(26, 33, 44, .16) !important;
}

.ls-head-v2-cart--desktop .ls-head-v2-cart-dropdown::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 31px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    transform: rotate(45deg);
}

.ls-head-v2-cart--desktop.ls-head-v2-cart--open .ls-head-v2-cart-dropdown {
    display: block !important;
}

.ls-head-v2-cart-dropdown__header {
    position: relative;
    z-index: 1;
    padding: 22px 24px 14px;
    background: #fff;
    border-radius: 14px 14px 0 0;
}

.ls-head-v2-cart-dropdown__title {
    color: #252d3d;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.ls-head-v2-cart-dropdown__count {
    margin-left: 4px;
    color: #697284;
    font-size: 15px;
    font-weight: 500;
}

.ls-head-v2-cart--desktop .ls-head-v2-cart-dropdown__items {
    max-height: 350px;
    margin: 0 !important;
    padding: 0 24px;
    overflow-x: hidden;
    overflow-y: auto;
}

.ls-head-v2-cart-dropdown__table {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

.ls-head-v2-cart-item {
    border: 0 !important;
    border-bottom: 1px solid #eceff2 !important;
}

.ls-head-v2-cart-item:last-child {
    border-bottom: 0 !important;
}

.ls-head-v2-cart-item > td {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    vertical-align: middle !important;
    border: 0 !important;
}

.ls-head-v2-cart-item__thumb {
    width: 84px !important;
    padding-right: 16px !important;
}

.ls-head-v2-cart-item__thumb-link {
    display: flex;
    width: 68px;
    height: 84px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f8f6f5;
    border-radius: 9px;
}

.ls-head-v2-cart-item__thumb img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: contain;
}

.ls-head-v2-cart-item__info {
    width: auto !important;
    padding-right: 12px !important;
}

.ls-head-v2-cart-item__title {
    margin: 0 0 6px !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}

.ls-head-v2-cart-item__title a {
    color: #283247 !important;
    text-decoration: none !important;
}

.ls-head-v2-cart-item__title a:hover,
.ls-head-v2-cart-item__title a:focus {
    color: #e74c3c !important;
}

.ls-head-v2-cart-item__options {
    display: flex;
    flex-wrap: wrap;
    gap: 3px 7px;
    margin: 0 0 8px;
}

.ls-head-v2-cart-item__option {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #8b929e !important;
    background: transparent !important;
    border: 0 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
}

.ls-head-v2-cart-item__price {
    margin: 0 !important;
    color: #303747 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

.ls-head-v2-cart-item__quantity {
    width: 48px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
    color: #394358;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
}

.ls-head-v2-cart-item__subtotal {
    display: none !important;
}

.ls-head-v2-cart-item__delete {
    width: 34px !important;
    padding-left: 8px !important;
    text-align: right;
}

.ls-head-v2-cart-item__remove {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    color: #6f7785 !important;
    background: transparent;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    text-decoration: none !important;
    cursor: pointer;
    transition: color .18s ease, background-color .18s ease;
}

.ls-head-v2-cart-item__remove:hover,
.ls-head-v2-cart-item__remove:focus {
    color: #e74c3c !important;
    background: rgba(231, 76, 60, .08);
}

.ls-head-v2-cart-dropdown__footer {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 !important;
    padding: 18px 24px 22px !important;
    background: #fff;
    border-top: 1px solid #eceff2;
    border-radius: 0 0 14px 14px;
    text-align: left !important;
}

.ls-head-v2-cart-dropdown__total {
    margin: 0 !important;
    color: #252d3d !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-transform: uppercase;
    white-space: nowrap;
}

.ls-head-v2-cart-dropdown__total strong {
    font-weight: 800;
}

.ls-head-v2-cart-dropdown__checkout {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0 20px;
    color: #fff !important;
    background: #e74c3c;
    border: 1px solid #e74c3c;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.ls-head-v2-cart-dropdown__checkout:hover,
.ls-head-v2-cart-dropdown__checkout:focus {
    color: #fff !important;
    background: #d84334;
    border-color: #d84334;
    transform: translateY(-1px);
}

@media (max-width: 1199px) and (min-width: 769px) {
    .ls-head-v2-cart--desktop .ls-head-v2-cart-widget__toggle {
        min-width: 184px;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .ls-head-v2-cart__caption {
        font-size: 13px;
    }

    .ls-head-v2-cart--desktop .ls-head-v2-cart-dropdown {
        width: 480px !important;
        min-width: 480px !important;
    }
}

/* Mobile main header */
.ls-head-v2-main__mobile {
    display: none;
}

@media (max-width: 1280px) and (min-width: 769px) {
    .ls-head-v2-main__container {
        width: calc(100% - 32px);
    }

    .ls-head-v2-main__desktop {
        gap: 22px;
    }


    .ls-head-v2-nav__list {
        gap: 18px;
    }

    .ls-head-v2-nav__link {
        font-size: 14px;
    }

    .ls-head-v2-search--desktop .ls-head-v2-search__form {
        width: 190px;
    }

    .ls-head-v2-cart--desktop .cartMenu > .dropdown-toggle {
        min-width: 158px;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .ls-head-v2-main__desktop {
        gap: 16px;
    }


    .ls-head-v2-nav__list {
        gap: 12px;
    }

    .ls-head-v2-nav__link {
        font-size: 13px;
    }

    .ls-head-v2-search--desktop .ls-head-v2-search__form {
        width: 160px;
    }

    .ls-head-v2-cart--desktop .cartMenu > .dropdown-toggle {
        min-width: 142px;
    }

    .ls-head-v2-cart__caption {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .ls-head-v2-main {
        border-bottom: 1px solid #ececec;
    }

    .ls-head-v2-main__container {
        width: 100%;
        max-width: none;
    }

    .ls-head-v2-main__desktop {
        display: none;
    }

    .ls-head-v2-main__mobile {
        display: block;
        width: 100%;
        background: #fff;
    }

    .ls-head-v2-main__mobile-row {
        display: flex;
        min-height: 76px;
        align-items: center;
        gap: 10px;
        padding: 10px 18px;
    }

    .ls-head-v2-main__mobile-logo-link {
        display: inline-flex;
        min-width: 0;
        flex: 1 1 auto;
        align-items: center;
        text-decoration: none !important;
    }

    .ls-head-v2-main__mobile-logo-img {
        display: block;
        width: 170px;
        height: auto;
        max-width: 100%;
    }

    .ls-head-v2-main__catalog-button,
    .ls-head-v2-main__icon-button {
        display: inline-flex;
        height: 48px;
        align-items: center;
        justify-content: center;
        margin: 0;
        color: #c94a34;
        background: #fff;
        border: 1px solid #e3e4e6;
        border-radius: 8px;
        box-shadow: 0 1px 2px rgba(28, 34, 40, .04);
        cursor: pointer;
        outline: 0;
    }

    .ls-head-v2-main__catalog-button {
        flex: 0 0 auto;
        gap: 10px;
        padding: 0 16px;
        font-size: 16px;
        font-weight: 700;
    }

    .ls-head-v2-main__catalog-button:hover,
    .ls-head-v2-main__catalog-button:focus,
    .ls-head-v2-main__catalog-button[aria-expanded="true"],
    .ls-head-v2-main__icon-button:hover,
    .ls-head-v2-main__icon-button:focus,
    .ls-head-v2-main__icon-button[aria-expanded="true"] {
        color: #e74c3c;
        border-color: rgba(231, 76, 60, .35);
        background: #fff8f6;
    }

    .ls-head-v2-main__catalog-icon {
        display: inline-flex;
        width: 24px;
        height: 18px;
        flex-direction: column;
        justify-content: space-between;
    }

    .ls-head-v2-main__catalog-icon i {
        display: block;
        width: 24px;
        height: 2px;
        background: currentColor;
        border-radius: 2px;
    }

    .ls-head-v2-main__icon-button {
        position: relative;
        flex: 0 0 48px;
        width: 48px;
        padding: 0;
    }

    .ls-head-v2-main__icon-button svg {
        width: 25px;
        height: 25px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .ls-head-v2-main__cart-badge {
        position: absolute;
        top: -8px;
        right: -7px;
        display: inline-flex;
        min-width: 24px;
        height: 24px;
        align-items: center;
        justify-content: center;
        padding: 0 6px;
        color: #fff;
        background: #b94d2f;
        border: 2px solid #fff;
        border-radius: 999px;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
    }

    .ls-head-v2-main__cart-badge[hidden] {
        display: none !important;
    }

    .ls-head-v2-search--mobile {
        padding: 0 18px 12px;
        background: #fff;
        border-top: 1px solid #f1f1f1;
    }

    .ls-head-v2-search--mobile[hidden] {
        display: none !important;
    }

    .ls-head-v2-main__search-button[aria-expanded="true"] {
        color: #e74c3c;
        border-color: rgba(231, 76, 60, .42);
        background: #fff8f6;
    }

    .ls-head-v2-search--mobile .ls-head-v2-search__form {
        width: 100%;
    }

    .ls-head-v2-search--mobile .ls-head-v2-search__input {
        height: 52px;
        padding-left: 16px;
        padding-right: 54px;
        border-radius: 8px;
        font-size: 16px;
        line-height: 52px;
    }

    .ls-head-v2-search--mobile .ls-head-v2-search__button {
        width: 52px;
        height: 52px;
    }

    .ls-head-v2-search--mobile .ls-head-v2-search__button svg {
        width: 24px;
        height: 24px;
        color: #c94a34;
    }

    .ls-head-v2-main__mobile-panel {
        position: relative;
        z-index: 1040;
        width: 100%;
        max-height: calc(100vh - 230px);
        overflow-y: auto;
        background: #fff;
        border-top: 1px solid #ececec;
    }

    .ls-head-v2-main__mobile-panel[hidden] {
        display: none !important;
    }

    .ls-head-v2-main__mobile-cart {
        padding: 10px 14px 16px;
    }

    .ls-head-v2-main__mobile-cart .cartMenu {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media (max-width: 560px) {
    .ls-head-v2-main__mobile-row {
        gap: 8px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .ls-head-v2-main__mobile-logo-img {
        width: 150px;
    }

    .ls-head-v2-main__catalog-button {
        gap: 8px;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 14px;
    }

    .ls-head-v2-main__catalog-icon,
    .ls-head-v2-main__catalog-icon i {
        width: 21px;
    }

    .ls-head-v2-main__icon-button {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
    }

    .ls-head-v2-search--mobile {
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media (max-width: 420px) {
    .ls-head-v2-main__mobile-row {
        min-height: 68px;
        gap: 6px;
        padding: 8px 10px;
    }

    .ls-head-v2-main__mobile-logo-img {
        width: 130px;
    }

    .ls-head-v2-main__catalog-button {
        height: 40px;
        gap: 6px;
        padding-left: 9px;
        padding-right: 9px;
        font-size: 13px;
    }

    .ls-head-v2-main__catalog-icon,
    .ls-head-v2-main__catalog-icon i {
        width: 19px;
    }

    .ls-head-v2-main__catalog-icon {
        height: 15px;
    }

    .ls-head-v2-main__icon-button {
        flex-basis: 42px;
        width: 42px;
        height: 40px;
    }

    .ls-head-v2-main__icon-button svg {
        width: 22px;
        height: 22px;
    }

    .ls-head-v2-search--mobile {
        padding: 0 10px 10px;
    }
}

/* Header content offset synced with the redesigned fixed header. */
.headerOffset {
    padding-top: 150px;
}

@media (max-width: 768px) {
    .headerOffset {
        padding-top: 0;
    }
}

/* ============================================================
   L-SHOP quick search v1 (header v17)
   Isolated namespace; no legacy search/dropdown classes required.
   ============================================================ */
.ls-head-v2-main {
    overflow: visible;
}

.ls-head-v2-main__container {
    position: relative;
}

.ls-quick-search[hidden],
.ls-quick-search__loading[hidden] {
    display: none !important;
}

.ls-quick-search {
    position: absolute;
    z-index: 1060;
    top: 100%;
    left: 50%;
    width: calc(100% - 64px);
    max-width: 1440px;
    margin-top: 10px;
    transform: translateX(-50%);
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(34, 34, 34, .14);
    color: #252b35;
}

.ls-quick-search__loading {
    display: flex;
    min-height: 92px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px;
    color: #777d86;
    font-size: 15px;
}

.ls-quick-search__spinner {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 2px solid #ececec;
    border-top-color: #e74c3c;
    border-radius: 50%;
    animation: lsQuickSearchSpin .7s linear infinite;
}

@keyframes lsQuickSearchSpin {
    to { transform: rotate(360deg); }
}

.ls-quick-search__content {
    overflow: hidden;
    border-radius: inherit;
}

.ls-quick-search__head {
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 28px;
    border-bottom: 1px solid #ededed;
}

.ls-quick-search__query-wrap {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 18px;
}

.ls-quick-search__head-icon {
    display: inline-flex;
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    color: #222a35;
}

.ls-quick-search__head-icon svg,
.ls-quick-search-card__buy svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ls-quick-search__query {
    overflow: hidden;
    color: #282d35;
    font-size: 20px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ls-quick-search__found,
.ls-quick-search__shown {
    color: #747a83;
    font-size: 14px;
    font-weight: 400;
}

.ls-quick-search__close {
    display: inline-flex;
    width: 42px;
    height: 40px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #252b35;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
}

.ls-quick-search__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    max-height: min(520px, calc(100vh - 310px));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(231, 76, 60, .55) #f4f4f4;
    padding: 22px 28px;
}

.ls-quick-search__grid::-webkit-scrollbar {
    width: 6px;
}

.ls-quick-search__grid::-webkit-scrollbar-track {
    background: #f4f4f4;
    border-radius: 10px;
}

.ls-quick-search__grid::-webkit-scrollbar-thumb {
    background: rgba(231, 76, 60, .55);
    border-radius: 10px;
}

.ls-quick-search-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    background: #fff;
}

.ls-quick-search-card__image-link {
    display: block;
    height: 140px;
    margin: 12px 12px 0;
    overflow: hidden;
    border-radius: 8px;
    background: #f7f5f3;
}

.ls-quick-search-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ls-quick-search-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 14px 14px 10px;
}

.ls-quick-search-card__title {
    min-height: 40px;
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.ls-quick-search-card__title a {
    color: #20242b !important;
    text-decoration: none !important;
}

.ls-quick-search-card__meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 7px 12px;
    margin-bottom: 8px;
    color: #858990;
    font-size: 13px;
    line-height: 1.35;
}

.ls-quick-search-card__meta strong {
    color: #4a4f57;
    font-weight: 500;
}

.ls-quick-search-card__meta--secondary {
    min-height: 36px;
}

.ls-quick-search-card__price {
    margin-top: auto;
    color: #e74c3c;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.ls-quick-search-card__stock {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    color: #6c9347;
    font-size: 13px;
}

.ls-quick-search-card__stock > span {
    color: #6eae3e;
    font-size: 18px;
}

.ls-quick-search-card__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0 14px 14px;
}

.ls-quick-search-card__details,
.ls-quick-search-card__buy {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none !important;
    cursor: pointer;
}

.ls-quick-search-card__details {
    border: 1px solid #e74c3c;
    background: #fff;
    color: #e74c3c !important;
}

.ls-quick-search-card__buy {
    border: 1px solid #e74c3c;
    background: #e74c3c;
    color: #fff !important;
}

.ls-quick-search-card__buy svg {
    width: 18px;
    height: 18px;
}

.ls-quick-search-card__details:hover,
.ls-quick-search-card__details:focus {
    background: #fff7f5;
}

.ls-quick-search-card__buy:hover,
.ls-quick-search-card__buy:focus {
    border-color: #d94334;
    background: #d94334;
}

.ls-quick-search__footer {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 28px;
    border-top: 1px solid #ededed;
}

.ls-quick-search__all {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 10px 22px;
    border-radius: 7px;
    background: #e74c3c;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}

.ls-quick-search__empty {
    padding: 34px 28px 38px;
    color: #6f747d;
    font-size: 16px;
    text-align: center;
}

@media (max-width: 1199px) and (min-width: 769px) {
    .ls-quick-search {
        width: calc(100% - 32px);
    }

    .ls-quick-search__grid {
        gap: 14px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .ls-quick-search-card__image-link {
        height: 140px;
    }
}

@media (max-width: 768px) {
    .ls-quick-search {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        max-width: none;
        margin-top: 0;
        transform: none;
        border-right: 0;
        border-left: 0;
        border-radius: 0 0 12px 12px;
        box-shadow: 0 16px 34px rgba(34, 34, 34, .16);
    }

    .ls-quick-search__head {
        min-height: 58px;
        padding: 10px 14px;
    }

    .ls-quick-search__query-wrap {
        gap: 10px;
    }

    .ls-quick-search__head-icon {
        width: 22px;
        height: 22px;
        flex-basis: 22px;
    }

    .ls-quick-search__query {
        max-width: 120px;
        font-size: 16px;
    }

    .ls-quick-search__found {
        font-size: 12px;
    }

    .ls-quick-search__close {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        font-size: 26px;
    }

    .ls-quick-search__grid {
        display: flex;
        max-height: min(390px, calc(100vh - 270px));
        flex-direction: column;
        gap: 0;
        overflow-y: auto;
        padding: 0 12px;
    }

    .ls-quick-search-card {
        display: grid;
        grid-template-columns: 92px minmax(0, 1fr);
        grid-template-rows: auto auto;
        gap: 0 12px;
        padding: 12px 0;
        border: 0;
        border-bottom: 1px solid #ededed;
        border-radius: 0;
    }

    .ls-quick-search-card__image-link {
        grid-column: 1;
        grid-row: 1 / span 2;
        width: 92px;
        height: 128px;
        margin: 0;
    }

    .ls-quick-search-card__body {
        grid-column: 2;
        grid-row: 1;
        padding: 0;
    }

    .ls-quick-search-card__title {
        min-height: 0;
        margin-bottom: 7px;
        font-size: 14px;
    }

    .ls-quick-search-card__meta {
        display: flex;
        flex-wrap: wrap;
        gap: 4px 12px;
        margin-bottom: 5px;
        font-size: 12px;
    }

    .ls-quick-search-card__meta--secondary {
        min-height: 0;
    }

    .ls-quick-search-card__price {
        margin-top: 6px;
        font-size: 17px;
    }

    .ls-quick-search-card__stock {
        margin-top: 5px;
        font-size: 12px;
    }

    .ls-quick-search-card__actions {
        grid-column: 2;
        grid-row: 2;
        gap: 8px;
        padding: 9px 0 0;
    }

    .ls-quick-search-card__details,
    .ls-quick-search-card__buy {
        min-height: 36px;
        padding: 7px 8px;
        font-size: 12px;
    }

    .ls-quick-search__footer {
        min-height: 62px;
        padding: 10px 14px;
    }

    .ls-quick-search__shown {
        display: none;
    }

    .ls-quick-search__all {
        width: 100%;
        min-height: 40px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ls-quick-search__spinner {
        animation: none;
    }
}

/* v19: compact, independently scrollable mobile quick-search results */
@media (max-width: 768px) {
    .ls-quick-search__grid {
        display: block;
        max-height: min(390px, calc(100vh - 270px));
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: rgba(231, 76, 60, .55) #f4f4f4;
        padding: 4px 12px 6px;
    }

    .ls-quick-search__grid::-webkit-scrollbar {
        width: 5px;
    }

    .ls-quick-search__grid::-webkit-scrollbar-track {
        background: #f4f4f4;
        border-radius: 10px;
    }

    .ls-quick-search__grid::-webkit-scrollbar-thumb {
        background: rgba(231, 76, 60, .55);
        border-radius: 10px;
    }

    .ls-quick-search-card {
        display: grid !important;
        grid-template-columns: 76px minmax(0, 1fr) !important;
        grid-template-rows: auto auto !important;
        column-gap: 11px !important;
        row-gap: 6px !important;
        min-height: 112px !important;
        padding: 9px 2px !important;
        overflow: visible !important;
        border: 0 !important;
        border-bottom: 1px solid #ececec !important;
        border-radius: 0 !important;
        background: #fff !important;
    }

    .ls-quick-search-card:last-child {
        border-bottom: 0 !important;
    }

    .ls-quick-search-card__image-link {
        grid-column: 1 !important;
        grid-row: 1 / span 2 !important;
        display: block !important;
        width: 76px !important;
        height: 100px !important;
        min-width: 76px !important;
        margin: 0 !important;
        overflow: hidden !important;
        border-radius: 7px !important;
        background: #f7f5f3 !important;
    }

    .ls-quick-search-card__image {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        object-fit: contain !important;
    }

    .ls-quick-search-card__body {
        grid-column: 2 !important;
        grid-row: 1 !important;
        display: block !important;
        min-width: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    .ls-quick-search-card__title {
        display: -webkit-box !important;
        min-height: 0 !important;
        max-height: 36px !important;
        margin: 0 0 4px !important;
        overflow: hidden !important;
        color: #252b35 !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        line-height: 1.28 !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .ls-quick-search-card__title a {
        color: #252b35 !important;
    }

    .ls-quick-search-card__meta {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 2px 10px !important;
        min-height: 0 !important;
        margin: 0 0 3px !important;
        color: #858990 !important;
        font-size: 11px !important;
        line-height: 1.3 !important;
    }

    .ls-quick-search-card__meta--secondary {
        display: none !important;
    }

    .ls-quick-search-card__price {
        display: block !important;
        margin: 4px 0 0 !important;
        color: #e74c3c !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
    }

    .ls-quick-search-card__stock {
        display: none !important;
    }

    .ls-quick-search-card__actions {
        grid-column: 2 !important;
        grid-row: 2 !important;
        display: flex !important;
        align-items: center !important;
        gap: 7px !important;
        min-width: 0 !important;
        padding: 0 !important;
    }

    .ls-quick-search-card__details,
    .ls-quick-search-card__buy {
        display: inline-flex !important;
        min-width: 0 !important;
        min-height: 30px !important;
        height: 30px !important;
        flex: 1 1 0 !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 5px !important;
        padding: 5px 7px !important;
        border-radius: 6px !important;
        font-size: 11px !important;
        font-weight: 600 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    .ls-quick-search-card__buy svg {
        width: 14px !important;
        height: 14px !important;
        flex: 0 0 14px !important;
    }

    .ls-quick-search__footer {
        position: relative;
        z-index: 2;
        background: #fff;
    }
}

@media (max-width: 480px) {
    .ls-quick-search__grid {
        max-height: min(360px, calc(100vh - 250px));
        padding-right: 10px;
        padding-left: 10px;
    }

    .ls-quick-search-card {
        grid-template-columns: 68px minmax(0, 1fr) !important;
        min-height: 104px !important;
        column-gap: 9px !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .ls-quick-search-card__image-link {
        width: 68px !important;
        min-width: 68px !important;
        height: 88px !important;
    }

    .ls-quick-search-card__title {
        max-height: 34px !important;
        font-size: 13px !important;
    }

    .ls-quick-search-card__meta {
        font-size: 10.5px !important;
    }

    .ls-quick-search-card__price {
        margin-top: 3px !important;
        font-size: 14px !important;
    }

    .ls-quick-search-card__details,
    .ls-quick-search-card__buy {
        min-height: 28px !important;
        height: 28px !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
        font-size: 10.5px !important;
    }
}

/* ==========================================================
   L-SHOP floating quick actions / v45
   Viber + Telegram + feedback + cart. Mobile top bar and animated desktop dock.
   ========================================================== */
.ls-floating-actions {
    display: none;
}


@keyframes lsFloatingActionsDesktopIn {
    0% {
        opacity: 0;
        transform: translate3d(26px, 18px, 0) scale(.94);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes lsFloatingActionsDesktopFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

@keyframes lsFloatingActionsBadgePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}

@media (min-width: 769px) {
    .ls-floating-actions {
        position: fixed;
        right: 22px;
        bottom: 22px;
        z-index: 1045;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        width: auto;
        padding: 9px;
        border: 1px solid rgba(255, 255, 255, .24);
        border-radius: 16px;
        background: rgba(231, 76, 60, .96);
        box-shadow: 0 14px 38px rgba(54, 23, 14, .28);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        animation: lsFloatingActionsDesktopIn .52s cubic-bezier(.2,.8,.2,1) both;
        transform-origin: right bottom;
    }


    .ls-floating-actions {
        flex-wrap: nowrap;
    }

    .ls-floating-actions__feedback,
    .ls-floating-actions__cart {
        flex: 0 0 auto;
    }

    .ls-floating-actions:hover,
    .ls-floating-actions:focus-within {
        animation-play-state: paused;
    }

    .ls-floating-actions__item {
        appearance: none;
        -webkit-appearance: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        height: 40px;
        min-height: 40px;
        margin: 0;
        padding: 0 13px;
        border: 1px solid rgba(255, 255, 255, .23);
        border-radius: 11px;
        background: rgba(255, 255, 255, .07);
        color: #fff !important;
        font-family: inherit;
        font-size: 13px;
        font-weight: 700;
        line-height: 1;
        text-decoration: none !important;
        white-space: nowrap;
        cursor: pointer;
        box-shadow: none;
        transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
    }

    .ls-floating-actions__item:hover,
    .ls-floating-actions__item:focus {
        color: #fff !important;
        text-decoration: none !important;
        background: rgba(255, 255, 255, .17);
        border-color: rgba(255, 255, 255, .5);
        box-shadow: 0 7px 18px rgba(71, 24, 15, .18);
        transform: translateY(-2px);
        outline: none;
    }

    .ls-floating-actions__item:active {
        transform: translateY(0) scale(.98);
    }

    .ls-floating-actions__item svg {
        width: 22px;
        height: 22px;
        flex: 0 0 22px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.75;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .ls-floating-actions__item--icon {
        flex: 0 0 40px;
        width: 40px;
        height: 40px !important;
        min-height: 40px !important;
        padding: 0 !important;
        overflow: hidden;
    }

    .ls-floating-actions__social-image {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        object-fit: contain;
    }

    .ls-floating-actions__viber,
    .ls-floating-actions__telegram,
    .ls-floating-actions__feedback,
    .ls-floating-actions__cart {
        grid-column: auto;
        grid-row: auto;
    }

    .ls-floating-actions__feedback {
        gap: 8px;
        justify-content: center;
    }

    .ls-floating-actions__cart {
        gap: 8px;
        justify-content: center;
        background: rgba(255, 255, 255, .15);
    }

    .ls-floating-actions__cart-count {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 24px;
        height: 24px;
        margin-left: auto;
        padding: 0 6px;
        border-radius: 999px;
        background: rgba(120, 42, 24, .88);
        color: #fff;
        font-size: 11px;
        font-weight: 800;
        line-height: 24px;
        animation: lsFloatingActionsBadgePulse 2.6s ease-in-out infinite;
    }

    @media (prefers-reduced-motion: reduce) {
        .ls-floating-actions,
        .ls-floating-actions__cart-count {
            animation: none !important;
        }
        .ls-floating-actions__item {
            transition: none !important;
        }
    }
}

@media (max-width: 768px) {
    .ls-floating-actions {
        position: fixed;
        top: 1px;
        left: 50%;
        z-index: 1045;
        display: flex;
        align-items: center;
        gap: 8px;
        width: calc(100% - 16px);
        max-width: 600px;
        min-height: 40px;
        padding: 4px;
        transform: translateX(-50%);
        border: 1px solid rgba(255, 255, 255, .16);
        border-radius: 14px;
        background: #e74c3c;
        box-shadow: 0 10px 28px rgba(54, 23, 14, .22);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .ls-floating-actions__item {
        appearance: none;
        -webkit-appearance: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        height: 40px;
        margin: 0;
        padding: 0 12px;
        border: 1px solid rgba(255, 255, 255, .26);
        border-radius: 10px;
        background: rgba(255, 255, 255, .06);
        color: #fff !important;
        font-family: inherit;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        text-decoration: none !important;
        white-space: nowrap;
        cursor: pointer;
        box-shadow: none;
        transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
    }

    .ls-floating-actions__item:focus,
    .ls-floating-actions__item:hover,
    .ls-floating-actions__item:active {
        color: #fff !important;
        text-decoration: none !important;
        background: rgba(255, 255, 255, .14);
        border-color: rgba(255, 255, 255, .45);
        outline: none;
    }

    .ls-floating-actions__item:active {
        transform: translateY(1px);
    }

    .ls-floating-actions__item svg {
        width: 22px;
        height: 22px;
        flex: 0 0 22px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .ls-floating-actions__item--icon {
        flex: 0 0 40px;
        width: 40px;
        height: 40px !important;
        min-height: 40px !important;
        padding: 0 !important;
        overflow: hidden;
    }

    .ls-floating-actions__social-image {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        object-fit: contain;
    }

    .ls-floating-actions__feedback {
        flex: 1 1 auto;
        gap: 8px;
        padding-left: 10px;
        padding-right: 10px;
        border-color: transparent;
        background: transparent;
    }

    .ls-floating-actions__feedback svg {
        width: 23px;
        height: 23px;
        flex-basis: 23px;
    }

    .ls-floating-actions__cart {
        flex: 0 0 auto;
        gap: 7px;
        min-width: 118px;
        padding-left: 11px;
        padding-right: 9px;
        background: rgba(255, 255, 255, .15);
        border-color: rgba(255, 255, 255, .12);
    }

    .ls-floating-actions__cart-count {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 25px;
        height: 25px;
        padding: 0 6px;
        border-radius: 999px;
        background: rgba(120, 42, 24, .8);
        color: #fff;
        font-size: 12px;
        font-weight: 800;
        line-height: 25px;
    }
}

@media (max-width: 430px) {
    .ls-floating-actions {
        gap: 5px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .ls-floating-actions__item--icon {
        flex: 0 0 40px;
        width: 40px;
        height: 40px !important;
        min-height: 40px !important;
        padding: 0 !important;
    }

    .ls-floating-actions__feedback {
        gap: 5px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }

    .ls-floating-actions__feedback svg {
        width: 20px;
        height: 20px;
        flex-basis: 20px;
    }

    .ls-floating-actions__cart {
        min-width: 96px;
        gap: 5px;
        padding-left: 8px;
        padding-right: 7px;
        font-size: 12px;
    }

    .ls-floating-actions__cart svg {
        width: 20px;
        height: 20px;
        flex-basis: 20px;
    }

    .ls-floating-actions__cart-count {
        min-width: 22px;
        height: 22px;
        padding: 0 5px;
        font-size: 11px;
        line-height: 22px;
    }
}


/* v45: unified floating action item height */
.ls-floating-actions .ls-floating-actions__item,
.ls-floating-actions a.ls-floating-actions__item,
.ls-floating-actions button.ls-floating-actions__item {
    /* height: 40px !important; */
    /* min-height: 40px !important; */
}

/* =========================================================
   L-SHOP mobile header cart / v27
   Dedicated mobile layout. Keeps legacy cart hooks but avoids
   legacy table/mini-cart styles from collapsing product content.
   ========================================================= */
@media (max-width: 768px) {
    .ls-head-v2-main__mobile-cart {
        padding: 0 !important;
        overflow: hidden !important;
        max-height: calc(100vh - 112px);
        max-height: calc(100dvh - 112px);
        background: #fff;
        border-top: 1px solid #ececec;
        box-shadow: 0 10px 28px rgba(31, 38, 48, .12);
    }

    .ls-head-v2-main__mobile-cart .ls-head-v2-cart-mobile-widget {
        float: none !important;
        display: flex !important;
        flex-direction: column;
        width: 100% !important;
        max-width: none !important;
        max-height: calc(100vh - 112px);
        max-height: calc(100dvh - 112px);
        margin: 0 !important;
        padding: 0 !important;
        background: #fff;
        border: 0 !important;
    }

    .ls-head-v2-cart-mobile-widget__header {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        height: 40px;
        min-height: 40px;
        padding: 10px 14px;
        border-bottom: 1px solid #ededed;
        background: #fff;
    }

    .ls-head-v2-cart-mobile-widget__title {
        min-width: 0;
        font-size: 17px;
        line-height: 1.25;
        font-weight: 700;
        color: #292929;
    }

    .ls-head-v2-cart-mobile-widget__count {
        color: #777;
        font-weight: 600;
    }

    .ls-head-v2-cart-mobile-widget__cart-link {
        flex: 0 0 auto;
        color: #c54b33;
        font-size: 12px;
        line-height: 1.2;
        font-weight: 600;
        text-decoration: none;
    }

    .ls-head-v2-cart-mobile-widget__items,
    .ls-head-v2-main__mobile-cart .miniCartTable,
    .ls-head-v2-main__mobile-cart .scroll-pane {
        flex: 1 1 auto;
        display: block !important;
        min-height: 0;
        width: 100% !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 8px 12px !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        background: #fff;
    }

    .ls-head-v2-cart-mobile-widget__items::-webkit-scrollbar {
        width: 5px;
    }

    .ls-head-v2-cart-mobile-widget__items::-webkit-scrollbar-track {
        background: transparent;
    }

    .ls-head-v2-cart-mobile-widget__items::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: rgba(90, 90, 90, .28);
    }

    .ls-head-v2-main__mobile-cart .ls-head-v2-cart-mobile-widget__item.miniCartProduct {
        position: relative;
        display: grid !important;
        grid-template-columns: 76px minmax(0, 1fr) 30px;
        align-items: start;
        column-gap: 11px;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 102px;
        margin: 0 !important;
        padding: 10px 0 !important;
        border: 0 !important;
        border-bottom: 1px solid #eeeeee !important;
        background: #fff !important;
        box-sizing: border-box;
    }

    .ls-head-v2-main__mobile-cart .ls-head-v2-cart-mobile-widget__item.miniCartProduct:last-child {
        border-bottom: 0 !important;
    }

    .ls-head-v2-main__mobile-cart .ls-head-v2-cart-mobile-widget__thumb,
    .ls-head-v2-main__mobile-cart .miniCartProductThumb {
        display: block !important;
        float: none !important;
        width: 76px !important;
        min-width: 76px !important;
        height: 94px !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden;
        border-radius: 7px;
        background: #f6f6f6;
    }

    .ls-head-v2-main__mobile-cart .ls-head-v2-cart-mobile-widget__thumb img,
    .ls-head-v2-main__mobile-cart .miniCartProductThumb img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        max-height: none !important;
        margin: 0 !important;
        object-fit: contain;
        object-position: center;
    }

    .ls-head-v2-main__mobile-cart .ls-head-v2-cart-mobile-widget__info,
    .ls-head-v2-main__mobile-cart .item-info,
    .ls-head-v2-main__mobile-cart .miniCartDescription {
        display: block !important;
        float: none !important;
        min-width: 0 !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #2c2c2c;
        text-align: left !important;
    }

    .ls-head-v2-cart-mobile-widget__name {
        display: -webkit-box !important;
        overflow: hidden;
        margin: 0 0 5px;
        color: #2e2e2e !important;
        font-size: 14px;
        line-height: 1.3;
        font-weight: 700;
        text-decoration: none !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .ls-head-v2-cart-mobile-widget__options {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
        margin: 0 0 5px;
    }

    .ls-head-v2-cart-mobile-widget__option {
        display: inline-flex !important;
        align-items: center;
        min-height: 20px;
        max-width: 100%;
        padding: 2px 6px;
        border-radius: 4px;
        background: #f3f3f3;
        color: #666 !important;
        font-size: 11px !important;
        line-height: 1.2;
        white-space: normal;
    }

    .ls-head-v2-cart-mobile-widget__meta {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 7px;
        margin-top: 2px;
    }

    .ls-head-v2-main__mobile-cart .ls-head-v2-cart-mobile-widget__price,
    .ls-head-v2-main__mobile-cart .price {
        display: inline-block !important;
        margin: 0 !important;
        color: #d65738 !important;
        font-size: 14px !important;
        line-height: 1.3;
        font-weight: 700;
    }

    .ls-head-v2-main__mobile-cart .ls-head-v2-cart-mobile-widget__quantity,
    .ls-head-v2-main__mobile-cart .miniCartQuantity {
        display: inline-block !important;
        float: none !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #777 !important;
        font-size: 12px !important;
        line-height: 1.3;
        white-space: nowrap;
    }

    .ls-head-v2-main__mobile-cart .ls-head-v2-cart-mobile-widget__subtotal,
    .ls-head-v2-main__mobile-cart .miniCartSubtotal {
        display: block !important;
        float: none !important;
        width: auto !important;
        margin-top: 5px !important;
        padding: 0 !important;
        color: #252525 !important;
        font-size: 13px !important;
        line-height: 1.3;
        font-weight: 700;
        text-align: left !important;
    }

    .ls-head-v2-main__mobile-cart .ls-head-v2-cart-mobile-widget__delete,
    .ls-head-v2-main__mobile-cart .delete {
        position: static !important;
        display: flex !important;
        align-items: flex-start;
        justify-content: flex-end;
        float: none !important;
        width: 30px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .ls-head-v2-cart-mobile-widget__remove {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border: 0;
        border-radius: 50%;
        background: #f5f5f5;
        color: #777 !important;
        font-size: 20px !important;
        line-height: 1;
        cursor: pointer;
        text-decoration: none !important;
    }

    .ls-head-v2-cart-mobile-widget__footer,
    .ls-head-v2-main__mobile-cart .miniCartFooter {
        flex: 0 0 auto;
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 10px 12px 12px !important;
        border-top: 1px solid #e4e4e4;
        background: #fff !important;
        box-shadow: 0 -4px 12px rgba(0, 0, 0, .04);
        text-align: left !important;
    }

    .ls-head-v2-cart-mobile-widget__total {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin: 0 0 8px !important;
        color: #242424 !important;
        font-size: 15px !important;
        line-height: 1.25;
    }

    .ls-head-v2-cart-mobile-widget__total strong {
        color: #c94a34;
        font-size: 17px;
        white-space: nowrap;
    }

    .ls-head-v2-cart-mobile-widget__checkout {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        min-height: 40px;
        padding: 9px 14px !important;
        border: 0 !important;
        border-radius: 5px !important;
        background: #e74c3c !important;
        color: #fff !important;
        font-size: 14px !important;
        line-height: 1.2;
        font-weight: 700;
        text-align: center;
        text-decoration: none !important;
    }

    .ls-head-v2-cart-mobile-widget__empty {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 150px;
        padding: 24px 16px;
        color: #777;
        text-align: center;
    }

    .ls-head-v2-cart-mobile-widget__empty-icon {
        display: inline-flex;
        width: 42px;
        height: 40px;
        margin-bottom: 10px;
        color: #d45a3c;
    }

    .ls-head-v2-cart-mobile-widget__empty-icon svg {
        width: 100%;
        height: 100%;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
}

@media (max-width: 420px) {
    .ls-head-v2-main__mobile-cart .ls-head-v2-cart-mobile-widget__item.miniCartProduct {
        grid-template-columns: 66px minmax(0, 1fr) 28px;
        column-gap: 9px;
        min-height: 90px;
        padding: 8px 0 !important;
    }

    .ls-head-v2-main__mobile-cart .ls-head-v2-cart-mobile-widget__thumb,
    .ls-head-v2-main__mobile-cart .miniCartProductThumb {
        width: 66px !important;
        min-width: 66px !important;
        height: 82px !important;
    }

    .ls-head-v2-cart-mobile-widget__header {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ls-head-v2-cart-mobile-widget__items,
    .ls-head-v2-main__mobile-cart .miniCartTable {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}


/* v28: mobile top header language/auth collision fix */
@media (max-width: 768px) {
    .ls-head-v2-top__mobile {
        display: grid;
        grid-template-columns: minmax(96px, 1fr) auto minmax(128px, 1fr);
        column-gap: 8px;
        align-items: center;
    }

    .ls-head-v2-top__mobile-phone {
        min-width: 0;
        justify-self: start;
    }

    .ls-head-v2-top__mobile-right {
        display: contents;
    }

    .ls-head-v2-top__language-slot--mobile {
        position: static;
        top: auto;
        left: auto;
        z-index: 2;
        justify-self: center;
        transform: none;
    }

    .ls-head-v2-top__mobile-auth {
        min-width: 0;
        justify-self: end;
        white-space: nowrap;
    }
}

@media (max-width: 420px) {
    .ls-head-v2-top__mobile {
        grid-template-columns: minmax(92px, 1fr) auto minmax(122px, 1fr);
        column-gap: 5px;
    }

    .ls-head-v2-top__language-slot--mobile .ls-head-v2-lang__item {
        min-width: 34px;
        padding: 0 7px;
        font-size: 12px;
    }

    .ls-head-v2-top__mobile-auth {
        gap: 5px;
    }
}

@media (max-width: 360px) {
    .ls-head-v2-top__mobile {
        grid-template-columns: minmax(86px, 1fr) auto minmax(116px, 1fr);
        column-gap: 4px;
    }

    .ls-head-v2-top__phone-list--mobile a {
        font-size: 14px;
    }

    .ls-head-v2-top__mobile-auth .ls-head-v2-top__auth-link {
        font-size: 11px;
    }

    .ls-head-v2-top__account-icon--mobile {
        display: none;
    }
}

/* =========================================================
   L-SHOP modern login modal / v30
   Fully scoped to #ModalLogin to avoid legacy modal/form CSS.
   ========================================================= */
#ModalLogin.ls-login-modal {
    padding-right: 0 !important;
}

#ModalLogin.ls-login-modal .ls-login-modal__dialog {
    width: min(560px, calc(100% - 32px));
    margin: 7vh auto 30px;
}

#ModalLogin.ls-login-modal .ls-login-modal__content {
    overflow: hidden;
    border: 1px solid rgba(21, 31, 45, .08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(22, 29, 37, .24);
}

#ModalLogin.ls-login-modal .ls-login-modal__header {
    position: relative;
    min-height: 96px;
    margin: 0;
    padding: 30px 72px 24px;
    border: 0;
    background:
        radial-gradient(circle at 8% 0%, rgba(231, 76, 60, .13), transparent 34%),
        #fff;
}

#ModalLogin.ls-login-modal .ls-login-modal__title {
    margin: 0;
    color: #262626;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
}

#ModalLogin.ls-login-modal .ls-login-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 1px solid #e5e8ec;
    border-radius: 50%;
    background: #fff;
    color: #272d35;
    opacity: 1;
    text-shadow: none;
    transition: border-color .18s ease, color .18s ease, background .18s ease, transform .18s ease;
}

#ModalLogin.ls-login-modal .ls-login-modal__close:hover,
#ModalLogin.ls-login-modal .ls-login-modal__close:focus {
    border-color: #e74c3c;
    background: #fff7f5;
    color: #e74c3c;
    outline: 0;
    transform: rotate(4deg);
}

#ModalLogin.ls-login-modal .ls-login-modal__close svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

#ModalLogin.ls-login-modal .ls-login-modal__body {
    padding: 16px 46px 44px;
}

#ModalLogin .ls-login-form,
#ModalLogin .ls-login-form * {
    box-sizing: border-box;
}

#ModalLogin .ls-login-form__field {
    margin: 0 0 24px;
}

#ModalLogin .ls-login-form__group,
#ModalLogin .ls-login-form__remember-field {
    margin: 0;
}

#ModalLogin .ls-login-form__label {
    display: block;
    margin: 0 0 8px;
    color: #252b33;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
}

#ModalLogin .ls-login-form__input-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

#ModalLogin .ls-login-form__icon {
    position: absolute;
    left: 17px;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    width: 21px;
    height: 21px;
    color: #8b9199;
    pointer-events: none;
    transform: translateY(-50%);
}

#ModalLogin .ls-login-form__icon svg,
#ModalLogin .ls-login-form__password-toggle svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#ModalLogin .ls-login-form__input.form-control {
    width: 100%;
    height: 54px;
    min-height: 54px;
    margin: 0;
    padding: 0 48px 0 52px;
    border: 1px solid #dfe3e8;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
    color: #252b33;
    font-size: 15px;
    line-height: 1.4;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

#ModalLogin .ls-login-form__input.form-control::placeholder {
    color: #a2a7ae;
    opacity: 1;
}

#ModalLogin .ls-login-form__input.form-control:focus {
    border-color: #e74c3c;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, .10);
    outline: 0;
}

#ModalLogin .ls-login-form__group.has-error .ls-login-form__input.form-control {
    border-color: #dc3f35;
    box-shadow: 0 0 0 3px rgba(220, 63, 53, .08);
}

#ModalLogin .ls-login-form__group.has-success .ls-login-form__input.form-control {
    border-color: #b8c0c7;
}

#ModalLogin .ls-login-form__error.help-block {
    min-height: 0;
    margin: 6px 0 0;
    color: #d63f35;
    font-size: 12px;
    line-height: 1.35;
}

#ModalLogin .ls-login-form__error.help-block:empty {
    display: none;
}

#ModalLogin .ls-login-form__password-toggle {
    position: absolute;
    top: 50%;
    right: 13px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 8px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #92979e;
    cursor: pointer;
    transform: translateY(-50%);
}

#ModalLogin .ls-login-form__password-toggle:hover,
#ModalLogin .ls-login-form__password-toggle:focus {
    background: #f6f7f8;
    color: #e74c3c;
    outline: 0;
}

#ModalLogin .ls-login-form__eye--closed,
#ModalLogin .ls-login-form__password-toggle.is-visible .ls-login-form__eye--open {
    display: none;
}

#ModalLogin .ls-login-form__password-toggle.is-visible .ls-login-form__eye--closed {
    display: block;
}

#ModalLogin .ls-login-form__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: -2px 0 30px;
}

#ModalLogin .ls-login-form__remember,
#ModalLogin .ls-login-form__remember-field,
#ModalLogin .ls-login-form__remember-field > div,
#ModalLogin .ls-login-form__remember-field label {
    margin: 0;
}

#ModalLogin .ls-login-form__remember-field > label,
#ModalLogin .ls-login-form__remember-field .checkbox label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    color: #333b44;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
    cursor: pointer;
}

#ModalLogin .ls-login-form__remember-input {
    width: 18px;
    height: 18px;
    margin: 0 !important;
    accent-color: #e74c3c;
}

/* Compatibility with the legacy ionCheckRadio transformation, scoped to login only. */
#ModalLogin .ls-login-form__remember .icr {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    color: #333b44;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
}

#ModalLogin .ls-login-form__remember .icr__checkbox {
    width: 18px;
    height: 18px;
    border: 1px solid #cfd5db;
    border-radius: 4px;
    background: #fff;
}

#ModalLogin .ls-login-form__remember .icr.checked .icr__checkbox {
    border-color: #e74c3c;
    background: #e74c3c;
    box-shadow: inset 0 0 0 3px #fff;
}

#ModalLogin .ls-login-form__forgot {
    color: #e74c3c;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

#ModalLogin .ls-login-form__forgot:hover,
#ModalLogin .ls-login-form__forgot:focus {
    color: #c93e31;
    text-decoration: underline;
}

#ModalLogin .ls-login-form__submit.btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    margin: 0;
    padding: 14px 24px;
    border: 1px solid #e74c3c;
    border-radius: 10px;
    background: #e74c3c;
    box-shadow: 0 10px 24px rgba(231, 76, 60, .20);
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: none;
    transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

#ModalLogin .ls-login-form__submit.btn:hover,
#ModalLogin .ls-login-form__submit.btn:focus {
    border-color: #d94334;
    background: #d94334;
    box-shadow: 0 12px 28px rgba(231, 76, 60, .25);
    color: #fff;
    outline: 0;
    transform: translateY(-1px);
}

#ModalLogin .ls-login-form__submit.btn:disabled {
    cursor: wait;
    opacity: .78;
    transform: none;
}

#ModalLogin .ls-login-form__spinner {
    display: none;
    width: 18px;
    height: 18px;
    margin-left: 9px;
    border: 2px solid rgba(255, 255, 255, .45);
    border-top-color: #fff;
    border-radius: 50%;
    animation: ls-login-spin .7s linear infinite;
}

#ModalLogin .ls-login-form__submit.is-loading .ls-login-form__spinner {
    display: inline-block;
}

#ModalLogin .ls-login-form__alert {
    margin: 16px 0 0;
    border-radius: 8px;
    font-size: 13px;
}

@keyframes ls-login-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 768px) {
    #ModalLogin.ls-login-modal .ls-login-modal__dialog {
        width: calc(100% - 24px);
        margin: max(18px, 4vh) auto 18px;
    }

    #ModalLogin.ls-login-modal .ls-login-modal__content {
        border-radius: 16px;
    }

    #ModalLogin.ls-login-modal .ls-login-modal__header {
        min-height: 82px;
        padding: 25px 58px 20px;
    }

    #ModalLogin.ls-login-modal .ls-login-modal__title {
        font-size: 24px;
    }

    #ModalLogin.ls-login-modal .ls-login-modal__close {
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
    }

    #ModalLogin.ls-login-modal .ls-login-modal__body {
        padding: 12px 22px 28px;
    }

    #ModalLogin .ls-login-form__field {
        margin-bottom: 20px;
    }

    #ModalLogin .ls-login-form__input.form-control {
        height: 52px;
        min-height: 52px;
    }

    #ModalLogin .ls-login-form__meta {
        margin-bottom: 24px;
    }

    #ModalLogin .ls-login-form__submit.btn {
        min-height: 52px;
    }
}

@media (max-width: 420px) {
    #ModalLogin.ls-login-modal .ls-login-modal__dialog {
        width: calc(100% - 16px);
        margin-top: 10px;
    }

    #ModalLogin.ls-login-modal .ls-login-modal__header {
        min-height: 72px;
        padding: 22px 52px 16px;
    }

    #ModalLogin.ls-login-modal .ls-login-modal__title {
        font-size: 21px;
    }

    #ModalLogin.ls-login-modal .ls-login-modal__close {
        top: 12px;
        right: 12px;
        width: 36px;
        height: 36px;
    }

    #ModalLogin.ls-login-modal .ls-login-modal__body {
        padding: 10px 16px 22px;
    }

    #ModalLogin .ls-login-form__meta {
        align-items: flex-start;
        gap: 10px;
    }

    #ModalLogin .ls-login-form__forgot,
    #ModalLogin .ls-login-form__remember-field > label,
    #ModalLogin .ls-login-form__remember .icr {
        font-size: 13px;
    }
}


/* =========================================================
   L-SHOP login modal mobile width fix / v30
   Neutralize legacy .signUpContent/modal width constraints.
   ========================================================= */
@media (max-width: 768px) {
    #ModalLogin.ls-login-modal {
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        max-width: none !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #ModalLogin.ls-login-modal .ls-login-modal__dialog {
        float: none !important;
        left: auto !important;
        right: auto !important;
        width: calc(100vw - 24px) !important;
        max-width: 560px !important;
        min-width: 0 !important;
        margin: 14px auto 18px !important;
        padding: 0 !important;
    }

    #ModalLogin.ls-login-modal .ls-login-modal__content,
    #ModalLogin.ls-login-modal .ls-login-modal__body,
    #ModalLogin .ls-login-form,
    #ModalLogin .ls-login-form__field,
    #ModalLogin .ls-login-form__group,
    #ModalLogin .ls-login-form__input-wrap {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
    }

    #ModalLogin.ls-login-modal .ls-login-modal__body {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    #ModalLogin .ls-login-form__meta {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: center !important;
        gap: 12px 18px !important;
    }

    #ModalLogin .ls-login-form__remember,
    #ModalLogin .ls-login-form__remember-field,
    #ModalLogin .ls-login-form__forgot {
        min-width: 0 !important;
    }

    #ModalLogin .ls-login-form__forgot {
        white-space: nowrap;
    }
}

@media (max-width: 420px) {
    #ModalLogin.ls-login-modal .ls-login-modal__dialog {
        width: calc(100vw - 20px) !important;
        margin-top: 10px !important;
    }

    #ModalLogin.ls-login-modal .ls-login-modal__body {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #ModalLogin .ls-login-form__meta {
        grid-template-columns: minmax(0, 1fr) auto !important;
        gap: 10px 14px !important;
    }
}

@media (max-width: 350px) {
    #ModalLogin.ls-login-modal .ls-login-modal__dialog {
        width: calc(100vw - 12px) !important;
    }

    #ModalLogin.ls-login-modal .ls-login-modal__body {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    #ModalLogin .ls-login-form__meta {
        grid-template-columns: 1fr !important;
        align-items: start !important;
    }

    #ModalLogin .ls-login-form__forgot {
        white-space: normal;
    }
}

/* ==========================================================
 * v31 — modern front registration page
 * Scoped to .ls-register-page to avoid legacy user-form styles.
 * ========================================================== */
.user-create.ls-register-page {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 44px 24px 64px;
    background:
        radial-gradient(circle at 8% 20%, rgba(231, 76, 60, .06), transparent 240px),
        radial-gradient(circle at 92% 28%, rgba(231, 76, 60, .045), transparent 220px),
        #f8f9fb;
}

.ls-register {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 38px 42px 34px;
    border: 1px solid #e7e9ee;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 46px rgba(27, 34, 50, .09);
}

.ls-register__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 32px;
}

.ls-register__title {
    margin: 0 0 7px;
    color: #202633;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -.02em;
}

.ls-register__subtitle {
    margin: 0;
    color: #7a8190;
    font-size: 14px;
    line-height: 1.5;
}

.ls-register__login-note {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-top: 9px;
    white-space: nowrap;
    color: #858b98;
    font-size: 14px;
}

.ls-register__login-note a {
    color: #e74c3c;
    font-weight: 700;
    text-decoration: none;
}

.ls-register__login-note a:hover,
.ls-register__login-note a:focus {
    color: #cf3f31;
    text-decoration: underline;
}

.ls-register__form-wrap,
.ls-register__form {
    width: 100%;
    margin: 0;
}

.ls-register__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 34px;
}

.ls-register__column {
    min-width: 0;
}

.ls-register__field {
    width: 100%;
    margin: 0 0 19px !important;
}

.ls-register__label {
    display: block;
    margin: 0 0 8px !important;
    color: #273043;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
}

.ls-register__control,
.ls-register__captcha-control {
    position: relative;
    width: 100%;
}

.ls-register__field-icon {
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 3;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
    color: #71798a;
    pointer-events: none;
}

.ls-register__field-icon svg,
.ls-register__password-eye svg,
.ls-register__success-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ls-register .ls-register__input.form-control {
    display: block;
    width: 100% !important;
    height: 56px !important;
    min-height: 56px;
    margin: 0 !important;
    padding: 0 48px 0 50px !important;
    border: 1px solid #dfe3e9 !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #273043 !important;
    font-size: 15px !important;
    line-height: 56px !important;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.ls-register .ls-register__input.form-control::placeholder {
    color: #a0a6b2;
    opacity: 1;
}

.ls-register .ls-register__input.form-control:focus {
    border-color: #e74c3c !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, .10) !important;
    outline: 0 !important;
}

.ls-register .has-error .ls-register__input.form-control {
    border-color: #e74c3c !important;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, .08) !important;
}

.ls-register__error {
    min-height: 0;
    margin: 5px 0 0 !important;
    color: #d83a2b !important;
    font-size: 12px !important;
    line-height: 1.35;
}

.ls-register__password-toggle {
    position: absolute;
    top: 50%;
    right: 13px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    transform: translateY(-50%);
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #858c99;
    cursor: pointer;
}

.ls-register__password-toggle:hover,
.ls-register__password-toggle:focus {
    background: #f4f5f7;
    color: #e74c3c;
    outline: 0;
}

.ls-register__password-eye {
    width: 20px;
    height: 20px;
}

.ls-register__password-eye--hide {
    display: none;
}

.ls-register__password-toggle.is-visible .ls-register__password-eye--show {
    display: none;
}

.ls-register__password-toggle.is-visible .ls-register__password-eye--hide {
    display: block;
}

.ls-register__field--select .ls-register__control {
    position: relative;
}

.ls-register .ls-register__select.form-control {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 46px !important;
    line-height: normal !important;
    cursor: pointer;
}

.ls-register__field--select .ls-register__control::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    z-index: 2;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-right: 2px solid #737b89;
    border-bottom: 2px solid #737b89;
    transform: rotate(45deg);
    pointer-events: none;
}

/* minimalect compatibility if the legacy plugin enhances the account-type select */
.ls-register__field--select .minict_wrapper {
    width: 100% !important;
    min-height: 56px !important;
    border: 1px solid #dfe3e9 !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: none !important;
}

.ls-register__field--select .minict_wrapper input {
    width: 100% !important;
    height: 54px !important;
    padding: 0 46px 0 50px !important;
    border: 0 !important;
    background: transparent !important;
    color: #273043 !important;
    font-size: 15px !important;
}

.ls-register__field--select .minict_wrapper ul {
    z-index: 30;
}

.ls-register__captcha-block {
    margin-top: 1px;
}

.ls-register__captcha-grid {
    display: grid;
    grid-template-columns: minmax(160px, 42%) minmax(0, 1fr);
    gap: 14px;
    align-items: stretch;
}

.ls-register__captcha-image {
    overflow: hidden;
    min-height: 56px;
    border: 1px solid #dfe3e9;
    border-radius: 10px;
    background: #fafafa;
}

.ls-register__captcha-img {
    display: block;
    width: 100% !important;
    height: 56px !important;
    object-fit: cover;
    cursor: pointer;
}

.ls-register__captcha-control .ls-register__input.form-control {
    padding-right: 14px !important;
}

.ls-register__summary {
    margin-bottom: 20px;
}

.ls-register__summary-alert {
    margin: 0 !important;
    padding: 14px 18px !important;
    border: 1px solid rgba(231, 76, 60, .22) !important;
    border-radius: 10px !important;
    background: rgba(231, 76, 60, .06) !important;
    color: #9f3025 !important;
}

.ls-register__summary-alert p,
.ls-register__summary-alert ul {
    margin-bottom: 0;
}

.ls-register__actions {
    margin-top: 8px;
}

.ls-register .ls-register__submit,
.ls-register__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 58px;
    padding: 14px 24px;
    border: 1px solid #e74c3c !important;
    border-radius: 10px !important;
    background: #e74c3c !important;
    box-shadow: 0 8px 20px rgba(231, 76, 60, .18);
    color: #fff !important;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
    text-decoration: none !important;
    transition: transform .16s ease, background .16s ease, box-shadow .16s ease;
}

.ls-register .ls-register__submit:hover,
.ls-register .ls-register__submit:focus,
.ls-register__submit:hover,
.ls-register__submit:focus {
    background: #d94334 !important;
    border-color: #d94334 !important;
    box-shadow: 0 10px 24px rgba(231, 76, 60, .24);
    color: #fff !important;
    transform: translateY(-1px);
    outline: 0;
}

.ls-register__success {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 44px 20px;
    text-align: center;
}

.ls-register__success-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 14px;
    border-radius: 50%;
    background: rgba(231, 76, 60, .08);
    color: #e74c3c;
}

.ls-register__success h2 {
    margin: 0;
    color: #242a35;
    font-size: 24px;
}

.ls-register__submit--home {
    max-width: 340px;
}

@media (max-width: 991px) {
    .user-create.ls-register-page {
        padding: 30px 18px 48px;
    }

    .ls-register {
        padding: 30px 28px;
    }

    .ls-register__grid {
        gap: 18px 24px;
    }
}

@media (max-width: 768px) {
    .user-create.ls-register-page {
        padding: 18px 12px 34px;
    }

    .ls-register {
        padding: 24px 18px 22px;
        border-radius: 14px;
    }

    .ls-register__heading {
        display: block;
        margin-bottom: 24px;
    }

    .ls-register__title {
        font-size: 27px;
    }

    .ls-register__subtitle {
        margin-top: 5px;
    }

    .ls-register__login-note {
        padding-top: 12px;
        white-space: normal;
    }

    .ls-register__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .ls-register__field {
        margin-bottom: 16px !important;
    }

    .ls-register .ls-register__input.form-control {
        height: 54px !important;
        min-height: 54px;
        line-height: 54px !important;
    }

    .ls-register__captcha-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ls-register__captcha-image,
    .ls-register__captcha-img {
        height: 64px !important;
        min-height: 64px;
    }

    .ls-register__actions {
        margin-top: 2px;
    }
}

@media (max-width: 380px) {
    .user-create.ls-register-page {
        padding-left: 8px;
        padding-right: 8px;
    }

    .ls-register {
        padding-left: 14px;
        padding-right: 14px;
    }

    .ls-register .ls-register__input.form-control,
    .ls-register__field--select .minict_wrapper input {
        padding-left: 46px !important;
        font-size: 14px !important;
    }

    .ls-register__field-icon {
        left: 14px;
        width: 20px;
        height: 20px;
    }
}

/* L-SHOP v33: widen Bootstrap desktop container to the project content width. */
@media (min-width: 1200px) {
    .container {
        width: calc(100% - 64px);
        max-width: 1440px;
    }
}

/* v37: tablet / iPad Pro main-header fit; nav font 13.5px; nav gap 22px */
@media (min-width: 921px) and (max-width: 1100px) {
    .ls-head-v2-main__container {
        width: calc(100% - 24px);
    }

    .ls-head-v2-main__desktop {
        min-height: 88px;
        gap: 10px;
    }

    .ls-head-v2-main__logo-link {
        flex: 0 0 168px;
        width: 168px;
    }

    .ls-head-v2-main__logo-img {
        width: 168px;
        max-width: 168px;
    }

    .ls-head-v2-nav__list {
        gap: 22px;
    }

    .ls-head-v2-nav__link {
        min-height: 88px;
        gap: 4px;
        font-size: 13.5px;
    }

    .ls-head-v2-nav__chevron {
        width: 11px;
        height: 11px;
    }

    .ls-head-v2-main__actions {
        gap: 8px;
    }

    .ls-head-v2-search--desktop .ls-head-v2-search__form {
        width: 140px;
    }

    .ls-head-v2-search__input {
        padding-left: 12px;
        padding-right: 36px;
        font-size: 12px;
    }

    .ls-head-v2-cart--desktop .cartMenu > .dropdown-toggle,
    .ls-head-v2-cart--desktop .ls-head-v2-cart-widget__toggle {
        min-width: 150px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .ls-head-v2-cart__caption {
        font-size: 11.5px;
        white-space: nowrap;
    }
}

/* On narrower tablets use the proven mobile main-header layout. */
@media (min-width: 769px) and (max-width: 920px) {
    .ls-head-v2-main {
        border-bottom: 1px solid #ececec;
    }

    .ls-head-v2-main__container {
        width: 100%;
        max-width: none;
    }

    .ls-head-v2-main__desktop {
        display: none;
    }

    .ls-head-v2-main__mobile {
        display: block;
        width: 100%;
        background: #fff;
    }

    .ls-head-v2-main__mobile-row {
        display: flex;
        min-height: 76px;
        align-items: center;
        gap: 10px;
        padding: 10px 18px;
    }

    .ls-head-v2-main__mobile-logo-link {
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        margin-right: auto;
    }

    .ls-head-v2-main__mobile-logo-img {
        display: block;
        width: 180px;
        max-width: 180px;
        height: auto;
    }

    .ls-head-v2-main__catalog-button,
    .ls-head-v2-main__icon-button {
        display: inline-flex;
        min-height: 46px;
        align-items: center;
        justify-content: center;
        color: #b94d31;
        background: #fff;
        border: 1px solid #e3e6ea;
        border-radius: 8px;
    }

    .ls-head-v2-main__catalog-button {
        gap: 8px;
        padding: 0 16px;
        font-size: 14px;
        font-weight: 700;
    }

    .ls-head-v2-main__icon-button {
        position: relative;
        width: 46px;
        padding: 0;
    }

    .ls-head-v2-main__mobile-panel {
        width: 100%;
    }
}


/* v39: compact navigation spacing up to 1366px */
@media (min-width: 921px) and (max-width: 1366px) {
    .ls-head-v2-nav__list {
        gap: 22px;
    }
}


/* v40: desktop nav gap 22px; iPad Pro/tablet desktop nav gap 11px */
@media (min-width: 1101px) {
    .ls-head-v2-nav__list {
        gap: 11px;
    }
}

@media (min-width: 921px) and (max-width: 1100px) {
    .ls-head-v2-nav__list {
        gap: 11px;
    }
}


/* v46: force Viber/Telegram icon buttons and images to 40x40 everywhere */
.ls-floating-actions .ls-floating-actions__item--icon {
    flex: 0 0 40px !important;
    width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
}

.ls-floating-actions .ls-floating-actions__item--icon .ls-floating-actions__social-image {
    display: block;
    width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    max-height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain;
}


/* ==========================================================
   L-SHOP floating quick actions / v51
   Desktop only: vertical dock attached to the right edge,
   with clockwise rotated feedback/cart buttons and auto height.
   Tablet/mobile layout remains unchanged.
   ========================================================== */
@media (min-width: 1101px) {
    .ls-floating-actions {
        right: 0;
        bottom: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        width: 48px;
        gap: 8px;
        padding: 8px 8px 10px;
        border-radius: 18px 0 0 18px;
        transform-origin: right bottom;
    }

    .ls-floating-actions__item {
        width: 100%;
        max-width: 100%;
        margin: 0;
        overflow: visible;
        text-overflow: clip;
        white-space: nowrap;
    }

    .ls-floating-actions__item--icon {
        width: 48px !important;
        max-width: 48px !important;
        flex: 0 0 48px !important;
        height: 48px !important;
        min-height: 48px !important;
        align-self: center;
        padding: 0 !important;
        border-radius: 12px;
        overflow: hidden;
    }

    .ls-floating-actions__social-image {
        width: 48px !important;
        height: 48px !important;
        max-width: 48px !important;
        max-height: 48px !important;
        margin: 0 !important;
        padding: 0 !important;
        object-fit: contain;
    }

    .ls-floating-actions__feedback,
    .ls-floating-actions__cart {
        width: 40px;
        min-width: 40px;
        max-width: 40px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 10px 0 12px;
        gap: 10px;
        border-radius: 12px;
        height: auto !important;
        min-height: 0 !important;
        flex: 0 0 auto;
    }

    .ls-floating-actions__cart {
        background: rgba(255, 255, 255, .15);
        padding-bottom: 8px;
    }

    .ls-floating-actions__feedback svg,
    .ls-floating-actions__cart > svg {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
        margin: 0;
    }

    .ls-floating-actions__feedback > span,
    .ls-floating-actions__cart > span:not(.ls-floating-actions__cart-count) {
        display: block;
        min-width: 0;
        line-height: 1;
        white-space: nowrap;
        writing-mode: vertical-lr;
        text-orientation: mixed;
        transform: none;
        text-align: center;
    }

    .ls-floating-actions__feedback > span {
        font-size: 12px;
    }

    .ls-floating-actions__cart > span:not(.ls-floating-actions__cart-count) {
        font-size: 14px;
    }

    .ls-floating-actions__cart-count {
        position: static;
        min-width: 24px;
        height: 24px;
        margin-left: 0;
        margin-top: 2px;
    }
}

/* ==========================================================
   L-SHOP Feedback modal / header v55
   Isolated redesign for #ModalFeedback.
   ========================================================== */
#ModalFeedback.ls-feedback-modal {
    z-index: 1070;
    font-family: "Source Sans Pro", Arial, sans-serif;
}

#ModalFeedback.ls-feedback-modal .modal-dialog {
    width: calc(100% - 32px);
    max-width: 720px;
    margin: 34px auto;
}

#ModalFeedback.ls-feedback-modal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(24, 28, 36, .28);
}

#ModalFeedback .ls-feedback-modal__header {
    position: relative;
    padding: 30px 76px 24px 34px;
    border: 0;
    background:
        radial-gradient(circle at 8% 0%, rgba(231, 76, 60, .13), transparent 34%),
        #fff;
}

#ModalFeedback .ls-feedback-modal__eyebrow {
    margin-bottom: 7px;
    color: #e74c3c;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
}

#ModalFeedback .ls-feedback-modal__title.modal-title-site {
    margin: 0;
    color: #252b35;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.1;
    text-align: left;
    text-transform: none;
}

#ModalFeedback .ls-feedback-modal__subtitle {
    max-width: 520px;
    margin: 9px 0 0;
    color: #7a818c;
    font-size: 14px;
    line-height: 1.45;
}

#ModalFeedback .ls-feedback-modal__close.close {
    position: absolute;
    top: 22px;
    right: 24px;
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    float: none;
    border: 1px solid #e8eaed;
    border-radius: 50%;
    background: #fff;
    color: #303641;
    font-size: 29px;
    font-weight: 300;
    line-height: 1;
    opacity: 1;
    text-shadow: none;
    box-shadow: 0 5px 16px rgba(31, 36, 44, .06);
    transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease;
}

#ModalFeedback .ls-feedback-modal__close:hover,
#ModalFeedback .ls-feedback-modal__close:focus {
    color: #e74c3c;
    border-color: rgba(231, 76, 60, .34);
    background: #fff8f6;
    transform: rotate(5deg);
    outline: none;
}

#ModalFeedback .ls-feedback-modal__body.feedback-modal {
    padding: 8px 34px 34px;
    background: #fff;
}

#ModalFeedback .ls-feedback-form {
    margin: 0;
}

#ModalFeedback .ls-feedback-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
}

#ModalFeedback .ls-feedback-form__group--full {
    grid-column: 1 / -1;
}

#ModalFeedback .ls-feedback-form__field.form-group,
#ModalFeedback .ls-feedback-form__group > .form-group {
    margin: 0 0 18px;
}

#ModalFeedback .ls-feedback-form__label.control-label {
    display: block;
    margin: 0 0 8px;
    color: #2c3440;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

#ModalFeedback .ls-feedback-field {
    position: relative;
}

#ModalFeedback .ls-feedback-field__icon {
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 2;
    display: flex;
    width: 21px;
    height: 21px;
    align-items: center;
    justify-content: center;
    color: #7d838c;
    transform: translateY(-50%);
    pointer-events: none;
}

#ModalFeedback .ls-feedback-field__icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#ModalFeedback .ls-feedback-form__input.form-control,
#ModalFeedback .ls-feedback-form__textarea.form-control {
    width: 100%;
    border: 1px solid #dde1e6;
    border-radius: 10px;
    background: #fff;
    color: #2c3440;
    font-size: 15px;
    font-weight: 400;
    box-shadow: none;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

#ModalFeedback .ls-feedback-form__input.form-control {
    height: 54px;
    padding: 0 16px 0 50px;
    line-height: 54px;
}

#ModalFeedback .ls-feedback-form__input--plain.form-control {
    padding-left: 16px;
}

#ModalFeedback .ls-feedback-form__textarea.form-control {
    min-height: 112px;
    padding: 15px 16px 15px 50px;
    resize: vertical;
    line-height: 1.45;
}

#ModalFeedback .ls-feedback-field--textarea .ls-feedback-field__icon--textarea {
    top: 17px;
    transform: none;
}

#ModalFeedback .ls-feedback-form__input:focus,
#ModalFeedback .ls-feedback-form__textarea:focus {
    border-color: rgba(231, 76, 60, .62);
    box-shadow: 0 0 0 4px rgba(231, 76, 60, .08);
}

#ModalFeedback .ls-feedback-form__input::placeholder,
#ModalFeedback .ls-feedback-form__textarea::placeholder {
    color: #a1a6ad;
    opacity: 1;
}

#ModalFeedback .has-error .ls-feedback-form__input,
#ModalFeedback .has-error .ls-feedback-form__textarea {
    border-color: #e45c50;
}

#ModalFeedback .help-block {
    min-height: 0;
    margin: 6px 0 0;
    color: #d94a3f;
    font-size: 12px;
    line-height: 1.3;
}

#ModalFeedback .help-block:empty {
    display: none;
}

#ModalFeedback .ls-feedback-form__checks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 22px;
    margin: 0 0 18px;
}

#ModalFeedback .ls-feedback-form__check.form-group {
    margin: 0;
}

#ModalFeedback .ls-feedback-form__check label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    color: #3b424e;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

#ModalFeedback .ls-feedback-form__check input[type="checkbox"] {
    width: 19px;
    height: 19px;
    margin: 0;
    accent-color: #e74c3c;
}

#ModalFeedback .order-id-wrapper {
    margin-bottom: 18px !important;
}

#ModalFeedback .ls-feedback-captcha {
    margin-top: 2px;
}

#ModalFeedback .ls-feedback-captcha__field.form-group {
    margin-bottom: 20px;
}

#ModalFeedback .ls-feedback-captcha__row {
    display: grid;
    grid-template-columns: minmax(220px, .9fr) minmax(0, 1.1fr);
    gap: 14px;
    align-items: stretch;
}

#ModalFeedback .ls-feedback-captcha__image {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #dde1e6;
    border-radius: 10px;
    background: #faf8f7;
}

#ModalFeedback .ls-feedback-captcha__image img {
    display: block;
    max-width: 100%;
    height: auto;
    cursor: pointer;
}

#ModalFeedback .ls-feedback-captcha__input .form-control {
    height: 54px;
}

#ModalFeedback .ls-feedback-form__submit.btn {
    display: inline-flex;
    width: 100%;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0 24px;
    border: 1px solid #e74c3c;
    border-radius: 10px;
    background: #e74c3c;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    text-transform: none;
    box-shadow: 0 10px 22px rgba(231, 76, 60, .18);
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

#ModalFeedback .ls-feedback-form__submit svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#ModalFeedback .ls-feedback-form__submit:hover,
#ModalFeedback .ls-feedback-form__submit:focus {
    border-color: #d84334;
    background: #d84334;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 13px 28px rgba(216, 67, 52, .23);
    outline: none;
}

#ModalFeedback .ls-feedback-form__submit:disabled {
    opacity: .65;
    cursor: wait;
    transform: none;
}

#ModalFeedback .ls-feedback-form__alert {
    margin: 16px 0 0;
    border-radius: 10px;
}

#ModalFeedback .ls-feedback-modal__message {
    padding: 28px 4px 12px;
    color: #303746;
    font-size: 16px;
    line-height: 1.55;
    text-align: center;
}

@media (max-width: 768px) {
    #ModalFeedback.ls-feedback-modal .modal-dialog {
        width: calc(100% - 20px);
        margin: 10px auto;
    }

    #ModalFeedback.ls-feedback-modal .modal-content {
        border-radius: 16px;
    }

    #ModalFeedback .ls-feedback-modal__header {
        padding: 24px 62px 18px 20px;
    }

    #ModalFeedback .ls-feedback-modal__close.close {
        top: 16px;
        right: 16px;
        width: 38px;
        height: 38px;
        font-size: 26px;
    }

    #ModalFeedback .ls-feedback-modal__title.modal-title-site {
        font-size: 25px;
    }

    #ModalFeedback .ls-feedback-modal__subtitle {
        margin-top: 7px;
        font-size: 13px;
    }

    #ModalFeedback .ls-feedback-modal__body.feedback-modal {
        max-height: calc(100vh - 142px);
        padding: 6px 20px 24px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    #ModalFeedback .ls-feedback-form__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    #ModalFeedback .ls-feedback-form__input.form-control {
        height: 50px;
        line-height: 50px;
    }

    #ModalFeedback .ls-feedback-form__textarea.form-control {
        min-height: 100px;
    }

    #ModalFeedback .ls-feedback-captcha__row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    #ModalFeedback .ls-feedback-captcha__image {
        min-height: 58px;
    }

    #ModalFeedback .ls-feedback-form__submit.btn {
        min-height: 52px;
    }
}

@media (max-width: 420px) {
    #ModalFeedback .ls-feedback-modal__header {
        padding-left: 16px;
    }

    #ModalFeedback .ls-feedback-modal__body.feedback-modal {
        padding-left: 16px;
        padding-right: 16px;
    }

    #ModalFeedback .ls-feedback-modal__title.modal-title-site {
        font-size: 22px;
    }
}

/* v57: larger desktop labels for floating feedback/cart actions */
@media (min-width: 1101px) {
    .ls-floating-actions__feedback > span {
        font-size: 20px;
    }

    .ls-floating-actions__cart > span:not(.ls-floating-actions__cart-count) {
        font-size: 20px;
    }
}

/* v58: desktop floating actions without attention-grabbing animation */
@media (min-width: 1101px) {
    .ls-floating-actions {
        animation: none !important;
    }

    .ls-floating-actions__cart-count {
        animation: none !important;
    }
}

/* v60: floating actions block must stay completely static on desktop */
@media (min-width: 1101px) {
    .ls-floating-actions {
        animation: none !important;
        transform: none !important;
    }
}

/* ========================================================================== 
   L-SHOP CHECKOUT V2 — isolated redesign for /cart/checkout
   All selectors are namespaced with .lsc-checkout to avoid affecting other sites.
   ========================================================================== */
.lsc-checkout {
    --lsc-accent: #e74c3c;
    --lsc-accent-hover: #d94334;
    --lsc-accent-soft: #fff6f4;
    --lsc-title: #25364f;
    --lsc-text: #35445a;
    --lsc-muted: #8290a3;
    --lsc-line: #e3e7ec;
    --lsc-line-strong: #d5dbe3;
    --lsc-panel: #ffffff;
    --lsc-page: #ffffff;
    --lsc-danger-soft: #f7eaea;
    --lsc-input-height: 46px;
    color: var(--lsc-text);
    font-size: 14px;
}

.lsc-checkout * { box-sizing: border-box; }
.lsc-checkout .hidden { display: none !important; }

.lsc-checkout .lsc-page-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 4px 0 18px;
}

.lsc-checkout .lsc-page-title {
    margin: 0;
    color: var(--lsc-title);
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
}

.lsc-checkout .lsc-back-cart {
    color: var(--lsc-title);
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
}
.lsc-checkout .lsc-back-cart:hover { color: var(--lsc-accent); }

.lsc-checkout .lsc-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 18px;
    align-items: start;
}

.lsc-checkout .lsc-main { min-width: 0; }

.lsc-checkout .lsc-order-type {
    width: min(600px, 100%);
    margin: 0 0 14px;
}

.lsc-checkout .lsc-order-type__field { margin: 0; }
.lsc-checkout .lsc-order-type__field > label,
.lsc-checkout .lsc-order-type__label {
    display: block;
    margin: 0 0 7px;
    color: var(--lsc-title);
    font-size: 12px;
    font-weight: 700;
}

.lsc-checkout .lsc-order-type__select,
.lsc-checkout .lsc-order-type .minict_wrapper,
.lsc-checkout .lsc-order-type .selectric {
    min-height: var(--lsc-input-height);
    border: 1px solid var(--lsc-line-strong);
    border-radius: 4px;
    background: #fff;
}

.lsc-checkout .lsc-order-type__select {
    width: 100%;
    height: var(--lsc-input-height);
    padding: 0 42px 0 14px;
    color: #69778a;
    box-shadow: none;
}

.lsc-checkout .lsc-order-type .minict_wrapper input {
    min-height: 44px;
    padding: 0 42px 0 14px;
    color: #69778a;
    background: #fff;
    border: 0;
}

.lsc-checkout .lsc-order-type__static {
    padding: 12px 14px;
    border: 1px solid var(--lsc-line);
    border-radius: 5px;
    background: #fff;
}

.lsc-checkout .lsc-section {
    position: relative;
    margin: 0 0 14px;
    padding: 16px 16px 14px;
    border: 1px solid var(--lsc-line);
    border-radius: 6px;
    background: var(--lsc-panel);
    box-shadow: 0 1px 2px rgba(31, 48, 70, .025);
}

.lsc-checkout .lsc-section__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
}

.lsc-checkout .lsc-section__head h2 {
    margin: 0;
    color: var(--lsc-title);
    font-size: 19px;
    line-height: 1.2;
    font-weight: 700;
}

.lsc-checkout .lsc-section__number {
    display: inline-flex;
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--lsc-accent);
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
}

.lsc-checkout .lsc-section__attention {
    margin-left: -3px;
    color: var(--lsc-accent);
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
}

.lsc-checkout .lsc-fields-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px 18px;
}

.lsc-checkout .lsc-field,
.lsc-checkout .lsc-promo,
.lsc-checkout .lsc-dynamic-field {
    position: relative;
    margin: 0;
}

.lsc-checkout .lsc-field > label,
.lsc-checkout .lsc-promo > label,
.lsc-checkout .lsc-dynamic-field > label {
    display: block;
    margin: 0 0 6px;
    color: var(--lsc-title);
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
}

.lsc-checkout .lsc-input,
.lsc-checkout #additionalFields input[type="text"],
.lsc-checkout #additionalFields input[type="tel"],
.lsc-checkout #additionalFields input[type="number"],
.lsc-checkout #additionalFields select,
.lsc-checkout #executedCode input[type="text"],
.lsc-checkout #executedCode input[type="tel"],
.lsc-checkout #executedCode input[type="number"],
.lsc-checkout #executedCode select {
    width: 100%;
    height: var(--lsc-input-height);
    padding: 0 13px;
    border: 1px solid var(--lsc-line-strong);
    border-radius: 4px;
    color: var(--lsc-text);
    background: #fff;
    box-shadow: none;
    outline: none;
    font-size: 13px;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.lsc-checkout .lsc-field--user .lsc-input,
.lsc-checkout .lsc-field--phone .lsc-input,
.lsc-checkout .lsc-field--email .lsc-input {
    padding-left: 43px;
    background-repeat: no-repeat;
    background-position: 14px 50%;
    background-size: 18px 18px;
}

.lsc-checkout .lsc-field--user .lsc-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23a5afbd' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21a8 8 0 0 1 16 0'/%3E%3C/svg%3E");
}
.lsc-checkout .lsc-field--phone .lsc-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23a5afbd' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.62 2.63a2 2 0 0 1-.45 2.11L8 9.73a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.85.29 1.73.5 2.63.62A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}
.lsc-checkout .lsc-field--email .lsc-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23a5afbd' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.lsc-checkout .lsc-input::placeholder,
.lsc-checkout #additionalFields input::placeholder,
.lsc-checkout #executedCode input::placeholder { color: #a3adba; opacity: 1; }

.lsc-checkout .lsc-input:focus,
.lsc-checkout #additionalFields input:focus,
.lsc-checkout #additionalFields select:focus,
.lsc-checkout #executedCode input:focus,
.lsc-checkout #executedCode select:focus {
    border-color: rgba(231, 76, 60, .72);
    box-shadow: 0 0 0 3px rgba(231, 76, 60, .08);
}

.lsc-checkout .has-error .lsc-input,
.lsc-checkout .has-error input,
.lsc-checkout .has-error select,
.lsc-checkout .has-error textarea {
    border-color: #dc4d4d !important;
}

.lsc-checkout .help-block-error {
    min-height: 0;
    margin: 4px 0 0;
    color: #d84a4a;
    font-size: 11px;
}

.lsc-checkout .lsc-payment-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
}

.lsc-checkout .lsc-choice {
    position: relative;
    display: block;
    margin: 0;
    cursor: pointer;
    user-select: none;
}

.lsc-checkout .lsc-choice__input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none;
}

.lsc-checkout .lsc-choice__visual {
    display: flex;
    align-items: center;
    min-height: 54px;
    gap: 12px;
    padding: 8px 14px;
    border: 1px solid var(--lsc-line);
    border-radius: 5px;
    background: #fff;
    transition: border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.lsc-checkout .lsc-choice:hover .lsc-choice__visual {
    border-color: #cbd2dc;
    background: #fcfcfd;
}

.lsc-checkout .lsc-choice.is-selected .lsc-choice__visual {
    border-color: var(--lsc-accent);
    background: var(--lsc-accent-soft);
    box-shadow: inset 0 0 0 1px rgba(231, 76, 60, .04);
}

.lsc-checkout .lsc-choice.is-disabled {
    cursor: not-allowed;
}
.lsc-checkout .lsc-choice.is-disabled .lsc-choice__visual {
    opacity: .55;
    background: #f6f7f9;
}

.lsc-checkout .lsc-choice__radio {
    position: relative;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    border: 1.5px solid #aab4c2;
    border-radius: 50%;
    background: #fff;
}

.lsc-checkout .lsc-choice.is-selected .lsc-choice__radio {
    border-color: var(--lsc-accent);
}
.lsc-checkout .lsc-choice.is-selected .lsc-choice__radio::after {
    content: '';
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: var(--lsc-accent);
}

.lsc-checkout .lsc-choice__icon {
    display: flex;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.lsc-checkout .lsc-choice__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.lsc-checkout .lsc-choice__icon--payment {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
}

.lsc-checkout .lsc-choice__content {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
}
.lsc-checkout .lsc-choice__content strong {
    overflow: hidden;
    color: var(--lsc-title);
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
    text-overflow: ellipsis;
}
.lsc-checkout .lsc-choice__content small {
    color: #7e8a9a;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 400;
}
.lsc-checkout .lsc-choice__disabled-note {
    color: #bd4545 !important;
}

.lsc-checkout .lsc-delivery-list {
    overflow: hidden;
    border: 1px solid var(--lsc-line);
    border-radius: 5px;
    background: #fff;
}
.lsc-checkout .lsc-delivery-list .lsc-choice__visual {
    min-height: 58px;
    border: 0;
    border-bottom: 1px solid var(--lsc-line);
    border-radius: 0;
    padding: 7px 14px;
}
.lsc-checkout .lsc-delivery-list .lsc-choice:last-child .lsc-choice__visual {
    border-bottom: 0;
}
.lsc-checkout .lsc-delivery-list .lsc-choice.is-selected .lsc-choice__visual {
    box-shadow: inset 0 0 0 1px var(--lsc-accent);
    border-bottom-color: transparent;
}
.lsc-checkout .lsc-delivery-list .lsc-choice.is-selected + .lsc-choice .lsc-choice__visual {
    border-top-color: transparent;
}

.lsc-checkout .lsc-delivery-section.is-loading::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 5;
    border-radius: inherit;
    background: rgba(255, 255, 255, .72);
    cursor: progress;
}
.lsc-checkout .lsc-delivery-section.is-loading::before {
    content: '';
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    margin: -14px 0 0 -14px;
    border: 3px solid rgba(231, 76, 60, .2);
    border-top-color: var(--lsc-accent);
    border-radius: 50%;
    animation: lsc-spin .7s linear infinite;
}
@keyframes lsc-spin { to { transform: rotate(360deg); } }

.lsc-checkout .lsc-delivery-extra { margin-top: 12px; }
.lsc-checkout .lsc-additional-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px 18px;
}
.lsc-checkout .lsc-additional-fields > .lsc-dynamic-field[data-control],
.lsc-checkout .lsc-additional-fields > .lsc-dynamic-field[data-on],
.lsc-checkout .lsc-additional-fields > #executedCode {
    grid-column: 1 / -1;
}

.lsc-checkout .lsc-checkbox {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start;
    gap: 10px;
    width: auto;
    min-height: 28px;
    margin: 4px 0 !important;
    padding: 3px 0 !important;
    color: var(--lsc-text);
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    vertical-align: middle;
    white-space: normal;
}
.lsc-checkout .lsc-checkbox input[type="checkbox"] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    overflow: hidden;
    pointer-events: none;
}
.lsc-checkout .lsc-checkbox__box {
    position: relative;
    display: inline-block;
    flex: 0 0 20px;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px;
    min-height: 20px;
    margin: 0 !important;
    padding: 0 !important;
    border: 1.5px solid #b8c1cc;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    vertical-align: middle;
}
.lsc-checkout .lsc-checkbox__text {
    display: inline-block;
    flex: 0 1 auto;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 20px;
    color: var(--lsc-text);
    vertical-align: middle;
}
.lsc-checkout .lsc-checkbox:hover .lsc-checkbox__box {
    border-color: var(--lsc-accent);
}
.lsc-checkout .lsc-checkbox input[type="checkbox"]:focus-visible + .lsc-checkbox__box {
    outline: 2px solid rgba(225, 79, 43, .22);
    outline-offset: 2px;
}
.lsc-checkout .lsc-checkbox input[type="checkbox"]:checked + .lsc-checkbox__box {
    border-color: var(--lsc-accent);
    background: var(--lsc-accent);
}
.lsc-checkout .lsc-checkbox input[type="checkbox"]:checked + .lsc-checkbox__box::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2.5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.lsc-checkout .lsc-executed-code {
    width: 100%;
}
.lsc-checkout .lsc-executed-code .custom-input,
.lsc-checkout .lsc-executed-code #city-input,
.lsc-checkout .lsc-executed-code #warehouses-input,
.lsc-checkout .lsc-executed-code #postomats-input,
.lsc-checkout .lsc-executed-code #street-input {
    position: relative;
    margin-bottom: 10px;
}
.lsc-checkout .lsc-executed-code .options {
    position: absolute;
    z-index: 30;
    top: calc(100% + 3px);
    left: 0;
    right: 0;
    max-height: 240px;
    overflow-y: auto;
    border: 1px solid var(--lsc-line-strong);
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(31, 48, 70, .12);
}
.lsc-checkout .lsc-executed-code .options .option {
    padding: 9px 12px;
    color: var(--lsc-text);
    cursor: pointer;
    font-size: 12px;
    line-height: 1.35;
}
.lsc-checkout .lsc-executed-code .options .option:hover {
    color: var(--lsc-title);
    background: var(--lsc-accent-soft);
}
.lsc-checkout #location-type-options {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 8px 0 12px;
}
.lsc-checkout #location-type-options label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    color: var(--lsc-title);
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
}
.lsc-checkout #location-type-options input[type="radio"] {
    accent-color: var(--lsc-accent);
}

.lsc-checkout .lsc-address-slot {
    margin: -2px 0 14px;
    padding: 0 16px 14px;
    border: 1px solid var(--lsc-line);
    border-top: 0;
    border-radius: 0 0 6px 6px;
    background: #fff;
}
.lsc-checkout .lsc-address-slot:has(.field-checkoutform-address[style*="display: none"]) {
    display: none;
}
.lsc-checkout .lsc-textarea {
    min-height: 58px;
    height: auto;
    padding: 11px 13px;
    resize: vertical;
}

.lsc-checkout .lsc-summary {
    position: relative;
    min-width: 0;
}
.lsc-checkout .lsc-summary__card {
    position: sticky;
    top: 110px;
    padding: 18px 16px;
    border: 1px solid var(--lsc-line);
    border-radius: 6px;
    background: #fff;
}
.lsc-checkout .lsc-summary__price {
    display: grid;
    gap: 7px;
    margin-bottom: 16px;
}
.lsc-checkout .lsc-summary__row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    color: #6d7989;
    font-size: 12px;
}
.lsc-checkout .lsc-summary__row strong {
    color: var(--lsc-title);
    font-size: 13px;
}
.lsc-checkout .lsc-summary__row--total {
    padding-top: 4px;
    color: var(--lsc-title);
    font-size: 15px;
    font-weight: 700;
}
.lsc-checkout .lsc-summary__row--total strong {
    color: var(--lsc-accent);
    font-size: 17px;
    font-weight: 800;
}

.lsc-checkout .lsc-promo { margin-bottom: 15px; }
.lsc-checkout .lsc-promo .lsc-input { height: 42px; }

.lsc-checkout .lsc-offer-note {
    margin: 0 0 16px;
    padding: 13px 12px;
    border-left: 4px solid #e0c9c9;
    border-radius: 2px;
    background: var(--lsc-danger-soft);
    text-align: center;
}
.lsc-checkout .lsc-offer-note a {
    color: #697386;
    text-decoration: none;
    font-size: 11px;
    line-height: 1.45;
}
.lsc-checkout .lsc-offer-note a:hover { color: var(--lsc-accent); }

.lsc-checkout .lsc-submit {
    position: relative;
    width: 100%;
    min-height: 46px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background: var(--lsc-accent);
    box-shadow: none;
    font-size: 15px;
    font-weight: 700;
    text-shadow: none;
    transition: background .16s ease, transform .16s ease, opacity .16s ease;
}
.lsc-checkout .lsc-submit:hover,
.lsc-checkout .lsc-submit:focus {
    color: #fff;
    background: var(--lsc-accent-hover);
}
.lsc-checkout .lsc-submit:active { transform: translateY(1px); }
.lsc-checkout .lsc-submit[disabled] { opacity: .72; cursor: wait; }
.lsc-checkout .lsc-submit__spinner {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 7px;
    vertical-align: -2px;
    border: 2px solid rgba(255,255,255,.45);
    border-top-color: #fff;
    border-radius: 50%;
    animation: lsc-spin .7s linear infinite;
}

.lsc-checkout .lsc-summary__errors .alert {
    margin: 12px 0 0;
    padding: 10px 12px;
    border-radius: 4px;
    font-size: 11px;
}

@media (max-width: 1199px) {
    .lsc-checkout .lsc-layout { grid-template-columns: minmax(0, 1fr) 280px; }
}

@media (max-width: 991px) {
    .lsc-checkout .lsc-layout { grid-template-columns: 1fr; }
    .lsc-checkout .lsc-summary { order: 2; }
    .lsc-checkout .lsc-summary__card { position: static; }
    .lsc-checkout .lsc-summary__price { max-width: 420px; }
}

@media (max-width: 767px) {
    .lsc-checkout { font-size: 13px; }
    .lsc-checkout .lsc-page-head { margin-bottom: 12px; }
    .lsc-checkout .lsc-page-title { font-size: 22px; }
    .lsc-checkout .lsc-back-cart { font-size: 11px; }
    .lsc-checkout .lsc-section { padding: 14px 12px 12px; }
    .lsc-checkout .lsc-section__head h2 { font-size: 17px; }
    .lsc-checkout .lsc-fields-grid,
    .lsc-checkout .lsc-payment-grid,
    .lsc-checkout .lsc-additional-fields { grid-template-columns: 1fr; }
    .lsc-checkout .lsc-choice__visual { padding-left: 10px; padding-right: 10px; }
    .lsc-checkout .lsc-choice__icon { flex-basis: 38px; width: 38px; height: 38px; }
    .lsc-checkout .lsc-address-slot { padding-left: 12px; padding-right: 12px; }
    .lsc-checkout .lsc-summary__card { padding: 15px 12px; }
    .lsc-checkout .lsc-submit { min-height: 48px; }
}

/* Checkout field icons: address + promo */
.lsc-checkout .lsc-field--address .lsc-input,
.lsc-checkout .lsc-promo .lsc-input {
    padding-left: 43px;
    background-repeat: no-repeat;
    background-position: 14px 13px;
    background-size: 18px 18px;
}
.lsc-checkout .lsc-field--address .lsc-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23a5afbd' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}
.lsc-checkout .lsc-promo .lsc-input {
    background-position: 14px 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23a5afbd' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.6 13.6 11 23l-9-9V4h10l8.6 8.6a1.4 1.4 0 0 1 0 2Z' transform='scale(.82) translate(2.5 1)'/%3E%3Ccircle cx='7.2' cy='7.2' r='1.3'/%3E%3C/svg%3E");
}

/* Checkout: align custom delivery/payment inputs */
.lsc-checkout .custom-input {
    margin-left: 25px;
}

/* ==========================================================================
   L-SHOP CHECKOUT — ORDER TYPE DROPDOWN / MINICT
   ========================================================================== */

.lsc-checkout .lsc-order-type {
    margin: 0 0 22px;
}

.lsc-checkout .lsc-order-type__field {
    margin: 0 !important;
}

.lsc-checkout .lsc-order-type__field > .control-label {
    display: block;
    margin: 0 0 8px;
    color: var(--lsc-text);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.lsc-checkout .lsc-order-type .minict_wrapper {
    position: relative;
    display: block;
    width: 100% !important;
    min-width: 0;
    height: auto !important;
    margin: 0;
    padding: 0;
    border: 0 !important;
    border-radius: 10px;
    background: transparent;
    box-shadow: none !important;
    box-sizing: border-box;
    overflow: visible;
}

.lsc-checkout .lsc-order-type .minict_wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-right: 2px solid #7b8794;
    border-bottom: 2px solid #7b8794;
    transform: rotate(45deg);
    pointer-events: none;
    transition: transform .18s ease, margin-top .18s ease;
    z-index: 3;
}

.lsc-checkout .lsc-order-type .minict_wrapper.active::after {
    margin-top: -1px;
    transform: rotate(225deg);
}

.lsc-checkout .lsc-order-type .minict_wrapper input {
    display: block !important;
    width: 100% !important;
    height: 46px !important;
    min-height: 46px;
    margin: 0 !important;
    padding: 0 44px 0 14px !important;
    border: 1px solid #d7dde4 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: var(--lsc-text) !important;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 44px !important;
    box-shadow: none !important;
    outline: 0 !important;
    box-sizing: border-box !important;
    cursor: pointer;
}

.lsc-checkout .lsc-order-type .minict_wrapper:hover input {
    border-color: #c1cad4 !important;
}

.lsc-checkout .lsc-order-type .minict_wrapper.active input,
.lsc-checkout .lsc-order-type .minict_wrapper input:focus {
    border-color: var(--lsc-accent) !important;
    box-shadow: 0 0 0 3px rgba(225, 79, 43, .10) !important;
}

.lsc-checkout .lsc-order-type .minict_wrapper ul {
    position: absolute !important;
    z-index: 50 !important;
    top: calc(100% + 6px) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-height: 240px;
    margin: 0 !important;
    padding: 6px !important;
    border: 1px solid #dfe4ea !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 12px 30px rgba(26, 39, 52, .12) !important;
    list-style: none !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
}

.lsc-checkout .lsc-order-type .minict_wrapper ul li {
    display: flex !important;
    align-items: center;
    width: 100% !important;
    min-height: 40px;
    margin: 0 !important;
    padding: 9px 12px !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: transparent !important;
    color: var(--lsc-text) !important;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1.35 !important;
    white-space: normal;
    cursor: pointer;
    box-sizing: border-box !important;
}

.lsc-checkout .lsc-order-type .minict_wrapper ul li + li {
    margin-top: 2px !important;
}

.lsc-checkout .lsc-order-type .minict_wrapper ul li:hover {
    background: #f7f8fa !important;
    color: var(--lsc-text) !important;
}

.lsc-checkout .lsc-order-type .minict_wrapper ul li.selected {
    background: rgba(225, 79, 43, .08) !important;
    color: var(--lsc-accent) !important;
    font-weight: 700;
}

.lsc-checkout .lsc-order-type .minict_wrapper ul li.minict_empty {
    color: #8b96a3 !important;
    cursor: default;
    font-size: 13px !important;
}

.lsc-checkout .lsc-order-type .minict_wrapper ul::-webkit-scrollbar {
    width: 8px;
}

.lsc-checkout .lsc-order-type .minict_wrapper ul::-webkit-scrollbar-track {
    background: #f3f5f7;
    border-radius: 8px;
}

.lsc-checkout .lsc-order-type .minict_wrapper ul::-webkit-scrollbar-thumb {
    background: #c8d0d8;
    border-radius: 8px;
}

.lsc-checkout .lsc-order-type .minict_wrapper ul::-webkit-scrollbar-thumb:hover {
    background: #b3bdc8;
}

.lsc-checkout .lsc-order-type .help-block {
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 1.35;
}

@media (max-width: 767px) {
    .lsc-checkout .lsc-order-type .minict_wrapper input {
        height: 44px !important;
        min-height: 44px;
        line-height: 42px !important;
    }

    .lsc-checkout .lsc-order-type .minict_wrapper ul {
        max-height: 210px;
    }
}
