/* Página catálogo de produtos por categoria — Grupo BAW */

/* Barra de categorias raiz: destaque na ativa, demais com opacidade reduzida */
.page-produtos-catalogo .baw-produtos-categorias .chooseus-block-one:not(.is-current) .inner-box {
    opacity: 0.52;
    transition:
        opacity 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

.page-produtos-catalogo .baw-produtos-categorias .chooseus-block-one:not(.is-current) .inner-box:hover {
    opacity: 0.82;
}

.page-produtos-catalogo .baw-produtos-categorias .chooseus-block-one.is-current .inner-box {
    opacity: 1;
}

.baw-catalog-empty {
    margin: 24px 0 8px;
    padding: 32px 24px;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #5f5b5a;
    border: 1px dashed #e2dfdc;
    background: #fafafa;
}

.shop-page-section.shop-catalog-layout {
    padding-top: 70px;
    padding-bottom: 90px;
}
.shop-catalog-layout .shop-catalog-sidebar {
    padding-right: 10px;
}
.shop-catalog-layout .shop-cat-title {
    font-size: 18px;
    font-weight: 700;
    color: #141417;
    margin: 0 0 18px;
    font-family: 'Monda', sans-serif;
}
.shop-catalog-layout .shop-cat-list {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}
.shop-catalog-layout .shop-cat-list li {
    margin-bottom: 10px;
}
.shop-catalog-layout .shop-cat-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border: 1px solid #e2e2e2;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #141417;
    text-transform: uppercase;
    font-family: 'Monda', sans-serif;
    transition:
        color 0.25s ease,
        border-color 0.25s ease;
}
.shop-catalog-layout .shop-cat-list a:hover {
    border-color: #d0d0d0;
    color: #141417;
}
.shop-catalog-layout .shop-cat-list li.active a {
    color: #e4492e;
    border-color: #e2e2e2;
}
.shop-catalog-layout .shop-cat-list a .cat-icon {
    font-size: 14px;
    line-height: 1;
    color: #b0b0b0;
    font-weight: 400;
}
.shop-catalog-layout .shop-cat-list li.active a .cat-icon {
    color: #e4492e;
    font-size: 20px;
    font-weight: 400;
}
.shop-catalog-layout .shop-featured {
    position: relative;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    container-type: inline-size;
    container-name: shop-featured;
}
.shop-catalog-layout .shop-featured img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.shop-catalog-layout .shop-featured__label {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75%;
    box-sizing: border-box;
    background: #e4492e;
    color: #fff;
    font-size: clamp(1rem, 4cqw + 0.5rem, 1.875rem);
    font-weight: 700;
    padding: 22px 24px;
    min-height: 68px;
    display: flex;
    align-items: center;
    font-family: 'Monda', sans-serif;
    line-height: 1.25;
}
.shop-catalog-layout .baw-catalog-header {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px 48px;
}
.shop-catalog-layout .baw-catalog-header__left {
    flex: 1 1 260px;
    max-width: 100%;
}
.shop-catalog-layout .baw-catalog-kicker {
    font-size: 11px;
    letter-spacing: 0.14em;
    color: #827e7d;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e4492e;
    display: inline-block;
    font-family: 'Monda', sans-serif;
}
.shop-catalog-layout .baw-catalog-title {
    font-size: clamp(26px, 4vw, 38px);
    line-height: 1.15;
    font-weight: 700;
    color: #141417;
    margin: 0;
    font-family: 'Monda', sans-serif;
}
.shop-catalog-layout .baw-catalog-desc {
    flex: 1 1 240px;
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #827e7d;
    padding-top: 32px;
    max-width: 100%;
}
.shop-catalog-layout .baw-product-card {
    margin-bottom: 40px;
}
.shop-catalog-layout .baw-product-card__media {
    position: relative;
    overflow: hidden;
}
.shop-catalog-layout .baw-product-card__media img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    object-fit: contain;
    object-position: center;
}
.shop-catalog-layout .baw-product-card__overlay-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 14px 16px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.25) 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    font-family: 'Monda', sans-serif;
    line-height: 1.3;
}
.shop-catalog-layout .baw-product-card__body {
    padding: 18px 0 0 16px;
    margin-top: 0;
    border-left: none;
    position: relative;
}
.shop-catalog-layout .baw-product-card__body::before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    width: 2px;
    height: 80px;
    background: #e4492e;
    pointer-events: none;
}
.shop-catalog-layout .baw-product-card__lines {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.55;
    color: #827e7d;
}
.shop-catalog-layout .baw-product-card__more {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #141417;
    font-family: 'Monda', sans-serif;
}
.shop-catalog-layout .baw-product-card__more:hover {
    color: #e4492e;
}
.shop-catalog-layout .baw-product-card__more-icon {
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    border: 2px solid #e4492e;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #e4492e;
    font-size: 11px;
    line-height: 1;
    flex-shrink: 0;
}
.shop-catalog-layout .baw-product-card__more:hover .baw-product-card__more-icon {
    background: transparent;
    border-color: #c73d28;
    color: #c73d28;
}
.shop-catalog-layout .pagination-wrapper {
    margin-top: 10px;
}
@media (max-width: 991px) {
    .shop-catalog-layout .shop-catalog-sidebar {
        padding-right: 0;
        margin-bottom: 45px;
    }
    .shop-catalog-layout .baw-catalog-desc {
        padding-top: 0;
    }
}
