.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}*{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(12px);background:#fcf8f2eb;border-bottom:1px solid #d9bf8759;position:sticky;top:0}.site-header-inner{direction:rtl;justify-content:space-between;align-items:center;gap:16px;max-width:min(1180px,100%);margin:0 auto;padding:10px clamp(16px,4vw,28px);display:flex}.site-header-brand{align-items:center;gap:10px;min-width:0;display:flex}.site-header-logo{object-fit:contain;flex-shrink:0;width:44px;height:44px}.site-header-title{color:#3d2618;white-space:nowrap;font-family:Amiri,Times New Roman,serif;font-size:1.25rem;font-weight:700}.site-header-nav{flex-shrink:0;align-items:center;gap:8px;display:flex}.site-header-link{color:#5c4a40;touch-action:manipulation;border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:.95rem;font-weight:800;display:inline-flex}.site-header-link svg{stroke-width:2px;width:18px;height:18px}.site-header-link:hover{color:#3d2618;background:#ffffffb3}.site-header-link.is-active{color:#3d2618;background:#fff8ed;border-color:#d9bf87}.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:clamp(28px,4vw,56px) 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(12px,2vw,24px) clamp(8px,2vw,16px);animation:.85s ease-out fadeInDown;display:flex}.hero-figure{border-radius:0;width:100%;min-height:min(92vh,900px);position:relative;overflow:hidden;box-shadow:-12px 0 40px #3e2a1c1a}.hero-model{object-fit:cover;object-position:56% 22%;width:100%;height:100%;position:absolute;inset:0}.hero-flourish{color:#c9a227;opacity:.95;width:min(200px,58vw);height:auto;margin:6px 0 4px}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.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}.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:Amiri,Times New Roman,serif;font-size:clamp(3.1rem,6.5vw,5.5rem);font-weight:700;line-height:1.05}.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}.hero-tagline{color:var(--hero-brown);margin:2px 0 0;font-family:Amiri,Times New Roman,serif;font-size:clamp(2rem,4.2vw,3.35rem);font-weight:700;line-height:1.2}.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}.hero-description p{margin:0}.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}.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 .2s,box-shadow .2s,transform .2s;display:inline-flex;box-shadow:0 10px 28px #3e2a1c14}.hero-cta:hover{border-color:#a78345;transform:translateY(-1px);box-shadow:0 14px 34px #3e2a1c1f}.hero-cta-icon{color:#1fa855;background:#e8f7eb;border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.hero-cta-icon svg{width:22px;height:22px}.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;display:inline-block}.hero-catalog-link:hover{color:#5c3d24}.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:Amiri,Times New Roman,serif;font-size:clamp(2.1rem,3vw,3rem);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-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}.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}}.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:20px 0 64px}.catalog-hero{text-align:center;margin-bottom:28px}.catalog-hero h1{color:#3d2618;margin:0 0 12px;font-family:Amiri,Times New Roman,serif;font-size:clamp(2rem,4.5vw,2.75rem)}.catalog-hero p{color:#5c4a40;max-width:36em;margin:0 auto;font-size:1.05rem;font-weight:600;line-height:1.75}.catalog-tools{background:#ffffffc2;border:1px solid #b38e4d42;border-radius:8px;gap:14px;margin:0 auto 18px;padding:16px;display:grid;box-shadow:0 10px 24px #2a1c120f}.catalog-search{color:#7b5a32;background:#fffaf3;border:1px solid #b38e4d57;border-radius:8px;align-items:center;gap:10px;min-height:48px;padding:0 14px;display:flex}.catalog-search input{color:#3d2618;min-width:0;font:inherit;background:0 0;border:0;outline:0;flex:1;font-weight:700}.catalog-search input::placeholder{color:#9b8573;font-weight:600}.catalog-search button,.catalog-reset{cursor:pointer;border:0;font-family:inherit}.catalog-search button{color:#5c3d24;background:#3d261814;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;display:inline-grid}.catalog-search button:hover{background:#3d261824}.catalog-filter-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.catalog-filter-label,.catalog-select,.catalog-reset{border-radius:8px;align-items:center;gap:8px;min-height:42px;display:inline-flex}.catalog-filter-label{color:#5c3d24;font-weight:900}.catalog-select{color:#6d5b51;background:#fff;border:1px solid #b38e4d47;padding:0 12px;font-weight:800}.catalog-select span{color:#8b735f;font-size:.84rem}.catalog-select select{color:#3d2618;font:inherit;cursor:pointer;background:0 0;border:0;outline:0;font-weight:900}.catalog-reset{color:#fff8ed;background:#3d2618;padding:0 13px;font-size:.9rem;font-weight:900}.catalog-reset:hover{background:#5c3d24}.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 30px;padding:12px 2px 14px;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:22px;padding-bottom:16px;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:Amiri,Times New Roman,serif;font-size:clamp(1.65rem,3vw,2.1rem)}.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:Amiri,serif;font-size:1.4rem;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{padding:12px}.catalog-filter-row,.catalog-select,.catalog-reset{width:100%}.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}}.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}
