html {
    background-color: white;
}
body {
    color: var(--c-black);
    
}

#logo img {
    max-height: unset !important;
    height: 50px;
    aspect-ratio: 179/50;
}

.homepage_links_large {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.homepage_links_large li {
    margin: 0 0 2px;
}

.homepage_links_large a {
    font-weight: 700;
    font-size: 18px;
    line-height: 32px !important;
}
.page-description, .category_top_content {
    margin-bottom: 50px;
}
:is(.page-description, .category_top_content) :last-of-type:last-child {
    margin-bottom: 0;
}

body.loading {
    pointer-events: none;
}

.header-language-dropdown .nav-dropdown-default {
    min-width: unset;
    padding: 10px;
}
.header-language-dropdown .nav-dropdown-default img {
    width: 34px;
    max-width: unset;
    height: 24px;
}

.ml-small {
    margin-left: 1em;
}

.shop_attributes strong {
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .page-description, .category_top_content {
        margin-bottom: 42px;
    }
    .cv-products-col {
        padding: 0 14px 30px !important;
    }
    .products.row {
        margin-left: -7px !important;
        margin-right: -7px !important;
    }
    .product-small.col {
        padding: 0 7px 26px !important;
    }
}
.woocommerce-pagination {
    margin-bottom: 15px;
}

.grecaptcha-badge {
    z-index: -1;
    opacity: 0;
    pointer-events: none;
}
