/*header*/
header .bg-white {
    background: #ffffff;
        box-shadow: none;
    }
   
    .header-btn__icon.icon:where([dir="rtl"], [dir="rtl"] *) {
        margin-left: 0px;
    }
    .sicon-menu:before {
        color: #C9A15A;
        margin-right: 0;
        font-size: 20px;
        padding: 7px;
        content: "\e928";
    
    }
    .sicon-shopping-bag:before {
        color: #C9A15A;
        font-size: 20px;
        padding: 7px;
        content: "\e906";
    
    }
    
    .sicon-user-circle:before {
           color: #C9A15A;
        font-size: 20px;
        padding: 7px;
        content: "\f078";
    
    }
    
    .header-btn__icon {
        border-width: 0
    }
    
    .s-cart-summary-content {
        display: none
    }
    
    .rtl\:mr-4:where([dir=rtl],[dir=rtl] *) {
        margin-right: 0
    }
    
    .s-cart-summary-count {
        background-color: #C9A15A;
        color: #ffffff;
    }
    
    
    /*general*/
    body, .bg-gray-100 {
        background-color: #ffffff;
    }
    
    
    
    
    /*fixeed banner*/
    
    section.s-block.s-block--fixed-banner.wide-placeholder > .container {
        padding-left: 0px;
        padding-right: 0px;
            max-width: 100%;
    
    }
    @media (max-width: 991px) {
        section.s-block.s-block--fixed-banner.wide-placeholder .container {
            padding: 0;
        }
    }
    .banner--fixed img {
        background: none;
        border-radius: 0rem !important;
    }
    
    section.s-block.s-block--fixed-banner.wide-placeholder {
        margin-top: 0px;
    }

    /*tiker*/

.stock-ticker {
    background-color: #C9A15A !important;
    font-size: 15px;
    overflow: hidden;
    user-select: none;
    --gap: 20px;
    display: flex;
    gap: var(--gap);
    color: #ffffff;
    padding-top: .5rem;
    padding-bottom: .5rem;

  }
  
  .stock-ticker ul {
    list-style: none;
    flex-shrink: 0;
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--gap);
    animation: scroll 80s linear infinite;
  }
  
  .stock-ticker:hover ul {
    animation-play-state: paused;
  }
  
  @keyframes scroll {
    to {
      transform: translateX(calc(100% - var(--gap)));
    }
  }
  
  
  .stock-ticker .company,
  .stock-ticker .price {
    font-weight: bold;
  }
  
  .stock-ticker .price {
    margin-inline: 4px;
  }
  
/*===products===*/
.s-block__title {
    align-items: center;
    justify-content: center;
}
[dir=rtl] .s-block__title .right-side {
    padding-left: 0rem;
}
.s-block__title {
    color: #C9A15A;
    text-align:center;
}

.s-product-card-vertical .s-product-card-image {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    max-height: 19rem;
    min-height: 19rem;
}

[dir=rtl] .s-block__title .right-side {
    padding-left: 0rem;
}

.s-product-card-entry {
    border-radius: 5px;
    background-color: #ffffff;
    padding: 0px;
    border : .01rem groove #C9A15A24;

}

.s-product-card-content-main {
    padding-right: 0.37rem;
    padding-left: 0.37rem;
}
.s-product-card-content-sub {
    padding: 0.37rem;
}
salla-button .s-button-btn{
    border-radius: 0px;background-color: #ffffff;
    color: #C9A15A;
    border-width: .5px;
}

salla-button .s-button-btn span.s-button-text {
    color: #C9A15A;
}

salla-button .s-button-btn span.s-button-text:hover{
    color: #C9A15A;
}
.s-products-list-vertical-cards {
    gap: 8px;
}
.s-button-text .sicon-shopping-bag{
    display: none;
}
.s-product-card-content-footer .s-button-btn {
    border-radius: .3rem!important;
}
.s-product-card-content {
    background: none;
    padding-left: .4rem;
    padding-right: .4rem;
}
.s-product-card-content-main {
    padding-bottom: 0rem;
    justify-content: center;
}
.s-product-card-content-sub {
    margin-bottom: 0.50rem;
    justify-content: center;
}
.s-product-card-content-title a {
    text-align: center;
    color: #C9A15A;
    font-size: .8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis

}

