/* Add custom CSS styles below */ 
/* ----------------لوجو------------ */ 
.navbar-brand img {
    max-height: 150px !important; /* اتحكم في الطول */
    width: auto !important;       /* العرض يتظبط تلقائي */
    height: auto !important;      /* يمنع التمط */
    display: block !important;
    object-fit: contain !important;
}
body.index .store-header {
    position: relative;
}


/* -------- Categories -------- */
.my-category {
    margin-bottom: 30px;
    margin-top: 25px;
}
.my-category h1 {
    margin-bottom: 20px;
    font-size: 24px !important;
}
.my-category ul {
    justify-content: center;
    gap: 20px;
}

/* -------- Special product -------- */
.my-special-product {
    margin-bottom: 30px;
}
.my-special-product h1 {
    color: #fff;
}
@media screen and (max-width: 768px) {
    .my-special-product h1 {
        color: #fff;
        text-align: center;
        font-size: 20px;
    }
}

.s-block.s-block--best-offers {
    margin-top: 10px;
}


/* -------- Advantages -------- */
.my-advantage {
    margin-top: 50px;
    margin-bottom: 50px;
    
}
@media screen and (max-width: 768px) {
    .my-advantage > div > div {
        flex-direction: row;
    }
}

/* -------- Banner photo -------- */
.my-banner-photo > div {
    justify-content: space-around;
}
.my-banner-photo > div > div {
    justify-content: center;
}
.my-banner-photo h1 {
    font-size: 30px !important;
    line-height: 23px;
    padding: 5px;
}
@media screen and (max-width: 768px) {
    .my-banner-photo h1 {
        font-size: 12px !important;
        line-height: 23px;
        padding:5px;
    }
}

/* -------- Info section -------- */
.my-info p {
    color: #fff;
}
.my-info .shape {
    background-color: #19325D;
}

/* -------- Footer -------- */
.store-footer__inner {
    background: #fff !important;
}
@media screen and (max-width: 768px) {
    .store-footer__inner * {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}
/* -------- طول البوكس-------- */
.s-product-card-fit-height .s-product-card-image {
    height: 15rem;
    max-height: 19rem;
}

/* -------- هامش بين البانر والهيدر-------- */
.\!my-4 {
    margin-top: 0rem !important;
    margin-bottom: 1rem !important;
}
span.bg-primary.text-white.px-\[5px\].flex.items-center.w-fit.text-\[13px\].rounded-\[3px\] {
    position: absolute;
    z-index: 2;
    left: 1;
}
.s-product-card-vertical .s-product-card-content {
    padding-top: 0.75rem !important;
}
/* -------- -------- */
/* ✅ جعل الهيدر شفاف وراكب فوق البانر
@media (min-width: 768px) {
  .index header.store-header {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: transparent !important;
  } */