:root {
    --menuWidth: calc(100% - 0px);
    --leftColBackground: #fff;
    --lightLeftColBackground: #f2f4f7;
    --darkLeftColBackground: #22272b;
    --mainColor: #006edc;
    --mainColor2: #2a83e9;
    --navColor: #ffffff;
    --navTextColor: #353535;
    --menuHover: #006edc;
    --bgButtonActive: #f1f8fe;
    --bgBottomTitle: url(https://file.hstatic.net/200000865177/file/bottom-title_a9e686b….png);
    --footerBg: #ffffff;
    --footerTopBg: #006edc;
    --btnNewsletterBg: #f5a623;
    --btnNewsletterCl: #ffffff;
    --footerText: #1d2939;
    --footerTextHover: #006edc;
    --accentColor1: #929292;
    --accentColor2: #971819;
    --textColor: #424242;
    --toastSuccessBg: #d1e7dd;
    --toastSuccessCl: #0f5132;
    --toastWarningBg: #fff3cd;
    --toastWarningCl: #664d03;
    --toastErrorBg: #f8d7da;
    --toastErrorCl: #842029;
    --toastSystemBg: #d3d3d4;
    --toastSystemCl: #141619;
    --overlayimg: url(https://file.hstatic.net/200000865177/file/cursor-close_4c96d09….png);
    --cl_gmain: #006edc;
    --gbg1: #ecf9ff;
    --gbg2: #f2f9ff;
}
/* Product card - two action buttons (add to cart + buy now) */
.product-item .product-item_form--two-btn {
    top: -90px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
@media (max-width: 991px) {
    .product-item .product-item_form--two-btn {
        top: initial;
        bottom: 0;
        display: flex;
        flex-direction: row;
        gap: 2px;
    }
}
.product-item .product-item_form--two-btn .js-buyNow-card {
    background: var(--accentColor2);
}
.product-item .product-item_form--two-btn .js-buyNow-card:hover {
    background: #7a1314;
}

.box-linked {
    margin-bottom: 20px;
}
.box-linked .box-title {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 8px;
}
.box-linked .box-title p {
    color: #1d1d20;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.box-linked .list-linked {
    grid-gap: 12px;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}
.box-linked .list-linked .item-linked {
    align-items: center;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 8px;
    box-sizing: border-box;
    color: #1d1d20;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    min-height: 50px;
    outline: 1px solid #e4e4e7;
    outline-offset: -1px;
    padding: 2px 8px;
    position: relative;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    white-space: wrap;
}
.box-linked .list-linked .item-linked>strong {
    font-weight: 500;
}
.box-linked .list-linked .item-linked.active {
    outline: 2px solid #d70018;
    outline-offset: -2px;
}
.box-linked .list-linked .item-linked.active:after {
    align-content: center;
    background-color: #d70018;
    border-radius: 0 4px 0 8px;
    color: #fff;
    content: "✓";
    display: flex;
    font-size: 10px;
    height: 16px;
    justify-content: center;
    padding-bottom: 15px;
    padding-left: 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
}
.breadcrumbs svg {
    fill: var(--mainColor);
    vertical-align: -2px; }

.breadcrumbs .inner {
    z-index: 1; }

.breadcrumbs .breadcrumb {
    background-color: var(--lightLeftColBackground); }
.breadcrumbs .breadcrumb .slash-divider svg {
    stroke: var(--textColor);
    vertical-align: 0px; }

.breadcrumbs.sticky {
    position: sticky;
    top: 50px;
    z-index: 8;
    background: #fff;
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 5px 0; }

/*=========================================*/
ul.share-buttons {
    list-style: none;
    padding: 0; }
ul.share-buttons li {
    display: inline-block; }
ul.share-buttons .sr-only {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; }
ul.share-buttons img {
    width: 32px; }
ul.share-buttons a:hover {
    transform: translateY(-5px); }
.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    margin-bottom: 20px !important;
}

.breadcrumb li {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1;
}

.breadcrumb li a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #555;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.25s ease;
}

.breadcrumb li a:hover {
    color: #e30019;
}

.breadcrumb li:last-child a,
.breadcrumb li:last-child span {
    color: #111;
    font-weight: 600;
    pointer-events: none;
}

.slash-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    color: #bdbdbd;
}

.slash-divider svg {
    width: 6px;
    height: 10px;
    fill: currentColor;
}

.breadcrumb .home svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}
.review-star {
    display: flex;
    column-gap: 5px;
}

