:root{
  --smile-brand:#d6506d;--ink:#111;--ink-soft:#1c1c1c;--muted:#716d69;--paper:#fff;--mist:#f6f4f1;--sand:#ece2d8;--line:#e8e3de;--cream:#f3ece5;
  --radius:22px;--radius-sm:14px;--shell:min(1320px,calc(100% - 44px));--shadow:0 18px 58px rgba(0,0,0,.09);--ease:cubic-bezier(.2,.7,.2,1)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.rtl{font-family:Tahoma,Arial,sans-serif}body.menu-open,body.search-open{overflow:hidden}img{max-width:100%;height:auto;vertical-align:middle}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}.smile-shell{width:var(--shell);margin-inline:auto}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{clip:auto!important;width:auto;height:auto;left:12px;top:12px;z-index:99999;background:#fff;padding:10px 14px;border:1px solid #000}.eyebrow{font-size:11px;font-weight:850;letter-spacing:.18em;text-transform:uppercase;margin:0 0 10px}.smile-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--ink);color:#fff;padding:14px 25px;min-height:50px;font-weight:800;font-size:13px;letter-spacing:.01em;transition:transform .2s var(--ease),opacity .2s,background .2s}.smile-button:hover{transform:translateY(-1px);opacity:.92}.smile-button:focus-visible,.header-icon:focus-visible,.menu-toggle:focus-visible,.search-close:focus-visible,.mobile-menu-close:focus-visible,.mobile-commerce-nav a:focus-visible,.mobile-commerce-nav button:focus-visible{outline:3px solid color-mix(in srgb,var(--smile-brand) 45%,transparent);outline-offset:3px}

/* Announcement + header */
.smile-announcement{min-height:34px;display:grid;place-items:center;padding:6px 20px;background:var(--ink);color:#fff;font-size:11px;font-weight:750;letter-spacing:.14em;text-transform:uppercase}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid transparent;transition:.22s var(--ease)}.admin-bar .site-header{top:32px}.site-header.is-scrolled{border-bottom-color:var(--line);box-shadow:0 6px 30px rgba(0,0,0,.035)}.header-inner{min-height:80px;display:grid;grid-template-columns:220px 1fr 310px;align-items:center;gap:24px}.site-branding{display:flex;align-items:center}.custom-logo{max-height:52px;width:auto}.text-logo,.footer-logo{font-weight:900;letter-spacing:.22em;font-size:25px}.primary-nav .menu,.footer-grid ul{list-style:none;padding:0;margin:0}.primary-nav .menu{display:flex;justify-content:center;gap:34px}.primary-nav a{font-size:14px;font-weight:680;transition:color .18s}.primary-nav a:hover,.primary-nav .current-menu-item>a,.primary-nav .current_page_item>a{color:var(--smile-brand)}.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:10px;font-size:13px}.header-icon{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:50%;background:transparent;padding:0;cursor:pointer;transition:.18s}.header-icon:hover{background:var(--mist)}.header-icon svg,.header-cart svg,.search-close svg,.mobile-menu-close svg,.mobile-commerce-nav svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.header-cart{display:inline-flex;gap:7px;align-items:center;font-weight:650;min-height:40px;padding:0 2px}.smile-cart-count{display:inline-grid;place-items:center;min-width:22px;height:22px;padding-inline:5px;border-radius:50%;background:var(--ink);color:#fff;font-size:10px;font-weight:800}.menu-toggle{display:none;background:none;border:0;padding:8px;cursor:pointer}.menu-toggle>span{display:block;width:23px;height:2px;background:var(--ink);margin:4px 0;transition:.2s}.smile-language-switcher ul{display:flex;gap:8px;list-style:none;margin:0;padding:0}.smile-language-switcher li{font-size:11px;text-transform:uppercase;font-weight:750}.mobile-menu-head,.mobile-menu-extra{display:none}

/* Search overlay */
.smile-search-overlay{position:fixed;inset:0;z-index:999;background:rgba(9,9,9,.46);backdrop-filter:blur(7px);display:flex;justify-content:center;align-items:flex-start;padding-top:110px;opacity:0;visibility:hidden;transition:.25s var(--ease)}.smile-search-overlay.is-open{opacity:1;visibility:visible}.smile-search-panel{width:min(860px,calc(100% - 32px));background:#fff;border-radius:22px;padding:30px;box-shadow:0 34px 100px rgba(0,0,0,.18);transform:translateY(-18px);transition:.25s var(--ease)}.smile-search-overlay.is-open .smile-search-panel{transform:translateY(0)}.smile-search-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.smile-search-head p{margin:0;font-size:12px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.search-close,.mobile-menu-close{width:40px;height:40px;border:0;background:var(--mist);border-radius:50%;display:grid;place-items:center;cursor:pointer}.smile-product-search{display:grid;grid-template-columns:1fr 52px;gap:8px}.smile-product-search input[type=search]{width:100%;height:64px;border:1px solid var(--line);border-radius:16px;padding:0 20px;font-size:22px;outline:0}.smile-product-search input[type=search]:focus{border-color:var(--ink)}.smile-product-search button{border:0;border-radius:16px;background:var(--ink);color:#fff;display:grid;place-items:center;cursor:pointer}.smile-product-search button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}.search-shortcuts{display:flex;gap:18px;margin-top:18px;font-size:12px;font-weight:750}.search-shortcuts a{border-bottom:1px solid currentColor}

/* Hero */
.smile-hero{min-height:clamp(610px,73vh,790px);display:flex;align-items:center;position:relative;overflow:hidden;background:#eadfd5}.smile-hero.has-image{background-image:linear-gradient(90deg,rgba(20,12,8,.56) 0%,rgba(20,12,8,.31) 34%,rgba(20,12,8,.06) 61%,rgba(20,12,8,0) 74%),var(--hero-image);background-size:cover;background-position:var(--hero-position,right center);color:#fff}.hero-content{padding-block:94px;position:relative;z-index:2}.hero-content h1{max-width:710px;margin:8px 0 20px;font-size:clamp(48px,5.8vw,86px);line-height:.96;letter-spacing:-.058em;text-wrap:balance}.hero-copy{max-width:550px;font-size:17px;margin:0 0 30px;line-height:1.6}.hero-actions{display:flex;align-items:center;gap:22px}.hero-link{font-size:13px;font-weight:800;border-bottom:1px solid rgba(255,255,255,.58);padding-bottom:2px}.hero-scroll-cue{position:absolute;bottom:22px;left:50%;width:24px;height:38px;border:1px solid rgba(255,255,255,.55);border-radius:999px;display:grid;place-items:start center;padding-top:8px;opacity:.8}.hero-scroll-cue span{width:3px;height:8px;background:#fff;border-radius:999px;animation:smile-scroll 1.7s infinite}@keyframes smile-scroll{0%,100%{transform:translateY(0);opacity:.45}50%{transform:translateY(8px);opacity:1}}

/* Home merchandising */
.home-section{padding:96px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:36px}.section-heading h2{margin:0;font-size:clamp(36px,4vw,56px);line-height:1.02;letter-spacing:-.048em}.section-heading>a{font-weight:800;font-size:13px;border-bottom:1px solid currentColor}.category-section{background:#fff}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.category-card{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:var(--radius);background:var(--mist);isolation:isolate}.category-card.has-category-image img{width:100%;height:100%;object-fit:cover;transition:transform .65s var(--ease)}.category-card.has-category-image:hover img{transform:scale(1.04)}.category-card.has-category-image:after{content:"";position:absolute;inset:34% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.66));z-index:1}.category-card.no-image{background:linear-gradient(145deg,#f0e8df,#d5bfac)}.category-card.no-image:before{content:"";position:absolute;width:70%;aspect-ratio:1;border:1px solid rgba(17,17,17,.11);border-radius:50%;right:-20%;top:-12%;box-shadow:0 0 0 56px rgba(255,255,255,.10),0 0 0 112px rgba(255,255,255,.08)}.category-card.no-image.category-index-1{background:linear-gradient(145deg,#efebe7,#c8bdb3)}.category-card.no-image.category-index-2{background:linear-gradient(145deg,#eee6df,#ccb4a4)}.category-card.no-image.category-index-3{background:linear-gradient(145deg,#ece9e4,#bab1a7)}.category-number{position:absolute;top:20px;right:22px;z-index:2;font-size:10px;font-weight:850;letter-spacing:.12em;color:#fff}.category-card.no-image .category-number{color:rgba(17,17,17,.54)}.category-label{position:absolute;left:24px;right:24px;bottom:22px;z-index:2;color:#fff;display:flex;flex-direction:column;align-items:flex-start}.category-card.no-image .category-label{color:var(--ink)}.category-label b{font-size:clamp(23px,2vw,31px);line-height:1.05}.category-label small{font-size:10px;margin-top:8px;opacity:.84;font-weight:800;text-transform:uppercase;letter-spacing:.09em}.products-section{background:#fff}.editorial-section{padding-top:24px}.editorial-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:18px}.editorial-panel{min-height:400px;padding:50px;border-radius:var(--radius);display:flex;flex-direction:column;justify-content:space-between;gap:32px;overflow:hidden;position:relative}.editorial-panel h2{font-size:clamp(36px,4vw,58px);line-height:1.01;letter-spacing:-.048em;margin:8px 0 18px;max-width:640px}.editorial-panel p{max-width:560px;margin-bottom:0}.editorial-dark{background:#121212;color:#fff}.editorial-dark:after{content:"";position:absolute;width:280px;height:280px;border:1px solid #303030;border-radius:50%;right:-80px;bottom:-100px;box-shadow:0 0 0 60px rgba(255,255,255,.02)}.editorial-light{background:linear-gradient(140deg,#f7f2ed,#e7d9cc)}.panel-link{font-weight:850;font-size:13px;align-self:flex-start;border-bottom:1px solid currentColor;position:relative;z-index:2}.sale-section{padding-top:72px}.service-strip{border-top:1px solid var(--line);padding:46px 0 68px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.service-grid>div{display:grid;grid-template-columns:34px 1fr;column-gap:12px;align-items:start}.service-grid span{font-size:10px;font-weight:850;color:var(--smile-brand);letter-spacing:.08em}.service-grid strong{font-size:14px;line-height:1.35}.service-grid small{grid-column:2;color:var(--muted);font-size:12px;line-height:1.5;margin-top:4px}

/* Locations */
.locations-page{background:#fff}.locations-hero{padding:96px 0 70px;background:linear-gradient(145deg,#f4ede6,#e2d2c3)}.locations-hero h1{font-size:clamp(54px,7vw,94px);letter-spacing:-.06em;line-height:.92;margin:6px 0 20px}.locations-hero p:not(.eyebrow){max-width:640px;font-size:18px}.locations-content{padding-block:70px 100px}.locations-intro{max-width:780px;margin-bottom:42px}.locations-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.location-group{border:1px solid var(--line);border-radius:var(--radius);padding:34px}.location-group h2{font-size:30px;letter-spacing:-.03em;margin:4px 0 22px}.location-group ul{list-style:none;margin:0;padding:0}.location-group li{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 0;border-top:1px solid var(--line)}.location-group li span{font-weight:750}.location-group li small{color:var(--muted)}.locations-help{margin-top:48px;border-radius:var(--radius);background:#121212;color:#fff;padding:42px;display:flex;align-items:center;justify-content:space-between;gap:30px}.locations-help h2{margin:5px 0 0;font-size:clamp(30px,4vw,48px);letter-spacing:-.04em}.locations-help .smile-button{background:#fff;color:#111}

/* Footer */
.site-footer{background:#0d0d0d;color:#fff;padding:78px 0 28px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:54px}.footer-grid h3{font-size:11px;text-transform:uppercase;letter-spacing:.12em;margin:0 0 18px;color:#fff}.footer-grid p,.footer-grid li{font-size:13px;color:#b9b9b9;margin:8px 0}.footer-grid a:hover{color:#fff}.footer-brand .footer-logo{margin-bottom:14px}.footer-muted{max-width:340px}.footer-social{margin-top:18px;font-size:12px;font-weight:800}.footer-bottom{padding-top:42px;margin-top:54px;border-top:1px solid #292929;font-size:11px;color:#888;display:flex;justify-content:space-between;gap:20px}.floating-whatsapp{position:fixed;right:20px;bottom:20px;width:54px;height:54px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:900;box-shadow:var(--shadow);z-index:80;transition:.2s}.floating-whatsapp:hover{transform:translateY(-2px)}.mobile-commerce-nav{display:none}

/* Base pages */
.content-shell,.woo-shell{padding-block:72px 90px;min-height:55vh}.content-shell h1,.woo-shell .page-title{font-size:clamp(40px,5vw,66px);letter-spacing:-.045em;line-height:1.02}.content-card{padding:28px 0;border-bottom:1px solid var(--line)}.error-404{text-align:center}.error-404 .smile-button{margin-top:18px}

/* RTL */
body.rtl .primary-nav .menu{direction:rtl}body.rtl .header-actions{direction:ltr}body.rtl .hero-content{text-align:right}body.rtl .category-number{right:auto;left:22px}body.rtl .category-label{align-items:flex-end;text-align:right}body.rtl .service-grid>div{grid-template-columns:1fr 34px}body.rtl .service-grid span{grid-column:2}body.rtl .service-grid strong{grid-column:1;grid-row:1;text-align:right}body.rtl .service-grid small{grid-column:1;text-align:right}.rtl .floating-whatsapp{right:auto;left:20px}.rtl .section-heading>a,.rtl .panel-link{direction:rtl}

@media(max-width:1100px){.header-inner{grid-template-columns:180px 1fr 260px}.category-grid{grid-template-columns:repeat(2,1fr)}.service-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}.smile-hero{min-height:620px}.hero-content h1{max-width:620px}}
@media(max-width:980px){.admin-bar .site-header{top:46px}.header-inner{grid-template-columns:50px 1fr 158px}.menu-toggle{display:block}.site-branding{justify-content:center}.primary-nav{position:fixed;inset:0 auto 0 0;width:min(420px,88vw);background:#fff;padding:26px;transform:translateX(-104%);opacity:0;pointer-events:none;transition:.28s var(--ease);z-index:120;box-shadow:20px 0 70px rgba(0,0,0,.12);overflow:auto}.rtl .primary-nav{left:auto;right:0;transform:translateX(104%)}.primary-nav.is-open{transform:translateX(0);opacity:1;pointer-events:auto}.mobile-menu-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:24px;border-bottom:1px solid var(--line);font-weight:900;letter-spacing:.2em}.primary-nav .menu{display:grid;justify-content:stretch;gap:0;margin-top:20px}.primary-nav .menu li{border-bottom:1px solid var(--line)}.primary-nav .menu a{display:block;padding:16px 2px;font-size:19px}.mobile-menu-extra{display:grid;gap:12px;margin-top:28px;font-size:13px}.primary-nav .mobile-menu-extra .smile-language-switcher{display:block}.header-actions>.smile-language-switcher{display:none}.smile-hero.has-image{background-position:70% center}.editorial-grid{grid-template-columns:1fr}.editorial-panel{min-height:340px}.locations-grid{grid-template-columns:1fr}}
@media(max-width:782px){.admin-bar .site-header{top:46px}}
@media(max-width:640px){:root{--shell:min(100% - 28px,1320px);--radius:18px}.smile-announcement{font-size:9px;min-height:31px;letter-spacing:.11em}.header-inner{min-height:66px;grid-template-columns:38px 1fr 112px}.site-header .text-logo{font-size:20px}.header-actions{gap:3px}.header-account{display:none}.header-icon{width:34px;height:34px}.header-cart .cart-label{display:none}.header-cart svg{width:19px}.smile-hero{min-height:620px;align-items:flex-end}.smile-hero.has-image{background-position:72% center;background-image:linear-gradient(0deg,rgba(16,10,7,.68) 0%,rgba(16,10,7,.24) 52%,rgba(16,10,7,.04) 78%),var(--hero-image)}.hero-content{padding-block:76px 72px}.hero-content h1{font-size:clamp(44px,13vw,62px);max-width:100%;letter-spacing:-.055em}.hero-copy{font-size:15px;max-width:92%}.hero-actions{align-items:flex-start;flex-direction:column;gap:15px}.hero-scroll-cue{display:none}.home-section{padding:68px 0}.section-heading{align-items:flex-start;margin-bottom:26px}.section-heading h2{font-size:38px}.section-heading>a{font-size:11px;margin-top:12px}.category-grid{grid-template-columns:1fr 1fr;gap:10px}.category-card{border-radius:16px}.category-label{left:15px;right:15px;bottom:15px}.category-label b{font-size:21px}.category-label small{font-size:8px}.category-number{top:14px;right:14px}.editorial-section{padding-top:0}.editorial-panel{padding:30px;min-height:330px}.editorial-panel h2{font-size:38px}.service-grid{grid-template-columns:1fr;gap:22px}.footer-grid{grid-template-columns:1fr 1fr;gap:34px}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column}.floating-whatsapp{bottom:82px;width:50px;height:50px}.mobile-commerce-nav{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);left:0;right:0;bottom:0;z-index:90;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-top:1px solid var(--line);padding:8px max(6px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(6px,env(safe-area-inset-left));box-shadow:0 -8px 24px rgba(0,0,0,.05)}.mobile-commerce-nav a,.mobile-commerce-nav button{position:relative;border:0;background:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:45px;font-size:9px;font-weight:750}.mobile-commerce-nav svg{width:18px;height:18px}.mobile-commerce-nav .smile-cart-count{position:absolute;top:-1px;right:17%;min-width:16px;height:16px;font-size:8px}.woocommerce-checkout .mobile-commerce-nav,.woocommerce-cart .mobile-commerce-nav{display:none}.woocommerce-checkout .floating-whatsapp,.woocommerce-cart .floating-whatsapp{bottom:20px}.smile-search-overlay{padding-top:74px}.smile-search-panel{padding:20px;border-radius:18px}.smile-product-search input[type=search]{height:56px;font-size:18px}.search-shortcuts{flex-wrap:wrap}.locations-hero{padding:68px 0 50px}.locations-hero h1{font-size:58px}.locations-content{padding-block:48px 86px}.location-group{padding:24px}.locations-help{padding:28px;align-items:flex-start;flex-direction:column}.locations-help h2{font-size:36px}.content-shell,.woo-shell{padding-block:48px 90px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* Final client handoff merchandising */
.department-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.department-card{aspect-ratio:4/5}.department-card img{filter:saturate(.88) contrast(.98)}.department-card:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.62));z-index:1}.department-note{max-width:760px;margin:24px 0 0;color:var(--muted);font-size:13px}.home-products-wrap.home-product-count-1 .woocommerce ul.products{grid-template-columns:minmax(0,320px);max-width:320px}.home-products-wrap.home-product-count-2 .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,320px));max-width:660px}.home-products-wrap.home-product-count-3 .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,320px));max-width:1000px}.footer-grid>div:empty{display:none}