.s-block__title {
    flex-direction: column;
}
[dir=rtl] .s-product-card-content-pie {
    display: none;
}
[dir=rtl] .s-product-card-special .s-product-card-content-main, [dir=rtl] special .s-product-card-content-sub {
    padding-left: 0rem;
}
[dir=rtl] .s-product-card-content-extra-padding {
    padding-left: 0rem;
    padding-right: 0;
}
.s-block--special-products .tabs {
    display: none;
}

[dir=rtl] .s-product-card-vertical .s-product-card-wishlist-btn {
    left: 0rem;
    
}
.s-product-card-vertical .s-product-card-wishlist-btn {
    top: 0.12rem;
}
.s-product-card-vertical .s-product-card-wishlist-btn button {
  display:none;
}
.s-product-card-price {
    color: #C9A15A;
}
.s-slider-block__title {
    justify-content: center;
}
.s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem;
}
.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem;
}
.s-product-card-image::before {
    background: #ffffff;
    color: #ffffff
}
.s-product-card-content-subtitle {
    color: #C9A15A !important;
    text-align: center;
    margin-bottom: 0.15rem;
    font-size: 12px;
}

.s-product-card-content-sub {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.s-product-card-promotion-title {
    background-color: #ffffff;
    color: #C9A15A;
    
}

.s-product-card-content-main {
    padding-bottom: 0rem;
    justify-content: center;
}
.s-product-card-fit-height .s-product-card-image {
    height: 12rem;
}
.s-comments-product {
    background-color: #ffffff;
}

.s-block__display-all {
    margin-top: .6rem;
}
/*testimonal*/
.s-reviews-testimonial__avatar {
    display: none !important;
}
.s-reviews-testimonial__text {
    text-align: center;
}
.s-reviews-testimonial__rating {
    margin-left: 0rem;
}

.s-reviews-testimonial__icon svg {
   display:none
}
.s-reviews-testimonial {
    background-color: #ffffff;
    border : .02rem groove #C9A1534;
    border-radius: 8px;   
}
.s-reviews-header-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.s-reviews-header {
    margin-right: 0rem;  
    color: #C9A15A;
}
.s-rating-stars-selected {
    fill: #C9A15A;
}

@media (min-width: 1024px){
.s-block--testimonials.container {
    padding-left: 0rem;
    padding-right: 0rem;
}
.s-reviews-testimonial__name_wrapper {
    flex-direction: column;
}
.s-reviews-container .swiper-slide-active .s-reviews-testimonial:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 2rem;
    padding-right: 2rem;
}
}



/*footer*/
.index .store-footer, .product-index .store-footer {
    background-color: #ffffff;
    color:#C9A15A;
    margin: 1rem;
    border-radius: 10px
}

.footer-is-light .store-footer .store-footer__inner {
    background-color: #ffffff;
    color:#C9A15A;

}

footer.store-footer {
    border-bottom-width: 0;
    border-radius: 0px;
}

.footer-is-light .store-footer .store-footer__inner, .footer-is-dark .store-footer .store-footer__inner {
    background-color: transparent;
}

.store-footer{
background-color: #ffffff !important;
}


 .footer-is-light .store-footer {
     color: #C9A15A;
 }



 @media (max-width: 900px){
    footer {
        text-align: center;
    }

.s-contacts-icon:where([dir=rtl],[dir=rtl] *) {
     margin-left: 0rem; 
}
.store-footer .md\:flex{
    display: flex;
    flex-direction: column-reverse;
}
}


.footer-is-light .store-footer .social-link {
   border: none;
}

