﻿@charset "UTF-8";
/* Vendor / template files */
/* resources/css/site.css */



.purchase-banner {
    background-color: #069d47;
    color: #ffffff;
    margin-top: 40px;
    padding: 36px 0 32px;
    text-align: center;
    box-shadow: inset 0 6px 0 #2a2a2a, inset 0 -6px 0 #2a2a2a;
}

.purchase-banner h3 {
    font-size: 22px;
    margin-bottom: 18px;
    font-weight: 700;
}

.purchase-banner .banner-btn {
    display: inline-block;
    background: #ffffff;
    color: #1c1c1c;
    border: 2px solid #1c1c1c;
    border-radius: 8px;
    padding: 10px 26px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.purchase-banner .banner-btn:hover {
    background: #1c1c1c;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.pagination_nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pagination_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: transparent;
    color: #fff;
    font-weight: 600;
    transition: .2s ease;
}

.pagination_btn:hover {
    background: #069d47;
    border-color: #069d47;
}

.pagination_nav li.active .pagination_btn {
    background: #069d47 !important;
    border-color: #069d47 !important;
    color: #fff !important;
}

/* Responsive touch-ups */
@media (max-width: 991.98px) {
    /* .header_btns_group {
        gap: 10px;
    } */

    .main_menu_list > li:not(:last-child) {
        margin: 0 0 10px 0 !important;
    }
}

.video-skeleton-wrap {
    position: relative;
    overflow: hidden;
}

.hero_video_bg .video-skeleton-wrap {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.video-skeleton-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    pointer-events: none;
}

.video-skeleton {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.06);
    border-radius: inherit;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 2;
}

.video-skeleton::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
    transform: translateX(-100%);
    animation: video-skeleton-shimmer 1.6s infinite;
}

.video-skeleton-wrap.is-loaded .video-skeleton {
    opacity: 0;
    visibility: hidden;
}

.video-skeleton-error {
    position: absolute;
    inset-inline-start: 12px;
    inset-inline-end: 12px;
    bottom: 12px;
    padding: 6px 10px;
    font-size: 12px;
    color: #f5c2c7;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 6px;
    display: none;
    z-index: 3;
}

.video-skeleton-wrap.is-error .video-skeleton-error {
    display: block;
}

@keyframes video-skeleton-shimmer {
    100% {
        transform: translateX(100%);
    }
}


