.md\:text-6xl {
    /* FONT-VARIANT: JIS83; */
    FONT-WEIGHT: 200;
    font-size: 3rem;
    line-height: 1;
    color: #135357;
}



/* ************************************************* */
/* ----------- SPECIAL CATEGORIES BLOCK ------------ */
/* ************************************************* */
/* background */

.special-cats-with-bg .bg-gray-900 {
    background-color: unset !important;
}

/* images */
.special-cats-with-bg section .to-black {
    --tw-gradient-to: unset;
}

.special-cats-with-bg section div:has(> img) {
    opacity: unset !important;
}

.special-cats-with-bg section .bg-white {
    background-color: unset;
}

/* images */

.special-cats-with-bg section .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* images text */

.special-cats-with-bg h3 a p {
    display: none;
}

@media only screen and (max-width: 768px) {

    /* background */
    .special-cats-with-bg .relative .relative.py-32 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    /* images block */
    .special-cats-with-bg section {
        margin-top: -17rem;
    }

    /* images */
    .special-cats-with-bg section .grid-cols-3 {
        /*max-width: 17rem;*/
    }

    .special-cats-with-bg section .bg-white {
        /*height: 10rem;*/
        height: auto;
        aspect-ratio: 1/1;
    }
}

@media only screen and (min-width: 640px) {

    /* images */
    .special-cats-with-bg section .grid-cols-3 {
        /*max-width: 58rem;*/
    }

    .special-cats-with-bg section .bg-white {
        /*height: 37rem;*/
        height: auto;
        aspect-ratio: 1/1;
    }
}

@media (min-width: 768px)
.main-nav-container {
    height: 100px;
}

.as-row .main-menu {
    justify-content: center;
    padding-top: 0rem;
}
.mainnav{height: 100px;
}
-------------------

.store-footer .container .img-fluid {
    height: 70px !important;
}

.store-header .header-btn__icon{width:1.75rem}.store-header salla-cart-summary{margin-right:10px!important}@media only screen and (min-width:640px){.main-nav-container .inner{padding-top:20px;padding-bottom:12px}.store-header .main-nav-container .main-menu{padding-top:0}.store-header .main-nav-container .navbar-brand+.mobile-menu{width:100%}.store-header .main-nav-container div:has(>.navbar-brand){flex-grow:1}.store-header .main-nav-container li.root-level>a{padding-bottom:0;padding-top:0}}
/*
.center-between {
    display: flex;
    display: none;
}
*/
a[href*="عروض"] span {
    color: #ab5665;
}

a[aria-label="mobile"] {
    display: none;
}

/*
.s-block--square-links {
    margin-top: 0;
}

.auto-fit-grid {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}
.gap-y-6 {
    row-gap: 1.5rem;
}
*/
.s-block {
    margin-top: 0.5rem;
}


@media only screen and (min-width: 769px) {
    .s-block--square-links div:has(> ul) {
        max-width: 1488px;
    }
}

@media only screen and (max-width: 768px) {
    .s-block--square-links ul li a div img {
        object-fit: contain;
        aspect-ratio: unset;
       
        transform: none !important;
    }
}
@media only screen and (max-width: 768px) {
    .s-block--square-links ul {
        margin-top: 0;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 0.5rem;
        margin-bottom: -8px;
    }
}

/* إخفاء البانر الخاص بالشاشات الكبيرة على الأجهزة الصغيرة */
.banners-slider--0 {
  display: block;
}

.banners-slider--1 {
  display: none;
}

/* إظهار البانر الخاص بالشاشات الصغيرة على الأجهزة الصغيرة فقط */
@media (max-width: 1024px) {
  .banners-slider--0 {
    display: none;
  }
  
  .banners-slider--1 {
    display: block;
  }
}


.text-3xl {
    font-size: 1.8rem;
    line-height: 2.25rem;
}

@media (max-width: 640px) {
    .text-3xl {
        font-size: 1.25rem; /* حجم خط أصغر */
        line-height: 1.75rem; /* تقليل ارتفاع السطر */
    }
}

/*
@media (max-width: 576px) {
    .navbar-brand img {
        max-height: 70px !important;
        max-width: 100px !important;
    }
}
*/