@font-face {
    font-family: "Summer Sunshine";
    src: url(../js/../css/summer.woff) format("woff"),
         url(../js/../css/summer.ttf) format("truetype");
    font-style: normal;
    font-weight: 400;
}

.blockreassurance_product .block-title{
    font-weight: 900;
}

#header .logo,
body#checkout #header .header-nav .logo {
    width: initial;
    max-height: 45px;
}


#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
    font-weight: 700;
}

#custom-text h2, #carousel h2{
    font-family: sans-serif;
    font-size: 35px;
}


.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage {
    background-color: #004C6A;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-row p {
    margin: 0;
    color: #85C546;
}

.footer-row img {
    max-height: 60px;
    width: auto;
}

@media (max-width: 768px) {
    .footer-row {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .footer-row img {
        max-height: 50px;
    }
}