footer .sicon-whatsapp2, footer .sicon-iphone,footer .sicon-phone, footer .sicon-mail {
    border: none;

}
.footer-is-light .store-footer .contact-social {
    border: none;
}
.store-footer .contact-social {
    border-top-width: 0px;
}
.store-footer .social-link {
    border-radius: 2px;
}
.store-footer__inner {
    border-bottom-width: 0px;
}
.copyright-text p {
     color: #C9A15A;
}
.bg-white {
    border-radius: 2px;
}
@media (max-width: 900px){
.store-footer a div:nth-child(3)> .text-unicode:nth-child(1){
    display: none;
}

.s-social-list {
    justify-content: right;
}
}
.lg\:col-span-2.rtl\:lg\:pr-20.ltr\:lg\:pl-20 .flex{
    justify-content: right;
}
.store-footer a
.border {
    border-width: 0px;
}
.mb-6 {
    margin-top: 1.5rem;
}
.store-footer h3 {
    color: #C9A15A;
}
.s-social-link a, .s-contacts-icon {
    border-radius: 5px;
    border-width: 0px;
    background-color: #C9A15A ;
    color: #ffffff;
}

div#contact-slot:nth-child(1) span.unicode{
    font-size: 0px;
}

div#contact-slot:nth-child(1) span.unicode::after{
    font-size: .875rem;
    content: "";
    text-align: right;

}

div#contact-slot:nth-child(2) span.unicode{
    font-size: 0px;
}

div#contact-slot:nth-child(2) span.unicode::after{
    font-size: .875rem;
    content: "";
    text-align: right;
}

div#contact-slot:nth-child(3) span.unicode{
    font-size: 0px;
}

div#contact-slot:nth-child(3) span.unicode::after{
    font-size: .875rem;
    content: "";
    text-align: right;
}

div#contact-slot:nth-child(4) span.unicode{
    font-size: 0px;
}

div#contact-slot:nth-child(4) span.unicode::after{
    font-size: .875rem;
    content: "";
    text-align: right;
}
.s-contacts-list-vertical {
    flex-direction: row;
}
div#contact-slot span.unicode {
margin-top: 10px;
}


.s-contacts-icon svg {
    height: 1.2rem;
    width: 1.2rem;
}
 
.s-social-link a svg {
    height: 1.2rem;
    width: 1.2rem;
}
.copyright-text p {
    color: #C9A15A;
    display: flex;
    margin-top: .75rem;
}
.s-payments-list-item {
    border-radius: 5px;
}
.copyright-text .mb-2\.5 {
    margin-bottom: .25rem;
}
span.dev-link A{
    margin-left: .2rem
}

span.dev-link {
    display: inline-flex;
     font-size: 9px;
     margin: 0 0px;
     margin-top: px;
     margin-left: 0;
     color: #C9A15A;
     opacity: 1;
     flex-direction: row-reverse;
 }
 .s-apps-icons-list {
    justify-content: center;
}

.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 .hidden {
    display: flex;
}

.footer-is-light .store-footer .contact-social .s-social-list
{
    display: none;
}
.store-footer__inner {
 padding-bottom: 0rem; 
}
.store-footer .contact-social {
    margin-top: 0rem;
    border-top-width: 0px;
    padding-top: 0rem;
}

.s-payments-list-item {
    border-radius: 2px;
}

@media (max-width: 991px) {
    a.flex.items-center.m-0 {
        padding-right: 80px;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/Kjgjyg/AaZiArpMiJg1uMcluIiOjPrKPijqK06LJ4ekOsJw.png);
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: center;
        padding-left: 0px;
        padding-top: 30px;
        padding-bottom: 0px;
    }
    
    a.flex.items-center.m-0 > h3{
        visibility: hidden;
    }
    }
    .hidden.lg\:block {
        justify-content: center !important;
    }
    .s-contacts-list-vertical {
        justify-content: center;
    }

/*=====categories=====*/
.s-block.s-block--banners > .grid {
    grid-template-columns:  1fr 1fr 1fr;
    
}

.s-block.s-block--banners > .grid .banner-entry {
    padding-top: 0%;
}
.s-block.s-block--banners > .grid .banner-entry {
    border-radius: 0px;
}

.two-row .banner-entry:first-child {
    grid-column: auto;
    grid-row: auto;
}

.s-block.s-block--banners > .grid .banner-entry {
    height: 170px;
}

