/* Add custom CSS styles below */ 
/*navbar*/
 .navbar-brand.md\:h-\[41px\] {
        height: 80px;
    }

.navbar-brand img {
    max-height: 5rem;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 80px;
}
/*main bannar*/
section.s-block.DG-hero-section-0.DG-hero-section {
    padding: 0;
}
@media (min-width: 1400px) {
 .s-block.DG-hero-section-0   .lg\:min-h-\[774px\] {
        min-height: 970px;
    }
}

.DG-hero-section .swiper-slide-active .no-object-image .slider-button ,.s-button-primary ,.DG_side_banner a.clip-btn {
    background: linear-gradient(84.53deg, #00FFFE -0.26%, #006D6D 99.12%) !important;
  border: 0px;
  color:#000 !important
  }
.DG-offers p.bg-primary {
    color: #000;
}
.s-block.DG_side_banner .absolute.mt-\[57px\] {
    top: 22%;
}
/*cards*/
.DG-cards .card-image {
    transform: translateY(0%);
     width: clamp(9.188rem,10.4956rem + 15.7544vw,10.25rem);

}
.DG-banner .absolute.md\:top-\[43px\] img {
    object-fit: contain !important;
}
.DG-banner .absolute.md\:top-\[43px\]  {
height: clamp(5rem, 1.9541rem + 1.7959vw, 8rem);
}
/*footer*/
.store-footer .navbar-brand img {
    object-fit: contain;
}
.store-footer  .h-\[clamp\(3rem\2c _2\.6453rem_\+_1\.5135vw\2c _3\.875rem\)\] {
    height: clamp(6rem,2.6453rem + 1.5135vw,6.875rem);
}
.s-product-card-vertical .s-product-card-image {
    aspect-ratio: auto !important;
}
/*single product*/
.product-single .sidebar salla-slider.details-slider .s-slider-container,.product-single .sidebar salla-slider.details-slider .swiper-slide {
    background-color: rgb(255 255 255 / 0%);
    border: 0px !important;
      --tw-ring-color: rgb(243 244 246 / 0%);
}

@media (max-width:767px){
 /* .s-block.DG-hero-section-0 .min-h-\[666px\] {
    min-height: 420px;
}*/
.DG-banner .min-h-\[clamp\(32\.5rem\2c 30\.7264rem\+7\.5676vw\2c 36\.875rem\)\] {
    min-height: 260px;
}
  .DG-banner .pt-\[90px\] {
    padding-top: 108px;
}
  .DG-cards .card-image {
    width: clamp(7.188rem,10.4956rem + 15.7544vw,8.25rem);
}
  .DG-banner .absolute.md\:top-\[43px\].left-\[unset\] {
    left: 0;
}
 .DG-banner .text-\[clamp\(1\.75rem\2c 1\.1419rem\+2\.5946vw\2c 3\.25rem\)\] {
    font-size: clamp(1.20rem,1rem + 2vw,2rem);
} 
}


@media (max-width:450px){
  div#mainnav {
    position: relative;
}
 div#mainnav  a.mburger.mburger--collapse.leading-none.lg\:hidden {
    position: absolute;
    right: 20px;
}
  .navbar-brand.md\:h-\[41px\] {
    height: 80px;
    margin-right: 35%;
}
}
>
/* --- Loading Screen --- */
#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000; /* خلفية سوداء تناسب النيون */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    transition: opacity .5s ease-out;
}

/* الشعار داخل دائرة */
#loading-screen .loader-logo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    animation: glow 1.7s infinite ease-in-out;
}

/* صورة الشعار */
#loading-screen .loader-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* تأثير التوهج النيون */
@keyframes glow {
    0% { transform: scale(0.92); filter: drop-shadow(0 0 10px #00eaff); }
    50% { transform: scale(1); filter: drop-shadow(0 0 25px #00eaff); }
    100% { transform: scale(0.92); filter: drop-shadow(0 0 10px #00eaff); }
}

/* إخفاء الشاشة بعد التحميل */
body.loaded #loading-screen {
    opacity: 0;
    pointer-events: none;
}