.bxv56r-catalog-results .products{
    align-items:stretch;
}
.bxv57a-product-card{
    position:relative;
    min-width:0;
    overflow:hidden;
    border:1px solid #d8e4ed;
    border-radius:20px;
    background:#fff;
    box-shadow:0 12px 32px rgba(6,38,74,.07);
    transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.bxv57a-product-card:hover{
    transform:translateY(-7px);
    border-color:#93d98a;
    box-shadow:0 25px 55px rgba(6,38,74,.15);
}
.bxv57a-product-card__top{
    position:absolute;
    top:13px;
    left:13px;
    right:13px;
    z-index:6;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:8px;
    pointer-events:none;
}
.bxv57a-product-card__badges{
    display:flex;
    max-width:76%;
    flex-wrap:wrap;
    gap:5px;
}
.bxv57a-product-card__badges span{
    padding:6px 9px;
    border-radius:999px;
    background:#eef3f7;
    color:#06264a;
    font-size:8px;
    font-weight:900;
    box-shadow:0 5px 15px rgba(6,38,74,.08);
}
.bxv57a-product-card__badges .is-stock{background:#e4f8e1;color:#18742c}
.bxv57a-product-card__badges .is-order{background:#fff1df;color:#9a590f}
.bxv57a-product-card__badges .is-featured{background:#06264a;color:#fff}
.bxv57a-product-card__badges .is-new{background:#e9f2ff;color:#0d548c}
.bxv57a-product-card__badges .is-strategic{background:linear-gradient(135deg,#06264a,#0d548c);color:#fff}
.bxv57a-product-card__badges .is-mps{background:#35c82c;color:#071d16}
.bxv57a-product-card__brand{
    flex:0 0 auto;
    padding:7px 10px;
    border:1px solid rgba(6,38,74,.09);
    border-radius:8px;
    background:rgba(255,255,255,.94);
    color:#06264a;
    font-size:9px;
    font-weight:950;
    box-shadow:0 5px 15px rgba(6,38,74,.08);
}
.bxv57a-product-card__media{
    position:relative;
    display:grid;
    min-height:290px;
    place-items:center;
    overflow:hidden;
    padding:50px 24px 22px;
    background:
        radial-gradient(circle at 50% 45%,#fff 0,#fff 35%,#f3f7fa 100%);
}
.bxv57a-product-card__media::after{
    content:"";
    position:absolute;
    inset:auto 20% 15px;
    height:16px;
    border-radius:50%;
    background:rgba(6,38,74,.10);
    filter:blur(12px);
}
.bxv57a-product-card__media img{
    position:relative;
    z-index:2;
    width:100%;
    height:230px;
    object-fit:contain;
    transition:transform .35s ease;
}
.bxv57a-product-card:hover .bxv57a-product-card__media img{
    transform:scale(1.055);
}
.bxv57a-product-card__gallery-count{
    position:absolute;
    right:13px;
    bottom:13px;
    z-index:4;
    padding:5px 8px;
    border-radius:999px;
    background:rgba(6,38,74,.86);
    color:#fff;
    font-size:8px;
    font-weight:900;
}
.bxv57a-product-card__body{
    display:flex;
    min-height:390px;
    flex-direction:column;
    padding:19px;
    border-top:1px solid #e9f0f5;
}
.bxv57a-product-card__category,
.bxv57a-product-card__category a{
    color:#299329;
    font-size:9px;
    font-weight:900;
    text-decoration:none;
}
.bxv57a-product-card h2{
    margin:8px 0;
    font-size:19px;
    line-height:1.32;
}
.bxv57a-product-card h2 a{
    color:#06264a;
    text-decoration:none;
}
.bxv57a-product-card__sku{
    color:#728597;
    font-size:9px;
}
.bxv57a-product-card__specs{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:7px;
    margin-top:14px;
}
.bxv57a-product-card__specs>div{
    min-width:0;
    padding:9px;
    border:1px solid #e0e9f0;
    border-radius:9px;
    background:#f9fbfd;
}
.bxv57a-product-card__specs small{
    display:block;
    color:#718496;
    font-size:7px;
    text-transform:uppercase;
    letter-spacing:.04em;
}
.bxv57a-product-card__specs strong{
    display:block;
    overflow:hidden;
    margin-top:3px;
    color:#06264a;
    font-size:9px;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.bxv57a-product-card__services{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:5px;
    margin-top:13px;
}
.bxv57a-product-card__services span{
    display:flex;
    min-height:35px;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    background:#edf8eb;
    color:#20732b;
    font-size:7px;
    font-weight:900;
    text-align:center;
}
.bxv57a-product-card__compatible{
    margin-top:13px;
    padding:11px;
    border:1px solid #dce6ed;
    border-radius:10px;
    background:#fbfdff;
}
.bxv57a-product-card__compatible>small{
    display:block;
    margin-bottom:7px;
    color:#617487;
    font-size:8px;
    font-weight:900;
    text-transform:uppercase;
}
.bxv57a-product-card__compatible>div{
    display:flex;
    flex-wrap:wrap;
    gap:5px;
}
.bxv57a-product-card__compatible span{
    padding:5px 7px;
    border-radius:999px;
    background:#eef3f7;
    color:#40566a;
    font-size:7px;
    font-weight:800;
}
.bxv57a-product-card__mps{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    margin-top:12px;
    padding:10px 11px;
    border-radius:9px;
    background:linear-gradient(90deg,#e8f8e5,#f5fcf4);
    color:#166c27;
    font-size:9px;
    font-weight:900;
    text-decoration:none;
}
.bxv57a-product-card__actions{
    display:grid;
    grid-template-columns:1fr 1.25fr 42px;
    gap:7px;
    margin-top:auto;
    padding-top:16px;
}
.bxv57a-product-card__actions a{
    display:flex;
    min-height:44px;
    align-items:center;
    justify-content:center;
    border-radius:9px;
    font-size:9px;
    font-weight:950;
    text-decoration:none;
}
.bxv57a-product-card__detail{
    border:1px solid #c8d7e3;
    color:#06264a;
}
.bxv57a-product-card__quote{
    background:#35c82c;
    color:#071d16;
}
.bxv57a-product-card__whatsapp{
    border:1px solid #35c82c;
    background:#fff;
    color:#167b2b;
}
.bxv57a-product-card__actions a:hover{
    filter:brightness(.96);
}
@media(max-width:1180px){
    .bxv57a-product-card__services{
        grid-template-columns:1fr 1fr;
    }
}
@media(max-width:560px){
    .bxv57a-product-card__media{min-height:260px}
    .bxv57a-product-card__body{min-height:0}
    .bxv57a-product-card__actions{
        grid-template-columns:1fr 1fr;
    }
    .bxv57a-product-card__whatsapp{
        grid-column:1/-1;
    }
}
@media(prefers-reduced-motion:reduce){
    .bxv57a-product-card,
    .bxv57a-product-card__media img{transition:none}
}
