.product-list .spec-row {
    display: inline-block !important;
    border: none;
    padding: 8px 0;
    margin-bottom: 5px;
}

.product-list .btn-detail {
    display: block;
}

.product-card-home,
.product-list-img,
.product-main-image,
.product-gallery-thumb {
    background: #fff;
}

.product-card-home {
    overflow: visible;
}

.product-list-img,
.product-main-image,
.product-gallery-thumb {
    align-items: center;
    display: flex;
    justify-content: center;
}

.product-card-home img,
.product-list .product-list-img img {
    object-fit: cover;
}

.product-card-home img {
    display: block;
    height: 185px;
    width: 100%;
}

.product-list-img {
    height: 270px;
    overflow: hidden;
}

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

.product-main-image {
    min-height: 230px;
}

.product-main-image img {
    height: auto;
    max-height: 360px;
    object-fit: cover;
    width: auto;
    max-width: 100%;
}

.product-gallery-thumb {
    aspect-ratio: 4 / 3;
}

.product-gallery-thumb img {
    aspect-ratio: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: auto;
}

.product-detail .contact-direct {
    display: block !important;
}

.product-detail .btn-inq {
    margin-bottom: 15px;
}

.comment-form .form-submit .submit {
    line-height: 28px;
}

.comments-area .comment {
    list-style: none !important;
}

.contact-direct span {
    padding: 2px 0;
}

.kinik-mobile-menu-toggle,
.kinik-mobile-menu {
    display: none;
}

