
.breadcrumb{
    margin-top: 20px;
}

/*======================================
    Product Page Container
======================================*/

@media (max-width: 768px) {
    #main > #content {
        padding-inline: 12px;
    }
}

@media (max-width: 360px) {
    #main > #content {
        padding-inline: 10px;
    }
}

/*======================================
    Product Top
======================================*/
.product-top {
    display: grid;
    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(380px, .88fr);
    gap: clamp(28px, 3vw, 48px);
    align-items: stretch;
    margin-top: 24px;
}

/*======================================
    Product Gallery
======================================*/
.product-gallery {
    position: relative;
    min-width: 0;
    display: block;
    padding-inline-start: 104px;
}

.product-gallery.no-images {
    padding-inline-start: 0;
}
.gallery-preview {
    position: relative;
    min-width: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 1px solid #e7edf7;
    border-radius: 20px;
    background:
            linear-gradient(
                    145deg,
                    #fbfdff 0%,
                    #f4f8fd 100%
            );
    box-shadow:
            0 14px 35px rgba(15, 36, 75, .07);
}

.gallery-main-button {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.gallery-main-button > img {
    width: 100%;
    height: 100%;
    display: block;
    padding: clamp(18px, 3vw, 34px);
    object-fit: contain;
    transition:
            transform .35s ease;
}

@media (hover: hover) {
    .gallery-main-button:hover > img {
        transform: scale(1.025);
    }
}

/*======================================
    Zoom Icon
======================================*/
.gallery-zoom-icon {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(23, 72, 204, .08);
    border-radius: 12px;
    background: rgba(255, 255, 255, .94);
    color: #1748cc;
    pointer-events: none;
    box-shadow:
            0 7px 20px rgba(15, 36, 75, .12);
    backdrop-filter: blur(8px);
    transition:
            background-color .25s,
            color .25s,
            transform .25s;
}

.gallery-zoom-icon svg {
    width: 22px;
    height: 22px;
}

@media (hover: hover) {
    .gallery-main-button:hover .gallery-zoom-icon {
        background: #1748cc;
        color: #fff;
        transform: translateY(-2px);
    }
}

/*======================================
    Empty Gallery
======================================*/
.gallery-preview-empty {
    min-height: 420px;
}

.gallery-empty {
    width: 100%;
    height: 100%;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 30px;
    color: #71809c;
    text-align: center;
}

.gallery-empty svg {
    width: 58px;
    height: 58px;
    color: #a2aec1;
}

/*======================================
    Gallery Wrapper
======================================*/

.gallery-wrapper {
    position: absolute;
    inset-block: 0;
    inset-inline-start: 0;
    width: 86px;
    min-height: 0;
    display: grid;
    grid-template-rows:
        40px minmax(0, 1fr) 40px;
    justify-items: center;
    gap: 12px;
    padding-block: 14px;
    overflow: hidden;
}

.gallery-thumbnails {
    position: relative;
    width: 100%;
    min-height: 0;
    overflow: hidden;
}

.gallery-track {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition:
            transform .35s ease;
    will-change: transform;
}
.thumb {
    width: 86px;
    height: 86px;
    flex: 0 0 86px;
    display: block;
    padding: 4px;
    overflow: hidden;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-radius: 13px;
    background: #f7faff;
    cursor: pointer;
    transition:
            border-color .25s,
            background-color .25s,
            box-shadow .25s,
            transform .25s;
}

.thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

@media (hover: hover) {
    .thumb:hover {
        border-color: #8aa9ff;
        background: #fff;
        transform: translateY(-1px);
    }
}

.thumb.active {
    border-color: #2d65ff;
    background: #fff;
    box-shadow:
            0 0 0 4px rgba(45, 101, 255, .11);
}

.gallery-arrow {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #e8edf5;
    border-radius: 50%;
    background: #fff;
    color: #1748cc;
    cursor: pointer;
    box-shadow:
            0 5px 14px rgba(15, 36, 75, .08);
    transition:
            background-color .25s,
            border-color .25s,
            color .25s,
            opacity .25s,
            transform .25s;
}

.gallery-arrow svg {
    width: 21px;
    height: 21px;
}

@media (hover: hover) {
    .gallery-arrow:hover:not(:disabled) {
        border-color: #1748cc;
        background: #1748cc;
        color: #fff;
    }
}

.gallery-arrow:active:not(:disabled) {
    transform: scale(.94);
}

.gallery-arrow:disabled {
    opacity: .35;
    cursor: default;
    box-shadow: none;
}

/*======================================
    Product Information
======================================*/

.product-info {
    min-width: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-block: 10px;
}

.product-info-top {
    position: relative;
}

.product-tag {
    width: fit-content;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-bottom: 10px;
    padding: 4px 12px;
    border: 1px solid #d9e4ff;
    border-radius: 999px;
    background: #f3f7ff;
    color: #1748cc;
    font-size: .78rem;
    font-weight: 700;
    white-space: normal;
    overflow-wrap: anywhere;
}
.product-title {
    margin: 0;
    color: #021a48;
    font-size: clamp(1.65rem, 2.2vw, 2.15rem);
    font-weight: 800;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.product-title-en {
    width: fit-content;
    max-width: 100%;
    margin-top: 5px;
    color: #60708d;
    font-size: .98rem;
    font-weight: 500;
    line-height: 1.7;
    text-align: left;
    overflow-wrap: anywhere;
}

.product-identifiers {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin: 18px 0 0;
    padding: 14px 16px;
    border: 1px solid #e8eef7;
    border-radius: 13px;
    background: #f8faff;
}

.product-identifiers > div {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.product-identifiers dt,
.product-identifiers dd {
    margin: 0;
}

.product-identifiers dt {
    color: #73809a;
    font-size: .82rem;
}

.product-identifiers dt::after {
    content: ":";
}

.product-identifiers dd {
    overflow-wrap: anywhere;
    color: #18345f;
    font-size: .84rem;
    font-weight: 700;
}

.product-info-middle {
    flex: 1;
}

.product-summary {
    margin: 22px 0 0;
    color: #293a57;
    font-size: .94rem;
    line-height: 2.05;
    text-align: justify;
    overflow-wrap: anywhere;
}

.product-meta {
    list-style: none;
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 24px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #e9eef6;
}

.product-meta-item {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 68px;
    padding: 11px 12px;
    border: 1px solid #e8eef7;
    border-radius: 13px;
    background: #fff;
    transition:
            border-color .25s,
            box-shadow .25s,
            transform .25s;
}

@media (hover: hover) {
    .product-meta-item:hover {
        border-color: #cedbfd;
        box-shadow:
                0 7px 18px rgba(15, 36, 75, .06);
        transform: translateY(-1px);
    }
}

.product-meta-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #eef4ff;
    color: #1748cc;
}

.product-meta-icon svg {
    width: 21px;
    height: 21px;
}

.product-meta-content {
    min-width: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.product-meta-content > span {
    color: #64728c;
    font-size: .78rem;
}

.product-meta-content strong {
    color: #102a55;
    font-size: .87rem;
    font-weight: 700;
    line-height: 1.7;
    overflow-wrap: anywhere;
}

.product-meta-icon.available {
    background: #eaf9f0;
    color: #159447;
}

.product-meta-icon.inquiry {
    background: #fff6df;
    color: #bc7c00;
}

.product-meta-icon.unavailable,
.product-meta-icon.discontinued {
    background: #fff0f0;
    color: #d94040;
}

.product-meta-content strong.available {
    color: #148343;
}

.product-meta-content strong.inquiry {
    color: #9d6800;
}

.product-meta-content strong.unavailable,
.product-meta-content strong.discontinued {
    color: #c63838;
}

.product-info-bottom {
    margin-top: 24px;
}

.product-actions {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.product-actions.single-action {
    grid-template-columns: minmax(0, 1fr);
}

.product-actions .btn {
    min-width: 0;
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 10px 18px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: .92rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    transition:
            background-color .25s,
            border-color .25s,
            color .25s,
            box-shadow .25s,
            transform .25s;
}

.product-actions .btn svg {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
}

.product-actions .btn-primary {
    border-color: #1748cc;
    background: #1748cc;
    color: #fff;
    box-shadow:
            0 8px 20px rgba(23, 72, 204, .19);
}

.product-actions .btn-download {
    border-color: #dce4f1;
    background: #fff;
    color: #102a55;
}

@media (hover: hover) {
    .product-actions .btn-primary:hover {
        border-color: #103caf;
        background: #103caf;
        box-shadow:
                0 10px 24px rgba(23, 72, 204, .26);
        transform: translateY(-1px);
    }

    .product-actions .btn-download:hover {
        border-color: #1748cc;
        color: #1748cc;
        transform: translateY(-1px);
    }
}

.product-actions .btn:active {
    transform: scale(.985);
}

/*======================================
    Focus
======================================*/

.gallery-arrow:focus-visible,
.gallery-main-button:focus-visible,
.thumb:focus-visible,
.product-actions .btn:focus-visible,
.lightbox:focus-visible,
.lightbox-close:focus-visible,
.lightbox-prev:focus-visible,
.lightbox-next:focus-visible {
    outline: 3px solid rgba(45, 101, 255, .35);
    outline-offset: 3px;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.lightbox[hidden] {
    display: none;
}

.lightbox {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background: rgba(5, 12, 27, .95);
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    transition:
            opacity .25s ease,
            visibility .25s ease;
}

.lightbox.show {
    opacity: 1;
    visibility: visible;
}

body.lightbox-open {
    overflow: hidden;
}

.lightbox-figure {
    width: min(88vw, 1100px);
    height: min(86vh, 850px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.lightbox-figure > img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
    border-radius: 14px;
    cursor: grab;
    user-select: none;
    touch-action: none;
    transform-origin: center;
    will-change: transform;
}

.lightbox-figure > img:active {
    cursor: grabbing;
}

.lightbox-counter {
    position: absolute;
    bottom: 22px;
    left: 50%;
    padding: 6px 13px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: .8rem;
    transform: translateX(-50%);
    backdrop-filter: blur(8px);
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    background: rgba(255, 255, 255, .96);
    color: #1748cc;
    cursor: pointer;
    z-index: 2;
    box-shadow:
            0 7px 24px rgba(0, 0, 0, .25);
    transition:
            background-color .25s,
            border-color .25s,
            color .25s,
            opacity .25s,
            transform .25s;
}

.lightbox-close {
    top: 24px;
    right: 28px;
    width: 46px;
    height: 46px;
}

.lightbox-prev,
.lightbox-next {
    top: 50%;
    width: 52px;
    height: 52px;
    transform: translateY(-50%);
}

.lightbox-prev {
    right: 34px;
}

.lightbox-next {
    left: 34px;
}

.lightbox-close svg {
    width: 23px;
    height: 23px;
}

.lightbox-prev svg,
.lightbox-next svg {
    width: 25px;
    height: 25px;
}

@media (hover: hover) {
    .lightbox-close:hover,
    .lightbox-prev:hover,
    .lightbox-next:hover {
        border-color: #1748cc;
        background: #1748cc;
        color: #fff;
    }
}

.lightbox-close:active {
    transform: scale(.94);
}

.lightbox-prev:active,
.lightbox-next:active {
    transform:
            translateY(-50%)
            scale(.94);
}

.lightbox-prev:disabled,
.lightbox-next:disabled {
    opacity: .35;
    cursor: default;
}

/*======================================
    Responsive - 1200px
======================================*/

@media (max-width: 1200px) {
    .product-top {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(350px, .9fr);
        gap: 28px;
    }

    .product-gallery {
        padding-inline-start: 90px;
    }

    .gallery-wrapper {
        width: 76px;
    }

    .thumb {
        width: 76px;
        height: 76px;
        flex-basis: 76px;
    }

    .product-meta {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 992px) {
    .product-top {
        grid-template-columns: minmax(0, 1fr);
        gap: 34px;
    }

    .product-gallery {
        width: min(100%, 760px);
        margin-inline: auto;
    }

    .product-info {
        width: 100%;
        padding-block: 0;
    }

    .product-meta {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .product-info-bottom {
        margin-top: 22px;
    }
}

@media (max-width: 768px) {
    .product-top {
        margin-top: 18px;
        gap: 28px;
    }

    .product-gallery {
        position: static;
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding-inline-start: 0;
    }

    .gallery-preview {
        order: 1;
        border-radius: 17px;
    }

    .gallery-wrapper {
        position: static;
        inset: auto;
        order: 2;
        width: 100%;
        height: auto;
        display: block;
        padding: 0;
        overflow: visible;
    }

    .gallery-arrow {
        display: none;
    }

    .gallery-thumbnails {
        width: 100%;
        height: auto;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 5px 4px 9px;
        scrollbar-width: thin;
        scrollbar-color: #b9c8e5 transparent;
        overscroll-behavior-inline: contain;
    }

    .gallery-track {
        width: max-content;
        flex-direction: row;
        gap: 12px;
        transform: none !important;
        transition: none;
        will-change: auto;
    }

    .thumb {
        width: 76px;
        height: 76px;
        flex-basis: 76px;
    }

    .gallery-main-button > img {
        padding: 20px;
    }

    .gallery-zoom-icon {
        top: 13px;
        left: 13px;
        width: 40px;
        height: 40px;
    }

    .product-title {
        font-size: 1.65rem;
    }

    .product-identifiers {
        margin-top: 15px;
    }

    .product-summary {
        margin-top: 18px;
        text-align: start;
    }

    .product-meta {
        margin-top: 20px;
    }

    .lightbox {
        padding: 18px;
    }

    .lightbox-figure {
        width: 92vw;
        height: 80vh;
        height: 80dvh;
    }

    .lightbox-prev,
    .lightbox-next {
        width: 44px;
        height: 44px;
    }

    .lightbox-prev {
        right: 14px;
    }

    .lightbox-next {
        left: 14px;
    }

    .lightbox-close {
        top: 15px;
        right: 15px;
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 480px) {
    .gallery-preview {
        min-height: 280px;
        aspect-ratio: 1 / 1;
        border-radius: 14px;
    }

    .gallery-preview-empty,
    .gallery-empty {
        min-height: 280px;
    }

    .gallery-empty svg {
        width: 48px;
        height: 48px;
    }

    .thumb {
        width: 68px;
        height: 68px;
        flex-basis: 68px;
        border-radius: 10px;
    }

    .product-title {
        font-size: 1.45rem;
    }

    .product-title-en {
        font-size: .88rem;
    }

    .product-identifiers {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 9px;
        padding: 13px 14px;
    }

    .product-summary {
        font-size: .9rem;
        line-height: 2;
    }

    .product-meta {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }

    .product-meta-item {
        min-height: 64px;
    }

    .product-actions {
        grid-template-columns: minmax(0, 1fr);
    }

    .product-actions .btn {
        min-height: 54px;
    }

    .lightbox {
        padding: 10px;
    }

    .lightbox-figure {
        width: 95vw;
        height: 76vh;
        height: 76dvh;
    }

    .lightbox-counter {
        bottom: 16px;
    }
}


@media (prefers-reduced-motion: reduce) {
    .gallery-main-button > img,
    .gallery-zoom-icon,
    .gallery-track,
    .thumb,
    .gallery-arrow,
    .product-meta-item,
    .product-actions .btn,
    .lightbox,
    .lightbox-close,
    .lightbox-prev,
    .lightbox-next {
        transition: none !important;
    }
}








/*======================================
    Product Tabs
======================================*/

.product-tabs {
    position: sticky;
    top: 0;
    z-index: 900;
    margin: 50px 0;
    padding-block: 8px;
}

/*======================================
    Navigation
======================================*/

.tabs-nav {
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 8px;
    padding: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #e3eaf5;
    border-radius: 17px;
    background: rgba(255, 255, 255, .96);
    box-shadow:
            0 8px 25px rgba(15, 23, 42, .06);
    backdrop-filter: blur(12px);
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
}

.tabs-nav::-webkit-scrollbar {
    display: none;
}

/*======================================
    Tab Button
======================================*/

.tab-btn {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 9px 14px;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 11px 11px 7px 7px;
    background: transparent;
    color: #63718b;
    font-family: inherit;
    font-size: .92rem;
    font-weight: 700;
    line-height: 1.6;
    white-space: nowrap;
    cursor: pointer;
    transition:
            color .25s ease,
            border-color .25s ease,
            background-color .25s ease;
}

.tab-icon {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tab-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

/*======================================
    Hover
======================================*/

@media (hover: hover) {
    .tab-btn:hover {
        background: #f5f8ff;
        color: #1748cc;
    }
}

/*======================================
    Active
======================================*/

.tab-btn.active,
.tab-btn[aria-current="true"] {
    border-bottom-color: #1748cc;
    background: #eef4ff;
    color: #1748cc;
}

/*======================================
    Focus
======================================*/

.tab-btn:focus-visible {
    outline: 3px solid rgba(45, 101, 255, .35);
    outline-offset: -2px;
}

/*======================================
    Responsive - 768px
======================================*/

@media (max-width: 768px) {
    .product-tabs {
        margin: 40px 0;
        padding-block: 6px;
    }

    .tabs-nav {
        justify-content: flex-start;
        gap: 6px;
        padding: 6px;
        border-radius: 14px;
        scroll-snap-type: inline proximity;
    }

    .tab-btn {
        flex: 0 0 auto;
        min-width: 145px;
        min-height: 52px;
        padding-inline: 12px;
        font-size: .86rem;
        scroll-snap-align: center;
    }

    .tab-icon {
        width: 20px;
        height: 20px;
        flex-basis: 20px;
    }
}

/*======================================
    Responsive - 480px
======================================*/

@media (max-width: 480px) {
    .product-tabs {
        margin: 34px 0;
    }

    .tabs-nav {
        border-radius: 13px;
    }

    .tab-btn {
        min-width: 132px;
        min-height: 50px;
        gap: 7px;
        padding: 8px 10px;
        font-size: .8rem;
    }

    .tab-icon {
        width: 18px;
        height: 18px;
        flex-basis: 18px;
    }
}

/*======================================
    Reduced Motion
======================================*/

@media (prefers-reduced-motion: reduce) {
    .tab-btn {
        transition: none;
    }
}






/*======================================
    Product Description
======================================*/
.product-description {
    margin-top: 54px;
    scroll-margin-top: 110px;
}

.product-description .section-header {
    margin-bottom: 22px;
    overflow-wrap: anywhere;
}

.product-description .section-header h2 {
    margin: 0;
    color: #021a48;
    font-size: clamp(1.5rem, 2vw, 1.9rem);
    font-weight: 700;
    line-height: 1.6;
}

.product-description .section-header p {
    margin: 6px 0 0;
    color: #64728c;
    font-size: .92rem;
    line-height: 1.9;
}

.description-card {
    position: relative;
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid #e6edf7;
    border-radius: 18px;
    background: #fff;
    box-shadow:
            0 10px 28px rgba(15, 36, 75, .05);
}

.description-content {
    position: relative;
}

.description-body {
    --description-collapsed-height: 340px;

    overflow: hidden;
    overflow-wrap: anywhere;
    color: #263954;
    font-size: .96rem;
    line-height: 2.15;
    transition: max-height .4s ease;
}

/*======================================
    CKEditor Lists
======================================*/

.description-body ul,
.description-body ol {
    margin: 16px 0;
    padding-inline-start: 28px;
}

.description-body ul {
    list-style-type: disc;
}

.description-body ol {
    list-style-type: decimal;
}

.description-body ul > li {
    display: list-item;
    list-style-type: disc;
}

.description-body ol > li {
    display: list-item;
    list-style-type: decimal;
}

.description-body ul ul > li {
    list-style-type: circle;
}

.description-body ul ul ul > li {
    list-style-type: square;
}

.description-body ol ol > li {
    list-style-type: lower-alpha;
}

.description-body li {
    margin-block: 8px;
    padding-inline-start: 4px;
    color: #263954;
    line-height: 2;
}

.description-body li::marker {
    color: #2d65ff;
    font-weight: 700;
}

/*
 * فاصله لیست تو‌در‌تو
 */
.description-body li > ul,
.description-body li > ol {
    margin-block: 7px;
}

/*== CKEditor Table Scroll Container ====*/

.description-body .description-table-scroll,
.description-body figure.table {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 24px 0;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #e1e8f3;
    border-radius: 12px;
    background: #fff;
    scrollbar-width: thin;
    scrollbar-color: #afbfda #f2f5fa;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

.description-body .description-table-scroll::-webkit-scrollbar,
.description-body figure.table::-webkit-scrollbar {
    height: 8px;
}

.description-body .description-table-scroll::-webkit-scrollbar-track,
.description-body figure.table::-webkit-scrollbar-track {
    background: #f2f5fa;
}

.description-body .description-table-scroll::-webkit-scrollbar-thumb,
.description-body figure.table::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #afbfda;
}

/*== CKEditor Table ====*/
.description-body .description-table-scroll table,
.description-body figure.table table {
    width: max-content;
    min-width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    background: #fff;
}
.description-body th,
.description-body td {
    min-width: 130px;
    padding: 12px 14px;
    border-inline-end: 1px solid #e1e8f3;
    border-bottom: 1px solid #e1e8f3;
    color: #263954;
    font-size: .9rem;
    line-height: 1.8;
    text-align: start;
    vertical-align: middle;
    white-space: normal;
    overflow-wrap: anywhere;
}
.description-body tr:last-child > th,
.description-body tr:last-child > td {
    border-bottom: 0;
}
.description-body tr > :last-child {
    border-inline-end: 0;
}
.description-body th {
    background: #f4f7fc;
    color: #102a55;
    font-weight: 700;
}
.description-body tbody tr:nth-child(even) td {
    background: #fafcff;
}
@media (hover: hover) {
    .description-body tbody tr:hover td {
        background: #eef4ff;
    }
}

/*===== Table Keyboard Focus ====*/

.description-body .description-table-scroll:focus-visible,
.description-body figure.table:focus-visible {
    outline: 3px solid rgba(45, 101, 255, .35);
    outline-offset: 3px;
}

/*===== img ======*/
.description-body img {
    max-width: 100%;
    height: auto;
}

.description-body figure.image {
    max-width: 100%;
    margin-inline: auto;
}

.description-body pre {
    max-width: 100%;
    overflow-x: auto;
    direction: ltr;
    white-space: pre;
    overscroll-behavior-inline: contain;
}

.description-body iframe,
.description-body video {
    max-width: 100%;
}

.description-body iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

/*===== Responsive ======*/

@media (max-width: 480px) {
    .description-body ul,
    .description-body ol {
        padding-inline-start: 23px;
    }
    .description-body th,
    .description-body td {
        min-width: 115px;
        padding: 10px 12px;
        font-size: .84rem;
    }
}




/*======================================
    Collapsed Gradient
======================================*/
.description-card.is-collapsible:not(.expanded)
.description-content::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100px;
    pointer-events: none;
    background:
            linear-gradient(
                    to bottom,
                    rgba(255, 255, 255, 0),
                    #fff 86%
            );
}

/*======================================
    Show More
======================================*/

.show-more-btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 20px auto 0;
    padding: 8px 18px;
    border: 1px solid #bfd0ff;
    border-radius: 10px;
    background: #fff;
    color: #1748cc;
    font-family: inherit;
    font-size: .88rem;
    font-weight: 700;
    cursor: pointer;
    transition:
            border-color .25s,
            background-color .25s,
            color .25s;
}

.show-more-btn[hidden] {
    display: none;
}

.show-more-btn svg {
    width: 18px;
    height: 18px;
    transition: transform .25s;
}

.description-card.expanded
.show-more-btn svg {
    transform: rotate(180deg);
}

.show-more-btn:hover {
    border-color: #1748cc;
    background: #1748cc;
    color: #fff;
}

.show-more-btn:focus-visible {
    outline: 3px solid rgba(45, 101, 255, .35);
    outline-offset: 3px;
}

/*======================================
    Product Highlights
======================================*/

.product-highlights {
    margin-top: 38px;
}

.highlights-header {
    margin-bottom: 18px;
}

.highlights-header h3 {
    margin: 0;
    color: #102a55;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.7;
}

.highlights-header p {
    margin: 4px 0 0;
    color: #64728c;
    font-size: .86rem;
    line-height: 1.8;
}

.features-grid {
    display: grid;
    grid-template-columns:
        repeat(6, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
}

.feature-card {
    min-width: 0;
    padding: 20px 12px;
    border: 1px solid #e4ebf6;
    border-radius: 16px;
    background: #fff;
    text-align: center;
    box-shadow:
            0 8px 20px rgba(2, 26, 72, .04);
    transition:
            border-color .25s,
            box-shadow .25s,
            transform .25s;
}

.feature-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 13px;
    border-radius: 16px;
    background: #eef4ff;
    color: #2d65ff;
    transition:
            background-color .25s,
            color .25s,
            transform .25s;
}

.feature-icon svg {
    width: 27px;
    height: 27px;
}

.feature-card dt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: #102a55;
    font-size: .96rem;
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
}

.feature-card .feature-title {
    overflow-wrap: anywhere;
}

.feature-card dd {
    margin: 8px 0 0;
    color: #55637f;
    font-size: .95rem;
    line-height: 1.8;
    text-align: center;
}

.feature-unit {
    margin-inline-start: 3px;
}

@media (hover: hover) {
    .feature-card:hover {
        border-color: #9db8ff;
        box-shadow:
                0 13px 28px rgba(45, 101, 255, .1);
        transform: translateY(-3px);
    }

    .feature-card:hover .feature-icon {
        background: #2d65ff;
        color: #fff;
        transform: scale(1.04);
    }
}

/*======================================
    Responsive
======================================*/

@media (max-width: 1200px) {
    .features-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .product-description {
        margin-top: 42px;
    }

    .description-card {
        padding: 22px;
    }

    .description-body {
        --description-collapsed-height: 300px;
    }

    .description-body p {
        text-align: start;
    }

    .features-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .description-card {
        padding: 18px;
        border-radius: 14px;
    }

    .description-body {
        --description-collapsed-height: 280px;
        font-size: .91rem;
        line-height: 2;
    }

    .features-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .feature-card {
        padding: 17px 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .description-body,
    .show-more-btn,
    .show-more-btn svg,
    .feature-card,
    .feature-icon {
        transition: none;
    }
}




/*======================================
    Product Specifications
======================================*/

.product-specs {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr);
    grid-template-areas:
        "table image";
    gap: clamp(28px, 3vw, 42px);
    align-items: start;
    margin-top: 56px;
    scroll-margin-top: 110px;
}

.product-specs.no-image {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "table";
}

/*======================================
    Text Column
======================================*/

.specs-text {
    grid-area: table;
    min-width: 0;
    display: flex;
    flex-direction: column;
    direction: rtl;
}

.specs-table {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/*======================================
    Section Header
======================================*/

.product-specs .section-header {
    flex: 0 0 auto;
    margin-bottom: 18px;
    overflow-wrap: anywhere;
}

.product-specs .section-header h2 {
    margin: 0;
    color: #021a48;
    font-size: clamp(1.5rem, 2vw, 1.9rem);
    font-weight: 700;
    line-height: 1.6;
}

.product-specs .section-header p {
    margin: 6px 0 0;
    color: #64728c;
    font-size: .92rem;
    line-height: 1.9;
}

/*======================================
    Specifications List
======================================*/

.specs-list {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e3eaf5;
    border-radius: 18px;
    background: #fff;
    box-shadow:
            0 10px 28px rgba(15, 36, 75, .055);
}

/*======================================
    Specification Row
======================================*/

.spec-row {
    flex: 1 1 56px;
    min-height: 56px;
    display: flex;
    align-items: stretch;
    margin: 0;
    border-bottom: 1px solid #e9eef6;
    transition:
            background-color .2s;
}

.spec-row:last-child {
    border-bottom: 0;
}

.spec-row:nth-child(even) {
    background: #f9fbfe;
}

@media (hover: hover) {
    .spec-row:hover {
        background: #eef4ff;
    }
}

/*======================================
    Specification Title
======================================*/

.spec-title {
    flex: 0 0 39%;
    min-width: 0;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 12px 20px;
    border-inline-end: 1px solid #e9eef6;
    color: #61708a;
    font-size: .92rem;
    font-weight: 700;
    line-height: 1.8;
    text-align: start;
    overflow-wrap: anywhere;
}

/*======================================
    Specification Value
======================================*/

.spec-value {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 12px 20px;
    color: #102a55;
    font-size: .92rem;
    font-weight: 700;
    line-height: 1.8;
    text-align: start;
    overflow-wrap: anywhere;
}

.spec-value bdi {
    max-width: 100%;
    overflow-wrap: anywhere;
}

.spec-unit {
    margin-inline-start: 4px;
    color: #53627d;
    font-size: .88em;
    font-weight: 500;
}

/*======================================
    Specifications Image
======================================*/

.specs-image {
    grid-area: image;
    min-width: 0;
    min-height: 0;
    align-self: start;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    direction: rtl;
}

.specs-image img {
    position: static;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 720px;
    display: block;
    padding: 0;
    object-fit: contain;
    transition:
            transform .35s ease;
}

@media (hover: hover) {
    .specs-image:hover img {
        transform: scale(1.025);
    }
}

/*======================================
    Responsive - 1200px
======================================*/

@media (max-width: 1200px) {
    .product-specs {
        gap: 28px;
    }

    .spec-title,
    .spec-value {
        padding-inline: 17px;
    }

    .spec-title {
        flex-basis: 41%;
    }
}

/*======================================
    Responsive - 992px
======================================*/

@media (max-width: 992px) {
    .product-specs,
    .product-specs.no-image {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "table"
            "image";
        gap: 24px;
    }

    .product-specs.no-image {
        grid-template-areas: "table";
    }

    .specs-image {
        min-height: 0;
        aspect-ratio: auto;
    }
}

/*======================================
    Responsive - 768px
======================================*/

@media (max-width: 768px) {
    .product-specs {
        margin-top: 44px;
    }

    .spec-row {
        min-height: 52px;
    }

    .spec-title,
    .spec-value {
        padding: 11px 14px;
        font-size: .88rem;
    }

    .spec-title {
        flex-basis: 42%;
    }

    .specs-image {
        aspect-ratio: auto;
        border-radius: 0;
    }

    .specs-image img {
        padding: 0;
    }
}

/*======================================
    Responsive - 480px
======================================*/

@media (max-width: 480px) {
    .specs-list {
        border-radius: 14px;
    }

    .spec-row {
        min-height: 50px;
    }

    .spec-title,
    .spec-value {
        padding: 10px 11px;
        font-size: .84rem;
        line-height: 1.7;
    }

    .spec-title {
        flex-basis: 44%;
    }

    .specs-image {
        aspect-ratio: auto;
        border-radius: 0;
    }

    .specs-image img {
        padding: 0;
    }
}

/*======================================
    Reduced Motion
======================================*/

@media (prefers-reduced-motion: reduce) {
    .spec-row,
    .specs-image img {
        transition: none;
    }
}



/*======================================
    Product Downloads
======================================*/

.product-downloads {
    margin-top: 56px;
    scroll-margin-top: 110px;
}

.product-downloads .section-header {
    margin-bottom: 22px;
    overflow-wrap: anywhere;
}

.product-downloads .section-header h2 {
    margin: 0;
    color: #021a48;
    font-size: clamp(1.5rem, 2vw, 1.9rem);
    font-weight: 700;
    line-height: 1.6;
}

.product-downloads .section-header p {
    margin: 6px 0 0;
    color: #64728c;
    font-size: .92rem;
    line-height: 1.9;
}

/*======================================
    Downloads Grid
======================================*/

.downloads-grid {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.downloads-grid.single-download {
    grid-template-columns:
        minmax(0, 680px);
}

/*======================================
    Download Card
======================================*/

.download-card {
    min-width: 0;
    display: grid;
    grid-template-columns:
        58px minmax(0, 1fr) 42px;
    align-items: center;
    gap: 16px;
    min-height: 112px;
    padding: 18px;
    border: 1px solid #e3eaf5;
    border-radius: 17px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow:
            0 8px 24px rgba(15, 36, 75, .045);
    transition:
            border-color .25s,
            box-shadow .25s,
            transform .25s;
}

@media (hover: hover) {
    .download-card:hover {
        border-color: #9db8ff;
        box-shadow:
                0 13px 30px rgba(45, 101, 255, .1);
        transform: translateY(-3px);
    }
}

.download-card:focus-visible {
    outline: 3px solid rgba(45, 101, 255, .35);
    outline-offset: 3px;
}

/*======================================
    File Icon
======================================*/

.download-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #eef4ff;
    color: #2d65ff;
    transition:
            background-color .25s,
            color .25s,
            transform .25s;
}

.download-icon svg {
    width: 28px;
    height: 28px;
}

@media (hover: hover) {
    .download-card:hover .download-icon {
        background: #2d65ff;
        color: #fff;
        transform: scale(1.04);
    }
}

/*======================================
    Download Information
======================================*/

.download-info {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.download-type {
    color: #6d7b94;
    font-size: .76rem;
    font-weight: 500;
    line-height: 1.6;
}

.download-title {
    max-width: 100%;
    margin-top: 3px;
    color: #102a55;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.7;
    overflow-wrap: anywhere;
}

.download-meta {
    margin-top: 5px;
    color: #7b879d;
    font-size: .8rem;
    font-weight: 500;
    line-height: 1.5;
}

/*======================================
    Download Action
======================================*/

.download-action {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbe5f7;
    border-radius: 12px;
    background: #f8faff;
    color: #1748cc;
    transition:
            border-color .25s,
            background-color .25s,
            color .25s;
}

.download-action svg {
    width: 21px;
    height: 21px;
}

@media (hover: hover) {
    .download-card:hover .download-action {
        border-color: #1748cc;
        background: #1748cc;
        color: #fff;
    }
}

/*======================================
    Responsive - 768px
======================================*/

@media (max-width: 768px) {
    .product-downloads {
        margin-top: 44px;
    }

    .downloads-grid,
    .downloads-grid.single-download {
        grid-template-columns: minmax(0, 1fr);
    }
}

/*======================================
    Responsive - 480px
======================================*/

@media (max-width: 480px) {
    .download-card {
        grid-template-columns:
            50px minmax(0, 1fr) 38px;
        gap: 12px;
        min-height: 98px;
        padding: 14px;
        border-radius: 14px;
    }

    .download-icon {
        width: 50px;
        height: 50px;
        border-radius: 13px;
    }

    .download-icon svg {
        width: 25px;
        height: 25px;
    }

    .download-action {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }

    .download-title {
        font-size: .92rem;
    }
}

/*======================================
    Reduced Motion
======================================*/

@media (prefers-reduced-motion: reduce) {
    .download-card,
    .download-icon,
    .download-action {
        transition: none;
    }
}






#sliderProduct{
    margin-top: 60px;
}
#sliderProduct {
    margin-top: 60px;
    scroll-margin-top: 110px;
}

#sliderProduct .section-title {
    display: flex;
    align-items: center;
    gap: 9px;
}

#sliderProduct .section-title-icon {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    color: #2d65ff;
}

#sliderProduct .seeAll {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

#sliderProduct .seeAll svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
}

#sliderProduct .slider-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

#sliderProduct .slider-btn svg {
    width: 22px;
    height: 22px;
}

.related-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    background: #f4f7fc;
    color: #9aa8bd;
}

.related-image-placeholder svg {
    width: 48px;
    height: 48px;
}

/*======================================
    Responsive - 768px
======================================*/

@media (max-width: 768px) {
    #sliderProduct .section-description {
        margin-bottom: 0;
    }

    #sliderProduct .seeAll {
        position: static;
        inset: auto;
        width: fit-content;
        margin-top: 12px;
        transform: none;
    }
}
