/*
Generated time: February 22, 2026 23:21
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.brands__border-top{border-top:.2rem solid rgb(var(--color-border))}.brands__border-bottom{border-bottom:.2rem solid rgb(var(--color-border))}.brands__items{display:flex;align-items:center;justify-content:space-between;gap:3.2rem;overflow-x:auto;overflow-y:hidden}.brands__items::-webkit-scrollbar{height:.4rem}.brands__items::-webkit-scrollbar-thumb{background-color:rgb(var(--color-border));border-radius:2rem;cursor:grab}.brands__item{display:flex;align-items:center;justify-content:center;flex-basis:100%}@media screen and (min-width:576px){.brands__item{display:block;flex-basis:auto}}.brands__item .brands__image{opacity:.7;transition:opacity var(--duration-default)}.brands__item:hover .brands__image{opacity:1}.brands__items--no-hover .brands__item .brands__image,.brands__items--no-hover .brands__item:hover .brands__image{opacity:1}@media screen and (max-width:575px){.brands__items--grid-mobile{flex-wrap:wrap;justify-content:flex-start;gap:1.6rem;overflow-x:hidden}.brands__items--grid-mobile .brands__item{flex:0 0 calc((100% - 3.2rem) / 3);min-width:0}.brands__items--grid-mobile .brands__image{max-width:100%;height:auto}}.brands__image{display:block;height:auto}.brands__image--dark{display:none}.brands__placeholder{font-size:3.2rem;line-height:1;opacity:.7}