.s-product-card-image img.loaded {
    opacity: 1;
    position: relative;
    BACKGROUND-COLOR: WHITE;
}
.s-product-card-price, .s-product-card-starting-price h4 {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: #e34b70;
}
.lima-product-card-actions salla-add-product-button button {
    align-items: center;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    padding: 0;
    width: 2.5rem;
    background-color: #e14899;
    border-color: #df4698;
}@media (max-width: 1024px) {
    .s-product-card-entry .lima-product-card-actions button {
        height: 1.8rem !important;
        margin: 0 !important;
        width: 1.8rem !important;
        background-color: #e14899;
        border-color: #df4698;
    }
}.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    color: #ffffff;
}.salla-slider,
.landing-slider {
    position: relative;
    overflow: hidden;
}

.s-block--hero-slider {
    position: relative;
    overflow: hidden;
}
.h-full {
    height: 99%;

}
.s-block--hero-slider {
    position: relative;
    overflow: hidden;
}

.s-block--hero-slider .swiper-slide {
 
    --tw-bg-opacity: 1;
  
    background-color: rgb(255 255 255);
}.banner--fixed img, .banner-entry {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251);
    max-width: 100%;
    margin-top: -10vh; /* استخدم vh بدل px لتناسب الشاشات */
    padding-top: 4vh;
    transform: scale(1.1); /* للتكبير */
}

/* Media Query للشاشات الصغيرة */
@media (max-width: 768px) {
    .banner--fixed img, .banner-entry {
       margin-top: -5vh;
        padding-top: 1vh;
        transform: scale(1); /* تقليل التكبير على الهاتف */
    }
}@media (min-width: 768px) {
    .md\:h-\[800px\] {
        height: 1120px !important;
    }
}.h-\[300px\] {
    height: 196px !important;
}.gap-\[10px\] {
    gap: 0px;
}