.site-footer {

    background: #1d3b20;

    color: white;

    padding-top: 80px;

}

.footer-grid {

    display: grid;

    grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr;

    gap: 40px;

    padding-bottom: 60px;

}

.footer-logo {

    width: 120px;

    margin-bottom: 25px;

}

.footer-brand p {

    color: rgba(255,255,255,.8);

    line-height: 1.8;

    max-width: 320px;

}

.footer-social {

    display: flex;
    gap: 14px;
    margin-top: 22px;

}

.footer-social a {

    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    color: #fff;
    transition: .3s;

}

.footer-social a:hover {

    background: var(--primary);
    color: var(--dark-green);

}

.footer-links h3,
.footer-plans h3,
.footer-legal h3,
.footer-contact h3 {

    margin-bottom: 25px;

    color: #f4b400;

    font-size: 1.05rem;

}

.footer-links,
.footer-plans,
.footer-legal {

    display: flex;

    flex-direction: column;

    gap: 15px;

}

.footer-links a,
.footer-plans a,
.footer-legal a {

    color: rgba(255,255,255,.85);

    transition: .3s;

}

.footer-links a:hover,
.footer-plans a:hover,
.footer-legal a:hover {

    color: #f4b400;

}

.footer-legal a {

    line-height: 1.5;

}

.footer-contact p {

    display: flex;
    align-items: flex-start;
    gap: 10px;

    margin-bottom: 15px;

    color: rgba(255,255,255,.85);

}

.footer-contact-icon {

    display: inline-flex;
    flex-shrink: 0;
    color: var(--primary);
    margin-top: 2px;

}

.footer-bottom {

    border-top: 1px solid rgba(255,255,255,.1);

    text-align: center;

    padding: 25px 0;

}

.footer-bottom p {

    color: rgba(255,255,255,.7);

    font-size: .95rem;

}

.single-product .site-footer,
.woocommerce-checkout .site-footer {
    background: #f8faf6;
    color: var(--dark-green);
    padding-top: 56px;
    border-top: 1px solid #e2eadf;
}

.single-product .footer-grid,
.woocommerce-checkout .footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 28px;
    padding-bottom: 42px;
}

.single-product .footer-brand,
.woocommerce-checkout .footer-brand {
    display: grid;
    justify-items: center;
}

.single-product .footer-brand p,
.single-product .footer-links a,
.single-product .footer-plans a,
.single-product .footer-legal a,
.single-product .footer-contact p,
.woocommerce-checkout .footer-brand p,
.woocommerce-checkout .footer-links a,
.woocommerce-checkout .footer-plans a,
.woocommerce-checkout .footer-legal a,
.woocommerce-checkout .footer-contact p {
    color: #4f6652;
}

.single-product .footer-links,
.single-product .footer-plans,
.single-product .footer-legal,
.woocommerce-checkout .footer-links,
.woocommerce-checkout .footer-plans,
.woocommerce-checkout .footer-legal {
    align-items: center;
}

.single-product .footer-links h3,
.single-product .footer-plans h3,
.single-product .footer-legal h3,
.single-product .footer-contact h3,
.woocommerce-checkout .footer-links h3,
.woocommerce-checkout .footer-plans h3,
.woocommerce-checkout .footer-legal h3,
.woocommerce-checkout .footer-contact h3 {
    color: var(--dark-green);
    margin-bottom: 12px;
}

.single-product .footer-contact-icon,
.woocommerce-checkout .footer-contact-icon {
    color: var(--dark-green);
}

.single-product .footer-social a,
.woocommerce-checkout .footer-social a {
    background: rgba(29,59,32,.08);
    color: var(--dark-green);
}

.single-product .footer-bottom,
.woocommerce-checkout .footer-bottom {
    border-top: 1px solid #e2eadf;
}

.single-product .footer-bottom p,
.woocommerce-checkout .footer-bottom p {
    color: #607263;
}
