.s-block {
    margin-top: 0rem !important;
}

.s-block--categories .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
    justify-content: center !important;
}

.s-block--categories .swiper-wrapper .swiper-android .swiper-slide {
    transform: translate3d(0px, 0, 0);
    justify-content: center;
}

/* التأكد من أن الحاوية الرئيسية تأخذ عرض الشاشة بالكامل */
.block--fixed-banner .container {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

/* التأكد من أن البنر داخل الحاوية يأخذ عرض الحاوية بالكامل */
.wide-placeholder .block--fixed-banner {
    width: 100%;
    height: auto;
}

.s-block {
    margin-top: 0rem !important;
}

.py-8 {
    padding-top: 0;
    padding-bottom: 2rem;
}

.s-block--fixed-banner {
    width: 100vw !important;  /* يجعل العنصر يغطي عرض الشاشة بالكامل */
    margin: 0 !important;
    padding: 0 !important;
}

.s-block--fixed-banner .container {
    max-width: 100% !important; /* يضمن عدم وجود قيود على العرض */
    padding: 0 !important;
}

.s-block--fixed-banner .banner {
    display: block;
    width: 100%;
}

.s-block--fixed-banner .banner img {
    width: 100%;
    height: auto;
}

.group-hover\:scale-110 {
    transform: none !important;
}

.s-product-card-price {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: rgba(181,148,79,255);
}

/* custom sections 2 */
#cus-secs-sp {
    width: 100%;
    padding-top: 60px;
}

#cus-secs-sp #secs-wrapper {
    width: 100%;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 300px));
    justify-content: center;
    gap: 10px;
}

#cus-secs-sp #secs-wrapper #sec-link {
    transition: .3s;
    display: flex;
    justify-content: center;
}

#cus-secs-sp #secs-wrapper #sec-link:hover {
    transform: scale(1.1);
}

@media (max-width: 1024px) {
    #cus-secs-sp {
        padding-top: 40px;
    }
}

@media (max-width: 680px) {
    #cus-secs-sp #secs-wrapper {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }

    #cus-secs-sp #secs-wrapper #sec-link:nth-of-type(2) {
        grid-row: 1;
        grid-column: span 2;
    }

    /* Ensure the header content is centered */
    .kayan-header {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        position: relative;
        z-index: 10;
    }

    /* Flex container around the logo */
    .kayan-header .flex-1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0;
    }

    /* Ensure the logo width is auto and doesn't push off-center */
    .kayan-header .w-24 {
        width: auto; /* Prevent fixed width */
        max-width: 100%; /* Prevent overflow */
        margin: 0 auto; /* Center logo horizontally */
    }

    /* Hide the menu icon or make it look better for mobile */
    .kayan-header .bars {
        display: none; /* Hide menu icon on mobile (optional) */
    }

    /* Make sure no extra margin or padding is affecting the layout */
    .kayan-header {
        margin: 0;
        padding: 0;
        overflow: visible; /* Avoid any clipping */
    }
}

/* Other existing styles from your code... */

.kayan-header .lg\:shadow-lg {
    background: #002630 !important;
    color: white;
}

.navbar ul li a {
    --tw-text-opacity: 1;
    color: rgba(3, 7, 18, 1);
    color: white !important;
}

.navbar ul li .more-one-sub a {
    --tw-text-opacity: 1;
    color: rgba(3, 7, 18, 1);
    color: black !important;
}

.sicon-keyboard_arrow_down:before {
    content: "\e96e";
    color: white;
}

.kayan-footer {
    background-color: #082436 !important;
    color: white !important;
}

.text-\[var\(--color-footer-text\)\] {
    color: white !important;
}