/* Saudi National Day — Masdar Al Eitr — Numo draft */
:root{--color-primary:#123d30;--color-primary-dark:#09281f;--color-primary-light:#dfe8df;--nd-green:#123d30;--nd-gold:#b39862;--nd-ivory:#f7f5ee}
body{background:var(--nd-ivory);color:#17382e}
.site-header{background:#fffef9!important;border-bottom:1px solid #dfe4dc;box-shadow:0 4px 24px #123d3008}
.theme-logo span{color:#456254;font-size:13px;letter-spacing:0}
.s-search-input{background:#f2f3ed!important;border:1px solid #dce3d9!important;color:#163c2d!important}
.header-block--nav-wrapper{background:var(--nd-green)!important;color:#fff!important;border-bottom:3px solid var(--nd-gold)}
.header-block--nav-wrapper a{color:#fff!important}
.home-block{padding-top:48px;padding-bottom:48px}
.home-block--bg{background:transparent!important}
.home-block .title--x-large{color:var(--nd-green);font-size:30px;line-height:1.6;font-weight:700}
.title--has-dash:before,.title--has-dash:after{background:var(--nd-gold)!important}
.product-block{background:#fff!important;border:1px solid #e1e6dc!important;border-radius:18px!important;overflow:hidden;box-shadow:0 6px 24px #163c2d06;transition:transform .22s ease,box-shadow .22s ease}
.product-block:hover{transform:translateY(-5px);box-shadow:0 14px 30px #163c2d14}
.product-block__thumb{background:#fff!important;padding:14px}
.product-block .title--small{color:#233d32!important;font-size:15px;line-height:1.7}
.product-block .s-button-primary,.btn--primary:not(.outlined){background:var(--nd-green)!important;border-color:var(--nd-green)!important;color:#fff!important;border-radius:10px!important}
.btn--primary.outlined{color:var(--nd-green)!important;border-color:#b4c4b6!important;background:transparent!important;border-radius:30px!important}
.badge--primary{background:#e8eee3!important;color:#244c35!important;border-radius:0 0 9px 9px}
.splide__arrow{background:#fffef9!important;border:1px solid #d2dccf!important;color:#173d2e!important;box-shadow:0 2px 12px #173d2e0a}
.home-block--square-images img{border-radius:16px}
.home-block--square-images h2{font-size:18px;color:#173d2e}
.home-block--testimonials{background:#eaf0e5!important;border-top:1px solid #d9e2d3;border-bottom:1px solid #d9e2d3}
.footer{background:#0e3026!important;color:#f6f4e9!important;border-top:4px solid var(--nd-gold);padding-top:48px}
.footer a,.footer h2,.footer h3,.footer p{color:#f6f4e9!important}
a:focus-visible,button:focus-visible{outline:3px solid #b39862;outline-offset:4px}
@media(max-width:767px){.home-block{padding-top:28px;padding-bottom:28px}.home-block .title--x-large{font-size:23px}.product-block{border-radius:13px!important}.product-block__thumb{padding:8px}.product-block .title--small{font-size:13px}.theme-logo span{font-size:10px;white-space:normal!important;max-width:140px}.footer{padding-top:30px}}
@media(prefers-reduced-motion:reduce){.product-block{transition:none}.product-block:hover{transform:none}}

/* ===== National Day background - all pages ===== */
body{
  background-color:#f4f1e6 !important;
  background-image:radial-gradient(120% 55% at 50% 0%, rgba(18,61,48,.12) 0%, rgba(18,61,48,0) 55%), repeating-linear-gradient(45deg, rgba(179,152,98,.06) 0, rgba(179,152,98,.06) 2px, transparent 2px, transparent 26px), repeating-linear-gradient(-45deg, rgba(179,152,98,.06) 0, rgba(179,152,98,.06) 2px, transparent 2px, transparent 26px) !important;
  background-attachment:fixed !important;
}