/* Add custom CSS styles below */ 
section.NG-hero-section.NG-hero-section-0 .wrapper {
    margin-right: auto !important;
    margin-left: 0  !important;
    width: 45%  !important;
    left: 0  !important;
    top: 30% !important;
}



section.GL-promotional-banner .relative.z-10 {
    width: 40%;
}
.NG-main-banner-4 .text-wrapper.container {
    max-width: 32%;
    padding: 2rem;
    border-radius: 32px;
    background: rgba(40, 40, 40, 0.46);
    text-align: center;
    margin-right: 5%;
}
.NG-main-banner-4 .text-wrapper h1 {
    line-height: normal;
}
.NG-main-banner-6 .text-wrapper.container {
    max-width: 50%;
    margin-left: 5%;
    margin-right: auto;
}


@media (max-width:767px){
.NG-categories .card-back-overlay {
    opacity: 0;
}
.NG-main-banner-4 .text-wrapper.container {
    max-width: 60%;
    padding: 1rem;
    margin-right: 0%;
}
.NG-main-banner-4 .banner-1 {
    background-position: 95%;
}
.NG-main-banner-6 .banner-1 {
    background-position: 75%;
}}
/* إخفاء السعر من الصفحة الرئيسية فقط */
.index .s-product-card-price,
.home .s-product-card-price {
    display: none !important;
}