.s-card{background:#121212;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;}
.s-card_img{position:relative;display:block;overflow:hidden;}
.s-card_img img{width:100%;height:180px;object-fit:cover;display:block;transition:transform .3s;}
.s-card_img:hover img{transform:scale(1.04);}
.s-card_tag{position:absolute;left:12px;bottom:12px;font-size:12px;padding:4px 10px;
  background:rgba(0,0,0,.55);border:1px solid rgba(255,255,255,.15);color:#fff;}
.s-card_body{padding:16px;}
.s-card_title{font-size:16px;line-height:1.35;margin:0 0 6px;}
.s-card_title a{color:#fff;}
.s-card_title a:hover{color:#069d47;}
.s-card_text{color:#bdbdbd;margin:0 0 10px;}

/* Market intro */
.market-panel{position:relative;overflow:hidden;background:linear-gradient(135deg,#111111 0%,#0d0d0d 55%,#1b120b 100%);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:48px;box-shadow:0 24px 80px rgba(0,0,0,.38);}
.market-panel:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(221,106,35,.16),transparent 28%);pointer-events:none;}
.market-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;margin-bottom:14px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#f0f0f0;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:rgba(255,255,255,.04);}
.market-eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:#069d47;box-shadow:0 0 14px rgba(221,106,35,.85);}
.glow-dot{display:inline-block;width:12px;height:12px;border-radius:50%;background:#069d47;box-shadow:0 0 16px rgba(209,101,39,.7);}
.market-copy{color:#d7d7d7;max-width:560px;}
.badge-row{display:flex;flex-wrap:wrap;gap:10px;}
.market-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;font-size:13px;color:#f2f2f2;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.05);backdrop-filter:blur(2px);}
.market-pill:before{content:"";width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,#069d47,#f2913f);box-shadow:0 0 10px rgba(221,106,35,.7);}
.market-highlights{display:grid;gap:12px;}
.highlight-item{display:flex;gap:12px;align-items:flex-start;padding:12px 14px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.03);transition:transform .2s ease,border-color .2s ease;}
.highlight-item:hover{transform:translateY(-2px);border-color:#069d47;}
.highlight-icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(221,106,35,.45),rgba(221,106,35,.08));border:1px solid rgba(221,106,35,.7);color:#fefefe;flex-shrink:0;}
.highlight-title{color:#ffffff;font-weight:700;}
.highlight-text{color:#bdbdbd;font-size:14px;line-height:1.5;}

@media (max-width: 991.98px){
    .market-panel{padding:36px;}
}

@media (max-width: 575.98px){
    .market-panel{padding:28px;}
    .market-pill{font-size:12px;}
}

/* Products intro (under banner) */
.products-intro {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-block: clamp(32px, 4vw, 60px);
}

.products-intro__inner {
    max-width: 760px;
    width: 100%;
    margin-inline-start: 0;
    margin-inline-end: auto;
    text-align: start;
}

.products-intro__head,
.products-intro__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.products-intro__accent {
    width: 34px;
    height: 4px;
    border-radius: 999px;
    background: #069d47;
    box-shadow: 0 0 14px rgba(6, 157, 71, 0.45);
    flex-shrink: 0;
}

.products-intro__title {
    margin: 0;
    letter-spacing: 0.02em;
    font-size: clamp(1.6rem, 2.4vw, 2.4rem);
}

.products-intro__text {
    margin: 0;
    max-width: 720px;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(0.98rem, 1.05vw, 1.1rem);
    line-height: 1.75;
}

html[dir="ltr"] .products-intro,
body.ltr .products-intro {
    text-align: left;
}

html[dir="rtl"] .products-intro,
body.rtl .products-intro {
    text-align: right;
}

html[dir="rtl"] .products-intro__inner,
body.rtl .products-intro__inner {
    margin-inline-start: auto;
    margin-inline-end: 0;
}

/* html[dir="rtl"] .products-intro__header,
body.rtl .products-intro__header {
    flex-direction: row-reverse;
} */

html[dir="rtl"] .products-intro__title,
body.rtl .products-intro__title {
    letter-spacing: 0;
}

html[dir="rtl"] .products-intro__text,
body.rtl .products-intro__text {
    text-align: right;
}

@media (max-width: 575.98px) {
    .products-intro {
        padding-block: 28px;
    }

    .products-intro__inner,
    .products-intro__text {
        max-width: 100%;
    }

    .products-intro__head {
        gap: 10px;
    }
}

/* Direction utilities */
.force-rtl {
    direction: rtl;
    text-align: right;
}

html[dir="rtl"] .breadcrumb_nav,
body.rtl .breadcrumb_nav {
    flex-direction: row;
}

html[dir="rtl"] .breadcrumb_nav > li,
body.rtl .breadcrumb_nav > li {
    float: right;
}

html[dir="rtl"] .header_btns_group > li:not(:first-child),
body.rtl .header_btns_group > li:not(:first-child) {
    margin: 0 12px 0 0;
}

html[dir="rtl"] .unordered_list > li,
html[dir="rtl"] .unordered_list_center > li,
html[dir="rtl"] .unordered_list_end > li,
body.rtl .unordered_list > li,
body.rtl .unordered_list_center > li,
body.rtl .unordered_list_end > li {
    float: right;
}

html[dir="rtl"] .tab_nav.style_3 > li button,
html[dir="rtl"] .tab_boxed .tab_nav > li button,
body.rtl .tab_nav.style_3 > li button,
body.rtl .tab_boxed .tab_nav > li button {
    text-align: right;
}

/* Breadcrumbs RTL/LTR fixes */
.breadcrumb_nav {
    gap: 6px;
}

.breadcrumb_nav > li:not(:last-child) {
    padding-inline-end: 26px;
    padding-inline-start: 0;
}

.breadcrumb_nav > li:not(:last-child):after {
    right: auto;
    left: auto;
    inset-inline-end: 9px;
}

html[dir="rtl"] .breadcrumb_nav > li:not(:last-child),
body.rtl .breadcrumb_nav > li:not(:last-child) {
    padding-inline-start: 26px;
    padding-inline-end: 0;
}

html[dir="rtl"] .breadcrumb_nav > li:not(:last-child):after,
body.rtl .breadcrumb_nav > li:not(:last-child):after {
    inset-inline-start: 9px;
    inset-inline-end: auto;
}



/* Wrap the input + icon inside the polygon button */
.btn_hotline.search_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 15px;
    height: 42px; /* match original hotline height */
}

/* The text input inherits the button style */
.btn_hotline .search_input {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    width: 120px;
}

.btn_hotline .search_input::placeholder {
    color: #bbb;
}

/* Search icon button */
.btn_hotline .search_btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #069d47; /* same orange */
    font-size: 16px;
}

.btn_hotline .search_btn:hover {
    color: #ffffff;
}

/* Header search dropdown overrides */
.btn_hotline.search_box {
    position: relative;
    overflow: visible;
    gap: 10px;
}

.search_box .search_input {
    flex: 1 1 140px;
    min-width: 140px;
}

.search_dropdown {
    position: absolute;
    inset-inline-end: 0;
    inset-inline-start: auto;
    top: calc(100% + 10px);
    width: clamp(420px, 38vw, 720px);
    max-inline-size: 92vw;
    padding: 12px;
    border-radius: 14px;
    background: rgba(18, 18, 18, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-height: 420px;
    overflow: auto;
    z-index: 1300;
    backdrop-filter: blur(6px);
}

.search_dropdown[hidden] {
    display: none;
}

/* Mobile header search */
@media (max-width: 991.98px) {
    .mobile_search_toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.02);
        color: #ffffff;
    }

    .mobile_search_toggle:hover {
        border-color: rgba(255, 255, 255, 0.4);
    }

    .mobile_search_panel {
        position: relative;
        z-index: 1600;
        padding: 10px 0 0;
        overflow: visible;
    }

    .mobile_search_panel .mobile_search_inner {
        overflow: visible;
    }

    .mobile_search_panel .btn_hotline.search_box {
        width: 100%;
        height: 48px;
        min-height: 48px;
        overflow: visible;
    }

    .mobile_search_panel .search_input {
        height: 48px;
        font-size: 16px;
        min-width: 0;
        text-align: start;
    }

    .mobile_search_panel .search_dropdown {
        width: 100%;
        max-width: none;
        inset-inline-start: 0;
        inset-inline-end: 0;
        z-index: 1600;
        max-height: 50vh;
    }
}

@media (max-width: 768px) {
    .search_dropdown {
        width: min(92vw, 520px);
        max-inline-size: 92vw;
        inset-inline-start: auto;
        inset-inline-end: 0;
    }
}

.search_list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.search_item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    text-decoration: none;
    color: var(--bs-body-color, #f2f2f2);
    background: transparent;
    border: 1px solid transparent;
    transition: transform 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
}

.search_item:hover,
.search_item.is-active {
    background-color: rgba(221, 106, 35, 0.12);
    border-color: rgba(221, 106, 35, 0.55);
    transform: translateY(-1px);
}

.search_thumb {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.search_item_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search_item_body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.search_item_title {
    margin: 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.35;
    color: #fff;
}

.search_item_desc {
    margin: 0;
    color: #b9b9b9;
    font-size: 13px;
    line-height: 1.45;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Product details gallery must stay LTR */
.force-ltr,
.image_gallery_carousel,
.details_image_carousel,
.details_image_carousel_nav {
    direction: ltr;
    text-align: left;
}

/* About cards headline */
.service_item .item_subtitle {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

[dir="rtl"] .service_item .item_subtitle {
    letter-spacing: 0.02em;
}

.search_state {
    padding: 12px;
    color: #bdbdbd;
    font-size: 14px;
}

[dir="rtl"] .search_dropdown {
    inset-inline-start: auto;
    inset-inline-end: 0;
    text-align: right;
}

[dir="rtl"] .search_item {
    flex-direction: row-reverse;
}

[dir="rtl"] .search_item_body {
    text-align: right;
}

/* Header layout fixes (keep nav clickable and mobile menu usable) */
.site_header {
    z-index: 150;
}

/* Header + footer logo sizing */
.site_header .site_logo {
    width: 170px;
}

.site_header .site_logo .site_link img {
    width: 173px;
    max-width: 100%;
    max-height: 117px;
    height: 80px;
}

.site_footer .site_logo .site_link img {
    width: 173px;
    max-width: 100%;
    max-height: 117px;
    height: 80px;
}

@media (max-width: 991.98px) {
    .site_header {
        position: relative;
    }

    .site_header .header_bottom {
        padding: 16px 0;
        background-color: rgba(18, 18, 18, 0.96);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        box-shadow: none;
    }

    .site_header .main_menu {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        z-index: auto;
        width: 100%;
    }

    .site_header .main_menu_inner {
        width: 100%;
        background-color: var(--bs-gray-dark);
        box-shadow: 0 16px 36px rgba(0, 0, 0, 0.32);
    }

    .site_header .main_menu_inner.collapse:not(.show) {
        display: none;
    }

    .site_header .main_menu_list {
        width: 100%;
        max-width: none;
        padding: 12px 18px;
        margin: 0;
    }

    .site_header .main_menu_list>li {
        width: 100%;
    }

    .site_header .main_menu_list>li>a {
        width: 100%;
        padding: 12px 0;
    }

    .site_header .site_logo {
        width: 140px;
    }

    .site_header .site_logo .site_link img {
        max-height: 121px;
    }
}

/* Auth pages */
.auth-page {
    min-height: 100vh;
    color: var(--bs-body-color);
    background: radial-gradient(circle at top, rgba(6, 157, 71, 0.12), transparent 45%), var(--bs-body-bg);
}

.auth-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 16px;
}

.auth-card {
    width: min(520px, 92vw);
    background-color: var(--bs-gray-dark);
    border: 1px solid var(--bs-border-color-translucent);
    border-radius: 18px;
    box-shadow: var(--bs-box-shadow);
}

.auth-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 24px 0;
}

.auth-logo img {
    max-height: 80px;
    max-width: 220px;
    width: auto;
    height: auto;
}

.auth-card-body {
    padding: 24px 28px 32px;
}

.auth-status {
    margin-bottom: 16px;
    color: var(--bs-primary);
    font-weight: 600;
    text-align: center;
}

.auth-form {
    display: flex;
    flex-direction: column;
}

.auth-field + .auth-field {
    margin-top: 18px;
}

.auth-label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--bs-secondary);
    text-align: start;
}

.auth-input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--bs-border-color-translucent);
    background-color: rgba(255, 255, 255, 0.03);
    padding: 12px 14px;
    color: var(--bs-body-color);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.auth-input:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 3px rgba(6, 157, 71, 0.2);
    background-color: rgba(255, 255, 255, 0.06);
}

.auth-error {
    margin-top: 6px;
    color: #ff7b7b;
    font-size: 0.85rem;
}

.auth-remember {
    margin-top: 16px;
}

.auth-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: var(--bs-body-color);
}

.auth-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: var(--bs-primary);
}

.auth-form-actions {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.auth-link {
    color: var(--bs-primary);
    text-decoration: none;
    font-weight: 600;
}

.auth-link:hover {
    color: var(--bs-secondary);
    text-decoration: underline;
}

.auth-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 10px;
    padding: 12px 22px;
    background-color: var(--bs-primary);
    color: #ffffff;
    font-weight: 700;
    font-family: var(--bs-font-heading);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.auth-button:hover {
    filter: brightness(1.05);
}

.auth-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(6, 157, 71, 0.28);
}

@media (max-width: 575.98px) {
    .auth-shell {
        padding: 32px 12px;
    }

    .auth-card-body {
        padding: 20px 20px 26px;
    }

    .auth-form-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .auth-button {
        width: 100%;
        justify-content: center;
    }
}

/* Header products dropdown */
.nav-dropdown-item {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.products-nav-group {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.nav-link-products {
    display: inline-flex;
    align-items: center;
    padding: 10px 0;
    color: var(--bs-white);
    text-decoration: none;
    font: inherit;
    text-transform: inherit;
}

.nav-dropdown-item:hover .nav-link-products {
    color: var(--bs-primary);
}

.nav-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--bs-white);
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.nav-dropdown-toggle:hover,
.nav-dropdown-toggle:focus-visible {
    background-color: rgba(255, 255, 255, 0.08);
    color: var(--bs-primary);
}

.nav-dropdown-caret {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    opacity: 0.7;
    margin-top: -2px;
}

.nav-dropdown-panel {
    position: absolute;
    inset-inline-start: 0;
    top: calc(100% + 10px);
    min-width: 220px;
    max-width: min(320px, 90vw);
    background: rgba(16, 16, 16, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
    padding: 6px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    pointer-events: none;
    z-index: 1200;
}

.nav-dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nav-dropdown-list a {
    display: block;
    padding: 8px 12px;
    border-radius: 8px;
    color: #f1f1f1;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease;
}

.nav-dropdown-list a:hover,
.nav-dropdown-list a:focus {
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.nav-dropdown-item.is-open .nav-dropdown-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

html[dir="rtl"] .products-nav-group,
body.rtl .products-nav-group {
    flex-direction: row;
}

html[dir="rtl"] .nav-dropdown-panel,
body.rtl .nav-dropdown-panel {
    inset-inline-start: auto;
    inset-inline-end: 0;
}

.nav-dropdown-item.is-open .nav-dropdown-caret {
    transform: rotate(225deg);
}

@media (max-width: 991.98px) {
    .nav-dropdown-panel {
        position: static;
        box-shadow: none;
        border: 0;
        background: transparent;
        padding: 0;
        max-width: none;
        max-height: 0;
        overflow: hidden;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: max-height .25s ease;
        pointer-events: none;
    }

    .nav-dropdown-item.is-open .nav-dropdown-panel {
        max-height: 420px;
        pointer-events: auto;
    }

    .nav-dropdown-list {
        padding: 6px 0 0;
    }

    .nav-dropdown-list a {
        padding: 8px 16px;
    }
}

/* Products banner slider gate */
.js-slider {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.js-slider.slider-ready,
.js-slider.is-ready,
.js-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease;
}

.js-slider.is-fallback > .page_banner {
    display: none;
}

.js-slider.is-fallback > .page_banner:first-child {
    display: block;
}

.js-slider:not(.is-ready) .slick-cloned {
    display: none;
}

.page_banner--products {
    padding-top: 80px;
}

@media (max-width: 991.98px) {
    .page_banner--products {
        padding-top: 64px;
    }
}

/* Technology banner slider FOUC fix */
.tech-banner-slider.js-slider {
    height: 0;
}

.tech-banner-slider.js-slider.is-ready,
.tech-banner-slider.js-slider.slider-ready,
.tech-banner-slider.js-slider.slick-initialized {
    height: auto;
}

/* Markets banner slider FOUC fix */
.markets-banner-slider.js-slider {
    height: 0;
}

.markets-banner-slider.js-slider.is-ready,
.markets-banner-slider.js-slider.slider-ready,
.markets-banner-slider.js-slider.slick-initialized {
    height: auto;
}

/* Slick arrows direction helpers */
html[dir="rtl"] .js-slider .slick-prev,
body.rtl .js-slider .slick-prev {
    right: 0;
    left: auto;
}

html[dir="rtl"] .js-slider .slick-next,
body.rtl .js-slider .slick-next {
    left: 0;
    right: auto;
}
