/**
* Theme Name:        avanam-eyelook
* Theme URI:         https://templatemela.com/
* Template:          avanam
* Author:            TemplateMela
* Author URI:        #
* Description:       This is a child theme of Avanam, generated by TemplateMela.
* Version:           1.0.0
* License:           GNU General Public License v3.0 (or later)
* License URI:       https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:       avanam-eyelook
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce

*/ 

.pum-content {
    max-height: none !important;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.deal-products ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-height: 377px !important;
    overflow-y: auto;
    padding-right: 8px;
}
  
/* Popup container ka grey track hatane ke liye */
#popmake-1834::-webkit-scrollbar-track {
    background: transparent !important;
}

/* Scrollbar handle (blue bar) ko thoda behtar dikhane ke liye */
#popmake-1834::-webkit-scrollbar-thumb {
    background-color: #0061C1 !important; /* Aapka blue color */
    border-radius: 10px !important;
}

/* Scrollbar ki width set karne ke liye */
#popmake-1834::-webkit-scrollbar {
    width: 6px !important;
}

/* Firefox ke liye scrollbar chota karne ke liye */
#popmake-1834 {
    scrollbar-width: thin !important;
    scrollbar-color: #0358b1 transparent !important;
}