.storefront-footer {
    background-color: #000;
    font-family: 'Roboto Condensed'
}

.storefront-footer .container {
    max-width: 100%;
}

.storefront-footer .pelican-logo {
    max-width: 10rem;
    width: 100%;
    aspect-ratio: 158/35;
    margin-bottom: 4rem;
}

.storefront-footer .pelican-logo.peli-logo {
    aspect-ratio: unset;
    margin-bottom: 2rem;
}

.storefront-footer .section-title {
    font-family: 'Roboto Mono';
    font-weight: 400;
    font-size: 0.75rem;
    color: #97989b;
}

.storefront-footer .footer-link {
    font-size: 0.813rem;
    font-family: 'Roboto Condensed';
    color: #ffffff !important;
    text-transform: uppercase;
}

.storefront-footer .social-icon {
    height: 1rem;
}

.storefront-footer .sub-footer {
    padding: 2.5rem 1rem;
    background-color: #222222;
}

.storefront-footer .sub-footer-text {
    font-family: 'Rubik';
    font-size: 0.875rem;
    color: #ffffff !important;
}

.storefront-footer .flag-icon {
    height: 0.875rem;
}

.storefront-footer .text-separator {
    font-family: 'Rubik';
    font-size: 0.875rem;
    font-weight: 500;
    color: #ffffff;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.storefront-footer .separator-small {
    font-size: 0.75rem;
}

.storefront-footer .sub-footer-link {
    font-family: 'Rubik';
    font-size: 0.75rem;
    color: #b0b0b0 !important;
    text-decoration: none;
}

.storefront-footer .cursor-pointer {
    cursor: pointer !important;
}

/*
* Media Queries
*/
@media (min-width: 992px) {
    .storefront-footer .container {
        max-width: 1200px;
    }
}

@media (min-width: 1600px) {
    .storefront-footer .container {
        max-width: 1570px;
    }
}