.angie-cart-search-1941b88a {
    background: #f7f9fa;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #e8e8ea;
}

.angie-cart-search-1941b88a h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.25em;
    color: #333;
}

.angie-cart-search-1941b88a .woocommerce-product-search {
    display: flex;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
}

.angie-cart-search-1941b88a .woocommerce-product-search label {
    display: none;
}

.angie-cart-search-1941b88a .woocommerce-product-search input[type="search"].search-field {
    flex-grow: 1;
    padding: 12px 20px;
    border: 1px solid #ddd;
    border-radius: 30px 0 0 30px;
    font-size: 16px;
    outline: none;
}

.angie-cart-search-1941b88a .woocommerce-product-search button[type="submit"] {
    padding: 12px 25px;
    background: #33d201; 
    color: #fff;
    border: none;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.angie-cart-search-1941b88a .woocommerce-product-search button[type="submit"]:hover {
    background: #2aa801;
}