/*
 * LIRIDA SHOP — Orbit / Helix custom.css
 * Path: /templates/orbit/css/custom.css
 *
 * CLEAN SIMPLE VERSION v8 — 2026-09-07
 * Полностью заменяет предыдущий custom.css.
 * Секция форматов теперь состоит из штатных SPPB-секций 12 / 6+6 / 6+6.
 */

/* =========================================================
   1. HERO / SLIDER
   Mobile: IMAGE -> TEXT -> CTA -> 01 02 03 04

   Section: #section-id-1701851951190
   Addon:   #sppb-addon-1701851972531
   ========================================================= */

@media (max-width: 767.98px) {

    #section-id-1702469172746 .lirida-help-cta-copy,
    #section-id-1702469172746 .lirida-help-cta-copy > .sppb-addon-content {
        min-height: 0 !important;
    }

    #section-id-1702469172746 .lirida-help-cta-image img {
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
        object-fit: cover !important;
        border-radius: 16px !important;
    }



    /* Disable fullscreen-like section geometry on mobile/tablet portrait. */
    .sp-page-builder .page-content #section-id-1701851951190 {
        height: auto !important;
        min-height: 0 !important;
        padding-top: 14px !important;
        padding-bottom: 12px !important;
    }

    .sp-page-builder .page-content #section-id-1701851951190 > .sppb-row-container,
    .sp-page-builder .page-content #section-id-1701851951190 .sppb-row-container,
    .sp-page-builder .page-content #section-id-1701851951190 .sppb-container-inner,
    .sp-page-builder .page-content #section-id-1701851951190 .sppb-row,
    .sp-page-builder .page-content #section-id-1701851951190 .sppb-column,
    .sp-page-builder .page-content #section-id-1701851951190 .sppb-column-addons {
        min-height: 0 !important;
    }

    /* Slider/stage. Inline SPPB heights are intentionally overridden. */
    #sppb-addon-1701851972531 .sp-slider {
        position: relative !important;
        height: auto !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }

    #sppb-addon-1701851972531 .sp-slider .sp-slider-outer-stage {
        height: 440px !important;
        min-height: 440px !important;
        max-height: 440px !important;
        overflow: hidden !important;
    }

    #sppb-addon-1701851972531 .sp-slider .sp-item {
        height: 100% !important;
        min-height: 100% !important;
        max-height: 100% !important;
        overflow: hidden !important;
    }

    #sppb-addon-1701851972531 .sp-slider .sp-slider-content-wrap {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        margin: 0 auto !important;
        padding: 0 16px 42px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    /* Turn the original two-column slide into a vertical stack. */
    #sppb-addon-1701851972531 .sp-slider .sp-slider-content-wrap > .sppb-row {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        width: 100% !important;
        height: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow: hidden !important;
    }

    #sppb-addon-1701851972531 .sp-slider .sp-slider-content-wrap > .sppb-row > [class*="sppb-col-"] {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    /* In the real SPPB DOM the image column is last; show it first. */
    #sppb-addon-1701851972531 .sp-slider .sp-slider-content-wrap > .sppb-row > [class*="sppb-col-"]:last-child {
        order: 1 !important;
        margin: 0 0 10px !important;
    }

    #sppb-addon-1701851972531 .sp-slider .sp-slider-content-wrap > .sppb-row > [class*="sppb-col-"]:first-child {
        order: 2 !important;
        margin: 0 !important;
    }

    /* Image: centred, rectangular, without theme masks/shapes/effects. */
    #sppb-addon-1701851972531 .sp-slider .sp-slider-image,
    #sppb-addon-1701851972531 .sp-slider .sp-slider-image-align-left,
    #sppb-addon-1701851972531 .sp-slider .sp-slider-image-align-center,
    #sppb-addon-1701851972531 .sp-slider .sp-slider-image-align-right,
    #sppb-addon-1701851972531 .sp-slider .sppb-sp-slider-image {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: center !important;
        background: transparent !important;
        border-radius: 0 !important;
        clip-path: none !important;
        -webkit-clip-path: none !important;
        mask: none !important;
        -webkit-mask: none !important;
        box-shadow: none !important;
        filter: none !important;
    }

    #sppb-addon-1701851972531 .sp-slider .sp-slider-image > *,
    #sppb-addon-1701851972531 .sp-slider .sp-slider-image-align-left > *,
    #sppb-addon-1701851972531 .sp-slider .sp-slider-image-align-center > *,
    #sppb-addon-1701851972531 .sp-slider .sp-slider-image-align-right > *,
    #sppb-addon-1701851972531 .sp-slider .sppb-sp-slider-image > * {
        background: transparent !important;
        border-radius: 0 !important;
        clip-path: none !important;
        -webkit-clip-path: none !important;
        mask: none !important;
        -webkit-mask: none !important;
        box-shadow: none !important;
        filter: none !important;
    }

    #sppb-addon-1701851972531 .sp-slider .sp-slider-image::before,
    #sppb-addon-1701851972531 .sp-slider .sp-slider-image::after,
    #sppb-addon-1701851972531 .sp-slider .sp-slider-image-align-left::before,
    #sppb-addon-1701851972531 .sp-slider .sp-slider-image-align-left::after,
    #sppb-addon-1701851972531 .sp-slider .sp-slider-image-align-center::before,
    #sppb-addon-1701851972531 .sp-slider .sp-slider-image-align-center::after,
    #sppb-addon-1701851972531 .sp-slider .sp-slider-image-align-right::before,
    #sppb-addon-1701851972531 .sp-slider .sp-slider-image-align-right::after,
    #sppb-addon-1701851972531 .sp-slider .sppb-sp-slider-image::before,
    #sppb-addon-1701851972531 .sp-slider .sppb-sp-slider-image::after {
        content: none !important;
        display: none !important;
    }

    #sppb-addon-1701851972531 .sp-slider .sp-item .sppb-sp-slider-image img {
        display: block !important;
        width: min(100%, 340px) !important;
        max-width: 340px !important;
        height: auto !important;
        max-height: 227px !important;
        margin: 0 auto !important;
        object-fit: contain !important;
        background: transparent !important;
        border-radius: 0 !important;
        clip-path: none !important;
        -webkit-clip-path: none !important;
        mask: none !important;
        -webkit-mask: none !important;
        box-shadow: none !important;
    }

    /* Text block stays left-aligned: technical/catalogue hierarchy. */
    #sppb-addon-1701851972531 .sp-slider .sp-slider-content-align-left,
    #sppb-addon-1701851972531 .sp-slider .sp-slider-content-align-center,
    #sppb-addon-1701851972531 .sp-slider .sp-slider-content-align-right {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: left !important;
    }

    #sppb-addon-1701851972531 .sp-slider .sp-slider-content-align-left > .sp-slider-inner-item,
    #sppb-addon-1701851972531 .sp-slider .sp-slider-content-align-center > .sp-slider-inner-item,
    #sppb-addon-1701851972531 .sp-slider .sp-slider-content-align-right > .sp-slider-inner-item {
        flex: 0 0 auto !important;
        float: none !important;
        clear: both !important;
        max-width: 100% !important;
    }

    #sppb-addon-1701851972531 .sp-slider .sppb-sp-slider-text,
    #sppb-addon-1701851972531 .sp-slider .product-price {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        float: none !important;
        clear: both !important;
    }

    /* Compact CTA with a proper touch target. */
    #sppb-addon-1701851972531 .sp-slider .sppb-btn,
    #sppb-addon-1701851972531 .sp-slider a[class*="btn"] {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        align-self: flex-start !important;
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: 100% !important;
        min-height: 46px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 10px 20px !important;
        white-space: nowrap !important;
        float: none !important;
        clear: both !important;
    }

    /* SPPB class name really contains the typo "indecators". */
    #sppb-addon-1701851972531 .sp-slider .sp-slider-custom-dot-indecators {
        position: absolute !important;
        z-index: 20 !important;
        left: 0 !important;
        right: 0 !important;
        top: auto !important;
        bottom: 8px !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 16px !important;
        box-sizing: border-box !important;
        text-align: center !important;
        transform: none !important;
    }
}

