/**
 * Theme Name:     furnexa Child
 * Author:         kanchan shahi
 * Template:       Furnexa
 * Text Domain:	   furnexa-child
 * Description:    Our default theme lets you create a responsive website with a sleek, modern design.
 */
 
body{
    font-family: "Inter", "Poppins", system-ui, sans-serif;
}

.category_banner{
    position:relative;
    width:100%;
    height:500px;
    overflow:hidden;
}

.category_banner img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* dark gradient overlay */
.category_banner::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to right, rgba(0,0,0,.65), rgba(0,0,0,.2));
}

/* text container */
.banner_overlay{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    z-index:2;
    color:#fff;
    max-width:700px;
    width:90%;
    text-align:center;
}


/* heading */
.banner_overlay h1{
    font-size:42px;
    font-weight:700;
    color:#fff;
    text-align: center;
    margin-bottom:12px;
    letter-spacing:.5px;
}

/* description */
.banner_overlay p{
    font-size:18px;
    line-height:1.6;
    text-align: center;
    opacity:.95;
}

/* mobile responsive */
@media(max-width:768px){
    .banner_overlay{
        left:25px;
        right:25px;
    }

    .banner_overlay h1{
        font-size:28px;
    }

    .banner_overlay p{
        font-size:15px;
    }
}


.shop-by-category h2,
.latest-products h3,
.best-selling-products h3,
.style_modern h3{
    font-size:28px;
    font-weight:700;
    margin-bottom:20px;
    text-align:center;
}

.shop-by-category,
.latest-products,
.best-selling-products,
.style_section{
    margin:70px 0;
}

.button,
.add_to_cart_button{
    background:#2f5cff;
    border-radius:30px;
    padding:12px 20px;
    font-weight:600;
    transition:.3s;
}

.button:hover{
    background:#1c3ed6;
}
.shop-by-category{
    background:#fff;
    padding:40px;
    border-radius:18px;
}
.category_banner{
    box-shadow:0 10px 40px rgba(0,0,0,.15);
}
.subcategory{
    background:#fff;
    border-radius:14px;
    padding:20px;
    transition:.3s;
    border:1px solid #eee;
}

.subcategory:hover{
    transform:translateY(-6px);
    box-shadow:0 10px 25px rgba(0,0,0,0.1);
}
/* Subcategory Pills */
.top-subcategories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

.subcat-pill {
    padding: 8px 18px;
    background: #f2f4f8;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.subcat-pill:hover {
    background: #2563eb;
    color: #fff;
}

.subcat-pill.active {
    background: #2563eb;
    color: #fff;
}
.shop-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e7eb;
}

.shop-top-bar .left h2 {
    font-size: 26px;
    margin: 0;
    font-weight: 600;
}

.shop-top-bar .left span {
    font-size: 14px;
    color: #6b7280;
    margin-left: 10px;
}

.shop-top-bar .right {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Select Styling */
.shop-top-bar select,
.woocommerce-ordering select {
    padding: 8px 14px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 14px;
}
.shop-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 30px;
}

/* Sidebar */
.shop-sidebar {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    height: fit-content;
    position: sticky;
    top: 100px;
}
.tax-product_cat li.product.type-product .container-inner {
    padding: 10px;
    }

.shop-products ul.products li.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
.shop-products ul.products li.product img {
    border-radius: 10px;
}
.shop-products ul.products li.product h2 {
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0 5px;
}
.shop-products ul.products li.product .price {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
}
.shop-products ul.products li.product .button {
    width: 100%;
    background: #2563eb;
    color: #fff;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    transition: 0.3s;
}

.shop-products ul.products li.product .button:hover {
    background: #1e40af;
}
.custom-pagination ul {
    display: flex;
    justify-content: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.custom-pagination ul li a,
.custom-pagination ul li span {
    padding: 8px 12px;
    border-radius: 6px;
    background: #f3f4f6;
    text-decoration: none;
    color: #111;
}

.custom-pagination ul li span.current {
    background: #2563eb;
    color: #fff;
}
@media (max-width: 1024px) {
    .shop-layout {
        grid-template-columns: 1fr;
    }

    .shop-products ul.products {
        grid-template-columns: repeat(2, 1fr);
    }

    .shop-sidebar {
        position: relative;
        top: 0;
    }
}

@media (max-width: 600px) {
    .shop-products ul.products {
        grid-template-columns: 1fr;
    }

    .shop-top-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}
.woof-front-builder-container .woof_container h4 {
    display: none;
    }

    .shop-by-category {
    margin-left: auto;
    margin-right: auto;
}
.irs-grid-text {
    display: none;
}
.irs-grid-text:first-child, .irs-grid-text:last-child, span.irs-grid-text.js-grid-text-0 {
    display: block;
}
ul.products.columns-3:before, ul.products.columns-3:after {
    display: none;
}
ul.products.columns-3 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
ul.products.columns-3 li {
    width: calc(33.33% - 15px);
}

ul.products.columns-3 li .container-inner {
    margin: 0;
}
.tax-product_cat li.product.type-product .container-inner {
    width: -webkit-fill-available;
}
.custom-pagination span {
    color: #4169e1;
}

.custom-pagination span, .custom-pagination a {
    font-size: 16px;
}
.custom-pagination {
    text-align: center;
    margin: 50px 0 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}