@media (max-width: 768px) {
    .breadcrumb {
        gap: 2px;
    }

    .breadcrumb li {
        font-size: 13px;
    }

    .slash-divider {
        margin: 0 6px;
    }
}
/* Pagination */
#AjaxinatePagination {
    margin-top: 24px;
}

#AjaxinatePagination .pagination {
    gap: 8px;
}

#AjaxinatePagination .page-item {
    list-style: none;
}

#AjaxinatePagination .page-link {
    min-width: 42px;
    height: 42px;
    padding: 0 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #e5e7eb;
    border-radius: 12px;

    background: #fff;
    color: #222;

    font-size: 15px;
    font-weight: 600;

    text-decoration: none;

    transition: all .25s ease;
}

/* Hover */
#AjaxinatePagination .page-item:not(.active):not(.disabled) .page-link:hover {
    background: #111827;
    border-color: #111827;
    color: #fff;
    transform: translateY(-2px);
}

/* Active */
#AjaxinatePagination .page-item.active .page-link {
    background: #dc2626;
    border-color: #dc2626;
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(220, 38, 38, .25);
}

/* Disabled */
#AjaxinatePagination .page-item.disabled .page-link {
    opacity: .45;
    cursor: not-allowed;
    pointer-events: none;
}

/* Icon */
#AjaxinatePagination .page-link i {
    font-size: 13px;
}

/* Mobile */
@media (max-width: 767px) {

    #AjaxinatePagination .pagination {
        justify-content: center !important;
        flex-wrap: wrap;
    }

    #AjaxinatePagination .page-link {
        min-width: 38px;
        height: 38px;
        border-radius: 10px;
        font-size: 14px;
    }

}
.video-wrapper{
    position: relative;
    width: 100%;
    aspect-ratio: 5/3;
    overflow: hidden;
}

.video-wrapper iframe{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
#star-rating {
    gap: 5px;
}

#star-rating label svg {
    width: 25px !important;
}

.review-form .btn-main {
    display: flex;
    align-items: center;
    background: #333;
    color: #fff;
}
@media screen and (max-width: 768px) {
    [data-tab-main] [data-tab-link] {
        width: 100%;
    }

    [data-tab-main] [data-tab-link].active .cd-title {
        border: 1px solid var(--bg_cd_active);
        background: var(--bg_cd_active);
        color: var(--cl_tit_cd_active);
        padding: 5px 20px;
        border-radius: 15px;
    }

    [data-tab-main] [data-tab-link].active {
        border: none;
        background: transparent;
    }

    [data-tab-main] .tabs-title-sale {
        background: transparent;
    }

    [data-tab-main] [data-tab-link].active .cd-clock {
        color: #333;
        padding-top: 10px;
    }

    .cd-clock {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4px;
        background: #fff3e0;
        padding: 6px 8px;
        border-radius: 6px;
        font-size: 13px;
        font-weight: 600;
        color: #f57c00;
    }

    /* từng ô số */
    .cd-clock .hours,
    .cd-clock .minutes,
    .cd-clock .seconds {
        background: #f57c00;
        color: #fff;
        border-radius: 4px;
        min-width: 22px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }

    /* dấu : nhỏ gọn lại */
    .cd-clock span:not(.hours):not(.minutes):not(.seconds) {
        font-size: 12px;
    }

    /* ẩn chữ "Ngày" nếu có */
    .cd-clock .b-days {
        display: none !important;
    }
    .cd-clock {
        background: transparent;
        padding: 0;
    }

    .cd-clock .hours,
    .cd-clock .minutes,
    .cd-clock .seconds {
        background: #f57c00;
        border-radius: 4px;
        font-weight: bold;
    }
}

/* ── Sold-on progress bar ─────────────────────────────── */
.sold-on {
    height: 8px;
    background: var(--bg_sold, #e7e7e7);
    border-radius: 20px;
    overflow: hidden;
}
.sold-on .remain {
    background: linear-gradient(to right, var(--bg_remain_1, #fff2cd), var(--bg_remain_2, #ffb70f));
    right: 0;
    top: 0;
    z-index: 1;
    border-radius: 0 20px 20px 0;
    min-width: 5%;
}
.collection expandable-content {
    padding-bottom: 10px;
}
.bm_checkout .btn-checkout {
    margin-top: 15px !important;
    display: block !important;
    clear: both;
}

.checkout-buttons {
    display: none;
}
.expanded .rte {
    max-height: 100% !important;
    padding-bottom: 55px;
}
expandable-content.scrollable.expanded:after {
    display: none;
}