/* Phones. */
@media (max-width: 575.98px) {
    #sppb-addon-1701851972531 .sp-slider .sp-slider-outer-stage {
        height: 412px !important;
        min-height: 412px !important;
        max-height: 412px !important;
    }

    #sppb-addon-1701851972531 .sp-slider .sp-item .sppb-sp-slider-image img {
        width: min(100%, 320px) !important;
        max-width: 320px !important;
        max-height: 214px !important;
    }
}

/* Keep the technical size line intact on normal-width phones. */
@media (min-width: 390px) and (max-width: 575.98px) {
    #sppb-addon-1701851972531 .sp-slider .sppb-sp-slider-text,
    #sppb-addon-1701851972531 .sp-slider .product-price,
    #sppb-addon-1701851972531 .sp-slider .product-price .price {
        width: 100% !important;
        max-width: 100% !important;
        white-space: nowrap !important;
    }
}

/* Narrow phones. */
@media (max-width: 389.98px) {
    #sppb-addon-1701851972531 .sp-slider .sp-slider-outer-stage {
        height: 404px !important;
        min-height: 404px !important;
        max-height: 404px !important;
    }

    #sppb-addon-1701851972531 .sp-slider .sp-item .sppb-sp-slider-image img {
        width: min(100%, 292px) !important;
        max-width: 292px !important;
        max-height: 195px !important;
    }

    #sppb-addon-1701851972531 .sp-slider .sppb-btn,
    #sppb-addon-1701851972531 .sp-slider a[class*="btn"] {
        min-height: 44px !important;
        padding: 9px 18px !important;
    }
}

/* =========================================================
   2. POPULAR PRODUCTS
   Two equal product columns on phones.
   ========================================================= */

@media (max-width: 575.98px) {
    #sppb-addon-8a1fa443-d1dd-401e-bc09-c8c518eca226 .sppb-collection-addon {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        column-gap: 12px !important;
        row-gap: 30px !important;
        width: 100% !important;
    }

    #sppb-addon-8a1fa443-d1dd-401e-bc09-c8c518eca226 .sppb-collection-item {
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #sppb-addon-8a1fa443-d1dd-401e-bc09-c8c518eca226 .easystore-product-image {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        aspect-ratio: 1 / 1 !important;
        overflow: hidden !important;
    }

    #sppb-addon-8a1fa443-d1dd-401e-bc09-c8c518eca226 .easystore-product-image img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
    }
}

@media (max-width: 389.98px) {
    #sppb-addon-8a1fa443-d1dd-401e-bc09-c8c518eca226 .sppb-collection-addon {
        column-gap: 10px !important;
    }
}

