:root {
    --sk-blue: #005ca8;
    --sk-blue-dark: #003b82;
    --sk-cyan: #00a7d8;
    --sk-text: #0f273f;
    --sk-muted: #64748b;
    --sk-soft: #eef5fb;
    --sk-soft-2: #f8fafc;
    --sk-border: #dbe7f2;
    --sk-white: #ffffff;
    --sk-shadow: 0 18px 44px rgba(15, 39, 63, 0.12);
    --sk-shadow-hover: 0 24px 58px rgba(0, 92, 168, 0.18);
}

.solklean-product-banner {
    position: relative;
    overflow: hidden;
}

    .solklean-product-banner img {
        object-fit: cover;
    }

.WContentProChild.solklean-products-page {
    padding: 0;
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, var(--sk-soft-2) 48%, #ffffff 100%);
    color: var(--sk-text);
    overflow: hidden;
}

    .WContentProChild.solklean-products-page::before,
    .WContentProChild.solklean-products-page::after {
        content: "";
        position: absolute;
        width: 340px;
        height: 340px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(0, 167, 216, 0.14), rgba(0, 167, 216, 0));
        pointer-events: none;
    }

    .WContentProChild.solklean-products-page::before {
        top: 80px;
        left: -160px;
    }

    .WContentProChild.solklean-products-page::after {
        right: -170px;
        bottom: 120px;
    }

.products-hero,
.products-list-section {
    position: relative;
    z-index: 1;
}

.products-hero {
    padding: 72px 0 42px;
}

.products-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 34px;
    align-items: stretch;
}

.products-hero-copy {
    padding: 38px;
    border: 1px solid rgba(0, 92, 168, 0.1);
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(238, 245, 251, 0.78));
    box-shadow: 0 18px 50px rgba(15, 39, 63, 0.08);
}

.products-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    color: var(--sk-blue);
    font-family: InterSB, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0;
}

    .products-eyebrow::before,
    .products-eyebrow::after {
        content: "";
        width: 34px;
        height: 2px;
        border-radius: 99px;
        background: linear-gradient(90deg, var(--sk-blue), var(--sk-cyan));
    }

.title-category.cate-title-childdd {
    margin: 0;
}

    .title-category.cate-title-childdd h1 {
        margin: 0;
        color: var(--sk-text);
        font-family: InterEB, InterSB, Arial, sans-serif;
        font-size: clamp(34px, 3vw, 56px);
        font-style: normal;
        font-weight: 800;
        line-height: 1.08;
        text-transform: none;
    }

.products-hero-copy p {
    max-width: 760px;
    margin: 20px 0 0;
    color: var(--sk-muted);
    font-family: Inter, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.75;
}

.products-hero-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.products-stat {
    min-height: 120px;
    padding: 24px;
    border: 1px solid rgba(0, 92, 168, 0.12);
    border-radius: 22px;
    background: var(--sk-white);
    box-shadow: 0 14px 36px rgba(15, 39, 63, 0.08);
}

    .products-stat strong {
        display: block;
        margin-bottom: 8px;
        color: var(--sk-blue);
        font-family: InterEB, Arial, sans-serif;
        font-size: 34px;
        line-height: 1;
    }

    .products-stat span {
        color: var(--sk-muted);
        font-family: Inter, Arial, sans-serif;
        font-size: 15px;
        line-height: 1.55;
    }

.products-list-section {
    padding: 24px 0 76px;
}

.products-toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--sk-border);
}

    .products-toolbar h2 {
        margin: 0;
        color: var(--sk-text);
        font-family: InterEB, InterSB, Arial, sans-serif;
        font-size: clamp(26px, 3vw, 40px);
        line-height: 1.15;
    }

    .products-toolbar p {
        max-width: 520px;
        margin: 0;
        color: var(--sk-muted);
        font-family: Inter, Arial, sans-serif;
        font-size: 15px;
        line-height: 1.7;
    }

.product-empty {
    display: block;
    margin: 18px 0 0;
    padding: 18px 20px;
    border: 1px solid rgba(0, 92, 168, 0.12);
    border-radius: 16px;
    background: #ffffff;
    color: var(--sk-muted);
    box-shadow: 0 12px 30px rgba(15, 39, 63, 0.07);
}

.boxes.books-boxes.product-Promo.product-full.product-child {
    position: relative;
    z-index: 1;
}

.product-list-seller.list-best-seller {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.product-seller {
    min-width: 0;
}

.WProItemSeller {
    height: 100%;
    padding: 14px;
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 92, 168, 0.1);
    border-radius: 24px;
    background: var(--sk-white);
    box-shadow: var(--sk-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
}

.imgproduct {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    margin-top: 0;
    border-radius: 20px;
    background: linear-gradient(135deg, #f8fbff, #eef5fb);
}

    .imgproduct::before {
        content: "";
        position: absolute;
        inset: auto -30px -50px auto;
        width: 145px;
        height: 145px;
        border-radius: 50%;
        background: rgba(0, 167, 216, 0.12);
        z-index: 1;
        pointer-events: none;
    }

    .imgproduct a.imgpa {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
    }

    .imgproduct img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
        padding: 16px;
        transition: transform 0.35s ease;
    }

.WProItemSeller:hover .imgproduct img {
    transform: scale(1.055);
}

.product-card-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 7px 12px;
    border-radius: 99px;
    background: linear-gradient(135deg, var(--sk-blue), var(--sk-cyan));
    color: #ffffff;
    font-family: InterSB, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(0, 92, 168, 0.22);
    opacity: 0;
}

