/* Product Filter Cleanup - Start */



/* Product Sidebar Filter Style - End */


/* Archive Category Cards - Start */

.archive-category-card img {
    width: 100%;
    height: 98px;
    display: block;
    object-fit: cover;
    background: #f3f4f6;
}

/* Archive Category Cards - End */


/* Product archive sidebar layout - Start */

body.woocommerce.archive #secondary,
body.woocommerce-page.archive #secondary,
body.woocommerce.archive .primary-sidebar {
    width: 236px !important;
    max-width: 236px !important;
    min-width: 236px !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #111827;
}

body.woocommerce.archive .content-container,
body.woocommerce-page.archive .content-container {
    display: grid !important;
    grid-template-columns: 236px minmax(0, 1fr) !important;
    column-gap: 34px !important;
    align-items: start;
}

body.woocommerce.archive .wpc-filter {
    border-bottom: 1px solid #e5e7eb;
    padding: 0 0 26px;
    margin: 0 0 26px;
}

body.woocommerce.archive .wpc-filter-title {
    font-size: 16px !important;
    line-height: 1.25;
    font-weight: 700 !important;
    color: #111827 !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

body.woocommerce.archive .wpc-filters-ul-list,
body.woocommerce.archive .wpc-filter-content ul {
    margin: 0 !important;
    padding: 0 !important;
}

body.woocommerce.archive .wpc-filters-ul-list li,
body.woocommerce.archive .wpc-filter-content li {
    margin: 0 0 11px !important;
    padding: 0 !important;
    line-height: 1.35;
}

body.woocommerce.archive .wpc-filter-content a,
body.woocommerce.archive .wpc-filter-content label {
    color: #111827 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
}

body.woocommerce.archive .wpc-filter-content a:hover,
body.woocommerce.archive .wpc-filter-content label:hover {
    color: #f7630c !important;
}

body.woocommerce.archive .wpc-filter-content input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    margin: 0 9px 0 0 !important;
    border: 1px solid #9ca3af !important;
    border-radius: 3px !important;
    vertical-align: -4px;
    accent-color: #2563eb;
}

body.woocommerce.archive .wpc-term-count {
    color: #9ca3af !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    margin-left: 4px !important;
}

body.woocommerce.archive .wpc-see-more-control,
body.woocommerce.archive .wpc-filter-more-less,
body.woocommerce.archive .wpc-filters-more-button {
    color: #2563eb !important;
    font-size: 14px !important;
    margin-top: 4px !important;
    display: inline-block;
}

body.woocommerce.archive #primary,
body.woocommerce-page.archive #primary {
    width: 100% !important;
    min-width: 0 !important;
}

@media (max-width: 1024px) {
    body.woocommerce.archive .content-container,
    body.woocommerce-page.archive .content-container {
        display: block !important;
    }

    body.woocommerce.archive #secondary,
    body.woocommerce-page.archive #secondary,
    body.woocommerce.archive .primary-sidebar {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-bottom: 24px;
    }
}

/* Product archive sidebar layout - End */


/* Product Category Top Cards - Start */



/* Product Category Top Cards - End */



/* CWCat Product Sidebar Layout - Start */

@media (min-width: 1025px) {
    body.woocommerce.archive .content-container,
    body.woocommerce-page.archive .content-container {
        display: grid !important;
        grid-template-columns: 240px minmax(0, 1fr) !important;
        column-gap: 48px !important;
        align-items: start !important;
    }

    body.woocommerce.archive #secondary,
    body.woocommerce-page.archive #secondary {
        width: 240px !important;
        max-width: 240px !important;
        min-width: 240px !important;
        padding-right: 0 !important;
        overflow: visible !important;
        max-height: none !important;
        height: auto !important;
    }

    body.woocommerce.archive #secondary .sidebar-inner-wrap,
    body.woocommerce-page.archive #secondary .sidebar-inner-wrap {
        overflow: visible !important;
        max-height: none !important;
        height: auto !important;
    }
}

@media (max-width: 1024px) {
    body.woocommerce.archive #secondary,
    body.woocommerce-page.archive #secondary {
        display: none !important;
    }

    body.woocommerce.archive .content-container,
    body.woocommerce-page.archive .content-container {
        display: block !important;
    }

    body.woocommerce.archive #primary,
    body.woocommerce-page.archive #primary {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* CWCat Product Sidebar Layout - End */




/* Product list layout - Start */


/* Product list layout - End */


/* Product Category Bottom Content Star */

.category-extra-content {
    max-width: 1100px;
    margin: 42px auto 0;
    color: #1f2937;
}

.category-extra-content h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 32px 0 16px;
}

.related-searches {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.related-searches a {
    padding: 6px 12px;
    border: 1px solid #d6e2f5;
    border-radius: 6px;
    background: #ffffff;
    color: #2457b8;
    font-size: 14px;
    text-decoration: none;
}

.related-searches a:hover {
    background: #eef5ff;
    color: #f7630c;
}

.explore-more-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.explore-card {
    text-decoration: none;
    color: #1f2937;
}

.explore-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 6px;
    background: #eef3f8;
}

.explore-card span {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
}

.category-description-text {
    font-size: 16px;
    line-height: 1.7;
}

.category-faq details {
    border-bottom: 1px solid #e5e7eb;
    padding: 16px 0;
}

.category-faq summary {
    cursor: pointer;
    font-weight: 700;
    color: #111827;
}

.category-faq p {
    margin: 10px 0 0;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .explore-more-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Product Category Bottom Content End */