/* =========================================================
   3. HOME — QUICK ROUTES / FORMAT ROWS / CTA
   ========================================================= */

/* Orbit should not Capitalize Every Word. */
#section-id-1702553946130 a,
#section-id-1702553946130 .sppb-btn,
.lirida-format-row a,
.lirida-format-row .sppb-btn,
#section-id-1702469172746 a,
#section-id-1702469172746 .sppb-btn {
    text-transform: none !important;
}


/* ---------- FORMAT: only visual equalisation; layout is native SPPB ---------- */

.lirida-format-row > .sppb-row-container > .sppb-row {
    align-items: stretch !important;
}

.lirida-format-row .sppb-row-column,
.lirida-format-row .sppb-row-column > .sppb-column,
.lirida-format-row .sppb-row-column .sppb-column-addons {
    height: 100% !important;
}

/* Text card fills its normal 6-column cell. */
.lirida-format-row .lirida-format-copy-column .sppb-column-addons,
.lirida-format-row .lirida-format-copy-column .sppb-addon-wrapper,
.lirida-format-row .lirida-format-copy-column .sppb-addon {
    height: 100% !important;
}

.lirida-format-row .lirida-format-copy-column .sppb-addon-content {
    box-sizing: border-box !important;
}

/* Image card fills its normal 6-column cell. */
.lirida-format-row .lirida-format-image,
.lirida-format-row .lirida-format-image .sppb-addon-content,
.lirida-format-row .lirida-format-image .sppb-addon-single-image-container,
.lirida-format-row .lirida-format-image .sppb-addon-single-image,
.lirida-format-row .lirida-format-image picture {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.lirida-format-row .lirida-format-image img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 390px !important;
    margin: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 24px !important;
}

/* Copy card gets exactly the same visual height as image. */
.lirida-format-row .lirida-format-copy-column .lirida-format-copy-card,
.lirida-format-row .lirida-format-copy-column .lirida-format-copy-card > .sppb-addon-content {
    min-height: 390px !important;
    height: 100% !important;
}

/* No extra handmade horizontal gap: use the native SPPB gutter only. */


/* ---------- CTA: split card 5+7 ---------- */

#section-id-1702469172746 {
    background: none !important;
}

/* Two native SPPB columns stretch to the same height. */
#section-id-1702469172746 > .sppb-row-container > .sppb-row {
    align-items: stretch !important;
}

#section-id-1702469172746 .lirida-help-cta-copy-column,
#section-id-1702469172746 .lirida-help-cta-image-column,
#section-id-1702469172746 .lirida-help-cta-copy-column > .sppb-column,
#section-id-1702469172746 .lirida-help-cta-image-column > .sppb-column,
#section-id-1702469172746 .lirida-help-cta-copy-column .sppb-column-addons,
#section-id-1702469172746 .lirida-help-cta-image-column .sppb-column-addons {
    height: 100% !important;
}

/* Left information panel. */
#section-id-1702469172746 .lirida-help-cta-copy,
#section-id-1702469172746 .lirida-help-cta-copy > .sppb-addon-content {
    height: 100% !important;
    min-height: 330px !important;
    box-sizing: border-box !important;
}

#section-id-1702469172746 .lirida-help-cta-copy > .sppb-addon-content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

/* Right image panel. */
#section-id-1702469172746 .lirida-help-cta-image,
#section-id-1702469172746 .lirida-help-cta-image .sppb-addon-content,
#section-id-1702469172746 .lirida-help-cta-image .sppb-addon-single-image-container,
#section-id-1702469172746 .lirida-help-cta-image .sppb-addon-single-image,
#section-id-1702469172746 .lirida-help-cta-image picture {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

#section-id-1702469172746 .lirida-help-cta-image img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 330px !important;
    margin: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 24px !important;
}

#sppb-addon-1702547779784 .sppb-addon-title,
#sppb-addon-1702547779784 h2,
#section-id-1702469172746 .lirida-help-cta-title {
    color: #102A43 !important;
    font-family: Inter, Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    text-shadow: none !important;
}

#section-id-1702469172746 a,
#section-id-1702469172746 .sppb-btn,
#section-id-1702469172746 .sppb-btn span {
    text-transform: none !important;
}


/* ---------- Tablet ---------- */

@media (max-width: 991.98px) {

    #section-id-1702469172746 .lirida-help-cta-copy,
    #section-id-1702469172746 .lirida-help-cta-copy > .sppb-addon-content {
        min-height: 290px !important;
    }

    #section-id-1702469172746 .lirida-help-cta-image img {
        height: 290px !important;
    }


    .lirida-format-row .lirida-format-image img {
        height: 320px !important;
    }

    .lirida-format-row .lirida-format-copy-column .lirida-format-copy-card,
    .lirida-format-row .lirida-format-copy-column .lirida-format-copy-card > .sppb-addon-content {
        min-height: 320px !important;
    }
}


/* ---------- Mobile ---------- */

@media (max-width: 767.98px) {
    .lirida-format-row .lirida-format-image img {
        height: auto !important;
        aspect-ratio: 4 / 3 !important;
        object-fit: cover !important;
        border-radius: 16px !important;
    }

    .lirida-format-row .lirida-format-copy-column .lirida-format-copy-card,
    .lirida-format-row .lirida-format-copy-column .lirida-format-copy-card > .sppb-addon-content {
        min-height: 0 !important;
    }

    #section-id-1702469172746 .lirida-help-cta-copy {
        border-radius: 16px !important;
    }

    #sppb-addon-1702547865526 .sppb-btn {
        width: auto !important;
        max-width: 100% !important;
        white-space: normal !important;
    }
}

