/*
Theme Name: B2B Storefront
Template: storefront
Version: 1.0.0
Text Domain: b2b-storefront
*/

body {
    background: #ffffff;
}

.site-header {
    padding-top: 16px;
    border-bottom: 1px solid #e6e6e6;
}

.site-header .site-branding {
    margin-bottom: 12px;
}

.site-title,
.site-title a {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
}

.site-description {
    display: none;
}

.b2b-language-switcher {
    clear: both;
    margin: 0 0 12px;
    font-size: 14px;
}

.b2b-language-switcher ul {
    display: flex;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.b2b-footer-legal ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.b2b-language-switcher a,
.b2b-footer-legal a {
    text-decoration: none;
}

.storefront-primary-navigation {
    clear: both;
}

.site-main ul.products li.product img {
    border: 1px solid #eeeeee;
}

.site-main .product-category img {
    aspect-ratio: 1;
    object-fit: cover;
}

.site-footer {
    padding: 24px 0;
}

.b2b-footer-legal {
    font-size: 14px;
}

.b2b-footer-company {
    margin: 12px 0 0;
    color: #666666;
}

@media (min-width: 768px) {
    .site-header .site-branding {
        width: auto;
        float: left;
    }

    .b2b-language-switcher {
        float: right;
        clear: none;
        margin-top: 8px;
    }

    .storefront-primary-navigation {
        margin-top: 8px;
    }
}

@media (max-width: 767px) {
    .b2b-footer-legal ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 420px) {
    .b2b-footer-legal ul {
        grid-template-columns: 1fr;
    }
}
