body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.app{display:flex;flex-direction:column;min-height:100vh}@media (max-width:768px){.app{padding-top:120px}.categories-page,.category-page,.hero-section,.home-page,.search-page{margin-top:0}}.modern-header{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);box-shadow:0 2px 20px #00000026;color:#fff;position:relative;z-index:100}.header-container{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:auto auto 1fr auto;height:100%;margin:0 auto;max-width:1400px;padding:0 2rem}.header-logo{align-items:center;border-radius:12px;cursor:pointer;display:flex;gap:.75rem;padding:.5rem;transition:all .3s ease}.header-logo:hover{background:#ffffff26;transform:scale(1.05)}.logo-text{color:#fff;font-size:1.5rem;font-weight:800;letter-spacing:-.5px;text-shadow:0 2px 4px #0000004d}.header-nav,.nav-button{align-items:center;display:flex}.nav-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:12px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;gap:.5rem;padding:.75rem 1rem;transition:all .3s ease}.nav-button:hover{background:#ffffff4d;box-shadow:0 4px 16px #0003;transform:translateY(-2px)}.header-search{flex:1 1;margin:0 2rem;max-width:800px;position:relative;width:100%}.enhanced-search-container{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fffffffa;border:3px solid #ffffff4d;border-radius:20px;box-shadow:0 8px 32px #0003;display:flex;min-height:60px;overflow:hidden;position:relative;transition:all .4s ease}.enhanced-search-container:focus-within{background:#fff;border-color:#fffc;box-shadow:0 12px 48px #00000040;transform:translateY(-2px)}.enhanced-search-container .ais-SearchBox{flex:1 1}.enhanced-search-container .ais-SearchBox-form{align-items:center;display:flex;margin:0;position:relative}.enhanced-search-container .ais-SearchBox-input{background:#0000;border:none;color:#333;font-size:1rem;font-weight:500;padding:16px 60px 16px 24px;transition:all .3s ease;width:100%}.enhanced-search-container .ais-SearchBox-input:focus{color:#1a1a2e;outline:none}.enhanced-search-container .ais-SearchBox-input::placeholder{color:#6c757d;font-weight:400}.enhanced-search-container .ais-SearchBox-reset,.enhanced-search-container .ais-SearchBox-submit{display:none}.search-submit-btn{align-items:center;background:linear-gradient(135deg,#0f3460,#16213e);border:none;border-radius:10px;box-shadow:0 2px 8px #0f34604d;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:10px;position:absolute;right:8px;top:50%;transform:translateY(-50%);transition:all .3s ease;z-index:10}.search-submit-btn:hover{background:linear-gradient(135deg,#16213e,#1a1a2e);box-shadow:0 4px 16px #0f346066;transform:translateY(-50%) scale(1.05)}.search-submit-btn:active{transform:translateY(-50%) scale(.95)}.enhanced-search-dropdown{animation:searchDropdownSlideIn .3s ease;background:#fff;border:1px solid #e9ecef;border-radius:20px;box-shadow:0 20px 60px #00000040;left:0;max-height:80vh;min-height:500px;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);z-index:998}@keyframes searchDropdownSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.search-dropdown-content{height:100%;min-height:500px;overflow:hidden}.search-sections-container{display:grid;grid-template-columns:350px 1fr;height:100%;min-height:500px}.search-left-column{background:#f8f9fa;border-right:2px solid #e9ecef;display:flex;flex-direction:column;overflow:hidden}.search-section-wrapper{display:flex;flex:1 1;flex-direction:column;min-height:0}.search-section-wrapper:first-child{border-bottom:1px solid #e9ecef}.search-right-column{background:#fff;overflow-y:auto;scrollbar-color:#e9ecef #0000;scrollbar-width:thin}.search-right-column::-webkit-scrollbar{width:6px}.search-right-column::-webkit-scrollbar-track{background:#0000}.search-right-column::-webkit-scrollbar-thumb{background:#e9ecef;border-radius:3px}.search-section{display:flex;flex-direction:column;height:100%;padding:1.5rem}.search-section-header{align-items:center;display:flex;flex-shrink:0;justify-content:space-between;margin-bottom:1.5rem}.search-section-title{align-items:center;color:#1a1a2e;display:flex;font-size:1rem;font-weight:700;gap:.75rem}.search-section-title svg{color:#0f3460}.recent-searches-list,.suggestions-list{display:flex;flex:1 1;flex-direction:column;gap:.5rem;min-height:0;overflow-y:auto;scrollbar-color:#e9ecef #0000;scrollbar-width:thin}.recent-searches-list::-webkit-scrollbar,.suggestions-list::-webkit-scrollbar{width:4px}.recent-searches-list::-webkit-scrollbar-track,.suggestions-list::-webkit-scrollbar-track{background:#0000}.recent-searches-list::-webkit-scrollbar-thumb,.suggestions-list::-webkit-scrollbar-thumb{background:#dee2e6;border-radius:2px}.section-placeholder{align-items:center;color:#6c757d;display:flex;flex:1 1;font-style:italic;justify-content:center;padding:2rem 1rem;text-align:center}.section-placeholder p{font-size:.9rem;margin:0}.empty-products-state{align-items:center;color:#6c757d;display:flex;flex-direction:column;gap:1rem;padding:3rem 2rem;text-align:center}.empty-products-state svg{opacity:.4}.empty-products-state h4{color:#495057;font-size:1.2rem;font-weight:600;margin:0}.empty-products-state p{font-size:.95rem;line-height:1.5;margin:0}.recent-searches{background:linear-gradient(135deg,#e3f2fd,#f3e5f5)}.clear-recent{background:none;border:none;border-radius:6px;color:#6c757d;cursor:pointer;font-size:.85rem;font-weight:600;padding:4px 8px;transition:all .2s ease}.clear-recent:hover{background:#6c757d1a;color:#495057}.recent-search-item,.suggestion-item{align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:12px;color:#495057;cursor:pointer;display:flex;flex-shrink:0;font-size:.9rem;font-weight:500;gap:.75rem;padding:12px 16px;text-align:left;transition:all .3s ease;width:100%}.recent-search-item:hover,.suggestion-item:hover{background:#f8f9fa;border-color:#0f3460;box-shadow:0 2px 8px #0f346026;color:#0f3460;transform:translateX(4px)}.recent-search-item svg:first-child,.suggestion-item svg:first-child{color:#6c757d;flex-shrink:0}.recent-search-item:hover svg:first-child,.suggestion-item:hover svg:first-child{color:#0f3460}.recent-search-item svg:last-child,.suggestion-item svg:last-child{margin-left:auto;opacity:0;transition:all .3s ease}.recent-search-item:hover svg:last-child,.suggestion-item:hover svg:last-child{opacity:1}.recent-search-item span,.suggestion-item span{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.query-suggestions{background:linear-gradient(135deg,#fff3e0,#fce4ec)}.products-section{background:linear-gradient(135deg,#f1f8e9,#e8f5e8);min-height:500px}.products-grid{grid-gap:1rem;display:grid;flex:1 1;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.products-grid .dropdown-item{background:#fff;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 2px 8px #00000014;cursor:pointer;height:-webkit-fit-content;height:fit-content;padding:1rem;transition:all .3s ease}.products-grid .dropdown-item:hover{border-color:#0f3460;box-shadow:0 8px 24px #00000026;transform:translateY(-2px)}.products-grid .product-icon{background:linear-gradient(135deg,#0f3460,#16213e);border-radius:12px;height:50px;margin-bottom:.75rem;width:50px}.products-grid .product-details h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1a1a2e;display:-webkit-box;font-size:1rem;font-weight:600;line-height:1.3;margin-bottom:.5rem;overflow:hidden}.products-grid .product-meta{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.products-grid .product-meta .sku{background:#f8f9fa;border-radius:6px;color:#6c757d;font-size:.75rem;font-weight:600;padding:3px 8px}.products-grid .product-meta .price{color:#28a745;font-size:.95rem;font-weight:700}.products-grid .product-categories{color:#0f3460;font-size:.8rem;font-weight:500}.view-all-section{border-top:1px solid #ffffff80;flex-shrink:0;margin-top:1.5rem;padding-top:1rem;text-align:center}.view-all-link{align-items:center;background:#0f34601a;border:1px solid #0f346033;border-radius:25px;color:#0f3460;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:10px 20px;text-decoration:none;transition:all .3s ease}.view-all-link:hover{background:#0f3460;box-shadow:0 4px 12px #0f34604d;color:#fff;transform:translateY(-1px)}@media (max-width:1024px){.search-sections-container{grid-template-columns:300px 1fr}.enhanced-search-dropdown,.search-dropdown-content{min-height:450px}}@media (max-width:768px){.header-search{margin:0 -.5rem;max-width:none}.enhanced-search-container .ais-SearchBox-input{font-size:.95rem;padding:14px 50px 14px 20px}.search-submit-btn{padding:8px;right:6px}.enhanced-search-dropdown{border-radius:0 0 16px 16px;left:-1rem;max-height:70vh;min-height:400px;right:-1rem}.search-dropdown-content{min-height:400px}.search-sections-container{grid-template-columns:1fr;grid-template-rows:auto 1fr}.search-left-column{border-bottom:2px solid #e9ecef;border-right:none;flex-direction:row;min-height:180px;overflow-x:auto}.search-section-wrapper{border-bottom:none;flex:0 0 250px}.search-section-wrapper:first-child{border-bottom:none;border-right:1px solid #e9ecef}.search-section{padding:1rem 1.5rem}.products-grid{gap:.75rem;grid-template-columns:1fr}}@media (max-width:480px){.enhanced-search-container .ais-SearchBox-input{font-size:.9rem;padding:12px 45px 12px 16px}.enhanced-search-container .ais-SearchBox-input::placeholder{font-size:.9rem}.search-submit-btn{padding:7px}.enhanced-search-dropdown,.search-dropdown-content{min-height:350px}.search-section{padding:1rem}.search-section-title{font-size:.9rem}.recent-search-item,.suggestion-item{font-size:.85rem;padding:10px 12px}.products-grid .dropdown-item{padding:.75rem}.search-section-wrapper{flex:0 0 200px}.search-left-column{min-height:150px}}.empty-state{background:linear-gradient(135deg,#f8f9fa,#fff)}.empty-state-content{color:#6c757d;padding:3rem 2rem;text-align:center}.empty-state-content svg{margin-bottom:1.5rem;opacity:.5}.empty-state-content h3{color:#495057;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.empty-state-content p{font-size:1rem;line-height:1.5}.no-results{background:#fff;border:1px solid #e9ecef;border-radius:12px;color:#6c757d;padding:2rem;text-align:center}.no-results p{font-size:.95rem;font-weight:500}@media (max-width:768px){.header-search{margin:0 -.5rem;max-width:none}.enhanced-search-container .ais-SearchBox-input{font-size:.95rem;padding:14px 50px 14px 20px}.search-submit-btn{padding:8px;right:6px}.enhanced-search-dropdown{border-radius:0 0 16px 16px;left:-1rem;max-height:70vh;right:-1rem}.search-section{padding:1rem 1.5rem}.products-grid{gap:.75rem;grid-template-columns:1fr}.empty-state-content{padding:2rem 1rem}.empty-state-content h3{font-size:1.1rem}}@media (max-width:480px){.enhanced-search-container .ais-SearchBox-input{font-size:.9rem;padding:12px 45px 12px 16px}.enhanced-search-container .ais-SearchBox-input::placeholder{font-size:.9rem}.search-submit-btn{padding:7px}.search-section{padding:1rem}.search-section-title{font-size:.9rem}.recent-search-item,.suggestion-item{font-size:.85rem;padding:10px 12px}.products-grid .dropdown-item{padding:.75rem}.empty-state-content svg{height:40px;width:40px}}.header-actions{gap:.75rem}.action-button,.header-actions{align-items:center;display:flex}.action-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;color:#fff;cursor:pointer;justify-content:center;min-height:44px;min-width:44px;padding:.75rem;position:relative;transition:all .3s ease}.action-button:hover{background:#fff3;box-shadow:0 4px 12px #0003;transform:translateY(-1px)}.action-badge{align-items:center;background:#dc3545;border:2px solid #fff;border-radius:50%;color:#fff;display:flex;font-size:.7rem;font-weight:700;height:20px;justify-content:center;position:absolute;right:-6px;top:-6px;width:20px}.user-action{gap:.5rem;min-width:auto;padding:.5rem .75rem}.user-avatar{align-items:center;background:#fff3;border:1px solid #ffffff4d;border-radius:50%;display:flex;font-size:.9rem;height:28px;justify-content:center;width:28px}.user-avatar.large{font-size:1.2rem;height:40px;width:40px}.user-caret{transition:transform .3s ease}.user-caret.open{transform:rotate(180deg)}.user-dropdown{animation:dropdownSlideIn .3s ease;background:#fff;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 20px 60px #00000040;min-width:320px;overflow:hidden;position:absolute;right:0;top:calc(100% + .75rem);z-index:1000}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-dropdown-header{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:1px solid #e9ecef;padding:1.5rem}.user-info{align-items:center;display:flex;gap:1rem}.user-type{color:#212529;font-size:1rem;font-weight:600}.user-store{color:#6c757d;font-size:.9rem;margin-top:.25rem}.user-dropdown-section{padding:1.5rem}.user-dropdown-section:not(:last-child){border-bottom:1px solid #f8f9fa}.user-dropdown-section h4{color:#495057;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin:0 0 1rem;text-transform:uppercase}.persona-options,.store-options{display:flex;flex-direction:column;gap:.5rem}.persona-option,.store-option{align-items:center;background:#f8f9fa;border:2px solid #0000;border-radius:10px;cursor:pointer;display:flex;gap:.75rem;padding:.75rem 1rem;text-align:left;transition:all .3s ease;width:100%}.persona-option:hover,.store-option:hover{background:#e9ecef;border-color:#dee2e6}.persona-option.active,.store-option.active{background:#0f34601a;border-color:#0f3460;color:#0f3460}.persona-icon{align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:50%;display:flex;font-size:1rem;height:32px;justify-content:center;width:32px}.persona-name,.store-name{color:#212529;font-size:.9rem;font-weight:600;margin-bottom:.125rem}.persona-desc,.store-address{color:#6c757d;font-size:.8rem}.mobile-menu{animation:dropdownSlideIn .3s ease;background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 10px 40px #0003;min-width:200px;overflow:hidden;position:absolute;right:0;top:calc(100% + .75rem);z-index:1000}.mobile-menu-content{padding:.5rem}.mobile-menu-item{align-items:center;background:none;border:none;border-radius:8px;color:#495057;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.75rem;padding:.75rem 1rem;text-align:left;transition:all .2s ease;width:100%}.mobile-menu-item:hover{background:#f8f9fa;color:#212529}.header-overlay{background:#0000004d;bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}.search-dropdown{background:#fff;border:1px solid #e9ecef;border-radius:0 0 16px 16px;box-shadow:0 10px 40px #00000026;left:0;max-height:500px;overflow-y:auto;position:absolute;right:0;top:calc(100% + .5rem);z-index:998}.search-dropdown.show{display:block}.megamenu-overlay{align-items:flex-start;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding-top:120px;position:fixed;right:0;top:0;z-index:999}.megamenu{animation:megamenuSlideIn .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:80vh;max-width:1200px;overflow-y:auto;width:90%}@keyframes megamenuSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.megamenu-content{padding:0}.megamenu-header{align-items:center;border-bottom:2px solid #f8f9fa;display:flex;justify-content:space-between;padding:2rem 2rem 1rem}.megamenu-header h3{color:#1a1a2e;font-size:1.5rem;font-weight:700;margin:0}.megamenu-close{background:none;border:none;border-radius:50%;color:#6c757d;cursor:pointer;font-size:1.5rem;padding:8px;transition:all .3s ease}.megamenu-close:hover{background:#f8f9fa;color:#dc3545}.megamenu-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));padding:2rem}.megamenu-category{background:#f8f9fa;border:2px solid #0000;border-radius:12px;padding:1.5rem;transition:all .3s ease}.megamenu-category:hover{background:#e9ecef;border-color:#0f3460;box-shadow:0 8px 24px #0f346026;transform:translateY(-2px)}.category-header{border-radius:8px;cursor:pointer;gap:12px;margin-bottom:1rem;padding:8px;transition:all .3s ease}.category-header:hover{background:#0f34601a}.category-header h4{color:#1a1a2e;font-size:1.2rem;font-weight:600;margin:0}.subcategory-list{display:flex;flex-direction:column;gap:4px;list-style:none;margin:0;padding:0}.subcategory-link{background:none;border:none;border-radius:6px;color:#495057;cursor:pointer;font-size:.9rem;font-weight:500;padding:8px 12px;text-align:left;transition:all .3s ease}.subcategory-link:hover{background:#0f3460;color:#fff;transform:translateX(4px)}.desktop-only{display:flex}.mobile-only{display:none}@media (max-width:1024px){.header-container{gap:.75rem;grid-template-columns:auto 1fr auto;padding:0 1.5rem}.header-nav{display:none}.mobile-only{display:flex}.user-dropdown{right:1.5rem}}@media (max-width:768px){.header-container{gap:.5rem;grid-template-columns:auto 1fr auto auto;padding:0 1rem}.logo-text{display:none}.header-search{flex:1 1;margin:0;max-width:none}.header-actions{gap:.5rem}.action-button{min-height:44px;min-width:44px;padding:.5rem}.user-dropdown{max-width:320px;right:1rem;width:calc(100% - 2rem)}.user-dropdown-header,.user-dropdown-section{padding:1rem}.search-dropdown{max-height:70vh;width:calc(100vw - 2rem)}}@media (max-width:480px){.header-container{gap:.5rem;padding:0 .75rem}.action-button{min-height:40px;min-width:40px;padding:.4rem}.user-avatar{font-size:.9rem;height:32px;width:32px}.action-badge{font-size:.7rem;height:18px;right:-6px;top:-6px;width:18px}}.cart-badge,.cart-button,.cart-section,.categories-button,.header,.header-center,.header-content,.header-left,.header-right,.logo-section,.navigation,.search-box-container,.store-selector{display:none}.search-dropdown .dropdown-section{border-bottom:1px solid #f8f9fa;padding:1rem}.search-dropdown .dropdown-section:last-child{border-bottom:none}.search-dropdown .dropdown-section h2{align-items:center;color:#333;display:flex;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.search-dropdown .dropdown-section h2 svg{color:#007bff;margin-right:.5rem}.category-page{background-color:#f8f9fa;flex:1 1;min-height:calc(100vh - 120px);padding:0}.category-interface{margin:0 auto;max-width:1400px;padding:2rem}.category-header{align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;margin-bottom:2rem;padding:2rem}.category-title{align-items:center;display:flex;gap:1rem}.category-title h1{color:#1a1a2e;font-size:2.2rem;font-weight:700;margin:0}.category-breadcrumb{color:#6c757d;font-size:.9rem;margin:.5rem 0 0}.category-breadcrumb a{color:#0f3460;font-weight:600;text-decoration:none}.category-breadcrumb a:hover{text-decoration:underline}.category-stats{align-items:center;display:flex}.category-stats .ais-Stats{color:#6c757d;font-size:.95rem;font-weight:500}.store-selector{align-items:flex-end;display:flex;flex-direction:column;gap:12px}.user-type-selector{align-items:center;display:flex;gap:8px}.user-type-selector:before{color:#fffc;content:"Persona:";font-size:.85rem;font-weight:500}.user-type-select{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #fff6;border-radius:12px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;min-width:140px;padding:8px 16px;transition:all .3s ease}.user-type-select:focus{background:#ffffff4d;border-color:#ffc107;box-shadow:0 0 0 3px #ffc10733;outline:none}.user-type-select:hover{background:#ffffff4d;border-color:#fff9;transform:translateY(-1px)}.user-type-select option{background:#1a1a2e;color:#fff;padding:8px}.persona-badge,.persona-indicator{align-items:center;display:flex}.persona-badge{border:2px solid #0000;border-radius:50%;font-size:1.2rem;height:32px;justify-content:center;transition:all .3s ease;width:32px}.persona-badge.public{background:#28a74533;border-color:#28a745}.persona-badge.wholesale{background:#ffc10733;border-color:#ffc107}.persona-description{color:#ffffffb3;font-size:.8rem;font-style:italic;line-height:1.2;max-width:200px;text-align:right}.store-dropdown{position:relative}.store-selector-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;gap:8px;min-width:220px;padding:10px 16px;text-align:left;transition:all .3s ease}.store-selector-button:hover{background:#ffffff40;box-shadow:0 4px 12px #0003;transform:translateY(-1px)}.dropdown-arrow{font-size:.8rem;margin-left:auto}.store-dropdown-menu{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 8px 32px #00000026;margin-top:8px;max-height:300px;min-width:280px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.store-option{background:none;border:none;border-bottom:1px solid #f8f9fa;cursor:pointer;padding:12px 16px;text-align:left;transition:all .2s ease;width:100%}.store-option:hover{background:#f8f9fa}.store-option.selected{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff}.store-option.selected:hover{background:linear-gradient(135deg,#0056b3,#004085)}.store-info{display:flex;flex-direction:column;gap:4px}.store-name{font-size:.9rem;font-weight:600}.store-address{color:#6c757d;font-size:.8rem}.store-option.selected .store-address{color:#fffc}.search-box-container{position:relative;width:100%}.search-box-container input[type=search]{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #fff3;border-radius:16px;color:#333;font-size:1rem;padding:14px 50px 14px 20px;transition:all .3s ease;width:100%}.search-box-container input[type=search]:focus{background:#fff;border-color:#007bff;box-shadow:0 0 0 4px #007bff33;outline:none}.search-icon{color:#6c757d;font-size:1.2rem;pointer-events:none;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.dropdown{background:#fff;border:1px solid #e9ecef;border-radius:0 0 16px 16px;box-shadow:0 8px 32px #00000026;left:0;margin-top:8px;max-height:500px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:999}.dropdown.show{display:block}.dropdown-section{border-bottom:1px solid #f8f9fa;padding:1rem}.dropdown-section:last-child{border-bottom:none}.dropdown-section h2{align-items:center;color:#333;display:flex;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.dropdown-section h2 svg{color:#007bff}.dropdown-item{align-items:flex-start;cursor:pointer;display:flex;gap:12px;transition:all .2s ease}.dropdown-item,.dropdown-item:hover{color:inherit;text-decoration:none}.product-icon{align-items:center;background:linear-gradient(135deg,#0f3460,#16213e);border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.product-details{flex:1 1;min-width:0}.product-details h3{color:#333;font-size:1rem;font-weight:600;line-height:1.3;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-meta{align-items:center;display:flex;gap:12px;margin-bottom:4px}.product-meta .sku{background:#f8f9fa;border-radius:4px;color:#6c757d;font-size:.75rem;font-weight:600;padding:2px 6px}.product-meta .price{color:#28a745;font-size:.9rem;font-weight:700}.product-categories{color:#0f3460;font-size:.8rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.view-all{border-top:1px solid #f8f9fa;margin-top:12px;padding-top:12px;text-align:center}.view-all a{border-radius:8px;color:#007bff;font-size:.9rem;font-weight:600;padding:8px 16px;text-decoration:none;transition:all .2s ease}.view-all a:hover{background:#f8f9fa;text-decoration:none}.hero-section{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);color:#fff;padding:4rem 2rem;text-align:center}.hero-content h1{color:#fff;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1rem;text-shadow:0 2px 4px #0000004d}.hero-content h1,.hero-content p{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}.hero-content p{color:#ffffffe6;font-size:1.2rem;line-height:1.6;max-width:600px}.main-content{flex:1 1;margin:0 auto;max-width:1400px;padding:2rem;width:100%}.carousel-section{margin:2rem 0;padding:0 1rem;position:relative}.carousel-section:before{background:linear-gradient(135deg,#0f346005,#16213e05);border-radius:20px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.carousel-section h2{align-items:center;color:#1a1a2e;display:flex;font-size:1.5rem;font-weight:700;gap:.75rem;margin-bottom:1.5rem;padding:0 .5rem}.carousel-section h2 svg{color:#0f3460}.carousel-container{align-items:center;display:flex;padding:0 60px;position:relative}.carousel{-ms-overflow-style:none;display:flex;gap:.75rem;overflow-x:auto;padding:1rem 0 2rem;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;width:100%}.carousel::-webkit-scrollbar{display:none}.ais-Hits-list{display:flex;flex-wrap:nowrap;gap:.75rem;list-style:none;margin:0;padding:0}.ais-Hits-item{flex-shrink:0;scroll-snap-align:start}.carousel-card{background:#fff;border:none;border-radius:16px;box-shadow:0 4px 20px #00000014;cursor:pointer;display:flex;flex-direction:column;height:360px;max-width:300px;min-width:260px;overflow:hidden;padding:0;transition:all .3s ease;width:280px}.carousel-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}@media (max-width:768px){.carousel-section{padding:0 .5rem}.carousel-container{padding:0 40px}.carousel{gap:.5rem}.carousel-card{height:320px;max-width:240px;min-width:220px;width:220px}.card-image-container{height:100px}.card-content{gap:6px;padding:12px}.card-title{font-size:.9rem;min-height:2.2em}.card-sku{font-size:.7rem;padding:3px 6px}.card-price{font-size:.9rem}.card-badges .badge{font-size:.6rem;padding:2px 4px}.carousel-button{font-size:1rem;height:40px;padding:8px;width:40px}}@media (max-width:480px){.carousel-section{padding:0 .25rem}.carousel-container{padding:0 30px}.carousel{gap:.4rem}.carousel-card{height:300px;max-width:200px;min-width:180px;width:190px}.card-image-container{height:80px}.card-content{gap:4px;padding:8px}.card-title{font-size:.8rem;min-height:2em}.card-sku{font-size:.6rem;padding:2px 4px}.card-price{font-size:.8rem}.card-badges .badge{font-size:.5rem;padding:1px 3px}.carousel-button{font-size:.9rem;height:36px;padding:6px;width:36px}}.card-image-container{background:#f8f9fa;height:140px;overflow:hidden;position:relative}.card-image-placeholder{align-items:center;color:#6c757d;display:flex;height:100%;justify-content:center;transition:all .3s ease;width:100%}.electronics-gradient{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff}.carousel-card:hover .card-image-placeholder{transform:scale(1.05)}.card-content{display:flex;flex:1 1;flex-direction:column;gap:8px;overflow:hidden;padding:16px}.card-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#212529;display:-webkit-box;font-size:1rem;font-weight:600;line-height:1.3;margin:0;min-height:2.6em;overflow:hidden}.card-category{color:#6c757d;font-size:.75rem;font-weight:500;letter-spacing:.5px;margin:0;text-transform:uppercase}.card-sku{background:#f8f9fa;border-radius:8px;color:#6c757d;font-size:.8rem;max-width:100%;overflow:hidden;padding:4px 8px;text-overflow:ellipsis;white-space:nowrap;width:-webkit-fit-content;width:fit-content}.card-price-section{margin-top:auto}.card-price{color:#28a745;font-size:1rem;font-weight:700;margin:0}.card-store{color:#6c757d;font-size:.8rem;margin-top:2px}.card-badges{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px;min-height:24px}.card-badges .badge{border-radius:10px;font-size:.65rem;max-width:100px;overflow:hidden;padding:3px 6px;text-overflow:ellipsis;white-space:nowrap}.badge.best-seller{background:#ffc107;color:#212529}.badge.new,.badge.new-product{background:#28a745;color:#fff}.badge.available{background:#17a2b8;color:#fff}.badge.rating{background:#f8f9fa;color:#333}.badge.rating,.card-rating{align-items:center;display:flex;gap:4px}.card-rating{color:#ffc107;font-size:.9rem;margin-top:4px}.product-hit{background:#fff;border:1px solid #f0f0f0;border-radius:16px;box-shadow:0 4px 20px #00000014;cursor:pointer;display:flex;gap:16px;min-height:160px;overflow:hidden;padding:20px;transition:all .3s ease}.product-hit:hover{border-color:#007bff;box-shadow:0 8px 32px #0000001f;transform:translateY(-4px)}.product-hit .product-image{align-items:center;background:linear-gradient(135deg,#007bff,#0056b3);border-radius:16px;color:#fff;display:flex;flex-shrink:0;height:80px;justify-content:center;width:80px}.product-info{display:flex;flex:1 1;flex-direction:column;gap:8px;min-width:0;overflow:hidden}.product-name{color:#212529;font-size:1.2rem;font-weight:600;line-height:1.3;margin:0}.product-name,.product-sku{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-sku{background:#f8f9fa;border-radius:8px;color:#6c757d;font-size:.9rem;max-width:100%;padding:4px 12px;width:-webkit-fit-content;width:fit-content}.product-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#6c757d;display:-webkit-box;font-size:.9rem;line-height:1.4;margin:8px 0;overflow:hidden}.product-categories{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.category-tag{background:#007bff1a;border:1px solid #007bff33;border-radius:12px;color:#007bff;font-size:.8rem;max-width:120px;overflow:hidden;padding:4px 12px;text-overflow:ellipsis;white-space:nowrap}.product-details{align-items:flex-end;display:flex;gap:16px;justify-content:space-between;margin-top:auto}.price-section .price{color:#28a745;font-size:1.3rem;font-weight:700}.price-section .store-info{color:#6c757d;font-size:.8rem;margin-top:4px}.availability-section{align-items:center;display:flex;gap:8px}.in-stock{align-items:center;color:#28a745;display:flex;gap:6px}.in-stock,.out-of-stock{font-size:.9rem;font-weight:600}.out-of-stock{color:#dc3545}.product-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.product-badges .badge{border-radius:12px;font-size:.7rem;font-weight:600;letter-spacing:.5px;max-width:120px;overflow:hidden;padding:4px 8px;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.carousel-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #ffffff4d;border-radius:50%;box-shadow:0 4px 16px #00000026;color:#212529;cursor:pointer;display:flex;font-size:1.2rem;height:48px;justify-content:center;padding:12px;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:48px;z-index:10}.carousel-button:hover{background:#fffffff2;box-shadow:0 6px 24px #0003;transform:translateY(-50%) scale(1.1)}.carousel-button.left{left:8px}.carousel-button.right{right:8px}@media (max-width:768px){.carousel-button{font-size:1rem;height:40px;width:40px}.carousel-button.left{left:4px}.carousel-button.right{right:4px}}@media (max-width:480px){.carousel-button{font-size:.9rem;height:36px;width:36px}.carousel-button.left{left:2px}.carousel-button.right{right:2px}}.carousel-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#000000b3;border-radius:16px;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:10}.carousel-overlay-content{color:#fff;padding:20px;text-align:center}.carousel-overlay-icon{font-size:2.5rem;margin-bottom:12px;opacity:.9}.carousel-overlay-title{font-size:1.1rem;font-weight:600;line-height:1.3;margin-bottom:8px}.carousel-overlay-text{font-size:.9rem;line-height:1.4;opacity:.9}.carousel-card-with-overlay{position:relative}.carousel-card-with-overlay .carousel{filter:blur(1px);opacity:.6}.carousel-card-with-overlay .carousel-button{opacity:.3;pointer-events:none}@media (max-width:768px){.carousel-overlay-content{padding:16px}.carousel-overlay-icon{font-size:2rem;margin-bottom:10px}.carousel-overlay-title{font-size:1rem;margin-bottom:6px}.carousel-overlay-text{font-size:.8rem}}@media (max-width:480px){.carousel-overlay-content{padding:12px}.carousel-overlay-icon{font-size:1.8rem;margin-bottom:8px}.carousel-overlay-title{font-size:.9rem;margin-bottom:5px}.carousel-overlay-text{font-size:.75rem}}.footer{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);color:#fff;margin-top:auto;padding:3rem 0 1rem;position:relative}.footer:before{background:linear-gradient(90deg,#0000,#ffffff4d 50%,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.footer-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1.5fr;margin:0 auto;max-width:1200px;padding:0 2rem}.brand-section{grid-column:1}.footer-brand{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e3f2fd);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin:0 0 1rem}.footer-description{color:#fffc;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.footer-social{display:flex;gap:1rem}.social-link{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{background:#fff3;box-shadow:0 4px 12px #0000004d;transform:translateY(-2px)}.footer-section{display:flex;flex-direction:column}.footer-title{color:#fff;font-size:1.1rem;font-weight:600;margin:0 0 1rem;position:relative}.footer-title:after{background:linear-gradient(90deg,#007bff,#0056b3);border-radius:1px;bottom:-4px;content:"";height:2px;left:0;position:absolute;width:30px}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#fffc;font-size:.95rem;position:relative;text-decoration:none;transition:all .3s ease}.footer-links a:hover{color:#fff;padding-left:8px}.footer-links a:before{background:#007bff;content:"";height:2px;left:-8px;position:absolute;top:50%;transform:translateY(-50%);transition:width .3s ease;width:0}.footer-links a:hover:before{width:6px}.contact-item{align-items:center;color:#fffc;display:flex;font-size:.95rem;gap:.75rem}.contact-item svg{color:#007bff;flex-shrink:0}.footer-bottom{border-top:1px solid #ffffff1a;margin-top:3rem;padding-top:2rem}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.copyright,.made-with{color:#ffffffb3;font-size:.9rem;margin:0}.made-with{align-items:center;display:flex;gap:.5rem}.made-with svg{animation:heartbeat 2s ease-in-out infinite;color:#e91e63}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width:1024px){.footer-content{gap:2rem;grid-template-columns:1fr 1fr}.brand-section{grid-column:1/-1;text-align:center}.footer-social{justify-content:center}}@media (max-width:768px){.footer{padding:2rem 0 1rem}.footer-content{gap:2rem;grid-template-columns:1fr;padding:0 1.5rem}.brand-section{text-align:center}.footer-brand{font-size:1.75rem}.footer-description{font-size:.95rem}.footer-bottom-content{flex-direction:column;padding:0 1.5rem;text-align:center}}@media (max-width:480px){.footer{padding:1.5rem 0 1rem}.footer-content{gap:1.5rem;padding:0 1rem}.footer-brand{font-size:1.5rem}.footer-description{font-size:.9rem}.footer-title{font-size:1rem}.contact-item,.footer-links a{font-size:.9rem}.social-link{height:36px;width:36px}.footer-bottom-content{padding:0 1rem}.copyright,.made-with{font-size:.85rem}}@media (max-width:768px){.hero-content h1{font-size:2.2rem;line-height:1.3;padding:0 1rem}.hero-content p{font-size:1rem;line-height:1.5;max-width:100%;padding:0 1rem}}@media (max-width:480px){.hero-content h1{font-size:1.8rem;line-height:1.4;padding:0 .5rem}.hero-content p{font-size:.9rem;line-height:1.6;padding:0 .5rem}}.categories-page{background:linear-gradient(135deg,#f8f9fa,#e9ecef);min-height:100vh;padding:2rem 0}.categories-hero{margin-bottom:3rem;padding:0 2rem;text-align:center}.categories-title{color:#1a1a2e;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.categories-subtitle{color:#666;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:600px}.categories-content{margin:0 auto;max-width:1200px;padding:0 2rem}.category-section{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;margin-bottom:3rem;padding:2rem}.category-section-header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.category-section-title{color:#1a1a2e;font-size:1.5rem;font-weight:600;margin:0}.category-section-header svg{color:#0f3460}.category-carousel{-ms-overflow-style:none;display:flex;gap:1rem;overflow-x:auto;padding:.5rem 0;scroll-snap-type:x mandatory;scrollbar-width:none}.category-carousel::-webkit-scrollbar{display:none}.category-card{align-items:center;background:linear-gradient(135deg,#fff,#f8f9fa);border:2px solid #e9ecef;border-radius:20px;color:inherit;cursor:pointer;display:flex;flex-direction:column;height:160px;justify-content:center;min-width:160px;padding:1.5rem;scroll-snap-align:start;text-decoration:none;transition:all .3s ease}.category-card:hover{background:linear-gradient(135deg,#fff,#e3f2fd);border-color:#0f3460;box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.category-icon{align-items:center;background:linear-gradient(135deg,#0f3460,#16213e);border-radius:50%;color:#fff;display:flex;height:60px;justify-content:center;margin-bottom:1rem;transition:all .3s ease;width:60px}.category-card:hover .category-icon{box-shadow:0 8px 24px #0f34604d;transform:scale(1.1)}.category-info{display:flex;flex:1 1;flex-direction:column;justify-content:center;text-align:center}.category-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1a1a2e;display:-webkit-box;font-size:.9rem;font-weight:600;line-height:1.3;margin:0 0 .5rem;overflow:hidden}.category-count{color:#666;font-size:.8rem;font-weight:500}@media (max-width:1024px){.categories-content{padding:0 1.5rem}.category-section{padding:1.5rem}.category-card{height:140px;min-width:140px;padding:1.25rem}.category-icon{height:50px;width:50px}.category-name{font-size:.85rem}.category-count{font-size:.75rem}}@media (max-width:768px){.categories-page{padding:1.5rem 0}.categories-hero{margin-bottom:2rem;padding:0 1rem}.categories-title{font-size:2rem}.categories-subtitle{font-size:1rem}.categories-content{padding:0 1rem}.category-section{margin-bottom:2rem;padding:1.25rem}.category-section-header{margin-bottom:1.25rem}.category-section-title{font-size:1.25rem}.category-carousel{gap:.75rem}.category-card{height:120px;min-width:120px;padding:1rem}.category-icon{height:45px;margin-bottom:.75rem;width:45px}.category-name{font-size:.8rem;margin-bottom:.25rem}.category-count{font-size:.7rem}}@media (max-width:480px){.categories-page{padding:1rem 0}.categories-hero{margin-bottom:1.5rem;padding:0 .75rem}.categories-title{font-size:1.75rem}.categories-subtitle{font-size:.9rem}.categories-content{padding:0 .75rem}.category-section{margin-bottom:1.5rem;padding:1rem}.category-section-header{margin-bottom:1rem}.category-section-title{font-size:1.1rem}.category-carousel{gap:.5rem}.category-card{height:100px;min-width:100px;padding:.75rem}.category-icon{height:35px;margin-bottom:.5rem;width:35px}.category-name{font-size:.75rem;margin-bottom:.25rem}.category-count{font-size:.65rem}}.search-page{background-color:#f8f9fa;flex:1 1;min-height:calc(100vh - 120px);padding:0}.search-interface{margin:0 auto;max-width:1400px;padding:2rem}.search-header{background:#fff;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 4px 20px #00000014;margin-bottom:2rem;padding:2rem}.search-stats{align-items:center;display:flex;justify-content:space-between}.search-stats .ais-Stats{color:#6c757d;font-size:.95rem;font-weight:500}.search-controls{background:#fff;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 4px 20px #00000014;gap:1.5rem;justify-content:space-between;margin-bottom:2rem;padding:1.5rem 2rem}.search-controls,.search-options{align-items:center;display:flex;flex-wrap:wrap}.search-options{gap:2rem}.view-toggle{align-items:center;display:flex;gap:1rem}.view-toggle label{color:#4b164c;font-size:.9rem;font-weight:600}.toggle-buttons{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;padding:4px}.toggle-btn{align-items:center;background:#0000;border:none;border-radius:6px;color:#6c757d;cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:6px;padding:8px 12px;transition:all .2s ease}.toggle-btn:hover{background:#e9ecef;color:#4b164c}.toggle-btn.active{background:#4b164c;color:#fff}.hits-per-page,.sort-by{align-items:center;display:flex;gap:.75rem}.hits-per-page label,.sort-by label{color:#4b164c;font-size:.9rem;font-weight:600;white-space:nowrap}.hits-per-page .ais-HitsPerPage-select,.sort-by .ais-SortBy-select{background:#fff;border:1px solid #e9ecef;border-radius:8px;color:#4b164c;cursor:pointer;font-size:.85rem;padding:8px 12px;transition:all .2s ease}.hits-per-page .ais-HitsPerPage-select:focus,.sort-by .ais-SortBy-select:focus{border-color:#4b164c;box-shadow:0 0 0 3px #4b164c1a;outline:none}.clear-filters{align-items:center;display:flex}.clear-filters .ais-ClearRefinements-button{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;color:#6c757d;cursor:pointer;font-size:.85rem;font-weight:500;padding:8px 16px;transition:all .2s ease}.clear-filters .ais-ClearRefinements-button:hover{background:#e9ecef;color:#4b164c}.search-content{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:300px 1fr}.search-sidebar{background:#fff;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem;position:-webkit-sticky;position:sticky;top:2rem}.facets-section h3{border-bottom:2px solid #f8f9fa;color:#4b164c;font-size:1.2rem;font-weight:700;margin:0 0 1.5rem;padding-bottom:.75rem}.facet-group{margin-bottom:2rem}.facet-group h4{color:#4b164c;font-size:1rem;font-weight:600;margin:0 0 1rem}.toggle-filters{display:flex;flex-direction:column;gap:.75rem}.toggle-filters .ais-ToggleRefinement{align-items:center;display:flex;gap:.75rem}.toggle-filters .ais-ToggleRefinement-label{align-items:center;color:#4b164c;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.75rem}.toggle-filters .ais-ToggleRefinement-checkbox{accent-color:#4b164c;height:18px;width:18px}.current-refinements{margin-bottom:2rem}.current-refinements .ais-CurrentRefinements{display:flex;flex-wrap:wrap;gap:.5rem}.current-refinements .ais-CurrentRefinements-item{align-items:center;background:#4b164c;border-radius:6px;color:#fff;display:flex;font-size:.8rem;gap:.5rem;padding:4px 8px}.current-refinements .ais-CurrentRefinements-clearButton{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-size:.8rem;padding:0}.ais-RefinementList{display:flex;flex-direction:column;gap:.5rem}.ais-RefinementList-item,.ais-RefinementList-label{align-items:center;display:flex;gap:.75rem}.ais-RefinementList-label{color:#4b164c;cursor:pointer;font-size:.9rem;font-weight:500;transition:color .2s ease}.ais-RefinementList-label:hover{color:#6c757d}.ais-RefinementList-checkbox{accent-color:#4b164c;height:16px;width:16px}.ais-RefinementList-count{background:#f8f9fa;border-radius:4px;color:#6c757d;font-size:.75rem;font-weight:500;padding:2px 6px}.ais-RefinementList-showMore{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;color:#4b164c;cursor:pointer;font-size:.8rem;font-weight:500;margin-top:.75rem;padding:6px 12px;transition:all .2s ease}.ais-RefinementList-showMore:hover{background:#e9ecef}.ais-HierarchicalMenu{display:flex;flex-direction:column;gap:.5rem}.ais-HierarchicalMenu-item,.ais-HierarchicalMenu-label{align-items:center;display:flex;gap:.75rem}.ais-HierarchicalMenu-label{color:#4b164c;cursor:pointer;font-size:.9rem;font-weight:500;transition:color .2s ease}.ais-HierarchicalMenu-label:hover{color:#6c757d}.ais-HierarchicalMenu-checkbox{accent-color:#4b164c;height:16px;width:16px}.ais-HierarchicalMenu-count{background:#f8f9fa;border-radius:4px;color:#6c757d;font-size:.75rem;font-weight:500;padding:2px 6px}.search-results{background:#0000;border:none;border-radius:0;box-shadow:none;padding:0}.results-container{grid-gap:1.5rem;align-items:stretch;display:grid;gap:1.5rem;margin-bottom:2rem}.results-container.grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.results-container.list{grid-template-columns:1fr}.results-container>.product-card{align-self:stretch;box-sizing:border-box;height:100%;max-width:100%;min-height:0}.results-container.list>.product-card{max-width:640px}.no-search-results{color:#6c757d;padding:3rem 2rem;text-align:center}.no-search-results h3{color:#4b164c;font-size:1.5rem;font-weight:600;margin:0 0 1rem}.no-search-results p{font-size:1rem;line-height:1.5;margin:0}.pagination-section{display:flex;justify-content:center;margin-top:2rem;padding:1rem 0}.ais-Pagination{width:100%}.ais-Pagination,.ais-Pagination-list{align-items:center;display:flex!important;flex-direction:row!important;flex-wrap:wrap;gap:.5rem;justify-content:center}.ais-Pagination-list{list-style:none;margin:0;padding:0}.ais-Pagination-item{align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:8px;box-sizing:border-box;color:#4b164c;cursor:pointer;display:flex!important;flex-shrink:0;font-size:.9rem;font-weight:500;height:40px;justify-content:center;list-style:none;margin:0;min-width:40px;padding:0 8px;position:relative;text-decoration:none!important;transition:all .2s ease;-webkit-user-select:none;user-select:none}.ais-Pagination-item:hover{background:#f8f9fa;border-color:#4b164c;box-shadow:0 2px 8px #4b164c26;transform:translateY(-1px)}.ais-Pagination-item--selected{background:#4b164c;border-color:#4b164c;box-shadow:0 2px 8px #4b164c4d;color:#fff}.ais-Pagination-item--selected:hover{background:#3a123b;border-color:#3a123b}.ais-Pagination-item--disabled{background:#f8f9fa;color:#6c757d;cursor:not-allowed;opacity:.5}.ais-Pagination-item--disabled:hover{background:#f8f9fa;border-color:#e9ecef;box-shadow:none;transform:none}.ais-Pagination-item a{align-items:center;background:#0000;border:none;bottom:0;cursor:pointer;display:flex!important;font-size:inherit;font-weight:inherit;height:100%;justify-content:center;left:0;margin:0;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.ais-Pagination-item a,.ais-Pagination-item a:focus,.ais-Pagination-item a:hover{color:inherit;text-decoration:none!important}.ais-Pagination-item a:focus{outline:none}@media (max-width:768px){.pagination-section{margin-top:1.5rem;padding:.5rem 0}.ais-Pagination{gap:.25rem}.ais-Pagination-item{font-size:.85rem;height:36px;min-width:36px;padding:0 6px}}@media (max-width:480px){.ais-Pagination{gap:.2rem}.ais-Pagination-item{font-size:.8rem;height:32px;min-width:32px;padding:0 4px}}.custom-range-slider{padding:1rem 0}.range-slider-container{align-items:center;display:flex;height:40px;margin-bottom:1rem;position:relative}.range-slider-track{background:#e9ecef;border-radius:3px;height:6px;position:relative;width:100%}.range-slider-input{-webkit-appearance:none;appearance:none;background:#0000;height:6px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:100%}.range-slider-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#4b164c;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0003;cursor:pointer;height:20px;pointer-events:auto;width:20px}.range-slider-input::-moz-range-thumb{background:#4b164c;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0003;cursor:pointer;height:20px;pointer-events:auto;width:20px}.range-values{display:flex;justify-content:space-between;margin-bottom:1rem}.range-value{align-items:center;display:flex;flex-direction:column}.range-value label{color:#6c757d;font-size:.8rem;font-weight:500}@media (max-width:1200px){.category-interface,.search-interface{max-width:100%;padding:1.5rem}.search-content{gap:1.5rem;grid-template-columns:280px 1fr}.results-container.grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}@media (max-width:1024px){.category-interface,.search-interface{padding:1rem}.search-content{gap:1.5rem;grid-template-columns:1fr}.search-sidebar{max-height:none;order:2;position:static}.search-results{order:1}.search-controls{align-items:stretch;flex-direction:column;gap:1rem;padding:1.5rem}.search-options{flex-wrap:wrap;gap:1rem;justify-content:space-between}.hits-per-page,.sort-by,.view-toggle{flex:1 1;min-width:200px}.clear-filters{align-self:flex-end}.results-container.grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.facets-section{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.facet-group{margin-bottom:1.5rem}}@media (max-width:768px){.category-interface,.search-interface{padding:.5rem}.category-header,.search-header{align-items:stretch;flex-direction:column;gap:1rem;padding:1.5rem}.category-title{align-items:flex-start;flex-direction:column;gap:.5rem}.category-title h1{font-size:1.8rem}.search-controls{padding:1rem}.search-options{align-items:stretch;flex-direction:column;gap:1rem}.hits-per-page,.sort-by,.view-toggle{align-items:stretch;flex-direction:column;gap:.5rem}.hits-per-page label,.sort-by label,.view-toggle label{text-align:left}.toggle-buttons{justify-content:center}.search-sidebar{padding:1rem}.facets-section{gap:1rem;grid-template-columns:1fr}.facet-group{margin-bottom:1rem}.facet-group h4{font-size:.95rem}.results-container.grid{gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.results-container.list{gap:1rem}.ais-HierarchicalMenu,.ais-RefinementList{gap:.4rem}.ais-HierarchicalMenu-label,.ais-RefinementList-label{font-size:.85rem}.ais-HierarchicalMenu-count,.ais-RefinementList-count{font-size:.7rem}.pagination-section{margin-top:1.5rem;padding:.5rem 0}.ais-Pagination{gap:.25rem}.ais-Pagination-item{font-size:.85rem;height:36px;min-width:36px;padding:0 6px}}@media (max-width:480px){.category-interface,.search-interface{padding:.25rem}.category-header,.search-header{border-radius:12px;padding:1rem}.category-title h1{font-size:1.5rem}.category-breadcrumb{font-size:.8rem}.search-controls{border-radius:12px;padding:.75rem}.search-options{gap:.75rem}.hits-per-page,.sort-by,.view-toggle{gap:.4rem}.hits-per-page label,.sort-by label,.toggle-btn,.view-toggle label{font-size:.8rem}.toggle-btn{padding:6px 8px}.search-sidebar{border-radius:12px;padding:.75rem}.facets-section h3{font-size:1rem;margin-bottom:1rem}.facet-group h4{font-size:.9rem;margin-bottom:.75rem}.results-container.grid{gap:.75rem;grid-template-columns:1fr}.results-container.list{gap:.75rem}.ais-HierarchicalMenu,.ais-RefinementList{gap:.3rem}.ais-HierarchicalMenu-label,.ais-RefinementList-label{font-size:.8rem;gap:.5rem}.ais-HierarchicalMenu-checkbox,.ais-RefinementList-checkbox{height:14px;width:14px}.ais-HierarchicalMenu-count,.ais-RefinementList-count{font-size:.65rem;padding:1px 4px}.ais-RefinementList-showMore{font-size:.75rem;padding:4px 8px}.pagination-section{margin-top:1rem;padding:.25rem 0}.ais-Pagination{gap:.2rem}.ais-Pagination-item{font-size:.8rem;height:32px;min-width:32px;padding:0 4px}.search-sidebar{position:relative;top:0}.toggle-filters{gap:.5rem}.toggle-filters .ais-ToggleRefinement-label{font-size:.85rem}.toggle-filters .ais-ToggleRefinement-checkbox{height:16px;width:16px}.current-refinements .ais-CurrentRefinements-item{font-size:.75rem;padding:3px 6px}.current-refinements .ais-CurrentRefinements-clearButton{font-size:.75rem}}@media (max-width:768px) and (orientation:landscape){.search-content{gap:1rem;grid-template-columns:250px 1fr}.search-sidebar{max-height:calc(100vh - 2rem);overflow-y:auto;position:-webkit-sticky;position:sticky;top:1rem}.results-container.grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.ais-Pagination-item,.toggle-btn{border-width:.5px}}@media (prefers-reduced-motion:reduce){.ais-HierarchicalMenu-label,.ais-Pagination-item,.ais-RefinementList-label,.toggle-btn{transition:none}}.mobile-filter-overlay{background:#00000080;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .3s ease;visibility:hidden;z-index:1000}.mobile-filter-overlay.show{opacity:1;visibility:visible}.mobile-filter-drawer{background:#fff;box-shadow:-4px 0 20px #00000026;height:100vh;max-width:320px;overflow-y:auto;position:fixed;right:-100%;top:0;transition:right .3s ease;width:100%;z-index:1001}.mobile-filter-overlay.show .mobile-filter-drawer{right:0}.mobile-filter-header{align-items:center;background:#fff;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:1rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.mobile-filter-title{color:#4b164c;font-size:1.1rem;font-weight:600;margin:0}.mobile-filter-close{background:none;border:none;border-radius:50%;color:#6c757d;cursor:pointer;font-size:1.5rem;padding:.5rem;transition:all .2s ease}.mobile-filter-close:hover{background:#f8f9fa;color:#4b164c}.mobile-filter-content{padding:1rem}.mobile-filter-button{align-items:center;background:#4b164c;border:none;border-radius:8px;color:#fff;cursor:pointer;display:none;font-size:.9rem;font-weight:500;gap:.5rem;padding:.75rem 1rem;transition:all .2s ease}.mobile-filter-button:hover{background:#3a123b;transform:translateY(-1px)}.mobile-filter-button svg{height:16px;width:16px}.mobile-controls{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:none;margin-bottom:1rem;padding:1rem}.mobile-controls-row{align-items:center;display:flex;gap:1rem;justify-content:space-between}.mobile-controls-row:not(:last-child){border-bottom:1px solid #f8f9fa;margin-bottom:1rem;padding-bottom:1rem}.mobile-control-label{color:#4b164c;font-size:.85rem;font-weight:600;min-width:80px}.mobile-control-value{color:#6c757d;flex:1 1;font-size:.85rem;text-align:right}.mobile-control-button{background:none;border:1px solid #e9ecef;border-radius:6px;color:#4b164c;cursor:pointer;font-size:.8rem;min-width:60px;padding:.5rem .75rem;transition:all .2s ease}.mobile-control-button:hover{background:#f8f9fa;border-color:#4b164c}.mobile-control-button.active{background:#4b164c;border-color:#4b164c;color:#fff}@media (max-width:768px){.search-controls{display:none}.mobile-filter-button{display:flex}.mobile-controls{display:block}.search-sidebar{display:none}}@media (max-width:480px){.mobile-filter-drawer{max-width:100%}.mobile-controls-row{align-items:stretch;flex-direction:column;gap:.5rem}.mobile-control-label{min-width:auto}.mobile-control-value{text-align:left}.mobile-control-button{align-self:flex-start}}@media (min-width:768px) and (max-width:1024px){.results-container.grid{gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.product-hit{min-height:320px;overflow:hidden}.product-hit .product-image{height:180px;min-height:180px}.product-info{display:flex;flex:1 1;flex-direction:column;justify-content:space-between;padding:1rem}.product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:.95rem;line-height:1.3;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis}.product-sku{font-size:.8rem;margin-bottom:.5rem}.product-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:.8rem;line-height:1.4;margin-bottom:.75rem;overflow:hidden;text-overflow:ellipsis}.product-categories{margin-bottom:.75rem}.category-tag{font-size:.7rem;padding:.25rem .5rem}.product-details{margin-top:auto}.price-section .price{font-size:1.1rem;font-weight:600}.price-section .store-info{font-size:.75rem}.availability-section{margin-top:.5rem}.product-badges{gap:.25rem;position:absolute;right:.5rem;top:.5rem}.product-badges .badge{font-size:.7rem;padding:2px 6px}}.footer-links a:hover:before{transform:scaleX(1)}.collaborate-link{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px!important;box-shadow:0 4px 15px #667eea4d!important;color:#fff!important;display:inline-block!important;font-weight:600!important;padding:8px 16px!important;text-decoration:none!important;transition:all .3s ease!important}.collaborate-link:hover{background:linear-gradient(135deg,#764ba2,#667eea)!important;box-shadow:0 6px 20px #667eea66!important;color:#fff!important;transform:translateY(-2px)!important}.collaborate-link:before{display:none!important}.contact-info{display:flex;flex-direction:column;gap:.75rem}.cart-dropdown-overlay{align-items:flex-start;background:#0006;bottom:0;display:flex;justify-content:flex-end;left:0;padding:16px;position:fixed;right:0;top:0;z-index:1000}.cart-dropdown{background:#fff;border-radius:16px;box-shadow:0 16px 48px #4b164c33;display:flex;flex-direction:column;max-height:calc(100vh - 32px);max-width:400px;overflow:hidden;width:100%}.cart-dropdown-header{align-items:center;border-bottom:1px solid #e9ecef;color:#4b164c;display:flex;font-size:18px;font-weight:600;justify-content:space-between;padding:16px 20px}.cart-dropdown-header .cart-close{background:none;border:none;color:#4b164c;cursor:pointer;padding:4px}.cart-dropdown-content{flex:1 1;overflow-y:auto;padding:16px}.cart-dropdown .cart-empty{align-items:center;color:#888;justify-content:center;padding:40px 20px}.cart-dropdown .cart-empty,.cart-dropdown .cart-items{display:flex;flex-direction:column;gap:12px}.cart-dropdown .cart-item{background:#f8f6fa;border-radius:12px;display:flex;gap:12px;padding:12px}.cart-dropdown .cart-item-image{align-items:center;background:#fff;border-radius:8px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.cart-dropdown .cart-item-details{flex:1 1;min-width:0}.cart-dropdown .cart-item-details h4{color:#4b164c;font-size:14px;font-weight:600;line-height:1.3;margin:0 0 4px}.cart-dropdown .cart-item-price{color:#4b164c;font-size:14px;font-weight:600;margin:0 0 8px}.cart-dropdown .cart-item-controls{align-items:center;display:flex;gap:8px}.cart-dropdown .cart-item-controls button{align-items:center;background:#4b164c;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;height:28px;justify-content:center;width:28px}.cart-dropdown .cart-item-controls .remove-btn{background:#dc3545;margin-left:4px}.cart-dropdown-footer{border-top:1px solid #e9ecef;padding:16px 20px}.cart-dropdown .view-cart-btn{background:#4b164c;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:12px;padding:12px 20px;width:100%}.cart-dropdown .view-cart-btn:hover{background:#6d2c7a}@media (max-width:480px){.cart-dropdown-overlay{align-items:flex-end;padding:8px}.cart-dropdown{max-height:85vh}}.cart-page{background:#f8f6fa;flex:1 1;min-height:calc(100vh - 120px);padding:24px 16px}.cart-container{margin:0 auto;max-width:1200px}.cart-page .cart-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.cart-page .cart-header h1{color:#4b164c;font-size:24px;margin:0}.cart-page .clear-cart-btn{align-items:center;background:#dc3545;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:8px;padding:10px 16px}.cart-page .cart-content{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:1fr 340px}@media (max-width:900px){.cart-page .cart-content{grid-template-columns:1fr}}.cart-page .cart-items-section{display:flex;flex-direction:column;gap:16px}.cart-page .cart-page-item{grid-gap:20px;align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 24px #4b164c14;display:grid;gap:20px;grid-template-columns:100px 1fr auto auto auto auto;padding:20px}@media (max-width:768px){.cart-page .cart-page-item{grid-template-columns:80px 1fr;grid-template-rows:auto auto auto}.cart-page .cart-item-actions,.cart-page .cart-item-price,.cart-page .cart-item-quantity,.cart-page .cart-item-total{grid-column:2}}.cart-page .cart-item-image{align-items:center;background:#f8f6fa;border-radius:12px;cursor:pointer;display:flex;height:120px;justify-content:center;min-width:100px;overflow:hidden;width:100px}.cart-page .cart-item-image img{height:100%;object-fit:contain;width:100%}.cart-page .cart-item-info h3{color:#4b164c;cursor:pointer;font-size:16px;font-weight:600;margin:0 0 8px}.cart-page .cart-summary{position:-webkit-sticky;position:sticky;top:100px}.cart-page .summary-card{background:#fff;border-radius:16px;box-shadow:0 4px 24px #4b164c14;padding:24px}.cart-page .checkout-btn{align-items:center;background:#4b164c;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;margin-top:16px;padding:14px;width:100%}.cart-page .cart-empty-state{background:#fff;border-radius:16px;box-shadow:0 4px 24px #4b164c14;padding:60px 24px;text-align:center}.cart-page .browse-products-btn{background:#4b164c;border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:600;margin-top:20px;padding:12px 24px}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{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{box-sizing:border-box;height:0;width:0;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{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.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;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.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{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{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:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width: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{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.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);height:36px;width: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{height:44px;width: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{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;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{border-top:1px solid #ddd;height:0;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{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.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{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.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{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
/*# sourceMappingURL=main.1f8ac600.css.map*/