/* =========================================================
   5. ADDITIONAL FEATURES
   SP Page Builder class: orbit-aditional-feature-section

   Desktop: short separators sit in the gutter, never over text.
   Tablet/mobile: vertical separators are disabled.
   ========================================================= */

/* Disable Orbit's original separators first. */
.orbit-aditional-feature-section .sppb-row > .sppb-row-column {
    border-left: 0 !important;
    border-right: 0 !important;
}

.orbit-aditional-feature-section .sppb-row > .sppb-row-column::before,
.orbit-aditional-feature-section .sppb-row > .sppb-row-column::after,
.orbit-aditional-feature-section .sppb-row > .sppb-row-column > .sppb-column::before,
.orbit-aditional-feature-section .sppb-row > .sppb-row-column > .sppb-column::after,
.orbit-aditional-feature-section [id^="column-wrap-id-"]::before,
.orbit-aditional-feature-section [id^="column-wrap-id-"]::after {
    content: none !important;
    display: none !important;
}

@media (min-width: 992px) {
    .orbit-aditional-feature-section .sppb-row > .sppb-row-column {
        position: relative !important;
        box-sizing: border-box !important;
        padding-left: clamp(24px, 2.15vw, 38px) !important;
        padding-right: clamp(24px, 2.15vw, 38px) !important;
    }

    .orbit-aditional-feature-section .sppb-row > .sppb-row-column:not(:first-child)::before {
        content: "" !important;
        display: block !important;
        position: absolute !important;
        z-index: 0 !important;
        left: 0 !important;
        top: 18% !important;
        bottom: 18% !important;
        width: 1px !important;
        height: auto !important;
        background: rgba(7, 36, 70, 0.14) !important;
        transform: none !important;
        pointer-events: none !important;
    }

    .orbit-aditional-feature-section .sppb-row > .sppb-row-column > .sppb-column {
        position: relative !important;
        z-index: 1 !important;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .orbit-aditional-feature-section .sppb-row > .sppb-row-column {
        border: 0 !important;
        padding-left: 22px !important;
        padding-right: 22px !important;
    }
}

@media (max-width: 575.98px) {
    .sp-page-builder .page-content #section-id-1701950907240 {
        padding-top: 46px !important;
        padding-bottom: 54px !important;
    }

    #section-id-1701950907240 > .sppb-row-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #section-id-1701950907240 .sppb-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #section-id-1701950907240 .sppb-row-column {
        border: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* HERO — компактнее связка "название → характеристики" на desktop */
@media (min-width: 992px) {

    #sppb-addon-1701851972531 .sp-slider .sppb-sp-slider-title {
        margin-bottom: 0 !important;
    }

    #sppb-addon-1701851972531 .sp-slider .product-price,
    #sppb-addon-1701851972531 .sp-slider .sppb-sp-slider-text.product-price {
        margin-top: 24px !important;
        margin-bottom: 14px !important;
    }
}

/* =========================================================
   MOBILE HEADER
   Logo + burger + cart всегда в одну строку
   Не вмешиваемся в переключение desktop/mobile logo Helix
   ========================================================= */

@media (max-width: 767.98px) {

    #sp-header .container-inner > .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }

    #sp-header #sp-logo {
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: calc(100% - 90px) !important;
    }

    #sp-header #sp-logo .logo,
    #sp-header #sp-logo a {
        max-width: 100% !important;
    }

    /*
     * ВАЖНО:
     * display здесь не задаём — Helix сам решает,
     * какой logo-image показывать.
     */
    #sp-header #sp-logo img {
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
    }

    #sp-header #sp-menu {
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
        margin-left: auto !important;
        position: static !important;
    }

    #sp-header #sp-menu > .sp-column,
    #sp-header .sp-megamenu-wrapper {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        flex-wrap: nowrap !important;
    }

    #sp-header #offcanvas-toggler,
    #sp-header .offcanvas-toggler {
        flex: 0 0 auto !important;
        margin: 0 !important;
    }
}

@media (max-width: 389.98px) {

    #sp-header #sp-logo {
        max-width: calc(100% - 82px) !important;
    }

    #sp-header #sp-logo img {
        max-width: 190px !important;
    }
}

/* =========================================================
   HOME — semantic H1
   Accessible visually-hidden H1. Kept in global custom.css,
   not inside the SP Page Builder addon.
   ========================================================= */

