.bm-price {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 9px;
    color: #171918;
}

.bm-price small {
    flex-basis: 100%;
    color: #666d68;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.bm-price s {
    color: #777d79;
    font-size: 12px;
    font-weight: 600;
}

.bm-price strong {
    color: #202321;
    font-family: "Teko", "Poppins", sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.bm-price.has-offer strong {
    color: #d85100;
}

.bm-price--detail {
    width: fit-content;
    margin: 2px 0 16px;
    padding: 11px 14px;
    border-left: 3px solid #e85800;
    border-radius: 0 4px 4px 0;
    background: #f1f2ef;
}

.bm-price--detail strong {
    font-size: 34px;
}

.bm-price--card {
    margin: 10px 0 2px;
}

.bm-price--card strong {
    font-size: 23px;
}

.bm-price--related {
    display: flex;
    margin-top: 8px;
}

.bm-price--related small {
    display: none;
}

.bm-price--related strong {
    margin: 0;
    font-size: 20px;
}

.bm-discount-badge {
    position: absolute;
    z-index: 4;
    top: 12px;
    right: 12px;
    padding: 6px 9px;
    border-radius: 3px;
    color: #fff;
    background: #e85800;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.product-page .bm-price {
    color: #fff;
}

.product-page .bm-price small,
.product-page .bm-price s {
    color: rgba(255, 255, 255, 0.62);
}

.product-page .bm-price strong {
    color: #fff;
}

.product-page .bm-price.has-offer strong {
    color: #ff6b1a;
}

.product-page .bm-price--detail {
    background: rgba(255, 255, 255, 0.055);
}

.product-related-card > .bm-discount-badge {
    right: 10px;
    left: auto;
    background: #e85800;
}

.product-related-card > .bm-price {
    position: static;
    padding: 0;
    border-radius: 0;
    background: transparent;
    text-transform: none;
}

.usadas-product-card > .bm-discount-badge {
    right: 14px;
}

.equipamentos-product > .bm-discount-badge {
    right: 14px;
}

.usadas-product-card > .bm-price {
    order: 6;
    margin: 10px 0 12px;
}

.usadas-product-card > .usadas-card-btn {
    order: 7;
}

@media (max-width: 620px) {
    .usadas-product-card > .bm-price {
        grid-column: 2;
        grid-row: 4;
        margin: 6px 0 9px;
    }

    .usadas-product-card > .usadas-card-btn {
        grid-row: 5;
    }
}

@media (max-width: 520px) {
    .bm-price--detail strong {
        font-size: 30px;
    }
}
