@import url('https://fonts.googleapis.com/css2?family=Amiri:wght@700&family=Tajawal:wght@400;500;700;900&display=swap');
/* ===== Ruqshah design tokens ===== */
:root{--font-main:'Tajawal';--color-primary:#672221;--color-primary-dark:#7d2a28;--color-primary-light:#8a3230;--color-primary-reverse:#fffdf8;--s-radius:14px;--rq-cream:#f7f3ea;--rq-surface:#fffdf8;--rq-border:#e7ddc9;--rq-indigo:#2e3a63;--rq-gold:#a9743a;--rq-ink:#2a211c;--rq-ink-2:#5d5244;--rq-ink-3:#8f8371;--rq-foot-text:#cfc2a8;--rq-foot-head:#f3e7d5}
/* ===== Typography ===== */
body,input,select,textarea,button,.s-product-card-content-title,.s-product-card-content-sub,.s-product-card-price{font-family:'Tajawal',sans-serif!important}
h1,h2,h3,.s-block__title,.section-title,.navbar-brand{font-family:'Amiri',serif!important;font-weight:700}
/* ===== Base surfaces ===== */
body{background:var(--rq-cream)!important;color:var(--rq-ink)}
.main-nav-container,.store-header{background:var(--rq-surface)!important}
/* ===== Product cards ===== */
.s-product-card-entry{background:var(--rq-surface);border:1px solid var(--rq-border);border-radius:14px;overflow:hidden;transition:border-color .2s ease}
.s-product-card-entry:hover{border-color:var(--color-primary)}
.s-product-card-content-title,.s-product-card-content-title a{color:var(--rq-ink)}
.s-product-card-content-sub{color:var(--rq-ink-3)}
.s-product-card-price{color:var(--color-primary)!important;font-weight:900}
/* ===== Fully rounded buttons ===== */
salla-button,salla-button button,salla-add-product-button,salla-add-product-button button,.btn,button.btn,a.btn,.s-button-element{border-radius:99px!important}
/* ===== Dark footer ===== */
.store-footer{background:var(--rq-ink)!important;color:var(--rq-foot-text)!important}
.store-footer h1,.store-footer h2,.store-footer h3,.store-footer h4,.store-footer .s-block__title{color:var(--rq-foot-head)!important}
.store-footer a,.store-footer p,.store-footer span,.store-footer li{color:var(--rq-foot-text)}
.store-footer a:hover{color:#fff}
/* ===== Mobile tap targets >= 44px ===== */
@media(max-width:767px){.btn,.s-button-element,salla-button,salla-add-product-button{min-height:44px}}
/* ===== Footer inner must not repaint over the dark footer ===== */
.store-footer__inner{background:transparent!important}
/* ===== Card image letterbox matches card surface ===== */
.s-product-card-image,.s-product-card-image a,.s-product-card-image img{background:var(--rq-surface)!important}/* ===== Material cards: keep the 4:3 artwork uncropped ===== */
.banner-entry.square-photos,.banner-entry.square-photos .lazy__bg{aspect-ratio:4/3;height:auto!important}
section.s-block--banners a.banner-entry.square-photos{aspect-ratio:4/3!important;height:auto!important;min-height:0!important}
section.s-block--banners a.banner-entry.square-photos .lazy__bg{aspect-ratio:4/3!important;height:100%!important}/* ===== Mobile hero: swap the wide desktop banner for the 900x900 mobile art ===== */
@media(max-width:767px){.s-block--photos-slider .swiper-slide{background-image:url('https://cdn.files.salla.network/other/1951202931/8137c3cc-58ee-45a5-842d-7c888e11b16f-original.webp');background-size:cover;background-position:center;background-repeat:no-repeat;aspect-ratio:1/1;border-radius:14px;overflow:hidden}
                       .s-block--photos-slider .swiper-slide img{opacity:0!important;width:100%!important;height:100%!important}
                       }