.lirida-home-seo-h1 {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
/* Related products — spacing in price */
.lirida-related-item-price .easystore-price-current {
  display: inline-flex !important;
  align-items: baseline !important;
  white-space: nowrap !important;
}

.lirida-related-item-price .easystore-price-symbol {
  margin-left: 4px !important;
}

.lirida-related-item-price .lirida-sale-unit,
.lirida-related-item-price .lirida-store-unit {
  margin-left: 4px !important;
}
/* ==========================================================
   LIRIDA Single Product — B2B + availability palette v24
   Add once to: /templates/orbit/css/custom.css
   ========================================================== */

/* B2B payment block */
.lirida-b2b-payment {
  margin-top: 12px !important;
  margin-bottom: 4px !important;
}

.lirida-b2b-payment-card {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 12px;
  background: #F5F8FC;
  border: 1px solid #DCE6EF;
  border-radius: 10px;
  color: #163A5F;
}

.lirida-b2b-payment-card__badge {
  flex: 0 0 auto;
  min-width: 38px;
  padding: 5px 7px;
  border-radius: 7px;
  background: #E8F0F7;
  color: #315A7D;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .04em;
  text-align: center;
}

.lirida-b2b-payment-card__body {
  min-width: 0;
}

.lirida-b2b-payment-card__title {
  color: #163A5F;
  font-size: 13px;
  line-height: 18px;
  font-weight: 750;
}

.lirida-b2b-payment-card__meta {
  margin-top: 2px;
  color: #657A8C;
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
}

/* Availability states — classes are assigned by master JS */
.lirida-buy-availability.is-in-stock::before {
  background: #55B96B !important;
  box-shadow: 0 0 0 4px rgba(85,185,107,.12) !important;
}

.lirida-buy-availability.is-in-stock > .lirida-availability-label {
  background: #EEF8F0 !important;
  color: #2F7A42 !important;
}

.lirida-buy-availability.is-on-order::before {
  background: #D99B2B !important;
  box-shadow: 0 0 0 4px rgba(217,155,43,.12) !important;
}

.lirida-buy-availability.is-on-order > .lirida-availability-label {
  background: #FFF7E7 !important;
  color: #8A6417 !important;
}

.lirida-buy-availability.is-out-of-stock::before,
.lirida-buy-availability.is-unavailable::before {
  background: #D94A4A !important;
  box-shadow: 0 0 0 4px rgba(217,74,74,.11) !important;
}

.lirida-buy-availability.is-out-of-stock > .lirida-availability-label,
.lirida-buy-availability.is-unavailable > .lirida-availability-label {
  background: #FFF1F1 !important;
  color: #A83B3B !important;
}

@media (max-width: 479.98px) {
  .lirida-b2b-payment-card {
    align-items: flex-start;
    gap: 9px;
    padding: 10px 11px;
  }

  .lirida-b2b-payment-card__title {
    font-size: 12.5px;
  }

  .lirida-b2b-payment-card__meta {
    font-size: 11.5px;
  }
}
/* =========================================================
   LIRIDA — Contact / Convert Forms FINAL
   Replace ALL previous Contact/Convert Forms CSS blocks
   in /templates/orbit/css/custom.css with this one.
   Exact current field keys confirmed in DevTools:
   1 = name
   3 = company
   4 = phone
   0 = email
   5 = subject
   8 = message
   ========================================================= */

.lirida-contact-convertforms{
  width:100%;
  margin:0;
  padding:0;
  font-family:Inter,Arial,Helvetica,sans-serif;
}

.lirida-contact-convertforms .convertforms{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}

/* Form grid */
.lirida-contact-convertforms .convertforms .cf-fields{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px 12px!important;
  margin:0!important;
  padding:0!important;
  align-items:flex-start!important;
}

.lirida-contact-convertforms .convertforms .cf-fields > .cf-control-group{
  box-sizing:border-box!important;
  flex:0 0 100%!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
}

/* Row 1: Name + Company
   Row 2: Phone + Email */
.lirida-contact-convertforms .convertforms .cf-fields > .cf-control-group[data-key="1"],
.lirida-contact-convertforms .convertforms .cf-fields > .cf-control-group[data-key="3"],
.lirida-contact-convertforms .convertforms .cf-fields > .cf-control-group[data-key="4"],
.lirida-contact-convertforms .convertforms .cf-fields > .cf-control-group[data-key="0"]{
  flex:0 0 calc(50% - 6px)!important;
  width:calc(50% - 6px)!important;
  max-width:calc(50% - 6px)!important;
}

/* Subject + Message + everything below = full width */
.lirida-contact-convertforms .convertforms .cf-fields > .cf-control-group[data-key="5"],
.lirida-contact-convertforms .convertforms .cf-fields > .cf-control-group[data-key="8"]{
  flex:0 0 100%!important;
  width:100%!important;
  max-width:100%!important;
}

/* Inputs */
.lirida-contact-convertforms .convertforms .cf-control-input{
  width:100%!important;
}

.lirida-contact-convertforms .convertforms .cf-input,
.lirida-contact-convertforms .convertforms input[type="text"],
.lirida-contact-convertforms .convertforms input[type="email"],
.lirida-contact-convertforms .convertforms input[type="tel"],
.lirida-contact-convertforms .convertforms textarea,
.lirida-contact-convertforms .convertforms select{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:none!important;
  min-height:42px!important;
  margin:0!important;
  padding:10px 12px!important;
  border:1px solid #DCE5EC!important;
  border-radius:8px!important;
  background:#FFFFFF!important;
  color:#233B4E!important;
  font-family:Inter,Arial,Helvetica,sans-serif!important;
  font-size:13px!important;
  line-height:20px!important;
  box-shadow:none!important;
  outline:none!important;
  transition:border-color .15s ease,box-shadow .15s ease!important;
}

.lirida-contact-convertforms .convertforms textarea,
.lirida-contact-convertforms .convertforms textarea.cf-input{
  min-height:104px!important;
  height:104px!important;
  resize:vertical!important;
}

.lirida-contact-convertforms .convertforms input::placeholder,
.lirida-contact-convertforms .convertforms textarea::placeholder{
  color:#8293A2!important;
  opacity:1!important;
}

.lirida-contact-convertforms .convertforms input:focus,
.lirida-contact-convertforms .convertforms textarea:focus,
.lirida-contact-convertforms .convertforms select:focus{
  border-color:#9DB3C4!important;
  box-shadow:0 0 0 3px rgba(22,58,95,.07)!important;
}

/* Required stars: Name / Email / Message */
.lirida-contact-convertforms .convertforms .cf-control-group[data-key="1"],
.lirida-contact-convertforms .convertforms .cf-control-group[data-key="0"],
.lirida-contact-convertforms .convertforms .cf-control-group[data-key="8"]{
  position:relative!important;
}

.lirida-contact-convertforms .convertforms .cf-control-group[data-key="1"]::after,
.lirida-contact-convertforms .convertforms .cf-control-group[data-key="0"]::after,
.lirida-contact-convertforms .convertforms .cf-control-group[data-key="8"]::after{
  content:"*"!important;
  position:absolute!important;
  top:11px!important;
  right:12px!important;
  z-index:3!important;
  color:#D84848!important;
  font-size:14px!important;
  line-height:18px!important;
  font-weight:700!important;
  pointer-events:none!important;
}

.lirida-contact-convertforms .convertforms .cf-control-group[data-key="1"] .cf-input,
.lirida-contact-convertforms .convertforms .cf-control-group[data-key="0"] .cf-input,
.lirida-contact-convertforms .convertforms .cf-control-group[data-key="8"] .cf-input{
  padding-right:28px!important;
}

/* Upload heading */
.lirida-contact-convertforms .convertforms .lirida-upload-label{
  margin:0!important;
  color:#334E68!important;
  font-size:12px!important;
  line-height:17px!important;
  font-weight:700!important;
}
.lirida-contact-convertforms .convertforms .lirida-upload-label span{
  color:#7A8C9A!important;
  font-weight:500!important;
}

/* File upload */
.lirida-contact-convertforms .convertforms .dropzone{
  box-sizing:border-box!important;
  width:100%!important;
  min-height:82px!important;
  height:82px!important;
  margin:0!important;
  padding:10px 14px!important;
  border:1px dashed #BCC9D3!important;
  border-radius:9px!important;
  background:#F8FAFC!important;
  box-shadow:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

.lirida-contact-convertforms .convertforms .dropzone .dz-message{
  margin:0!important;
  padding:0!important;
  color:#657A8A!important;
  font-size:11.5px!important;
  line-height:17px!important;
  text-align:center!important;
}

.lirida-contact-convertforms .convertforms .dropzone a,
.lirida-contact-convertforms .convertforms .dropzone .dz-button{
  color:#D84848!important;
  font-weight:700!important;
  text-decoration:none!important;
}

.lirida-contact-convertforms .convertforms .cf-control-input-desc{
  margin-top:4px!important;
  color:#8796A3!important;
  font-size:10.5px!important;
  line-height:15px!important;
}

/* ALTCHA */
.lirida-contact-convertforms .convertforms altcha-widget,
.lirida-contact-convertforms .convertforms .altcha{
  max-width:100%!important;
  margin:0!important;
  font-size:12px!important;
}

/* Submit */
.lirida-contact-convertforms .convertforms button[type="submit"],
.lirida-contact-convertforms .convertforms input[type="submit"],
.lirida-contact-convertforms .convertforms .cf-btn{
  appearance:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:172px!important;
  min-height:42px!important;
  margin:0!important;
  padding:9px 18px!important;
  border:1px solid #D84848!important;
  border-radius:8px!important;
  background:#D84848!important;
  color:#FFFFFF!important;
  font-family:Inter,Arial,Helvetica,sans-serif!important;
  font-size:13px!important;
  line-height:20px!important;
  font-weight:700!important;
  box-shadow:none!important;
  cursor:pointer!important;
}

.lirida-contact-convertforms .convertforms button[type="submit"]:hover,
.lirida-contact-convertforms .convertforms input[type="submit"]:hover,
.lirida-contact-convertforms .convertforms .cf-btn:hover{
  background:#C83F3F!important;
  border-color:#C83F3F!important;
}

/* Success message */
.lirida-contact-convertforms .convertforms .cf-response{
  margin:0!important;
  padding:11px 13px!important;
  border:1px solid #CFE5D4!important;
  border-radius:8px!important;
  background:#F2FAF4!important;
  color:#2F6D3E!important;
  font-size:12px!important;
  line-height:18px!important;
}

/* Mobile */
@media(max-width:767.98px){
  .lirida-contact-convertforms .convertforms .cf-fields{
    gap:9px!important;
  }

  .lirida-contact-convertforms .convertforms .cf-fields > .cf-control-group[data-key="1"],
  .lirida-contact-convertforms .convertforms .cf-fields > .cf-control-group[data-key="3"],
  .lirida-contact-convertforms .convertforms .cf-fields > .cf-control-group[data-key="4"],
  .lirida-contact-convertforms .convertforms .cf-fields > .cf-control-group[data-key="0"]{
    flex:0 0 100%!important;
    width:100%!important;
    max-width:100%!important;
  }

  .lirida-contact-convertforms .convertforms button[type="submit"],
  .lirida-contact-convertforms .convertforms input[type="submit"],
  .lirida-contact-convertforms .convertforms .cf-btn{
    width:100%!important;
  }
}

/* =========================================================
   LIRIDA — CONTACT / HOURS + BALANCE v10
   Minimal refinement only.
   ========================================================= */

/* Working hours block inside both address cards. */
.lirida-contact-core-v2 .lirida-address-hours{
  margin:8px 0 0!important;
  padding-top:8px!important;
  border-top:1px solid #E7EDF2!important;
}

.lirida-contact-core-v2 .lirida-address-hours p{
  margin:0 0 4px!important;
}

.lirida-contact-core-v2 .lirida-address-hours p:last-child{
  margin-bottom:0!important;
}

/* Desktop: give the right column a little more vertical weight,
   without making the cards bulky. */
@media (min-width: 992px){

  .lirida-contact-core-v2
  #sppb-addon-wrapper-4c34cfd8-4208-4deb-9745-c64adde1ffce
  .lirida-contact-decor-photo img{
    height:200px!important;
  }

  .lirida-contact-core-v2
  #sppb-addon-1058cdda-43ef-4381-ab02-fbfed978a4e2.lirida-address-cards-row{
    margin-top:2px!important;
    gap:12px!important;
    align-items:stretch!important;
  }

  .lirida-contact-core-v2
  #sppb-addon-wrapper-5176dc81-6a5b-44aa-ac47-41be996ae481
  .lirida-contact-address-block .lirida-address-card,
  .lirida-contact-core-v2
  #sppb-addon-wrapper-2820d29e-7e78-4b79-b380-fb6fc83129de
  .lirida-contact-address-block .lirida-address-card{
    padding:18px!important;
  }

  .lirida-contact-core-v2
  #sppb-addon-wrapper-5176dc81-6a5b-44aa-ac47-41be996ae481
  .lirida-address-actions,
  .lirida-contact-core-v2
  #sppb-addon-wrapper-2820d29e-7e78-4b79-b380-fb6fc83129de
  .lirida-address-actions{
    margin-top:auto!important;
    padding-top:12px!important;
  }
}

/* Mobile readability: keep helper text and tap targets comfortably legible. */
@media (max-width: 767.98px){

  .lirida-contact-core-v2 .lirida-address-badge,
  .lirida-contact-core-v2 .lirida-address-msg a,
  .lirida-contact-core-v2 .lirida-address-actions a,
  .lirida-contact-convertforms .convertforms .cf-control-input-desc{
    font-size:12px!important;
    line-height:17px!important;
  }

  .lirida-contact-core-v2 .lirida-address-desc,
  .lirida-contact-core-v2 .lirida-address-card p{
    font-size:12px!important;
    line-height:18px!important;
  }

  .lirida-contact-core-v2 .lirida-address-actions a{
    min-height:44px!important;
    padding:9px 12px!important;
  }

  .lirida-contact-convertforms .convertforms button[type="submit"],
  .lirida-contact-convertforms .convertforms input[type="submit"],
  .lirida-contact-convertforms .convertforms .cf-btn{
    min-height:44px!important;
  }
}

/* =========================================================
   LIRIDA — FINAL CONTACT POLISH v11
   1) Mobile header: more breathing room around logo.
   2) Desktop contact cards: equal natural height, no fixed card height.
   ========================================================= */

/* Mobile header — add breathing room without changing logo size
   or Helix desktop/mobile logo switching. */
@media (max-width: 767.98px) {
  #sp-header .container-inner {
    box-sizing: border-box !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }

  #sp-header .container-inner > .row {
    min-height: 54px !important;
  }
}

