.notification-container{z-index:10000;pointer-events:none;flex-direction:column;gap:.75rem;max-width:400px;display:flex;position:fixed;bottom:1rem;right:1rem}.toast{pointer-events:auto;border-radius:.5rem;align-items:flex-start;gap:1rem;padding:1rem;font-size:.95rem;animation:.3s ease-out slideIn;display:flex;box-shadow:0 4px 12px #00000026}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.toast.removing{animation:.3s ease-in forwards slideOut}.toast-success{color:#166534;background-color:#f0fdf4;border:1px solid #bbf7d0}.toast-success .toast-icon{color:#22c55e}.toast-error{color:#991b1b;background-color:#fef2f2;border:1px solid #fecaca}.toast-error .toast-icon{color:#ef4444}.toast-warning{color:#92400e;background-color:#fffbeb;border:1px solid #fde68a}.toast-warning .toast-icon{color:#f59e0b}.toast-info{color:#0c2340;background-color:#f0f9ff;border:1px solid #bae6fd}.toast-info .toast-icon{color:#0ea5e9}.toast-icon{flex-shrink:0;justify-content:center;align-items:center;margin-top:.125rem;display:flex}.toast-content{flex-direction:column;flex:1;gap:.25rem;display:flex}.toast-message{word-break:break-word;margin:0;font-weight:500;line-height:1.4}.toast-close-btn{cursor:pointer;color:inherit;opacity:.7;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:.25rem;transition:opacity .2s;display:flex}.toast-close-btn:hover{opacity:1}.toast-close-btn:focus{outline-offset:2px;border-radius:.25rem;outline:2px solid}@media (width<=640px){.notification-container{max-width:none;inset:1rem 1rem auto}.toast{gap:.75rem;padding:.875rem;font-size:.9rem}}.loading-spinner-container{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:200px;padding:2rem;display:flex}.loading-spinner{color:#666;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-spinner-text{color:#666;margin:0;font-size:.95rem}.skeleton-products{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;width:100%;display:grid}.skeleton-product-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;flex-direction:column;gap:.75rem;padding:.75rem;display:flex}.skeleton-image{aspect-ratio:1;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%) 0 0/200% 100%;border-radius:.375rem;width:100%;animation:2s infinite shimmer}.skeleton-title{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%) 0 0/200% 100%;border-radius:.25rem;width:80%;height:1rem;animation:2s infinite shimmer}.skeleton-text{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%) 0 0/200% 100%;border-radius:.25rem;width:100%;height:.75rem;animation:2s infinite shimmer}.skeleton-text-short{width:60%}.skeleton-text-block{flex-direction:column;gap:.75rem;padding:1rem;display:flex}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (width<=768px){.skeleton-products{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}}@media (width<=480px){.skeleton-products{grid-template-columns:1fr}.loading-spinner-container{min-height:150px}}:root{--ink:#1a1a1a;--muted:#5d6d64;--gold:#b38e4d;--gold-soft:#d4bc8d;--mint:#e8f3ee;--mint-deep:#c9dfd4;--line:#d1e0d9;--paper:#f9fbfb;--paper-deep:#f0f4f2;--hero-brown:#2f2118;--hero-brown-mid:#4a3628;--hero-cream:#faf6ef;--hero-cream-deep:#f0e8dc}body[data-client=al-rukn-al-yamani]{--ink:#2b1d14;--muted:#806c5d;--gold:#b89553;--gold-soft:#d6be92;--mint:#fdfaf6;--mint-deep:#ebdccb;--line:#e3d2bf;--paper:#faf6f0;--paper-deep:#f5ece1;--hero-brown:#332115;--hero-brown-mid:#5c4230;--hero-cream:#fbf9f5;--hero-cream-deep:#f2e6d6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);direction:rtl;margin:0;font-family:Tajawal,Noto Kufi Arabic,Segoe UI,Arial,sans-serif}a{color:inherit;text-decoration:none}.site-header{z-index:50;-webkit-backdrop-filter:blur(16px);background:#fcf8f2f2;border-bottom:1px solid #d9bf874d;position:sticky;top:0;box-shadow:0 2px 20px #2b1d140a}.site-header-inner{direction:rtl;justify-content:space-between;align-items:center;gap:20px;max-width:min(1280px,100%);margin:0 auto;padding:8px clamp(16px,4vw,32px);display:flex}.site-header-brand{align-items:center;gap:12px;min-width:0;text-decoration:none;display:flex}.site-header-logo{object-fit:contain;filter:drop-shadow(0 2px 4px #4c2d101f);flex-shrink:0;width:48px;height:48px}.site-header-brand-text{flex-direction:column;gap:0;display:flex}.site-header-title{color:#3d2618;white-space:nowrap;font-family:Tajawal,Amiri,Segoe UI,serif;font-size:1.35rem;font-weight:800;line-height:1.2}.site-header-subtitle{color:var(--muted);white-space:nowrap;letter-spacing:.02em;font-size:.7rem;font-weight:500}.site-header-nav{flex-shrink:0;align-items:center;gap:4px;display:flex}.site-header-link{color:#5c4a40;touch-action:manipulation;white-space:nowrap;border:1px solid #0000;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:.92rem;font-weight:600;transition:all .25s;display:inline-flex}.site-header-link svg{stroke-width:2px;width:16px;height:16px}.site-header-link:hover{color:var(--gold);background:#b895530f}.site-header-link.is-active{color:var(--gold);border-color:var(--gold-soft);background:#b8955314;font-weight:700}.site-header-actions{align-items:center;gap:8px;display:flex}.site-header-icon-btn{border:1px solid var(--line);color:#5c4a40;cursor:pointer;background:0 0;border-radius:10px;place-items:center;width:40px;height:40px;transition:all .25s;display:grid}.site-header-icon-btn:hover{color:var(--gold);border-color:var(--gold-soft);background:#b895530f}.app-container{background:radial-gradient(circle at 8% 16%,#ffffffc7,#0000 24rem),linear-gradient(#fbf6ee 0%,#f5eee8 42%,#f9f5ef 100%);min-height:100vh;overflow-x:hidden}.hero-section{isolation:isolate;background:linear-gradient(165deg, var(--hero-cream) 0%, #f5ebe0 38%, var(--hero-cream-deep) 100%);direction:ltr;min-height:min(92vh,900px);position:relative;overflow:hidden}.hero-atmosphere{z-index:0;pointer-events:none;position:absolute;inset:-8%}.hero-atmosphere-img{object-fit:cover;object-position:70% 35%;filter:blur(14px)saturate(.92)brightness(1.06);opacity:.55;width:100%;height:100%;transform:scale(1.06)}.hero-scrim{z-index:1;pointer-events:none;background:linear-gradient(100deg,#fcf8f0f7 0%,#fcf7efe0 38%,#faf4eb73 58%,#f7eee21f 78%,#0000 100%),radial-gradient(90% 70% at 18% 88%,#b38e4d14,#0000 55%),radial-gradient(55% 45% at 92% 18%,#7852300d,#0000 50%);position:absolute;inset:0}.hero-shell{z-index:2;grid-template-columns:minmax(0,1fr) min(48%,min(560px,52vw));align-items:stretch;column-gap:clamp(12px,2.5vw,28px);width:100%;max-width:min(1240px,100%);min-height:min(92vh,900px);margin:0 auto;padding:0 0 clamp(36px,5vw,64px) clamp(20px,4vw,52px);display:grid;position:relative}.hero-copy{text-align:center;direction:rtl;flex-direction:column;justify-content:center;align-self:center;align-items:center;padding:clamp(28px,4vw,56px) clamp(8px,2vw,16px) clamp(12px,2vw,24px);animation:.7s ease-out .1s both heroFadeUp;display:flex}.brand-logo{object-fit:contain;object-position:center;filter:drop-shadow(0 6px 14px #4c2d102e);width:min(200px,44vw);height:auto;max-height:120px;margin-bottom:8px;animation:.6s ease-out 50ms both heroFadeScale}.hero-copy h1{background:linear-gradient(#6b4a2e 0%,#3d2618 55%,#5c3d24 100%);color:#0000;letter-spacing:.02em;-webkit-background-clip:text;background-clip:text;margin:4px 0 2px;font-family:Tajawal,Segoe UI,Arial,sans-serif;font-size:clamp(3.1rem,6.5vw,5.5rem);font-weight:800;line-height:1.05;animation:.6s ease-out .15s both heroFadeUp}.brand-subtitle{color:var(--hero-brown-mid);margin:0;font-size:clamp(1.2rem,2.2vw,1.85rem);font-weight:700;line-height:1.5;animation:.6s ease-out .28s both heroFadeUp}.hero-flourish{color:#c9a227;opacity:.95;width:min(200px,58vw);height:auto;margin:6px 0 4px;animation:.5s ease-out .38s both heroFadeScale}.hero-tagline{color:var(--hero-brown);margin:2px 0 0;font-family:Tajawal,Segoe UI,Arial,sans-serif;font-size:clamp(2rem,4.2vw,3.35rem);font-weight:800;line-height:1.2;animation:.6s ease-out .48s both heroFadeUp}.hero-description{color:#5c4a40;max-width:26em;margin:14px 0 26px;font-size:clamp(1.02rem,1.55vw,1.28rem);font-weight:500;line-height:1.85;animation:.6s ease-out .6s both heroFadeUp}.hero-description p{margin:0}.hero-cta{min-width:min(280px,88vw);min-height:56px;color:var(--hero-brown);background:#fff;border:1.5px solid #c4a052;border-radius:999px;justify-content:center;align-items:center;gap:14px;padding:12px 28px;font-size:clamp(1.05rem,2.4vw,1.2rem);font-weight:800;transition:border-color .25s,box-shadow .25s,transform .25s,background .25s;animation:.6s ease-out .75s both heroFadeUp;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 28px #3e2a1c14}.hero-cta:before{content:"";opacity:0;border-radius:inherit;background:linear-gradient(135deg,#25d366 0%,#1da851 100%);transition:opacity .25s;position:absolute;inset:0}.hero-cta:hover{color:#fff;border-color:#1da851;transform:translateY(-2px);box-shadow:0 14px 34px #25d36633}.hero-cta:hover:before{opacity:1}.hero-cta>*{z-index:1;position:relative}.hero-cta-icon{color:#1fa855;background:#e8f7eb;border-radius:50%;place-items:center;width:40px;height:40px;transition:background .25s,color .25s,transform .4s;display:grid}.hero-cta:hover .hero-cta-icon{color:#fff;background:#ffffff40;transform:scale(1.1)rotate(-8deg)}.hero-cta-icon svg{width:22px;height:22px;transition:transform .4s}.hero-cta:hover .hero-cta-icon svg{transform:scale(1.1)}.hero-catalog-link{color:#8b672b;text-underline-offset:5px;touch-action:manipulation;margin-top:14px;padding:8px 4px;font-size:1.05rem;font-weight:800;-webkit-text-decoration:underline #b38e4d80;text-decoration:underline #b38e4d80;animation:.6s ease-out .9s both heroFadeUp;display:inline-block}.hero-catalog-link:hover{color:#5c3d24}.hero-figure{z-index:1;border-radius:0;animation:.9s ease-out 50ms both heroSlideIn;position:absolute;inset:0 calc(50% - 50vw) 0 50%;overflow:hidden;box-shadow:-12px 0 40px #3e2a1c26}.hero-model{object-fit:cover;object-position:56% 22%;opacity:0;width:100%;height:100%;transition:opacity 1s ease-in-out;position:absolute;inset:0}.hero-model--active{opacity:1}.hero-dots{z-index:5;gap:10px;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.hero-dot{cursor:pointer;background:0 0;border:2px solid #ffffffb3;border-radius:50%;width:10px;height:10px;padding:0;transition:background .3s,border-color .3s}.hero-dot--active,.hero-dot:hover{background:#fff;border-color:#fff}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes heroFadeScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes heroSlideIn{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes heroZoomIn{0%{opacity:0;transform:scale(1.12)}to{opacity:1;transform:scale(1)}}.divider{width:min(220px,62vw);color:var(--gold);justify-content:center;align-items:center;gap:7px;margin:17px auto;display:flex}.divider span{background:linear-gradient(90deg,#0000,#a37932cc,#0000);flex:1;height:1px}.divider b{justify-content:center;align-items:center;width:24px;height:13px;font-size:15px;font-weight:400;display:inline-flex}.admin-route-fallback{color:#5c4a40;place-items:center;min-height:40vh;padding:24px;font-weight:700;display:grid}.admin-missing-env{color:#2f2118;background:#fff9f2;border:1px solid #ded2c5;border-radius:14px;max-width:520px;margin:48px auto;padding:28px 24px;line-height:1.7}.admin-missing-env h1{color:#8b672b;margin:0 0 12px;font-size:1.35rem}.admin-missing-env pre{color:#e8e4df;text-align:left;direction:ltr;background:#1e1e1e;border-radius:8px;margin:16px 0;padding:14px;font-size:.82rem;overflow-x:auto}.admin-missing-env a{color:#8b672b;font-weight:800;text-decoration:underline}.ra-admin-root{isolation:isolate;background:#f5f5f5;min-height:100vh}.features-section{z-index:5;width:min(90vw,1160px);margin:20px auto 0;position:relative}@media (width>=981px){.features-section{margin:-74px auto 0}}.features-panel{border:1px solid var(--line);background:#fffbf6f5;border-radius:18px;grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden;box-shadow:0 18px 45px #30211614}.feature-item{border-left:1px solid var(--line);flex-direction:row-reverse;justify-content:center;align-items:center;gap:18px;min-height:132px;padding:22px 20px;display:flex}.feature-item:last-child{border-left:0}.feature-icon{color:var(--gold);display:flex}.feature-icon svg{stroke-width:1.55px;width:48px;height:48px}.feature-item h3{margin:0 0 8px;font-size:1.25rem;line-height:1.2}.feature-item p{color:#44372f;margin:0;font-size:.88rem;font-weight:600}.section-shell{width:min(86vw,1100px);margin-inline:auto}.social-section{padding:44px 0 24px}.branch-social-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.branch-social-card{background:#fffbf7a8;border:1px solid #ded5cd;border-radius:9px;padding:24px;box-shadow:0 10px 24px #2a1c1209}.branch-social-card h3{color:var(--gold);margin:0 0 8px;font-size:1.38rem;line-height:1.25}.branch-social-card p{color:#44372f;margin:0 0 18px;font-size:1rem;font-weight:700;line-height:1.6}.branch-map-link{color:#8b672b;touch-action:manipulation;-webkit-tap-highlight-color:#b38e4d47;background:#fff8ed;border:1px solid #d9bf87;border-radius:8px;justify-content:center;align-items:center;gap:9px;min-height:44px;margin-bottom:18px;padding:10px 16px;font-size:1rem;font-weight:800;display:inline-flex}.branch-map-link svg{stroke-width:1.8px;width:20px;height:20px}.section-header{text-align:center;margin:0 0 34px}.section-header .divider{margin-block:0 5px}.section-header h2{margin:0;font-family:Tajawal,Segoe UI,Arial,sans-serif;font-size:clamp(2.1rem,3vw,3rem);font-weight:800;line-height:1.2}.social-grid{grid-template-columns:repeat(auto-fit,minmax(138px,1fr));gap:30px;display:grid}.social-card{-webkit-backdrop-filter:blur(10px)saturate(160%);min-height:150px;color:var(--ink);background:#ffffff73;border:1px solid #ffffff80;flex-direction:column;justify-content:center;align-items:center;padding:20px;font-size:1.28rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 8px 32px #0000000d}.social-card:hover{border-color:var(--gold-soft);transform:translateY(-4px)}.social-icon{color:#fff;border-radius:50%;place-items:center;width:74px;height:74px;margin-bottom:18px;display:grid}.social-icon svg{width:39px;height:39px}.instagram .social-icon{background:radial-gradient(circle at 30% 108%,#fdf497 0 18%,#fd5949 42%,#d6249f 64%,#285aeb 100%)}.facebook .social-icon{background:#1877f2}.tiktok .social-icon{background:#050505}.whatsapp .social-icon{background:#35bd4f}.telegram .social-icon{background:#2aabee}.catalog .social-icon{background:#b18039}.map-section{padding:25px 0 20px}.branch-map-grid{gap:26px;display:grid}.branch-map-card{background:#fff9f2;border:1px solid #ded2c5;border-radius:16px;grid-template-columns:1.9fr 1fr;min-height:318px;display:grid;overflow:hidden;box-shadow:0 14px 36px #2d1c0f0f}.map-frame{isolation:isolate;background:#e7dfd4;min-height:318px;transform:translateZ(0)}.map-frame iframe{filter:sepia(.18)saturate(.76)brightness(1.05);border:0;width:100%;height:100%;min-height:318px;display:block}.map-details{border-right:1px solid #e3d6c9;flex-direction:column;justify-content:center;gap:26px;padding:34px 42px;display:flex}.branch-card{gap:14px;display:grid}.detail-row{color:var(--ink);grid-template-columns:auto 1fr;align-items:start;gap:18px;display:grid}.detail-row svg{width:31px;height:31px;color:var(--gold);stroke-width:1.6px;margin-top:4px}.detail-row p{margin:0 0 10px;font-size:1.12rem;font-weight:700;line-height:1.45}.branch-address-link{width:fit-content;max-width:100%;color:var(--ink);touch-action:manipulation;-webkit-tap-highlight-color:#b38e4d47;gap:10px;margin:-6px 0;padding:10px 0;font-size:1.12rem;font-weight:700;line-height:1.45;display:grid}.branch-address-link span{text-underline-offset:5px;-webkit-text-decoration:underline #a3793273;text-decoration:underline #a3793273}.branch-address-link:hover span{color:#8b672b;text-decoration-color:#8b672b}.detail-row h3{color:var(--gold);margin:0 0 10px;font-size:1.2rem;line-height:1.25}.branch-phones-list{flex-direction:column;gap:0;margin-top:5px;display:flex}.branch-phone{color:#201a16;touch-action:manipulation;-webkit-tap-highlight-color:#b38e4d47;direction:ltr;justify-content:flex-start;align-items:center;gap:10px;width:fit-content;min-height:44px;padding:8px 0;font-size:1.08rem;font-weight:800;display:inline-flex}.branch-phone svg{width:22px;height:22px;color:var(--gold);stroke-width:1.8px}.hours-row{background:#fff9f2;border:1px solid #ded2c5;border-radius:9px;justify-content:center;align-items:center;gap:18px;margin-top:22px;padding:18px 24px;display:flex}.hours-row svg{width:30px;height:30px;color:var(--gold);stroke-width:1.6px}.hours-row p{margin:0 0 6px;font-size:1.06rem;font-weight:700}.hours-row p:last-child{margin-bottom:0}.main-footer{color:#fff;background:linear-gradient(#171717 0%,#0f0f11 100%);margin-top:0;padding:26px clamp(22px,7vw,92px) 22px}.footer-grid{grid-template-columns:repeat(3,1fr);gap:0;width:min(1120px,100%);margin:0 auto 17px;display:grid}.footer-item{border-left:1px solid #d6b7773b;flex-direction:row-reverse;justify-content:center;align-items:center;gap:22px;min-height:84px;padding:10px 24px;display:flex}.footer-item:last-child{border-left:0}.footer-item svg{width:45px;height:45px;color:var(--gold-soft);stroke-width:1.35px}.footer-item strong,.footer-item span{display:block}.footer-item strong{color:#f7f1e6;direction:ltr;margin-bottom:7px;font-size:1.08rem;font-weight:500}.footer-item span{color:#e6ded3;font-size:1rem}.copyright{text-align:center;color:#e5ded5;margin:0;font-size:1rem}.main-footer .divider{width:130px;margin-top:10px;margin-bottom:0}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(26px)}.reveal.visible{opacity:1;transform:translateY(0)}@media (width<=980px){.hero-section{min-height:auto}.hero-shell{grid-template-columns:1fr;min-height:auto;padding:0 clamp(16px,4vw,28px) 40px}.hero-figure{width:100%;min-height:min(50vh,460px);max-height:56vh;box-shadow:none;order:-1;margin:0;position:relative;left:auto;right:auto}.hero-model{object-position:50% 18%}.hero-copy{padding:12px 0}.features-panel,.social-grid,.branch-social-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}.feature-item:nth-child(2n),.footer-item:nth-child(2n){border-left:0}.branch-map-card{grid-template-columns:1fr}.map-details{border-top:1px solid #e3d6c9;border-right:0}}@media (width<=640px){.hero-atmosphere-img{object-position:60% 30%;opacity:.48}.hero-figure{min-height:min(44vh,400px);max-height:50vh}.brand-logo{width:min(168px,42vw);max-height:100px}.features-section,.section-shell{width:min(92vw,1100px)}.features-panel,.social-grid,.branch-social-grid,.footer-grid{grid-template-columns:1fr}.feature-item,.footer-item{border-bottom:1px solid #d6b77733;border-left:0}.feature-item:last-child,.footer-item:last-child{border-bottom:0}.social-grid{gap:16px}.social-card{min-height:132px}.map-details{padding:26px 24px}}.floating-whatsapp{z-index:900;color:#fff;cursor:pointer;opacity:0;pointer-events:none;background:#25d366;border-radius:50%;place-items:center;width:60px;height:60px;transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:grid;position:fixed;bottom:28px;left:28px;transform:scale(.6)translateY(20px);box-shadow:0 8px 28px #25d36666}.floating-whatsapp.is-visible{opacity:1;pointer-events:auto;transform:scale(1)translateY(0)}.floating-whatsapp:hover{transform:scale(1.08)translateY(-2px);box-shadow:0 12px 36px #25d3668c}.floating-whatsapp:active{transform:scale(.95)}.floating-whatsapp-pulse{border:2px solid #25d36680;border-radius:50%;animation:2.5s ease-out infinite wa-pulse;position:absolute;inset:-6px}@keyframes wa-pulse{0%{opacity:.7;transform:scale(.9)}50%{opacity:0;transform:scale(1.15)}to{opacity:0;transform:scale(.9)}}.floating-widgets-container{z-index:900;pointer-events:none;align-items:center;gap:16px;display:flex;position:fixed;bottom:28px;left:28px}.floating-widgets-container .floating-whatsapp{z-index:auto!important;position:relative!important;bottom:auto!important;left:auto!important}.floating-back-to-top{-webkit-backdrop-filter:blur(12px);color:#fff;cursor:pointer;opacity:0;pointer-events:none;background:#12121299;border:1px solid #ffffff26;border-radius:50%;place-items:center;width:60px;height:60px;transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1),background-color .3s,border-color .3s,box-shadow .3s;display:grid;transform:scale(.6)translateY(20px);box-shadow:0 8px 32px #0000004d}.floating-back-to-top.is-visible{opacity:1;pointer-events:auto;transform:scale(1)translateY(0)}.floating-back-to-top:hover{background:#121212d9;border-color:#ffffff4d;transform:scale(1.08)translateY(-2px);box-shadow:0 12px 40px #00000073}.floating-back-to-top:active{transform:scale(.95)}.footer-social-row{justify-content:center;align-items:center;gap:16px;margin:20px 0 12px;display:flex}.footer-social-link{width:42px;height:42px;color:var(--gold-soft);background:#ffffff0f;border:1px solid #d6b7774d;border-radius:50%;place-items:center;transition:all .3s;display:grid}.footer-social-link:hover{background:var(--gold);color:#fff;border-color:var(--gold);transform:translateY(-3px)}.footer-social-link svg{width:20px;height:20px}.footer-credits{text-align:center;color:#e5ded580;margin:14px 0 0;font-size:.82rem;font-weight:500}.contact-section{padding:44px 0 24px}.contact-card{-webkit-backdrop-filter:blur(16px);background:#fffbf7a8;border:1px solid #ded5cd;border-radius:16px;max-width:680px;margin:0 auto;padding:clamp(24px,4vw,44px);box-shadow:0 16px 36px #2a1c120d}.contact-intro{text-align:center;margin-bottom:28px}.contact-intro p{color:#5c4a40;margin:8px 0 0;font-size:1.05rem;line-height:1.6}.contact-form{gap:20px;display:grid}.form-group-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=640px){.form-group-row{grid-template-columns:1fr}}.form-group{flex-direction:column;gap:8px;display:flex}.form-label{color:#3d2618;font-size:.95rem;font-weight:700}.form-label span{color:#d32f2f;margin-right:4px}.form-input,.form-textarea{color:#1a1a1a;background:#fff;border:1px solid #ded5cd;border-radius:8px;width:100%;padding:12px 16px;font-family:inherit;font-size:1rem;transition:all .25s}.form-input:focus,.form-textarea:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 3px #b38e4d26}.form-textarea{resize:vertical;min-height:120px}.contact-submit-btn{background:var(--hero-brown);color:#fff;cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:52px;padding:12px 24px;font-size:1.1rem;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 4px 12px #2f211826}.contact-submit-btn:hover:not(:disabled){background:var(--hero-brown-mid);transform:translateY(-1px);box-shadow:0 6px 16px #2f211840}.contact-submit-btn:active:not(:disabled){transform:translateY(1px)}.contact-submit-btn:disabled{opacity:.6;cursor:not-allowed}.contact-submit-btn svg{width:20px;height:20px}.animate-spin{animation:1s linear infinite spin}.about-brand-section{background-color:var(--paper-deep);border-radius:16px;max-width:1200px;margin:3rem auto;padding:4rem 1.5rem}.about-brand-layout{grid-template-columns:1.5fr 1fr 1.5fr;align-items:center;gap:2.5rem;display:grid}.about-story-card{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:2.5rem;box-shadow:0 4px 20px #2b1d140a}.about-brand-tag{color:var(--gold);text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem;font-size:.95rem;font-weight:600;display:block}.about-story-card h3{color:var(--ink);margin-bottom:1.25rem;font-family:Inter,Outfit,Amiri,serif;font-size:1.8rem}.about-story-card p{color:var(--muted);margin-bottom:1.75rem;font-size:1.05rem;line-height:1.8}.about-story-btn{background:var(--paper-deep);color:var(--gold);border:1px solid var(--gold);border-radius:8px;padding:.75rem 1.75rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.about-story-btn:hover{background:var(--gold);color:#fff;transform:translateY(-2px)}.about-logo-center{justify-content:center;align-items:center;display:flex}.about-logo-circle{border:2px solid var(--gold);background:var(--paper);border-radius:50%;justify-content:center;align-items:center;width:180px;height:180px;padding:8px;animation:4s ease-in-out infinite float;display:flex;box-shadow:0 10px 30px #b8955326}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.about-logo-circle img{object-fit:contain;border-radius:50%;width:100%;height:100%}.about-values-card{flex-direction:column;gap:1.75rem;display:flex}.about-value-item{background:var(--paper);border:1px solid var(--line);border-radius:12px;align-items:center;gap:1.25rem;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 15px #2b1d1408}.about-value-item:hover{border-color:var(--gold-soft);transform:translate(-5px)}.value-icon{background:var(--paper-deep);color:var(--gold);border-radius:10px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.value-info h4{color:var(--ink);margin-bottom:.25rem;font-size:1.15rem}.value-info p{color:var(--muted);margin:0;font-size:.95rem}.alrukn-footer{color:#f5ece1!important;background:linear-gradient(145deg,#b895531f,#0000 34%),#2b1d14!important;padding:4rem 2rem 2rem!important}.alrukn-footer-grid{border-bottom:1px solid #d4bc8d26;grid-template-columns:minmax(230px,1.35fr) repeat(3,minmax(0,1fr));gap:3rem;max-width:1200px;margin:0 auto 3rem;padding-bottom:3rem;display:grid}.alrukn-footer-col{min-width:0}.alrukn-footer-col h3{color:var(--gold-soft);margin-bottom:1.5rem;padding-bottom:.5rem;font-family:Amiri,serif;font-size:1.25rem;position:relative}.alrukn-footer-col h3:after{content:"";background-color:var(--gold);width:35px;height:2px;position:absolute;bottom:0;right:0}.alrukn-footer-brand{padding-inline-end:1.5rem}.alrukn-footer-logo{object-fit:cover;border:1px solid #d6be9247;border-radius:18px;width:88px;height:88px;box-shadow:0 12px 28px #0000002e}.alrukn-footer-brand p,.order-col p{color:#f5ece1c2;margin:0 0 1.2rem;font-weight:600;line-height:1.8}.alrukn-footer-socials{gap:.65rem;display:flex}.alrukn-footer-socials a{width:38px;height:38px;color:var(--gold-soft);background:#ffffff0a;border:1px solid #d6be9247;border-radius:10px;place-items:center;transition:all .25s;display:grid}.alrukn-footer-socials a:hover{color:#2b1d14;background:var(--gold-soft);transform:translateY(-2px)}.contact-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.contact-list li{color:#f5ece1d9;align-items:center;gap:.75rem;font-size:1rem;display:flex}.contact-list a{color:inherit;overflow-wrap:anywhere;text-decoration:none}.contact-list a:hover{color:var(--gold-soft)}.contact-list li svg{color:var(--gold);flex-shrink:0}.contact-social-link{color:inherit;align-items:center;gap:.75rem;text-decoration:none;display:flex}.contact-social-link:hover{color:var(--gold-soft)}.location-address{color:#f5ece1d9;margin-bottom:1.5rem;line-height:1.8}.footer-map-btn{color:var(--gold-soft);border:1px solid var(--gold-soft);background:0 0;border-radius:6px;justify-content:center;align-items:center;padding:.5rem 1.25rem;font-size:.9rem;text-decoration:none;transition:all .3s;display:inline-flex}.footer-map-btn:hover{background:var(--gold);color:#2b1d14;border-color:var(--gold)}.footer-catalog-btn,.footer-wa-btn{margin-inline-end:.5rem;color:#fff;background:#25d366;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:.45rem;min-height:40px;margin-bottom:.6rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.footer-catalog-btn{color:var(--gold-soft);background:0 0;border-color:#d6be926b}.footer-catalog-btn:hover{background:var(--gold);color:#2b1d14;border-color:var(--gold)}.footer-wa-btn:hover{opacity:.9}.footer-hours{color:#f5ece1d1;align-items:flex-start;gap:.55rem;margin-bottom:1rem;font-size:.92rem;line-height:1.6;display:flex}.footer-hours svg{color:var(--gold);flex-shrink:0;margin-top:.18rem}@media (width<=1024px){.about-brand-layout{grid-template-columns:1fr 1fr}.about-logo-center{display:none}}@media (width<=768px){.about-brand-layout{grid-template-columns:1fr;gap:2rem}.alrukn-footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=480px){.alrukn-footer-grid{grid-template-columns:1fr}}.categories-showcase{max-width:1200px;margin:4rem auto;padding:0 1.5rem}.categories-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem;margin-top:2rem;display:grid}.category-card{background:var(--hero-cream);border:1px solid var(--hero-cream-deep);text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:1rem;min-height:238px;padding:1.65rem 1.25rem;text-decoration:none;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:flex;box-shadow:0 4px 12px #2b1d1405}.category-card:hover{border-color:var(--gold);background:var(--paper);transform:translateY(-5px);box-shadow:0 10px 25px #b895531a}.category-icon-wrapper{color:var(--gold);background:var(--paper);border:1px solid var(--line);border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;transition:all .3s;display:flex;box-shadow:inset 0 2px 5px #00000005}.category-icon-wrapper svg{stroke-width:1.7px;width:34px;height:34px}.category-card:hover .category-icon-wrapper{background:var(--gold);color:#fff;border-color:var(--gold);transform:scale(1.05)}.category-card h3{color:var(--ink);margin:0;font-family:Amiri,serif;font-size:1.1rem;font-weight:600;line-height:1.35}.category-card p{color:var(--muted);min-height:2.8em;margin:-.2rem 0 0;font-size:.87rem;font-weight:600;line-height:1.6}.category-card-link{color:var(--muted);font-size:.85rem;font-weight:500;transition:color .2s}.category-card:hover .category-card-link{color:var(--gold)}.new-arrivals-section{max-width:1200px;margin:4rem auto;padding:0 1.5rem}.new-arrivals-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem;margin-top:2rem;display:grid}.new-arrival-card{background:var(--paper);border:1px solid var(--line);border-radius:12px;flex-direction:column;text-decoration:none;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:flex;overflow:hidden;box-shadow:0 4px 12px #00000005}.new-arrival-card:hover{border-color:var(--gold-soft);transform:translateY(-5px);box-shadow:0 12px 28px #b895531f}.new-arrival-image{aspect-ratio:.75;background:var(--paper-deep);position:relative;overflow:hidden}.new-arrival-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.new-arrival-card:hover .new-arrival-image img{transform:scale(1.06)}.new-arrival-placeholder{background:linear-gradient(145deg, #ffffff6b, transparent 48%), repeating-linear-gradient(135deg, #b895531a 0 1px, transparent 1px 14px), var(--hero-cream-deep);width:100%;height:100%;color:var(--gold);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.65rem;padding:1rem;font-size:.9rem;display:flex}.new-arrival-placeholder span{color:var(--hero-brown);font-weight:800;line-height:1.5}.new-arrival-info{text-align:center;background:var(--paper);flex-direction:column;gap:.5rem;padding:1.25rem;display:flex}.new-arrival-info h3{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1.05rem;font-weight:600;overflow:hidden}.new-arrival-note{color:var(--gold);margin:0;font-size:.95rem;font-weight:700}@media (width<=1024px){.categories-grid,.new-arrivals-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (width<=768px){.categories-grid,.new-arrivals-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (width<=480px){.site-header-inner{gap:10px;padding-inline:12px}.site-header-logo{width:40px;height:40px}.site-header-title{font-size:1rem}.site-header-subtitle{display:none}.site-header-link{padding:8px 10px;font-size:.84rem}.hero-copy{text-align:center;align-items:stretch}.hero-kicker,.hero-headline,.hero-description{max-width:none}.hero-cta-row{justify-content:center}.hero-cta{flex:100%;min-width:0}.about-brand-section,.categories-showcase,.new-arrivals-section{padding-inline:1rem}.about-story-card,.about-value-item{padding:1.25rem}.categories-grid{grid-template-columns:1fr}.new-arrivals-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.new-arrival-info{padding:.9rem}.new-arrival-info h3{white-space:normal;line-height:1.45}.alrukn-footer{padding-inline:1.25rem!important}}.catalog-page{background:radial-gradient(circle at 8% 16%,#ffffffc7,#0000 24rem),linear-gradient(#fbf6ee 0%,#f5eee8 42%,#f9f5ef 100%);min-height:100vh}.catalog-main{max-width:min(1180px,92vw);margin-inline:auto;padding:12px 0 48px}.catalog-hero{text-align:center;margin-bottom:16px}.catalog-hero h1{color:#3d2618;margin:0 0 12px;font-family:Tajawal,Segoe UI,Arial,sans-serif;font-size:clamp(2rem,4.5vw,2.75rem);font-weight:800}.catalog-hero p{color:#5c4a40;max-width:36em;margin:0 auto;font-size:1.05rem;font-weight:600;line-height:1.75}.catalog-tools{-webkit-backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #b38e4d38;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;justify-content:space-between;align-items:start;gap:14px;max-width:980px;margin:0 auto 18px;padding:14px;display:grid;box-shadow:0 14px 34px #5c403314}.catalog-search-panel{gap:10px;min-width:0;display:grid}.catalog-search{color:#7b5a32;background:#fffcf8;border:1px solid #b38e4d52;border-radius:8px;flex:1;align-items:center;gap:10px;min-height:54px;padding:0 14px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.catalog-search:focus-within{border-color:var(--gold,#b38e4d);background:#fff;box-shadow:0 0 0 3px #b38e4d1f}.catalog-search svg{color:var(--gold,#b38e4d);opacity:.75;width:18px;height:18px;transition:color .25s,transform .25s}.catalog-search:focus-within svg{color:#3d2618;transform:scale(1.05)}.catalog-search input{color:#3d2618;min-width:0;font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:1rem;font-weight:700}.catalog-search input::placeholder{color:#a49182;font-weight:600}.catalog-search button,.catalog-reset{cursor:pointer;border:0;font-family:inherit}.catalog-search button{color:#5c3d24;background:#3d26180f;border-radius:50%;flex:none;place-items:center;width:32px;height:32px;transition:background .2s,transform .2s;display:inline-grid}.catalog-search button:hover{background:#3d26181f;transform:scale(1.05)}.catalog-search button svg{width:16px;height:16px;color:inherit}.catalog-search-meta{color:#6d5b51;justify-content:space-between;align-items:center;gap:12px;font-size:.9rem;font-weight:800;display:flex}.catalog-search-meta small{color:#9a8068;font-size:.82rem;font-weight:700}.catalog-suggestions{scrollbar-width:thin;align-items:center;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.catalog-suggestions>span{color:#8b735f;flex:none;font-size:.82rem;font-weight:800}.catalog-suggestions button{color:#5c3d24;max-width:180px;min-height:32px;font:inherit;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;background:#fff8ed;border:1px solid #b38e4d3d;border-radius:999px;flex:none;padding:0 12px;font-size:.82rem;font-weight:800;transition:background .2s,border-color .2s,transform .2s;overflow:hidden}.catalog-suggestions button:hover,.catalog-suggestions button.is-active{border-color:var(--gold,#b38e4d);background:#fff;transform:translateY(-1px)}.catalog-filter-row{flex-shrink:0;align-items:center;gap:8px;display:flex}.catalog-filter-label,.catalog-select,.catalog-reset{border-radius:8px;align-items:center;gap:6px;min-height:54px;display:inline-flex}.catalog-filter-label{color:#7b5a32;padding:0 4px;font-size:.85rem;font-weight:800}.catalog-filter-label svg{width:16px;height:16px}.catalog-select{color:#6d5b51;background:#fff;border:1px solid #b38e4d38;padding:0 14px;font-size:.85rem;font-weight:800;transition:border-color .2s}.catalog-select svg{color:var(--gold,#b38e4d);width:16px;height:16px}.catalog-select:hover{border-color:#b38e4d73}.catalog-select span{color:#8b735f;font-size:.8rem;font-weight:600}.catalog-select select{color:#3d2618;font:inherit;cursor:pointer;background:0 0;border:0;outline:0;padding-inline-start:4px;font-weight:850}.catalog-reset{color:#fff8ed;background:#3d2618;padding:0 14px;font-size:.82rem;font-weight:800;transition:background .2s,transform .2s}.catalog-reset svg{width:14px;height:14px}.catalog-reset:hover{background:#5c3d24;transform:translateY(-1px)}.catalog-reset:active{transform:translateY(0)}.catalog-chips{z-index:8;scrollbar-width:thin;-webkit-overflow-scrolling:touch;background:linear-gradient(#fbf6eef5 70%,#0000);flex-wrap:nowrap;justify-content:flex-start;gap:12px;margin:0 auto 18px;padding:8px 2px 10px;display:flex;position:sticky;top:56px;overflow-x:auto}.catalog-chip{color:#5c3d24;cursor:pointer;touch-action:manipulation;background:#fff8ed;border:1px solid #d9bf87;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:8px;min-width:132px;padding:10px 14px;font-family:inherit;font-size:.98rem;font-weight:800;transition:background .2s,border-color .2s,color .2s,box-shadow .2s,transform .2s;display:inline-flex}.catalog-chip small{color:#7b5a32;background:#3d261814;border-radius:999px;place-items:center;min-width:26px;height:22px;font-size:.78rem;display:inline-grid}.catalog-chip:hover,.catalog-chip.is-active{border-color:var(--gold,#b38e4d);color:#3d2618;background:#fff;transform:translateY(-1px);box-shadow:0 8px 18px #5e3f1f1f}.catalog-chip.is-active small{color:#fff8ed;background:#3d2618}.catalog-category{margin-bottom:0}.catalog-category-header{border-bottom:1px solid #b38e4d47;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:14px;padding-bottom:10px;display:flex}.catalog-status{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:inline-flex}.catalog-status .loading-spinner-container{color:#7b5a32;flex-direction:row;gap:6px;min-height:0;font-size:.82rem;font-weight:800}.catalog-status .loading-spinner-text{margin:0}.catalog-category-title{color:var(--gold,#b38e4d);text-align:start;margin:0 0 6px;font-family:Tajawal,Segoe UI,Arial,sans-serif;font-size:clamp(1.65rem,3vw,2.1rem);font-weight:800}.catalog-category-desc{text-align:start;color:#5c4a40;max-width:44em;margin:0;font-weight:600;line-height:1.7}.catalog-count{color:#5c3d24;background:#fff8ede6;border:1px solid #b38e4d73;border-radius:999px;flex:none;padding:8px 13px;font-size:.9rem;font-weight:800}.catalog-product-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;margin:0;padding:0;list-style:none;display:grid}.catalog-product-card{background:#fffffff0;border:1px solid #b38e4d33;border-radius:8px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 10px 24px #2a1c1214}.catalog-product-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #2a1c121f}.catalog-product-image{aspect-ratio:3/4;background:#f9f5f0;position:relative;overflow:hidden}.catalog-product-optimized{width:100%;height:100%;inset:0;position:absolute!important}.catalog-product-image img{object-fit:cover;opacity:0;pointer-events:none;width:100%;height:100%;transition:transform .5s,opacity .4s;position:absolute;top:0;left:0}.catalog-product-image img.is-active{opacity:1;pointer-events:auto;position:relative}.catalog-product-placeholder{color:#fff8ef;text-align:center;background:linear-gradient(135deg,#211a16,#8c6239);grid-template-rows:auto auto;place-items:center;gap:10px;padding:1rem;font-size:1.2rem;font-weight:800;display:grid;position:absolute;inset:0}.catalog-product-badge{z-index:4;color:#fff8ed;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#241913b8;border-radius:999px;max-width:calc(100% - 24px);padding:6px 10px;font-size:.78rem;font-weight:800;position:absolute;top:12px;right:12px}.catalog-product-card:hover .catalog-product-image img.is-active{transform:scale(1.05)}.catalog-image-dots{z-index:5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0003;border-radius:20px;gap:6px;padding:4px 8px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.dot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .3s,transform .2s}.dot.is-active{background:#fff;transform:scale(1.2)}.nav-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;z-index:6;opacity:0;background:#ffffff40;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #00000026}.catalog-product-image:hover .nav-btn{opacity:1}.nav-btn:hover{background:#fff6;transform:translateY(-50%)scale(1.1)}.nav-btn.prev{right:12px}.nav-btn.next{left:12px}.catalog-product-body{flex-direction:column;flex:1;padding:18px;display:flex}.catalog-product-heading{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}.catalog-product-heading span{color:#8b735f;background:#f7efe5;border:1px solid #ecdec9;border-radius:999px;flex:none;padding:4px 8px;font-size:.76rem;font-weight:800}.catalog-product-title{color:#3d2618;margin:0;font-family:Tajawal,Segoe UI,Arial,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.2}.catalog-product-description{color:#6d5b51;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 12px;font-size:.95rem;font-weight:500;line-height:1.6;display:-webkit-box;overflow:hidden}.catalog-product-note{color:#9e8a7e;border-top:1px dashed #eee;margin:0 0 18px;padding-top:12px;font-size:.85rem;font-weight:700}.catalog-product-cta{color:#fff;background:#25d366;border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-top:auto;padding:14px 16px;font-size:.95rem;font-weight:800;text-decoration:none;transition:background .2s,transform .2s;display:flex}.catalog-product-cta:hover{background:#1ebe57;transform:scale(1.02)}.catalog-product-cta:active{transform:scale(.98)}.catalog-empty{color:#6d5b51;text-align:center;background:#fff8ed99;border:1px dashed #b38e4d73;border-radius:8px;place-items:center;min-height:180px;padding:24px;font-weight:800;display:grid}@media (width<=640px){.catalog-main{max-width:min(100% - 28px,1180px)}.catalog-tools{border-radius:8px;grid-template-columns:1fr;align-items:stretch;gap:10px;padding:12px}.catalog-search{width:100%;min-height:48px}.catalog-search-meta{flex-direction:column;align-items:flex-start;gap:3px}.catalog-filter-row{flex-direction:row;align-items:stretch;gap:8px;width:100%}.catalog-filter-label{align-self:center;padding:2px 0}.catalog-select,.catalog-reset{width:100%;min-height:44px}.catalog-select{justify-content:space-between}.catalog-reset{justify-content:center}.catalog-chips{top:52px}.catalog-chip{min-width:122px;font-size:.92rem}.catalog-category-header{flex-direction:column;align-items:flex-start}.catalog-count{align-self:flex-start}.catalog-status{justify-content:flex-start}}.lightbox-overlay{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:9999;touch-action:pan-y;-webkit-user-select:none;user-select:none;background:#120c09eb;justify-content:center;align-items:center;padding:24px;animation:.25s cubic-bezier(.16,1,.3,1) forwards lightbox-fade-in;display:flex;position:fixed;inset:0}@keyframes lightbox-fade-in{0%{opacity:0}to{opacity:1}}.lightbox-top-bar{z-index:10002;pointer-events:none;background:linear-gradient(#120c0999 0%,#0000 100%);justify-content:flex-end;align-items:center;gap:12px;padding:18px 24px;display:flex;position:absolute;top:0;left:0;right:0}.lightbox-top-bar>*{pointer-events:auto}.lightbox-action-btn,.lightbox-close{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;place-items:center;width:46px;height:46px;transition:all .3s cubic-bezier(.16,1,.3,1);display:grid}.lightbox-action-btn:hover{color:#120c09;background:#fff;transform:scale(1.08)}.lightbox-close:hover{color:#120c09;background:#fff;transform:scale(1.08)rotate(90deg)}.lightbox-nav{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;z-index:10001;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;place-items:center;width:56px;height:56px;transition:all .3s cubic-bezier(.16,1,.3,1);display:grid;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-nav:hover{color:#120c09;background:#fff;transform:translateY(-50%)scale(1.08)}.lightbox-prev{right:24px}.lightbox-next{left:24px}.lightbox-content{background:#1e1511;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;align-items:center;max-width:min(850px,100%);max-height:calc(100vh - 120px);animation:.35s cubic-bezier(.16,1,.3,1) forwards lightbox-scale-in;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}@keyframes lightbox-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.lightbox-image{object-fit:contain;max-width:100%;max-height:calc(100vh - 190px);display:block}.lightbox-footer{color:#fff;background:#1e1511f2;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:16px 24px;font-family:inherit;display:flex}.lightbox-footer-actions{align-items:center;gap:10px;display:flex}.lightbox-title{color:#fff8ed;font-family:Tajawal,Segoe UI,Arial,sans-serif;font-size:1.35rem;font-weight:700}.lightbox-counter{color:#c9b3a3;background:#ffffff1a;border:1px solid #ffffff26;border-radius:99px;padding:4px 10px;font-size:.88rem;font-weight:800}.lightbox-toast{color:#3d2618;z-index:10003;background:#fffffff2;border-radius:999px;align-items:center;gap:8px;padding:12px 20px;font-size:.9rem;font-weight:800;animation:.35s cubic-bezier(.16,1,.3,1) forwards lightbox-toast-in;display:flex;position:fixed;bottom:32px;left:50%;transform:translate(-50%);box-shadow:0 12px 40px #0000004d}@keyframes lightbox-toast-in{0%{opacity:0;transform:translate(-50%)translateY(16px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.catalog-product-image.clickable{cursor:pointer}@media (width<=768px){.nav-btn{color:#120c09;background:#ffffff73;width:32px;height:32px;opacity:.95!important}.nav-btn svg{width:18px;height:18px}.lightbox-overlay{padding:8px}.lightbox-top-bar{padding:12px 16px}.lightbox-action-btn,.lightbox-close{width:42px;height:42px}.lightbox-nav{width:44px;height:44px;top:auto;bottom:100px;transform:none}.lightbox-nav:hover{transform:scale(1.05)}.lightbox-prev{right:calc(50% - 60px)}.lightbox-next{left:calc(50% - 60px)}.lightbox-image{max-height:calc(100vh - 220px)}.lightbox-footer{padding:12px 16px}.lightbox-title{font-size:1.15rem}}@media (width<=580px){.catalog-product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.catalog-product-badge{padding:3px 6px;font-size:.62rem;top:6px;right:6px}.catalog-product-body{padding:10px}.catalog-product-heading{gap:4px;margin-bottom:6px}.catalog-product-heading span{padding:2px 5px;font-size:.65rem}.catalog-product-title{font-size:.95rem}.catalog-product-description{-webkit-line-clamp:2;margin-bottom:6px;font-size:.8rem;line-height:1.45}.catalog-product-note{margin-bottom:8px;padding-top:6px;font-size:.72rem}.catalog-product-cta{border-radius:6px;gap:4px;padding:8px 10px;font-size:.8rem}.catalog-product-cta svg{width:14px;height:14px}.nav-btn{width:26px;height:26px}.nav-btn svg{width:14px;height:14px}}.error-display{color:#991b1b;text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;display:flex}.error-display-icon{color:#ef4444;justify-content:center;align-items:center;display:flex}.error-display-content{flex-direction:column;flex:1;gap:.5rem;display:flex}.error-display-title{color:#7f1d1d;margin:0;font-size:1.125rem;font-weight:600}.error-display-message{color:#991b1b;margin:0;font-size:.95rem;line-height:1.5}.error-display-retry-btn{color:#fff;cursor:pointer;background-color:#ef4444;border:none;border-radius:.375rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.95rem;font-weight:500;transition:all .2s;display:inline-flex}.error-display-retry-btn:hover{background-color:#dc2626;transform:translateY(-1px)}.error-display-retry-btn:focus{outline-offset:2px;outline:2px solid #dc2626}.error-display-retry-btn:active{transform:translateY(0)}.error-display-retry-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}
