            .simple-product-filter-wrapper .category-filter-container {
                /* margin-bottom: 2rem; */
                /* padding: 1.5rem; */
                /* background: #f5f5f5; */
                border-radius: 8px;
                width: 20%;
            }

            .simple-product-filter-wrapper .filter-section {
                margin-bottom: 1.5rem;
            }

            .simple-product-filter-wrapper .filter-section h4 {
                margin-bottom: 0.75rem;
                font-weight: 600;
            }
            .simple-product-filter-wrapper .filter-section p {
                font-size:16px;
                font-weight: 500;
            }

            .simple-product-filter-wrapper .filter-section label {
                display: flex;
                align-items: center;
                margin-bottom: 0.5rem;
                cursor: pointer;
                position: relative;
                padding-left: 35px;
                font-size: 14px;
                color:#292931;
            }
            .simple-product-filter-wrapper{
                display:flex;
                gap:50px;
            }
            .product-grid-container{
                width: 100%;
            }

            .simple-product-filter-wrapper .filter-checkbox {
                position: absolute;
                opacity: 0;
                cursor: pointer;
                height: 0;
                width: 0;
            }
            .simple-product-filter-wrapper .filter-section label::before {
                content: '';
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 20px;
                height: 20px;
                border: 1px solid #292931;
                border-radius: 4px;
                background-color: white;
                transition: all 0.2s ease;
            }
            .sb-product-detail-wrapper{
                padding:20px;
            }

            /* Checked state */
            .simple-product-filter-wrapper .filter-checkbox:checked + label::before {
                /* border-color: #4a90e2; */
                background-color: white;
            }

            /* Custom checkbox checkmark */
            .simple-product-filter-wrapper .filter-section label::after {
                content: '';
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 20px;
                height: 20px;
                background-image: url('/wp-content/uploads/2024/10/check.png');
                background-size: 20px;
                background-repeat: no-repeat;
                background-position: center;
                opacity: 0;
                transition: opacity 0.2s ease;
            }

            .simple-product-filter-wrapper .filter-checkbox:checked + label::after {
                opacity: 1;
            }

            /* Hover state */
            .simple-product-filter-wrapper .filter-section label:hover::before {
                /* border-color: #4a90e2; */
            }

            .simple-product-filter-wrapper .filter-reset-button {
                padding: 0.5rem 1rem;
                background: #333;
                color: white;
                border: none;
                border-radius: 4px;
                cursor: pointer;
                transition: background 0.3s ease;
            }

            .simple-product-filter-wrapper .filter-reset-button:hover {
                background: #555;
            }

            .simple-product-filter-wrapper .product-grid {
                display: grid;
                grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
                /* grid-template-columns: repeat(3, 1fr); */
                gap: 1rem;
                margin-bottom: 2rem;
            }

            .simple-product-filter-wrapper .product-item {
                /* background: white; */
                border-radius: 8px;
                /* padding: 1rem; */
                /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
                transition: transform 0.3s ease;
                display: flex;
                flex-direction: column;
                height: 100%;
            }
            .product-item a.product-item-link {
                display: flex;
                /* height: 100%; */
                flex-direction: column;
            }

            .simple-product-filter-wrapper .product-item:hover {
                /* transform: translateY(-5px); */
                background-color: #fff !important;
                box-shadow: 2px 5px 32px 2px rgba(0, 0, 0, 0.1);
            }
            .sb-product-detail-wrapper{
                border-top:1px solid #fff;
                display: flex;
                flex-grow: 1;
                flex-direction: column;
            }
            .sb-product-detail-wrapper .sb-product-detail-text-price-wrapper {
                height: 100%;
                flex-grow: 1;
            }

            .simple-product-filter-wrapper .product-item:hover{
                box-shadow: 2px 5px 32px 2px rgba(0, 0, 0, 0.1);
            }
            .simple-product-filter-wrapper .product-item:hover .sb-product-detail-wrapper{
                border-top:1px solid #2929314D;;
                background-color: #fff !important;

            }

            .simple-product-filter-wrapper .product-image {
                /* margin-bottom: 1rem; */
                /* aspect-ratio: 1; */
                overflow: hidden;
                box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            }

            .simple-product-filter-wrapper .product-thumbnail {
                width: 100%;
                height: 100%;
                object-fit: cover;
               
            }

            .simple-product-filter-wrapper .product-title {
                /* margin-bottom: 0.75rem; */
                /* font-size: 1.1rem; */
            }

            .simple-product-filter-wrapper .product-title a {
                color: var(--global-color-8);
                text-decoration: none;
                font-size: 22px;
                font-weight: 600;
                line-height: 1.2;
            }

            .simple-product-filter-wrapper .product-price {
                margin-bottom: 1rem;
                /* font-weight: 600; */
                /* color: #2c5282; */
            }

            .simple-product-filter-wrapper .no-price {
                color: #666;
                font-style: italic;
            }

            .simple-product-filter-wrapper .product-button{
                margin-top:auto;
            }


            .simple-product-filter-wrapper .buy-now-button a{
                display: flex;
                align-items: center;
                font-weight:500;
                /* justify-content: space-between; */
                /* padding: 0.75rem 1rem; */
                /* background: #4299e1; */
                color: var(--global-color-8);
                gap:10px;
                text-decoration: none;
                border-radius: 4px;
                transition: background 0.3s ease;
                width: fit-content;
            }

            .simple-product-filter-wrapper .buy-now-button:hover {
                /* background: #2b6cb0; */
            }

            .simple-product-filter-wrapper .buy-now-button img {
                width: 30px;
                height: 30px;
            }

            .simple-product-filter-wrapper .pagination {
                margin-top: 2rem;
                text-align: center;
            }

            .simple-product-filter-wrapper .pagination a,
            .simple-product-filter-wrapper .pagination span {
                padding: 8px 16px;
                border: 1px solid #ddd;
                background: #f7f8fa;
                color: #333;
                cursor: pointer;
                border-radius: 4px;
                font-size: 14px;
                transition: all 0.3s ease;
            }

            .simple-product-filter-wrapper .pagination a:hover {
                background: #fff;
                border-color: #ccc;
            }

            .simple-product-filter-wrapper .pagination .current {
                background: #e9e6ed;
                color: #383867;
                border-color: #e9e6ed;
            }
            .sb-document-search-wrapper {
                display: flex;
                width: 100%;
                justify-content: space-between;
                /* align-items:center; */
                align-items: center;
                gap:20px;
            }
            .sb-document-search-wrapper h3{
                margin-bottom:0px;
                white-space:nowrap;
            }

            .search-main-container {
                /* margin-bottom: 2rem; */
                width: 90%;
                margin-bottom:70px;
            }

            .search-input-wrapper {
                position: relative;
                width: 100%;
                max-width: 595px;
            }

            .search-input {
                width: 100%;
                padding: 12px 40px;
                border: 1px solid #e2e8f0;
                border-radius: 8px;
                font-size: 0.875rem;
                background: #fff;
                transition: all 0.2s;
            }

            .search-input:focus {
                outline: none;
                background-color:#fff !important;
                /* border-color: #000; */
                /* box-shadow: 0 0 0 1px #000; */
            }

            .search-icon-img {
                position: absolute;
                left: 15px;
                top: 50%;
                transform: translateY(-50%);
                color: #64748b;
                pointer-events: none;
            }
            .search-input-wrapper input {
                padding: 20px 30px 20px 44px;
                border-radius: 80px;
                background-color: #fff;
                border:none;
                width:100%;
                font-size:16px
            }

            .clear-search {
                position: absolute;
                right: 12px;
                top: 50%;
                transform: translateY(-50%);
                background: none;
                border: none;
                padding: 0;
                cursor: pointer;
                color: #64748b;
                opacity: 0.5;
                transition: opacity 0.2s;
            }

            .clear-search:hover {
                opacity: 1;
                background-color:#fff;
                color:#000;
            }

            .product-grid-container .pagination {
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 8px;
                margin: 20px 0;
                flex-wrap: wrap;
            }

            .product-grid-container .pagination button {
                padding: 8px 16px;
                border: 1px solid #ddd;
                background: #f7f8fa;
                color: #333;
                cursor: pointer;
                border-radius: 4px;
                font-size: 14px;
                transition: all 0.3s ease;
            }

            .product-grid-container .pagination button:hover:not(:disabled) {
                background: #fff;
                border-color: #ccc;
            }

            .product-grid-container .pagination button:disabled {
                background: #f5f5f5;
                color: #999;
                cursor: not-allowed;
            }

            .product-grid-container .pagination button.active {
                background: #e9e6ed;
                color: #383867;
                border-color: #e9e6ed;
            }

            .product-grid-container .pagination-prev,
            .product-grid-container .pagination-next {
                font-weight: bold;
            }

            .product-grid-container .no-products {
                text-align: LEFT;
                padding: 0px;
                font-size: 16px;
                color: #666;
            }

            /* Optional: Add responsive styles */
            @media (max-width: 768px) {
                .product-grid-container .pagination {
                    gap: 4px;
                }

                .product-grid-container .pagination button {
                    padding: 6px 12px;
                    font-size: 13px;
                }
            }

            @media (max-width:768px) {
                .search-input-wrapper {
                    width: 100%;
                    max-width: 100%; 
                }
                .search-main-container{
                    margin-bottom: 40px;
                }
                .sb-document-search-wrapper{
                    flex-direction:column;
                    align-items:flex-start;
                }
                .search-main-container {
                    /* width: 100%; */
                }
                .search-input-wrapper input {
                    font-size:16px;
                }
                .simple-product-filter-wrapper .product-title a {
                    font-size: 16px !important;
                }
                .sb-product-detail-wrapper{
                    padding-right: 15px;
                    padding-bottom: 25px;
                    padding-left: 15px;
                }
                .search-main-container {
                    left: 15px;
                    position: absolute;
                    top: 160px;
                }
                
            }
            @media (max-width: 1210px) {
                .simple-product-filter-wrapper .product-grid {
                    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr))!important;
                }
            }

            @media (max-width: 1024px) {
                .simple-product-filter-wrapper .product-grid {
                    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr))!important;
                }
            }

            @media (max-width: 768px) {
                .simple-product-filter-wrapper .product-grid {
                    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr))!important;
                    gap: 1rem;
                }
            }
                @media (max-width: 500px) {
                .simple-product-filter-wrapper .product-grid {
                    /* grid-template-columns: repeat(auto-fill, minmax(166px, 1fr))!important; */
                    grid-template-columns: repeat(auto-fill, minmax(166px, 1fr))!important;
                    gap: 1rem;
                }
                .product-grid-container{
                    width:70% !important;
                }
                .category-filter-container{
                    width: 30% !important;
                }
            }
            @media (max-width: 1024px) {
                .simple-product-filter-wrapper .product-grid {
                    grid-template-columns: repeat(auto-fill, minmax(222px, 1fr));
                    gap: 1rem;
                }
            }
            
        div#loading-text-results {
            position: absolute;
            width: 100%;
            background: white;
            border-radius: 20px;
            padding: 10px 15px;
        }
