/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: A child theme for Hello Elementor.
Author: BlueHuki
Author URI: https://bluehuki.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/


        .bhk-shop-wrap{
            display:grid;
            grid-template-columns:300px minmax(0,1fr);
            gap:36px;
            align-items:start;
            width:100%;
        }
        .bhk-shop-sidebar{
            position:sticky;
            top:20px;
            align-self:start;
			 height: calc(100vh - 40px);
    overflow: hidden;
        }
        .bhk-sidebar-box{
            background:#fff;
            border:1px solid #e7e7e7;
            border-radius:14px;
            padding:22px 20px;
            box-shadow:0 8px 30px rgba(0,0,0,0.04);
			height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
    scrollbar-width: thin;
        }
        .bhk-sidebar-top{
            display:flex;
            align-items:center;
            justify-content:space-between;
            gap:12px;
            margin-bottom:18px;
            padding-bottom:14px;
            border-bottom:1px solid #efefef;
        }
		.bhk-sidebar-box::-webkit-scrollbar{
    width: 6px;
}
		.bhk-sidebar-box::-webkit-scrollbar-track{
    background: #f1f1f1;
    border-radius: 10px;
}

.bhk-sidebar-box::-webkit-scrollbar-thumb{
    background: #c7c7c7;
    border-radius: 10px;
}

