.woo-brand-banner {
    height: 425px;
    background-size: cover;
    background-position: center;
}

.woo-brand-top{
display:flex;
justify-content:space-between;
align-items:center;
padding:30px 0;
}

.woo-brand-logo{
max-height:80px;
}

.woo-brand-filters{
display:flex;
gap:30px;
justify-content:center;
margin:40px auto;
flex-wrap:wrap;
}

.brand-filter{
background:none;
border:none;
font-weight:600;
font-size:14px;
cursor:pointer;
opacity:.6;
}

.brand-filter.active {
    opacity: 1;
    border-bottom: 2px solid #212121;
    border-radius: 0 !important;
}

/* PRODUCT CARD STYLE */

.product-small .box{
background:#fff;
border-radius:14px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
overflow:hidden;
text-align:center;
}

.product-small .box-image {
    background: #f3f3f3;
    padding: 0px;
}

.brand-product-logo{
display:flex;
justify-content:center;
margin-top:-45px;
margin-bottom:10px;
}

.brand-product-logo img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    padding: 2px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
}

.product-small .title-wrapper{
text-align:center;
}

.product-small .product-cat{
display:none;
}

.product-small .product-title{
font-size:20px;
font-weight:700;
margin-top:10px;
}
/* contenedor imagen */

.product-small .box-image{
background:#f5f5f5;
padding:0;
overflow:hidden;
}

/* caja 21:9 */

.product-small .box-image .image-fade_in_back{
position:relative;
width:100%;
aspect-ratio:21 / 9;
overflow:hidden;
}

/* imagen */

.product-small .box-image img{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
display:block;
}
.product-excerpt{
font-size:14px;
color:#666;
margin-top:6px;
line-height:1.4;
text-align:center;
font-weight:normal;
padding:20px;
}
.products .product-small.col{
transition: transform .35s ease;
}
.product-small.col{
opacity:1;
transform:scale(1);
transition:opacity .35s ease, transform .35s ease;
}

.product-hidden{
opacity:0;
transform:scale(.92);
pointer-events:none;
}

.product-show{
opacity:1;
transform:scale(1);
}

/* animación imagen */

.product-small .box-image img{
transition: transform .45s ease;
}

/* hover */

.product-small:hover .box-image img{
transform: scale(1.08);
}

/* contenedor superior */

.woo-brand-top{
display:grid;
grid-template-columns:1fr auto;
grid-template-rows:auto auto;
align-items:center;
gap:10px;
}

/* breadcrumb */

.woo-brand-breadcrumb{
grid-column:1;
grid-row:1;
font-size:14px;
opacity:.7;
}

/* logo */

.woo-brand-logo {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    max-height: 60px;
    padding: 10px;
    border: 1px solid #00b6e8;
    background: white;
    border-radius: 5px;
}

/* titulo */

.woo-brand-title{
grid-column:1 / span 2;
grid-row:2;
text-align:center;
font-weight:700;
margin-top:20px;
}

p.woocommerce-result-count.hide-for-medium {
    display: none;
}

form.woocommerce-ordering {
    display: none;
}
.archive.tax-product_cat .page-title-inner {
    min-height: auto;
    padding: 0;
}
.woo-brand-title{
position:relative;
display:inline-block;
padding-bottom:12px;
}

.woo-brand-title::after{
content:"";
position:absolute;
left:50%;
transform:translateX(-50%);
bottom:0;
width:50px;
height:4px;
background:#00b6e8;
border-radius:2px;
}