@import"https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800;900&display=swap";:root{--brand:#b08d57;--bg:#b08d57;--fg:#dddddd;--muted:#ffffff;--line:#333333;--body-bg: #f7f4ef;--body-color: #1a1a1a;--card-bg: #ffffff;--card-border: #e9e3da;--input-bg: #ffffff;--input-border: #d1d5db;--input-color: #1a1a1a;--heading-color: #111827;--text-muted: #6b7280;--link-color: #b08d57;--footer-bg: #b08d57;--footer-color: #ffffff;--header-bg: #ffffff;--header-border: #e9e3da;--shadow: 0 1px 3px rgba(0,0,0,.08)}[data-theme=dark]{--brand: #d4a853;--bg: #1a1a2e;--fg: #e5e7eb;--muted: #9ca3af;--line: #374151;--body-bg: #0f172a;--body-color: #e2e8f0;--card-bg: #1e293b;--card-border: #334155;--input-bg: #1e293b;--input-border: #475569;--input-color: #f1f5f9;--heading-color: #f8fafc;--text-muted: #94a3b8;--link-color: #d4a853;--footer-bg: #0f172a;--footer-color: #e2e8f0;--header-bg: #1e293b;--header-border: #334155;--shadow: 0 1px 3px rgba(0,0,0,.4)}html[dir=rtl] body{margin:0;font-family:Cairo,sans-serif;background:var(--body-bg);color:var(--body-color);direction:rtl}html body{margin:0;font-family:Cairo,sans-serif;background:var(--body-bg);color:var(--body-color)}.app-container{max-width:100%;width:100%;margin:0;padding:0 16px;box-sizing:border-box;color:var(--fg)}.app-container.app-container-default{color:var(--body-color)}.app-header{position:sticky;top:0;z-index:50;background:var(--header-bg);-webkit-backdrop-filter:saturate(1.05) blur(6px);backdrop-filter:saturate(1.05) blur(6px);border-bottom:1px solid var(--header-border);transition:transform .25s ease}.app-header.is-hidden{transform:translateY(-110%)}.header-wrap{display:flex;align-items:center;gap:14px;padding:8px 0}.sub-header-wrap{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0 12px;border-top:1px solid #eee6dc}.sub-header-wrap.show-on-top{display:flex}.sub-header-wrap.hide-off-top{display:none}.sub-header-left{display:flex;align-items:center;gap:10px;flex:1}.sub-nav-links{display:flex;align-items:center;gap:10px;flex:0 0 auto}.sub-nav-item{position:relative}.sub-nav-links .sub-nav-item:first-child .sub-nav-dropdown{inset-inline-start:0;inset-inline-end:auto}.sub-nav-links .sub-nav-item:last-child .sub-nav-dropdown{inset-inline-start:0;inset-inline-end:auto}.sub-nav-link{height:40px;padding:0 12px;border:1px solid rgba(0,0,0,.12);border-radius:10px;background:#fff;color:#111827;font-weight:800;font-size:14px;display:inline-flex;align-items:center;gap:6px;text-decoration:none;font-family:Cairo,sans-serif}.sub-nav-link.fixed-link{padding-inline:16px}.sub-nav-item button.sub-nav-link{cursor:pointer}.dropdown-arrow{transition:transform .22s ease}.sub-nav-item.has-dropdown:hover .dropdown-arrow,.sub-nav-item.has-dropdown.open .dropdown-arrow{transform:rotate(180deg)}.sub-nav-dropdown{position:absolute;top:calc(100% + 8px);inset-inline-start:0;inset-inline-end:auto;min-width:320px;width:-moz-max-content;width:max-content;max-width:min(92vw,760px);max-height:min(72vh,520px);overflow:auto;scrollbar-width:none;background:#fff;border:1px solid #e7e2d9;border-radius:12px;box-shadow:0 14px 36px #0f172a24;padding:10px;display:grid;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:120}.sub-nav-dropdown::-webkit-scrollbar{display:none}.sub-nav-item.has-dropdown:hover .sub-nav-dropdown,.sub-nav-item.has-dropdown.open .sub-nav-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.sub-nav-dropdown.two-cols{grid-template-rows:repeat(8,minmax(0,auto));grid-auto-flow:column;grid-auto-columns:minmax(160px,1fr);-moz-column-gap:10px;column-gap:10px;row-gap:6px}.sub-nav-dropdown-item{display:block;padding:7px 10px;border-radius:8px;color:#1f2937;text-decoration:none;font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sub-nav-dropdown-item:hover{background:#f8f5ef;color:var(--brand)}.sub-nav-dropdown-empty{grid-column:1/-1;padding:8px 10px;color:#6b7280;font-size:13px;font-weight:700}.sub-nav-dropdown-item.show-more{grid-column:1/-1;text-align:center;color:var(--brand);background:#f8f5ef}.sub-header-menu{min-width:180px;height:40px;border:1px solid rgba(0,0,0,.14);border-radius:10px;background:#fff;color:#1f2937;font-weight:700;padding:0 12px;font-family:Cairo,sans-serif}.sub-header-search{height:40px;display:flex;align-items:center;gap:8px;border:1px solid rgba(0,0,0,.14);border-radius:10px;background:#fff;padding:0 10px;min-width:240px;width:100%;max-width:520px;transition:border-color .2s ease,box-shadow .2s ease}.sub-header-search:focus-within{border-color:#b08d57a6;box-shadow:0 0 0 3px #b08d5724}.sub-header-search-wrap{position:relative;width:100%;max-width:520px}.sub-search-results{position:absolute;top:calc(100% + 8px);right:0;left:0;background:#fff;border:1px solid #e7e2d9;border-radius:12px;box-shadow:0 14px 36px #0f172a24;z-index:130;overflow:hidden}.sub-search-item,.sub-search-all{width:100%;border:0;background:#fff;text-align:start;font-family:Cairo,sans-serif;padding:10px 12px;cursor:pointer;color:#1f2937;font-weight:700;font-size:13px}.sub-search-item:hover,.sub-search-all:hover{background:#f8f5ef;color:var(--brand)}.sub-search-all{border-top:1px solid #efe8dd;font-weight:800}.sub-search-empty{padding:11px 12px;color:#6b7280;font-size:13px;font-weight:700}.sub-header-search-icon{color:#8b8b8b;flex:0 0 auto}.sub-header-search input{width:100%;border:0;outline:0;background:transparent;font-family:Cairo,sans-serif;font-size:14px;color:#1f2937}.sub-header-search-clear{width:24px;height:24px;border:0;border-radius:999px;background:#f3f4f6;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto}.sub-header-search-clear:hover{background:#e5e7eb;color:#374151}.sub-header-location{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;color:#334155;font-weight:700;font-size:14px}.sub-header-location svg{color:var(--brand)}.sub-header-location strong{color:#111827}.sub-location-text-btn{border:0;background:transparent;color:inherit;font:inherit;font-weight:700;display:inline-flex;align-items:center;gap:4px;cursor:pointer;padding:0}.sub-location-text-btn:hover strong{color:var(--brand);text-decoration:underline}.sub-location-text-btn:disabled{opacity:.7;cursor:not-allowed}.sub-location-refresh-btn{height:28px;border:1px solid rgba(0,0,0,.12);border-radius:999px;background:#fff;color:#334155;display:inline-flex;align-items:center;gap:6px;padding:0 10px;cursor:pointer;font-family:Cairo,sans-serif;font-size:12px;font-weight:800}.sub-location-refresh-btn:hover{border-color:#b08d57a6;color:var(--brand)}.sub-location-refresh-btn:disabled{opacity:.7;cursor:not-allowed}.sub-location-refresh-btn .spin{animation:locationSpin .9s linear infinite}@keyframes locationSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-weight:900;font-size:20px}.brand.no-frame{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}brand-logo{width:40px;height:auto;transform-origin:center;transition:transform .25s ease,filter .25s ease;animation:logoPulse 2.6s ease-in-out infinite}@keyframes logoPulse{0%,to{transform:scale(1);filter:drop-shadow(0 2px 6px rgba(0,0,0,.18))}50%{transform:scale(1.03);filter:drop-shadow(0 3px 10px rgba(0,0,0,.25))}}.brand:hover .brand-logo{transform:translateY(-1px) scale(1.04);filter:drop-shadow(0 4px 12px rgba(219,171,59,.28))}.brand-text{display:inline-block}.brand img{width:80px;height:40px;-o-object-fit:contain;object-fit:contain}.brand.small img{width:100px;height:50px}.nav{display:flex;gap:16px}.nav a{color:#333;text-decoration:none;font-weight:600}.nav a:hover{color:var(--brand)}.nav{display:flex;gap:8px;margin-inline-start:auto;align-items:center}.nav-a{position:relative;padding:8px 12px;border-radius:10px;text-decoration:none;color:#1a1a1a;font-weight:800;transition:color .18s ease,background-color .18s ease,border-color .18s ease;will-change:color,background-color,border-color;overflow:hidden}.nav-a:before{content:"";position:absolute;inset:0;transform:translate(-100%) skew(-18deg);animation:shine 2.8s linear infinite;pointer-events:none}@keyframes shine{0%{transform:translate(-100%) skew(-18deg)}to{transform:translate(100%) skew(-18deg)}}.nav-a:hover{color:var(--brand);background:#fff;border-color:#0000001f}.nav-a:after{content:"";position:absolute;inset-inline:10px;bottom:6px;height:2px;background:currentColor;transform:scaleX(0);transform-origin:center;transition:transform .22s ease;opacity:.9}.nav-a:hover:after{transform:scaleX(1)}.nav-a.active{background:#fff;border-color:#ffffff1f;color:var(--brand)}.nav-a.active:after{transform:scaleX(1)}[data-theme=dark] .nav-a.active{background:transparent;border-color:transparent;color:var(--brand);text-decoration:underline;text-underline-offset:6px}[data-theme=dark] .nav-a.active:after{display:none}[data-theme=dark] .lang-switch-btn,[data-theme=dark] .header-icon-btn{background:transparent;border-color:#ffffff26;color:#d4a853}[data-theme=dark] .lang-switch-btn:hover,[data-theme=dark] .header-icon-btn:hover{background:#ffffff14}[data-theme=dark] .header-icon-count{background:#d4a853;color:#1e293b}[data-theme=dark] .sub-header-search,[data-theme=dark] .sub-header-search-wrap{background:#1e293b;border-color:#334155}[data-theme=dark] .sub-header-search input{background:#1e293b;border-color:#475569;color:#e2e8f0}[data-theme=dark] .sub-header-search-icon{color:#94a3b8}[data-theme=dark] .sub-header-search input::-moz-placeholder{color:#64748b}[data-theme=dark] .sub-header-search input::placeholder{color:#64748b}[data-theme=dark] div[style*="background:#fff"],[data-theme=dark] div[style*="background: #fff"]{background:#1e293b!important}[data-theme=dark] div[style*="color:#555"],[data-theme=dark] div[style*="color: #555"]{color:#e2e8f0!important}[data-theme=dark] div[style*=boxShadow]:not([class]){box-shadow:0 8px 20px #0003!important}[data-theme=dark] .main-content-wrapper{background:transparent}[data-theme=dark] .specs-table{border-color:#334155}[data-theme=dark] .pdp-container{background:#0f172a}[data-theme=dark] #root>div>div:last-of-type:not([class]){background:transparent!important}.contact-link-icon{display:none}.nav-cta{padding:10px 16px;background:linear-gradient(135deg,var(--brand),#d3b282);border-radius:10px;color:#fff;font-weight:900;text-decoration:none;border:0;box-shadow:0 4px 14px #00000014;transition:transform .15s ease,box-shadow .2s ease}.nav-cta:hover{box-shadow:0 6px 20px #0000001f;transform:translateY(-1px)}.mobile-pages-menu{display:none;position:relative}.mobile-header-search-wrap{display:none}.mobile-header-search{height:36px;display:flex;align-items:center;gap:6px;border:1px solid rgba(0,0,0,.12);border-radius:10px;background:#fff;padding:0 8px}.mobile-header-search-icon{color:#8b8b8b;flex:0 0 auto}.mobile-header-search input{width:100%;border:0;outline:0;background:transparent;font-family:Cairo,sans-serif;font-size:13px;color:#1f2937}.mobile-pages-toggle{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.12);background:#fff;color:#111;border-radius:10px;width:36px;height:36px;padding:0;cursor:pointer;font-weight:800}.mobile-pages-arrow{transition:transform .2s ease}.mobile-pages-overlay{position:fixed;inset:0;background:#00000057;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:105}.mobile-pages-drawer{position:fixed;top:0;inset-inline-start:0;width:min(82vw,320px);height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;background:#fff;border-inline-end:1px solid rgba(0,0,0,.1);box-shadow:0 12px 30px #0003;transform:translate(110%);transition:transform .22s ease;z-index:106;padding:14px 10px calc(12px + env(safe-area-inset-bottom));display:flex;flex-direction:column;overflow:hidden}.mobile-pages-drawer-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;color:#111827;position:sticky;top:0;z-index:2;background:#fff;padding:2px 0 8px;border-bottom:1px solid #f1f1f1}.mobile-pages-close{width:34px;height:34px;border:1px solid rgba(0,0,0,.12);border-radius:10px;background:#fff;color:#374151;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.mobile-pages-drawer-links{display:none;flex-direction:column;gap:4px;flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-inline-end:2px}.mobile-pages-menu.open .mobile-pages-overlay{opacity:1;pointer-events:auto}.mobile-pages-menu.open .mobile-pages-drawer{transform:translate(0)}.mobile-pages-menu.open .mobile-pages-drawer-links{display:flex}.mobile-pages-drawer-links .nav-a{width:100%;display:flex;align-items:center;min-height:38px}.mobile-pages-drawer-links .nav-a:after{inset-inline:12px;bottom:4px}.mobile-pages-drawer-links .nav-a.active:after,.mobile-pages-drawer-links .nav-a:hover:after{transform:scaleX(1)}.lang-switch-btn{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(0,0,0,.12);background:#fff;color:#111;border-radius:10px;padding:8px 10px;cursor:pointer;font-weight:800}.header-icon-btn{position:relative;width:36px;height:36px;border:1px solid rgba(0,0,0,.12);border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:#2f2f2f;background:#fff;text-decoration:none}.header-icon-btn.heart{color:var(--brand)}.header-icon-btn.heart.pulse{animation:heartPulse .45s ease}@keyframes heartPulse{0%{transform:scale(1)}50%{transform:scale(1.14)}to{transform:scale(1)}}.header-icon-count{position:absolute;top:-6px;inset-inline-end:-6px;min-width:16px;height:16px;border-radius:999px;background:var(--brand);color:#fff;font-size:10px;display:grid;place-items:center;padding:0 4px;font-weight:900}.header-icon-count.count-bump{animation:countBump .4s ease}@keyframes countBump{0%{transform:scale(1)}50%{transform:scale(1.18)}to{transform:scale(1)}}@media(max-width:900px){.header-wrap{gap:8px;align-items:center;flex-wrap:nowrap}.brand{order:2;flex:0 0 auto}.brand img{width:72px;height:36px}.nav{order:3;margin-inline-start:0;flex:1 1 auto;gap:6px;flex-wrap:nowrap;align-items:center;min-width:0}.desktop-main-link{display:none!important}.mobile-pages-menu{display:inline-flex;order:1;flex:0 0 auto}.mobile-header-search-wrap{display:block;order:3;flex:1 1 auto;min-width:0}.mobile-header-search{width:100%}.contact-link{order:4;width:36px;height:36px;padding:0;border:1px solid rgba(0,0,0,.12);border-radius:10px;background:#fff;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.contact-link:after,.contact-link:before{content:none}.contact-link-text{display:none}.contact-link-icon{display:inline-flex}.lang-switch-btn{order:5;padding:8px;min-width:36px;height:36px}.lang-switch-btn span{font-size:12px}.nav>.header-icon-btn[href="/checkout"]{order:6}.nav>.header-icon-btn#header-wishlist-icon{order:7}.mobile-hide-nav{display:none!important}.sub-header-wrap{flex-direction:column;align-items:stretch}.sub-header-left{width:100%;flex-wrap:wrap}.sub-nav-links{width:100%;flex-wrap:nowrap;gap:8px}.sub-nav-item{width:50%}.sub-nav-link{width:100%}.sub-nav-dropdown{min-width:100%;right:0;left:0}.sub-nav-dropdown.two-cols{grid-template-columns:1fr}.sub-nav-item.has-dropdown:hover .sub-nav-dropdown{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px)}.sub-nav-item.has-dropdown.open .sub-nav-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.sub-header-menu{width:100%}.sub-header-search{max-width:none;width:100%}.sub-header-search-wrap{display:none}.sub-header-location{width:100%;justify-content:flex-start;flex-wrap:wrap}}@media(max-width:520px){.contact-link{width:34px;height:34px}}.footer-lang-switch{display:inline-flex;align-items:center;gap:8px;font-size:12px}.footer-lang-switch>span{display:inline-flex;align-items:center;gap:5px;color:#d6d6d6}.footer-lang-switch button{border:1px solid #4d4d4d;background:transparent;color:#f2f2f2;border-radius:8px;padding:4px 8px;cursor:pointer;font-size:12px}.footer-lang-switch button.active{border-color:var(--brand);color:#fff;background:#b08d5733}.apply-btn{cursor:pointer;padding:8px 10px;background:linear-gradient(135deg,var(--brand),#d3b282);border-radius:6px;color:#fff;font-family:inherit;font-weight:900;text-decoration:none;border:0;box-shadow:0 4px 14px #00000014;font-size:14px}.apply-btn:hover{box-shadow:0 6px 20px #0000001f;transform:translateY(-1px)}:root{--violet:#bd9c6b;--violet2:#ca9f5f;--bg:#b08d57;--dark:#b08d57}*{box-sizing:border-box}body{margin:0;font-family:Cairo,system-ui;background:var(--bg);color:#222}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:16px}.navbar{position:sticky;top:0;background:#fff;z-index:100;border-bottom:1px solid #eee}.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0}.links{display:flex;gap:16px;font-weight:600}.links a{padding:8px 10px;border-radius:10px}.links a:hover{background:#f0ebff}.logo{font-weight:800;color:var(--violet);display:flex;align-items:center;gap:8px}.hero{display:grid;grid-template-columns:1.2fr 1fr;gap:24px;margin-top:20px}.gallery{background:#fff;padding:12px;border-radius:18px;box-shadow:0 10px 25px #0000000a}.main-img{width:100%;aspect-ratio:1/1;-o-object-fit:contain;object-fit:contain;border-radius:12px}.thumbs{display:flex;gap:10px;margin-top:10px}.thumbs img{width:80px;height:80px;-o-object-fit:cover;object-fit:cover;border-radius:10px;cursor:pointer;border:2px solid transparent}.thumbs img.active{border-color:var(--violet)}.product{background:#fff;padding:18px;border-radius:18px;box-shadow:0 10px 25px #0000000a}.title{font-size:28px;font-weight:700;margin:0 0 6px}.price{display:flex;align-items:center;gap:6px}.old{color:#777;position:relative;font-size:20px}.old .blink{position:absolute;left:0;right:0;top:50%;height:2px;background:#ce8787;animation:blink 1.2s infinite}@keyframes blink{0%{opacity:.1}50%{opacity:1}to{opacity:.1}}.new{font-size:26px;color:var(--violet);font-weight:800}.qty{display:flex;align-items:center;gap:10px;margin-top:8px}.qty button{width:36px;height:36px;border-radius:10px;border:0;background:#eee;font-size:20px;cursor:pointer}.buy{margin-top:12px;display:flex;gap:10px}.btn{flex:1;padding:12px 16px;border:0;border-radius:12px;color:#fff;font-weight:800;cursor:pointer;background:linear-gradient(#e7ab2b);transition:transform .1s ease}.btn:hover{transform:translateY(-1px)}.share{padding:12px 16px;border-radius:10px;font-weight:700;background:#f0ebff;color:#c08f1e;border:1px dashed #d8c9ff;cursor:pointer}.table{margin-top:16px;border-top:1px solid #eee;padding-top:12px;display:grid;grid-template-columns:1fr 1fr;gap:8px 16px}.btn,.share{font-family:Cairo,system-ui}.btn,.share{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 40px;border-radius:12px;font-weight:650;border:0;cursor:pointer;line-height:1;font-size:16px}.btn{color:#fff;background:linear-gradient(90deg,var(--violet),var(--violet2),var(--violet));background-size:200% 100%;animation:gradientFlow 2.2s linear infinite;box-shadow:0 10px 16px #7b2ff740;transition:transform .12s ease}.btn:hover{transform:translateY(-1px) scale(1.02)}.share{background:#fffdeb;color:#c0971e;border:1px dashed #d8c9ff;transition:background .15s ease,transform .12s ease}.share:hover{background:#fff7dd;transform:translateY(-1px)}.btn .icon,.share .icon{width:18px;height:18px;-o-object-fit:contain;object-fit:contain;animation:floaty 2.4s ease-in-out infinite}.badge{display:inline-block;padding:4px 10px;border-radius:20px;color:#bd9c6b;font-weight:700;font-family:Cairo,system-ui;background:#fff0e6fb;border:1px solid #fca956;height:45px;-o-object-fit:contain;object-fit:contain;animation:floaty 2.4s ease-in-out infinite}@keyframes floaty{0%,to{transform:translateY(0);opacity:.95}50%{transform:translateY(-2px);opacity:1}}.dots{text-align:center;margin-top:8px}.dots span{display:inline-block;width:8px;height:10px;background:#ddd;margin:0 4px}.dots span.active{background:var(--violet);transform:scale(1.2)}.countdown{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:16px}.flip-box{display:flex;flex-direction:column;align-items:center;min-width:70px;margin:0 1px;color:#000}.label{margin-top:6px;margin-bottom:6px;font-size:.8rem;font-weight:600;color:#6001cb}.flip-inner{position:relative;width:70px;height:80px;perspective:600px}.front,.back{position:absolute;width:100%;height:100%;line-height:70px;font-size:1.8rem;font-weight:800;text-align:center;color:#fff;background:linear-gradient(180deg,#222,#111);border-radius:10px;backface-visibility:hidden}.back{transform:rotateX(180deg)}.flip-inner.flip{animation:flipAnim .6s ease-in-out forwards}@keyframes flipAnim{0%{transform:rotateX(0)}to{transform:rotateX(180deg)}}.video{margin:40px 0;background:#fff;border-radius:16px;padding:30;box-shadow:0 8px 20px #0000000a}video{width:30%;border-radius:40px;padding:12px}.video-section{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;align-items:flex-start;margin-top:20px}.video-section video{width:320px;height:180px;border-radius:12px;-o-object-fit:cover;object-fit:cover;box-shadow:0 6px 14px #a97d7d14}.video-info{font-family:Cairo,system-ui;text-align:right;color:#555;max-width:480px;line-height:1.9;background:#fff;border:1px solid #eee;border-radius:12px;padding:14px;margin-bottom:10px}.video-rotator h3{font-size:18px;color:#b08d57;margin:0 0 8px}.fade-in{opacity:1;transition:opacity .6s ease}.fade-out{opacity:0;transition:opacity .6s ease}.features{background:#fff;padding:18px;border-radius:16px;box-shadow:0 8px 20px #0000000a}.feature{margin-bottom:14px}.feature h3{margin:0 0 4px;font-size:20px}.order{margin:20px 0;background:#fff;padding:18px;border-radius:16px;box-shadow:0 8px 20px #0000000a}.order form{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.order input,.order select,.order textarea{padding:10px;border-radius:10px;border:1px solid #ddd;width:100%;font-family:inherit}.order button{grid-column:1/-1}.reviews{background:#fff;padding:20px;border-radius:20px;box-shadow:0 8px 10px #0000000a}.reviews-grid{display:grid;grid-template-columns:2fr 1fr;gap:16px;align-items:start}@media(max-width:900px){.reviews-grid{grid-template-columns:1fr}}.reviews input,.reviews textarea,.reviews button,.reviews .rating-label{font-family:Cairo,system-ui}.review-form-vertical{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:12px;align-items:start}.review-form-vertical input,.review-form-vertical textarea,.review-form-vertical button{font-family:Cairo,system-ui}.rating-small-label{font-size:13px;color:#666;font-family:Cairo}.star-picker{display:flex;align-items:center;gap:10px}.star{display:inline-block;font-size:28px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:transform .12s ease}.star:hover{transform:translateY(-2px) scale(1.05)}.star.off{color:#cfcfcf}.star.red1{color:#ff9900dc}.star.red2{color:#ffb74d}.star.orange1{color:#ffa600}.star.orange2{color:#ffb54d}.star.orange3{color:#ffa640}.rating-label{font-weight:800;color:#555;min-width:88px}.sort-bar{display:flex;gap:8px;align-items:center;margin:8px 0 4px;flex-wrap:wrap}.sort-bar .chip{padding:6px 10px;border-radius:12px;border:1px solid #e3d7ff;background:#faf7ff;color:#5b1ec0;cursor:pointer;font-weight:700}.sort-bar .chip.active{background:#fff9dd}.review-stars{display:inline-flex;gap:4px;vertical-align:middle}.reviews form{align-items:start}.summary{background:#faf7ff;border:1px solid #e9d8ff;border-radius:16px;padding:16px;text-align:center}.summary .avg-number{font-size:40px;font-weight:800;color:#7b2ff7;line-height:1}.summary .avg-stars{display:flex;justify-content:center;gap:6px;margin:8px 0}.review{border-top:1px solid #eee;padding-top:10px;margin-top:10px}.review-head{display:flex;align-items:center;gap:10px}.avatar{width:34px;height:34px;border-radius:50%;background:#ece7ff;color:#b08d57;display:flex;align-items:center;justify-content:center;font-weight:800}.sort-row{display:flex;align-items:center;gap:8px;margin:8px 0 4px;flex-wrap:wrap}.sort-select{padding:8px 10px;border-radius:6px;border:1px solid #c3b42f;background:#faf7ff;color:#b57745;font-weight:700;font-family:Cairo,system-ui}.stars{color:gold}.carousel{position:relative;overflow:hidden;border-radius:0;box-shadow:0 8px 20px #0000001f}.carousel img{width:100%;height:300px;-o-object-fit:cover;object-fit:cover;border-radius:0;transition:opacity .6s ease}.hero-cta{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:10px;pointer-events:none}.hero-cta .btn{pointer-events:auto;font-family:Cairo,system-ui;padding:10px 14px;border-radius:12px;border:0;font-weight:800;background:linear-gradient(90deg,var(--violet,#b08d57),var(--violet2,#d5af77),var(--violet,#dbb986));background-size:200% 100%;animation:gradientFlow 2.2s linear infinite;color:#fff;box-shadow:0 6px 16px #7b2ff740}@keyframes gradientFlow{0%{background-position:0% 50%}to{background-position:100% 50%}}.dots{position:absolute;cursor:pointer;bottom:20px;left:500px;border-radius:50%;display:flex;gap:3px}.dots .dot{border:0;background:#fff;transition:all .3s ease}.dots .dot.active{background:#cf8229c8}.toast{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.toast .box{background:#fff;padding:20px 24px;border-radius:16px;box-shadow:0 10px 30px #00000026;border:2px solid #eee;font-weight:800}.skeleton{background:linear-gradient(90deg,#eee,#f7f7f7,#eee);background-size:200% 100%;animation:shimmer 1.2s infinite}@media(max-width:900px){.hero,.order form{grid-template-columns:1fr}}.app-footer{background:var(--footer-bg);color:var(--footer-color);margin-top:40px;padding:0;border-top:1px solid var(--line)}.app-footer .wrap{max-width:1440px;margin:0 auto;padding:0 32px;box-sizing:border-box}.footer-main{padding:28px 0;display:grid;grid-template-columns:1.2fr 1fr 1fr 1.2fr;gap:24px}@media(max-width:900px){.footer-main{grid-template-columns:1fr;padding:20px 0;gap:14px}.foot-col{border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:8px}.foot-col-toggle{display:flex;align-items:center;justify-content:space-between;padding:7px 0;font-size:14px}.foot-col-toggle:after{content:"+";font-size:20px;line-height:1}.foot-col-toggle.open:after{content:"−"}.foot-col-body{display:none;padding-top:4px}.foot-col-body h4{display:none}.foot-col-body.open{display:block}.foot-col h4{font-size:14px;margin-bottom:8px}.foot-col .links{gap:6px}.foot-col .links a{font-size:13px}.contact-row{margin-bottom:8px}.contact-ico{width:16px;height:16px}.contact-title{font-size:13px}.contact-body{margin-inline-start:24px;font-size:12px}.muted{font-size:12px;margin:6px 0 10px}.social a{width:30px;height:30px}.subscribe input{height:36px;font-size:12px}.subscribe button{width:42px;height:36px}.white-btn{padding:9px 12px;font-size:13px}.footer-bottom{padding:10px 0;font-size:12px}}.foot-col h4{margin:0 0 10px;font-size:16px}.foot-col-toggle{display:none;width:100%;border:0;background:transparent;color:#fff;font:inherit;font-weight:800;font-size:15px;text-align:start;padding:0;cursor:pointer}.foot-col-body{display:block}.foot-col .links{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.foot-col .links a{display:inline-flex;align-items:center;justify-content:flex-start;background:transparent;color:#eaeaea;border-radius:0;padding:0;font-weight:600;text-decoration:none;text-align:left;border:0;transition:color .25s ease}.foot-col .links a.customer-service-link{gap:8px}.app-footer.footer-ar .foot-col .links{align-items:flex-end!important;flex-direction:column!important;text-align:right}.app-footer.footer-ar .foot-col .links a{justify-content:flex-end;text-align:right;display:block;padding:3px 0}.app-footer.footer-ar .foot-col .links>div{display:block;width:100%;text-align:right}.app-footer.footer-en .foot-col .links{align-items:flex-start}.app-footer.footer-en .foot-col .links a{justify-content:flex-start;text-align:left}html[dir=rtl] .foot-col .links{align-items:flex-end}html[dir=rtl] .foot-col .links a{justify-content:flex-end;text-align:right}html[dir=ltr] .foot-col .links{align-items:flex-start}html[dir=ltr] .foot-col .links a{justify-content:flex-start;text-align:left}.foot-col .links a:hover{background:transparent;color:#d6b071;transform:none;box-shadow:none}.contact-row{margin-bottom:10px}.contact-head{display:flex;align-items:center;gap:8px}.contact-ico{width:18px;height:18px;-o-object-fit:contain;object-fit:contain}.contact-title{font-weight:800;color:#f0f0f0}.contact-body{margin-inline-start:26px;color:#cfcfcf}.muted{color:var(--muted);margin:8px 0 14px}.social{display:flex;gap:10px}.social a{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:#1a1b20;color:#fff;border:1px solid #262a35;transition:transform .15s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.social a:hover{background:var(--brand);color:#fff;transform:translateY(-1px);box-shadow:0 6px 16px #b08d5747}.subscribe{display:flex;align-items:center;gap:8px}.subscribe input{flex:1;height:40px;border-radius:6px;border:1px solid #d3b282;background:#fff;color:#000;padding:0 10px;font-family:inherit}.subscribe button{width:47px;height:40px;border:0;cursor:pointer;border-radius:5px;background:#1a1b20;color:#fff;border:1px solid #262a35;transition:transform .15s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.subscribe button:hover{background:var(--brand);color:#fff;transform:translateY(-1px);box-shadow:0 6px 16px #b08d5747}.report{display:flex;flex-direction:column;gap:8px;margin-top:8px}.report input,.report textarea{background:#fcfdff;color:#000;border:0px solid #d3b282;border-radius:3px;padding:10px;font-family:inherit}.white-btn{background:#fff;color:#111;border:0;padding:10px 14px;cursor:pointer;font-family:inherit;font-weight:600;transition:transform .15s ease,box-shadow .2s ease,background .2s ease,color .2s ease;display:grid;place-items:center;border-radius:10px;background:#1a1b20;color:#fff;border:1px solid #262a35}.white-btn:hover{transform:translateY(-1px);background:var(--brand);color:#fff;box-shadow:0 8px 18px #b08d574d}.toast.small{margin-top:8px;color:#2e7d32;font-size:13px}.footer-bottom{background:#00000026;border-top:1px solid rgba(255,255,255,.08);padding:12px 0;font-size:14px;color:var(--footer-color);margin:0}[data-theme=dark] .footer-bottom{background:#0000004d;border-top-color:#ffffff0f}.footer-bottom .wrap{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:14px 0}.footer-controls{display:flex;align-items:center;gap:10px}.footer-theme-btn{display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:var(--footer-color);border-radius:8px;width:34px;height:34px;cursor:pointer;transition:all .2s}.footer-theme-btn:hover{background:#fff3}[data-theme=dark] .footer-theme-btn{background:#ffffff14;border-color:#ffffff1f;color:#fbbf24}[data-theme=dark] .footer-theme-btn:hover{background:#fbbf2426}.app-footer .app-container{padding-left:32px;padding-right:32px}body{margin:0}.bottom-wrap{min-height:54px;display:flex;align-items:center;justify-content:space-between;color:var(--muted)}help-body{font-family:Arial,Helvetica,sans-serif;background:#f7f4ef;margin:0;padding:20px}.help-wrap{max-width:640px;margin:0 auto}.help-card{background:#fff;border-radius:16px;box-shadow:0 8px 24px #0000000f;padding:20px;border:1px solid #e9e3da}help-label{font-weight:800;color:#444;display:block;margin:8px 0 4px}help-input,textarea{width:100%;padding:10px;border:1px solid #e9e3da;border-radius:10px;background:#fff;color:#1a1a1a}help-button{background:linear-gradient(135deg,var(--brand),#d3b282);color:#fff;border:0;border-radius:10px;padding:12px 16px;font-weight:800;cursor:pointer;box-shadow:0 6px 16px #b08d5740;transition:transform .15s ease,box-shadow .2s ease}help-button:hover{transform:translateY(-1px);box-shadow:0 10px 24px #b08d574d}.help-ok{color:#1e7e34;margin-top:8px}[data-theme=dark] .nav a{color:#e2e8f0}[data-theme=dark] .nav a:hover{color:var(--brand)}[data-theme=dark] .nav-a{color:#e2e8f0}[data-theme=dark] .nav-a:hover{background:#ffffff14;color:var(--brand)}[data-theme=dark] .sub-header-wrap{background:var(--header-bg);border-top-color:var(--header-border)}[data-theme=dark] .sub-header-wrap.show-on-top{background:var(--header-bg)}[data-theme=dark] .sub-header-location strong{color:#e2e8f0}[data-theme=dark] .sub-header-search input{background:var(--input-bg);border-color:var(--input-border);color:var(--input-color)}[data-theme=dark] .sub-header-search input::-moz-placeholder{color:#94a3b8}[data-theme=dark] .sub-header-search input::placeholder{color:#94a3b8}[data-theme=dark] .main-content-wrapper,[data-theme=dark] main,[data-theme=dark] section{color:var(--body-color)}[data-theme=dark] a{color:var(--link-color)}[data-theme=dark] .product-card,[data-theme=dark] .brand-card,[data-theme=dark] .category-card,[data-theme=dark] .feature-card,[data-theme=dark] [class*=card i]{background:var(--card-bg);border-color:var(--card-border);color:var(--body-color);box-shadow:var(--shadow)}[data-theme=dark] .page-content,[data-theme=dark] .static-page,[data-theme=dark] .info-page{background:var(--card-bg);color:var(--body-color)}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6{color:var(--heading-color)}[data-theme=dark] input:not([type=submit]):not([type=button]):not(.nav-search-input),[data-theme=dark] textarea,[data-theme=dark] select{background:var(--input-bg);border-color:var(--input-border);color:var(--input-color)}[data-theme=dark] .muted,[data-theme=dark] [class*=muted],[data-theme=dark] .text-light{color:var(--text-muted)}[data-theme=dark] .filter-panel,[data-theme=dark] .filter-card{background:var(--card-bg);border-color:var(--card-border)}.help-err{color:#c00;margin-top:8px}.market-page{--brand-accent: #d4af37;--brand-accent-soft: rgba(212, 175, 55, .18);--brand-bg: #0f1219;--brand-surface: #171b24;--brand-surface-2: #1f2531;--brand-border: #2b3342;--brand-text-muted: #90a0b8;font-family:Cairo,sans-serif;background:linear-gradient(180deg,#f7f8fa,#eef2f7);color:#111827;min-height:100vh;padding-bottom:92px}.market-header{position:sticky;top:0;z-index:20;background:linear-gradient(180deg,#fff,#ffffffe6);-webkit-backdrop-filter:saturate(1.05) blur(6px);backdrop-filter:saturate(1.05) blur(6px);border-bottom:1px solid #e9e3da;display:flex;align-items:center;justify-content:space-between;padding:10px 5%;gap:12px}.market-logo{height:40px;border:1px solid rgba(0,0,0,.12);border-radius:10px;background:#fff;padding:0 12px;font-size:18px;font-weight:800;color:var(--brand-accent);display:inline-flex;align-items:center;gap:10px}.market-header .store-location-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(0,0,0,.12);border-radius:10px;background:#fff;box-shadow:none;padding:5px 8px;max-width:min(56vw,420px)}.market-header .store-location-icon{color:var(--brand-accent);font-size:14px}.market-header .store-location-text-btn{border:0;background:transparent;color:#334155;font-family:Cairo,sans-serif;font-weight:800;font-size:13px;display:inline-flex;align-items:center;gap:4px;cursor:pointer;padding:0;min-width:0}.market-header .store-location-text-btn strong{color:#111827}.market-header .store-location-text-btn:hover strong{color:var(--brand-accent);text-decoration:underline}.market-header .store-location-text-btn:disabled{opacity:.7;cursor:not-allowed}.market-header .store-location-refresh-btn{height:28px;min-width:28px;border:1px solid rgba(0,0,0,.12);border-radius:999px;background:#fff;color:#334155;box-shadow:none;padding:0 8px}.market-header .store-location-refresh-btn:hover{border-color:#b08d57a6;color:var(--brand-accent);transform:none}.market-cart-btn{border:1px solid rgba(0,0,0,.12);background:#fff;width:42px;height:42px;border-radius:10px;box-shadow:none;position:relative;cursor:pointer}.market-lang-btn{border:1px solid rgba(0,0,0,.12);background:#fff;color:#111827;border-radius:10px;padding:8px 12px;font-family:inherit;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.market-switcher{display:inline-flex;padding:4px;border-radius:999px;background:#f8fafc;border:1px solid rgba(0,0,0,.12)}.market-switcher button{border:0;background:transparent;color:#64748b;font-family:inherit;font-weight:800;width:40px;height:40px;padding:0;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.market-switcher button.active{background:#fff;color:#111827;box-shadow:0 0 0 1px #e2e8f0}.market-switcher button i{color:currentColor}.market-cart-btn span{position:absolute;top:-4px;right:-3px;width:18px;height:18px;border-radius:50%;background:#ef4444;color:#fff;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center}.market-section{max-width:1300px;margin:0 auto;padding:28px 5%}.market-section-header h2{font-size:24px;font-weight:900;margin-bottom:16px;display:inline-flex;align-items:center;gap:8px}.market-scroll-row{display:flex;gap:16px;overflow-x:auto;padding-bottom:12px}.market-product-card{min-width:250px;max-width:250px;background:linear-gradient(180deg,#fff,#f7f9fc);border-radius:20px;padding:14px;box-shadow:0 10px 26px #0f172a12;border:1px solid #e4eaf1;display:flex;flex-direction:column;gap:8px}.market-product-image-wrap{height:148px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:linear-gradient(180deg,#f8fbff,#eef4fb);border:1px solid #e1e8f2}.market-product-image-wrap img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.market-product-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.market-product-title{margin:0;font-size:15px;font-weight:900;line-height:1.35;color:#0f172a;min-height:40px}.market-product-weight{color:#6b7280;font-size:12px}.market-product-rating{font-size:13px;color:#d97706;font-weight:700;display:inline-flex;align-items:center;gap:4px;border:1px solid #f6d18d;background:#fff7e6;border-radius:999px;padding:4px 8px;white-space:nowrap}.market-product-desc{margin:0;color:#475569;font-size:12.5px;line-height:1.6;min-height:50px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.market-product-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:8px}.market-price{font-size:18px;font-weight:900;color:#0f172a}.market-price span{font-size:11px}.market-stepper{display:inline-flex;align-items:center;gap:6px}.market-stepper button{border:1px solid #d7e0ea;background:#fff;color:#1f2937;width:30px;height:30px;border-radius:10px;cursor:pointer}.market-stepper.active span{font-weight:800;min-width:18px;text-align:center}.market-card-actions{display:inline-flex;align-items:center;gap:6px}.market-add-to-cart-btn{border:1px solid rgba(212,175,55,.65);background:linear-gradient(180deg,#f8e7b5,#ebcf85);color:#5f4608;border-radius:11px;height:34px;padding:0 10px;font-family:inherit;font-size:11px;font-weight:900;letter-spacing:.03em;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.market-icon-btn{width:34px;height:34px;border-radius:10px;border:1px solid #d7e0ea;background:#fff;color:#334155;cursor:pointer}.store-rate-toast{position:fixed;bottom:104px;left:50%;transform:translate(-50%);width:min(640px,calc(100% - 24px));background:#fff;border:1px solid #dbe5f0;border-radius:14px;box-shadow:0 14px 34px #0f172a33;padding:14px;z-index:70}.store-rate-close{position:absolute;top:10px;right:10px;width:30px;height:30px;border:1px solid #d4dde8;border-radius:999px;background:#fff;color:#334155}.store-rate-toast h4{margin:0 0 4px;font-size:15px;color:#0f172a}.store-rate-toast p{margin:0;color:#475569;font-size:12.5px}.store-rate-actions button{border:1px solid #d8e2ee;border-radius:10px;background:#f8fbff;color:#0f172a;font-family:inherit;font-weight:800;font-size:12px;min-height:40px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px}.store-bottom-nav{position:fixed;left:50%;bottom:12px;transform:translate(-50%);width:min(560px,calc(100% - 20px));background:#fffffff5;border:1px solid #dde5ee;border-radius:16px;box-shadow:0 10px 28px #0f172a26;z-index:65;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:6px;gap:6px}.store-bottom-nav button{border:0;background:transparent;color:#475569;border-radius:12px;min-height:48px;font-family:inherit;font-size:12px;font-weight:800;display:grid;justify-items:center;align-content:center;gap:4px;cursor:pointer}.store-bottom-nav button.active{background:#f1f5f9;color:#0f172a}.market-icon-btn.active{border-color:#ef444473;color:#ef4444;background:#ef444414}.market-icon-btn-cart{border-color:#d4af378c;background:var(--brand-accent-soft);color:#7a5a0c}.market-kit-card{min-width:300px;max-width:300px;background:#fff;border-radius:20px;overflow:hidden;border:1px solid #edf1f5;box-shadow:0 6px 24px #0000000f}.market-kit-card img{width:100%;height:160px;-o-object-fit:cover;object-fit:cover}.market-kit-body{padding:16px}.market-kit-body h3{margin:6px 0;font-size:16px;font-weight:800}.market-kit-body p{font-size:13px;color:#6b7280;line-height:1.6}.market-kit-footer{margin-top:10px;display:flex;justify-content:space-between;align-items:center}.market-kit-footer button{border:0;background:#111827;color:#fff;border-radius:999px;padding:8px 14px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.market-muted{color:#6b7280}.market-cart-overlay{position:fixed;inset:0;background:#0006;opacity:0;pointer-events:none;transition:.25s ease;z-index:49}.market-cart-drawer{position:fixed;top:0;right:-420px;width:400px;max-width:100vw;height:100vh;background:#fff;z-index:50;display:flex;flex-direction:column;transition:right .3s ease;box-shadow:-10px 0 35px #00000024}.market-page.cart-open .market-cart-overlay{opacity:1;pointer-events:auto}.market-page.cart-open .market-cart-drawer{right:0}.market-cart-head{padding:18px;border-bottom:1px solid #edf1f5;display:flex;justify-content:space-between;align-items:center}.market-cart-head button{border:0;background:transparent;cursor:pointer}.market-cart-body{flex:1;overflow:auto;padding:16px}.market-cart-item{display:grid;grid-template-columns:64px 1fr;gap:10px;border:1px solid #edf1f5;border-radius:12px;padding:8px;margin-bottom:10px}.market-cart-item img{width:64px;height:64px;border-radius:10px;-o-object-fit:cover;object-fit:cover}.market-cart-item strong,.market-cart-item small{display:block}.market-cart-item small{color:#6b7280;font-size:11px}.market-cart-item-row{margin-top:6px;display:flex;justify-content:space-between;align-items:center}.market-mini-stepper{display:inline-flex;gap:6px;align-items:center}.market-mini-stepper button{border:0;width:22px;height:22px;border-radius:6px;background:#eef7f1;color:#0a7a43}.market-checkout-form{display:grid;gap:8px;margin-top:12px}.market-checkout-form input,.market-checkout-form textarea{border:1px solid #e5e7eb;border-radius:10px;padding:10px;font-family:inherit}.field-error{color:#b91c1c;font-size:11px;font-weight:700;margin-top:-4px}.market-cart-footer{border-top:1px solid #edf1f5;padding:14px}.market-checkout-btn{width:100%;border:0;background:#0f172a;color:#fff;border-radius:12px;padding:14px;font-weight:800;display:flex;justify-content:space-between;cursor:pointer}.market-checkout-btn span{display:inline-flex;align-items:center;gap:6px}.market-checkout-btn:disabled{opacity:.6}.market-feedback{margin-top:8px;color:#0f766e;font-size:13px;font-weight:700}.market-whatsapp-link{margin-top:8px;display:inline-flex;text-decoration:none;background:#16a34a;color:#fff;font-weight:800;border-radius:10px;padding:10px 12px;align-items:center;gap:6px}@media(max-width:760px){.market-section{padding:22px 4%}.market-header{flex-wrap:wrap}.market-switcher{order:3;width:100%;justify-content:center}.market-header .store-location-chip{order:4;width:100%;max-width:100%;justify-content:center}.store-rate-actions{grid-template-columns:1fr}}.smart-address-overlay{position:fixed;inset:0;z-index:96;background:#02061799;display:grid;place-items:center;padding:12px}.smart-address-modal{width:min(560px,100%);border-radius:14px;padding:16px;position:relative}.smart-address-modal.market{border:1px solid #dbe5f0;background:linear-gradient(180deg,#fff,#f7faff);box-shadow:0 18px 44px #0f172a38}.smart-address-modal.coffee{border:1px solid #35445e;background:linear-gradient(180deg,#182234,#121a29);box-shadow:0 18px 48px #00000073}.smart-address-close{position:absolute;top:10px;right:10px;width:30px;height:30px;border-radius:999px;cursor:pointer}.smart-address-modal.market .smart-address-close{border:1px solid #d4dde8;background:#fff;color:#334155}.smart-address-modal.coffee .smart-address-close{border:1px solid #405170;background:#1c2a3f;color:#e5e7eb}.smart-address-modal h3{margin:0;font-size:1.05rem}.smart-address-modal.market h3{color:#0f172a}.smart-address-modal.coffee h3{color:#f8fafc}.smart-address-modal p{margin:8px 0 0;font-size:.87rem;line-height:1.6}.smart-address-modal.market p{color:#475569}.smart-address-modal.coffee p{color:#9fb0c8}.smart-address-detected-row{margin-top:12px}.smart-address-detected-chip{display:flex;align-items:center;justify-content:space-between;gap:8px;border-radius:10px;padding:8px}.smart-address-modal.market .smart-address-detected-chip{border:1px solid #c8d7ea;background:#f4f9ff;color:#1e293b}.smart-address-modal.coffee .smart-address-detected-chip{border:1px solid #3a4a65;background:#0f1727;color:#dbe7f5}.smart-address-detected-chip span{font-size:12px}.smart-address-detected-chip button,.smart-address-precision-btn{border:0;border-radius:9px;font-family:inherit;font-weight:900;cursor:pointer}.smart-address-detected-chip button{padding:8px 10px}.smart-address-precision-btn{padding:10px 12px}.smart-address-modal.market .smart-address-detected-chip button,.smart-address-modal.market .smart-address-precision-btn{background:#0f172a;color:#fff}.smart-address-modal.coffee .smart-address-detected-chip button,.smart-address-modal.coffee .smart-address-precision-btn{background:#d4af37;color:#121212}.smart-address-fields{margin-top:10px;display:grid;gap:8px}.smart-address-fields input,.smart-address-fields select{border-radius:10px;padding:10px;font-family:inherit}.smart-address-modal.market .smart-address-fields input,.smart-address-modal.market .smart-address-fields select{border:1px solid #dbe5f0;background:#fff;color:#0f172a}.smart-address-modal.coffee .smart-address-fields input,.smart-address-modal.coffee .smart-address-fields select{border:1px solid #3a4a65;background:#0f1727;color:#fff}.smart-address-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.smart-address-actions{margin-top:12px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.smart-address-actions button{border:0;border-radius:10px;padding:10px;font-family:inherit;font-weight:900;cursor:pointer}.smart-address-actions button.secondary{border:1px solid}.smart-address-modal.market .smart-address-actions button.secondary{border-color:#cbd5e1;background:#f8fafc;color:#0f172a}.smart-address-modal.market .smart-address-actions button:not(.secondary){background:#0f172a;color:#fff}.smart-address-modal.coffee .smart-address-actions button.secondary{border-color:#3c4d69;background:#243246;color:#e2e8f0}.smart-address-modal.coffee .smart-address-actions button:not(.secondary){background:#d4af37;color:#121212}@media(max-width:760px){.smart-address-detected-chip{display:grid;grid-template-columns:1fr}.smart-address-row,.smart-address-actions{grid-template-columns:1fr}}.coffee-page{--brand-accent: #d4af37;--brand-accent-soft: rgba(212, 175, 55, .18);--brand-bg: #0f1219;--brand-surface: #171b24;--brand-surface-2: #1f2531;--brand-border: #2b3342;--brand-text-muted: #9ca9bf;font-family:Cairo,sans-serif;min-height:100vh;background:radial-gradient(circle at 28% 0%,#2d2416,#171b24 48%,#0f1219);color:#fff;padding-bottom:92px}.coffee-page[dir=rtl]{direction:rtl}.coffee-page[dir=ltr]{direction:ltr}.coffee-page i{color:#fff}.coffee-switcher button i,.coffee-view-toggle button i,.coffee-cart-btn i,.coffee-grid-card-actions i,.coffee-icon-btn i,.coffee-add-btn i,.coffee-sugar-nav i,.coffee-mini-stepper i,.coffee-qty i{color:#fff!important}.coffee-header{position:sticky;top:0;z-index:20;background:#121212eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #2a2a2a;display:flex;align-items:center;justify-content:space-between;padding:10px 5%;gap:12px}.coffee-header i{color:inherit!important}.coffee-logo{height:40px;border:1px solid var(--brand-border);border-radius:10px;background:var(--brand-surface);padding:0 12px;font-size:18px;font-weight:800;color:var(--brand-accent);display:inline-flex;align-items:center;gap:10px}.coffee-header .store-location-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--brand-border);border-radius:10px;background:var(--brand-surface);box-shadow:none;padding:5px 8px;max-width:min(56vw,430px)}.coffee-header .store-location-icon{color:var(--brand-accent);font-size:14px}.coffee-header .store-location-text-btn{border:0;background:transparent;color:#e2e8f0;font-family:Cairo,sans-serif;font-weight:800;font-size:13px;display:inline-flex;align-items:center;gap:4px;cursor:pointer;padding:0;min-width:0}.coffee-header .store-location-text-btn strong{color:#fff}.coffee-header .store-location-text-btn:hover strong{color:var(--brand-accent);text-decoration:underline}.coffee-header .store-location-text-btn:disabled{opacity:.7;cursor:not-allowed}.coffee-header .store-location-refresh-btn{height:28px;min-width:28px;border:1px solid var(--brand-border);border-radius:999px;background:var(--brand-surface-2);color:#e2e8f0;box-shadow:none;padding:0 8px}.coffee-header .store-location-refresh-btn:hover{border-color:#b08d57a6;color:var(--brand-accent);transform:none}.coffee-lang-btn{border:1px solid var(--brand-border);background:var(--brand-surface);color:var(--brand-accent);border-radius:10px;padding:8px 12px;font-family:inherit;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.coffee-usual-btn{border:1px solid var(--brand-border);background:linear-gradient(180deg,#d4af3733,#d4af3714);color:#f7e7b5;border-radius:10px;padding:8px 12px;font-family:inherit;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.coffee-usual-btn i{color:inherit!important}.coffee-switcher{display:inline-flex;padding:4px;border-radius:999px;background:var(--brand-surface);border:1px solid var(--brand-border)}.coffee-switcher button{border:0;background:transparent;color:#9ca3af;font-family:inherit;font-weight:800;width:40px;height:40px;padding:0;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.coffee-switcher button.active{background:var(--brand-accent);color:#121212}.coffee-view-toggle{display:inline-flex;padding:4px;border-radius:999px;background:var(--brand-surface);border:1px solid var(--brand-border)}.coffee-view-toggle button{border:0;background:transparent;color:#9ca3af;font-family:inherit;font-weight:800;width:40px;height:40px;padding:0;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.coffee-view-toggle button.active{background:var(--brand-accent);color:#121212}.coffee-cart-btn{border:1px solid var(--brand-border);background:var(--brand-surface);color:#fff;width:42px;height:42px;border-radius:50%;position:relative}.coffee-header .coffee-cart-btn i{color:#fff!important}.coffee-cart-btn span{position:absolute;top:-4px;right:-3px;width:18px;height:18px;border-radius:50%;background:#ef4444;color:#fff;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center}.coffee-usual-overlay{position:fixed;inset:0;z-index:95;background:#020617b8;display:grid;place-items:center;padding:12px}.coffee-usual-modal{width:min(560px,100%);border-radius:14px;border:1px solid #35445e;background:linear-gradient(180deg,#182234,#121a29);box-shadow:0 18px 48px #00000073;padding:16px;position:relative}.coffee-usual-close{position:absolute;top:10px;right:10px;width:30px;height:30px;border-radius:999px;border:1px solid #405170;background:#1c2a3f;color:#e5e7eb}.coffee-usual-modal h3{margin:0;font-size:1.05rem;color:#f8fafc}.coffee-usual-modal p{margin:8px 0 0;color:#9fb0c8;font-size:.87rem;line-height:1.6}.coffee-usual-input-row{margin-top:12px;display:grid;grid-template-columns:1fr auto;gap:8px}.coffee-usual-input-row input{border:1px solid #3a4a65;background:#0f1727;color:#fff;border-radius:10px;padding:10px;font-family:inherit}.coffee-usual-input-row button{border:0;border-radius:10px;background:#d4af37;color:#111827;font-weight:900;padding:0 14px;font-family:inherit}.coffee-usual-code-pill{margin-top:10px;display:inline-flex;align-items:center;gap:6px;border:1px solid #405170;background:#d4af3724;color:#f3e6bb;padding:4px 10px;border-radius:999px;font-size:12px}.coffee-usual-error{margin-top:10px;border:1px solid rgba(248,113,113,.3);background:#7f1d1d40;color:#fecaca;border-radius:10px;padding:8px 10px;font-size:12px}.coffee-usual-result{margin-top:12px;border:1px solid #3b4a63;background:#152133;border-radius:12px;padding:10px}.coffee-usual-result-head{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#f8fafc;font-size:13px}.coffee-usual-result ul{margin:10px 0 0;padding:0;list-style:none;display:grid;gap:6px}.coffee-usual-result li{display:flex;align-items:center;justify-content:space-between;color:#cfd8e6;border:1px solid #2e3e57;border-radius:9px;padding:6px 8px;font-size:12.5px}.coffee-usual-actions{margin-top:10px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.coffee-usual-actions button{border:0;border-radius:10px;padding:10px;font-family:inherit;font-weight:900;cursor:pointer;background:#d4af37;color:#111827}.coffee-usual-actions button.secondary{background:#243246;color:#e2e8f0;border:1px solid #3c4d69}.coffee-hero{max-width:1280px;margin:0 auto;height:520px;padding:14px 5%;overflow:hidden}.coffee-stage{height:100%}.coffee-grid-view{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.coffee-grid-card{border:1px solid var(--brand-border);background:linear-gradient(180deg,#191e28f5,#12161eeb);border-radius:18px;padding:12px;text-align:start;color:#e5e7eb;display:flex;flex-direction:column;gap:8px}.coffee-grid-card-main{border:0;background:transparent;color:inherit;text-align:inherit;padding:0;display:grid;gap:8px;cursor:pointer}.coffee-grid-card img{width:100%;height:128px;-o-object-fit:contain;object-fit:contain;border-radius:12px;background:linear-gradient(180deg,#2b3444,#1f2734)}.coffee-grid-card h3{margin:0;font-size:15px;font-weight:900;color:#fff}.coffee-grid-card p{margin:0;font-size:12px;color:var(--brand-text-muted);line-height:1.5;min-height:54px}.coffee-prep-badge{width:-moz-fit-content;width:fit-content;max-width:100%;border:1px solid rgba(56,189,248,.44);background:linear-gradient(180deg,#38bdf83d,#0e74903d);color:#d9f7ff;border-radius:8px;padding:4px 8px;font-size:11px;font-weight:900;letter-spacing:.03em}.coffee-grid-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.coffee-grid-rating{display:inline-flex;align-items:center;gap:4px;border:1px solid rgba(245,158,11,.35);background:#f59e0b1f;color:#fbbf24;border-radius:999px;padding:3px 8px;font-size:12px;font-weight:800;white-space:nowrap}.coffee-grid-desc{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:4px}.coffee-grid-rating i{color:#fbbf24!important}.coffee-add-to-cart-btn i{color:#f7e7b5!important}.coffee-grid-card strong{color:var(--brand-accent);font-size:14px;font-weight:900}.coffee-grid-card-foot{display:flex;align-items:center;justify-content:space-between;gap:8px}.coffee-grid-card-actions{display:inline-flex;gap:6px}.coffee-add-to-cart-btn{border:1px solid rgba(212,175,55,.45);background:linear-gradient(180deg,#d4af3742,#bd921a42);color:#f7e7b5;border-radius:10px;height:34px;padding:0 10px;font-family:inherit;font-size:11px;font-weight:900;letter-spacing:.03em;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.coffee-icon-btn{width:34px;height:34px;border-radius:10px;border:1px solid var(--brand-border);background:var(--brand-surface-2);color:#e5e7eb;cursor:pointer}.store-rate-toast{position:fixed;bottom:104px;left:50%;transform:translate(-50%);width:min(640px,calc(100% - 24px));background:#131926;border:1px solid #2e3a4f;border-radius:14px;box-shadow:0 14px 34px #0206178c;padding:14px;z-index:70}.store-rate-close{position:absolute;top:10px;right:10px;width:30px;height:30px;border:1px solid #38475f;border-radius:999px;background:#1a2434;color:#d7e0ed}.store-rate-toast h4{margin:0 0 4px;font-size:15px;color:#eef2f8}.store-rate-toast p{margin:0;color:#9fb0c8;font-size:12.5px}.store-rate-actions{margin-top:10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.store-rate-actions button{border:1px solid #3b4a63;border-radius:10px;background:#1e2a3e;color:#eef2f8;font-family:inherit;font-weight:800;font-size:12px;min-height:40px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px}.store-bottom-nav{position:fixed;left:50%;bottom:12px;transform:translate(-50%);width:min(560px,calc(100% - 20px));background:#111827f5;border:1px solid #334155;border-radius:16px;box-shadow:0 12px 26px #00000057;z-index:65;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:6px;gap:6px}.store-bottom-nav button{border:0;background:transparent;color:#a6b3c7;border-radius:12px;min-height:48px;font-family:inherit;font-size:12px;font-weight:800;display:grid;justify-items:center;align-content:center;gap:4px;cursor:pointer}.store-bottom-nav button i{font-size:14px}.store-bottom-nav button.active{background:#d4af3729;color:#f5e6b3}.coffee-icon-btn.active{border-color:#ef44448c;color:#ef4444;background:#ef44441f}.coffee-icon-btn-cart{border-color:#d4af3773;color:var(--brand-accent);background:var(--brand-accent-soft)}.coffee-grid-card.active{border-color:var(--brand-accent);box-shadow:0 0 0 1px #d4af3766,0 12px 28px #00000038}.coffee-visual-row{height:100%;display:grid;grid-template-columns:1fr;gap:18px;align-items:center}.coffee-price{font-size:26px;font-weight:900;color:var(--brand-accent)}.coffee-image-side{position:relative;min-height:430px;display:grid;grid-template-columns:minmax(220px,300px) minmax(300px,420px) minmax(220px,300px);grid-template-areas:"sugar product ." ". meta .";align-items:center;justify-content:center;-moz-column-gap:20px;column-gap:20px;justify-items:center}.coffee-page[dir=rtl] .coffee-image-side{direction:rtl}.coffee-page[dir=ltr] .coffee-image-side{direction:ltr}.coffee-image-side.sugar-right{grid-template-columns:minmax(220px,300px) minmax(300px,420px) minmax(220px,300px)}.coffee-3d-list{grid-area:product;justify-self:center;position:relative;height:340px;width:100%;max-width:420px;display:flex;align-items:center;justify-content:center;perspective:1200px}.coffee-3d-item{position:absolute;border:0;background:transparent;padding:0;cursor:pointer;width:280px;transition:all .45s cubic-bezier(.2,.8,.2,1)}.coffee-3d-item img{width:100%;max-height:350px;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 30px 24px rgba(0,0,0,.58))}.coffee-3d-item.active{transform:translateZ(0) scale(1.16);opacity:1;z-index:5}.coffee-3d-item.prev{transform:translate3d(44%,0,-120px) rotateY(-22deg) scale(.78);opacity:.44;z-index:3}.coffee-3d-item.next{transform:translate3d(-44%,0,-120px) rotateY(22deg) scale(.78);opacity:.44;z-index:3}.coffee-3d-item.hidden{transform:translateZ(-260px) scale(.72);opacity:0;pointer-events:none;z-index:1}.coffee-sugar-wheel{grid-area:sugar;position:relative;width:290px;height:380px;justify-self:start;display:grid;grid-template-rows:auto 1fr auto auto;align-items:center;justify-items:start}.coffee-sugar-nav{border:0;background:transparent;color:#fff;width:40px;height:34px;border-radius:10px;cursor:pointer}.coffee-sugar-nav-hint{font-size:11px;color:#9ba3af;margin-top:6px}.coffee-sugar-list{position:relative;width:300px;height:340px}.coffee-sugar-item{position:absolute;right:0;width:auto;border:0;background:transparent;color:#cfd5df6b;font-weight:800;font-family:inherit;cursor:pointer;transition:transform .22s ease,color .22s ease,opacity .22s ease;border-radius:0;padding:4px 0;display:grid;gap:2px;text-align:right;transform:translateY(-50%);opacity:.42}.coffee-page[dir=ltr] .coffee-sugar-item{text-align:left}.coffee-page.lang-en .coffee-sugar-list{direction:rtl}.coffee-page.lang-en .coffee-sugar-item{text-align:right}.coffee-page.lang-en .coffee-image-side{grid-template-areas:". product sugar" ". meta ."}.coffee-page.lang-en .coffee-sugar-wheel{justify-self:end;justify-items:end}.coffee-sugar-item.pos-0{top:0%;right:138px}.coffee-sugar-item.pos-1{top:16%;right:100px}.coffee-sugar-item.pos-2{top:32%;right:58px}.coffee-sugar-item.pos-3{top:50%;right:0}.coffee-sugar-item.pos-4{top:68%;right:58px}.coffee-sugar-item.pos-5{top:84%;right:100px}.coffee-sugar-item.pos-6{top:100%;right:138px}.coffee-sugar-item strong{font-size:15px}.coffee-sugar-item small{font-size:11px;color:#8c95a36b;font-weight:600}.coffee-sugar-item.pos-2,.coffee-sugar-item.pos-4{color:#cfd5dfa3;opacity:.64}.coffee-sugar-item.pos-2 small,.coffee-sugar-item.pos-4 small{color:#8c95a39e}.coffee-sugar-item.pos-1,.coffee-sugar-item.pos-5{color:#cfd5df80;opacity:.5}.coffee-sugar-item.pos-0,.coffee-sugar-item.pos-6{color:#cfd5df57;opacity:.34}.coffee-sugar-item.active{color:#fff;position:relative;z-index:4;transform:translateY(-50%) translate(34px) scale(1.08);padding-right:18px;opacity:1;text-shadow:0 0 14px rgba(255,255,255,.3)}.coffee-sugar-item.active strong{color:#e3c778}.coffee-sugar-item.active small{color:#ebeef4e6}.coffee-sugar-item.active:before{content:"◀";position:absolute;right:4px;top:50%;transform:translateY(-50%);color:#fff;font-size:14px;line-height:1}.coffee-product-meta-under{grid-area:meta;justify-self:center;text-align:center;margin-top:4px;max-width:420px}.coffee-product-meta-under h1{margin:0;font-size:34px;font-weight:900;color:#fff}.coffee-product-meta-under p{margin:10px auto 0;max-width:430px;color:#c4c7cc;line-height:1.75;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:6px}.coffee-order-panel{max-width:1240px;margin:0 auto;padding:0 5% 30px}.coffee-size-row{display:flex;gap:10px;margin-bottom:12px;justify-content:center}.coffee-size-row button{border:1px solid #444;background:transparent;color:#c4c4c4;border-radius:999px;min-width:76px;padding:10px 14px;font-weight:800}.coffee-size-row button:disabled{opacity:.45;cursor:not-allowed}.coffee-size-row button.active{border-color:var(--brand-accent);color:var(--brand-accent);background:#d4af371f}.coffee-size-fixed{margin-bottom:12px;color:#d4af37;font-weight:800}.coffee-addons-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.coffee-addons-row>span{color:#d4af37;font-weight:800}.coffee-addons-list{display:flex;gap:14px;flex-wrap:wrap}.coffee-addons-list label{display:inline-flex;gap:6px;align-items:center;color:#d7dce4;font-size:14px}.coffee-inline-controls{display:grid;grid-template-columns:minmax(140px,1fr) minmax(140px,1fr) auto auto;gap:10px;align-items:center}.coffee-inline-controls input{border:1px solid #3d3d3d;background:#161616;color:#fff;border-radius:10px;padding:11px;font-family:inherit}.coffee-qty{display:inline-flex;align-items:center;border:1px solid #3a3a3a;border-radius:12px;overflow:hidden}.coffee-qty button{border:0;background:#1f1f1f;color:#d4af37;width:40px;height:42px}.coffee-qty span{width:34px;text-align:center;font-weight:800}.coffee-add-btn{border:0;border-radius:12px;background:var(--brand-accent);color:#121212;font-weight:900;padding:11px 14px;display:inline-flex;align-items:center;gap:8px}.coffee-muted{color:#9ca3af}.coffee-cart-overlay{position:fixed;inset:0;background:#00000080;opacity:0;pointer-events:none;transition:.25s ease;z-index:49}.coffee-cart-drawer{position:fixed;top:0;right:-420px;width:400px;max-width:100vw;height:100vh;background:#1e1e1e;border-left:1px solid #343434;z-index:50;display:flex;flex-direction:column;transition:right .3s ease}.coffee-page.cart-open .coffee-cart-overlay{opacity:1;pointer-events:auto}.coffee-page.cart-open .coffee-cart-drawer{right:0}.coffee-cart-head{padding:18px;border-bottom:1px solid #323232;display:flex;justify-content:space-between;align-items:center}.coffee-cart-head button{border:0;background:transparent;color:#fff}.coffee-cart-body{flex:1;overflow:auto;padding:16px}.coffee-cart-item{display:grid;grid-template-columns:64px 1fr;gap:10px;border:1px solid #333;border-radius:12px;padding:8px;margin-bottom:10px}.coffee-cart-item img{width:64px;height:64px;border-radius:10px;-o-object-fit:cover;object-fit:cover;background:#131313}.coffee-cart-item small{color:#a3a3a3;font-size:11px;display:block}.coffee-cart-item-row{margin-top:6px;display:flex;justify-content:space-between;align-items:center;gap:6px}.coffee-mini-stepper{display:inline-flex;gap:6px;align-items:center}.coffee-mini-stepper button{width:22px;height:22px;border:0;border-radius:6px;background:#282828;color:#d4af37}.coffee-edit-item{border:0;background:#2b2b2b;color:#e5e7eb;border-radius:8px;padding:4px 8px;font-family:inherit;display:inline-flex;align-items:center;gap:6px}.coffee-coupon-row{display:grid;grid-template-columns:1fr auto;gap:8px;margin:10px 0}.coffee-coupon-row input{border:1px solid #383838;background:#161616;color:#fff;border-radius:10px;padding:10px;font-family:inherit}.coffee-coupon-row button{border:0;border-radius:10px;background:#d4af37;color:#121212;font-weight:900;padding:0 12px;font-family:inherit;display:inline-flex;align-items:center;gap:6px}.coffee-coupon-ok{color:#86efac;font-size:12px;font-weight:700}.coffee-checkout-form{margin-top:12px;display:grid;gap:8px}.coffee-checkout-form input,.coffee-checkout-form select,.coffee-checkout-form textarea{border:1px solid #383838;background:#161616;color:#fff;border-radius:10px;padding:10px;font-family:inherit}.coffee-checkout-form select{appearance:none;-webkit-appearance:none;-moz-appearance:none}.coffee-checkout-form select option{background:#161616;color:#e5e7eb}.coffee-page[dir=rtl] .coffee-inline-controls input,.coffee-page[dir=rtl] .coffee-coupon-row input,.coffee-page[dir=rtl] .coffee-checkout-form input,.coffee-page[dir=rtl] .coffee-checkout-form select,.coffee-page[dir=rtl] .coffee-checkout-form textarea{text-align:right}.coffee-page[dir=ltr] .coffee-inline-controls input,.coffee-page[dir=ltr] .coffee-coupon-row input,.coffee-page[dir=ltr] .coffee-checkout-form input,.coffee-page[dir=ltr] .coffee-checkout-form select,.coffee-page[dir=ltr] .coffee-checkout-form textarea{text-align:left}.field-error{color:#fca5a5;font-size:11px;font-weight:700}.coffee-cart-footer{border-top:1px solid #323232;padding:14px}.coffee-totals{display:grid;gap:6px;margin-bottom:10px}.coffee-totals div{display:flex;justify-content:space-between;color:#cfd5df;font-size:13px}.coffee-totals .final{color:#d4af37;font-weight:900}.coffee-checkout-btn{width:100%;border:0;background:#d4af37;color:#121212;border-radius:12px;padding:14px;font-weight:900;display:flex;justify-content:space-between}.coffee-checkout-btn span{display:inline-flex;align-items:center;gap:6px}.coffee-checkout-btn:disabled{opacity:.6}.coffee-feedback{margin-top:8px;color:#86efac;font-size:13px;font-weight:700}.coffee-whatsapp-link{margin-top:8px;display:inline-flex;text-decoration:none;background:#16a34a;color:#fff;font-weight:800;border-radius:10px;padding:10px 12px;align-items:center;gap:6px}@media(max-width:900px){.coffee-hero{height:auto;min-height:360px}.coffee-visual-row{grid-template-columns:1fr}.coffee-image-side{grid-template-columns:1fr;grid-template-areas:"product" "meta" "sugar";min-height:300px;row-gap:12px}.coffee-sugar-wheel{width:100%;max-width:300px;margin-inline:auto;height:360px;justify-self:center}.coffee-sugar-list{width:250px;height:300px}.coffee-sugar-item.pos-0{top:0%;right:108px}.coffee-sugar-item.pos-1{top:16%;right:78px}.coffee-sugar-item.pos-2{top:32%;right:44px}.coffee-sugar-item.pos-3{top:50%;right:0}.coffee-sugar-item.pos-4{top:68%;right:44px}.coffee-sugar-item.pos-5{top:84%;right:78px}.coffee-sugar-item.pos-6{top:100%;right:108px}.coffee-product-meta-under h1{font-size:28px}.coffee-inline-controls{grid-template-columns:1fr}.coffee-header{flex-wrap:wrap}.coffee-switcher{order:3;width:100%;justify-content:center}.coffee-header .store-location-chip{order:4;width:100%;max-width:100%;justify-content:center}.coffee-view-toggle{order:5;width:100%;justify-content:center}.coffee-usual-btn{order:6;width:100%;justify-content:center}.coffee-usual-input-row,.coffee-usual-actions,.store-rate-actions{grid-template-columns:1fr}}:root{--brand-color: #d39a20;--brand-dark: #b3811f;--text-main: #232323;--text-muted: #6b7280;--bg-page: #fafafa;--white: #ffffff;--border: #ececec;--radius: 12px}[data-theme=dark]{--brand-color: #d4a853;--brand-dark: #b8943f;--text-main: #e2e8f0;--text-muted: #94a3b8;--bg-page: #0f172a;--white: #1e293b;--border: #334155}.pdp-container{background:var(--bg-page);min-height:100vh;color:var(--text-main);font-family:inherit;padding-bottom:88px}.pdp-container.rtl-ui{direction:rtl}.pdp-container.ltr-ui{direction:ltr}.pdp-wrapper{width:100%;max-width:100%;margin:0;padding:10px 14px}.pdp-grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:992px){.pdp-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start}}.gallery-section,.details-section,.pdp-tabs-wrap,.checkout-card,.related-wrap,.extra-section{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:12px}.main-image-frame{aspect-ratio:1/1;border-radius:8px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.main-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.main-model{width:100%;height:100%;background:#f5f5f5}.img-switch{animation:imageFadeSlide .35s ease}@keyframes imageFadeSlide{0%{opacity:0;transform:translate(10px) scale(.98)}to{opacity:1;transform:translate(0) scale(1)}}.image-nav{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border:1px solid #f1d7a8;border-radius:999px;background:#fff6e6;color:#8a6113;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.image-nav-left{left:10px}.image-nav-right{right:10px}.thumbnails-track{display:flex;gap:8px;overflow-x:auto;scrollbar-width:thin}.thumbnails-track.thumbs-floating{position:absolute;bottom:10px;left:50%;transform:translate(-50%);z-index:4;max-width:calc(100% - 24px);display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;padding:0;border-radius:0;background:transparent;border:0;scrollbar-width:none}.thumbnails-track.thumbs-floating::-webkit-scrollbar{display:none}.thumb-img{width:64px;height:64px;min-width:64px;-o-object-fit:cover;object-fit:cover;border-radius:8px;border:1px solid #dedede;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,opacity .2s ease;opacity:.95}.thumb-model{width:64px;height:64px;min-width:64px;border-radius:8px;border:1px solid #dedede;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,opacity .2s ease;opacity:.95;background:#fff;color:#8a6113;font-weight:800;font-size:14px}.thumb-img:hover,.thumb-model:hover{transform:translateY(-2px) scale(1.03)}.thumb-img.active,.thumb-model.active{border-color:var(--brand-color);box-shadow:0 0 0 2px #d39a2033;transform:translateY(-2px) scale(1.05);opacity:1}@media(max-width:640px){.thumb-img,.thumb-model{width:54px;height:54px;min-width:54px}.thumbnails-track.thumbs-floating{left:50%;right:auto;bottom:8px;gap:6px}}.pdp-badges{position:absolute;top:12px;left:12px;z-index:2}.pdp-badge{display:inline-flex;padding:5px 10px;border-radius:999px;color:#111827;font-size:11px;font-weight:700}.badge-sale{background:#c28a17;color:#fff}.badge-stock{background:#e5e7eb;color:#374151}.pdp-category{color:#9ca3af;font-size:12px;margin-bottom:8px}.pdp-title{margin:0;font-size:30px;font-weight:800;line-height:1.3;letter-spacing:-.2px;max-width:100%}.pdp-rating{display:flex;align-items:center;gap:8px;margin-top:10px;margin-bottom:12px}.rating-stars{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:999px;background:linear-gradient(180deg,#fff8e8,#fff2cc);border:1px solid #f3deb3}.pdp-star.on{filter:drop-shadow(0 0 3px rgba(245,158,11,.35))}.pdp-star.off{opacity:.8}.rating-text{font-size:12px;color:var(--text-muted)}.stock-pill{margin-inline-start:auto;padding:3px 8px;border-radius:999px;font-size:11px;color:#8a6113;background:#fff3d8;border:1px solid #f1d7a8}.pdp-price-box{margin-bottom:10px}.price-trust-inline{margin-top:7px;display:flex;flex-wrap:wrap;gap:6px}.price-trust-inline span{border:1px solid #ecd7ac;background:#fff8ea;color:#7a5617;border-radius:999px;font-size:10px;font-weight:700;padding:3px 8px}.price-row{display:flex;align-items:baseline;gap:12px}.current-price{font-size:24px;font-weight:700}.old-price{font-size:15px;text-decoration:line-through;color:#9ca3af}.short-desc{color:#6b7280;margin:0 0 10px;line-height:1.7;font-size:12px}.variant-row{display:flex;align-items:flex-start;gap:8px;margin-bottom:10px}.variant-row>span{min-width:60px;font-size:12px;color:#6b7280;padding-top:6px}.variant-pills{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.variant-pill{border:1px solid #e5e7eb;background:#fff;color:#4b5563;border-radius:999px;font-size:12px;padding:4px 10px;cursor:pointer}.variant-pill.active{border-color:#d39a20;background:#fff6e6;color:#8a6113}.qty-buy-row{display:flex;align-items:center;gap:8px;margin-bottom:12px;flex-wrap:wrap}.qty-control{height:38px;border:1px solid #e5e7eb;border-radius:8px;display:inline-flex;align-items:center;padding:0 4px;background:#fff}.qty-btn{width:28px;height:28px;border:none;border-radius:6px;background:#f4f4f5;font-size:16px;cursor:pointer}.qty-value{min-width:28px;text-align:center;font-weight:700;font-size:13px}.add-cart-btn,.buy-now-btn,.icon-btn{height:38px;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease}.add-cart-btn,.buy-now-btn{display:inline-flex;align-items:center;gap:6px}.add-cart-btn:hover,.buy-now-btn:hover,.icon-btn:hover,.mobile-btn:hover,.order-btn:hover{transform:translateY(-1px)}.add-cart-btn{background:#d39a20;color:#1f2937;padding:0 14px}.buy-now-btn{background:#b3811f;color:#fff;padding:0 14px}.icon-btn{width:38px;background:#f4f4f5;color:#4b5563;display:inline-flex;align-items:center;justify-content:center}.wishlist-toggle-btn{width:auto;padding:0 10px;gap:6px}.wishlist-toggle-btn:disabled{background:#efefef;color:#6b7280}.icon-btn.active{background:#fff4dc;color:#b08d57;border:1px solid #f1d7a8}.cart-icon{transition:transform .2s ease}.add-cart-btn:hover .cart-icon{animation:cartWiggle .55s ease-in-out}@keyframes cartWiggle{0%{transform:translate(0)}25%{transform:translate(2px)}50%{transform:translate(-2px)}75%{transform:translate(2px)}to{transform:translate(0)}}.meta-lines{color:#6b7280;font-size:12px;display:grid;gap:4px}.limited-offer-box{margin-top:12px;border:1px dashed #f1d7a8;background:#fff9ec;border-radius:8px;padding:10px}.limited-title{color:#a16207;font-size:12px;margin-bottom:8px;font-weight:700}.limited-cards{display:flex;gap:8px;flex-wrap:wrap}.stack-sections{display:grid;gap:12px}.stack-block{border:1px solid #efefef;border-radius:10px;padding:12px;background:#fff}.stack-block h3{margin:0 0 8px;font-size:16px}.stack-block p{margin:0;color:#4b5563;font-size:13px;line-height:1.7}.desc-media-stack{margin-top:10px;display:grid;gap:0;border-radius:10px;overflow:hidden}.desc-media-item{width:100%;aspect-ratio:16 / 8;-o-object-fit:cover;object-fit:cover;border-bottom:1px solid #f2f2f2}.desc-media-item:last-child{border-bottom:none}.specs-table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:10px}.specs-table thead th{background:#e5a528;color:#111827;font-size:12px;padding:8px 10px}.specs-table tbody td{padding:8px 10px;font-size:12px;color:#4b5563}.specs-table tbody tr:nth-child(odd){background:#f9fafb}.specs-table.rtl-specs thead th,.specs-table.rtl-specs tbody td{text-align:right}.specs-table.ltr-specs thead th,.specs-table.ltr-specs tbody td{text-align:left}.cart-checkout-switch{display:flex;align-items:center;gap:8px;margin:10px 0 12px;flex-wrap:wrap}.cart-mode-btn{border:1px solid #e2e8f0;background:#fff;color:#374151;border-radius:999px;padding:6px 12px;font-size:12px;cursor:pointer;font-weight:700}.cart-mode-btn.active{border-color:#d39a20;color:#8a6113;background:#fff7e8}.cart-checkout-summary{border:1px solid #f1d7a8;background:#fffaf1;border-radius:10px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;margin-bottom:10px;font-size:12px}.review-tab{display:block}.review-stars-picker{display:flex;gap:2px;margin-bottom:10px;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.review-stars-picker span{cursor:pointer;font-size:22px;transition:transform .18s cubic-bezier(.4,2,.6,1),filter .18s;filter:drop-shadow(0 1px 4px rgba(245,158,11,.1));will-change:transform,filter}.review-stars-picker span.on{color:#f59e0b;filter:drop-shadow(0 2px 8px rgba(245,158,11,.18))}.review-stars-picker span.off{color:#e5e7eb}.review-stars-picker .star-value-label{margin-right:8px;font-size:15px;color:#b08d57;font-weight:700;min-width:28px;text-align:center}.animated-stars span{transition:transform .18s cubic-bezier(.4,2,.6,1),filter .18s}.review-list{border:1px solid #ececec;border-radius:10px;padding:10px 12px}.review-item{border-bottom:1px solid #f1f1f1;padding:10px 0}.review-item:last-child{border-bottom:none}.review-item-head{display:flex;flex-direction:column;align-items:flex-start;color:#f59e0b;margin-bottom:0;gap:0}.review-author{display:flex;flex-direction:column;align-items:flex-start;gap:0;color:#111827}.review-author-meta{display:block;margin-top:2px}.review-stars-inline{display:inline-flex;align-items:center;gap:2px;padding:2px 8px;border-radius:999px;background:linear-gradient(90deg,#fff8e8,#fff2cc);border:1px solid #f3deb3;box-shadow:0 2px 8px #f59e0b0f}.review-stars-inline .on{color:#f59e0b;filter:drop-shadow(0 2px 8px rgba(245,158,11,.18));transform:scale(1.12) rotate(-4deg)}.review-stars-inline .off{color:#e5e7eb;opacity:.7}.review-stars-inline .star-value-label{margin-right:6px;font-size:13px;color:#b08d57;font-weight:700;min-width:22px;text-align:center}.review-avatar{width:28px;height:28px;border-radius:999px;background:#f3f4f6;color:#374151;font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e5e7eb}.review-gallery-strip{display:flex;align-items:center;gap:6px;margin-bottom:10px;flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px}.review-gallery-thumb{position:relative;width:46px;height:46px;border:1px solid #e5e7eb;border-radius:8px;padding:0;overflow:hidden;background:#fff;cursor:pointer;flex:0 0 auto}.review-gallery-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.review-gallery-thumb.more span{position:absolute;inset:0;background:#00000073;color:#fff;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center}.review-lightbox{position:fixed;inset:0;background:#000000b3;display:grid;place-items:center;z-index:240;padding:12px}.review-lightbox-inner{position:relative;width:min(820px,95vw);background:#111827;border-radius:12px;overflow:hidden;display:grid;place-items:center}.lightbox-image{width:100%;max-height:82vh;-o-object-fit:contain;object-fit:contain}.lightbox-close{position:absolute;top:8px;right:8px;width:30px;height:30px;border:none;border-radius:999px;cursor:pointer;background:#ffffffe6;font-size:20px;line-height:1}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border:none;border-radius:999px;background:#ffffffe6;color:#111827;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.lightbox-nav.prev{left:8px}.lightbox-nav.next{right:8px}.review-item p{margin:0;color:#4b5563}.review-text{margin:6px 0 8px;line-height:1.7;color:#374151}.review-image-preview-row,.review-image-list{margin-top:8px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.review-image-preview{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:6px;border:1px solid #ececec}.review-image-tile{border:0;background:transparent;padding:0;border-radius:6px;overflow:hidden;cursor:pointer}.checkout-card{margin-top:16px;border:1px solid #f1d7a8;background:#fffdf8}.checkout-header{font-size:16px;margin-bottom:10px;font-weight:700}.address-precision-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.address-detected-chip,.address-precision-btn{border:1px solid #e5e7eb;background:#fffdf8;color:#8a6113;border-radius:10px;padding:8px 10px;font-size:12px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.address-detected-chip strong{color:#b3811f;text-decoration:underline}.address-detected-chip:disabled,.address-precision-btn:disabled{opacity:.65;cursor:not-allowed}.address-detected-chip:hover,.address-precision-btn:hover{border-color:#d39a20;background:#fff6e6}@media(max-width:640px){.address-row,.payment-methods-grid{grid-template-columns:1fr}}.form-input,.form-textarea{width:100%;border:1px solid #e5e7eb;border-radius:8px;padding:10px 11px;font-size:13px;background:#fff;outline:none}.form-input:focus,.form-textarea:focus{border-color:#e5a528;box-shadow:0 0 0 3px #e5a52829}.qty-row{display:flex;justify-content:space-between;align-items:center;border:1px solid #ececec;border-radius:8px;padding:8px 10px;margin-bottom:12px}.order-total-row{display:flex;justify-content:space-between;align-items:center;margin:0 0 12px;font-weight:700}.checkout-trust-box{margin:8px 0 12px;border:1px solid #ecd7ac;background:#fff8ea;border-radius:10px;padding:9px}.checkout-trust-box .payment-security-badges{display:flex;flex-wrap:wrap;gap:6px}.checkout-trust-box .payment-security-badges span{border:1px solid #e6c27b;background:#fff;color:#8a6113;border-radius:999px;font-size:11px;font-weight:700;padding:4px 8px}.order-btn{width:100%;border:none;border-radius:8px;background:linear-gradient(90deg,#d39a20,#b3811f);color:#1f2937;padding:12px;font-weight:700;cursor:pointer;transition:transform .2s ease}.related-wrap{margin-top:16px}.related-mini{font-size:11px;color:#9ca3af}.related-title{margin:4px 0 8px;font-size:22px;line-height:1.1}.slider-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.slider-nav{display:inline-flex;gap:8px}.slider-nav button{width:34px;height:34px;border:1px solid #f1d7a8;border-radius:8px;background:#fff6e6;color:#8a6113;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.card-slider-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:10px}@media(min-width:640px){.card-slider-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:980px){.card-slider-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.related-card{border:1px solid #ececec;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;background:#fff}.home-like-card{transition:box-shadow .2s ease,transform .2s ease}.home-like-card:hover{transform:translateY(-2px);box-shadow:0 8px 18px #00000014}.home-card-image-wrap{position:relative;height:175px;padding:10px;background:#fff}.home-card-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .25s ease}.home-like-card:hover .home-card-image{transform:scale(1.05)}.home-card-body{padding:10px;border-top:1px solid #f6f6f6}.home-card-badges-row{display:flex;align-items:center;gap:5px;min-height:20px;margin-bottom:4px}.home-mini-badge{border-radius:999px;font-size:10px;padding:3px 7px;font-weight:700}.card-heart-icon{position:absolute;top:10px;right:10px;width:28px;height:28px;border:1px solid #ececec;border-radius:999px;background:#fff;display:inline-flex;align-items:center;justify-content:center;z-index:5;cursor:pointer}.card-add-icon{position:absolute;top:10px;left:10px;width:28px;height:28px;border:1px solid #ececec;border-radius:999px;background:#fff;color:#475569;display:inline-flex;align-items:center;justify-content:center;z-index:5;cursor:pointer}.card-add-icon:hover{border-color:#d39a20;color:#8a6113;background:#fff8ea}.card-add-icon:disabled{opacity:.6;cursor:not-allowed}.card-heart-icon.active{border-color:#f1d7a8;background:#fff4dc}.card-heart-icon:disabled{opacity:.6;cursor:not-allowed}.review-upload-box{width:52px;height:52px;border:1px dashed #d5b47e;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;background:#fff8ea}.review-upload-box input{display:none}.review-upload-box span{font-size:28px;line-height:1;color:#8a6113}.review-upload-preview{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.review-reply{background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px;margin-top:8px}.review-reply .reply-label{display:block;margin-bottom:4px;font-size:12px;font-weight:600;color:#374151}.review-reply .reply-text{margin:0;font-size:13px;line-height:1.5;color:#4b5563}.review-reply-toggle{background:none;border:none;color:#374151;font-size:12px;font-weight:500;cursor:pointer;padding:4px 0;margin-top:6px;text-decoration:underline;text-underline-offset:2px}.review-reply-toggle:hover{color:#111827}.home-mini-badge.limited{color:#8a6113;background:#fff6e6}.home-mini-badge.best{color:#3f2a06;background:linear-gradient(180deg,#f4d37a,#d4a43a);border:1px solid #c7962e}.home-mini-badge.premium{color:#3f2a06;background:linear-gradient(180deg,#fde68a,#f4c95d);border:1px solid #d4a43a}.home-card-desc{margin:0 0 6px;font-size:11px;color:#6b7280;overflow:hidden;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical}.related-thumb{position:relative;aspect-ratio:1/1;background:#f6f6f6}.related-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.discount-pill{position:absolute;top:10px;left:10px;background:#c28a17;color:#111827;border-radius:999px;font-size:11px;padding:4px 8px;z-index:3}.card-badge{position:absolute;top:36px;right:10px;z-index:3;font-size:10px;border-radius:999px;padding:4px 8px;font-weight:700;color:#fff}.card-badge-featured{background:#b3811f}.card-badge-offer{background:#d39a20;color:#111827}.card-badge-stock{background:#9ca3af}.related-body{padding:9px}.related-category{font-size:11px;color:#9ca3af}.related-name{margin:5px 0;font-weight:600;font-size:13px;color:#1f2937;min-height:32px}.related-price-row{display:flex;align-items:center;gap:8px}.related-price-row strong{font-size:13px}.related-price-row span{color:#9ca3af;font-size:12px;text-decoration:line-through}.service-strip{margin-top:14px;display:grid;grid-template-columns:1fr;gap:8px}@media(min-width:900px){.service-strip{grid-template-columns:repeat(3,1fr)}}.service-item{border:1px solid #ececec;border-radius:12px;background:#fff;padding:10px;display:flex;align-items:center;gap:10px;position:relative;overflow:hidden}.service-item:before{content:"";position:absolute;inset:-1px;border-radius:12px;padding:1.5px;background:conic-gradient(from 0deg,transparent 0%,transparent 70%,#d39a20 85%,transparent 100%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0}.service-item:hover:before{opacity:1;animation:goldFrameSpin 1.1s linear infinite}@keyframes goldFrameSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.service-item b{display:block;font-size:13px;margin-bottom:2px}.service-item span{color:#6b7280;font-size:11px}.extra-section{margin-top:16px}.section-head{display:flex;align-items:center;gap:8px;font-size:16px;margin:0 0 10px}.video-grid{display:grid;gap:12px;grid-template-columns:1fr}@media(min-width:900px){.video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.video-item{width:100%;height:260px;border-radius:10px;border:1px solid #ececec;background:#0f172a;-o-object-fit:contain;object-fit:contain}.mobile-sticky-bar{position:fixed;left:0;right:0;bottom:0;border-top:1px solid #ececec;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:12px 16px;z-index:100}@media(min-width:1024px){.mobile-sticky-bar{display:none}}.mobile-price{font-size:16px;font-weight:700}.mobile-btn{border:none;border-radius:8px;background:#d39a20;color:#111827;font-weight:700;padding:10px 18px}.home-v2{direction:rtl;background:#fff;min-height:100vh}.same-header-width{max-width:100%;margin:0}.home-side-banner-wrap{position:fixed;top:128px;right:12px;z-index:18}.home-side-banner-card-wrap{position:relative}.home-side-banner-close{position:absolute;top:-10px;left:-10px;width:28px;height:28px;border:0;border-radius:999px;background:#0f172a;color:#fff;font-size:18px;line-height:1;cursor:pointer;z-index:2;display:grid;place-items:center;box-shadow:0 6px 14px #0f172a47}html[dir=rtl] .home-side-banner-close{left:auto;right:-10px}html[dir=rtl] .home-side-banner-wrap{right:auto;left:12px}.home-side-banner-card{width:220px;height:520px;border-radius:12px;overflow:hidden;display:block;background:#fff;border:1px solid #e5e7eb;box-shadow:0 10px 22px #0f172a1f}.home-side-banner-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.home-side-banner-card video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.home-side-banner-inline-section{display:block;width:100vw;max-width:none;margin-inline:calc(50% - 50vw);padding:0}.home-side-banner-inline-card{display:block;width:100%;max-width:none;height:clamp(180px,26vw,340px);margin:0 auto;border-radius:0;overflow:hidden;border:0;background:#fff;box-shadow:none}.home-side-banner-inline-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.home-side-banner-inline-card video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.home-side-banner-center-notice{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:40;background:#0f172aeb;color:#fff;border-radius:12px;padding:12px 18px;font-size:14px;font-weight:700;box-shadow:0 12px 28px #0000003d;max-width:min(92vw,520px);text-align:center}.hero-full{width:100%;height:clamp(220px,36vw,440px);position:relative;overflow:hidden;background:#fff}.hero-link,.hero-img-full{width:100%;height:100%;display:block}.hero-link{position:relative;background:#f8fafc}.hero-img-full{-o-object-fit:contain;object-fit:contain;background:#f8fafc}.hero-img-full.loading{opacity:0}.hero-img-full.loaded{opacity:1;transition:opacity .25s ease}.hero-dots-track{position:absolute;left:50%;bottom:12px;transform:translate(-50%);display:flex;align-items:center;gap:7px;padding:6px 10px;border-radius:999px;background:#0f172a33;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hero-dot-pill{width:28px;height:6px;border:0;border-radius:999px;background:#ffffff9e;cursor:pointer;transition:all .2s ease}.hero-dot-pill.active{width:52px;background:#fff}.hero-shimmer{width:100%;height:100%;background:linear-gradient(90deg,#eef2f7 25%,#f8fafc,#eef2f7 75%);background-size:200% 100%;animation:shimmer 1.3s linear infinite}.hero-shimmer-overlay{position:absolute;inset:0;z-index:1}.hero-shimmer-persist{min-height:inherit}.home-section{max-width:100%;margin:0;padding:16px 12px}.white-plain{background:#fff;border:0;box-shadow:none;border-radius:0}.sec-title{margin:0;font-size:1.22rem;font-weight:900;color:#111827}.sec-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.sec-title.with-icon{display:inline-flex;align-items:center;gap:8px}.sec-title.with-icon img{width:24px;height:24px;-o-object-fit:contain;object-fit:contain}.row-arrows{display:flex;gap:6px}.row-arrows button,.browse-arrow{border:0;background:#f8fafc;width:34px;height:34px;border-radius:8px;cursor:pointer;color:#334155;display:grid;place-items:center;box-shadow:0 4px 10px #0f172a12}.offers-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.today-deals-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:12px}.today-deals-subtitle{margin:0;color:#64748b;font-size:13px;font-weight:700}.offer-card{border:0;border-radius:16px;padding:12px;background:linear-gradient(180deg,#fff,#f7fafc);border:1px solid #e2e8f0;box-shadow:0 10px 24px #0f172a14}.offer-card.product-offer-card{display:grid;grid-template-columns:150px 1fr;gap:12px;text-decoration:none;color:inherit;transition:transform .25s ease,box-shadow .25s ease}.offer-card.product-offer-card:hover{transform:translateY(-2px);box-shadow:0 16px 30px #0f172a1f}.product-offer-media{position:relative;background:radial-gradient(circle at 25% 20%,#fff,#eef4fb);border:1px solid #dce7f2;border-radius:12px;overflow:hidden;display:grid;place-items:center}.offer-discount-badge{position:absolute;top:8px;left:8px;z-index:2;border-radius:999px;background:#dc2626;color:#fff;font-size:11px;font-weight:900;padding:3px 8px;box-shadow:0 4px 10px #dc262659}.offer-image-shimmer{position:absolute;inset:0;background:linear-gradient(90deg,#eef2f7 25%,#f8fafc,#eef2f7 75%);background-size:200% 100%;animation:shimmer 1.3s linear infinite}.product-offer-media img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-offer-media img.loading{opacity:0}.product-offer-media img.loaded{opacity:1}.product-offer-content{display:flex;flex-direction:column;gap:7px}.offer-head-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.offer-cta-pill{border-radius:999px;background:#111827;color:#fff;font-size:10px;font-weight:900;letter-spacing:.03em;padding:4px 8px}.shimmer-card{min-height:150px;background:linear-gradient(90deg,#eef2f7 25%,#f8fafc,#eef2f7 75%);background-size:200% 100%;animation:shimmer 1.3s linear infinite}.empty-offers-note{grid-column:1 / -1;border:1px dashed #d1d5db;border-radius:10px;padding:14px;color:#6b7280;font-size:13px;text-align:center}.home-news-ticker{--ticker-color: #b8860b;width:100%;height:50px;border-radius:10px;overflow:hidden;display:flex;align-items:center;position:relative;box-shadow:0 6px 16px #0f172a1f;background:linear-gradient(90deg,#8b6914 0%,var(--ticker-color) 50%,#8b6914 100%)}.home-news-track{display:inline-flex;white-space:nowrap;min-width:-moz-max-content;min-width:max-content;padding-inline:0;align-items:center;gap:0}.home-news-track.rtl{animation:ticker-scroll-rtl 42s linear infinite;animation-delay:-10s}.home-news-track.ltr{animation:ticker-scroll-ltr 42s linear infinite;animation-delay:-10s}.home-news-ticker:hover .home-news-track{animation-play-state:paused}.home-news-item{display:inline-flex;align-items:center;color:#fff;font-size:15px;font-weight:800;line-height:50px;padding:0 40px}.home-news-item:before{content:"•";margin-inline-end:10px;color:#fde68a;font-size:16px}@keyframes ticker-scroll-rtl{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0)}}@keyframes ticker-scroll-ltr{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0)}}.offer-price-row{display:flex;align-items:baseline;gap:8px}.offer-card strong{display:inline-block;margin-top:0;color:#0f172a;font-size:1.18rem}.offer-price-original{color:#94a3b8;text-decoration:line-through;font-size:12px;font-weight:700}.offer-card h3{margin:8px 0 6px;font-size:1rem;font-weight:900;color:#111827}.offer-card p{margin:0;color:#475569;font-size:13px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.offer-pill{display:inline-flex;align-items:center;background:#ffedd5;color:#c2410c;border-radius:9999px;padding:4px 8px;font-size:12px;font-weight:800}.offer-countdown{margin-top:2px;display:flex;flex-direction:column;gap:4px}.offer-countdown-label{font-size:11px;font-weight:800;color:#475569}.offer-countdown-time{display:inline-flex;flex-wrap:wrap;gap:6px}.offer-countdown-time span{border-radius:8px;background:#e2e8f0;color:#0f172a;font-size:11px;font-weight:900;padding:2px 7px}.offer-countdown-ended{color:#b91c1c;font-size:11px;font-weight:900}.why-choose-section{padding-top:10px}.why-choose-grid{margin-top:10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.why-choose-card{border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;padding:12px}.why-choose-card h3{margin:0 0 6px;font-size:.95rem;font-weight:900;color:#0f172a}.why-choose-card p{margin:0;font-size:12px;line-height:1.5;color:#64748b}.social-proof-strip{padding-top:10px}.social-proof-head{align-items:flex-end}.social-proof-subtitle{margin:0;color:#64748b;font-size:12px;font-weight:700}.social-proof-grid{margin-top:10px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.social-proof-card{border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;padding:12px;display:flex;flex-direction:column;gap:4px}.social-proof-card strong{font-size:1.02rem;font-weight:900;color:#0f172a}.social-proof-card span{font-size:12px;font-weight:700;color:#64748b}.smart-section-subtitle{margin:4px 0 0;color:#64748b;font-size:12px;font-weight:700}.top-search-tags{margin:8px 0 12px;display:flex;flex-wrap:wrap;gap:6px}.top-search-tag{border-radius:9999px;padding:4px 10px;background:#eff6ff;color:#1d4ed8;font-size:11px;font-weight:900;line-height:1}.smart-empty-note{border:1px dashed #d1d5db;border-radius:10px;padding:14px;color:#6b7280;font-size:13px;text-align:center}.smart-empty-note p{margin:0}.smart-empty-cta{display:inline-flex;align-items:center;justify-content:center;margin-top:10px;border-radius:9999px;padding:6px 12px;font-size:12px;font-weight:900;text-decoration:none;background:#111827;color:#fff}.smart-empty-cta:hover{opacity:.92}.products-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.fade-anim{animation:fadeSlide .3s ease}@keyframes fadeSlide{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.page-indicator{margin-top:8px;color:#6b7280;font-size:12px;font-weight:700}.home-product-card{border:0;border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;background:#fff;display:flex;flex-direction:column;min-height:330px;box-shadow:0 4px 14px #0f172a0f;transition:box-shadow .2s ease,transform .2s ease}.home-product-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0f172a1c}.card-image-wrap{position:relative;height:175px;padding:10px;background:#fff}.card-action-stack{position:absolute;bottom:8px;left:8px;z-index:4;display:inline-flex;flex-direction:column;gap:6px}.card-action-btn{width:28px;height:28px;border-radius:9999px;border:0;background:#fffffff5;color:#475569;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #0f172a29;transition:transform .18s ease,box-shadow .18s ease,color .18s ease}.card-action-btn:hover{transform:translateY(-1px);box-shadow:0 8px 14px #0f172a2e}.card-action-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.card-action-btn.heart.active{color:#b08d57}.card-action-btn.add{color:#111827}.card-action-btn.add.success{color:#15803d}.card-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .25s ease}.card-image.loading{opacity:0}.card-image.loaded{opacity:1}.card-image-shimmer{position:absolute;inset:10px;border-radius:10px;background:linear-gradient(90deg,#eef2f7 25%,#f8fafc,#eef2f7 75%);background-size:200% 100%;animation:shimmer 1.3s linear infinite}.card-image.zoomed{transform:scale(1.05)}.img-dots{position:absolute;bottom:8px;left:50%;transform:translate(-50%);display:inline-flex;gap:4px;background:#fffc;border-radius:9999px;padding:3px 6px}.img-dots span{width:6px;height:6px;border-radius:9999px;background:#cbd5e1}.img-dots span.active{background:#0f172a}.card-badge-red,.card-stock-out{position:absolute;top:6px;border-radius:8px;font-size:11px;font-weight:900;padding:3px 8px}.card-badge-red{right:6px;background:#dc2626;color:#fff}.card-stock-out{left:6px;background:#111827;color:#fff}.card-stock-low{position:absolute;left:6px;top:34px;border-radius:8px;font-size:11px;font-weight:900;padding:3px 8px;background:#fff7ed;color:#b45309;border:0}.card-stock-coming{position:absolute;left:6px;top:6px;border-radius:8px;font-size:11px;font-weight:900;padding:3px 8px;background:#dbeafe;color:#1d4ed8;border:0}.card-body{padding:10px;display:flex;flex-direction:column;gap:7px}.card-badges-row{display:flex;flex-wrap:wrap;gap:4px}.mini-badge{font-size:10px;font-weight:800;border-radius:9999px;padding:2px 6px;background:#f8fafc;border:0}.mini-badge.fast{color:#15803d}.mini-badge.limited{color:#c2410c}.mini-badge.best{color:#1d4ed8}.mini-badge.premium{color:#b08d57}.card-name-gold{margin:0;color:#b08d57;font-size:15px;font-weight:900;line-height:1.35;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px}.card-rating-count{color:#6b7280;font-weight:600;font-size:11px}.card-desc-line{margin:0;color:#4b5563;font-size:12px;line-height:1.5;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.card-desc-line.short{color:#6b7280;font-weight:700}.card-price-row{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:nowrap}.card-price-side{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.card-rating-side{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;max-width:62%;overflow:hidden}.card-rating-one-star{font-size:14px;line-height:1;font-weight:900}.card-rating-sentence{font-size:11px;font-weight:800;overflow:hidden;text-overflow:ellipsis}.card-price-black{color:#111827;font-size:15px;font-weight:900}.card-price-original{color:#9ca3af;text-decoration:line-through;font-size:12px}.card-skeleton{min-height:320px;border-radius:10px;background:linear-gradient(90deg,#eef2f7 25%,#f8fafc,#eef2f7 75%);background-size:200% 100%;animation:shimmer 1.3s linear infinite}.brands-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.brands-slider{position:relative}.brands-viewport{overflow:hidden}.brands-track{display:flex;transition:transform .5s cubic-bezier(.22,.61,.36,1);will-change:transform}.brands-page{min-width:100%}.brand-nav{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border:0;border-radius:9999px;background:#ffffffbf;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#334155;display:grid;place-items:center;cursor:pointer;z-index:2;box-shadow:0 6px 14px #0f172a14;opacity:1}.brand-nav:hover{background:#fffffff2}.brand-nav-right{right:-8px}.brand-nav-left{left:-8px}.brand-logo-card{border:0;background:transparent;min-height:74px;display:grid;place-items:center}.brand-logo-card img{width:100%;height:48px;-o-object-fit:contain;object-fit:contain;filter:grayscale(1);transition:filter .25s ease}.brand-logo-card:hover img{filter:grayscale(0)}.view-more-link{color:#1d4ed8;text-decoration:none;font-size:14px;font-weight:900}.browse-row-wrap{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}.browse-row-wrap.no-arrows{grid-template-columns:1fr}.browse-books{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;animation:flipBooks .35s ease}@keyframes flipBooks{0%{opacity:0;transform:perspective(1000px) rotateY(7deg)}to{opacity:1;transform:perspective(1000px) rotateY(0)}}.book-flip-item{transform-origin:center}.request-box{padding-bottom:20px}.request-desc{margin:6px 0 12px;color:#6b7280;font-size:14px}.request-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.request-form input,.request-form textarea{border:0;border-radius:10px;padding:10px 12px;font-family:inherit;font-size:14px;background:#f8fafc;box-shadow:inset 0 0 0 1px #94a3b82e}.request-form textarea,.request-form button{grid-column:1 / -1}.request-form button{border:none;border-radius:10px;background:#111827;color:#fff;font-weight:900;padding:11px 16px;cursor:pointer}.request-form button:disabled{opacity:.7;cursor:not-allowed}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:992px){.home-side-banner-wrap{display:none}.home-side-banner-inline-section{display:block;width:100vw;max-width:none;margin-inline:calc(50% - 50vw);padding:0}.home-side-banner-inline-card{max-width:100%;height:clamp(150px,42vw,240px)}.products-row,.browse-books,.brands-row{grid-template-columns:repeat(4,minmax(0,1fr))}.social-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.hero-dots-track{bottom:8px;gap:6px;padding:5px 8px}.hero-dot-pill{width:20px;height:5px}.hero-dot-pill.active{width:36px}.offers-grid,.request-form{grid-template-columns:1fr}.products-row,.browse-books{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.home-product-card{min-height:272px;border-radius:8px}.card-image-wrap{height:124px;padding:8px}.card-body{padding:8px;gap:5px}.card-name-gold{font-size:12px;min-height:34px}.card-desc-line{font-size:10px;line-clamp:1;-webkit-line-clamp:1}.card-desc-line.short{display:none}.card-price-row{align-items:flex-end}.card-rating-side{display:none}.card-price-original{font-size:9px}.card-price-black{font-size:12px}.mini-badge{font-size:9px;padding:2px 5px}.card-badge-red,.card-stock-out{font-size:9px;padding:2px 6px;border-radius:6px;top:4px}.card-badge-red{right:4px}.card-stock-out{left:4px}.card-stock-low{top:26px;left:4px;font-size:9px;padding:2px 6px}.card-skeleton{min-height:235px}.card-action-stack{gap:4px;left:4px;bottom:4px}.card-action-btn{width:24px;height:24px}.brands-row{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-nav{width:34px;height:34px}.brand-nav-right{right:-4px}.brand-nav-left{left:-4px}.offer-card.product-offer-card{grid-template-columns:1fr}.today-deals-head{flex-direction:column;align-items:flex-start;gap:4px}.why-choose-grid,.social-proof-grid{grid-template-columns:1fr}.home-section{padding:12px 8px}}@media(max-width:420px){.products-row,.browse-books{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-product-card{min-height:286px}.card-image-wrap{height:138px}.card-name-gold{font-size:12px}}.shop-page-wrapper{background-color:#f7f7fa;min-height:100vh;font-family:Cairo,sans-serif;color:#333}.shop-page-wrapper.rtl-ui{direction:rtl}.shop-page-wrapper.ltr-ui{direction:ltr}.shop-container{max-width:100%;margin:0;padding:20px}.shop-header-hero{background:linear-gradient(135deg,#fff7e8,#fff2d6);border:1px solid #f1d7a8;border-radius:12px;padding:14px 16px;margin-bottom:14px}.shop-header-hero h1{margin:0;font-size:1.25rem;color:#8a6113}.shop-header-hero p{margin:6px 0 0;color:#6b7280;font-size:.9rem}.breadcrumbs{font-size:.85rem;color:#777;margin-bottom:20px;display:flex;align-items:center;gap:8px}.breadcrumbs span.active{font-weight:700;color:#333}.shop-layout{display:grid;grid-template-columns:260px 1fr;gap:24px;align-items:start}@media(max-width:992px){.shop-layout{grid-template-columns:1fr}}.filters-sidebar{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:16px;position:sticky;top:90px;max-height:calc(100vh - 110px);overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.filters-sidebar::-webkit-scrollbar{display:none}@media(max-width:992px){.filters-sidebar{display:none}}.filter-group{border-bottom:1px solid #eee;padding-bottom:16px;margin-bottom:16px}.filter-group:last-child{border-bottom:none;margin-bottom:0}.filter-title{font-size:.95rem;font-weight:800;margin-bottom:12px;display:flex;justify-content:space-between}.filter-list{display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto;scrollbar-width:thin}.filter-list::-webkit-scrollbar{width:4px}.filter-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.checkbox-label{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#555;cursor:pointer;transition:.2s}.checkbox-label:hover{color:var(--brand, #b08d57)}.filter-checkbox{width:16px;height:16px;accent-color:var(--brand, #b08d57);cursor:pointer}.count-badge{font-size:.75rem;color:#999;margin-inline-start:auto}.price-inputs{display:flex;gap:8px;align-items:center}.price-input{width:100%;padding:6px;border:1px solid #ddd;border-radius:4px;font-size:.85rem;text-align:center}.shop-top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;background:#fff;padding:12px 16px;border-radius:8px;border:1px solid #e0e0e0}.filter-badge-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}.filter-badge-btn{border:none;background:transparent;padding:0;cursor:pointer}.filter-badge-btn .mini-badge{opacity:.72;transition:all .2s ease}.filter-badge-btn.active .mini-badge{opacity:1;box-shadow:0 0 0 2px #b08d5740}.result-count{font-size:.9rem;font-weight:700;color:#555}.sort-wrapper{display:flex;align-items:center;gap:8px}.sort-select{border:1px solid #ddd;border-radius:4px;padding:6px 12px;font-family:inherit;font-size:.9rem;outline:none;cursor:pointer}.mobile-filter-btn{display:none;align-items:center;gap:6px;padding:6px 12px;border:1px solid #ddd;background:#fff;border-radius:4px;font-weight:700;cursor:pointer}.mobile-filter-btn,.sort-select,.page-btn,.btn-apply-filter,.btn-close-filter{transition:transform .2s ease,box-shadow .2s ease}.mobile-filter-btn:hover,.page-btn:hover,.btn-apply-filter:hover,.btn-close-filter:hover{transform:translateY(-1px)}@media(max-width:992px){.mobile-filter-btn{display:flex}}.shop-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}@media(max-width:1080px){.shop-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:640px){.shop-grid{grid-template-columns:repeat(2,1fr);gap:10px}}.shop-brand-inline{margin-top:6px;font-size:11px;color:#6b7280;font-weight:700}.shop-today-pill{margin-top:6px;display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;background:#fee2e2;color:#dc2626;border-radius:9999px;padding:3px 8px;font-size:11px;font-weight:800}.shop-card{background:#fff;border:1px solid #f0f0f0;border-radius:8px;overflow:hidden;position:relative;transition:all .3s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column}.shop-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #00000014;border-color:#ddd}.shop-card-img-wrapper{position:relative;width:100%;padding-top:100%;background:#fff;overflow:hidden}.shop-card-img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:16px;transition:transform .4s ease}.shop-card:hover .shop-card-img{transform:scale(1.08)}.shop-badges{position:absolute;top:8px;right:8px;display:flex;flex-direction:column;gap:4px;z-index:2}.shop-badge{font-size:.65rem;font-weight:700;padding:2px 6px;border-radius:4px;color:#fff}.badge-sale{background:#cc0c39}.badge-new{background:#28a745}.shop-card-details{padding:12px;display:flex;flex-direction:column;flex-grow:1;border-top:1px solid #f9f9f9}.shop-card-brand{font-size:.75rem;color:#999;margin-bottom:4px}.shop-card-title{font-size:.9rem;font-weight:600;color:#333;line-height:1.4;height:2.8em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px}.shop-card-rating{display:flex;align-items:center;gap:4px;font-size:.75rem;color:#777;margin-bottom:8px}.shop-card-price{margin-top:auto;display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.current-p{font-size:1.1rem;font-weight:800;color:#1a1a1a}.old-p{font-size:.8rem;color:#999;text-decoration:line-through}.shop-pagination{margin-top:40px;display:flex;justify-content:center;gap:8px}.page-btn{width:40px;height:40px;border:1px solid #ddd;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s;font-weight:600}.page-btn:hover{background:#f0f0f0}.page-btn.active{background:var(--brand, #b08d57);color:#fff;border-color:var(--brand, #b08d57)}.page-btn:disabled{opacity:.5;cursor:not-allowed}.mobile-filter-overlay{position:fixed;inset:0;background:#00000080;z-index:100;opacity:0;animation:fadeIn .3s forwards}.mobile-filter-content{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:20px 20px 0 0;padding:20px;max-height:85vh;overflow-y:auto;z-index:101;transform:translateY(100%);animation:slideUp .3s forwards;box-shadow:0 -5px 20px #0000001a}@keyframes slideUp{to{transform:translateY(0)}}@keyframes fadeIn{to{opacity:1}}.mobile-filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #eee;padding-bottom:10px}.btn-close-filter{background:none;border:none;font-size:1.5rem;cursor:pointer}.btn-apply-filter{width:100%;background:var(--brand, #b08d57);color:#fff;padding:12px;border:none;border-radius:8px;font-weight:700;font-size:1rem;margin-top:20px;cursor:pointer}.empty-shop{text-align:center;padding:60px 20px;background:#fff;border-radius:8px;border:1px dashed #ddd}.empty-icon{font-size:3rem;color:#ccc;margin-bottom:10px}.checkout-page{background:#f8f8fa;min-height:calc(100vh - 120px);padding:20px 12px}.checkout-wrapper{max-width:1200px;margin:0 auto}.checkout-title{margin:0 0 14px;font-size:28px}.checkout-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:14px}.checkout-card{background:#fff;border:1px solid #e7e7e7;border-radius:12px;padding:12px}.checkout-card h3{margin:0 0 10px;font-size:18px}.cart-empty{color:#6b7280;padding:14px 6px}.cart-list{display:grid;gap:10px}.cart-row{display:grid;grid-template-columns:62px 1fr auto;gap:10px;align-items:center;border:1px solid #efefef;border-radius:10px;padding:8px}.cart-thumb{width:62px;height:62px;-o-object-fit:contain;object-fit:contain;border:1px solid #f1f1f1;border-radius:8px;background:#fff}.cart-info{display:grid;gap:3px}.cart-info span{color:#6b7280;font-size:12px}.cart-qty-inline{display:inline-flex;align-items:center;gap:8px}.cart-qty-btn{width:24px;height:24px;border:1px solid #ecd7ac;background:#fff8ea;color:#8a6113;border-radius:6px;font-weight:700;cursor:pointer}.cart-row-actions{display:flex;align-items:center;gap:8px}.wishlist-btn-mini{width:30px;height:30px;border:1px solid #e8d9ba;background:#fffaf0;color:#9a7a40;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.wishlist-btn-mini.active{background:#fff2d8;border-color:#d9b56d;color:#8a6113}.remove-btn{border:1px solid #f1d7a8;background:#fff6e6;color:#8a6113;border-radius:8px;padding:6px 10px;cursor:pointer}.form-group{margin-bottom:10px}.payment-label{display:inline-block;font-size:12px;font-weight:700;color:#374151;margin-bottom:6px}.payment-methods-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.payment-method-btn{border:1px solid #e5e7eb;background:#fff;color:#374151;border-radius:8px;padding:9px 10px;font-size:12px;font-weight:700;cursor:pointer;transition:all .2s ease}.payment-method-btn:hover{border-color:#d6a452;background:#fffbf2}.payment-method-btn.active{border-color:#d39a20;background:#fff6e6;color:#8a6113;box-shadow:0 0 0 1px #d39a2038 inset}.address-fields{display:grid;gap:10px}.address-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.form-input,.form-textarea,.form-card select,.form-card input{width:100%;border:1px solid #e5e7eb;border-radius:8px;padding:10px 11px;font-size:13px;background:#fff;outline:none;font-family:inherit}.coupon-inline-wrap{display:flex;align-items:center;gap:8px;background:#fff8ea;border:1px solid #ecd7ac;border-radius:10px;padding:6px}.coupon-inline-input{border:0;background:transparent;box-shadow:none;padding:8px 10px}.coupon-inline-input:focus{border:0;box-shadow:none}.coupon-apply-btn{border:1px solid #d7ad62;background:#f4e2be;color:#7a5617;border-radius:8px;padding:8px 12px;font-weight:700;cursor:pointer;white-space:nowrap}.coupon-apply-btn:disabled{opacity:.65;cursor:not-allowed}.order-total-row{display:flex;justify-content:space-between;align-items:center;margin:0 0 8px;font-weight:700}.order-total-row.promo-row{color:#166534}.checkout-trust-block{margin:12px 0;border:1px solid #ecd7ac;background:#fff8ea;border-radius:10px;padding:10px}.checkout-trust-block h4{margin:0 0 8px;font-size:14px;color:#7a5617}.checkout-trust-block ul{margin:0;padding-inline-start:16px;color:#4b5563;font-size:12px;display:grid;gap:3px}.payment-security-badges{margin-top:8px;display:flex;flex-wrap:wrap;gap:6px}.payment-security-badges span{border:1px solid #e6c27b;background:#fff;color:#8a6113;border-radius:999px;font-size:11px;font-weight:700;padding:4px 8px}.loyalty-chip{margin-top:8px;display:flex;flex-direction:column;gap:3px;font-size:12px;color:#374151}.loyalty-chip span{color:#6b7280;font-size:11px}.checkout-cross-sell{margin-top:12px;border-top:1px solid #f1f1f1;padding-top:10px}.checkout-cross-sell h4{margin:0 0 4px;font-size:14px}.checkout-cross-sell p{margin:0 0 8px;color:#6b7280;font-size:12px}.cross-sell-grid{display:grid;gap:8px}.cross-sell-card{display:grid;grid-template-columns:58px 1fr;gap:8px;border:1px solid #eee;border-radius:10px;padding:8px}.cross-sell-card img{width:58px;height:58px;-o-object-fit:contain;object-fit:contain;border-radius:8px;border:1px solid #f3f3f3}.cross-sell-content{display:grid;gap:3px}.cross-sell-content strong{font-size:12px}.cross-sell-content span{color:#6b7280;font-size:12px}.cross-sell-content button{justify-self:start;border:1px solid #d7ad62;background:#f4e2be;color:#7a5617;border-radius:8px;padding:5px 9px;font-size:11px;font-weight:700;cursor:pointer}.cart-recovery-row{margin:8px 0 10px;border:1px dashed #d7ad62;background:#fffaf0;border-radius:10px;padding:8px 10px;display:grid;gap:6px}.cart-recovery-row>span{font-size:12px;color:#7a5617;font-weight:700}.cart-recovery-row>div{display:flex;flex-wrap:wrap;gap:8px}.cart-recovery-row a{text-decoration:none;border:1px solid #e5e7eb;background:#fff;color:#475569;border-radius:8px;font-size:12px;font-weight:700;padding:6px 10px}.order-btn{width:100%;border:none;border-radius:8px;background:linear-gradient(90deg,#d39a20,#b3811f);color:#1f2937;padding:12px;font-weight:700;cursor:pointer}.submit-row{display:flex;justify-content:flex-end}.order-btn.compact{width:auto;min-width:155px;display:inline-flex;align-items:center;gap:8px;padding:9px 12px}.order-btn-icon-box{width:22px;height:22px;border-radius:6px;background:#ffffffb8;display:inline-flex;align-items:center;justify-content:center;transition:transform .28s ease,background-color .28s ease}.order-btn.compact.is-confirmed .order-btn-icon-box{background:#d1fae5;color:#065f46;transform:scale(1.06)}.order-btn:disabled{opacity:.6;cursor:not-allowed}.checkout-toast{position:fixed;bottom:80px;left:50%;transform:translate(-50%);background:#333;color:#fff;padding:10px 20px;border-radius:20px;z-index:200}.checkout-track-cta-wrap{position:fixed;bottom:18px;inset-inline-end:18px;z-index:180;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;box-shadow:0 10px 24px #0f172a1f;display:flex;flex-direction:column;gap:6px;max-width:320px}.checkout-track-cta-note{font-size:12px;color:#64748b}.checkout-track-cta{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:#b08d57;color:#fff;border-radius:8px;font-size:13px;font-weight:700;padding:8px 10px}@media(max-width:980px){.checkout-grid,.address-row,.payment-methods-grid{grid-template-columns:1fr}.checkout-track-cta-wrap{inset-inline:12px;bottom:12px;max-width:none}}[data-theme=dark] .checkout-page,[data-theme=dark] .checkout-wrapper{background:#0f172a}[data-theme=dark] .checkout-card,[data-theme=dark] .checkout-section,[data-theme=dark] .checkout-summary{background:#1e293b;border-color:#334155}[data-theme=dark] .checkout-card h2,[data-theme=dark] .checkout-card h3,[data-theme=dark] .checkout-section h3{color:#f8fafc}[data-theme=dark] .checkout-card p,[data-theme=dark] .checkout-card span,[data-theme=dark] .checkout-section span{color:#e2e8f0}[data-theme=dark] .checkout-input,[data-theme=dark] .checkout-select,[data-theme=dark] .checkout-textarea{background:#1e293b;border-color:#475569;color:#e2e8f0}[data-theme=dark] .checkout-input::-moz-placeholder{color:#64748b}[data-theme=dark] .checkout-input::placeholder{color:#64748b}[data-theme=dark] .checkout-gold-bg{background:#2d2416!important;border-color:#4a3720!important}[data-theme=dark] .checkout-gold-text{color:#d4a853!important}[data-theme=dark] .checkout-btn-primary{background:#b08d57;color:#1f2937}[data-theme=dark] .checkout-btn-outline{background:#1e293b;border-color:#475569;color:#e2e8f0}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media(min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media(min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media(min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media(min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media(min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.mx-auto{margin-left:auto;margin-right:auto}.mb-4{margin-bottom:1rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.min-h-screen{min-height:100vh}.w-full{width:100%}.max-w-7xl{max-width:80rem}.max-w-md{max-width:28rem}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.rounded{border-radius:.25rem}.border{border-width:1px}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.text-right{text-align:right}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-semibold{font-weight:600}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.line-through{text-decoration-line:line-through}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}html,body,#root{height:100%}body{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.edge-arrow{border:0;background:transparent;outline:none;color:#fff;font-size:28px;font-weight:800;line-height:1;cursor:pointer;padding:0;text-shadow:0 3px 12px rgba(0,0,0,.55);transition:transform .18s ease,opacity .18s ease,filter .18s ease;animation:arrowFloat 1.8s ease-in-out infinite}.edge-arrow:hover{transform:scale(1.14);filter:drop-shadow(0 4px 10px rgba(123,47,247,.55))}.edge-arrow:active{transform:scale(.95)}.edge-arrow-icon{width:26px;height:26px;-o-object-fit:contain;object-fit:contain;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.edge-arrow-right:hover{transform:translate(2px) scale(1.14)}.edge-arrow-left:hover{transform:translate(-2px) scale(1.14)}@keyframes arrowFloat{0%,to{opacity:.9}50%{opacity:1}}.store-location-chip{display:inline-flex;align-items:center;gap:10px;padding:6px 10px;border:1px solid rgba(176,141,87,.32);border-radius:999px;background:#fff;max-width:min(66vw,420px);box-shadow:0 4px 16px #0f172a14}.store-location-chip.coffee{border-color:#6f4e3759}.store-location-label{font-size:12px;font-weight:800;color:#475569;white-space:nowrap}.store-location-value{font-size:13px;font-weight:800;color:#0f172a;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-location-refresh-btn{height:30px;min-width:30px;border:1px solid rgba(15,23,42,.15);border-radius:999px;background:#fff;color:#334155;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;cursor:pointer;font-size:12px;font-weight:800;transition:border-color .18s ease,color .18s ease,transform .18s ease}.store-location-refresh-btn:hover{border-color:#b08d57b8;color:#7a5b2a;transform:translateY(-1px)}.store-location-refresh-btn:disabled{opacity:.68;cursor:not-allowed;transform:none}.store-location-refresh-btn .spin{animation:storeLocationSpin .9s linear infinite}@keyframes storeLocationSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:720px){.store-location-chip{max-width:100%;gap:8px;padding:5px 8px}.store-location-label{display:none}.store-location-value{max-width:62vw}.store-location-refresh-btn{height:28px;min-width:28px;padding:0 8px}}
