.elementor-70880 .elementor-element.elementor-element-7e3ccdc8{--display:flex;}.elementor-70880 .elementor-element.elementor-element-ff06ba5{--display:grid;--e-con-grid-template-columns:repeat(4, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--justify-items:center;--align-items:center;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-70880 .elementor-element.elementor-element-ff06ba5.e-con{--align-self:center;}.elementor-70880 .elementor-element.elementor-element-a22d949{--display:flex;--border-radius:60px 60px 60px 60px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-70880 .elementor-element.elementor-element-dd726b0 img{transition-duration:1.5s;}.elementor-70880 .elementor-element.elementor-element-4dc1666{--display:flex;--border-radius:60px 60px 60px 60px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-70880 .elementor-element.elementor-element-01faef2 img{transition-duration:1.5s;}.elementor-70880 .elementor-element.elementor-element-6630e85{--display:flex;--border-radius:60px 60px 60px 60px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-70880 .elementor-element.elementor-element-6419e60 img{transition-duration:1.5s;}.elementor-70880 .elementor-element.elementor-element-ca86719{--display:flex;--border-radius:60px 60px 60px 60px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-70880 .elementor-element.elementor-element-942d587 img{transition-duration:1.5s;}.elementor-70880 .elementor-element.elementor-element-4c8a111{--display:flex;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-70880 .elementor-element.elementor-element-f8d37a1{width:var( --container-widget-width, 32% );max-width:32%;--container-widget-width:32%;--container-widget-flex-grow:0;}.elementor-70880 .elementor-element.elementor-element-fb56ff1{--display:flex;}.elementor-70880 .elementor-element.elementor-element-01ae1df.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-70880 .elementor-element.elementor-element-01ae1df.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-70880 .elementor-element.elementor-element-ff06ba5{--grid-auto-flow:row;}.elementor-70880 .elementor-element.elementor-element-01ae1df.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(min-width:768px){.elementor-70880 .elementor-element.elementor-element-ff06ba5{--content-width:900px;}.elementor-70880 .elementor-element.elementor-element-a22d949{--width:100%;}.elementor-70880 .elementor-element.elementor-element-4dc1666{--width:100%;}.elementor-70880 .elementor-element.elementor-element-6630e85{--width:100%;}.elementor-70880 .elementor-element.elementor-element-ca86719{--width:100%;}}@media(max-width:767px){.elementor-70880 .elementor-element.elementor-element-ff06ba5{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-70880 .elementor-element.elementor-element-01ae1df.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for html, class: .elementor-element-f8d37a1 *//* Estilizando o breadcrumb para exibição em linha */
ul.items {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    display: flex; /* Coloca os itens em linha */
    align-items: center; /* Para garantir alinhamento vertical */
    color: #333; /* Cor padrão do texto */
}

ul.items li a {
    text-decoration: none;
    color: #000000; /* Cor preta para o link */
    font-weight: 500; /* Tornar o texto do link um pouco mais ousado */
    transition: color 0.3s ease; /* Transição suave para a mudança de cor */
}

ul.items li a:hover {
    color: #586750; /* Cor suave ao passar o mouse */
}

ul.items li strong {
    font-weight: 600;
    color: #333; /* Cor para o item final, "Black Friday" */
}

ul.items li .separator {
    color: #999; /* Cor da seta separadora */
    margin: 0 10px; /* Espaçamento antes e depois da seta */
}

/* Estilizando o breadcrumb ao passar o mouse */
ul.items li a:hover {
    color: #586750; /* Mudança de cor para #586750 ao passar o mouse */
}

ul.items li strong:hover {
    color: #586750; /* Mudança de cor no item final "Black Friday" */
}

/* Ajuste de responsividade - caso seja necessário no celular */
@media (max-width: 768px) {
    ul.items {
        font-size: 14px; /* Reduz o tamanho da fonte em telas menores */
    }
}/* End custom CSS */