@media (max-width: 991px) {
    .logo-bar .container {
        position: relative;
    }

    .logo-bar .d-flex {
        gap: 16px;
    }

    .logo-tagline,
    .main-nav {
        display: none !important;
    }

    .kinik-mobile-menu-toggle {
        align-items: center;
        background: var(--pri, #0d47a1);
        border: 0;
        border-radius: 5px;
        box-shadow: 0 8px 18px rgba(13, 71, 161, .22);
        color: #fff;
        cursor: pointer;
        display: inline-flex;
        flex: 0 0 auto;
        font-size: 24px;
        height: 52px;
        justify-content: center;
        line-height: 1;
        margin-left: auto;
        width: 52px;
    }

    .header-banner-wrapper + .kinik-mobile-menu-toggle {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
    }

    .kinik-mobile-menu {
        display: block;
        inset: 0;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        transition: opacity .2s ease, visibility .2s ease;
        visibility: hidden;
        z-index: 10050;
    }

    .kinik-mobile-menu.is-open {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }

    body.kinik-mobile-menu-open {
        overflow: hidden;
    }

    .kinik-mobile-menu-backdrop {
        background: rgba(216, 234, 235, .92);
        inset: 0;
        position: absolute;
    }

    .kinik-mobile-menu-dialog {
        box-sizing: border-box;
        height: 100%;
        margin: 0 auto;
        max-width: 840px;
        overflow-y: auto;
        padding: 22px 28px 44px;
        position: relative;
        transform: translateY(-18px);
        transition: transform .24s ease;
        width: min(100%, 840px);
    }

    .kinik-mobile-menu.is-open .kinik-mobile-menu-dialog {
        transform: translateY(0);
    }

    .kinik-mobile-menu-head {
        align-items: flex-start;
        display: flex;
        justify-content: space-between;
        gap: 18px;
        margin-bottom: 10px;
    }

    .kinik-mobile-menu-brand {
        align-items: center;
        color: var(--pri-d, #051a3a);
        cursor: pointer;
        display: inline-flex;
        flex-direction: column;
        font-size: 14px;
        font-weight: 800;
        gap: 7px;
        line-height: 1;
        text-transform: uppercase;
    }

    .kinik-mobile-menu-logo {
        align-items: center;
        background: linear-gradient(135deg, #2d1b91 0%, #129fca 100%);
        border-radius: 50%;
        color: #fff;
        display: inline-flex;
        font-size: 34px;
        font-weight: 900;
        height: 96px;
        justify-content: center;
        overflow: hidden;
        width: 96px;
    }

    .kinik-mobile-menu-logo img {
        display: block;
        height: 100%;
        object-fit: contain;
        width: 100%;
    }

    .kinik-mobile-menu-close {
        align-items: center;
        background: var(--pri, #0d47a1);
        border: 0;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        display: inline-flex;
        flex: 0 0 auto;
        font-size: 34px;
        height: 70px;
        justify-content: center;
        line-height: 1;
        margin-top: 18px;
        width: 70px;
    }

    .kinik-mobile-menu-card {
        background: #fff;
        border-radius: 28px;
        box-shadow: 0 22px 60px rgba(15, 23, 42, .12);
        padding: 28px 38px;
    }

    .kinik-mobile-menu-list,
    .kinik-mobile-submenu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .kinik-mobile-menu-list > li {
        margin: 0;
    }

    .kinik-mobile-menu-list > li > a,
    .kinik-mobile-menu-row > a {
        color: #050505;
        display: block;
        font-size: clamp(28px, 5vw, 36px);
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.25;
        padding: 24px 0;
        text-decoration: none;
    }

    .kinik-mobile-menu-row {
        align-items: center;
        display: flex;
        gap: 12px;
    }

    .kinik-mobile-menu-row > a {
        flex: 1 1 auto;
        min-width: 0;
    }

    .kinik-mobile-submenu-toggle {
        align-items: center;
        background: transparent;
        border: 0;
        color: #050505;
        cursor: pointer;
        display: inline-flex;
        flex: 0 0 44px;
        font-size: 22px;
        height: 44px;
        justify-content: center;
        width: 44px;
    }

    .kinik-mobile-submenu-toggle i {
        transition: transform .18s ease;
    }

    .kinik-mobile-menu-list > li.is-open .kinik-mobile-submenu-toggle i {
        transform: rotate(180deg);
    }

    .kinik-mobile-submenu {
        display: none;
        padding: 0 0 12px 18px;
    }

    .kinik-mobile-menu-list > li.is-open .kinik-mobile-submenu {
        display: block;
    }

    .kinik-mobile-submenu a {
        color: #24364f;
        display: block;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.35;
        padding: 10px 0;
        text-decoration: none;
    }
}

@media (max-width: 575px) {
    .kinik-mobile-menu-dialog {
        padding: 16px 16px 32px;
    }

    .kinik-mobile-menu-logo {
        height: 82px;
        width: 82px;
    }

    .kinik-mobile-menu-close {
        font-size: 28px;
        height: 58px;
        margin-top: 10px;
        width: 58px;
    }

    .kinik-mobile-menu-card {
        border-radius: 22px;
        padding: 22px 28px;
    }

    .kinik-mobile-menu-list > li > a,
    .kinik-mobile-menu-row > a {
        font-size: 28px;
        padding: 20px 0;
    }
}

.kinik-sticky-tabs {
    --kinik-sticky-tab-width: 52px;
    --kinik-sticky-tab-height: 52px;
    --kinik-sticky-mobile-tab-width: 72px;
    --kinik-sticky-mobile-tab-height: 44px;
    --kinik-sticky-panel-width: min(360px, calc(100vw - 72px));
    --kinik-sticky-mini-panel-width: min(300px, calc(100vw - 28px));
    --kinik-sticky-qr-size: 260px;
    --kinik-sticky-icon-size: 18px;
    --kinik-sticky-icon-color: #fff;
    --kinik-sticky-mobile-bar-bg: #fff;
    --kinik-sticky-panel-bg: #fff;
    --kinik-sticky-panel-header-bg: var(--pri-d, #051a3a);
    --kinik-sticky-accent: var(--acc, #ff6f00);
    --kinik-sticky-minimize-bg: #050505;
    position: fixed;
    top: var(--kinik-sticky-offset, 45%);
    z-index: 9998;
    font-family: inherit;
    transform: translateY(-50%);
}

.kinik-sticky-right {
    right: 0;
}

.kinik-sticky-left {
    left: 0;
}

.kinik-sticky-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.kinik-sticky-item {
    margin: 0;
    padding: 0;
    position: relative;
}

.kinik-sticky-has-panel::before,
.kinik-sticky-form-item::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 18px;
}

.kinik-sticky-right .kinik-sticky-has-panel::before,
.kinik-sticky-right .kinik-sticky-form-item::before {
    right: var(--kinik-sticky-tab-width);
}

.kinik-sticky-left .kinik-sticky-has-panel::before,
.kinik-sticky-left .kinik-sticky-form-item::before {
    left: var(--kinik-sticky-tab-width);
}

.kinik-sticky-tab,
.kinik-sticky-minimize {
    align-items: center;
    background: var(--tab-bg, #2378bd);
    border: 0;
    color: var(--tab-icon-color, var(--kinik-sticky-icon-color));
    cursor: pointer;
    display: flex;
    height: var(--kinik-sticky-tab-height);
    justify-content: center;
    line-height: 1;
    padding: 0;
    position: relative;
    text-decoration: none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .16) inset;
    transition: transform .2s ease, opacity .2s ease, background-color .2s ease;
    width: var(--kinik-sticky-tab-width);
}

.kinik-sticky-tab:hover,
.kinik-sticky-tab:focus,
.kinik-sticky-minimize:hover,
.kinik-sticky-minimize:focus {
    color: var(--tab-icon-color, var(--kinik-sticky-icon-color));
    opacity: .92;
}

.kinik-sticky-tab i,
.kinik-sticky-minimize i {
    color: var(--tab-icon-color, var(--kinik-sticky-icon-color));
    font-size: var(--kinik-sticky-icon-size);
}

.kinik-sticky-tab span {
    background: inherit;
    color: var(--tab-icon-color, var(--kinik-sticky-icon-color));
    font-size: 14px;
    font-weight: 600;
    height: var(--kinik-sticky-tab-height);
    letter-spacing: 0;
    line-height: var(--kinik-sticky-tab-height);
    min-width: 118px;
    opacity: 0;
    padding: 0 16px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity .2s ease, transform .2s ease;
    white-space: nowrap;
}

.kinik-sticky-right .kinik-sticky-tab span {
    right: var(--kinik-sticky-tab-width);
    transform: translateX(12px);
}

.kinik-sticky-left .kinik-sticky-tab span {
    left: var(--kinik-sticky-tab-width);
    transform: translateX(-12px);
}

.kinik-sticky-item:hover .kinik-sticky-tab span,
.kinik-sticky-item:focus-within .kinik-sticky-tab span,
.kinik-sticky-item.is-open .kinik-sticky-tab span {
    opacity: 1;
    transform: translateX(0);
}

.kinik-sticky-form-item .kinik-sticky-tab span {
    opacity: 1;
    writing-mode: vertical-rl;
    min-width: 0;
    /* padding: 12px 0; */
    width: var(--kinik-sticky-tab-width);
    height: 122px;
    line-height: 1.2;
}

.kinik-sticky-form-item .kinik-sticky-tab {
    height: 122px;
}

.kinik-sticky-right .kinik-sticky-form-item .kinik-sticky-tab span,
.kinik-sticky-left .kinik-sticky-form-item .kinik-sticky-tab span {
    inset: 0;
    position: static;
    transform: none;
}

.kinik-sticky-panel {
    background: var(--kinik-sticky-panel-bg);
    border: 1px solid rgba(13, 71, 161, .08);
    border-radius: 8px 0 0 8px;
    box-shadow: 0 18px 48px rgba(5, 26, 58, .22);
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 40px);
    opacity: 0;
    overflow: auto;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateX(14px);
    transition: opacity .2s ease, transform .2s ease;
    width: var(--kinik-sticky-panel-width);
}
button.kinik-sticky-tab.kinik-sticky-contact-trigger i {
    display: none;
}

.kinik-sticky-right .kinik-sticky-panel {
    right: var(--kinik-sticky-tab-width);
}

.kinik-sticky-left .kinik-sticky-panel {
    border-radius: 0 8px 8px 0;
    left: var(--kinik-sticky-tab-width);
    transform: translateX(-14px);
}

.kinik-sticky-item:hover .kinik-sticky-panel,
.kinik-sticky-item:focus-within .kinik-sticky-panel,
.kinik-sticky-item.is-open .kinik-sticky-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

.kinik-sticky-item.is-closed .kinik-sticky-panel {
    opacity: 0;
    pointer-events: none;
}

.kinik-sticky-panel-header {
    align-items: center;
    background: var(--kinik-sticky-panel-header-bg);
    border-bottom: 3px solid var(--kinik-sticky-accent);
    color: #fff;
    display: flex;
    justify-content: space-between;
    min-height: 54px;
    padding: 13px 18px;
}

.kinik-sticky-panel-header strong {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
}

.kinik-sticky-close {
    align-items: center;
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 28px;
    justify-content: center;
    padding: 0;
    width: 28px;
}

.kinik-sticky-close:hover,
.kinik-sticky-close:focus {
    color: var(--kinik-sticky-accent);
}

.kinik-sticky-form,
.kinik-sticky-form-panel .inquiry-form {
    display: grid;
    flex: 1 1 auto;
    gap: 12px;
    overflow: auto;
    padding: 18px;
}

.kinik-sticky-form-panel .form-row {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr !important;
    margin: 0;
}

.kinik-sticky-form-panel .form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    grid-column: 1 / -1 !important;
    margin: 0;
    min-width: 0;
}

.kinik-sticky-form-panel label {
    color: var(--tx-m, #424242);
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

.kinik-sticky-form-panel label span {
    color: #b42318;
}

.kinik-sticky-form input,
.kinik-sticky-form textarea,
.kinik-sticky-form-panel .inquiry-form input,
.kinik-sticky-form-panel .inquiry-form textarea {
    background: #fff;
    border: 1px solid var(--bd-l, #e0e0e0);
    border-radius: 7px;
    color: var(--tx, #1a1a1a);
    font-size: 13px;
    font-family: inherit;
    min-height: 42px;
    line-height: 1.4;
    outline: none;
    padding: 10px 12px;
    transition: border-color .2s ease, box-shadow .2s ease;
    width: 100%;
}

.kinik-sticky-form-panel .inquiry-form input::placeholder,
.kinik-sticky-form-panel .inquiry-form textarea::placeholder {
    color: #64748b;
}

.kinik-sticky-form textarea,
.kinik-sticky-form-panel .inquiry-form textarea {
    min-height: 110px;
    resize: vertical;
}

.kinik-sticky-form input:focus,
.kinik-sticky-form textarea:focus,
.kinik-sticky-form-panel .inquiry-form input:focus,
.kinik-sticky-form-panel .inquiry-form textarea:focus {
    border-color: var(--pri, #0d47a1);
    box-shadow: 0 0 0 3px rgba(13, 71, 161, .1);
}

.kinik-sticky-form button[type="submit"],
.kinik-sticky-form-panel .inquiry-form button[type="submit"] {
    background: var(--kinik-sticky-accent);
    border: 0;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 2px;
    min-height: 44px;
    padding: 11px 14px;
    transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
    width: 100%;
}

.kinik-sticky-form button[type="submit"]:hover,
.kinik-sticky-form-panel .inquiry-form button[type="submit"]:hover {
    background: var(--acc-h, #e65100);
    box-shadow: 0 8px 18px rgba(255, 111, 0, .22);
    transform: translateY(-1px);
}

.kinik-sticky-form button[type="submit"]:disabled,
.kinik-sticky-form-panel .inquiry-form button[type="submit"]:disabled {
    cursor: wait;
    opacity: .75;
}

.kinik-sticky-form .inquiry-error,
.kinik-sticky-form-panel .inquiry-form .inquiry-error,
.kinik-sticky-form-panel .inquiry-success {
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
}

.kinik-sticky-form .inquiry-error,
.kinik-sticky-form-panel .inquiry-form .inquiry-error {
    color: #b42318;
}

.kinik-sticky-form-panel .inquiry-success {
    color: #067647;
    padding: 0 18px 18px;
}

.kinik-sticky-mini-panel {
    padding: 0 0 14px;
    text-align: center;
    width: var(--kinik-sticky-mini-panel-width);
}

.kinik-sticky-mini-panel img {
    display: block;
    height: auto;
    margin: 14px auto 8px;
    max-width: var(--kinik-sticky-qr-size);
    width: 100%;
}

.kinik-sticky-mini-panel p {
    color: #1f2937;
    font-size: 14px;
    margin: 8px 14px 0;
    overflow-wrap: anywhere;
}

.kinik-sticky-panel-link {
    color: #1f2937;
    display: inline-block;
    font-size: 14px;
    margin: 8px 14px 0;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.kinik-sticky-panel-link:hover,
.kinik-sticky-panel-link:focus {
    color: var(--kinik-sticky-accent);
    text-decoration: underline;
}

.kinik-sticky-minimize {
    background: var(--kinik-sticky-minimize-bg);
}

.kinik-sticky-tabs.is-minimized .kinik-sticky-list {
    display: none;
}

.kinik-sticky-right.is-minimized .kinik-sticky-minimize i {
    transform: rotate(180deg);
}

.kinik-sticky-left.is-minimized .kinik-sticky-minimize i {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .kinik-sticky-tabs {
        --kinik-sticky-tab-width: var(--kinik-sticky-mobile-tab-width);
        --kinik-sticky-tab-height: var(--kinik-sticky-mobile-tab-height);
        --kinik-sticky-panel-width: min(330px, calc(100vw - 76px));
    }

    .kinik-sticky-mobile-right {
        left: auto;
        right: 0;
    }

    .kinik-sticky-mobile-left {
        left: 0;
        right: auto;
    }

    .kinik-sticky-mobile-right .kinik-sticky-form-panel {
        bottom: 14px;
        left: auto;
        max-height: none;
        position: fixed;
        right: var(--kinik-sticky-tab-width);
        top: 14px;
    }

    .kinik-sticky-mobile-left .kinik-sticky-form-panel {
        bottom: 14px;
        left: var(--kinik-sticky-tab-width);
        max-height: none;
        position: fixed;
        right: auto;
        top: 14px;
    }

    .kinik-sticky-mobile-right .kinik-sticky-mini-panel,
    .kinik-sticky-mobile-left .kinik-sticky-mini-panel {
        max-height: calc(100vh - 32px);
        top: 0;
    }

    .kinik-sticky-mobile-right .kinik-sticky-form-panel,
    .kinik-sticky-mobile-left .kinik-sticky-form-panel {
        width: min(330px, calc(100vw - 76px));
    }

    .kinik-sticky-form-panel .inquiry-form {
        gap: 10px;
        padding: 14px;
    }

    .kinik-sticky-form-panel label {
        font-size: 12px;
    }

    .kinik-sticky-form-panel .inquiry-form input {
        min-height: 40px;
    }

    .kinik-sticky-form-panel .inquiry-form textarea {
        min-height: 78px;
    }

    .kinik-sticky-form-panel .inquiry-form button[type="submit"] {
        bottom: -14px;
        box-shadow: 0 -8px 18px rgba(255, 255, 255, .92);
        position: sticky;
        z-index: 2;
    }

    .kinik-sticky-mobile-bottom {
        align-items: stretch;
        background: var(--kinik-sticky-mobile-bar-bg);
        bottom: 0;
        box-shadow: 0 -10px 28px rgba(15, 23, 42, .16);
        display: flex;
        left: 0;
        padding-bottom: env(safe-area-inset-bottom);
        right: 0;
        top: auto;
        transform: none;
    }

    .kinik-sticky-mobile-bottom .kinik-sticky-list {
        display: flex;
        flex: 1 1 auto;
        justify-content: stretch;
        min-width: 0;
        width: 100%;
    }

    .kinik-sticky-mobile-bottom .kinik-sticky-item {
        flex: 1 1 0;
        position: static;
    }

    .kinik-sticky-mobile-bottom .kinik-sticky-item::before {
        display: none;
    }

    .kinik-sticky-mobile-bottom .kinik-sticky-minimize {
        display: flex;
        flex: 0 0 40px;
        height: var(--kinik-sticky-mobile-tab-height);
        width: 40px;
    }

    .kinik-sticky-mobile-bottom.is-minimized .kinik-sticky-list {
        display: none;
    }

    .kinik-sticky-mobile-bottom button.kinik-sticky-tab.kinik-sticky-contact-trigger i {
        display: inline-block;
    }

    .kinik-sticky-mobile-bottom .kinik-sticky-form-item .kinik-sticky-tab,
    .kinik-sticky-mobile-bottom .kinik-sticky-form-item .kinik-sticky-tab span {
        height: var(--kinik-sticky-mobile-tab-height);
        writing-mode: horizontal-tb;
    }

    .kinik-sticky-mobile-bottom .kinik-sticky-tab {
        background: var(--tab-bg, transparent);
        height: var(--kinik-sticky-mobile-tab-height);
        width: 100%;
    }

    .kinik-sticky-mobile-bottom .kinik-sticky-tab i {
        font-size: var(--kinik-sticky-icon-size);
    }

    .kinik-sticky-mobile-bottom .kinik-sticky-form-item .kinik-sticky-tab span,
    .kinik-sticky-mobile-bottom .kinik-sticky-tab span {
        display: none;
    }

    .kinik-sticky-mobile-bottom .kinik-sticky-panel {
        border: 0;
        border-radius: 8px 8px 0 0;
        bottom: calc(var(--kinik-sticky-mobile-tab-height) + env(safe-area-inset-bottom));
        box-shadow: 0 -14px 32px rgba(15, 23, 42, .18);
        left: 50%;
        right: auto;
        top: auto;
        transform: translate(-50%, 14px);
    }

    .kinik-sticky-mobile-bottom .kinik-sticky-mini-panel {
        max-height: calc(100vh - var(--kinik-sticky-mobile-tab-height) - 36px);
        padding-bottom: 22px;
        width: var(--kinik-sticky-mini-panel-width);
    }

    .kinik-sticky-mobile-bottom .kinik-sticky-mini-panel img {
        margin: 22px auto 12px;
        max-width: min(var(--kinik-sticky-qr-size), calc(100vw - 68px));
    }

    .kinik-sticky-mobile-bottom .kinik-sticky-form-panel {
        max-height: calc(100vh - var(--kinik-sticky-mobile-tab-height) - 36px);
        width: min(var(--kinik-sticky-panel-width), calc(100vw - 28px));
    }

    .kinik-sticky-mobile-bottom .kinik-sticky-item:hover .kinik-sticky-panel,
    .kinik-sticky-mobile-bottom .kinik-sticky-item:focus-within .kinik-sticky-panel,
    .kinik-sticky-mobile-bottom .kinik-sticky-item.is-open .kinik-sticky-panel {
        transform: translate(-50%, 0);
    }
}
