sup {
    margin-left: 3px;
}

.slick-arrow {
    opacity: 0;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    background: #e1e1e1;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    color: #58595e !important;
}

.slick-arrow:hover {
    background: #dedede;
}

.slick-arrow.slick-disabled {
    display: none !important;
}

.slick-next {
    right: 5px;
}

.slick-prev {
    left: 5px;
}

.slick-has-nav:hover .slick-arrow {
    opacity: 1;
}

img {
    transition: .3s;
}

.slick-dots {
    margin-top: 10px;
}

.slick-dots li {
    height: 12px;
    width: 12px;
    border: none;
    background-color: #00000020;
}

.slick-dots li.slick-active {
    background-color: #3cb0bc;
}

/* Product Card */
.product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    background: #fff;
}

.product-card-top {
    position: relative;
    background: #f7f7f7;
    border-radius: 10px;
    /* padding: 16px; */
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    margin-bottom: 12px;
    transition: transform 0.3s ease;
}

.product-card:hover .product-card-top img {
    transform: scale(1.05);
}

.product-card-top .rating-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    border-radius: 50px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 600;
    color: #4a4a4a;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    z-index: 1;
}

.product-card-top .rating-badge .star {
    color: #f5a623;
    font-size: 12px;
}

.product-card-top .wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #FFF;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #7a7a7a;
    transition: color 0.2s ease, transform 0.2s ease;
    z-index: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.product-card-top .wishlist-btn:hover {
    color: #d32f2f;
    transform: scale(1.1);
}

.product-card-top .wishlist-btn .heart-icon {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    font-size: 17px;
}

.product-card-top .wishlist-btn.active {
    color: #d32f2f;
}

.product-card-top .wishlist-btn.active .heart-icon {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.product-image-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image-container img {
    mix-blend-mode: multiply;
    border-radius: 8px;
}

.product-item-out-of-stock {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 10;
    pointer-events: none;
}

.product-card-top .age-badge {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: #555;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
    text-transform: uppercase;
}

/* Info container */
.product-card-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-brand {
    font-size: 14px;
    color: #58595e;
    text-decoration: underline !important;
    margin-bottom: 4px;
    /* font-weight: 500; */
}

.product-brand:hover {
    color: #3cb0bc;
}

.product-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    margin: 0 0 6px 0;
    height: 43px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pagination-wrap {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.pagination-wrap .pagination {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.pagination-wrap .page-item .page-link {
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    color: #3cb0bc;
    text-decoration: none;
    transition: all 0.2s;
    background: #fff;
}

.pagination-wrap .page-item.active .page-link {
    background: #3cb0bc;
    color: #fff;
    border-color: #3cb0bc;
}

.pagination-wrap .page-item.disabled .page-link {
    color: #ccc;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .pagination-wrap .page-item .page-link {
        padding: 5px 10px;
        border-radius: 4px;
        font-size: 14px;
    }

    .pagination-wrap .pagination {
        gap: 6px;

    }
}

.promo-label {
    font-size: 13px;
    font-weight: 700;
    color: #c63617;
    margin: 0 0 6px 0;
}

.price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 6px;
}

.current-price {
    font-size: 16px;
    font-weight: 700;
    color: #c63617;
}

.rrp-price {
    font-size: 12px;
    color: #777;
    text-decoration: line-through;
}

.unit-price {
    font-size: 12px;
    color: #777;
    margin: 0 0 12px 0;
}

.btn-add-basket {
    background-color: #3cb0bc;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    margin-top: auto;
    width: 100%;
    text-align: center;
}

.btn-add-basket:hover {
    background-color: #2c9ca7;
    color: #fff;
}

.btn-add-basket:active {
    transform: scale(0.98);
}

/* Responsive adjustments for Top Sellers */
@media (max-width: 992px) {
    .top-sellers-section {
        margin-top: 40px;
    }

    .top-sellers-header .section-title {
        font-size: 22px;
    }

    .btn-add-basket {
        padding: 8px 12px;
        /* font-size: 13px; */
    }
}

@media (max-width: 768px) {
    .top-sellers-header {
        margin-bottom: 16px;
    }
}

@media (max-width: 575px) {
    .top-sellers-header .section-title {
        font-size: 20px;
    }

    .product-card-top .rating-badge {
        padding: 1px 5px;
        font-size: 10px;
    }

    .promo-label {
        font-size: 11px;
    }

    .btn-add-basket {
        padding: 7px 10px;
        /* font-size: 12px; */
    }
}

@media (max-width: 380px) {
    .top-sellers-header .section-title {
        font-size: 18px;
    }

    .product-card-slide {
        padding: 0 6px;
    }
}


.top-sellers-carousel .slick-slide {
    margin: 0 10px;
}

.top-sellers-carousel .slick-list {
    margin: 0 -10px;
}

@media (max-width: 575px) {
    .top-sellers-carousel .slick-slide {
        margin: 0 8px;
    }

    .top-sellers-carousel .slick-list {
        margin: 0 -8px;
    }
}


/* ==========================================================================
   CK-CONTENT â€” Ná»™i dung bÃ i viáº¿t / tin tá»©c tá»« CKEditor
   Ãp dá»¥ng class .ck-content lÃªn wrapper chá»©a HTML tá»« CKEditor
   ========================================================================== */

.ck-content {
    font-size: 14px;
    line-height: 1.5;
    word-break: break-word;
}

/* â”€â”€ Headings â”€â”€ */
.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6 {
    font-weight: 700;
    line-height: 1.35;
    color: #1a1a1a;
    margin-top: 12px;
    margin-bottom: 8px;
}

.ck-content h1 {
    font-size: 32px;
}

.ck-content h2 {
    font-size: 22px;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 8px;
}

.ck-content h3 {
    font-size: 18px;
}

.ck-content h4 {
    font-size: 16px;
}

.ck-content h5,
.ck-content h6 {
    font-size: 14px;
    color: #4a5568;
}

/* â”€â”€ Paragraph â”€â”€ */
.ck-content p {
    margin: 0 0 12px;
}

/* â”€â”€ Links â”€â”€ */
.ck-content a {
    color: #3cb0bc;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.ck-content a:hover {
    color: #2c9ca7;
}

/* â”€â”€ Strong / Em â”€â”€ */
.ck-content strong {
    font-weight: 700;
    color: #1a1a1a;
}

.ck-content em {
    font-style: italic;
    color: #4a5568;
}

/* â”€â”€ Unordered & Ordered Lists â”€â”€ */
.ck-content ul,
.ck-content ol {
    padding-left: 26px;
    margin: 0 0 15px 10px;
}

.ck-content ul {
    list-style: none;
    padding-left: 0;
}

.ck-content ul li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 7px;
    line-height: 1.5;
}