.bhk-sidebar-box::-webkit-scrollbar-thumb:hover{
    background: #999;
}
        .bhk-sidebar-top h3{
            margin:0;
            font-size:22px;
			font-family:copperplate;
            line-height:1.2;
            color:#1a1a1a;
        }
        .bhk-view-all{
            font-size:13px;
            text-decoration:none;
            color:#666;
            white-space:nowrap;
        }
        .bhk-view-all:hover{
            color:#000;
        }
        .bhk-category-tree ul{
            list-style:none;
            margin:0;
            padding:0;
        }
        .bhk-category-tree .bhk-cat-level-0 > li{
            margin-bottom:6px;
        }
        .bhk-category-tree li a{
            display:block;
            text-decoration:none;
            color:#2d2d2d;
            font-size:16px;
			font-family:copperplate;
            line-height:1.4;
            padding:9px 12px;
            border-radius:10px;
            transition:all .25s ease;
        }
        .bhk-category-tree li a:hover{
            background:#000;
            color:#fff;
            transform:translateX(2px);
        }
        .bhk-category-tree li.active > a{
            background:#C30E30;
            color:#fff;
            font-weight:600;
        }
        .bhk-category-tree li.current-ancestor > a{
            background:#f5f5f5;
            font-weight:600;
        }
        .bhk-category-tree .bhk-cat-level-1,
        .bhk-category-tree .bhk-cat-level-2,
        .bhk-category-tree .bhk-cat-level-3{
            margin-top:6px;
            margin-left:14px;
            padding-left:12px;
            border-left:1px solid #e9e9e9;
        }
        .bhk-category-tree .bhk-cat-level-1 a{
            font-size:15px;
            color:#555;
        }
        .bhk-shop-content{
            min-width:0;
            position:relative;
        }
        .bhk-shop-content.bhk-loading{
            opacity:.55;
            pointer-events:none;
        }
        .bhk-shop-content.bhk-loading:after{
            content:'Loading...';
            position:absolute;
            top:20px;
            right:20px;
            background:#111;
            color:#fff;
            padding:8px 14px;
            border-radius:8px;
            font-size:13px;
            z-index:10;
        }
        .bhk-current-category{
            margin-bottom:24px;
        }
        .bhk-current-category h2{
            margin:0 0 8px;
            font-size:28px;
			font-family:copperplate;
            line-height:1.2;
        }
        .bhk-current-category p{
            margin:0;
            color:#666;
            font-size:15px;
        }
        .bhk-product-grid{
            display:grid;
            gap:15px;
        }
        .bhk-product-grid.columns-2{ grid-template-columns:repeat(2,minmax(0,1fr)); }
        .bhk-product-grid.columns-3{ grid-template-columns:repeat(3,minmax(0,1fr)); }
        .bhk-product-grid.columns-4{ grid-template-columns:repeat(4,minmax(0,1fr)); }
        .bhk-product-grid.columns-5{ grid-template-columns:repeat(5,minmax(0,1fr)); }
        .bhk-product-card{
            background:#fff;
            border:1px solid #ececec;
            border-radius:16px;
            overflow:hidden;
            transition:all .25s ease;
            box-shadow:0 10px 25px rgba(0,0,0,0.03);
            height:100%;
            display:flex;
            flex-direction:column;
        }
        .bhk-product-card:hover{
            transform:translateY(-4px);
            box-shadow:0 16px 35px rgba(0,0,0,0.08);
        }
        .bhk-product-image{
            display:flex;
            align-items:center;
            justify-content:center;
            background:#fafafa;
            aspect-ratio:1 / 1;
            padding:18px;
            border-bottom:1px solid #f0f0f0;
        }
        .bhk-product-image img{
            width:100%;
            height:100%;
            object-fit:contain;
        }
        .bhk-product-info{
            padding:18px 18px 20px;
            display:flex;
            flex-direction:column;
            gap:10px;
            flex:1;
        }
        .bhk-product-title{
            margin:0;
            font-size:16px;
			font-family:poppins;
            line-height:1.4;
            font-weight:500;
        }
        .bhk-product-title a{
            text-decoration:none;
            color:#1b1b1b;
        }
        .bhk-product-title a:hover{
            color:#000;
        }
        .bhk-product-price{
            font-size:18px;
			font-family:poppins;
            font-weight:500;
            color:#5E5E5E;
        }
		del span.woocommerce-Price-amount{
			color:#5e5e5e;
		}
		ins span.woocommerce-Price-amount{
			color:#C30E30;
		}
        .bhk-product-button{
            margin-top:auto;
        }
        .bhk-product-button .button{
            width:100%;
            text-align:center;
            border:none;
            background:#C30E30;
            color:#fff;
            padding:12px 16px;
            border-radius:10px;
            text-decoration:none;
            font-size:16px;
			font-family:poppins;
            font-weight:500;
            display:inline-block;
        }
        .bhk-product-button .button:hover{
            background:#1b1b1b;
            color:#fff;
        }
		 .bhk-product-button .button:active{
            background:#C30E30;
            color:#fff;
        }
        .bhk-pagination{
            margin-top:32px;
        }
        .bhk-pagination ul{
            list-style:none;
            display:flex;
            flex-wrap:wrap;
            gap:8px;
            padding:0;
            margin:0;
        }
        .bhk-pagination a,
        .bhk-pagination span{
            display:inline-flex;
            align-items:center;
            justify-content:center;
            min-width:42px;
            height:42px;
            padding:0 12px;
            border:1px solid #e3e3e3;
            border-radius:10px;
            text-decoration:none;
            color:#222;
            background:#fff;
        }
        .bhk-pagination .current{
            background:#C30E30;
            color:#fff;
            border-color:#C30E30;
        }
        .bhk-no-products{
            background:#fafafa;
            padding:30px;
            border:1px solid #ececec;
            border-radius:14px;
            text-align:center;
        }
        @media (max-width: 1024px){
            .bhk-shop-wrap{
                grid-template-columns:1fr;
            }
            .bhk-shop-sidebar{
                position:relative;
                top:0;
            }
            .bhk-product-grid.columns-4,
            .bhk-product-grid.columns-5{
                grid-template-columns:repeat(3,minmax(0,1fr));
            }
        }
        @media (max-width: 767px){
            .bhk-product-grid.columns-2,
            .bhk-product-grid.columns-3,
            .bhk-product-grid.columns-4,
            .bhk-product-grid.columns-5{
                grid-template-columns:repeat(2,minmax(0,1fr));
                gap:18px;
            }
            .bhk-sidebar-box{
                padding:18px 16px;
            }
            .bhk-sidebar-top h3{
                font-size:20px;
            }
            .bhk-product-title{
                font-size:16px;
            }
        }
        @media (max-width: 520px){
            .bhk-product-grid.columns-2,
            .bhk-product-grid.columns-3,
            .bhk-product-grid.columns-4,
            .bhk-product-grid.columns-5{
                grid-template-columns:1fr;
            }
        }
   