/* Desktop/tablet landscape: both address cards stretch to the same
   natural height. No artificial fixed height is used. */
@media (min-width: 992px) {

  .lirida-contact-core-v2
  #sppb-addon-1058cdda-43ef-4381-ab02-fbfed978a4e2.lirida-address-cards-row {
    display: flex !important;
    align-items: stretch !important;
  }

  .lirida-contact-core-v2
  #sppb-addon-1058cdda-43ef-4381-ab02-fbfed978a4e2.lirida-address-cards-row
  > .sppb-addon-wrapper {
    display: flex !important;
    align-items: stretch !important;
  }

  .lirida-contact-core-v2
  #sppb-addon-wrapper-5176dc81-6a5b-44aa-ac47-41be996ae481,
  .lirida-contact-core-v2
  #sppb-addon-wrapper-2820d29e-7e78-4b79-b380-fb6fc83129de {
    height: auto !important;
  }

  .lirida-contact-core-v2
  #sppb-addon-wrapper-5176dc81-6a5b-44aa-ac47-41be996ae481
  .lirida-contact-address-block,
  .lirida-contact-core-v2
  #sppb-addon-wrapper-2820d29e-7e78-4b79-b380-fb6fc83129de
  .lirida-contact-address-block,
  .lirida-contact-core-v2
  #sppb-addon-wrapper-5176dc81-6a5b-44aa-ac47-41be996ae481
  .sppb-addon-content,
  .lirida-contact-core-v2
  #sppb-addon-wrapper-2820d29e-7e78-4b79-b380-fb6fc83129de
  .sppb-addon-content {
    display: flex !important;
    flex: 1 1 auto !important;
    width: 100% !important;
  }

  .lirida-contact-core-v2
  #sppb-addon-wrapper-5176dc81-6a5b-44aa-ac47-41be996ae481
  .lirida-address-card,
  .lirida-contact-core-v2
  #sppb-addon-wrapper-2820d29e-7e78-4b79-b380-fb6fc83129de
  .lirida-address-card {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: 100% !important;
  }

  .lirida-contact-core-v2
  #sppb-addon-wrapper-5176dc81-6a5b-44aa-ac47-41be996ae481
  .lirida-address-actions,
  .lirida-contact-core-v2
  #sppb-addon-wrapper-2820d29e-7e78-4b79-b380-fb6fc83129de
  .lirida-address-actions {
    margin-top: auto !important;
  }
}
/* ALTCHA — резервируем место только когда показана ошибка */
.lirida-contact-convertforms
.convertforms
.cf-control-group[data-type="altcha"]:has(
  .altcha-popover[data-popover="true"][data-variant="error"]
) {
    margin-bottom: 78px !important;
}