/*categories responsive*/
/*phones screen*/
@media (max-width: 600px) {
    .s-block.s-block--banners > .grid .banner-entry {
       height: 170px;
    }
}
/*ipad air, ipad mini screen*/
@media screen and (max-width: 900px) and (min-width:600px) {
.s-block.s-block--banners > .grid .banner-entry {
    height: 280px;
}
}
/*ipad pro and laptop screen*/
@media screen and (min-width: 900px) {
.s-block.s-block--banners > .grid .banner-entry {
    height: 380px;
}  
}
@media screen and (min-width: 1200px) {
.s-block.s-block--banners > .grid .banner-entry {
    height: 450px;
} 
}
.s-block.s-block--banners .banner-entry:hover h3, .s-block.s-block--banners .has-overlay:hover:after{
    display: none;
}


/*faqs*/

.faq-header {
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    padding-top: 40px;
    color: #C9A15A;
}
.faq-content {
  margin: 0 auto;
}

.faq-question {
  padding: 20px 6px;
  border : .09rem groove #C9A15A;
  background-color: transparent;
  margin: 15px;
    border-radius: 8px;
    
}

.panel-title {
    font-size: 15px;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 2px 26px 2px 2px;
    display: block;
    cursor: pointer;
    color: #C9A15A;
    font-weight: 600;

}
.panel-content {
  font-size: 14px;
  padding: 0px 14px;
  margin: 0px;
  height: 0;
  overflow: hidden;
  z-index: 0;
  font-weight: 400;
  position: relative;
  opacity: 0;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  color: #C9A15A;

}

.panel:checked ~ .panel-content{
  height: auto;
  opacity: 1;
  padding: 14px;
}
.plus {
position: absolute;
margin-left: 20px;
margin-top: 4px;
z-index: 5;
font-size: 42px;
line-height: 100%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
-webkit-transition: .2s ease;
-moz-transition: .2s ease;
-o-transition: .2s ease;
transition: .2s ease;
color: #C9A15A;
}
.plus {
  position: absolute;
  margin-left: 20px;
  margin-top: 0px;
  z-index: 5;
  font-size: 32px;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.panel:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.panel {
  display: none;
}
/* ========== ألوان أساسية ========== */
:root{
  --brand-gold: #C9A15A;
  --brand-gold-20: rgba(201,161,90,.20);
  --brand-gold-35: rgba(201,161,90,.35);
  --brand-gold-55: rgba(201,161,90,.55);
  --brand-white: #ffffff;
  --text-base: currentColor; /* يخلي النص يورّث لون السمة */
}

/* ========== زر البحث في الهيدر (الذي ينشئه JS) ========== */
header .search .header-btn{
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-white);
  border: 1px solid var(--brand-gold-35);
  color: var(--brand-gold); /* يلوّن SVG عبر currentColor */
  transition: transform .15s ease, box-shadow .15s ease;
}
header .search .header-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0,0,0,.06);
}

/* ========== الأكورديون ========== */
.accordion-section{
  margin: 2rem auto 1.5rem;
  padding: 0 16px;
  max-width: 980px;
}
.section-title{
  text-align: center;
  font-weight: 700;
  color: var(--brand-gold);
  margin: 0 0 .25rem;
}
.section-sub{
  text-align: center;
  opacity: .9;
  margin: 0 0 0.75rem;
  color: var(--text-base);
}
.accordion{
  direction: rtl;
}
html[dir="ltr"] .accordion{ direction: ltr; }

.accordion-button{
  width: 100%;
  text-align: start;
  border: 1px solid var(--brand-gold-35);
  background: var(--brand-white);
  color: var(--text-base);
  border-radius: 12px;
  padding: .8rem 1rem;
  margin-bottom: .6rem;
  display: flex; align-items: center; justify-content: space-between;
  font-weight: 600;
  transition: background .2s ease, border-color .2s ease;
}
.accordion-button .icon{
  font-size: 1.2rem;
  color: var(--brand-gold);
  margin-inline-start: .75rem;
}
.accordion-button:hover{
  border-color: var(--brand-gold-55);
  background: #fffdfa;
}
.accordion-button.active{
  background: #fffaf0;
  border-color: var(--brand-gold);
}

