/* Add custom CSS styles below */ 
.navbar-brand img {
    max-height: 5rem;
    width: auto;
    max-width: 150px;
}

.banner-entry {
    position: relative;
    height: 350px;
    overflow: hidden;
    border-radius: .875rem;
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: .25rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.slide--cat-entry {
    display: flex;
    height: 15rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 1.875rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: #f3f4f6;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: .75rem;
    text-align: center;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 500ms;
}
.s-product-card-fit-height .s-product-card-image {
    height: 15rem;
    max-height: 15rem;
}

.banner-entry {
    position: relative;
    height: 201px;
    overflow: hidden;
    border-radius: .875rem;
    --tw-bg-opacity: 1;}
    
    
    .s-installment-mispay-wrapper{
	background-color: var(--bg-secondary) !important;
	border-color: var(--color-primary) !important;
}

.hero-banner {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 16/9;
    max-height: 100%;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

img.lazy-load {
    width: 100%;
    min-height: 400px;
    display: block;
    object-fit: contain; /* تأكد من أن الصورة لا تسبب تمدد */
}

img.lazy-load {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

img.lazy-load.loaded {
    opacity: 1;
}

.animated, .fade-in, .slide-up {
    animation: none !important;
    transition: none !important;
}

@font-face {
    font-family: 'CustomFont';
    src: url('custom-font.woff2') format('woff2');
    font-display: swap;
}



button, a {
    transition: none !important;
    font-display: swap;
}

@media (max-width: 768px) {
    .hero-banner {
        min-height: 300px;
    }

    .s-block--hero-slider {
        min-height: 250px;
      
       
    }
}