/**
* Theme Name: Supplero Child
* Description: This is a child theme of Supplero, generated by Merlin WP.
* Author: <a href="https://www.wpopal.com/">Opal Team</a>
* Template: supplero
* Version: 1.6.3
*/
/* Make product title bold & bigger */
.product_title {
    font-size: 10px;
    font-weight: 250;
}

/* Benefit icon row styling */
.benefit-icons {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.benefit-icons img {
    width: 50px;
    height: 50px;
}

/* Payment Icons */
.payment-row img {
    height: 25px;
    margin-right: 12px;
}

/* Add to cart button style */
.single_add_to_cart_button {
    background-color: #2c3e50 !important;
    color: #fff;
    padding: 14px 26px;
    font-size: 18px;
    border-radius: 6px;
}

/* Main container width */
.single-product .product {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Clean font style */
body {
    font-family: 'Poppins', sans-serif;
    color: #1b1b1b;
}

.custom-top-strip {
    background-color: #0c1d14;   /* Dark green background */
    color: #a0a8a3;              /* Light grey text */
    text-align: center;
    padding: 12px 0;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 5px solid #7a7a7a; /* Grey bottom line */
    letter-spacing: 0.5px;
}