/* На узких экранах русский текст ошибки занимает больше строк */
@media (max-width: 767.98px) {
    .lirida-contact-convertforms
    .convertforms
    .cf-control-group[data-type="altcha"]:has(
      .altcha-popover[data-popover="true"][data-variant="error"]
    ) {
        margin-bottom: 92px !important;
    }
}
body.orbit-page-heading .sp-page-title-heading {
    display: none !important;
}
/* =========================================================
   LIRIDA — HEADER + BREADCRUMBS
   FINAL
   ========================================================= */


/* =========================================================
   DESKTOP / TABLET
   ========================================================= */

/* Мягкая зона под breadcrumbs */
#sp-section-2 {
    background: #F7F9FB !important;
    padding-top: 6px !important;
    padding-bottom: 8px !important;
}


/* Контейнер breadcrumbs */
#sp-breadcrumb {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


/* Сама плашка */
#sp-breadcrumb .breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    margin: 0 !important;
    padding: 9px 14px !important;

    background: #EEF2F5 !important;
    border: 0 !important;
    border-radius: 7px !important;
    box-shadow: none !important;

    font-size: 14px;
    line-height: 1.4;
}


/* Обычные ссылки */
#sp-breadcrumb .breadcrumb-item a {
    color: #526B7D !important;
    font-weight: 500 !important;
    text-decoration: none !important;

    transition: color .15s ease;
}


