/*
 * CT_CATALOG_PRICE_02D_R4_DISCOUNT_INLINE_ROW_SAFE
 * Presentation only: no price or sale logic changes.
 */

html body#category #js-product-list
.product-price-and-shipping.ct-catalog-price-native-02d-r3[data-ct-price-branch-02d-r3="native"] {
    display: flex !important;
    flex-flow: row nowrap !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    gap: 0 6px !important;

    width: 100% !important;
    min-width: 0 !important;

    height: auto !important;
    min-height: 22px !important;
    max-height: 26px !important;

    margin: 2px 0 4px !important;
    padding: 0 !important;

    line-height: 22px !important;
    white-space: nowrap !important;
    overflow: visible !important;
}

html body#category #js-product-list
.product-price-and-shipping.ct-catalog-price-native-02d-r3[data-ct-price-branch-02d-r3="native"] > .regular-price,

html body#category #js-product-list
.product-price-and-shipping.ct-catalog-price-native-02d-r3[data-ct-price-branch-02d-r3="native"] > .discount-percentage,

html body#category #js-product-list
.product-price-and-shipping.ct-catalog-price-native-02d-r3[data-ct-price-branch-02d-r3="native"] > .discount-amount,

html body#category #js-product-list
.product-price-and-shipping.ct-catalog-price-native-02d-r3[data-ct-price-branch-02d-r3="native"] > .current-price {
    position: static !important;
    float: none !important;

    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: baseline !important;

    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;

    height: 22px !important;
    min-height: 22px !important;
    max-height: 22px !important;

    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;

    background: transparent !important;
    box-shadow: none !important;

    font-size: 14px !important;
    line-height: 22px !important;
    white-space: nowrap !important;
    transform: none !important;
}

html body#category #js-product-list
.product-price-and-shipping.ct-catalog-price-native-02d-r3[data-ct-price-branch-02d-r3="native"] > .regular-price {
    color: #6f6f6f !important;
    font-weight: 400 !important;
    text-decoration: line-through 1px solid !important;
}

html body#category #js-product-list
.product-price-and-shipping.ct-catalog-price-native-02d-r3[data-ct-price-branch-02d-r3="native"] > .discount-percentage,

html body#category #js-product-list
.product-price-and-shipping.ct-catalog-price-native-02d-r3[data-ct-price-branch-02d-r3="native"] > .discount-amount {
    color: #111 !important;
    font-weight: 500 !important;
    text-align: left !important;
    border-radius: 0 !important;
}

html body#category #js-product-list
.product-price-and-shipping.ct-catalog-price-native-02d-r3[data-ct-price-branch-02d-r3="native"] > .current-price {
    color: #D20A2E !important;
    font-weight: 700 !important;
}

html body#category #js-product-list
.product-price-and-shipping.ct-catalog-price-native-02d-r3[data-ct-price-branch-02d-r3="native"]::before,

html body#category #js-product-list
.product-price-and-shipping.ct-catalog-price-native-02d-r3[data-ct-price-branch-02d-r3="native"]::after {
    content: none !important;
    display: none !important;
}

@media (max-width: 575px) {
    html body#category #js-product-list
    .product-price-and-shipping.ct-catalog-price-native-02d-r3[data-ct-price-branch-02d-r3="native"] {
        gap: 0 4px !important;
    }

    html body#category #js-product-list
    .product-price-and-shipping.ct-catalog-price-native-02d-r3[data-ct-price-branch-02d-r3="native"] > span {
        font-size: 12px !important;
    }
}
