.header-wrapper.nasa-header-transparent #masthead {
    background-color: #ffff !important;
}
.sticky-wrapper {
    z-index: 2000000;
    position: relative;
}

.product-category img ,.product-img , .nasa-sc .product-img img.size-woocommerce_thumbnail {
    height : 300px !important;
		object-fit : cover !important
}
a.button.product_type_simple.add-to-cart-grid{
    border : 1px solid #d4b08b !important
}
@media(max-width:991px){
	.product-category img ,.product-img , .nasa-sc .product-img img.size-woocommerce_thumbnail {
    height : 250px !important;
}
}

/* 1. توحيد التصميم الأساسي لكل الكروت (Grid & Slider) */
.product-warp-item .product-item,
.slick-slider .product-item,
.nasa-product-grid .product-item {
    border: 1px solid #f0f0f0 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease-in-out !important;
    background-color: #ffffff !important;
}

/* 2. إعطاء مسافة (Margin) للسلايدر فقط عشان الشادو مايتقصش */
.slick-slider .product-item,
.slick-slide.product-item {
    margin: 10px !important;
}

/* 3. إزالة المسافة (Margin) من الـ Grid تماماً */
.product-item.grid:not(.slick-slide),
.nasa-product-grid:not(.slick-slider) .product-item {
    margin: 0 !important;
}

/* 4. التأثير عند مرور الماوس (Hover) للكل */
.product-warp-item .product-item:hover,
.slick-slider .product-item:hover,
.nasa-product-grid .product-item:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-5px) !important;
    border-color: #d4b08b !important;
    z-index: 99 !important; /* لضمان ظهور الشادو فوق باقي الكروت في الـ Grid */
}

/* 5. تظبيط مساحات النصوص (Padding) عشان الكلام يتنفس */
.product-warp-item .product-item .product-info-wrap,
.slick-slider .product-item .product-info-wrap,
.nasa-product-grid .product-item .product-info-wrap {
    padding: 0 15px 15px 15px !important;
}

/* 6. حل السلايدر عشان الشادو من فوق وتحت ياخد راحته */
.slick-list, .slick-track {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}


/* تنسيق نقاط التنقل (Dots) في السلايدر */
.elementor-image-carousel-wrapper .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background-color: #cccccc !important;
    opacity: 0.6 !important;
    border-radius: 50% !important;
    transition: all 1s ease-in-out !important;
}

.elementor-image-carousel-wrapper .swiper-pagination-bullet-active {
    width: 25px !important;
    background-color: #d4b08b !important; /* لون متناسق مع تصميمك */
    border-radius: 10px !important;
    opacity: 1 !important;
}


.nasa-title .nasa-heading-title {
    margin-bottom: 20px;
    font-weight: 800;
}

h3.menu-item-heading.ns-menu-heading {
    display: none;
}
.nasa-mobile-nav-wrap {
    padding-top: 60px;
}
.nasa-product-content-nasa_label-wrap {
    display: none;
}