/*
 * Added in Loop Grid Product Globally instead 
 * because its already loaded other places
 * @css
 *
 * --- Original contents commented out ---
 *
 * .proudct__card-coreva {
 *   max-width: 282px !important;
 * }
 * 
 * @media (max-width: 800px) {
 *   .proudct__card-coreva,
 *   .product__card-coreva-img {
 *     max-width: 100% !important;
 *   }
 * 
 *   .single .product-cart-controls {
 *     justify-content: center;
 *   }
 * }
 * 
 * .plus-button {
 *   padding: 0 !important;
 * }
 * 
 * // Minus Plus Plugin Overrides
 * .cart-quantity-input,
 * .minus-button,
 * .ct-cart-button {
 *   display: block !important;
 *   max-height: 24px !important;
 *   max-width: 24px !important;
 *   text-align: center !important;
 *   line-height: 0px !important;
 * }
 * 
 * .minus-button {
 *   background-color: #ae6274 !important;
 * }
 * 
 * .cart-quantity-input {
 *   text-align: center !important;
 *   border: none !important;
 *   background: transparent !important;
 * }
 * 
 * // Chrome, Safari, Edge, Opera
 * input::-webkit-outer-spin-button,
 * input::-webkit-inner-spin-button {
 *   -webkit-appearance: none;
 *   margin: 0;
 * }
 * 
 * // Firefox
 * input[type="number"] {
 *   -moz-appearance: textfield;
 * }
 */
