.archive .site {
    max-width: 100%;
}

.archive.archive.separate-containers .inside-article {
    padding: 0;
}

.archive .spaced-container {
    padding: 1rem;
}

.archive .page-description {
    max-width: 1200px;
    margin: auto;
    font-size: .95rem;
    text-align: center;
}

.archive .page-title {
    padding: 1rem;
    text-align: center;
    font-size: 3rem;
    line-height: 1;
    margin: 0;
}

.archive .term-description {
    font-size: .95rem;
    text-align: center;
}

.archive .term-description.footer {
    text-align: left;
}

.archive picture.slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 150px;
    background: var(--light-2);
    margin: 1.5rem auto 3rem auto;
}

.archive picture.slide ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin: 0;
}

.archive picture.slide ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.2;


    &::before {
        content: '';
        display: block;
        width: 2.5rem;
        height: 2.5rem;
        margin-bottom: .5rem;
        background: url('../img/icons/star-shine.svg') no-repeat;
        background-size: contain;
    }
}

.tax-product_cat .term-description h4 {
    font-size: 1.25rem;
    font-weight: 600;
}

.tax-product_cat .term-description p {
    margin-bottom: .5rem;
}

.page-template-ingredients .chars_filter {
    display: flex;
    flex-wrap: wrap;
    gap: 0 .5rem;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    margin: 2rem 0;
    font-weight: 700;
    line-height: 1;
}

.page-template-ingredients .chars_filter .show_all {
    padding: .75rem .5rem .5rem .5rem;
    line-height: 1;
    font-weight: 500;
    cursor: pointer;
    font-size: .85rem;
    transition: all .3s ease-in-out;
}

.page-template-ingredients .chars_filter .show_all:hover {
    color: var(--secondary);
}

.page-template-ingredients .chars_filter .char {
    font-size: 1.5rem;
    line-height: 1;
    padding: .5rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.page-template-ingredients .chars_filter .char:hover {
    color: var(--secondary);
}

.page-template-ingredients .ingredients {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding-bottom: 2rem;
}

.page-template-ingredients .ingredients .ingredient {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.page-template-ingredients .ingredients picture {
    width: calc(25% - 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-template-ingredients .ingredients picture img {
    width: 100%;
    max-width: 96px;
}

.page-template-ingredients .ingredients .content {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.page-template-ingredients .ingredients .content .h3 {
    font-size: 1.1rem;
}

.page-template-ingredients .ingredient p {
    margin-bottom: .5rem;
    font-size: .9rem;
}

.page-template-ingredients .ingredient .button {
    display: block;
    width: fit-content;
    background: none;
    text-transform: none;
    color: var(--secondary);
    border: 1px solid var(--secondary);
    border-radius: .5rem;
    font-size: .95rem;
    font-weight: 600;
    padding: .5rem 1rem;
}

.page-template-ingredients .ingredient .button:hover {
    background: var(--primary);
    color: var(--background);
    border-color: var(--primary);
}

.page-template-ingredients .ingredient .button:after {
    content: '→';
    display: block;
    line-height: 1;
    float: right;
    margin-left: .25rem;
    font-weight: 500;
}

.widget_product_categories {
    background: red;
}

.widget_product_categories .widget-title {
    font-size: 1.25rem;
    margin: 0 0 1rem 0;
    padding: 0;
}

.site .widget_product_categories a {
    color: var(--primary);
    font-size: 1rem;
    font-weight: 600;
}

.widget_product_categories ul li ul.children {
    padding: 0;
    margin: .75rem 0 .75rem .25rem;
}

.widget_product_categories .children a {
    display: flex;
    align-items: center;
    color: var(--primary);
    font-size: .9rem;
    font-weight: 500;
    transition: all .5s ease;

    &:hover {
        color: var(--secondary);
    }

    &::before {
        display: block;
        content: '';
        width: .5rem;
        height: .5rem;
        background-color: var(--light);
        -webkit-mask-image: url('../img/icons/hoja.svg');
        mask-image: url('../img/icons/hoja.svg');
        mask-repeat: no-repeat;
        mask-position: center center;
        mask-size: contain;
        margin-right: .5rem;
        transform: rotateY(180deg);
    }
}


.page-template-brands .entry-content,
.page-template-brands .brand {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem 0;
}

.page-template-brands .brand .title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1;
    font-family: 'Bree';
    letter-spacing: .5px;
}

.page-template-brands .brand .title img {
    width: auto;
    max-height: 3.5rem;
    margin: -1rem 0;

}

.page-template-brands .brand .products {
    padding: 0;
}

.page-template-brands .brand p {
    font-size: .9rem;
    margin: 0;
}

.page-template-brands .brand .button-secondary {
    width: fit-content;
    padding: .5rem 1rem;
    font-size: .9rem;
    line-height: 1;
    border-radius: 4px;
    border: 1px solid var(--secondary);
    margin: auto;
    transition: all .3s ease;

    &:hover {
        color: var(--background);
        background: var(--secondary);
    }
}

/* SMARTPHONES PORTRAIT */
@media only screen and (min-width: 300px) {}

/* SMARTPHONES LANDSCAPE */
@media only screen and (min-width: 480px) {}

/* TABLETS PORTRAIT */
@media only screen and (min-width: 768px) {}

/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (min-width: 1024px) {
    .archive.separate-containers .inside-article {
        padding: 1rem 0;
    }
}