/*
                                  __               _                   _
   ___  ___  ___ _ __  _ __ ___  / _| ___  ___ ___(_) ___  _ __   __ _| |___
  / _ \/ __|/ __| '_ \| '__/ _ \| |_ / _ \/ __/ __| |/ _ \| '_ \ / _` | / __|
 | (_) \__ \ (__| |_) | | | (_) |  _|  __/\__ \__ \ | (_) | | | | (_| | \__ \
  \___/|___/\___| .__/|_|  \___/|_|  \___||___/___/_|\___/|_| |_|\__,_|_|___/
                 |_|
 
  @author      Oscprofessionals Team (support@oscprofessionals.com)
  @copyright   Copyright (c) 2025 Oscprofessionals
  @license     http://opensource.org/licenses/osl-3.0.php
  @link        http://www.oscprofessionals.com
  @category    Oscprofessionals
  @package     Oscprofessionals_FunctionalCustomizations
*/
/* Hide Price and Subtotal headers and cells on the cart page */
body.checkout-cart-index .table-wrapper.cart table.cart .col.price,
body.checkout-cart-index .table-wrapper.cart table.cart .col.subtotal {
  display: none !important;
}

/* Hide stock status on PDP */
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: none !important;
}