@media(max-width:1100px){.department-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-products-wrap.home-product-count-3 .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:640px){.department-grid{display:grid;grid-auto-flow:column;grid-auto-columns:82%;grid-template-columns:none;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:none;padding-bottom:4px}.department-grid::-webkit-scrollbar{display:none}.department-card{scroll-snap-align:start}.department-note{font-size:12px}.home-products-wrap.home-product-count-1 .woocommerce ul.products,.home-products-wrap.home-product-count-2 .woocommerce ul.products,.home-products-wrap.home-product-count-3 .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}}

/* 4.1.0 final mobile QA: guaranteed mobile menu + built-in language control */
.mobile-primary-menu{display:none}.smile-language-switcher{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.smile-language-switcher a{font-size:10px;font-weight:850;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);transition:.18s}.smile-language-switcher a:hover,.smile-language-switcher a.is-active{color:var(--ink)}.smile-language-switcher span{font-size:9px;color:#b7b0aa}.smile-language-switcher-compact{display:none}.language-quick-link{display:grid!important;place-items:center;min-width:32px;height:32px;border:1px solid var(--line);border-radius:999px;color:var(--ink)!important;background:#fff;font-size:9px!important}.mobile-nav-content{display:grid}.mobile-menu-section{display:grid;border-bottom:1px solid var(--line);padding:18px 0}.mobile-menu-section>a{display:flex;align-items:center;justify-content:space-between;padding:9px 2px!important;border:0!important;font-size:19px!important;line-height:1.25;font-weight:760!important}.mobile-menu-section>a:after{content:"→";font-size:16px;font-weight:500;color:#aaa}.rtl .mobile-menu-section>a:after{content:"←"}.mobile-menu-label{display:block;margin-bottom:7px;font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.mobile-departments>a{font-size:22px!important}.mobile-support-links>a{font-size:15px!important;font-weight:650!important}.mobile-language-block{padding:20px 0 4px}.mobile-language-block .smile-language-switcher{gap:10px}.mobile-language-block .smile-language-switcher a{font-size:13px}.mobile-language-block .smile-language-switcher a.is-active{text-decoration:underline;text-underline-offset:4px}.smile-lang-ar .text-logo,.smile-lang-ar .footer-logo{direction:ltr}.smile-lang-ar .hero-actions{direction:rtl}.smile-lang-ar .smile-cart-count{direction:ltr}

@media(max-width:980px){
  .primary-nav{display:flex;flex-direction:column;height:100dvh;padding:22px 26px 34px}
  .desktop-primary-menu{display:none}
  .mobile-primary-menu{display:block;flex:1;overflow:auto;overscroll-behavior:contain}
  .mobile-menu-head{flex:0 0 auto}
  .header-actions>.smile-language-switcher-full{display:none}
  .header-actions>.smile-language-switcher-compact{display:inline-flex}
  .primary-nav .menu{display:none!important}
}
@media(max-width:640px){
  .header-inner{grid-template-columns:38px 1fr 142px}
  .header-actions{gap:2px}
  .language-quick-link{min-width:30px;height:30px}
  .primary-nav{width:min(390px,90vw);padding:18px 22px 28px}
  .mobile-menu-head{padding-bottom:18px}
}

/* Department navigation must remain visible even when an archive has zero products. */
.smile-empty-catalog{margin:12px 0 70px;padding:42px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,#faf8f5,#f3ede7);max-width:760px}.smile-empty-catalog h2{margin:10px 0 8px;font-size:clamp(26px,3vw,38px);letter-spacing:-.035em;line-height:1.08}.smile-empty-catalog p{margin:0 0 22px;color:var(--muted);max-width:540px}.smile-empty-icon{font-size:10px;font-weight:900;letter-spacing:.24em;color:var(--smile-brand)}
@media(max-width:640px){.smile-empty-catalog{padding:26px 22px;margin-bottom:46px}.smile-empty-catalog .smile-button{width:100%}.smile-shop-chips{margin-bottom:20px}}
