:root{--primary-color:#000;--primary-hover:#333;--accent-yellow:gold;--text-dark:#2a2a2a;--text-light:#666;--bg-light:#f8f9fa;--border-color:#e0e0e0;--white:#fff;--transition:all 0.3s ease}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.header{background-color:var(--white);box-shadow:0 2px 10px #0000000d;position:-webkit-sticky;position:sticky;top:0;transition:var(--transition);z-index:1000}.navbar{justify-content:space-between;padding:1.25rem 0}.logo,.navbar{align-items:center;display:flex}.logo{color:var(--text-dark);font-size:1.6rem;font-weight:700;transition:var(--transition)}.logo:hover{color:var(--primary-color)}.logo-accent,.logo-text{color:var(--text-dark)}.logo-image{height:40px;margin-right:.5rem;object-fit:contain;vertical-align:middle;width:auto}.menu-toggle{background:none;border:none;display:none;padding:.5rem;z-index:1001}.hamburger{cursor:pointer;display:flex;flex-direction:column;width:28px}.hamburger span{background-color:var(--text-dark);height:2px;margin:4px 0;transition:var(--transition)}.hamburger.open span:first-child{transform:rotate(45deg) translate(8px,8px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.nav-links{align-items:center;display:flex;gap:2.5rem;list-style:none}.nav-links li a,.nav-links li button{color:var(--text-dark);font-size:.95rem;font-weight:500;position:relative;transition:var(--transition)}.nav-links li a:after{background-color:var(--primary-color);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:var(--transition);width:0}.nav-links li a.active:after,.nav-links li a:hover:after{width:100%}.nav-links li a.active,.nav-links li a:hover{color:var(--primary-color)}.nav-actions{align-items:center;display:flex;gap:1rem}.login-btn{border-radius:8px;color:#000;font-size:.9rem;font-weight:600;padding:.6rem 1.5rem;text-decoration:none;transition:all .3s}.login-btn:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.user-menu-container{position:relative}.user-btn{align-items:center;background:none;border:none;border-radius:8px;color:var(--text-dark);cursor:pointer;display:flex;gap:.5rem;padding:.5rem .8rem;transition:var(--transition)}.user-btn:hover{background:#f5f5f5}.user-name{font-size:.9rem;font-weight:500}.user-dropdown{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;min-width:180px;overflow:hidden;position:absolute;right:0;top:calc(100% + 10px);z-index:100}.user-dropdown a,.user-dropdown button{background:none;border:none;color:var(--text-dark);cursor:pointer;display:block;font-size:.9rem;padding:.8rem 1.2rem;text-align:left;text-decoration:none;transition:var(--transition);width:100%}.user-dropdown a:hover,.user-dropdown button:hover{background:#f5f5f5}.cart-btn{align-items:center;background:none;border:none;color:var(--text-dark);cursor:pointer;display:flex;justify-content:center;padding:.5rem;position:relative;transition:var(--transition)}.cart-btn:hover{color:var(--primary-color)}.cart-badge{background-color:var(--primary-color);border-radius:50%;color:var(--white);font-size:.7rem;font-weight:600;min-width:18px;padding:.15rem .4rem;position:absolute;right:0;text-align:center;top:0}@media (max-width:968px){.nav-links{gap:1.5rem}.nav-links li a,.nav-links li button{font-size:.85rem}}@media (max-width:768px){.navbar{padding:1rem 0}.logo{flex-shrink:0;font-size:1.1rem;font-weight:500}.logo-image{height:28px;margin-right:.3rem}.menu-toggle{display:block;flex-shrink:0;padding:.3rem}.hamburger{width:22px}.hamburger span{height:2px;margin:3px 0}.nav-links{align-items:flex-start;background-color:var(--white);box-shadow:-5px 0 20px #0000001a;flex-direction:column;gap:1.5rem;height:100vh;max-width:300px;overflow-y:auto;padding:5rem 2rem 2rem;position:fixed;right:-100%;top:0;transition:var(--transition);width:75%}.nav-links.active{right:0}.nav-links li{width:100%}.nav-links li a{display:block;font-size:1rem;padding:.6rem 0}.nav-actions{flex-shrink:0;gap:.3rem}.login-btn{font-size:.75rem;padding:.4rem .8rem;white-space:nowrap}.user-btn{padding:.3rem .4rem}.user-btn svg{height:18px;width:18px}.user-name{display:none}.user-dropdown{left:auto;min-width:150px;right:0}.cart-btn{padding:.4rem}.cart-btn svg{height:20px;width:20px}.cart-badge{font-size:.65rem;min-width:16px;padding:.1rem .35rem}}@media (max-width:480px){.navbar{padding:.75rem 0}.logo{font-size:.95rem;font-weight:500}.logo-image{height:24px;margin-right:.25rem}.menu-toggle{padding:.2rem}.hamburger{width:20px}.hamburger span{height:1.5px;margin:2.5px 0}.login-btn{font-size:.7rem;padding:.35rem .7rem}.nav-actions{gap:.15rem}.user-btn{padding:.25rem .35rem}.user-btn svg{height:16px;width:16px}.cart-btn{padding:.25rem}.cart-btn svg{height:16px;width:16px}}.footer{background-color:var(--text-dark);color:var(--white);margin-top:6rem;padding:4rem 0 2rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1.5fr;margin-bottom:3rem}.footer-section h3,.footer-section h4{font-size:1.1rem;margin-bottom:1.5rem}.footer-logo{align-items:center;display:flex;font-size:1.3rem;font-weight:500;gap:.5rem;margin-bottom:1rem}.footer-logo-image{height:35px;object-fit:contain;width:auto}.footer-logo .logo-accent,.footer-logo .logo-text{color:var(--accent-white)}.footer-description{color:#ffffffb3;line-height:1.6;margin-bottom:1.5rem}.social-icons{display:flex;gap:1rem}.social-icon{align-items:center;background-color:#ffffff1a;border-radius:50%;color:var(--white);display:flex;height:40px;justify-content:center;transition:var(--transition);width:40px}.social-icon:hover{background-color:var(--primary-color);transform:translateY(-3px)}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#ffffffb3;font-size:.95rem;transition:var(--transition)}.footer-links a:hover{color:var(--primary-color);padding-left:5px}.newsletter p{color:#ffffffb3;font-size:.9rem;margin-bottom:1rem}.newsletter-form{display:flex;flex-direction:column;gap:.75rem}.newsletter-input{background-color:#ffffff1a;border:1px solid #fff3;border-radius:4px;color:var(--white);font-family:Poppins,sans-serif;font-size:.9rem;padding:.75rem 1rem;transition:var(--transition)}.newsletter-input::placeholder{color:#ffffff80}.newsletter-input:focus{background-color:#ffffff26;border-color:var(--primary-color);outline:none}.newsletter-btn{background-color:var(--primary-color);border:none;border-radius:4px;color:var(--white);font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:var(--transition)}.newsletter-btn:hover{background-color:var(--primary-hover);transform:translateY(-2px)}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:2rem;text-align:center}.footer-bottom p{color:#ffffff80;font-size:.9rem}@media (max-width:1024px){.footer-content{gap:2.5rem;grid-template-columns:1fr 1fr}}@media (max-width:768px){.footer{margin-top:4rem;padding:3rem 0 1.5rem}.footer-content{gap:2rem;grid-template-columns:1fr}.footer-section{text-align:center}.social-icons{justify-content:center}.footer-links{text-align:center}}.layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}.hero{align-items:center;background:linear-gradient(135deg,#1a1a1a,#000);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:85vh;justify-content:center;min-height:600px;overflow:hidden;position:relative}.hero-overlay{background:#00000080;bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.hero-content{animation:fadeInUp 1s ease-out;color:var(--white);max-width:900px;padding:0 2rem;position:relative;text-align:center;z-index:2}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:4rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;text-shadow:2px 2px 10px #0000004d}.hero-subtitle{font-size:1.5rem;font-weight:300;letter-spacing:2px;margin-bottom:2.5rem;opacity:.95}.hero-cta{background-color:var(--white);border-radius:50px;box-shadow:0 10px 30px #0003;color:var(--primary-color);display:inline-block;font-size:1.1rem;font-weight:600;letter-spacing:1px;padding:1rem 3rem;text-transform:uppercase;transition:var(--transition)}.hero-cta:hover{background-color:var(--primary-color);box-shadow:0 15px 40px #0000004d;color:var(--white);transform:translateY(-3px)}@media (max-width:768px){.hero{height:70vh;min-height:500px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem;letter-spacing:1px}.hero-cta{font-size:1rem;padding:.875rem 2rem}}.featured-categories{background-color:var(--white);padding:6rem 0}.section-header{margin-bottom:4rem;text-align:center}.section-header h2{color:var(--text-dark);margin-bottom:1rem}.section-header p{color:var(--text-light);font-size:1.1rem}.categories-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr)}.category-card{background-color:var(--white);border-radius:8px;box-shadow:0 4px 15px #00000014;cursor:pointer;overflow:hidden;transition:var(--transition)}.category-card:hover{box-shadow:0 12px 30px #00000026;transform:translateY(-8px)}.category-image{height:280px;overflow:hidden;position:relative}.category-image img{height:100%;object-fit:cover;transition:var(--transition);width:100%}.category-card:hover .category-image img{transform:scale(1.1)}.category-overlay{background:linear-gradient(0deg,#0006,#0000);bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:var(--transition)}.category-card:hover .category-overlay{opacity:1}.category-content{padding:2rem}.category-content h3{color:var(--text-dark);font-size:1.5rem;margin-bottom:.75rem}.category-content p{color:var(--text-light);line-height:1.6;margin-bottom:1.25rem}.category-link-text{align-items:center;color:var(--primary-color);display:inline-flex;font-weight:600;gap:.5rem;transition:var(--transition)}.category-card:hover .category-link-text{gap:.75rem}.category-link-text svg{transition:var(--transition)}@media (max-width:1024px){.categories-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.featured-categories{padding:4rem 0}.section-header{margin-bottom:2.5rem}.categories-grid{gap:1.5rem;grid-template-columns:1fr}.category-image{height:220px}.category-content{padding:1.5rem}}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.lazy-load-image-background{animation:loading 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;display:block!important;height:100%;width:100%}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.lazy-load-image-background.opacity{opacity:0;transition:opacity .4s ease-in}.lazy-load-image-background.opacity.lazy-load-image-loaded{animation:none;background:#0000;opacity:1}.category-img,.lazy-load-image-background>img,.product-img{display:block;height:100%;object-fit:cover;width:100%}.best-sellers{background-color:var(--bg-light);padding:6rem 0}.products-grid{grid-gap:2.5rem;gap:2.5rem;margin-bottom:3rem}.product-image{height:350px}.product-card:hover .product-image img{transform:scale(1.05)}.product-badge{background-color:var(--white);border-radius:20px;color:var(--text-dark);font-size:.8rem;font-weight:600;left:1rem;letter-spacing:.5px;padding:.4rem .8rem;position:absolute;text-transform:uppercase;top:1rem}.product-name{font-size:1.1rem}.product-price{font-size:1.25rem}.view-all-container{text-align:center}.view-all-btn{background-color:var(--primary-color);border-radius:50px;color:var(--white);display:inline-block;font-weight:600;padding:1rem 2.5rem;transition:var(--transition)}.view-all-btn:hover{background-color:var(--primary-hover);box-shadow:0 8px 20px #1a8caa4d;transform:translateY(-2px)}@media (max-width:1024px){.products-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.best-sellers{padding:4rem 0}.products-grid{gap:1.5rem;grid-template-columns:1fr}.product-image{height:300px}}.about-snippet{background-color:var(--white);padding:6rem 0}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-text h2{color:var(--text-dark);margin-bottom:1.5rem}.about-text p{color:var(--text-light);font-size:1.05rem;line-height:1.8;margin-bottom:1.25rem}.learn-more-btn{background-color:initial;border:2px solid var(--primary-color);border-radius:50px;color:var(--primary-color);display:inline-block;font-weight:600;margin-top:1rem;padding:.875rem 2rem;transition:var(--transition)}.learn-more-btn:hover{background-color:var(--primary-color);color:var(--white);transform:translateX(5px)}.about-features{display:flex;flex-direction:column;gap:1.5rem}.feature-card{align-items:flex-start;background-color:var(--bg-light);border-radius:8px;display:flex;gap:1.25rem;padding:1.5rem;transition:var(--transition)}.feature-card:hover{background-color:var(--white);box-shadow:0 5px 20px #00000014;transform:translateX(5px)}.feature-icon{align-items:center;background-color:var(--primary-color);border-radius:50%;color:var(--white);display:flex;flex-shrink:0;height:60px;justify-content:center;width:60px}.feature-card h4{color:var(--text-dark);font-size:1.1rem;margin-bottom:.5rem}.feature-card p{color:var(--text-light);font-size:.95rem;line-height:1.6}@media (max-width:1024px){.about-content{gap:3rem;grid-template-columns:1fr}}@media (max-width:768px){.about-snippet{padding:4rem 0}.about-content{gap:2.5rem}.feature-card{align-items:center;flex-direction:column;text-align:center}}.testimonials{background-color:var(--bg-light);padding:6rem 0}.testimonials-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1000px}.testimonial-card{background-color:var(--white);border-radius:8px;box-shadow:0 4px 15px #00000014;padding:2.5rem;transition:var(--transition)}.testimonial-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-5px)}.testimonial-rating{color:#ffc107;display:flex;gap:.25rem;margin-bottom:1.25rem}.testimonial-text{color:var(--text-dark);font-size:1.05rem;font-style:italic;line-height:1.7;margin-bottom:1.25rem}.testimonial-author{color:var(--text-light);font-size:.95rem;font-weight:600}@media (max-width:768px){.testimonials{padding:4rem 0}.testimonials-grid{gap:1.5rem;grid-template-columns:1fr}.testimonial-card{padding:2rem}}.home-page{width:100%}.shop-page{padding-bottom:4rem}.shop-header{background:linear-gradient(135deg,#1a1a1a,#000);color:var(--white);margin-bottom:3rem;padding:4rem 0;text-align:center}.shop-header h1{font-size:3rem;margin-bottom:.75rem}.shop-header p{font-size:1.2rem;opacity:.9}.shop-layout{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:280px 1fr}.shop-sidebar{height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:100px}.filter-section{margin-bottom:2.5rem}.filter-section h3{border-bottom:2px solid var(--border-color);color:var(--text-dark);font-size:1.1rem;margin-bottom:1rem;padding-bottom:.75rem}.filter-options{display:flex;flex-direction:column;gap:.75rem}.filter-option{align-items:center;color:var(--text-dark);cursor:pointer;display:flex;gap:.75rem;transition:var(--transition)}.filter-option:hover{color:var(--primary-color)}.filter-option input[type=radio]{accent-color:var(--primary-color);cursor:pointer;height:18px;width:18px}.filter-option span{font-size:.95rem}.shop-controls{align-items:center;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.results-count{color:var(--text-light);font-weight:500}.sort-control{align-items:center;display:flex;gap:.75rem}.sort-control label{color:var(--text-dark);font-size:.95rem;font-weight:500}.sort-control select{background-color:var(--white);border:1px solid var(--border-color);border-radius:4px;color:var(--text-dark);cursor:pointer;font-family:Poppins,sans-serif;font-size:.95rem;padding:.5rem 1rem;transition:var(--transition)}.sort-control select:focus{border-color:var(--primary-color);outline:none}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.product-card{background-color:var(--white);border:1px solid var(--border-color);border-radius:8px;cursor:pointer;overflow:hidden;transition:var(--transition)}.product-card:hover{border-color:var(--primary-color);box-shadow:0 10px 25px #0000001a;transform:translateY(-5px)}.product-image{background-color:var(--bg-light);height:300px;overflow:hidden;position:relative}.product-image img{height:100%;object-fit:cover;transition:var(--transition);width:100%}.product-card:hover .product-image img{transform:scale(1.08)}.product-overlay{align-items:center;background:#1a8caae6;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:var(--transition)}.product-card:hover .product-overlay{opacity:1}.view-details{color:var(--white);font-size:1.1rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.product-info{padding:1.5rem;text-align:center}.product-name{color:var(--text-dark);font-size:1.05rem;font-weight:500;margin-bottom:.5rem}.product-price{font-size:1.2rem;font-weight:600}@media (max-width:1024px){.shop-layout{gap:2rem;grid-template-columns:240px 1fr}.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.shop-header{padding:2rem 0}.shop-header h1{font-size:1.75rem}.shop-header p{font-size:.95rem}.shop-layout{gap:1.5rem;grid-template-columns:1fr}.shop-sidebar{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;position:static}.filter-section h3{font-size:.95rem;padding-bottom:.5rem}.filter-option{gap:.5rem}.filter-option span{font-size:.85rem}.products-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.product-image{height:180px}.product-info{padding:1rem}.product-name{font-size:.9rem}.product-price{font-size:1rem}.shop-controls{align-items:flex-start;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.results-count{font-size:.9rem}.sort-control{width:100%}.sort-control label{font-size:.85rem}.sort-control select{flex:1 1;font-size:.85rem;padding:.4rem .8rem}}@media (max-width:480px){.shop-page{padding-bottom:2rem}.shop-header{padding:1.5rem 0}.shop-header h1{font-size:1.5rem}.shop-header p{font-size:.85rem}.shop-sidebar{gap:1rem;grid-template-columns:1fr}.filter-section{margin-bottom:1.5rem}.products-grid{gap:1.25rem;grid-template-columns:1fr}.product-image{height:250px}.product-overlay{display:none}}.product-detail-page{padding:3rem 0}.breadcrumb{align-items:center;color:var(--text-light);display:flex;font-size:.9rem;gap:.5rem;margin-bottom:2rem}.breadcrumb a{color:var(--text-light);transition:var(--transition)}.breadcrumb a:hover{color:var(--primary-color)}.breadcrumb span:last-child{color:var(--text-dark);font-weight:500}.product-detail-layout{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.product-image-section{height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:100px}.main-image{background-color:var(--bg-light);border-radius:8px;margin-bottom:1rem;overflow:hidden;padding:2rem}.main-image img{display:block;height:auto;width:100%}.image-thumbnails{display:flex;flex-wrap:wrap;gap:.75rem}.thumbnail{background-color:var(--bg-light);border:2px solid #0000;border-radius:8px;cursor:pointer;height:80px;overflow:hidden;padding:.5rem;transition:var(--transition);width:80px}.thumbnail.active,.thumbnail:hover{border-color:var(--primary-color)}.thumbnail.active{box-shadow:0 0 0 3px #4a90e233}.thumbnail img{display:block;height:100%;object-fit:cover;width:100%}.product-info-section{padding-top:1rem}.product-category{background-color:var(--bg-light);border-radius:20px;color:var(--text-light);display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;padding:.4rem 1rem;text-transform:uppercase}.product-title{color:var(--text-dark);font-size:2.5rem;margin-bottom:1rem}.product-price{color:var(--primary-color);font-size:2rem;font-weight:700;margin-bottom:2rem}.product-specs{background-color:var(--bg-light);border-radius:8px;margin-bottom:2rem;padding:1.5rem}.spec-item{border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:.75rem 0}.spec-item:last-child{border-bottom:none}.spec-label{color:var(--text-light);font-weight:500}.spec-value{color:var(--text-dark);font-weight:600}.quantity-selector{align-items:center;display:flex;gap:1rem;margin-bottom:2rem}.quantity-selector label{color:var(--text-dark);font-weight:600}.quantity-controls{align-items:center;border:2px solid var(--border-color);border-radius:4px;display:flex;overflow:hidden}.quantity-controls button{background-color:var(--bg-light);border:none;color:var(--text-dark);cursor:pointer;font-size:1.2rem;font-weight:600;height:40px;transition:var(--transition);width:40px}.quantity-controls button:hover{background-color:var(--primary-color);color:var(--white)}.quantity-controls span{color:var(--text-dark);font-weight:600;text-align:center;width:60px}.product-actions{display:flex;gap:1rem;margin-bottom:2rem}.add-to-cart-btn,.buy-now-btn{border:none;border-radius:4px;cursor:pointer;flex:1 1;font-size:1.05rem;font-weight:600;letter-spacing:.5px;padding:1rem 2rem;text-transform:uppercase;transition:var(--transition)}.add-to-cart-btn{background-color:var(--primary-color);color:var(--white)}.add-to-cart-btn:hover{background-color:var(--primary-hover);box-shadow:0 8px 20px #1a8caa4d;transform:translateY(-2px)}.buy-now-btn{background-color:var(--text-dark);color:var(--white)}.buy-now-btn:hover{background-color:#1a1a1a;box-shadow:0 8px 20px #0000004d;transform:translateY(-2px)}.product-features{background-color:var(--bg-light);border-radius:8px;display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.feature{align-items:center;color:var(--text-dark);display:flex;gap:.75rem}.feature svg{color:var(--primary-color);flex-shrink:0}.product-tabs{border-top:2px solid var(--border-color);padding-top:3rem}.tabs-header{border-bottom:2px solid var(--border-color);display:flex;gap:2rem;margin-bottom:2rem}.tab-btn{background:none;border:none;color:var(--text-light);cursor:pointer;font-size:1.05rem;font-weight:600;padding:1rem 0;position:relative;transition:var(--transition)}.tab-btn.active,.tab-btn:hover{color:var(--primary-color)}.tab-btn.active:after{background-color:var(--primary-color);bottom:-2px;content:"";height:2px;left:0;position:absolute;right:0}.tab-panel{color:var(--text-dark);line-height:1.8}.tab-panel p{margin-bottom:1rem}.tab-panel h4{color:var(--text-dark);margin-bottom:.75rem;margin-top:1.5rem}.specs-list{list-style:none}.specs-list li{border-bottom:1px solid var(--border-color);padding:.75rem 0}.specs-list li:last-child{border-bottom:none}@media (max-width:1024px){.product-detail-layout{gap:3rem;grid-template-columns:1fr}.product-image-section{position:static}}@media (max-width:768px){.product-title{font-size:2rem}.product-actions{flex-direction:column}.tabs-header{gap:1rem;overflow-x:auto}.tab-btn{font-size:.95rem;white-space:nowrap}}.custom-order-page{padding-bottom:4rem}.custom-order-hero{background:linear-gradient(135deg,#1a1a1a,#000);color:var(--white);margin-bottom:4rem;padding:4rem 0;text-align:center}.custom-order-hero h1{font-size:3rem;margin-bottom:.75rem}.custom-order-hero p{font-size:1.2rem;opacity:.9}.custom-order-layout{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1.5fr 1fr;margin-bottom:5rem}.order-form-section h2{color:var(--text-dark);margin-bottom:1rem}.form-intro{color:var(--text-light);line-height:1.6;margin-bottom:2rem}.custom-order-form{background-color:var(--white)}.form-group{margin-bottom:1.75rem}.form-group label{color:var(--text-dark);font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background-color:var(--white);border:2px solid var(--border-color);border-radius:4px;color:var(--text-dark);font-family:Poppins,sans-serif;font-size:.95rem;padding:.875rem 1rem;transition:var(--transition);width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary-color);outline:none}.form-row{grid-gap:1.5rem;gap:1.5rem}.file-upload-group{margin-bottom:2rem}.file-upload-hint{color:var(--text-light);font-size:.85rem;margin-bottom:.75rem}.file-upload-wrapper{position:relative}.file-upload-wrapper input[type=file]{cursor:pointer;height:100%;opacity:0;position:absolute;width:100%}.file-upload-label{align-items:center;background-color:var(--bg-light);border:2px dashed var(--border-color);border-radius:4px;color:var(--text-light);cursor:pointer;display:flex;gap:1rem;justify-content:center;padding:2rem;transition:var(--transition)}.file-upload-label:hover{background-color:#1a8caa0d;border-color:var(--primary-color);color:var(--primary-color)}.file-upload-label svg{flex-shrink:0}.order-info-section{display:flex;flex-direction:column;gap:2rem}.info-card h3{font-size:1.5rem}.steps{display:flex;flex-direction:column;gap:1.5rem}.step{display:flex;gap:1rem}.step-number{align-items:center;background-color:var(--primary-color);border-radius:50%;color:var(--white);display:flex;flex-shrink:0;font-size:1.1rem;font-weight:700;height:40px;justify-content:center;width:40px}.step-content h4{color:var(--text-dark);font-size:1.05rem;margin-bottom:.5rem}.step-content p{color:var(--text-light);font-size:.9rem;line-height:1.6}.creation-list{list-style:none}.creation-list li{color:var(--text-dark);padding:.75rem 0 .75rem 1.5rem;position:relative}.creation-list li:before{color:var(--primary-color);content:"✓";font-weight:700;left:0;position:absolute}.examples-section{border-top:2px solid var(--border-color);padding-top:3rem}.examples-section h2{color:var(--text-dark);margin-bottom:.75rem;text-align:center}.examples-subtitle{color:var(--text-light);margin-bottom:3rem;text-align:center}.examples-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.example-card{background-color:var(--white);border-radius:8px;box-shadow:0 4px 15px #00000014;overflow:hidden;transition:var(--transition)}.example-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-5px)}.example-card img{height:220px;object-fit:cover;width:100%}.example-card h4{color:var(--text-dark);font-size:1rem;padding:1.25rem;text-align:center}@media (max-width:1024px){.custom-order-layout{gap:3rem;grid-template-columns:1fr}.examples-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.custom-order-hero{padding:3rem 0}.custom-order-hero h1{font-size:2.25rem}.form-row{gap:0}.examples-grid,.form-row{grid-template-columns:1fr}}.about-page{padding-bottom:4rem}.about-hero{align-items:center;background:linear-gradient(135deg,#1a1a1a,#000);display:flex;height:400px;justify-content:center;margin-bottom:5rem;overflow:hidden;position:relative}.about-hero-overlay{background:#0003;bottom:0;left:0;position:absolute;right:0;top:0}.about-hero-content{color:var(--white);position:relative;text-align:center;z-index:2}.about-hero h1{font-size:3.5rem;margin-bottom:1rem}.about-hero p{font-size:1.3rem;opacity:.95}.about-story{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:6rem}.story-content h2{color:var(--text-dark);margin-bottom:1.5rem}.story-content p{color:var(--text-dark);font-size:1.05rem;line-height:1.8;margin-bottom:1.25rem}.story-image{border-radius:8px;box-shadow:0 15px 40px #0000001a;overflow:hidden}.story-image img{display:block;height:auto;width:100%}.how-it-works{background-color:var(--bg-light);border-radius:12px;margin-bottom:5rem;padding:4rem}.how-it-works h2{color:var(--text-dark);margin-bottom:.75rem;text-align:center}.section-subtitle{color:var(--text-light);font-size:1.1rem;margin-bottom:3rem;text-align:center}.process-steps{display:flex;flex-direction:column;gap:3rem}.process-step{grid-gap:2rem;align-items:flex-start;display:grid;gap:2rem;grid-template-columns:auto 1fr}.process-icon{align-items:center;background:linear-gradient(135deg,#1a1a1a,#000);border:3px solid var(--accent-white);border-radius:50%;box-shadow:0 8px 20px #0000004d;color:#fff;display:flex;flex-shrink:0;height:100px;justify-content:center;width:100px}.process-content h3{color:var(--text-dark);font-size:1.5rem;margin-bottom:.75rem}.process-content p{color:var(--text-dark);font-size:1.05rem;line-height:1.7}.why-choose{margin-bottom:5rem}.why-choose h2{color:var(--text-dark);margin-bottom:3rem;text-align:center}.reasons-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr)}.reason-card{background-color:var(--white);border:2px solid #0000;border-radius:8px;padding:2rem;text-align:center;transition:var(--transition)}.reason-card:hover{border-color:var(--primary-color);box-shadow:0 8px 25px #0000001a;transform:translateY(-5px)}.reason-icon{align-items:center;background-color:var(--bg-light);border-radius:50%;color:var(--primary-color);display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;transition:var(--transition);width:80px}.reason-card:hover .reason-icon{background-color:var(--primary-color);color:var(--white)}.reason-card h3{color:var(--text-dark);font-size:1.25rem;margin-bottom:.75rem}.reason-card p{color:var(--text-light);font-size:.95rem;line-height:1.6}.cta-section{background:linear-gradient(135deg,#1a1a1a,#000);border-radius:12px;color:var(--white);padding:4rem 2rem;text-align:center}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;gap:1.5rem;justify-content:center}.cta-btn{border-radius:50px;display:inline-block;font-size:1.05rem;font-weight:600;letter-spacing:.5px;padding:1rem 2.5rem;text-transform:uppercase;transition:var(--transition)}.cta-btn.primary{background-color:var(--white);color:var(--primary-color)}.cta-btn.primary:hover{box-shadow:0 10px 30px #0003;transform:translateY(-3px)}.cta-btn.secondary{background-color:initial;border:2px solid var(--white);color:var(--white)}.cta-btn.secondary:hover{background-color:var(--white);color:var(--primary-color);transform:translateY(-3px)}@media (max-width:1024px){.about-story{gap:3rem;grid-template-columns:1fr}.reasons-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.about-hero{height:300px}.about-hero h1{font-size:2.5rem}.about-hero p{font-size:1.1rem}.how-it-works{padding:2.5rem 1.5rem}.process-step{grid-template-columns:1fr;text-align:center}.process-icon{margin:0 auto 1.5rem}.reasons-grid{grid-template-columns:1fr}.cta-section{padding:3rem 1.5rem}.cta-section h2{font-size:2rem}.cta-buttons{align-items:stretch;flex-direction:column}.cta-btn{width:100%}}.contact-page{padding-bottom:4rem}.contact-hero{background:linear-gradient(135deg,#1a1a1a,#000);color:var(--white);margin-bottom:4rem;padding:4rem 0;text-align:center}.contact-hero h1{font-size:3rem;margin-bottom:.75rem}.contact-hero p{font-size:1.2rem;opacity:.9}.contact-layout{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1.2fr 1fr;margin-bottom:5rem}.contact-form-section h2{color:var(--text-dark);margin-bottom:.75rem}.form-description{color:var(--text-light);line-height:1.6;margin-bottom:2rem}.contact-form .form-group{margin-bottom:1.75rem}.contact-form label{color:var(--text-dark);display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.contact-form input,.contact-form textarea{border:2px solid var(--border-color);border-radius:4px;color:var(--text-dark);font-family:Poppins,sans-serif;font-size:.95rem;padding:.875rem 1rem;transition:var(--transition);width:100%}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--primary-color);outline:none}.contact-form textarea{resize:vertical}.submit-btn{background-color:var(--primary-color);border:none;border-radius:4px;color:var(--white);cursor:pointer;font-size:1.05rem;font-weight:600;letter-spacing:.5px;padding:1.125rem 2rem;text-transform:uppercase;transition:var(--transition);width:100%}.submit-btn:hover{background-color:var(--primary-hover);box-shadow:0 8px 20px #1a8caa4d;transform:translateY(-2px)}.contact-info-section{display:flex;flex-direction:column;gap:2rem}.info-card{background-color:var(--bg-light);border-radius:8px;padding:2rem}.info-card h3{color:var(--text-dark);font-size:1.3rem;margin-bottom:1.5rem}.contact-item{display:flex;gap:1.25rem;margin-bottom:1.75rem}.contact-item:last-child{margin-bottom:0}.contact-icon{align-items:center;background-color:var(--primary-color);border-radius:50%;color:var(--white);display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.contact-item h4{color:var(--text-dark);font-size:1.05rem;margin-bottom:.5rem}.contact-item p{color:var(--text-light);font-size:.95rem;line-height:1.6}.hours-list{display:flex;flex-direction:column;gap:1rem}.hours-item{border-bottom:1px solid var(--border-color);color:var(--text-dark);display:flex;justify-content:space-between;padding:.75rem 0}.hours-item:last-child{border-bottom:none}.hours-item span:first-child{font-weight:600}.hours-item span:last-child{color:var(--text-light)}.social-links{display:flex;flex-direction:column;gap:1rem}.social-link{align-items:center;background-color:var(--white);border-radius:4px;color:var(--text-dark);display:flex;font-weight:500;gap:1rem;padding:.875rem;transition:var(--transition)}.social-link:hover{background-color:var(--primary-color);color:var(--white);transform:translateX(5px)}.social-link svg{height:24px;width:24px}.faq-section{border-top:2px solid var(--border-color);padding-top:3rem}.faq-section h2{color:var(--text-dark);margin-bottom:.75rem;text-align:center}.faq-subtitle{color:var(--text-light);margin-bottom:3rem;text-align:center}.faq-accordion{margin:0 auto;max-width:900px}.faq-item{background-color:var(--white);border:2px solid var(--border-color);border-radius:8px;margin-bottom:1rem;overflow:hidden;transition:var(--transition)}.faq-item.active,.faq-item:hover{border-color:var(--primary-color)}.faq-question{align-items:center;background:none;border:none;color:var(--text-dark);cursor:pointer;display:flex;font-size:1.05rem;font-weight:600;justify-content:space-between;padding:1.5rem;text-align:left;transition:var(--transition);width:100%}.faq-icon,.faq-question:hover{color:var(--primary-color)}.faq-icon{flex-shrink:0;transition:var(--transition)}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.active .faq-answer{max-height:500px}.faq-answer p{color:var(--text-dark);line-height:1.7;padding:0 1.5rem 1.5rem}@media (max-width:1024px){.contact-layout{gap:3rem;grid-template-columns:1fr}}@media (max-width:768px){.contact-hero{padding:3rem 0}.contact-hero h1{font-size:2.25rem}.contact-item{flex-direction:column;text-align:center}.contact-icon{margin:0 auto}}.auth-page{align-items:center;background:#f8f9fa;display:flex;min-height:80vh;padding:60px 0}.auth-container{margin:0 auto;max-width:450px}.auth-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:40px}.auth-card h1{color:#000;font-size:28px;font-weight:600;margin-bottom:8px;text-align:center}.auth-subtitle{color:#666;font-size:15px;margin-bottom:30px;text-align:center}.auth-form{gap:20px}.auth-form,.auth-form .form-group{display:flex;flex-direction:column}.auth-form label{color:#2a2a2a;font-size:14px;font-weight:500;margin-bottom:8px}.auth-form input{background:#fff;border:2px solid #e0e0e0;border-radius:8px;font-size:15px;padding:12px 16px;transition:all .3s}.auth-form input:focus{border-color:#000;box-shadow:0 0 0 3px #0000000d;outline:none}.auth-form .btn-primary{background:#000;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:10px;padding:14px;transition:all .3s}.auth-form .btn-primary:hover:not(:disabled){background:#333;box-shadow:0 6px 20px #0003;transform:translateY(-2px)}.auth-form .btn-primary:disabled{background:#666;cursor:not-allowed;opacity:.6}.error-message{background:#fee;border:1px solid #fcc;border-radius:8px;color:#c33}.error-message,.success-message{font-size:14px;margin-bottom:20px;padding:12px}.success-message{background:#efe;border:1px solid #cfc;border-radius:8px;color:#3c3}.auth-footer{color:#666;font-size:14px;margin-top:24px;text-align:center}.auth-footer a{color:#000;font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.form-row{grid-gap:15px;gap:15px}.field-error{color:#f44336;display:block;font-size:12px;margin-top:4px}@media (max-width:768px){.auth-page{padding:40px 0}.auth-card{padding:30px 20px}.auth-card h1{font-size:24px}.form-row{grid-template-columns:1fr}}.cart-page{background:#f8f9fa;min-height:70vh;padding:60px 0}.cart-title{color:#1a1a1a;font-size:32px;margin-bottom:40px}.cart-layout{grid-gap:30px;align-items:start;display:grid;gap:30px;grid-template-columns:1fr 400px}.cart-items{display:flex;flex-direction:column;gap:20px}.cart-item{grid-gap:24px;align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;display:grid;gap:24px;grid-template-columns:100px 1fr auto auto auto;padding:24px;transition:box-shadow .3s}.cart-item:hover{box-shadow:0 4px 12px #0000001f}.cart-item-image{border-radius:8px;height:100px;overflow:hidden;width:100px}.cart-item-image img{height:100%;object-fit:cover;width:100%}.cart-item-details{display:flex;flex-direction:column;gap:6px}.cart-item-name{color:#1a1a1a;font-size:18px;font-weight:600;text-decoration:none;transition:color .3s}.cart-item-name:hover{color:#667eea}.cart-item-category{color:#666;font-size:14px;margin:0}.cart-item-price{color:#667eea;font-size:16px;font-weight:600;margin:0}.cart-item-quantity{background:#f5f5f5;border-radius:8px;gap:12px;padding:8px 12px}.cart-item-quantity,.qty-btn{align-items:center;display:flex}.qty-btn{background:#fff;border:none;border-radius:6px;color:#667eea;cursor:pointer;font-size:18px;height:32px;justify-content:center;transition:all .3s;width:32px}.qty-btn:hover:not(:disabled){background:#667eea;color:#fff}.qty-btn:disabled{cursor:not-allowed;opacity:.5}.qty-display{font-weight:600;min-width:30px;text-align:center}.cart-item-total{color:#1a1a1a;font-size:18px;font-weight:700;min-width:100px;text-align:right}.cart-item-remove{align-items:center;background:#fee;border:none;border-radius:8px;color:#f44336;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .3s;width:40px}.cart-item-remove:hover:not(:disabled){background:#f44336;color:#fff}.cart-item-remove:disabled{cursor:not-allowed;opacity:.5}.cart-summary{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:30px;position:-webkit-sticky;position:sticky;top:100px}.cart-summary h2{color:#1a1a1a;font-size:22px;margin-bottom:24px}.summary-row{color:#666;margin-bottom:16px}.summary-divider{background:#e0e0e0}.summary-total{font-size:20px;margin-top:20px}.btn-checkout{border-radius:8px;font-size:16px;margin-top:24px;transition:all .3s}.continue-shopping{color:#667eea;display:block;font-weight:600;margin-top:20px;text-align:center;text-decoration:none;transition:color .3s}.continue-shopping:hover{color:#764ba2}.empty-cart{background:#fff;border-radius:12px;margin:40px 0;padding:80px 20px;text-align:center}.empty-cart svg{color:#ccc;margin-bottom:24px}.empty-cart h2{color:#1a1a1a;font-size:28px;margin-bottom:12px}.empty-cart p{color:#666;font-size:16px;margin-bottom:32px}.empty-cart .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;display:inline-block;font-weight:600;padding:14px 32px;text-decoration:none;transition:all .3s}.empty-cart .btn-primary:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}@media (max-width:1024px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (max-width:768px){.cart-item{gap:16px;grid-template-columns:80px 1fr}.cart-item-image{height:80px;width:80px}.cart-item-quantity,.cart-item-remove,.cart-item-total{grid-column:1/-1}.cart-item-quantity{justify-content:center}.cart-item-total{text-align:center}.cart-item-remove{margin:0 auto}}.checkout-container{background-color:#f9fafb;min-height:calc(100vh - 200px);padding:60px 0}.checkout-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin-bottom:40px;text-align:center}.checkout-layout{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 400px;margin:0 auto;max-width:1200px}.checkout-form-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:40px}.form-section{margin-bottom:40px}.form-section h2{border-bottom:2px solid #e5e7eb;color:#1a1a1a;font-size:1.5rem;font-weight:600;padding-bottom:12px}.form-group,.form-section h2{margin-bottom:24px}.form-group label{color:#374151;display:block;font-size:.95rem;font-weight:500;margin-bottom:8px}.form-group input,.form-group textarea{border:1px solid #d1d5db;border-radius:8px;font-family:inherit;font-size:1rem;padding:12px 16px;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-group textarea{min-height:80px;resize:vertical}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.btn-checkout{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:20px;padding:16px;transition:transform .2s ease,box-shadow .3s ease;width:100%}.btn-checkout:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.btn-checkout:disabled{cursor:not-allowed;opacity:.6}.checkout-summary{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;height:-webkit-fit-content;height:fit-content;padding:30px;position:-webkit-sticky;position:sticky;top:100px}.checkout-summary h2{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin-bottom:24px}.order-items{margin-bottom:20px}.summary-item{border-bottom:1px solid #e5e7eb;display:flex;gap:12px;margin-bottom:16px;padding-bottom:16px}.summary-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.summary-item img{border-radius:8px;height:60px;object-fit:cover;width:60px}.summary-item-details{flex:1 1}.summary-item-name{color:#1a1a1a;font-size:.95rem;font-weight:500;margin-bottom:4px}.summary-item-qty{color:#6b7280;font-size:.85rem}.summary-item-price{color:#1a1a1a;font-size:1rem;font-weight:600}.summary-divider{background:#e5e7eb;height:1px;margin:20px 0}.summary-row{color:#4b5563;display:flex;font-size:.95rem;justify-content:space-between;margin-bottom:12px}.summary-total{border-top:2px solid #e5e7eb;color:#1a1a1a;font-size:1.25rem;font-weight:700;margin-top:16px;padding-top:16px}.payment-info{background:#f0f9ff;border-radius:8px;margin-top:24px;padding:16px;text-align:center}.payment-info p{color:#0369a1;font-size:.9rem;margin:0}.empty-checkout{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:80px 20px;text-align:center}.empty-checkout h2{color:#1a1a1a;font-size:1.8rem;margin-bottom:12px}.empty-checkout p{color:#6b7280;margin-bottom:24px}.btn-primary{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-weight:600;padding:12px 32px;text-decoration:none;transition:transform .2s ease}@media (max-width:968px){.checkout-layout{gap:30px;grid-template-columns:1fr}.checkout-summary{order:-1;position:static}.checkout-form-section{padding:30px}}@media (max-width:768px){.checkout-container{padding:40px 0}.checkout-title{font-size:2rem;margin-bottom:30px}.checkout-form-section,.checkout-summary{padding:24px}.form-section h2{font-size:1.3rem}.form-row{gap:0;grid-template-columns:1fr}}@media (max-width:480px){.checkout-title{font-size:1.5rem}.checkout-form-section,.checkout-summary{padding:20px}.summary-item img{height:50px;width:50px}}.order-success-container{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);min-height:calc(100vh - 200px);padding:60px 0}.success-card{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;margin:0 auto;max-width:800px;padding:60px 40px;text-align:center}.success-icon{animation:scaleIn .5s ease-out;height:80px;margin:0 auto 30px;width:80px}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.success-card h1{color:#10b981;font-size:2.5rem;font-weight:700;margin-bottom:16px}.success-message{color:#6b7280;font-size:1.1rem;line-height:1.6;margin-bottom:32px}.order-id-badge{background:#f3f4f6;border-radius:8px;color:#374151;display:inline-block;font-size:1rem;margin-bottom:40px;padding:12px 24px}.order-id-badge strong{color:#1a1a1a;font-weight:600}.order-details-card{background:#f9fafb;border-radius:12px;margin-bottom:32px;padding:32px;text-align:left}.order-details-card h2{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin-bottom:24px}.order-details-card h3{color:#1a1a1a;font-size:1.2rem;font-weight:600;margin-bottom:16px;margin-top:24px}.detail-row{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:12px 0}.detail-row:last-of-type{border-bottom:none}.detail-label{color:#6b7280;font-size:.95rem}.detail-value{color:#1a1a1a;font-size:1.1rem;font-weight:600}.status-badge{border-radius:20px;font-size:.85rem;font-weight:600;padding:6px 16px;text-transform:uppercase}.status-paid{background:#d1fae5;color:#065f46}.status-captured{background:#dbeafe;color:#1e40af}.divider{background:#e5e7eb;height:1px;margin:24px 0}.order-items-list{margin-top:16px}.order-item{background:#fff;border-radius:8px;display:flex;gap:16px;margin-bottom:12px;padding:16px}.order-item:last-child{margin-bottom:0}.order-item img{border-radius:8px;height:80px;object-fit:cover;width:80px}.order-item-details{flex:1 1}.item-name{color:#1a1a1a;font-weight:600;margin-bottom:6px}.item-price,.item-qty{color:#6b7280;font-size:.9rem;margin-bottom:4px}.item-total{align-self:center;color:#1a1a1a;font-size:1.1rem;font-weight:700}.shipping-address{background:#fff;border-radius:8px;margin-top:16px;padding:20px}.shipping-address p{color:#374151;line-height:1.6;margin-bottom:8px}.shipping-address p:last-child{margin-bottom:0}.next-steps{background:#fef3c7;border-radius:12px;margin-bottom:32px;padding:24px;text-align:left}.next-steps h3{color:#78350f;font-size:1.2rem;font-weight:600;margin-bottom:16px}.next-steps ul{list-style:none;margin:0;padding:0}.next-steps li{color:#92400e;font-size:.95rem;line-height:1.6;padding:10px 0}.action-buttons{display:flex;gap:16px;justify-content:center}.btn-primary,.btn-secondary{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:14px 32px;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.btn-secondary{border:2px solid #e5e7eb;color:#374151}.btn-secondary:hover{background:#f9fafb;border-color:#d1d5db}.error-message,.loading-spinner{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;padding:80px 20px;text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f4f6;border-radius:50%;border-top-color:#667eea;height:60px;margin:0 auto 20px;width:60px}@keyframes spin{to{transform:rotate(1turn)}}.error-icon{font-size:4rem;margin-bottom:20px}.error-message h2{color:#1a1a1a;font-size:1.8rem;margin-bottom:12px}.error-message p{color:#6b7280;margin-bottom:24px}@media (max-width:768px){.success-card{padding:40px 24px}.success-card h1{font-size:2rem}.success-message{font-size:1rem}.order-details-card{padding:24px}.action-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%}.order-item{align-items:center;flex-direction:column;text-align:center}.order-item img{height:auto;max-width:200px;width:100%}}@media (max-width:480px){.success-card{padding:30px 20px}.success-card h1{font-size:1.5rem}.order-details-card h2{font-size:1.3rem}.order-details-card h3{font-size:1.1rem}}.profile-page{background:#f8f9fa;min-height:80vh;padding:80px 0 60px}.profile-header{margin-bottom:40px;text-align:center}.profile-avatar{align-items:center;background:#000;border-radius:50%;box-shadow:0 4px 20px #0000001a;display:flex;height:120px;justify-content:center;margin:0 auto 20px;width:120px}.profile-avatar svg{color:#fff;height:60px;width:60px}.profile-header h1{color:#000;font-size:32px;margin-bottom:8px}.profile-subtitle{color:#666;font-size:16px}.profile-content{grid-gap:30px;display:grid;gap:30px;grid-template-columns:2fr 1fr;margin:0 auto;max-width:1200px}.profile-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 12px #0000000f;padding:30px}.profile-card h2{color:#000;font-size:24px;font-weight:600;margin-bottom:24px}.info-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-bottom:30px}.info-item{display:flex;flex-direction:column}.info-item label{color:#666;font-size:13px;font-weight:600;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.info-item p{color:#2a2a2a;font-size:16px;margin:0}.profile-actions{border-top:1px solid #e0e0e0;display:flex;gap:12px;padding-top:20px}.btn-secondary{background:#fff;border:2px solid #000;border-radius:8px;color:#000;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .3s}.btn-secondary:hover{background:#000;color:#fff}.quick-links{display:flex;flex-direction:column;gap:16px}.quick-links h3{color:#000;font-size:18px;font-weight:600;margin-bottom:8px}.quick-link-card{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 12px #0000000f;display:flex;gap:16px;padding:20px;text-decoration:none;transition:all .3s}.quick-link-card:hover{border-color:#000;box-shadow:0 6px 20px #0000001f;transform:translateY(-4px)}.quick-link-card svg{color:#000;flex-shrink:0}.quick-link-card h4{color:#000;font-size:16px;font-weight:600;margin:0 0 4px}.quick-link-card p{color:#666;font-size:13px;margin:0}@media (max-width:968px){.info-grid,.profile-content{grid-template-columns:1fr}}@media (max-width:768px){.profile-page{padding:60px 0 40px}.profile-header h1{font-size:28px}.profile-card{padding:20px}.profile-actions{flex-direction:column}.btn-secondary{width:100%}}.orders-page{background:#f8f9fa;min-height:80vh;padding:80px 0 60px}.orders-header{margin-bottom:50px;text-align:center}.orders-header h1{color:#000;font-size:36px;font-weight:600;margin-bottom:12px}.orders-subtitle{color:#666;font-size:16px}.orders-content{margin:0 auto;max-width:900px}.empty-orders{background:#fff;border:1px solid #e0e0e0;border-radius:16px;box-shadow:0 4px 20px #0000000f;padding:60px 40px;text-align:center}.empty-icon{margin-bottom:30px}.empty-icon svg{color:#000;opacity:.3}.empty-orders h2{color:#000;font-size:28px;font-weight:600;margin-bottom:16px}.empty-orders>p{color:#666;font-size:16px;line-height:1.6;margin:0 auto 40px;max-width:500px}.empty-actions{display:flex;gap:16px;justify-content:center;margin-bottom:60px}.empty-actions .btn-primary{background:#000;border:none;border-radius:8px;color:#fff;display:inline-block;font-size:16px;font-weight:600;padding:14px 32px;text-decoration:none;transition:all .3s}.empty-actions .btn-primary:hover{background:#333;box-shadow:0 6px 20px #0003;transform:translateY(-2px)}.empty-actions .btn-secondary{background:#fff;border:2px solid #000;border-radius:8px;color:#000;display:inline-block;font-size:16px;font-weight:600;padding:14px 32px;text-decoration:none;transition:all .3s}.empty-actions .btn-secondary:hover{background:#000;color:#fff}.order-features{grid-gap:30px;border-top:1px solid #e0e0e0;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);padding-top:40px}.feature-item{text-align:center}.feature-item svg{color:#000;margin-bottom:16px;opacity:.8}.feature-item h3{color:#000;font-size:18px;font-weight:600;margin-bottom:8px}.feature-item p{color:#666;font-size:14px;margin:0}.orders-list{display:flex;flex-direction:column;gap:20px}.order-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 12px #0000000f;padding:24px;transition:all .3s}.order-card:hover{box-shadow:0 4px 20px #0000001a}@media (max-width:768px){.orders-page{padding:60px 0 40px}.orders-header h1{font-size:28px}.empty-orders{padding:40px 24px}.empty-orders h2{font-size:24px}.empty-actions{align-items:stretch;flex-direction:column}.empty-actions .btn-primary,.empty-actions .btn-secondary{width:100%}.order-features{gap:24px;grid-template-columns:1fr}}@media (max-width:480px){.empty-icon svg{height:80px;width:80px}.feature-item svg{height:28px;width:28px}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;color:#2a2a2a;font-family:Poppins,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1400px;padding:0 40px}@media (max-width:768px){.container{padding:0 20px}}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}h1{font-size:3.5rem;margin-bottom:1.5rem}h2{font-size:2.5rem;margin-bottom:1rem}h3{font-size:1.75rem;margin-bottom:.75rem}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}}button{cursor:pointer;font-family:Poppins,sans-serif}a{color:inherit;text-decoration:none}img{display:block;height:auto;max-width:100%}
/*# sourceMappingURL=main.39f13037.css.map*/