    .section145 {
        padding: 17px 0 0;
    }
    /* --- CSS for Consistent Product Image Height --- */
    /* Target the anchor tag that wraps the image */
    .product-item .product-img {
        display: flex; /* Use flexbox to easily center content */
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
        height: 200px; /* Set a fixed height for all product image containers */
        overflow: hidden; /* Hide any overflowing parts of the image */
        background-color: #f8f8f8; /* Optional: A light background for empty space */
    }
    .product-text-dt h4 {
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Limit to 2 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 2.8em; /* Approximate height for two lines, adjust as needed */
        line-height: 1.4em; /* Adjust based on your font size */
    }
    .cart-icon {
        border: none;
    }
    .offer-top-text-banner {
        padding: 1px 10px 0px;
        width: 35%;
    }
    .Offer-shop-btn {
        padding: 4px 4px;
        font-size: 12px;
    }
    /* Custom styles for the modal */
    #locationModal .modal-content {
        border-radius: 15px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }
    #locationModal .modal-header {
        border-bottom: none;
        padding-bottom: 0;
    }
    #locationModal .modal-body {
        padding: 2rem;
    }
    #locationModal .btn-primary {
        background-color: #f55d2c;
        border-color: #f55d2c;
        transition: background-color 0.2s ease;
    }
    #locationModal .btn-primary:hover {
        background-color: #f55d2c;
        border-color: #f55d2c;
    }
    
    .see-more-btn {
        font-size: 14px;
        padding: 5px 6px;
        font-weight: 500;
        color: #f9f9f9;
        text-align: right;
        background-color: #f55d2c;
    }
    @media (max-width: 575.98px){
        .main-banner-slider{
            margin-top: 10px;
        }
        .section145 {
            padding: 11px 0 0;
        }
        .main-title-tt {
            margin-bottom: 0px;
        }
        .category-item {
            width: 100%;
            padding: 2px;
            height: 84px;
        }
        .category-item h4 {
            font-size: 10px;
            margin: auto;
        }
        .cate-img {
            width: 41px;
        }
        .product-item .product-img {
            height: 104px;
            padding: 0;
        }
        .offer-badge-1 {
            font-size: 10px;
            padding: 2px 6px;
            line-height: 18px;
        }
        .product-item {
            padding: 0px;
            height: 238px;
        }
        .product-text-dt h4 {
            margin-top: 0;
            font-size: 12px;
            margin-bottom: 1px !important;
            line-height: 18px;
        }
        .product-text-dt p {
            font-size: 9px;
            margin-bottom: 0;
            line-height: 12px;
        }
        .qty-cart {
            margin-top: 0px;
        }
        span.like-icon {
            font-size: 17px;
            position: absolute;
            height: 27px;
            width: 27px;
            line-height: 30px;
        }
        .main-title-left h2 {
            font-size: 17px;
        }
        .product-price {
            font-size: 15px;
        }
        .cart__btn {
            font-size: 34px;
            padding: 6px 10px;
        }
        
    }