@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html,
body {
    font-family: 'Lato', Arial, sans-serif;
}

.pointer {
    cursor: pointer;
}

.dropdown {
    z-index: 1;
}

section.products h4 > span,
section.producers h4 > span,
section.blog h4 > span {
    font-size: var(--h3);
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

section.newsletter h4 {
    font-size: var(--h2);
}

section.products .product_box img {
    object-fit: cover;
    object-position: center;
}

section.producers .carousel-object {
    flex-grow: 1;
    padding: 10px;
    width: 20%;
}

section.producers .carousel-object img {
    width: 100%;
}

section.blog img {
    width: 100%;
    max-height: 200px;

    object-fit: cover;
    object-position: center;
}

section.newsletter {
    width: 100%;
    background-image: url('/assets/images/upload/static/newsletter.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.breadcrumb ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

    color: white;
}

.breadcrumb ul > li {
    display: inline-block;
}

.breadcrumb ul > li:not(:last-child)::after {
    content: "\f054";
    
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-style: normal;
    font-display: block;

    padding-left: 10px;
    padding-right: 10px;
}

ul.product_categories {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.product_categories > li > a {
    display: flex;
    
    margin-bottom: 8px;
    padding: 8px 15px;

    border: 1px solid var(--violet-dark);
}

.grapesjs_template *,
.grapesjs_template *:link {
    border: 1px solid transparent;
}

.grapesjs_template *:hover,
.grapesjs_template *:focus,
.grapesjs_template *.nekotec-editor-marked,
.grapesjs_template *.nekotec-editor-marked:link,
.grapesjs_template *.nekotec-editor-marked:hover,
.grapesjs_template *.nekotec-editor-marked:focus {
    border: 1px solid violet;
    cursor: pointer;
}