.error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2)}.error-boundary-content{background:#fff;border-radius:12px;padding:3rem;max-width:600px;width:100%;text-align:center;box-shadow:0 20px 60px #0000004d}.error-icon{font-size:4rem;margin-bottom:1rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.error-boundary-content h1{color:#333;margin-bottom:1rem;font-size:2rem}.error-message{color:#666;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.error-details{text-align:left;margin:2rem 0;padding:1rem;background:#f5f5f5;border-radius:8px;cursor:pointer}.error-details summary{font-weight:600;color:#d32f2f;margin-bottom:1rem}.error-stack{white-space:pre-wrap;word-break:break-word;font-size:.85rem;color:#333;margin:0;padding:1rem;background:#fff;border-radius:4px;overflow-x:auto}.error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.error-actions button{padding:.75rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.btn-secondary{background:#f5f5f5;color:#333;border:2px solid #ddd}.btn-secondary:hover{background:#e0e0e0;border-color:#ccc}@media (max-width: 768px){.error-boundary-content{padding:2rem 1.5rem}.error-boundary-content h1{font-size:1.5rem}.error-message{font-size:1rem}.error-actions{flex-direction:column}.error-actions button{width:100%}}.not-found-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);text-align:center}.not-found-content{background:#fff;border-radius:12px;padding:3rem;max-width:500px;width:100%;box-shadow:0 20px 60px #0000004d}.not-found-title{font-size:8rem;font-weight:900;margin:0;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.not-found-subtitle{font-size:2rem;color:#333;margin:1rem 0}.not-found-message{color:#666;font-size:1.1rem;margin-bottom:2rem;line-height:1.6}.not-found-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-home,.btn-back{padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;border:none}.btn-home{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-home:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.btn-back{background:#f5f5f5;color:#333;border:2px solid #ddd}.btn-back:hover{background:#e0e0e0;border-color:#ccc}@media (max-width: 768px){.not-found-title{font-size:5rem}.not-found-subtitle{font-size:1.5rem}.not-found-content{padding:2rem 1.5rem}.not-found-actions{flex-direction:column}.btn-home,.btn-back{width:100%}}.search-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:2000;display:flex;align-items:flex-start;justify-content:center;padding-top:5rem}.search-modal{width:100%;max-width:600px;background-color:#fff;border-radius:.75rem;box-shadow:0 20px 60px #0000004d;max-height:80vh;display:flex;flex-direction:column;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.search-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.search-modal-header h3{font-size:1.25rem;font-weight:700;color:#111827;margin:0}.close-search{background:none;border:none;color:#6b7280;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .2s}.close-search:hover{color:#111827}.search-input-container{position:relative;padding:1.5rem;border-bottom:1px solid #e5e7eb}.search-icon-modal{position:absolute;left:2.5rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.search-input-container input{width:100%;padding:.875rem 1rem .875rem 3rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .2s}.search-input-container input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.search-results{flex:1;overflow-y:auto;padding:1rem}.search-loading,.search-hint,.search-empty{text-align:center;padding:3rem 2rem;color:#6b7280;font-size:.875rem}.search-result-item{display:flex;gap:1rem;padding:1rem;border-radius:.5rem;cursor:pointer;transition:all .2s}.search-result-item:hover{background-color:#f9fafb}.search-result-image{width:60px;height:60px;border-radius:.5rem;overflow:hidden;background-color:#f3f4f6;flex-shrink:0}.search-result-image img{width:100%;height:100%;object-fit:cover}.no-image-search{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#9ca3af}.search-result-details h4{font-size:.875rem;font-weight:600;color:#111827;margin-bottom:.25rem}.search-result-details p{font-size:.75rem;color:#6b7280}@media (max-width: 640px){.search-modal-overlay{padding-top:2rem}.search-modal{max-width:calc(100% - 2rem);margin:0 1rem}}.footer{background-color:#111827;color:#fff;padding:3rem 2rem 1.5rem;margin-top:4rem}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-bottom:2rem}.footer-section{display:flex;flex-direction:column;gap:.75rem}.footer-title{font-size:1.5rem;font-weight:700;margin:0}.footer-text{color:#9ca3af;font-size:.875rem;margin:0}.footer-heading{font-size:1rem;font-weight:600;margin:0 0 .25rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#9ca3af;text-decoration:none;font-size:.875rem;transition:color .2s}.footer-links a:hover{color:#fff}.footer-address{color:#9ca3af;font-size:.875rem;display:inline-block}.footer-bottom{max-width:1400px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#9ca3af;font-size:.875rem}@media (max-width: 768px){.footer{padding:2.5rem 1.5rem 1.25rem}.footer-content{grid-template-columns:1fr}.footer-section{align-items:flex-start}}.home-container{min-height:100vh;background-color:#fff}.header{background-color:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.header-content{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;overflow:visible}.logo-image{max-height:80px;max-width:320px;object-fit:contain;transform:scale(1.3);transform-origin:left center}.logo h1{font-size:1.75rem;font-weight:700;color:#111827;margin-bottom:.125rem}.logo p{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.1em}.desktop-nav{display:flex;gap:2.5rem;flex:1;justify-content:center}.nav-link{background:none;border:none;color:#6b7280;font-size:.8rem;font-weight:600;cursor:pointer;transition:color .2s;padding:.5rem 0;position:relative;letter-spacing:.05em;white-space:nowrap}.nav-link:hover,.nav-link.active{color:#111827}.nav-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:#111827}.nav-dropdown{position:relative;display:flex;align-items:center}.dropdown-menu-nav{position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);min-width:180px;background-color:#fff;border-radius:.5rem;box-shadow:0 10px 25px #00000026;border:1px solid #e5e7eb;z-index:1000;overflow:visible;animation:fadeIn .2s ease-out;transform-origin:top center}.dropdown-menu-nav:before{content:"";position:absolute;top:-.5rem;left:-1rem;right:-1rem;height:1rem;background:transparent}.dropdown-item-nav{width:100%;display:block;padding:.75rem 1.25rem;background:none;border:none;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s;text-align:left;border-bottom:1px solid #f3f4f6}.dropdown-item-nav:last-child{border-bottom:none}.dropdown-item-nav:hover{background-color:#f9fafb;color:#111827}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%) scaleY(.95)}to{opacity:1;transform:translate(-50%) scaleY(1)}}.header-actions{display:flex;align-items:center;gap:1.5rem}.mobile-menu-button{display:none;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;border:none;background-color:transparent;color:#6b7280;cursor:pointer;transition:all .2s}.mobile-menu-button:hover{background-color:#f3f4f6;color:#111827}.icon-button{width:2.5rem;height:2.5rem;border-radius:50%;border:none;background-color:transparent;color:#6b7280;cursor:pointer;transition:all .2s;position:relative}.icon-button:hover{background-color:#f3f4f6;color:#111827}.cart-button{position:relative}.cart-badge{position:absolute;top:-4px;right:-4px;background-color:#ef4444;color:#fff;font-size:.625rem;font-weight:700;padding:.125rem .375rem;border-radius:9999px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center}.mobile-nav{display:none;flex-direction:column;padding:1rem 2rem;border-top:1px solid #e5e7eb}.mobile-nav-link{background:none;border:none;color:#6b7280;font-size:1rem;font-weight:500;cursor:pointer;padding:.75rem 0;text-align:left;transition:color .2s}.mobile-nav-link:hover,.mobile-nav-link.active{color:#111827}.hero-fullscreen{background:linear-gradient(135deg,#667eea,#764ba2);text-align:center;position:relative;min-height:calc(100vh - 80px);height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-slide{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 1s ease-in-out;z-index:0}.hero-slide.active{opacity:1;z-index:1}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;z-index:1}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:10;padding:0 2rem}.carousel-indicators{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:10}.carousel-indicators .indicator{width:12px;height:12px;border-radius:50%;background-color:#ffffff80;border:2px solid white;cursor:pointer;transition:all .3s;padding:0}.carousel-indicators .indicator.active{background-color:#fff;transform:scale(1.2)}.carousel-indicators .indicator:hover{background-color:#fffc}.carousel-control{position:absolute;top:50%;transform:translateY(-50%);background-color:#ffffff4d;color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:2rem;cursor:pointer;transition:all .3s;z-index:10;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.carousel-control:hover{background-color:#ffffff80;transform:translateY(-50%) scale(1.1)}.carousel-control.prev{left:2rem}.carousel-control.next{right:2rem}.hero-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem}.hero-subtitle{font-size:1.25rem;color:#ffffffe6;margin-bottom:2rem}.hero-button{padding:1rem 2.5rem;background-color:#fff;color:#667eea;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #00000026}.hero-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.most-wanted-section{background-color:#f9fafb;padding:4rem 2rem}.section-container{max-width:1400px;margin:0 auto}.section-header-home{text-align:center;margin-bottom:3rem}.section-title-home{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.section-subtitle-home{font-size:1.125rem;color:#6b7280}.products-scroll-container{position:relative;max-width:1200px;margin:0 auto}.most-wanted-scroll{display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;padding:0 3rem;scrollbar-width:none;-ms-overflow-style:none}.most-wanted-scroll::-webkit-scrollbar{display:none}.most-wanted-scroll .product-card-home{flex:0 0 280px;min-width:280px}.scroll-arrow{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;border-radius:50%;border:none;background-color:#ffffffe6;color:#374151;cursor:pointer;transition:all .2s;z-index:10;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.scroll-arrow:hover{background-color:#fff;color:#111827;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 16px #0003}.scroll-arrow-left{left:0}.scroll-arrow-right{right:0}.most-wanted-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto}@media (max-width: 1024px){.most-wanted-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.most-wanted-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.most-wanted-scroll{padding:0 2rem;gap:1rem}.most-wanted-scroll .product-card-home{flex:0 0 220px;min-width:220px}.scroll-arrow{width:2.5rem;height:2.5rem}}.product-card-home{background-color:#fff;border-radius:0;overflow:hidden;box-shadow:none;transition:all .3s;cursor:pointer;border:none}.product-card-home:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.product-image-container-home{position:relative;width:100%;height:400px;background-color:#f5f5f5;overflow:hidden}.product-image-home{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card-home:hover .product-image-home{transform:scale(1.03)}.no-product-image-home{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#d1d5db}.product-details-home{padding:1rem .5rem;text-align:center}.product-name-home{font-size:.875rem;font-weight:400;color:#333;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.05em;line-height:1.4}.product-category-home{font-size:.75rem;color:#888;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.product-price-home{font-size:1rem;font-weight:600;color:#000;margin-bottom:.5rem}.product-sizes-home{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.75rem;justify-content:center}.size-badge-home{padding:.125rem .5rem;background-color:#f0f0f0;color:#666;border-radius:.125rem;font-size:.625rem;font-weight:400;text-transform:uppercase;letter-spacing:.05em}.add-to-cart-button-home{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background-color:#111827;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.add-to-cart-button-home:hover{background-color:#000}.view-all-container{text-align:center;margin-top:3rem}.view-all-button{padding:1rem 2.5rem;background-color:#667eea;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #667eea4d}.view-all-button:hover{background-color:#5568d3;transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.categories-section{background-color:#fff;padding:4rem 2rem}.categories-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(280px,auto);gap:2rem;max-width:1200px;margin:0 auto;justify-items:stretch;align-items:stretch}@media (min-width: 769px){.categories-grid{grid-template-columns:repeat(3,1fr)!important;max-width:1200px}}.category-card{background:linear-gradient(135deg,#667eea,#764ba2);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:1rem;padding:0;text-align:center;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #667eea33;position:relative;height:280px;overflow:hidden}.category-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #667eea4d}.category-image{width:80px;height:80px;margin:0 auto 1.5rem;background-color:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.category-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center;transition:background .3s}.category-card:hover .category-overlay{background:#0009}.category-content{text-align:center;padding:2rem}.categories-section .category-name{font-size:1.5rem;font-weight:600;color:#fff;margin:0}.new-arrivals-banner{background:linear-gradient(135deg,#f093fb,#f5576c);background-size:cover;background-position:center;background-repeat:no-repeat;padding:6rem 2rem;text-align:center;position:relative;min-height:500px;display:flex;align-items:center;justify-content:center}.instagram-section{background-color:#fff;padding:4rem 2rem}.instagram-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;max-width:1400px;margin:0 auto}.instagram-image{position:relative;aspect-ratio:1;overflow:hidden;border-radius:.5rem;cursor:pointer;transition:all .3s}.instagram-image:hover{transform:scale(1.05)}.instagram-image img{width:100%;height:100%;object-fit:cover}.instagram-placeholder{width:100%;height:100%;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#d1d5db}.instagram-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.instagram-image:hover .instagram-overlay{opacity:1}.products-section-with-filters{max-width:1400px;margin:0 auto;padding:3rem 2rem}.products-container{display:flex;gap:2rem;position:relative}.products-content{flex:1}.mobile-filter-button{display:none;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#667eea;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;margin-bottom:1.5rem;transition:all .2s}.mobile-filter-button:hover{background-color:#5568d3}.products-section{max-width:1400px;margin:0 auto;padding:3rem 2rem}.section-header{margin-bottom:2rem;text-align:center}.section-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.5rem}.section-subtitle{font-size:1rem;color:#6b7280}.loading-state,.empty-state{text-align:center;padding:4rem 2rem;color:#6b7280}.spinner-large{width:3rem;height:3rem;border:3px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.product-card{background-color:#fff;border-radius:0;overflow:hidden;transition:all .3s;border:none;cursor:pointer}.product-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.product-image-container{position:relative;width:100%;height:400px;background-color:#f5f5f5;overflow:hidden}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-image{transform:scale(1.03)}.no-product-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#d1d5db}.product-details{padding:1rem .5rem;text-align:center}.product-name{font-size:.875rem;font-weight:400;color:#333;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.05em;line-height:1.4}.product-category{font-size:.75rem;color:#888;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.product-price{font-size:1rem;font-weight:600;color:#000;margin-bottom:.5rem}.product-sizes{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.75rem;justify-content:center}.size-badge{padding:.125rem .5rem;background-color:#f0f0f0;color:#666;border-radius:.125rem;font-size:.625rem;font-weight:400;text-transform:uppercase;letter-spacing:.05em}.add-to-cart-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background-color:#111827;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.add-to-cart-button:hover{background-color:#000}@media (max-width: 1200px){.desktop-nav{gap:1rem}.nav-link{font-size:.75rem}}@media (max-width: 768px){.desktop-nav{display:none}.mobile-menu-button,.mobile-nav{display:flex}.hero-fullscreen{min-height:calc(100vh - 60px);height:calc(100vh - 60px)}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-title-home{font-size:2rem}.section-subtitle-home{font-size:1rem}.most-wanted-grid{grid-template-columns:1fr}.product-image-container-home{height:220px}.most-wanted-section,.categories-section{padding:2rem 1rem}.categories-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(220px,auto);gap:1.5rem;max-width:100%}.category-card{height:220px}.category-image{width:60px;height:60px}.categories-section .category-name{font-size:1.125rem}}@media (max-width: 480px){.categories-grid{grid-template-columns:1fr;gap:1rem}.category-card{height:200px}.new-arrivals-banner{min-height:400px;padding:4rem 1rem}.instagram-section{padding:2rem 1rem}.instagram-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.product-image-container{height:220px}.header-content{padding:1rem}.products-section,.products-section-with-filters{padding:2rem 1rem}.products-container{flex-direction:column}.mobile-filter-button{display:flex}}.filters-sidebar{width:280px;background-color:#fff;border-radius:.75rem;padding:1.5rem;border:1px solid #e5e7eb;height:fit-content;position:sticky;top:100px}.filters-sidebar.mobile{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;z-index:1000;border-radius:0;overflow-y:auto}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.filters-header h3{font-size:1.25rem;font-weight:700;color:#111827;margin:0}.close-filters{background:none;border:none;cursor:pointer;color:#6b7280;padding:.25rem;display:flex;align-items:center;justify-content:center}.close-filters:hover{color:#111827}.clear-filters{width:100%;padding:.625rem;background-color:#f3f4f6;color:#374151;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;margin-bottom:1.5rem;transition:all .2s}.clear-filters:hover{background-color:#e5e7eb}.filter-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.filter-section:last-child{border-bottom:none}.filter-title{font-size:.875rem;font-weight:600;color:#111827;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.filter-options{display:flex;flex-wrap:wrap;gap:.5rem}.color-options{display:flex;flex-wrap:wrap;gap:.75rem}.color-box{width:40px;height:40px;border-radius:50%;border:2px solid #e5e7eb;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;position:relative}.color-box:hover{transform:scale(1.1);box-shadow:0 2px 8px #00000026}.color-box.active{border-color:#667eea;border-width:3px;box-shadow:0 0 0 2px #667eea33}.filter-chip{padding:.5rem 1rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s}.filter-chip:hover{background-color:#f3f4f6;border-color:#d1d5db}.filter-chip.active{background-color:#667eea;border-color:#667eea;color:#fff}.filter-options-list{display:flex;flex-direction:column;gap:.75rem}.filter-checkbox{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.875rem;color:#374151}.filter-checkbox input[type=checkbox]{width:1.125rem;height:1.125rem;cursor:pointer;accent-color:#667eea}.filter-checkbox span{-webkit-user-select:none;user-select:none}.price-range{display:flex;flex-direction:column;gap:.75rem}.price-slider{width:100%;height:6px;border-radius:3px;background:#e5e7eb;outline:none;-webkit-appearance:none}.price-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#667eea;cursor:pointer}.price-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#667eea;cursor:pointer;border:none}.price-labels{display:flex;justify-content:space-between;font-size:.875rem;color:#6b7280;font-weight:500}@media (max-width: 768px){.filters-sidebar:not(.mobile){display:none}}.contact-section{min-height:60vh;padding:4rem 2rem;background-color:#f9fafb}.contact-container{max-width:1200px;margin:0 auto;text-align:center}.contact-title{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:1rem}.contact-subtitle{font-size:1.125rem;color:#6b7280;margin-bottom:3rem}.contact-content{display:flex;justify-content:center}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;width:100%;max-width:900px}.info-card{background-color:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;transition:all .3s}.info-card:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-4px)}.info-icon{width:3.5rem;height:3.5rem;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.info-card h3{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.5rem}.info-card p{font-size:1rem;color:#6b7280}@media (max-width: 768px){.contact-title{font-size:2rem}.contact-info{grid-template-columns:1fr}}.faq-hero{background:linear-gradient(135deg,#667eea,#764ba2);padding:6rem 2rem 5rem;color:#fff;text-align:center}.faq-hero-content{max-width:720px;margin:0 auto}.faq-hero-badge{display:inline-block;background-color:#fff3;color:#fff;padding:.35rem .75rem;border-radius:999px;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.faq-hero-title{font-size:2.75rem;font-weight:700;margin:1rem 0 .75rem}.faq-hero-subtitle{font-size:1.125rem;color:#ffffffd9;margin:0}.faq-section{background-color:#f9fafb;padding:4rem 2rem 3rem}.faq-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.faq-category{background-color:#fff;border-radius:1rem;border:1px solid #e5e7eb;box-shadow:0 10px 24px #667eea1a;padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem}.faq-category-header{display:flex;align-items:center;gap:.75rem}.faq-category-header h2{font-size:1.35rem;font-weight:700;color:#1f2937;margin:0}.faq-category-icon{width:42px;height:42px;border-radius:999px;background:linear-gradient(135deg,#667eea26,#764ba226);display:inline-flex;align-items:center;justify-content:center;color:#6366f1}.faq-items{display:flex;flex-direction:column;gap:.75rem}.faq-item{border:1px solid #e5e7eb;border-radius:.75rem;background-color:#fdfdff;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.faq-item.open{border-color:#c7d2fe;box-shadow:0 12px 24px #6366f11f;transform:translateY(-2px)}.faq-question{width:100%;background:none;border:none;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;font-size:1rem;font-weight:600;color:#111827;cursor:pointer}.faq-question span:first-child{text-align:left}.faq-toggle{font-size:1.5rem;line-height:1;margin-left:1rem}.faq-answer{padding:0 1.25rem 1rem;color:#4b5563;font-size:.975rem;line-height:1.6}.faq-help-banner{padding:3rem 2rem 4rem;background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.faq-help-content{max-width:960px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.faq-help-text h2{margin:0 0 .5rem;font-size:2rem;font-weight:700}.faq-help-text p{margin:0;font-size:1.05rem;color:#ffffffe6}.faq-help-button{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.75rem;background-color:#fff;color:#f5576c;border-radius:.75rem;font-weight:600;text-decoration:none;transition:transform .15s ease,box-shadow .2s ease}.faq-help-button:hover{transform:translateY(-2px);box-shadow:0 12px 24px #fff3}@media (max-width: 768px){.faq-hero{padding:5rem 1.5rem 4rem}.faq-hero-title{font-size:2.2rem}.faq-hero-subtitle{font-size:1rem}.faq-section{padding:3rem 1.5rem 2.5rem}.faq-container{grid-template-columns:1fr}.faq-help-content{flex-direction:column;align-items:flex-start}.faq-help-button{width:100%;justify-content:center}}.cart-section{min-height:60vh;padding:4rem 2rem;background-color:#f9fafb}.cart-container{max-width:1200px;margin:0 auto}.cart-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:2rem}.empty-cart{text-align:center;padding:4rem 2rem;background-color:#fff;border-radius:.75rem;border:1px solid #e5e7eb}.empty-cart svg{color:#d1d5db;margin-bottom:1rem}.empty-cart h3{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:.5rem}.empty-cart p{color:#6b7280;margin-bottom:2rem}.continue-shopping-btn{padding:.875rem 2rem;background-color:#667eea;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.continue-shopping-btn:hover{background-color:#5568d3}.cart-content{display:grid;grid-template-columns:1fr 400px;gap:2rem}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background-color:#fff;border-radius:.75rem;border:1px solid #e5e7eb}.cart-item-image{width:100px;height:100px;border-radius:.5rem;overflow:hidden;background-color:#f9fafb;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#d1d5db}.cart-item-details{flex:1}.cart-item-details h3{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.25rem}.cart-item-category{font-size:.875rem;color:#667eea;margin-bottom:.25rem}.cart-item-size{font-size:.875rem;color:#6b7280}.cart-item-quantity{display:flex;align-items:center;gap:.75rem}.quantity-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s;color:#374151}.quantity-btn:hover{background-color:#e5e7eb}.quantity{font-size:1rem;font-weight:600;color:#111827;min-width:30px;text-align:center}.cart-item-price{min-width:100px;text-align:right}.cart-item-price .price{font-size:1.25rem;font-weight:700;color:#111827}.remove-btn{background:none;border:none;color:#ef4444;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.remove-btn:hover{color:#dc2626;transform:scale(1.1)}.cart-summary{background-color:#fff;border-radius:.75rem;border:1px solid #e5e7eb;padding:1.5rem;height:fit-content;position:sticky;top:100px}.cart-summary h3{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.875rem;color:#6b7280}.checkout-btn{width:100%;padding:1rem;background-color:#111827;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:1.5rem}.checkout-btn:hover{background-color:#000}.continue-shopping-link{width:100%;padding:.875rem;background:none;color:#667eea;border:1px solid #667eea;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:.75rem}.continue-shopping-link:hover{background-color:#f9fafb}@media (max-width: 768px){.cart-content{grid-template-columns:1fr}.cart-item{flex-direction:column;align-items:flex-start}.cart-item-image{width:100%;height:200px}.cart-item-quantity{width:100%;justify-content:center}.cart-item-price{width:100%;text-align:left}.remove-btn{position:absolute;top:1rem;right:1rem}.cart-summary{position:static}}.checkout-container{max-width:1200px;margin:0 auto;padding:4rem 2rem;min-height:80vh}.checkout-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:2rem}.checkout-content{display:grid;grid-template-columns:1fr 400px;gap:2rem}.checkout-form{background-color:#fff;border-radius:.75rem;border:1px solid #e5e7eb;padding:2rem}.form-section-checkout{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.form-section-checkout:last-child{border-bottom:none}.form-section-checkout h3{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.form-group-checkout{margin-bottom:1rem}.form-group-checkout label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.form-group-checkout input,.form-group-checkout textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:all .2s}.form-group-checkout input:focus,.form-group-checkout textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group-checkout textarea{resize:vertical;font-family:inherit}.payment-options{display:flex;flex-direction:column;gap:1rem}.payment-option{display:flex;align-items:center;gap:.75rem;padding:1rem;border:2px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .2s}.payment-option:hover{border-color:#667eea;background-color:#f9fafb}.payment-option input[type=radio]{width:1.25rem;height:1.25rem;cursor:pointer;accent-color:#667eea}.payment-option span{font-size:.875rem;font-weight:500;color:#374151}.place-order-btn{width:100%;padding:1rem;background-color:#111827;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:1rem}.place-order-btn:hover{background-color:#000}.order-summary-checkout{background-color:#fff;border-radius:.75rem;border:1px solid #e5e7eb;padding:1.5rem;height:fit-content;position:sticky;top:100px}.order-summary-checkout h3{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.summary-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;max-height:400px;overflow-y:auto}.summary-item{display:flex;gap:1rem;align-items:center}.summary-item-image{width:60px;height:60px;border-radius:.5rem;overflow:hidden;background-color:#f9fafb;display:flex;align-items:center;justify-content:center;flex-shrink:0}.summary-item-image img{width:100%;height:100%;object-fit:cover}.summary-item-details{flex:1}.summary-item-name{font-size:.875rem;font-weight:600;color:#111827;margin-bottom:.25rem}.summary-item-meta{font-size:.75rem;color:#6b7280}.summary-item-price{font-size:.875rem;font-weight:600;color:#111827}.summary-totals{border-top:1px solid #e5e7eb;padding-top:1rem}.summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.875rem;color:#6b7280}.summary-row.total{font-size:1.25rem;font-weight:700;color:#111827;margin-top:1rem}.summary-divider{height:1px;background-color:#e5e7eb;margin:1rem 0}.order-success{text-align:center;padding:4rem 2rem;background-color:#fff;border-radius:.75rem;border:1px solid #e5e7eb}.order-success svg{margin-bottom:1.5rem}.order-success h2{font-size:2rem;font-weight:700;color:#111827;margin-bottom:1rem}.order-success p{font-size:1rem;color:#6b7280;margin-bottom:2rem}.btn-primary{padding:.875rem 2rem;background-color:#667eea;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary:hover{background-color:#5568d3}@media (max-width: 768px){.checkout-content{grid-template-columns:1fr}.order-summary-checkout{position:static}.form-row{grid-template-columns:1fr}}.product-detail-container{min-height:100vh;background-color:#f9fafb}.loading-spinner,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem}.spinner-large{width:3rem;height:3rem;border:4px solid #e5e7eb;border-top-color:#0284c7;border-radius:50%;animation:spin .8s linear infinite}.product-detail-content{max-width:1400px;margin:0 auto;padding:3rem 2rem}.product-detail-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;background-color:#fff;border-radius:1rem;padding:3rem;box-shadow:0 1px 3px #0000001a}.image-gallery{display:flex;flex-direction:column;gap:1rem}.main-image{width:100%;aspect-ratio:1;border-radius:.75rem;overflow:hidden;background-color:#f9fafb;display:flex;align-items:center;justify-content:center}.main-image img{width:100%;height:100%;object-fit:cover}.no-image-placeholder{color:#9ca3af}.thumbnail-gallery{display:flex;gap:.75rem;overflow-x:auto}.thumbnail{width:80px;height:80px;border-radius:.5rem;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s;flex-shrink:0}.thumbnail:hover{border-color:#d1d5db}.thumbnail.active{border-color:#0284c7}.thumbnail img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column}.product-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.5rem}.product-category{font-size:1rem;color:#667eea;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.product-price{font-size:2.5rem;font-weight:700;color:#059669;margin-bottom:2rem}.size-selection,.quantity-selection{margin-bottom:2rem}.selection-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.75rem}.size-options{display:flex;flex-wrap:wrap;gap:.75rem}.size-option{min-width:3.5rem;height:3rem;padding:0 1rem;border:2px solid #d1d5db;background-color:#fff;color:#374151;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.size-option:hover{border-color:#0284c7;background-color:#f0f9ff}.size-option.selected{border-color:#0284c7;background-color:#0284c7;color:#fff}.quantity-controls{display:flex;align-items:center;gap:1rem}.qty-btn{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border:1px solid #d1d5db;background-color:#fff;border-radius:.5rem;cursor:pointer;transition:all .2s}.qty-btn:hover{background-color:#f3f4f6;border-color:#9ca3af}.quantity-value{font-size:1.25rem;font-weight:600;color:#111827;min-width:2rem;text-align:center}.add-to-cart-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem 2rem;background-color:#0284c7;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:2rem}.add-to-cart-btn:hover{background-color:#0369a1;transform:translateY(-1px);box-shadow:0 4px 12px #0284c74d}.error-message{color:#dc2626;font-size:.875rem;margin-bottom:1rem;padding:.75rem;background-color:#fef2f2;border-radius:.5rem;border:1px solid #fecaca}.success-message{color:#059669;font-size:.875rem;margin-bottom:1rem;padding:.75rem;background-color:#d1fae5;border-radius:.5rem;border:1px solid #6ee7b7;font-weight:500}.product-description{padding-top:2rem;border-top:1px solid #e5e7eb}.product-description h3{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1rem}.product-description p{font-size:1rem;color:#6b7280;line-height:1.6}@media (max-width: 768px){.product-detail-wrapper{grid-template-columns:1fr;gap:2rem;padding:2rem}.product-title{font-size:1.5rem}.product-price{font-size:2rem}.detail-header-content{padding:1rem}}.order-detail-page{min-height:100vh;background-color:#f9fafb}.order-detail-section{padding:4rem 2rem}.order-detail-container{max-width:1200px;margin:0 auto;overflow:visible}.loading-text{text-align:center;color:#6b7280;padding:2rem}.error-state{text-align:center;padding:2rem}.error-state p{color:#ef4444;margin-bottom:1rem}.back-button{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border:1px solid #e5e7eb;background:#fff;color:#374151;border-radius:.5rem;cursor:pointer;font-weight:600;transition:all .2s;margin-bottom:1.5rem}.back-button:hover{background:#f9fafb;border-color:#d1d5db}.order-detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e5e7eb;overflow:visible}.order-detail-title{font-size:2rem;font-weight:700;color:#111827;margin:0 0 .5rem}.order-detail-date{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:1rem;margin:0}.order-status-badge-large{padding:.75rem 1.5rem;background:#f9fafb;border-radius:.5rem;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center}.status-badge{text-transform:capitalize;padding:.5rem 1rem;border-radius:999px;font-size:.875rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;min-width:fit-content;box-sizing:border-box}.status-pending{background:#fff7ed;color:#9a3412;border:1px solid #fdba74}.status-processing{background:#eef2ff;color:#3730a3;border:1px solid #c7d2fe}.status-shipped{background:#ecfeff;color:#155e75;border:1px solid #a5f3fc}.status-delivered{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.status-cancelled{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.status-paid{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.status-failed{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.status-refunded{background:#f5f3ff;color:#6d28d9;border:1px solid #ddd6fe}.order-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:1.5rem}.detail-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.items-card{grid-column:1 / -1}.detail-card-title{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;background:#f9fafb;border-bottom:1px solid #e5e7eb}.detail-card-title h2{margin:0;font-size:1.125rem;font-weight:700;color:#111827}.detail-card-title svg{color:#6b7280}.detail-card-content{padding:1.5rem}.summary-row{display:flex;justify-content:space-between;padding:.75rem 0;color:#374151}.summary-row.total{font-size:1.25rem;font-weight:700;color:#111827;padding-top:1rem}.summary-divider{height:1px;background:#e5e7eb;margin:.75rem 0}.info-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;gap:1rem}.info-label{color:#6b7280;font-weight:500;flex-shrink:0}.info-value{color:#111827;font-weight:600;text-align:right;word-break:break-word}.items-list{display:flex;flex-direction:column;gap:1rem}.item-row{display:flex;gap:1rem;padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;align-items:center}.item-image{flex-shrink:0;width:80px;height:80px;border-radius:.5rem;overflow:hidden;border:1px solid #e5e7eb}.item-no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f3f4f6;color:#9ca3af}.item-info{flex:1}.item-info h3{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#111827}.item-meta{display:flex;gap:1rem;font-size:.875rem;color:#6b7280}.item-total{flex-shrink:0;font-size:1.125rem;font-weight:700;color:#111827}.order-notes{color:#374151;line-height:1.6;margin:0}@media (max-width: 768px){.order-detail-section{padding:2rem 1rem}.order-detail-header{flex-direction:column;gap:1rem}.order-detail-title{font-size:1.5rem}.order-detail-grid{grid-template-columns:1fr}.item-row{flex-direction:column;align-items:flex-start}.item-meta{flex-wrap:wrap}.item-total{align-self:flex-end}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:flex-start;background:linear-gradient(135deg,#667eea,#764ba2);background-image:url(/login-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;padding:2rem 2rem 2rem 18rem;position:relative}.auth-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.auth-card{position:relative;z-index:1;width:100%;max-width:450px;background-color:#fff;border-radius:1rem;padding:2.5rem;box-shadow:0 20px 60px #0000004d}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h1{font-size:2rem;font-weight:700;color:#667eea;margin-bottom:.25rem}.auth-header p{font-size:.875rem;color:#6b7280}.auth-title{font-size:1.75rem;font-weight:700;color:#111827;text-align:center;margin-bottom:.5rem}.auth-subtitle{font-size:.875rem;color:#6b7280;text-align:center;margin-bottom:2rem}.error-message{padding:.875rem;background-color:#fee2e2;border:1px solid #fecaca;border-radius:.5rem;color:#dc2626;font-size:.875rem;margin-bottom:1.5rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.form-group-auth{display:flex;flex-direction:column}.form-group-auth label{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon-auth{position:absolute;left:1rem;color:#9ca3af;pointer-events:none}.input-wrapper input{width:100%;padding:.875rem 1rem .875rem 3rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:all .2s}.input-wrapper input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.input-wrapper input:disabled{background-color:#f9fafb;cursor:not-allowed}.toggle-password{position:absolute;right:1rem;background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .2s}.toggle-password:hover{color:#667eea}.form-footer-auth{display:flex;justify-content:flex-end;margin-top:-.5rem}.forgot-link{font-size:.875rem;color:#667eea;text-decoration:none;font-weight:500;transition:color .2s}.forgot-link:hover{color:#5568d3}.auth-button{width:100%;padding:.875rem;background-color:#667eea;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:.5rem}.auth-button:hover:not(:disabled){background-color:#5568d3;transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-divider{text-align:center;margin:1.5rem 0;position:relative}.auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:#e5e7eb}.auth-divider span{position:relative;background-color:#fff;padding:0 1rem;font-size:.875rem;color:#6b7280}.auth-link-button{display:block;width:100%;padding:.875rem;background-color:#fff;color:#667eea;border:2px solid #667eea;border-radius:.5rem;font-size:1rem;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;transition:all .2s}.auth-link-button:hover{background-color:#f9fafb}@media (max-width: 640px){.auth-container{padding:1rem;justify-content:center}.auth-card{padding:2rem 1.5rem}.auth-title{font-size:1.5rem}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:flex-start;background-image:url(/login-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;padding:3rem 1rem 3rem 18rem;position:relative}.login-wrapper{position:relative;z-index:1;max-width:28rem;width:100%}.login-header{text-align:center;margin-bottom:2rem}.logo-circle{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;background-color:#fff;border-radius:50%;box-shadow:0 10px 25px #0003;margin-bottom:1rem;color:#0284c7}.brand-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.brand-subtitle{font-size:1.125rem;color:#4b5563}.login-card{background:#fff;border-radius:1rem;box-shadow:0 20px 50px #0000004d;padding:2rem}.card-header{margin-bottom:1.5rem}.card-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.card-subtitle{color:#6b7280;font-size:.875rem}.error-message{margin-bottom:1rem;padding:1rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem}.error-message p{color:#dc2626;font-size:.875rem}.info-message{margin-bottom:1rem;padding:1rem;background-color:#dbeafe;border:1px solid #93c5fd;border-radius:.5rem}.info-message p{color:#1e40af;font-size:.875rem;margin-bottom:.75rem}.btn-logout-info{width:100%;padding:.625rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.btn-logout-info:hover{background:#2563eb}.login-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.input-wrapper{position:relative}.input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);pointer-events:none;color:#9ca3af;z-index:1}.form-input{width:100%;padding:.75rem .75rem .75rem 3rem!important;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;outline:none;box-sizing:border-box}.form-input::placeholder{color:#9ca3af;opacity:1}.form-input:focus{border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91a}.form-input:disabled{background-color:#f9fafb;cursor:not-allowed}.password-input{padding-right:3rem}.password-toggle{position:absolute;right:.75rem;display:flex;align-items:center;background:none;border:none;color:#9ca3af;padding:0;transition:color .2s}.password-toggle:hover:not(:disabled){color:#4b5563}.password-toggle:disabled{cursor:not-allowed}.form-options{display:flex;align-items:center;justify-content:space-between}.remember-me{display:flex;align-items:center;gap:.5rem}.checkbox{width:1rem;height:1rem;border:1px solid #d1d5db;border-radius:.25rem;cursor:pointer}.remember-me label{font-size:.875rem;color:#374151;cursor:pointer}.forgot-link{font-size:.875rem;font-weight:500;color:#0284c7;text-decoration:none;transition:color .2s}.forgot-link:hover{color:#0369a1}.submit-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:#0284c7;color:#fff;padding:.75rem 1rem;border:none;border-radius:.5rem;font-weight:500;font-size:1rem;box-shadow:0 4px 12px #0284c766;transition:all .2s}.submit-button:hover:not(:disabled){background-color:#0369a1;box-shadow:0 6px 16px #0284c780;transform:translateY(-1px)}.submit-button:disabled{opacity:.5;cursor:not-allowed}.spinner{width:1.25rem;height:1.25rem;border:2px solid white;border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.copyright{margin-top:1.5rem;text-align:center}.copyright p{font-size:.875rem;color:#374151}@media (max-width: 640px){.login-container{padding:2rem 1rem;justify-content:center}.brand-title{font-size:2rem}.login-card{padding:1.5rem}}.sidebar{width:250px;background-color:#1f2937;color:#fff;height:100vh;position:fixed;left:0;top:0;display:flex;flex-direction:column;box-shadow:2px 0 8px #0000001a;transition:width .3s ease;z-index:100}.sidebar.collapsed{width:70px}.sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:80px}.sidebar.collapsed .sidebar-header{padding:1.5rem .75rem;justify-content:center}.sidebar-brand{display:flex;flex-direction:column;flex:1}.sidebar-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.25rem;white-space:nowrap}.sidebar-subtitle{font-size:.875rem;color:#9ca3af;white-space:nowrap}.sidebar-nav{flex:1;padding:1.5rem 0;overflow-y:auto}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;color:#d1d5db;text-decoration:none;transition:all .2s;font-size:.95rem;border-left:3px solid transparent;white-space:nowrap}.sidebar.collapsed .sidebar-link{padding:.875rem 0;justify-content:center;gap:0}.sidebar-link:hover{background-color:#ffffff0d;color:#fff}.sidebar-link.active{background-color:#0ea5e91a;color:#38bdf8;border-left-color:#38bdf8}.sidebar-link svg{flex-shrink:0}.sidebar-link span{opacity:1;transition:opacity .2s}.sidebar-toggle{width:2.5rem;height:2.5rem;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s;cursor:pointer;flex-shrink:0}.sidebar-toggle:hover{background-color:#fff3;transform:scale(1.05)}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-track{background:#ffffff0d}.sidebar-nav::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media (max-width: 768px){.sidebar{width:70px}.sidebar-header{padding:1.5rem .75rem}.sidebar-title{font-size:1.25rem}.sidebar-subtitle{display:none}.sidebar-link{padding:.875rem .75rem;justify-content:center}.sidebar-link span{display:none}}.profile-dropdown{position:relative}.profile-button{width:2.5rem;height:2.5rem;border-radius:50%;background-color:#f3f4f6;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;color:#374151;cursor:pointer;transition:all .2s}.profile-button:hover{background-color:#e5e7eb;border-color:#d1d5db}.dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;min-width:250px;background-color:#fff;border-radius:.75rem;box-shadow:0 10px 25px #00000026;border:1px solid #e5e7eb;z-index:1000;animation:slideDown .2s ease-out}.dropdown-header{padding:1rem;display:flex;align-items:center;gap:.75rem}.user-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background-color:#dbeafe;color:#1e40af;display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-info{flex:1;min-width:0}.user-name{font-size:.875rem;font-weight:600;color:#111827;margin-bottom:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{font-size:.75rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-divider{height:1px;background-color:#e5e7eb;margin:0}.dropdown-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:none;border:none;color:#374151;font-size:.875rem;cursor:pointer;transition:background-color .2s;text-align:left}.dropdown-item:hover{background-color:#f9fafb}.logout-item{color:#dc2626;border-radius:0 0 .75rem .75rem}.logout-item:hover{background-color:#fef2f2}.notification-bell{position:relative}.notification-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:none;border-radius:.75rem;background-color:#3b82f61f;color:#1d4ed8;cursor:pointer;transition:all .2s ease}.notification-button:hover{background-color:#3b82f62e;transform:translateY(-1px)}.notification-badge{position:absolute;top:-.15rem;right:-.1rem;background-color:#ef4444;color:#fff;font-size:.65rem;min-width:1.2rem;height:1.2rem;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:600;padding:0 .35rem;box-shadow:0 4px 10px #ef444459}.notification-dropdown{position:absolute;top:calc(100% + .75rem);right:0;width:320px;max-height:420px;background-color:#fff;border-radius:.75rem;box-shadow:0 20px 40px #0f172a26;border:1px solid rgba(15,23,42,.06);padding:.75rem;z-index:50;display:flex;flex-direction:column}.notification-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.notification-header h3{margin:0;font-size:.95rem;font-weight:600;color:#111827}.mark-all-button{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;font-weight:500;padding:.45rem .65rem;border-radius:.5rem;border:none;background-color:#3b82f61a;color:#1d4ed8;cursor:pointer;transition:all .2s ease}.mark-all-button:hover{background-color:#3b82f62e}.notification-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#6b7280;padding:2rem 0;gap:.75rem;text-align:center}.notification-empty p{margin:0;font-size:.85rem}.notification-list{list-style:none;margin:0;padding:0;margin-top:.5rem;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:.75rem}.notification-item{border-radius:.65rem;padding:.75rem;background-color:#f9fafb;border:1px solid transparent;display:flex;flex-direction:column;gap:.5rem;transition:all .2s ease}.notification-item.unread{background-color:#3b82f614;border-color:#3b82f626}.notification-item h4{margin:0;font-size:.9rem;font-weight:600;color:#111827}.notification-item p{margin:.2rem 0 0;font-size:.8rem;color:#4b5563;line-height:1.45}.notification-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.notification-time{font-size:.7rem;color:#6b7280}.mark-read-button{font-size:.75rem;font-weight:500;padding:.3rem .6rem;border-radius:999px;border:none;background-color:#1d4ed8;color:#fff;cursor:pointer;transition:all .2s ease}.mark-read-button:hover{opacity:.85}.layout{display:flex;min-height:100vh;background-color:#f9fafb}.layout-main{flex:1;margin-left:250px;display:flex;flex-direction:column;transition:margin-left .3s ease}.layout-main.sidebar-collapsed{margin-left:70px}.layout-header{background-color:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d;position:sticky;top:0;z-index:10}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem}.header-actions{display:flex;align-items:center;gap:1rem}.header-title{font-size:1.5rem;font-weight:600;color:#111827}.layout-content{flex:1;padding:2rem}@media (max-width: 768px){.layout-main{margin-left:70px}.header-content{padding:1rem}.header-title{font-size:1.25rem}.layout-content{padding:1rem}}.dashboard-page{width:100%}.page-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background-color:#fff;border-radius:.75rem;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stat-icon{width:3.5rem;height:3.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-info{flex:1}.stat-title{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.stat-value{font-size:1.875rem;font-weight:700;color:#111827}.loading-text{font-size:1rem;color:#9ca3af;font-weight:400;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.welcome-section{margin-top:2rem}.welcome-card{background-color:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:2rem;border:1px solid #e5e7eb}.welcome-title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:.75rem}.welcome-text{color:#6b7280;font-size:1rem;line-height:1.6}@media (max-width: 768px){.page-title{font-size:1.5rem}.stats-grid{grid-template-columns:1fr;gap:1rem}.stat-value{font-size:1.5rem}.welcome-card{padding:1.5rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;overflow-y:auto}.modal-content{background-color:#fff;border-radius:.75rem;box-shadow:0 20px 50px #0000004d;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;margin:auto}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background-color:#fff;z-index:10;border-radius:.75rem .75rem 0 0}.modal-title{font-size:1.5rem;font-weight:700;color:#111827}.modal-close{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#6b7280;border-radius:.375rem;transition:all .2s}.modal-close:hover{background-color:#f3f4f6;color:#111827}.form-section{margin-bottom:1.5rem}.modal-form .input-with-icon{position:relative}.modal-form .input-with-icon .input-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#6b7280;display:inline-flex;align-items:center;justify-content:center;pointer-events:none}.modal-form .input-with-icon .form-input{padding-left:2.5rem}.form-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.required{color:#dc2626}.label-hint{font-weight:400;color:#6b7280;font-size:.8rem;margin-left:.25rem}.form-input,.form-select,.form-textarea{width:100%;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:all .2s;outline:none}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#0284c7;box-shadow:0 0 0 3px #0284c71a}.form-textarea{resize:vertical;font-family:inherit}.error-text{display:block;color:#dc2626;font-size:.75rem;margin-top:.25rem}.image-upload-container{margin-top:.5rem}.image-upload-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem}.image-slot{position:relative;width:100%;padding-bottom:100%}.image-preview{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:.5rem;overflow:hidden;border:2px solid #e5e7eb}.image-preview img{width:100%;height:100%;object-fit:cover}.remove-image{position:absolute;top:.25rem;right:.25rem;width:1.5rem;height:1.5rem;background-color:#dc2626e6;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.remove-image:hover{background-color:#dc2626;transform:scale(1.1)}.image-upload-box{position:absolute;top:0;left:0;width:100%;height:100%;border:2px dashed #d1d5db;border-radius:.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;background-color:#f9fafb;gap:.25rem}.image-upload-box:hover{border-color:#0284c7;background-color:#f0f9ff}.image-upload-box svg{color:#6b7280}.image-upload-box span{font-size:.7rem;color:#6b7280;font-weight:500}.image-input{display:none}.price-input-wrapper{position:relative;display:flex;align-items:center}.currency-symbol{position:absolute;left:.875rem;font-size:1rem;font-weight:600;color:#374151;pointer-events:none;z-index:1}.price-input{padding-left:2.25rem!important}.color-options{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.color-option-wrapper{display:flex;flex-direction:column;align-items:center;gap:.5rem}.color-box{width:52px;height:52px;border-radius:.625rem;border:3px solid #e5e7eb;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 2px 8px #0000001a,inset 0 1px 3px #0000001a;background-clip:padding-box}.color-box:hover{transform:scale(1.1) translateY(-2px);box-shadow:0 6px 16px #0003,inset 0 1px 3px #0000001a;border-color:#9ca3af}.color-box.active{border-color:#0284c7;border-width:4px;box-shadow:0 0 0 4px #0284c733,0 6px 16px #0003;transform:scale(1.08)}.color-box svg{filter:drop-shadow(0 2px 3px rgba(0,0,0,.4))}.color-box.active svg{display:block}.color-name{font-size:.75rem;font-weight:500;color:#374151;text-align:center;transition:color .2s}.color-option-wrapper:hover .color-name{color:#0284c7;font-weight:600}.color-option-wrapper .color-box.active+.color-name{color:#0284c7;font-weight:600}.size-buttons{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.size-button{min-width:3.5rem;height:3rem;padding:0 .75rem;border:2px solid #d1d5db;background-color:#fff;color:#374151;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.size-button:hover{border-color:#0284c7;background-color:#f0f9ff}.size-button.selected{border-color:#0284c7;background-color:#0284c7;color:#fff}.size-button.selected:hover{background-color:#0369a1;border-color:#0369a1}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e5e7eb;margin-top:1rem}.btn-cancel,.btn-submit{padding:.625rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:all .2s}.btn-cancel{background-color:#f3f4f6;color:#374151}.btn-cancel:hover{background-color:#e5e7eb}.btn-submit{background-color:#0284c7;color:#fff}.btn-submit:hover{background-color:#0369a1}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#f3f4f6}.modal-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.modal-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width: 640px){.modal-content{max-width:100%;margin:0;border-radius:0;max-height:100vh}.modal-header{border-radius:0}.image-upload-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 480px){.image-upload-grid{grid-template-columns:repeat(2,1fr)}}.flags-container{display:flex;flex-direction:column;gap:1rem}.flag-item{border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;transition:border-color .2s}.flag-item:hover{border-color:#3b82f6}.flag-checkbox{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;margin:0}.flag-checkbox input[type=checkbox]{display:none}.checkmark{width:1.25rem;height:1.25rem;border:2px solid #d1d5db;border-radius:.25rem;position:relative;flex-shrink:0;margin-top:.125rem;transition:all .2s}.flag-checkbox input[type=checkbox]:checked+.checkmark{background-color:#3b82f6;border-color:#3b82f6}.flag-checkbox input[type=checkbox]:checked+.checkmark:after{content:"";position:absolute;top:1px;left:4px;width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.flag-text{flex:1;display:flex;flex-direction:column;gap:.25rem}.flag-title{font-size:.875rem;font-weight:500;color:#374151}.flag-description{font-size:.75rem;color:#6b7280;line-height:1.4}.products-page{width:100%}.add-button{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background-color:#0284c7;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;transition:background-color .2s}.error-banner{background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:1rem;margin-bottom:1rem}.error-banner p{color:#dc2626;font-size:.875rem}.table-container{overflow-x:auto}.products-table{width:100%;border-collapse:collapse;min-width:1000px}.products-table th,.products-table td{text-align:left;padding:.75rem 1rem;vertical-align:middle;border-bottom:1px solid #f3f4f6}.products-table th{background-color:#f9fafb;border-bottom:2px solid #e5e7eb;font-size:.875rem;font-weight:600;color:#374151;white-space:nowrap;position:sticky;top:0}.products-table th:nth-child(1){width:80px}.products-table th:nth-child(2){width:18%}.products-table th:nth-child(3){width:12%}.products-table th:nth-child(4){width:10%}.products-table th:nth-child(5){width:12%}.products-table th:nth-child(6){width:15%}.products-table th:nth-child(7){width:25%}.products-table th:nth-child(8){width:120px}.table-image{width:60px;height:60px;border-radius:.375rem;overflow:hidden;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center}.table-image img{width:100%;height:100%;object-fit:cover}.no-image{color:#9ca3af}.product-name{font-weight:600;color:#111827;min-width:150px}.category-badge{display:inline-block;padding:.25rem .75rem;background-color:#dbeafe;color:#1e40af;border-radius:9999px;font-size:.75rem;font-weight:500}.size-tags{display:flex;flex-wrap:wrap;gap:.25rem}.size-tag{display:inline-block;padding:.125rem .5rem;background-color:#f3f4f6;color:#374151;border-radius:.25rem;font-size:.75rem;font-weight:500}.price-cell{font-weight:600;color:#059669;white-space:nowrap}.color-cell{padding:.5rem .75rem}.color-display{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border:1px solid #e5e7eb;border-radius:.5rem;transition:all .2s ease}.color-display:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a;border-color:#d1d5db}.color-swatch{width:24px;height:24px;border-radius:.375rem;border:2px solid rgba(0,0,0,.1);box-shadow:inset 0 1px 2px #0000001a,0 1px 3px #0000001a;flex-shrink:0}.color-text{font-weight:500;color:#374151;text-transform:capitalize;font-size:.813rem;white-space:nowrap}.description-cell{max-width:300px;color:#6b7280}.action-btn{width:2rem;display:flex;align-items:center;justify-content:center;border:none;border-radius:.375rem;cursor:pointer}.action-btn:hover{transform:scale(1.05)}.edit-btn:hover{background-color:#2563eb}.delete-btn{background-color:#ef4444}.delete-btn:hover{background-color:#dc2626}.status-cell{text-align:center;padding:.5rem!important}.status-badge{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:50%;font-size:.625rem;font-weight:600;margin:0 auto}.status-badge.active{background-color:#10b981;color:#fff}.status-badge.inactive{background-color:#ef4444;color:#fff}@media (max-width: 640px){.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.products-table{min-width:800px}.products-table th,.products-table td{padding:.5rem;font-size:.75rem}.table-image{width:40px;height:40px}.status-badge{width:1rem;height:1rem;font-size:.5rem}.add-button{width:100%;justify-content:center}}.orders-page{width:100%}.page-header{margin-bottom:2rem}.error-banner-orders{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #fca5a5;border-radius:.75rem;margin-bottom:1.5rem;animation:slideDown .3s ease-out;box-shadow:0 2px 8px #dc26261a}.error-content{display:flex;align-items:center;gap:.75rem;color:#991b1b}.error-content p{margin:0;font-size:.875rem;font-weight:500}.error-close{background:none;border:none;cursor:pointer;padding:.25rem;color:#991b1b;opacity:.7;transition:opacity .2s;display:flex;align-items:center}.error-close:hover{opacity:1}.orders-container{max-width:1400px;margin:0 auto}.orders-list{display:flex;flex-direction:column;gap:1.5rem}.order-card-compact{background-color:#fff;border-radius:.75rem;border:1px solid #e5e7eb;padding:1.5rem;display:flex;justify-content:space-between;gap:2rem;cursor:pointer;transition:all .2s}.order-card-compact:hover{box-shadow:0 4px 12px #0000001a;border-color:#d1d5db;transform:translateY(-2px)}.order-card-left{flex:1;display:flex;flex-direction:column;gap:1rem}.order-number-section{display:flex;align-items:center;gap:1rem}.order-number-section h3{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.order-date{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:#6b7280}.customer-section{display:flex;flex-direction:column;gap:.375rem;padding-left:1rem;border-left:2px solid #e5e7eb}.customer-name{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#374151;font-size:.875rem}.customer-email{font-size:.875rem;color:#6b7280;padding-left:1.375rem}.customer-phone{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.items-section{display:flex;flex-direction:column;gap:.5rem}.items-count{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#374151}.items-preview{display:flex;flex-wrap:wrap;gap:.5rem}.item-preview-tag{padding:.25rem .75rem;background-color:#f3f4f6;color:#374151;border-radius:.375rem;font-size:.75rem;font-weight:500}.item-preview-tag.more{background-color:#dbeafe;color:#1e40af}.order-card-right{display:flex;flex-direction:column;align-items:flex-end;gap:1rem;min-width:180px}.order-status-badge{padding:.375rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em}.order-total-section{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.total-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.total-amount{font-size:1.75rem;font-weight:700;color:#059669}.view-details-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#0284c7;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.view-details-btn:hover{background-color:#0369a1;transform:translateY(-1px);box-shadow:0 2px 8px #0284c74d}.order-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:#f9fafb;border-radius:.5rem}.item-image{width:50px;height:50px;border-radius:.375rem;overflow:hidden;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0}.item-image img{width:100%;height:100%;object-fit:cover}.item-details{flex:1}.item-name{font-weight:600;color:#111827;margin-bottom:.25rem}.item-meta{font-size:.875rem;color:#6b7280}.item-price{font-weight:600;color:#059669;white-space:nowrap}.order-footer{padding:1.5rem;background-color:#f9fafb;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:flex-end}.order-actions{display:flex;align-items:center;gap:1rem}.status-select{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;background-color:#fff;cursor:pointer}.status-select:focus{outline:none;border-color:#0284c7;box-shadow:0 0 0 3px #0284c71a}.order-totals{text-align:right}.order-detail-view{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.detail-header-card{background-color:#fff;border-radius:.75rem;border:1px solid #e5e7eb;padding:2rem;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;box-shadow:0 1px 3px #0000001a}.detail-header-left{flex:1;display:flex;flex-direction:column;gap:1.5rem}.detail-status-controls{display:flex;gap:1rem;flex-wrap:wrap}.detail-order-info{display:flex;flex-direction:column;gap:.5rem}.detail-order-number{font-size:1.5rem;font-weight:700;color:#111827;margin:0}.detail-order-date{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.detail-status-control{display:flex;flex-direction:column;gap:.5rem}.detail-status-control label{font-size:.875rem;font-weight:600;color:#374151}.status-select-large{padding:.75rem 1rem;border:2px solid #d1d5db;border-radius:.5rem;font-size:.875rem;font-weight:600;background-color:#fff;cursor:pointer;transition:all .2s;max-width:200px}.status-select-large:focus{outline:none;border-color:#0284c7;box-shadow:0 0 0 3px #0284c71a}.detail-header-right{min-width:250px}.detail-total-card{background:linear-gradient(135deg,#059669,#047857);padding:1.5rem;border-radius:.75rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:0 4px 12px #05966933}.detail-total-label{font-size:.875rem;color:#ffffffe6;text-transform:uppercase;letter-spacing:.05em}.detail-total-amount{font-size:2.5rem;font-weight:700;color:#fff}.detail-payment-info{display:flex;flex-direction:column;gap:.25rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.2)}.detail-payment-method{font-size:.875rem;color:#fff;font-weight:600}.detail-payment-status{font-size:.75rem;color:#fffc;text-transform:capitalize}.detail-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.detail-card{background-color:#fff;border-radius:.75rem;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 1px 3px #0000001a}.detail-card-header{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.detail-card-header h3{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.detail-card-body{padding:1.5rem}.detail-info-row{display:flex;justify-content:space-between;align-items:flex-start;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.detail-info-row:last-child{border-bottom:none}.detail-label{font-size:.875rem;font-weight:600;color:#6b7280;min-width:80px}.detail-value{font-size:.875rem;color:#111827;text-align:right;flex:1}.detail-summary-row{display:flex;justify-content:space-between;padding:.75rem 0;font-size:.875rem;color:#6b7280}.detail-summary-row.total{font-size:1.125rem;font-weight:700;color:#111827;padding-top:1rem}.detail-summary-divider{height:1px;background-color:#e5e7eb;margin:.75rem 0}.detail-items-card{grid-column:1 / -1}.detail-items-list{display:flex;flex-direction:column;gap:1rem}.detail-item{display:flex;align-items:center;gap:1.5rem;padding:1.25rem;background-color:#f9fafb;border-radius:.75rem;border:1px solid #e5e7eb;transition:all .2s}.detail-item:hover{background-color:#f3f4f6;border-color:#d1d5db}.detail-item-image{width:80px;height:80px;border-radius:.5rem;overflow:hidden;background-color:#fff;flex-shrink:0;border:1px solid #e5e7eb}.detail-item-image img{width:100%;height:100%;object-fit:cover}.detail-item-no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af}.detail-item-info{flex:1}.detail-item-info h4{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .5rem}.detail-item-meta{display:flex;gap:1.5rem;font-size:.875rem;color:#6b7280}.detail-item-size,.detail-item-qty,.detail-item-unit-price{display:flex;align-items:center}.detail-item-total{display:flex;flex-direction:column;align-items:flex-end}.detail-item-total-amount{font-size:1.25rem;font-weight:700;color:#059669}.detail-notes{font-size:.875rem;color:#6b7280;line-height:1.6;margin:0}.totals-row{display:flex;justify-content:space-between;gap:1rem;font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.totals-row.total{font-size:1rem;font-weight:600;color:#111827;padding-top:.5rem;border-top:1px solid #e5e7eb;margin-top:.5rem}.totals-row.total span:last-child{color:#059669;font-size:1.25rem}.totals-divider{height:1px;background-color:#e5e7eb;margin:.5rem 0}@media (max-width: 768px){.detail-header-card{flex-direction:column}.detail-header-right{width:100%;min-width:auto}.detail-total-card{width:100%}.detail-content-grid{grid-template-columns:1fr}.detail-item{flex-direction:column;align-items:flex-start}.detail-item-image{width:100%;height:200px}.detail-item-total{align-items:flex-start;width:100%}.status-select-large{max-width:100%}}@media (max-width: 768px){.order-card-compact{flex-direction:column;gap:1rem}.order-card-right{align-items:flex-start;min-width:auto}.order-total-section{align-items:flex-start}.customer-section{padding-left:0;border-left:none;border-top:2px solid #e5e7eb;padding-top:.75rem}.view-details-btn{width:100%;justify-content:center}}.customers-page{padding:2rem}.page-header{margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.page-title{font-size:2rem;color:#1f2937;margin:0}.page-stats{display:flex;gap:.75rem;flex-wrap:wrap}.stat-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f3f4f6;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#374151}.content-card{background:#fff;border-radius:.5rem;padding:0;box-shadow:0 1px 3px #0000001a;overflow:hidden}.loading-text{padding:2rem;text-align:center;color:#6b7280}.error-message{background:#fee2e2;border:1px solid #fca5a5;border-radius:.5rem;padding:1rem;margin-bottom:1rem;color:#991b1b}.empty-state{text-align:center;padding:4rem 2rem;color:#6b7280}.empty-state svg{color:#d1d5db;margin-bottom:1rem}.empty-state p{font-size:1.125rem;font-weight:500;margin:.5rem 0;color:#374151}.empty-state span{font-size:.875rem;color:#6b7280}.customers-table-wrapper{overflow-x:auto}.customers-table{width:100%;border-collapse:collapse}.customers-table thead{background:#f9fafb;border-bottom:2px solid #e5e7eb}.customers-table th{padding:1rem;text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;color:#6b7280;letter-spacing:.05em}.customers-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background .2s}.customers-table tbody tr:hover{background:#f9fafb}.customers-table td{padding:1rem;font-size:.875rem}.customer-name,.customer-email,.customer-phone,.customer-date{display:flex;align-items:center;gap:.5rem;color:#374151}.customer-name{font-weight:500}.customer-email,.customer-phone{color:#6b7280}.customer-date{color:#6b7280;font-size:.813rem}.no-data{color:#d1d5db}.action-buttons{display:flex;gap:.5rem}.btn-delete{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#fee2e2;color:#dc2626;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s}.btn-delete:hover{background:#fecaca;transform:scale(1.1)}@media (max-width: 768px){.customers-page{padding:1rem}.page-header{flex-direction:column;align-items:flex-start}.page-title{font-size:1.5rem}.customers-table{font-size:.813rem}.customers-table th,.customers-table td{padding:.75rem .5rem}}.settings-page{width:100%;padding:0}.page-header-settings{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f3f4f6}.page-title-settings{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.5rem;letter-spacing:-.025em}.page-subtitle-settings{font-size:1rem;color:#6b7280;font-weight:400}.message-banner-settings{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-radius:.75rem;margin-bottom:2rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.message-content{display:flex;align-items:center;gap:.75rem}.message-banner-settings.success{background-color:#d1fae5;border:1px solid #6ee7b7;color:#065f46}.message-banner-settings.error{background-color:#fee2e2;border:1px solid #fecaca;color:#991b1b}.message-content p{margin:0;font-size:.875rem;font-weight:500}.message-close{background:none;border:none;cursor:pointer;padding:.25rem;color:inherit;opacity:.7;transition:opacity .2s;display:flex;align-items:center}.message-close:hover{opacity:1}.settings-grid{display:grid;gap:2rem;max-width:1200px}.settings-card-modern{background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;border:1px solid #e5e7eb;overflow:hidden;transition:box-shadow .3s ease}.settings-card-modern:hover{box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f}.card-header-modern{display:flex;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#f9fafb,#fff);border-bottom:1px solid #e5e7eb}.card-icon-wrapper{flex-shrink:0;width:48px;height:48px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#fff;transition:transform .3s ease,box-shadow .3s ease}.card-icon-wrapper:hover{transform:translateY(-2px) scale(1.05)}.logo-icon{background:linear-gradient(135deg,#0ea5e9,#0284c7);box-shadow:0 4px 12px #0ea5e940}.logo-icon:hover{box-shadow:0 6px 20px #0ea5e966}.hero-banner-icon{background:linear-gradient(135deg,#ec4899,#db2777);box-shadow:0 4px 12px #ec489940}.hero-banner-icon:hover{box-shadow:0 6px 20px #ec489966}.new-arrivals-icon{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 12px #f59e0b40}.new-arrivals-icon:hover{box-shadow:0 6px 20px #f59e0b66}.banner-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 4px 12px #8b5cf640}.banner-icon:hover{box-shadow:0 6px 20px #8b5cf666}.order-icon{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 12px #f59e0b40}.order-icon:hover{box-shadow:0 6px 20px #f59e0b66}.contact-icon{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b98140}.contact-icon:hover{box-shadow:0 6px 20px #10b98166}.card-title-modern{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.25rem}.card-description-modern{font-size:.875rem;color:#6b7280;line-height:1.5}.logo-section-simple{padding:1.5rem}.logo-content-wrapper{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.current-logo-simple{flex-shrink:0;width:120px;height:80px;background:linear-gradient(135deg,#fafafa,#f5f5f5);border-radius:.75rem;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;padding:.75rem;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.current-logo-simple:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f;border-color:#0284c7}.current-logo-simple img{max-width:100%;max-height:100%;object-fit:contain}.upload-controls{flex:1;min-width:200px}.upload-box-simple{display:inline-flex;align-items:center;gap:.625rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,#fafafa,#f5f5f5);border:2px dashed #d1d5db;border-radius:.5rem;cursor:pointer;transition:all .3s ease;font-size:.875rem;font-weight:500;color:#374151;box-shadow:0 2px 4px #0000000d}.upload-box-simple:hover{border-color:#0284c7;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);color:#0284c7;transform:translateY(-2px);box-shadow:0 4px 12px #0284c726}.upload-box-simple svg{color:#6b7280}.preview-simple{display:flex;align-items:center;gap:1rem}.preview-simple img{width:120px;height:80px;object-fit:contain;border-radius:.75rem;border:2px solid #e5e7eb;background:linear-gradient(135deg,#fafafa,#f5f5f5);padding:.5rem;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.preview-simple img:hover{transform:scale(1.02);box-shadow:0 4px 12px #0000001f}.preview-actions-simple{display:flex;gap:.5rem}.btn-remove-simple,.btn-upload-simple{padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.375rem;box-shadow:0 2px 4px #0000001a}.btn-remove-simple{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#374151}.btn-remove-simple:hover{background:linear-gradient(135deg,#e5e7eb,#d1d5db);transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.btn-upload-simple{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff}.btn-upload-simple:hover:not(:disabled){background:linear-gradient(135deg,#0284c7,#0369a1);transform:translateY(-1px);box-shadow:0 4px 12px #0284c74d}.btn-upload-simple:disabled{opacity:.5;cursor:not-allowed;transform:none}.banner-section-simple{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.banner-upload-wrapper{display:flex;align-items:center}.banner-preview-simple{display:flex;align-items:center;gap:1rem}.banner-preview-simple img{width:200px;height:80px;object-fit:cover;border-radius:.75rem;border:2px solid #e5e7eb;background-color:#f9fafb;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.banner-preview-simple img:hover{transform:scale(1.02);box-shadow:0 8px 20px #00000026}.current-banners-simple{padding-top:1rem;border-top:2px solid #f3f4f6}.banners-title{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.banners-grid-simple{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.banner-item-simple{position:relative;border-radius:.75rem;overflow:hidden;border:2px solid #e5e7eb;background-color:#fff;transition:all .3s ease;box-shadow:0 2px 8px #00000014}.banner-item-simple:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026;border-color:#0284c7}.banner-item-simple img{width:100%;height:100px;object-fit:cover;display:block;transition:transform .3s ease}.banner-item-simple:hover img{transform:scale(1.05)}.btn-delete-banner-simple{position:absolute;top:.5rem;right:.5rem;width:32px;height:32px;padding:0;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #dc26264d;opacity:0}.banner-item-simple:hover .btn-delete-banner-simple{opacity:1}.btn-delete-banner-simple:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);transform:scale(1.15);box-shadow:0 4px 12px #dc262680}.btn-delete-banner-simple:disabled{opacity:.5;cursor:not-allowed;transform:none}.upload-section{display:flex;flex-direction:column}.upload-box{max-width:400px;padding:3rem 2rem;border:2px dashed #d1d5db;border-radius:.75rem;background-color:#f9fafb;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;cursor:pointer;transition:all .2s}.upload-box:hover{border-color:#0284c7;background-color:#f0f9ff}.file-input{display:none}.upload-box svg{color:#6b7280}.upload-text{font-size:.875rem;font-weight:500;color:#374151}.upload-hint{font-size:.75rem;color:#9ca3af}.preview-container{max-width:400px}.logo-preview{padding:2rem;background-color:#f9fafb;border-radius:.5rem;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.logo-preview img{max-width:100%;max-height:200px;object-fit:contain}.preview-actions{display:flex;gap:.75rem}.btn-remove,.btn-upload{flex:1;padding:.625rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:all .2s}.btn-remove{background-color:#f3f4f6;color:#374151}.btn-remove:hover{background-color:#e5e7eb}.btn-upload{background-color:#0284c7;color:#fff}.btn-upload:hover:not(:disabled){background-color:#0369a1}.btn-upload:disabled{opacity:.5;cursor:not-allowed}.form-section-modern{padding:1.5rem}.form-row-modern{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem;margin-bottom:1.25rem}.form-group-modern{margin-bottom:1.25rem}.form-label-modern{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.625rem}.form-label-modern svg{color:#6b7280}.form-input-modern,.form-textarea-modern{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:.625rem;font-size:.875rem;transition:all .2s;background-color:#fafafa}.form-input-modern:hover,.form-textarea-modern:hover{border-color:#d1d5db;background-color:#fff}.form-input-modern:focus,.form-textarea-modern:focus{outline:none;border-color:#0284c7;background-color:#fff;box-shadow:0 0 0 4px #0284c71a}.form-textarea-modern{resize:vertical;font-family:inherit;line-height:1.6}.form-hint{display:block;margin-top:.5rem;font-size:.8125rem;color:#6b7280;line-height:1.4}.divider-modern{height:2px;background:linear-gradient(to right,transparent,#e5e7eb,transparent);margin:2rem 0}.social-links-section{margin-top:1.5rem}.section-subtitle{font-size:1rem;font-weight:600;color:#111827;margin-bottom:1.25rem}.btn-save-modern{width:100%;padding:1rem;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;border:none;border-radius:.75rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:2rem;box-shadow:0 4px 6px #0ea5e933}.btn-save-modern:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 12px #0ea5e94d}.btn-save-modern:active:not(:disabled){transform:translateY(0)}.btn-save-modern:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 768px){.page-title-settings{font-size:1.75rem}.settings-card-modern{border-radius:.75rem}.card-header-modern{flex-direction:column;align-items:flex-start;padding:1.25rem}.card-icon-wrapper{width:40px;height:40px}}.category-icon{background:linear-gradient(135deg,#a78bfa,#8b5cf6);box-shadow:0 4px 12px #8b5cf640;color:#fff}.category-icon:hover{box-shadow:0 6px 20px #8b5cf666}.btn-add-category{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#10b981;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s ease;margin-left:auto}.btn-add-category:hover{background:#059669}.categories-section{padding:1.5rem 0}.empty-state-categories{text-align:center;padding:2rem;color:#6b7280;font-style:italic}.btn-seed-categories{margin-top:1rem;padding:.75rem 1.5rem;background-color:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-seed-categories:hover{background-color:#2563eb}.btn-seed-categories:disabled{background-color:#9ca3af;cursor:not-allowed}.settings-page .categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem;margin-top:.5rem}.settings-page .category-card{border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;transition:all .2s ease;background:#fff;box-shadow:0 1px 3px #0000001a}.settings-page .category-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026;border-color:#3b82f6}.settings-page .category-image-container{position:relative;height:150px;overflow:hidden;background:#f3f4f6}.settings-page .category-bg-image{width:100%;height:100%;object-fit:cover}.settings-page .category-no-image{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f9fafb;color:#9ca3af;gap:.5rem}.settings-page .category-no-image svg{color:#d1d5db}.settings-page .category-no-image span{font-size:.813rem;font-weight:500;color:#9ca3af;text-align:center}.settings-page .category-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;pointer-events:none}.settings-page .category-card:hover .category-overlay{opacity:1;pointer-events:all}@media (hover: none) and (pointer: coarse){.settings-page .category-overlay{opacity:.3;pointer-events:all}.settings-page .category-card:hover .category-overlay,.settings-page .category-card:active .category-overlay{opacity:1}}.btn-edit-category{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#3b82f6;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s ease}.btn-edit-category:hover{background:#2563eb}.settings-page .category-info{padding:1rem;background:linear-gradient(to bottom,#fff,#f9fafb);border-top:1px solid #e5e7eb}.category-info-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.btn-edit-category-small{display:flex;align-items:center;justify-content:center;padding:.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s ease;flex-shrink:0}.btn-edit-category-small:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 2px 4px #2563eb4d}.btn-edit-category-small:active{transform:translateY(0)}.settings-page .category-name{font-size:.938rem;font-weight:700;color:#1f2937;margin-bottom:.375rem;letter-spacing:.025em;text-transform:uppercase}.settings-page .category-status{font-size:.75rem;font-weight:500;color:#6b7280;display:flex;align-items:center;gap:.375rem}.settings-page .category-status:before{content:"";width:6px;height:6px;border-radius:50%;background:#d1d5db}.category-edit-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000}.modal-overlay-category{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-content-category{background-color:#fff;border-radius:.75rem;box-shadow:0 20px 50px #0000004d;width:100%;max-width:600px;max-height:90vh;overflow-y:auto}.modal-header-category{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header-category h3{font-size:1.25rem;font-weight:600;color:#111827}.modal-close-category{width:2rem;height:2rem;border:none;background:none;cursor:pointer;color:#6b7280;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:background-color .2s}.modal-close-category:hover{background-color:#f3f4f6}.modal-body-category{padding:1.5rem}.current-bg-section,.upload-bg-section{margin-bottom:2rem}.current-bg-section h4,.upload-bg-section h4{font-size:1rem;font-weight:600;color:#111827;margin-bottom:1rem}.current-bg-preview{width:100%;max-height:200px;object-fit:cover;border-radius:.5rem;border:1px solid #e5e7eb}.upload-bg-box{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem;border:2px dashed #d1d5db;border-radius:.5rem;cursor:pointer;transition:border-color .2s,background-color .2s;text-align:center}.upload-bg-box:hover{border-color:#3b82f6;background-color:#f8fafc}.upload-bg-box span{font-size:.875rem;font-weight:500;color:#374151}.upload-bg-box small{font-size:.75rem;color:#6b7280}.new-bg-preview{text-align:center}.new-bg-preview img{width:100%;max-height:200px;object-fit:cover;border-radius:.5rem;border:1px solid #e5e7eb;margin-bottom:1rem}.preview-actions{display:flex;gap:1rem;justify-content:center}.btn-cancel-preview,.btn-upload-bg{padding:.75rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:background-color .2s}.btn-cancel-preview{background-color:#f3f4f6;color:#374151}.btn-cancel-preview:hover{background-color:#e5e7eb}.btn-upload-bg{background-color:#3b82f6;color:#fff}.btn-upload-bg:hover{background-color:#2563eb}.btn-upload-bg:disabled{background-color:#9ca3af;cursor:not-allowed}.form-group-category{margin-bottom:1.5rem}.form-group-category label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.form-input-category,.form-textarea-category{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:border-color .2s}.form-input-category:focus,.form-textarea-category:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-textarea-category{resize:vertical;min-height:80px}.modal-actions-category{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1rem;border-top:1px solid #e5e7eb}.btn-cancel-category,.btn-create-category{padding:.75rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:background-color .2s}.btn-cancel-category{background-color:#f3f4f6;color:#374151}.btn-cancel-category:hover{background-color:#e5e7eb}.btn-create-category{background-color:#10b981;color:#fff}.btn-create-category:hover{background-color:#059669}.btn-create-category:disabled{background-color:#9ca3af;cursor:not-allowed}@media (max-width: 768px){.settings-page .categories-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media (max-width: 480px){.settings-page .categories-grid{grid-template-columns:1fr;gap:.75rem}.form-row-modern{flex-direction:column}.banners-grid-simple{grid-template-columns:1fr}.modal-content-category{margin:0;border-radius:0;max-height:100vh}.preview-container{max-width:100%}.banner-preview-simple{flex-direction:column;align-items:flex-start}.banner-preview-simple img{width:100%;margin-bottom:1rem}.preview-actions-simple{width:100%;justify-content:space-between}.page-title-settings{font-size:1.5rem}.page-subtitle-settings{font-size:.875rem}.card-title-modern{font-size:1.125rem}.message-banner-settings{padding:.875rem 1rem}}.instagram-page{width:100%}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.page-title{font-size:1.875rem;font-weight:700;color:#111827}.add-button{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background-color:#0284c7;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;transition:background-color .2s;cursor:pointer}.add-button:hover{background-color:#0369a1}.content-card{background-color:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:2rem;border:1px solid #e5e7eb}.empty-state{color:#6b7280;font-size:1rem;text-align:center;padding:2rem}.error-banner{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:1rem;border-radius:.5rem;margin-bottom:1rem}.instagram-grid-admin{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.instagram-card{border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden;transition:transform .2s,box-shadow .2s}.instagram-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.instagram-image-container{position:relative;aspect-ratio:1;overflow:hidden}.instagram-preview{width:100%;height:100%;object-fit:cover}.instagram-overlay-admin{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;gap:.5rem;opacity:0;transition:opacity .2s}.instagram-card:hover .instagram-overlay-admin{opacity:1}.action-btn{width:2.5rem;height:2.5rem;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s}.action-btn:hover{transform:scale(1.1)}.edit-btn{background-color:#3b82f6;color:#fff}.delete-btn{background-color:#ef4444;color:#fff}.link-btn{background-color:#10b981;color:#fff}.instagram-info{padding:1rem}.instagram-order{font-weight:600;color:#374151;margin-bottom:.5rem}.instagram-url{color:#6b7280;font-size:.875rem;word-break:break-all}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background-color:#fff;border-radius:.75rem;box-shadow:0 20px 50px #0000004d;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h3{font-size:1.25rem;font-weight:600;color:#111827}.modal-close{width:2rem;height:2rem;border:none;background:none;font-size:1.5rem;cursor:pointer;color:#6b7280;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:#374151}.modal-form{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.required{color:#ef4444}.form-group input,.form-group select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-hint{font-size:.75rem;color:#6b7280;margin-top:.25rem}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.btn-cancel{padding:.75rem 1.5rem;border:1px solid #d1d5db;background-color:#fff;color:#374151;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-cancel:hover{background-color:#f9fafb}.btn-submit{padding:.75rem 1.5rem;background-color:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-submit:hover{background-color:#2563eb}@media (max-width: 768px){.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.instagram-grid-admin{grid-template-columns:1fr}.modal-content{margin:0;border-radius:0;max-height:100vh}}.profile-section{min-height:60vh;padding:4rem 2rem;background-color:#f9fafb}.profile-container{max-width:960px;margin:0 auto}.profile-header{text-align:left;margin-bottom:1.5rem}.profile-title{font-size:2rem;font-weight:700;color:#111827;margin:0 0 .25rem}.profile-subtitle{font-size:1rem;color:#6b7280;margin:0}.profile-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e5e7eb;padding-bottom:0}.profile-tab{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border:none;background:transparent;color:#6b7280;font-weight:600;font-size:.9375rem;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s ease;position:relative;margin-bottom:-2px}.profile-tab:hover{color:#111827;background:#f9fafb}.profile-tab.active{color:#111827;border-bottom-color:#111827}.profile-tab svg{flex-shrink:0}.orders-tab-content{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.profile-footer{margin-top:2.5rem;display:flex;justify-content:flex-start}.profile-logout-button{display:inline-flex;align-items:center;gap:.5rem;border:none;background:#ef4444;color:#fff;padding:.6rem 1.1rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .1s ease,box-shadow .2s ease}.profile-logout-button:hover{background:#dc2626;box-shadow:0 10px 20px #dc262640}.profile-logout-button:active{transform:translateY(1px)}.profile-logout-button svg{margin:0}.profile-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 3px #00000014;padding:1.5rem}.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.form-field{display:flex;flex-direction:column}.form-field-full{grid-column:1 / -1}.form-label{font-size:.875rem;color:#374151;font-weight:500;margin-bottom:.375rem}.form-input,.form-textarea{width:100%;padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#111827;outline:none;transition:border-color .2s,box-shadow .2s}.input-with-icon{position:relative}.input-with-icon .form-input,.input-with-icon .form-textarea{padding-left:2.25rem}.input-icon{position:absolute;left:.65rem;top:50%;transform:translateY(-50%);color:#6b7280;display:inline-flex;align-items:center;justify-content:center}.textarea-with-icon .input-icon{top:1rem;transform:none}.form-textarea{resize:vertical}.form-input:focus,.form-textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.form-input:disabled{background:#f3f4f6;color:#6b7280;cursor:not-allowed}.form-actions{display:flex;justify-content:flex-end;margin-top:1.25rem}.save-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:.5rem;background:#111827;color:#fff;padding:.625rem 1rem;font-weight:600;cursor:pointer;transition:transform .1s ease,box-shadow .2s ease,background .2s ease}.save-button:hover{background:#0b1220;box-shadow:0 8px 20px #11182733}.save-button:active{transform:translateY(1px)}.save-button:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 768px){.profile-section{padding:2rem 1rem}.profile-tabs{gap:.25rem}.profile-tab{padding:.75rem 1rem;font-size:.875rem;flex:1;justify-content:center}.profile-footer{justify-content:center}.profile-logout-button{width:100%;justify-content:center}.profile-grid{grid-template-columns:1fr}}.orders-block{margin-top:2rem}.orders-tab-content .orders-block{margin-top:0}.addresses-block{margin-top:2rem}.addresses-header{margin-bottom:.75rem}.addresses-title{margin:0;font-size:1.25rem;font-weight:700;color:#111827}.addresses-subtitle{margin:.25rem 0 0;color:#6b7280;font-size:.9375rem}.addresses-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem}.address-form{margin-bottom:1rem}.address-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;align-items:end}.default-flag{display:inline-flex;align-items:center;gap:.5rem;color:#374151;font-size:.95rem}.label-selector{display:flex;gap:.75rem;flex-wrap:wrap}.label-option{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border:2px solid #e5e7eb;background:#fff;color:#374151;border-radius:.5rem;cursor:pointer;font-weight:500;transition:all .2s ease;flex:1;justify-content:center;min-width:fit-content}.label-option:hover{border-color:#d1d5db;background:#f9fafb}.label-option.active{border-color:#111827;background:#111827;color:#fff}.label-option svg{flex-shrink:0}.addresses-list{display:flex;flex-direction:column;gap:.75rem}.address-row{display:flex;justify-content:space-between;gap:1rem;padding:.75rem;border:1px solid #e5e7eb;border-radius:.5rem}.address-main{display:flex;flex-direction:column;gap:.25rem}.address-label{font-weight:600;color:#111827;display:flex;align-items:center;gap:.5rem}.address-label-icon{display:inline-flex;align-items:center;justify-content:center;color:#6b7280}.address-badge{background:#eef2ff;color:#3730a3;border:1px solid #c7d2fe;border-radius:999px;padding:.125rem .5rem;font-size:.75rem}.address-text{color:#374151}.address-actions{display:inline-flex;gap:.5rem}.small-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #d1d5db;background:#fff;color:#111827;padding:.35rem .6rem;border-radius:.375rem;cursor:pointer;font-weight:600}.small-button:hover{background:#f9fafb}.small-button svg{margin-right:.25rem}.small-button.danger{border-color:#fecaca;color:#991b1b;background:#fff5f5}.small-button.danger:hover{background:#fee2e2}@media (max-width: 768px){.address-form-grid{grid-template-columns:1fr}.address-row{flex-direction:column;align-items:flex-start}}.orders-header{margin-bottom:.75rem}.orders-title{margin:0;font-size:1.25rem;font-weight:700;color:#111827}.title-icon{display:inline-flex;align-items:center;justify-content:center;margin-right:.4rem;color:#6b7280}.orders-subtitle{margin:.25rem 0 0;color:#6b7280;font-size:.9375rem}.orders-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem}.orders-empty{color:#6b7280;font-size:.95rem;margin:.25rem 0}.orders-list{display:flex;flex-direction:column;gap:.75rem}.order-row{display:flex;gap:1rem;align-items:center;padding:.75rem;border:1px solid #e5e7eb;border-radius:.5rem;transition:all .2s}.order-row.clickable{cursor:pointer}.order-row.clickable:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.order-images{display:flex;gap:.5rem;align-items:center;flex-shrink:0}.order-image-wrapper{width:50px;height:50px;border-radius:.375rem;overflow:hidden;border:1px solid #e5e7eb;background:#f9fafb}.order-image{width:100%;height:100%;object-fit:cover}.order-image-more{width:50px;height:50px;border-radius:.375rem;border:1px solid #e5e7eb;background:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;color:#6b7280}.order-details-section{flex:1;display:flex;justify-content:space-between;align-items:center;min-width:0}.order-main{display:flex;flex-direction:column;gap:.25rem}.order-number{font-weight:600;color:#111827}.order-date{color:#6b7280;font-size:.875rem}.order-meta{display:grid;grid-auto-flow:column;gap:.75rem;align-items:center}.order-meta svg{margin-right:.25rem}.order-total{font-weight:600}.order-items{color:#6b7280}.order-status,.order-payment{text-transform:capitalize;padding:.25rem .5rem;border-radius:999px;font-size:.8125rem;border:1px solid #e5e7eb;display:inline-flex;align-items:center;gap:.25rem;white-space:nowrap}.order-payment-method{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:999px;font-size:.8125rem;background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;white-space:nowrap}.status-pending{background:#fff7ed;color:#9a3412;border-color:#fdba74}.status-processing{background:#eef2ff;color:#3730a3;border-color:#c7d2fe}.status-shipped{background:#ecfeff;color:#155e75;border-color:#a5f3fc}.status-delivered{background:#ecfdf5;color:#065f46;border-color:#a7f3d0}.status-cancelled{background:#fef2f2;color:#991b1b;border-color:#fecaca}.status-paid{background:#ecfdf5;color:#065f46;border-color:#a7f3d0}.status-failed{background:#fef2f2;color:#991b1b;border-color:#fecaca}.status-refunded{background:#f5f3ff;color:#6d28d9;border-color:#ddd6fe}@media (max-width: 640px){.order-row{flex-direction:column;align-items:flex-start;gap:.75rem}.order-images{width:100%;overflow-x:auto}.order-details-section{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%}.order-meta{grid-auto-flow:row;grid-template-columns:repeat(2,auto);gap:.5rem .75rem}}*{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;background-color:#f9fafb;color:#111827}input,button{font-family:inherit}button{cursor:pointer}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
