.price {
    //margin-top: 20px;
    display: block;
    width: 100%;
    /* color: rgb(var(--color-sale)); */
    color: #000000;
}

.price .price__sale .price-item--regular {
    text-decoration: line-through;
    color: rgb(var(--color-light-text));
}

.price .price__sale {
    display: inline-block;
    font-size: 0.94rem;
    line-height: 1.2rem;
    font-weight: 400;
    min-width: 36px;
}

.price .price-item--sale {
    margin-right: 2px;
    font-weight: 400;
}

.price .price-item--you_save {
    font-weight: 200;
    font-size: 0.7rem;
    color: #8e8e8e;
}

.price .price__compare {
    display: inline-block;
    width: 40%;
    font-size: 1.1rem;
    line-height: 1.1rem;
}

.price .price__compare .price-item--regular {
    text-decoration: line-through;
    color: #a9a9a9;
    font-weight: 200;
}

.price .price-item--traditional {
    font-weight: 200;
    font-size: 0.7rem;
    color: #8e8e8e;
}


.price>* {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

/* The .price__bms-line hook in price.html is rendered on every product card
   too (PLP, search, recommendations) but should stay hidden there — only the
   PDP's product-bundle-save.html JS un-hides it. The UA `[hidden]` rule loses
   to `.price > *` at equal specificity, so override it explicitly here in the
   globally-loaded stylesheet (instead of only in section-main-product.css). */
.price .price__bms-line[hidden] {
    display: none;
}

.price-product .price {
    margin-top: 8px;
}

/* The ipad end responds to the mobile end in vertical screen */
/* @custom-media --tablet (max-width: 959px); */
/* @custom-media --gt-mobile (min-width: 751px); */
/* detectingScreen need to consider the configuration of the tablet */