@import"https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;800&display=swap";:root{font-family:Tajawal,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;width:100%;min-height:100vh;background-color:#000}#root{width:100%;margin:0;padding:0}:root{--bg-color: #FAFAFA;--card-bg: #FFFFFF;--gold-primary: #C6A648;--gold-light: #E5C365;--gold-dark: #9E8230;--text-light: #000000;--text-dark: #1A1A1A;--text-gray: #000000;--border-color: #000000;--font-family: "Tajawal", sans-serif;--danger: #dc3545;--fs-xs: clamp(.7rem, .65rem + .25vw, .85rem);--fs-sm: clamp(.85rem, .8rem + .25vw, 1rem);--fs-base: clamp(1rem, .95rem + .25vw, 1.1rem);--fs-md: clamp(1.1rem, 1rem + .5vw, 1.4rem);--fs-lg: clamp(1.4rem, 1.2rem + 1vw, 2rem);--fs-xl: clamp(2rem, 1.8rem + 1.5vw, 3rem)}*{box-sizing:border-box}body{margin:0;padding:0;background-color:var(--bg-color);color:var(--text-dark);font-family:var(--font-family);direction:rtl;min-height:100vh;overflow-x:hidden}a{text-decoration:none;color:inherit}ul{list-style:none;padding:0;margin:0}.container{width:100%;margin:0 auto;padding:0 20px;position:relative;background-color:transparent}.estore-header{background-color:transparent;padding:10px 0;position:fixed;top:0;z-index:1000;width:100%;border-bottom:1px solid transparent;transition:all .3s ease}.estore-header.scrolled{background-color:#000;border-bottom:1px solid var(--gold-primary);box-shadow:0 2px 10px #00000080}.header-top{display:flex;justify-content:space-between;align-items:center;height:60px;width:100%}.header-icons-left,.header-icons-right{display:flex;gap:20px;align-items:center;color:#fff;font-size:var(--fs-md);flex:1;transition:color .3s ease}.estore-header.scrolled .header-icons-left,.estore-header.scrolled .header-icons-right{color:var(--gold-primary)}.header-icons-left{justify-content:flex-end}.header-icons-right{justify-content:flex-start}.brand-logo{text-align:center;flex:2}.brand-logo h1{color:#fff;margin:0;font-size:var(--fs-lg);letter-spacing:2px;font-weight:800;line-height:1.1;transition:color .3s ease}.estore-header.scrolled .brand-logo h1{color:var(--gold-primary)}.brand-logo small{display:block;font-size:var(--fs-xs);color:var(--gold-light);letter-spacing:5px}.page-header-banner{background-color:#111;background:linear-gradient(to bottom,#111,#000);background-size:cover;background-position:center;padding:130px 20px 40px;margin-bottom:30px;border-bottom:1px solid rgba(198,166,72,.2);width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);margin-top:-40px}.breadcrumbs-container{display:flex;justify-content:flex-start}.breadcrumb-pills{display:flex;align-items:center;gap:12px;background:#ffffff0d;padding:10px 25px;border-radius:50px;border:1px solid rgba(198,166,72,.3);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.breadcrumb-pill{font-size:.95rem;transition:all .3s ease}.breadcrumb-pill.active{color:var(--gold-primary);font-weight:500}.breadcrumb-pill.active:hover{color:var(--gold-light);text-decoration:underline}.breadcrumb-pill.current{color:#fff;opacity:.8}.breadcrumb-separator{color:var(--gold-primary);font-size:.7rem}.side-menu-overlay{position:fixed;inset:0;background:#000000b3;z-index:2000;opacity:0;visibility:hidden;transition:all .3s}.side-menu-overlay.open{opacity:1;visibility:visible}.side-menu{position:fixed;top:0;right:-300px;width:300px;height:100%;background:#000;z-index:2001;transition:all .4s cubic-bezier(.4,0,.2,1);padding:30px 20px;box-shadow:-10px 0 30px #000c;display:flex;flex-direction:column;overflow-y:auto;border-left:1px solid rgba(212,175,55,.1)}.side-menu.open{right:0}.menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;border-bottom:1px solid rgba(212,175,55,.2);padding-bottom:20px}.menu-header h2{color:var(--gold-primary);margin:0;font-size:var(--fs-lg);font-weight:800;letter-spacing:1px}.close-menu{font-size:2.2rem;color:var(--gold-primary);cursor:pointer;transition:transform .3s ease}.close-menu:hover{transform:rotate(90deg)}.menu-links{display:flex;flex-direction:column;gap:12px}.menu-link{display:flex;align-items:center;gap:15px;font-size:1.15rem;color:#fff;padding:14px 18px;border-radius:12px;transition:all .3s ease;border:1px solid transparent}.menu-link .gold-icon{color:var(--gold-primary);width:22px;height:22px}.menu-link:hover,.menu-link.active{background:#d4af371a;color:var(--gold-primary);border-color:#d4af374d;transform:translate(-5px)}.menu-link:active{transform:scale(.98)}.menu-contact{margin-bottom:30px}.contact-dropdown{background:#ffffff08;border-radius:12px;padding:10px;margin-top:10px;display:flex;flex-direction:column;gap:10px}.contact-dropdown a{display:flex;align-items:center;gap:12px;color:#eee;padding:10px;border-radius:8px;transition:all .2s}.contact-dropdown a:hover{background:#d4af3726;color:var(--gold-primary)}.menu-footer{margin-top:auto;padding-top:30px;border-top:1px solid rgba(212,175,55,.1);text-align:center}.menu-made-by{color:#fff;font-size:.8rem;display:block;margin-bottom:15px}.menu-social{display:flex;justify-content:center;gap:20px}.menu-social-link{color:var(--gold-primary);transition:transform .3s ease}.menu-social-link:hover{transform:translateY(-5px) scale(1.1)}main.estore-main{padding-bottom:100px;padding-top:0;min-height:100vh;width:100%}.hero-banner{border-radius:12px;overflow:hidden;margin-bottom:30px;border:1px solid var(--gold-dark);position:relative;width:100%;aspect-ratio:2 / 1}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .8s ease-in-out;display:block}.hero-slide.active{opacity:1;z-index:1}.hero-slide img{width:100%;height:100%;display:block;object-fit:cover}.banner-content{position:absolute;top:50%;right:30px;transform:translateY(-50%);z-index:2;text-align:right;max-width:60%;pointer-events:none}.banner-content h2{color:var(--gold-primary);font-size:2.2rem;margin-bottom:10px;font-weight:800;text-shadow:2px 2px 8px rgba(0,0,0,.9)}.banner-content p{color:#1a1a1a;font-size:1.1rem;text-shadow:1px 1px 4px rgba(255,255,255,.9);background:#ffffffb3;display:inline-block;padding:5px 10px;border-radius:4px}@media(max-width:768px){.banner-content{right:15px}.banner-content h2{font-size:1.4rem}.banner-content p{font-size:.8rem}}.banner-dots{position:absolute;bottom:15px;left:0;width:100%;display:flex;justify-content:center;gap:8px}.dot{width:10px;height:10px;background-color:#0000004d;border-radius:50%}.dot.active{background-color:var(--gold-primary)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding:0 5px}.section-title{font-size:1.3rem;font-weight:800;color:var(--text-dark)}.see-more{font-size:.9rem;color:var(--text-gray)}.horizontal-scroll{display:flex;gap:20px;overflow-x:auto;overflow-y:hidden;padding-bottom:20px;scrollbar-width:thin;scrollbar-color:var(--gold-primary) transparent;-webkit-overflow-scrolling:touch;width:100%}.horizontal-scroll::-webkit-scrollbar{height:6px}.horizontal-scroll::-webkit-scrollbar-thumb{background-color:var(--gold-primary);border-radius:10px}.scroll-card{flex-shrink:0;width:200px!important;min-width:200px!important;height:350px!important;max-height:3500px!important;background:#fff;border-radius:12px;padding:0;text-align:center;color:#0d1117;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.scroll-card img{width:100%;height:180px;object-fit:contain;margin-bottom:10px}.scroll-card h4{font-size:1rem;margin:8px 0;font-weight:700}.scroll-card .price{color:var(--gold-dark);font-size:1.1rem;font-weight:800}.unified-card{border:1px solid var(--border-color);box-shadow:0 4px 15px #0000000d;transition:all .3s ease!important;position:relative;background:var(--card-bg)!important;display:flex;flex-direction:column}.unified-card:hover{transform:translateY(-8px);box-shadow:0 12px 25px #0000001a;border-color:var(--gold-primary)}.card-image-wrapper{position:relative;width:100%;height:160px;overflow:hidden;border-radius:8px 8px 0 0;margin-bottom:12px}.card-image-wrapper img{width:100%;height:100%;object-fit:contain;transition:transform .5s ease}.unified-card:hover .card-image-wrapper img{transform:scale(1.1)}.favorite-btn{position:absolute;top:0;right:0;background:#0006;border:none;width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.favorite-btn:hover{background:#0009;transform:scale(1.1)}.favorite-btn.active{background:#ffffffe6}.heart-icon-svg{width:20px;height:20px;transition:all .3s ease}.discount-tag{position:absolute;top:10px;left:10px;background:var(--danger);color:#fff;padding:4px 8px;border-radius:6px;font-size:.85rem;font-weight:800;z-index:2;box-shadow:0 2px 5px #0003}.clone-card{background:#fff!important;border-radius:12px;overflow:hidden;position:relative;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000014;border:1px solid #F0F0F0;transition:transform .3s ease,box-shadow .3s ease!important;width:100%}.scroll-card.clone-card{width:200px!important;min-width:200px!important;height:350px!important;max-height:350px!important;flex-shrink:0}.clone-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001a}.clone-card-image-wrapper{position:relative;width:100%;height:180px;background:#fff;display:flex;align-items:center;justify-content:center;padding:0;overflow:hidden}.clone-product-img{width:100%;height:100%;object-fit:contain;transition:transform .4s ease}.clone-card:hover .clone-product-img{transform:scale(1.08)}.clone-favorite-btn{position:absolute;top:15px;left:15px;background:#fff;border:none;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 4px 10px #0000001a;transition:all .2s ease}.clone-favorite-btn:hover{background:#f5f5f5;transform:scale(1.1)}.clone-favorite-btn svg{width:18px;height:18px;stroke:#1a1a1a!important}.clone-favorite-btn.active svg{fill:#1a1a1a!important;stroke:#1a1a1a!important}.clone-badges-container{position:absolute;top:12px;right:12px;display:flex;flex-direction:column;gap:6px;z-index:10}.clone-badge-dark{background:#1a1a1a;color:#fff;font-size:.75rem;font-weight:700;padding:4px 12px;border-radius:20px}.clone-badge-discount,.clone-badge-timer{background:#e53935;color:#fff;font-size:.75rem;font-weight:700;padding:4px 12px;border-radius:20px}.clone-product-details{padding:12px 15px 15px;display:flex;flex-direction:column;flex-grow:1;text-align:center}@media(max-width:480px){.clone-product-details{padding:8px}.clone-card-image-wrapper{height:180px}.clone-product-title{font-size:.9rem}.clone-current-price{font-size:1rem}}.clone-product-title{font-size:17px;font-weight:800;color:#0d1117;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.clone-rating{display:flex;align-items:center;justify-content:center;gap:4px;margin-bottom:10px;font-size:.85rem}.clone-rating .star{color:#d4af37}.clone-rating .rating-num{font-weight:700;color:#1a1a1a}.clone-rating .rating-count{color:#888}.clone-price-box{margin-bottom:15px;display:flex;align-items:center;justify-content:center;gap:8px}.clone-current-price{color:#0d1117;font-size:15px;font-weight:900}.clone-old-price{font-size:.95rem;color:#999;text-decoration:line-through}.clone-price-box small{font-size:.75rem;font-weight:600;margin-right:2px}.clone-card-footer{margin-top:15px}.clone-add-btn{width:100%;height:42px;background:transparent;color:#b8941e;border:1.5px solid #b8941e;border-radius:12px;font-size:16px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .3s ease}.clone-add-btn:hover{background:#b8941e;color:#fff}.clone-hero-banner{position:relative;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);height:700px;background:#000;overflow:hidden;border-radius:0}.clone-hero-slide{position:absolute;inset:0;opacity:0;transition:all 1.2s cubic-bezier(.4,0,.2,1);border-radius:0}.clone-hero-slide.active{opacity:1;z-index:1}.clone-hero-slide img{width:100%;height:100%;object-fit:cover;border-radius:0}.clone-hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,#0000 0% 100%);z-index:2}.clone-hero-content{position:absolute;top:50%;right:5%;transform:translateY(-50%);z-index:3;color:#fff;max-width:500px}.clone-hero-content h2{font-size:3rem;font-weight:800;margin-bottom:20px;line-height:1.2;color:var(--gold-primary)}.clone-hero-content p{font-size:1.2rem;margin-bottom:30px;opacity:.9}.clone-hero-buttons{display:flex;gap:15px}.clone-btn-primary{background:#d4af37;color:#fff;border:none;padding:12px 30px;border-radius:30px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.clone-btn-primary:hover{background:#b58500;transform:translateY(-2px)}.clone-btn-secondary{background:transparent;color:#fff;border:2px solid #FFFFFF;padding:10px 30px;border-radius:30px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.clone-btn-secondary:hover{background:#fff;color:#1a1a1a}.clone-vertical-strip-container{position:absolute;top:0;left:40px;height:100%;width:60px;z-index:3;overflow:hidden;pointer-events:none}.clone-vertical-strip{display:flex;flex-direction:column;align-items:center;gap:40px;animation:scrollY 25s linear infinite}.clone-vertical-strip span{color:var(--gold-primary);font-size:1.2rem;font-weight:800;letter-spacing:2px;writing-mode:vertical-rl;text-orientation:mixed;white-space:nowrap;display:inline-block}@keyframes scrollY{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.clone-banner-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:10px}.clone-dot{width:12px;height:12px;border-radius:50%;background:#fff6;cursor:pointer;transition:all .3s ease}.clone-dot.active{background:#d4af37;transform:scale(1.2)}.clone-showcase-section{position:relative;border-radius:0;padding:65px 0 100px;margin:30px 0;overflow:hidden;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);z-index:1}.clone-showcase-section:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:40%;background:#f8f9fa;z-index:-1}.showcase-dark-bg{background-size:cover;background-position:center;color:#fff}.clone-showcase-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:30px;position:relative;z-index:2}.clone-showcase-badge{background:#fff1c5;color:#b58500;padding:6px 16px;border-radius:30px;font-size:.9rem;font-weight:800;margin-bottom:15px}.clone-showcase-title{font-size:2.5rem;font-weight:800;margin-bottom:10px}.clone-showcase-subtitle{font-size:1.1rem;opacity:.8;margin-bottom:20px}.clone-btn-view-all{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:#fff;padding:10px 24px;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.clone-btn-view-all:hover{background:#fff3;border-color:#fff}.clone-showcase-grid{position:relative;z-index:2;padding:0}.clone-showcase-grid .horizontal-scroll::-webkit-scrollbar-track{background:#ffffff0d}.clone-showcase-grid .horizontal-scroll::-webkit-scrollbar-thumb{background:#fff3}@media(max-width:768px){.clone-hero-content h2{font-size:2.2rem}.clone-showcase-title{font-size:2rem}.clone-showcase-section{padding:40px 20px}.most-wanted-bg{background-attachment:scroll!important;border-radius:0}}.clone-section-header-centered{display:flex;flex-direction:column;align-items:center;text-align:center;margin:60px 0 30px}.clone-showcase-title-dark{font-size:2.2rem;font-weight:800;color:#1a1a1a;margin-top:10px}.clone-categories-masonry{display:flex;justify-content:center;gap:20px;padding:40px 20px;max-width:1400px;margin:0 auto}[dir=rtl] .clone-category-item-large{grid-column:1}[dir=rtl] .clone-categories-small-grid{grid-column:2}[dir=rtl] .clone-categories-masonry{flex-direction:row-reverse}[dir=ltr] .clone-category-item-large{grid-column:2}[dir=ltr] .clone-categories-small-grid{grid-column:1}.clone-category-item-large{position:relative;width:30%;aspect-ratio:1 / 2;border-radius:20px;overflow:hidden;cursor:pointer;background-size:cover;background-position:center;transition:all .5s ease;box-shadow:0 10px 30px #0000001a}.clone-categories-small-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:20px;width:60%}.clone-category-item-small{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:20px;overflow:hidden;cursor:pointer;background-size:cover;background-position:center;transition:all .5s ease}.clone-category-item-overlay{position:absolute;inset:0;background:linear-gradient(to top,#000000b3,#0000001a);z-index:1;transition:background .3s ease}.clone-category-item-name{position:absolute;bottom:25px;right:25px;color:#fff;font-size:1.4rem;font-weight:800;z-index:2;text-shadow:0 2px 4px rgba(0,0,0,.5)}.clone-category-item-large:hover,.clone-category-item-small:hover{transform:scale(.98)}.clone-category-item-large:hover .clone-category-item-overlay,.clone-category-item-small:hover .clone-category-item-overlay{background:#0000004d}.clone-brands-showcase-section{background:linear-gradient(135deg,#0f0f0f,#1a1a1a);padding:10px 0;margin-top:40px;overflow:hidden;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);border-radius:0}.clone-section-header-centered.inv .clone-showcase-title-light{color:#fff;font-size:2.2rem;font-weight:800}.clone-section-header-centered.inv .clone-showcase-subtitle-light{color:#aaa;font-size:1rem;margin-top:10px}.clone-section-header-centered .gold{background:#d4af37;color:#000}.clone-brands-slider-wrapper{width:100%;margin-top:10px;position:relative;overflow:hidden;cursor:grab}.clone-brands-slider-wrapper:active{cursor:grabbing}.clone-brands-slider{display:flex;flex-wrap:nowrap;align-items:stretch;gap:20px;padding:20px 0;width:max-content}.infinite-marquee{animation:marquee-scroll-rtl 40s linear infinite;animation-play-state:var(--marquee-play-state, running)}@keyframes marquee-scroll-rtl{0%{transform:translate(0)}to{transform:translate(calc(100% / 3 + 6.66px))}}[dir=rtl] .infinite-marquee{animation:marquee-scroll-rtl-proper 40s linear infinite}@keyframes marquee-scroll-rtl-proper{0%{transform:translate(0)}to{transform:translate(calc(-100% / 3))}}.clone-brand-card-vertical{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:35px 20px;min-width:240px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;-webkit-user-select:none;user-select:none}.clone-brand-card-vertical:hover{background:#ffffff1a;transform:translateY(-8px);border-color:#d4af37}.clone-showcase-section{padding:65px 0 100px;margin:30px 0 20px;position:relative;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);border-radius:0}.clone-brand-logo-circle{width:130px;height:130px;background:#fff;border-radius:20px;display:flex;align-items:center;justify-content:center;padding:15px;box-shadow:0 15px 30px #00000040;position:relative;overflow:hidden;transition:all .3s ease}.clone-brand-logo-circle span{font-weight:900;color:#000;font-size:.8rem}.clone-brand-logo-circle img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.05));transition:transform .3s ease}.clone-showcase-section showcase-dark-bg.most-wanted-bg{overflow:hidden}.clone-brands-slider-wrapper{width:100%;overflow:hidden;position:relative;touch-action:pan-y pinch-zoom}.clone-brands-slider-wrapper.is-dragging{cursor:grabbing}.brand-card-info{margin-top:20px;text-align:center}.brand-name-ar{color:#fff;font-size:1.1rem;font-weight:800}.brand-name-en{color:#777;font-size:.8rem;margin-top:3px}.brand-discover-btn{margin-top:15px;background:#d4af37;color:#000;border:none;padding:10px 20px;border-radius:30px;font-weight:800;font-size:.85rem;cursor:pointer;transition:all .3s ease}.brand-discover-btn:hover{background:#fff;transform:scale(1.05)}@media(max-width:1024px){.clone-categories-masonry{flex-direction:column!important;height:auto;padding:15px;gap:15px}.clone-category-item-large,.clone-categories-small-grid{width:100%!important}.clone-categories-small-grid{display:flex;flex-direction:column;gap:15px}.clone-category-item-large,.clone-category-item-small{aspect-ratio:auto!important;height:260px;border-radius:12px}}@media(max-width:768px){.clone-brands-slider-wrapper{margin-top:30px}.clone-brand-card-vertical{min-width:220px;padding:30px 15px}.clone-brand-logo-circle{width:110px;height:110px}}.price-box{margin-bottom:15px;display:flex;flex-direction:column;align-items:center;gap:2px}.current-price{color:var(--gold-dark);font-size:1.2rem;font-weight:800}.old-price{color:var(--text-gray);font-size:.85rem;text-decoration:line-through;opacity:.7}.currency-label{font-size:.75rem;color:var(--text-gray);margin-right:4px;font-weight:500}.add-to-cart-btn-large{flex:1;background:var(--gold-primary);color:var(--card-bg);border:none;padding:15px;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.action-buttons-group{display:flex;gap:10px;margin-top:10px}.favorite-btn-large{background:#0000000d;border:1px solid #ddd;padding:15px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-width:150px}.favorite-btn-large:hover{background:#0000001a}.favorite-btn-large.active{color:var(--danger);border-color:var(--danger)}.product-ribbon{position:absolute;top:25px;right:-35px;width:150px;padding:6px 0;color:#fff;text-align:center;font-size:.75rem;font-weight:800;transform:rotate(45deg);z-index:5;box-shadow:0 4px 10px #0000004d;text-transform:uppercase;letter-spacing:1px;pointer-events:none;text-shadow:0 1px 2px rgba(0,0,0,.5);border:1px solid rgba(255,255,255,.2)}.currency-modal{max-width:90%!important;width:350px!important;border-radius:20px!important;padding-bottom:30px!important}.currency-options{display:flex;flex-direction:column;gap:12px;padding:10px 0}.currency-option{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#f8f9fa;border:1px solid #eee;border-radius:12px;cursor:pointer;transition:all .2s ease}.currency-option:hover{background:#fdfaf3;border-color:var(--gold-secondary)}.currency-option.active{background:#fdfaf3;border-color:var(--gold-primary);box-shadow:0 4px 12px #d4af371a}.curr-info{display:flex;align-items:center;gap:12px}.curr-flag{font-size:1.4rem}.curr-name{font-weight:600;color:var(--card-bg)}body:not(.dark-mode) .curr-name{color:#333}.currency-option.active .curr-name{color:var(--gold-primary)}.exchange-info{margin-top:20px;text-align:center;color:#888;font-size:.8rem}.currency-badge-nav{display:flex;flex-direction:column;align-items:center;gap:4px}.currency-badge-nav span{font-size:.7rem;font-weight:800;color:var(--gold-primary);text-transform:uppercase}.categories-row{display:flex;justify-content:center;gap:25px;flex-wrap:wrap;padding:10px 0 30px;width:100%}.cat-circle-item{display:flex;flex-direction:column;align-items:center;width:90px;cursor:pointer}.cat-circle-item.active .cat-circle{border-color:var(--gold-light);box-shadow:0 0 10px var(--gold-primary)}.cat-circle{width:85px;height:85px;border-radius:50%;border:3px solid var(--gold-primary);overflow:hidden;margin-bottom:12px;background:#fff;display:flex;align-items:center;justify-content:center;transition:transform .2s}.cat-circle img{width:100%;height:100%;object-fit:cover}.cat-circle-item span{font-size:.9rem;color:var(--text-dark);font-weight:600;text-align:center;white-space:normal;max-width:90px}.sort-bar{display:flex;justify-content:center;margin:20px 0 40px}.sort-btn{background:linear-gradient(to bottom,var(--gold-light),var(--gold-dark));border:none;padding:12px 50px;border-radius:30px;color:#000;font-weight:900;font-family:inherit;cursor:pointer;font-size:1.1rem;box-shadow:0 4px 15px #c6a6484d}.sss{width:100%;display:block;direction:rtl;padding:40px 0;box-sizing:border-box}.main-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:15px;width:100%;box-sizing:border-box}@media(max-width:480px){.main-grid{grid-template-columns:repeat(2,1fr);gap:10px}}.grid-product-card{background:var(--card-bg);border-radius:12px;padding:10px;text-align:center;color:var(--text-dark);display:flex;flex-direction:column;box-shadow:0 2px 8px #0000001a;transition:transform .2s;cursor:pointer;overflow:hidden;box-sizing:border-box}.grid-product-card:hover{transform:translateY(-5px)}.grid-product-card img{width:100%;height:140px;object-fit:cover;border-radius:8px;margin-bottom:10px}.product-details{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.grid-product-card h3{font-size:.95rem;margin:0 0 8px;font-weight:700;color:var(--text-dark);line-height:1.4;max-height:2.8rem;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none}.grid-product-card h3::-webkit-scrollbar{display:none}.grid-product-card .price{font-size:1.1rem;color:var(--gold-dark);font-weight:800;margin-bottom:12px}.add-btn-gold{background:linear-gradient(to right,var(--gold-dark),var(--gold-light));border:none;color:#000;font-weight:800;padding:10px 5px;border-radius:8px;cursor:pointer;font-family:inherit;font-size:1rem;width:100%;transition:all .3s ease}.add-btn-gold:hover{background:linear-gradient(to right,#111,#333);color:var(--gold-primary);box-shadow:0 4px 10px #00000026}.skeleton-card{background:var(--card-bg);border-radius:12px;padding:12px;display:flex;flex-direction:column;box-shadow:0 2px 8px #0000000d;border:1px solid var(--border-color)}.skeleton-img{width:100%;height:150px;border-radius:8px;margin-bottom:12px;background:#e0e0e0;animation:pulse 1.5s infinite ease-in-out}.skeleton-text{height:14px;background:#e0e0e0;border-radius:4px;margin-bottom:8px;animation:pulse 1.5s infinite ease-in-out}.skeleton-text.short{width:60%}.skeleton-text.price{height:18px;width:40%;margin-bottom:12px}.skeleton-btn{height:38px;width:100%;background:#e0e0e0;border-radius:8px;animation:pulse 1.5s infinite ease-in-out}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background-color:#000;border-top:1px solid #222;display:flex;justify-content:center;padding-bottom:env(safe-area-inset-bottom);z-index:1000}.bottom-nav-inner{width:100%;display:flex;justify-content:space-around;padding:12px 0 18px;position:relative}.nav-item{display:flex;flex-direction:column;align-items:center;color:var(--text-gray);font-size:.85rem;gap:6px;cursor:pointer}.nav-item.active{color:var(--gold-primary)}.nav-item.center-item{position:relative;top:-25px}.nav-item.center-item .nav-icon{background:#111;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--gold-primary);box-shadow:0 0 15px #c6a64833}.modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:flex-end;justify-content:center;z-index:3000;opacity:0;visibility:hidden;transition:all .3s}.modal-overlay.open{opacity:1;visibility:visible}.modal-content{background:#1a1a1a;width:100%;max-width:500px;border-radius:20px 20px 0 0;padding:30px 20px;transform:translateY(100%);transition:transform .3s ease}.modal-overlay.open .modal-content{transform:translateY(0)}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;border-bottom:1px solid #333;padding-bottom:15px}.modal-header h3{margin:0;color:var(--gold-primary)}.close-modal{font-size:1.5rem;color:var(--text-gray);cursor:pointer}.sort-options{display:flex;flex-direction:column;gap:15px}.sort-option{padding:15px;border-radius:12px;background:#222;color:var(--text-light);display:flex;justify-content:space-between;align-items:center;cursor:pointer}.sort-option.active{background:#333;border:1px solid var(--gold-primary)}.sort-option .check-mark{color:var(--gold-primary);font-weight:700}.gold-icon{width:24px;height:24px;fill:currentColor;display:block}.nav-item .gold-icon{width:28px;height:28px;margin-bottom:4px}.nav-item.active .gold-icon{fill:var(--gold-primary)}.header-top .gold-icon{width:22px;height:22px}.about-page{padding:20px 0;color:var(--text-light)}.about-hero{text-align:center;margin-bottom:50px;padding:40px 20px;background:linear-gradient(135deg,#111,#000);border-radius:15px;border:1px solid var(--gold-dark)}.about-hero h1{color:var(--gold-primary);font-size:2.5rem;margin-bottom:10px}.about-hero .subtitle{font-size:1.2rem;color:var(--gold-light)}.about-section{margin-bottom:40px}.about-section h2{color:var(--gold-primary);border-bottom:2px solid var(--gold-dark);display:inline-block;padding-bottom:8px;margin-bottom:20px}.about-section p{line-height:1.8;font-size:1.1rem;color:#ccc}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-bottom:50px}.about-card{background:#111;padding:30px;border-radius:12px;border:1px solid #222;text-align:center;transition:transform .3s}.about-card:hover{transform:translateY(-5px);border-color:var(--gold-primary)}.card-icon{font-size:3rem;margin-bottom:20px}.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.features-list li{display:flex;align-items:center;gap:10px;font-size:1.1rem}.features-list li span{color:var(--gold-primary);font-weight:700}.legal-info{text-align:center;margin-top:60px;padding:20px;border-top:1px solid #222;color:var(--text-gray);font-size:.9rem}.cart-page h2,.checkout-form h2{color:var(--gold-primary);margin-bottom:30px;text-align:center}.cart-items{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.cart-item{background:#111;border:1px solid #222;border-radius:12px;padding:15px;display:flex;gap:20px;align-items:center}.item-image{width:80px;height:80px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#222}.item-image img{width:100%;height:100%;object-fit:cover}.item-details{flex-grow:1}.cart-item h3{margin:0 0 5px;color:var(--text-light);font-size:1.1rem}.variant-tag{display:inline-block;background:#333;padding:4px 10px;border-radius:5px;font-size:.8rem;margin-left:10px}.item-price{color:var(--gold-primary);font-weight:700;margin-top:5px}.item-actions{display:flex;align-items:center;gap:20px}.item-actions input{width:60px;background:#222;border:1px solid #444;color:#fff;padding:8px;border-radius:5px;text-align:center}.remove-btn{background:#c62828;color:#fff;border:none;width:30px;height:30px;border-radius:50%;cursor:pointer}.cart-summary{background:#111;padding:30px;border-radius:12px;text-align:center;border:1px solid var(--gold-dark)}.checkout-btn,.confirm-btn{background:linear-gradient(to right,var(--gold-dark),var(--gold-light));border:none;padding:15px 50px;border-radius:30px;color:#000;font-weight:900;font-size:1.1rem;cursor:pointer;margin-top:20px;width:100%}.product-details-page{padding:30px 0}.product-details-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px}@media(max-width:768px){.product-details-layout{grid-template-columns:100%}}.product-gallery img{width:100%;border-radius:15px;border:1px solid #333}.product-info-column h1{color:var(--gold-primary);font-size:2.2rem;margin-bottom:15px}.product-info-column .price-tag{font-size:1.8rem;color:var(--gold-light);font-weight:800;margin-bottom:25px}.product-info-column .description{line-height:1.8;color:#000;margin-bottom:30px;font-size:1.3rem}.options-group{margin-bottom:25px}.options-group h4{margin-bottom:15px}.color-options,.size-options{display:flex;gap:10px;flex-wrap:wrap}.color-btn{width:40px;height:40px;border-radius:50%;border:2px solid transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff}.color-btn.selected{border-color:var(--gold-primary);transform:scale(1.1)}.size-btn{padding:10px 20px;background:#111;border:1px solid #444;color:#fff;border-radius:8px;cursor:pointer}.size-btn.selected{background:var(--gold-primary);color:#000;border-color:var(--gold-primary)}.quantity-control{display:flex;align-items:center;gap:20px;margin-bottom:30px}.quantity-control button{width:40px;height:40px;border-radius:50%;border:1px solid #444;background:#222;color:#fff;font-size:1.2rem;cursor:pointer}.add-to-cart-btn-large{background:linear-gradient(to right,var(--gold-dark),var(--gold-light));border:none;padding:18px 0;width:100%;border-radius:12px;color:#000;font-weight:900;font-size:1.2rem;cursor:pointer}.search-page h2{color:var(--gold-primary);margin-bottom:40px}.empty-cart,.success-message{text-align:center;padding:100px 20px}.empty-cart h2,.success-message h2{color:var(--gold-primary);margin-bottom:20px}.empty-cart button,.success-message button{background:var(--gold-primary);border:none;padding:10px 30px;border-radius:5px;color:#000;font-weight:700;cursor:pointer}.search-modal-overlay{align-items:flex-start!important;padding-top:10px;background-color:#000c!important}.search-modal-content{width:95%!important;max-width:600px!important;border-radius:15px!important;padding:0!important;overflow:hidden;background:#fff;animation:slideDown .3s ease-out}@keyframes slideDown{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.search-modal-header{display:flex;align-items:center;gap:10px;padding:15px;border-bottom:1px solid #f0f0f0;background:#fff}.search-input-wrapper{flex:1;display:flex;align-items:center;background:#f5f5f5;padding:8px 12px;border-radius:10px;gap:10px}.search-input-wrapper input{flex:1;border:none;background:transparent;font-size:1rem;outline:none;padding:4px 0;font-family:inherit}.clear-search{cursor:pointer;font-size:1.2rem;color:#999}.search-cancel-btn{background:none;border:none;color:var(--gold-primary);font-weight:600;font-size:.9rem;cursor:pointer}.search-results-container{max-height:70vh;overflow-y:auto;background:#fff}.suggestions-list{padding:10px 0}.suggestion-item{display:flex;align-items:center;gap:15px;padding:12px 15px;cursor:pointer;transition:background .2s;border-bottom:1px solid #fafafa}.suggestion-item:hover{background:#f9f9f9}.suggestion-item img{width:50px;height:50px;object-fit:cover;border-radius:8px}.suggestion-info{display:flex;flex-direction:column;gap:2px}.suggestion-name{font-weight:600;font-size:.95rem;color:#333}.suggestion-category{font-size:.75rem;color:#888}.see-all-results-btn{width:100%;padding:15px;border:none;background:#fff;color:var(--gold-primary);font-weight:700;font-size:.95rem;border-top:1px solid #f0f0f0;cursor:pointer}.no-suggestions{padding:40px 20px;text-align:center;color:#888}.menu-social{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:8px}.menu-social-link{display:flex;align-items:center;justify-content:center}.menu-contact{position:relative}.contact-dropdown{margin-top:6px;background:#ffffff2d;border-radius:8px;color:#fff;padding:8px 0;box-shadow:0 6px 20px #0000001a}.contact-dropdown a{display:flex;align-items:center;gap:10px;padding:8px 14px;text-decoration:none;color:#fff;font-weight:700;font-size:14px}.contact-dropdown a:hover{background:#fff;color:#000}.instagram-link{border-top:1px solid #eee;margin-top:4px}@media(max-width:480px){.most-wanted-page.container,.favorites-page.container,.search-page.container,.offer-page.container{padding-left:4px!important;padding-right:4px!important;width:100%;max-width:100%}.main-grid{gap:10px!important}}.floating-badge{animation:floatContinuous 3s ease-in-out infinite;display:inline-block}@keyframes floatContinuous{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}:root{--luxury-white: #FAFAFA;--luxury-card-bg: #FFFFFF;--luxury-gold: #C6A648;--luxury-gold-dim: #9E8230;--luxury-gold-gradient: linear-gradient(135deg, #C6A648 0%, #E5C365 50%, #C6A648 100%);--luxury-text-dark: #1A1A1A;--luxury-text-grey: #000000;--luxury-input-bg: #F5F5F5;--luxury-border: #000000;--luxury-shadow: 0 4px 15px rgba(0, 0, 0, .05);--luxury-radius: 12px;--fs-xs: clamp(.7rem, .65rem + .25vw, .85rem);--fs-sm: clamp(.85rem, .8rem + .25vw, 1rem);--fs-base: clamp(1rem, .95rem + .25vw, 1.1rem);--fs-md: clamp(1.1rem, 1rem + .5vw, 1.4rem);--fs-lg: clamp(1.4rem, 1.2rem + 1vw, 2rem);--fs-xl: clamp(2rem, 1.8rem + 1.5vw, 3rem)}.luxury-theme-wrapper{background-color:var(--luxury-white);color:var(--luxury-text-dark);font-family:Tajawal,sans-serif;min-height:100vh;padding-bottom:80px}.luxury-container{max-width:800px;margin:0 auto;padding:20px;background-color:transparent;min-height:auto}.luxury-header{text-align:center;padding:20px 0;margin-bottom:20px;border-bottom:1px solid var(--luxury-border)}.luxury-header h1{color:var(--luxury-gold);font-size:var(--fs-lg);margin:0}.luxury-input-group{margin-bottom:15px}.luxury-input-group label{display:block;margin-bottom:8px;font-weight:600;color:var(--luxury-text-dark)}.luxury-input{width:100%;padding:12px 15px;background-color:var(--luxury-input-bg);border:1px solid var(--luxury-border);border-radius:8px;color:var(--luxury-text-dark);font-size:var(--fs-base);transition:all .3s ease;height:48px;text-align:right;outline:none;background-image:none!important}.luxury-input:focus{outline:none;border-color:var(--luxury-gold);background-color:#fff;box-shadow:0 0 0 4px #c6a6481a}.luxury-input:-webkit-autofill,.luxury-input:-webkit-autofill:hover,.luxury-input:-webkit-autofill:focus,.luxury-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px var(--luxury-input-bg) inset!important;-webkit-text-fill-color:var(--luxury-text-dark)!important;transition:background-color 5000s ease-in-out 0s}.luxury-card{background-color:var(--luxury-card-bg);border:1px solid var(--luxury-border);border-radius:var(--luxury-radius);padding:20px;margin-bottom:20px;box-shadow:var(--luxury-shadow);transition:transform .3s ease,box-shadow .3s ease}.luxury-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000014}.luxury-card-title{color:var(--luxury-gold);font-size:var(--fs-md);margin-bottom:15px;text-align:center}.cart-item-image{width:80px;height:80px;min-width:80px;border-radius:10px;border:1px solid var(--luxury-border);margin-left:15px;object-fit:cover;background-color:#fff}@media(min-width:768px){.cart-item-image{width:100px;height:100px;min-width:100px}}.cart-item-luxury{display:flex;justify-content:space-between;align-items:center;background-color:var(--luxury-card-bg);border:1px solid var(--luxury-border);border-radius:12px;padding:12px;margin-bottom:12px}.cart-item-details{flex:1;text-align:right}.luxury-card-title{color:var(--luxury-gold);font-size:var(--fs-lg);font-weight:800;margin-bottom:20px}.luxury-card-text{color:var(--luxury-text-grey);font-size:var(--fs-sm);line-height:1.6}.cart-item-title{color:var(--luxury-text-dark);font-weight:700;font-size:var(--fs-base);margin-bottom:5px}.cart-item-price{color:var(--luxury-gold);font-size:var(--fs-sm)}.account-avatar-wrapper{width:80px;height:80px;border-radius:50%;border:3px solid #fff;overflow:hidden;box-shadow:0 4px 15px #0000001a}.account-avatar{width:100%;height:100%;object-fit:cover}.cashback-card{background:var(--luxury-gold-gradient);border-radius:var(--luxury-radius);padding:25px;text-align:center;color:var(--luxury-black);margin:20px 0 30px;box-shadow:0 15px 35px #d4af374d}.cashback-title{font-size:.9rem;font-weight:700;margin-bottom:5px;opacity:.8}.cashback-amount{font-size:2.2rem;font-weight:800;margin-bottom:15px}.cashback-amount-label{font-size:1rem;font-weight:400}.cashback-btn{background:var(--luxury-black);color:var(--luxury-gold);border:none;padding:8px 25px;border-radius:20px;font-weight:700;cursor:pointer;transition:all .3s ease}.cashback-btn:hover{transform:scale(1.05);background:#222}.account-tabs-underline{display:flex;justify-content:space-around;border-bottom:1px solid var(--luxury-border);margin-bottom:25px}.account-tab-link{padding:12px 20px;cursor:pointer;color:var(--luxury-text-grey);font-weight:700;position:relative;transition:color .3s ease}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:15px;margin-top:20px}.setting-item{background-color:#fff;border:1px solid var(--luxury-border);border-radius:var(--luxury-radius);padding:20px;text-align:center;cursor:pointer;transition:all .3s ease;box-shadow:var(--luxury-shadow)}.setting-item:hover{border-color:var(--luxury-gold);transform:translateY(-3px);background-color:#c6a64805}.setting-item .icon{font-size:1.8rem;display:block;margin-bottom:10px}.setting-item label{font-size:.85rem;color:var(--luxury-text-dark);font-weight:600;cursor:pointer}.cart-quantity-control{display:flex;align-items:center;background:#333;border-radius:20px;padding:2px 8px;margin-top:8px;width:fit-content}.qty-btn{border:none;background:none;color:var(--luxury-gold);font-size:1.2rem;cursor:pointer;padding:0 8px}.qty-display{color:var(--luxury-text-dark);padding:0 8px;font-weight:700}.delete-btn{color:#ff4d4d;background:none;border:none;cursor:pointer;font-size:1.2rem;margin-right:10px}.delivery-option{display:flex;justify-content:space-between;align-items:center;padding:15px;border:1px solid var(--luxury-border);border-radius:8px;margin-bottom:10px;cursor:pointer;transition:all .3s}.delivery-option.selected{border-color:var(--luxury-gold);background-color:#c6a6481a}.delivery-option label{display:flex;align-items:center;gap:10px;width:100%;cursor:pointer;color:var(--luxury-text-dark)}.custom-radio{width:20px;height:20px;border:2px solid var(--luxury-gold);border-radius:50%;display:flex;align-items:center;justify-content:center}.custom-radio:after{content:"";width:10px;height:10px;background-color:var(--luxury-gold);border-radius:50%;display:none}.delivery-option.selected .custom-radio:after{display:block}.summary-row{display:flex;justify-content:space-between;margin-bottom:10px;color:var(--luxury-text-grey)}.summary-total{border-top:1px solid var(--luxury-border);padding-top:15px;margin-top:15px;font-size:1.2rem;color:var(--luxury-gold);font-weight:700}.bank-details{background-color:#f9f9f9;padding:15px;border-radius:8px;margin-top:10px;border:1px dashed var(--luxury-border);text-align:center;color:var(--luxury-text-grey);font-size:.9rem}.upload-btn{display:flex;align-items:center;justify-content:center;gap:10px;background-color:transparent;border:1px solid var(--luxury-gold);color:var(--luxury-gold);padding:10px;border-radius:8px;margin-top:10px;cursor:pointer;width:100%}.upload-btn:hover{background-color:#d4af371a}.submit-btn{background:var(--luxury-gold-gradient);color:#000;border:none;width:100%;padding:15px;border-radius:12px;font-size:1.2rem;font-weight:800;margin-top:20px;cursor:pointer;box-shadow:0 4px 15px #d4af374d}.submit-btn:hover{transform:translateY(-2px)}.luxury-tabs{display:flex;background-color:var(--luxury-dark-grey);padding:5px;border-radius:10px;margin-bottom:20px}.luxury-tab{flex:1;background:none;border:none;padding:10px;color:var(--luxury-text-grey);cursor:pointer;border-radius:8px;transition:all .3s}.luxury-tab.active{background-color:var(--luxury-gold);color:#000;font-weight:700}.d-flex{display:flex}.justify-content-between{justify-content:space-between}.align-items-center{align-items:center}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.text-center{text-align:center}.text-muted{color:var(--luxury-text-grey)!important}.alert{padding:15px;border-radius:8px;margin-bottom:20px;border:1px solid transparent}.alert-danger{background-color:#dc354533;border-color:#dc3545;color:#ff6b6b}.alert-success{background-color:#28a74533;border-color:#28a745;color:#5ddc79}.row{display:flex;flex-wrap:wrap;margin-right:-10px;margin-left:-10px}.col-12,.col-md-6{position:relative;width:100%;padding-right:10px;padding-left:10px}@media(min-width:768px){.col-md-6{flex:0 0 50%;max-width:50%}}.account-avatar-wrapper{position:relative;width:60px;height:60px}.account-avatar{width:100%;height:100%;border-radius:50%;border:2px solid var(--luxury-gold);object-fit:cover}.cashback-card{background:linear-gradient(to bottom,#d4af37,#a68625);border-radius:20px;padding:25px;margin:20px 0;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000080}.cashback-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%)}.cashback-title{color:#000;font-size:1.1rem;font-weight:700;margin-bottom:5px}.cashback-amount{color:#000;font-size:2.5rem;font-weight:900;margin:0}.cashback-amount-label{font-size:1.2rem;font-weight:700;margin-right:5px}.cashback-btn{background:#00000026;border:1px solid rgba(255,255,255,.3);color:#fff;padding:8px 20px;border-radius:12px;font-weight:700;margin-top:15px;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.account-tabs-underline{display:flex;justify-content:space-around;border-bottom:1px solid #333;margin-bottom:20px}.account-tab-link{padding:15px 10px;color:#000;text-decoration:none;font-weight:700;position:relative;cursor:pointer;transition:all .3s}.account-tab-link.active{color:var(--luxury-gold)}.account-tab-link.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:var(--luxury-gold)}.order-status-card{background:#fff;border-radius:15px;padding:15px;margin-bottom:20px;color:#000}.order-progress-track{display:flex;justify-content:space-between;align-items:flex-start;position:relative;margin:30px 0 10px}.order-progress-line{position:absolute;top:5px;right:5%;width:90%;height:2px;background:#eee;z-index:1}.order-progress-line-fill{height:100%;background:var(--luxury-gold);position:absolute;right:0;transition:width .3s ease}.cart-item-controls{display:flex;flex-direction:column;align-items:flex-end;gap:10px}@media(max-width:768px){.cart-item-luxury{flex-direction:column;align-items:center;text-align:center;position:relative;padding-bottom:20px}.cart-item-image{order:1;width:140px;height:140px;margin:0 0 15px;object-fit:contain;border:none}.cart-item-details{order:2;text-align:center;width:100%;margin-bottom:15px}.cart-item-title{font-size:1.1rem;margin-bottom:8px}.cart-item-price{font-size:1rem;margin-top:5px}.cart-item-controls{order:3;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-top:10px;border-top:1px solid #333;padding-top:15px}.cart-quantity-control{margin:0}.order-progress-track{overflow-x:auto;padding-bottom:20px;justify-content:flex-start;gap:20px}.progress-step{min-width:80px}.progress-step-label{font-size:.7rem}}.progress-step{display:flex;flex-direction:column;align-items:center;gap:8px;position:relative;z-index:2;flex:1}.progress-dot{width:12px;height:12px;border-radius:50%;background:#eee;border:2px solid #000}.progress-dot.completed{background:var(--luxury-gold);box-shadow:0 0 10px var(--luxury-gold)}.progress-step-label{font-size:.75rem;color:#888;text-align:center;font-weight:700}.progress-step.active .progress-step-label{color:#000}.settings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:30px}.setting-item{background:var(--luxury-dark-grey);border:1px solid var(--luxury-gold-dim);border-radius:15px;padding:20px 10px;display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer;transition:all .3s}.setting-item:hover{border-color:var(--luxury-gold);transform:translateY(-3px);background:#c6a6480d}.setting-item i,.setting-item span.icon{font-size:1.8rem;color:var(--luxury-gold);margin-bottom:5px}.setting-item label{font-size:.9rem;color:var(--luxury-text-dark);font-weight:700;text-align:center;cursor:pointer}.btn-outline-gold{background:transparent;border:1px solid var(--luxury-gold);color:var(--luxury-gold);padding:8px 15px;border-radius:8px;font-weight:700;width:100%;margin-bottom:8px}.btn-solid-gold{background:var(--luxury-gold-gradient);border:none;color:#000;padding:10px 15px;border-radius:8px;font-weight:700;width:100%}.invoice-item{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:15px;border-radius:12px;margin-bottom:10px;border:1px solid #eee}.invoice-info{font-size:.9rem;color:#444}.invoice-actions{display:flex;gap:10px}.btn-small-gray{background:#f5f5f5;border:1px solid #e0e0e0;padding:5px 12px;border-radius:6px;font-size:.8rem;color:#666}.btn-small-gold{background:var(--luxury-gold-gradient);border:none;padding:5px 12px;border-radius:6px;font-size:.8rem;color:#000}.luxury-modal-overlay{position:fixed;inset:0;background:#000000d9;display:flex;justify-content:center;align-items:center;z-index:1100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:15px}.luxury-modal-content{background:#fff;border:1px solid var(--luxury-border);border-radius:20px;padding:30px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 15px 50px #0003;animation:modalAppear .3s ease-out;position:relative}@keyframes modalAppear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.evaluation-stars span{transition:transform .2s}.evaluation-stars span:hover{transform:scale(1.2)}.summary-row{display:flex;justify-content:space-between;margin-bottom:10px;font-size:.9rem;color:var(--luxury-text-grey)}.summary-total{display:flex;justify-content:space-between;margin-top:15px;padding-top:15px;border-top:1px solid var(--luxury-border);font-weight:700;color:var(--luxury-gold);font-size:1.1rem}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
