.alu-furniture.alu-stone.is-catalog {
    background: #fafafa;
}

.alu-furniture.alu-stone.is-catalog .alu-stone-listing .alu-stone-grid {
    align-items: stretch;
}

.alu-furniture.alu-stone.is-catalog .facade-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
}

.alu-furniture.alu-stone.is-catalog .facade-image {
    height: auto;
    aspect-ratio: 3 / 4;
    padding: 0;
    background: #f3f3f3;
}

.alu-furniture.alu-stone.is-catalog .facade-image img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center top;
}

.alu-furniture.alu-stone.is-catalog .facade-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.alu-furniture.alu-stone.is-catalog .facade-info h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    min-height: 2.5em;
    line-height: 1.25;
}

.alu-furniture.alu-stone.is-catalog .facade-desc {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    min-height: calc(1.8em * 3);
}

.alu-furniture.alu-stone.is-catalog .card-actions {
    margin-top: auto;
}

@media (max-width: 768px) {
    .alu-furniture.alu-stone.is-catalog .facade-image {
        padding: 0;
    }
}

body.tax-alu_furniture_section .aluminum-cta-section,
body.single-alu_furniture .aluminum-cta-section,
body.page-template-page-furniture-catalog .aluminum-cta-section,
body.alu-furniture-landing .aluminum-cta-section {
    display: none !important;
}

.alu-furniture-empty {
    margin: 24px 0 0;
    color: #666;
    font-size: 15px;
}

.alu-furniture-color::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.alu-furniture-color--black::before {
    background: #1a1a1a;
}

.alu-furniture-color--gold::before {
    background: #c9a227;
}

.alu-furniture-color--silver::before {
    background: #c0c4c8;
}

.alu-furniture-color.is-active::before,
.alu-furniture-color:hover::before {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}
