/* Oxi2026: destaque lateral no mesmo padrão de preço e CTA dos cards internos. */
body[class*="categorypath-oxigenoterapia"] .oxi-sidebar-product-list--cards {
    display: grid;
    gap: 16px;
}

body[class*="categorypath-oxigenoterapia"] .oxi-sidebar-product--card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px;
    border: 1px solid #dce2e7;
    border-radius: 12px;
    background: #fff;
}

body[class*="categorypath-oxigenoterapia"] .oxi-sidebar-product--card .oxi-sidebar-product__image {
    min-height: 0;
    height: 180px;
    margin: 0;
    border: 1px solid #e3e8eb;
}

body[class*="categorypath-oxigenoterapia"] .oxi-sidebar-product--card .oxi-sidebar-product__image img {
    max-height: 100%;
    object-fit: contain;
}

body[class*="categorypath-oxigenoterapia"] .oxi-sidebar-product--card .product-name {
    min-height: 38px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.28;
}

body[class*="categorypath-oxigenoterapia"] .oxi-sidebar-pricing {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

body[class*="categorypath-oxigenoterapia"] .oxi-sidebar-pricing__label {
    align-self: flex-start;
    padding: 3px 8px;
    border-radius: 6px;
    color: #00813e;
    background: #e2f6e9;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.1;
}

body[class*="categorypath-oxigenoterapia"] .oxi-sidebar-pricing__list-price {
    color: #88939a;
    font-size: 11px;
    line-height: 1.1;
    text-decoration: line-through;
}

body[class*="categorypath-oxigenoterapia"] .oxi-sidebar-pricing__cash-price {
    color: #061827;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.05;
}

body[class*="categorypath-oxigenoterapia"] .oxi-sidebar-pricing__installment {
    color: #46545f;
    font-size: 11px;
    line-height: 1.3;
}

body[class*="categorypath-oxigenoterapia"] .oxi-sidebar-pricing__installment strong {
    color: #071827;
    font-weight: 800;
}

body[class*="categorypath-oxigenoterapia"] .oxi-sidebar-product--card .actions {
    margin-top: 3px;
    text-align: center;
}

body[class*="categorypath-oxigenoterapia"] .oxi-sidebar-product--card .btn-cart {
    min-height: 34px;
    width: 52%;
    border-radius: 8px;
    background: #1477b7;
    color: #fff;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-transform: none;
}

body[class*="categorypath-oxigenoterapia"] .oxi-sidebar-product--card .btn-cart:hover,
body[class*="categorypath-oxigenoterapia"] .oxi-sidebar-product--card .btn-cart:focus {
    background: #0c73b6;
}
