.ssaiw-product-showcase{
    margin:2rem 0 2.25rem;
    clear:both;
}
.ssaiw-product-showcase__title{
    margin:0 0 1rem;
    font-size:clamp(1.35rem,2vw,1.75rem);
    line-height:1.25;
}
.ssaiw-product-showcase--theme ul.products.ssaiw-theme-products{
    display:grid !important;
    grid-template-columns:repeat(var(--ssaiw-columns,3),minmax(0,1fr));
    gap:1.25rem;
    margin:0 !important;
    padding:0 !important;
}
.ssaiw-product-showcase--theme ul.products.ssaiw-theme-products::before,
.ssaiw-product-showcase--theme ul.products.ssaiw-theme-products::after{
    display:none !important;
    content:none !important;
}
.ssaiw-product-showcase--theme ul.products.ssaiw-theme-products > li.product{
    float:none !important;
    width:auto !important;
    max-width:none !important;
    margin:0 !important;
}
.ssaiw-smart-grid{
    display:grid;
    grid-template-columns:repeat(var(--ssaiw-columns,3),minmax(0,1fr));
    gap:1.25rem;
}
.ssaiw-smart-card{
    display:flex;
    flex-direction:column;
    min-width:0;
    border:1px solid rgba(0,0,0,.12);
    border-radius:14px;
    background:#fff;
    overflow:hidden;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
}
.ssaiw-smart-card__image{
    display:flex;
    align-items:center;
    justify-content:center;
    aspect-ratio:1/1;
    padding:1rem;
    background:#fff;
}
.ssaiw-smart-card__image img{
    display:block;
    width:100%;
    height:100%;
    object-fit:contain;
}
.ssaiw-smart-card__body{
    display:flex;
    flex-direction:column;
    flex:1;
    padding:1rem;
}
.ssaiw-smart-card__badge{
    align-self:flex-start;
    margin-bottom:.55rem;
    padding:.2rem .55rem;
    border-radius:999px;
    background:#f0f0f1;
    font-size:.78rem;
    font-weight:700;
}
.ssaiw-smart-card__name{
    margin:0 0 .65rem;
    font-size:1rem;
    line-height:1.35;
}
.ssaiw-smart-card__name a{
    color:inherit;
    text-decoration:none;
}
.ssaiw-smart-card__stock{
    margin:.1rem 0 .7rem;
    font-size:.9rem;
    font-weight:600;
}
.ssaiw-smart-card__stock--in{ color:#1d7a36; }
.ssaiw-smart-card__stock--out{ color:#a52a2a; }
.ssaiw-smart-card__price{
    margin-top:auto;
    margin-bottom:.85rem;
    font-size:1.05rem;
    font-weight:700;
}
.ssaiw-smart-card__button{
    display:block;
    padding:.7rem .9rem;
    border-radius:8px;
    background:#1f6feb;
    color:#fff !important;
    text-align:center;
    text-decoration:none !important;
    font-weight:700;
}
@media (max-width:900px){
    .ssaiw-product-showcase--theme ul.products.ssaiw-theme-products,
    .ssaiw-smart-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media (max-width:560px){
    .ssaiw-product-showcase--theme ul.products.ssaiw-theme-products,
    .ssaiw-smart-grid{
        grid-template-columns:1fr;
    }
}



