/*
 * Copyright © 2024 RedCloud. All rights reserved.
 * See COPYING.txt for license details.
 */

/* Recommended Retail Price All Pages Styles */

/** Product Details Page **/
.product.attribute.recommended-retail-price {
    margin-bottom: 8px;
}

.product.attribute.recommended-retail-price div.value {
    /* Desktop/Label/Footnote.reg */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: -0.2px;
    color: #797979;
}

div.product-sku.mobile-hidden {
    margin-bottom: 8px!important;
}

@media only screen and (max-width: 767px) {
    .product.attribute.recommended-retail-price {
        margin-bottom: 8px;
    }

    .product.attribute.recommended-retail-price div.value {
        /* Mobile/Label/Base.reg */
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        color: #797979;
    }

    div.product-sku.mobile-hidden {
        margin-bottom: 8px!important;
    }
}