.info-product {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px 4px 4px;
}

.product-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
    display: none;
}

    .product-card-meta span {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 7px 10px;
        border-radius: 99px;
        background: var(--sk-soft);
        color: var(--sk-blue-dark);
        font-family: InterSB, Arial, sans-serif;
        font-size: 12px;
        line-height: 1;
    }

    .product-card-meta i {
        color: var(--sk-cyan);
        font-size: 12px;
    }

.title-product {
    margin: 0;
    padding: 0;
    text-align: left;
}

    .title-product a {
        margin: 0;
        color: var(--sk-text);
        font-family: InterSB, Arial, sans-serif;
        font-size: 19px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.4;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        transition: color 0.3s ease;
    }

.WProItemSeller:hover .title-product a {
    color: var(--sk-blue);
}

.product-card-description {
    min-height: 50px;
    margin: 10px 0 16px;
    color: var(--sk-muted);
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.65;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.bottom-pro {
    width: 100%;
    margin-top: auto;
    padding-top: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-top: 1px solid var(--sk-border);
}

.cost-product {
    overflow: hidden;
    display: block;
    width: 100%;
    margin: 0;
}

    .cost-product.w-content-price-seller {
        padding: 0;
    }

        .cost-product.w-content-price-seller span {
            display: block;
            margin: 0;
            color: var(--sk-blue-dark);
            font-family: InterEB, InterSB, Arial, sans-serif;
            font-size: 21px;
            font-style: normal;
            font-weight: 800;
            line-height: 1.2;
        }

.total-comment-num-seller {
    display: block;
}

.WSaleLinkNumOut {
    position: relative;
}

.link-product-bests-eller {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.solklean-products-page .link-product-bests-eller,
.product-card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.link-product-bests-eller a {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 14px;
    font-family: 'InterSB';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.product-detail-link {
    border: 1px solid var(--sk-border);
    background: #ffffff;
    color: var(--sk-blue-dark);
}

    .product-detail-link:hover {
        border-color: rgba(0, 92, 168, 0.28);
        background: var(--sk-soft);
        color: var(--sk-blue);
    }

.link-product-bests-eller a.addcart.aprocess {
    border: 1px solid transparent;
    background: linear-gradient(135deg, var(--sk-blue), var(--sk-cyan));
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(0, 92, 168, 0.22);
}

    .link-product-bests-eller a.addcart.aprocess:hover {
        transform: translateY(-2px);
        background: linear-gradient(135deg, var(--sk-blue-dark), var(--sk-blue));
        box-shadow: 0 16px 34px rgba(0, 92, 168, 0.28);
    }

.link-product-bests-eller a i {
    font-size: 14px;
}

.WProItemSeller .new {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ef4444;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(239, 68, 68, 0.28);
}

.WProItemSeller .text-new {
    font-family: InterSB, Arial, sans-serif;
    font-size: 13px;
    line-height: 1;
}

.seller-content-product > .pages,
.seller-content-product .pagination,
.seller-content-product .page {
    margin-top: 34px;
}

.seller-content-product a[href*="Page="],
.seller-content-product .pages a,
.seller-content-product .pages span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    margin: 0 4px 8px;
    padding: 0 12px;
    border: 1px solid var(--sk-border);
    border-radius: 12px;
    background: #ffffff;
    color: var(--sk-text);
    font-family: InterSB, Arial, sans-serif;
    font-size: 14px;
    transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

    .seller-content-product a[href*="Page="]:hover,
    .seller-content-product .pages a:hover {
        border-color: var(--sk-blue);
        background: var(--sk-blue);
        color: #ffffff;
    }

.solklean-detail-product .product-list-seller.list-best-seller {
    gap: 20px;
}

.solklean-detail-product .link-product-bests-eller {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 1199px) {
    .products-hero-inner {
        grid-template-columns: 1fr;
    }

    .products-hero-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .solklean-detail-product .product-list-seller.list-best-seller {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1023px) {
    .products-hero {
        padding: 54px 0 32px;
    }

    .products-hero-copy {
        padding: 28px;
        border-radius: 22px;
    }

    .products-toolbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .product-list-seller.list-best-seller {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .title-product a {
        font-size: 17px;
    }

    .cost-product.w-content-price-seller span {
        font-size: 18px;
    }

    .solklean-detail-product .product-list-seller.list-best-seller {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .products-hero {
        padding: 36px 0 24px;
    }

    .products-hero-copy {
        padding: 22px;
    }

        .products-hero-copy p {
            font-size: 15px;
            line-height: 1.65;
        }

    .products-hero-stats {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .products-stat strong {
        font-size: 20px;
    }

    .products-stat {
        min-height: auto;
        padding: 18px;
    }

    .products-list-section {
        padding: 16px 0 52px;
    }

    .product-list-seller.list-best-seller {
        grid-template-columns: 1fr;
    }

    .solklean-detail-product .product-list-seller.list-best-seller {
        grid-template-columns: 1fr;
    }

    .WProItemSeller {
        border-radius: 20px;
    }

    .imgproduct {
        border-radius: 16px;
    }

    .solklean-products-page .link-product-bests-eller,
    .product-card-actions,
    .solklean-detail-product .link-product-bests-eller {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 420px) {
    .products-eyebrow {
        font-size: 12px;
        gap: 8px;
    }

        .products-eyebrow::before,
        .products-eyebrow::after {
            width: 22px;
        }

    .title-category.cate-title-childdd h1 {
        font-size: 30px;
    }

    .products-toolbar h2 {
        font-size: 25px;
    }
}