/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Mar 9, 2026, 2:46:34 PM
    Author     : Chreong Sambath
*/
/* Small styling fix to remove arrows from number input */
        .qty-input::-webkit-outer-spin-button,
        .qty-input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
        .qty-input {
            -moz-appearance: textfield;
        }
        .custom-loop-cart-wrapper .btn-sm {
            padding: 0.25rem 0.5rem;
        }