/* Hover */
#sp-breadcrumb .breadcrumb-item a:hover,
#sp-breadcrumb .breadcrumb-item a:focus {
    color: #E6404F !important;
}


/* Текущая страница */
#sp-breadcrumb .breadcrumb-item.active,
#sp-breadcrumb .breadcrumb-item.active > span {
    color: #102A43 !important;
    font-weight: 700 !important;
}


/* Разделители */
#sp-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #9AA7B2 !important;
    font-weight: 400 !important;
}


/* Расстояние от breadcrumbs до карточки товара */
body.com-easystore.view-product .lirida-product-hero {
    padding-top: 18px !important;
}



/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    /* -----------------------------------------------------
       HEADER
       ----------------------------------------------------- */

    /* Компактная высота шапки */
    #sp-header {
        min-height: 52px !important;
    }

    #sp-header .container-inner > .row {
        min-height: 52px !important;
        align-items: center !important;
    }

    #sp-header .logo {
        min-height: 52px !important;

        display: flex !important;
        align-items: center !important;
    }


    /* Мобильный логотип */
    #sp-header #sp-logo .logo .logo-image-phone {
        display: block !important;

        width: auto !important;
        height: 27px !important;

        max-width: 205px !important;
        max-height: 27px !important;

        object-fit: contain;
    }



    /* -----------------------------------------------------
       BREADCRUMBS AREA
       ----------------------------------------------------- */

    #sp-section-2 {
        padding-top: 3px !important;
        padding-bottom: 5px !important;

        background: #F7F9FB !important;
    }


    /* Уменьшаем боковые поля */
    #sp-section-2 .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #sp-breadcrumb {
        padding: 0 !important;
    }


    /* Мобильная плашка */
    #sp-breadcrumb .breadcrumb {
        display: flex !important;
        align-items: center !important;
        flex-wrap: wrap !important;

        margin: 0 !important;
        padding: 6px 8px !important;

        background: #EEF2F5 !important;
        border-radius: 6px !important;

        font-size: 12px !important;
        line-height: 1.3 !important;

        column-gap: 0;
        row-gap: 2px;
    }


    /* Каждый пункт держим аккуратно */
    #sp-breadcrumb .breadcrumb-item {
        display: inline-flex;
        align-items: center;

        min-width: 0;
    }


    /* Ссылки */
    #sp-breadcrumb .breadcrumb-item a {
        color: #526B7D !important;
        font-weight: 500 !important;
    }


    /* Текущая страница товара */
    #sp-breadcrumb .breadcrumb-item.active {
        display: inline-flex !important;

        min-width: 0;
        max-width: 185px;
    }


    /* Название текущего товара обрезаем многоточием */
    #sp-breadcrumb .breadcrumb-item.active > span {
        display: block;

        min-width: 0;
        max-width: 185px;

        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;

        color: #102A43 !important;
        font-weight: 700 !important;
    }


    /* Разделители */
    #sp-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        color: #9AA7B2 !important;
        font-weight: 400 !important;
    }


    /* Карточка товара ближе к breadcrumbs */
    body.com-easystore.view-product .lirida-product-hero {
        padding-top: 10px !important;
    }
}