.ck-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    background-color: #3cb0bc;
    border-radius: 50%;
}

.ck-content ol {
    list-style: decimal;
}

.ck-content ol li {
    margin-bottom: 7px;
    padding-left: 5px;
}

.ck-content li>ul,
.ck-content li>ol {
    margin-top: 6px;
    margin-bottom: 0;
}

/* â”€â”€ Blockquote â”€â”€ */
.ck-content blockquote {
    margin: 29px 0;
    padding: 16px 20px 16px 24px;
    border-left: 4px solid #3cb0bc;
    background-color: #f0f7f8;
    border-radius: 0 8px 8px 0;
    color: #2c4a4e;
    font-style: italic;
    font-size: 17px;
    line-height: 1.75;
}

.ck-content blockquote p {
    margin: 0;
}

/* â”€â”€ HÃ¬nh áº£nh â”€â”€ */
.ck-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    margin: 22px auto;
}

.ck-content figure.image {
    margin: 29px auto;
    text-align: center;
}

.ck-content figure.image figcaption {
    font-size: 13px;
    color: #718096;
    margin-top: 8px;
    font-style: italic;
    text-align: center;
}

/* â”€â”€ Table â”€â”€ */
.ck-content .table {
    overflow-x: auto;
    margin: 29px 0;
    -webkit-overflow-scrolling: touch;
}

.ck-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14.5px;
}

.ck-content table th,
.ck-content table td {
    border: 1px solid #e2e8f0;
    padding: 10px 14px;
    text-align: left;
    vertical-align: top;
}

.ck-content table th {
    background-color: #3cb0bc;
    color: #ffffff;
    font-weight: 700;
    font-size: 13.5px;
    letter-spacing: 0.02em;
}

.ck-content table tr:nth-child(even) td {
    background-color: #f8fafc;
}

.ck-content table tr:hover td {
    background-color: #e8f4f6;
}

/* â”€â”€ Code & Pre â”€â”€ */
.ck-content code {
    font-family: 'Fira Code', 'Courier New', monospace;
    font-size: 13.5px;
    background-color: #f1f5f9;
    color: #c53030;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
}

.ck-content pre {
    background-color: #1e293b;
    color: #e2e8f0;
    padding: 18px 20px;
    border-radius: 10px;
    overflow-x: auto;
    font-size: 13.5px;
    line-height: 1.7;
    margin: 26px 0;
}

.ck-content pre code {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font-size: inherit;
}

/* â”€â”€ Horizontal Rule â”€â”€ */
.ck-content hr {
    border: none;
    border-top: 2px solid #e2e8f0;
    margin: 32px 0;
}

/* â”€â”€ Media (video embed, iframe) â”€â”€ */
.ck-content .media,
.ck-content .raw-html-embed {
    margin: 29px 0;
}

.ck-content iframe {
    max-width: 100%;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}

/* â”€â”€ Responsive Mobile â”€â”€ */
@media (max-width: 768px) {
    .ck-content {
        font-size: 15px;
        line-height: 1.8;
    }

    .ck-content h1 {
        font-size: 25px;
    }

    .ck-content h2 {
        font-size: 20px;
    }

    .ck-content h3 {
        font-size: 16px;
    }

    .ck-content blockquote {
        padding: 12px 16px 12px 18px;
        font-size: 15px;
    }

    .ck-content table th,
    .ck-content table td {
        padding: 8px 10px;
        font-size: 13px;
    }

    .ck-content pre {
        font-size: 12.5px;
        padding: 14px 16px;
    }
}