/* Collection Sale Price Styling */
.pm-price-collection-selector .pm-price-item--sale {

}

/* Collection Strikethrough Price Styling */
.pm-price-collection-selector .pm-price-item--regular {

}

/* Collection Subtitle Styling */
.pm-subtitle-collection-selector .pm-subtitle-internal {

}

/* Collection Sale Badge Styling */
.pm-image-parent-collection-selector .pm-sale-badge {
    margin-top: 8px !important;
    padding: 0 8px !important;
    font-size: 12px !important;
    border-radius: 6px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    background-color: #0ab97f !important;
    color: #f9f8f4 !important;
    text-transform: lowercase;
}

/* PDP Sale Price Styling */
.pm-price-pdp-selector .pm-price-item--sale {

}

/* PDP Strikethrough Price Styling */
.pm-price-pdp-selector .pm-price-item--regular  {

}

/* PDP Subtitle Styling */
.pm-subtitle-pdp-selector .pm-subtitle-internal {

}

/* PDP Sale Badge Styling */
.pm-image-parent-pdp-selector .pm-sale-badge {
    padding: 6px 12px !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    background-color: #0ab97f !important;
    color: #f9f8f4 !important;
    text-transform: lowercase;
    margin: 10px !important;
}