
        .otp-container {
            max-width: 600px;
            margin: 50px auto;
            padding: 30px;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0px 4px 15px rgba(0,0,0,0.1);
            text-align: center;
        }
        .otp-inputs {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin: 20px 0;
        }
        .otp-inputs input {
            width: 50px;
            height: 50px;
            text-align: center;
            font-size: 20px;
            border: 2px solid #ddd;
            border-radius: 8px;
        }
        .otp-inputs input:focus {
            outline: none;
            border-color: #ff6b6b;
        }
/* Fix for mobile scroll on product images */
.product_img_box img, 
.zoomContainer {
    touch-action: pan-y !important;
}
