/* 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 */
.product-item-meta__price-list-container .pm-subtitle-internal {
    text-align: center !important;
    width: 100% !important;
    margin-top: 0px !important;
    color: rgb(144, 89, 200) !important;
}

/* Collection Sale Badge Styling */
.pm-image-parent-collection-selector .pm-sale-badge {
display: none !important;
background-color: rgb(144, 89, 200) !important;
font-weight: 600 !important;
border-radius: 0px !important;
}

/* 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-price-list + .pm-subtitle-internal {
 color: rgb(144, 89, 200) !important;
}

/* PDP Sale Badge Styling */
.pm-image-parent-pdp-selector .pm-sale-badge {
display: none !important;
background-color: rgb(144, 89, 200) !important;
font-weight: 600 !important;
border-radius: 0px !important;
}