@import url('../fonts/bootstrap-icons.min.css');
/* Manrope, Golos Text, Nunito — не используются, удалены */
/* @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap'); */

@font-face {
    font-family: 'Philosopher';
    src: url('../fonts/Karla-VariableFont_wght.woff') format('woff');
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Philosopher';
    src: url('../fonts/Karla-Italic-VariableFont_wght.woff') format('woff');
    font-weight: 400 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'simple-line-icons';
    src:
        url('../fonts/simple-line-icons.ttf?az2gmn') format('truetype'),
        url('../fonts/simple-line-icons.woff?az2gmn') format('woff'),
        url('../fonts/simple-line-icons.svg?az2gmn#simple-line-icons')
            format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.product-gallery-tab {
    margin-top: 8px;
    border-bottom: 1px solid #c9c9ce;
    padding-bottom: 16px;
}

.tab-pane .og-container {
    margin-top: 6px;
}

.tab-pane .product-description-bottom {
    margin-top: 8px;
    padding-top: 10px;
    padding-bottom: 12px;
}

.tab-pane .product-description-bottom::before,
.tab-pane .product-description-bottom::after {
    content: "";
    display: block;
    width: 92%;
    max-width: 980px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(to right, transparent, #000000 20%, #000000 50%, #000000 80%, transparent);
    box-shadow: 0 0 8px rgba(255, 0, 0, 0.25);
}

.tab-pane .product-description-bottom::before {
    margin-bottom: 18px;
}

.tab-pane .product-description-bottom::after {
    margin-top: 1px;
}

.tab-pane .product-description-bottom.product-description-bottom--no-gallery::after {
    display: none;
}

.gallery-title {
    font-size: 28px !important;
    font-weight: 800 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
    margin-top: 30px !important;
}

.tab-pane .product-description-bottom h3 {
    font-size: 28px !important;
    font-weight: 800 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
    margin-top: 30px !important;
}

@media (max-width: 767px) {
    #myTab .nav-item:has(#review-tab-btn),
    #tab-review {
        display: none !important;
    }

    #tab-description > .tab-title {
        font-size: clamp(24px, 7vw, 42px) !important;
        font-weight: 800;
        line-height: 1.1;
    }
}

#tab-description > p.tab-description-intro-hidden {
    display: none !important;
    margin: 0 !important;
}

.desc-only-collapsible {
    position: relative;
    padding-bottom: 54px;
}

.desc-only-collapsible.is-collapsed .desc-only-content {
    max-height: 200px;
    overflow: hidden;
    position: relative;
}

.desc-only-collapsible.is-collapsed .desc-only-content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    background: linear-gradient(to bottom, rgba(243, 243, 243, 0), rgba(243, 243, 243, 0.98));
    pointer-events: none;
}

.desc-only-toggle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, .12);
    background: #fff;
    color: #111111;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.15;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    max-width: 280px;
}

.desc-only-toggle-arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transition: transform 0.2s ease;
    flex: 0 0 auto;
}

.desc-only-toggle .label-collapse {
    display: none;
}

.desc-only-collapsible.is-expanded .desc-only-toggle .label-expand {
    display: none;
}

.desc-only-collapsible.is-expanded .desc-only-toggle .label-collapse {
    display: inline;
}

.desc-only-collapsible.is-expanded .desc-only-toggle-arrow {
    transform: rotate(-135deg) translateY(-1px);
}

@media (max-width: 767px) {
    .desc-only-collapsible.is-collapsed .desc-only-content {
        max-height: 180px;
    }

    .desc-only-collapsible {
        padding-bottom: 64px;
    }

    .desc-only-toggle {
        width: auto;
        max-width: 220px;
        min-height: 40px;
        padding: 8px 12px;
        font-size: 12.5px;
        line-height: 1.1;
        gap: 8px;
        border-radius: 12px;
    }

    .desc-only-toggle-arrow {
        width: 7px;
        height: 7px;
        border-right-width: 1.5px;
        border-bottom-width: 1.5px;
    }

    .tab-pane .product-description-bottom h3 {
        text-align: center !important;
    }
}

.product-gallery-tab-title {
    margin: 0 0 16px;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.08;
    color: #1b1d21;
}

.product-gallery-tab-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.product-gallery-tab-item {
    display: block;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
}

.product-gallery-tab-item img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
}

.product-gallery-tab-actions {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.product-gallery-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 28px;
    border-radius: 999px;
    background: #0f1115;
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.product-gallery-more-btn:hover,
.product-gallery-more-btn:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.92;
}

.product-gallery-tab-hidden {
    display: none !important;
}

@media (max-width: 1199px) {
    .product-gallery-tab-title {
        font-size: 42px;
    }
}

@media (max-width: 991px) {
    .product-gallery-tab-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-gallery-tab-title {
        font-size: 34px;
    }

    .product-gallery-more-btn {
        min-height: 50px;
        padding: 0 20px;
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .product-gallery-tab-grid {
        grid-template-columns: 1fr;
    }

    .product-gallery-tab-title {
        font-size: 30px;
    }

    .product-gallery-tab-actions {
        justify-content: stretch;
    }

    .product-gallery-more-btn {
        width: 100%;
    }
}

@font-face {
    font-family: 'ArtegraSansExtended';
    src: url('../fonts/ArtegraSansExtended/ArtegraSansExtended-Black.otf')
        format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ArtegraSansExtended';
    src: url('../fonts/ArtegraSansExtended/ArtegraSansExtended-BlackIta.otf')
        format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* ExtraBold */
@font-face {
    font-family: 'ArtegraSansExtended';
    src: url('../fonts/ArtegraSansExtended/ArtegraSansExtended-ExtraBold.otf')
        format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* ExtBdIta — ExtraBold Italic */
@font-face {
    font-family: 'ArtegraSansExtended';
    src: url('../fonts/ArtegraSansExtended/ArtegraSansExtended-ExtBdIta.otf')
        format('opentype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'ArtegraSansExtended';
    src: url('../fonts/ArtegraSansExtended/ArtegraSansExtended-Bold.otf')
        format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Bold Italic */
@font-face {
    font-family: 'ArtegraSansExtended';
    src: url('../fonts/ArtegraSansExtended/ArtegraSansExtended-BoldIta.otf')
        format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* SemiBold */
@font-face {
    font-family: 'ArtegraSansExtended';
    src: url('../fonts/ArtegraSansExtended/ArtegraSansExtended-SemiBold.otf')
        format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* SemiBold Italic */
@font-face {
    font-family: 'ArtegraSansExtended';
    src: url('../fonts/ArtegraSansExtended/ArtegraSansExtended-SemBdIta.otf')
        format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Medium Expanded */
@font-face {
    font-family: 'ArtegraSansExtended';
    src: url('../fonts/ArtegraSansExtended/ArtegraSansExtended-MedExp.otf')
        format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Medium Italic */
@font-face {
    font-family: 'ArtegraSansExtended';
    src: url('../fonts/ArtegraSansExtended/ArtegraSansExtended-MedIta.otf')
        format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Regular */
@font-face {
    font-family: 'ArtegraSansExtended';
    src: url('../fonts/ArtegraSansExtended/ArtegraSansExtended-Regular.otf')
        format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Regular Italic */
@font-face {
    font-family: 'ArtegraSansExtended';
    src: url('../fonts/ArtegraSansExtended/ArtegraSansExtended-Italic.otf')
        format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Light */
@font-face {
    font-family: 'ArtegraSansExtended';
    src: url('../fonts/ArtegraSansExtended/ArtegraSansExtended-Light.otf')
        format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Light Italic */
@font-face {
    font-family: 'ArtegraSansExtended';
    src: url('../fonts/ArtegraSansExtended/ArtegraSansExtended-LightIta.otf')
        format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* ExtraLight */
@font-face {
    font-family: 'ArtegraSansExtended';
    src: url('../fonts/ArtegraSansExtended/ArtegraSansExtended-ExtLt.otf')
        format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* ExtraLight (вариант 1) */
@font-face {
    font-family: 'ArtegraSansExtended';
    src: url('../fonts/ArtegraSansExtended/ArtegraSansExtended-ExtLt1.otf')
        format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Thin */
@font-face {
    font-family: 'ArtegraSansExtended';
    src: url('../fonts/ArtegraSansExtended/ArtegraSansExtended-Thin.otf')
        format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Thin Italic */
@font-face {
    font-family: 'ArtegraSansExtended';
    src: url('../fonts/ArtegraSansExtended/ArtegraSansExtended-ThinIta.otf')
        format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

:root {
    --primary-white-100: #fcfcfc;
    --secondary-white-100: #ffffff;

    --primary-grey-100: #cccccc;
    --secondary-grey-100: #999999;

    --primary-black-100: #070709;
    --secondary-black-100: #000000;

    --text-color-default: #1b1d21;
    --text-color-secondary: #d5d5d5;

    --text-accent-color: #ce0000;
    --text-accent-color-light: #ff0082;
    --text-accent-color-dark: #b70082;

    /* font */
    /* --font-family-text: 'Nunito', sans-serif; */
    --font-family-text: 'Philosopher', sans-serif;
    --font-family-header: 'ArtegraSansExtended', sans-serif;
    --font-family-accent: 'Philosopher', sans-serif;
}

body {
    color: var(--text-color-default, #1b1d21);
    background-color: var(--primary-white-100, #fcfcfc);

    width: 100%;

    font-family: var(--font-family-text, 'Nunito', sans-serif);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;

    transition:
        margin-left 500ms,
        margin-right 500ms;
}

@media (min-width: 1200px) {
    body.sticky-active:not(.common-home) {
        padding-top: 150px;
    }
}

.product-name.main-font,
.gridlist .single-product .product-name,
.gridlist .single-blog .blog-title,
#title-holder #page-title {
    font-family: var(--font-family-header, 'ArtegraSansExtended'), sans-serif;
}

/* Primary color */
.primary-color,
.cm_item .primary-color,
.nav-tabs.text-center.nav-tabs-sm > li.active {
    color: var(--text-accent-color, #dc3545);
}

.primary-bg-color,
.nav-tabs.text-center.nav-tabs-sm > li.active > a:after,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: var(--text-accent-color, #dc3545);
}

.primary-color-border,
.nav-tabs {
    border-color: var(--text-accent-color, #dc3545);
}

.nav.flex-column {
    gap: 12px;
}

.nav-link {
    line-height: 1.1;
    font-family: var(--font-family-header, 'ArtegraSansExtended'), sans-serif;
}

/* Tabs with Accordion */
.tab-pane.accordion-item {
    border: none;
    background-color: transparent;
}

.tab-pane.accordion-item .accordion-button {
    background-color: transparent;

    box-shadow: none;

    font-size: 18px;
    font-weight: 400;
    font-family: 'ArtegraSansExtended';
}

.tab-pane.accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e61f80'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

@media (min-width: 992px) {
    .tab-pane.accordion-item .accordion-button {
        color: var(--primary-black-100, #070709);

        box-shadow: none;

        font-size: 24px;
        font-weight: 400;
        font-family: 'ArtegraSansExtended';

        cursor: text;
    }

    .tab-pane.accordion-item .accordion-button::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .tab-content.accordion > .tab-pane.accordion-item {
        border-top: 1px solid var(--text-color-secondary, #d5d5d5);
        border-radius: 0;
    }

    .tab-content.accordion > .tab-pane.accordion-item:first-child {
        border-top: none;
    }

    .tab-pane.accordion-item .accordion-button:not(.collapsed) {
        color: var(--text-accent-color, #dc3545);
    }

    .tab-content.accordion > .tab-pane {
        display: block;
        opacity: 1;
    }
}

.link-hover-color:hover {
    color: var(--text-accent-color, #dc3545);
}

.menu-style {
    background: var(--primary-black-100, #070709);
    /* border-top: 1px solid rgba(0, 0, 0, 0.07); */
    transition: background 400ms;
}

.vertical-menu-bg,
.vertical-menu-bg.dropdown-content {
    background: #212121;
}

.main-menu.vertical > ul > li:hover > a {
    background: #fbbc34;
}

.header-style {
    background: var(--primary-black-100, #070709);
    transition: background 400ms;
    position: relative;
}

.price {
    color: var(--text-accent-color, #dc3545);
}

.product-name,
.blog-title,
.product-h1,
.contrast-heading,
.contrast-font {
    /* font-family: 'Nunito', sans-serif; */
    font-family: var(--font-family-header, 'ArtegraSansExtended'), sans-serif;
    margin-top: 40px;
}

body.boxed-layout {
    background-color: #ececec;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-tabs-wrapper ul:not(.nav-tabs):not(.list-specification) {
    list-style: disc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--primary-black-100, #070709);
    margin-top: 0;
    line-height: 1.4;
    font-weight: 400;
    /* font-family: 'Nunito', sans-serif; */
    font-family: var(--font-family-header, 'ArtegraSansExtended'), sans-serif;
}

h1 {
    margin-top: 20px;

    font-size: 34px;
    font-weight: 600;
}

.default_bc h1#page-title,
.minimal_bc h1#page-title,
.plain_breadcrumb h1#page-title {
    line-height: 1.1;
}

h2 {
    font-size: 27px;
    margin-bottom: 17px;
}

h3 {
    font-size: 22px;
    margin-bottom: 14px;
}

h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

h5 {
    font-size: 15px;
    margin-bottom: 8px;
}

h6 {
    font-size: 10.2px;
    margin-bottom: 6px;
}

h3.lined-title {
    display: block;
    font-size: 18px;
    position: relative;
    margin-bottom: 12px;
}

h3.lined-title.lg {
    font-size: 26px;
    text-transform: uppercase;
}

h3.lined-title span {
    background: var(--primary-white-100, #fcfcfc);
    padding-right: 20px;
    position: relative;
}

h3.lined-title:before {
    content: ' ';
    background-color: #ececec;
    display: inline-block;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

a,
a:hover,
a:focus {
    color: inherit;
    cursor: pointer;
    transition:
        color 400ms,
        background-color 400ms,
        border-color 400ms,
        opacity 400ms;
    outline: none;
    text-decoration: none;
}

a:hover,
a:focus,
.menu-cell a:hover {
    text-decoration: none;
    color: var(--text-accent-color, #dc3545);
}

a.hover_uline:hover {
    text-decoration: underline;
    color: inherit;
}

a.inline-link,
.inline-link a {
    padding: 3px 0;
    color: #666666;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

a.inline-link:hover,
.inline-link a:hover {
    color: var(--primary-black-100, #070709);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

a.inline-accent-link {
    color: #ff0000;
    text-decoration: none;
    border-bottom: 1px dotted #ff0000;
}

a.inline-accent-link:hover,
a.inline-accent-link:focus {
    color: var(--text-accent-color-dark, #b70082);
    border-color: var(--text-accent-color-dark, #b70082);
}

a.u-lined {
    padding: 2px 0;
    color: #666666;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

a.u-lined:hover {
    color: var(--primary-black-100, #070709);
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

a.u-lined.light {
    color: #dddddd;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

a.u-lined.light:hover {
    color: var(--primary-white-100, #fcfcfc);
    border-bottom: 1px solid var(--primary-white-100, #fcfcfc);
}

p {
    line-height: 1.15;
    margin-bottom: 12px;
}

img {
    max-width: 100%;
    height: auto;
}

small {
    font-size: 13px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.mw-600 {
    max-width: 600px;
}

.mw-700 {
    max-width: 700px;
}

.mw-800 {
    max-width: 800px;
}

.form-vertical,
form-horizontal {
    color: var(--primary-black-100, #070709);
}

legend {
    font-size: 20px;
    padding: 2px 0px 5px;
}

label {
    font-family: var(--font-family-header, 'ArtegraSansExtended'), sans-serif;
    font-size: 14px;
    font-weight: normal;

    line-height: 1;
}

input,
textarea,
select,
.form-control {
    border: 1px solid #dfdfdf;
    border-radius: 0;
    box-shadow: none;
    transition: border-color 500ms;
    padding: 8px 12px;
    font-size: 14px;
    outline: none;
}

.form-control.input-sm {
    padding: 2px 8px;
    font-size: 13px;
    min-height: 36px;
}

.form-control.inline {
    display: inline-block;
    width: auto;
}

input:focus,
input:focus,
select:focus,
textarea:focus,
.form-control:focus {
    border-color: #666666;
    box-shadow: none;
    transition: border-color 500ms;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition:
        background-color 9999s,
        color 9999s;
    transition-delay: 9999s;
}

select.form-control,
textarea.form-control,
input[type='text'].form-control,
input[type='password'].form-control,
input[type='datetime'].form-control,
input[type='datetime-local'].form-control,
input[type='date'].form-control,
input[type='month'].form-control,
input[type='time'].form-control,
input[type='week'].form-control,
input[type='number'].form-control,
input[type='email'].form-control,
input[type='url'].form-control,
input[type='search'].form-control,
input[type='tel'].form-control,
input[type='color'].form-control {
    min-height: 40px;
}

.input-group .input-group-addon {
    height: 40px;
}

.input-group .input-group-addon.captcha_addon {
    background: none;
    border-radius: 0px;
    padding-right: 7px;
}

.input-group .input-group-addon.captcha_addon.grey {
    border: none;
    background: #efefef;
}

.input-group .input-group-addon.captcha_addon img {
    max-width: none;
}

.form-check {
    margin: 0;
    padding: 0;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;

    gap: 12px;
}

.form-check > input[type='checkbox'].form-control {
    margin: 0;
    padding: 0;
}

input[type='checkbox'].form-control {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    margin-right: 12px;
}

.form-check-input:checked {
    background-color: var(--text-accent-color, #dc3545);
    border-color: var(--text-accent-color, #dc3545);
}

.form-check-input:checked[type='checkbox'] {
    color: var(--primary-white-100, #fcfcfc);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fcfcfc' class='bi bi-check2' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
}

select,
select.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* text-overflow: ''; */
    cursor: pointer;
    /* background-image: url('../image/arrow-down.png'); */
    /* background-repeat: no-repeat; */
    /* background-position: right 50%; */
    padding-right: 25px;

    outline: none;
    box-shadow: none;

    font-family: var(--font-family-header, 'ArtegraSansExtended'), sans-serif;

    color: var(--primary-black-100, #070709);
    border-color: var(--primary-black-100, #070709);
}

select.form-select:focus,
select.form-select:active {
    outline: none;
    box-shadow: none;
}

select.form-select {
    padding: 12px 36px 12px 24px;
    border-radius: 8px;

    line-height: 1;
}

.form-group {
    margin-bottom: 20px;
}

.form-control.grey {
    background: #efefef;
    border: none;
}

.form-control.grey:focus {
    background: #ececec;
}

/* Number input with plus and minus buttons */
.number-input {
    display: inline-flex;
    align-items: center;

    border-radius: 6px;
    background-color: #fff;

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.number-input input[type='number'] {
    margin: 0;
    padding: 6px;

    width: 60px;
    height: 32px;
    min-height: auto;

    text-align: center;

    border: none;
    background: transparent;
}

/* Minus button */
.number-input .btn-decrement,
.number-input .btn-increment {
    width: 32px;
    height: 32px;
    border: none;
    cursor: pointer;
    position: relative;

    background-color: transparent;
}

.number-input .btn-decrement::before,
.number-input .btn-increment::before,
.number-input .btn-increment::after {
    content: '';
    position: absolute;
    background: #333;
}

/* Horizontal line for minus */
.number-input .btn-decrement::before {
    top: 50%;
    left: 25%;
    width: 50%;
    height: 2px;
    transform: translateY(-50%);
}

/* Horizontal line for plus */
.number-input .btn-increment::before {
    top: 50%;
    left: 25%;
    width: 50%;
    height: 2px;
    transform: translateY(-50%);
}

/* Vertical line for plus */
.number-input .btn-increment::after {
    left: 50%;
    top: 25%;
    width: 2px;
    height: 50%;
    transform: translateX(-50%);
}

/* Chrome, Safari, Edge, Opera */
.number-input input::-webkit-outer-spin-button,
.number-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

/* Firefox */
.number-input input[type='number'] {
    -moz-appearance: textfield;
    appearance: textfield;
}

/* Scroll lock can get stuck after delayed popups; keep page scrollable by default. */
html.no-scroll,
html.no-scroll body {
    overflow-x: hidden;
    overflow-y: auto;
}

/* Keep hard lock only while known modal/lightbox states are active. */
html.no-scroll.with-featherlight,
html.no-scroll.with-featherlight body,
html.no-scroll.featherlight-open,
html.no-scroll.featherlight-open body,
body.glightbox-open,
html.glightbox-open,
html.glightbox-open body {
    overflow: hidden !important;
}

/* Containers */
/* Full width containers */
@media (min-width: 1200px) {
    body:not(.boxed-layout) .container.full-width,
    .full_width_bc .breadcrumb-holder .container {
        min-width: 95%;
    }
}

.main-wrapper {
    transition:
        margin-left 500ms,
        margin-right 500ms;
    overflow: hidden;
}

.main-wrapper > .widget,
.main-wrapper > * {
    background-color: var(--primary-white-100, #fcfcfc);
}

/* Boxed layout */
.boxed-layout .outer-container.main-wrapper {
    background: var(--primary-white-100, #fcfcfc);
}

@media (min-width: 1200px) {
    .boxed-layout .outer-container {
        max-width: 1200px;
        position: relative;
        margin-right: auto;
        margin-left: auto;
    }
}

.boxed-layout .outer-container.main-wrapper {
    box-shadow: 0 1px 5px rgba(190, 190, 190, 0.26);
}

@media (min-width: 1370px) {
    .wide_container .container {
        width: 1280px;
    }

    .wide_container.boxed-layout .outer-container {
        max-width: 1420px;
    }
}

@media (min-width: 1150px) {
    .narrow_container .container {
        width: 1060px;
    }

    .narrow_container.boxed-layout .outer-container {
        max-width: 1100px;
    }

    .narrow_container #cart-total .slash {
        display: none;
    }
}

/* modal */
.modal {
    background-color: rgba(0, 0, 0, 0.85);
}

.modal.fade .modal-dialog {
    /* transform: translateY(0px) scaleX(1) scaleY(1) translateX(0px) rotateZ(0deg); */
    transform-origin: 50% 50% 0px;

    transition: transform 0.7s ease-out;
}

.modal-content {
    margin: 0;
    padding: 24px;

    border-radius: 12px;

    background-color: var(--primary-white-100, #fcfcfc);
}

.btn-close {
    margin: 0;
    padding: 0;

    color: var(--text-color-default, #1b1d21);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 24px;
    height: 24px;
    opacity: 1;
}

.btn-close:hover,
.btn-close:focus {
    color: var(--text-accent-color, #dc3545);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23e61f80' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8z'/%3E%3C/svg%3E");
    opacity: 1;

    outline: none;
    border: none;
    box-shadow: none;
}

.modal-header > .btn-close {
    margin: 0;
    padding: 0;

    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 9;
}

/* Input group button adjustments */
.input-group-btn > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    padding: 0; /* Remove extra padding */
}

/* Icon button styles */
.btn.btn-icon {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* SVG inside the button */
.btn.btn-icon svg {
    width: 16px;
    height: 16px;

    fill: var(--primary-white-100, #fcfcfc);
}

/* Bootstrap Addons */
.margin-b0 {
    margin-bottom: 0px !important;
}

.margin-b10 {
    margin-bottom: 10px !important;
}

.margin-b15 {
    margin-bottom: 15px !important;
}

.margin-b20 {
    margin-bottom: 20px !important;
}

.margin-b25 {
    margin-bottom: 25px !important;
}

.margin-b30 {
    margin-bottom: 30px !important;
}

.margin-b35 {
    margin-bottom: 35px !important;
}

.margin-b40 {
    margin-bottom: 40px !important;
}

.margin-b45 {
    margin-bottom: 45px !important;
}

.margin-b50 {
    margin-bottom: 50px !important;
}

.vertical-middle {
    vertical-align: middle;
}

.vertical-bottom {
    vertical-align: bottom;
}

.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block !important;
}

.normal-white-space {
    white-space: normal !important;
}

.col-lg-20 {
    width: 20%;
}

.table .table {
    background-color: inherit;
}

@media (min-width: 768px) and (max-width: 991px) {
    .sm-text-center {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .xs-text-center {
        text-align: center;
    }
}

.hover-slidein-top {
    opacity: 0;
    display: inline-block;
    transform: translateY(20px);
    transition: all 400ms;
}

div:hover > .hover-slidein-top {
    opacity: 1;
    transform: translateY(0);
    transition: all 400ms;
}

.list-unstyled li {
    margin-bottom: 6px;
}

/* Fix some bootstrap issues */
div.required .control-label:after {
    content: '* ';
    color: #f00;
    padding-left: 3px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 9px;
    }
}

/* Additional styles */
.text-icon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5em;
}

.text-color-black {
    color: var(--primary-black-100, #070709);
}

.text-color-primary-white {
    color: var(--primary-white-100, #fcfcfc);
}

.text-color-secondary {
    color: var(--text-color-secondary, #d5d5d5);
}

.text-color-accent {
    color: var(--text-accent-color, #dc3545);
}

.text-family-accent {
    font-family: var(--font-family-accent, 'Philosopher'), sans-serif;
}

.font-zero {
    margin: 0;
    padding: 0;

    font-size: 0;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.font-zero > .icon-element {
    margin: 0;
    padding: 0 6px 0 0;
}

.font-zero > .icon-element.is_wishlist {
    margin: 0;
    padding: 0;
    padding-top: 4px;
}

.font-zero > .icon-element:last-child {
    padding: 0;
}

.ham {
    position: relative;

    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mobile-menu-open .hamRotate {
    top: 2px;
    transform: rotate(45deg);
}
.mobile-menu-open .hamRotate180 {
    transform: rotate(180deg);
}
.line {
    fill: none;
    transition:
        stroke-dasharray 400ms,
        stroke-dashoffset 400ms;
    stroke: var(--primary-white-100, #fcfcfc);
    stroke-width: 5.5;
    stroke-linecap: round;
}
.ham1 .top {
    stroke-dasharray: 40 139;
}
.ham1 .bottom {
    stroke-dasharray: 40 180;
}
.mobile-menu-open .ham1 .top {
    stroke-dashoffset: -98px;
}
.mobile-menu-open .ham1 .bottom {
    stroke-dashoffset: -138px;
}

.pointer {
    cursor: pointer;
}

.overflow-hidden {
    overflow: hidden;
}

.social-icons.round a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    background: #efefef;
    color: #8f8f8f;
    font-size: 18px;
    vertical-align: top;
    margin: 0 5px 8px;
    text-decoration: none !important;
}

#footer .social-icons.round a {
    height: 34px;
    line-height: 34px;
    width: 34px;
    background: #444444;
    color: #eeeeee;
    font-size: 15px;
    margin: 4px 4px 4px 0px;
}

#footer .social-icons.round a:hover {
    background: #333333;
    color: var(--primary-white-100, #fcfcfc);
}

.social-icons.round a.google {
    line-height: 42px;
}

#footer .social-icons.round a.google {
    line-height: 36px;
}

.social-icons.round a:hover {
    color: var(--primary-white-100, #fcfcfc);
    background: #222222;
}

.social-icons.round.inversed a {
    color: var(--primary-white-100, #fcfcfc);
}

.social-icons.round.inversed a:hover {
    opacity: 0.85;
    color: var(--primary-white-100, #fcfcfc);
}

.social-icons.round a.facebook:hover,
.social-icons.round.inversed a.facebook {
    background: #3b5998;
}

.social-icons.round a.twitter:hover,
.social-icons.round.inversed a.twitter {
    background: #55acee;
}

.social-icons.round a.google:hover,
.social-icons.round.inversed a.google {
    background: #dd4b39;
}

.social-icons.round a.youtube:hover,
.social-icons.round.inversed a.youtube {
    background: #bb0000;
}

.social-icons.round a.instagram:hover,
.social-icons.round.inversed a.instagram {
    background: #125688;
}

.social-icons.round a.pinterest:hover,
.social-icons.round.inversed a.pinterest {
    background: #cb2027;
}

.social-icons.round a.vk:hover,
.social-icons.round.inversed a.vk {
    background: #45668e;
}

/* Responsive video */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Zoomed images */
.banner_wrap {
    position: relative;
}

.zoom_image_wrap {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.zoom_image {
    transition: transform 400ms;
}

.zoom_image_wrap:hover .zoom_image,
.banner_wrap.hover-zoom:hover .zoom_image {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    transition: all 400ms;
}

/* Price */
.price-old {
    text-decoration: line-through;
}

/* In stock */
.in_stock {
    color: #090;
}

/* Tooltip */
.tooltip {
    pointer-events: none;
    font-family: inherit;
    backface-visibility: hidden;
    line-height: 1;
    font-size: 12px;
    border-bottom: 8px solid transparent;
    white-space: nowrap;
}

.tooltip.left {
    border-bottom: 1px solid transparent;
    border-right: 12px solid transparent;
}

.tooltip-inner {
    padding: 8px 10px;
    border-radius: 0px;
}

.tooltip.in {
    animation: 0.3s ease-in-out fadeInDown;
    -webkit-animation: none !important;
}

.tooltip.left.tooltip.in {
    animation: 0.3s ease-in-out fadeInRight;
}

/* Spinner Animation */
.oxyo-spinner:after {
    content: '';
    display: inline-block;
    border: 2px solid #cccccc;
    border-top: 2px solid #333333;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    animation: spin 500ms linear infinite;
}

.oxyo-spinner.light:after {
    border: 2px solid #cccccc;
    border-top: 2px solid var(--primary-white-100, #fcfcfc);
}

.oxyo-spinner.ajax-call:after {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -18px auto auto -18px;
}

.oxyo-spinner.ajax-call {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    display: inline-block;
    background: var(--primary-white-100, #fcfcfc);
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin: -40px auto auto -40px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Ajax Modal */
.body-cover {
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 500ms,
        visibility 500ms;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #333333;
    background: rgba(0, 0, 0, 0.8);
    z-index: 90;
}

.body-cover.active {
    visibility: visible;
    opacity: 1;
    transition:
        opacity 500ms,
        visibility 500ms;
}

.modal-closer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.modal-wrap {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -45%);
    opacity: 0.8;
    background: var(--primary-white-100, #fcfcfc);
    max-width: 90%;
    transition:
        transform 400ms,
        opacity 200ms;
}

.active .modal-wrap {
    transform: translate(-50%, -50%);
    opacity: 1;
    transition:
        transform 400ms,
        opacity 400ms;
}

/* Animations */
.anim-underline,
.nav-tabs.text-center > li > a {
    position: relative;
}

.anim-underline:after,
.nav-tabs.text-center > li > a:after {
    content: ' ';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    opacity: 0.5;
    transition: width 200ms;
    background: var(--primary-black-100, #070709);
}

.anim-underline:hover:after,
.anim-underline.active:after,
.nav-tabs.text-center > li > a:hover:after,
.nav-tabs.text-center > li.active > a:after {
    width: 100%;
    left: 0;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        margin-top: -10px;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        margin-top: -10px;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
    }
}

/* Rating */
.rating {
    color: var(--text-accent-color, #dc3545);
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
}

.rating_stars.r1:before,
.rating_stars.r2:before,
.rating_stars.r3:before,
.rating_stars.r4:before,
.rating_stars.r5:before {
    font-family: FontAwesome;
    position: absolute;
}

.rating_stars.r1:before {
    content: '\f005';
}

.rating_stars.r2:before {
    content: '\f005\f005';
}

.rating_stars.r3:before {
    content: '\f005\f005\f005';
}

.rating_stars.r4:before {
    content: '\f005\f005\f005\f005';
}

.rating_stars.r5:before {
    content: '\f005\f005\f005\f005\f005';
}

/* Table layout */
.table {
    margin-bottom: 0;
    width: 100%;
    display: table;
}

.table-fixed {
    table-layout: fixed;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.h100 {
    height: 100%;
}

.w100 {
    width: 100%;
}

.w60 {
    width: 60%;
}

.w50 {
    width: 50%;
}

.w40 {
    width: 40%;
}

.w30 {
    width: 30%;
}

.w25 {
    width: 25%;
}

.w275 {
    width: 27.5%;
}

.w20 {
    width: 20%;
}

.w18 {
    width: 18%;
}

.v-top,
.table-cell.v-top {
    vertical-align: top;
}

.nowrap {
    white-space: nowrap;
}

/* Tabs */
.nav-tabs {
    margin-bottom: 15px;
    border-bottom: 3px solid;
    margin-bottom: 20px;
}

.nav-tabs > li {
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 0;
    padding: 12px 18px;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    line-height: normal;
    border: none;
    border-radius: 0;
    outline: none;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: var(--primary-white-100, #fcfcfc);
}

/* Center Tabs */
.nav-tabs.text-center {
    border-bottom: none;
}

.nav-tabs.text-center > li {
    float: none;
    display: inline-block;
}

.nav-tabs.text-center > li > a {
    padding: 2px 0;
    margin-bottom: 12px;
    font-size: 1.15em;
}

.nav-tabs.text-center > li > a,
.nav-tabs.text-center > li > a:hover,
.nav-tabs.text-center > li > a:focus,
.nav-tabs.text-center > li.active > a,
.nav-tabs.text-center > li.active > a:hover,
.nav-tabs.text-center > li.active > a:focus {
    background: none;
    color: var(--primary-black-100, #070709);
}

.nav-tabs.text-center > li > a:after {
    opacity: 1;
}

/* Small Center Tabs */
.nav-tabs.text-center.nav-tabs-sm > li > a {
    transition: none;
    display: inline-block;
}

.nav-tabs.text-center.nav-tabs-sm > li + li:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    transform: rotate(25deg);
    vertical-align: middle;
    margin: 0 12px 0 12px;
    background: rgba(0, 0, 0, 0.4);
}

.nav-tabs.text-center.nav-tabs-sm > li.active > a,
.nav-tabs.text-center.nav-tabs-sm > li.active > a:hover,
.nav-tabs.text-center.nav-tabs-sm > li.active > a:focus {
    color: inherit;
}

/* Large Center Tabs */
.nav-tabs.nav-tabs-lg > li > a {
    margin: 0 12px 15px;
    padding: 3px 0;
    text-transform: none;
    font-size: 1.43em;
    color: #888888;
}

.nav-tabs.text-center.nav-tabs-lg > li:not(.active) > a:after {
    opacity: 0.15;
    width: 100%;
}

/*
*/
/* Accordion Menu */
.plain-menu > li {
    position: relative;
    display: block;
    margin-bottom: 12px;
}

.plain-menu > li > ul {
    display: none;
}

.plain-menu > li.active > ul {
    display: block;
}

.plain-menu > li > a:not(:hover) {
    color: var(--primary-black-100, #070709);
}

.plain-menu .sign {
    position: absolute;
    right: 5px;
    top: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    color: #999999;
    padding: 4px;
    transform: rotate(90deg);
    transition: transform 350ms;
}

.plain-menu li.open > .sign {
    color: var(--primary-black-100, #070709);
    transform: rotate(-90deg) translateY(3px);
    transition: transform 350ms;
}

.plain-menu > li > ul {
    padding-top: 12px;
}

.plain-menu > li > ul > li {
    position: relative;
    margin-bottom: 12px;
}

.plain-menu > li > ul > li:before {
    content: '\f105';
    opacity: 0.75;
    font-family: FontAwesome;
    display: inline-block;
    padding: 0 5px;
}

.plain-menu > li ul > li a:not(:hover) {
    color: #999999;
}

.plain-menu > li > ul > li > ul {
    display: none;
    padding-top: 12px;
}

.plain-menu > li > ul > li.active > ul {
    display: block;
}

.plain-menu > li > ul > li > ul > li {
    margin-bottom: 12px;
}

.plain-menu > li > ul > li > ul > li:before {
    content: '-';
    opacity: 0.75;
    display: inline-block;
    padding: 0 5px 0 15px;
}

/* Drop down */
.dropdown-wrapper,
.dropdown-wrapper-click {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.dropdown-content {
    position: absolute;
    background: var(--primary-white-100, #fcfcfc);
    color: #222222;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 12px;

    visibility: hidden;
    opacity: 0;
    transition:
        visibility 300ms,
        opacity 300ms,
        margin 300ms;
    line-height: 21px;
    text-align: left;
    text-transform: none;
    z-index: 9;
}

.dropdown-wrapper:hover > .dropdown-content,
.dropdown-wrapper-click.opened > .dropdown-content {
    visibility: visible;
    opacity: 1;
    transition:
        visibility 300ms,
        opacity 300ms,
        margin 300ms;
}

.dropdown-wrapper.from-top > .dropdown-content,
.dropdown-wrapper-click.from-top > .dropdown-content {
    margin-top: -15px;
}

.dropdown-wrapper.from-bottom > .dropdown-content,
.dropdown-wrapper-click.from-bottom > .dropdown-content {
    margin-top: 15px;
}

.dropdown-wrapper.from-top:hover > .dropdown-content,
.dropdown-wrapper-click.from-top.opened > .dropdown-content,
.dropdown-wrapper.from-bottom:hover > .dropdown-content,
.dropdown-wrapper-click.from-bottom.opened > .dropdown-content {
    margin-top: 0px;
}

.dropdown-wrapper.from-left > .dropdown-content,
.dropdown-wrapper-click.from-left > .dropdown-content {
    margin-right: 15px;
}

.dropdown-wrapper.from-left:hover > .dropdown-content,
.dropdown-wrapper-click.from-left.opened > .dropdown-content {
    margin-right: 0px;
}

.dropdown-wrapper.from-right > .dropdown-content,
.dropdown-wrapper-click.from-right > .dropdown-content {
    margin-right: -15px;
}

.dropdown-wrapper.from-right:hover > .dropdown-content,
.dropdown-wrapper-click.from-right.opened > .dropdown-content {
    margin-right: 0px;
}

.dropdown-right {
    right: 0;
}

.dropdown-left {
    left: 0;
}

/* ---------------------------------- */
/* --------- MAIN CONTENT ----------- */
/* ---------------------------------- */

/* Header */
.header-wrapper {
    width: 100%;
    position: relative;
    z-index: 999;
}

/* Fixed transparent home header */
@media (min-width: 1201px) {
    .common-home.home-fixed-header .fixed-header-possible .sticky-header,
    .common-home.home-fixed-header
        .fixed-header-possible
        .sticky-header-placeholder {
        position: absolute;
        left: 0;
        right: 0;
    }

    .common-home.home-fixed-header.sticky-enabled:not(.sticky-active)
        .fixed-header-possible
        .header-style,
    .common-home.home-fixed-header:not(.sticky-enabled)
        .fixed-header-possible
        .header-style,
    .common-home.home-fixed-header.sticky-enabled:not(.sticky-active)
        .fixed-header-possible
        .menu-style,
    .common-home.home-fixed-header:not(.sticky-enabled)
        .fixed-header-possible
        .menu-style,
    .common-home.home-fixed-header.sticky-enabled:not(.sticky-active)
        .full-width-dropdown {
        /* background: transparent !important; */
        /* background-color: rgba(7, 7, 9, 0.5); */
        border-color: transparent !important;
        transition:
            visibility 300ms,
            opacity 600ms,
            background 400ms;
    }
}

/* Top line */
.top_line {
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.3px;
    position: relative;
    background: #1daaa3;
    z-index: 12;
}

.top_line:before {
    content: ' ';
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    bottom: 0;
}

.top_line,
.top_line a {
    color: var(--primary-white-100, #fcfcfc);
}

.top_line .anim-underline:after,
.top_line .links ul > li + li::before,
.top_line .links .setting-ul > .setting-li:before {
    background-color: var(--primary-white-100, #fcfcfc);
}

.top_line .promo-message {
    padding: 5px 0;
    line-height: 21px;
    display: inline-block;
}

.top_line .promo-message a:hover {
    opacity: 0.8;
}

/* Static links */
.links ul,
.setting-ul {
    display: inline-block;
}

.links > ul > li,
.setting-ul > .setting-li {
    display: inline-block;
    padding: 0 9px;
    position: relative;
}

.links > ul > li:last-child {
    padding-right: 0;
}

.links ul > li > a,
.setting-ul > .setting-li > a {
    position: relative;
    padding-bottom: 1px;
    font-size: 12px;
    text-transform: uppercase;
}

.links ul > li > a .fa {
    margin-right: 3px;
}

.links ul > li a:hover:after {
    width: 100%;
    left: 0;
}

/* Static links in top line */
.top_line .setting-ul > .setting-li {
    padding-right: 0;
}

.top_line .links ul > li + li:before,
.top_line .setting-ul > .setting-li:before {
    content: ' ';
    display: inline-block;
    height: 18px;
    width: 1px;
    opacity: 0.15;
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -9px;
}

.top_line .setting-ul {
    margin-left: 8px;
}

/* Language and currency trigger */
.setting-ul > .setting-li.lang-curr-trigger:after {
    content: '\f107';
    opacity: 0.75;
    font-size: 12px;
    font-family: FontAwesome;
}

.setting-ul > .setting-li.lang-curr-trigger span + span:before {
    content: '/';
    margin-left: 5px;
    margin-right: 5px;
    opacity: 0.75;
}

/* Header main area */
.header-main {
    transition:
        height 300ms,
        line-height 300ms;
    /*position: relative;*/
    z-index: 10;
}

.header-main #logo > a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

#logo img {
    margin: 0;
    padding: 0;
    /* padding: 3px 0; */
    max-height: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #logo img {
        max-width: 188px !important;
    }
}

@media (max-width: 991px) {
    .header-main.table {
        table-layout: fixed;
    }

    #logo img {
        max-width: 100% !important;
    }
}

.menu-style,
.menu-style a:not(:hover),
.header-main,
.header-main a {
    color: var(--primary-black-100, #070709);
}

.header-main .table-cell.menu-cell,
.header-main .table-cell.shortcuts {
    line-height: 21px;
}

.header-main > .table-cell.shortcuts {
    white-space: nowrap;
}

.header-main.table .table-cell.logo > #logo > a {
    margin: 0;
    padding: 0;

    /* display: block; */
}

@media (min-width: 992px) {
    .header-main .table-cell.text-center {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 991px) {
    .header-main .table-cell {
        width: 50% !important;
    }

    .header-main.table .table-cell.logo {
        text-align: left;
    }
}

/* Sign in link */
.header-main .sign-in {
    position: relative;
    margin-right: 17px;
    margin-left: 0;
    padding: 1px 37px 1px 0px;
    transition:
        line-height 300ms,
        height 300ms;
}

.header4 .header-main .sign-in {
    margin-right: 5px;
    padding-right: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-main .sign-in {
        margin-right: 15px;
        padding-right: 25px;
    }
}

.header-main .sign-in:after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--primary-black-100, #070709);
    width: 2px;
    opacity: 0.04;
}

.header4 .header-main .sign-in:after {
    display: none;
}

.header-main .sign-in .anim-underline {
    padding: 2px 0;
    font-style: italic;
}

.header-main .sign-in .anim-underline:after {
    background-color: var(--primary-black-100, #070709);
}

/* callback */
@media screen and (min-width: 1201px) {
    .header-main .callback_action > .dropdown-content {
        margin: 0;
        padding: 12px 24px;

        border-radius: 6px;
        line-height: 1;

        color: var(--primary-black-100, #070709);
    }
    .text_hover_animate {
        overflow: hidden;
        width: 180px;
    }

    .text_hover_animate > a > .text-block {
        position: absolute;
        left: -200px;
        transition: all 0.5s;
    }

    .text_hover_animate:hover > a > .text-block {
        left: 28px;
    }
}

.animate-text.animate-splash {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}
.animate-text.animate-splash .animate-content {
    margin: 0;
    margin-top: 5px;
    opacity: 0;
    transform: scale(0.1);
    transition: all 0.5s;
}
.animate-text.animate-splash:hover .animate-content {
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s;
}

/* Header icons */
.icon-element {
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    display: inline-flex;
    line-height: 1;
}

.shortcut-wrapper {
    margin: 0;
    padding: 0;
    /* display: inline-block; */
    height: 42px;
    line-height: 1;
    /* text-align: center; */

    position: relative;

    font-family: var(--font-family-header, 'ArtegraSansExtended'), sans-serif;
    font-size: 14px;

    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5em;
}

.shortcut-wrapper > i {
    margin: 0;
    padding: 0;
    padding-top: 2px;
    font-size: 22px;
    line-height: 42px;
    line-height: 1;
}

.shortcut-wrapper > .text-block {
    margin: 0;
    margin-left: 5px;
    padding: 0;
    padding-top: 5px;

    line-height: 1;
}

.top_line .shortcut-wrapper {
    vertical-align: top;
}

.shortcut-wrapper .icon {
    font-size: 22px;
    line-height: 42px;
    height: 42px;
    vertical-align: top;
}

.shortcut-wrapper .counter {
    position: absolute;
    left: 11px;
    top: 5px;
    width: 15px;
    height: 15px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    background-color: #1aada3;
    z-index: 1;
    font-size: 9px;
    color: var(--primary-white-100, #fcfcfc);
    font-family: Arial, Helvetica, sans-serif;
}

/* Wishlist icon */

/* Wishlist hover */
.wishlist-hover .icon-heart:after {
    position: absolute;
    line-height: inherit;
    font-family: FontAwesome;
    content: '\f004';
    font-style: normal;
    left: 0;
    opacity: 0;
    transition: opacity 400ms;
}

.header5 .links .wishlist-hover .icon-heart:after {
    left: 0px;
}

.wishlist-hover:hover .icon-heart:after {
    opacity: 1;
    transition: opacity 400ms;
}

/* Cart icon */
/* 
.shortcut-wrapper.cart {
    margin: 0;
    padding: 0;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
} 
*/

.shortcut-wrapper.cart #cart-total {
    margin: 0;
    margin-left: 5px;
    padding: 0;
    padding-top: 5px;

    line-height: 40px;
    vertical-align: top;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

/* Mobile trigger */

/* Langguage & Currency drop down */
.lang-curr-wrapper {
    min-width: 240px;
    padding: 18px 20px;
}

.lang-curr-wrapper .option {
    padding: 5px;
}

.lang-curr-wrapper .option + .option {
    margin-top: 6px;
    padding-top: 18px;
    border-top: 1px solid #f2f2f2;
}

.lang-curr-wrapper h4 {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.lang-curr-wrapper p {
    margin-bottom: 6px;
}

.top_line .lang-curr-wrapper a,
.lang-curr-wrapper a,
.header-main .lang-curr-wrapper a {
    color: #444444;
    line-height: 1.7;
}

.lang-curr-wrapper .anim-underline:after,
.lang-curr-wrapper .anim-underline.active:after {
    background: #222222 !important;
}

/* Top menu elements */

/* Cart drop down */
#cart-content {
    width: 300px;
    padding: 20px;
    color: #888888;
    white-space: normal;
    display: block;
}

.table.products {
    margin-bottom: 13px;
    table-layout: fixed;
}

.table.products tbody > tr > td {
    padding: 10px 0;
    border-top: none;
    border-bottom: 1px solid #ececec;
}

.table.products tbody > tr:first-child > td {
    padding-top: 0;
}

.table.products tbody > tr > td.image {
    width: 60px;
}

.table.products tbody > tr > td.main {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}

.table.products .product-name {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    color: var(--primary-black-100, #070709);
    letter-spacing: 0.3px;
}

.table.products .product-name:hover {
    color: #888888;
}

.table.products .price-old {
    color: #999999;
    margin-right: 5px;
}

.table.products .remove {
    font-size: 15px;
    line-height: 18px;
    color: #555555;
    width: 14px;
}

#cart-content .totals {
    text-transform: uppercase;
    border-bottom: 1px solid #ececec;
    margin-bottom: 13px;
    font-size: 12px;
}

#cart-content .totals tbody > tr > td {
    padding: 1px 0 2px;
    border-top: none;
}

#cart-content .totals tbody > tr:last-child > td {
    font-size: 1.5em;
    padding-bottom: 8px;
    padding-top: 5px;
    font-weight: 600;
    color: #1b1919;
}

#cart-content .totals tbody > tr:last-child > td:last-child {
    color: var(--text-accent-color, #dc3545);
}

#cart-content .btn-block {
    margin-bottom: 5px;
}

#cart-content .empty {
    color: #747474;
    line-height: 21px;
}

#cart-content .empty .global-cart {
    color: #e8e8e8;
    font-size: 40px;
    margin-right: 5px;
}

@media only screen and (min-width: 1200px) {
    body:not(.narrow_container) .shortcut-wrapper.cart .counter {
        position: static;
        background-color: transparent;
        color: inherit;

        font-size: inherit;
        font-family: inherit;

        width: auto;
        height: auto;
        line-height: 40px;
    }
}

/* Search */
.shortcut-wrapper .icon-magnifier {
    transition: opacity 400ms;
}

.opened .icon-magnifier {
    opacity: 0.5;
}

.opened .icon-magnifier:before {
    content: '\e930';
    display: inline-block;
    transform: rotate(45deg);
    transition: transform 250ms ease-out;
}

.search-dropdown-holder {
    background: var(--primary-white-100, #fcfcfc);
    padding: 20px;
    width: 315px;
}

.search-field {
    position: relative;
    border: 1px solid #e6e6e6;
    transition: border 400ms;
}

.search-field.focus {
    border: 1px solid #cccccc;
    transition: border 400ms;
}

.search-field .btn {
    position: absolute;
    height: 40px;
    top: -1px;
    bottom: -1px;
    right: -1px;
}

.search-field input.main-search-input {
    border: none;
    height: 38px;
    min-height: 38px;
    padding-right: 100px;
}

/* Search with category selection */
.full-search-wrapper {
    width: 100%;
    display: table;
    border: 2px solid #eaeaea;
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.full-search-wrapper .search-main,
.full-search-wrapper .search-category,
.full-search-wrapper .search-button {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.full-search-wrapper .search-main {
    width: 100%;
    border: none;
}

.full-search-wrapper .search-main input {
    background-color: transparent;
}

.full-search-wrapper .search-category {
    width: auto;
}

.full-search-wrapper .search-category select {
    width: 200px;
    padding-left: 8px;
    text-transform: uppercase;
    font-size: 15px;
    background-color: transparent;
}

.full-search-wrapper select option {
    color: #555555;
    background-color: var(--primary-white-100, #fcfcfc);
}

.full-search-wrapper ::-webkit-input-placeholder,
.full-search-wrapper ::-moz-placeholder,
.full-search-wrapper :-ms-input-placeholder,
.full-search-wrapper :-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.full-search-wrapper .search-category select,
.full-search-wrapper .search-main input {
    color: rgba(0, 0, 0, 0.6);
}

.full-search-wrapper .search-category:before,
.full-search-wrapper .search-button:before {
    content: ' ';
    width: 1px;
    height: 24px;
    position: absolute;
    background: #eaeaea;
    background: rgba(0, 0, 0, 0.08);
    display: inline-block;
    top: 50%;
    margin-top: -12px;
}

.full-search-wrapper .search-category select option {
    text-transform: none;
    background: var(--primary-white-100, #fcfcfc);
}

.full-search-wrapper .search-button {
    width: auto;
}

.full-search-wrapper input,
.full-search-wrapper select {
    border: none !important;
}

.full-search-wrapper .search-button .icon {
    width: 46px;
    padding-left: 2px;
    color: #666666;
    color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    cursor: pointer;
}

.full-search-wrapper .search-button .icon:hover {
    color: rgba(0, 0, 0, 0.4);
}

/* Light search field */
.light-search .full-search-wrapper {
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.light-search .full-search-wrapper ::-webkit-input-placeholder,
.light-search .full-search-wrapper ::-moz-placeholder,
.light-search .full-search-wrapper :-ms-input-placeholder,
.light-search .full-search-wrapper :-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.light-search .full-search-wrapper .search-category select,
.light-search .full-search-wrapper .search-main input {
    color: rgba(255, 255, 255, 0.8);
}

.light-search .full-search-wrapper .search-category:before,
.light-search .full-search-wrapper .search-button:before {
    background: rgba(255, 255, 255, 0.3);
}

.light-search select {
    background-image: url('../image/arrow-down-light.png') !important;
}

.light-search .full-search-wrapper .search-button .icon {
    color: #aaaaaa;
    color: rgba(255, 255, 255, 0.8);
}

.light-search .full-search-wrapper .search-button .icon:hover {
    color: #dddddd;
    color: rgba(255, 255, 255, 0.3);
}

/* Live Search Results */
.live-search {
    width: 100%;
    background: var(--primary-white-100, #fcfcfc);
    display: none;
    border: 1px solid #eeeeee;
    position: absolute;
}

.full-search-wrapper .live-search {
    margin-top: 1px;
}

.live-search .table.products {
    margin-bottom: 0;
}

.live-search .table.products tr {
    cursor: pointer;
}

.live-search .table.products tr:hover {
    background: #fcfcfc;
}

.live-search .table.products tr td.image {
    padding: 8px;
    width: 70px;
}

.live-search .table.products tr td.main {
    padding: 8px 5px 5px 0;
}

.live-search .result-text {
    text-align: center;
    padding: 8px;
    font-size: 0.9em;
}

.live-search .result-text a.view-all-results {
    color: var(--primary-black-100, #070709);
}

/* Sticky header */
.sticky-header {
    transition: box-shadow 400ms;
}

.sticky-header-placeholder {
    display: none;
}

.sticky-enabled.sticky-active .sticky-header-placeholder:not(.slidedown),
.sticky-enabled.offset250 .sticky-header-placeholder.slidedown {
    display: table;
}

.sticky-enabled.sticky-active .sticky-header:not(.slidedown),
.sticky-enabled.offset250 .sticky-header.slidedown {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
}

/* Mobile view sticky menu */
@media (max-width: 1200px) {
    .sticky-enabled.sticky-active .sticky-header-placeholder {
        display: table;
    }

    .sticky-header {
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        right: 0;
    }
}

.sticky-enabled.sticky-active .sticky-header:not(.slidedown),
.sticky-enabled.offset250 .sticky-header.slidedown {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition:
        box-shadow 400ms,
        background 400ms,
        left 500ms,
        right 500ms;
}

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

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

@media (min-width: 992px) {
    .sticky-enabled.sticky-active .sticky-header.mobile-only {
        position: static !important;
    }

    .sticky-enabled.offset250 .sticky-header.slidedown {
        animation: slidedown 500ms forwards;
    }
}

.sticky-enabled.sticky-active .sticky-header.short:not(.slidedown) .header-main,
.sticky-enabled.offset250 .sticky-header.slidedown .header-main,
.sticky-enabled.sticky-active .sticky-header .header-main .sign-in,
.sticky-enabled.sticky-active
    .sticky-header.short:not(.slidedown)
    .header-main
    #logo {
    transition:
        line-height 900ms,
        height 900ms;
}

/* Header 2&6 */
@media (min-width: 992px) {
    .header2 .header-main.menu-aligned-center,
    .header6 .header-main.menu-aligned-center {
        table-layout: fixed;
    }

    .header2 .header-main:not(.menu-aligned-center) .table-cell.menu-cell,
    .header6 .header-main:not(.menu-aligned-center) .table-cell.menu-cell {
        width: 100%;
        padding: 0;
    }

    .header2 .header-main:not(.menu-aligned-center) .table-cell,
    .header6 .header-main:not(.menu-aligned-center) .table-cell {
        width: auto;
    }

    .header2 .header-main .table-cell .icon-element:first-of-type,
    .header6 .header-main .table-cell .icon-element:first-of-type {
        margin-left: 10px;
    }

    .header2 .header-main .table-cell #logo img,
    .header6 .header-main .table-cell #logo img {
        margin-right: 25px;
    }

    .header2 .header-main.menu-aligned-left .table-cell.menu-cell,
    .header6 .header-main.menu-aligned-left .table-cell.menu-cell {
        text-align: left;
    }

    .header2 .header-main.menu-aligned-right .table-cell.menu-cell,
    .header6 .header-main.menu-aligned-right .table-cell.menu-cell {
        text-align: right;
    }
}

/* Header 4 */
.header4 .shortcut-wrapper.search-trigger {
    margin-left: 0;
    padding-left: 5px;
}

/* Header 5*/
@media (min-width: 992px) {
    .header-main > .table-cell.vertical-bottom {
        vertical-align: bottom;
        line-height: normal;
        transition: height 300ms;
        padding-bottom: 23px;
    }

    .header5 #logo,
    .header5 .promo-message {
        display: inline-block;
    }

    .header5 #logo img,
    .header5 .promo-message {
        vertical-align: bottom;
    }
}

@media only screen and (min-width: 1200px) {
    .header5 .promo-message {
        margin-left: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header5 .header-main .table-cell #logo img {
        max-width: 240px;
    }

    .header5 .promo-message {
        margin-left: 20px;
        max-width: 190px;
    }
}

.header5 .links > ul > li > a,
.header5 .setting-ul > .setting-li > a {
    font-size: 13px;
}

.header5 .links.first-row {
    margin-bottom: 11px;
}

.header5 .links.first-row > ul > li > a,
.header5 .first-row .setting-ul > .setting-li > a {
    line-height: 42px;
}

.header5 .links.first-row .icon {
    font-size: 17px;
    margin: 0 5px 2px 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.header5 .main-menu > ul > li > a.search-trigger,
.header5 .main-menu > ul > li > a.search-trigger .icon {
    margin-right: 0;
    padding-right: 0;
    font-size: 14px;
}

/* Header 6 */
.header6 .search-cell {
    padding-left: 20px;
}

/* --------------------*/
/* ------ MENUS -------*/
/* --------------------*/
.main-menu > ul {
    font-size: 0;
    font-family: var(--font-family-header, 'ArtegraSansExtended'), sans-serif;
    display: inline-block;
    text-align: left;
}

.main-menu > ul.categories {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.main-menu > ul.categories > li > a {
    padding: 0 0 12px 0;
}

.main-menu > ul.block {
    display: block;
}

.main-menu > ul > li {
    display: inline-block;
    position: relative;
    font-size: 13px;
    vertical-align: unset;
}

.main-menu > ul > li > a,
.main-menu-wrapper > ul > li > a {
    margin: 0;
    padding: 0 12px 12px 12px;

    display: block;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.main-menu > ul > li > a > .top,
.main-menu-wrapper > ul > li > a > .top {
    transition: opacity 400ms;
}

.main-menu > ul > li > a .icon,
.main-menu-wrapper > ul > li > a .icon {
    margin-right: 6px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-menu > ul > li > a {
        padding-right: 9px;
        padding-left: 8px;
    }
}

.main-menu.menu-stay-left > ul > li:first-child > a {
    padding-left: 0px;
}

/* Sub item arrow */
.main-menu ul > li.dropdown-wrapper > a {
    padding-right: 23px;
}

.main-menu > ul > li.dropdown-wrapper > a .fa-angle-down {
    position: absolute;
    /* right: 11px; */
    right: 7px;
    /* opacity: 0.5; */
    /* font-size: 12px; */
    font-size: 18px;
    text-align: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul > li.dropdown-wrapper > a {
        padding-right: 15px;
    }

    .main-menu ul > li.dropdown-wrapper > a .fa {
        right: 5px;
    }
}

/* Sub content */
.main-menu .dropdown-content {
    background-repeat: no-repeat;
    border-radius: 0;
}

.main-menu .dropdown-inner {
    display: table;
    width: 100%;
    padding: 27px 26px 33px;
}

.main-menu .narrow .dropdown-inner {
    padding: 18px 16px;
}

.main-menu .dropdown-inner .border-left:before,
.main-menu .dropdown-inner .border-right:before {
    background: #eeeeee;
}

.main-menu .menu-item {
    padding: 0 4px;
}

.main-menu .menu_banner .menu-item img {
    border-radius: 36px;
    width: 100%;

    box-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
}

.main-menu .menu_banner.text-end .menu-item {
    text-align: right;
}

.dropdown-inner h4.column-title {
    line-height: 1.4;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.6px;
    margin: 5px 0 14px;
    position: relative;
    display: inline-block;
}

.dropdown-inner h4.column-title .icon {
    opacity: 0.65;
    margin-right: 7px;
}

.dropdown-inner ul a:not(:hover) {
    color: #333333;
}

.dropdown-inner a .fa {
    opacity: 0.65;
    margin-right: 8px;
}

.main-menu .dropdown-inner .border {
    display: block;
    margin: 15px 0;
    border-top: 1px solid transparent;
}

.dropdown-inner ul > li {
    transition: padding-left 300ms;
}

.dropdown-inner ul > li > a {
    display: inline-block;
    padding: 6px 0px;
    transition:
        padding-left 300ms,
        opacity 300ms,
        color 300ms;
    position: relative;
}

.main-menu .dropdown-inner ul.default-menu-ul {
    display: table-cell;
}

.main-menu .dropdown-inner li.default-menu-li a {
    min-width: 170px;
}

.dropdown-inner ul > li > a:hover {
    padding-left: 5px;
    transition:
        padding-left 300ms,
        opacity 300ms,
        color 300ms;
}

/* Cateogory tree inside drop down */
.dropdown-inner .fa-angle-right {
    font-size: 0;
}

/* Sub-links visible */
.main-menu .dropdown-inner .static-menu > ul > li.has-sub > a {
    font-weight: 600;
}

.main-menu .dropdown-inner .static-menu > ul > li > ul {
    padding-bottom: 10px;
    display: block;
}

.main-menu .dropdown-inner .static-menu > ul > li > ul > li > a:before,
.main-menu
    .dropdown-inner
    .static-menu
    > ul
    > li
    > ul
    > li
    > ul
    > li
    > a:before {
    content: '-';
    color: #bbbbbb;
    display: inline-block;
    margin-right: 6px;
}

.dropdown-inner .static-menu > ul > li > ul > li > ul > li > a:before {
    margin-left: 12px;
}

/* Sub-links visible on hover */
.dropdown-inner .hover-menu li.has-sub,
.dropdown-inner .hover-menu li.has-sub > a {
    display: block;
    position: relative;
}

.hover-menu li.has-sub .fa-angle-right {
    font-size: 13px;
    color: #999999;
    position: absolute;
    line-height: 32px;
    right: 5px;
    top: 0;
    opacity: 1;
    margin-right: 0px;
}

.main-menu .dropdown-inner .hover-menu li.has-sub > ul {
    min-width: 210px;
    padding: 18px 20px;
    left: 100%;
    top: 0;
}

/* Menu Labels */
.menu-tag {
    font-style: normal;
    font-weight: 600;
    position: absolute;
    top: 48%;
    left: 100%;
    margin-top: -26px;
    margin-left: -20px;
    padding: 2px 3px 2px 4px;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 0.5px;
    height: 14px;
    display: inline-block;
    line-height: 10px;
    font-size: 7px;
    font-family: Verdana, Geneva, sans-serif;
    background: #d41212;
}

.main-menu .dropdown-wrapper .menu-tag {
    margin-left: -30px;
}

.main-menu .dropdown-inner h4 .menu-tag {
    left: auto;
    right: -10px;
}

.main-menu .dropdown-inner ul .menu-tag {
    margin-left: -1px;
    margin-top: -22px;
}

.menu-tag:before {
    content: '\f0da';
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    bottom: -4px;
    left: 3px;
    color: #d41212;
}

.menu-tag.sale {
    background: #d41212;
}

.menu-tag.sale:before {
    color: #d41212;
}

.menu-tag.new {
    background: var(--text-accent-color, #dc3545);
}

.menu-tag.new:before {
    color: var(--text-accent-color, #dc3545);
}

.menu-tag.hot {
    background: #ef7c0a;
}

.menu-tag.hot:before {
    color: #ef7c0a;
}

/* Full width menu drop downs */
.main-menu > ul > li.has-full-width {
    position: static;
}

.main-menu > ul > li.has-full-width > a {
    position: relative;
}

.main-menu > ul > li.has-full-width .full-width-dropdown {
    width: 100%;
    margin-left: auto !important;
    left: 0;
    right: 0;
    transition:
        visibility 300ms,
        opacity 600ms,
        background 400ms;
}

.main-menu > ul > li.has-full-width .full-width-dropdown .dropdown-inner {
    padding: 30px 0 50px;
}

/* Vertical Menus */
.main-menu.vertical {
    display: block;
    position: relative;
}

.common-home .main-menu.vertical > .dropdown-content {
    visibility: visible;
    opacity: 1;
    margin: 0;
}

.main-menu.vertical .menu-heading {
    display: block;
    padding: 0 20px;
    color: var(--primary-white-100, #fcfcfc);
    text-transform: uppercase;
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.3px;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.23);
}

.column .main-menu.vertical .menu-heading {
    height: 63px;
    line-height: 63px;
}

.main-menu.vertical .menu-heading .fa-angle-down {
    position: absolute;
    right: 20px;
    font-size: 16px;
    top: 50%;
    margin-top: -8px;
}

.main-menu.vertical > ul {
    display: block;
    width: 100%;
    box-shadow: none;
}

.main-menu.vertical > ul:not(.dropdown-content) {
    position: relative;
}

.main-menu.vertical > ul > li {
    display: block;
    position: static;
}

.main-menu.vertical > ul > li .dropdown-content {
    left: 100%;
    top: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-menu.vertical > ul > li .dropdown-content {
        max-width: 700px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-menu.vertical > ul > li .dropdown-content {
        max-width: 550px !important;
    }
}

@media (min-width: 992px) {
    .main-menu.vertical > ul > li > .dropdown-content {
        margin-top: 0 !important;
        margin-left: -15px !important;
    }

    .main-menu.vertical > ul > li:hover .dropdown-content {
        margin-left: 0px !important;
    }
}

.main-menu.vertical > ul > li > a .icon {
    margin-right: 10px;
    font-size: 14px;
}

.main-menu.vertical > ul > li > a {
    color: var(--primary-white-100, #fcfcfc);
    padding-left: 20px;
    font-size: 12px;
    font-weight: 700;
}

.main-menu.vertical > ul > li > a,
.main-menu.vertical > ul > li.dropdown-wrapper > a .fa-angle-down {
    line-height: 44px;
}

.column .main-menu.vertical > ul > li > a,
.column .main-menu.vertical > ul > li.dropdown-wrapper > a .fa-angle-down {
    line-height: 46px;
}

.main-menu.vertical > ul > li.dropdown-wrapper > a .fa-angle-down {
    right: 20px;
    opacity: 1;
    transform: rotate(-90deg);
}

.main-menu.vertical > ul > li > a .menu-tag {
    position: relative;
    display: inline-block;
    margin: -3px 0 0 6px;
    left: auto;
    vertical-align: middle;
}

/* MOBILE MENU */
.main-menu-wrapper {
    transition: left 500ms;
    position: fixed;
    left: -100%;
    /* width: 270px; */
    width: 100%;
    background: var(--primary-black-100, #070709);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.13);
    top: 56px;
    bottom: 0;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.mobile-menu-open .main-menu-wrapper {
    left: 0;
    width: 100%;
    height: calc(100dvh - 56px);
    min-height: calc(100dvh - 56px);
    transition: left 500ms;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between;
}

.mobile-menu-open,
.mobile-menu-open body {
    background: var(--primary-black-100, #070709);
}

@media (max-width: 991px) {
    .mobile-menu-open .main-wrapper,
    .side-filter-open .main-wrapper {
        /* margin-right: -270px; */
        /* margin-left: 270px; */
        transition:
            margin-left 500ms,
            margin-right 500ms;
    }

    .mobile-menu-open .sticky-enabled.sticky-active .sticky-header,
    .side-filter-open .sticky-enabled.sticky-active .sticky-header {
        left: 270px;
        left: 0;
        /* right: -270px; */
        transition:
            left 500ms,
            right 500ms;
    }
}

.main-menu-wrapper .col-xs-12 {
    width: 100%;
}

.main-menu-wrapper .menu-tag {
    position: relative;
    margin: 0 0 0 4px;
    left: auto;
    vertical-align: top;
}

.main-menu-wrapper > .menu-wrapper-top > ul > li {
    display: block;
    border-bottom: 1px solid;
    border-color: #eeeeee24;

    font-family: var(--font-family-header, 'ArtegraSansExtended'), sans-serif;
    font-size: 15px;
}

.main-menu-wrapper > .menu-wrapper-top > ul > li > a {
    padding: 11px 14px;
    line-height: 1;
    display: block;
    min-height: 42px;
    color: var(--primary-black-100, #070709);
    color: #f0f0f1;
}

.main-menu-wrapper > .menu-wrapper-top > ul > li > a:after {
    display: none;
}

.main-menu-wrapper
    > .menu-wrapper-top
    > ul
    > li.dropdown-wrapper
    > a
    > .fa-angle-down {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 19px;
    border-left: 1px solid #e9e9e9;
    opacity: 1;
    background: #f6f6f6;
}

.main-menu-wrapper
    > .menu-wrapper-top
    > ul
    > li.dropdown-wrapper
    > a
    > .fa-angle-down:before {
    transform: rotate(0);
    display: inline-block;
    transition: transform 500ms;
}

.main-menu-wrapper
    > .menu-wrapper-top
    > ul
    > li.dropdown-wrapper
    > a.open
    > .fa-angle-down:before {
    transform: rotate(-180deg);
    transition: transform 500ms;
}

/* Sub items */
.main-menu-wrapper .dropdown-content,
.main-menu-wrapper .sub-holder {
    box-shadow: none;
    margin: 0;
    width: auto;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: none;
    position: static;
    background-image: none;
}

.main-menu-wrapper .dropdown-inner .menu-item {
    padding: 20px 10px 20px 15px;
    border-top: 1px solid #eeeeee;
}

.main-menu-wrapper ul li.has-sub > a {
    position: relative;
    display: block;
}

.main-menu-wrapper ul li.has-sub .fa-angle-right {
    position: absolute;
    font-size: 14px;
    transform: rotate(90deg);
    background: #eeeeee;
    color: #333333;
    right: 0;
    margin-right: 0;
    top: 2px;
    height: 28px;
    width: 28px;
    line-height: 26px;
    opacity: 1;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}

.main-menu-wrapper ul li.has-sub .open .fa-angle-right {
    transform: rotate(-90deg);
}

.main-menu-wrapper ul li ul li.has-sub ul li {
    padding-left: 12px;
}

/* Mobile menu Search */
.main-menu-wrapper ul.mobile-top > li.search {
    padding: 0px 14px;
    /* background: #f9f9f9; */
}

.main-menu-wrapper ul.mobile-top > li.search .search-holder-mobile {
    position: relative;
    margin-bottom: 10px;
}

.main-menu-wrapper ul.mobile-top > li.search .search-holder-mobile input.form-control {
    min-height: 44px;
    height: 44px;
    font-size: 16px;
    padding: 10px 42px 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.92);
    box-shadow: none;
}

.main-menu-wrapper ul.mobile-top > li.search .search-holder-mobile input.form-control::placeholder {
    color: rgba(255, 255, 255, 0.38);
}

.main-menu-wrapper ul.mobile-top > li.search .search-holder-mobile input.form-control:focus {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.06);
}

.main-menu-wrapper ul > li.search .search-holder-mobile a {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.72);
    font-size: 21px;
    line-height: 1;
}

/* Mobile menu language & currency */
.main-menu-wrapper ul.mobile-top {
    padding-top: 10px;
    background: var(--primary-black-100, #070709);
}

.main-menu-wrapper ul.mobile-top > li {
    padding: 0 14px;
}

.main-menu-wrapper > ul > li.mobile-lang-curr {
    border: none;
}

.main-menu-wrapper > ul > li.mobile-lang-curr select {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.main-menu-wrapper > ul > li.mobile-lang-curr.has-c.has-l select {
    width: 48%;
}

.main-menu-wrapper > ul > li.mobile-lang-curr.has-c.has-l select + select {
    margin-left: 4%;
}

/* Mobile menu categories */
.main-menu-mobile ul.categories > li > a {
    color: var(--primary-white-100, #fcfcfc);
}

.main-menu-mobile ul.categories > li > a:hover,
.main-menu-mobile ul.categories > li > a:focus,
.main-menu-mobile ul.categories > li > a:active,
.main-menu-mobile ul.categories > li > a.active {
    color: var(--text-accent-color, #dc3545);
}

.main-menu-mobile ul.categories > li > a > i {
    padding-left: 6px;
}

.main-menu-mobile ul.categories > li.has-sub > a {
    position: relative;
    padding-right: 34px;
}

.main-menu-mobile ul.categories > li.has-sub > a > i.bi-chevron-right {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 0;
    line-height: 1;
}

.main-menu-mobile .menu-wrapper-top ul.categories > li.has-sub > a,
.main-menu-mobile .menu-wrapper-bottom .mobile-contact-callback > li > a.contact-item,
.main-menu-mobile .menu-wrapper-bottom .mobile-contact-address > li > a.contact-item {
    position: relative;
    padding-right: 34px;
}

.main-menu-mobile .mobile-unified-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 0;
    line-height: 1;
}

/* Mobile menu sub-holder */
.main-menu-mobile .has-sub {
    position: static;
}
.main-menu-mobile .has-sub .sub-holder {
    margin: 0;

    display: block;

    position: absolute;
    top: 0;
    bottom: calc(65px + env(safe-area-inset-bottom));

    left: 0;
    right: 0;

    transform: translateX(100%);

    transition: all 0.3s;

    background-color: var(--primary-black-100, #070709);
    color: var(--primary-white-100, #fcfcfc);
    border: 0;
}

.main-menu-mobile .has-sub.open-child .sub-holder {
    transform: translateX(0);
}

.main-menu-mobile .has-sub .sub-holder h2,
.main-menu-mobile .has-sub .sub-holder h3,
.main-menu-mobile .has-sub .sub-holder h4,
.main-menu-mobile .has-sub .sub-holder a {
    color: var(--primary-white-100, #fcfcfc);
}

.main-menu-mobile .has-sub .sub-holder a:hover,
.main-menu-mobile .has-sub .sub-holder a:focus,
.main-menu-mobile .has-sub .sub-holder a:active,
.main-menu-mobile .has-sub .sub-holder a.active {
    color: var(--text-accent-color, #dc3545);
}

/* Mobile menu bottom */
.menu-wrapper-bottom {
    margin: 0;
    padding: 28px;
}

@media (max-width: 400px) {
    .menu-wrapper-bottom {
        padding: 28px 14px;
    }
}

.menu-wrapper-bottom > ul {
    margin: 0;
    padding: 0;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.menu-wrapper-bottom > ul:last-child {
    margin-bottom: 0;
}

/* Mobile menu contacts order and styling */
.main-menu-mobile .menu-wrapper-bottom {
    display: flex;
    flex-direction: column;
}

.main-menu-mobile .menu-wrapper-bottom .mobile-contact-phone > li > a.contact-item {
    display: grid;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 0;
    align-items: center;
    justify-content: flex-start;
}

.main-menu-mobile .menu-wrapper-bottom .mobile-contact-phone {
    border-top: 0;
    padding-top: 8px;
}

.main-menu-mobile .menu-wrapper-bottom .mobile-contact-phone > li > a.contact-item > span {
    display: inline !important;
}

.main-menu-mobile .menu-wrapper-bottom .mobile-contact-phone .contact-item > i,
.main-menu-mobile .menu-wrapper-bottom .mobile-contact-callback .contact-item > i:not(.mobile-unified-arrow),
.main-menu-mobile .menu-wrapper-bottom .mobile-contact-phone .contact-item svg {
    color: #ff2a2a;
    fill: #ff2a2a;
}

.main-menu-mobile .menu-wrapper-bottom .mobile-contact-callback .contact-item svg {
    color: #ff2a2a;
    fill: currentColor;
}

.main-menu-mobile .menu-wrapper-bottom .mobile-contact-phone > li > a.contact-item,
.main-menu-mobile .menu-wrapper-bottom .mobile-contact-callback > li > a.contact-item,
.main-menu-mobile .menu-wrapper-bottom .mobile-contact-address > li > a.contact-item {
    position: relative;
    padding: 10px 14px 10px 10px;
    border-radius: 10px;
}

.main-menu-mobile .menu-wrapper-bottom .mobile-contact-phone > li > a.contact-item > i,
.main-menu-mobile .menu-wrapper-bottom .mobile-contact-phone > li > a.contact-item > svg,
.main-menu-mobile .menu-wrapper-bottom .mobile-contact-callback > li > a.contact-item > i:not(.mobile-unified-arrow),
.main-menu-mobile .menu-wrapper-bottom .mobile-contact-callback > li > a.contact-item > svg,
.main-menu-mobile .menu-wrapper-bottom .mobile-contact-address > li > a.contact-item > i:not(.mobile-unified-arrow),
.main-menu-mobile .menu-wrapper-bottom .mobile-contact-address > li > a.contact-item > svg {
    width: 34px;
    height: 34px;
    min-width: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
}

.main-menu-mobile .menu-wrapper-bottom .mobile-contact-phone > li > a.contact-item > span:first-of-type,
.main-menu-mobile .menu-wrapper-bottom .mobile-contact-callback > li > a.contact-item > span:first-of-type,
.main-menu-mobile .menu-wrapper-bottom .mobile-contact-address > li > a.contact-item > span:first-of-type {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 1.2;
}

.main-menu-mobile .menu-wrapper-bottom .mobile-contact-phone > li > a.contact-item > span:first-of-type {
    font-size: 18px;
}

.main-menu-mobile .menu-wrapper-bottom .mobile-contact-phone > li > a.contact-item > i,
.main-menu-mobile .menu-wrapper-bottom .mobile-contact-phone > li > a.contact-item > svg {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.main-menu-mobile .menu-wrapper-bottom .mobile-contact-phone > li > a.contact-item > span:first-of-type {
    grid-column: 2;
    grid-row: 1;
}

.main-menu-mobile .menu-wrapper-bottom .mobile-contact-phone > li > a.contact-item > .contact-subtext {
    grid-column: 2;
    grid-row: 2;
    margin-top: -1px;
    font-size: 12px;
    line-height: 1.15;
}

.main-menu-mobile .menu-wrapper-bottom .mobile-contact-callback > li > a.contact-item {
    display: grid;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 0;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding-right: 36px;
}

.main-menu-mobile .menu-wrapper-bottom .mobile-contact-callback > li > a.contact-item > i:not(.contact-arrow),
.main-menu-mobile .menu-wrapper-bottom .mobile-contact-callback > li > a.contact-item > svg {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.main-menu-mobile .menu-wrapper-bottom .mobile-contact-callback > li > a.contact-item > span:first-of-type {
    grid-column: 2;
    grid-row: 1;
}

.main-menu-mobile .menu-wrapper-bottom .mobile-contact-callback > li > a.contact-item > .contact-subtext {
    grid-column: 2;
    grid-row: 2;
    margin-top: -1px;
}


.main-menu-mobile .menu-wrapper-bottom .mobile-contact-address > li > a.contact-item {
    display: grid;
    row-gap: 0;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding-right: 36px;
}

.main-menu-mobile .menu-wrapper-bottom .mobile-contact-address > li > a.contact-item > span:first-of-type {
    grid-column: 1;
    grid-row: 1;
    font-size: 14px;
    line-height: 1.2;
}

.main-menu-mobile .menu-wrapper-bottom .mobile-contact-address > li > a.contact-item > .contact-subtext {
    grid-column: 1;
    grid-row: 2;
}

.main-menu-mobile .menu-wrapper-bottom .mobile-contact-callback > li,
.main-menu-mobile .menu-wrapper-bottom .mobile-contact-address > li {
    width: 100%;
}


.main-menu-mobile .menu-wrapper-bottom .mobile-contact-callback > li > a.contact-item > i.mobile-unified-arrow,
.main-menu-mobile .menu-wrapper-bottom .mobile-contact-address > li > a.contact-item > i.mobile-unified-arrow {
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 0;
    line-height: 1;
}

.main-menu-mobile .menu-wrapper-bottom .contact-arrow {
    width: auto;
    text-align: left;
}

.main-menu-mobile .menu-wrapper-bottom .contact-subtext {
    display: block;
    width: 100%;
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.68);
}

.main-menu-mobile .menu-wrapper-bottom .contact-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}

.main-menu-mobile .menu-wrapper-bottom .mobile-contact-socials {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding-top: 8px;
}

.main-menu-mobile .menu-wrapper-bottom .mobile-contact-socials .socials-title {
    grid-column: 1 / -1;
    position: relative;
    margin: 0;
    padding: 0;
    border-top: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.92);
}

.main-menu-mobile .menu-wrapper-bottom .mobile-contact-socials .socials-title::before,
.main-menu-mobile .menu-wrapper-bottom .mobile-contact-socials .socials-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: calc(50% - 74px);
    height: 1px;
    background: rgba(255, 255, 255, 0.32);
    transform: translateY(-50%);
}

.main-menu-mobile .menu-wrapper-bottom .mobile-contact-socials .socials-title::before {
    left: 0;
}

.main-menu-mobile .menu-wrapper-bottom .mobile-contact-socials .socials-title::after {
    right: 0;
}

.main-menu-mobile .menu-wrapper-bottom .mobile-contact-socials > li > a.contact-item {
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    min-height: 44px;
    padding: 4px 2px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
}

.menu-wrapper-bottom > ul > li a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5em;

    font-size: 16px;
    font-family: var(--font-family-header, 'ArtegraSansExtended'), sans-serif;

    color: var(--primary-white-100, #fcfcfc);
}
.menu-wrapper-bottom > ul > li a > i {
    font-size: 20px;

    color: var(--primary-white-100, #fcfcfc);
}

/* -------------------- */
/* --- CONTENT AREA --- */
/* -------------------- */

.column {
    z-index: 9;
    /* Needed for sticky columns */
}

#column-right {
    z-index: 8;
}

@media (min-width: 992px) {
    #column-left > .inner {
        max-width: 300px;
    }
}

@media (max-width: 767px) {
    .column {
        z-index: 100;
        position: static !important;
    }

    #column-left .inner .filter-container,
    #column-right .inner .filter-container,
    .pos_category_top .inner .filter-container {
        display: block !important;
        transition: left 500ms;
        position: fixed;
        left: -270px;
        width: 270px;
        background: var(--primary-white-100, #fcfcfc);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.13);
        top: 0;
        bottom: 0;
        z-index: 99;
        overflow: auto;
        padding-bottom: 70px;
    }

    #column-left .inner .filter-container .filters-holder,
    #column-right .inner .filter-container .filters-holder,
    .pos_category_top .inner .filter-container .filters-holder {
        padding: 15px;
    }

    .side-filter-open #column-left .filter-container,
    .side-filter-open #column-right .filter-container,
    .side-filter-open .pos_category_top .filter-container {
        left: 0;
        transition: left 500ms;
    }
}

#content {
    min-height: auto;
}

#content.no-min-height,
.common-home #content {
    min-height: 0px;
}

/* Breadcrumb */
.common-home .breadcrumb-holder {
    /* display: none !important; */
    display: none;
}

.breadcrumb-holder {
    margin: 0;
    /* margin-bottom: 12px; */
    padding: 0;
    /* display: block; */
    /* display: none; */
}

.breadcrumb-holder #title-holder,
.breadcrumb {
    display: none;
}

.breadcrumb-holder .links-holder {
    display: block;
    padding: 12px 0;
}

.breadcrumb-holder .links-holder span {
    display: inline-block;
}

/* Default style */
.default_bc .breadcrumb-holder {
    background: #f9f9f9;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.03);
}

/* Minimal breadcrumb */
.minimal_bc .breadcrumb-holder .links-holder {
    padding: 10px 0;
}

.minimal_bc .breadcrumb-holder {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

/* Minimal Inline breadcrumb */
.minimal_inline_bc .breadcrumb-holder .links-holder {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

/* Title in breadcrumb */
.title_in_bc #page-title {
    display: none;
}

.title_in_bc .breadcrumb-holder {
    background-color: var(--primary-black-100, #070709);
    text-align: center;
    padding: 23px 0 6px;
}

.title_in_bc.normal_height_bc .breadcrumb-holder {
    padding: 40px 0 22px;
}

.title_in_bc.normal_height_bc .breadcrumb-holder #title-holder {
    margin-bottom: 3px;
}

.title_in_bc.tall_height_bc .breadcrumb-holder,
.title_in_bc.extra_tall_height_bc .breadcrumb-holder {
    padding: 80px 0 60px;
    margin-bottom: 50px;
}

.title_in_bc.tall_height_bc .breadcrumb-holder #title-holder #page-title,
.title_in_bc.extra_tall_height_bc .breadcrumb-holder #title-holder #page-title {
    font-size: 1.2em;
}

@media (min-width: 992px) {
    .breadcrumb-holder {
        margin: 0;
        padding: 0;
        display: block;
    }
    .title_in_bc.extra_tall_height_bc .breadcrumb-holder {
        padding: 140px 0 120px;
        margin-bottom: 60px;
    }

    .title_in_bc.extra_tall_height_bc
        .breadcrumb-holder
        #title-holder
        #page-title {
        margin-bottom: 15px;
        font-size: 1.4em;
    }
}

.title_in_bc .breadcrumb-holder,
.title_in_bc .breadcrumb-holder .oxyo-back-btn {
    color: var(--primary-white-100, #fcfcfc);
}

.title_in_bc .oxyo-back-btn > i,
.title_in_bc .oxyo-back-btn > i:after {
    background-color: var(--primary-white-100, #fcfcfc);
}

.title_in_bc .breadcrumb-holder #title-holder {
    display: block;
    font-size: 36px;
    text-transform: uppercase;
    line-height: inherit;
    line-height: 1;
}

.title_in_bc .breadcrumb-holder #title-holder #page-title {
    display: inline-block;
    margin: 0;
    font: inherit;
    line-height: 1;
}

@media (max-width: 767px) {
    .title_in_bc .breadcrumb-holder #title-holder #page-title {
        font-size: 0.7em;
    }
}

.title_in_bc .breadcrumb-holder h1,
.title_in_bc .breadcrumb-holder .breadcrumb,
.title_in_bc .breadcrumb-holder .breadcrumb a,
.title_in_bc .breadcrumb-holder .breadcrumb > li + li:before,
.title_in_bc .oxyo-back-btn > i:before,
.title_in_bc .oxyo-back-btn:hover > i:before {
    color: inherit;
    opacity: 1;
}

.title_in_bc .breadcrumb-holder .breadcrumb {
    opacity: 0.8;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.breadcrumb-holder .breadcrumb {
    display: inline-block;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.breadcrumb,
.breadcrumb a,
.breadcrumb > li + li:before {
    color: #222222;
}

.breadcrumb > li:last-child a {
    opacity: 0.7;
    cursor: default;
    color: inherit;
}

.breadcrumb > li + li:before {
    content: '/';
    font-size: 14px;
    padding: 0 6px 0 5px;
}

.oxyo-back-btn {
    display: inline-block;
    width: 42px;
    text-align: center;
    margin: 0 22px 0 -4px;
}

.oxyo-back-btn-disabled .oxyo-back-btn {
    display: none;
}

.oxyo-back-btn > i {
    width: 25px;
    font-style: normal;
    height: 2px;
    line-height: 2px;
    position: relative;
    display: inline-block;
    background-color: var(--secondary-black-100, #000000);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.oxyo-back-btn > i:before,
.oxyo-back-btn:hover > i:before {
    content: '\f0d9';
    position: absolute;
    left: -4px;
    top: -1px;
    font-size: 14px;
    line-height: 3px;
    color: var(--secondary-black-100, #000000);
    font-family: FontAwesome;
}

.oxyo-back-btn > i:after {
    content: '';
    position: absolute;
    top: -5px;
    right: -1px;
    width: 2px;
    height: 7px;
    line-height: 0;
    background-color: var(--secondary-black-100, #000000);
}

.oxyo-back-btn:hover > i {
    width: 35px;
}

/* breadcrumb new style */
.breadcrumb-holder .breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.breadcrumb-holder .breadcrumb::-webkit-scrollbar {
    display: none;
}

@media (max-width: 767px) {
    .breadcrumb-holder .breadcrumb li {
        display: none;
    }

    /* Показываем первую (домик), предпоследнюю и последнюю */
    .breadcrumb-holder .breadcrumb li:first-child,
    .breadcrumb-holder .breadcrumb li:nth-last-child(2),
    .breadcrumb-holder .breadcrumb li:last-child {
        display: inline-block;
    }

    /* Добавляем троеточие между первой и предпоследней */
    .breadcrumb-holder .breadcrumb li:first-child::after {
        content: '...';
        margin: 0 5px;
        color: #999;
    }

    /* Если хлебных крошек мало (2 или 3), убираем "..." */
    .breadcrumb-holder .breadcrumb li:nth-last-child(2):first-child::after,
    .breadcrumb-holder .breadcrumb li:nth-last-child(3):first-child::after {
        content: '';
    }

    .breadcrumb-holder .breadcrumb {
        white-space: nowrap;
        overflow-x: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;

        width: 100%;
    }

.breadcrumb-holder .breadcrumb li:last-child {
    max-width: 50%;
    overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/* Grid System */
.grid-holder {
    font-size: 0;
    margin: 0 -15px;
}

.grid-holder.gridlist {
    margin: 0;
}

.grid-holder .item {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    padding: 0 12px 12px 12px;
    width: 33.33%;
}

.grid-holder.gridlist .item {
    padding-right: 0;
    padding-left: 0;
}

.grid-holder.lg-grid6 .item {
    width: 16.66%;
}

.grid-holder.lg-grid5 .item {
    width: 20%;
}

.grid-holder.lg-grid4 .item {
    width: 25%;
}

.grid-holder.lg-grid3 .item {
    width: 33.333%;
}

.grid-holder.lg-grid2 .item {
    width: 50%;
}

.grid-holder.lg-grid1 .item {
    width: 100%;
}

@media (max-width: 991px) {
    .grid-holder {
        margin-left: -9px;
        margin-right: -9px;
    }

    .grid-holder .item {
        padding-left: 9px;
        padding-right: 9px;
    }

    .grid-holder.md-grid6 .item {
        width: 16.66%;
    }

    .grid-holder.md-grid5 .item {
        width: 20%;
    }

    .grid-holder.md-grid4 .item {
        width: 25%;
    }

    .grid-holder.md-grid3 .item {
        width: 33.333%;
    }

    .grid-holder.md-grid2 .item {
        width: 50%;
    }

    .grid-holder.md-grid1 .item {
        width: 100%;
    }
}

.grid-holder.grid1 .item,
.grid-holder.gridlist .item {
    width: 100%;
}

.grid-holder.grid2 .item {
    width: 50%;
}

.grid-holder.grid3 .item {
    width: 33.33%;
}

.grid-holder.grid4 .item {
    width: 33.33%;
}

@media (min-width: 992px) {
    .product-holder.grid4 .item {
        width: 25%;
    }
}

.grid-holder.grid5 .item {
    width: 20%;
}

.grid-holder.grid6 .item {
    width: 16.66%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .grid-holder.grid5 .item {
        width: 25%;
    }

    .grid-holder.grid6 .item {
        width: 20%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .grid-holder.categories.grid6 .item,
    .grid-holder.categories.grid5 .item {
        width: 25%;
    }

    .grid-holder.grid6 .item,
    .grid-holder.grid5 .item,
    .grid-holder.grid4 .item {
        width: 33.33%;
    }

    .col-sm-8 .grid-holder.grid3 .item,
    .grid-holder.grid3 .item.single-blog {
        width: 50%;
    }
}

@media (min-width: 590px) and (max-width: 767px) {
    .grid-holder.categories.grid6 .item {
        width: 20%;
    }

    .grid-holder.categories.grid5 .item,
    .grid-holder.categories.grid4 .item {
        width: 25%;
    }

    .grid-holder.grid6 .item,
    .grid-holder.grid5 .item,
    .grid-holder.grid4 .item {
        width: 33.33%;
    }

    .grid-holder.grid4 .item.single-blog,
    .grid-holder.grid3 .item.single-blog {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .grid-holder.grid3 .item {
        width: 50%;
    }
}

@media (max-width: 589px) {
    .grid-holder.categories.grid6 .item,
    .grid-holder.categories.grid5 .item,
    .grid-holder.categories.grid4 .item {
        width: 33.33%;
    }

    .grid-holder.grid6 .item,
    .grid-holder.grid5 .item,
    .grid-holder.grid4 .item,
    .grid-holder.grid3 .item {
        width: 50%;
    }

    .grid-holder .item.single-blog {
        width: 100%;
    }
}

@media (max-width: 430px) {
    .grid-holder.categories.grid4 .item {
        width: 50%;
    }
}

@media (max-width: 380px) {
    .grid-holder.categories.grid6 .item,
    .grid-holder.categories.grid5 .item {
        width: 50%;
    }

    .mobile_1 .grid-holder .item:not(.slick-slide) {
        width: 100% !important;
    }
}

@media (max-width: 589px) {
    .grid-holder.sm-grid6 .item.insta-item {
        width: 16.66% !important;
    }

    .grid-holder.sm-grid5 .item.insta-item {
        width: 20% !important;
    }

    .grid-holder.sm-grid4 .item.insta-item {
        width: 25% !important;
    }

    .grid-holder.sm-grid3 .item.insta-item {
        width: 33.333% !important;
    }

    .grid-holder.sm-grid2 .item.insta-item {
        width: 50% !important;
    }

    .grid-holder.sm-grid1 .item.insta-item {
        width: 100% !important;
    }
}

/* Blog */
.blog .main_description {
    padding-bottom: 20px;
}

.blog .main_description p {
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 1.07em;
}

.single-blog {
    margin-bottom: 34px;
}

.gridlist .single-blog {
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .grid1 .single-blog {
        margin-bottom: 75px;
    }
}

.single-blog .banner_wrap {
    margin-bottom: 8px;
}

.blog .date_added {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--primary-white-100, #fcfcfc);
    color: var(--primary-black-100, #070709);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    min-width: 53px;
    padding: 7px 4px 10px;
    text-align: center;
    line-height: 1;
}

.blog .date_added .day {
    display: block;
    font-size: 24px;
    margin-bottom: 3px;
}

.single-blog .banner_wrap .blog_stats {
    position: absolute;
    top: 84px;
    left: 10px;
    z-index: 3;
    margin: 0;
}

.single-blog .banner_wrap .blog_stats i {
    display: inline-flex;
    align-items: center;
    font-style: normal;
    font-size: 12px;
    line-height: 1.2;
    color: #4b4b4b;
    background: rgba(252, 252, 252, 0.92);
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 5px 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}

.single-blog .banner_wrap .tags-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.single-blog .banner_wrap .tags {
    display: inline-block;
    padding: 2px 10px 4px;
    color: var(--primary-white-100, #fcfcfc);
}

.single-blog .banner_wrap .tags a {
    color: var(--primary-white-100, #fcfcfc);
    font-size: 12px;
}

.single-blog .banner_wrap .tags a:hover {
    text-decoration: underline;
}

.single-blog .banner_wrap .tags a + a:before {
    content: ',';
    margin-right: 4px;
}

/* === Blog card design === */
.blog .grid-holder {
    display: flex !important;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px;
    margin: 0 !important;
    padding: 0 !important;
}

.blog .grid-holder .item.single-blog {
    padding: 0 !important;
    width: calc(33.33% - 14px) !important;
    box-sizing: border-box;
}

.blog .item.single-blog {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.single-blog .banner_wrap {
    margin: 0;
    width: 100%;
    overflow: hidden;
    height: 320px;
    flex-shrink: 0;
}

.single-blog .banner_wrap img.zoom_image {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center center;
    display: block;
    transform: scale(1.15);
    transform-origin: center center;
}

.single-blog .summary {
    padding: 16px 12px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.single-blog .blog-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.single-blog .blog-new-tag {
    color: #e31c1c;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.single-blog .blog-date {
    color: #888;
    font-size: 13px;
}

.single-blog .blog-title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.25;
    min-height: unset;
}

.single-blog .blog-title a {
    color: #111;
    text-decoration: none;
}

.single-blog .blog-title a:hover {
    color: #e31c1c;
}

.single-blog .short-description {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 20px;
    flex: 1;
}

.single-blog .blog-read-more {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #111;
    text-decoration: none;
    border-bottom: 2px solid #e31c1c;
    padding-bottom: 2px;
    margin-top: auto;
    width: fit-content;
}

.single-blog .blog-read-more:hover {
    color: #e31c1c;
}

/* Blog responsive */
@media (max-width: 991px) {
    body[class*="extension-blog-"] .breadcrumb-holder,
    body[class*="extension-blog-"] .breadcrumb {
        display: none !important;
    }

    body[class*="extension-blog-"] #column-right {
        display: none !important;
    }

    body[class*="extension-blog-"] > .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    body[class*="extension-blog-"] #content {
        padding-left: 0;
        padding-right: 0;
    }

    body[class*="extension-blog-"] #page-title {
        text-align: center;
    }

    .blog_post {
        width: 100%;
        padding: 0 20px 30px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .blog_post h1#page-title {
        font-size: 26px;
        line-height: 1.25;
        margin: 20px auto 18px;
        text-align: center;
        overflow-wrap: anywhere;
    }

    .blog_post .main_thumb img {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin-left: auto;
        margin-right: auto;
    }

    .blog_post .main_description img,
    .blog_post .main_description svg,
    .blog_post .main_description video {
        display: block;
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        margin-left: auto;
        margin-right: auto;
    }

    .blog_post .main_description {
        font-size: 16px;
        line-height: 1.65;
        overflow-wrap: anywhere;
    }

    .blog_post .main_description * {
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .blog_post .main_description p {
        font-size: 16px;
        line-height: 1.65;
        margin-bottom: 16px;
    }

    .blog_post .main_description h2 {
        font-size: 24px;
        line-height: 1.3;
    }

    .blog_post .main_description h3 {
        font-size: 20px;
        line-height: 1.35;
    }

    .blog_post .main_description table {
        display: block;
        width: 100% !important;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .blog_post .main_description pre,
    .blog_post .main_description code {
        max-width: 100%;
        overflow-x: auto;
        white-space: pre-wrap;
        overflow-wrap: anywhere;
    }

    .blog_post .main_description iframe {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        aspect-ratio: 16 / 9;
        height: auto !important;
        margin: 20px auto;
    }

    .blog_post .blog_stats,
    .blog_post .post_tags {
        text-align: center;
        overflow-wrap: anywhere;
    }

    .blog_post .lg-share {
        margin-left: -20px;
        margin-right: -20px;
        padding: 22px 12px 18px;
    }

    .blog_post .section-title {
        text-align: center;
    }

    .blog_post .section-title:after {
        margin-left: auto;
        margin-right: auto;
    }

    .blog_post #comment_form .row {
        margin-left: 0;
        margin-right: 0;
    }

    .blog_post #comment_form [class*="col-"] {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .blog .grid-holder {
        display: block !important;
    }

    .blog .grid-holder .item.single-blog {
        width: calc(100% - 40px) !important;
        max-width: calc(100% - 40px);
        margin: 0 auto 20px;
        padding-top: 20px !important;
    }

    .blog .grid-holder .item.single-blog .banner_wrap img.zoom_image {
        transform: scale(1.28);
    }

    .blog .grid-holder .item.single-blog .summary {
        align-items: center;
        text-align: center;
    }

    .blog .grid-holder .item.single-blog .blog-meta {
        justify-content: center;
    }

    .blog .grid-holder .item.single-blog .blog-read-more,
    .blog .grid-holder .item.single-blog .u-lined {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 589px) {
    body[class*="extension-blog-"] > .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .blog .grid-holder .item.single-blog {
        width: calc(100% - 32px) !important;
        max-width: calc(100% - 32px);
        padding-top: 16px !important;
    }

    .blog_post {
        padding: 0 16px 24px;
    }

    .blog_post h1#page-title {
        font-size: 23px;
        line-height: 1.25;
        margin-top: 16px;
    }

    .blog_post .main_description,
    .blog_post .main_description p {
        font-size: 15px;
        line-height: 1.6;
    }

    .blog_post .main_description h2 {
        font-size: 21px;
    }

    .blog_post .main_description h3 {
        font-size: 18px;
    }

    .blog_post .main_description ul,
    .blog_post .main_description ol {
        padding-left: 22px;
    }

    .blog_post .lg-share {
        margin-left: -16px;
        margin-right: -16px;
    }

    .blog_post .rf-social-icons {
        gap: 9px;
    }

    .blog_post .rf-social {
        width: 36px;
        height: 36px;
    }

    .blog .grid-holder .item.single-blog .banner_wrap,
    .blog .grid-holder .item.single-blog .banner_wrap img.zoom_image {
        height: 240px !important;
    }
}

@media (min-width: 992px) {
    .grid1 .single-blog .blog-title,
    .grid2 .single-blog .blog-title {
        font-size: 32px;
        margin-bottom: 10px;
    }
}

.blog .blog_stats {
    display: none;
}

.blog .blog_stats i + i:before {
    content: '/';
    margin: 0 9px 0 8px;
    font-size: 9px;
    vertical-align: middle;
}

.blog .short-description {
    /* line-height: 1.7; */
    line-height: 1.25;
    font-size: 14px;
}

/* Blog listing module */
.blog-widget .blog .short-description {
    margin-bottom: 0;
}

.widget .widget_bottom_btn {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

.widget.contrast-bg .widget_bottom_btn {
    margin: 10px 0 40px;
}

.widget.blog-widget .widget_bottom_btn {
    margin-top: -10px;
}

.column .widget .widget_bottom_btn .btn {
    display: block;
}

.blog-widget .slick-dots {
    margin-top: -35px;
    position: relative;
}

.widget .gridlist .slick-dots {
    margin-top: 0px;
}

.blog-widget .gridlist .single-blog .blog_stats,
.blog-widget .gridlist .single-blog .short-description,
.blog-widget .gridlist .single-blog .date_added {
    display: none;
}

/* Hide blog views/stats on homepage only; keep stats on inner blog pages */
body.common-home .blog .single-blog .blog_stats,
body[class*="common-home"] .blog .single-blog .blog_stats {
    display: none !important;
}

/* Fallback: some blog list templates print views as standalone <i> in summary */
body.common-home .blog .single-blog .summary > i,
body[class*="common-home"] .blog .single-blog .summary > i {
    display: none !important;
}

.blog-widget .gridlist .banner_wrap .effect-holder {
    background: none !important;
}

/* Single Blog Page */
.blog_post .main_thumb {
    position: relative;
    margin-bottom: 20px;
}

.blog_post h1#page-title {
    margin-bottom: 16px;
    text-transform: none;
    font-weight: normal;
    font-size: 28px;
    margin-top: 23px;
    font-weight: 600;
}

.blog_post .blog_stats {
    margin-bottom: 24px;
}

.blog_post .post_tags {
    margin-bottom: 34px;
}

.blog_post .lg-share,
.product-page .lg-share {
    padding: 30px 0 22px;
    text-align: center;
    margin-bottom: 20px;
    background-color: #f7f7f7;
}

.product-page .lg-share {
    margin-top: 20px;
}

.blog_post .section-title {
    text-transform: uppercase;
    padding-top: 30px;
    font-size: 16px;
}

.blog_post .section-title b {
    font-size: 1.375em;
}

.blog_post .section-title:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #e5e5e5;
    margin: 5px 0 30px;
}

.blog_post .blog_comment {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 35px;
    font-size: 15px;
}

.blog_post .blog_comment p {
    margin-bottom: 10px;
}

.blog_post .blog_comment .table-cell {
    padding-bottom: 25px;
}

.blog_post .blog_comment .avatar i {
    margin: 2px 28px 0 0;
    font-size: 38px;
    background: #dddddd;
    color: var(--primary-white-100, #fcfcfc);
    padding: 15px;
    display: block;
}

.blog_post .pagination {
    margin-bottom: 20px;
    margin-top: -10px;
}

.blog_post .grid2 .single-blog .blog-title,
.blog_post .grid3 .single-blog .blog-title {
    font-size: 24px;
    margin-bottom: 8px;
}

.blog_post .single-blog .blog_stats {
    margin-bottom: 12px;
}

.blog_post .single-blog .tags-wrapper,
.blog_post .single-blog .summary {
    text-align: left;
}

/* Category wall module */
/* No sub categories layout */
.single-category.no-subs {
    text-align: center;
}

.single-category.no-subs .banner_wrap {
    margin-bottom: 10px;
}

.single-category.no-subs .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.single-category.no-subs .banner_wrap .table {
    text-transform: uppercase;
    color: var(--primary-white-100, #fcfcfc);
    font-size: 1.143em;
    opacity: 0;
    transition:
        opacity 500ms,
        background 500ms;
}

.single-category.no-subs .banner_wrap:hover .table {
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
    transition:
        opacity 500ms,
        background 500ms;
}

.single-category.no-subs .name {
    margin-bottom: 8px;
    color: var(--primary-black-100, #070709);
    font-size: 1.50em;
}

.single-category.no-subs a.u-lined {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 9px 30px;
    border-radius: 999px;
    border: 1px solid #e1e1e3;
    background: #f5f5f6;
    color: #666666;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    transition:
        background-color 200ms ease,
        color 200ms ease,
        border-color 200ms ease,
        box-shadow 200ms ease,
        transform 200ms ease;
        font-size: 16px;
}

.single-category.no-subs a.u-lined:hover,
.single-category.no-subs a.u-lined:focus {
    color: var(--primary-black-100, #070709);
    border-color: #d4d4d7;
    background: #ffffff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}

/* Sub category list layout */
.single-category.has-subs {
    padding-top: 18px;
    margin-bottom: 22px;
}

@media (max-width: 991px) {
    .category-widget
        .grid-holder:not(.carousel)
        .item.single-category.has-subs {
        width: 50% !important;
    }
}

@media (max-width: 767px) {
    .category-widget
        .grid-holder:not(.carousel)
        .item.single-category.has-subs {
        width: 100% !important;
    }
}

.single-category.has-subs .img-cell img {
    max-width: none;
    margin-right: 15px;
}

.single-category.has-subs h5 {
    font-size: 1.286em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.single-category.has-subs .list-unstyled li {
    margin-bottom: 6px;
}

.single-category.has-subs .list-unstyled li:before {
    content: '\f105';
    margin-right: 15px;
    font-family: FontAwesome;
    font-size: 12px;
    opacity: 0.6;
}

/* --------------------- */
/* Oxyo Content Builder */
/* --------------------- */
/* Grid Structure */
.cm_block_wrapper {
    overflow: hidden;
}

.cm_block_wrapper.has-testimonials {
    overflow: visible;
}

.cm_block {
    width: 100%;
}

.cm_content {
    display: block;
    margin: auto;
}

.cm_content .cm_column.type-tm {
    margin-bottom: 0;
}

.cm_content .row.marginless {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.cm_content .row.marginless .cm_column {
    margin-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
}

.cm_content .cm_item_wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.cm_content .cm_item {
    position: relative;

    display: table-cell;
    font-size: 14px;
}

/* Banner Grid Structure */
.cm_content .type-img {
    text-align: center;
    font-size: 0;
}

.banner_wrap {
    margin: 0;
    padding: 0;

    display: inline-block;
    overflow: hidden;
    position: relative;
    /* margin-bottom: 30px; */
}

.cm_content .type-img .banner_wrap:last-child,
.cm_content .type-img .row.marginless .banner_wrap {
    /* margin-bottom: 0px; */
     border-radius: 12px;
}

.cm_content .type-img .banner_overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cm_content .type-img .cm_item {
    padding: 20px;
}

.cm_content .type-img .cm_item > * {
    cursor: auto;
}

.cm_content .type-img .cm_item a {
    cursor: pointer;
}

/* ---------------- */
/* Default styles */
/* ---------------- */
.cm_item .light,
.type-img .cm_item {
    color: var(--primary-white-100, #fcfcfc);
}

.cm_item,
.cm_item .dark {
    color: var(--primary-black-100, #070709);
}

.cm_item h1,
.cm_item h2,
.cm_item h3,
.cm_item h4,
.cm_item h5,
.cm_item h6 {
    line-height: 1.1;
    color: inherit;
}

.cm_item h2 {
    font-size: 36px;
}

.cm_item h3 {
    font-size: 28px;
}

.cm_item h4 {
    font-size: 24px;
}

.cm_item h5 {
    font-size: 18px;
}

.cm_item .xl-title {
    font-size: 46px;
    margin-bottom: 20px;
    letter-spacing: 3px;
    line-height: 1;
}

@media (min-width: 768px) {
    .cm_item .xl-title {
        font-size: 66px;
    }
}

@media (max-width: 767px) {
    .cm_item h2 {
        font-size: 30px;
    }
}

.cm_item .label {
    display: inline-block;
    padding: 4px 8px;
    line-height: 1.1;
    margin-bottom: 7px;
    font-size: 100%;
    border-radius: 0px;
    font-weight: normal;
}

.cm_item .spread {
    color: var(--text-accent-color, #dc3545);
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.cm_item p {
    font-size: 16px;
}

.cm_item p.spread.light {
    color: #999999;
}

.cm_item .spread.small {
    color: #999999;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.cm_item .separator {
    line-height: 1px;
    margin-bottom: 10px;
}

.cm_item .separator:after {
    content: ' ';
    display: inline-block;
    height: 1px;
    width: 30px;
    background: #bbbbbb;
    background: rgba(255, 255, 255, 0.5);
}

.cm_item .dark .separator:after {
    background: #444444;
    background: rgba(0, 0, 0, 0.4);
}

.x-separator {
    margin-bottom: 3px;
    line-height: 1.6;
}

.x-separator i {
    font-size: 10px;
    margin: 0 6px 0 7px;
    opacity: 0.65;
}

.x-separator:before,
.x-separator:after {
    content: '-----';
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
    opacity: 0.4;
}

.cm_item a.hover-underline:hover {
    text-decoration: underline;
}

.cm_item .dark a.underline,
.type-html .cm_item a.underline {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    opacity: 0.7;
}

.cm_item .dark a.underline:hover,
.type-html .cm_item a.underline:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
    color: inherit;
    opacity: 1;
}

.cm_item a.underline {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.cm_item a.underline:hover {
    border-bottom: 1px solid var(--primary-white-100, #fcfcfc);
    color: inherit;
}

.cm_item a.underline.discrete {
    font-size: 0.9em;
    opacity: 0.6;
}

.cm_item a.underline.discrete:hover {
    opacity: 1;
}

/* new home banners */
.cm_content.has-carousel {
    margin: 0;
    padding: 12px;
}

.cm_content.has-carousel .cm_column {
    margin: 0;
}

.cm_content.has-carousel .cm_column .banner_wrap {
    margin: 0;
    padding: 0;
    /* margin-bottom: 24px; */

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    overflow: hidden;
}

.cm_content.has-carousel .cm_item_wrapper {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.cm_content .type-img .zoom_image_wrap {
    opacity: 1;
    transition: transform 3400ms cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
}

.cm_content .type-img .banner_wrap:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.cm_content .type-img .banner_wrap:hover .zoom_image_wrap {
    transform: scale(1.08);
}

.cm_content .type-img .banner_wrap .banner_overlay {
    transition: background 400ms;
}

.cm_content .type-img .banner_wrap:hover .banner_overlay {
    background-color: transparent;
}

.cm_content .type-img .cm_item {
    margin: 0;
    padding: 6px;

    width: 100%;

    color: var(--primary-black-100, #070709);
    color: var(--text-accent-color, #dc3545);

    font-size: 26px;
    line-height: 1.1;

    /* font-family: 'ArtegraSansExtended';
    font-weight: 600; */

    /* font-family: 'Great Vibes', cursive;
    font-weight: 400;
    font-style: normal; */

    /* font-family: 'Pacifico', cursive; */
    font-family: var(--font-family-accent, 'Philosopher'), sans-serif;
    font-weight: 700;
    font-style: normal;

    text-align: center;
    /* text-shadow: 0 0 1px var(--primary-white-100, #fcfcfc); */
    /* text-transform: uppercase; */
}

.cm_content .type-img .banner_wrap:hover .cm_item {
    color: var(--text-accent-color, #dc3545);
    text-shadow: none;
    /* background-color: rgba(0, 0, 0, 0.5); */
}

@media (min-width: 768px) {
    .cm_content .type-img .banner_wrap .cm_item {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .cm_content .type-img .banner_wrap .cm_item {
        font-size: 28px;
    }
}

@media (min-width: 1400px) {
    .cm_content .type-img .banner_wrap .cm_item {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    #home_wholesale .cm_block {
        /* background-image: none !important; */
        background: #858585;
        background: linear-gradient(
            90deg,
            rgba(133, 133, 133, 1) 0%,
            rgba(194, 194, 194, 1) 29%,
            rgba(255, 255, 255, 0.51) 100%
        ) !important;
    }
}

/* -------------------- */
/* Banner hover effects */
/* -------------------- */
.banner_wrap .effect-holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: background 400ms;
}

/* Hover Move Up/Down */
.banner_wrap.hover-up .zoom_image_wrap .zoom_image {
    margin-bottom: -20px;
}

.banner_wrap.hover-up:hover .zoom_image_wrap .zoom_image {
    margin-bottom: -20px;
    transform: translateY(-20px);
}

.banner_wrap.hover-down .zoom_image_wrap .zoom_image {
    margin-top: -20px;
}

.banner_wrap.hover-down:hover .zoom_image_wrap .zoom_image {
    margin-top: -20px;
    transform: translateY(20px);
}

/* Hover Border */
.banner_wrap.hover-border .effect-holder:before,
.banner_wrap.hover-border .effect-holder:after {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    position: absolute;
    content: ' ';
    transition: transform 400ms;
}

.banner_wrap.hover-border .effect-holder:before {
    transform: scaleX(0);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.banner_wrap.hover-border:hover .effect-holder:before {
    transform: scaleX(1);
}

.banner_wrap.hover-border .effect-holder:after {
    transform: scaleY(0);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.banner_wrap.hover-border:hover .effect-holder:after {
    transform: scaleY(1);
    transition: transform 400ms;
}

/* Hover Darken */
.banner_wrap.hover-darken:hover .effect-holder {
    background: transparent;
    transition: background 400ms;
}

/* Hidden overlay */
.vertical-bottom .hidden-overlay,
.banner_wrap:hover .vertical-bottom .hidden-overlay,
.vertical-top .hidden-overlay,
.banner_wrap:hover .vertical-top .hidden-overlay {
    transition: transform 400ms;
}

.vertical-bottom .hidden-overlay {
    transform: translateY(200%);
}

.banner_wrap:hover .vertical-bottom .hidden-overlay {
    transform: translateY(0px);
}

.vertical-top .hidden-overlay {
    transform: translateY(-200%);
}

.banner_wrap:hover .vertical-top .hidden-overlay {
    transform: translateY(0px);
}

.cm_item .simple-caption {
    padding: 12px 25px;
    color: var(--primary-black-100, #070709);
    font-size: 16px;
    letter-spacing: 1.3px;
    background: var(--primary-white-100, #fcfcfc);
    display: inline-block;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.08);
}

.cm_item .contrast-caption {
    padding: 12px 24px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.6);
    color: var(--primary-white-100, #fcfcfc);
}

.cm_item .contrast-caption h4 {
    line-height: 1.3;
    margin-bottom: 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.cm_item .contrast-caption p {
    margin-bottom: 0px;
}

/* ---------------- */
/* Newsletter field */
/* ---------------- */
.newsletter-wrap {
    position: relative;
    max-width: 560px;
    display: block;
    padding-top: 5px;
}

.text-center .newsletter-wrap {
    margin: 0 auto;
}

.text-right .newsletter-wrap {
    margin: 0 0 0 auto;
}

/* Respond notification */
.sign-up-field .sign-up-respond {
    position: absolute;
    top: -42px;
    left: 2px;
}

.sign-up-field .sign-up-respond span {
    background: var(--primary-white-100, #fcfcfc);
    color: var(--primary-black-100, #070709);
    font-size: 13px;
    padding: 10px 14px;
    display: block;
    white-space: nowrap;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.sign-up-field .sign-up-respond span:before,
.sign-up-field .sign-up-respond span:after {
    content: ' ';
    display: block;
    position: absolute;
    height: 10px;
    background: var(--primary-white-100, #fcfcfc);
}

.sign-up-field .sign-up-respond span:before {
    bottom: -4px;
    left: 12px;
    width: 10px;
    transform: rotate(45deg);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.sign-up-field .sign-up-respond span:after {
    left: 0px;
    bottom: 0px;
    width: 30px;
}

/* Signup field */
.sign-up-field {
    display: block;
}

.light_field .sign-up-field input,
.dark_field .sign-up-field input {
    border: none;
    background: none;
    padding: 8px 12px 8px 25px;
}

.light_field .sign-up-field:after,
.dark_field .sign-up-field:after {
    content: '\f0e0';
    position: absolute;
    left: 0px;
    top: 9px;
    font-size: 14px;
    font-family: FontAwesome;
}

/* Subscribe button */
.sign-up-field .input-group-btn {
    padding: 10px 0 0;
}

@media (min-width: 768px) {
    .light_field .sign-up-field,
    .dark_field .sign-up-field {
        display: table;
    }

    .light_field .sign-up-field .input-group-btn,
    .dark_field .sign-up-field .input-group-btn {
        padding: 0 0 0 5px;
    }
}

.sign-up-field .btn-neutral {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
}

/* Light input field */
.light_field .sign-up-field .btn-neutral:not(:hover) {
    color: #666666;
    background: var(--primary-white-100, #fcfcfc);
}

.light_field .sign-up-field input {
    color: var(--primary-white-100, #fcfcfc);
    border-bottom: 2px solid rgba(255, 255, 255, 0.8) !important;
}

.light_field .sign-up-field:after {
    color: rgba(255, 255, 255, 0.5);
}

.light_field .sign-up-field ::-webkit-input-placeholder,
.light_field .sign-up-field :-moz-placeholder,
.light_field .sign-up-field ::-moz-placeholder,
.light_field .sign-up-field:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}

.light_field span.unsubscribe a {
    color: var(--primary-white-100, #fcfcfc);
}

/* Dark input field */
.dark_field .sign-up-field input {
    color: var(--primary-black-100, #070709);
    border-bottom: 2px solid rgba(51, 51, 51, 0.25) !important;
}

.dark_field .sign-up-field:after {
    color: rgba(0, 0, 0, 0.4);
}

.dark_field .sign-up-field ::-webkit-input-placeholder,
.dark_field .sign-up-field :-moz-placeholder,
.dark_field .sign-up-field ::-moz-placeholder,
.dark_field .sign-up-field:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.6) !important;
}

.dark_field span.unsubscribe a {
    color: #777777;
}

/* Unsubscribe */
span.unsubscribe {
    display: inline-block;
    padding: 10px 0px;
}

span.unsubscribe a:hover {
    text-decoration: underline;
}

/* -------------------- */
/* Newsletter templates */
/* -------------------- */
.wide-signup h3 {
    margin-bottom: 19px;
}

.wide-signup p {
    margin-bottom: 30px;
}

.wide-signup .btn-neutral {
    padding-right: 55px;
    padding-left: 55px;
}

.wide-signup.light p {
    color: #cccccc;
}

.wide-signup.dark p {
    color: #555555;
}

.wide-signup.large {
    padding: 92px 30px 85px;
}

.wide-signup.large h3 {
    font-size: 67px;
    letter-spacing: 3px;
    margin-top: 12px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .wide-signup.large {
        padding: 65px 30px 50px;
    }

    .wide-signup.large h3 {
        font-size: 46px;
    }

    .wide-signup.large .sign-up-field .input-group-btn {
        padding: 18px 0 0 5px;
    }
}

.wide-signup.large p {
    font-size: 18px;
    color: var(--primary-white-100, #fcfcfc);
    margin-bottom: 50px;
}

.wide-signup.large span.unsubscribe {
    display: block;
    margin-bottom: -30px;
}

.bordered-signup h2 {
    margin-bottom: 3px;
}

.bordered-signup .x-separator {
    margin-bottom: 10px;
    opacity: 0.6;
}

.x-separator.soft {
    margin-bottom: 3px;
    display: inline-block;
    opacity: 0.6;
}

.bordered-signup p {
    margin-bottom: 18px;
}

.bordered-signup span.unsubscribe {
    display: block;
    margin-bottom: -10px;
    padding-bottom: 0;
}

.bordered-signup .social-icons.round {
    margin-top: 35px;
}

/* Background colored */
.subscribe-box {
    height: 100%;
    width: 100%;
    display: table;
    padding: 10px;
    color: var(--primary-white-100, #fcfcfc);
}

.subscribe-box .subscribe-wrap {
    display: table-cell;
    border: 2px solid var(--primary-white-100, #fcfcfc);
    padding: 30px 33px;
    vertical-align: middle;
}

.subscribe-box.dark .subscribe-wrap {
    border: 2px solid var(--primary-black-100, #070709);
}

.subscribe-box p {
    line-height: 1.6;
}

.subscribe-box .sign-up-field,
.featherlight .sign-up-field {
    display: block;
}

.subscribe-box .sign-up-field .input-group-btn,
.featherlight .sign-up-field .input-group-btn {
    padding: 20px 0 0;
}

/* -------------------- */
/*   Promo templates    */
/* -------------------- */
.promo-style-1 {
    padding: 30px 10px 5px;
}

.promo-style-1 .icon {
    font-size: 40px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 18px;
}

.promo-style-1 h3 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.promo-style-1 p {
    opacity: 0.8;
    line-height: 1.6;
}

.promo-style-1 .underline {
    opacity: 0.5;
}

.promo-style-1 .underline:hover {
    opacity: 0.8;
}

.promo-style-2 .icon {
    font-size: 70px;
    display: inline-block;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #e6e6e6;
}

.promo-style-2 h3,
.promo-style-4 h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.promo-style-2 p,
.promo-style-4 p {
    opacity: 0.8;
    margin-bottom: 10px;
}

.promo-style-2 a.underline {
    opacity: 0.8;
    border-color: #333333;
    font-size: 0.9em;
}

.promo-style-3 {
    padding: 3px 0px 16px 70px;
    position: relative;
    color: #555555;
}

.promo-style-3 .icon {
    font-size: 38px;
    position: absolute;
    left: 7px;
    top: 2px;
    opacity: 0.25;
}

.promo-style-4 {
    color: var(--primary-white-100, #fcfcfc);
    position: relative;
    padding: 36px 15px;
}

.promo-style-4 .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 150px;
    color: rgba(0, 0, 0, 0.07);
    pointer-events: none;
}

.promo-style-4 .icon.lighten {
    color: rgba(255, 255, 255, 0.05);
}

.promo-style-4 h3 {
    line-height: 1.4;
}

.promo-style-4 a.underline {
    opacity: 1;
    border-color: var(--primary-white-100, #fcfcfc) !important;
    font-size: 0.9em;
}

.tiny-promo {
    display: inline-block;
    padding: 15px;
}

.tiny-promo .icon {
    padding-right: 4px;
}

/* -------------------- */
/* Skin specific blocks */
/* -------------------- */
.widget-border {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 20px;
    border-style: solid;
}

.widget-border-wrap {
    position: relative;
    padding: 50px 30px;
    margin: 0 4%;
}

/* Newsletter */
.widget-border-wrap.newsletter {
    margin: 0 9%;
}

.widget-border-wrap.newsletter h3 {
    margin-bottom: 19px;
}

.widget-border-wrap.newsletter .summary {
    display: inline-block;
    max-width: 660px;
    color: #555555;
    margin-bottom: 20px;
}

.widget-border-wrap.newsletter .summary b {
    color: var(--primary-black-100, #070709);
}

@media (max-width: 991px) {
    .widget-border-wrap {
        margin: 0;
        padding: 24px 12px;
    }

    .widget-border-wrap .sign-up-field .input-group-btn {
        display: inline;
    }

    .widget-border-wrap .sign-up-field input {
        margin-bottom: 10px;
    }
}

/* About */
.about-widget {
    padding: 0%;
    color: #444444;
}

.border-left:before,
.border-right:before {
    content: ' ';
    background: #f4f4f4;
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.border-left:before {
    left: 0;
}

.border-right:before {
    right: 0;
}

@media (min-width: 768px) {
    .about-widget {
        padding: 0 5%;
    }
}

@media (max-width: 767px) {
    .border-left {
        padding-top: 35px;
    }

    .border-left:before {
        height: 1px;
        width: auto;
        top: 0;
        bottom: auto;
        right: 25px;
        left: 25px;
    }
}

.about-widget h4 {
    color: var(--primary-black-100, #070709);
    font-size: 22px;
}

.about-widget .icon {
    color: var(--primary-black-100, #070709);
    font-size: 30px;
    margin-bottom: 10px;
}

.about-widget .btn-outline {
    border-color: #bbbbbb;
    color: #777777;
}

.overlapping-about {
    margin-left: -80px;
    padding: 44px 40px;
    background: var(--primary-white-100, #fcfcfc);
    box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.17);
}

@media (max-width: 767px) {
    .overlapping-about {
        padding: 25px 20px;
        text-align: center;
        margin: -60px 20px 0;
    }
}

h4.follow-title {
    font-size: 22px;
    color: var(--primary-white-100, #fcfcfc);
    margin: 28px 33px;
}

.follow-icons {
    padding: 15px 28px;
}

.follow-icons a {
    font-size: 22px;
    margin: 6px;
    color: rgba(255, 255, 255, 0.9);
}

.follow-icons a:hover {
    color: var(--primary-white-100, #fcfcfc);
}

@media (max-width: 767px) {
    h4.follow-title,
    .follow-icons {
        display: block;
        text-align: center;
    }

    h4.follow-title {
        margin-bottom: 5px;
    }
}

.wine-promo-block {
    padding: 62px 0 42px;
}

.wine-promo-block h4 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: -3px;
}

.wine-promo-block h3 {
    font-size: 100px;
}

.wine-promo-block p {
    color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 991px) {
    .wine-promo-block {
        text-align: center;
        padding: 10px 0 0;
    }

    .wine-promo-block h3 {
        font-size: 68px;
    }
}

.instruction-box h4 {
    margin-bottom: 24px;
}

.instruction-box h5 {
    margin-bottom: 5px;
}

.instruction-box p {
    color: #555555;
    margin-bottom: 10px;
}

.instruction-box .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    padding: 17px 12px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition:
        transform 440ms,
        opacity 200ms;
}

.instruction-box.clock-banner .caption {
    transform: translateY(50%);
    background: none;
}

.instruction-box .banner_wrap:hover .caption {
    transform: translateY(0);
    opacity: 1;
    transition:
        transform 440ms,
        opacity 400ms;
}

.instruction-box .caption a {
    color: var(--primary-black-100, #070709);
    font-size: 14px;
}

.instruction-box .caption a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .cm_column:not(:last-child) .bordered-item-block {
        margin-bottom: 20px;
    }
}

.bordered-item-block .bordered-content {
    border: 4px solid #f1f1f1;
    padding: 55px 20px 20px 20px;
    margin: -45px 0 -22px;
    color: #4c4c4c;
    color: rgba(0, 0, 0, 0.7);
}

.bordered-item-block .bordered-content h5 {
    line-height: 1.4;
    color: var(--primary-black-100, #070709);
    margin: 3px 0 14px;
}

.clock-banner .type-img {
    margin-bottom: 8px;
}

.video-jumbotron h2 {
    margin-bottom: 10px;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .video-jumbotron h2 {
        font-size: 58px;
    }
}

.video-jumbotron p {
    font-size: 15px;
    margin-bottom: 25px;
}

.opening-times {
    padding: 42px 5.5% 26px;
    display: inline-block;
    max-width: 100%;
    background: var(--primary-white-100, #fcfcfc);
}

.opening-times h5 {
    margin-bottom: 10px;
}

.opening-times .opening-title {
    font-size: 1.15em;
    margin-bottom: 7px;
}

.opening-times .opening-title i {
    color: #999999;
    margin-right: 6px;
}

.opening-times .times {
    line-height: 1.5;
    color: #555555;
}

.opening-times .times b {
    margin-left: 10px;
    color: var(--primary-black-100, #070709);
}

.flower-about-block h4 {
    font-size: 18px;
    margin-bottom: 23px;
}

@media (min-width: 992px) {
    .flower-about-block.left {
        padding-right: 22px;
    }

    .flower-about-block.right {
        padding-left: 22px;
    }
}

.cm_item #gmap {
    height: 300px;
    margin-bottom: 30px;
}

.contact_form textarea {
    min-height: 180px;
}

/* Testimonials */
.grid-holder .item.single-testimonial {
    padding-bottom: 10px;
}

.single-testimonial .testimonial-wrap {
    padding: 20px 15px 15px;
    text-align: center;
}

.single-testimonial .testimonial-wrap p {
    line-height: 1.6;
}

.single-testimonial .testimonial-wrap p:last-child {
    margin-bottom: 0;
}

.single-testimonial .testimonial-wrap img {
    border-radius: 50%;
    display: inline-block;
}

.single-testimonial b {
    color: var(--primary-black-100, #070709);
}

.block .single-testimonial .testimonial-wrap {
    margin: 8px 0;
    padding: 30px;
    background-color: var(--primary-white-100, #fcfcfc);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
}

.light .single-testimonial .testimonial-wrap,
.light .single-testimonial .testimonial-wrap b {
    color: var(--primary-white-100, #fcfcfc);
}

/* --------------------- */
/* ------ FOOTER ------- */
/* --------------------- */
#footer {
    margin-top: 0;
    padding-top: 50px;
    background-color: var(--primary-black-100, #070709);
    color: var(--primary-white-100, #fcfcfc);
}

#footer a,
#footer .custom_block {
    color: var(--primary-white-100, #fcfcfc);
    font-family: var(--font-family-text, 'Nunito', sans-serif);
    font-size: 16px;
}

#footer a:hover {
    color: var(--primary-white-100, #fcfcfc);
    text-decoration: underline;
}

#footer .footer-column {
    margin-top: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}

#footer .footer-column h5 {
    margin: 24px 0 6px 0;
    margin-bottom: 12px;
    color: var(--primary-white-100, #fcfcfc);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

#footer .footer-column h5:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 2px;
}

#footer .footer-column > .dropdown_mobile {
    margin-bottom: 0;
}

#footer p {
    margin-bottom: 23px;
}

#footer ul.list-unstyled > li:last-child,
#footer .footer-top-block {
    margin-bottom: 0;
}

#footer .footer-top-block p:last-child {
    margin-bottom: 0px;
}

#footer .links-holder {
    padding-bottom: 30px;
}

#footer .links-holder .footer-column ul,
#footer .links-holder .footer-column .footer-custom-wrapper {
    margin-bottom: 40px;
}

#footer .custom_block {
    display: block;
    margin-bottom: 25px;
}

#footer .info-line {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5em;

    font-family: var(--font-family-header, 'ArtegraSansExtended'), sans-serif;
    font-size: 16px;
}

#footer .info-line i {
    width: 27px;
    text-align: center;
    /* margin-right: 4px; */
    /* opacity: 0.8; */
}

#footer ul.info-icons {
    margin: 0;
    margin-bottom: 12px;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

#footer ul.info-icons > li > a > i {
    font-size: 20px;
    color: var(--primary-white-100, #fcfcfc);
}

#footer ul.info-icons > li > a > svg {
    fill: var(--primary-white-100, #fcfcfc);
    /*
    height: 20px;
    width: auto;
    */
}

#footer .payment_img {
    padding-top: 15px;
}

#footer .footer-copyright {
    padding: 25px 0;
    text-align: center;
    position: relative;
}

#footer .footer-copyright:before {
    content: '';
    display: block;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

@media screen and (min-width: 992px) {
    #footer .footer-top-block {
        margin-bottom: 0;
    }

    #footer h5 {
        margin: 0;
        margin-top: 36px;
        margin-bottom: 12px;
    }
}

a.scroll-to-top {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: var(--primary-white-100, #fcfcfc) !important;
    z-index: 80;
    font-size: 18px;
    transform: rotate(-90deg);
    visibility: hidden;
    opacity: 0;
    border: 1px solid transparent;
    border-radius: 50%;
    position: fixed;
    bottom: 60px;
    right: 30px;
    transition: all 400ms;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

a.scroll-to-top:not(:hover) {
    color: #000 !important;
    border-color: var(--primary-black-100, #070709);
    background-color: var(--primary-white-100, #fcfcfc);
}

.offset250 a.scroll-to-top {
    visibility: visible;
    opacity: 1;
    transition: all 400ms;
}

/* alert */
.alert {
    background: var(--primary-white-100, #fcfcfc);
    border-radius: 0px;
    border-width: 2px;
    padding: 25px 60px 25px 20px;
    margin-bottom: 40px;
    position: relative;
}

.alert.alert-sm {
    padding: 12px 50px 12px 18px;
    margin-bottom: 30px;
}

.alert .close {
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -9px;
    color: inherit;
    opacity: 0.9;
}

.alert .fa {
    margin-right: 5px;
}

.alert.alert-success {
    border-color: #459647;
    color: #009e04;
}

.alert.alert-info {
    border-color: #65b3c7;
}

.alert.alert-danger {
    border-color: #c63232;
}

/* Pagination */
.pagination-holder {
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #ececec;
}

.pagination-holder .col-sm-6 {
    padding: 5px 0;
}

.pagination {
    margin-bottom: 25px;
}

/* Add breathing room under pagination on article/information pages */
body[class*="information-information-"] #content .pagination {
    margin-bottom: 28px;
}

.pagination > li > a,
.pagination > li > span {
    padding: 0 5px;
    width: 34px;
    line-height: 32px;
    text-align: center;
    margin-left: 0;
    margin-right: 6px;
    color: var(--primary-black-100, #070709);
    font-size: 1.143em;
    font-weight: 400;
    border: 1px solid;
    border-radius: 0px !important;
    border-color: transparent transparent #b1b1b1 transparent;
    transition: border-color 400ms;
    background: none;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: var(--primary-black-100, #070709);
    background-color: transparent;
    border-color: #b1b1b1;
    transition: border-color 400ms;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: var(--primary-black-100, #070709);
    border-color: transparent;
}

@media (min-width: 768px) {
    .pagination-text {
        padding-top: 7px;
        display: inline-block;
        font-weight: 400;
    }
}

/* Buttons */
.btn,
a.button,
input.button,
button.button {
    margin: 0;
    padding: 12px 24px 10px 24px;

    display: inline-block;

    max-width: 100%;

    text-align: center;

    border: 1px solid;
    border-radius: 8px;

    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    font-family: var(--font-family-header, 'ArtegraSansExtended'), sans-serif;
    line-height: 1;
}

.btn:not(.btn-wrap) {
    white-space: nowrap;
}

.btn.active,
.btn:active,
.btn:focus,
.btn:hover {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-thin {
    border: 1px solid;
}

.btn,
.btn:hover {
    transition:
        background 500ms,
        opacity 500ms,
        border-color 500ms,
        color 500ms;
}

.btn-default,
a.btn-default {
    background-color: #ececec;
    border-color: transparent;
    color: #222222;
}

.btn-default:hover,
.btn-default.active:hover,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default:focus,
.btn-default.focus:active,
.btn-default:active,
.btn-default:active:hover,
.btn-default:active:focus,
a.btn-default:hover,
a.btn-default.active:hover,
a.btn-default.active.focus,
a.btn-default.active:focus,
a.btn-default:focus,
a.btn-default.focus:active,
a.btn-default:active,
a.btn-default:active:hover,
a.btn-default:active:focus {
    background-color: #3e3e3e;
    color: var(--primary-white-100, #fcfcfc);
    border-color: transparent;
}

.btn-primary,
a.btn-primary,
.btn-neutral {
    background-color: var(--primary-black-100, #070709);
    border-color: transparent;
    color: var(--primary-white-100, #fcfcfc);
}

.btn-primary:hover,
.btn-primary.active:hover,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary:focus,
.btn-primary.focus:active,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
a.btn-primary:hover,
a.btn-primary.active:hover,
a.btn-primary.active.focus,
a.btn-primary.active:focus,
a.btn-primary:focus,
a.btn-primary.focus:active,
a.btn-primary:active,
a.btn-primary:active:hover,
a.btn-primary:active:focus,
.btn-neutral:hover {
    background-color: #3e3e3e;
    color: var(--primary-white-100, #fcfcfc);
    border-color: transparent;
}

.btn-contrast,
a.btn-contrast,
.btn-contrast-outline:hover {
    background-color: var(--text-accent-color, #dc3545);
    border-color: transparent;
    color: var(--primary-white-100, #fcfcfc);
    opacity: 1;
}

.btn-contrast:hover,
a.btn-contrast:hover {
    opacity: 0.8;
    color: var(--primary-white-100, #fcfcfc);
}

.btn-contrast-outline {
    background-color: transparent;
    border-color: var(--text-accent-color, #dc3545);
    color: var(--text-accent-color, #dc3545);
}

.btn-light,
a.btn-light {
    background-color: var(--primary-white-100, #fcfcfc);
    border-color: transparent;
    color: #5f5f5f;
}

.btn-light:hover,
a.btn-light:hover {
    background-color: #3e3e3e;
    color: var(--primary-white-100, #fcfcfc);
}

.btn-light-outline,
a.btn-light-outline,
.header-main .btn-light-outline,
.header-main a.btn-light-outline {
    background-color: transparent;
    border-color: var(--primary-white-100, #fcfcfc);
    color: var(--primary-white-100, #fcfcfc);
}

.btn-light-outline:hover,
a.btn-light-outline:hover {
    background-color: var(--primary-white-100, #fcfcfc);
    border-color: transparent;
    color: #5f5f5f;
}

.btn-outline,
a.btn-outline {
    background-color: transparent;
    border-color: var(--primary-black-100, #070709);
    color: var(--primary-black-100, #070709);
}

.btn-outline:hover,
a.btn-outline:hover {
    background-color: var(--text-accent-color-light, #f70082);
    border-color: transparent;
    color: var(--primary-white-100, #fcfcfc);
    outline: none;
    box-shadow: none;
}

.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    background-color: var(--text-accent-color, #dc3545);
    border-color: transparent;
    color: var(--primary-white-100, #fcfcfc);
    outline: none;
    box-shadow: none;
}

.btn-outline-light,
a.btn-outline-light {
    background-color: transparent;
    border-color: var(--primary-white-100, #fcfcfc);
    color: var(--primary-white-100, #fcfcfc);
}

.btn-outline-light:hover,
a.btn-outline-light:hover {
    background-color: var(--primary-white-100, #fcfcfc);
    border-color: transparent;
    color: var(--primary-black-100, #070709);
}

.btn-tiny,
.btn.btn-tiny {
    padding: 8px 8px 6px 8px;
    /* font-size: 0.9em; */
}

.btn-sm {
    padding: 12px 24px 12px 24px;
}

.btn-md {
    padding: 12px 24px 12px 24px;
}

.btn-lg {
    padding: 16px 24px 16px 24px;
}

.btn-tiny.btn-outline,
.btn-tiny.btn-outline-light,
.btn-tiny.btn-contrast-outline {
    border-width: 1px;
    padding: 5px 12px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
.btn-link-light {
    color: var(--text-accent-color, #dc3545);
    background: none;

    line-height: 1.1;

    border: none;
    border-color: transparent;

    text-decoration: none;
}

.btn-link:hover {
    color: var(--text-accent-color-dark, #b70082);
}

.btn-link:not(.btn-text-icon):hover,
.btn-link.btn-text-icon:hover > span {
    text-decoration: underline;
}

.btn-link-light {
    color: var(--primary-white-100, #fcfcfc);
}

.btn-link-light:hover {
    color: var(--text-accent-color-dark, #b70082);
    text-decoration: none;
}

.btn-link-light:not(.btn-text-icon):hover,
.btn-link-light.btn-text-icon:hover > span {
    text-decoration: underline;
}

.btn-inverse {
    color: var(--primary-white-100, #fcfcfc);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 var(--primary-black-100, #070709);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary.active[disabled],
.btn-primary.focus[disabled],
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
    background-color: #3e3e3e;
    border-color: transparent;
    background-color: #ced3d6;
    color: #737b80;
}

.btn.btn-text-icon {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.btn.btn-text-icon > span {
    line-height: 1;
}

.btn.btn-text-icon > .btn_text {
    text-align: center;
    white-space: pre-wrap;
    white-space: nowrap;
}

.btn.btn-text-icon > .btn_icon {
    padding: 0;
    line-height: 1;
}

.btn.btn-text-icon.rotated > .btn_icon {
    transform: rotate(180deg);
}

.btn.btn-text-icon > .btn_icon.btn_icon_left {
    text-align: center;
    padding: 0;
    padding-right: 4px;
}

.btn.btn-text-icon.rotated > .btn_icon.btn_icon_left {
    padding-right: 0;
    padding-left: 4px;
}

.btn.btn-text-icon > .btn_icon.btn_icon_right {
    text-align: center;
    padding: 0;
    padding-left: 4px;
}

.btn.btn-text-icon.rotated > .btn_icon.btn_icon_right {
    padding-left: 0;
    padding-right: 4px;
}

/* Remove button */
a.product-remove {
    position: relative;
    font-size: 0;
    display: inline-block;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 28px;
    background-color: var(--secondary-black-100, #000000);
    cursor: pointer;
    padding-right: 16px;
    padding-right: 0;
}

a.product-remove:after,
a.product-remove:before {
    content: ' ';
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -1px;
    width: 10px;
    height: 2px;
    display: inline-block;
    background-color: var(--primary-white-100, #fcfcfc);
    -webkit-transition:
        background-color 0.2s ease-in-out,
        transform 0.2s ease-in-out,
        width 0.2s ease-in-out;
    -moz-transition:
        background-color 0.2s ease-in-out,
        transform 0.2s ease-in-out,
        width 0.2s ease-in-out;
    -o-transition:
        background-color 0.2s ease-in-out,
        transform 0.2s ease-in-out,
        width 0.2s ease-in-out;
    transition:
        background-color 0.2s ease-in-out,
        transform 0.2s ease-in-out,
        width 0.2s ease-in-out;
}

a.product-remove:after {
    transform: rotate(-44deg);
    -webkit-transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    -o-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    -sand-transform: rotate(-44deg);
}

a.product-remove:before {
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -sand-transform: rotate(44deg);
    transform: rotate(44deg);
}

a.product-remove:hover:after {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -sand-transform: rotate(0);
}

a.product-remove:hover:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -sand-transform: rotate(0);
    transform: rotate(0);
}

a.button-circle {
    background: #f1f1f1;
    height: 30px;
    width: 30px;
    line-height: 34px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    color: var(--primary-black-100, #070709);
}

/* Responsive table */
.table-responsive {
    border: none !important;
}

.table-bordered {
    border: none;
    margin-bottom: 20px;
    line-height: 1.6;
}

.table-bordered.border-bottom {
    border-bottom: 1px solid #e7e7e7;
}

.table-bordered > thead > tr > td {
    border: none;
    border-bottom: 2px solid #e7e7e7;
    padding: 13px 5px 10px;
    font-size: 1.286em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary-black-100, #070709);
    white-space: normal !important;
}

.table-bordered > tbody > tr > td {
    padding: 13px 5px;
    line-height: inherit;
    vertical-align: middle;
    border: none;
    border-top: 1px solid #e7e7e7;
    white-space: normal !important;
}

.table-bordered > thead > tr > td:first-child,
.table-bordered > tbody > tr > td:first-child {
    padding-left: 0;
}

.table-bordered > thead > tr > td:last-child,
.table-bordered > tbody > tr > td:last-child {
    padding-right: 0;
}

.table-bordered > tbody > tr > td.remove-cell {
    width: 40px;
}

.table-bordered > tbody > tr > td.image {
    width: 1%;
    padding-right: 15px;
}

.table-bordered > tbody > tr > td.image img {
    max-width: none;
}

@media (max-width: 380px) {
    .table-bordered > tbody > tr > td.image {
        padding-right: 0;
    }

    .table-bordered > tbody > tr > td.image a {
        display: none;
    }
}

@media (max-width: 767px) {
    .table-bordered > tbody > tr > td.image img {
        max-width: 60px;
    }

    .table-bordered > tbody > tr > td {
        padding: 13px 2px;
    }
}

.table-bordered > tbody > tr > td.name {
    max-width: 290px;
    padding-right: 20px;
}

.table-bordered > tbody > tr > td.price-cell {
    font-size: 16px;
}

.table-bordered > tbody > tr > td .price-old {
    color: #999999;
    display: block;
}

.table-bordered > tbody > tr > td small {
    color: #888888;
}

.table-bordered > tbody > tr > td .qty-form {
    width: 55px;
    padding-right: 5px;
}

@media (min-width: 768px) {
    .table-bordered > tbody > tr > td.total-cell {
        font-size: 1.286em;
        color: var(--primary-black-100, #070709);
        font-weight: 700;
    }
}

.table-bordered.totals {
    color: var(--primary-black-100, #070709);
    font-size: 1.286em;
    border-top: 2px solid #e7e7e7;
}

.table-bordered.totals tbody > tr:last-child > td:last-child {
    font-weight: 700;
    font-size: 1.43em;
}

.compare-table .table-bordered > thead > tr > td {
    font-size: 1.43em;
}

.compare-table .table-bordered tr td {
    border-color: #f2f2f2;
}

.compare-table .table-bordered tbody + tbody {
    border-top: none;
}

.compare-table table tbody tr td:first-child {
    background: #f2f2f2;
    min-width: 200px;
    padding-left: 10px;
    text-align: left;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.compare-table table tbody tr td.remove {
    line-height: normal;
    vertical-align: bottom;
}

.compare-table table tbody tr td.product {
    padding-bottom: 20px;
}

.compare-table table tbody tr td.product a {
    color: var(--primary-black-100, #070709);
    display: inline-block;
    margin-bottom: 6px;
}

.compare-table table tbody tr td.product .compare-price {
    font-size: 1.286em;
    color: #949494;
    display: block;
    margin-bottom: 13px;
}

.compare-table table tbody tr td.product .compare-price .price-old {
    display: inline-block;
    color: #bbbbbb;
}

.compare-table table tbody tr td .rating {
    font-size: 14px;
    margin: 5px 0;
}

.totals-slip {
    background-color: #f5f5f5;
    padding: 40px 25px 25px;
    background-image: url('../image/checkout-border.jpg');
    background-repeat: repeat-x;
    background-position: top center;
}

.totals-slip .table-holder {
    background: var(--primary-white-100, #fcfcfc);
    padding: 10px 20px;
}

.totals-slip .table-holder table td {
    padding: 15px 12px !important;
    color: var(--primary-black-100, #070709);
}

@media (max-width: 991px) {
    .totals-slip,
    .totals-slip .table-holder {
        padding-left: 0;
        padding-right: 0;
    }
}

.totals-slip .table-holder table tr:first-child td {
    border-top: none;
}

.totals-slip .table-holder table tr:last-child td {
    font-size: 1.43em;
    text-transform: uppercase;
    font-weight: 700;
}

.cart-modules h4 {
    text-transform: uppercase;
    font-size: 1.286em;
}

/* Panel Group */
.panel-group .panel {
    border: none;
    box-shadow: none;
}

.panel-group .panel + .panel {
    margin-top: 15px;
}

.panel-group .panel-heading {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    background: none;
    padding: 12px 0;
}

.panel-group .panel-heading .panel-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.panel-body {
    padding: 25px 0;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

/* cart */
.cart-container {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;

    gap: 24px;

    width: 100%;
}

.cart-container > * {
    width: 100%;
}

/* Layout for desktop >= 992px */
@media (min-width: 992px) {
    .cart-container {
        flex-direction: row;
        /* place children side by side */
        align-items: flex-start;
    }

    .cart-container > div {
        flex: 0 0 30%;
        /* take 30% width */
        max-width: 350px;
        /* but not more than 300px */
    }

    .cart-container > form {
        flex: 1 1 auto;
        /* take remaining space */
        min-width: 0;
        /* fix flex overflow issues */
    }
}

#products-wrapper,
#totals-wrapper {
    background-color: transparent;
    transition: background-color 0.5s ease; /* animation */
}

#products-wrapper.loading {
    background-color: var(--secondary-grey-100, #999999);
    opacity: 0.25;
    pointer-events: none;
}

#totals-wrapper.loading {
    background-color: var(--secondary-grey-100, #999999);
    opacity: 0.25;
    pointer-events: none;
}

.cart-table {
    margin-bottom: 24px;

    width: 100%;
}

.cart-table > .cart-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: none;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;

    gap: 12px;
}

.cart-item {
    margin: 0;
    padding: 12px;

    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
    gap: 12px;

    width: 100%;
    max-width: 100%;

    /* background-color: #d7d0d0;
    border: 1px solid #d7d0d0; */
    border-radius: 12px;

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.cart-header {
    font-weight: bold;
    background: #f9f9f9;
}

.cart-cell-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}

.cart-cell-group.main-data {
    justify-content: flex-start;
}

.cart-cell {
    /* flex: 1; */
    display: flex;
}

.cart-cell.data {
    flex: 2;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;

    gap: 12px;

    width: 100%;
}

.cart-cell-inner {
    max-width: 100%;
}

.cart-cell-inner.image {
    width: 35%;
}

.cart-cell-inner.image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.cart-cell-inner.data {
    width: calc(65% - 12px);

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;

    gap: 6px;
}

.cart-cell-inner a.product-name {
    margin-bottom: 12px;

    display: block;

    max-width: 100%;

    font-size: 1.15em;
    font-weight: 500;
    line-height: 1;

    color: var(--primary-black-100, #070709);
}

.cart-cell .product-options {
    margin: 0;
    padding: 0;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;

    gap: 6px;
}

.cart-cell-inner .product-options > .small,
.cart-cell-inner .price {
    font-family: var(--font-family-accent, 'Phenomena', sans-serif);
    font-size: 1em;
    font-style: italic;

    line-height: 1;
}

.cart-cell-group.price-qty {
    align-items: flex-end;
}

.cart-cell-inner.quantity {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;

    gap: 6px;
}

/*
.cart-cell.price-qty {
    flex: 1;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;

    gap: 12px;

    width: 100%;
}

.cart-cell.price-qty .cart-cell-inner {
    max-width: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}
*/

.price-qty .cart-product_remove {
    padding: 6px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    width: 32px;
    height: 32px;

    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.price-qty .cart-cell-inner.total {
    font-weight: 600;
    font-size: 1.5em;
    font-family: var(--font-family-accent, 'Phenomena', sans-serif);

    min-width: 90px;

    text-align: right;
}

/* Totals section */
#totals-wrapper {
    margin-bottom: 24px;

    display: flex;
    flex-direction: column;
    gap: 12px;
}

.totals-list {
    margin: 0;
    padding: 12px;

    display: flex;
    flex-direction: column;
    gap: 6px;

    border: 1px solid;
    border-radius: 12px;
    /* background: #d7d0d0; */

    font-family: var(--font-family-accent, 'Phenomena', sans-serif);
    font-size: 1.25em;
}

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

.totals-list > #total {
    font-size: 2em;
}

.totals-list > #total > .totals-text {
    font-weight: 600;
}

.totals-title {
    font-weight: bold;
}

.totals-text {
    text-align: right;
}

.modules-list {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: flex-start;

    gap: 12px;
}

/*
.btn-checkout {
    display: block;
    text-align: center;
    padding: 12px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    transition: background 0.3s;
}

.btn-checkout:hover {
    background-color: #0056b3;
}
*/
.coupon-wrapper {
    margin: 0;
    padding: 0;

    display: flex;
    align-items: center;
    gap: 6px;
}

/* Input styling */
.coupon-input {
    flex: 1;
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Button styling */
.coupon-btn {
    width: 36px;
    height: 36px;
    border: none;
    background-color: #000;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;

    /* Arrow icon via CSS */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm4.5 5.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

.coupon-btn:hover {
    background-color: #0056b3;
}

@media screen and (min-width: 768px) {
    .cart-item {
        flex-direction: row;
    }

    .cart-cell.price-qty {
        flex-direction: column;
        align-items: flex-end;
        width: 200px;
    }
}

@media screen and (min-width: 992px) {
    .cart-item {
        flex-direction: column;
    }
}

@media screen and (min-width: 1200px) {
    .cart-item {
        flex-direction: row;
    }
    .cart-item > .main-data {
        flex: 3;
    }
    .cart-item > .price-qty {
        flex: 1;
        flex-direction: column;
    }
}

@media screen and (min-width: 1400px) {
    .cart-item > .price-qty {
        flex-direction: row;
    }
}

/* list group */
.list-group a {
    border: 1px solid #dddddd;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: #ececec;
    border: 1px solid #dddddd;
    text-shadow: 0 1px 0 #fff;
}

/* carousel */
.carousel-caption {
    color: var(--primary-white-100, #fcfcfc);
    text-shadow: 0 1px 0 var(--primary-black-100, #070709);
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* Product Listing */
.table.filter {
    border-bottom: 1px solid #ececec;
    padding: 7px 0;
    display: none;
}

.table.filter .view-icon i {
    font-size: 20px;
    color: #bbbbbb;
    margin-right: 3px;
    vertical-align: bottom;
}

.grid .table.filter .view-icon.grid i,
.list .table.filter .view-icon.list i {
    color: var(--primary-black-100, #070709);
    cursor: default;
}

.table.filter .w100 {
    padding-left: 10px;
}

.table.filter .w100 a:before {
    content: ' ';
    display: inline-block;
    margin-right: 10px;
    height: 18px;
    width: 1px;
    background: #dddddd;
    vertical-align: bottom;
}

.table.filter span {
    padding: 0 3px 0 15px;
}

.table.filter .sort-select {
    position: relative;
}

@media (max-width: 767px) {
    .table.filter .sort-select:before {
        content: '\f15d';
        color: #222222;
        font-size: 12px;
        position: absolute;
        left: 10px;
        top: 9px;
        pointer-events: none;
        font-family: FontAwesome;
    }

    .table.filter .sort-select select {
        padding-left: 25px;
        max-width: 150px;
    }
}

select.form-select {
    font-size: 14px;
}

#digitalElephantFilter_box .filter-trigger-btn {
    font-size: 14px;
    color: #222222;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

@media screen and (min-width: 768px) {
    select.form-select,
    #digitalElephantFilter_box .filter-trigger-btn {
        font-size: 16px;
    }
}

#digitalElephantFilter_box .filter-trigger-btn i {
    margin-right: 6px;

    font-size: 16px;
}

.notransition .btn,
.notransition .product-name,
.notransition .caption {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.product-holder {
    margin: 0;
    padding: 0;
    /* padding-top: 20px; */
}

.single-product {
    position: relative;
    margin-bottom: 10px;
}

.grid .single-product {
    margin-bottom: 25px;
}

.single-product .image {
    position: relative;
    margin-bottom: 12px;

    border-radius: 12px;
    overflow: hidden;
}

.single-product .image .thumb2 {
    position: absolute;
    left: 50%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 750ms;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.single-product .image:hover .thumb2,
.product-style4 .single-product:hover .thumb2 {
    opacity: 1;
    visibility: visible;
    transition: all 750ms;
}

.single-product .image > a:not(.img-overlay) {
    display: inline-block;
    width: 100%;
    text-align: center;
}

/* Badges */
.single-product .image .badges-wrapper,
.image-area .badges-wrapper {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;

    z-index: 8;
}

.badges-wrapper > .badge > i {
    font-family: var(--font-family-header, 'ArtegraSansExtended'), sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
}
/*
.single-product .image .badge,
.image-area .badge {
    position: absolute;
    z-index: 3;
    display: table;
    top: 5px;
    left: 5px;
}

.single-product .image .badge + .badge,
.image-area .badge + .badge {
    top: 60px;
}

.single-product .image .badge + .badge + .badge,
.image-area .badge + .badge + .badge {
    top: 115px;
}

.single-product .image .badge i,
.image-area .badge i {
    display: table-cell;
    vertical-align: middle;

    font-style: normal;
    font-family: var(--font-family-header, 'ArtegraSansExtended'), sans-serif;

    line-height: 1;
    white-space: normal;
    text-align: center;
    text-transform: uppercase;
}

.badge i {
    font-weight: 600;
    font-size: 13px;
}

.sale_badge {
    background: var(--text-accent-color, #e61f80);
    color: var(--primary-white-100, #fcfcfc);
}

.new_badge {
    background: var(--primary-white-100, #fcfcfc);
    color: var(--primary-black-100, #070709);
}
*/

.out_of_stock_badge {
    background: var(--primary-black-100, #070709);
    color: var(--primary-white-100, #fcfcfc);
}

.single-product .image .icons-wrapper {
    position: absolute;
    text-align: center;
    right: 3px;
    top: 1px;
}

.single-product .image .icons-wrapper .icon {
    font-size: 24px;
    width: 30px;
    padding: 5px 0 0 0;
    display: block;
    text-align: center;
    transition: all 300ms;
    color: var(--primary-black-100, #070709);
}

@media (min-width: 768px) {
    .single-product .image .icons-wrapper .icon {
        transform: scale(0, 0);
        color: var(--primary-white-100, #fcfcfc);
    }

    .single-product .image .icons-wrapper .icon:hover {
        color: #d5d5d5;
    }

    .single-product:hover .image .icons-wrapper .icon {
        transform: scale(1, 1);
        transition: all 300ms;
    }
}

.single-product .image .icons-wrapper .icon span:before {
    display: inline-block;
}

@media (min-width: 768px) {
    .single-product .image .icons-wrapper .icon.is-cart {
        display: none;
    }
}

.single-product .image .btn-light-outline {
    display: none;
}

.grid .single-product .product-name,
.grid .single-product .product-name:hover,
.list .single-product .product-name {
    display: inline-block;
    color: var(--primary-black-100, #070709);
    font-size: 15px;
    font-weight: 400;
    padding: 1px 0;
    margin-bottom: 4px;
}

/* Normalize card title weight when product names contain <strong>/<b> from CMS/admin content */
.grid .single-product .product-name strong,
.grid .single-product .product-name b,
.list .single-product .product-name strong,
.list .single-product .product-name b {
    font-weight: inherit !important;
}

.single-product .rating {
    margin-bottom: 9px;
    margin-top: 3px;

    display: flex;
}

.grid .single-product .price {
    font-size: 16px;
    font-weight: 400;
    height: 28px;
    line-height: 28px;
    transition: margin-top 300ms;
}

.grid .single-product .price .price-old,
.grid .single-product .price .price-new {
    font-weight: 400;
}

.grid .single-product .price span:not(.price-new) {
    color: #949494;
}

.single-product .price .price-old {
    margin-right: 5px;
    text-decoration: line-through;
    color: #bdbdbd;
    font-size: 14px;
}

.single-product .btn-outline .global-cart {
    font-size: 0;
}

.single-product .description,
.single-product .price-tax,
.single-product .plain-links,
.single-product .btn-outline,
.single-product .btn-contrast {
    display: none;
}

/* Products Style 1 */
.product-style1 .single-product .image .icons-wrapper .icon {
    color: var(--primary-black-100, #070709);
}

.product-style1 .grid .single-product .product-name,
.list .single-product .product-name {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: border-bottom 300ms;
    margin-bottom: 5px;

    display: block;
    min-height: 73px;
    padding-bottom: 8px;
}

.product-style1 .grid .single-product .product-name:hover,
.list .single-product .product-name:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transition: border-bottom 300ms;
}

@media (min-width: 768px) {
    .product-style1 .grid .single-product .price-wrapper {
        height: 28px;
        overflow: hidden;
    }

    .product-style1:not(.catalog_mode)
        .grid
        .single-product:hover
        .price-wrapper
        .price {
        margin-top: -30px;
        transition: margin-top 300ms;
    }

    .product-style1 .grid .single-product .price-wrapper .btn-outline {
        display: inline-block;
        border: none;
        color: var(--primary-black-100, #070709);
        background: none;
        padding: 0;
        text-transform: none;
        font-weight: 600;
        font-size: 0;
        height: 28px;
        line-height: 28px;
    }

    .product-style1 .grid .single-product .price-wrapper .btn-outline::after {
        content: "В корзину";
        font-size: 16px;
    }
}

.product-style1 .grid .single-product .btn-outline .global-cart {
    font-size: 16px;
    margin-right: 6px;
    font-weight: inherit;
}

/* Style 1 with centered product names */
.product-style1.names-c .grid .single-product {
    text-align: center;
}

.product-style1.names-c .grid .single-product .product-name {
    border: none;
}

.product-style1.names-c .grid .single-product .btn-outline .global-cart {
    display: none;
}

.product-style1.names-c .grid .single-product .price-wrapper .btn-outline {
    height: 22px;
    line-height: 22px;
    color: var(--primary-black-100, #070709);
    border-bottom: 1px solid #999999;
}

.product-style1.names-c
    .grid
    .single-product
    .price-wrapper
    .btn-outline:hover {
    opacity: 0.8;
}

/* Products Style 2 */
.product-style2 .single-product {
    text-align: center;
}

.product-style2 .single-product .image {
    overflow: hidden;
    text-align: left;
}

.product-style2 .single-product .image .icons-wrapper {
    right: 0;
    left: 0;
    bottom: -40px;
    top: auto;
    height: 40px;
    background: rgba(0, 0, 0, 0.9);
    padding: 3px 0 2px;
    letter-spacing: 12px;
    transition: bottom 300ms;
}

.product-style2 .single-product:hover .image .icons-wrapper {
    bottom: 0;
    transition: bottom 300ms;
}

.product-style2 .single-product.menu-product:hover .image .icons-wrapper {
    bottom: -4px;
}

.product-style2 .single-product .image .icons-wrapper .icon,
.product-style2 .single-product .image .icons-wrapper .icon.is-cart {
    display: inline-block;
    max-width: 20%;
    letter-spacing: 0;
    transform: none;
    color: var(--primary-white-100, #fcfcfc);
}

.product-style2 .single-product.menu-product .image .icons-wrapper .icon,
.product-style2
    .single-product.menu-product
    .image
    .icons-wrapper
    .icon.is-cart {
    font-size: 16px;
    max-width: 20px;
}

.product-style2 .single-product .image .icons-wrapper .icon:hover,
.product-style2 .single-product .image .icons-wrapper .icon.is-cart:hover {
    color: #d5d5d5;
}

/* .img-overlay {
    display: none;
} */

/* Products Style 3 */
@media (min-width: 768px) {
    .product-style3 .single-product .img-overlay,
    .product-style4 .single-product .img-overlay {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.75);
        opacity: 0;
        transition: opacity 300ms;
    }

    .product-style3 .grid .single-product .image:hover .img-overlay,
    .product-style4 .grid .single-product:hover .img-overlay {
        opacity: 1;
        transition: opacity 300ms;
    }
}

.product-style3 .single-product {
    text-align: center;
}

.product-style3 .single-product .image .btn-center {
    position: absolute;
    padding: 0 30px;
    text-align: center;
    top: 50%;
    right: 0;
    left: 0;
}

@media (min-width: 768px) {
    .product-style3 .single-product .image .btn-center .btn-light-outline {
        display: inline-block;
        margin-top: -20px;
        transform: scale(0, 0);
        opacity: 0;
        transition:
            all 300ms,
            opacity 200ms;
    }
}

.product-style3
    .grid
    .single-product
    .image:hover
    .btn-center
    .btn-light-outline {
    transform: scale(1, 1);
    opacity: 1;
    transition:
        all 300ms,
        opacity 200ms;
}

/* Product style 4 */
@media (min-width: 768px) {
    .product-style4 .grid .single-product {
        padding-bottom: 0;
        margin-bottom: 30px;
    }

    .product-style4 .grid .single-product .image {
        margin-bottom: 0;
    }

    .product-style4 .grid .single-product .caption {
        position: absolute;
        top: 52%;
        right: 35px;
        left: 35px;
        text-align: center;
        transform: translateY(-40%);
        -webkit-filter: blur(0.000001px);
        /* Webkit browsers fix */
        opacity: 0;
        transition:
            transform 400ms,
            opacity 400ms;
    }

    .product-style4 .grid .single-product:hover .caption {
        transform: translateY(-50%);
        opacity: 1;
        transition:
            transform 400ms,
            opacity 400ms;
    }

    .product-style4 .grid .single-product .product-name,
    .product-style4 .grid .single-product .price,
    .product-style4 .grid .single-product .price-new,
    .product-style4 .grid .single-product .rating {
        color: var(--primary-white-100, #fcfcfc);
    }

    .product-style4 .grid .single-product .product-name {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: '..';
        width: 95%;
    }

    .product-style4 .grid .single-product .price {
        line-height: 31px;
    }

    .product-style4 .grid .single-product .product-name:hover {
        color: #cccccc;
    }

    .product-style4 .grid .single-product .caption .btn-outline {
        display: inline-block;
        margin: 30px 0 0;
        pointer-events: auto;
        -webkit-filter: blur(0.000001px);
        -webkit-transform: translateZ(0);
        border-color: rgba(255, 255, 255, 0.5);
        transition: all 400ms;
        color: var(--primary-white-100, #fcfcfc);
        border: 1px solid rgba(255, 255, 255, 0.5);
    }

    .product-style4 .grid .single-product:hover .caption .btn-outline {
        margin: 13px 0 17px;
    }

    .product-style4 .grid .single-product .caption .btn-outline:hover {
        border-color: transparent;
        background: var(--primary-white-100, #fcfcfc);
        color: #555555;
    }
}

/* Product Style 5 is under Product Style 1 */
/* Product Style 6 */
.product-style6 .single-product .image .icons-wrapper .icon,
.product-style6 .grid .single-product .price {
    color: var(--primary-black-100, #070709);
}

.product-style6 .grid .single-product {
    text-align: center;
}

.product-style6 .grid .single-product .price {
    font-weight: 700;
}

@media (min-width: 768px) {
    .product-style6 .grid .single-product .btn-contrast,
    .product-style6 .list .single-product .btn-contrast {
        display: inline-block;
    }

    .product-style6 .grid .single-product .btn-contrast {
        margin-top: 12px;
    }

    .product-style6 .single-product .btn-contrast .global-cart {
        display: none;
    }

    .product-style6 .single-product .btn-contrast {
        font-weight: 700;
        font-size: 0.85em;
        padding: 8px 15px;
    }
}

/* Fix for equal height on multiple rows carousel */
.product-style1 .grid.multiple-rows .carousel .single-product .caption,
.product-style6 .grid.multiple-rows .carousel .single-product .caption {
    min-height: 86px;
    margin-bottom: -5px;
}

@media (min-width: 768px) {
    .product-style6 .grid.multiple-rows .carousel .single-product .caption {
        min-height: 136px;
        margin-bottom: -5px;
    }
}

/* List style from Products module */
.gridlist .single-product,
.gridlist .single-blog {
    display: table !important;
    table-layout: fixed;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.gridlist:not(.carousel) .single-product:last-child,
.gridlist:not(.carousel) .single-blog:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.gridlist .single-product .image,
.gridlist .single-blog .banner_wrap {
    display: table-cell;
    vertical-align: top;
}

.gridlist .single-product .caption,
.gridlist .single-blog .summary {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 100%;
    padding: 0 0 0 10px;
}

.gridlist .single-product .product-name,
.gridlist .single-blog .blog-title {
    font-size: 0.9em;
    text-transform: uppercase;
    display: inline-block;
}

.gridlist .single-product .product-name:hover,
.gridlist .single-blog .blog-title:hover {
    text-decoration: underline;
}

.gridlist .single-product .price :not(.price-new) {
    color: #aaaaaa;
}

.gridlist .single-product .icons-wrapper,
.gridlist .single-product .badge,
.gridlist .single-product .sale-counter,
.gridlist .single-product .thumb2 {
    display: none;
}

/* VK Video holder */
.video-holder > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.blog .date_added {
    z-index: 2;
}

/* Special Countdown */
.grid .image .sale-counter {
    position: absolute;
    right: 2px;
    left: 2px;
    bottom: 12px;
    text-align: center;
}

.grid .caption .sale-counter {
    padding-top: 12px;
}

.sale-counter div {
    background: var(--primary-black-100, #070709);
    color: var(--primary-white-100, #fcfcfc);
    display: inline-block;
    margin: 0 2px;
    padding: 5px 0px;
    width: 50px;
    font-size: 1.286em;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    max-width: 21%;
    transition: opacity 750ms;
}

.product-style2 .grid .single-product:hover .sale-counter div {
    opacity: 0;
    transition: opacity 400ms;
}

.menu-product .sale-counter div {
    font-size: 16px;
    line-height: 16px;
    padding: 5px 0px 3px;
    margin: 0 1px;
}

.sale-counter i {
    display: block;
    font-size: 11px;
    line-height: 16px;
    font-style: normal;
    opacity: 0.6;
}

.special_countdown_wrapper {
    display: block;
    padding: 12px 0;
}

.special_countdown_description {
    margin: 0;
    margin-bottom: 12px;
    padding: 0;

    position: relative;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;

    color: #777777;

    font-style: italic;
    font-size: 15px;
}

.special_countdown_description > span,
.special_countdown_description > p {
    margin: 0;
    padding: 0;

    line-height: 1;
}

.special_countdown_description > span {
    display: inline-block;
    position: relative;
    margin-top: -4px;
}

.special_countdown .icon-clock {
    vertical-align: top;
    font-size: 15px;
    margin: 2px 2px 0 0;
    display: inline-block;
}

#special_countdown > div {
    background: #f8f8f8;
    color: var(--primary-black-100, #070709);
    display: inline-block;
    margin: 0 3px 0 0;
    padding: 9px 0px 8px;
    width: 65px;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    max-width: 23%;
}

#special_countdown > div > i {
    display: block;
    font-size: 13px;
    line-height: 18px;
    font-style: normal;
    opacity: 0.5;
}

/* List view */
@media (min-width: 768px) {
    .list .item.single-product {
        display: table;
        width: 100% !important;
        padding-bottom: 10px;
    }

    .list .item.single-product .image {
        display: table-cell;
        vertical-align: top;
        width: auto;
        padding-bottom: 17px;
        border-bottom: 1px solid #eaeaea;
    }

    .list .item.single-product .image img {
        max-width: none;
    }

    .list .item.single-product .icons-wrapper {
        display: none;
    }

    .list .single-product .description,
    .list .single-product .plain-links,
    .list .single-product .btn-outline {
        display: inline-block;
    }

    .list .item.single-product .caption {
        display: table-cell;
        vertical-align: top;
        text-align: left;
        width: 100%;
        padding: 2px 10px 17px 25px;
        padding-bottom: 16px;
        border-bottom: 1px solid #ececec;
    }

    .list .item.single-product:last-child .image,
    .list .item.single-product:last-child .caption {
        border-bottom: none;
        padding-bottom: 0;
    }

    .list .item.single-product .product-name {
        font-size: 1.2em;
        margin-bottom: 5px;
    }

    .list .item.single-product .price {
        font-size: 1.5em;
    }

    .list .item.single-product .price-tax {
        font-size: 14px;
        color: #999999;
        display: block;
        margin: 4px 0;
    }

    .list .item.single-product .description,
    .list .item.single-product .plain-links {
        margin: 10px 0 18px;
    }

    .list .item.single-product .plain-links a {
        display: inline-block;
        white-space: nowrap;
        margin: 7px 15px 5px 0;
    }

    .list .item.single-product .plain-links a span {
        vertical-align: text-bottom;
        font-size: 16px;
        margin-right: 2px;
    }

    .list .item.single-product .image .sale-counter {
        margin-top: -58px;
        margin-bottom: 18px;
        text-align: center;
        position: relative;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .list .item.single-product .image img {
        max-width: 200px;
    }
}

/* Category page */
.category-main-thumb {
    display: block;
    margin-bottom: 20px;
}

.category-description {
    display: block;
    margin-bottom: 30px;
}

.grid-holder.categories {
    padding: 10px 0 20px;
}

.grid-holder.categories img {
    display: block;
    margin-bottom: 10px;
}

/* Product Page */
@media (max-width: 991px) {
    .container.product-layout {
        max-width: none; /* Fix bootstrap's max-width */
    }
}

.product-info {
    margin: 0 -12px;
    width: calc(100% + 24px);
}

.product-info > .left {
    width: 100%;
    padding-bottom: 15.5px;
    width: auto;
}

.product-info > .right {
    margin: 0;
    padding: 0 12px;

    width: 100%;

    font-family: var(--font-family-header, 'ArtegraSansExtended'), sans-serif;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-info {
        margin: 0;
        padding: 0;
        width: 100%;
        display: block;
    }

    .product-info > .left,
    .product-info > .right {
        margin: 0;
        padding: 0;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .product-info {
        margin: 0;
        padding: 0;
        padding-top: 12px;

        width: 100%;

        display: flex;
        flex-direction: row;
        gap: 24px;
    }

    .product-info > .left,
    .product-info > .right {
        margin: 0;
        padding: 0;

        width: 50%;
    }
}

@media (min-width: 992px) {
    .product-info {
        margin-bottom: 12px;
    }

    .images-bottom .product-info > .left {
        width: 33.3333%;
    }

    .images-bottom .product-info > .right {
        width: 66.6667%;
    }
}

@media (min-width: 1200px) {
    .product-info > .left {
        width: 37%;
    }
    .product-info > .right {
        width: 63%;
    }
}

@media (min-width: 1400px) {
    .product-layout:not(.images-left) .product-info > .left {
        width: 37%;
    }
    .product-layout:not(.images-left) .product-info > .right {
        width: 63%;
    }
}

/* Image area */
.image-area {
    position: relative;
    margin-bottom: -8px;
    contain: layout paint;

    /* display: flex;
    flex-direction: column; */
}

.image-area > #main-image-wrapper {
    /* width: 70%; */
    width: 100%;
    height: 100%;

    margin: 0;
    padding: 0;
    /* padding-bottom: 3px; */

    display: block;
    overflow: hidden;
    position: relative;
    contain: layout paint;

    transition: opacity 0.2s ease;
}

.mobile-media-counter {
    display: none;
}

.mobile-media-arrow {
    display: none;
}

.image-area > #main-image-wrapper > a {
    display: block;
    line-height: 1;
    background: #000;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin: 0 12px;
}

.image-area > #main-image-wrapper > a > img {
    width: 100%;
    height: auto;
}

.image-area > #main-image-wrapper > a > video.product-inline-video {
    width: 100%;
    height: auto;
    display: block;
    background: #000;
}

.image-area > #main-image-wrapper > a.media-video-loading > video.product-inline-video {
    opacity: 1;
}

.image-area > #main-image-wrapper > a.media-video-loading::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.02) 36%, rgba(0, 0, 0, 0) 72%),
        linear-gradient(115deg, rgba(255, 255, 255, 0.00) 18%, rgba(255, 255, 255, 0.14) 50%, rgba(255, 255, 255, 0.00) 82%);
    background-size: 100% 100%, 240% 100%;
    animation: mainVideoLoadingSweep 1.1s ease-in-out infinite;
}

.image-area > #main-image-wrapper > a.media-video-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 52px;
    margin-top: -26px;
    margin-left: -26px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.22);
    border-top-color: rgba(255, 255, 255, 0.9);
    z-index: 4;
    pointer-events: none;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.3);
    animation: mainVideoLoadingSpin 0.85s linear infinite;
}

@keyframes mainVideoLoadingSweep {
    0% {
        background-position: 0 0, 120% 0;
    }
    100% {
        background-position: 0 0, -120% 0;
    }
}

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

.image-area > #main-image-wrapper > a > video.product-inline-video {
    transition: opacity 0.2s ease;
}

.image-area > #main-image-wrapper > a > video.product-inline-video::-webkit-media-controls-enclosure,
.image-area > #main-image-wrapper > a > video.product-inline-video::-webkit-media-controls-panel,
.image-area > #main-image-wrapper > a > video.product-inline-video::-webkit-media-controls,
.image-area > #main-image-wrapper > a > video.product-inline-video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none !important;
}

.image-area > .image-additional {
    width: 100%;
    max-height: 300px;
    min-height: 300px;
    content-visibility: visible;
    contain: none;

    transition: max-height 0.5s linear;
}

.image-area > .image-additional.slick-initialized {
    max-height: none;
    min-height: 1px;
    transition: max-height 0.5s linear;
}

.image-area > .image-additional.media-strip-pending {
    visibility: hidden;
    overflow: hidden;
}

.image-area > .image-additional.media-strip-pending.slick-initialized {
    visibility: visible;
}

.image-area > .image-additional.show-skeleton.slick-initialized::after {
    content: none;
}

.image-additional .link {
    position: relative;
    display: block;
}

.image-area > .image-additional.image-additional--single-thumb {
    max-height: none;
    min-height: auto;
}

.image-additional.image-additional--single-thumb .gallery-additional__images-wrap {
    width: 100px;
}

.image-additional.image-additional--single-thumb .gallery-additional__images-wrap .link > img {
    width: 100px;
    height: 97px;
    object-fit: cover;
}

@media (min-width: 992px) {
    .image-additional.image-additional--single-thumb .gallery-additional__images-wrap {
        width: 134px;
    }

    .image-additional.image-additional--single-thumb .gallery-additional__images-wrap .link > img {
        width: 134px;
        height: 131px;
    }
}

.image-additional .link > video,
.image-additional .link > img {
    width: 100%;
    border-radius: 0;
}

@media (min-width: 768px) {
    .image-additional .link > video,
    .image-additional .link > img {
        border-radius: 6px;
    }
}

@media (min-width: 992px) {
    .image-additional .link.active > video,
    .image-additional .link.active > img {
        display: block;
        outline: 2px solid #222222;
        outline-offset: -2px;
    }
}

.image-additional .link .video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #bbb;
    z-index: 1;
    opacity: 0;
}

/* Keep video thumbnails rounded like image thumbnails */
.image-additional .gallery-additional__video-wrap,
.image-additional .gallery-additional__video-wrap > .link,
.image-additional .gallery-additional__video-wrap video {
    border-radius: 12px !important;
}

.image-additional .gallery-additional__video-wrap,
.image-additional .gallery-additional__video-wrap > .link {
    overflow: hidden;
}

.image-additional .gallery-additional__video-wrap .video-js,
.image-additional .gallery-additional__video-wrap .video-js .vjs-tech,
.image-additional .gallery-additional__video-wrap .video-js .vjs-poster {
    border-radius: 12px !important;
}

.image-additional .gallery-additional__video-wrap .video-js {
    overflow: hidden;
}

.image-additional .gallery-additional__video-wrap > .link {
    position: relative;
    display: block;
    isolation: isolate;
}

.image-additional .gallery-video-teaser__img,
.image-additional .gallery-video-teaser__fallback {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.image-additional .gallery-video-teaser__fallback {
    background:
        radial-gradient(120% 120% at 15% 20%, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 45%),
        linear-gradient(145deg, #25272d 0%, #15171c 100%);
}

.image-additional .gallery-additional__video-wrap > .link::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(30, 32, 38, 0.58);
    z-index: 1;
    pointer-events: none;
}

.image-additional .gallery-video-teaser__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    color: #2b2f36;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.08);
    line-height: 1;
}

.image-additional .gallery-video-teaser__icon .bi-film {
    font-size: 32px;
    opacity: 0.95;
}

.image-additional .gallery-additional__video-wrap > .link:hover .gallery-video-teaser__icon {
    transform: translate(-50%, -50%) scale(1.04);
    transition: transform 0.2s ease;
}

#main-image img {
    width: 100%;
    height: auto;

    display: block;
}

#main-image img,
.full-width .image-additional img,
.mousetrap {
    cursor: url('../image/cursor-zoom.png'), pointer !important;
}

/* Image zoom on hover */
.cloud-zoom-wrap {
    position: relative;
    z-index: 2;
}

.image-area.hover-zoom-disabled .mousetrap {
    display: none;
}

/* .image-additional {
    overflow: hidden;
    padding: 0;
    margin: 0;
    opacity: 0;
} */

.container.full-width .image-additional {
    opacity: 1;
}

.image-additional > .slick-list {
    height: calc(100% + 5px) !important;
}

.image-additional .slick-list {
    margin: 0;
}

.image-additional .slick-slide {
    margin: 0;
    padding: 0;

    min-height: 1px;
}

/*
.image-additional .arrow-left,
.image-additional .arrow-right {
    height: 34px;
    width: 38px;

    text-align: center;
    line-height: 34px;
    font-size: 10px;

    background: var(--primary-white-100, #fcfcfc);
    color: var(--primary-black-100, #070709);
    display: block;

    position: absolute;
    z-index: 2;

    top: 50%;
    transform: translateY(-50%);
}
*/

.image-additional .arrow-left,
.image-additional .arrow-right {
    display: none;
    text-align: center;

    line-height: 34px;
    font-size: 50px;

    background: transparent;
    color: var(--text-accent-color, #dc3545);

    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

.image-additional .slick-disabled {
    cursor: default;
    color: #aaaaaa;
}

.image-additional .arrow-left {
    /* right: 58px; */
    left: 0px;
    /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); */
}

.image-additional .arrow-right {
    /* right: 20px; */
    right: 0px;
    /* box-shadow: 4px 0 4px rgba(0, 0, 0, 0.1); */
}

/* @media (min-width: 768px) {
    .image-area > .image-additional {
        border-radius: 12px;
    }
} */

@media (max-width: 991px) {
    .image-area > #main-image-wrapper .mobile-media-counter.is-visible {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 20px;
        bottom: 10px;
        z-index: 5;
        min-width: 42px;
        height: 24px;
        padding: 0 10px;
        border-radius: 999px;
        font-size: 12px;
        line-height: 1;
        font-weight: 600;
        color: #fff;
        background: rgba(0, 0, 0, 0.55);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        pointer-events: none;
    }

    .image-area > #main-image-wrapper .mobile-media-arrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 6;
        width: 34px;
        height: 34px;
        border: 0;
        border-radius: 999px;
        background: rgba(0, 0, 0, 0.56);
        color: #fff;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        cursor: pointer;
        padding: 0;
    }

    .image-area > #main-image-wrapper .mobile-media-arrow--prev {
        left: 20px;
    }

    .image-area > #main-image-wrapper .mobile-media-arrow--next {
        right: 20px;
    }

    .image-area > #main-image-wrapper .mobile-media-arrow > i {
        font-size: 18px;
        line-height: 1;
    }

    .image-area > .image-additional {
        height: 122px !important;
        min-height: 122px;
        max-height: 122px;
        margin-top: 10px;
        overflow: hidden !important;
        border-radius: 12px;
        clip-path: inset(0 round 12px);
        transition: opacity 0.18s ease, height 0.18s ease, margin-top 0.18s ease;
    }

    .image-additional.slick-slider {
        overflow: hidden !important;
        border-radius: 12px;
        clip-path: inset(0 round 12px);
    }

    .image-additional > .slick-list {
        height: 122px !important;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden !important;
        clip-path: inset(0 round 12px);
        border-radius: 12px;
        box-sizing: border-box;
        margin-left: 0;
    }

    .image-additional .slick-track {
        display: flex !important;
        align-items: center;
        height: 122px;
        justify-content: center;
    }

    .image-additional .slick-slide {
        padding-right: 6px;
        height: 106px;
        box-sizing: border-box;
    }

    .image-additional .slick-slide:last-child {
        padding-right: 0;
    }

    .image-additional .slick-slide > div {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 12px;
    }

    .image-additional .link {
        width: 100%;
        height: 106px;
        overflow: hidden;
        border-radius: 12px;
    }

    .image-additional .link > img,
    .image-additional .link > video {
        width: 100%;
        height: 106px;
        object-fit: cover;
        background: #ffffff;
        border-radius: 12px;
    }

    .image-additional .link.active > img,
    .image-additional .link.active > video {
        display: block;
        outline: 2px solid #222222;
        outline-offset: -2px;
    }

    /* Mobile: additional-photos strip gets a bit more height to avoid visual vertical clipping */
    .image-additional:not(.image-additional--single-thumb) {
        height: 132px !important;
        min-height: 132px;
        max-height: 132px;
    }

    .image-additional:not(.image-additional--single-thumb) > .slick-list,
    .image-additional:not(.image-additional--single-thumb) .slick-track {
        height: 132px !important;
    }

    .image-additional:not(.image-additional--single-thumb) .slick-slide,
    .image-additional:not(.image-additional--single-thumb) .link,
    .image-additional:not(.image-additional--single-thumb) .link > img,
    .image-additional:not(.image-additional--single-thumb) .link > video {
        height: 116px;
    }

    .image-additional.image-additional--single-thumb {
        margin-left: 7px;
    }

    .image-additional.image-additional--single-thumb .gallery-additional__images-wrap,
    .image-additional.image-additional--single-thumb .gallery-additional__images-wrap .link,
    .image-additional.image-additional--single-thumb .gallery-additional__images-wrap .link > img,
    .image-additional.image-additional--single-thumb .gallery-additional__images-wrap .link > video {
        width: 122px;
        height: 116px;
    }

    .image-additional.is-video-state {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        height: 0 !important;
        min-height: 0 !important;
        max-height: 0 !important;
        margin-top: 0;
    }

    .image-additional .arrow-left,
    .image-additional .arrow-right {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
        color: #111;
        font-size: 20px;
        line-height: 1;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
    }

    .image-additional .arrow-left {
        left: 6px;
    }

    .image-additional .arrow-right {
        right: 6px;
    }

    #main-image img {
        max-width: 100%;
    }

    .col-md-9.col-sm-8 .product-info,
    .col-md-9.col-sm-8 .product-info .table-cell {
        display: block;
        padding-left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .image-area > #main-image-wrapper .mobile-media-arrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 6;
        width: 36px;
        height: 36px;
        border: 0;
        border-radius: 999px;
        background: rgba(0, 0, 0, 0.48);
        color: #fff;
        cursor: pointer;
        padding: 0;
    }

    .image-area > #main-image-wrapper .mobile-media-arrow--prev {
        left: 14px;
    }

    .image-area > #main-image-wrapper .mobile-media-arrow--next {
        right: 14px;
    }

    .image-area > #main-image-wrapper .mobile-media-arrow > i {
        font-size: 20px;
        line-height: 1;
    }
}

@media (min-width: 992px) {
    /* Restore desktop additional-gallery arrows outside the thumbnails strip */
    .image-additional.slick-initialized .arrow-left {
        left: -36px !important;
        right: auto !important;
    }

    .image-additional.slick-initialized .arrow-right {
        right: -36px !important;
        left: auto !important;
    }

    .image-area {
        display: flex;
    }

    .image-area > #main-image-wrapper > a {
        margin: 0;
    }

    .image-area > #main-image-wrapper {
        display: block;

        border-radius: 12px;
    }

    .image-area > .image-additional {
        max-height: 170px;
        min-height: 170px;
    }

    .image-additional .link .video-placeholder {
        opacity: 0.75;
    }

    .image-additional .slick-slide {
        margin: 0;
        padding: 0;

        border-radius: 6px;

        overflow: hidden;
    }

    /* Desktop: keep video thumbnail square like on mobile */
    .images-bottom .image-additional .gallery-additional__video-wrap,
    .images-bottom .image-additional .gallery-additional__video-wrap > .link {
        aspect-ratio: 1 / 1;
    }

    .images-bottom .image-additional .gallery-additional__video-wrap > .link > video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Images bottom */
    .images-bottom .image-area {
        flex-direction: column;
    }

    .images-bottom .image-area > #main-image-wrapper {
        margin: 0;
        margin-bottom: 12px;
        padding: 0;
    }

    .images-bottom .image-additional {
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .images-bottom .image-additional .slick-slide {
        margin-right: 0;
        padding-right: 4px;
        box-sizing: border-box;
    }

    .images-bottom .image-additional .slick-slide:last-child {
        padding-right: 0;
    }

    .images-bottom .image-additional .slick-track {
        display: flex;
        gap: 0;
    }

    /* Images left */
    .images-left .image-area {
        flex-direction: row;
    }

    .images-left .image-area > #main-image-wrapper {
        order: 2;

        width: 90%;
    }

    .images-left .image-additional {
        margin: 0;
        margin-right: 12px;
        padding: 0;

        order: 1;

        width: calc(10% - 12px);

        border-radius: 0;
    }

    .images-left .image-additional .slick-slide {
        margin-bottom: 10px;
    }

    .images-left .image-additional .arrow-left {
        right: 50%;
        left: auto;
    }

    .images-left .image-additional .arrow-left:before {
        content: '\e607';
    }

    .images-left .image-additional .arrow-right {
        left: 50%;
        right: auto;
    }

    .images-left .image-additional .arrow-right:before {
        content: '\e604';
    }

    .image-additional .arrow-left,
    .image-additional .arrow-right {
        display: block;
    }

    .image-additional .arrow-left {
        /* right: 58px; */
        left: -36px;
        /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); */
    }

    .image-additional .arrow-right {
        /* right: 20px; */
        right: -36px;
        /* box-shadow: 4px 0 4px rgba(0, 0, 0, 0.1); */
    }
}

/* Placeholder skeleton */
.show-skeleton {
    margin: 0;
    padding: 0;

    position: relative;
    overflow: hidden;

    width: 100%;
    height: 100%;
    min-height: 170px;

    background-color: rgba(255, 255, 255, 0);
}

.show-skeleton::after {
    content: '';
    display: block;

    position: absolute;
    top: 0;
    left: 0;

    height: 100%;
    width: 100%;

    background: linear-gradient(
        130deg,
        rgba(122, 122, 122, 1),
        rgba(255, 255, 255, 1),
        rgba(122, 122, 122, 1)
    );
    background-size: 200% 200%;

    -webkit-animation: skeletonAnimation 5s ease infinite;
    -moz-animation: skeletonAnimation 5s ease infinite;
    animation: skeletonAnimation 5s ease infinite;
}

@-webkit-keyframes skeletonAnimation {
    0% {
        background-position: 10% 0%;
    }
    50% {
        background-position: 91% 100%;
    }
    100% {
        background-position: 10% 0%;
    }
}
@-moz-keyframes skeletonAnimation {
    0% {
        background-position: 10% 0%;
    }
    50% {
        background-position: 91% 100%;
    }
    100% {
        background-position: 10% 0%;
    }
}
@keyframes skeletonAnimation {
    0% {
        background-position: 10% 0%;
    }
    50% {
        background-position: 91% 100%;
    }
    100% {
        background-position: 10% 0%;
    }
}

.product-info .table-cell .inner {
    display: inline-block;
    padding-bottom: 30px;
    width: 100%;
}

.product-info .right h1#page-title {
    font-size: 24px;
    margin: 7px 0 10px;
    line-height: 1;
    margin-top: -35px;
}

/* @media (min-width: 576px) {
    .product-info .right h1#page-title {
        font-size: 24px;
        line-height: 1.2;
    }
} */

@media (min-width: 768px) {
    .product-info .table-cell.right {
        padding-left: 33px;
        vertical-align: top;
    }

    .product-info .right h1#page-title {
        font-size: 28px;
        line-height: 1.25;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .image-area {
        margin-bottom: 0;
    }

    .image-area > #main-image-wrapper > a {
        margin: 0;
    }

    .product-info .table-cell.right {
        padding-left: 0;
    }

    .product-info .right h1#page-title {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    .product-info .right h1#page-title {
        font-size: 22px;
        line-height: 1.2;
    }
}

.product-info .right .rating {
    margin: 0px 5px 9px 0;
    display: flex;
}

.product-info .right .review_link {
    display: inline-block;
    color: #999999;
}

.product-info .right ul.price {
    margin: 12px 0 12px;
    padding: 0;
    /* margin-bottom: 13px; */
    font-size: 24px;
    font-family: var(--font-family-header, 'ArtegraSansExtended'), sans-serif;
    font-weight: 500;

    line-height: 1;
}

.product-info .right .price-old {
    color: #9a9a9f;
    font-size: 19px;
    margin-right: 10px;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}

.product-info .right p.discount {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0 10px;
    margin-bottom: 20px;
}

.product-info .right p.discount span {
    display: block;
    margin-bottom: 5px;
}

.product-info .right p.discount i {
    font-style: normal;
}

.product-info .right .product-color-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 8px 0 12px;
    padding: 9px 12px;
    font-size: 12px;
    line-height: 1.4;
    color: #2c2f33;
    background: #fafafa;
    border: 1px solid #e6e8ec;
    border-radius: 8px;
}

.product-color-note__icon {
    display: block;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    margin-top: 0;
    fill: none;
    stroke: #7b818a;
    stroke-width: 1.7;
    stroke-linecap: round;
    margin-top: 8px;
}

.product-color-note__icon circle[fill="currentColor"] {
    fill: #7b818a;
}

.product-color-note > span {
    min-width: 0;
}

.product-info .right p.meta_description {
    margin: 0;
    margin-bottom: 12px;
    padding: 0;

    line-height: 1.15;
}

/* Quickview */
.quickview-info .image-area .main-image {
    padding-bottom: 0;
    display: block;
}

.quickview-info .col-12 .inner {
    padding: 0 10px 0 0;
}

.quickview-info .col-12.right .product-h1 {
    margin: 0;
    margin-bottom: 6px;
    padding: 0;
}

.quickview-info .col-12.right h1 {
    margin: 0;
    padding: 0;
    padding-top: 24px;

    font-size: 24px;
    font-weight: normal;

    text-transform: none;
    line-height: 1;
}
@media (min-width: 992px) {
    .quickview-info {
        width: auto;
    }
}

#product {
    margin: 0;
    margin-bottom: 12px;
    border-bottom: 1px solid #eaeaea;
}

#product .options {
    display: table;
    padding-bottom: 10px;
    width: 100%;
}

#product .options .table-cell {
    vertical-align: top;
    padding-bottom: 15px;
    width: 100%;
}

#product .options .table-cell.radio-cell,
#product .options .table-cell.checkbox-cell {
    padding-bottom: 10px;
}

#product .options .table-cell.name {
    padding: 11px 20px 0 0;
    width: auto;
    min-width: 80px;
}

#product .options .name label {
    font-weight: 700;
    color: var(--primary-black-100, #070709);
}

#product .options .has-image label {
    padding-left: 0;
}

#product .options .has-image label input,
#product .options .has-image label .name {
    display: none;
}

#product .options .has-image {
    display: inline-block;
    margin: 8px 10px 0px 0px;
    max-width: 25px;
}

#product .options .has-image:last-child {
    margin-bottom: 10px;
}

#product .options .has-image img {
    padding-bottom: 3px;
    border-bottom: 2px solid var(--primary-white-100, #fcfcfc);
}

#product .options .has-image input[type='radio']:checked + img,
#product .options .has-image input[type='checkbox']:checked + img {
    border-bottom: 2px solid var(--primary-black-100, #070709);
}

#product .options .table-cell .radio:last-child {
    margin-bottom: 0;
}

.input-quantity {
    width: 60px;
    padding-right: 5px;
    margin-right: 12px;
}

/*** Buy wrapper input-quantity, button-card, button-buyoneclick ***/
.buy-wrapper {
    margin: 0;
    margin-bottom: 12px;
    padding: 0;
    padding-top: 12px;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;

    gap: 6px;
}

.buy-wrapper input,
.buy-wrapper button {
    display: inline-block;
    vertical-align: middle;
}

.buy-wrapper input {
    margin: 0;
    padding: 0 12px;

    min-height: 38px;

    font-size: 16px;
    line-height: 1.5;

    border-radius: 8px;
    border: 1px solid #eaeaea;

    box-shadow: none;

    text-align: right;
}

.buy-wrapper input[type='number']::-webkit-inner-spin-button,
.buy-wrapper input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.buy-wrapper input[type='number'] {
    appearance: textfield;
    -moz-appearance: textfield;
}

.buy-wrapper > .form-group {
    margin: 0;
    padding: 0;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;

    gap: 6px;

    width: 100%;
}

.buy-wrapper .btn {
    width: 100%;
    font-size: 14px;
}

.form-group > .input-plus-minus {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;

    border: 1px solid;
    border-radius: 8px;

    min-width: 114px;
}

.form-group > .input-plus-minus > input {
    margin: 0;
    padding-top: 4px;

    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;

    border: none;
    border-radius: 0;

    font-size: 16px;
    text-align: center;

    background-color: transparent;
}

.form-group > .input-plus-minus > .btn,
.form-group > .input-plus-minus > .btn:focus,
.form-group > .input-plus-minus > .btn:active {
    padding: 0 6px;
    min-height: 38px;

    background-color: transparent;
    color: var(--primary-black-100, #070709);

    border: none;
    border-radius: 6px;

    font-family: 'bootstrap-icons';
    font-size: 24px;

    outline: none;
    box-shadow: none;
}

.form-group > .input-plus-minus > .btn:hover {
    background-color: transparent;
    color: var(--text-accent-color, #dc3545);
}

.form-group > .input-plus-minus > .btn.button-minus::before {
    content: '\f2ea';
}

.form-group > .input-plus-minus > .btn.button-plus::before {
    content: '\f4fe';
}
/*
.form-group.buy .btn.details {
    margin-left: 5px;
}
*/
@media (min-width: 380px) {
    .buy-wrapper .btn {
        font-size: 16px;
    }
}

@media (min-width: 560px) {
    .buy-wrapper {
        flex-direction: row;
    }

    .buy-wrapper > .form-group {
        width: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .buy-wrapper {
        flex-direction: column;
        justify-content: space-between;
    }

    .buy-wrapper > .form-group {
        width: 100%;
    }

    .buy-wrapper .btn {
        width: 100%;
    }
}

.product-info .table-cell.right p.info {
    margin-bottom: 12px;
    line-height: 22px;
    vertical-align: middle;
}

.wishlist_compare {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

.wishlist_compare > p {
    margin: 0;
    margin-right: 15px;
    font-size: 14px;
    line-height: 1;
    /* color: #666666; */
}

.wishlist_compare > p > a,
.wishlist_compare > p > button {
    display: inline-block;
    border: none;
}

.wishlist_compare > p i {
    font-size: 24px;
}

.product-info .table-cell.right p.info.is_wishlist,
.product-info .table-cell.right p.info.is_compare,
.product-info .table-cell.right p.info.is_ask {
    margin: 0 15px 23px 0;
    display: inline-block;
    position: relative;
    height: 24px;
    line-height: 24px;
    padding-left: 24px;
}

.product-info .table-cell.right p.info.is_wishlist i,
.product-info .table-cell.right p.info.is_compare i,
.product-info .table-cell.right p.info.is_ask i {
    font-size: 17px;
    position: absolute;
    left: 0;
    top: 3px;
}

.product-info .table-cell.right p.info b {
    color: var(--primary-black-100, #070709);
}

.mini-specs {
    margin: 10px 0 14px;
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
}

.mini-specs__head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 0 0 10px;
    border-bottom: 1px solid #edf0f4;
}

.mini-specs__heading {
    color: #121519;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
}

.mini-specs__row {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(180px, 1fr);
    column-gap: 24px;
    align-items: center;
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.25;
    border-bottom: 1px solid #edf0f4;
}

.mini-specs__row:last-of-type {
    border-bottom: 1px solid #d2d5da;
}

.mini-specs__name {
    font-weight: 700;
    color: #121519;
    font-size: 14px;
}

.mini-specs__value {
    color: #2b2e32;
    font-size: 14px;
    font-weight: 500;
}

.mini-specs__foot {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 16px 0 4px;
}

.mini-specs__all {
    display: inline-flex;
    align-items: center;
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    color: #d82c2c;
    text-decoration: none;
    border-bottom: none;
    transition: color 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
}

.mini-specs__all::after {
    content: '→';
    margin-left: 6px;
}

.mini-specs__all:hover {
    color: #e1251b;
    border-color: #e1251b;
}

.tech-passport-btn-3 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #ececec;
    color: #161616;
    text-decoration: none;
    font: 600 15px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    transition: .2s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
}

.tech-passport-btn-3:hover {
    border-color: #e53935;
    color: #e53935;
    transform: translateY(-1px);
}

.tech-passport-btn-3 svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.product-passport-desktop {
    display: none;
}

@media (min-width: 992px) {
    .mini-specs__head {
        justify-content: space-between;
        align-items: center;
    }

    .mini-specs__heading {
        margin: 0;
    }

    .product-passport-desktop {
        display: flex;
        flex: 0 0 auto;
        margin-left: 12px;
    }

    .product-passport-mobile {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .product-info .right .product-color-note {
        margin: 8px 0 10px;
        padding: 8px 10px;
        font-size: 11px;
        border-radius: 7px;
    }

    .mini-specs {
        padding: 0;
    }

    .mini-specs__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 0 0 8px;
    }

    .mini-specs__heading {
        font-size: 17px;
    }

    .mini-specs__row {
        grid-template-columns: 1fr;
        row-gap: 6px;
        padding: 12px 0;
        font-size: 14px;
    }

    .mini-specs__name,
    .mini-specs__value {
        font-size: 14px;
    }

    .mini-specs__foot {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 0 4px;
    }
}

.product-info .table-cell.right p.info.tags a + a:before {
    content: ',';
    margin-right: 8px;
}

.product-info .table-cell.right p.info.share a {
    font-size: 14px;
    color: #666666;
    margin: 0 5px;
    vertical-align: middle;
}

.product-info .table-cell.right p.info.share a:hover {
    color: var(--primary-black-100, #070709);
}

/* Full width product layout */
.product-layout.full-width .product-info {
    table-layout: fixed;
}

@media (min-width: 768px) {
    .product-layout.full-width .product-info .table-cell {
        width: 50%;
    }
}

.product-layout.full-width .image-area .main-image {
    padding-bottom: 0;
}

.product-layout.full-width .image-area .image-additional img {
    padding-bottom: 5px;
}

.product-layout.full-width .product-info .table-cell.right {
    text-align: center;
}

.product-layout.full-width .product-info .table-cell.right .inner {
    max-width: 550px;
}

.product-layout.full-width .product-info .table-cell.right .info-holder {
    padding: 20px 20px 5px;
    display: inline-block;
    background: #f9f9f9;
}

.product-layout.full-width .product-info .table-cell.right .info-holder p.info {
    display: inline-block;
    margin: 0 10px 15px;
}

.product-tabs-wrapper {
    margin: 0;
    /* margin-bottom: 40px; */
    padding: 30px 0 3px;
    background-color: #f9f9f9;
    content-visibility: auto;
    contain-intrinsic-size: 1000px;
}

@media screen and (max-width: 991px) {
    .product-tabs-wrapper > .container {
        max-width: none;
    }
}

.product-tabs-wrapper .nav-tabs {
    border-bottom: 2px solid var(--text-color-default, #1b1d21);
}

.product-tabs-wrapper .nav-tabs > .nav-item > .nav-link {
    border: none;
    color: var(--text-color-default, #1b1d21);
}

.product-tabs-wrapper .nav-tabs > .nav-item > .nav-link.active {
    color: var(--text-accent-color, #dc3545);
    background-color: transparent;
    border: none;
    border-bottom: 2px solid var(--text-accent-color, #dc3545);
}

.product-layout .inline-tabs {
    padding-top: 15px;
    margin-bottom: 60px;
}

.product-tabs-wrapper .tab-content {
    margin: 0;
    padding: 0;
    /* padding: 5px 0 10px; */
    line-height: 1.15;
}

.tab-pane > .tab-title {
    margin: 0;
    margin-bottom: 12px;
    padding: 0;
}

@media screen and (min-width: 576px) {
    .tab-pane > .tab-title {
        display: none;
    }
}

.tab-content p {
    line-height: 1.7;
}

@media screen and (max-width: 575px) {
    .product-tabs-wrapper .nav-tabs {
        display: none;
    }

    .product-tabs-wrapper .tab-content > .tab-pane {
        margin: 0;
        margin-bottom: 24px;
        padding: 0;
        display: block;
    }
}

/* Reviews / Questions */
#tab-review h4,
#tab-questions h4 {
    margin-top: 16px;
    font-size: 1.286em;
}

#tab-review .col-sm-6.right,
#tab-questions .col-sm-6.right {
    border-left: 1px solid #efefef;
}

@media (min-width: 768px) {
    #form-review,
    #form-question {
        padding-left: 25px;
    }

    #review,
    #question {
        padding-right: 25px;
    }
}

#form-review .form-group,
#form-question .form-group {
    margin-bottom: 2px;
}

#form-review label,
#form-question label {
    color: var(--primary-black-100, #070709);
}

#form-review .control-label,
#form-question .control-label {
    padding-bottom: 4px;
}

#form-review .alert.alert-sm,
#form-question .alert.alert-sm {
    margin: 20px 0 10px;
}

.rating-stars {
    margin: 2px 0;
}

.rating-stars input[type='radio'] {
    visibility: hidden;
}

.rating-stars label i {
    cursor: pointer;
    color: #666666;
    vertical-align: text-bottom;
    font-size: 15px;
    letter-spacing: 2px;
}

.rating-stars input[type='radio']:checked + label i:before {
    color: var(--text-accent-color, #dc3545);
    content: '\f005';
}

#review,
#question {
    padding-top: 12px;
    padding-bottom: 24px;
}

#review .table,
#question .table {
    margin-bottom: 24px;
}

#review .table-cell,
#question .table-cell {
    vertical-align: top;
    width: auto;
}

#review .table-cell.right,
#question .table-cell.right {
    width: 100%;
}

#review .fa-user,
#question .fa-comments-o {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: #eeeeee;
    font-size: 22px;
    color: #999999;
    display: block;
    margin: 4px 25px 10px 0;
}

#question .fa-comments-o {
    font-size: 24px;
}

#question p.question {
    margin-bottom: 20px;
}

#review p.author,
#question p.author,
#question p.our-answer {
    margin-bottom: 10px;
}

#question p.no-answer {
    color: #777777;
}

#review p.author .rating {
    display: flex;
    color: var(--text-accent-color, #dc3545);
    /* margin-top: 2px; */
}

@media (min-width: 768px) {
    #review p.author .rating {
        float: right;
    }
}

/* Specifications */
.table.specification {
    margin: 0;
    max-width: 650px;
    /* margin: 0 auto; */
}

.table.specification > tbody > tr {
    border: none;
}

.table.specification > tbody > tr > td,
.table.specification > thead > tr > td {
    padding: 12px 6px 0 6px;
    /* border-top: 1px solid #eeeeee; */
}

.table.specification > tbody > tr > td b {
    color: var(--primary-black-100, #070709);
    font-size: 16px;
}

.table.specification > thead > tr > td {
    font-size: 1.286em;
    padding-top: 40px;
    text-transform: uppercase;
}

.table.specification > thead:first-child > tr:first-child > td {
    padding-top: 0px;
}

/* Specification table with dotted leader between name and value */
.table-specification {
    width: 100%;
    border: none;
    border-collapse: collapse;
}

.table-specification td {
    padding: 6px 0;
    border: none;
    vertical-align: top;
}

.table-specification .spec-group-name {
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 0.95rem;
    color: #333;
}

.table-specification .spec-name {
    position: relative;
    padding-right: 12px;
    width: 50%;
    white-space: nowrap;
}

.table-specification .spec-name::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    border-bottom: 1px dotted #ccc;
    z-index: 0;
}

.table-specification .spec-value {
    text-align: right;
    padding-left: 12px;
    white-space: nowrap;
    color: #222;
    font-weight: 500;
}

/* Cover dotted line under text (so dots don't cross through letters) */
.table-specification .spec-name b,
.table-specification .spec-name,
.table-specification .spec-value {
    position: relative;
    /* background-color: #fff; */
    background-color: #f9f9f9;
    z-index: 1;
}

.list-specification.dotted {
    margin: 0;

    list-style: none;
    font-family: var(--font-family-header, 'ArtegraSansExtended'), sans-serif;
    max-width: 650px;
}
.dotted li {
    margin-bottom: 12px;
    border-bottom: 2px #404b51 dotted;
    /* font-size: 26px; */
    line-height: 1;
}
.dotted li span:nth-child(odd) {
    padding-right: 6px;
    /* color: #404b51; */
}
.dotted li span:nth-child(even) {
    float: right;
    padding-left: 6px;
    color: var(--text-color-default, #1b1d21);
}
.dotted span {
    background: #fcfcfc;
    position: relative;
    bottom: -6px;
}

.widget.widget-related {
    margin-bottom: 20px;
}

/* Account Login */
.login-area {
    position: relative;
    margin-bottom: 30px;
    padding-top: 10px;
}

.login-area .col-sm-6 {
    padding-bottom: 30px;
}

.login-area .col-sm-6.right {
    text-align: center;
}

.title_in_bc .login-area h2 {
    font-size: 2.43em;
    margin-bottom: 20px;
}

.login-area h2 i {
    font-size: 24px;
    margin-right: 10px;
}

a.label-link:not(:hover) {
    color: #888888;
}

.login-area .register-text {
    max-width: 400px;
    display: inline-block;
}

@media (min-width: 768px) {
    .title_in_bc .login-area {
        padding-top: 35px;
    }

    .title_in_bc .col-sm-12 .login-area {
        padding-left: 40px;
        padding-right: 40px;
    }

    .login-area:before {
        content: ' ';
        background: #e5e5e5;
        width: 1px;
        position: absolute;
        top: 15px;
        bottom: 0;
        left: 50%;
    }

    .login-area .col-sm-6.left {
        padding-right: 60px;
    }

    .login-area .col-sm-6.right {
        padding-left: 6%;
    }
}

@media (max-width: 767px) {
    .login-area .col-sm-6.right:before {
        content: ' ';
        width: 100%;
        display: block;
        height: 1px;
        margin: 15px 0 30px;
        background: #e5e5e5;
    }
}

/* Account pages */
.single-address {
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 20px;
    display: block;
    line-height: 1.6;
}

.single-address a {
    margin-right: 10px;
}

/* Contact page */
.information-contact.map-full_width .links-holder {
    max-width: 50%;
}

.information-contact .info-line {
    margin: 0;
    margin-bottom: 21px;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    font-family: var(--font-family-header, 'ArtegraSansExtended'), sans-serif;
    font-size: 16px;
}

.information-contact .info-line > i,
.information-contact .info-line > svg,
.information-contact .info-line .icon-phone-placeholder,
.information-contact .info-line .icon-phone-placeholder > i,
.information-contact .info-line .icon-phone-placeholder > svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.information-contact .info-line > i.icon-location-pin::before {
    font-size: 20px;
    line-height: 20px;
}

.information-contact .info-line .info-line-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.information-contact .info-line .info-line-label {
    font-size: 13px;
    line-height: 1.3;
    color: #8a8a8a;
}

.information-contact .info-line .info-line-value {
    font-size: 16px;
    line-height: 1.15;
    color: #262a33;
}

.information-contact .info-line .info-line-value.is-accent {
    color: #ff4a1f;
}

.information-contact ul.info-icons {
    margin: 0;
    margin-bottom: 12px;
    margin-top: 10px;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.information-contact .info-icons-title {
    margin-top: 6px;
    padding-top: 12px;
    border-top: 1px solid #d7d7d7;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: #151821;
}

.information-contact ul.info-icons i {
    font-size: 22px;
}

.information-contact .contact-form-modern {
    background: transparent;
    border: 1px solid #d8d8db;
    border-radius: 28px;
    padding: 20px 22px 22px;
    position: relative;
    overflow: hidden;
}

.information-contact .contact-form-head {
    margin-bottom: 18px;
}

.information-contact .contact-form-title {
    margin: 0 0 14px;
    font-size: 34px;
    line-height: 0.96;
    letter-spacing: -0.02em;
    text-transform: none;
    font-weight: 600;
}

.information-contact .contact-form-subtitle {
    margin: 0;
    max-width: none;
    width: 100%;
    font-size: 16px;
    line-height: 1.35;
    color: #5f5f5f;
}

.information-contact .contact-form-modern .form-group {
    margin-bottom: 14px;
    margin-top: 10px;
}

.information-contact .contact-form-modern label {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #242428;
}

.information-contact .contact-form-modern .form-control {
    min-height: 50px;
    border-radius: 18px;
    border: 1px solid #d0d0d0;
    background: #f5f5f5;
    padding: 10px 18px;
    font-size: 16px;
    color: #27272b;
}

.information-contact .contact-form-modern textarea.form-control {
    min-height: 110px;
    height: 110px;
    resize: vertical;
    padding-top: 10px;
}

.information-contact .contact-form-modern .form-control::placeholder {
    color: #7f7f84;
}

.information-contact .contact-form-modern .form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.information-contact .contact-form-modern .form-check > input[type='checkbox'] {
    margin-top: 4px;
}

.information-contact .contact-form-modern .form-check > label {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
}

.information-contact .contact-form-modern .form-check > label a {
    color: #ff3b17;
    border-bottom: 1px solid #ff3b17;
}

.information-contact .contact-form-modern .form-check > label a:hover {
    color: #ff3b17;
    opacity: 0.9;
}

.information-contact .contact-form-modern .contact-agreement-error {
    margin-top: 8px;
}

.information-contact .contact-form-modern .submit-row {
    margin-top: 16px;
}

.information-contact .contact-form-modern .btn.btn-contrast {
    min-width: 185px;
    min-height: 46px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 16px;
}

@media (max-width: 767px) {
    .information-contact .left-side {
        width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        border-radius: 20px;
        padding: 18px 16px 20px;
    }

    .information-contact .right-side .contact-form-modern {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
        border-radius: 20px;
        padding: 18px 16px 20px;
    }

    .information-contact .left-side::before,
    .information-contact .contact-form-modern::before {
        left: 10px;
        right: 10px;
    }

    .information-contact .contact-form-title {
        font-size: 42px;
    }

    .information-contact .contact-form-subtitle {
        font-size: 16px;
    }

    .information-contact .contact-form-modern .btn.btn-contrast {
        width: 100%;
        min-width: 0;
        font-size: 18px;
    }
}

.contact-detail {
    font-size: 14px;
}

.contact-detail .icon {
    padding-right: 1em;
    font-size: 12px;
}

.full-width-map .breadcrumb-holder {
    display: none;
}

.title_in_bc.full-width-map .breadcrumb-holder {
    display: block;
}

.title_in_bc.full-width-map .map-full-width {
    margin-top: -40px;
}

#gmap {
    height: 400px;
    margin-bottom: 70px;
    width: 100%;
}

#gmap.map-full-width {
    height: 600px;
}

#gmap .address-holder {
    padding: 50px 55px;
    position: absolute;
    z-index: 2;
    background: var(--primary-black-100, #070709);
    display: inline-block;
    top: 25%;
    right: 10%;
    left: 10%;
}

#gmap .address-holder h3 {
    color: var(--primary-white-100, #fcfcfc);
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 1.57em;
}

#gmap .address-holder p {
    position: relative;
    margin-bottom: 20px;
    color: #cccccc;
    padding-left: 50px;
}

#gmap .address-holder p:before {
    position: absolute;
    left: 10px;
    top: 0;
    color: var(--primary-white-100, #fcfcfc);
    font-size: 38px;
    line-height: 38px;
    content: '\f041';
    font-family: FontAwesome;
}

#gmap .address-holder a {
    color: var(--primary-white-100, #fcfcfc);
    border-bottom: 1px solid #999999;
}

#gmap .address-holder a:hover {
    border-color: var(--primary-white-100, #fcfcfc);
}

.information-contact .left-side,
.information-contact .right-side {
    padding-bottom: 30px;
}

.information-contact .left-side {
    border: 1px solid #d8d8db;
    border-radius: 28px;
    padding: 26px 28px 30px;
    align-self: flex-start;
    margin-top: 24px;
    position: relative;
    overflow: hidden;
}

.information-contact .left-side::before,
.information-contact .contact-form-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 14px;
    right: 14px;
    height: 6px;
    background: #ff0000;
    border-radius: 0 0 10px 10px;
}

@media (min-width: 768px) {
    .information-contact .left-side {
        padding: 26px 28px 30px;
        width: calc(50% - 12px);
        margin-right: 24px;
    }

    .information-contact .right-side {
        width: calc(50% - 12px);
        padding-left: 28px;
        margin-top: 24px;
        display: flex;
    }

    .information-contact .right-side .contact-form-modern {
        width: 100%;
        min-height: 100%;
    }

    .information-contact.map-full_width .right-side {
        padding: 0;
    }
}

.information-contact .contact-image {
    display: block;
    text-align: center;
    padding: 20px;
    border: 9px solid #fafafa;
}

.information-contact .grid-holder .item {
    width: 50%;
}

.information-contact .grid-holder p.contact-detail {
    padding: 0px 10px 10px 55px;
    margin-bottom: 0;
    min-height: 50px;
    position: relative;
}

.information-contact .grid-holder .contact-detail .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 38px;
    line-height: 38px;
}

.information-contact .yandex-map-container {
    position: relative;
}

.information-contact .yandex-map-container.bottom-map {
    margin-top: 24px;
}

.information-contact #content.no-bottom-map {
    margin-bottom: 24px;
}

.information-contact .yandex-map-container > iframe {
    min-height: 400px;
    max-height: 50vh;
    width: 100%;
    border: 1px solid #d8d8db;
    border-radius: 28px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .information-contact .yandex-map-container > iframe {
        min-height: 520px;
        max-height: none;
    }

    .information-contact .yandex-map-container.full_width {
        position: absolute;
        width: 50%;
    }

    .information-contact .yandex-map-container.full_width > iframe {
        position: relative;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .information-contact .yandex-map-container.bottom-map {
        margin-top: 16px;
    }

    .information-contact #content.no-bottom-map {
        margin-bottom: 16px;
    }

    .information-contact .yandex-map-container > iframe {
        border-radius: 20px;
        min-height: 360px;
    }
}

/* Widgets */
.widget {
    margin-bottom: 20px;
}

.widget.contrast-bg {
    position: relative;
    background: #f7f7f7;
    padding: 60px 0 20px;
}

.widget.carousel-widget.contrast-bg {
    padding: 35px 0 15px;
}

.widget.blog-widget.contrast-bg {
    padding: 60px 0 10px;
}

.widget-title-style3 .widget.contrast-bg .widget-title .main-title span {
    background: #f7f7f7;
}

.widget.contrast-bg:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: 0;
    border-left: 9999px solid #f7f7f7;
    box-shadow: 9999px 0 0 #f7f7f7;
    z-index: -1;
}

.widget.contrast-bg .slick-dots {
    margin-bottom: 20px;
}

/* Widgets Title Style 1 */
.widget .widget-title {
    display: table;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.widget .widget-title .pre-line {
    color: #9b9b9b;
    margin-bottom: 8px;
    letter-spacing: 3px;
}

.widget .widget-title .main-title {
    margin: 0;
    margin-bottom: 7px;
    padding: 0;

    font-family: var(--font-family-header, 'ArtegraSansExtended'), sans-serif;
    font-size: 26px;
    line-height: 1.2;

    color: var(--primary-black-100, #070709);

    position: relative;
    text-transform: uppercase;
    margin-top: 24px;
}

.widget .widget-title .main-title span {
    padding: 0 10px;
    position: relative;
}

@media (max-width: 767px) {
    .widget {
        margin-bottom: 24px;
    }

    .widget .widget-title .main-title span {
        font-size: 0.8em;
    }
}

.widget .widget-title-separator {
    margin: 2px 0 7px;
    font-size: 10px;
    color: #cccccc;
}

.widget .widget-title-separator:before,
.widget .widget-title-separator:after {
    content: ' ';
    display: inline-block;
    width: 25px;
    height: 1px;
    margin: 0 5px 1px;
    vertical-align: middle;
    background-color: #cccccc;
}

.widget .widget-title .sub-line {
    padding-top: 4px;
    margin-bottom: 12px;
    margin-top: -10px;
}

.widget .widget-title .sub-line span {
    display: inline-block;
    max-width: 450px;
}

.widget .widget-title .sub-line .btn {
    margin-top: 17px;
}

.widget .widget-title .sub-line a:not(.btn):not(:hover) {
    text-decoration: underline;
}

/* Widgets Title Style 2 */
.widget-title-style2 .widget .widget-title-separator {
    font-size: 0;
}

.widget-title-style2 .widget .widget-title-separator:before {
    display: none;
}

.widget-title-style2 .widget .widget-title-separator:after {
    height: 2px;
    width: 28px;
    margin: 5px 0;
    background-color: var(--text-accent-color, #dc3545);
}

/* Widgets Title Style 3 */
.widget-title-style3 .widget .widget-title .pre-line {
    margin-bottom: 10px;
}

.widget-title-style3 .widget .widget-title {
    margin-bottom: 30px;
}

.widget-title-style3 .widget .widget-title .main-title {
    margin-bottom: 10px;
}

.widget-title-style3 .widget .widget-title .main-title:before {
    content: '';
    background: #ececec;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.widget-title-style3 .widget .widget-title .main-title span {
    padding: 0 15px;
    background: var(--primary-white-100, #fcfcfc);
    position: relative;
}

.widget-title-style3 .widget .widget-title .widget-title-separator {
    display: none;
}

/* Widgets positioned in columns */
.column .widget {
    margin-bottom: 24px;
}

.column .widget .widget-title .pre-line {
    padding-top: 3px;
    letter-spacing: 2px;
}

.column .widget .widget-title {
    text-align: left;
    margin-bottom: 10px;
}

.column .widget .widget-title .main-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.75px;
    margin-bottom: 0;
}

.column .widget .widget-title .main-title:before {
    display: none;
}

.column .widget .widget-title .main-title span {
    padding: 0;
}

.column .widget .widget-title .widget-title-separator {
    font-size: 0;
    display: block;
}

.column .widget .widget-title .widget-title-separator:after {
    display: none;
}

.column .widget .widget-title .widget-title-separator:before {
    height: 2px;
    width: 30px;
    margin: 0px 0px 6px;
    background: #e5e5e5;
    display: inline-block;
}

.bordered-list-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--primary-black-100, #070709);
    display: block;
}

.bordered-list-title.invert {
    display: block;
    color: var(--primary-white-100, #fcfcfc);
    background: var(--primary-black-100, #070709);
    padding: 12px;
    text-align: center;
}

/* Account module */
.bordered-list a {
    display: block;
    padding: 12px 15px;
    border: 1px solid #e9e9e9;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: -1px;
    color: #6c6c6c;
    font-size: 12px;
    text-transform: uppercase;
}

.bordered-list a:hover {
    background-color: #f9f9f9;
}

/* Instagram Feed */
.instagram_wrapper {
    position: relative;
}

.instagram_wrapper .instagram_title.floating_title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
}

.instagram_wrapper .instagram_title.floating_title .widget-title {
    display: inline-block;
    width: auto;
    max-width: 90%;
    visibility: visible;
    position: relative;
    z-index: 2;
    margin: 0;
    background: var(--primary-white-100, #fcfcfc);
    padding: 40px 27px 32px;
    outline: 5px solid rgba(255, 255, 255, 0.5);
}

.instagram_wrapper .images_wrap {
    overflow: hidden;
}

.instagram_wrapper .images_wrap .item {
    position: relative;
}

.instagram_wrapper .images_wrap .item .hover_fill {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url('../image/angle-right.svg');
    background-repeat: no-repeat;
    background-position: 40% 50%;
    opacity: 0;
    transition: all 400ms;
}

.column .instagram_wrapper .images_wrap .item .hover_fill {
    background-image: url('../image/angle-right-sm.svg');
}

.instagram_wrapper .images_wrap .item:hover .hover_fill {
    background-position: 50% 50%;
    opacity: 1;
    transition: all 400ms;
}

/* Ajax filter */
#digitalElephantFilter_box {
    position: relative;
    /* padding-bottom: 40px; */
}

@media (max-width: 767px) {
}

#digitalElephantFilter_box .box-content {
    margin: 0;
    padding: 24px;
    /* padding: 12px 14px; */

    position: fixed;
    z-index: 99999;
    top: 56px;
    right: 0;
    left: 0;

    height: 100vh;
    width: 100%;

    background: var(--primary-white-100, #fcfcfc);

    transition: left 500ms;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;

    display: none;
}

.side-filter-open #digitalElephantFilter_box .box-content {
    display: flex;
}

@media (min-width: 992px) {
    #digitalElephantFilter_box .box-content {
        padding: 0;

        position: static;

        height: auto;
        width: 100%;

        display: block;
    }
}
#digitalElephantFilter_box .box-content .widget-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

#digitalElephantFilter_box .box-content .title {
    margin: 0;
    padding: 0;

    font-size: 24px;
    font-weight: 600;
    font-family: var(--font-family-header, 'ArtegraSansExtended'), sans-serif;
}

#digitalElephantFilter_box .filter_element_wrap {
    margin: 5px 0;
}

#digitalElephantFilter_box .price {
    border: 0;
    color: #333333;
    width: 60px;
    min-width: 60px;
    text-align: center;
}

#digitalElephantFilter_box a.clear_filter {
    float: right;
}

#digitalElephantFilter_box .filter_element_title {
    margin: 0;
    padding: 5px 0;

    position: relative;

    color: #222222;

    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-family-header, 'ArtegraSansExtended'), sans-serif;
    text-transform: uppercase;

    /* cursor: pointer; */
}

#digitalElephantFilter_box .filter_element_title:before {
    content: '\f107';
    color: #999999;
    font-size: 13px;
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    right: 2px;
    top: 7px;
    transform: none;
    transition: transform 500ms;

    display: none;
}

#digitalElephantFilter_box .filter_element_title.is_closed:before {
    transform: rotate(-90deg);
    transition: transform 500ms;
}

#digitalElephantFilter_box .filter_element_title:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    margin: 5px 0 8px;
    background: #eeeeee;
}

#digitalElephantFilter_box .filter_element_title.is-attribute-child {
    padding: 0 0 5px 0;
    cursor: pointer;
    font-weight: 600;
    text-transform: none;
    font-size: 14px;
    color: #222222;
}

#digitalElephantFilter_box .filter_element_title.is-attribute-child:after {
    display: none;
}

#digitalElephantFilter_box .filter_element_content {
    margin: 0;
    margin-bottom: 24px;
    padding: 0;
}

#digitalElephantFilter_box .checkbox-inline,
#digitalElephantFilter_box .radio-inline,
.digitalElephantFilter_type_checkbox label {
    padding: 4px 0 6px 0;
    cursor: default;
    position: relative;
}

#digitalElephantFilter_box .checkbox-inline span span,
#digitalElephantFilter_box .radio-inline span span,
.digitalElephantFilter_type_checkbox label span span {
    font-style: normal;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #999999;
}

#filter_type_image i {
    font-style: normal !important;
    opacity: 0.5;
}

#digitalElephantFilter_box .checkbox-inline input,
#digitalElephantFilter_box .checkbox-inline span,
#digitalElephantFilter_box .radio-inline input,
#digitalElephantFilter_box .radio-inline span,
.digitalElephantFilter_type_checkbox label {
    cursor: pointer;
    line-height: 16px;

    font-family: var(--font-family-text, 'Philosopher'), sans-serif;
}

.digitalElephantFilter_type_checkbox label img {
    margin-right: 5px;
}

#digitalElephantFilter_box .filter_type_image img {
    cursor: pointer;
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
}

#digitalElephantFilter_box .filter_type_image input:disabled + img {
    cursor: default;
}

#digitalElephantFilter_box
    .filter_type_image
    input[type='checkbox']:checked
    img,
#digitalElephantFilter_box .filter_type_image input[type='radio']:checked img,
#digitalElephantFilter_box
    .filter_type_image
    input[type='checkbox']:checked
    + img,
#digitalElephantFilter_box
    .filter_type_image
    input[type='radio']:checked
    + img {
    border-bottom: 2px solid var(--primary-black-100, #070709);
}

#digitalElephantFilter_box .filter_type_image input[type='checkbox'] + img {
    margin-right: 3px;
}

#digitalElephantFilter_box input[type='checkbox'],
#digitalElephantFilter_box input[type='radio'] {
    display: none;
}

#digitalElephantFilter_box input[type='checkbox'] + label:after,
#digitalElephantFilter_box input[type='radio'] + span:before {
    font-size: 12px;
}

#digitalElephantFilter_box input[type='checkbox'] + span:before,
#digitalElephantFilter_box input[type='radio'] + span:before {
    content: '\f00c';
    color: var(--primary-white-100, #fcfcfc);
    font-size: 10px;
    display: inline-block;
    margin-right: 8px;
    text-align: center;
    width: 16px;
    height: 16px;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    font-family: FontAwesome;
    vertical-align: top;
    line-height: 14px;
}

#digitalElephantFilter_box input[type='radio'] + span:before {
    content: '\f111';
    font-size: 5px;
    line-height: 20px;
    border-radius: 50%;
}

#digitalElephantFilter_box input[type='checkbox']:checked + span:before,
#digitalElephantFilter_box input[type='radio']:checked + span:before {
    color: #444444;
}

#digitalElephantFilter_box .digitalElephantFilter_type_radio label,
#digitalElephantFilter_box .digitalElephantFilter_type_checkbox label {
    width: 100%;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-left: 0;
}

#digitalElephantFilter_box .digitalElephantFilter_btn td {
    padding: 0px;
}

#digitalElephantFilter_box .digitalElephantFilter_btn {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;

    gap: 6px;
}

#digitalElephantFilter_box input.btn {
    width: 100%;
}

.hold-on {
    background: rgba(255, 255, 255, 0.4);
    width: 100%;
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
}

#digitalElephantFilter_box input:disabled + span,
#digitalElephantFilter_box input:disabled + img + span {
    cursor: default;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

#digitalElephantFilter_box input:disabled + img {
    cursor: default;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

/* sorting */
#widgetOxyoSorting .sort-trigger-btn {
    margin: 0;
    padding: 12px 36px 12px 24px;

    font-size: 14px;
    color: #222222;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;

    gap: 6px;
}

#widgetOxyoSorting .sort-trigger-btn::after {
    display: none;
}

@media screen and (min-width: 768px) {
    #widgetOxyoSorting .sort-trigger-btn {
        font-size: 16px;
    }
}

#widgetOxyoSorting .sort-trigger-btn i {
    margin-right: 6px;

    font-size: 16px;
}

#widgetOxyoSorting .side-sorting {
    margin: 0;
    padding: 24px;
    padding: 12px 14px;
    position: fixed;
    z-index: 99999;
    top: 56px;
    right: 0;
    left: 0;
    min-height: 100vh;
    width: 100%;
    background: var(--primary-white-100, #fcfcfc);
    transition: left 500ms;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    display: none;
}

#widgetOxyoSorting .dropdown-menu {
    display: none;
}

.side-sorting-open #widgetOxyoSorting .side-sorting {
    display: flex;
}

#widgetOxyoSorting .side-sorting .widget-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

#widgetOxyoSorting .side-sorting .title {
    margin: 0;
    padding: 0;

    font-size: 24px;
    font-weight: 600;
    font-family: var(--font-family-header, 'ArtegraSansExtended'), sans-serif;
}

.side-sorting-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
}

.side-sorting-content > .sort-option {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;

    gap: 12px;

    cursor: pointer;
    line-height: 16px;
    font-family: var(--font-family-text, 'Philosopher'), sans-serif;

    width: 100%;
}

@media screen and (min-width: 992px) {
    #widgetOxyoSorting .sort-trigger-btn {
        justify-content: flex-start;
        margin-top: 24px;
    }

    #widgetOxyoSorting .sort-trigger-btn::after {
        display: inline-block;
        position: absolute;
        right: 24px;
    }

    .side-sorting-content {
        gap: 0;
    }

    #widgetOxyoSorting .side-sorting {
        display: none;
    }

    #widgetOxyoSorting .dropdown-menu.show {
        display: block;
        inset: -12px auto auto 0px !important;
        width: 100%;
        padding: 12px 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top: none;
        border-color: var(--primary-black-100, #070709);
        background-color: var(--primary-white-100, #fcfcfc);
        /* box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1); */
    }

    #widgetOxyoSorting .dropdown-menu.show label {
        padding: 6px 24px;
    }

    #widgetOxyoSorting .dropdown-menu.show label:hover {
        background-color: var(--text-accent-color-dark, #d81b73);
        color: var(--primary-white-100, #fcfcfc);
    }
}

/*! jQuery UI - v1.11.4 - 2015-10-19
* http://jqueryui.com
* Includes: core.css, slider.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-slider {
    position: relative;
    text-align: left;
    margin: 14px 0;
}

.price-range-holder {
    padding: 10px 0 8px;
    display: block;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider-horizontal {
    height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-widget-content {
    height: 2px !important;
    background: #e7e7e7 !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: 2px solid #e7e7e7 !important;
    border-right: 2px solid #e7e7e7 !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -6px !important;
    margin-left: -2px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    cursor: ew-resize !important;
    width: 4px !important;
    height: 15px !important;
    border: none !important;
    outline: none;
}

@media (max-width: 767px) {
    .ui-slider-horizontal .ui-slider-handle {
        top: -8px !important;
        border-radius: 50% !important;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default {
        height: 16px !important;
        width: 16px !important;
    }

    .ui-slider-horizontal .ui-slider-handle {
        margin-left: -8px !important;
    }

    .ui-widget-content {
        border-left: 8px solid #e7e7e7 !important;
        border-right: 8px solid #e7e7e7 !important;
    }
}

div.ui-slider-range.ui-widget-header,
.ui-state-default,
.ui-widget-content .ui-state-default {
    background: #f70082 !important;
    outline: none;
}

.ui-corner-all {
    border-radius: 0 !important;
}

/* Slider */
.tab-content.has-carousel > .tab-pane {
    display: block;
    height: 0;
}

.tab-content.has-carousel > .show {
    height: auto;
}

.tab-content.has-carousel > .tab-pane .carousel {
    overflow: hidden;
    height: 0;
}

.document_ready .tab-content.has-carousel > .tab-pane.show .carousel {
    height: auto;
    overflow: visible;
}

/* Slick Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    opacity: 1;
    transition: opacity 600ms;

    overflow: visible;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    /* height: 100%; */
    height: auto;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
    outline: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    width: 100% !important;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-vertical .slick-slide > .active > img {
    outline: 3px solid #dc3545;
    outline-offset: -3px;
}

.carousel .arrow-left,
.carousel .arrow-right {
    margin: 0;
    margin-top: -20px;
    padding: 5px;

    display: block;

    width: auto;

    position: absolute;
    top: 50%;
    z-index: 8;

    transform: translateY(-50%);

    color: var(--primary-black-100, #070709);
    font-size: 36px;
    opacity: 0;
    transition:
        left 300ms,
        right 300ms,
        opacity 300ms;
}

.column .carousel .arrow-left,
.column .carousel .arrow-right {
    font-size: 22px;
}

.carousel:hover .arrow-right,
.carousel:hover .arrow-left,
.carousel.sticky-arrows .slick-arrow.visible {
    opacity: 1;
    transition:
        left 300ms,
        right 300ms,
        opacity 300ms;
}

.carousel.sticky-arrows .slick-arrow {
    opacity: 0 !important;
}

.carousel.sticky-arrows .slick-arrow.visible {
    opacity: 1 !important;
}

.carousel:hover .slick-disabled,
.sticky-arrows .visible .slick-disabled {
    cursor: default;
    opacity: 0.3 !important;
}

/* None hover */
.carousel .arrow-left {
    left: 5px;
}

.carousel .arrow-right {
    right: 5px;
}

/* Sticky arrows */
@media (min-width: 992px) {
    .sticky-arrows .arrow-left {
        left: -65px;
    }

    .sticky-arrows .arrow-right {
        right: -65px;
    }
}

/* Hover */
.carousel:hover .arrow-left,
.slick-arrow.visible.arrow-left {
    left: -35px;
}

.carousel:hover .arrow-right,
.slick-arrow.visible.arrow-right {
    right: -35px;
}

/* Mobile arrows and boxed layout arrows always visible */
@media (min-width: 992px) {
    .boxed-layout .carousel .arrow-left {
        left: 25px;
    }

    .boxed-layout .carousel .arrow-right {
        right: 25px;
    }
}

@media (max-width: 991px) {
    .carousel .arrow-left,
    .carousel .arrow-right {
        font-size: 18px;
        padding: 10px;
        background: var(--primary-white-100, #fcfcfc);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
        opacity: 1;
    }

    .carousel .arrow-left {
        left: 15px;
    }

    .carousel .arrow-right {
        right: 15px;
    }
}

.boxed-layout .carousel .arrow-left,
.boxed-layout .carousel .arrow-right {
    font-size: 18px;
    line-height: 18px;
    padding: 10px;
    background: var(--primary-white-100, #fcfcfc);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    opacity: 1;
}

/* within arrows */
.carousel .arrow-left.within,
.column .carousel .arrow-left {
    left: 25px;
}

.carousel:hover .arrow-left.within,
.column .carousel:hover .arrow-left {
    left: 15px;
}

.carousel .arrow-right.within,
.column .carousel .arrow-right {
    right: 25px;
}

.carousel:hover .arrow-right.within,
.column .carousel:hover .arrow-right {
    right: 15px;
}

/* new-carousel */
.new-carousel.carousel .slick-slide {
    padding: 6px 12px;
}
.new-carousel.carousel .slick-arrow {
    margin: 0;

    opacity: 1;

    background-color: transparent;
    box-shadow: none;

    top: 50%;
    transform: translateY(-50%);
}

.new-carousel.carousel .slick-arrow.slick-disabled {
    cursor: default;
    opacity: 0.1;
}

.new-carousel.carousel .slick-arrow.arrow-left {
    left: 0;
}

.new-carousel.carousel .slick-arrow.arrow-right {
    right: 0;
}

@media screen and (max-width: 1199px) {
    .new-carousel.carousel {
        padding: 0 50px;
    }
}

@media screen and (max-width: 991px) {
    .new-carousel.carousel {
        padding: 0 24px;
    }

    .new-carousel.carousel .slick-arrow {
        font-size: 18px;
        padding: 0;
    }
}

.slick-dots {
    display: block;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    padding: 5px 7px;
    vertical-align: top;
}

.slick-dots li button {
    border: none;
    padding: 0;

    margin: 0;
    background: #e5e5e5;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

.slick-dots li.slick-active button {
    background: var(--primary-black-100, #070709);
}

.light .slick-dots li button {
    background: #bbbbbb;
}

.light .slick-dots li.slick-active button {
    background: var(--primary-white-100, #fcfcfc);
}

/* Cart icon */
.global-cart:before {
    transform: rotate(0deg);
}

.global-cart-basket .global-cart:before {
    content: '\e04e';
}

.global-cart-handbag .global-cart:before {
    content: '\e035';
}

.global-cart-bag .global-cart:before {
    content: '\e04f';
}

.global-cart-briefcase .global-cart:before {
    content: '\e04b';
}

.global-cart-shoppingbag .global-cart::before {
    content: '\f290';
}

.global-cart-shoppingbasket .global-cart::before {
    content: '\f291';
}

/* MasterSlider Start */
.master-slider {
    position: relative;
    visibility: hidden;
    -moz-transform: translate3d(0, 0, 0);
    overflow: hidden;
    line-height: 1.7;
}

@media (max-width: 1199px) {
    .master-slider {
        min-height: 0 !important;
    }
}

.master-slider,
.master-slider * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.master-slider.ms-fullheight {
    height: 100%;
}

.ms-layout-partialview .ms-view {
    overflow: visible;
    background-color: transparent;
}

.ms-layout-partialview .ms-container {
    overflow: hidden;
}

.master-slider img,
.ms-slide-bgvideocont video {
    max-width: none;
}

.ms-moz .ms-slide-bgcont > img {
    transform: translateX(0px);
}

.ms-loading-container {
    position: absolute;
    width: 100%;
    top: 0;
}

.ms-slide-auto-height {
    display: table;
}

.ms-no-swipe,
.ms-def-cursor {
    cursor: auto !important;
}

.ms-ie .ms-grab-cursor {
    cursor: move;
}

.ms-ie .ms-grabbing-cursor {
    cursor: move;
}

.ms-view {
    margin: 0px auto;
    overflow: hidden;
    background: var(--primary-white-100, #fcfcfc);
    position: relative;
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px;
}

.ms-view .ms-slide-container {
    position: relative;
}

.ms-slide {
    position: absolute;
    height: 100%;
    -webkit-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
}

.ms-wk .ms-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;

    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.ms-slide .kukuk {
    visibility: hidden;
}

.ms-slide .ms-slide-bgcont,
.ms-slide .ms-slide-bgvideocont {
    position: absolute;
    overflow: hidden;
    width: 100%;
}

.ms-slide .ms-slide-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.ms-ie .ms-slide-link {
    background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7')
        0 0 repeat;
}

.ms-slide .ms-slide-bgvideocont {
    z-index: 105;
    height: 100%;
}

.ms-wk .ms-slide .ms-slide-bgvideocont,
.ms-wk .ms-slide-bgvideocont > video {
    -webkit-transform: translateZ(0.3px);
    transform: translateZ(0.3px);
}

.ms-slide .ms-slide-bgvideo {
    position: absolute;
    top: 0px;
}

.ms-inner-controls-cont,
.ms-container {
    position: relative;
    margin: 0 auto;
}

.ms-slide .ms-slide-bgcont img,
.ms-container,
.ms-inner-controls-cont {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ms-slide .ms-layer,
.ms-fixed-layers .ms-layer,
.ms-overlay-layers .ms-layer {
    position: absolute;
    pointer-events: auto;
}

.ms-slide .ms-layer.image {
    width: auto !important;
}

.ms-layer-mask {
    position: absolute;
    overflow: hidden;
}

.ms-layer-mask .ms-layer {
    position: relative;
}

.ms-slide .ms-slide-layers,
.ms-overlay-layers .ms-slide-layers,
.ms-fixed-layers {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 109;
    top: 0px;
    pointer-events: none;
}

.ms-parallax-layer {
    width: 100%;
    position: absolute;
    top: 0;
}

.ms-scroll-parallax-cont {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.ms-wk .ms-scroll-parallax-cont {
    -webkit-transform: translateZ(0.4px);
    transform: translateZ(0.4px);
}

.ms-action-layer {
    cursor: pointer;
}

.ms-btn-container {
    position: absolute;
    width: auto !important;
}

.ms-btn {
    white-space: nowrap;
    width: auto !important;
}

.master-slider .btn-tiny {
    border-width: 1px;
    padding: 5px 12px;
}

.ms-default-btn:active {
    top: 1px;
}

/* controls */
.ms-thumb-list {
    overflow: hidden;
    position: absolute;
}

.ms-bullet {
    cursor: pointer;
    float: left;
}

.ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px;
}

.ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%;
}

.ms-sbar {
    position: absolute;
}

.ms-sbar.ms-dir-h {
    left: 10px;
    right: 10px;
    top: 5px;
}

.ms-sbar.ms-dir-v {
    top: 10px;
    bottom: 10px;
    right: 5px;
}

.ms-sbar .ms-bar {
    height: 4px;
    background: #333;
    border-radius: 4px;
}

.ms-sbar.ms-dir-v .ms-bar {
    width: 4px;
}

.ms-sbar .ms-bar {
    position: relative;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.ms-timerbar {
    width: 100%;
    bottom: 0px;
    position: absolute;
}

.ms-time-bar {
    -webkit-transition: width 120ms linear;
    -moz-transition: width 120ms linear;
    -ms-transition: width 120ms linear;
    -o-transition: width 120ms linear;
    transition: width 120ms linear;
}

/* In Android browser, using css animations over slider causes some crashes */
.ms-android .ms-tooltip-point .ms-point-border {
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
    -o-animation: none;
}

.ms-nav-next:after,
.ms-nav-prev:after,
.circle-arrows .ms-nav-prev:before,
.circle-arrows .ms-nav-next:before {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    top: 50%;
    left: 30px;
    margin-top: -35px;
    position: absolute;
    z-index: 1;
    font-family: 'simple-line-icons';
    content: '\e605';
    color: var(--primary-white-100, #fcfcfc);
    font-size: 16px;
    border-radius: 50%;
}

.ms-nav-next:after,
.circle-arrows .ms-nav-next:before {
    right: 30px;
    left: auto;
    content: '\e606';
}

.simple-arrows .ms-nav-prev:after,
.simple-arrows .ms-nav-next:after {
    font-size: 36px;
    width: 36px;
}

.circle-arrows .ms-nav-prev:after,
.circle-arrows .ms-nav-next:after {
    background: rgba(0, 0, 0, 0.1);
}

.circle-arrows .ms-nav-prev:before,
.circle-arrows .ms-nav-next:before {
    font-size: 0;
    background: rgba(0, 0, 0, 0.4);
    transform: scale(0, 0);
    transition: transform 250ms;
}

.circle-arrows .ms-nav-prev:hover:before,
.circle-arrows .ms-nav-next:hover:before {
    transform: scale(1, 1);
    transition: transform 250ms;
}

.ms-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid var(--primary-white-100, #fcfcfc);
    border-radius: 50%;
    margin: 0 3px !important;
    transition: background 400ms;
}

.ms-bullet:hover {
    background: #cccccc;
    transition: background 400ms;
}

.ms-bullet-selected,
.ms-bullet-selected:hover {
    background: var(--primary-white-100, #fcfcfc);
}

.ms-timerbar {
    opacity: 0.25;
    top: 0;
}

@media (max-width: 667px) {
    .ms-nav-next,
    .ms-nav-prev,
    .ms-bullet,
    .ms-timerbar {
        opacity: 0;
    }

    .master-slider .btn {
        border-width: 1px;
    }
}

@media (max-width: 550px) {
    .master-slider .btn {
        margin-top: -10% !important;
    }
}

@media (max-width: 500px) {
    .master-slider .btn {
        margin-top: -12% !important;
    }
}

@media (max-width: 450px) {
    .master-slider .btn {
        margin-top: -16% !important;
    }
}

@media (max-width: 400px) {
    .master-slider .btn {
        margin-top: -20% !important;
    }
}

@media (max-width: 340px) {
    .master-slider .btn {
        margin-top: -30% !important;
    }
}

.kenburn .slide-bg {
    transition: transform 1500ms ease-in-out;
    transition-delay: 2000ms;
}

.ms_ready .ms-sl-selected.kenburn .slide-bg {
    transition: transform 12s linear;
}

.ms_ready .ms-sl-selected.zoom-light .slide-bg {
    transform: scale(1.12, 1.12);
}

.ms_ready .ms-sl-selected.zoom-left-light .slide-bg {
    transform: scale(1.1, 1.1) translateX(-1%);
}

.ms_ready .ms-sl-selected.zoom-right-light .slide-bg {
    transform: scale(1.1, 1.1) translateX(1%);
}

.ms_ready .ms-sl-selected.zoom-medium .slide-bg {
    transform: scale(1.25, 1.25);
}

.ms_ready .ms-sl-selected.zoom-left-medium .slide-bg {
    transform: scale(1.25, 1.25) translateX(-3%);
}

.ms_ready .ms-sl-selected.zoom-right-medium .slide-bg {
    transform: scale(1.25, 1.25) translateX(3%);
}

.ms_ready .ms-sl-selected.zoom-hard .slide-bg {
    transform: scale(1.6, 1.6);
}

.ms_ready .ms-sl-selected.zoom-left-hard .slide-bg {
    transform: scale(1.6, 1.6) translateX(-6%);
}

.ms_ready .ms-sl-selected.zoom-right-hard .slide-bg {
    transform: scale(1.6, 1.6) translateX(6%);
}

/* MasterSlider ends */

/* Featherlight modals
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    /* z-index needs to be >= elements on the site. */
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0);
}

.featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.95);
}

.featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
    max-height: 96%;
    max-width: 96%;
    background: var(--primary-white-100, #fcfcfc);
    cursor: auto;
    white-space: normal;
    margin-top: 40px;
    transition: margin-top 500ms;
    overflow: auto;
}

html.fl-anim .featherlight .featherlight-content {
    margin-top: 0px;
    transition: margin-top 500ms;
}

.featherlight .featherlight-inner {
    display: block;
}

.featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 30px;
    width: 30px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 18px;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: var(--secondary-black-100, #000000);
}

.featherlight iframe {
    border: none;
}

.featherlight-loading .featherlight-close-icon {
    display: none;
}

.featherlight-loading .featherlight-content {
    background: none;
}

/* Popup notifications */
@keyframes note {
    0% {
        margin-top: 25px;
        opacity: 0;
    }

    10% {
        margin-top: 0;
        opacity: 1;
    }

    90% {
        margin-top: 0;
        opacity: 1;
    }

    100% {
        margin-top: 25px;
        opacity: 0;
    }
}

.popup-note {
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 1061;

    background: var(--primary-white-100, #fcfcfc);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    animation: note 6500ms forwards;

    width: 320px;
    max-width: 85%;

    border-radius: 12px;
}

.popup-note .inner {
    position: relative;
    display: block;
    padding-right: 20px;
}

.popup-note .popup-note-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    height: 22px;
    width: 22px;
    line-height: 22px;
    text-align: center;
    color: #aaaaaa;
    font-size: 18px;
}

.popup-note .table .table-cell {
    padding: 15px;
}

.popup-note .table .table-cell.img {
    padding-right: 2px;
    min-width: 70px;
}

.popup-note .table a {
    border-bottom: 1px dotted #bbbbbb;
}

/* Newsletter / HTML popup */
@media (min-width: 768px) {
    .popup-window .img-cell img {
        max-width: none;
    }
}

.popup-window .content-cell {
    padding: 25px 35px;
}

@media (max-width: 767px) {
    .popup-window {
        max-height: 96% !important;
        overflow: auto;
    }

    .popup-window .table-cell {
        display: block;
    }
}

/* Cookie bar */
@keyframes slideup {
    0% {
        transform: translateY(100%);
    }

    60% {
        transform: translateY(100%);
    }

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

.oxyo_cookie_bar {
    background: var(--primary-black-100, #070709);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: var(--primary-white-100, #fcfcfc);
    padding: 7px 30px 5px;
    z-index: 100;
    animation: slideup 2000ms forwards;
}

.oxyo_cookie_bar .table-cell {
    padding: 10px 0px;
}

@media (max-width: 767px) {
    .oxyo_cookie_bar .table-cell {
        display: block;
        text-align: center;
    }
}

.oxyo_cookie_bar .table-cell.button-cell {
    white-space: nowrap;
}

.oxyo_cookie_bar .table-cell.button-cell .btn-tiny {
    border-width: 2px;
    padding: 5px 15px;
    font-size: 0.85em;
}

.oxyo_cookie_bar .table-cell.button-cell .more-info {
    margin-left: 20px;
    color: var(--primary-white-100, #fcfcfc);
    padding: 2px 0;
}

.oxyo_cookie_bar .table-cell.button-cell .more-info:after {
    opacity: 1;
    background: var(--primary-white-100, #fcfcfc);
}

/* Top promo message */
.top_notificaiton {
    background: var(--primary-black-100, #070709);
}

.top_notificaiton,
.top_notificaiton a {
    color: var(--primary-white-100, #fcfcfc);
}

.top_notificaiton a {
    text-decoration: underline;
}

.top_notificaiton a:hover {
    opacity: 0.8;
}

.top_notificaiton .table {
    height: 40px;
    padding: 7px 0;
}

.top_notificaiton .has-close.text-center .table {
    padding-left: 25px;
}

.top_notificaiton .table-cell.text-right {
    min-width: 25px;
}

.top_notificaiton .table .top_promo_close {
    font-size: 15px;
    font-family: Verdana, Geneva, sans-serif;
    text-decoration: none;
}

.top_notificaiton .table .top_promo_close:hover {
    opacity: 0.75;
}

/* Sitemap */
ul.sitemap {
    margin-bottom: 30px;
    line-height: 1.4;
}

ul.sitemap > li {
    margin-bottom: 20px;
}

ul.sitemap > li > a,
ul.sitemap > li > span {
    font-size: 1.2em;
}

ul.sitemap > li > ul > li,
ul.sitemap > li > ul > li > ul > li {
    margin: 6px 0px;
}

ul.sitemap > li > ul > li a:before {
    content: '- ';
}

ul.sitemap > li > ul > li > a {
    margin-left: 12px;
    opacity: 0.8;
}

ul.sitemap > li > ul > li > ul > li > a {
    margin-left: 28px;
    opacity: 0.8;
}

/* Brand Index */
.brand-letter {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding-bottom: 12px;
}

.brand-letter h2 {
    margin-bottom: 10px;
}

/* Custom Features */
.ellipsis-wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.ellipsis-wrap .text-one-line {
    display: table-cell;
}

.text-one-line,
.cut-names .product-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

/* Catalog mode */
.catalog_mode .catalog_hide,
.wishlist_disabled .is_wishlist,
.compare_disabled .is_compare,
.compare_disabled #compare-total,
.quickview_disabled .is_quickview {
    display: none !important;
}

@media (max-width: 991px) {
    .product-layout .wishlist_compare .is_wishlist,
    .product-layout .wishlist_compare .is_wishlist > .btn-wishlist,
    .product-layout .wishlist_compare .is_wishlist > .btn-wishlist i.icon-heart {
        display: none !important;
    }
}

.hide_ex_tax .list .item.single-product .price-tax,
.hide_ex_tax p.info.p-tax {
    display: none;
}

/* Icon Classes */
.icon-user-female,
.icon-people,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-user,
.icon-trophy,
.icon-speedometer,
.icon-social-youtube,
.icon-social-twitter,
.icon-social-tumblr,
.icon-social-facebook,
.icon-social-dropbox,
.icon-social-dribbble,
.icon-shield,
.icon-screen-tablet,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope,
.icon-envelope-open,
.icon-envolope-letter,
.icon-energy,
.icon-emotsmile,
.icon-disc,
.icon-cursor-move,
.icon-crop,
.icon-credit-card,
.icon-chemistry,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet2,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-map,
.icon-layers,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-frame,
.icon-folder-alt,
.icon-film,
.icon-feed,
.icon-earphones-alt,
.icon-earphones,
.icon-drop,
.icon-drawar,
.icon-docs,
.icon-directions,
.icon-direction,
.icon-diamond,
.icon-cup,
.icon-compass,
.icon-call-out,
.icon-call-in,
.icon-call-end,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-music-tone-alt,
.icon-music-tone,
.icon-microphone,
.icon-loop,
.icon-logout,
.icon-login,
.icon-list,
.icon-like,
.icon-home,
.icon-grid,
.icon-graph,
.icon-equalizer,
.icon-dislike,
.icon-cursor,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-calender,
.icon-bulb,
.icon-chart,
.icon-arrow-up-circle,
.icon-arrow-right-circle,
.icon-arrow-left-circle,
.icon-arrow-down-circle,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-check,
.icon-clock,
.icon-close,
.icon-cloud-download,
.icon-cloud-upload,
.icon-doc,
.icon-envolope,
.icon-eye,
.icon-flag,
.icon-folder,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-plus,
.icon-location-pin,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symble-female,
.icon-symbol-male,
.icon-target,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-line-menu,
.icon-phone,
.icon-menu,
.icon-optionsvertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-paypal,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pintarest,
.icon-social-github,
.icon-social-gplus,
.icon-social-reddit,
.icon-social-skype,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-line-plus,
.icon-line-cross,
.icon-line-minus,
.icon-google-plus-square,
.icon-google-plus,
.icon-google,
.icon-shopping-bag,
.icon-shopping-basket,
.icon-heart2,
.icon-cloud,
.icon-tv,
.icon-sound,
.icon-video,
.icon-trash2,
.icon-user2,
.icon-key2,
.icon-search,
.icon-settings2,
.icon-camera2,
.icon-tag2,
.icon-lock2,
.icon-bulb2,
.icon-pen2,
.icon-diamond2,
.icon-display,
.icon-location,
.icon-eye2,
.icon-bubble2,
.icon-stack,
.icon-cup2,
.icon-phone2,
.icon-news,
.icon-mail,
.icon-like2,
.icon-photo,
.icon-note2,
.icon-clock2,
.icon-paperplane,
.icon-params,
.icon-banknote,
.icon-data,
.icon-music,
.icon-megaphone,
.icon-study,
.icon-lab,
.icon-food,
.icon-t-shirt,
.icon-fire2,
.icon-clip,
.icon-shop,
.icon-calendar,
.icon-wallet,
.icon-vynil,
.icon-truck,
.icon-world,
.global-cart,
.global-wishlist {
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal !important;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.icon-user-female:before {
    content: '\e000';
}

.icon-people:before {
    content: '\e001';
}

.icon-user-follow:before {
    content: '\e002';
}

.icon-user-following:before {
    content: '\e003';
}

.icon-user-unfollow:before {
    content: '\e004';
}

.icon-user:before {
    content: '\e005';
}

.icon-trophy:before {
    content: '\e006';
}

.icon-speedometer:before {
    content: '\e007';
}

.icon-social-youtube:before {
    content: '\e008';
}

.icon-social-twitter:before {
    content: '\e009';
}

.icon-social-tumblr:before {
    content: '\e00a';
}

.icon-social-facebook:before {
    content: '\e00b';
}

.icon-social-dropbox:before {
    content: '\e00c';
}

.icon-social-dribbble:before {
    content: '\e00d';
}

.icon-shield:before {
    content: '\e00e';
}

.icon-screen-tablet:before {
    content: '\e00f';
}

.icon-screen-smartphone:before {
    content: '\e010';
}

.icon-screen-desktop:before {
    content: '\e011';
}

.icon-plane:before {
    content: '\e012';
}

.icon-notebook:before {
    content: '\e013';
}

.icon-mustache:before {
    content: '\e014';
}

.icon-mouse:before {
    content: '\e015';
}

.icon-magnet:before {
    content: '\e016';
}

.icon-magic-wand:before {
    content: '\e017';
}

.icon-hourglass:before {
    content: '\e018';
}

.icon-graduation:before {
    content: '\e019';
}

.icon-ghost:before {
    content: '\e01a';
}

.icon-game-controller:before {
    content: '\e01b';
}

.icon-fire:before {
    content: '\e01c';
}

.icon-eyeglass:before {
    content: '\e01d';
}

.icon-envelope:before {
    content: '\e086';
}

.icon-envelope-open:before {
    content: '\e01e';
}

.icon-envolope-letter:before {
    content: '\e01f';
}

.icon-energy:before {
    content: '\e020';
}

.icon-emotsmile:before {
    content: '\e021';
}

.icon-disc:before {
    content: '\e022';
}

.icon-cursor-move:before {
    content: '\e023';
}

.icon-crop:before {
    content: '\e024';
}

.icon-credit-card:before {
    content: '\e025';
}

.icon-chemistry:before {
    content: '\e026';
}

.icon-bell:before {
    content: '\e027';
}

.icon-badge:before {
    content: '\e028';
}

.icon-anchor:before {
    content: '\e029';
}

.icon-wallet2:before {
    content: '\e02a';
}

.icon-vector:before {
    content: '\e02b';
}

.icon-speech:before {
    content: '\e02c';
}

.icon-puzzle:before {
    content: '\e02d';
}

.icon-printer:before {
    content: '\e02e';
}

.icon-present:before {
    content: '\e02f';
}

.icon-playlist:before {
    content: '\e030';
}

.icon-pin:before {
    content: '\e031';
}

.icon-picture:before {
    content: '\e032';
}

.icon-map:before {
    content: '\e033';
}

.icon-layers:before {
    content: '\e034';
}

.icon-handbag:before {
    content: '\e035';
}

.icon-globe-alt:before {
    content: '\e036';
}

.icon-globe:before {
    content: '\e037';
}

.icon-frame:before {
    content: '\e038';
}

.icon-folder-alt:before {
    content: '\e039';
}

.icon-film:before {
    content: '\e03a';
}

.icon-feed:before {
    content: '\e03b';
}

.icon-earphones-alt:before {
    content: '\e03c';
}

.icon-earphones:before {
    content: '\e03d';
}

.icon-drop:before {
    content: '\e03e';
}

.icon-drawar:before {
    content: '\e03f';
}

.icon-docs:before {
    content: '\e040';
}

.icon-directions:before {
    content: '\e041';
}

.icon-direction:before {
    content: '\e042';
}

.icon-diamond:before {
    content: '\e043';
}

.icon-cup:before {
    content: '\e044';
}

.icon-compass:before {
    content: '\e045';
}

.icon-call-out:before {
    content: '\e046';
}

.icon-call-in:before {
    content: '\e047';
}

.icon-call-end:before {
    content: '\e048';
}

.icon-calculator:before {
    content: '\e049';
}

.icon-bubbles:before {
    content: '\e04a';
}

.icon-briefcase:before {
    content: '\e04b';
}

.icon-book-open:before {
    content: '\e04c';
}

.icon-basket-loaded:before {
    content: '\e04d';
}

.icon-basket:before {
    content: '\e04e';
}

.icon-bag:before {
    content: '\e04f';
}

.icon-action-undo:before {
    content: '\e050';
}

.icon-action-redo:before {
    content: '\e051';
}

.icon-wrench:before {
    content: '\e052';
}

.icon-umbrella:before {
    content: '\e053';
}

.icon-trash:before {
    content: '\e054';
}

.icon-tag:before {
    content: '\e055';
}

.icon-support:before {
    content: '\e056';
}

.icon-size-fullscreen:before {
    content: '\e057';
}

.icon-size-actual:before {
    content: '\e058';
}

.icon-shuffle:before {
    content: '\e059';
}

.icon-share-alt:before {
    content: '\e05a';
}

.icon-share:before {
    content: '\e05b';
}

.icon-rocket:before {
    content: '\e05c';
}

.icon-question:before {
    content: '\e05d';
}

.icon-pie-chart:before {
    content: '\e05e';
}

.icon-pencil:before {
    content: '\e05f';
}

.icon-note:before {
    content: '\e060';
}

.icon-music-tone-alt:before {
    content: '\e061';
}

.icon-music-tone:before {
    content: '\e062';
}

.icon-microphone:before {
    content: '\e063';
}

.icon-loop:before {
    content: '\e064';
}

.icon-logout:before {
    content: '\e065';
}

.icon-login:before {
    content: '\e066';
}

.icon-list:before {
    content: '\e067';
}

.icon-like:before {
    content: '\e068';
}

.icon-home:before {
    content: '\e069';
}

.icon-grid:before {
    content: '\e06a';
}

.icon-graph:before {
    content: '\e06b';
}

.icon-equalizer:before {
    content: '\e06c';
}

.icon-dislike:before {
    content: '\e06d';
}

.icon-cursor:before {
    content: '\e06e';
}

.icon-control-start:before {
    content: '\e06f';
}

.icon-control-rewind:before {
    content: '\e070';
}

.icon-control-play:before {
    content: '\e071';
}

.icon-control-pause:before {
    content: '\e072';
}

.icon-control-forward:before {
    content: '\e073';
}

.icon-control-end:before {
    content: '\e074';
}

.icon-calender:before {
    content: '\e075';
}

.icon-bulb:before {
    content: '\e076';
}

.icon-chart:before {
    content: '\e077';
}

.icon-arrow-up-circle:before {
    content: '\e078';
}

.icon-arrow-right-circle:before {
    content: '\e079';
}

.icon-arrow-left-circle:before {
    content: '\e07a';
}

.icon-arrow-down-circle:before {
    content: '\e07b';
}

.icon-ban:before {
    content: '\e07c';
}

.icon-bubble:before {
    content: '\e07d';
}

.icon-camrecorder:before {
    content: '\e07e';
}

.icon-camera:before {
    content: '\e07f';
}

.icon-check:before {
    content: '\e080';
}

.icon-clock:before {
    content: '\e081';
}

.icon-close:before {
    content: '\e082';
}

.icon-cloud-download:before {
    content: '\e083';
}

.icon-cloud-upload:before {
    content: '\e084';
}

.icon-doc:before {
    content: '\e085';
}

.icon-envolope:before {
    content: '\e086';
}

.icon-eye:before {
    content: '\e087';
}

.icon-flag:before {
    content: '\e088';
}

.icon-folder:before {
    content: '\e089';
}

.icon-heart:before {
    content: '\e08a';
}

.icon-info:before {
    content: '\e08b';
}

.icon-key:before {
    content: '\e08c';
}

.icon-link:before {
    content: '\e08d';
}

.icon-lock:before {
    content: '\e08e';
}

.icon-lock-open:before {
    content: '\e08f';
}

.icon-magnifier:before {
    content: '\e090';
}

.icon-magnifier-add:before {
    content: '\e091';
}

.icon-magnifier-remove:before {
    content: '\e092';
}

.icon-paper-clip:before {
    content: '\e093';
}

.icon-paper-plane:before {
    content: '\e094';
}

.icon-plus:before {
    content: '\e095';
}

.icon-location-pin:before {
    content: '\e096';
}

.icon-power:before {
    content: '\e097';
}

.icon-refresh:before {
    content: '\e098';
}

.icon-reload:before {
    content: '\e099';
}

.icon-settings:before {
    content: '\e09a';
}

.icon-star:before {
    content: '\e09b';
}

.icon-symble-female:before {
    content: '\e09c';
}

.icon-symbol-male:before {
    content: '\e09d';
}

.icon-target:before {
    content: '\e09e';
}

.icon-volume-1:before {
    content: '\e09f';
}

.icon-volume-2:before {
    content: '\e0a0';
}

.icon-volume-off:before {
    content: '\e0a1';
}

.icon-line-menu:before {
    content: '\e120';
}

.icon-phone:before {
    content: '\e600';
}

.icon-menu:before {
    content: '\e601';
}

.icon-optionsvertical:before {
    content: '\e602';
}

.icon-options:before {
    content: '\e603';
}

.icon-arrow-down:before {
    content: '\e604';
}

.icon-arrow-left:before {
    content: '\e605';
}

.icon-arrow-right:before {
    content: '\e606';
}

.icon-arrow-up:before {
    content: '\e607';
}

.icon-paypal:before {
    content: '\e608';
}

.icon-social-instagram:before {
    content: '\e609';
}

.icon-social-linkedin:before {
    content: '\e60a';
}

.icon-social-pintarest:before {
    content: '\e60b';
}

.icon-social-github:before {
    content: '\e60c';
}

.icon-social-gplus:before {
    content: '\e60d';
}

.icon-social-reddit:before {
    content: '\e60e';
}

.icon-social-skype:before {
    content: '\e60f';
}

.icon-social-behance:before {
    content: '\e610';
}

.icon-social-foursqare:before {
    content: '\e611';
}

.icon-social-soundcloud:before {
    content: '\e612';
}

.icon-social-spotify:before {
    content: '\e613';
}

.icon-social-stumbleupon:before {
    content: '\e614';
}

.icon-line-plus:before {
    content: '\e930';
}

.icon-line-cross:before {
    content: '\e931';
}

.icon-line-minus:before {
    content: '\e932';
}

.icon-google-plus-square:before {
    content: '\f0d4';
}

.icon-google-plus:before {
    content: '\f0d5';
}

.icon-google:before {
    content: '\f1a0';
}

.icon-shopping-bag:before {
    content: '\f290';
}

.icon-shopping-basket:before {
    content: '\f291';
}

.icon-heart2:before {
    content: '\e900';
}

.icon-cloud:before {
    content: '\e901';
}

.icon-tv:before {
    content: '\e903';
}

.icon-sound:before {
    content: '\e904';
}

.icon-video:before {
    content: '\e905';
}

.icon-trash2:before {
    content: '\e906';
}

.icon-user2:before {
    content: '\e907';
}

.icon-key2:before {
    content: '\e908';
}

.icon-search:before {
    content: '\e909';
}

.icon-settings2:before {
    content: '\e90a';
}

.icon-camera2:before {
    content: '\e90b';
}

.icon-tag2:before {
    content: '\e90c';
}

.icon-lock2:before {
    content: '\e90d';
}

.icon-bulb2:before {
    content: '\e90e';
}

.icon-pen2:before {
    content: '\e90f';
}

.icon-diamond2:before {
    content: '\e910';
}

.icon-display:before {
    content: '\e911';
}

.icon-location:before {
    content: '\e912';
}

.icon-eye2:before {
    content: '\e913';
}

.icon-bubble2:before {
    content: '\e914';
}

.icon-stack:before {
    content: '\e915';
}

.icon-cup2:before {
    content: '\e916';
}

.icon-phone2:before {
    content: '\e917';
}

.icon-news:before {
    content: '\e918';
}

.icon-mail:before {
    content: '\e919';
}

.icon-like2:before {
    content: '\e91a';
}

.icon-photo:before {
    content: '\e91b';
}

.icon-note2:before {
    content: '\e91c';
}

.icon-clock2:before {
    content: '\e91d';
}

.icon-paperplane:before {
    content: '\e91e';
}

.icon-params:before {
    content: '\e91f';
}

.icon-banknote:before {
    content: '\e920';
}

.icon-data:before {
    content: '\e921';
}

.icon-music:before {
    content: '\e922';
}

.icon-megaphone:before {
    content: '\e923';
}

.icon-study:before {
    content: '\e924';
}

.icon-lab:before {
    content: '\e925';
}

.icon-food:before {
    content: '\e926';
}

.icon-t-shirt:before {
    content: '\e927';
}

.icon-fire2:before {
    content: '\e928';
}

.icon-clip:before {
    content: '\e929';
}

.icon-shop:before {
    content: '\e92a';
}

.icon-calendar:before {
    content: '\e92b';
}

.icon-wallet:before {
    content: '\e92c';
}

.icon-vynil:before {
    content: '\e92d';
}

.icon-truck:before {
    content: '\e92e';
}

.icon-world:before {
    content: '\e92f';
}

/* glightbox */
/*
.glightbox-container {
    background-color: #000;
}

.glightbox-container .gslide {
    height: 100vh;
}

.gslide > .gslide-inner-content {
    height: 100%;
    width: 100%;
}

.gslide > .gslide-inner-content > .ginner-container {
    height: 100%;
}

.glightbox-slide .gdesc,
.glightbox-container .gslide-description {
    display: none !important;
}

.gslide-media > img,
.gslide-media > video {
    border-radius: 24px;
    overflow: hidden;
}

.glightbox-container .gslide-video video {
    max-height: 100%;
    height: 100%;
    width: auto;
    margin: 0 auto;
    display: block;
}

.glightbox-container .gslide-image img {
    max-height: 100%;
    height: 100%;
    width: auto;
    margin: 0 auto;
    display: block;
}

.gslide-video .gvideo-wrapper,
.gslide-video .gvideo-wrapper > div {
    position: relative;
    width: auto;
    height: 100%;
}

.gslide-video .gvideo-wrapper {
    width: auto !important;
    border-radius: 24px;
    overflow: hidden;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    aspect-ratio: 2 / 3 !important;
}
*/
/* Thumbnails bar inside GLightbox overlay */
.glightbox-thumbs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 8px 24px 8px;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
    pointer-events: auto;
    transform: none;
    text-align: center;

    height: 140px;
    width: 100%;
    box-sizing: border-box;

    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.glightbox-thumbs button {
    padding: 0;

    border: 0;
    border-radius: 6px;

    background: #bbbbbb;
    cursor: pointer;
    flex: 0 0 auto;

    height: 100%;
    width: auto;
}

.glightbox-thumbs img,
.glightbox-thumbs video {

    /* width: 72px; */
    /* height: 48px; */
    height: 100%;
    width: auto;

    object-fit: cover;
    border: none;
    border-radius: 6px;
    opacity: 1;
    /*
    transition:
        opacity 0.2s ease,
        transform 0.2s ease,
        outline-color 0.2s;
    outline: 2px solid transparent;
    */
}

.glightbox-thumbs .glightbox-thumb-video {
    display: block;
    pointer-events: none;
}

.glightbox-thumbs button.is-active img,
.glightbox-thumbs button.is-active video {
    opacity: 1;
    /* outline-color: #fff; */
    /* transform: translateY(-2px); */
    outline: 2px solid var(--text-accent-color, #dc3545);
    outline-offset: -2px;
}

/* Make room for thumbs bar in the lightbox layout */
.glightbox-container .gcontainer {
    padding-bottom: 84px; /* room for thumbnails bar */
}

.glightbox-container .gcontainer {
    /* padding: 0; */
    padding-top: 12px;
    padding-bottom: 12px;
}

.gslide .gslide-image img.zoomable {
    /* cursor: auto; */
    /* height: calc(100% - 24px); */
    height: 100%;
}

.glightbox-container .gslide-image {
    width: auto !important;
    max-width: calc(100vw - 96px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.glightbox-container .gslide .gslide-image img,
.glightbox-container .gslide .gslide-image img.zoomable {
    width: auto !important;
    height: auto !important;
    max-width: calc(100vw - 96px) !important;
    max-height: calc(100vh - 188px) !important;
    object-fit: contain !important;
}

.glightbox-container .gslide {
    padding-bottom: 140px;

    height: 100vh;
}

.glightbox-container .gslide.zoomed .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.zoomed .gslide-image img.zoomable {
    max-width: 175vw !important;
    max-height: 175vh !important;
    /* transform: none !important; */
}

/* Disable Safari double-tap / smart zoom and browser panning */
#glightbox-slider,
#glightbox-slider * {
    touch-action: manipulation; /* просим браузер не делать zoom */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    z-index: 9999;
}

.glightbox-container,
#glightbox-slider,
.gslide,
.gslide-media,
.gslide-image img {
    touch-action: manipulation;
}

.glightbox-container .gclose {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.72);
    color: #fff !important;
    font-size: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 100001 !important;
    pointer-events: auto !important;
}

.glightbox-container .gclose::before {
    content: '\00d7';
    font-size: 28px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
}

/* Hide default GLightbox SVG icon to avoid double close cross. */
.glightbox-container .gclose svg {
    display: none !important;
}

.glightbox-container .gprev,
.glightbox-container .gnext,
.glightbox-mobile .gprev,
.glightbox-mobile .gnext {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.58);
    color: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 100001 !important;
    border: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    min-width: 38px !important;
    min-height: 38px !important;
    max-width: 38px !important;
    max-height: 38px !important;
    border-radius: 50% !important;
    aspect-ratio: 1 / 1 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.glightbox-container .gbtn.gprev,
.glightbox-container .gbtn.gnext {
    padding: 0 !important;
    min-width: 38px !important;
    min-height: 38px !important;
    max-width: 38px !important;
    max-height: 38px !important;
    border-radius: 50% !important;
}

.glightbox-container .gprev::before,
.glightbox-container .gnext::before {
    background: none !important;
    font-size: 28px !important;
    line-height: 1 !important;
    color: #fff !important;
    font-family: inherit !important;
    text-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    top: -2px !important;
}

.glightbox-container .gprev::before {
    content: '\2039' !important;
}

.glightbox-container .gnext::before {
    content: '\203A' !important;
}

.glightbox-container .gprev svg,
.glightbox-container .gnext svg {
    display: none !important;
}

@media (max-width: 991px) {
    .product-info .right h1#page-title {
        font-size: 22px !important;
    }

    .glightbox-mobile .gprev,
    .glightbox-mobile .gnext {
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .glightbox-mobile .gprev {
        left: 10px !important;
    }

    .glightbox-mobile .gnext {
        right: 10px !important;
    }

    .glightbox-mobile .gcontainer {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .glightbox-mobile .gslide {
        height: 100dvh !important;
        padding-bottom: 140px !important;
        box-sizing: border-box;
    }

    .glightbox-mobile #glightbox-slider,
    .glightbox-mobile #glightbox-slider *,
    .glightbox-mobile .gslide,
    .glightbox-mobile .gslide-media,
    .glightbox-mobile .gslide-image img {
        touch-action: pan-y !important;
    }

    .glightbox-mobile .gslide-video .ginner-container,
    .glightbox-mobile .gslide-video .gslide-media {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .glightbox-mobile .gslide-video .gvideo-wrapper,
    .glightbox-mobile .gslide-video .gvideo-wrapper > div,
    .glightbox-mobile .gslide-video .plyr {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .glightbox-mobile .gslide > .gslide-inner-content,
    .glightbox-mobile .gslide > .gslide-inner-content > .ginner-container,
    .glightbox-mobile .gslide .gslide-media {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        max-width: none !important;
    }

    .glightbox-mobile .gslide .gslide-media {
        height: calc(100dvh - 152px) !important;
        max-height: calc(100dvh - 152px) !important;
        overflow: visible !important;
        padding-bottom: 12px !important;
    }

    .glightbox-mobile .gslide .gslide-image img,
    .glightbox-mobile .gslide .gslide-image img.zoomable,
    .glightbox-mobile .gslide .gslide-video video,
    .glightbox-mobile .gslide .plyr video {
        margin: 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        object-fit: contain !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
    }

    .glightbox-mobile .gslide .gslide-image,
    .glightbox-mobile .gslide .gslide-video,
    .glightbox-mobile .gslide .gvideo-wrapper,
    .glightbox-mobile .gslide .gvideo-wrapper > div,
    .glightbox-mobile .gslide .plyr {
        margin: 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
    }

    .glightbox-mobile .gslide.current .gslide-media {
        overflow: visible !important;
        justify-content: center !important;
    }

    .glightbox-mobile .gslide.current .gslide-image img,
    .glightbox-mobile .gslide.current .gslide-image img.zoomable,
    .glightbox-mobile .gslide.current .gslide-video video,
    .glightbox-mobile .gslide.current .plyr video {
        position: static !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
    }
}

@media (min-width: 768px) {
    .gslide .gslide-image img.zoomable {
        /* cursor: auto; */
        height: auto;
    }
}

/*** plyr overrides ***/
.plyr--video .plyr__controls {
    margin: 0;
    padding: 0;

    background: none;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    opacity: 0;

    transform: none;
    transition:
        opacity 0.25s ease-in-out,
        transform 0.4s ease-in-out;
}

.gvideo-playing .plyr--video .plyr__controls,
.gvideo-paused .plyr--video .plyr__controls {
    opacity: 1;
}

.plyr--video.plyr--paused .plyr__controls,
.plyr--video.plyr--hide-controls .plyr__controls {
    transform: none;
    pointer-events: initial;
    /* opacity: 0; */
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed {
    display: block;
}

.plyr__control:not(.plyr__control--pressed) .icon--not-pressed,
.plyr__control.plyr__control--pressed .icon--pressed {
    display: none;
}

.icon--not-pressed {
    margin-left: 3px;
}

.plyr__controls .plyr__controls__item:first-child {
    margin: 0 auto;
    background: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.plyr__controls .plyr__controls__item::after {
    width: 48px;
    height: 48px;
    background-color: #dc3545;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
    opacity: 0.75;
}

/* Collapse only on mobile */

.dropdown_mobile ul {
    display: none; /* hidden by default */
}

.dropdown_mobile h5 {
    cursor: pointer;
    position: relative;
    padding-right: 20px;

    display: inline-block;
}

/* маленькая стрелочка справа */
.dropdown_mobile h5::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    content: '\f282';

    position: absolute;
    right: -6px;
}

.dropdown_mobile.opened h5::before {
    transform: rotate(180deg);
}

.dropdown_mobile.opened > ul {
    display: block;
}

@media (min-width: 768px) {
    .dropdown_mobile h5 {
        cursor: default;
    }

    .dropdown_mobile h5::before {
        display: none;
    }

    .dropdown_mobile ul {
        display: block !important; /* always show on desktop */
    }
}

/* =========================================================
   VIDA KATALOG — FINAL CLEAN CSS (NO DUPLICATES)
   Вставь одним куском. Старые дубли лучше удалить.
   ========================================================= */

/* ===============================
   BASE SECTION + BRAND BACKGROUND
   =============================== */
.vida-katalog-elite{
  --vk-bg0:#ffffff;
  --vk-bg1:#fbfbfc;
  --vk-ink:#0d0f14;
  --vk-sub:rgba(13,15,20,.70);
  --vk-muted:rgba(13,15,20,.56);
  --vk-line:rgba(13,15,20,.10);
  --vk-glass:rgba(255,255,255,.68);
  --vk-shadow: 0 28px 70px rgba(13,15,20,.10);
  --vk-shadow2: 0 10px 30px rgba(13,15,20,.06);
  --vk-accent:#b10f2e;

  width:100%;
  padding:48px 0 64px;
  color:var(--vk-ink);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  border-bottom:1px solid rgba(0,0,0,.06);

  position:relative;
  overflow:hidden;

  background:
    radial-gradient(900px 320px at 50% -5%, rgba(177,15,46,.10), transparent 60%),
    radial-gradient(720px 260px at 12% 18%, rgba(0,0,0,.06), transparent 60%),
    radial-gradient(720px 260px at 88% 18%, rgba(0,0,0,.05), transparent 60%),
    linear-gradient(180deg, var(--vk-bg0) 0%, var(--vk-bg1) 100%);
}

/* subtle labyrinth pattern (logo-like square spiral) */
.vida-katalog-elite::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;

  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='none' stroke='rgba(13,15,20,0.055)' stroke-width='6' stroke-linecap='square' stroke-linejoin='miter'%3E%3Cpath d='M28 28H132V132H52V52H112V112H76V76H96V96H88'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 210px 210px;
  background-position: 10px 14px;
  opacity: 0.28;
  transform: translateZ(0);
}

/* content above pattern */
.vida-katalog-elite > *{
  position:relative;
  z-index:1;
}

/* ===============================
   LAYOUT
   =============================== */
.vida-katalog-elite__inner{
  max-width:1200px;
  margin:0 auto;
  padding:0;
}

.vida-katalog-elite__header{
  text-align:center;
  margin-bottom:20px;
}

.vida-katalog-elite__title{
  font-size: clamp(30px, 3.4vw, 44px);
  line-height:1.08;
  font-weight:650;
  letter-spacing:-0.03em;
  margin-bottom:10px;
}

.vida-katalog-elite__subtitle{
  font-size:16px;
  line-height:1.55;
  color:var(--vk-sub);
}

.vida-katalog-elite__divider{
  height:1px;
  width:100%;
  background: linear-gradient(90deg, transparent, rgba(13,15,20,.18), transparent);
  margin:22px 0 22px;
}

/* ===============================
   VALUES
   =============================== */
.vida-katalog-elite__values{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap:14px;
  margin-bottom:38px;
}

.vida-katalog-elite__value{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:16px 16px 15px;
  border-radius:18px;
  background: var(--vk-glass);
  border: 1px solid var(--vk-line);
  box-shadow: var(--vk-shadow2);
  text-align:left;
}

.vida-katalog-elite__glyph{
  width:40px;
  height:40px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  background: linear-gradient(180deg, rgba(255,255,255,.8), rgba(255,255,255,.5));
  border: 1px solid rgba(13,15,20,.10);
  box-shadow: 0 10px 24px rgba(13,15,20,.06);
  color: rgba(13,15,20,.88);
}

.vida-katalog-elite__glyph svg{
  width:20px;
  height:20px;
  display:block;
}

.vida-katalog-elite__valueText{
  font-size:13.5px;
  line-height:1.45;
  color: rgba(13,15,20,.88);
}

/* ===============================
   COPY TYPOGRAPHY (CLEAN, PREMIUM)
   =============================== */
section.vida-katalog-elite .vida-katalog-elite__copy{
  font-family: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.01em;
  color: rgba(13,15,20,.88);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}

section.vida-katalog-elite .vida-katalog-elite__copy p{
  max-width:none !important;
  width:100%;
  margin:0 0 14px 0 !important;
  text-align:left !important;
}

section.vida-katalog-elite .vida-katalog-elite__copy strong,
section.vida-katalog-elite .vida-katalog-elite__copy b{
  font-weight: 600;
  color: rgba(13,15,20,.92);
}

/* ===============================
   COLLAPSIBLE COPY (CSS)
   =============================== */
.vida-katalog-elite__copy--collapsible{
  --vk-closed-h: 170px;
  --vk-pad-bottom: 72px;
  --vk-fade-h: 90px;
  position: relative;
  padding-bottom: var(--vk-pad-bottom);
}

.vida-katalog-elite__copyInner{
  height: var(--vk-closed-h);
  overflow: hidden;
  transition: height .34s cubic-bezier(0.22, 1, 0.36, 1);
}

.vida-katalog-elite__copy--closing .vida-katalog-elite__copyInner{
  transition-duration: .42s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.vida-katalog-elite__fade{
  position: absolute;
  left: 0; right: 0;
  bottom: var(--vk-pad-bottom);
  height: var(--vk-fade-h);
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 70%);
  pointer-events: none;
  transition: opacity .35s ease;
}
.vida-katalog-elite__copy--expanded .vida-katalog-elite__fade{ opacity: 0; }

/* toggle button */
.vida-katalog-elite__toggle{
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.15;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  max-width: 280px;
}

/* FIX: кнопка всегда в 1 строку */
.vida-katalog-elite__toggle,
.vida-katalog-elite__toggleText{
  white-space: nowrap;
}
.vida-katalog-elite__toggleText{ text-align:center; }

.vida-katalog-elite__toggleIcon{
  display:flex;
  transition: transform .35s ease;
}
.vida-katalog-elite__toggleIcon svg{ width:18px; height:18px; display:block; }
.vida-katalog-elite__copy--expanded .vida-katalog-elite__toggleIcon{ transform: rotate(180deg); }

/* PERF (desktop): isolate repaint/reflow cost of the expanding text block */
@media (min-width: 961px){
  .vida-katalog-elite__copy--collapsible{
    contain: layout paint;
  }

  .vida-katalog-elite__copyInner{
    /* keep animation very short on desktop to avoid long main-thread reflow */
    transition-duration: .2s;
    will-change: auto;
    backface-visibility: hidden;
    transform: translateZ(0);
  }

  /* PERF: reduce expensive paint effects in the same section during expand/collapse */
  .vida-katalog-elite::before{
    opacity: .16;
  }

  .vida-katalog-elite__value{
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 6px 14px rgba(13,15,20,.05);
    background: rgba(255,255,255,.9);
  }

  .vida-katalog-elite__signature{
    box-shadow: 0 4px 12px rgba(13,15,20,.06);
  }
}

@media (prefers-reduced-motion: reduce){
  .vida-katalog-elite__copyInner{
    transition: none !important;
  }

  .vida-katalog-elite__fade,
  .vida-katalog-elite__toggleIcon{
    transition: none !important;
  }
}

/* ===============================
   SIGNATURE (QR) — PREMIUM, NO EMPTY SPACE
   =============================== */
.vida-katalog-elite__sigMark{ display:none !important; }

.vida-katalog-elite__signature{
  margin-top:28px;
  position: relative;
  display:flex;
  align-items:center;
  gap:14px;

  padding:14px 18px;
  border-radius:14px;

  background: rgba(255,255,255,.92);
  border: 1px solid rgba(13,15,20,.06);
  box-shadow:
    0 8px 24px rgba(13,15,20,.08),
    inset 0 1px 0 rgba(255,255,255,.60);

  overflow:hidden;

  /* FIX: тема может ставить text-center выше */
  text-align:left;
}
.vida-katalog-elite__signature,
.vida-katalog-elite__signature *{
  text-align:left !important;
}

/* декоративный QR слева (пример-иконка) */
.vida-katalog-elite__signature::before{
  content:"";
  width:44px;
  height:44px;
  flex:0 0 44px;

  border-radius:10px;
  background-color:#fff;

  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' shape-rendering='crispEdges'%3E%3Crect width='64' height='64' fill='%23fff'/%3E%3Crect x='6' y='6' width='18' height='18' fill='none' stroke='%23b10f2e' stroke-width='4'/%3E%3Crect x='10' y='10' width='10' height='10' fill='%23b10f2e'/%3E%3Crect x='40' y='6' width='18' height='18' fill='none' stroke='%23b10f2e' stroke-width='4'/%3E%3Crect x='44' y='10' width='10' height='10' fill='%23b10f2e'/%3E%3Crect x='6' y='40' width='18' height='18' fill='none' stroke='%23b10f2e' stroke-width='4'/%3E%3Crect x='10' y='44' width='10' height='10' fill='%23b10f2e'/%3E%3Crect x='30' y='30' width='4' height='4' fill='%23b10f2e'/%3E%3Crect x='34' y='30' width='4' height='4' fill='%23b10f2e'/%3E%3Crect x='38' y='30' width='4' height='4' fill='%23b10f2e'/%3E%3C/svg%3E");
  background-size:contain;
  background-position:center;
  background-repeat:no-repeat;

  box-shadow: 0 4px 12px rgba(13,15,20,.12);
}

/* FIX: чтобы не было "пустоты" справа и текст занимал всю ширину */
.vida-katalog-elite__sigText{
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;

  font-size:13.4px;
  line-height:1.45;
  color:rgba(13,15,20,.85);
}
.vida-katalog-elite__sigText strong{ font-weight:600; }

/* ===============================
   RESPONSIVE
   =============================== */
@media (max-width: 1080px){
  .vida-katalog-elite__values{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 560px){
  .vida-katalog-elite{
    padding:38px 0 42px;
  }

  .vida-katalog-elite__inner{
    padding-left:16px;
    padding-right:16px;
  }

  .vida-katalog-elite__header{
    text-align:left;
    margin-bottom:16px;
  }

  .vida-katalog-elite__title{
    font-size:28px;
    line-height:1.12;
    margin-bottom:8px;
  }

  .vida-katalog-elite__subtitle{
    font-size:14px;
    line-height:1.5;
  }

  .vida-katalog-elite__divider{
    margin:16px 0 16px;
  }

  .vida-katalog-elite__values{
    grid-template-columns: 1fr;
    gap:12px;
    margin-bottom:22px;
  }

  .vida-katalog-elite__value{
    border-radius:16px;
    padding:14px 14px;
  }

  .vida-katalog-elite__glyph{
    width:38px;
    height:38px;
    border-radius:13px;
  }

  /* collapsible vars for mobile */
  .vida-katalog-elite__copy--collapsible{
    --vk-closed-h: 150px;
    --vk-pad-bottom: 56px;
    --vk-fade-h: 72px;
  }

  .vida-katalog-elite__toggle{
    padding: 8px 14px;
    border-radius: 12px;
    gap: 8px;
    font-size: 12px;
    box-shadow: 0 8px 22px rgba(0,0,0,.08);
    max-width: none;
  }
  .vida-katalog-elite__toggleIcon svg{ width:16px; height:16px; }

  /* signature mobile */
  .vida-katalog-elite__signature{
    margin-top:22px;
    padding:13px 16px;
    border-radius:13px;
    gap:14px;
  }
  .vida-katalog-elite__signature::before{
    width:40px;
    height:40px;
    flex:0 0 40px;
    border-radius:9px;
  }
  .vida-katalog-elite__sigText{
    font-size:13px;
    line-height:1.42;
  }

  /* если у тебя тема жёстко давит p на мобилке */
  .cm_item p{
    font-size:17px !important;
    line-height:1.45;
  }
}

@media (max-width: 360px){
  .vida-katalog-elite__inner{
    padding-left:14px;
    padding-right:14px;
  }
}

/* ПК: делаем текст в QR-блоке крупнее */
@media (min-width: 961px){
  .vida-katalog-elite__sigText{
    font-size: 14px;
    line-height: 1.55;
  }
}

.vida-katalog-elite__copy--collapsible,
.vida-katalog-elite__copyInner{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* fade должен уходить в фон секции, а не в чистый белый */
.vida-katalog-elite__fade {
    background: linear-gradient(to bottom, rgb(251 251 252 / 0%), #fbfbfc8f 100%) !important;
}

/* ======================================
   OpenCart 3 — скрыть H1 категории (page-title)
   Не трогает карточку товара
   ====================================== */

/* 1) Категория: стандартный класс */
body.product-category h1#page-title,
body.product-category #page-title{
  display: none !important;
}

/* 2) Категория: многие темы добавляют product-category-XX или product-category-XX_YY */
body[class*="product-category-"] h1#page-title,
body[class*="product-category-"] #page-title{
  display: none !important;
}

/* 3) Убираем “пустоту”, если тема оставляет отступы под h1 */
body.product-category h1#page-title,
body[class*="product-category-"] h1#page-title{
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}

/* 4) Часто отступ создаёт контейнер/контент */
body.product-category #content,
body[class*="product-category-"] #content{
  padding-top: 0 !important;
}

body.product-category #content > .row,
body[class*="product-category-"] #content > .row{
  margin-top: 0 !important;
}

.badge {
    margin-left: 10px;
  }

/* Category widget grid: framed category cards across all modules */
.widget.category-widget.grid,
.widget.category-widget.grid .cm_block_wrapper,
.widget.category-widget.grid .cm_block,
.widget.category-widget.grid .cm_content,
.widget.category-widget.grid .grid-holder.category {
    overflow: visible !important;
}

.widget.category-widget.grid {
    padding-top: 18px;
}

.widget.category-widget.grid .grid-holder.category {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -18px;
    padding-top: 18px;
}

.widget.category-widget.grid .grid-holder.category > .item.single-category.no-subs {
    margin: 0 40px 24px;
    padding: 14px 14px 14px !important;
    box-sizing: border-box;
    border: 1px solid #dedee3 !important;
    border-radius: 22px !important;
    overflow: hidden;
    position: relative;
    background: radial-gradient(220px 220px at 15% 8%, rgb(255 20 20 / 0%), rgb(39 36 35 / 0%) 62%), linear-gradient(180deg, rgb(74 74 74 / 22%) 0%, rgb(239 239 239 / 40%) 100%);}

.widget.category-widget.grid .grid-holder.category > .item.single-category.no-subs::after {
    content: '';
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 0;
    height: 3px;
    border-radius: 999px;
    background: none;
    box-shadow: none;
}

.widget.category-widget.grid .grid-holder.category.grid4.module-bunker > .item.single-category.no-subs::after,
.widget.category-widget.grid .grid-holder.category.grid4.module9 > .item.single-category.no-subs::after,
.widget.category-widget.grid .grid-holder.category.grid4.module10 > .item.single-category.no-subs::after,
.widget.category-widget.grid .grid-holder.category.grid4.module11 > .item.single-category.no-subs::after {
    background: linear-gradient(90deg, rgba(108, 224, 78, 0) 0%, rgba(108, 224, 78, 0.95) 50%, rgba(108, 224, 78, 0) 100%) !important;
    box-shadow: 0 0 14px rgba(108, 224, 78, 0.95), 0 0 30px rgba(108, 224, 78, 0.45) !important;
}

.widget.category-widget.grid .grid-holder.category.grid4.module-bunker > .item.single-category.no-subs:hover,
.widget.category-widget.grid .grid-holder.category.grid4.module9 > .item.single-category.no-subs:hover,
.widget.category-widget.grid .grid-holder.category.grid4.module10 > .item.single-category.no-subs:hover,
.widget.category-widget.grid .grid-holder.category.grid4.module11 > .item.single-category.no-subs:hover {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.38), 0 16px 36px -18px rgba(108, 224, 78, 0.7) !important;
}

.widget.category-widget.grid .grid-holder.category.grid4.module-labirint > .item.single-category.no-subs::after {
    background: linear-gradient(90deg, rgba(255, 77, 36, 0) 0%, rgba(255, 77, 36, 0.95) 50%, rgba(255, 77, 36, 0) 100%) !important;
    box-shadow: 0 0 14px rgba(255, 72, 30, 0.95), 0 0 30px rgba(255, 72, 30, 0.45) !important;
}

.widget.category-widget.grid .grid-holder.category.grid4.module-labirint > .item.single-category.no-subs:hover {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.38), 0 16px 36px -18px rgba(255, 72, 30, 0.7) !important;
}

.widget.category-widget.grid .grid-holder.category.grid4.module-katalog-home > .item.single-category.no-subs::after {
    content: none;
}

.widget.category-widget.grid .grid-holder.category.grid4.module-katalog-home > .item.single-category.no-subs:hover {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.52), 0 16px 34px -24px rgba(0, 0, 0, 0.25) !important;
}

.widget.category-widget.grid .grid-holder.category.grid4.module-katalog-home > .item.single-category.no-subs {
    background: #f3f3f5 !important;
    border: 1px solid #e3e3e7 !important;
}

.widget.category-widget.grid .grid-holder.category.grid4.module-katalog-home > .item.single-category.no-subs .banner_wrap {
    background: #f5f5f7;
    box-shadow: none;
}

.widget.category-widget.grid .grid-holder.category.grid4.module-katalog-home .card-subtitle {
    color: #9d9da3 !important;
    font-size: 17px;
    margin: 6px 0 15px;
}

.widget.category-widget.grid .grid-holder.category.grid4.module-katalog-home .single-category.no-subs .name {
    color: #141419 !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.05;
    margin-bottom: 10px;
}

.widget.category-widget.grid .grid-holder.category.grid4.module-katalog-home .collection-price {
    color: #e53935 !important;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 14px;
}

.widget.category-widget.grid .grid-holder.category.grid4.module-katalog-home .single-category.no-subs a.u-lined {
    background: #ffffff;
    border-color: #d5d5da;
    color: #2b2b2f;
    box-shadow: none;
    min-width: 200px;
}

.widget.category-widget.grid .grid-holder.category.grid4.module-katalog-home .single-category.no-subs a.u-lined:hover,
.widget.category-widget.grid .grid-holder.category.grid4.module-katalog-home .single-category.no-subs a.u-lined:focus {
    background: #ffffff;
    border-color: #c8c8cf;
    color: #111114;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
    .widget.category-widget.grid .grid-holder.category.grid4.module-katalog-home .single-category.no-subs .name {
        font-size: 15px;
        line-height: 1.3;
    }

    .widget.category-widget.grid .grid-holder.category.grid4.module-katalog-home .card-subtitle {
        font-size: 13px;
    }

    .widget.category-widget.grid .grid-holder.category.grid4.module-katalog-home .collection-price {
        font-size: 14px;
    }

    .widget.category-widget.grid .grid-holder.category.grid4.module-katalog-home .single-category.no-subs a.u-lined {
        min-width: 140px;
    }
}

.widget.category-widget.grid .grid-holder.category > .item.single-category.no-subs:hover {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.38);
}

.widget.category-widget.grid .grid-holder.category > .item.single-category.no-subs .banner_wrap {
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 12px;
    background: #0b0b10;
    box-shadow: 0 18px 20px -16px rgba(0, 0, 0, 0.6);
}

.widget.category-widget.grid .grid-holder.category > .item.single-category.no-subs .banner_wrap > a {
    display: block;
    font-size: 0;
    line-height: 0;
}

.widget.category-widget.grid .grid-holder.category > .item.single-category.no-subs .banner_wrap > a > img {
    display: block;
    width: 100%;
    height: auto;
    margin: -2px 0 -2px !important;
    vertical-align: top;
}

.widget.category-widget.grid .grid-holder.category.carousel .item.single-category.no-subs {
    margin: 0 10px 24px;
    padding: 35px 4px !important;
    box-sizing: border-box;
    border: 1px solid #dedee3 !important;
    border-radius: 22px !important;
    overflow: hidden;
    position: relative;
    background: radial-gradient(220px 220px at 15% 8%, rgba(255, 72, 34, 0.16), rgba(255, 72, 34, 0) 62%), linear-gradient(180deg, rgba(14, 14, 18, 0.88) 0%, rgba(8, 8, 12, 0.9) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24), 0 14px 32px -20px rgba(255, 66, 30, 0.5);
}

.widget.category-widget.grid .grid-holder.category.carousel .item.single-category.no-subs .banner_wrap {
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 12px;
    box-shadow: 0 18px 20px -16px rgba(0, 0, 0, 0.6);
}

.widget.category-widget.grid
    .grid-holder.category.grid4
    > .item.single-category.no-subs {
    width: calc(25% - 20px);
}

@media (min-width: 992px) {
    .widget.category-widget.grid .grid-holder.category.grid4 {
        text-align: center;
    }

    .widget.category-widget.grid
        .grid-holder.category.grid4.module-labirint
        .item.single-category.no-subs,
    .widget.category-widget.grid
        .grid-holder.category.grid4.module-bunker
        .item.single-category.no-subs {
        width: calc(19% - 20px);
        margin: 0 40px 24px;
        zoom: 0.78;
        transform: none !important;
    }

    .widget.category-widget.grid
        .grid-holder.category.grid4.module-katalog-home
        .item.single-category.no-subs {
        margin: 0 10px 24px;
        zoom: 0.78;
        transform: none !important;
    }

    .widget.category-widget.grid
        .grid-holder.category.grid4
        .item.single-category.no-subs
        .banner_wrap {
        margin-bottom: 12px;
    }
}

.widget.category-widget.grid
    .grid-holder.category.grid3
    > .item.single-category.no-subs {
    width: calc(33.33% - 20px);
}

/* Scoped styles for catalog anchor tabs (Oxyo Content module) */
.catalog-tabs-scope .catalog-anchor-wrapper {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 24px auto 32px;
    padding: 0 16px;
    box-sizing: border-box;
    overflow: hidden;
}

.catalog-tabs-scope .catalog-tabs {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 0;
    padding: 6px;
    border-radius: 999px;
    background: #e9e7e7;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, .08);
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    scroll-snap-type: x proximity;
}

.catalog-tabs-scope .catalog-tabs::-webkit-scrollbar {
    display: none;
}

.catalog-tabs-scope .catalog-tabs .tab {
    position: relative;
    flex: 0 0 auto;
    padding: 12px 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    color: #1d1d1d;
    text-decoration: none;
    white-space: nowrap;
    transition: all .25s ease;
    scroll-snap-align: start;
}

.catalog-tabs-scope .catalog-tabs .tab:hover {
    background: rgba(255, 255, 255, .6);
}

.catalog-tabs-scope .catalog-tabs .tab.is-active {
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
}

.catalog-tabs-scope .catalog-tabs .tab .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d10000;
    margin-left: 6px;
}

.catalog-tabs-scope section {
    scroll-margin-top: 110px;
}

@media (max-width: 768px) {
    .catalog-tabs-scope .catalog-anchor-wrapper {
        margin: 16px auto 20px;
        padding: 0 12px;
    }
}

.widget.category-widget.grid
    .grid-holder.category.grid2
    > .item.single-category.no-subs {
    width: calc(50% - 20px);
}

@media (max-width: 991px) {
    .widget.category-widget.grid
        .grid-holder.category
        > .item.single-category.no-subs {
        width: calc(33.33% - 20px);
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .widget.category-widget.grid .grid-holder.category {
        margin-left: -8px;
        margin-right: -8px;
    }

    .widget.category-widget.grid
        .grid-holder.category
        > .item.single-category.no-subs {
        width: calc(33.333% - 16px) !important;
        margin: 0 8px 18px !important;
        padding: 12px !important;
    }

    .widget.category-widget.grid
        .grid-holder.category.grid4.module-labirint
        .item.single-category.no-subs,
    .widget.category-widget.grid
        .grid-holder.category.grid4.module-bunker
        .item.single-category.no-subs,
    .widget.category-widget.grid
        .grid-holder.category.grid4.module-katalog-home
        .item.single-category.no-subs {
        zoom: 1 !important;
        transform: none !important;
    }

    .widget.category-widget.grid
        .grid-holder.category.grid4.module-katalog-home
        .single-category.no-subs
        .name {
        font-size: 17px;
        line-height: 1.2;
    }
}

@media (max-width: 767px) {
    .widget.category-widget.grid
        .grid-holder.category
        > .item.single-category.no-subs {
        width: calc(50% - 20px);
    }
}

@media (max-width: 767px) {
    .widget.category-widget.grid .grid-holder.category {
        margin-left: -6px;
        margin-right: -6px;
    }

    .widget.category-widget.grid
        .grid-holder.category
        > .item.single-category.no-subs {
        width: calc(50% - 12px) !important;
        margin: 0 6px 14px !important;
        padding: 6px 4px 12px !important;
    }
}

@media (max-width: 767px) {
.single-category.no-subs a.u-lined {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 9px 12px;
    border-radius: 999px;
    border: 1px solid #e1e1e3;
    background: #f5f5f6;
    color: #666666;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
    }
}

@media (max-width: 767px) {
.single-category.no-subs .name {
    margin-bottom: 8px;
    color: var(--primary-black-100, #070709);
    font-size: 1.2em;
    }
}    

@media (max-width: 767px) {
    .widget.category-widget.grid .grid-holder.category > .item.single-category.no-subs {
        border-radius: 16px !important;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 10px 20px -14px rgba(0, 0, 0, 0.45);
    }

    .widget.category-widget.grid .grid-holder.category > .item.single-category.no-subs::after {
        left: 8%;
        right: 8%;
        height: 2px;
    }

    .widget.category-widget.grid .grid-holder.category > .item.single-category.no-subs .banner_wrap {
        border-radius: 10px;
        margin-bottom: 8px;
    }

    .single-category.no-subs .name {
        font-size: 1.05em;
        line-height: 1.2;
        margin-bottom: 6px;
    }

    .collection-price {
        margin-top: -2px;
        margin-bottom: 8px;
        font-size: 13px;
    }

    .single-category.no-subs a.u-lined {
        min-height: 34px;
        padding: 7px 12px;
        font-size: 13px;
    }

    .zoom_image_wrap:hover .zoom_image,
    .banner_wrap.hover-zoom:hover .zoom_image {
        transform: none !important;
        filter: none !important;
    }
}

/* Category widget contrast-bg: remove side white stripes */
.widget.category-widget.grid.contrast-bg {
    position: relative;
    z-index: 0;
    background-color: transparent !important;
}

.main-wrapper > .widget.category-widget.grid.contrast-bg {
    background-color: transparent !important;
}

.widget.category-widget.grid.contrast-bg:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100vw;
    right: -100vw;
    border-left: 0 !important;
    box-shadow: none !important;
    background-color: #f7f7f7;
    background-image: none;
    z-index: -1;
}

.widget.category-widget.grid.contrast-bg.has-bg-image:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    width: 100vw;
    transform: translateX(-50%);
    z-index: -1;
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 28%), linear-gradient(to top, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 28%), var(--oxyo-bg-image);    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat, no-repeat !important;
}

.widget.category-widget.grid.has-bg-image:not(.contrast-bg) {
    background-image: var(--oxyo-bg-image);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.widget.category-widget .all-models-link {
    display: inline-block;
    margin: 14px auto 22px;
    min-width: 220px;
    text-align: center;
}

@media (max-width: 767px) {
    .widget.category-widget.grid.has-bg-image:not(.contrast-bg) {
        background-color: #000 !important;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0) 42%), linear-gradient(to top, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0) 44%), var(--oxyo-bg-image) !important;
        background-blend-mode: normal, normal, multiply !important;
        background-size: cover !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
    }

    .widget.category-widget.grid.contrast-bg.has-bg-image:before {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0) 42%), linear-gradient(to top, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0) 44%), var(--oxyo-bg-image) !important;
        background-color: transparent !important;
        background-blend-mode: normal, normal, multiply !important;
        background-size: cover !important;
        background-position: center top !important;
        background-repeat: no-repeat, no-repeat !important;
    }
}

.collection-price{
  margin-top: -7px;
  margin-bottom: 12px;
  font-size: 19px;
  line-height: 1.2;
}

.lab-section-title{
  text-align:center;
  margin: 24px 0 28px;
}

.lab-section-title__text{
  margin:0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height:1.2;
}

.lab-section-title__black{
  color:#000;
  font-size:24px;     /* размер первой части */
  font-weight:400;
}

.lab-section-title__red{
  color:#d10000;
  font-size:24px;     /* размер второй части */
  font-weight:600;    /* можно сделать акцент */
  margin-left:6px;    /* небольшой отступ */
}

.lab-section-title__accent{
  display:block;
  width:28px;
  height:1.2px;
  background: linear-gradient(to right, transparent, #ff0000 20%, #ff0000 50%, #ff0000 80%, transparent);
  margin:10px auto 0;
  border-radius:2px;
}

@media (max-width:768px){
  .lab-section-title__black,
  .lab-section-title__red{
    font-size:22px;
  }
}

.lab-section-title__sub{
  margin:10px 0 0;
  font-size:15px;
  color:#666;
  font-weight:500;
}

/* Убираем лишний верхний отступ у блока */
.widget.category-widget .widget-title{
  margin-top:0 !important;
  padding-top:0 !important;
}

/* Убираем внутренний отступ у вашего заголовка */
.lab-section-title{
  margin-top:0 !important;
}

/* Если всё равно остаётся воздух */
.widget.category-widget{
  padding-top:10px !important; /* можно 0 если нужно совсем убрать */
}

.card-subtitle{
  font-size:18px;
  color:#ffffff;;
  margin:4px 0 6px;
}

@media (max-width: 768px) {
.card-subtitle{
  font-size: 12px;
  color: #ffffff;
  margin:4px 0 6px;
 }
} 

.lab-section-title {
  text-align: center;
  margin-bottom: 10px;
}

.lab-section-title__desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  font-weight: 400;
}

.lab-section-title__features {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 1px;
  flex-wrap: wrap;
}

.lab-feature {
  display: flex;
  align-items: center;
  gap: 14px;
}

@media (min-width: 769px) {
  .lab-section-title__features .lab-feature {
    justify-self: center;
  }
}

.lab-feature__icon {
  width: 42px;
  height: 42px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-3px);
}

.lab-feature__text strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #111;
}

.lab-feature__text span {
  font-size: 14px;
  color: #000;
  white-space: nowrap;
}

@media (max-width: 768px) {
  /* Жёстко задаём сетку: 2 колонки + 1 по центру */
  .lab-section-title__features{
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 18px 22px;
    justify-items: center;
    align-items: center;
    margin-top: 18px; /* общий отступ блока фич */
  }

  /* Карточка фичи — чуть больше, но без развала */
  .lab-feature{
    width: 100%;
    max-width: 190px;
    padding: 12px 14px;
    border-radius: 14px;
    margin-left: 10px;
  }

  .lab-feature__icon{
    width: 44px;
    height: 44px;
  }

  .lab-feature__title{ font-size: 14px; line-height: 1.2; }
  .lab-feature__text{ font-size: 12px; line-height: 1.2; }

  /* 3-я фича (“Толщина стали”) — на всю ширину и по центру, чуть выше */
  .lab-section-title__features .lab-feature:nth-child(3){
    grid-column: 1 / -1;
    max-width: 230px;
    margin-top: -6px;
  }
}

@media (max-width: 768px) {

  /* Замки — чуть правее */
  .lab-section-title__features .lab-feature:nth-child(2){
    justify-self: end;   /* сдвиг вправо в своей колонке */
  }

  /* Защита от шума — в одну строку */
  .lab-section-title__features .lab-feature:nth-child(1) .lab-feature__text{
    white-space: nowrap;
  }

}

.lab-section-title__features {
  margin: 2px auto 0;
  padding: 24px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  text-align: center;
  position: relative;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.035) 12%,
    rgba(0, 0, 0, 0.035) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* Верхняя линия */
.lab-section-title__features::before,
.lab-section-title__features::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;

  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0 0 0) 20%, rgb(0 0 0 / 97%) 80%, rgba(0, 0, 0, 0) 100%);
}

.lab-section-title__features::before {
  top: 0;
}

.lab-section-title__features::after {
  bottom: 0;
}

@media (min-width: 769px) {
  .lab-section-title__features {
        background-image: linear-gradient(rgb(11 11 11 / 82%), rgb(255 0 0 / 49%)), linear-gradient(rgb(194 0 0 / 99%), rgb(0 0 0 / 60%)), linear-gradient(to right, rgb(0 0 0 / 2%) 0%, rgb(255 255 255 / 49%) 12%, rgb(255 255 255 / 49%) 88%, rgb(48 48 48 / 2%) 100%);        background-size: 1px 22px, 1px 22px, 100% 100%;
        background-position: 33.333% 50%, 66.666% 50%, 0 0;
    }
}

@media (max-width: 768px) {
  .lab-section-title__features {
    display: none !important;
    background-image: none !important;
    background-color: transparent !important;
  }

  .lab-section-title__features::before,
  .lab-section-title__features::after {
    display: none !important;
  }
}

.category-hero {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

.category-hero__title {
    margin: 6px 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 30px;
}

.category-hero__text {
    max-width: 760px;
    margin: 0 auto 8px;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}

.category-hero__divider {
    max-width: 820px;
    margin: 12px auto 0;
    height: 1.3px;
    background: linear-gradient(to right, transparent, #000000 20%, #000000 50%, #000000 80%, transparent);
    box-shadow: 0 0 8px rgba(255, 0, 0, 0.25);
}

body.information-information-8 #content h1#page-title:empty {
  display: none !important;
}

body.information-information-8 #content p {
  margin: 0 !important;
}

.category-hero_divider_bn {
    max-width: 820px;
    margin: 12px auto 0;
    height: 1.3px;
    background: linear-gradient(to right, transparent, #000000 20%, #000000 50%, #000000 80%, transparent);
    box-shadow: 0 0 8px rgba(255, 0, 0, 0.25);
}

.lab-section-title__green{
  color:#8bc12d;
  font-size:24px;     /* размер второй части */
  font-weight:600;    /* можно сделать акцент */
  margin-left:6px;    /* небольшой отступ */
}

.lab-section-title__accent_green{
  display:block;
  width:28px;
  height: 1.2px;
  background: linear-gradient(to right, transparent, #8bc12d 20%, #8bc12d 50%, #8bc12d 80%, transparent);
  margin:10px auto 0;
  border-radius:2px;
}

/* ===== BUN FEATURE BLOCK (separate classes, same visual logic) ===== */
.bun-section-title__desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  font-weight: 400;
}

.bun-section-title__accent_green{
  display:block;
  width:28px;
  height: 1.2px;
  background: linear-gradient(to right, transparent, #8bc12d 20%, #8bc12d 50%, #8bc12d 80%, transparent);
  margin:10px auto 0;
  border-radius:2px;
}

.bun-section-title__features {
  margin: 2px auto 0;
  padding: 24px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  text-align: center;
  position: relative;
  max-width: 980px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.035) 12%,
    rgba(0, 0, 0, 0.035) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.bun-section-title__features::before,
.bun-section-title__features::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0 0 0) 20%, rgb(0 0 0 / 97%) 80%, rgba(0, 0, 0, 0) 100%);
}

.bun-section-title__features::before {
  top: 0;
}

.bun-section-title__features::after {
  bottom: 0;
}

@media (min-width: 769px) {
  .bun-section-title__features {
    background-image: linear-gradient(rgb(11 11 11 / 82%), rgb(139 193 45 / 49%)), linear-gradient(rgb(139 193 45 / 99%), rgb(0 0 0 / 60%)), linear-gradient(to right, rgb(0 0 0 / 2%) 0%, rgb(255 255 255 / 49%) 12%, rgb(255 255 255 / 49%) 88%, rgb(48 48 48 / 2%) 100%);
    background-size: 1px 22px, 1px 22px, 100% 100%;
    background-position: 33.333% 50%, 66.666% 50%, 0 0;
  }

  .bun-section-title__features .bun-feature {
    justify-self: center;
  }

  .bun-section-title__features .lab-feature {
    justify-self: center;
  }
}

.bun-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.bun-section-title__features .lab-feature {
  justify-content: center;
}

.bun-feature__icon {
  width: 42px;
  height: 42px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(1px);
  color: #111111;
}

.bun-feature__icon svg {
  width: 30px;
  height: 30px;
  display: block;
}

.bun-feature__text strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #111;
}

.bun-feature__text span {
  font-size: 14px;
  color: #ffffff;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .bun-section-title__features {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 18px 22px;
    justify-items: center;
    align-items: center;
    margin-top: 18px;
    background-image: none !important;
    background-color: transparent !important;
  }

  .bun-section-title__features::before,
  .bun-section-title__features::after {
    display: none !important;
  }

  .bun-feature{
    width: 100%;
    max-width: 190px;
    padding: 12px 14px;
    border-radius: 14px;
    margin-left: 10px;
  }

  .bun-feature__icon{
    width: 44px;
    height: 44px;
  }

  .bun-feature__text{ font-size: 12px; line-height: 1.2; }

  .bun-section-title__features .bun-feature:nth-child(3){
    grid-column: 1 / -1;
    max-width: 230px;
    margin-top: -6px;
  }

  .bun-section-title__features .bun-feature:nth-child(2){
    justify-self: end;
  }

  .bun-section-title__features .bun-feature:nth-child(1) .bun-feature__text{
    white-space: nowrap;
  }
}

/* Цвета — полностью те же самые */

.stroke-black { stroke: #000; }
.stroke-black-strong { stroke: #000000; }
.stroke-red { stroke: #d10000; }
.stroke-red-strong { stroke: #d10000; }
.stroke-white { stroke: #ffffff; }

.fill-black { fill: #000000; }
.fill-white { fill: #ffffff; }
.fill-red { fill: #d10000; }
.fill-dark-gray { fill: #2a2a2a; }

/* Один набор цветов для всех иконок */
.vida-icon{
  --vida-main: #000000;      /* было #000000 */
  --vida-accent: #d10000;    /* базовый акцент */
  --vida-contrast: #ffffff;  /* белые элементы */
}

/* Переопределение именно для иконки “шум” (у вас там #1d1d1d и #c4161c) */
.lab-section-title__features .lab-feature:first-child .vida-icon{
  --vida-main: #1d1d1d;      /* было #1d1d1d */
  --vida-accent: #c4161c;    /* было #c4161c */
  --vida-contrast: #ffffff;  /* без изменений */
}

.vida-stroke-main{ stroke: var(--vida-main); }
.vida-stroke-accent{ stroke: var(--vida-accent); }

.vida-fill-main{ fill: var(--vida-main); }
.vida-fill-accent{ fill: var(--vida-accent); }
.vida-fill-contrast{ fill: var(--vida-contrast); }


/* ===== CATALOG ANCHOR TABS (moved from html) ===== */
html { scroll-behavior: smooth; }

.catalog-anchor-wrapper{
  width: 100%;
  margin: 20px 0 28px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

/* Фон/рамка — НЕ скроллится */
.catalog-tabs-shell{
  display: inline-flex;
  width: auto !important;
  max-width: 100%;
  border-radius: 999px;
  padding: 8px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #f3f3f3 0%, #e8e8e8 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    inset 0 -1px 0 rgba(0,0,0,.05);
  overflow: hidden;
  position: relative;
}
.catalog-tabs-shell::before,
.catalog-tabs-shell::after{
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  width: 12px;
  z-index: 3;
  pointer-events: none;
}
.catalog-tabs-shell::before{
  left: 8px;
  background: linear-gradient(90deg, #ececec 0%, rgba(236,236,236,0) 100%);
  border-radius: 999px 0 0 999px;
}
.catalog-tabs-shell::after{
  right: 8px;
  background: linear-gradient(270deg, #ececec 0%, rgba(236,236,236,0) 100%);
  border-radius: 0 999px 999px 0;
}

/* Скроллящийся ряд */
.catalog-tabs{
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  box-sizing: border-box;
  width: max-content;
  min-width: 0;
  max-width: 100%;

  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  justify-content: flex-start;

  /* НЕ режем горизонталь: иначе на мобилке свайпа не будет */
  touch-action: auto;
  cursor: grab;
  scroll-padding-left: 10px;
  scroll-padding-right: 10px;
}
.catalog-tabs::-webkit-scrollbar{ display:none; }
.catalog-tabs.is-dragging{ cursor: grabbing; }

.catalog-tabs .tab{
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 12px 18px 15px;
  border-radius: 999px;

  font-size: 13px;
  font-weight: 600;
  letter-spacing: .2px;
  color: #1b1b1b;
  text-decoration: none;
  white-space: nowrap;

  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  font-family: var(--font-family-header, 'ArtegraSansExtended'), sans-serif;
}

.catalog-tabs .tab:hover{
  background: transparent;
  transform: translateY(0);
  color: #d10000;
}

.catalog-tabs .tab:focus-visible{
  outline: 2px solid rgba(209,0,0,.55);
  outline-offset: 2px;
}

.catalog-tabs .tab.is-active{
  background: transparent;
  transform: translateY(0);
  color: #1b1b1b;
}
.catalog-tabs .tab.is-active:hover{
  color: #d10000;
}
.catalog-tabs-indicator{
  position: absolute;
  left: 0;
  bottom: 7px;
  height: 1.5px;
  width: 0;
  border-radius: 999px;
  background: #585858;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  box-shadow: 0 0 10px rgba(209, 0, 0, .28);
  transition: left .22s ease, width .22s ease, opacity .18s ease;
}

.catalog-tabs .dot{
  display: none;
}

.widget.category-widget[id]{ scroll-margin-top: 110px; }

@media (max-width: 768px){
  .catalog-tabs-shell{ padding: 7px; }
  .catalog-tabs{ gap: 4px; }
  .catalog-tabs .tab{ padding: 12px 14px 15px; font-size: 12.5px; }
}

#xd_form-form .input-group .input-group-addon{
  height: 44px !important;
  padding: 11px !important;
  line-height: 1 !important;
}
#xd_form-form .input-group .form-control{
  height: 44px !important;
}

.na-katalog {
  padding: 48px 0;
}

.na-katalog__wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.na-katalog__title {
  text-align: center;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #111;
  margin: 0 0 10px;
  font-family: var(--font-family-header, 'ArtegraSansExtended'), sans-serif;
}

.na-katalog__lead {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 30px;
  font-size: 14.5px;
  line-height: 1.65;
  color: #444;
}

.na-katalog__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.na-katalog__card {
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  background: #fff;
  padding: 18px;
  text-align: left;
}

.na-katalog__card--wide {
  grid-column: 1 / -1;
}

.na-katalog__card-title {
  font-size: 19px;
  font-weight: 650;
  color: #111;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
  text-align: center;
  font-family: var(--font-family-header, 'ArtegraSansExtended'), sans-serif;
}

.na-katalog__card-text {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.na-katalog__note {
  margin-top: 18px;
  border-left: 3px solid #111;
  background: #f6f7f9;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  text-align: left;
}

@media (max-width: 860px) {
  .na-katalog__title {
    font-size: 26px;
  }

  .na-katalog__grid {
    grid-template-columns: 1fr;
  }

  .na-katalog__card--wide {
    grid-column: auto;
  }
}

.katalog-aif-lab{
  --accent:#e31b23;
  --text:#111;
  --muted:#666a73;
  --line:#e7e8ec;
  --soft:#f5f6f7;
  --card:#f2f2f2;
  --shadow:0 10px 26px rgba(0,0,0,.06);

  background:#fff;
  color:var(--text);
  padding:54px 0;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}
.katalog-aif-lab, .katalog-aif-lab *{ box-sizing:border-box; }

.katalog-aif-lab__wrap{
  width:min(1120px, calc(100% - 32px));
  margin:0 auto;
}

/* Top: main card */
.katalog-aif-lab__top{
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--shadow);
  padding:22px 22px;
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:18px;
  align-items:center;
}

.katalog-aif-lab__top-title{
  margin:0 0 8px;
  font-size:26px;
  font-weight:900;
  letter-spacing:.02em;
}

.katalog-aif-lab__sub{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
  max-width:560px;
  font-family: var(--font-family-accent, 'Philosopher'), sans-serif;
}

.katalog-aif-lab__pricebox{
  justify-self:end;
  text-align:right;
  min-width:280px;
}

.katalog-aif-lab__price{
  display:flex;
  justify-content:flex-end;
  align-items:baseline;
  gap:10px;
  margin:0 0 10px;
}
.katalog-aif-lab__price strong{
  font-size:38px;
  font-weight:900;
  letter-spacing:.01em;
  white-space:nowrap;
  color: #d10000;
}
.katalog-aif-lab__price span{
  color:var(--muted);
  font-size:13px;
  line-height:1.2;
}

.katalog-aif-lab__meta{
  display:flex;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:12px;
}
.katalog-aif-lab__badge{
  border:1px solid var(--line);
  background:#fff;
  border-radius:999px;
  padding:7px 10px;
  font-size:12.5px;
  color:#2b2d33;
  white-space:nowrap;
}
.katalog-aif-lab__badge b{ font-weight:800; }

.katalog-aif-lab__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  height:44px;
  padding:0 14px;
  border-radius:14px;
  width:100%;
  border:1px solid rgba(227,27,35,.35);
  background:linear-gradient(180deg, rgba(227,27,35,.10), rgba(227,27,35,.06));
  color:#111;
  text-decoration:none;
  font-weight:900;
  letter-spacing:.02em;
  transition:transform .12s ease, border-color .12s ease, background .12s ease;
}
.katalog-aif-lab__btn:hover{
  transform:translateY(-1px);
  border-color:rgba(227,27,35,.55);
  background:linear-gradient(180deg, rgba(227,27,35,.14), rgba(227,27,35,.08));
}

/* Section title */
.katalog-aif-lab__section-title{
  display:flex;
  align-items:center;
  gap:18px;
  margin:30px 0 16px;
}
.katalog-aif-lab__section-title::before,
.katalog-aif-lab__section-title::after{
  content:"";
  height:1px;
  background:var(--line);
  flex:1 1 auto;
}
.katalog-aif-lab__section-title-text{
  margin:0;
  font-size:34px;
  font-weight:900;
  letter-spacing:.01em;
}

/* 4 cards row */
.katalog-aif-lab__grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:14px;
}

.katalog-aif-lab__card{
  position:relative;
  background:var(--card);
  border:1px solid #ededed;
  border-radius:14px;
  padding:18px 16px 16px;
  overflow:hidden;
  min-height:170px;
}

.katalog-aif-lab__num{
  position:absolute;
  right:12px;
  top:10px;
  font-size:92px;
  font-weight:900;
  color: rgb(255 0 0 / 7%);
  line-height:1;
  pointer-events:none;
  user-select:none;
}

.katalog-aif-lab__card-title{
  margin:0 0 10px;
  font-size:18px;
  font-weight:900;
}

.katalog-aif-lab__card-text{
  margin:0;
  color:#2b2d33;
  font-size:14px;
  line-height:1.55;
  font-family: var(--font-family-accent, 'Philosopher'), sans-serif;
}

.katalog-aif-lab__dash{
  width:28px;
  height:2px;
  background:#111;
  opacity:.65;
  margin:14px auto 0;
  border-radius:2px;
}

/* Bottom disclaimer */
.katalog-aif-lab__foot{
  margin-top:18px;
  border:1px solid var(--line);
  border-radius:14px;
  padding:14px 16px;
  background:#fff;
  font-size:22px;
  font-weight:800;
  line-height:1.35;
  text-align:center;
  box-shadow:var(--shadow);
}
.katalog-aif-lab__foot span{
  font-weight:900;
  color:#111;
}

@media (max-width: 1100px){
  .katalog-aif-lab__grid{ grid-template-columns: repeat(2, 1fr); }
  .katalog-aif-lab__section-title-text{ font-size:28px; }
}
@media (max-width: 900px){
  .katalog-aif-lab__top{ grid-template-columns:1fr; }
  .katalog-aif-lab__pricebox{ justify-self:start; text-align:left; min-width:0; }
  .katalog-aif-lab__price{ justify-content:flex-start; }
  .katalog-aif-lab__meta{ justify-content:flex-start; }
}
@media (max-width: 560px){
  .katalog-aif-lab__grid{ grid-template-columns:1fr; }
  .katalog-aif-lab__section-title-text{ font-size:24px; }
  .katalog-aif-lab__foot{ font-size:18px; }
}

@media (max-width: 560px){
  .cm_item .katalog-aif-lab__card-text{
    font-size: 20px !important;
    line-height: 1.55 !important;
  }
}

@media (max-width: 560px){
.katalog-aif-lab__card-title {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 900;
  }
}  

.katalog-aif-lab__btn-group{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.katalog-aif-lab__btn--secondary{
  background:#fff;
  border:1px solid #e7e8ec;
}

:root {
  --bg: #fcfcfc;
  --card: #fcfcfc;
  --text: #1f2937;
  --muted: #6b7280;
  --line: #d9dee7;
  --line-strong: #c8d0db;
  --accent: #111827;
  --accent-soft: #eef2f7;
  --shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
  --radius: 16px;
  --container: 980px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.privacy-page {
  padding: 40px 16px 64px;
}

.privacy-container {
  max-width: var(--container);
  margin: 0 auto;
}

.privacy-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.privacy-head {
  padding: 40px 42px 28px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, #ffffff 0%, #fafbfd 100%);
}

.privacy-badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  background: var(--accent-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.privacy-title {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15;
  font-weight: 800;
  color: var(--accent);
}

.privacy-subtitle {
  margin: 0;
  font-size: 17px;
  color: #374151;
  max-width: 760px;
}

.privacy-meta {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px;
  font-size: 14px;
  color: var(--muted);
}

.privacy-body {
  padding: 38px 42px 44px;
}

.privacy-note {
  margin: 0 0 32px;
  padding: 18px 20px;
  background: #f9fafb;
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: 12px;
  font-size: 15px;
  color: #374151;
}

.privacy-section {
  margin-bottom: 34px;
}

.privacy-section:last-child {
  margin-bottom: 0;
}

.privacy-section-title {
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line-strong);
  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
  color: var(--accent);
}

.privacy-item {
  margin: 0 0 14px;
  font-size: 16px;
  color: var(--text);
}

.privacy-item:last-child {
  margin-bottom: 0;
}

.privacy-list {
  margin: 10px 0 16px 0;
  padding: 0;
  list-style: none;
}

.privacy-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  color: var(--text);
}

.privacy-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9ca3af;
}

.privacy-list li:last-child {
  margin-bottom: 0;
}

.privacy-contacts {
  margin-top: 18px;
  padding: 18px 20px;
  background: #fbfcfe;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.privacy-contacts strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  color: var(--accent);
}

.privacy-footer {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  color: var(--muted);
}

.num {
  font-weight: 700;
  color: var(--accent);
}

.muted {
  color: var(--muted);
}

@media (max-width: 768px) {
  .privacy-page {
    padding: 18px 10px 36px;
  }

  .privacy-head {
    padding: 24px 18px 20px;
  }

  .privacy-body {
    padding: 24px 18px 28px;
  }

  .privacy-title {
    font-size: 28px;
  }

  .privacy-subtitle {
    font-size: 15px;
  }

  .privacy-section-title {
    font-size: 20px;
  }

  .privacy-item {
    font-size: 15px;
  }
}

@keyframes stripeMove {
  0% {
    background-position: -150% 0;
  }
  100% {
    background-position: 150% 0;
  }
}

.door-steps-premium {
  --steps-card: rgba(255, 255, 255, 0.92);
  --steps-border: rgba(20, 20, 20, 0.07);
  --steps-title: #171717;
  --steps-text: #5c5c62;
  --steps-muted: #8d8d95;
  --steps-icon-bg: #efeff1;
  --steps-icon-color: #505057;
  --steps-accent: #c62828;
  --steps-accent-bg: #fff7f7;
  --steps-accent-icon-bg: rgba(198, 40, 40, 0.08);
  --steps-shadow: 0 14px 34px rgba(17, 17, 17, 0.05);

  font-family: Inter, Arial, sans-serif;
}

.door-steps-premium__item {
  position: relative;
  height: 100%;
  min-height: 280px;
  padding: 22px 20px 24px;
  background: var(--steps-card);
  border: 1px solid var(--steps-border);
  border-radius: 24px;
  background: rgb(255 255 255 / 28%);
  margin-top: 10px;
}

.door-steps-premium__item:hover {
  transform: translateY(-4px);
}

.door-steps-premium__item.is-active {
  background: var(--steps-accent-bg);
  border-color: rgba(198, 40, 40, 0.22);
}

.door-steps-premium__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.door-steps-premium__icon {
  width: 90px;
  height: 90px;
  min-width: 90px;
  border-radius: 20px;
  background: var(--steps-icon-bg);
  color: var(--steps-icon-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.door-steps-premium__icon svg {
  width: 90px;
  height: 90px;
  display: block;
}

.door-steps-premium__item.is-active .door-steps-premium__icon {
  background: var(--steps-accent-icon-bg);
  color: var(--steps-accent);
}

.door-steps-premium__num {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--steps-muted);
  text-align: right;
}

.door-steps-premium__item-title {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--steps-title);
}

.door-steps-premium__item.is-active .door-steps-premium__item-title {
  color: var(--steps-accent);
}

.door-steps-premium__item-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.58;
  color: var(--steps-text);
}

@media (max-width: 767px) {
  .door-steps-premium__item {
    min-height: auto;
    padding: 18px 16px 20px;
    border-radius: 20px;
    margin-bottom: 10px;
  }

  .door-steps-premium__icon {
    width: 90px;
    height: 90px;
    min-width: 68px;
    border-radius: 18px;
  }

  .door-steps-premium__icon svg {
    width: 80px;
    height: 80px;
  }

  .door-steps-premium__item-title {
    font-size: 22px;
  }

  .door-steps-premium__item-text {
    font-size: 15px;
    line-height: 1.55;
  }

  .door-steps-premium__num {
    font-size: 12px;
  }
}

.door-steps-premium__item:hover {
  transform: none;
  box-shadow: var(--steps-shadow);
}

.consent-note {
  margin: 10px 0 14px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
  font-size: 12.5px;
  margin-top: -15px;
}

.consent-note a {
  color: #ff4d46;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 77, 70, 0.35);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.consent-note a:hover {
  color: #ff6a63;
  border-bottom-color: rgba(255, 106, 99, 0.55);
}

.measure-hero-clean {
  position: relative;
  width: 100%;
  background: transparent;
  font-family: Inter, Arial, sans-serif;
}

.measure-hero-clean__content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0;
}

.measure-hero-clean__text {
  max-width: 560px;
  padding: 28px 32px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 24px;
}

.measure-hero-clean__title {
  margin: 0;
  font-size: 40px;
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #111111;
}

.measure-hero-clean__underline {
  width: 280px;
  height: 10px;
  margin: 18px 0 26px;
  background: url("data:image/svg+xml,%3Csvg width='280' height='10' viewBox='0 0 280 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 7C60 2.5 126 1 277 6' stroke='%23E53935' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / contain;
}

.measure-hero-clean__subtitle {
  margin: 0 0 34px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 400;
  color: #222222;
}

.measure-hero-clean__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 22px;
}

.measure-hero-clean__list li {
  position: relative;
  padding-left: 42px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  color: #111111;
}

.measure-hero-clean__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: #ef3b2d;
}

.measure-hero-clean__note {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  color: #3b3b3b;
}

.measure-hero-clean__note strong {
  font-weight: 600;
  color: #111111;
}

@media (max-width: 1024px) {
  .measure-hero-clean__content {
    padding: 32px 0;
  }

  .measure-hero-clean__text {
    max-width: 430px;
    padding: 22px 24px;
    border-radius: 20px;
  }

  .measure-hero-clean__title {
    font-size: 48px;
  }

  .measure-hero-clean__subtitle {
    font-size: 22px;
  }

  .measure-hero-clean__list li {
    font-size: 24px;
    padding-left: 34px;
  }

  .measure-hero-clean__underline {
    width: 220px;
    margin: 14px 0 22px;
  }

  .measure-hero-clean__note {
    margin-top: 24px;
    padding-top: 16px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .measure-hero-clean__content {
    padding: 24px 0;
  }

  .measure-hero-clean__text {
    padding: 18px 16px;
    border-radius: 16px;
    margin-top: -20px;
  }

  .measure-hero-clean__title {
    font-size: 36px;
    line-height: 1;
  }

  .measure-hero-clean__subtitle {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .measure-hero-clean__list {
    gap: 16px;
  }

  .measure-hero-clean__list li {
    font-size: 18px;
    padding-left: 28px;
  }

  .measure-hero-clean__list li::before {
    font-size: 20px;
    top: 2px;
  }

  .measure-hero-clean__underline {
    width: 180px;
    height: 8px;
    margin: 12px 0 18px;
  }

  .measure-hero-clean__note {
    margin-top: 20px;
    padding-top: 14px;
    font-size: 14px;
    line-height: 1.5;
  }
}

.lab-service-split__head {
  max-width: 920px;
  margin: 0 auto 34px;
  text-align: center;
}

.lab-service-split__head h2 {
  margin: 0;
  color: #141414;
  font-size: 32px;
  line-height: 1.03;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.lab-service-split__accent {
  display: block;
  width: 48px;
  height: 3px;
  margin: 16px auto 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #9f1014 0%, #d71920 100%);
}

.lab-service-split__head p {
  margin: 0;
  color: #666b72;
  font-size: 17px;
  line-height: 1.5;
}

.lab-service-split__card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, #f8f8f9 0%, #f1f1f3 100%);
  border: 1px solid rgba(20,20,20,.06);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.lab-service-split__card:hover {
  transform: translateY(-5px);
  border-color: rgba(215,25,32,.12);
}

.lab-service-split__card--featured {
  background: linear-gradient(180deg, #faf6f6 0%, #f3eeee 100%);
}

.lab-service-split__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  padding: 0 20px;
  background: linear-gradient(180deg, #171717 0%, #0e0e0f 100%);
}

.lab-service-split__top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #111111 0%, #2a2a2a 30%, #d71920 74%, #ff4b4f 100%);
}

.lab-service-split__card--featured .lab-service-split__top {
  background: linear-gradient(90deg, #111112 0%, #181818 45%, #7e0f14 82%, #d71920 100%);
}

.lab-service-split__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .12em;
}

.lab-service-split__card--featured .lab-service-split__num {
  background: linear-gradient(180deg, #ef2c34 0%, #b71217 100%);
  box-shadow: 0 8px 18px rgba(215,25,32,.25);
}

.lab-service-split__label {
  color: rgb(255 255 255);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.lab-service-split__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px 24px 24px;
  text-align: center;
}

.lab-service-split__body h3 {
  margin: 0 0 18px;
  color: #1a1a1a;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 300;
  letter-spacing: .02em;
  text-transform: uppercase;
  min-height: 56px;
}

.lab-service-split__list {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.lab-service-split__list li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 18px;
  color: #2d2d2f;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
  text-align: left;
}

.lab-service-split__list li:last-child {
  margin-bottom: 0;
}

.lab-service-split__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d71920;
  box-shadow: 0 0 0 4px rgba(215,25,32,.08);
}

.lab-service-split__price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 184px;
  height: 64px;
  margin: auto auto 12px;
  padding: 0 24px;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f4f5 100%);
  border: 1px solid rgba(17,17,17,.07);
  box-shadow:
    0 12px 24px rgba(17,17,17,.08),
    inset 0 1px 0 rgba(255,255,255,.96);
  color: #111111;
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.03em;
}

.lab-service-split__card--featured .lab-service-split__price {
  background: linear-gradient(180deg, #1a1a1b 0%, #0f0f10 100%);
  border-color: rgba(255,255,255,.05);
  color: #ffffff;
  box-shadow:
    0 14px 28px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.05);
}

.lab-service-split__note {
  color: #c5161c;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .01em;
}

@media (max-width: 1100px) {
  .lab-service-split__body {
    padding: 24px 18px 22px;
  }

  .lab-service-split__body h3 {
    font-size: 21px;
  }

  .lab-service-split__price {
    min-width: 164px;
    height: 58px;
    font-size: 31px;
  }
}

@media (max-width: 767px) {
  .lab-service-split__head {
    padding: 0 22px;
    margin-bottom: 24px;
  }

  .lab-service-split__card {
    margin-bottom: 18px;
  }

  .lab-service-split__head h2 {
    font-size: clamp(22px, 6.2vw, 24px);
    line-height: 1.08;
    letter-spacing: 0.03em;
  }

  .lab-service-split__head p {
    font-size: 14px;
    line-height: 1.5;
  }

  .lab-service-split__top {
    height: 66px;
    padding: 0 16px;
  }

  .lab-service-split__body {
    padding: 22px 16px 20px;
  }

  .lab-service-split__body h3 {
    min-height: auto;
    font-size: 20px;
  }

  .lab-service-split__list li {
    font-size: 14px;
  }

  .lab-service-split__price {
    min-width: 146px;
    height: 54px;
    font-size: 28px;
  }

  .lab-service-split__note {
    font-size: 13px;
  }
}

#oxyo_block_2 .cm_block_wrapper {
  overflow: visible !important;
}

#oxyo_block_2 .cm_block.module_2 {
  padding-top: 5px;
}

body.blog_post .breadcrumb-holder,
body.blog_post .breadcrumb,
body[class*="blog"] .breadcrumb-holder,
body[class*="blog"] .breadcrumb {
  display: none !important;
}

.labmsk-install-section {
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, #f3f3f3 0%, #efefef 100%);
  border: 1px solid #dddddd;
  border-radius: 32px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 8px 24px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.labmsk-install-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at top right, rgba(211, 34, 34, 0.04), transparent 18%);
}

.labmsk-install-section .labmsk-install-inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  padding: 48px 56px 54px;
}

.labmsk-install-section .labmsk-install-title {
  margin: 0 0 42px;
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #1b1b1b;
}

.labmsk-install-section .labmsk-install-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 32px;
  align-items: stretch;
}

.labmsk-install-section .labmsk-install-col {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.labmsk-install-section .labmsk-install-row {
  display: flex;
  align-items: stretch;
  min-height: 118px;
  background: linear-gradient(180deg, #fbfbfb 0%, #f6f6f6 100%);
  border: 1px solid #e4e4e4;
  border-radius: 22px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 4px 10px rgba(0, 0, 0, 0.025);
  overflow: hidden;
}

.labmsk-install-section .labmsk-install-badge {
  flex: 0 0 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #141416 0%, #09090a 100%);
  color: #ffffff;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-right: 1px solid rgba(255, 255, 255, 0.04);
}

.labmsk-install-section .labmsk-install-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 26px 24px 24px;
}

.labmsk-install-section .labmsk-install-name {
  margin: 0 0 8px;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #111111;
}

.labmsk-install-section .labmsk-install-text {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
  color: #4c4c4c;
}

@media (max-width: 980px) {
  .labmsk-install-section .labmsk-install-inner {
    padding: 30px 20px 34px;
  }

  .labmsk-install-section .labmsk-install-title {
    margin-bottom: 26px;
    font-size: 24px;
  }

  .labmsk-install-section .labmsk-install-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .labmsk-install-section .labmsk-install-col {
    gap: 16px;
  }

  .labmsk-install-section .labmsk-install-row {
    min-height: auto;
  }

  .labmsk-install-section .labmsk-install-badge {
    flex: 0 0 64px;
    font-size: 12px;
  }

  .labmsk-install-section .labmsk-install-content {
    padding: 18px 18px 18px 16px;
  }

  .labmsk-install-section .labmsk-install-name {
    margin-bottom: 7px;
    font-size: 19px;
  }

  .labmsk-install-section .labmsk-install-text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.labmsk-price-table-section {
  position: relative;
  width: 100%;
  padding: 20px 0 46px;
  background: transparent;
}

.labmsk-price-table-section .labmsk-price-table-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 56px;
}

.labmsk-price-table-section .labmsk-price-table-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0 0 22px;
}

.labmsk-price-table-section .labmsk-price-table-title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.labmsk-price-table-section .labmsk-price-table-title {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #111111;
}

.labmsk-price-table-section .labmsk-price-table-date {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(211, 34, 34, 0.08);
  border: 1px solid rgba(211, 34, 34, 0.14);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #d32222;
  white-space: nowrap;
}

.labmsk-price-table-section .labmsk-price-table-wrap {
  overflow: hidden;
  border: 1px solid #dddddd;
  border-radius: 26px;
  background: linear-gradient(180deg, #fcfcfc 0%, #f7f7f7 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 14px 34px rgba(0, 0, 0, 0.04);
}

.labmsk-price-table-section .labmsk-price-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.labmsk-price-table-section .labmsk-price-table td {
  padding: 17px 24px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  border-bottom: 1px solid #e7e7e7;
  vertical-align: middle;
  text-align: left;
  background: #ffffff;
}

.labmsk-price-table-section .labmsk-price-table tr:last-child td {
  border-bottom: none;
}

.labmsk-price-table-section .labmsk-price-table td:first-child {
  width: auto;
}

.labmsk-price-table-section .labmsk-price-table td:last-child {
  width: 220px;
  white-space: nowrap;
  text-align: left;
  color: #111111;
}

.labmsk-price-table-section .labmsk-price-table-group td {
  background: linear-gradient(180deg, #fafafa 0%, #f3f3f3 100%);
  font-size: 15px;
  font-weight: 700;
  color: #111111;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.labmsk-price-table-section .labmsk-price-table tr:not(.labmsk-price-table-group):hover td {
  background: #fcfcfc;
}

@media (max-width: 980px) {
  .labmsk-price-table-section {
    padding: 28px 0 32px;
  }

  .labmsk-price-table-section .labmsk-price-table-inner {
    padding: 0 20px;
  }

  .labmsk-price-table-section .labmsk-price-table-head {
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .labmsk-price-table-section .labmsk-price-table-title {
    font-size: 20px;
  }

  .labmsk-price-table-section .labmsk-price-table-date {
    min-height: 34px;
    padding: 0 12px;
    font-size: 13px;
  }

  .labmsk-price-table-section .labmsk-price-table-wrap {
    border-radius: 18px;
  }

  .labmsk-price-table-section .labmsk-price-table td {
    padding: 13px 14px;
    font-size: 14px;
  }

  .labmsk-price-table-section .labmsk-price-table-group td {
    font-size: 14px;
  }

  .labmsk-price-table-section .labmsk-price-table td:last-child {
    width: 120px;
    white-space: normal;
  }
}

.labmsk-price-table-date {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid rgba(211, 34, 34, 0.22);
  border-radius: 999px;
  background: rgba(211, 34, 34, 0.06);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  color: #d32222;
  white-space: nowrap;
}
.labmsk-price-table-head {
  margin-bottom: -10px;
}

.labmsk-price-table-title {
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin-top: 30px;
}

.labmsk-price-table-date {
  padding: 7px 14px;
  font-size: 14px;
}

.labmsk-price-table-wrap {
  border-radius: 24px;
}

.labmsk-price-table td {
  background: #fcfcfc;
}

.labmsk-price-table-group td {
  background: #f2f2f2;
}

.labmsk-price-table-head {
  margin: 0 0 10px;
}

.labmsk-price-table-title-wrap {
  gap: 8px;
}

.labmsk-price-table-date {
  margin-top: -18px;
  padding: 6px 12px;
  font-size: 14px;
}

.lab-service-split__packages-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 20px;
}

.lab-service-split__packages-line {
  display: block;
  width: 56px;
  height: 1px;
  background: linear-gradient(90deg, rgba(0,0,0,0), rgba(201,43,43,0.55), rgba(0,0,0,0));
}

.lab-service-split__packages-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  border: 1px solid rgba(201, 43, 43, 0.16);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.88) 0%, rgba(248,248,248,0.96) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.95),
    0 6px 18px rgba(0,0,0,0.03);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6e6e6e;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .lab-service-split__packages-title-wrap {
    gap: 8px;
    margin-top: 22px;
    margin-bottom: 4px;
    width: 100%;
    max-width: 100%;
    padding: 0 6px;
  }

  .lab-service-split__packages-line {
    display: none;
  }

  .lab-service-split__packages-title {
    min-height: 30px;
    max-width: 100%;
    padding: 7px 10px;
    font-size: 10px;
    line-height: 1.25;
    letter-spacing: 0.06em;
    white-space: normal;
    text-align: center;
    word-break: break-word;
  }
}

.lab-delivery-extra {
  padding: 40px 0;
}

.lab-delivery-extra__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 48px 56px;
  background: linear-gradient(90deg, #eceaea 0%, #f5f5f5 50%, #eceaea 100%);
  border: 1px solid #dddddd;
  border-radius: 36px;
  box-sizing: border-box;
}

.lab-delivery-extra__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 32px;
  align-items: stretch;
}

.lab-delivery-extra__card {
  display: grid;
  grid-template-columns: 88px 1fr;
  min-height: 128px;
  background: #f8f8f8;
  border: 1px solid #dfdfdf;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.lab-delivery-extra__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #05060a 0%, #10131b 100%);
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.lab-delivery-extra__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 30px;
  text-align: center;
}

.lab-delivery-extra__title {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #151515;
}

.lab-delivery-extra__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #555555;
}

@media (max-width: 991px) {
  .lab-delivery-extra__inner {
    padding: 32px 20px;
    border-radius: 24px;
  }

  .lab-delivery-extra__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .lab-delivery-extra__card {
    min-height: 130px;
    border-radius: 22px;
  }

  .lab-delivery-extra__badge {
    font-size: 20px;
  }

  .lab-delivery-extra__content {
    padding: 22px 20px;
  }

  .lab-delivery-extra__title {
    font-size: 21px;
  }

  .lab-delivery-extra__text {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .lab-delivery-extra {
    padding: 24px 0;
  }

  .lab-delivery-extra__inner {
    padding: 20px 14px;
  }

  .lab-delivery-extra__card {
    grid-template-columns: 72px 1fr;
    min-height: 115px;
  }

  .lab-delivery-extra__badge {
    font-size: 18px;
  }

  .lab-delivery-extra__title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .lab-delivery-extra__text {
    font-size: 14px;
    line-height: 1.4;
  }
}

.lab-order-premium__main-list {
  counter-reset: main-item;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lab-order-premium__main-list > li {
  counter-increment: main-item;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}

.lab-order-premium__main-list > li:last-child {
  margin-bottom: 0;
}

.lab-order-premium__main-list > li::before {
  content: counter(main-item) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
  color: #4f4f4f;
}

.lab-order-premium__sublist--decimal {
  counter-reset: sub-item;
  list-style: none;
  margin: 8px 0 4px 0 !important;
  padding: 0;
}

.lab-order-premium__sublist--decimal > li {
  counter-increment: sub-item;
  position: relative;
  padding-left: 40px;
  margin-bottom: 8px;
}

.lab-order-premium__sublist--decimal > li:last-child {
  margin-bottom: 0;
}

.lab-order-premium__sublist--decimal > li::before {
  content: "2." counter(sub-item) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
  color: #4f4f4f;
}

.lab-order-premium {
  color: #1a1a1a;
  font-family: inherit;
}

.lab-order-premium * {
  box-sizing: border-box;
}

.lab-order-premium__wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.lab-order-premium__head {
  text-align: center;
  margin-bottom: 34px;
}

.lab-order-premium__title {
  margin: 0 0 10px;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 300;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #171717;
}

.lab-order-premium__subtitle {
  max-width: 760px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.65;
  color: #6b6b6b;
}

.lab-order-premium__box {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #d9dee7;
  border-radius: 28px;
  overflow: hidden;
  margin-top: -20px;
}

.lab-order-premium__section {
  padding: 28px 34px 30px;
  border-bottom: 1px solid #d9dee7;
}

.lab-order-premium__section:last-child {
  border-bottom: none;
}

.cm_item .lab-order-premium__section-title {
  margin: 0 0 14px;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 700;
  color: #171717;
}

.lab-order-premium__text {
  font-size: 16px;
  line-height: 1.75;
  color: #171717;
}

.lab-order-premium__text p {
  margin: 0 0 12px;
}

.lab-order-premium__text p:last-child {
  margin-bottom: 0;
}

.lab-order-premium__text ol,
.lab-order-premium__text ul {
  margin: 0;
  padding-left: 22px;
}

.lab-order-premium__text li {
  margin-bottom: 10px;
}

.lab-order-premium__text li:last-child {
  margin-bottom: 0;
}

.lab-order-premium__main-list > li {
  counter-increment: main-item;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}

.lab-order-premium__sublist {
  margin-top: 10px !important;
  margin-bottom: 6px !important;
}

.lab-order-premium__sublist--decimal {
  counter-reset: sub-item;
  list-style: none;
  margin: 10px 0 4px 0 !important;
  padding-left: 0;
}

.lab-order-premium__sublist--decimal > li {
  counter-increment: sub-item;
  position: relative;
  padding-left: 42px;
  margin-bottom: 8px;
}

.lab-order-premium__muted {
  color: #757575;
}

.lab-order-premium__warning {
  color: #9b2d2d;
  font-weight: 600;
}

.lab-order-premium__note {
  margin-top: 24px;
  padding: 20px 24px;
  border: 1px solid #d9dee7;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
}

.lab-order-premium__note-title {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
  color: #171717;
}

.lab-order-premium__note p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.7;
  color: #505050;
}

.lab-order-premium__note p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .lab-order-premium {
    padding: 32px 0;
    margin-top: -20px;
  }

  .lab-order-premium__wrap {
    padding: 0 12px;
  }

  .lab-order-premium__head {
    margin-bottom: 20px;
  }

  .lab-order-premium__title {
    font-size: 30px;
    line-height: 1.12;
    margin-bottom: 8px;
  }

  .lab-order-premium__subtitle {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.5;
  }

  .lab-order-premium__box {
    border-radius: 18px;
  }

  .lab-order-premium__section {
    padding: 16px 14px 18px;
  }

  .lab-order-premium__section-title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .lab-order-premium__text {
    font-size: 13px;
    line-height: 1.55;
  }

  .lab-order-premium__text ol,
  .lab-order-premium__text ul {
    padding-left: 18px;
  }

  .lab-order-premium__text li {
    margin-bottom: 8px;
  }

  .lab-order-premium__main-list > li {
    padding-left: 22px;
    margin-bottom: 10px;
  }

  .lab-order-premium__main-list > li::before {
    font-size: 13px;
  }

  .lab-order-premium__sublist {
    margin-top: 6px !important;
    margin-bottom: 4px !important;
  }

  .lab-order-premium__sublist--decimal {
    margin: 8px 0 4px 0 !important;
  }

  .lab-order-premium__sublist--decimal > li {
    padding-left: 30px;
    margin-bottom: 7px;
  }

  .lab-order-premium__sublist--decimal > li::before {
    font-size: 12px;
  }

  .lab-order-premium__muted {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.4;
  }

  .lab-order-premium__note {
    margin-top: 18px;
    padding: 16px 14px;
    border-radius: 14px;
  }

  .lab-order-premium__note-title {
    font-size: 17px;
    margin-bottom: 8px;
  }

  .lab-order-premium__note p {
    font-size: 13px;
    line-height: 1.55;
  }
}

@media (max-width: 767px) {
  .cm_item .lab-order-premium__section-title {
    font-size: 19px !important;
    margin-bottom: 10px;
  }
}

.lab-delivery-pickup * {
  box-sizing: border-box;
}

.lab-delivery-pickup__wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.lab-delivery-pickup__box {
  background: linear-gradient(90deg, #eceaea 0%, #f5f5f5 50%, #eceaea 100%);
  border: 1px solid #dddddd;
  border-radius: 28px;
  padding: 22px 28px 24px;
}

.lab-delivery-pickup__title {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #171717;
}

.lab-delivery-pickup__text {
  font-size: 15px;
  line-height: 1.65;
  color: #4f4f4f;
}

.lab-delivery-pickup__text p {
  margin: 0 0 8px;
}

.lab-delivery-pickup__text p:last-child {
  margin-bottom: 0;
}

.lab-delivery-pickup__note {
  color: #666666;
}

@media (max-width: 767px) {
  .lab-delivery-pickup {
    padding: 0 0 32px;
  }

  .lab-delivery-pickup__wrap {
    padding: 0 12px;
  }

  .lab-delivery-pickup__box {
    border-radius: 18px;
    padding: 16px 14px 18px;
  }

  .lab-delivery-pickup__title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .lab-delivery-pickup__text {
    font-size: 14px;
    line-height: 1.55;
  }
}

.factory-section{
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
    padding: 20px 20px 40px;
    font-family: Arial, Helvetica, sans-serif;
    color: #1c1c1c;
    box-sizing: border-box;
    margin-top: 60px;
}

.factory-section *,
.factory-section *::before,
.factory-section *::after{
    box-sizing: border-box;
}

.factory-equipment,
.factory-processes,
.factory-stock{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.factory-processes,
.factory-stock{
    margin-top: 84px;
}

.factory-equipment-head,
.factory-processes-head,
.factory-stock-head{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 36px;
    margin-top: -50px;
}

.factory-equipment-title,
.factory-processes-title,
.factory-stock-title{
    margin: 0;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #111;
}

.factory-equipment-note,
.factory-processes-note,
.factory-stock-note{
    max-width: 430px;
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #6a6a6a;
    text-align: right;
}

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

.factory-card,
.factory-info-card{
    overflow: hidden;
    border: 1px solid #ececec;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(0,0,0,0.05);
    transition: transform .25s ease, box-shadow .25s ease;
}

.factory-card:hover,
.factory-info-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 18px 48px rgba(0,0,0,0.08);
}

.factory-card-image{
    position: relative;
    padding: 34px 34px 10px;
    background: linear-gradient(180deg, #fbfbfb 0%, #f4f4f4 100%);
}

.factory-card-image::before{
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(0,0,0,0.03);
}

.factory-card-image img{
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 520px;
    height: auto;
    margin: 0 auto;
}

.factory-info-image{
    overflow: hidden;
    border-radius: 28px 28px 0 0;
}

.factory-info-image img{
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
}

.factory-card-body,
.factory-info-body{
    padding: 28px 34px 34px;
    background: #fff;
}

.factory-card-title,
.factory-info-title{
    margin: 0 0 14px;
    font-size: 22px !important;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #111;
}

.factory-card-text,
.factory-info-text{
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
    color: #555;
}

/* Reveal only text elements inside factory section */
.factory-equipment-title,
.factory-equipment-note,
.factory-processes-title,
.factory-processes-note,
.factory-stock-title,
.factory-stock-note,
.factory-card-title,
.factory-card-text,
.factory-info-title,
.factory-info-text,
.lab-text-better,
.lab-bunker-text,
.lab-service-split__head > h2,
.lab-service-split__head > p,
.lab-service-split__packages-title,
.lab-order-premium__section-title,
.lab-order-premium__text,
.lab-order-premium__note-title,
.lab-order-premium__note > p{
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .6s ease, transform .6s ease;
    transition-delay: var(--factory-text-delay, 0s);
}

.factory-equipment-title.is-visible,
.factory-equipment-note.is-visible,
.factory-processes-title.is-visible,
.factory-processes-note.is-visible,
.factory-stock-title.is-visible,
.factory-stock-note.is-visible,
.factory-card-title.is-visible,
.factory-card-text.is-visible,
.factory-info-title.is-visible,
.factory-info-text.is-visible,
.lab-text-better.is-visible,
.lab-bunker-text.is-visible,
.lab-service-split__head > h2.is-visible,
.lab-service-split__head > p.is-visible,
.lab-service-split__packages-title.is-visible,
.lab-order-premium__section-title.is-visible,
.lab-order-premium__text.is-visible,
.lab-order-premium__note-title.is-visible,
.lab-order-premium__note > p.is-visible{
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1200px){
    .factory-equipment-title,
    .factory-processes-title,
    .factory-stock-title{
        font-size: 30px;
    }

    .factory-card-title,
    .factory-info-title{
        font-size: 22px !important;
    }

    .factory-info-image img{
        height: 290px;
    }
}

@media (max-width: 980px){
    .factory-section{
        padding: 56px 16px 72px;
    }

    .factory-equipment-head,
    .factory-processes-head,
    .factory-stock-head{
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 24px;
        margin-top: 0;
    }

    .factory-equipment-note,
    .factory-processes-note,
    .factory-stock-note{
        max-width: none;
        text-align: left;
    }

    .factory-grid,
    .factory-info-grid{
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .factory-info-image img{
        height: 340px;
    }
}

@media (max-width: 640px){
    .factory-section{
        padding: 40px 14px 56px;
    }

    .factory-processes,
    .factory-stock{
        margin-top: 44px;
    }

    .factory-equipment,
    .factory-processes,
    .factory-stock{
        text-align: center;
    }

    .factory-equipment-head,
    .factory-processes-head,
    .factory-stock-head{
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-bottom: 20px;
        text-align: center;
    }

    .factory-equipment-title,
    .factory-processes-title,
    .factory-stock-title{
        width: 100%;
        margin: 0;
        font-size: 24px;
        line-height: 1.2;
        text-align: center;
    }

    .factory-equipment-note,
    .factory-processes-note,
    .factory-stock-note{
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        font-size: 14px;
        line-height: 1.65;
        text-align: center;
    }

    .factory-grid,
    .factory-info-grid{
        gap: 20px;
    }

    .factory-card,
    .factory-info-card{
        width: 100%;
        max-width: 540px;
        margin: 0 auto;
        border-radius: 20px;
        box-shadow: 0 10px 24px rgba(0,0,0,0.05);
    }

    .factory-card:hover,
    .factory-info-card:hover{
        transform: none;
        box-shadow: 0 10px 24px rgba(0,0,0,0.05);
    }

    .factory-card-image{
        padding: 18px 18px 0;
        text-align: center;
    }

    .factory-card-image::before{
        width: 140px;
        height: 140px;
        top: -40px;
        right: -40px;
    }

    .factory-card-image img{
        max-width: 100%;
        margin: 0 auto;
    }

    .factory-info-image{
        border-radius: 20px 20px 0 0;
    }

    .factory-info-image img{
        height: 220px;
    }

    .factory-card-body,
    .factory-info-body{
        padding: 20px 18px 24px;
        text-align: center;
    }

    .factory-card-title,
    .factory-info-title{
        margin: 0 0 10px;
        font-size: 22px;
        line-height: 1.24;
        text-align: center;
    }

    .factory-card-text,
    .factory-info-text{
        max-width: 100%;
        margin: 0 auto;
        font-size: 15px;
        line-height: 1.68;
        text-align: center;
    }
}

@media (max-width: 420px){
    .factory-section{
        padding: 34px 12px 46px;
    }

    .factory-equipment-title,
    .factory-processes-title,
    .factory-stock-title{
        font-size: 22px;
    }

    .factory-card-title,
    .factory-info-title{
        font-size: 20px;
    }

    .factory-info-image img{
        height: 200px;
    }

    .factory-card-text,
    .factory-info-text{
        font-size: 14px;
        line-height: 1.65;
    }
}

.lab-factory-video-native {
    position: relative;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(180deg, #111111 0%, #1a1a1a 100%);
}

.lab-factory-video-native::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    border-radius: 24px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.07);
}

.lab-factory-video-native video {
    width: 100%;
    display: block;
    border: 0;
    border-radius: 24px;еще
    background: #000;
}

/* Final desktop override: rounded product thumbnails arrows */
@media (min-width: 992px) {
    #gallery-additional.image-additional.slick-slider .arrow-left.slick-arrow {
        left: 8px !important;
        right: auto !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 36px !important;
        height: 36px !important;
        border-radius: 999px !important;
        background: rgba(28, 28, 28, 0.58) !important;
        color: #fff !important;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22) !important;
        z-index: 6 !important;
        line-height: 1 !important;
    }

    #gallery-additional.image-additional.slick-slider .arrow-right.slick-arrow {
        right: 8px !important;
        left: auto !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 36px !important;
        height: 36px !important;
        border-radius: 999px !important;
        background: rgba(28, 28, 28, 0.58) !important;
        color: #fff !important;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22) !important;
        z-index: 6 !important;
        line-height: 1 !important;
    }

    #gallery-additional.image-additional.slick-slider .arrow-left.slick-arrow > i,
    #gallery-additional.image-additional.slick-slider .arrow-right.slick-arrow > i {
        font-size: 24px !important;
        color: #fff !important;
        line-height: 1 !important;
    }
}

.lab-text-better {
    width: 100%;
    border-radius: 18px;
    padding: 28px 30px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #fbfbfb 0%, #f4f4f4 100%);
    border: 1px solid #ececec;
}

.lab-text-better p {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    color: #3f3f3f;
}

.lab-bunker-video {
    position: relative;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(180deg, #111111 0%, #1a1a1a 100%);
}

.lab-bunker-video::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    border-radius: 24px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.07);
}

.lab-bunker-video video {
    width: 100%;
    display: block;
    border: 0;
    border-radius: 24px;
    background: #000;
}

.lab-bunker-text {
    width: 100%;
    border-radius: 18px;
    padding: 28px 30px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #fbfbfb 0%, #f4f4f4 100%);
    border: 1px solid #ececec;
}

.lab-bunker-text p {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    color: #3f3f3f;
}

@media (max-width: 767px){
    .row > div:has(.lab-factory-video-native),
    .row > div:has(.lab-bunker-video){
        order: 1 !important;
    }

    .row > div:has(.lab-text-better),
    .row > div:has(.lab-bunker-text){
        order: 2 !important;
    }
}

@media (max-width: 767px){
    .lab-text-better,
    .lab-bunker-text{
        margin-top: 20px;
    }
}    

@media (max-width: 767px){
    .row{
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .row > div:has(.lab-factory-video-native),
    .row > div:has(.lab-text-better),
    .row > div:has(.lab-bunker-video),
    .row > div:has(.lab-bunker-text){
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    .row > div:has(.lab-factory-video-native) .cm_item_wrapper,
    .row > div:has(.lab-text-better) .cm_item_wrapper,
    .row > div:has(.lab-factory-video-native) .cm_item,
    .row > div:has(.lab-text-better) .cm_item,
    .row > div:has(.lab-bunker-video) .cm_item_wrapper,
    .row > div:has(.lab-bunker-text) .cm_item_wrapper,
    .row > div:has(.lab-bunker-video) .cm_item,
    .row > div:has(.lab-bunker-text) .cm_item{
        width: 100% !important;
        max-width: 100% !important;
    }

    .lab-factory-video-native,
    .lab-text-better,
    .lab-bunker-video,
    .lab-bunker-text{
        width: 100% !important;
    }

    .lab-text-better,
    .lab-bunker-text{
        margin-top: 14px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px){
    .row:has(.lab-factory-video-native),
    .row:has(.lab-bunker-video){
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .row > div:has(.lab-factory-video-native),
    .row > div:has(.lab-text-better),
    .row > div:has(.lab-bunker-video),
    .row > div:has(.lab-bunker-text){
        float: none !important;
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .row > div:has(.lab-text-better),
    .row > div:has(.lab-bunker-text){
        margin-top: 16px;
    }

    .row > div:has(.lab-factory-video-native),
    .row > div:has(.lab-bunker-video){
        order: 1 !important;
    }

    .row > div:has(.lab-text-better),
    .row > div:has(.lab-bunker-text){
        order: 2 !important;
    }

    .lab-text-better,
    .lab-bunker-text{
        padding: 24px 22px;
    }
}


@media (max-width: 767px){
    .factory-section{
        margin-top: 1px;
    }
}    

.stat-card {
  width: 100%;
  max-width: 100%;
  height: 215px;
  border-radius: 28px;
  background: #e7e7e7;
  box-sizing: border-box;
}

.stat-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  background: linear-gradient(180deg, #fbfbfb 0%, #f4f4f4 100%);
  border: 1px solid #ececec;
  padding: 30px 28px 26px;
  box-sizing: border-box;
  overflow: hidden;
  font-family: "Open Sans", Arial, sans-serif;
}

.stat-card__year {
  margin: 0;
  font-size: 29px !important;
  line-height: 1.05;
  font-weight: 700;
  color: #0e0f12;
  text-align: left;
}

.stat-card__text {
  margin: 18px 0 0;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 400;
  color: #585b5f;
  text-align: left;
}

.stat-card__bg-number {
  position: absolute;
  right: 20px;
  bottom: -8px;
  font-size: 170px;
  line-height: 1;
  font-weight: 700;
  color: rgb(232 232 232 / 67%);
  pointer-events: none;
  user-select: none;
}

@media (max-width: 1399px) {
  .stat-card {
    height: 200px;
  }

  .stat-card__year {
    font-size: 46px;
  }

  .stat-card__text {
    font-size: 34px;
  }

  .stat-card__bg-number {
    font-size: 145px;
  }
}

@media (max-width: 1199px) {
  .stat-card {
    height: 190px;
  }

  .stat-card__inner {
    padding: 24px 22px;
  }

  .stat-card__year {
    font-size: 40px;
  }

  .stat-card__text {
    margin-top: 14px;
    font-size: 30px;
  }

  .stat-card__bg-number {
    right: 14px;
    bottom: -4px;
    font-size: 125px;
  }
}

@media (max-width: 991px) {
  .stat-card {
    height: 205px;
  }
}

@media (max-width: 575px) {
  .cm_content:has(.stat-card) {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .cm_content:has(.stat-card) .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .cm_column:has(.stat-card) {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 12px !important;
  }

  .stat-card {
    height: 170px;
    border-radius: 22px;
  }

  .stat-card__inner {
    border-radius: 22px;
    padding: 20px 18px;
  }

  .stat-card__year {
    font-size: 34px;
  }

  .stat-card__text {
    margin-top: 10px;
    font-size: 24px;
    line-height: 1.25;
  }

  .stat-card__bg-number {
    right: 10px;
    bottom: -2px;
    font-size: 98px;
  }
}

/* Safe handling of technical spacer paragraph after page title */
#content.col-sm-12 > h1#page-title + p,
#content > h1#page-title + p {
  margin: 0 !important;
}

/* Hide article titles on storefront information pages */
body[class*="information-information-"] #content > h1#page-title {
  display: none !important;
}

/* Hide breadcrumbs on storefront information article pages */
body[class*="information-information-"] .breadcrumb-holder,
body[class*="information-information-"] .breadcrumb {
  display: none !important;
}

#content.col-sm-12 > h1#page-title + p:empty,
#content > h1#page-title + p:empty,
#content.col-sm-12 > h1#page-title + p:has(> br:only-child),
#content > h1#page-title + p:has(> br:only-child) {
  display: none !important;
}

.information-contact .icon-phone-placeholder {
    display: inline-flex;
    align-items: center;
    visibility: hidden;
}

.information-contact .contact-line-main_phone .info-line-value,
.information-contact .contact-line-fax .info-line-value,
.information-contact .contact-line-fax-fallback .info-line-value {
    display: inline-block;
    width: 172px;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1;
}

.information-contact .contact-line-main_phone .info-line {
    margin-bottom: 4px;
}

.information-contact .contact-line-fax .info-line,
.information-contact .contact-line-fax-fallback .info-line {
    margin-bottom: 16px;
}

.rf-social-icons {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.rf-social {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  transition: .2s ease;
}

.rf-social:hover {
  transform: translateY(-2px);
  opacity: .92;
}

.rf-vk { background: #2787f5; }
.rf-ok { background: #ee8208; }
.rf-dzen, .rf-zen { background: #111111; }
.rf-telegram { background: #27a7e7; }
.rf-whatsapp { background: #25d366; }
.rf-max { background: #6c3df4; }

.door-card,
.door-card * ,
.door-card *:before,
.door-card *:after {
  box-sizing: border-box;
}

.door-card {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  color: #161616;
}

.door-card a,
.door-card a:hover,
.door-card a:focus {
  text-decoration: none;
  color: inherit;
}

.door-card__box {
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e6dfd7;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.door-card:hover .door-card__box {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.08);
  border-color: #dbd1c7;
}

.door-card__media {
  position: relative;
  height: 390px;
  overflow: hidden;
  background: #e9e4dd;
}

.door-card__media img,
.door-card__media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.door-card:hover .door-card__media img,
.door-card:hover .door-card__media video {
  transform: scale(1.03);
}

.door-card__badges {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.door-card__badge,
.door-card__date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.06);
  color: #171717;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.door-card__badge--video {
  background: rgba(20, 20, 20, 0.86);
  border-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.door-card__content {
  padding: 22px 22px 24px;
}

.door-card__name {
  margin: 0 0 8px;
  font-size: 22px !important;
  line-height: 1.06;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #151515;
}

.door-card__sub {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
  color: #7b5631;
}

.door-card__text {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.65;
  color: #67635d;
}

.door-card__more {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #151515;
}

.door-card__more:after {
  content: '→';
  display: inline-block;
  margin-left: 10px;
  transition: transform 0.25s ease;
}

.door-card:hover .door-card__more:after {
  transform: translateX(4px);
}

@media (max-width: 767px) {
  .door-card__box {
    border-radius: 18px;
  }

  .door-card__media {
    height: 280px;
  }

  .door-card__content {
    padding: 18px 18px 20px;
  }

  .door-card__name {
    font-size: 24px;
  }

  .door-card__text {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* Стили блока новинок */

  .news-section {
    padding: 70px 20px 90px;
    background: #f3f3f3;
  }

  .news-container {
    max-width: 1360px;
    margin: 0 auto;
  }

  .news-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-top: -10px;
  }

  .news-head-left {
    max-width: 760px;
  }

  .news-overline {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8a8a8a;
  }

  .news-title {
    margin: 0 0 1px;
    font-size: 26px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #111111;
    font-family: "Golos Text", sans-serif;
    margin-top: -20px;
  }

  .news-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #666666;
  }

  .news-link-all {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #111111;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding-bottom: 6px;
    border-bottom: 1px solid #d8d8d8;
  }

  .news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    align-items: stretch;
  }


  @media (max-width: 768px) {
  .news-section {
    padding: 52px 0 58px;
  }

  .news-container {
    width: calc(100% - 30px);
  }

  .news-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
  }

  .news-head-left {
    max-width: none;
    margin-bottom: 0;
  }

  .news-title {
    margin: 0;
    margin-top: 0;
    font-size: 24px;
    line-height: 1.1;
  }

  .news-link-all {
    font-size: 10px;
    letter-spacing: 0.12em;
    padding-bottom: 4px;
    white-space: nowrap;
  }

  .cm_content .type-img {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .cm_content .type-img {
    margin-bottom: 10px !important;
  }
}

/* Product characteristics block (description tab) */
.product-extra-inline-tab > .tab-title {
  display: block;
  margin: 36px 0 10px;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  color: #111418;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}


.product-extra-inline-content > *:last-child {
  margin-bottom: 0;
}

.specification-title {
  display: block;
  margin: 20px 0 14px;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  color: #111418;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.specification-card {
  border-top: 1px solid #d8dbe0;
  border-bottom: 1px solid #d8dbe0;
  background: transparent;
}

.product-tabs-wrapper.is-dobory-tabs #tab-description .specification-card {
  border-top: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.product-tabs-wrapper.is-dobory-tabs #tab-description .specification-card .specification-row:first-child {
  border-top: 0 !important;
}

.product-tabs-wrapper.is-dobory-tabs .nav-tabs {
  margin-bottom: 0 !important;
}

/* Dobory: option cards for size/slope radio options */
.is-dobory-product #product .options .form-group.table-row {
  display: block;
  margin-bottom: 18px;
}

.is-dobory-product #product .options .form-group.table-row .table-cell.name {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.is-dobory-product #product .options .form-group.table-row .table-cell.radio-cell {
  display: block;
  width: 100%;
}

.is-dobory-product #product .options .form-group.table-row .table-cell.radio-cell > div[id^="input-option"] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.is-dobory-product #product .options .form-group.table-row .table-cell.radio-cell > div[id^="input-option"] > .radio {
  width: 100% !important;
  min-width: 0 !important;
}

.is-dobory-product #product .options .radio.has-image,
.is-dobory-product #product .options .radio {
  margin: 0;
  display: block;
  width: 100%;
  max-width: none !important;
}

.is-dobory-product #product .options .radio > label {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 155px;
  padding: 14px 16px 14px;
  border: 1px solid #d8dbe0;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  min-width: 0;
}

.is-dobory-product #product .options .has-image label {
  padding-left: 0 !important;
}

.is-dobory-product #product .options .has-image label input,
.is-dobory-product #product .options .has-image label .name {
  display: block !important;
}

.is-dobory-product #product .options .has-image input[type='radio']:checked + img,
.is-dobory-product #product .options .has-image input[type='checkbox']:checked + img {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.is-dobory-product #product .options .radio > label > input[type="radio"] {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 24px;
  height: 24px;
  margin: 0;
  appearance: none;
  border-radius: 50%;
  border: 2px solid #c7cbd1;
  background: #fff;
}

.is-dobory-product #product .options .radio > label > input[type="radio"]:checked {
  border-color: #222222;
  box-shadow: inset 0 0 0 5px #fff, inset 0 0 0 999px #222222;
}

.is-dobory-product #product .options .radio > label > input[type="radio"]:checked + img,
.is-dobory-product #product .options .radio > label > input[type="radio"]:checked ~ .name {
  outline: none;
}

.is-dobory-product #product .options .radio > label > img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: center;
  align-self: flex-end;
  margin-top: 2px;
}

.is-dobory-product #product .options .radio > label > .name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #111418;
  display: block;
  width: 100%;
  margin-left: 20px;
  transform: translateY(-90px);
}

.is-dobory-product #product .options .radio > label > .dobory-size-note {
  display: block;
  width: 100%;
  margin-left: 20px;
  margin-top: -95px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #6d7178;
}

.is-dobory-product #product .options .radio > label > .dobory-size-price {
  display: block;
  width: 100%;
  margin-left: 20px;
  margin-top: 17px;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 500;
  color: #111418;
}

.is-dobory-product #product .options .radio > label > input[type="radio"]:checked {
  z-index: 2;
}

.is-dobory-product #product .options .radio > label:has(input[type="radio"]:checked) {
  border-color: #222222;
  box-shadow: 0 0 0 1px #222222 inset;
}

@media (max-width: 767px) {
  .is-dobory-product #product .options .form-group.table-row .table-cell.radio-cell > div[id^="input-option"] {
    grid-template-columns: 1fr;
  }

  .is-dobory-product #product .options .radio > label > .name {
    font-size: 28px;
  }
}

.specification-row {
  display: grid;
  grid-template-columns: minmax(320px, 500px) minmax(240px, 1fr);
  column-gap: 57px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #d8dbe0;
}

.specification-row:last-child {
  border-bottom: none;
}

.specification-label {
  color: #6d7178;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.spec-info-icon--label {
  display: none;
}

/* Desktop: show icon only in attribute value (right column) */
@media (min-width: 992px) {
  .specification-label .spec-info-icon--label {
    display: none !important;
  }

  .specification-value .spec-info-icon--value {
    display: inline-flex !important;
  }
}

.spec-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-left: 3px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  border: 1px solid #7A828C;
  color: #7A828C;
  background: transparent;
  z-index: auto;
  --spec-popup-shift-x: 0px;
  --spec-popup-shift-y: 8px;
  --spec-popup-hover-shift-y: 0px;
}

.spec-info-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 12px);
  width: 126px;
  height: 189px;
  border-radius: 12px;
  border: 1px solid #7A828C;
  background-color: #ffffff;
  background-image: var(--color-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-shadow: 0 12px 30px rgba(10, 16, 24, 0.2);
  transform: translate(calc(-50% + var(--spec-popup-shift-x)), var(--spec-popup-shift-y));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 9999;
}

/* QR popup size */
.spec-info-icon.is-qr::after {
  width: 126px;
  height: 189px;
}

/* Lock popup size */
.spec-info-icon.is-lock::after {
  width: 240px;
  height: 160.5px;
}

/* Color popup size */
.spec-info-icon.is-color::after {
  width: 160px;
  height: 160px;
}

/* Package popup size */
.spec-info-icon.is-package::after {
  width: 126px;
  height: 189px;
}

/* Separate position controls (desktop) */
.spec-info-icon.is-lock {
  --spec-popup-shift-x: -98px;
}

.spec-info-icon.is-color {
  --spec-popup-shift-x: 0px;
}

.spec-info-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 4px);
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-left: 1px solid #7A828C;
  border-top: 1px solid #7A828C;
  transform: translateX(-50%) rotate(45deg);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease, visibility 0.18s ease;
  z-index: 10000;
}

.spec-info-icon:hover::after,
.spec-info-icon:hover::before {
  opacity: 1;
  visibility: visible;
}

.spec-info-icon:hover,
.spec-info-icon:active {
  z-index: 10;
}

.spec-info-icon:hover::after {
  transform: translate(calc(-50% + var(--spec-popup-shift-x)), var(--spec-popup-hover-shift-y));
}

.specification-value {
  color: #111418;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.specification-value.is-alert {
  color: #e1251b;
}

.spec-color-disclaimer {
  margin-top: 8px;
  max-width: 560px;
  color: #6d7178;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}

.spec-pill {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: #101217;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.01em;
  vertical-align: middle;
  transform: translateY(2px);
}

@media (max-width: 991px) {
  .product-extra-inline-tab > .tab-title {
    font-size: clamp(24px, 7vw, 42px);
    margin: 28px 0 10px;
  }

  .product-extra-inline-content {
    padding: 14px 0;
  }

  .specification-title {
    font-size: clamp(24px, 7vw, 42px);
    margin: 28px 0 10px;
  }

  .specification-row {
    grid-template-columns: 1fr;
    row-gap: 8px;
    column-gap: 0;
    padding: 14px 0;
  }

  .specification-label,
  .specification-value {
    font-size: 16px;
  }

  /* Mobile: icon should be next to attribute(label) */
  .specification-label {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
  }

  .specification-label .spec-info-icon--label {
    display: inline-flex !important;
    margin-left: 0;
    transform: translateY(1px);
  }

  .specification-value {
    display: block;
  }

  .specification-value .spec-info-icon--value {
    display: none !important;
  }

  .spec-color-disclaimer {
    max-width: 100%;
    font-size: 11px;
    line-height: 1.35;
  }

  .spec-pill {
    font-size: 16px;
    padding: 6px 12px;
  }

  .spec-info-icon::after {
    left: auto;
    right: 0;
    top: calc(100% + 10px);
    width: min(126px, calc(100vw - 36px));
    height: auto;
    aspect-ratio: 126 / 189;
    transform: translate(var(--spec-popup-shift-x), var(--spec-popup-shift-y));
  }

  .spec-info-icon.is-qr::after {
    left: 50%;
    right: auto;
    width: min(126px, calc(100vw - 36px));
    height: auto;
    aspect-ratio: 126 / 189;
    transform: translate(calc(-50% - 8px), var(--spec-popup-shift-y));
  }

  .spec-info-icon.is-color::after {
    width: min(160px, calc(100vw - 36px));
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .spec-info-icon.is-package::after {
    left: 50%;
    right: auto;
    width: min(126px, calc(100vw - 36px));
    height: auto;
    aspect-ratio: 126 / 189;
    transform: translate(calc(-50% - 8px), var(--spec-popup-shift-y));
  }

  .spec-info-icon.is-lock::after {
    width: min(220px, calc(100vw - 36px));
    height: auto;
    aspect-ratio: 240 / 160.5;
  }

  /* Separate position controls (mobile/tablet) */
  .spec-info-icon.is-lock {
    --spec-popup-shift-x: 40px;
  }

  .spec-info-icon.is-color {
    --spec-popup-shift-x: 51px;
  }

  .spec-info-icon.is-color::before,
  .spec-info-icon.is-lock::before,
  .spec-info-icon.is-qr::before,
  .spec-info-icon.is-package::before {
    right: 2px;
  }

  .spec-info-icon::before {
    left: auto;
    right: 8px;
    transform: rotate(45deg);
  }

  .spec-info-icon:hover::after {
    transform: translate(var(--spec-popup-shift-x), var(--spec-popup-hover-shift-y));
  }

  .spec-info-icon.is-qr:hover::after {
    transform: translate(calc(-50% - 8px), var(--spec-popup-hover-shift-y));
  }

  .spec-info-icon.is-package:hover::after {
    transform: translate(calc(-50% - 8px), var(--spec-popup-hover-shift-y));
  }

}

/* Убираем gutter только у ряда, где стоит hero-split, чтобы панели стыковались без серых полос */
.row:has(.hero-split-col) {
  margin-left: 0;
  margin-right: 0;
}

.row:has(.hero-split-col) > [class*="col-"],
.row:has(.hero-split-col) > .cm_column {
  padding-left: 0;
  padding-right: 0;
}

.hero-split-col {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background: #06080d;
  color: #fff;
  font-family: inherit;
}

.hero-split-col * {
  box-sizing: border-box;
}

.hero-split-col a {
  text-decoration: none;
}

/* Левая колонка */
.hero-split-doors {
  z-index: 1;
  background-image: url('/image/catalog/laibirint/banners/ban-gkavn.jpeg');
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}


.hero-split-doors::before {
  content: "";
  position: absolute;
  right: -14px;
  top: -12%;
  width: 4px;
  height: 126%;
  background: rgba(178, 189, 214, 0.72);
  transform: rotate(14deg);
  display: none;
}

/* Центральная колонка */
.hero-split-content {
  position: relative;
  z-index: 2;
  background: #000;
  padding: 170px 40px 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: visible;
}

.hero-split-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(178, 189, 214, 0.82);
  transform: none;
  z-index: 30;
  pointer-events: none;
  display: block;
}

.hero-split-content h1 {
  margin: 0 0 14px;
  max-width: 700px;
  margin-right: auto;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #fff;
  text-transform: none;
}

.hero-split-content h1 span {
  display: block;
  color: #e31515;
}

.hero-split-content h1 .hero-split-white {
  display: inline;
  color: #fff;
  white-space: normal;
}

.hero-split-content h1 .hero-split-title-line {
  white-space: normal;
  margin-top: 8px;
}

.hero-split-content p {
  max-width: 580px;
  margin: 0 0 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255,255,255,.88);
}

.hero-split-buttons {
  display: flex;
  gap: 12px;
  margin-bottom: 22px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.hero-split-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: 193px;
  padding: 0 24px;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.01em;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, border-color .25s ease;
}

.hero-split-btn--red {
  background: linear-gradient(
    180deg,
    rgb(255 255 255 / 7%) 0%,
    rgb(255 255 255 / 2%) 100%
  );
  color: #fff;
  border: 1px solid rgb(255 255 255 / 42%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 12%);
  text-shadow: 0 1px 0 rgb(0 0 0 / 25%);
}

.hero-split-btn--outline {
  background: linear-gradient(180deg, #ff2a22 0%, #e01212 100%);
  color: #fff;
  border: 1px solid rgb(255 70 70 / 70%);
  box-shadow: 0 8px 20px rgb(240 24 24 / 20%), inset 0 1px 0 rgb(255 255 255 / 22%);
  text-shadow: 0 1px 0 rgb(0 0 0 / 25%);
}

.hero-split-btn:hover,
.hero-split-btn:focus {
  transform: translateY(-1px);
}

.hero-split-btn--red:hover,
.hero-split-btn--red:focus {
  color: #fff;
  border-color: rgb(255 70 70 / 70%);
  background: linear-gradient(180deg, #ff2a22 0%, #e01212 100%);
  box-shadow: 0 8px 20px rgb(240 24 24 / 20%), inset 0 1px 0 rgb(255 255 255 / 22%);
}

.hero-split-btn--outline:hover,
.hero-split-btn--outline:focus {
  color: #fff;
  border-color: rgba(255,255,255,.95);
  background: rgba(255,255,255,.06);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 12%);
}

.hero-split-links {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: auto;
  width: 100%;
}

.hero-split-links a {
  flex: 1 1 0;
  color: rgba(255,255,255,.95);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  padding: 0 14px;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-right: 1px solid rgba(255,255,255,.25);
}

.hero-split-links a:first-child {
  padding-left: 16px;
}

.hero-split-links a:last-child {
  border-right: 0;
}

/* Правая колонка */
.hero-split-city {
  z-index: 1;
  background-color: #000;
  background-image:
    linear-gradient(
      90deg,
      rgb(0 0 0 / 100%) 0%,
      rgb(0 0 0 / 96%) 10%,
      rgb(0 0 0 / 84%) 24%,
      rgb(0 0 0 / 62%) 46%,
      rgb(0 0 0 / 38%) 68%,
      rgb(0 0 0 / 28%) 100%
    ),
    url('/image/catalog/laibirint/banners/m-sity2.jpeg');
  background-size: 100% 100%;
  background-position: right -20px center;
  background-repeat: no-repeat;
  border-left: none;
}

.hero-split-city::before {
  content: "";
  position: absolute;
  left: -18px;
  top: -14%;
  width: 4px;
  height: 130%;
  background: #e30613;
  transform: rotate(14deg);
  display: none;
}

.hero-split-city::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  pointer-events: none;
  z-index: 5;
  display: none;
}

@media (max-width: 991px) {
  .row:has(.hero-split-city) > [class*="col-"]:has(.hero-split-city),
  .row:has(.hero-split-city) > .cm_column:has(.hero-split-city) {
    display: none !important;
    flex: 0 0 0 !important;
    max-width: 0 !important;
    width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .hero-split-city {
    display: none;
  }

  .hero-split-col {
    min-height: 380px;
  }

  .hero-split-content {
    padding: 44px 20px 20px;
  }

  .hero-split-content h1 {
    font-size: 28px;
  }

  .hero-split-buttons {
    flex-direction: column;
    margin-bottom: 24px;
  }

  .hero-split-btn {
    width: 100%;
    min-height: 54px;
    min-width: 0;
    font-size: 14px;
  }

  .hero-split-links {
    flex-wrap: wrap;
    gap: 0;
  }

  .hero-split-links a {
    flex: 1 1 50%;
    min-height: 54px;
    border-right: 1px solid rgba(255,255,255,.18);
    border-bottom: 1px solid rgba(255,255,255,.18);
    font-size: 15px;
    padding: 8px 10px;
  }

  .hero-split-city::before {
    left: -12px;
    width: 3px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .row:has(.hero-split-col) {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .row:has(.hero-split-doors) > [class*="col-"]:has(.hero-split-doors),
  .row:has(.hero-split-doors) > .cm_column:has(.hero-split-doors),
  .row:has(.hero-split-content) > [class*="col-"]:has(.hero-split-content),
  .row:has(.hero-split-content) > .cm_column:has(.hero-split-content) {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }
}

@media (max-width: 767px) {
  .row:has(.hero-split-col) {
    display: flex;
    flex-wrap: wrap;
  }

  .row:has(.hero-split-col) > [class*="col-"],
  .row:has(.hero-split-col) > .cm_column {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}


.hero-split-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 10px;
  overflow: hidden;
}

.hero-split-links a,
.hero-split-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px;
  color: #fff;
  font-size: 9.6px;
  line-height: 1.25;
  font-weight: 600;
  border-right: 1px solid rgba(255,255,255,.25);
  transition: .2s ease;
  text-decoration: none;
}

.hero-split-links a:hover,
.hero-split-link:hover {
  color: #e30613;
}

.hero-split-link-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  fill: #e30613;
  transition: .2s ease;
}

.hero-split-link:hover .hero-split-link-icon {
  fill: #fff;
}

/* У "умных замков" в исходном viewBox больше внутренние поля,
   поэтому немного увеличиваем только эту иконку для визуального баланса */
.hero-split-links .hero-split-link:nth-child(3) .hero-split-link-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
}

.hero-split-links .hero-split-link:nth-child(2) .hero-split-link-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  transform: translateX(4px);
}

@media (max-width: 991px) {
  .hero-split-content {
    padding: 22px 14px 14px;
  }

  .hero-split-content h1 {
    font-size: 24px;
    line-height: 1.14;
    margin-bottom: 10px;
  }

  .hero-split-content h1 .hero-split-title-line,
  .hero-split-content h1 .hero-split-white {
    white-space: normal;
  }

  .hero-split-content p {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 12px;
  }

  .hero-split-buttons {
    width: 100%;
    gap: 10px;
    margin-bottom: 12px;
  }

  .hero-split-btn {
    width: 100%;
    min-height: 44px;
    font-size: 15px;
  }

  .hero-split-links {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .hero-split-links a,
  .hero-split-link {
    flex: 1 1 0;
    min-height: 46px;
    font-size: 12px;
    padding: 8px 8px;
    border-right: 1px solid rgba(255,255,255,.2);
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .hero-split-links a:nth-child(3),
  .hero-split-link:nth-child(3) {
    flex: 1 1 0;
  }

  .hero-split-links a:last-child,
  .hero-split-link:last-child {
    border-right: 0;
  }

  .hero-split-links a span,
  .hero-split-link span {
    display: block;
    line-height: 1.2;
    white-space: normal;
  }

  .hero-split-links a span br,
  .hero-split-link span br {
    display: inline;
  }

  .hero-split-links a span br::before,
  .hero-split-link span br::before {
    content: " ";
  }

  .hero-split-links a:first-child,
  .hero-split-link:first-child {
    padding-left: 16px;
  }

  .hero-split-links .hero-split-link-icon,
  .hero-split-links .hero-split-link:nth-child(2) .hero-split-link-icon,
  .hero-split-links .hero-split-link:nth-child(3) .hero-split-link-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    transform: none;
  }

  .hero-split-links .hero-split-link:nth-child(2) .hero-split-link-icon {
    transform: scale(1.14);
    transform-origin: center;
  }

  .hero-split-links .hero-split-link:nth-child(3) .hero-split-link-icon {
    transform: scale(1.1);
    transform-origin: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-split-city {
    display: none;
  }

  .row:has(.hero-split-col) {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .row:has(.hero-split-col) > [class*="col-"],
  .row:has(.hero-split-col) > .cm_column {
    padding-left: 0;
    padding-right: 0;
  }

  .row:has(.hero-split-doors) > [class*="col-"]:has(.hero-split-doors),
  .row:has(.hero-split-doors) > .cm_column:has(.hero-split-doors) {
    display: block !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }

  .row:has(.hero-split-content) > [class*="col-"]:has(.hero-split-content),
  .row:has(.hero-split-content) > .cm_column:has(.hero-split-content) {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }

  .row:has(.hero-split-city) > [class*="col-"]:has(.hero-split-city),
  .row:has(.hero-split-city) > .cm_column:has(.hero-split-city) {
    display: none !important;
  }

  .hero-split-col {
    min-height: clamp(470px, 52vw, 620px);
  }

  .hero-split-doors {
    background-position: center center;
  }

  .hero-split-content {
    padding: clamp(26px, 3vw, 38px) clamp(18px, 2.2vw, 28px) clamp(18px, 2vw, 24px);
    gap: clamp(8px, 1.1vw, 14px);
  }

  .hero-split-content h1 {
    font-size: clamp(32px, 3.8vw, 44px);
    line-height: 1.1;
    margin-bottom: 0;
  }

  .hero-split-content h1 .hero-split-title-line,
  .hero-split-content h1 .hero-split-white {
    white-space: normal;
  }

  .hero-split-content p {
    font-size: clamp(14px, 1.45vw, 18px);
    line-height: 1.45;
    margin-bottom: 0;
  }

  .hero-split-buttons {
    width: 100%;
    gap: clamp(10px, 1.1vw, 14px);
    margin-bottom: clamp(10px, 1.2vw, 16px);
  }

  .hero-split-btn {
    width: 100%;
    min-width: 0;
    min-height: clamp(48px, 4vw, 56px);
  }

  .hero-split-links a,
  .hero-split-link {
    font-size: clamp(12px, 1.2vw, 14px);
    padding: 0 clamp(8px, 1vw, 14px);
  }

  .hero-split-links .hero-split-link-icon,
  .hero-split-links .hero-split-link:nth-child(2) .hero-split-link-icon,
  .hero-split-links .hero-split-link:nth-child(3) .hero-split-link-icon {
    width: clamp(24px, 2.4vw, 34px);
    height: clamp(24px, 2.4vw, 34px);
    flex: 0 0 clamp(24px, 2.4vw, 34px);
    transform: none;
  }
}

.hit-products-title {
  margin: 0;
  text-align: center;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111;
}

.hit-products-title span {
  color: #111;
}

.hit-products-title strong {
  color: #f01818;
  font-weight: 600;
}

.hit-products-title::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
}

.hit-products-subtitle {
  margin: 12px 0 24px;
  text-align: center;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
  color: rgb(0 0 0 / 58%);
}

@media (max-width: 575px) {
  .hit-products-title {
    font-size: 25px;
    letter-spacing: 0.03em;
  }

  .hit-products-subtitle {
    margin-top: 10px;
    font-size: 14px;
  }
}

/* Заголовок блока */
.door-category-head {
  max-width: 980px;
  margin: 0 auto 28px;
  padding-top: 28px;
  text-align: center;
  color: #fff;
}

.door-categories-head {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-top: 28px;
  padding-bottom: 16px;
  text-align: center;
  color: #fff;
  background: #050505;
  margin-bottom: -23px;
}

.door-category-head h2,
.door-categories-head h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}

.door-category-head h2 span,
.door-categories-head h2 span {
  color: #f01818;
  font-weight: 600;
}

.door-category-head h2::after,
.door-categories-head h2::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin: 12px auto 0;
  background: #f01818;
  border-radius: 2px;
}

.door-category-head p,
.door-categories-head p {
  max-width: 760px;
  margin: 12px auto 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgb(255 255 255 / 68%);
}

.door-categories-head p {
  margin-bottom: -5px;
}

/* Карточки */
.door-category-card {
  position: relative;
  display: block;
  width: 100%;
  height: 190px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgb(255 255 255 / 16%);
  background: #050505;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 14px 34px rgb(0 0 0 / 34%);
  transition: none;
  margin-top: 10px;
}

.door-category-card,
.door-category-card:hover,
.door-category-card:focus,
.door-category-card:active,
.door-category-card * {
  text-decoration: none !important;
}

.door-category-card__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 36%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: right center;
  transition: transform 2.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.door-category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgb(0 0 0 / 82%) 0%,
    rgb(0 0 0 / 66%) 46%,
    rgb(0 0 0 / 26%) 74%,
    rgb(0 0 0 / 0%) 100%
  );
}

.door-category-card__content {
  position: relative;
  z-index: 2;
  width: 64%;
  height: 100%;
  padding: 14px 16px 14px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  grid-template-rows: auto auto 1fr auto;
  column-gap: 10px;
  row-gap: 8px;
  align-items: start;
}

.door-category-card h3 {
  margin: 0;
  grid-column: 2;
  grid-row: 1;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  overflow-wrap: anywhere;
  text-wrap: balance;
  align-self: center;
  margin-left: 4px;
  margin-bottom: 5px;
}

.door-category-card p {
  margin: 4px 0 0;
  grid-column: 1 / -1;
  grid-row: 2;
  color: rgb(255 255 255 / 74%);
  font-size: 11px;
  line-height: 1.5;
  font-weight: 400;
}

.door-category-card__link {
  margin-top: 0;
  grid-column: 1 / -1;
  grid-row: 4;
  align-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
}

.door-category-card__link span {
  color: #f01818;
  font-size: 18px;
  line-height: 1;
  transition: none;
}

.door-category-card:hover {
  transform: none;
  border-color: rgb(255 255 255 / 16%);
  box-shadow: 0 14px 34px rgb(0 0 0 / 34%);
}

.door-category-card:hover .door-category-card__image {
  transform: scale(1.06);
}

.door-category-card:hover .door-category-card__link span {
  transform: none;
}

/* Чтобы чёрный фон был под заголовком и карточками */
.cm_content .row:has(.door-category-card),
.cm_content .row:has(.door-category-head),
.cm_content .row:has(.door-categories-head) {
  background: #050505;
  padding-top: 36px;
  padding-bottom: 30px;
}

.cm_content .row:has(.door-categories-head) {
  padding-bottom: 0;
}

.cm_content .row:has(.door-category-card) {
  padding-top: 0;
}

/* Мобильная */
@media (max-width: 575px) {
  .door-category-head {
    padding-top: 24px;
    margin-bottom: 22px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .door-category-head h2 {
    font-size: 22px;
    letter-spacing: 0.03em;
  }

  .door-category-head p {
    font-size: 13px;
  }

  .door-category-card {
    height: 210px;
    border-radius: 14px;
    margin-top: 10px;
  }

  .door-category-card__content {
    width: 60%;
    padding: 14px;
  }

  .door-category-card__image {
    width: 39%;
  }

  .door-category-card__icon {
    width: 30px !important;
    height: 38px !important;
  }

  .door-category-card h3 {
    font-size: 14px !important;
    margin-left: -1px;
    margin-bottom: 4px;
  }

  .door-category-card p {
    margin-top: 9px;
    font-size: 13px !important;
  }

  .door-category-card__link {
    font-size: 11px;
  }
}

/* Планшеты: вид как на десктопе */
@media (min-width: 768px) and (max-width: 1024px) {
  .door-category-card {
    height: 170px;
    border-radius: 16px;
    margin-top: 10px;
  }

  .door-category-card__image {
    width: 36%;
    object-fit: contain;
    object-position: right center;
  }

  .door-category-card__content {
    width: 64%;
    padding: 14px 16px 14px;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    grid-template-rows: auto auto 1fr auto;
    column-gap: 10px;
    row-gap: 8px;
  }

  .door-category-card__icon {
    width: 37px;
    height: 48px;
    margin-bottom: 8px;
  }

  .door-category-card h3 {
    font-size: 14px;
    line-height: 1.2;
    margin-left: 4px;
    margin-bottom: 5px;
  }

  .door-category-card p {
    margin: 4px 0 0;
    font-size: 11px;
    line-height: 1.5;
  }

  .door-category-card__link {
    font-size: 11px;
    line-height: 1.2;
    gap: 10px;
  }

  .door-category-card__link span {
    font-size: 18px;
  }
}

/* Узкие десктопы (например 1129px): держим десктопный вид модуля */
@media (min-width: 1025px) and (max-width: 1199px) {
  .door-category-card {
    height: 154px;
    border-radius: 12px;
    margin-top: 6px;
  }

  .door-category-card__image {
    width: 35%;
    object-fit: contain;
    object-position: right center;
  }

  .door-category-card__content {
    width: 65%;
    padding: 7px 9px 7px;
    grid-template-columns: 22px minmax(0, 1fr);
    grid-template-rows: auto auto 1fr auto;
    column-gap: 7px;
    row-gap: 4px;
  }

  .door-category-card__icon {
    width: 24px;
    height: 32px;
    margin-bottom: 2px;
  }

  .door-category-card h3 {
    font-size: 12px;
    line-height: 1.15;
    margin-left: 12px;
  }

  .door-category-card p {
    margin: 1px 0 0;
    font-size: 9.5px;
    line-height: 1.3;
  }

  .door-category-card__link {
    font-size: 8.5px;
    line-height: 1.2;
    gap: 6px;
  }

  .door-category-card__link span {
    font-size: 12px;
  }
}

.door-category-card__icon {
  width: 37px;
  height: 48px;
  color: #ff0000;
  display: block;
  flex-shrink: 0;
}

.door-category-card__icon .icon-white-line,
/* New SVG variant: make inner icon dashes white even if they are paths without class */
.door-category-card__icon path[d^="M24 18"],
/* Thermometer icon: side tick lines */
.door-category-card__icon line[stroke-width="14"] {
  stroke: #ffffff !important;
}

/* === Блок: Как проходит заказ === */

.order-steps-head {
  max-width: 920px;
  margin: 0 auto 34px;
  text-align: center;
}

.order-steps-head h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111;
  margin-top: 20px;
}

.order-steps-head h2 span {
  color: #f01818;
  font-weight: 600;
}

.order-steps-head h2::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin: 14px auto 0;
  background: #f01818;
  border-radius: 2px;
}

.order-steps-head p {
  max-width: 760px;
  margin: 14px auto 0;
  font-size: 16px;
  line-height: 1.5;
  color: rgb(0 0 0 / 58%);
  margin-bottom: -22px;
}

/* Карточка шага */
.order-step-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 245px !important;
  height: 100% !important;
  padding: 24px 20px 22px !important;
  border: 1px solid rgb(0 0 0 / 8%) !important;
  border-radius: 18px !important;
  background: #f7f7f7 !important;
  overflow: hidden !important;
}

/* Номер */
.order-step-card__num {
  margin-bottom: 22px !important;
  font-size: 22px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  color: #f01818 !important;
}

/* Заголовок */
.order-step-card h3 {
  margin: 0 !important;
  font-size: 18px !important;
  line-height: 1.18 !important;
  font-weight: 700 !important;
  color: #111 !important;
}

/* Текст */
.order-step-card p {
  margin: 14px 0 0 !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  color: rgb(0 0 0 / 66%) !important;
}

/* Декоративная красная линия снизу */
.order-step-card::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    #f01818 0%,
    rgb(240 24 24 / 0%) 100%
  );
  opacity: .7;
}

/* Стрелки между шагами, если потом добавим */
.order-step-arrow {
  display: none;
}

.row:has(.order-step-card) {
  display: flex !important;
  justify-content: center !important;
}

.row:has(.order-step-card) > .cm_column {
  flex: 0 0 20% !important;
  max-width: 20% !important;
  width: 20% !important;
  position: relative !important;
}

/* Круглые стрелки между карточками */
.row:has(.order-step-card) > .cm_column:not(:last-child)::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: -17px;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #0c0d10;
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 3px;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  z-index: 15;
  pointer-events: none;
}

@media (min-width: 576px) and (max-width: 991px) {
  .row:has(.order-step-card) {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .row:has(.order-step-card) > .cm_column {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
    margin-bottom: 12px !important;
  }

  .row:has(.order-step-card) > .cm_column:not(:last-child)::after {
    display: none;
  }
}

/* Мобильная версия */
@media (max-width: 575px) {
  .row:has(.order-step-card) {
    display: block !important;
  }

  .row:has(.order-step-card) > .cm_column {
    display: block !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 12px !important;
  }

  .row:has(.order-step-card) > .cm_column:last-child {
    margin-bottom: 0 !important;
  }

  .order-steps-head {
    margin-bottom: 24px;
    padding: 0 15px;
  }

  .order-steps-head h2 {
    font-size: 24px;
    letter-spacing: 0.03em;
  }

  .order-steps-head p {
    font-size: clamp(12px, 3.6vw, 14px);
    line-height: 1.42;
  }

  .order-step-card {
    min-height: 0 !important;
    padding: 18px 18px 18px !important;
    border-radius: 14px !important;
  }

  .order-step-card__num {
    margin-bottom: 14px !important;
    font-size: 18px !important;
  }

  .order-step-card h3 {
    font-size: 19px !important;
  }

  .order-step-card p {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  .row:has(.order-step-card) > .cm_column:not(:last-child)::after {
    display: none;
  }
}

.order-step-card__icon {
  width: 70px;
  height: 77px;
  display: block;
  margin: 1px 0 12px;
}

.measure-cta__inner {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr 0.72fr 0.72fr;
  overflow: hidden;
  border-radius: 22px;
  background: #050505;
  color: #fff;
}

.measure-cta__left {
  position: relative;
  min-height: 260px;
  overflow: hidden;
}

.measure-cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center right;
}

.measure-cta__left::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(0 0 0) 46%, rgb(0 0 0 / 26%) 74%, rgb(0 0 0 / 0%) 100%);
}

.measure-cta__left-content {
  position: relative;
  z-index: 2;
  width: 74%;
  min-height: 260px;
  padding: 22px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.measure-cta__logo {
  margin-bottom: 10px;
}

.measure-cta__logo img {
  display: block;
  width: 156px;
  max-width: 100%;
  height: auto;
}

.measure-cta__left-content h2 {
  margin: 0;
  font-size: 23px;
  line-height: 1.14;
  font-weight: 800;
  color: #fff;
}

.measure-cta__left-content p {
  max-width: 560px;
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.45;
  color: rgb(255 255 255 / 76%);
}

.measure-cta__form-box {
  padding: 22px 28px;
  background: rgb(255 255 255 / 3%);
  border-left: 1px solid rgb(255 255 255 / 8%);
  border-right: 1px solid rgb(255 255 255 / 8%);
}

.measure-cta__form-box h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
}

.measure-cta__form-box p {
  margin: 6px 0 12px;
  font-size: 13px;
  line-height: 1.4;
  color: rgb(255 255 255 / 64%);
}

.measure-cta__form-box form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.measure-cta__form-box input {
  width: 100%;
  height: 46px;
  padding: 0 18px;
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 10px;
  background: rgb(255 255 255 / 8%);
  color: #fff;
  font-size: 15px;
  outline: none;
}

.measure-cta__form-box input::placeholder {
  color: rgb(255 255 255 / 54%);
}

.measure-cta__form-box input:focus {
  border-color: rgb(240 24 24 / 58%);
  background: rgb(255 255 255 / 10%);
}

.measure-cta__form-box button {
  height: 48px;
  margin-top: 2px;
  border: 1px solid #f01818;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
}

.measure-cta__form-box button span {
  margin-left: 10px;
}

.measure-cta__trust {
  padding: 22px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.measure-cta__trust-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: center;
}

.measure-cta__trust-icon {
  width: 48px;
  height: 48px;
  color: #f01818;
  display: flex;
  align-items: center;
  justify-content: center;
}

.measure-cta__trust-icon svg {
  width: 48px;
  height: 48px;
}

.measure-cta__trust-item strong {
  display: block;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
  color: #fff;
}

.measure-cta__trust-item span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.35;
  color: rgb(255 255 255 / 68%);
}

@media (max-width: 1199px) {
  .measure-cta__inner {
    grid-template-columns: 1fr;
  }

  .measure-cta__left {
    min-height: 230px;
  }

  .measure-cta__left-content {
    min-height: 230px;
    width: 62%;
  }

  .measure-cta__form-box {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgb(255 255 255 / 8%);
    border-bottom: 1px solid rgb(255 255 255 / 8%);
  }

  .measure-cta__trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .measure-cta__inner {
    border-radius: 18px;
  }

  .measure-cta__left {
    min-height: 210px;
  }

  .measure-cta__left::before {
    background: linear-gradient(
      90deg,
      rgb(0 0 0 / 96%) 0%,
      rgb(0 0 0 / 90%) 58%,
      rgb(0 0 0 / 54%) 100%
    );
  }

  .measure-cta__left-content {
    width: 86%;
    min-height: 210px;
    padding: 16px 16px;
  }

  .measure-cta__logo {
    margin-bottom: 12px;
  }

  .measure-cta__logo img {
    width: 126px;
  }

  .measure-cta__left-content h2 {
    font-size: 19px;
  }

  .measure-cta__left-content p {
    margin-top: 12px;
    font-size: 13px;
  }

  .measure-cta__form-box {
    padding: 16px 16px;
  }

  .measure-cta__form-box h3 {
    font-size: 18px;
  }

  .measure-cta__form-box input,
  .measure-cta__form-box button {
    height: 42px;
  }

  .measure-cta__trust {
    padding: 16px 16px;
    display: flex;
    gap: 18px;
  }

  .measure-cta__trust-item {
    grid-template-columns: 40px 1fr;
    gap: 12px;
  }

  .measure-cta__trust-icon,
  .measure-cta__trust-icon svg {
    width: 40px;
    height: 40px;
  }

  .measure-cta__trust-item strong {
    font-size: 16px;
  }

  .measure-cta__trust-item span {
    font-size: 13px;
  }
}

.door-construction {
padding: 1px 0;
}

.door-construction__inner {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.door-construction__head {
  max-width: 900px;
  margin: 0 auto 1px;
  text-align: center;
}

.door-construction__head h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.16;
  font-weight: 600;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #111;
}

.door-construction__head h2 span {
  color: #f01818;
}

.door-construction__head p {
  max-width: 760px;
  margin: 5px auto 0;
  font-size: 16px;
  line-height: 1.55;
  color: rgb(0 0 0 / 62%);
}

.door-construction__body {
  display: grid;
  grid-template-columns: 360px minmax(320px, 1fr) 360px;
  gap: 34px;
  justify-content: center;
  align-items: center;
  min-height: 560px;
  margin-top: -15px;
}

.door-construction__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.door-construction__item {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 76px;
  padding: 14px 18px;
  border: 1px solid rgb(0 0 0 / 8%);
  border-radius: 16px;
  background: #fff;
  cursor: default;
  transition:
    transform .25s ease,
    border-color .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}

.door-construction__item:hover {
  transform: translateX(4px);
  border-color: rgb(240 24 24 / 38%);
  background: #fff;
}

.door-construction__num {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #111;
  color: #f01818;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
}

.door-construction__item:hover .door-construction__num {
  background: #f01818;
  color: #fff;
}

.door-construction__item h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
  color: #111;
}

.door-construction__item p {
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 1.35;
  color: rgb(0 0 0 / 58%);
}

.door-construction__center {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.door-construction__door {
  position: relative !important;
  width: 460px !important;
  height: 540px !important;
  border-radius: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.door-construction__door > img {
  width: auto !important;
  height: 520px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.door-construction__point {
  position: absolute;
  z-index: 5;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #f01818;
  cursor: pointer;
}

.door-construction__point::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1px solid rgb(240 24 24 / 38%);
  animation: doorPointPulse 1.8s infinite;
}

@keyframes doorPointPulse {
  0% {
    transform: scale(.75);
    opacity: .85;
  }

  100% {
    transform: scale(1.55);
    opacity: 0;
  }
}

.door-construction__point--hinges {
  top: 61%;
  right: 21%;
}

.door-construction__point--seals {
  top: 26%;
  left: 76%;
}

.door-construction__point--ribs {
  top: 15%;
  left: 33%;
}

.door-construction__point--insulation {
  top: 48%;
  left: 24%;
}

.door-construction__point--mdf {
  top: 9%;
  left: 73%;
}

.door-construction__point--metal {
  top: 19%;
  right: 28%;
}

.door-construction__preview {
  position: relative;
  min-height: 500px;
}

.door-construction__card {
  position: absolute;
  inset: 0;
  padding: 26px;
  border: 1px solid rgb(0 0 0 / 8%);
  border-radius: 22px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity .25s ease,
    visibility .25s ease,
    transform .25s ease;
}

.door-construction__card--default,
.door-construction__body:has(.door-construction__item--hinges:hover) .door-construction__card--hinges,
.door-construction__body:has(.door-construction__item--seals:hover) .door-construction__card--seals,
.door-construction__body:has(.door-construction__item--ribs:hover) .door-construction__card--ribs,
.door-construction__body:has(.door-construction__item--insulation:hover) .door-construction__card--insulation,
.door-construction__body:has(.door-construction__item--mdf:hover) .door-construction__card--mdf,
.door-construction__body:has(.door-construction__item--metal:hover) .door-construction__card--metal,
.door-construction__body:has(.door-construction__point--hinges:hover) .door-construction__card--hinges,
.door-construction__body:has(.door-construction__point--seals:hover) .door-construction__card--seals,
.door-construction__body:has(.door-construction__point--ribs:hover) .door-construction__card--ribs,
.door-construction__body:has(.door-construction__point--insulation:hover) .door-construction__card--insulation,
.door-construction__body:has(.door-construction__point--mdf:hover) .door-construction__card--mdf,
.door-construction__body:has(.door-construction__point--metal:hover) .door-construction__card--metal {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.door-construction__body:has(.door-construction__item:hover) .door-construction__card--default,
.door-construction__body:has(.door-construction__point:hover) .door-construction__card--default {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}

.door-construction__card h3 {
  margin: 0;
  font-size: 23px;
  line-height: 1.18;
  font-weight: 800;
  color: #111;
}

.door-construction__card img {
  display: block;
  width: 100%;
  height: 210px;
  margin: 20px 0 20px;
  border-radius: 14px;
  object-fit: cover;
  object-position: center;
  background: #eee;
}

.door-construction__card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.door-construction__card li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 25px;
  font-size: 15px;
  line-height: 1.45;
  color: rgb(0 0 0 / 70%);
}

.door-construction__card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f01818;
}

.door-construction__card p {
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.5;
  color: rgb(0 0 0 / 64%);
}

.door-construction__mobile {
  display: none;
}

@media (max-width: 1199px) {
  .door-construction__body {
    grid-template-columns: 320px minmax(300px, 1fr);
    column-gap: 24px;
    row-gap: 20px;
    align-items: start;
  }

  .door-construction__center {
    min-height: 500px;
  }

  .door-construction__door {
    width: 400px !important;
    height: 500px !important;
  }

  .door-construction__door > img {
    height: 470px !important;
  }

  .door-construction__preview {
    grid-column: 1 / -1;
    min-height: 440px;
    position: relative;
  }

  .door-construction__card {
    position: absolute;
    inset: 0;
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }

  .door-construction__card--default {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .door-construction__body:has(.door-construction__item:hover) .door-construction__card,
  .door-construction__body:has(.door-construction__point:hover) .door-construction__card {
    display: block;
  }

  .door-construction__point--hinges { top: 63%; right: 19%; }
  .door-construction__point--seals { top: 26%; left: 74%; }
  .door-construction__point--ribs { top: 16%; left: 34%; }
  .door-construction__point--insulation { top: 49%; left: 25%; }
  .door-construction__point--mdf { top: 10%; left: 72%; }
  .door-construction__point--metal { top: 20%; right: 26%; }
}

@media (max-width: 991px) and (min-width: 768px) {
  .door-construction__body {
    grid-template-columns: minmax(280px, 1fr) minmax(250px, 320px);
    column-gap: 16px;
    row-gap: 0;
    align-items: center;
  }

  .door-construction__list {
    display: none;
  }

  .door-construction__center {
    grid-column: 1;
    min-height: 520px;
  }

  .door-construction__preview {
    grid-column: 2;
    min-height: 520px;
    grid-row: 1;
  }

  .door-construction__center {
    justify-content: center;
  }

  .door-construction__door {
    width: 400px !important;
    height: 500px !important;
  }

  .door-construction__door > img {
    height: 470px !important;
  }

  .door-construction__card {
    padding: 20px;
    border-radius: 18px;
  }

  .door-construction__card h3 {
    font-size: 20px;
  }

  .door-construction__card img {
    height: 170px;
    margin: 14px 0;
  }

  .door-construction__card li,
  .door-construction__card p {
    font-size: 14px;
  }

  /* Tablet: keep points exactly like desktop */
  .door-construction__point--hinges { top: 61%; right: 21%; }
  .door-construction__point--seals { top: 26%; left: 76%; }
  .door-construction__point--ribs { top: 15%; left: 33%; }
  .door-construction__point--insulation { top: 48%; left: 24%; }
  .door-construction__point--mdf { top: 9%; left: 73%; }
  .door-construction__point--metal { top: 19%; right: 28%; }
}

@media (max-width: 767px) {
  .door-construction {
    padding: 1px 0;
  }

  .door-construction__inner {
    width: calc(100% - 6px);
  }

  .door-construction__head {
    width: min(100%, 360px);
    margin: 0 auto 18px;
    padding: 0 6px;
  }

  .door-construction__head h2 {
    font-size: 23px;
    line-height: 1.15;
    letter-spacing: 0.02em;
  }

  .door-construction__head p {
    max-width: 100%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.45;
  }

  .door-construction__body {
    display: block;
    min-height: 0;
  }

  .door-construction__list,
  .door-construction__preview {
    display: none;
  }

  .door-construction__center {
    min-height: 0;
    margin-bottom: 24px;
  }

  .door-construction__door {
    width: 260px !important;
    height: 390px !important;
  }

  .door-construction__mobile {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .door-construction__mobile-card {
    padding: 18px;
    border: 1px solid rgb(0 0 0 / 8%);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 26px rgb(0 0 0 / 6%);
  }

  .door-construction__mobile-card img {
    display: block;
    width: 100%;
    height: 150px;
    margin-bottom: 14px;
    border-radius: 12px;
    object-fit: cover;
    object-position: center;
    background: #eee;
  }

  .door-construction__mobile-card h3 {
    margin: 0;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 800;
    color: #111;
  }

  .door-construction__mobile-card p {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.45;
    color: rgb(0 0 0 / 62%);
  }
}

@media (max-width: 420px) {
  .door-construction__inner {
    width: calc(100% - 6px);
  }

  .door-construction__head {
    width: 100%;
    padding: 0 2px;
  }

  .door-construction__head h2 {
    font-size: 21px;
  }

  .door-construction__head p {
    font-size: 13px;
    line-height: 1.4;
  }

  .door-construction__center {
    margin-bottom: 16px;
  }

  .door-construction__door {
    width: 232px !important;
    height: 350px !important;
  }
}


.door-choice-head {
  max-width: 820px;
  margin: 0 auto 1px;
  text-align: center;
  margin-top: -40px;
}

.door-choice-head h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #111;
  margin-bottom: -20px;
}

.door-choice-head p {
  max-width: 720px;
  margin: 11px auto 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgb(0 0 0 / 58%);
}

/* Если используешь общий контейнер door-choice-grid */
.door-choice-grid {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

/* Карточка */
.door-choice-card {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: block;
  border: 1px solid rgb(0 0 0 / 8%);
  border-radius: 18px;
  background: #fff;
  color: #111;
  text-decoration: none;
  transition: none;
}

/* Объединяем обе карточки в единый стиль */
.door-choice-card--flat,
.door-choice-card--house {
  height: 200px;
}

.door-choice-card:hover {
  transform: none;
  border-color: rgb(240 24 24 / 24%);
  text-decoration: none;
  color: #111;
}

/* Картинка справа */
.door-choice-card__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: none;
}

.door-choice-card:hover .door-choice-card__image {
  transform: none;
}

/* Белый градиент поверх картинки */
.door-choice-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 46%,
    rgb(255 255 255 / 94%) 58%,
    rgb(255 255 255 / 24%) 100%
  );
}

/* Контент слева */
.door-choice-card__content {
  position: relative;
  z-index: 2;
  width: 60%;
  height: 200px;
  box-sizing: border-box;
  padding: 28px 22px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: stretch;
}

.door-choice-card--flat .door-choice-card__content,
.door-choice-card--house .door-choice-card__content {
  width: 70%;
  height: 200px;
  padding: 28px 22px;
}

.door-choice-card__content > div:last-child {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-left: 16px;
  align-items: flex-start;
}

.door-choice-card__icon {
  width: 68px;
  height: 68px;
  margin-top: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid rgb(240 24 24 / 22%);
  color: #f01818;
  display: flex;
  align-items: center;
  justify-content: center;
}

.door-choice-card__icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.door-choice-card h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.15;
  font-weight: 800;
  color: #111;
}

.door-choice-card p {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.42;
  color: rgb(0 0 0 / 66%);
}

.door-choice-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 34px;
  margin-top: auto;
  padding: 0 12px;
  border-radius: 8px;
  font-size: 11px;
  line-height: 1.05;
  font-weight: 800;
  width: fit-content;
  max-width: 100%;
}

.door-choice-card__btn span {
  font-size: 13px;
}

/* Планшет */
@media (max-width: 991px) {
  .door-choice-grid {
    grid-template-columns: 1fr;
    width: min(760px, calc(100% - 36px));
  }

  .door-choice-card {
    height: 195px;
    margin-bottom: 16px;
  }

  .door-choice-card--flat,
  .door-choice-card--house {
    height: 195px;
  }

  .door-choice-card__content {
    width: 62%;
    height: 195px;
  }

  .door-choice-card--flat .door-choice-card__content,
  .door-choice-card--house .door-choice-card__content {
    width: 62%;
    height: 195px;
  }

  .door-choice-card__image {
    width: 48%;
  }
}

/* Мобильная */
@media (max-width: 767px) {
  .door-choice-head {
    width: calc(100% - 30px);
    margin-bottom: 22px;
  }

  .door-choice-head h2 {
    font-size: 20px;
    line-height: 1.18;
    margin-top: 30px !important;
  }

  .door-choice-head p {
    font-size: 14px;
  }

  .door-choice-grid {
    width: calc(100% - 30px);
    gap: 20px;
  }

  .door-choice-card {
    height: auto;
    margin-bottom: 16px;
  }

  .door-choice-card__image {
    position: relative;
    width: 100%;
    height: 210px;
    object-position: center;
  }

  .door-choice-card::before {
    display: block;
    background: linear-gradient(
      90deg,
      rgb(255 255 255 / 92%) 0%,
      rgb(255 255 255 / 86%) 52%,
      rgb(255 255 255 / 62%) 72%,
      rgb(255 255 255 / 14%) 100%
    );
  }

  .door-choice-card__content {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 2;
    width: 100%;
    height: auto;
    padding: 16px;
    grid-template-columns: 56px 1fr;
    gap: 12px;
  }

  .door-choice-card--flat .door-choice-card__content,
  .door-choice-card--house .door-choice-card__content {
    width: 100%;
    height: auto;
    padding: 16px;
  }

  .door-choice-card__content > div:last-child {
    padding-left: 2px;
  }

  .door-choice-card__icon,
  .door-choice-card__icon1 {
    width: 56px;
    height: 56px;
    margin-top: 0;
  }

  .door-choice-card__icon svg {
    width: 30px;
    height: 30px;
  }

  .door-choice-card h3 {
    font-size: 16px;
    line-height: 1.2;
  }

  .door-choice-card p {
    margin-top: 8px;
    font-size: 15px !important;
    line-height: 1.35;
  }

  .door-choice-card__btn {
    min-height: 32px;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 10px;
  }
}

.door-choice-card__icon1 {
  width: 68px;
  height: 68px;
  margin-top: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid rgb(240 24 24 / 22%);
  color: #f01818;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .door-choice-card__icon1 {
    width: 52px;
    height: 52px;
  }
}

.flat-building-fill-icon {
  display: block;
  width: 30px;
  height: 30px;
  fill: currentColor;
  stroke: none;
  flex-shrink: 0;
}

.real-installations {
  padding: 44px 0 44px;
  background:
  radial-gradient(circle at 50% 0%, rgb(255 255 255 / 7%) 0%, rgb(255 255 255 / 0%) 34%), #050505;
}

.real-installations__inner {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.real-installations__head {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.real-installations__head h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #fff;
}

.real-installations__head h2 span {
  color: #f01818;
}

.real-installations__head p {
  max-width: 760px;
  margin: 5px auto 0;
  font-size: 16px;
  line-height: 1.5;
  color: rgb(255 255 255 / 58%);
}

.real-installations__grid {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.real-installations__main,
.real-installations__item {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 20px;
  border: 1px solid rgb(255 255 255 / 8%);
  background: #111;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 44px rgb(0 0 0 / 28%);
}

.real-installations__main {
  min-height: 620px;
}

.real-installations__item {
  min-height: 299px;
}

.real-installations__main img,
.real-installations__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform .35s ease;
}

.real-installations__main:hover img,
.real-installations__item:hover img {
  transform: scale(1.045);
}

.real-installations__main::before,
.real-installations__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 0%) 0%,
    rgb(0 0 0 / 18%) 42%,
    rgb(0 0 0 / 82%) 100%
  );
}

.real-installations__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 22px;
}

.real-installations__main .real-installations__content {
  padding: 30px;
}

.real-installations__tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 12px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f01818;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.real-installations__content h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.18;
  font-weight: 600;
  color: #fff;
}

.real-installations__main .real-installations__content h3 {
  font-size: 26px;
}

.real-installations__content p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgb(255 255 255 / 78%);
}

.real-installations__main .real-installations__content p {
  max-width: 520px;
  font-size: 16px;
}

.real-installations__play {
  position: absolute;
  top: 26px;
  right: 26px;
  z-index: 3;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgb(240 24 24 / 94%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 34px rgb(240 24 24 / 28%);
}

.real-installations__play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
}

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

.real-installations__more {
  margin-top: 28px;
  text-align: center;
}

.real-installations__more a,
.door-choice-card__btn,
.measure-cta__form-box button,
.seo-info__cta-btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #ff2a22 0%, #e01212 100%);
  color: #fff;
  text-decoration: none;
  box-shadow:
    0 12px 28px rgb(240 24 24 / 22%),
    inset 0 1px 0 rgb(255 255 255 / 22%);
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease,
    color .25s ease,
    border-color .25s ease;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.real-installations__more a::before,
.door-choice-card__btn::before,
.measure-cta__form-box button::before,
.seo-info__cta-btn--primary::before {
  content: "";
  position: absolute;
  top: -35%;
  left: -40%;
  width: 34%;
  height: 170%;
  background: linear-gradient(
    90deg,
    rgb(255 255 255 / 0%) 0%,
    rgb(255 255 255 / 55%) 50%,
    rgb(255 255 255 / 0%) 100%
  );
  transform: translateX(0) skewX(-18deg);
  pointer-events: none;
  z-index: 0;
}

.real-installations__more a > *,
.door-choice-card__btn > *,
.measure-cta__form-box button > *,
.seo-info__cta-btn--primary > * {
  position: relative;
  z-index: 1;
}

.real-installations__more a:hover,
.door-choice-card__btn:hover,
.measure-cta__form-box button:hover,
.seo-info__cta-btn--primary:hover {
  transform: none;
  box-shadow:
    0 12px 28px rgb(240 24 24 / 22%),
    inset 0 1px 0 rgb(255 255 255 / 22%);
  color: #fff;
  text-decoration: none;
}

.real-installations__more a:hover::before,
.door-choice-card__btn:hover::before,
.measure-cta__form-box button:hover::before,
.seo-info__cta-btn--primary:hover::before {
  animation: realInstallationsBtnWave .85s ease;
}

.real-installations__more a {
  min-height: 48px;
  padding: 0 26px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}

@keyframes realInstallationsBtnWave {
  0% {
    transform: translateX(0) skewX(-18deg);
  }
  100% {
    transform: translateX(430%) skewX(-18deg);
  }
}

.install-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  padding: 34px;
  background: rgb(0 0 0 / 86%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity .25s ease,
    visibility .25s ease;
}

.install-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.install-lightbox__image,
.install-lightbox__video {
  display: block;
  max-width: min(92vw, 920px);
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgb(0 0 0 / 45%);
}

.install-lightbox__video {
  display: none;
  background: #000;
}

.install-lightbox.is-video .install-lightbox__image {
  display: none;
}

.install-lightbox.is-video .install-lightbox__video {
  display: block;
}

.install-lightbox__close {
  position: fixed;
  top: 24px;
  right: 28px;
  z-index: 2;
  width: 48px;
  height: 48px;
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 50%;
  background: rgb(255 255 255 / 10%);
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transition:
    background .25s ease,
    transform .25s ease;
}

.install-lightbox.is-video .install-lightbox__close {
  right: calc(50vw - 25.3vh + 8px);
  top: calc(50vh - 45vh + 8px);
}

.install-lightbox__close:hover {
  background: rgb(240 24 24 / 92%);
  transform: rotate(90deg);
}

@media (max-width: 991px) {
  .real-installations__grid {
    grid-template-columns: 1fr;
  }

  .real-installations__main {
    min-height: 560px;
  }

  .real-installations__item {
    min-height: 360px;
  }
}

@media (max-width: 767px) {
  .real-installations {
    padding: 54px 0 58px;
  }

  .real-installations__inner {
    width: calc(100% - 6px);
  }

  .real-installations__head {
    margin-bottom: 26px;
  }

  .real-installations__head h2 {
    font-size: 26px;
    line-height: 1.18;
  }

  .real-installations__head p {
    font-size: 14px;
  }

  .real-installations__main {
    min-height: 520px;
    border-radius: 18px;
  }

  .real-installations__side {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .real-installations__item {
    min-height: 440px;
    border-radius: 18px;
  }

  .real-installations__main .real-installations__content,
  .real-installations__content {
    padding: 22px;
  }

  .real-installations__main .real-installations__content h3,
  .real-installations__content h3 {
    font-size: 22px;
  }

  .real-installations__main .real-installations__content p,
  .real-installations__content p {
    font-size: 14px;
  }

  .real-installations__play {
    top: 18px;
    right: 18px;
    width: 50px;
    height: 50px;
  }

  .install-lightbox {
    padding: 18px;
  }

  .install-lightbox__image,
  .install-lightbox__video {
    max-width: 94vw;
    max-height: 86vh;
    border-radius: 14px;
  }

  .install-lightbox__close {
    top: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
    font-size: 30px;
  }

  .install-lightbox.is-video .install-lightbox__close {
    right: calc(50vw - 24.2vh + 6px);
    top: calc(50vh - 43vh + 6px);
  }
}

.seo-faq-section {
  padding: 40px 0 40px;
}

.seo-faq-section__inner {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.seo-faq-section__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.seo-info {
  padding: 8px 0 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.seo-info h2 {
  max-width: 620px;
  margin: 0;
  font-size: 26px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: .035em;
  text-transform: uppercase;
  color: #111;
}

.seo-info h2 span {
  color: #f01818;
}

.seo-info__line {
  width: 90px;
  height: 3px;
  margin: 24px 0 26px;
  border-radius: 999px;
  background: #f01818;
}

.seo-info p {
  max-width: 610px;
  margin: 0 0 18px;
  font-size: 13.6px;
  line-height: 1.65;
  color: rgb(0 0 0 / 66%);
}

.seo-info__cta {
  position: relative;
  max-width: 100%;
  min-height: 212px;
  margin-top: auto;
  padding: 20px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgb(0 0 0 / 7%);
  box-shadow: 0 20px 48px rgb(0 0 0 / 9%);
  overflow: hidden;
}

.seo-info__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 30%, rgb(240 24 24 / 10%) 0%, rgb(240 24 24 / 0%) 34%);
  pointer-events: none;
}

.seo-info__cta-content {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 4px 6px;
  max-width: 72%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  text-align: right;
}

.seo-info__cta-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
  margin-bottom: 8px;
}

.seo-info__cta-icon {
  width: 44px;
  height: 44px;
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

.seo-info__cta-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: 20px;
}

.seo-info__cta-title {
  margin: 0;
  font-size: 23px;
  line-height: 1.14;
  font-weight: 900;
  letter-spacing: .035em;
  text-transform: uppercase;
  color: #fff;
}

.seo-info__cta-title span {
  color: #f01818;
}

.seo-info__cta p {
  max-width: 100%;
  font-size: 12px;
  line-height: 1.4;
  color: rgb(255 255 255 / 64%);
}

.seo-info__cta-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-top: auto;
  align-items: center;
  justify-content: flex-end;
}

.seo-info__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  white-space: nowrap;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .025em;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease,
    color .25s ease,
    border-color .25s ease;
}

.seo-info__cta-actions .seo-info__cta-btn {
  flex: 0 0 auto;
}

.seo-info__cta-btn--primary {
  border: 1px solid transparent;
}

.seo-info__cta-btn--primary:hover {
  color: #fff;
}

.seo-info__cta-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 0;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
}

.seo-info__cta-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.seo-info__cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(270deg, rgb(0 0 0 / 68%) 0%, rgb(0 0 0 / 77%) 42%, rgb(0 0 0 / 10%) 100%);
  pointer-events: none;
}

.seo-info__cta-logo {
  position: absolute;
  top: 30px;
  width: 107px;
  height: 160px;
  z-index: 3;
  pointer-events: none;
  margin-left: 25px;
  box-shadow: 0 0 24px 6px rgb(255 0 0 / 64%);
  animation: ctaLogoPulse 2.6s ease-in-out infinite;
}

.seo-info__cta-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@keyframes ctaLogoPulse {
  0% {
    box-shadow: 0 0 18px 4px rgb(255 0 0 / 50%);
  }
  50% {
    box-shadow: 0 0 24px 6px rgb(255 0 0 / 62%);
  }
  100% {
    box-shadow: 0 0 18px 4px rgb(255 0 0 / 50%);
  }
}

.faq-panel {
  position: relative;
  overflow: hidden;
  padding: 34px 34px 22px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgb(0 0 0 / 6%);
  box-shadow: 0 18px 46px rgb(0 0 0 / 7%);
  height: 100%;
}

.faq-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 240px;
  background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(0 0 0) 26%, rgb(0 0 0 / 56%) 58%, rgb(0 0 0 / 0%) 100%);
  pointer-events: none;
  z-index: 0;
}

/* Dobory related block: keep product image square and sharp */
.widget-dobory-related .related-dobory .single-product .image {
  width: var(--dobory-card-w, 300px);
  height: var(--dobory-card-w, 300px);
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

.widget-dobory-related .related-dobory .single-product .image > a:not(.img-overlay) {
  width: 100%;
  height: 100%;
  display: block;
}

.widget-dobory-related .related-dobory .single-product .image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: center;
  display: block;
}

.widget-dobory-related .related-dobory .single-product .price-wrapper .btn,
.widget-dobory-related .related-dobory .single-product .price-wrapper .btn-outline,
.widget-dobory-related .related-dobory .single-product .price-wrapper .catalog_hide {
  display: none !important;
}

.widget-dobory-related .related-dobory.grid-holder {
  --dobory-card-w: 300px;
  display: flex;
  justify-content: flex-start !important;
  flex-wrap: wrap;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.widget-dobory-related .related-dobory.grid-holder > .item {
  float: none !important;
  width: min(100%, var(--dobory-card-w)) !important;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.widget-dobory-related .related-dobory .single-product {
  width: min(100%, var(--dobory-card-w));
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-sizing: border-box;
}

.widget-dobory-related .related-dobory .single-product .caption,
.widget-dobory-related .related-dobory .single-product .price-wrapper {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.widget-dobory-related .related-dobory .single-product .image {
  position: relative;
  margin: 0;
}

.widget-dobory-related .related-dobory .single-product .image .thumb2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  visibility: hidden;
  transform: none;
  -webkit-transform: none;
  transition: opacity .3s ease, visibility .3s ease;
  object-fit: contain;
  object-position: center;
}

.widget-dobory-related .related-dobory .single-product .image:hover .thumb2 {
  opacity: 0;
  visibility: hidden;
}

.widget-dobory-related .related-dobory .single-product .product-name {
  margin-top: 10px;
  margin-left: 0;
}

.widget-dobory-related .related-dobory .single-product .image .img-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.38);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
  z-index: 3;
  text-decoration: none;
}

.widget-dobory-related .related-dobory .single-product .image:hover .img-overlay {
  opacity: 0;
  visibility: hidden;
}

.widget-dobory-related .related-dobory .single-product .image .img-overlay::after {
  content: "Перейти";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.widget-dobory-related .related-dobory .single-product .image .icons-wrapper {
  display: none !important;
}

.widget-dobory-related .related-dobory .single-product .image .img-overlay,
.widget-dobory-related .related-dobory .single-product .image .img-overlay::after {
  display: none !important;
}

@media (max-width: 767px) {
  .widget-dobory-related .related-dobory.grid-holder {
    --dobory-card-w: min(100vw - 32px, 350px);
    justify-content: flex-start !important;
  }

  .widget-dobory-related .widget-title .main-title,
  .widget-dobory-related .widget-title .main-title span {
    font-size: 20px;
    line-height: 1.08;
    font-weight: 600;
  }

  .widget-dobory-related .related-dobory .single-product .image {
    width: var(--dobory-card-w);
    height: var(--dobory-card-w);
    max-width: 100%;
  }

  .widget-dobory-related .related-dobory.grid-holder {
    margin: 0 !important;
  }

  .widget-dobory-related .related-dobory.grid-holder.grid4 > .item,
  .widget-dobory-related .related-dobory.grid-holder.grid3 > .item,
  .widget-dobory-related .related-dobory.grid-holder.grid5 > .item,
  .widget-dobory-related .related-dobory.grid-holder > .item {
    width: min(100%, var(--dobory-card-w)) !important;
    float: none !important;
    margin: 0 !important;
  }

  .widget-dobory-related .related-dobory .single-product {
    margin-left: 0;
    margin-right: 0;
  }

  .widget-dobory-related .related-dobory .single-product .image .img-overlay {
    display: none !important;
  }

  .widget-dobory-related .related-dobory .single-product .caption,
  .widget-dobory-related .related-dobory .single-product .price {
    text-align: center;
  }

  .widget-dobory-related .related-dobory .single-product .product-name {
    text-align: left;
    margin-left: 0;
    font-size: 15px;
  }

  .widget-dobory-related .related-dobory .single-product .price,
  .widget-dobory-related .related-dobory .single-product .price-wrapper {
    text-align: left;
    font-size: 20px;
    line-height: 1.2;
  }
}

/* Dobory related: wide card layout (image + content + price/action) */
.widget-dobory-related .related-dobory.grid-holder {
  --dobory-card-w: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.widget-dobory-related .related-dobory.grid-holder > .item {
  width: 100% !important;
  max-width: 100% !important;
}

.widget-dobory-related .related-dobory .single-product {
  width: 100%;
  display: grid;
  grid-template-columns: 320px minmax(300px, 1fr);
  align-items: stretch;
  gap: 24px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.widget-dobory-related .related-dobory .single-product::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.02);
  pointer-events: none;
}

.widget-dobory-related .related-dobory .single-product .image {
  width: 100%;
  height: 320px;
  border-radius: 12px;
  overflow: hidden;
  background: #f7f7f7;
}

.widget-dobory-related .related-dobory .single-product .image .image-static {
  width: 100%;
  height: 100%;
  padding: 18px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  background: #fbfbfb;
}

.widget-dobory-related .related-dobory .single-product .image .image-static img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  display: block;
  border-radius: 19px;
}

.widget-dobory-related .related-dobory .single-product .image .thumb2 {
  display: none !important;
}

.widget-dobory-related .related-dobory .single-product .caption {
  padding: 20px 20px 20px 0;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) 300px;
  grid-template-rows: auto auto auto;
  column-gap: 24px;
  align-items: start;
  align-content: start;
  align-self: stretch;
  height: 100%;
}

.widget-dobory-related .related-dobory .single-product .product-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.18;
  margin: 0 0 6px;
  border: 0 !important;
  min-height: 0;
  padding: 0;
  grid-column: 1;
  grid-row: 1;
  margin-top: 35px;
}

.widget-dobory-related .related-dobory .single-product .dobory-note {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.72);
  margin-top: 5px;
  padding-bottom: 15px;
  margin-bottom: -4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.widget-dobory-related .related-dobory .single-product .dobory-features {
  grid-column: 1;
  grid-row: 3;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  list-style: none;
}

.widget-dobory-related .related-dobory .single-product .dobory-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.78);
}

.widget-dobory-related .related-dobory .single-product .dobory-features li:last-child {
  margin-bottom: 0;
}

.widget-dobory-related .related-dobory .single-product .dobory-color-value {
  font-weight: 700 !important;
}

.widget-dobory-related .related-dobory .single-product .dobory-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  flex: 0 0 22px;
}

.widget-dobory-related .related-dobory .single-product .dobory-icon--door {
  color: #111;
}

.widget-dobory-related .related-dobory .single-product .dobory-icon--accent {
  color: #f01818;
}

.widget-dobory-related .related-dobory .single-product .dobory-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.widget-dobory-related .related-dobory .single-product .dobory-icon--door svg {
  fill: initial !important;
  stroke: initial !important;
  stroke-width: initial !important;
  stroke-linecap: initial !important;
  stroke-linejoin: initial !important;
}

.widget-dobory-related .related-dobory .single-product .price-wrapper {
  grid-column: 2;
  grid-row: 1 / span 3;
  text-align: left;
  height: auto;
  overflow: visible;
  align-self: center;
  justify-self: end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  margin-top: 0;
  margin-right: 0;
  width: 300px;
  max-width: 100%;
}

.widget-dobory-related .related-dobory .single-product .price-wrapper .price {
  align-self: flex-end;
  width: 240px;
  max-width: 240px;
  text-align: left;
}

.widget-dobory-related .related-dobory .single-product .price-wrapper .btn,
.widget-dobory-related .related-dobory .single-product .price-wrapper .btn-outline {
  align-self: flex-end;
  width: auto;
  min-width: 240px;
  max-width: 240px;
}

.widget-dobory-related .related-dobory .single-product:hover .price-wrapper .price {
  margin-top: 0 !important;
}

.widget-dobory-related .related-dobory .single-product .price {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  height: auto;
  margin-bottom: 6px;
  color: #111 !important;
}

.widget-dobory-related .related-dobory .single-product .price-wrapper .btn,
.widget-dobory-related .related-dobory .single-product .price-wrapper .btn-outline {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 18px;
  border-radius: 10px;
  border: 0;
  background: #070709;
  color: #fff;
  font-size: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.widget-dobory-related .related-dobory .single-product .price-wrapper .btn::after,
.widget-dobory-related .related-dobory .single-product .price-wrapper .btn-outline::after {
  content: "Выбрать комплект  \2192";
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.widget-dobory-related .related-dobory .single-product .price-wrapper .btn:hover,
.widget-dobory-related .related-dobory .single-product .price-wrapper .btn-outline:hover {
  background: linear-gradient(180deg, #ff2a22 0%, #e01212 100%);
  color: #fff;
  box-shadow:
    0 12px 28px rgb(240 24 24 / 22%),
    inset 0 1px 0 rgb(255 255 255 / 22%);
  text-decoration: none;
}

.widget-dobory-related .related-dobory .single-product .price-wrapper .dobory-cta-note {
  margin: 2px 0 0;
  width: 240px;
  max-width: 240px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.55);
  text-align: left;
}

.widget-dobory-related .related-dobory .single-product .image a,
.widget-dobory-related .related-dobory .single-product .product-name[href] {
  pointer-events: none;
}

.widget-dobory-related .related-dobory .single-product .price-wrapper .catalog_hide {
  display: none !important;
}

@media (max-width: 1199px) {
  .widget-dobory-related .related-dobory .single-product {
    grid-template-columns: 280px minmax(240px, 1fr);
    gap: 20px;
  }

  .widget-dobory-related .related-dobory .single-product .caption {
    grid-template-columns: minmax(220px, 1fr) 260px;
    grid-template-rows: auto auto auto;
  }

  .widget-dobory-related .related-dobory .single-product .image {
    height: 280px;
  }

  .widget-dobory-related .related-dobory .single-product .image .image-static {
    padding: 14px;
  }
}

@media (max-width: 991px) {
  .widget-dobory-related .related-dobory .single-product {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
  }

  .widget-dobory-related .related-dobory .single-product .image {
    height: min(76vw, 360px);
  }

  .widget-dobory-related .related-dobory .single-product .caption {
    padding: 20px !important;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
    row-gap: 8px;
  }

  .widget-dobory-related .related-dobory .single-product .product-name {
    grid-column: 1;
    grid-row: 1;
    margin: 0 !important;
    font-size: 22px;
    line-height: 1.1;
  }

  .widget-dobory-related .related-dobory .single-product .dobory-note {
    display: none;
  }

  .widget-dobory-related .related-dobory .single-product .price-wrapper {
    display: contents;
  }

  .widget-dobory-related .related-dobory .single-product .price-wrapper .price,
  .widget-dobory-related .related-dobory .single-product .price-wrapper .btn,
  .widget-dobory-related .related-dobory .single-product .price-wrapper .btn-outline,
  .widget-dobory-related .related-dobory .single-product .price-wrapper .dobory-cta-note {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .widget-dobory-related .related-dobory .single-product .price-wrapper .price {
    grid-column: 1;
    grid-row: 2;
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    margin-bottom: 2px;
  }

  .widget-dobory-related .related-dobory .single-product .dobory-features {
    grid-column: 1;
    grid-row: 3;
    margin-top: 2px;
  }

  .widget-dobory-related .related-dobory .single-product .price-wrapper .btn,
  .widget-dobory-related .related-dobory .single-product .price-wrapper .btn-outline {
    grid-column: 1;
    grid-row: 4;
    min-height: 46px;
  }

  .widget-dobory-related .related-dobory .single-product .price-wrapper .dobory-cta-note {
    grid-column: 1;
    grid-row: 5;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .widget-dobory-related .related-dobory.grid-holder {
    gap: 12px;
  }

  .widget-dobory-related .related-dobory .single-product {
    padding: 10px;
    gap: 10px;
    border-radius: 14px;
  }

  .widget-dobory-related .related-dobory .single-product .image {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .widget-dobory-related .related-dobory .single-product .caption {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
    row-gap: 8px;
    padding: 20px 20px 20px 20px !important
  }

  .widget-dobory-related .related-dobory .single-product .product-name {
    grid-column: 1;
    grid-row: 1;
    margin: 0 !important;
    font-size: 22px;
    line-height: 1.1;
  }

  .widget-dobory-related .related-dobory .single-product .dobory-note {
    display: none;
  }

  .widget-dobory-related .related-dobory .single-product .price-wrapper {
    display: contents;
  }

  .widget-dobory-related .related-dobory .single-product .price-wrapper .price,
  .widget-dobory-related .related-dobory .single-product .price-wrapper .btn,
  .widget-dobory-related .related-dobory .single-product .price-wrapper .btn-outline,
  .widget-dobory-related .related-dobory .single-product .price-wrapper .dobory-cta-note {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .widget-dobory-related .related-dobory .single-product .price-wrapper .price {
    grid-column: 1;
    grid-row: 2;
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    margin-bottom: 2px;
  }

  .widget-dobory-related .related-dobory .single-product .price-wrapper .btn,
  .widget-dobory-related .related-dobory .single-product .price-wrapper .btn-outline {
    grid-column: 1;
    grid-row: 4;
  }

  .widget-dobory-related .related-dobory .single-product .price-wrapper .dobory-cta-note {
    grid-column: 1;
    grid-row: 5;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .widget-dobory-related .related-dobory .single-product .price-wrapper .btn,
  .widget-dobory-related .related-dobory .single-product .price-wrapper .btn-outline {
    min-height: 46px;
  }

  .widget-dobory-related .related-dobory .single-product .dobory-features {
    grid-column: 1;
    grid-row: 3;
    margin-top: 2px;
  }
}

.faq-panel > * {
  position: relative;
  z-index: 1;
}

.faq-panel__head {
  margin-bottom: 24px;
}

.faq-panel__head h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: .035em;
  text-transform: uppercase;
  color: #fff;
}

.faq-panel__head h2 span {
  color: #f01818;
}

.faq-panel__head p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgb(255 255 255 / 73%);
}

.faq-item {
  border: 1px solid rgb(0 0 0 / 7%);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 10px;
}

.faq-item summary {
  position: relative;
  min-height: 68px;
  padding: 22px 58px 22px 72px;
  box-sizing: border-box;
  cursor: pointer;
  list-style: none;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
  color: #111;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item__icon {
  position: absolute;
  left: 24px;
  top: 50%;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  color: #f01818;
}

.faq-item__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-item summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  width: 11px;
  height: 11px;
  margin-top: -7px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: rotate(45deg);
  transition: transform .25s ease;
}

.faq-item[open] summary::after {
  transform: rotate(225deg);
  margin-top: -2px;
}

.faq-item__content {
  padding: 0 58px 24px 72px;
}

.faq-item__content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  color: rgb(0 0 0 / 62%);
}

@media (max-width: 991px) {
  .seo-faq-section__grid {
    grid-template-columns: 1fr;
    gap: 34px;
    grid-auto-rows: auto;
  }

  .seo-info h2 {
    max-width: 100%;
  }

  .seo-info {
    height: auto;
  }

  .seo-info__cta {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .seo-faq-section {
    padding: 15px 0 15px;
  }

  .seo-faq-section__inner {
    width: calc(100% - 30px);
  }

  .seo-info h2,
  .faq-panel__head h2 {
    font-size: 27px;
    line-height: 1.18;
  }

  .seo-info p {
    font-size: 14px !important;
    line-height: 1.6;
  }

  .seo-info__cta {
    min-height: 0;
    margin-top: 5px;
    margin-left: -14px;
    margin-right: -14px;
    width: calc(100% + 28px);
    max-width: none;
    padding: 16px;
    grid-template-columns: 1fr;
    gap: 0;
    border-radius: 18px;
  }

  .seo-info__cta-content {
    max-width: 100%;
    padding: 4px;
  }

  .seo-info__cta-head {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 16px;
  }

  .seo-info__cta-icon {
    width: 52px;
    height: 52px;
  }

  .seo-info__cta-icon img {
    width: 100%;
    height: 100%;
  }

  .seo-info__cta-title {
    font-size: 18px;
  }

  .seo-info__cta p {
    max-width: none;
    color: #ffffff;
  }

  .seo-info__cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .seo-info__cta-btn {
    width: 100%;
  }

  .seo-info__cta-image {
    min-height: 0;
    margin: 0;
    border-radius: 0;
  }

  .seo-info__cta-logo {
    display: none;
  }

  .faq-panel {
    margin-left: -12px;
    margin-right: -12px;
    width: calc(100% + 24px);
    padding: 22px;
    border-radius: 18px;
  }

  .faq-panel__head p {
    font-size: 14px;
  }

  .faq-item summary {
    min-height: 62px;
    padding: 18px 46px 18px 56px;
    font-size: 15px;
  }

  .faq-item__icon {
    left: 18px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }

  .faq-item summary::after {
    right: 18px;
  }

  .faq-item__content {
    padding: 0 46px 20px 56px;
  }

  .faq-item__content p {
    font-size: 14px;
  }
}


.news-section {
  padding: 64px 0 74px;
  background: #f5f5f5;
}

.news-section__inner {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.news-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.news-section__head h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
  color: #111;
}

.news-section__head h2 span {
  color: #f01818;
}

.news-section__all {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 7px;
  color: #111;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
}

.news-section__all::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgb(0 0 0 / 24%);
  transition: background .25s ease;
}

.news-section__all:hover {
  color: #f01818;
  text-decoration: none;
}

.news-section__all:hover::after {
  background: #f01818;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.news-card {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  border-radius: 18px;
  background: #111;
  background-size: cover;
  background-position: center;
  color: #fff;
  isolation: isolate;
}

.news-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  transform-origin: center;
  transition: transform 14s ease;
  will-change: transform;
}

.news-card:hover::before {
  transform: scale(1.2);
}

@media (hover: none), (pointer: coarse) {
  .news-card::before {
    content: none;
  }

  .news-card:hover::before {
    content: none;
  }
}

.news-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgb(0 0 0 / 8%) 0%,
      rgb(0 0 0 / 26%) 42%,
      rgb(0 0 0 / 92%) 100%
    );
  pointer-events: none;
}

.news-meta {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
}

.news-date {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgb(0 0 0 / 56%);
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.news-card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 28px;
}

.news-card-title {
  max-width: 360px;
  margin: 0;
  font-size: 18px !important;
  line-height: 1.12;
  font-weight: 800;
  color: #fff;
}

.news-card-text {
  max-width: 370px;
  margin: 5px 0 0;
  font-size: 13px !important;
  line-height: 1.3;
  color: rgb(255 255 255 / 78%);
}

.news-card-footer {
  margin-top: 5px;
  padding-top: 18px;
  border-top: 1px solid rgb(255 255 255 / 20%);
}

.news-card-link {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
}

.news-card-link:hover {
  color: #f01818;
  text-decoration: none;
}

@media (max-width: 991px) {
  .news-grid {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin: 0 auto;
  }

  .cm_content .row > .cm_column:has(.news-card) {
    height: auto !important;
  }

  .cm_content .row > .cm_column:has(.news-card):not(:last-child) {
    margin-bottom: 24px !important;
  }

  .cm_content .cm_column:has(.news-card) > .cm_item_wrapper,
  .cm_content .cm_column:has(.news-card) .cm_item {
    height: auto !important;
  }

  .news-card {
    display: block;
    min-height: 330px;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .news-section {
    padding: 52px 0 58px;
  }

  .news-section__inner {
    width: calc(100% - 30px);
  }

  .news-section__head {
    display: block;
    margin-bottom: 24px;
  }

  .news-section__head h2 {
    font-size: 26px;
    line-height: 1.18;
  }

  .news-section__all {
    margin-top: 14px;
  }

  .news-grid {
    gap: 16px !important;
  }

  /* External spacing between stacked card blocks on mobile */
  .news-grid > *:not(:last-child),
  .cm_content .type-img .row > .cm_column:not(:last-child) {
    margin-bottom: 16px !important;
  }

  .news-card {
    min-height: 300px;
    border-radius: 16px;
    margin-bottom: 10px !important;
  }

  .news-card-content {
    padding: 22px;
  }

  .news-card-title {
    font-size: 22px;
  }

  .news-card-text {
    font-size: 14px;
  }

  .news-meta {
    top: 18px;
    left: 18px;
  }
}

#callback {
  scroll-margin-top: 140px;
}

@media (max-width: 767px) {
  #callback {
    scroll-margin-top: 70px;
  }
}

/* Dobory only: hide tabs on all screen sizes */
.product-tabs-wrapper.is-dobory-tabs #myTab {
  display: none !important;
}

.is-dobory-tabs #tab-description .product-description-bottom::after {
  display: none !important;
}

@media (max-width: 767px) {
  #tab-description > .tab-title--dobory-desktop {
    display: block;
  }

  #tab-description > .tab-title--dobory-mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .is-dobory-tabs #myTab {
    display: none;
  }

  #tab-description > .tab-title--dobory-desktop {
    display: block;
  }

  #tab-description > .tab-title--dobory-mobile {
    display: none;
  }
}

/* Before/After compare block (images are set in HTML) */
.trim-before-after {
  max-width: 1528px;
  text-align: center;
}

.trim-before-after * {
  box-sizing: border-box;
  border-radius: 12px;
}

.trim-before-after__title {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #222;
}

.trim-before-after__line {
  display: block;
  width: 36px;
  height: 2px;
  margin: 16px auto 18px;
  background: #e21b1b;
}

.trim-compare {
  max-width: 1528px;
  margin: 0 auto;
  text-align: center;
}

.trim-compare__frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1528 / 720;
  height: auto;
  background: #f5f5f5;
  border: 1px solid #eeeeee;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.06);
  cursor: ew-resize;
  user-select: none;
  touch-action: none;
}

.trim-compare__img {
  position: absolute;
  inset: 0;
}

.trim-compare__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.trim-compare__img--after {
  width: 100%;
  overflow: hidden;
  clip-path: inset(0 50% 0 0);
}

.trim-compare__label {
  position: absolute;
  top: 18px;
  z-index: 3;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 13px;
  line-height: 1.2;
  color: #333;
}

.trim-compare__label--before {
  left: 18px;
}

.trim-compare__label--after {
  right: 18px;
}

.trim-compare__divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 4;
  width: 2px;
  background: rgba(255, 255, 255, 0.95);
  transform: translateX(-50%);
}

.trim-compare__handle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.36);
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
}

.trim-compare__handle::before,
.trim-compare__handle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.trim-compare__handle::before {
  left: 11px;
  transform: translateY(-50%) rotate(-45deg);
}

.trim-compare__handle::after {
  right: 11px;
  transform: translateY(-50%) rotate(135deg);
}

@media (max-width: 767px) {
  .trim-before-after {
    padding: 0;
  }

  .trim-before-after__title {
    font-size: 22px;
    line-height: 1.35;
    letter-spacing: 0.06em;
  }

  .trim-compare {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
    max-width: none;
  }

  .trim-compare__label {
    top: 12px;
    padding: 7px 10px;
    font-size: 11px;
  }

  .trim-compare__label--before {
    left: 12px;
  }

  .trim-compare__label--after {
    right: 12px;
  }

  .trim-compare__handle {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 420px) {
  .trim-before-after__title {
    font-size: 20px;
    margin-top: -20px;
  }

  .trim-compare__frame {
    height: auto;
  }

  .trim-compare__label {
    display: none;
  }
}

.order-steps-head--red-smart-locks {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 32px;
  text-align: center;
}

.order-steps-head--red-smart-locks h2 {
  display: block;
  width: 100%;
  margin: 0 auto -20px;
  padding: 0;
  text-align: center;
  font-size: 25px;
  line-height: 1.12;
  font-weight: 600;
  color: #111111;
  letter-spacing: -0.02em;
}

.order-steps-head--red-smart-locks h2 span {
  color: #e30613;
  font-weight: 600;
}

.order-steps-head--red-smart-locks h2::after {
  content: none;
}

/* Планшеты */
@media (max-width: 1024px) {
  .order-steps-head--red-smart-locks {
    width: 100%;
    margin: 0 auto 28px;
    text-align: center;
  }

  .order-steps-head--red-smart-locks h2 {
    width: 100%;
    margin: 0 auto -20px;
    text-align: center;
    font-size: 25px;
    line-height: 1.15;
    font-weight: 600;
  }
}

/* Мобильные */
@media (max-width: 767px) {
  .order-steps-head--red-smart-locks {
    width: 100%;
    margin: 0 auto 22px;
    text-align: center;
  }

  .order-steps-head--red-smart-locks h2 {
    width: 100%;
    margin: 0 auto -20px;
    text-align: center;
    font-size: 24px;
    line-height: 1.18;
    font-weight: 600;
    letter-spacing: -0.015em;
  }
}

/* Маленькие телефоны */
@media (max-width: 374px) {
  .order-steps-head--red-smart-locks h2 {
    width: 100%;
    margin: 0 auto -20px;
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
  }
}

.doors-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 332px;
}

.doors-menu li {
  margin: 0;
  display: flex;
  align-items: center;
  min-height: 48px;
  width: 100%;
  position: relative;
}

.doors-menu li::before {
  content: "";
  position: absolute;
  left: 0;
  right: -14px;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
  pointer-events: none;
}

.doors-menu li::after {
  content: "›";
  position: absolute;
  right: -10px;
  top: 50%;
  color: #f5f7fa;
  opacity: 0.9;
  font-size: 26px;
  line-height: 1;
  font-weight: 300;
  transform: translateY(-50%);
  pointer-events: none;
}

.doors-menu a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 30px;
  padding-left: 0;
  color: #f5f7fa;
  text-decoration: none;
  line-height: 1.25;
  transform: translateY(2px);
  transition: padding-left 250ms ease, color 250ms ease;
}

.doors-menu a:hover,
.doors-menu a:focus {
  padding-left: 5px;
  color: #f5f7fa;
}

.dropdown-inner ul.doors-menu > li > a:hover,
.dropdown-inner ul.doors-menu > li > a:focus {
  padding-left: 5px;
  color: #f5f7fa;
  transition: padding-left 250ms ease, color 250ms ease;
}

.doors-menu a::after {
  content: none;
}

.doors-menu__icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 12px;
  color: #ffffff;
  opacity: 0.95;
  pointer-events: none;
  user-select: none;
}

.doors-menu__icon svg,
.doors-menu__icon img {
  width: 26px;
  height: 26px;
  display: block;
  object-fit: contain;
}

.doors-menu__icon--labirint svg {
  width: 27px;
  height: 27px;
}

.doors-menu__icon--bunker svg {
  width: 28px;
  height: 28px;
}

.doors-menu__icon--dobory svg {
  width: 28px;
  height: 28px;
  transform: translateY(2px);
}

.doors-menu__item--dobory a {
  transform: translateY(4px) !important;
}

.doors-menu__icon--apartment svg {
  width: 38px;
  height: 38px;
  transform: translateY(1px);
}

.doors-menu__icon--mirror svg {
  width: 26px;
  height: 30px;
}

.doors-menu__icon--termo svg {
  width: 24px;
  height: 31px;
}

.doors-menu__icon--white-door svg {
  width: 25px;
  height: 31px;
  transform: translateY(1px);
}

.doors-menu__icon--lock svg {
  width: 29px;
  height: 29px;
}

@media (max-width: 767px) {
  .doors-menu {
    width: 100%;
    max-width: 332px;
  }

  .doors-menu li {
    min-height: 42px;
  }

  .doors-menu a {
    font-size: 15px;
  }

  .doors-menu li::after {
    right: 8px;
    font-size: 22px;
  }

  .doors-menu__icon {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
    margin-left: 0;
    margin-right: 6px;
  }

  .doors-menu__icon svg,
  .doors-menu__icon img {
    width: 23px;
    height: 23px;
  }

  .doors-menu__icon--labirint svg,
  .doors-menu__icon--bunker svg {
    width: 24px;
    height: 24px;
  }

  .doors-menu__icon--dobory svg {
    width: 25px;
    height: 30px;
    transform: translateY(2px);
  }

  .doors-menu__item--dobory a {
    transform: translateY(3px) !important;
  }

  .doors-menu__icon--apartment svg {
    width: 25px;
    height: 25px;
    transform: translateY(1px);
  }

  .doors-menu__icon--mirror svg {
    width: 23px;
    height: 27px;
  }

  .doors-menu__icon--termo svg {
    width: 21px;
    height: 27px;
  }

  .doors-menu__icon--white-door svg {
    width: 22px;
    height: 27px;
  }

  .doors-menu__icon--lock svg {
    width: 25px;
    height: 25px;
  }
}

.doors-menu__icon--tape-measure svg {
  width: 38px;
  height: 38px;
  display: block;
}

/* Mobile/Tablet: custom HTML icon near menu title */
.main-menu-mobile .menu-wrapper-top ul.categories > li > a {
  display: flex;
  align-items: center;
}

.main-menu-mobile .menu-wrapper-top ul.categories > li > a .menu-icon-html {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  line-height: 1;
  transform: translateY(-2px);
}

.main-menu-mobile .menu-wrapper-top ul.categories > li > a .menu-icon-html svg,
.main-menu-mobile .menu-wrapper-top ul.categories > li > a .menu-icon-html img {
  width: 26px;
  height: 26px;
  min-width: 22px;
  min-height: 22px;
  display: block;
  transform: none;
}

.main-menu > ul > li.has-icon-html > a {
  display: inline-flex;
  align-items: center;
}

.main-menu > ul > li.has-icon-html > a > .menu-icon-html {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  line-height: 1;
}

.main-menu > ul > li.has-icon-html > a > .menu-icon-html svg,
.main-menu > ul > li.has-icon-html > a > .menu-icon-html img {
  width: 26px;
  height: 26px;
  display: block;
}

@media (max-width: 767px) {
  .doors-menu__icon--tape-measure svg {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .doors-menu__icon--tape-measure svg {
    width: 34px;
    height: 34px;
  }
}

@media (min-width: 1024px) {
  .doors-menu__icon--tape-measure svg {
    width: 38px;
    height: 38px;
  }
}

/* Hide duplicate "Contacts" item in desktop dropdown menu only */
@media (min-width: 1200px) {
    .menu-style .main-menu .dropdown-inner .html.hover-menu a.text-uppercase2.fs-16[href="/contact"],
    .menu-style .main-menu .dropdown-inner .html.hover-menu a.text-uppercase2.fs-16[href="/contact/"] {
        display: none;
    }
}

.mega-door-banner {
  display: block;
  width: 100%;
  width: calc(100% + 8px);
  margin-inline: -4px;
  max-width: none;
  min-height: 230px;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #050505;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 22px 60px rgba(0,0,0,.48);
  color: #fff;
  font-family: inherit;
  text-decoration: none !important;
}

.mega-door-banner:hover,
.mega-door-banner:focus {
  color: #fff;
  text-decoration: none !important;
}

.mega-door-banner * {
  box-sizing: border-box;
}

.mega-door-banner__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  pointer-events: none;
  user-select: none;
}

.mega-door-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5,5,5,.96) 0%, rgba(12,12,12,.88) 44%, rgba(12,12,12,.38) 100%),
    linear-gradient(135deg, transparent 0%, rgba(255,255,255,.045) 48%, transparent 49%);
  opacity: 1;
  pointer-events: none;
}

.mega-door-banner::after {
  display: none;
}

.mega-door-banner__content {
  position: relative;
  z-index: 3;
  width: 70%;
  padding: 28px 26px;
}

.mega-door-banner__brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: #fff;
}

.mega-door-banner__logo {
  width: 195px;
  max-width: 100%;
  height: auto;
}

.mega-door-banner__mark {
  width: 30px;
  height: 30px;
  color: #d92323;
  flex: 0 0 auto;
}

.mega-door-banner__brand-text {
  font-size: 12px;
  line-height: 1.05;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #fff;
}

.mega-door-banner__brand-text span {
  display: block;
  color: #d92323;
}

.mega-door-banner__title {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: .02em;
  color: #fff;
}

.mega-door-banner__title span {
  display: block;
  color: #d92323;
}

.mega-door-banner__text {
  margin: 0 0 18px;
  max-width: 260px;
  font-size: 13px;
  line-height: 1.48;
  color: rgba(255,255,255,.68);
}

.mega-door-banner__features {
  display: flex;
  flex-wrap: nowrap;
  gap: 7px;
  margin-bottom: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.mega-door-banner__feature {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  color: rgba(255,255,255,.84);
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.11);
}

.mega-door-banner__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 6px;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 13px;
  line-height: 1;
  background: #e01212;
  transition: .22s ease;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.mega-door-banner:hover .mega-door-banner__btn {
  color: #fff !important;
  background: #f13434;
  transform: translateY(-1px);
}

.mega-door-banner__btn::before {
  content: "";
  position: absolute;
  top: -35%;
  left: -40%;
  width: 34%;
  height: 170%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, .55) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(0) skewX(-18deg);
  pointer-events: none;
  z-index: 0;
}

.mega-door-banner__btn > * {
  position: relative;
  z-index: 1;
}

.mega-door-banner:hover .mega-door-banner__btn::before {
  animation: realInstallationsBtnWave .85s ease;
}

.mega-door-banner__btn svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .mega-door-banner {
    max-width: none;
    min-height: 220px;
  }

  .mega-door-banner__image {
    object-position: center right;
  }

  .mega-door-banner::before {
    background:
      linear-gradient(90deg, rgba(5,5,5,.95) 0%, rgba(10,10,10,.82) 100%),
      linear-gradient(135deg, transparent 0%, rgba(255,255,255,.045) 48%, transparent 49%),
      repeating-linear-gradient(135deg, rgba(225,35,35,.08) 0 1px, transparent 1px 18px);
  }

  .mega-door-banner__content {
    width: 100%;
    padding: 22px;
  }

  .mega-door-banner__title {
    font-size: 23px;
  }
}

.vida-section-banner {
  --accent: #d9231f;
  --black: #111214;
  --text: #171717;
  --muted: #6f6f6f;
  --line: #d8d8d8;
  --soft: #f6f6f6;

  width: 100%;
  max-width: none;
  padding: 0;
  box-sizing: border-box;
  font-family: inherit;
}

.vida-section-banner__inner {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  grid-template-columns: minmax(0, 455px) minmax(0, 1fr);
  min-height: 112px;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  border-radius: 14px;
  background:
    linear-gradient(90deg, #ffffff 0%, #fbfbfb 48%, #f7f7f7 100%);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.06);
}

.vida-section-banner__dark {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  padding: 18px 28px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 50%, rgba(217, 35, 31, 0.22), transparent 28%),
    linear-gradient(135deg, #191a1c 0%, #090909 100%);
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
  min-width: 0;
}

.vida-section-banner__dark::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background:
    repeating-linear-gradient(
      135deg,
      transparent 0,
      transparent 10px,
      rgba(255, 255, 255, 0.16) 11px,
      transparent 12px
    );
  pointer-events: none;
}

.vida-section-banner__num {
  position: relative;
  z-index: 1;
  width: 96px;
  margin: 0 auto;
  left: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #fff;
}

.vida-section-banner__num::before,
.vida-section-banner__num::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 64px;
  background: var(--accent);
  transform: translateY(-50%) rotate(18deg);
}

.vida-section-banner__num::before {
  left: 0;
}

.vida-section-banner__num::after {
  right: 0;
  left: auto;
}

.vida-section-banner__content {
  position: relative;
  z-index: 1;
  text-align: left;
}

.vida-section-banner__label {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.vida-section-banner__title {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}

.vida-section-banner__title span {
  color: var(--accent);
}

.vida-section-banner__desc {
  max-width: 280px;
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.82);
  text-align: left;
}

.vida-section-banner__features {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 0;
  padding: 8px 0px;
  min-width: 0;
}

.vida-section-banner__features::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 170px;
  height: 100%;
  opacity: 0.52;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55)),
    repeating-linear-gradient(
      135deg,
      transparent 0,
      transparent 8px,
      rgba(217, 35, 31, 0.08) 9px,
      transparent 10px
    );
  pointer-events: none;
}

.vida-section-banner__feature {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 9px;
  min-height: 60px;
  padding: 0 10px;
}

.vida-section-banner__feature:not(:last-child) {
  border-right: 1px solid var(--line);
}

.vida-section-banner__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #1f1f1f;
  border-radius: 50%;
  background: #fff;
  color: #111;
}

.vida-section-banner__icon svg {
  width: 30px;
  height: 30px;
}

.vida-section-banner__feature-title {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--text);
  text-align: left;
}

.vida-section-banner__feature-text {
  display: block;
  font-size: 12px;
  line-height: 1.35;
  color: #4f4f4f;
  text-align: left;
}

@media (max-width: 1180px) {
  .vida-section-banner__inner {
    grid-template-columns: 390px 1fr;
    min-height: 96px;
  }

  .vida-section-banner__dark {
    grid-template-columns: 95px 1fr;
    padding: 14px 24px;
  }

  .vida-section-banner__num {
    left: -10px;
    font-size: 48px;
  }

  .vida-section-banner__features {
    padding: 8px 20px 8px 14px;
  }

  .vida-section-banner__feature {
    grid-template-columns: 48px 1fr;
    gap: 14px;
    padding: 0 18px;
    min-height: 52px;
  }

  .vida-section-banner__icon {
    width: 40px;
    height: 40px;
  }
}

/* Планшеты: отдельная адаптация заголовков, без влияния на mobile/desktop */
@media (min-width: 901px) and (max-width: 1180px) {
  .vida-section-banner__title {
    font-size: 15px;
    line-height: 1.12;
    letter-spacing: 0.04em;
    margin: 0 0 4px;
  }

  .vida-section-banner__desc {
    font-size: 12px;
    line-height: 1.25;
  }

  .vida-section-banner__feature-title {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 2px;
  }

  .vida-section-banner__feature-text {
    font-size: 11px;
    line-height: 1.25;
  }
}

@media (max-width: 900px) {
  .vida-section-banner {
  }

  .vida-section-banner__inner {
    display: block;
    border-radius: 12px;
  }

  .vida-section-banner__dark {
    clip-path: none;
    grid-template-columns: 82px 1fr;
    padding: 22px 24px;
  }

  .vida-section-banner__num {
    left: -6px;
  }

  .vida-section-banner__desc {
    max-width: none;
  }

  .vida-section-banner__features {
    grid-template-columns: 1fr;
    padding: 0 22px 18px;
  }

  .vida-section-banner__feature {
    padding: 18px 0;
    border-right: 0 !important;
    border-bottom: 1px solid var(--line);
  }

  .vida-section-banner__feature:last-child {
    border-bottom: 0;
  }

  .vida-section-banner__features::after {
    display: none;
  }
}

@media (max-width: 520px) {
  .vida-section-banner__dark {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vida-section-banner__num {
    left: 0;
    margin: 0 auto;
    justify-self: center;
    font-size: 44px;
  }

  .vida-section-banner__title {
    font-size: 20px;
  }

  .vida-section-banner__feature {
    grid-template-columns: 46px 1fr;
  }
}

/* ===== Полная матрица адаптации по диапазонам ===== */
@media (min-width: 901px) and (max-width: 1180px) {
  .vida-section-banner { padding: 0; }
  .vida-section-banner__inner { grid-template-columns: 390px 1fr; min-height: 96px; border-radius: 12px; }
  .vida-section-banner__dark { grid-template-columns: 95px 1fr; padding: 14px 24px; }
  .vida-section-banner__num { width: 96px; left: -10px; font-size: 42px; }
  .vida-section-banner__num::before,
  .vida-section-banner__num::after { height: 58px; }
  .vida-section-banner__content { text-align: left; }
  .vida-section-banner__title { font-size: 15px; line-height: 1.12; letter-spacing: 0.04em; margin: 0 0 4px; margin-left: 15px; }
  .vida-section-banner__desc { max-width: 240px; font-size: 12px; line-height: 1.25; margin-left: 15px; }
  .vida-section-banner__features { padding: 8px 20px 8px 14px; }
  .vida-section-banner__feature { grid-template-columns: 48px 1fr; gap: 12px; min-height: 52px; padding: 0 16px; }
  .vida-section-banner__icon { width: 40px; height: 40px; }
  .vida-section-banner__icon svg { width: 22px; height: 22px; }
  .vida-section-banner__feature-title { font-size: 12px; line-height: 1.2; margin-bottom: 2px; }
  .vida-section-banner__feature-text { font-size: 11px; line-height: 1.25; }
}

@media (min-width: 601px) and (max-width: 900px) {
  .vida-section-banner { margin: 18px 0 14px; padding: 0 12px; }
  .vida-section-banner__inner { display: block; min-height: 0; border-radius: 12px; }
  .vida-section-banner__dark { clip-path: none; grid-template-columns: 82px 1fr; padding: 18px 20px; }
  .vida-section-banner__num { width: 90px; left: -6px; font-size: 40px; }
  .vida-section-banner__num::before,
  .vida-section-banner__num::after { height: 56px; }
  .vida-section-banner__content { text-align: left; }
  .vida-section-banner__title { font-size: 24px; line-height: 1.1; letter-spacing: 0.03em; margin: 0 0 6px; margin-left: 20px; }
  .vida-section-banner__desc { max-width: none; font-size: 16px; line-height: 1.28; margin-left: 20px; }
  .vida-section-banner__features { grid-template-columns: 1fr; padding: 0 20px 14px; }
  .vida-section-banner__features::after { display: none; }
  .vida-section-banner__feature { grid-template-columns: 46px 1fr; gap: 12px; min-height: 0; padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .vida-section-banner__feature:last-child { border-bottom: 0; }
  .vida-section-banner__icon { width: 40px; height: 40px; }
  .vida-section-banner__icon svg { width: 22px; height: 22px; }
  .vida-section-banner__feature-title { font-size: 16px; line-height: 1.2; margin-bottom: 3px; }
  .vida-section-banner__feature-text { font-size: 12px; line-height: 1.3; }
}

@media (min-width: 381px) and (max-width: 600px) {
  .vida-section-banner__inner { display: block; border-radius: 10px; }
  .vida-section-banner__dark { clip-path: none; grid-template-columns: 1fr; gap: 10px; padding: 14px 14px; }
  .vida-section-banner__num { width: 90px; left: 0; margin: 0 auto; justify-self: center; font-size: 40px; margin-right: 10px; }
  .vida-section-banner__num::before,
  .vida-section-banner__num::after { height: 52px; }
  .vida-section-banner__content { text-align: left; }
  .vida-section-banner__title { font-size: 18px; line-height: 1.1; letter-spacing: 0.03em; margin: 0 0 6px; }
  .vida-section-banner__desc { max-width: none; font-size: 12px; line-height: 1.3; }
  .vida-section-banner__features { grid-template-columns: 1fr; padding: 0 14px 12px; }
  .vida-section-banner__features::after { display: none; }
  .vida-section-banner__feature { grid-template-columns: 44px 1fr; gap: 10px; padding: 12px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .vida-section-banner__feature:last-child { border-bottom: 0; }
  .vida-section-banner__icon { width: 38px; height: 38px; }
  .vida-section-banner__icon svg { width: 20px; height: 20px; }
  .vida-section-banner__feature-title { font-size: 15px; line-height: 1.18; margin-bottom: 2px; }
  .vida-section-banner__feature-text { font-size: 12px; line-height: 1.25; }
}

@media (max-width: 380px) {
  .vida-section-banner__inner { display: block; border-radius: 10px; }
  .vida-section-banner__dark { clip-path: none; grid-template-columns: 1fr; gap: 8px; padding: 12px 12px; }
  .vida-section-banner__num { width: 84px; left: 0; margin: 0 auto; justify-self: center; font-size: 36px; margin-right: 10px;}
  .vida-section-banner__num::before,
  .vida-section-banner__num::after { height: 46px; }
  .vida-section-banner__content { text-align: left; }
  .vida-section-banner__title { font-size: 16px; line-height: 1.1; letter-spacing: 0.02em; margin: 0 0 5px; }
  .vida-section-banner__desc { max-width: none; font-size: 11px; line-height: 1.25; }
  .vida-section-banner__features { grid-template-columns: 1fr; padding: 0 12px 10px; }
  .vida-section-banner__features::after { display: none; }
  .vida-section-banner__feature { grid-template-columns: 40px 1fr; gap: 9px; padding: 10px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .vida-section-banner__feature:last-child { border-bottom: 0; }
  .vida-section-banner__icon { width: 34px; height: 34px; }
  .vida-section-banner__icon svg { width: 18px; height: 18px; }
  .vida-section-banner__feature-title { font-size: 14px; line-height: 1.15; margin-bottom: 2px; }
  .vida-section-banner__feature-text { font-size: 11px; line-height: 1.2; }
}


/* ===== 7585858585 banner (isolated copy from vida-section-banner) ===== */
.v758-section-banner {
  --v758-accent: #1f9d55;
  --v758-main: #111111;
  --v758-text: #171717;
  --v758-line: #d8d8d8;

  width: 100%;
  max-width: none;
  padding: 0;
  box-sizing: border-box;
  font-family: inherit;
}

.v758-stroke-main { stroke: var(--v758-main); }
.v758-stroke-accent { stroke: var(--v758-accent); }
.v758-fill-accent { fill: var(--v758-accent); }

.v758-section-banner__inner {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  grid-template-columns: minmax(0, 455px) minmax(0, 1fr);
  min-height: 112px;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  border-radius: 14px;
  background: linear-gradient(90deg, #ffffff 0%, #fbfbfb 48%, #f7f7f7 100%);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.06);
}

.v758-section-banner__dark {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  padding: 18px 28px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 50%, rgba(31, 157, 85, 0.22), transparent 28%),
    linear-gradient(135deg, #191a1c 0%, #090909 100%);
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
  min-width: 0;
}

.v758-section-banner__dark::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background: repeating-linear-gradient(
    135deg,
    transparent 0,
    transparent 10px,
    rgba(255, 255, 255, 0.16) 11px,
    transparent 12px
  );
  pointer-events: none;
}

.v758-section-banner__num {
  position: relative;
  z-index: 1;
  width: 96px;
  margin: 0 auto;
  left: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #fff;
}

.v758-section-banner__num::before,
.v758-section-banner__num::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 64px;
  background: var(--v758-accent);
  transform: translateY(-50%) rotate(18deg);
}

.v758-section-banner__num::before { left: 0; }
.v758-section-banner__num::after { right: 0; left: auto; }

.v758-section-banner__content {
  position: relative;
  z-index: 1;
  text-align: left;
}

.v758-section-banner__title {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}

.v758-section-banner__title span {
  color: var(--v758-accent);
}

.v758-section-banner__desc {
  max-width: 280px;
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.82);
  text-align: left;
}

.v758-section-banner__features {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 0;
  padding: 8px 0;
  min-width: 0;
}

.v758-section-banner__features::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 170px;
  height: 100%;
  opacity: 0.52;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55)),
    repeating-linear-gradient(
      135deg,
      transparent 0,
      transparent 8px,
      rgba(31, 157, 85, 0.08) 9px,
      transparent 10px
    );
  pointer-events: none;
}

.v758-section-banner__feature {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 9px;
  min-height: 60px;
  padding: 0 10px;
}

.v758-section-banner__feature:not(:last-child) {
  border-right: 1px solid var(--v758-line);
}

.v758-section-banner__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #1f1f1f;
  border-radius: 50%;
  background: #fff;
  color: #111;
}

.v758-section-banner__icon svg {
  width: 30px;
  height: 30px;
}

.v758-section-banner__feature-title {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--v758-text);
  text-align: left;
}

.v758-section-banner__feature-text {
  display: block;
  font-size: 12px;
  line-height: 1.35;
  color: #4f4f4f;
  text-align: left;
}

@media (min-width: 901px) and (max-width: 1180px) {
  .v758-section-banner { padding: 0; }
  .v758-section-banner__inner { grid-template-columns: 390px 1fr; min-height: 96px; border-radius: 12px; }
  .v758-section-banner__dark { grid-template-columns: 95px 1fr; padding: 14px 24px; }
  .v758-section-banner__num { width: 96px; left: -10px; font-size: 42px; }
  .v758-section-banner__num::before,
  .v758-section-banner__num::after { height: 58px; }
  .v758-section-banner__content { text-align: left; }
  .v758-section-banner__title { font-size: 15px; line-height: 1.12; letter-spacing: 0.04em; margin: 0 0 4px; margin-left: 15px; }
  .v758-section-banner__desc { max-width: 240px; font-size: 12px; line-height: 1.25; margin-left: 15px; }
  .v758-section-banner__features { padding: 8px 20px 8px 14px; }
  .v758-section-banner__feature { grid-template-columns: 48px 1fr; gap: 12px; min-height: 52px; padding: 0 16px; }
  .v758-section-banner__icon { width: 40px; height: 40px; }
  .v758-section-banner__icon svg { width: 22px; height: 22px; }
  .v758-section-banner__feature-title { font-size: 12px; line-height: 1.2; margin-bottom: 2px; }
  .v758-section-banner__feature-text { font-size: 11px; line-height: 1.25; }
}

@media (min-width: 601px) and (max-width: 900px) {
  .v758-section-banner { margin: 18px 0 14px; padding: 0 12px; }
  .v758-section-banner__inner { display: block; min-height: 0; border-radius: 12px; }
  .v758-section-banner__dark { clip-path: none; grid-template-columns: 82px 1fr; padding: 18px 20px; }
  .v758-section-banner__num { width: 90px; left: -6px; font-size: 40px; }
  .v758-section-banner__num::before,
  .v758-section-banner__num::after { height: 56px; }
  .v758-section-banner__content { text-align: left; }
  .v758-section-banner__title { font-size: 24px; line-height: 1.1; letter-spacing: 0.03em; margin: 0 0 6px; margin-left: 20px; }
  .v758-section-banner__desc { max-width: none; font-size: 16px; line-height: 1.28; margin-left: 20px; }
  .v758-section-banner__features { grid-template-columns: 1fr; padding: 0 20px 14px; }
  .v758-section-banner__features::after { display: none; }
  .v758-section-banner__feature { grid-template-columns: 46px 1fr; gap: 12px; min-height: 0; padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--v758-line); }
  .v758-section-banner__feature:last-child { border-bottom: 0; }
  .v758-section-banner__icon { width: 40px; height: 40px; }
  .v758-section-banner__icon svg { width: 22px; height: 22px; }
  .v758-section-banner__feature-title { font-size: 16px; line-height: 1.2; margin-bottom: 3px; }
  .v758-section-banner__feature-text { font-size: 12px; line-height: 1.3; }
}

@media (min-width: 381px) and (max-width: 600px) {
  .v758-section-banner__inner { display: block; border-radius: 10px; }
  .v758-section-banner__dark { clip-path: none; grid-template-columns: 1fr; gap: 10px; padding: 14px 14px; }
  .v758-section-banner__num { width: 90px; left: 0; margin: 0 auto; justify-self: center; font-size: 40px; margin-right: 10px; }
  .v758-section-banner__num::before,
  .v758-section-banner__num::after { height: 52px; }
  .v758-section-banner__content { text-align: left; }
  .v758-section-banner__title { font-size: 18px; line-height: 1.1; letter-spacing: 0.03em; margin: 0 0 6px; }
  .v758-section-banner__desc { max-width: none; font-size: 12px; line-height: 1.3; }
  .v758-section-banner__features { grid-template-columns: 1fr; padding: 0 14px 12px; }
  .v758-section-banner__features::after { display: none; }
  .v758-section-banner__feature { grid-template-columns: 44px 1fr; gap: 10px; padding: 12px 0; border-right: 0; border-bottom: 1px solid var(--v758-line); }
  .v758-section-banner__feature:last-child { border-bottom: 0; }
  .v758-section-banner__icon { width: 38px; height: 38px; }
  .v758-section-banner__icon svg { width: 20px; height: 20px; }
  .v758-section-banner__feature-title { font-size: 15px; line-height: 1.18; margin-bottom: 2px; }
  .v758-section-banner__feature-text { font-size: 12px; line-height: 1.25; }
}

@media (max-width: 380px) {
  .v758-section-banner__inner { display: block; border-radius: 10px; }
  .v758-section-banner__dark { clip-path: none; grid-template-columns: 1fr; gap: 8px; padding: 12px 12px; }
  .v758-section-banner__num { width: 84px; left: 0; margin: 0 auto; justify-self: center; font-size: 36px; margin-right: 10px; }
  .v758-section-banner__num::before,
  .v758-section-banner__num::after { height: 46px; }
  .v758-section-banner__content { text-align: left; }
  .v758-section-banner__title { font-size: 16px; line-height: 1.1; letter-spacing: 0.02em; margin: 0 0 5px; }
  .v758-section-banner__desc { max-width: none; font-size: 11px; line-height: 1.25; }
  .v758-section-banner__features { grid-template-columns: 1fr; padding: 0 12px 10px; }
  .v758-section-banner__features::after { display: none; }
  .v758-section-banner__feature { grid-template-columns: 40px 1fr; gap: 9px; padding: 10px 0; border-right: 0; border-bottom: 1px solid var(--v758-line); }
  .v758-section-banner__feature:last-child { border-bottom: 0; }
  .v758-section-banner__icon { width: 34px; height: 34px; }
  .v758-section-banner__icon svg { width: 18px; height: 18px; }
  .v758-section-banner__feature-title { font-size: 14px; line-height: 1.15; margin-bottom: 2px; }
  .v758-section-banner__feature-text { font-size: 11px; line-height: 1.2; }
}

/* Price row with passport button */
ul.price {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.price-passport-item {
    margin-left: auto;
    display: flex;
    align-items: center;
}

/* HPM — gap между кнопками */
.hpm-type-images {
    gap: 8px !important;
}

/* HPM — текстовые кнопки */
.hpm-item:not(:has(img)) {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    max-width: none !important;
    min-height: 34px !important;
    padding: 0 10px !important;
    border: 1px solid rgb(0 0 0 / 12%) !important;
    border-radius: 8px !important;
    background: #f4f4f4 !important;
    color: rgb(0 0 0 / 72%) !important;
    box-shadow: none !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

.hpm-item:not(:has(img)) > div {
    min-width: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
}

.hpm-item:not(:has(img)):hover {
    background: #ececec !important;
    color: #111 !important;
}

.hpm-item.active:not(:has(img)) {
    background: #101418 !important;
    border-color: #101418 !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgb(0 0 0 / 12%) !important;
}

/* галочка — span внутри кнопки */
.hpm-item:has(img) .hpm-check-mark {
    display: none;
}

.hpm-check-mark {
    display: flex;
    position: static !important;
    inset: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    order: 2;
    margin: 0 !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    color: #555;
    box-shadow: 0 1px 3px rgb(0 0 0 / 18%);
}

.hpm-check-mark::after {
    content: "";
    width: 5px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-1px) rotate(45deg);
}

.hpm-item.active:not(:has(img)) .hpm-check-mark {
    background: #fff;
    color: #555;
}

/* HPM — варианты цвета с изображениями */
#hpmodel .hpm-type-images .hpm-item:has(img) {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 58px !important;
    height: 58px !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgb(0 0 0 / 8%) !important;
    border-radius: 12px !important;
    background: #f4f4f4 !important;
    box-shadow: inset 0 0 0 4px #fff !important;
    overflow: visible !important;
    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}

#hpmodel .hpm-type-images .hpm-item.active:has(img) {
    border-color: #111 !important;
    background: #f4f4f4 !important;
}

#hpmodel .hpm-type-images .hpm-item:has(img) .hcol-image {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 4px;
    border-radius: inherit;
    overflow: hidden;
}

#hpmodel .hpm-type-images .hpm-item:has(img) .hcol-image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

@media (max-width: 767px) {
    #hpmodel .hpm-type-images .hpm-item:has(img) {
        width: 52px !important;
        height: 52px !important;
        border-radius: 11px !important;
    }
}

/* Product page HPM controls and technical passport */
#hpmodel .hpm-item,
#hpmodel .hpm-item.active,
#hpmodel .hpm-type-images > a,
#hpmodel .hpm-type-images > div,
#hpmodel .hpm-item > div,
#hpmodel .hcol-image,
#hpmodel .hcol-image img,
#product-passport .tech-passport-btn-3 {
    box-shadow: none !important;
    filter: none !important;
}

#hpmodel .hpm-item:hover > .hcol-attribute {
    background: transparent !important;
    box-shadow: none !important;
}

#hpmodel .hpm-item.active:hover > .hcol-attribute {
    background: inherit !important;
}

#hpmodel .hpm-group-2 .hpm-item:not(:has(img)) {
    height: 34px !important;
    min-height: 34px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#hpmodel .hpm-group-2 .hpm-item:not(:has(img)) > .hcol-attribute {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    line-height: 1 !important;
}

#product-passport {
    display: none;
}

#hpmodel .hpm-group-2 .hpm-type-images > #product-passport {
    display: flex;
    align-items: center;
    margin-left: auto;
    padding-left: 16px;
}

#hpmodel .hpm-group-2 #product-passport .tech-passport-btn-3 {
    white-space: nowrap;
    transition: none !important;
    transform: none !important;
}

#hpmodel .hpm-group-2 #product-passport .tech-passport-btn-3:hover,
#hpmodel .hpm-group-2 #product-passport .tech-passport-btn-3:focus,
#hpmodel .hpm-group-2 #product-passport .tech-passport-btn-3:active {
    transform: none !important;
}

@media (max-width: 1199px) {
    #hpmodel .hpm-group-2 .hpm-type-images {
        flex-wrap: wrap;
        overflow-x: visible;
    }

    #hpmodel .hpm-group-2 .hpm-type-images > #product-passport {
        flex-basis: 100%;
        width: 100%;
        margin: 12px 0 0;
        padding-left: 0;
    }

    #hpmodel .hpm-group-2 #product-passport .tech-passport-btn-3 {
        width: auto;
        max-width: 100%;
    }
}

/* Preserve the main media height while switching mobile thumbnails */
@media (max-width: 1199px) {
    #gallery.mobile-thumbnail-switching > #main-image-wrapper {
        height: var(--mobile-thumbnail-media-height) !important;
        min-height: var(--mobile-thumbnail-media-height) !important;
        max-height: var(--mobile-thumbnail-media-height) !important;
        overflow: hidden;
    }

    #gallery.mobile-thumbnail-switching #main-image-link {
        height: 100%;
        opacity: 0.45;
        transition: opacity 0.18s ease;
    }

    #gallery.mobile-thumbnail-switching.is-thumbnail-ready #main-image-link {
        opacity: 1;
    }

    #gallery.mobile-thumbnail-switching #main-image,
    #gallery.mobile-thumbnail-switching #main-video {
        width: 100%;
        height: 100% !important;
        object-fit: contain;
        object-position: center;
    }
}

/* Product availability and delivery badges */
.product-info .right .product-availability {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin: 4px 0 2px;
    padding: 0;
    background: transparent;
    color: #555550;
    box-shadow: none;
}

.product-availability__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 30px;
    padding: 0 11px;
    border: 1px solid #d7d7d3;
    border-radius: 999px;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.product-availability__item > span {
    display: inline-flex;
    align-items: center;
    min-height: 15px;
    line-height: 15px;
}

.product-availability__icon {
    display: block;
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    margin: 0;
    vertical-align: middle;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-availability__icon--truck {
    width: 17px;
    flex-basis: 17px;
    transform: translateY(-1px);
}

.product-availability:not(.product-availability--out) .product-availability__item:first-child {
    border-color: #cdebd7;
    background: #effaf2;
    color: #16833b;
}

.product-availability:not(.product-availability--out) .product-availability__item:first-child .product-availability__icon {
    transform: translateY(-1px);
}

.product-availability--out {
    color: #b42318;
}

.product-availability--out .product-availability__item {
    border-color: #f2b8b5;
    background: #fff0ef;
    color: #b42318;
}

/* Product purchase benefits */
#product:has(> .product-benefits) {
    display: flex;
    flex-direction: column;
}

.product-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    order: 30;
    margin: 5px 0 1px;
    padding: 14px 12px 13px;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    background: #FAFAFA;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .035);
}

.is-dobory-product .product-benefits {
    display: none;
}

.product-benefits__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
    min-width: 0;
    color: #1F1F1F;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
}

.product-benefits__item svg {
    display: block;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    fill: none;
    stroke: #48a84f;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-benefits__item .product-benefits__icon--service {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    fill: #222222;
    stroke: none;
}

.product-benefits__item .product-benefits__icon--dealer {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    fill: none;
    stroke: none;
}

.product-benefits__item span {
    min-width: 0;
}

@media (min-width: 1200px) {
    .product-benefits__item {
        justify-content: center;
    }
}

/* Product order panel */
.product-order-panel.buy-wrapper {
    display: grid;
    grid-template-columns: 122px minmax(190px, 1fr) minmax(220px, 1.05fr);
    align-items: start;
    gap: 14px;
    width: 100%;
    margin: -10px 0 0;
    padding: 18px 20px;
    border: 1px solid #e5e7ea;
    border-radius: 12px 12px 0 0;
    border-bottom: 0;
    background: #fff;
    box-shadow: none;
}

.product-order-panel.buy-wrapper::before,
.product-order-panel.buy-wrapper::after {
    content: none !important;
    display: none !important;
}

#product:has(.product-order-panel) {
    border-bottom: 0;
}

.product-order-panel__quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 122px;
    min-height: 46px;
    border: 1px solid #e1e3e6;
    border-radius: 9px;
    background: #fff;
    overflow: hidden;
}

.product-order-panel__quantity .product-quantity__button {
    width: 38px;
    min-height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #62666d;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
}

.product-order-panel__quantity .product-quantity__button:hover {
    color: #ef242b;
}

.product-order-panel__quantity #input-quantity {
    width: 42px;
    min-width: 42px;
    min-height: 44px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #111318;
    font-size: 16px;
    text-align: center;
    appearance: textfield;
    -moz-appearance: textfield;
}

.product-order-panel__quantity #input-quantity::-webkit-inner-spin-button,
.product-order-panel__quantity #input-quantity::-webkit-outer-spin-button {
    appearance: none;
    margin: 0;
}

.product-order-panel .product-order-panel__cart {
    display: block;
    width: 100%;
    margin: 0;
}

.product-order-panel__measure-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    min-width: 0;
}

.product-order-panel #button-cart,
.product-order-panel__measure {
    display: grid;
    grid-template-columns: 34px auto;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 9px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
}

.product-order-panel #button-cart > svg,
.product-order-panel__measure > svg {
    justify-self: center;
    align-self: center;
}

.product-order-panel #button-cart > span,
.product-order-panel__measure > span {
    justify-self: start;
    white-space: nowrap;
}

.product-order-panel #button-cart {
    border: 1px solid #101116;
    background: #101116;
    color: #fff;
}

.product-order-panel #button-cart svg,
.product-order-panel__measure svg {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-order-panel #button-cart .cart-icon {
    width: 26px;
    height: 24px;
    flex-basis: auto;
    fill: currentColor;
    stroke: none;
}

.product-order-panel__measure {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ef3e43;
    background: #fff;
    color: #1d2025;
}

.product-order-panel__measure-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    white-space: nowrap;
    line-height: 1.2;
}

.product-order-panel__measure-note {
    color: #777b82;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
}

.product-order-panel__measure-content svg {
    display: block;
    flex: 0 0 34px;
    margin: 0;
    color: #ef242b;
    width: 34px;
    height: 25px;
}

.product-order-panel__measure-content > span {
    display: block;
    margin: 0;
    line-height: 1;
}

.product-order-panel__measure:hover,
.product-order-panel__measure:focus {
    border-color: #d71920;
    color: #1d2025;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .product-order-panel.buy-wrapper {
        grid-template-columns: 122px 1fr 1fr;
        gap: 12px;
        padding: 16px;
    }
}

@media (max-width: 767px) {
    .product-order-panel.buy-wrapper {
        grid-template-columns: 110px 1fr;
        gap: 9px;
        padding: 14px 12px;
    }

    .product-order-panel__quantity {
        width: 110px;
    }

    .product-order-panel #button-cart,
    .product-order-panel__measure {
        min-height: 42px;
        font-size: 15px;
    }

    .product-order-panel #button-cart svg,
    .product-order-panel__measure svg {
        width: 34px;
        height: 25px;
        flex-basis: 20px;
    }

    .product-order-panel__measure .product-order-panel__measure-content svg {
        width: 34px;
        height: 20px;
        flex: 0 0 46px;
    }

    .product-order-panel__quantity {
        min-height: 42px;
    }

    .product-order-panel__quantity .product-quantity__button,
    .product-order-panel__quantity #input-quantity {
        min-height: 40px;
    }

    .product-order-panel__measure-wrap {
        grid-column: 1 / -1;
    }
}

@media (max-width: 420px) {
    .product-order-panel.buy-wrapper {
        grid-template-columns: 1fr;
    }

    .product-order-panel__quantity {
        width: 100%;
    }

    .product-order-panel__measure-wrap {
        grid-column: auto;
    }
}

.product-messengers {
    display: grid;
    grid-template-columns: minmax(190px, 0.9fr) minmax(0, 2.1fr);
    align-items: center;
    gap: 12px;
    margin-top: 0;
    padding: 10px 14px;
    border: 1px solid #e5e7ea;
    border-top: 0;
    border-radius: 0 0 12px 12px;
    background: #fff;
    position: relative;
}

.product-messengers::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    height: 1px;
    background: #e5e7ea;
}

.product-messengers__title {
    color: #17191d;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.product-messengers__links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.product-messengers__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 38px;
    padding: 0 10px;
    border: 1px solid #e1e3e6;
    border-radius: 9px;
    background: #fff;
    color: #17191d;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition:
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.product-messengers__link:hover,
.product-messengers__link:focus {
    border-color: #bfc3c8;
    color: #17191d;
    text-decoration: none;
    transform: translateY(-1px);
}

.product-messengers__link > svg,
.product-messengers__link > i {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    font-size: 19px;
}

.product-messengers__link--whatsapp > svg,
.product-messengers__link--whatsapp > i {
    color: #20b858;
}

.product-messengers__link--max {
    order: 1;
}

.product-messengers__link--telegram {
    order: 2;
}

.product-messengers__link--whatsapp {
    order: 3;
}

.product-messengers__link--telegram > svg,
.product-messengers__link--telegram > i {
    color: #229ed9;
}

@media (max-width: 1199px) {
    .product-messengers {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .product-messengers {
        padding: 9px 10px;
    }

    .product-messengers__links {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .product-messengers__link {
        min-height: 36px;
        padding: 0 6px;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .product-messengers__links {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 5px;
    }

    .product-messengers__link {
        min-width: 0;
        padding: 0 4px;
        font-size: 10px;
    }

    .product-messengers__link > svg,
    .product-messengers__link > i {
        width: 18px;
        height: 18px;
        flex-basis: 18px;
    }
}

@media (max-width: 1199px) {
    .product-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 18px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .product-benefits__item {
        justify-content: flex-start;
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .product-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 2px;
        column-gap: 4px;
        margin: 5px 0 10px;
        padding: 3px 4px;
    }

    .product-benefits__item {
        align-items: center;
        gap: 7px;
        min-height: 44px;
        padding: 4px 6px;
        font-size: 10px;
        line-height: 1.25;
        margin-left: 26px;
    }

    .product-benefits__item svg {
        width: 25px;
        height: 25px;
        flex-basis: 25px;
    }

    .product-benefits__item .product-benefits__icon--dealer {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }

    .product-benefits__item .product-benefits__icon--service {
        width: 22px;
        height: 22px;
        flex-basis: 22px;
    }
}

/* HPM size information */
#hpmodel .hpm-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#hpmodel .hpm-title > span:first-child {
    min-width: 0;
}

.hpm-size-info {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.hpm-size-info__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #747b86;
    cursor: help;
    appearance: none;
}

.hpm-size-info__button svg {
    display: block;
    width: 15px;
    height: 15px;
    fill: none;
    stroke: rgb(214 214 214);
    stroke-width: 1.8;
    stroke-linecap: round;
    margin-bottom: 20px;
}

.hpm-size-info__button svg circle[fill="currentColor"] {
    fill: rgb(214 214 214) !important;
}

.hpm-size-info__button:hover,
.hpm-size-info__button:focus-visible {
    color: #111;
    outline: none;
}

.hpm-size-info__tooltip {
    position: absolute;
    z-index: 50;
    left: 50%;
    bottom: calc(100% + 9px);
    width: max-content;
    max-width: min(260px, calc(100vw - 32px));
    padding: 9px 12px;
    border-radius: 9px;
    background: #171717;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
    white-space: normal;
    box-shadow: 0 8px 24px rgb(0 0 0 / 18%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 5px);
    transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

.hpm-size-info__tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 6px solid transparent;
    border-top-color: #171717;
    transform: translateX(-50%);
}

.hpm-size-info:hover .hpm-size-info__tooltip,
.hpm-size-info:focus-within .hpm-size-info__tooltip {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

@media (max-width: 1199px) {
    .hpm-size-info__tooltip {
        right: -8px;
        left: auto;
        transform: translateY(5px);
    }

    .hpm-size-info__tooltip::after {
        right: 13px;
        left: auto;
        transform: none;
    }

    .hpm-size-info:hover .hpm-size-info__tooltip,
    .hpm-size-info:focus-within .hpm-size-info__tooltip {
        transform: translateY(0);
    }
}

@media (max-width: 575px) {
    #hpmodel .hpm-title {
        gap: 5px;
    }

    .hpm-size-info__button {
        width: 26px;
        height: 26px;
    }

    .hpm-size-info__button svg {
        width: 20px;
        height: 20px;
    }

    .hpm-size-info__tooltip {
        position: fixed;
        right: 16px;
        bottom: 20px;
        left: 16px;
        width: auto;
        max-width: none;
        padding: 11px 14px;
        font-size: 13px;
        transform: translateY(8px);
    }

    .hpm-size-info__tooltip::after {
        display: none;
    }

    .hpm-size-info:hover .hpm-size-info__tooltip,
    .hpm-size-info:focus-within .hpm-size-info__tooltip {
        transform: translateY(0);
    }
}

@media (max-width: 575px) {
    .product-info .right .product-availability {
        width: auto;
        gap: 6px;
        padding: 0;
    }

    .product-availability__item {
        min-height: 28px;
        padding: 0 9px;
        font-size: 11px;
    }
}

/* Measurement request modal */
.measure-modal .modal-dialog {
    width: calc(100% - 32px);
    max-width: 500px;
}

.measure-modal .modal-content {
    padding: 30px 34px 26px;
    border: 1px solid #ededed;
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.measure-modal .modal-header h3 {
    margin: 0;
    font-size: 25px;
    line-height: 1.2;
}

.measure-modal #buyOneClickForm .mb-3 {
    margin-bottom: 18px !important;
}

.measure-modal #buyOneClickForm .form-label {
    display: block;
    margin-bottom: 9px;
    color: #222;
    font-size: 16px;
    line-height: 1.25;
}

.measure-modal #buyOneClickForm input[type='text'].form-control,
.measure-modal #buyOneClickForm input[type='tel'].form-control {
    width: 100%;
    min-height: 52px;
    padding: 13px 16px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    color: #222;
    background: #fff;
    font-size: 16px;
}

.measure-modal #buyOneClickForm .form-control::placeholder {
    color: #8e9198;
    opacity: 1;
}

.measure-modal #buyOneClickForm .form-control:focus {
    border-color: #ed1c16;
    box-shadow: 0 0 0 2px rgba(237, 28, 22, 0.1);
}

.measure-modal__agreement {
    align-items: flex-start;
    gap: 13px;
    margin-top: 2px;
}

.measure-modal__agreement > input[type='checkbox'].form-control {
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
    margin-top: 1px;
    border-radius: 5px;
}

.measure-modal__agreement .form-check-label {
    color: #252525;
    font-size: 14px;
    line-height: 1.4;
}

.measure-modal__agreement a,
.measure-modal__privacy-text {
    color: #ed1c16;
}

.measure-modal__agreement a:hover {
    color: #c81510;
    text-decoration: underline;
}

.measure-modal__submit {
    margin-top: 24px;
}

.measure-modal__submit .btn {
    display: block;
    width: 100%;
    min-height: 54px;
    padding: 12px 20px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: #ed1c16;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}

.measure-modal__submit .btn:hover,
.measure-modal__submit .btn:focus {
    color: #fff;
    background: #cf1712;
}

.measure-modal__submit .btn:disabled {
    cursor: wait;
    opacity: 0.65;
}

.measure-modal__secure {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 20px;
    color: #64676d;
    font-size: 14px;
    line-height: 1.3;
}

.measure-modal__secure svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 575px) {
    .measure-modal .modal-dialog {
        width: calc(100% - 24px);
        margin-right: auto;
        margin-left: auto;
    }

    .measure-modal .modal-content {
        padding: 24px 20px 22px;
    }

    .measure-modal .modal-header h3 {
        font-size: 22px;
    }

    .measure-modal #buyOneClickForm input[type='text'].form-control,
    .measure-modal #buyOneClickForm input[type='tel'].form-control {
        min-height: 48px;
        font-size: 15px;
    }

    .measure-modal__submit .btn {
        min-height: 50px;
        font-size: 18px;
    }

    .measure-modal__agreement {
        gap: 10px;
    }

    .measure-modal__agreement .form-check-label {
        font-size: 12px;
        line-height: 1.35;
    }
}

/* Header phone: expandable desktop number and tooltip */
.phone-tooltip {
    display: none !important;
}

@media (min-width: 1200px) {
    .desktop-phone-static {
        height: 31px;
        padding: 0 7px;
        gap: 0;
        border: 1px solid #ff2a2a;
        border-radius: 999px;
        background: #08090b;
        color: #fff !important;
        box-shadow:
            0 0 5px rgba(255, 20, 20, 0.6),
            inset 0 0 7px rgba(255, 20, 20, 0.08);
        cursor: default;
        overflow: hidden;
        transition:
            padding 0.3s ease,
            gap 0.3s ease,
            box-shadow 0.3s ease;
    }

    .desktop-phone-static::before {
        content: "";
        position: absolute;
        inset: -1px;
        border: 1px solid #ff2a2a;
        border-radius: inherit;
        pointer-events: none;
        animation: desktop-phone-pulse 1.8s ease-in-out infinite;
    }

    .desktop-phone-static.is-expanded {
        padding-right: 11px;
        gap: 7px;
        box-shadow:
            0 0 7px rgba(255, 20, 20, 0.72),
            inset 0 0 7px rgba(255, 20, 20, 0.08);
    }

    .desktop-phone-static > i,
    .desktop-phone-static > svg {
        color: #fff;
        flex: 0 0 auto;
        width: 17px;
        height: 17px;
        font-size: 17px;
    }

    .desktop-phone-static > span {
        padding: 0;
        color: #fff;
        font-size: 12.5px;
        font-weight: 500;
        line-height: 1;
        max-width: 0;
        opacity: 0;
        overflow: hidden;
        transform: translateX(-6px);
        transition:
            max-width 0.35s ease,
            opacity 0.2s ease,
            transform 0.35s ease;
    }

    .desktop-phone-static.is-expanded > span {
        max-width: 160px;
        opacity: 1;
        transform: translateX(0);
    }

    @keyframes desktop-phone-pulse {
        0%,
        100% {
            opacity: 0.3;
            box-shadow:
                0 0 2px rgba(255, 20, 20, 0.25),
                inset 0 0 2px rgba(255, 20, 20, 0.12);
        }

        50% {
            opacity: 1;
            box-shadow:
                0 0 12px 2px rgba(255, 20, 20, 0.9),
                inset 0 0 8px rgba(255, 20, 20, 0.35);
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .desktop-phone-static::before {
            animation: none;
        }
    }

    .js-phone-tooltip {
        position: relative;
    }

    .phone-tooltip {
        display: none;
        position: absolute;
        top: 50%;
        left: calc(100% + 8px);
        transform: translateY(-50%);
        background: #1a1a1a;
        border: 1px solid rgba(255, 255, 255, 0.15);
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        white-space: nowrap;
        padding: 5px 12px;
        border-radius: 6px;
        z-index: 9999;
        pointer-events: auto;
        cursor: pointer;
    }

    .js-phone-tooltip.is-open .phone-tooltip {
        display: block !important;
    }
}