.accordion-content{
  overflow: hidden;
  max-height: 0;
  transition: max-height .3s ease;
  background: var(--brand-white);
  border: 1px solid var(--brand-gold-20);
  border-radius: 12px;
  padding: 0 1rem;
  margin-top: .5rem;
}
.accordion-content p{
  color: var(--text-base);
  line-height: 1.8;
  margin: .8rem 0 1rem;
  text-align: start;
}

/* روابط تواصل داخل الأكورديون */
.accordion .click{
  color: var(--brand-gold);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.accordion .click:hover{ border-bottom-color: var(--brand-gold-35); }

/* ========== النصوص الإضافية من JS ========== */
.section-sub-text{
  text-align: center;
  margin-top: .35rem;
  color: var(--text-base);
  opacity: .9;
  font-size: .95rem;
}
.product-subtext{
  text-align: center;
  margin: .25rem 0 .5rem;
  font-size: .9rem;
  color: var(--text-base);
  opacity: .85;
}

/* ========== قسم قصتنا (الذي يُنشأ بـ JS) ========== */
#ornata-our-story{
  padding: 24px 0 28px;
  background: transparent;
}
#ornata-our-story .container{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 16px;
}
#ornata-our-story .s-slider-block__title{
  color: var(--brand-gold);
  font-weight: 800;
  text-align: center;
  margin: 0 0 10px;
  font-size: clamp(20px, 3vw, 28px);
}
#ornata-our-story .sub-text{
  text-align: center;
  opacity: .9;
  margin: 0;
  color: var(--text-base);
}
#ornata-our-story .main-text{
  text-align: center; /* توسيط على اللابتوب */
}
#ornata-our-story .main-text p{
  margin: 8px auto 0;
  max-width: 65ch;
  line-height: 1.9;
  color: var(--text-base);
}

/* ========== مميزات المتجر (Before Footer) ========== */
#ornata-features{
  padding: 20px 16px 28px;
  background: transparent;
}
#ornata-features .of-title{
  text-align: center;
  color: var(--brand-gold);
  font-weight: 700;
  font-size: clamp(18px, 2.4vw, 24px);
  margin: 0 0 14px;
}
#ornata-features .of-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 980px;
  margin: 0 auto;
}
#ornata-features .of-card{
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 10px;
  background: var(--brand-white);
  border: 1px solid var(--brand-gold-35);
  border-radius: 14px;
  padding: 12px;
  transition: transform .2s ease, box-shadow .2s ease;
}
#ornata-features .of-card:hover{ transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.06); }
#ornata-features .of-ic{
  display: grid; place-items: center;
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--brand-white);
  color: var(--brand-gold);
  border: 1px solid var(--brand-gold-35);
}
#ornata-features .of-h{
  margin: 0 0 2px;
  font-weight: 700; font-size: 15px;
  color: var(--brand-gold);
}
#ornata-features .of-p{
  margin: 0; font-size: 13px; opacity: .9; line-height: 1.5;
}
html[dir="rtl"] #ornata-features .of-card{ grid-template-columns: 1fr 44px; }
html[dir="rtl"] #ornata-features .of-ic{ order: 2; }
html[dir="rtl"] #ornata-features .of-txt{ order: 1; }

/* ========== تمركز "من نحن" في الفوتر (دعم إضافي للـ JS) ========== */
footer .about-us, /* في حال كان فيه كلاس */
footer h3:has(+ p:matches(.about, .about-us, .about-text)),
footer h2:has(+ p:matches(.about, .about-us, .about-text)){
  text-align: center;
}
footer .about, footer .about-us, footer .about-text{
  text-align: center;
  margin-left: auto; margin-right: auto;
}

/* ========== أزرار الوصول البصري (Focus) ========== */
a:focus, button:focus, [tabindex]:focus{
  outline: 2px solid var(--brand-gold);
  outline-offset: 2px;
}

