.single-products-box .image img {
    width: 100% !important; /* Make image responsive */
    height: auto !important;
    display: block !important;
}

/* Content container styling */
.single-products-box .content {
    text-align: center !important; /* Center-align text */
}

/* Product title styling */
.single-products-box .content h3 {
    font-size: 18px !important; /* Adjust font size */
    color: #333 !important; /* Dark color for text */
    margin: 0 !important;
    padding: 5px 0 !important;
    font-weight: 600 !important;
}

/* Link styling */
.single-products-box .content h3 a {
    color: #333 !important; /* Text color for link */
    text-decoration: none !important; /* Remove underline */
}

.single-products-box .content h3 a:hover {
    color: #007bff !important; /* Change color on hover */
}
