/* Start custom CSS *//*

استایل‌های گلوبال فروشگاه لوکس

محل قرارگیری: المنتور > تنظیمات سایت > CSS سفارشی
*/

body {
background-color: #000;
color: #fff;
overflow-x: hidden; /* جلوگیری از اسکرول افقی ناخواسته در المنتور */
-webkit-font-smoothing: antialiased;
}

/* مخفی کردن اسکرول‌بار برای کاروسل محصولات */
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

/* استایل‌های پایه برای لینک‌های هدر (افکت خط زیرین) */
.btn-link {
position: relative;
padding-bottom: 4px;
}
.btn-link::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 1px;
background-color: white;
transition: width 0.3s ease;
}
.btn-link:hover::after {
width: 100%;
}

/* استایل اوررایت برای ستون‌های المنتور تا فاصله‌ها را صفر کند (در صورت نیاز) */
.elementor-section.lux-full-width .elementor-container {
max-width: 100% !important;
padding: 0 !important;
margin: 0 !important;
}
.elementor-section.lux-full-width .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
padding: 0 !important;
}/* End custom CSS */