/* ========== ألوان سوايبر (لو مستخدم) ========== */
.swiper-pagination-bullet{
  background: var(--brand-gold-35) !important;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background: var(--brand-gold) !important;
}

/* ========== تحسينات استجابة بسيطة ========== */
@media (max-width: 768px){
  .accordion-section{ max-width: 100%; padding: 0 12px; }
  #ornata-features .of-grid{ grid-template-columns: 1fr; }
}

/* ========== محاذاة اتجاهات النصوص حسب اللغة ========== */
html[dir="rtl"] .section-title,
html[dir="rtl"] .section-sub,
html[dir="rtl"] .section-sub-text,
html[dir="rtl"] .product-subtext{ text-align: center; }
html[dir="ltr"] .section-title,
html[dir="ltr"] .section-sub,
html[dir="ltr"] .section-sub-text,
html[dir="ltr"] .product-subtext{ text-align: center; }


/* =========================
   2) صور المنتجات مربعة وتمتليء بالكامل
   ========================= */

/* ألغِ قيود الارتفاع السابقة واجعل الحاوية مربعة */
.s-product-card-vertical .s-product-card-image,
.s-product-card .s-product-card-image,
.s-products-list-vertical-cards .s-product-card-image {
  aspect-ratio: 1 / 1 !important;     /* مربع */
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  border-top-left-radius: 0;           /* يحافظ على ستايلك */
  border-top-right-radius: 0;
  overflow: hidden;
  position: relative;
  background: transparent;
}

/* بعض الثيمات تضيف ارتفاع ثابت هنا – نلغيه */
.s-product-card-fit-height .s-product-card-image {
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
}

/* اجعل الصورة تملأ الإطار وتُقص حسب الحاجة */
.s-product-card-vertical .s-product-card-image img,
.s-product-card .s-product-card-image img,
.s-products-list-vertical-cards .s-product-card-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;        /* تملأ كامل المربع */
  object-position: center !important;  /* تمركز جميل */
  display: block;
}
/* =========================
   1) قصتنا — تكبير وتوسيط على اللابتوب
   ========================= */
@media (min-width: 1024px) {
  #ornata-our-story { padding: 32px 0 40px; }
  #ornata-our-story .container { max-width: 1100px; margin: 0 auto; }
  #ornata-our-story .grid { align-items: center; justify-items: center; }
  #ornata-our-story .s-slider-block__title {
    text-align: center !important;
    font-size: 34px !important;      /* كِبر العنوان */
    font-weight: 800;
    
  }
  #ornata-our-story .sub-text {
    text-align: center !important;
    font-size: 18px !important;       /* كِبر السطر التمهيدي */
    opacity: .9;
  }
  #ornata-our-story .main-text { text-align: center !important; }
  #ornata-our-story .main-text p {
    margin: 10px auto 0 !important;
    max-width: 70ch !important;       /* عرض قراءة أريح */
    font-size: 18px !important;       /* كِبر النص */
    line-height: 1.95;
  }
}

/* =========================
   2) الأقسام — الصور تملأ البطاقة/البانر بالكامل
   (شبكة السلا/رائد: .s-block--banners)
   ========================= */
.s-block.s-block--banners > .grid .banner-entry {
  position: relative;
  overflow: hidden;
}

/* اجعل أي صورة داخل بطاقة القسم تملأ المساحة المحددة */
.s-block.s-block--banners > .grid .banner-entry img,
.s-block.s-block--banners > .grid .banner-entry picture > img,
.s-block.s-block--banners > .grid .banner-entry a > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;      /* تملأ بالكامل */
  object-position: center !important;
  display: block !important;
  border-radius: 0 !important;
}

/* في حال كان هناك عنصر وسيط يحدد الارتفاع، اجعله يتمدّد */
.s-block.s-block--banners > .grid .banner-entry > *,
.s-block.s-block--banners > .grid .banner-entry a,
.s-block.s-block--banners > .grid .banner-entry .banner--fixed {
  height: 100% !important;
}
@media(min-width:640px){.s-block:nth-child(1){margin-top:}}.text-center::before{content: 0;display:block;text-align:center;background:var(--second-color);padding:10px;color:#000}