.field--name-field-material-image img {
    max-width: 100%;
    height: auto;
}


/* General Table Styling */
.view-store.view-id-store table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.view-store.view-id-store td {
    padding: 15px;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}

/* Heading Styling */
.view-store.view-id-store h3 a {
    color: #333;
    text-decoration: none;
    font-size: 1.5em;
}

.view-store.view-id-store h3 a:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* Image Styling */
.view-store.view-id-store .image-style-large {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Body Text Styling */
.view-store.view-id-store .views-field-body {
    color: #666;
    font-size: 1em;
    line-height: 1.5em;
}

/* Price Styling */
.view-store.view-id-store .views-field-nothing-1 {
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
}

/* Button Styling */
.view-store.view-id-store .btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.view-store.view-id-store .btn:hover {
    background-color: #0056b3;
    text-decoration: none;
    color: #fff;
}

.view-store.view-id-store .btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.5);
}


.view-id-store .btn.btn-info {
    min-width: 120px;
}