@media (min-width: 1024px) {
    .sticky-atc__header-content .header-content--left .product-details-container .product-price {
        display: none;
    }
}
.sticky-atc__header-content .header-content--right .product-price{
    display: flex;
    flex-direction: column;
    gap: var(--spacing-25);
    max-width: 200px;
    color: var(--color-popup-modal-text);
}
@media (max-width: 1023.9px){
    .sticky-atc__header-content .header-content--right .product-price{
        display:none;
    }
}
