.member-pirce {
    color: var(--red) !important;
}
.product-details-frame img {
    width: 60%;
}

@media (max-width: 575px) {
    .product-details-frame img {
        width: 100%;
    }
}