@import"https://fonts.googleapis.com/css2?family=Bungee&family=Archivo+Narrow:wght@400;500;600;700&display=swap";:root{--primary-color: #000000;--primary-light: #333333;--primary-dark: #000000;--secondary-color: #ffffff;--secondary-light: #f3f4f6;--secondary-dark: #e5e7eb;--accent-color: #3b82f6;--accent-light: #60a5fa;--accent-dark: #1d4ed8;--text-primary: #000000;--text-secondary: #666666;--text-light: #999999;--text-white: #ffffff;--bg-primary: #ffffff;--bg-secondary: #f3f4f6;--bg-dark: #1f2937;--hover-color: #cccccc;--shadow-color: rgba(0, 0, 0, .1);--shadow-dark: rgba(0, 0, 0, .2)}:root.ocean-theme{--primary-color: #0369a1;--primary-light: #0ea5e9;--primary-dark: #075985;--secondary-color: #ffffff;--accent-color: #06b6d4;--text-primary: #1e293b;--bg-primary: #ffffff;--bg-secondary: #f0f9ff}:root.sunset-theme{--primary-color: #ea580c;--primary-light: #f97316;--primary-dark: #c2410c;--secondary-color: #ffffff;--accent-color: #fb923c;--text-primary: #1f1f1f;--bg-primary: #ffffff;--bg-secondary: #fff7ed}:root.forest-theme{--primary-color: #15803d;--primary-light: #22c55e;--primary-dark: #166534;--secondary-color: #ffffff;--accent-color: #84cc16;--text-primary: #1a1a1a;--bg-primary: #ffffff;--bg-secondary: #f0fdf4}:root.dark-theme{--primary-color: #1f2937;--primary-light: #374151;--primary-dark: #111827;--secondary-color: #e5e7eb;--secondary-light: #d1d5db;--secondary-dark: #9ca3af;--accent-color: #60a5fa;--accent-light: #93c5fd;--accent-dark: #3b82f6;--text-primary: #f3f4f6;--text-secondary: #d1d5db;--text-light: #9ca3af;--text-white: #ffffff;--bg-primary: #111827;--bg-secondary: #1f2937;--bg-dark: #0f172a;--hover-color: #4b5563;--shadow-color: rgba(0, 0, 0, .3);--shadow-dark: rgba(0, 0, 0, .5)}:root.dark-ocean-theme{--primary-color: #0c4a6e;--primary-light: #0369a1;--primary-dark: #082f49;--secondary-color: #e0f2fe;--accent-color: #06b6d4;--text-primary: #f0f9ff;--text-secondary: #cbd5e1;--bg-primary: #0f172a;--bg-secondary: #1e293b}:root.dark-sunset-theme{--primary-color: #7c2d12;--primary-light: #b45309;--primary-dark: #431407;--secondary-color: #fed7aa;--accent-color: #fb923c;--text-primary: #fef3c7;--text-secondary: #d97706;--bg-primary: #1f1107;--bg-secondary: #292415}:root.dark-forest-theme{--primary-color: #166534;--primary-light: #22c55e;--primary-dark: #14532d;--secondary-color: #bbf7d0;--accent-color: #86efac;--text-primary: #f0fdf4;--text-secondary: #dcfce7;--bg-primary: #0f172a;--bg-secondary: #1b2e1f}:root.black-theme{--primary-color: #000000;--primary-light: #1a1a1a;--primary-dark: #000000;--secondary-color: #ffffff;--secondary-light: #f0f0f0;--secondary-dark: #d0d0d0;--accent-color: #ffffff;--accent-light: #f0f0f0;--accent-dark: #d0d0d0;--text-primary: #ffffff;--text-secondary: #cccccc;--text-light: #999999;--text-white: #ffffff;--bg-primary: #000000;--bg-secondary: #0a0a0a;--bg-dark: #050505;--hover-color: #333333;--shadow-color: rgba(255, 255, 255, .1);--shadow-dark: rgba(255, 255, 255, .2)}:root.dark-ocean-black-theme{--primary-color: #001a33;--primary-light: #003d66;--primary-dark: #000d1a;--secondary-color: #e0f2fe;--accent-color: #06b6d4;--text-primary: #e0f2fe;--text-secondary: #7dd3fc;--bg-primary: #000a0f;--bg-secondary: #001a26}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.navbar{background-color:var(--primary-color);color:var(--text-white);padding:1.5rem 2rem;position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.1)}.navbar-container{max-width:80rem;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.navbar-brand{font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:.75rem;font-family:Bungee,cursive;letter-spacing:2px;order:1;text-decoration:none;color:var(--text-white);cursor:pointer}.navbar-brand span{font-family:Archivo Narrow,sans-serif;font-weight:600;letter-spacing:1px}.navbar-logo{height:3.5rem;width:auto}.navbar-links{display:flex;gap:3rem;list-style:none;order:2;flex:1;justify-content:flex-end;margin:0 3rem}.navbar-links a{color:var(--text-white);text-decoration:none;transition:opacity .3s;font-size:.95rem;letter-spacing:.5px;text-transform:uppercase;font-weight:300}.navbar-links a:hover{opacity:.6}.navbar-actions{display:flex;align-items:center;gap:.5rem;order:3}.navbar-account,.navbar-cart{display:flex;background:none;border:none;cursor:pointer;color:var(--text-white);position:relative;padding:.5rem;transition:opacity .3s}.navbar-account:hover,.navbar-cart:hover{opacity:.8}.navbar-account-icon,.navbar-cart-icon{width:24px;height:24px}.navbar-user{display:flex;align-items:center;gap:.75rem}.user-email{color:var(--text-white);font-size:.9rem}.navbar-logout{background:none;border:1px solid var(--text-white);color:var(--text-white);padding:.35rem .75rem;border-radius:4px;cursor:pointer;font-size:.85rem;transition:all .3s}.navbar-logout:hover{background:var(--text-white);color:var(--text-primary)}.navbar-cart:hover{opacity:.8}.navbar-cart-icon{width:24px;height:24px}.navbar-cart-badge{position:absolute;top:-5px;right:-5px;background-color:#f44;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600}.navbar-hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:.35rem;order:4}.navbar-hamburger span{width:25px;height:3px;background-color:var(--text-white);transition:all .3s ease;display:block}.navbar-hamburger span.open:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.navbar-hamburger span.open:nth-child(2){opacity:0}.navbar-hamburger span.open:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media(max-width:768px){.navbar-brand{font-size:1.25rem}.navbar-links{gap:1rem;margin:0 1rem}.navbar-links a{font-size:.875rem}}@media(max-width:480px){.navbar{padding:1rem}.navbar-brand{font-size:1rem}.navbar-logo{height:2.5rem}.navbar-hamburger,.navbar-cart{display:flex}.user-email{display:none}.navbar-links{display:none;position:fixed;top:5rem;left:0;right:0;background-color:var(--primary-color);flex-direction:column;align-items:center;padding:2rem 0;border-top:1px solid rgba(255,255,255,.1);margin:0;gap:1.5rem;flex:0}.navbar-links.active{display:flex}.navbar-links a{font-size:1rem}}.hero-section{height:100vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;color:var(--text-white);position:relative;filter:grayscale(100%)}.hero-section:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0006,#0003,#0006);mix-blend-mode:overlay;z-index:1}.hero-content{text-align:center;z-index:2;max-width:600px}.hero-logo{height:200px;width:auto;margin-bottom:2rem;animation:fadeInUp 1s ease-out forwards}.hero-title{font-size:3.5rem;font-weight:300;margin-bottom:1rem;letter-spacing:1px}.hero-subtitle{font-size:1.1rem;margin-bottom:2rem;font-weight:300;letter-spacing:1.5px;text-transform:uppercase}.hero-button{background-color:transparent;color:var(--text-white);padding:.75rem 2rem;border:1px solid var(--text-white);border-radius:0;font-weight:300;cursor:pointer;transition:all .3s;font-size:.9rem;letter-spacing:1px;text-transform:uppercase}.hero-button:hover{background-color:var(--text-white);color:var(--primary-color)}@media(max-width:768px){.hero-section{height:100vh}.hero-content{padding:1.5rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}}@media(max-width:480px){.hero-section{height:100vh}.hero-content{padding:1rem}.hero-title{font-size:1.5rem;margin-bottom:.5rem}.hero-subtitle{font-size:.9rem;margin-bottom:1.5rem}.hero-button{padding:.6rem 1.5rem;font-size:.85rem}.hero-logo{height:150px;margin-bottom:1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-card{background-color:var(--bg-primary);border:none;overflow:hidden;animation:fadeInUp .8s ease-out forwards;transition:transform .3s ease}.product-card:nth-child(1){animation-delay:.1s}.product-card:nth-child(2){animation-delay:.2s}.product-card:nth-child(3){animation-delay:.3s}.product-card:nth-child(4){animation-delay:.4s}.product-card:hover{transform:translateY(-5px);box-shadow:none}.product-image{width:100%;height:280px;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-info{padding:1.5rem 0;text-align:center}.product-title{font-size:1rem;font-weight:400;margin-bottom:.5rem;color:var(--text-primary);letter-spacing:.5px}.product-price{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;font-weight:300}.product-button{width:100%;background-color:transparent;color:var(--text-primary);padding:.6rem;border:1px solid var(--text-primary);border-radius:0;cursor:pointer;transition:all .3s;font-size:.75rem;letter-spacing:1px;text-transform:uppercase;font-weight:300}.product-button:hover{background-color:var(--text-primary);color:var(--bg-primary)}.preview-overlay{position:fixed;inset:0;background-color:#000000e6;display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .3s ease}.preview-content{position:relative;max-width:90%;max-height:90vh;display:flex;flex-direction:column;align-items:center;animation:zoomIn .3s ease}.preview-close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:2.5rem;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:transform .2s}.preview-close:hover{transform:scale(1.1)}.preview-image{max-width:100%;max-height:80vh;object-fit:contain;border-radius:8px}.preview-info{margin-top:1.5rem;text-align:center;color:#fff}.preview-info h3{font-size:1.5rem;margin-bottom:.5rem;font-weight:400;letter-spacing:.5px}.preview-info p{font-size:1.25rem;color:#fffc}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media(max-width:768px){.product-image{height:10rem}.product-info{padding:.75rem}.product-title{font-size:.9rem}.product-price{font-size:.85rem;margin-bottom:1rem}.product-button{padding:.5rem;font-size:.7rem}.preview-close{top:-35px;font-size:2rem}.preview-info h3{font-size:1.25rem}.preview-info p{font-size:1rem}}@media(max-width:480px){.product-image{height:9rem}.product-info{padding:.5rem}.product-title{font-size:.85rem;margin-bottom:.25rem}.product-price{font-size:.8rem;margin-bottom:.75rem}.product-button{padding:.45rem;font-size:.65rem}}.modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background-color:var(--bg-primary);border-radius:.5rem;padding:2rem;max-width:600px;width:90%;position:relative;animation:slideIn .3s ease-out}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:var(--text-primary);transition:opacity .3s}.modal-close:hover{opacity:.6}.modal-body{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.modal-image{width:100%;height:300px;overflow:hidden;border-radius:.5rem}.modal-image img{width:100%;height:100%;object-fit:cover}.modal-details{display:flex;flex-direction:column;gap:1rem}.modal-title{font-size:1.5rem;font-weight:400;color:var(--text-primary);letter-spacing:.5px}.modal-price{font-size:1.25rem;color:var(--text-secondary);font-weight:300}.quantity-section{display:flex;flex-direction:column;gap:.5rem}.quantity-label{font-size:.9rem;font-weight:500;color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px}.quantity-control{display:flex;align-items:center;gap:.5rem;border:1px solid var(--text-secondary);border-radius:.25rem;width:fit-content}.qty-btn{background:none;border:none;padding:.5rem 1rem;cursor:pointer;font-size:1.2rem;color:var(--text-primary);transition:background-color .3s}.qty-btn:hover{background-color:var(--bg-secondary)}.qty-input{width:60px;border:none;text-align:center;padding:.5rem;font-size:1rem;background-color:transparent;color:var(--text-primary)}.qty-input:focus{outline:none}.modal-summary{padding:1rem 0;border-top:1px solid var(--text-secondary);border-bottom:1px solid var(--text-secondary)}.summary-text{font-size:1rem;color:var(--text-primary);margin:0}.summary-price{font-weight:600;color:var(--text-primary)}.modal-add-button{width:100%;background-color:transparent;color:var(--text-primary);padding:.75rem;border:1px solid var(--text-primary);border-radius:0;cursor:pointer;transition:all .3s;font-size:.9rem;letter-spacing:1px;text-transform:uppercase;font-weight:300}.modal-add-button:hover{background-color:var(--text-primary);color:var(--bg-primary)}@media(max-width:768px){.modal-content{padding:1.5rem}.modal-body{grid-template-columns:1fr}.modal-image{height:250px}}@media(max-width:480px){.modal-content{padding:1rem;width:95%}.modal-title{font-size:1.25rem}.modal-price{font-size:1.1rem}.modal-image{height:200px}}.products-section{padding:6rem 2rem;background-color:var(--bg-primary)}.products-container{max-width:80rem;margin:0 auto}.products-title{font-size:2.5rem;font-weight:300;text-align:center;margin-bottom:4rem;color:var(--text-primary);letter-spacing:1px}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.view-all-container{text-align:center;margin-top:3rem}.view-all-btn{background-color:transparent;color:var(--text-primary);padding:.75rem 2rem;border:1px solid var(--text-primary);border-radius:0;cursor:pointer;transition:all .3s;font-size:.9rem;letter-spacing:1px;text-transform:uppercase;font-weight:300}.view-all-btn:hover{background-color:var(--text-primary);color:var(--bg-primary)}@media(max-width:768px){.products-section{padding:4rem 1rem}.products-title{font-size:2rem;margin-bottom:3rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:480px){.products-section{padding:2rem 1rem}.products-title{font-size:1.75rem;margin-bottom:2.5rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.about-section{padding:4rem 2rem;background-color:#000}.about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-image{width:100%;height:100%;min-height:400px;position:relative}.about-image img{width:100%;height:100%;object-fit:cover;border-radius:.5rem}.about-image:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0000004d,#0000001a,#0000004d);mix-blend-mode:overlay;border-radius:.5rem}.about-content{padding:0 1rem}.about-title{font-size:2.5rem;font-weight:300;margin-bottom:1.5rem;color:var(--text-primary);letter-spacing:1px}.about-text{color:var(--text-secondary);font-size:.95rem;line-height:1.8;font-weight:300;margin-bottom:1rem;text-align:justify}@media(max-width:768px){.about-section{padding:2rem 1rem}.about-container{grid-template-columns:1fr;gap:2rem}.about-image{min-height:300px}.about-title{font-size:1.75rem}.about-text{font-size:.9rem}}@media(max-width:480px){.about-section{padding:1.5rem 1rem}.about-container{gap:1rem}.about-image{min-height:200px}.about-title{font-size:1.5rem;margin-bottom:1rem}.about-text{font-size:.85rem;line-height:1.6}}.cart-bubble{position:fixed;width:60px;height:60px;background-color:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d;z-index:999;-webkit-user-select:none;user-select:none;transition:box-shadow .3s}.cart-bubble:hover{box-shadow:0 6px 16px #0006}.cart-icon{width:32px;height:32px;color:var(--text-white)}.cart-badge{position:absolute;top:-8px;right:-8px;background-color:#f44;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}@media(max-width:480px){.cart-bubble{display:none}}.cart-view-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.cart-view-content{background-color:var(--bg-primary);border-radius:.5rem;width:90%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.cart-view-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--text-secondary)}.cart-view-title{font-size:1.5rem;font-weight:400;color:var(--text-primary);margin:0}.cart-view-close{background:none;border:none;font-size:2rem;cursor:pointer;color:var(--text-primary);transition:opacity .3s;padding:0;width:40px;height:40px}.cart-view-close:hover{opacity:.6}.cart-view-body{flex:1;overflow-y:auto;padding:1.5rem}.cart-empty{text-align:center;padding:3rem 0;color:var(--text-secondary)}.cart-items-list{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding:1rem;border:1px solid var(--text-secondary);border-radius:.5rem;align-items:center}.cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:.25rem}.cart-item-details{display:flex;flex-direction:column;gap:.25rem}.cart-item-title{font-size:1rem;font-weight:500;color:var(--text-primary);margin:0}.cart-item-price{font-size:.9rem;color:var(--text-secondary);margin:0}.cart-item-quantity{font-size:.85rem;color:var(--text-secondary);margin:0}.cart-item-total{font-size:1.1rem;font-weight:600;color:var(--text-primary);text-align:right}.cart-view-footer{padding:1.5rem;border-top:1px solid var(--text-secondary)}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.25rem}.cart-total-label{font-weight:400;color:var(--text-primary)}.cart-total-price{font-weight:600;color:var(--text-primary)}.cart-checkout-btn{width:100%;background-color:transparent;color:var(--text-primary);padding:.75rem;border:1px solid var(--text-primary);border-radius:0;cursor:pointer;transition:all .3s;font-size:.9rem;letter-spacing:1px;text-transform:uppercase;font-weight:300}.cart-checkout-btn:hover{background-color:var(--text-primary);color:var(--bg-primary)}@media(max-width:480px){.cart-view-content{width:95%;max-height:90vh}.cart-view-header{padding:1rem}.cart-view-title{font-size:1.25rem}.cart-view-body{padding:1rem}.cart-item{grid-template-columns:60px 1fr auto}.cart-item-image{width:60px;height:60px}.cart-item-title{font-size:.9rem}.cart-view-footer{padding:1rem}}.account-modal-overlay{position:fixed;inset:0;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:10000;animation:fadeIn .3s ease}.account-modal-content{background:var(--bg-primary);border:1px solid rgba(255,255,255,.1);border-radius:8px;max-width:450px;width:90%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.account-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:var(--text-primary);font-size:2rem;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:opacity .3s}.account-modal-close:hover{opacity:.7}.account-modal-header{padding:2rem 2rem 1rem;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}.account-modal-header h2{font-size:1.75rem;font-weight:300;color:var(--text-primary);margin-bottom:.5rem;letter-spacing:1px}.account-modal-header p{color:var(--text-secondary);font-size:.95rem}.account-form{padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:var(--text-primary);font-size:.9rem;margin-bottom:.5rem;letter-spacing:.5px}.form-group input{width:100%;padding:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:4px;color:var(--text-primary);font-size:1rem;transition:border-color .3s}.form-group input:focus{outline:none;border-color:var(--text-primary)}.error-message{color:#f44336;font-size:.85rem;margin-bottom:1rem;text-align:center}.submit-button{width:100%;padding:.875rem;background-color:var(--text-primary);color:var(--bg-primary);border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:opacity .3s;letter-spacing:.5px;text-transform:uppercase;font-weight:400;display:flex;align-items:center;justify-content:center;gap:10px}.submit-button:hover:not(:disabled){opacity:.8}.submit-button:disabled{opacity:.5;cursor:not-allowed}.account-modal .spinner-small{width:14px;height:14px;border:2px solid rgba(0,0,0,.3);border-top:2px solid var(--bg-primary);border-radius:50%;animation:spin-modal .8s linear infinite}@keyframes spin-modal{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.account-toggle{padding:1.5rem 2rem 2rem;text-align:center;border-top:1px solid rgba(255,255,255,.1)}.account-toggle p{color:var(--text-secondary);font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.toggle-button{background:none;border:none;color:var(--text-primary);cursor:pointer;font-size:.9rem;text-decoration:underline;transition:opacity .3s;padding:0}.toggle-button:hover{opacity:.7}@media(max-width:768px){.account-modal-content{width:95%}.account-modal-header{padding:1.5rem 1.5rem 1rem}.account-modal-header h2{font-size:1.5rem}.account-form{padding:1.5rem}.account-toggle{padding:1rem 1.5rem 1.5rem}}.footer{background-color:#0a0a0a;padding:3rem 2rem 2rem;margin-top:0}.footer-container{max-width:80rem;margin:0 auto}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-social{display:flex;align-items:center;gap:1rem}.footer-social-label{font-size:.9rem;color:#b0b0b0;font-weight:500}.footer-social-icons{display:flex;gap:.5rem}.social-icon{width:36px;height:36px;border-radius:50%;background-color:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#b0b0b0;transition:all .3s;text-decoration:none}.social-icon svg{width:18px;height:18px}.social-icon:hover{background-color:var(--primary-color);color:#fff}.footer-nav{display:flex;gap:2rem;flex-wrap:wrap;flex:1;justify-content:flex-end}.footer-nav a{color:#b0b0b0;text-decoration:none;font-size:.9rem;transition:color .3s;font-weight:400}.footer-nav a:hover{color:var(--text-white)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:2rem}.footer-copyright{font-size:.85rem;color:#666;margin:0}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:#888;text-decoration:none;font-size:.85rem;transition:color .3s}.footer-legal a:hover{color:var(--text-white)}@media(max-width:768px){.footer{padding:2rem 1rem 1.5rem}.footer-top{flex-direction:column;gap:2rem}.footer-social{flex-direction:column;align-items:flex-start}.footer-nav{justify-content:flex-start;gap:1rem 1.5rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1rem}}@media(max-width:480px){.footer-nav{gap:.75rem 1rem}.footer-nav a{font-size:.85rem}.footer-social-icons{gap:.75rem}.social-icon{width:32px;height:32px}.social-icon svg{width:16px;height:16px}}.shop-page{min-height:100vh;padding:2rem;background:linear-gradient(to bottom,#1a1a1a,#0a0a0a)}.shop-header{text-align:center;margin-bottom:3rem;padding-top:2rem}.shop-title{font-size:2.5rem;font-weight:700;color:var(--text-white);margin-bottom:.5rem;font-family:Archivo Narrow,sans-serif;text-transform:uppercase;letter-spacing:1px}.shop-subtitle{font-size:1.1rem;color:#b0b0b0;font-weight:300}.shop-controls{max-width:80rem;margin:0 auto 2rem;display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;padding:1.5rem;background:#0030494d;border-radius:8px;box-shadow:0 2px 8px #00000080;border:1px solid rgba(255,255,255,.1)}.filter-group{display:flex;align-items:center;gap:.75rem}.filter-group label{font-weight:500;color:var(--text-white);font-size:.95rem}.shop-select{padding:.5rem 1rem;border:2px solid rgba(255,255,255,.2);border-radius:4px;background:#0000004d;color:var(--text-white);font-size:.95rem;cursor:pointer;transition:all .3s;font-weight:500}.shop-select:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.shop-select:focus{outline:none;box-shadow:0 0 0 3px #0030491a}.shop-products-grid{max-width:80rem;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;padding:0 1rem}.no-products{text-align:center;padding:4rem 2rem;color:#b0b0b0;font-size:1.1rem}@media(max-width:768px){.shop-page{padding:1rem}.shop-title{font-size:2rem}.shop-subtitle{font-size:1rem}.shop-controls{flex-direction:column;gap:1rem;padding:1rem}.filter-group{width:100%;justify-content:space-between}.shop-select{flex:1}.shop-products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}}@media(max-width:480px){.shop-products-grid{grid-template-columns:repeat(2,1fr)}}.checkout-page{min-height:100vh;background-color:var(--bg-primary);padding:6rem 1rem 2rem}.checkout-container{max-width:1400px;margin:0 auto}.checkout-header{text-align:center;margin-bottom:3rem}.checkout-header h1{font-size:2.5rem;font-weight:300;color:var(--text-primary);letter-spacing:1px;margin-bottom:2rem}.checkout-steps{display:flex;justify-content:center;align-items:center;gap:2rem;max-width:500px;margin:0 auto}.step{display:flex;flex-direction:column;align-items:center;gap:.5rem}.step-number{width:40px;height:40px;border-radius:50%;background-color:#ffffff1a;color:var(--text-secondary);display:flex;align-items:center;justify-content:center;font-weight:400;transition:all .3s}.step.active .step-number{background-color:var(--text-primary);color:var(--bg-primary)}.step.completed .step-number{background-color:#ffffff4d;color:var(--text-primary)}.step-label{font-size:.9rem;color:var(--text-secondary);letter-spacing:.5px}.step.active .step-label{color:var(--text-primary)}.step-divider{width:80px;height:2px;background-color:#ffffff1a}.checkout-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.shipping-form{background-color:#ffffff08;padding:2rem}.shipping-form h2{font-size:1.5rem;font-weight:300;color:var(--text-primary);margin-bottom:2rem;letter-spacing:.5px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;margin-bottom:1.5rem}.form-group label{color:var(--text-primary);font-size:.9rem;margin-bottom:.5rem;letter-spacing:.5px;font-weight:300}.form-group input,.form-group select,.form-group textarea{background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:var(--text-primary);padding:.875rem;font-size:.95rem;font-family:inherit;transition:all .3s;border-radius:0}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--text-primary);background-color:#ffffff14}.form-group select{cursor:pointer}.form-group select option{background-color:#000;color:var(--text-primary)}.form-group select:disabled{opacity:.5;cursor:not-allowed}.form-group textarea{resize:vertical;min-height:100px}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff4d}.order-summary{background-color:#ffffff08;padding:2rem;height:fit-content;position:sticky;top:100px}.order-summary h2{font-size:1.5rem;font-weight:300;color:var(--text-primary);margin-bottom:2rem;letter-spacing:.5px}.summary-items{margin-bottom:2rem}.summary-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.summary-item:last-child{border-bottom:none}.summary-item-image{width:60px;height:60px;object-fit:cover}.summary-item-details{flex:1}.summary-item-details h3{font-size:.95rem;font-weight:400;color:var(--text-primary);margin-bottom:.5rem}.summary-item-qty{font-size:.85rem;color:var(--text-secondary)}.summary-item-price{font-weight:400;color:var(--text-primary)}.summary-total{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);color:var(--text-primary);font-size:1.1rem}.total-price{font-weight:400;font-size:1.5rem}.btn-continue,.btn-place-order{width:100%;background-color:var(--text-primary);color:var(--bg-primary);padding:1rem 2rem;border:none;cursor:pointer;transition:all .3s;font-size:.9rem;letter-spacing:1px;text-transform:uppercase;font-weight:400;margin-top:1rem}.btn-continue:hover,.btn-place-order:hover{background-color:#ffffffe6}.review-section{max-width:1200px;margin:0 auto}.review-section>h2{font-size:2rem;font-weight:300;color:var(--text-primary);margin-bottom:2rem;letter-spacing:.5px;text-align:center}.review-grid{display:grid;gap:2rem;margin-bottom:2rem}.review-card{background-color:#ffffff08;padding:2rem}.review-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.review-card-header h3{font-size:1.25rem;font-weight:300;color:var(--text-primary);letter-spacing:.5px}.btn-edit{background-color:transparent;color:var(--text-primary);padding:.5rem 1rem;border:1px solid var(--text-primary);cursor:pointer;transition:all .3s;font-size:.85rem;letter-spacing:.5px;text-transform:uppercase}.btn-edit:hover{background-color:var(--text-primary);color:var(--bg-primary)}.review-card-content p{color:var(--text-secondary);margin-bottom:.75rem;line-height:1.6}.review-card-content p strong{color:var(--text-primary);margin-right:.5rem}.review-items{margin-bottom:1.5rem}.review-item{display:flex;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.review-item:last-child{border-bottom:none}.review-item-image{width:80px;height:80px;object-fit:cover}.review-item-details{flex:1}.review-item-details h4{font-size:1.1rem;font-weight:400;color:var(--text-primary);margin-bottom:.5rem}.review-item-qty,.review-item-price{font-size:.9rem;color:var(--text-secondary);margin-bottom:.25rem}.review-item-total{font-size:1.1rem;font-weight:400;color:var(--text-primary)}.review-total{padding-top:1.5rem;border-top:2px solid rgba(255,255,255,.1)}.review-total-row{display:flex;justify-content:space-between;padding:.5rem 0;color:var(--text-secondary);font-size:1rem}.review-total-row.total{font-size:1.5rem;color:var(--text-primary);font-weight:400;padding-top:1rem;margin-top:.5rem;border-top:1px solid rgba(255,255,255,.1)}.review-actions{display:flex;gap:1.5rem;justify-content:center}.btn-back,.btn-place-order{padding:1rem 3rem;border:none;cursor:pointer;transition:all .3s;font-size:.9rem;letter-spacing:1px;text-transform:uppercase;font-weight:400}.btn-back{background-color:transparent;color:var(--text-primary);border:1px solid var(--text-primary)}.btn-back:hover{background-color:#ffffff1a}.btn-place-order{background-color:var(--text-primary);color:var(--bg-primary);min-width:250px}.btn-place-order:hover{background-color:#ffffffe6}.empty-checkout{text-align:center;padding:4rem 2rem}.empty-checkout h2{font-size:2rem;font-weight:300;color:var(--text-primary);margin-bottom:1rem}.empty-checkout p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem}.btn-back-shop{background-color:var(--text-primary);color:var(--bg-primary);padding:1rem 2rem;border:none;cursor:pointer;transition:all .3s;font-size:.9rem;letter-spacing:1px;text-transform:uppercase;font-weight:400}.btn-back-shop:hover{background-color:#ffffffe6}@media(max-width:1024px){.checkout-grid{grid-template-columns:1fr}.order-summary{position:relative;top:0;order:-1}}@media(max-width:768px){.checkout-page{padding-top:5rem}.checkout-header h1{font-size:2rem}.checkout-steps{gap:1rem}.step-divider{width:50px}.form-row{grid-template-columns:1fr}.shipping-form,.order-summary,.review-card{padding:1.5rem}.review-actions{flex-direction:column-reverse;gap:1rem}.btn-back,.btn-place-order{width:100%}}@media(max-width:480px){.checkout-page{padding:5rem 1rem 1rem}.checkout-header h1{font-size:1.75rem}.step-label{font-size:.8rem}.step-number{width:35px;height:35px}.shipping-form,.order-summary,.review-card{padding:1rem}.review-item{flex-direction:column}.review-item-image{width:100%;height:200px}}.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}}.location-map-container{margin:1.5rem 0;border:1px solid #333;border-radius:8px;overflow:hidden;background:#000}.map-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#000;border-bottom:1px solid #333}.map-header h3{margin:0;font-size:1.1rem;font-weight:500;color:#fff}.btn-current-location{background-color:#1a1a1a;color:#fff;border:1px solid #333;padding:.6rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .3s;display:flex;align-items:center;gap:.5rem}.btn-current-location:hover{background-color:#2a2a2a;border-color:#444}.location-icon{width:18px;height:18px}.map-instruction{padding:.75rem 1.5rem;margin:0;background:#1a1a1a;color:#ffc107;font-size:.9rem;border-bottom:1px solid #333}.leaflet-map{height:400px;width:100%;z-index:1}.coordinates-display{padding:.75rem 1.5rem;background:#000;font-size:.9rem;color:#ccc}.coordinates-display strong{color:#fff;margin-right:.5rem}@media(max-width:768px){.map-header{flex-direction:column;align-items:flex-start;gap:.75rem}.btn-current-location{width:100%}.leaflet-map{height:300px}.map-instruction{font-size:.85rem}}.my-orders-page{min-height:100vh;padding:100px 20px 40px;background:linear-gradient(135deg,#1a1a1a,#2d2d2d)}.orders-container{max-width:1200px;margin:0 auto}.orders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;flex-wrap:wrap;gap:20px}.orders-header h1{font-size:2.5rem;color:#fff;margin:0}.btn-continue-shopping{padding:12px 24px;background:linear-gradient(135deg,#ff6b6b,#ff8e53);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s}.btn-continue-shopping:hover{transform:translateY(-2px)}.loading-state,.error-state{text-align:center;padding:60px 20px;color:#fff}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.1);border-top:4px solid #FF6B6B;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn-retry{padding:12px 24px;background:#ff6b6b;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;margin-top:20px}.empty-orders{text-align:center;padding:80px 20px;background:#ffffff0d;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.empty-orders svg{color:#ffffff4d;margin-bottom:20px}.empty-orders h2{color:#fff;font-size:2rem;margin-bottom:10px}.empty-orders p{color:#ffffffb3;font-size:1.1rem;margin-bottom:30px}.btn-start-shopping{padding:14px 32px;background:linear-gradient(135deg,#ff6b6b,#ff8e53);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s}.btn-start-shopping:hover{transform:translateY(-2px)}.orders-list{display:flex;flex-direction:column;gap:20px}.order-card{background:#ffffff0d;border-radius:16px;padding:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:transform .2s,box-shadow .2s}.order-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #ff6b6b33}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}.order-info h3{color:#fff;font-size:1.5rem;margin:0 0 8px}.order-date{color:#fff9;font-size:.9rem;margin:0}.batch-number{color:#ff6b6bcc;font-size:.85rem;margin:4px 0 0;font-family:Courier New,monospace}.order-status{padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:600;text-transform:capitalize}.status-pending{background:#ffc10733;color:#ffc107;border:1px solid #FFC107}.status-processing{background:#2196f333;color:#2196f3;border:1px solid #2196F3}.status-shipped{background:#9c27b033;color:#9c27b0;border:1px solid #9C27B0}.status-delivered{background:#4caf5033;color:#4caf50;border:1px solid #4CAF50}.status-cancelled{background:#f4433633;color:#f44336;border:1px solid #F44336}.order-body{display:flex;flex-direction:column;gap:20px}.order-item{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:16px;background:#ffffff08;border-radius:12px}.order-item+.order-item{margin-top:12px}.order-total{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#ff6b6b1a;border-radius:12px;border:2px solid rgba(255,107,107,.3)}.order-total span:first-child{color:#fff;font-size:1.1rem;font-weight:600}.total-amount{color:#ff6b6b;font-size:1.5rem;font-weight:700}.order-item-image{width:80px;height:80px;object-fit:cover;border-radius:8px;border:2px solid rgba(255,255,255,.1);flex-shrink:0}.item-details{flex:1}.item-details h4{color:#fff;font-size:1.2rem;margin:0 0 8px}.item-code,.item-quantity{color:#fff9;font-size:.9rem;margin:4px 0}.item-price{text-align:right}.unit-price{color:#fff9;font-size:.9rem;margin:0 0 4px}.total-price{color:#ff6b6b;font-size:1.3rem;font-weight:700;margin:0}.order-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;padding:16px;background:#ffffff08;border-radius:12px}.detail-section h5{color:#fffc;font-size:.85rem;text-transform:uppercase;letter-spacing:1px;margin:0 0 8px}.detail-section p{color:#fff;font-size:1rem;margin:4px 0;line-height:1.6}.tracking-number{font-family:Courier New,monospace;background:#ff6b6b1a;padding:8px 12px;border-radius:6px;font-weight:600;color:#ff6b6b!important}.order-notes{font-style:italic;color:#ffffffb3!important}@media(max-width:768px){.my-orders-page{padding:80px 15px 30px}.orders-header h1{font-size:2rem}.orders-header{flex-direction:column;align-items:stretch}.btn-continue-shopping{width:100%}.order-item{flex-direction:column;gap:16px}.item-price{text-align:left}.order-details{grid-template-columns:1fr}}
