.App{min-height:100vh;background:#fff}.chat-button{position:fixed;bottom:20px;right:20px;width:60px;height:60px;background:#000;color:#fff;border:none;border-radius:50%;cursor:pointer;box-shadow:0 4px 12px #0000004d;display:flex;align-items:center;justify-content:center;transition:transform .2s;z-index:9999}.chat-button:hover{transform:scale(1.1)}.chat-window{position:fixed;bottom:20px;right:20px;width:350px;height:500px;background:#fff;border-radius:12px;box-shadow:0 4px 24px #0003;display:flex;flex-direction:column;z-index:9999;overflow:hidden;transition:height .3s}.chat-window.minimized{height:60px}.chat-header{background:#000;color:#fff;padding:1rem;display:flex;justify-content:space-between;align-items:center}.chat-header-info{display:flex;align-items:center;gap:.75rem}.chat-avatar{width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.chat-avatar svg{width:30px;height:30px}.chat-status h3{margin:0;font-size:.95rem;font-weight:700}.status-online{font-size:.75rem;color:#4caf50}.chat-controls{display:flex;gap:.5rem}.chat-controls button{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.chat-controls button:hover{background:#ffffff1a}.chat-messages{flex:1;padding:1rem;overflow-y:auto;background:#f5f5f5}.message{display:flex;gap:.75rem;margin-bottom:1rem}.bot-message{flex-direction:row}.message-avatar{width:32px;height:32px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.message-avatar svg{width:24px;height:24px}.message-content{flex:1}.message-content p{background:#fff;padding:.75rem;border-radius:8px;margin:.25rem 0;line-height:1.5}.message-time{font-size:.7rem;color:#999;margin-top:.25rem}.quick-replies{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.quick-reply-btn{background:#fff;border:1px solid #e0e0e0;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;cursor:pointer;transition:all .2s}.quick-reply-btn:hover{background:#000;color:#fff;border-color:#000}.chat-input{display:flex;gap:.5rem;padding:1rem;background:#fff;border-top:1px solid #e0e0e0}.chat-input input{flex:1;border:1px solid #e0e0e0;border-radius:20px;padding:.75rem 1rem;font-size:.9rem;outline:none}.chat-input input:focus{border-color:#000}.chat-input button{width:40px;height:40px;background:#000;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s}.chat-input button:hover:not(:disabled){transform:scale(1.1)}.chat-input button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.chat-window{width:calc(100vw - 40px);height:calc(100vh - 100px);bottom:10px;right:10px}}.product-page{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#000;background:#fff}.product-page.loading{display:flex;align-items:center;justify-content:center;min-height:100vh}.product-page.loading .spinner{width:50px;height:50px;border:4px solid #e0e0e0;border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite}*{box-sizing:border-box}.header{background:#fff;color:#000;padding:.75rem 1rem;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000001a;border-bottom:1px solid #e5e5e5}.header-content{max-width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.menu-btn{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#000;transition:opacity .2s}.menu-btn:hover{opacity:.6}.wishlist-btn-header{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#000;transition:opacity .2s}.wishlist-btn-header:hover{opacity:.6}.logo{cursor:pointer;transition:transform .2s;color:#000;display:flex;align-items:center;position:absolute;left:50%;transform:translate(-50%) translateY(8px)}.logo svg{display:block}.logo:hover{transform:translate(-50%) translateY(8px) scale(1.05)}.header-actions{display:flex;align-items:center;gap:.75rem;margin-left:auto}.icon-btn{background:none;border:none;color:#000;cursor:pointer;padding:.5rem;transition:opacity .2s;display:flex;align-items:center;justify-content:center;position:relative}.icon-btn:hover{opacity:.6}.user-btn,.cart-btn{position:relative}.badge{position:absolute;top:2px;right:2px;background:#2e7d6e;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;border:2px solid white}.breadcrumb{max-width:1400px;margin:0 auto;padding:1rem 2rem;font-size:.85rem;color:#666}.breadcrumb span{color:#000}.product-content{max-width:1400px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.product-gallery{display:flex;gap:1rem}.thumbnail-list{display:flex;flex-direction:column;gap:.5rem}.thumbnail{width:80px;height:80px;border:2px solid transparent;cursor:pointer;transition:border-color .2s;overflow:hidden}.thumbnail:hover,.thumbnail.active{border-color:#000}.thumbnail img{width:100%;height:100%;object-fit:cover}.main-image{flex:1;background:#f5f5f5;display:flex;align-items:center;justify-content:center;min-height:500px;max-height:700px;overflow:hidden}.main-image img{width:100%;height:100%;object-fit:contain;max-width:100%;max-height:100%}.product-info{display:flex;flex-direction:column;gap:1.5rem}.product-title{font-size:2rem;font-weight:700;margin:0;line-height:1.2}.product-subtitle{font-size:1.1rem;color:#666;margin:0}.product-description{margin:1.5rem 0;line-height:1.6;color:#333}.product-description details{border:1px solid #e0e0e0;border-radius:4px;overflow:hidden}.product-description details summary{background:#f5f5f5;padding:1rem;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none;border:none;outline:none}.product-description details summary:hover{background:#e8e8e8}.product-description .details-content{padding:1rem;background:#fff}.product-description .details-content p{margin:.5rem 0;font-size:.95rem}.product-description .details-content ul{margin:1rem 0;padding-left:1.5rem}.product-description .details-content li{margin:.3rem 0;font-size:.95rem}.product-description p:empty{display:none}.product-price-section{display:flex;align-items:center;gap:1rem;margin:1rem 0;flex-wrap:wrap}.product-price-sale{font-size:2rem;font-weight:900;color:#000;letter-spacing:-.5px}.product-price-original{font-size:1.2rem;color:#767677;text-decoration:line-through;font-weight:500}.product-discount{background:#000;color:#fff;padding:.3rem .8rem;border-radius:0;font-weight:900;font-size:.85rem;letter-spacing:1px}.product-stock-alert{background:#000;color:#fff;padding:.8rem 1rem;border-radius:0;font-weight:700;margin:.5rem 0;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;border-left:4px solid #fff}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.product-price{font-size:1.5rem;font-weight:700}.product-code,.product-color{font-size:.9rem;color:#666}.size-section{border-top:1px solid #e0e0e0;padding-top:1.5rem}.size-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-weight:600}.size-guide{font-size:.9rem;color:#000;text-decoration:underline}.size-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.size-btn{padding:1rem;border:2px solid #e0e0e0;background:#fff;cursor:pointer;font-weight:600;transition:all .2s}.size-btn:hover{border-color:#000}.size-btn.selected{border-color:#000;background:#000;color:#fff}.quantity-section{display:flex;align-items:center;gap:1rem}.quantity-section label{font-weight:600}.quantity-control{display:flex;align-items:center;border:2px solid #e0e0e0}.quantity-control button{padding:.5rem 1rem;border:none;background:#fff;cursor:pointer;font-size:1.2rem;transition:background .2s}.quantity-control button:hover{background:#f5f5f5}.quantity-control span{padding:0 1.5rem;font-weight:600;min-width:40px;text-align:center}.add-to-cart-btn{background:#000;color:#fff;border:none;padding:1.25rem;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s;text-transform:uppercase;letter-spacing:.1em}.add-to-cart-btn:hover:not(:disabled){background:#333}.add-to-cart-btn:disabled{background:#ccc;cursor:not-allowed}.wishlist-btn{background:#fff;color:#000;border:2px solid #000;padding:1rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.wishlist-btn:hover{background:#000;color:#fff}.trust-badges{display:flex;justify-content:space-around;gap:0;padding:0;margin:1rem 0;border-top:3px solid #000;border-bottom:3px solid #000;background:#000}.trust-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;font-size:.7rem;color:#fff;text-align:center;flex:1;padding:1rem .5rem;text-transform:uppercase;letter-spacing:.5px;font-weight:700;border-right:1px solid #fff}.trust-badge:last-child{border-right:none}.trust-badge svg{color:#fff;width:28px;height:28px}.trust-badge span{font-weight:900;color:#fff;line-height:1.3}.product-details{border-top:1px solid #e0e0e0;padding-top:1.5rem;display:flex;flex-direction:column;gap:.5rem}details{border-bottom:1px solid #e0e0e0}summary{padding:1rem 0;cursor:pointer;font-weight:600;list-style:none;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none}summary::-webkit-details-marker{display:none}summary:after{content:"+";font-size:1.5rem;font-weight:300;transition:transform .2s}details[open] summary:after{content:"−"}.details-content{padding-bottom:1.5rem;color:#666;line-height:1.6}.details-content ul{margin:1rem 0;padding-left:1.5rem}.details-content li{margin:.5rem 0}.rating{font-size:1.2rem;margin-bottom:.5rem}.footer{background:#000;color:#fff;margin-top:4rem}.footer-top-bar{background:#000;border-bottom:1px solid #282828}.footer-top-content{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.footer-top-link{color:#fff;text-decoration:none;font-size:.9rem;font-weight:500;transition:opacity .2s}.footer-top-link:hover{opacity:.7}.adiclub-banner{background:linear-gradient(135deg,#2d7a6e,#44a89a);padding:3rem 2rem}.adiclub-content{max-width:1400px;margin:0 auto;text-align:center}.adiclub-content h2{color:#fff;font-size:1.75rem;font-weight:700;margin:0 0 2rem;letter-spacing:.02em}.adiclub-btn{background:#fff;color:#000;border:none;padding:1rem 2.5rem;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.adiclub-btn:hover{background:#f0f0f0;transform:translateY(-2px)}.adiclub-btn span{font-size:1.2rem}.footer-links{background:#000;padding:3rem 2rem}.footer-links-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.footer-links-column{display:flex;flex-direction:column;gap:1rem}.footer-links-column a{color:#fff;text-decoration:none;font-size:.95rem;font-weight:400;transition:opacity .2s}.footer-links-column a:hover{opacity:.7}.footer-bottom{background:#000;border-top:1px solid #282828}.footer-bottom-content{max-width:1400px;margin:0 auto;padding:2rem;display:flex;align-items:center;justify-content:center;gap:1rem}.country-flag{display:flex;align-items:center}.footer-bottom-content p{color:#999;font-size:.85rem;margin:0}@media (max-width: 1024px){.product-content{grid-template-columns:1fr;gap:2rem}.footer-links-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.header{padding:.5rem 1rem}.header-content{gap:.5rem}.logo svg{width:40px;height:40px}.menu-btn,.wishlist-btn-header,.icon-btn{padding:.25rem}.breadcrumb{padding:.75rem 1rem;font-size:.75rem;overflow-x:auto;white-space:nowrap}.product-content{padding:1rem;gap:1.5rem}.product-gallery{flex-direction:column-reverse}.thumbnail-list{flex-direction:row;overflow-x:auto;gap:.5rem;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}.thumbnail{flex-shrink:0;width:60px;height:60px}.main-image{min-height:300px;max-height:500px;width:100%}.main-image img{width:100%;height:auto}.product-title{font-size:1.5rem}.product-subtitle{font-size:1rem}.product-price{font-size:1.25rem}.size-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.size-btn{padding:.75rem .5rem;font-size:.9rem}.add-to-cart-btn,.wishlist-btn{padding:1rem;font-size:.9rem}.footer-top-content{padding:1rem;flex-direction:column;gap:.5rem;align-items:flex-start}.adiclub-banner{padding:2rem 1rem}.adiclub-content h2{font-size:1.25rem;margin-bottom:1.5rem}.adiclub-btn{padding:.875rem 2rem;font-size:.9rem}.footer-links{padding:2rem 1rem}.footer-links-grid{grid-template-columns:1fr;gap:2rem}.footer-links-column{gap:.875rem}.footer-links-column a{font-size:.875rem}.footer-bottom-content{padding:1.5rem 1rem;flex-direction:column;gap:.5rem}}@media (max-width: 480px){.product-title{font-size:1.25rem}.size-grid{grid-template-columns:repeat(2,1fr)}.quantity-control button{padding:.5rem .75rem}.quantity-control span{padding:0 1rem}.adiclub-content h2{font-size:1.1rem}.main-image{min-height:250px;max-height:400px}.main-image img{object-fit:contain}.thumbnail{width:50px;height:50px}.header-actions{gap:.25rem}}.countdown-banner{background:#000;color:#fff;padding:.75rem 1rem;text-align:center;font-weight:900;margin:.5rem 0;border-radius:0;text-transform:uppercase;letter-spacing:1px;border-left:4px solid #fff}.countdown-icon{font-size:1.2rem;margin-right:.5rem}.countdown-time{font-size:1.3rem;letter-spacing:3px;margin-left:.5rem;font-weight:900}.viewer-count{position:fixed;bottom:100px;left:20px;background:#000;color:#fff;padding:.75rem 1.25rem;border-radius:0;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:999;animation:fadeIn 1s;display:flex;align-items:center;gap:.5rem;border:2px solid #fff}.viewer-icon{font-size:1.1rem}.exit-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s}.exit-popup{background:#fff;padding:2.5rem;border-radius:0;max-width:450px;text-align:center;position:relative;border:3px solid #000;animation:slideUp .3s}.exit-popup-close{position:absolute;top:10px;right:15px;background:none;border:none;font-size:2rem;cursor:pointer;color:#000;line-height:1;font-weight:700}.exit-popup h2{font-size:2rem;margin-bottom:1rem;font-weight:900;text-transform:uppercase;letter-spacing:2px}.exit-popup-discount{font-size:3rem;color:#000;margin:1.5rem 0;font-weight:900;letter-spacing:3px}.coupon-code{background:#000;color:#fff;padding:1.25rem 2.5rem;font-size:1.8rem;font-weight:900;letter-spacing:5px;margin:1.5rem 0;border-radius:0;border:3px solid #000}.exit-popup-btn{background:#000;color:#fff;border:none;padding:1.25rem 2.5rem;font-size:1.1rem;font-weight:900;text-transform:uppercase;letter-spacing:2px;cursor:pointer;border-radius:0;margin-top:1rem;width:100%;transition:all .2s}.exit-popup-btn:hover{background:#fff;color:#000;border:3px solid #000}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.cart-page{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#000;background:#fff;min-height:100vh}.cart-container{max-width:1400px;margin:0 auto;padding:2rem;min-height:60vh}.cart-title{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.empty-cart{text-align:center;padding:4rem 2rem}.empty-cart p{font-size:1.25rem;color:#666;margin-bottom:2rem}.continue-shopping-btn{background:#000;color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.continue-shopping-btn:hover{background:#333}.cart-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:2rem}.cart-item{display:grid;grid-template-columns:200px 1fr;gap:2rem;padding:2rem;background:#fff;border:1px solid #e0e0e0;border-radius:4px}.cart-item-image{background:#f5f5f5;display:flex;align-items:center;justify-content:center;padding:1rem;min-height:200px}.cart-item-image img{width:100%;height:100%;max-width:100%;max-height:200px;object-fit:contain}.cart-item-details{display:flex;flex-direction:column;gap:.5rem}.cart-item-details h3{font-size:1.25rem;font-weight:700;margin:0}.cart-item-subtitle{color:#666;font-size:.95rem}.cart-item-info{font-size:.9rem;color:#666;margin:0}.cart-item-price{font-size:1.25rem;font-weight:700;margin-top:.5rem}.cart-item-actions{display:flex;align-items:center;gap:2rem;margin-top:1rem}.cart-quantity-control{display:flex;align-items:center;border:2px solid #e0e0e0}.cart-quantity-control button{padding:.5rem 1rem;border:none;background:#fff;cursor:pointer;font-size:1.2rem;transition:background .2s}.cart-quantity-control button:hover{background:#f5f5f5}.cart-quantity-control span{padding:0 1.5rem;font-weight:600;min-width:40px;text-align:center}.remove-btn{background:none;border:none;color:#666;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.9rem;transition:color .2s}.remove-btn:hover{color:#000}.cart-summary{position:sticky;top:100px;background:#f5f5f5;padding:2rem;border-radius:4px}.cart-summary h2{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem}.summary-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e0e0e0;font-size:1rem}.checkout-btn{width:100%;background:#000;color:#fff;border:none;padding:1.25rem;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s;margin:1.5rem 0 1rem;text-transform:uppercase;letter-spacing:.1em}.checkout-btn:hover{background:#333}.continue-shopping-link{width:100%;background:none;border:none;color:#000;padding:1rem;font-size:.95rem;cursor:pointer;text-align:center;transition:opacity .2s;text-decoration:underline}.continue-shopping-link:hover{opacity:.7}.payment-info{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.payment-info p{font-size:.9rem;color:#666;margin:.5rem 0}@media (max-width: 1024px){.cart-content{grid-template-columns:1fr}.cart-summary{position:static}}@media (max-width: 768px){.cart-container{padding:1rem}.cart-title{font-size:1.5rem}.cart-item{grid-template-columns:120px 1fr;gap:1rem;padding:1rem}.cart-item-image{padding:.5rem;min-height:120px}.cart-item-image img{max-height:120px}.cart-item-details h3{font-size:1rem}.cart-item-price{font-size:1.1rem}.cart-item-actions{flex-direction:column;align-items:flex-start;gap:1rem}.cart-summary{padding:1.5rem}}@media (max-width: 480px){.cart-item{grid-template-columns:1fr}.cart-item-image{max-width:250px;min-height:200px;margin:0 auto}.cart-item-image img{max-height:200px}}.checkout-page{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#000;background:#f5f5f5;min-height:100vh;display:flex;flex-direction:column}.checkout-header{background:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a}.checkout-header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.secure-checkout{background:none;border:none;font-size:.9rem;color:#666;display:flex;align-items:center;gap:.5rem}.checkout-container{flex:1;max-width:1400px;margin:0 auto;padding:2rem;width:100%}.checkout-content{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem;align-items:start}.checkout-form-section{background:#fff;padding:2rem;border-radius:8px}.back-to-cart{background:none;border:none;color:#000;font-size:.95rem;cursor:pointer;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;transition:opacity .2s}.back-to-cart:hover{opacity:.7}.checkout-title{font-size:2rem;font-weight:700;margin:0 0 2rem}.step-indicator{display:flex;justify-content:space-between;margin-bottom:3rem;position:relative}.step-indicator:before{content:"";position:absolute;top:20px;left:10%;right:10%;height:2px;background:#e0e0e0;z-index:0}.step{display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative;z-index:1;flex:1}.step-number{width:40px;height:40px;border-radius:50%;background:#e0e0e0;color:#999;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;transition:all .3s}.step.active .step-number{background:#000;color:#fff}.step.completed .step-number{background:#2e7d6e;color:#fff}.step.completed .step-number:after{content:"✓"}.step-title{font-size:.9rem;font-weight:600;color:#999;transition:color .3s}.step.active .step-title{color:#000}.step.completed .step-title{color:#2e7d6e}.form-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.form-section:last-of-type{border-bottom:none}.form-section h2{font-size:1.25rem;font-weight:700;margin:0 0 1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group select{width:100%;padding:.875rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;transition:border-color .2s;background:#fff}.form-group input:focus,.form-group select:focus{outline:none;border-color:#000}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.payment-subtitle{color:#666;font-size:.95rem;margin-bottom:1.5rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:500;padding:1rem;background:#f8f8f8;border-radius:8px;border:2px solid #e0e0e0;transition:all .2s;-webkit-user-select:none;user-select:none;position:relative}.checkbox-label:hover{background:#f0f0f0;border-color:#ccc}.checkbox-label input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox-label span{font-size:.95rem;color:#333;line-height:20px;padding-left:32px;position:relative}.checkbox-label span:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;border:2px solid #000;border-radius:4px;background:#fff;transition:all .2s}.checkbox-label input[type=checkbox]:checked+span:before{background:#000;border-color:#000}.checkbox-label input[type=checkbox]:checked+span:after{content:"✓";position:absolute;left:5px;top:50%;transform:translateY(-50%);color:#fff;font-size:14px;font-weight:700}.card-logos{display:flex;gap:1rem;align-items:center;margin-bottom:1.5rem;padding:1rem;background:#fff;border:1px solid #e0e0e0;border-radius:8px}.card-logos img{height:24px;width:auto;object-fit:contain}.card-logos img:nth-child(3){height:48px}.form-navigation{display:flex;gap:1rem;margin-top:1rem}.back-step-btn{flex:1;background:#fff;color:#000;border:2px solid #000;padding:1.25rem;font-size:1rem;font-weight:700;cursor:pointer;border-radius:4px;transition:all .2s}.back-step-btn:hover{background:#f5f5f5}.submit-order-btn{flex:2;background:#000;color:#fff;border:none;padding:1.25rem;font-size:1rem;font-weight:700;cursor:pointer;border-radius:4px;transition:background .2s;text-transform:uppercase;letter-spacing:.1em;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-order-btn:hover{background:#333}.submit-order-btn:disabled{background:#999;cursor:not-allowed}.button-spinner{width:16px;height:16px;border:2px solid #fff;border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite}.checkout-summary{background:#fff;padding:2rem;border-radius:8px;position:sticky;top:100px}.checkout-summary h2{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem}.summary-items{max-height:400px;overflow-y:auto;margin-bottom:1.5rem}.summary-item{display:grid;grid-template-columns:80px 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid #e0e0e0}.summary-item:last-child{border-bottom:none}.summary-item-image{background:#f5f5f5;padding:.5rem;display:flex;align-items:center;justify-content:center}.summary-item-image img{width:100%;height:auto;object-fit:contain}.summary-item-details h4{font-size:.95rem;font-weight:600;margin:0 0 .5rem}.summary-item-size,.summary-item-qty{font-size:.85rem;color:#666;margin:.25rem 0}.summary-item-price{font-weight:700;margin-top:.5rem}.summary-totals{padding-top:1.5rem;border-top:1px solid #e0e0e0}.summary-row{display:flex;justify-content:space-between;padding:.75rem 0;font-size:1rem}.summary-total{display:flex;justify-content:space-between;padding:1rem 0;font-size:1.25rem;font-weight:700;border-top:2px solid #000;margin-top:1rem}.checkout-benefits{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.checkout-benefits p{font-size:.9rem;color:#666;margin:.5rem 0}.checkout-footer{background:#000;color:#999;text-align:center;padding:2rem;margin-top:auto}.checkout-footer p{margin:0;font-size:.85rem}@media (max-width: 1024px){.checkout-content{grid-template-columns:1fr}.checkout-summary{position:static}}@media (max-width: 768px){.checkout-container{padding:1rem}.checkout-form-section,.checkout-summary{padding:1.5rem}.checkout-title{font-size:1.5rem}.form-row{grid-template-columns:1fr}.checkout-header{padding:1rem}.logo svg{width:40px;height:40px}.step-indicator{margin-bottom:2rem}.step-title{font-size:.75rem}.step-number{width:35px;height:35px;font-size:1rem}.form-navigation{flex-direction:column-reverse}.back-step-btn,.submit-order-btn{flex:1}}@media (max-width: 480px){.checkout-form-section,.checkout-summary{padding:1rem}.form-section h2{font-size:1.1rem}.summary-item{grid-template-columns:60px 1fr}}.threeds-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.threeds-modal{background:#fff;border-radius:16px;max-width:500px;width:100%;padding:2rem;box-shadow:0 10px 50px #0000004d;animation:slideUp .3s ease-out;max-height:90vh;overflow-y:auto}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.visa-logo{margin-bottom:2rem;display:flex;justify-content:center}.visa-logo svg{width:60px;height:60px}.threeds-title{font-size:1.5rem;font-weight:700;color:#3c3c3c;margin:0 0 .5rem}.threeds-instruction{font-size:.95rem;color:#666;margin:0 0 2rem}.transaction-details{margin-bottom:1.5rem}.detail-row{display:flex;padding:.6rem 0;border-bottom:1px solid #f0f0f0}.detail-row:last-child{border-bottom:none}.detail-label{font-size:.85rem;color:#3c3c3c;min-width:100px;font-weight:500;flex-shrink:0}.detail-value{font-size:.85rem;color:#3c3c3c;flex:1;word-break:break-word}.password-group{margin-bottom:1.5rem}.password-group label{display:block;font-size:.9rem;color:#3c3c3c;font-weight:500;margin-bottom:.5rem}.password-group input{width:100%;padding:.75rem 1rem;font-size:1.2rem;border:1px solid #767677;border-radius:0;transition:border-color .2s;text-align:center;letter-spacing:.3em;font-weight:400;box-sizing:border-box}.password-group input.error{border-color:#f44336;border-width:2px}.password-group .error-message{color:#f44336;font-size:.875rem;margin-top:.5rem;font-weight:500}.password-group input:focus{outline:none;border-color:#000;border-width:2px}.password-group input.error:focus{border-color:#f44336}.verifying-state{text-align:center;padding:3rem 0}.spinner{width:50px;height:50px;border:4px solid #e0e0e0;border-top-color:#1434cb;border-radius:50%;margin:0 auto 1.5rem;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.verifying-state p{font-size:1.1rem;font-weight:600;color:#3c3c3c;margin:0}.threeds-actions{display:flex;gap:.75rem;justify-content:flex-end}.cancel-btn,.submit-btn{padding:.75rem 2rem;font-size:.9rem;font-weight:700;border-radius:4px;cursor:pointer;transition:all .2s;border:none;text-transform:uppercase;letter-spacing:.05em}.cancel-btn{background:#fff;color:#000;border:2px solid #000}.cancel-btn:hover{background:#f5f5f5}.submit-btn{background:#000;color:#fff}.submit-btn:hover{background:#333}@media (max-width: 640px){.threeds-modal{padding:2rem 1.5rem}.visa-logo svg{width:50px;height:50px}.threeds-title{font-size:1.3rem}.detail-row{flex-direction:column;gap:.25rem}.detail-label{min-width:auto;font-weight:600}.password-group label{min-width:auto}.threeds-actions{flex-direction:row;gap:.5rem}.cancel-btn,.submit-btn{flex:1;text-align:center;padding:.75rem 1rem;font-size:.85rem}}.order-confirmation-page{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#000;background:#f5f5f5;min-height:100vh;display:flex;flex-direction:column}.confirmation-header{background:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:center;align-items:center}.logo{cursor:pointer}.confirmation-container{flex:1;max-width:800px;margin:0 auto;padding:3rem 2rem;width:100%}.confirmation-content{background:#fff;padding:3rem;border-radius:12px;text-align:center;box-shadow:0 2px 8px #0000001a}.success-icon{display:flex;justify-content:center;margin-bottom:2rem;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.confirmation-title{font-size:2rem;font-weight:700;margin:0 0 .5rem;color:#000}.confirmation-subtitle{font-size:1.1rem;color:#666;margin:0 0 2.5rem}.order-details{background:#f8f8f8;padding:1.5rem;border-radius:8px;margin-bottom:2.5rem}.order-info-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0}.order-info-row:not(:last-child){border-bottom:1px solid #e0e0e0}.order-label{font-size:.95rem;color:#666}.order-value{font-size:1rem;font-weight:600;color:#000}.next-steps{text-align:left;margin-bottom:2.5rem}.next-steps h2{font-size:1.3rem;font-weight:700;margin:0 0 1.5rem;text-align:center}.step-list{display:flex;flex-direction:column;gap:1.5rem}.step-item{display:flex;gap:1rem;align-items:flex-start}.step-number{width:40px;height:40px;border-radius:50%;background:#2e7d6e;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0}.step-content{flex:1}.step-content h3{font-size:1rem;font-weight:700;margin:0 0 .5rem;color:#000}.step-content p{font-size:.95rem;color:#666;margin:0;line-height:1.5}.contact-info{background:#f8f8f8;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.contact-info p{margin:0 0 .5rem;font-size:.95rem;color:#666}.contact-info p:last-child{margin-bottom:0}.support-email{font-weight:600;color:#000}.back-to-shopping-btn{background:#000;color:#fff;border:none;padding:1.25rem 3rem;font-size:1rem;font-weight:700;cursor:pointer;border-radius:4px;transition:background .2s;width:100%;max-width:400px}.back-to-shopping-btn:hover{background:#333}@media (max-width: 768px){.confirmation-container{padding:2rem 1rem}.confirmation-content{padding:2rem 1.5rem}.confirmation-title{font-size:1.5rem}.confirmation-subtitle{font-size:1rem}.success-icon svg{width:60px;height:60px}.step-item{flex-direction:column;text-align:center;align-items:center}.step-content{text-align:center}}.payment-pending{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.payment-pending-content{text-align:center;padding:60px 40px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;max-width:500px}.payment-pending .spinner{width:60px;height:60px;border:4px solid #f3f3f3;border-top:4px solid #000;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 30px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.payment-pending h2{font-size:24px;margin-bottom:15px;font-weight:600}.payment-pending p{color:#666;margin-bottom:10px}.payment-pending .note{font-size:14px;color:#999;margin-top:20px}.admin-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f5f5;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;padding:2rem}.admin-login-container{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-width:420px;width:100%;padding:3rem}.admin-login-header{text-align:center;margin-bottom:2rem}.admin-login-header svg{margin-bottom:1rem}.admin-login-header h1{font-size:1.8rem;font-weight:700;margin:0 0 .5rem;color:#000}.admin-login-header p{font-size:.95rem;color:#666;margin:0}.admin-login-form{margin-bottom:2rem}.error-message{background:#ffebee;color:#c62828;padding:1rem;border-radius:4px;margin-bottom:1.5rem;font-size:.9rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.9rem;font-weight:600;color:#000;margin-bottom:.5rem}.form-group input{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid #767677;border-radius:0;transition:border-color .2s;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#000;border-width:2px}.login-btn{width:100%;background:#000;color:#fff;border:none;padding:1rem;font-size:1rem;font-weight:700;cursor:pointer;border-radius:4px;transition:background .2s;text-transform:uppercase;letter-spacing:.05em}.login-btn:hover:not(:disabled){background:#333}.login-btn:disabled{background:#ccc;cursor:not-allowed}.admin-login-footer{text-align:center;padding-top:2rem;border-top:1px solid #e0e0e0}.admin-login-footer p{margin:0;font-size:.85rem;color:#999}@media (max-width: 480px){.admin-login-container{padding:2rem 1.5rem}.admin-login-header h1{font-size:1.5rem}}.admin-dashboard{min-height:100vh;background:#f5f5f5;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.admin-dashboard.loading{display:flex;flex-direction:column;align-items:center;justify-content:center}.spinner-large{width:60px;height:60px;border:5px solid #e0e0e0;border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.admin-header{background:#000;color:#fff;padding:1.5rem 2rem;box-shadow:0 2px 4px #0000001a}.admin-header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.admin-logo{display:flex;align-items:center;gap:1rem}.admin-logo svg path{fill:#fff}.admin-logo h1{font-size:1.3rem;font-weight:700;margin:0}.export-btn{background:#2196f3;color:#fff;border:none;padding:.5rem 1.5rem;font-size:.9rem;font-weight:700;cursor:pointer;border-radius:4px;transition:all .2s}.export-btn:hover{background:#1976d2}.settings-btn{background:#4caf50;color:#fff;border:none;padding:.5rem 1.5rem;font-size:.9rem;font-weight:700;cursor:pointer;border-radius:4px;transition:all .2s}.settings-btn:hover{background:#45a049}.logout-btn{background:transparent;color:#fff;border:2px solid #fff;padding:.5rem 1.5rem;font-size:.9rem;font-weight:700;cursor:pointer;border-radius:4px;transition:all .2s}.logout-btn:hover{background:#fff;color:#000}.settings-modal{background:#fff;border-radius:8px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto}.settings-content{padding:1.5rem}.settings-content .form-group{margin-bottom:1.5rem}.settings-content .form-group label{display:block;font-weight:700;margin-bottom:.5rem;color:#333}.settings-content .form-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:.95rem}.settings-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.settings-actions .cancel-btn{background:#999;color:#fff;border:none;padding:.75rem 1.5rem;font-weight:700;cursor:pointer;border-radius:4px}.settings-actions .save-btn{background:#4caf50;color:#fff;border:none;padding:.75rem 1.5rem;font-weight:700;cursor:pointer;border-radius:4px}.settings-actions .save-btn:hover{background:#45a049}.admin-stats{max-width:1400px;margin:2rem auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.stat-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;text-align:center}.stat-card h3{font-size:.95rem;font-weight:600;color:#666;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:2.5rem;font-weight:700;color:#000;margin:0}.admin-content{max-width:1400px;margin:0 auto;padding:0 2rem 3rem}.orders-section h2{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem}.no-orders{background:#fff;padding:3rem;border-radius:8px;text-align:center;color:#999}.orders-table{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.orders-table table{width:100%;border-collapse:collapse}.orders-table thead{background:#f8f8f8}.orders-table th{text-align:left;padding:1rem;font-size:.9rem;font-weight:700;color:#000;text-transform:uppercase;letter-spacing:.05em}.orders-table tbody tr{border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background .2s}.orders-table tbody tr:hover{background:#f8f8f8}.orders-table td{padding:1rem;font-size:.9rem;color:#333}.order-number{font-weight:700;color:#000}.customer-email{font-size:.85rem;color:#999;margin-top:.25rem}.order-total{font-weight:700;color:#000}.status-badge{display:inline-block;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em}.view-btn{background:#000;color:#fff;border:none;padding:.5rem 1rem;font-size:.85rem;font-weight:700;cursor:pointer;border-radius:4px;transition:background .2s}.view-btn:hover{background:#333}.delete-btn{background:#dc3545;color:#fff;border:none;padding:.5rem 1rem;font-size:.85rem;font-weight:700;cursor:pointer;border-radius:4px;transition:background .2s}.delete-btn:hover{background:#c82333}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.product-editor-modal{background:#fff;border-radius:12px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 50px #0000004d}.product-editor-content{padding:2rem}.product-editor-content .form-group{margin-bottom:1.5rem}.product-editor-content .form-group label{display:block;font-weight:700;margin-bottom:.5rem;color:#333;font-size:.95rem}.product-editor-content .form-group input,.product-editor-content .form-group textarea{width:100%;padding:.75rem;border:2px solid #ddd;border-radius:4px;font-size:.95rem;font-family:inherit;transition:border-color .2s}.product-editor-content .form-group input:focus,.product-editor-content .form-group textarea:focus{outline:none;border-color:#000}.product-editor-content .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.images-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-top:1rem}.image-preview-item{aspect-ratio:1;border:2px solid #ddd;border-radius:8px;overflow:hidden}.image-preview-item img{width:100%;height:100%;object-fit:cover}.product-editor-content .save-btn{width:100%;background:#000;color:#fff;border:none;padding:1rem;font-size:1rem;font-weight:700;cursor:pointer;border-radius:4px;margin-top:2rem;transition:all .2s}.product-editor-content .save-btn:hover{background:#333}.order-detail-modal{background:#fff;border-radius:12px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 50px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid #e0e0e0}.modal-header h2{font-size:1.5rem;font-weight:700;margin:0}.close-btn{background:transparent;border:none;font-size:2rem;cursor:pointer;color:#999;transition:color .2s;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.close-btn:hover{color:#000}.modal-body{padding:2rem}.detail-section{margin-bottom:2rem}.detail-section h3{font-size:1.1rem;font-weight:700;margin:0 0 1rem;color:#000}.detail-section p{margin:.5rem 0;font-size:.95rem;color:#333}.order-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.order-total-detail{display:flex;justify-content:space-between;padding:1rem 0;font-size:1.1rem;font-weight:700;color:#000}.status-select{width:100%;padding:.75rem;font-size:1rem;border:1px solid #767677;border-radius:4px;background:#fff;cursor:pointer}.status-select:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.6}.status-select:focus{outline:none;border-color:#000;border-width:2px}.alert-warning{background:#fff3cd;border:1px solid #ffc107;border-radius:4px;padding:1rem;margin-bottom:1rem}.alert-warning strong{display:block;margin-bottom:.5rem;color:#856404}.alert-warning p{margin:0;color:#856404}.action-buttons{display:flex;gap:10px}.approve-btn{flex:1;padding:.75rem 1.5rem;background:#4caf50;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.approve-btn:hover{background:#45a049}.approve-btn:active{transform:scale(.98)}.reject-btn{flex:1;padding:.75rem 1.5rem;background:#f44336;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.reject-btn:hover{background:#da190b}.reject-btn:active{transform:scale(.98)}@media (max-width: 768px){.admin-header{padding:1rem}.admin-logo h1{font-size:1rem}.admin-stats{grid-template-columns:1fr 1fr;padding:0 1rem;margin:1rem auto}.admin-content{padding:0 1rem 2rem}.orders-table{overflow-x:auto}.orders-table table{min-width:800px}.modal-header,.modal-body{padding:1.5rem}}*{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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
