@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: #0A1C30;--card-bg: #FFFFFF;--gold-primary: #C6A648;--gold-light: #E5C365;--gold-dark: #9E8230;--text-light: #FFFFFF;--text-dark: #222222;--text-gray: #777777;--font-family: "Tajawal", sans-serif;--danger: #dc3545}*{box-sizing:border-box}body{margin:0;padding:0;background-color:var(--bg-color);color:var(--text-light);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:var(--bg-color);padding:10px 0;position:sticky;top:0;z-index:1000;width:100%;border-bottom:1px solid var(--gold-dark)}.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:var(--gold-primary);font-size:1.4rem;flex:1}.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:var(--gold-primary);margin:0;font-size:1.5rem;letter-spacing:2px;text-transform:uppercase;font-weight:800;line-height:1.1}.brand-logo small{display:block;font-size:.7rem;color:var(--gold-light);letter-spacing:5px}.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:-280px;width:280px;height:100%;background:var(--bg-color);z-index:2001;transition:right .3s ease;padding:30px 20px;box-shadow:-5px 0 15px #12018041;display:flex;flex-direction:column;overflow-y:auto}.side-menu.open{right:0}.menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;border-bottom:1px solid #222;padding-bottom:20px}.menu-header h2{color:var(--gold-primary);margin:0;font-size:1.4rem}.close-menu{font-size:2rem;color:var(--text-gray);cursor:pointer}.menu-links{display:flex;flex-direction:column;gap:20px}.menu-link{display:flex;align-items:center;gap:15px;font-size:1.1rem;color:var(--text-light);padding:12px;border-radius:8px;transition:background .2s}.menu-link:hover{background:#e7e7e7;color:var(--bg-color)}main.estore-main{padding-bottom:100px;padding-top:10px;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:#fff;font-size:1.1rem;text-shadow:1px 1px 4px rgba(0,0,0,.9);background:#0003;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:#ffffff4d;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-light)}.see-more{font-size:.9rem;color:var(--text-gray)}.horizontal-scroll{display:flex;gap:20px;overflow-x:auto;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:180px;background:var(--card-bg);border-radius:15px;padding:15px;text-align:center;color:var(--text-dark)}.scroll-card img{width:100%;height:140px;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(--gold-primary);box-shadow:0 4px 15px #c6a6481a;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 8px 25px #c6a64840;border-color:var(--gold-light)}.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}.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:var(--bg-color);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-light);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}.main-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px;width:100%}@media(max-width:480px){.main-grid{grid-template-columns:repeat(2,1fr)}}.grid-product-card{background:var(--card-bg);border-radius:12px;padding:12px;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}.grid-product-card:hover{transform:translateY(-5px)}.grid-product-card img{width:100%;height:150px;object-fit:cover;border-radius:8px;margin-bottom:12px}.product-details{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.grid-product-card h3{font-size:1rem;margin:0 0 8px;font-weight:700;color:var(--text-dark);line-height:1.3;min-height:2.6rem;overflow:hidden}.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:.9rem;width:100%}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background-color:var(--bg-color);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:var(--bg-color);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:#0009;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:var(--bg-color);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 var(--gold-dark);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:var(--bg-color);color:var(--text-light);display:flex;justify-content:space-between;align-items:center;cursor:pointer}.sort-option.active{background:var(--bg-color);border:1px solid var(--gold-primary)}.sort-option .check-mark{color:var(--gold-primary);font-weight:700}.gold-icon{width:24px;height:24px;fill:var(--gold-primary);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:var(--bg-color);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:var(--bg-color);padding:30px;border-radius:12px;border:2px solid var(--gold-dark);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:var(--bg-color);border:1px solid var(--gold-dark);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:var(--bg-color);border:1px solid var(--gold-dark);color:var(--text-light);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:var(--bg-color);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:#ccc;margin-bottom:30px}.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:var(--bg-color);border:1px solid var(--gold-dark);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:var(--bg-color);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}.skeleton-card{pointer-events:none;-webkit-user-select:none;user-select:none}.skeleton-img-wrapper{width:100%;aspect-ratio:1 / 1;background:#0000000d;border-radius:20px;margin-bottom:15px;position:relative;overflow:hidden}.skeleton-img{position:absolute;top:10%;left:10%;width:80%;height:80%;background:#0000001a;border-radius:12px;animation:skeleton-pulse 1.5s infinite ease-in-out}.skeleton-details{display:flex;flex-direction:column;gap:8px}.skeleton-line{background:#0000000d;border-radius:4px;animation:skeleton-pulse 1.5s infinite ease-in-out}.skeleton-title{height:18px;width:80%;margin-bottom:4px}.skeleton-rating{height:14px;width:40%}.skeleton-price{height:20px;width:60%;margin-top:5px}.skeleton-btn{height:36px;width:100%;border-radius:30px;background:#0000000d;margin-top:10px;animation:skeleton-pulse 1.5s infinite ease-in-out}@keyframes skeleton-pulse{0%{opacity:.4}50%{opacity:.8}to{opacity:.4}}:root{--luxury-black: #0A1C30;--luxury-dark-grey: #0A1C30;--luxury-gold: #d4af37;--luxury-gold-dim: #b4942b;--luxury-gold-gradient: linear-gradient(135deg, #d4af37 0%, #f6e27a 50%, #d4af37 100%);--luxury-text-white: #ffffff;--luxury-text-grey: #cccccc;--luxury-input-bg: #0A1C30;--luxury-border: #d4af37}.luxury-theme-wrapper{background-color:var(--luxury-black);color:var(--luxury-text-white);font-family:Cairo,sans-serif;min-height:100vh;padding-bottom:50px}.luxury-container{max-width:600px;margin:0 auto;padding:20px;background-color:var(--luxury-black);min-height:100vh}.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:1.5rem;margin:0}.luxury-input-group{margin-bottom:15px}.luxury-input-group label{display:block;color:var(--luxury-gold);margin-bottom:8px;font-size:.9rem}.luxury-input{width:100%;padding:12px;background-color:var(--luxury-input-bg)!important;border:1px solid var(--luxury-gold-dim)!important;border-radius:8px;color:var(--luxury-text-white)!important;font-size:1rem;height:48px;text-align:right;outline:none;background-image:none!important}.luxury-input:focus{border-color:var(--luxury-gold)!important;box-shadow:0 0 5px #d4af374d}.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-white)!important;transition:background-color 5000s ease-in-out 0s}.luxury-card{background-color:var(--luxury-dark-grey);border:1px solid var(--luxury-gold-dim);border-radius:12px;padding:15px;margin-bottom:15px}.luxury-card-title{color:var(--luxury-gold);font-size:1.1rem;margin-bottom:15px;text-align:center}.cart-item-luxury{display:flex;justify-content:space-between;align-items:center;background-color:var(--luxury-dark-grey);border:1px solid var(--luxury-border);border-radius:12px;padding:12px;margin-bottom:12px}.cart-item-details{flex:1;text-align:right}.cart-item-title{color:var(--luxury-text-white);font-weight:700;font-size:1rem;margin-bottom:5px}.cart-item-price{color:var(--luxury-gold);font-size:.9rem}.cart-item-image{width:60px;height:60px;border-radius:8px;border:1px solid var(--luxury-gold-dim);margin-left:12px;object-fit:cover}.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:#fff;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:#d4af371a}.delivery-option label{display:flex;align-items:center;gap:10px;width:100%;cursor:pointer;color:var(--luxury-text-white)}.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:#222;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:#888;text-decoration:none;font-weight:700;position:relative;cursor:pointer;transition:all .3s}.account-tab-link.active{color:#fff}.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 #fff}.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:#222}.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-white);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:var(--luxury-dark-grey);border:1px solid var(--luxury-gold);border-radius:20px;padding:30px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #00000080;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:#888}.summary-total{display:flex;justify-content:space-between;margin-top:15px;padding-top:15px;border-top:1px solid #333;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}}
