/* Only the ordinary product purchase price; no catalogue/cart/Repack selectors. */
.product-purchase-card .netstore-stock-price {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    max-width: 100%;
}
.product-purchase-card .netstore-stock-price .netstore-stock-unit {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    color: #626b75;
    background: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}
.product-purchase-card .netstore-stock-price .price {
    flex-shrink: 0;
    white-space: nowrap;
}
.product-purchase-card .netstore-stock-price .price:empty + .netstore-stock-unit {
    display: none !important;
}
@media (max-width: 767px) {
    .netstore-product-card-v2640 .product-page .product-purchase-card .product-price-wrap.netstore-price-with-unit {
        grid-column: 1 / -1 !important;
        grid-row: 1 !important;
        width: 100% !important;
    }
    .product-purchase-card .product-price-wrap.netstore-price-with-unit ~ .qty {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
    }
    .product-purchase-card .product-price-wrap.netstore-price-with-unit ~ .product-buy-button-wrap {
        grid-row: 3 !important;
    }
}
