@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.navbar{position:sticky;top:0;z-index:1000;background:#ffffffd9;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid #f1f1f1;box-shadow:0 2px 15px #00000008;width:100%}.navbar-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:15px 25px}.logo a{font-size:1.6rem;font-weight:900;letter-spacing:-.5px;color:#1a1a1a;text-decoration:none}.logo span{color:#ff4757}.nav-links{display:flex;align-items:center;gap:30px;list-style:none}.nav-links li{font-weight:600;font-size:.95rem;transition:all .3s ease}.nav-links a{text-decoration:none;color:#444;position:relative;padding:5px 0}.nav-links a:hover{color:#ff4757}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#ff4757;transition:width .3s ease}.nav-links a:hover:after{width:100%}.cart-link a{display:flex;align-items:center;gap:6px}.cart-badge{background:#1a1a1a;color:#fff;font-size:10px;font-weight:700;padding:2px 7px;border-radius:50px;min-width:18px;text-align:center}.register-btn a{background:#1a1a1a;color:#fff!important;padding:8px 20px;border-radius:8px;transition:all .3s ease}.register-btn a:after{display:none}.register-btn a:hover{background:#ff4757;transform:translateY(-2px)}.logout-btn{color:#ff4757;cursor:pointer;padding:8px 12px;border:1px solid transparent;border-radius:8px}.logout-btn:hover{background:#fff5f5;border-color:#ffe5e5}@media(max-width:768px){.navbar-container{padding:12px 15px}.nav-links{gap:15px}.nav-links li{font-size:.85rem}.register-btn a{padding:6px 12px}}:root{--bg-main: #ffffff;--bg-sec: #fdfdfd;--bg-alt: #fafafa;--bg-footer: #f9f9f9;--text-main: #111111;--text-sec: #666666;--text-muted: #888888;--text-light: #aaaaaa;--border-main: #eaeaea;--border-sec: #cccccc;--border-light: #f1f1f1;--brand-primary: #111111;--brand-primary-hover: #333333;--brand-primary-text: #ffffff;--brand-sec: #ffffff;--brand-sec-hover: #f9f9f9;--brand-sec-border: #e0e0e0;--promo-1-bg: #fdfaf6;--promo-1-border: #f1ebd9;--promo-1-tag-bg: #efe4ca;--promo-1-tag-text: #6a5734;--promo-2-bg: #1a1a1a;--promo-2-text: #ffffff;--promo-2-border: #1a1a1a;--promo-2-tag-bg: #333333;--promo-2-tag-text: #eeeeee;--promo-3-bg: #fafafa;--promo-3-border: #eaeaea;--promo-3-tag-bg: #eeeeee;--promo-3-tag-text: #555555;--shadow-base: rgba(0,0,0,.03);--skeleton-shimmer: linear-gradient(90deg, transparent, rgba(255,255,255,.4), transparent)}.theme-dark{--bg-main: #0a0a0a;--bg-sec: #0f0f0f;--bg-alt: #141414;--bg-footer: #0c0c0c;--text-main: #ffffff;--text-sec: #a1a1aa;--text-muted: #71717a;--text-light: #52525b;--border-main: #27272a;--border-sec: #3f3f46;--border-light: #1f1f1f;--brand-primary: #ffffff;--brand-primary-hover: #e4e4e7;--brand-primary-text: #000000;--brand-sec: #18181b;--brand-sec-hover: #27272a;--brand-sec-border: #3f3f46;--promo-1-bg: #161514;--promo-1-border: #292622;--promo-1-tag-bg: #2d281f;--promo-1-tag-text: #c0ab86;--promo-2-bg: #fafafa;--promo-2-text: #111111;--promo-2-border: #eaeaea;--promo-2-tag-bg: #dddddd;--promo-2-tag-text: #222222;--promo-3-bg: #141414;--promo-3-border: #27272a;--promo-3-tag-bg: #27272a;--promo-3-tag-text: #a1a1aa;--shadow-base: rgba(0,0,0,.3);--skeleton-shimmer: linear-gradient(90deg, transparent, rgba(255,255,255,.05), transparent)}.home-page{font-family:Inter,-apple-system,sans-serif;color:var(--text-main);background:var(--bg-main);overflow-x:hidden;-webkit-font-smoothing:antialiased;min-height:100vh;transition:background .3s ease,color .3s ease}.theme-toggle-btn{position:fixed;top:20px;right:20px;z-index:1000;padding:10px 16px;background:var(--brand-sec);color:var(--text-main);border:1px solid var(--border-sec);border-radius:50px;font-family:inherit;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px var(--shadow-base)}.theme-toggle-btn:hover{background:var(--brand-sec-hover);border-color:var(--text-muted)}.hero-section{position:relative;background:var(--bg-sec);padding:120px 40px 60px;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:wrap;border-bottom:1px solid var(--border-main);transition:background .3s ease,border-color .3s ease}.hero-bg-shapes{display:none}.hero-content{text-align:center;max-width:700px;animation:fadeIn .8s ease forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.hero-eyebrow{display:inline-block;color:var(--text-sec);font-size:.75rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:20px}.hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.1;margin-bottom:20px;letter-spacing:-1px;color:var(--text-main)}.hero-accent{color:var(--text-main);font-weight:400;font-style:italic}.hero-desc{font-size:1.1rem;color:var(--text-sec);margin-bottom:40px;line-height:1.6}.hero-cta-group{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn-hero-primary{padding:14px 36px;background:var(--brand-primary);color:var(--brand-primary-text);border-radius:4px;font-weight:500;font-size:.95rem;text-decoration:none;transition:background .2s ease;border:1px solid var(--brand-primary)}.btn-hero-primary:hover{background:var(--brand-primary-hover);border-color:var(--brand-primary-hover)}.btn-hero-secondary{padding:14px 36px;background:var(--brand-sec);color:var(--text-main);border-radius:4px;font-weight:500;font-size:.95rem;text-decoration:none;border:1px solid var(--brand-sec-border);transition:border-color .2s ease,background .2s ease}.btn-hero-secondary:hover{background:var(--brand-sec-hover);border-color:var(--border-sec)}.hero-badge-strip{margin-top:60px;display:flex;align-items:center;gap:20px;font-size:.8rem;color:var(--text-muted);width:100%;justify-content:center;flex-wrap:wrap;letter-spacing:.5px}.strip-divider{color:var(--border-main)}.stats-bar{display:flex;justify-content:center;align-items:center;padding:40px 0;background:var(--bg-alt);border-bottom:1px solid var(--border-main);flex-wrap:wrap;transition:background .3s ease,border-color .3s ease}.stat-item{display:flex;flex-direction:column;align-items:center;padding:0 50px}.stat-num{font-size:1.6rem;font-weight:600;color:var(--text-main);line-height:1}.stat-label{font-size:.75rem;color:var(--text-sec);margin-top:8px;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.stat-divider{width:1px;height:40px;background:var(--border-main)}.promo-banner{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1200px;margin:80px auto 0;padding:0 20px}.promo-card{border-radius:6px;padding:40px 30px;position:relative;transition:transform .2s ease,background .3s ease;border:1px solid var(--border-main);background:var(--bg-sec)}.promo-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px var(--shadow-base)}.promo-primary{background:var(--promo-1-bg);border-color:var(--promo-1-border)}.promo-dark{background:var(--promo-2-bg);border-color:var(--promo-2-border);color:var(--promo-2-text)}.promo-light{background:var(--promo-3-bg);border-color:var(--promo-3-border)}.promo-tag{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;padding:4px 10px;border-radius:2px;margin-bottom:16px}.promo-primary .promo-tag{background:var(--promo-1-tag-bg);color:var(--promo-1-tag-text)}.promo-dark .promo-tag{background:var(--promo-2-tag-bg);color:var(--promo-2-tag-text)}.promo-light .promo-tag{background:var(--promo-3-tag-bg);color:var(--promo-3-tag-text)}.promo-card h3{font-size:1.2rem;font-weight:600;margin-bottom:8px;line-height:1.3}.promo-card p{font-size:.95rem;color:var(--text-sec);line-height:1.5}.promo-dark p{color:inherit;opacity:.8}.products-section{max-width:1200px;margin:80px auto 0;padding:0 20px 100px}.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:40px}.section-title{font-size:1.8rem;font-weight:700;color:var(--text-main);margin-bottom:6px}.section-subtitle{color:var(--text-sec);font-size:.95rem}.search-box{display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--border-sec);padding:8px 0;min-width:260px;transition:border-color .2s}.search-box:focus-within{border-color:var(--text-main)}.search-icon{font-size:1rem;color:var(--text-muted)}.search-input{border:none;background:transparent;color:var(--text-main);font-family:inherit;font-size:.95rem;width:100%;outline:none}.search-input::placeholder{color:var(--text-light)}.category-pills{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:30px}.pill{padding:8px 18px;border-radius:40px;background:var(--bg-main);border:1px solid var(--border-main);color:var(--text-sec);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.pill:hover{border-color:var(--text-muted);color:var(--text-main)}.pill-active{background:var(--text-main);border-color:var(--text-main);color:var(--bg-main)}.pill-active:hover{background:var(--brand-primary-hover);border-color:var(--brand-primary-hover);color:var(--bg-main)}.result-count{font-size:.9rem;color:var(--text-sec);margin-bottom:24px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:40px 24px}.product-card-wrapper{animation:cardFade .4s ease forwards}@keyframes cardFade{0%{opacity:0}to{opacity:1}}.skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:40px 24px}.skeleton-card{background:var(--bg-main);border:1px solid var(--border-light);border-radius:4px;overflow:hidden}.skeleton-img{height:250px;background:var(--bg-alt)}.skeleton-body{padding:16px;display:flex;flex-direction:column;gap:12px}.skeleton-line{height:12px;border-radius:2px;background:var(--border-main)}.skeleton-btn{height:36px;border-radius:2px;background:var(--border-main);margin-top:8px}.shimmer{position:relative;overflow:hidden;background:var(--bg-alt)}.shimmer:after{content:"";position:absolute;inset:0;background:var(--skeleton-shimmer);transform:translate(-100%);animation:subtleShimmer 2s infinite}@keyframes subtleShimmer{to{transform:translate(100%)}}.empty-state{text-align:center;padding:80px 20px;background:var(--bg-alt);border:1px solid var(--border-main);border-radius:6px}.empty-icon{font-size:2.5rem;margin-bottom:16px;opacity:.3}.empty-state h3{font-size:1.2rem;font-weight:600;color:var(--text-main);margin-bottom:8px}.empty-state p{color:var(--text-sec);margin-bottom:24px;font-size:.95rem}.empty-reset-btn{padding:10px 24px;background:var(--bg-main);color:var(--text-main);border:1px solid var(--border-sec);border-radius:4px;font-weight:500;cursor:pointer;transition:all .2s}.empty-reset-btn:hover{background:var(--bg-alt);border-color:var(--text-main)}.newsletter-section{background:var(--bg-footer);border-top:1px solid var(--border-main);padding:80px 20px;transition:background .3s ease}.newsletter-inner{max-width:900px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}.newsletter-text h3{font-size:1.5rem;font-weight:600;color:var(--text-main);margin-bottom:10px}.newsletter-text p{color:var(--text-sec);font-size:1rem;line-height:1.5;max-width:380px}.newsletter-form{display:flex;gap:0;flex:1;min-width:280px;max-width:400px}.newsletter-input{flex:1;padding:12px 16px;border-radius:4px 0 0 4px;font-family:inherit;font-size:.95rem;background:var(--bg-main);color:var(--text-main);outline:none;border:1px solid var(--border-sec);border-right:none;transition:border-color .2s}.newsletter-input::placeholder{color:var(--text-light)}.newsletter-input:focus{border-color:var(--text-main)}.newsletter-btn{padding:12px 24px;background:var(--brand-primary);color:var(--brand-primary-text);border:1px solid var(--brand-primary);border-radius:0 4px 4px 0;font-weight:500;font-size:.95rem;cursor:pointer;transition:background .2s}.newsletter-btn:hover{background:var(--brand-primary-hover);border-color:var(--brand-primary-hover)}@media(max-width:900px){.promo-banner{grid-template-columns:1fr 1fr}}@media(max-width:768px){.hero-section{padding:80px 20px 40px}.hero-title{font-size:2.2rem}.hero-badge-strip{font-size:.75rem;gap:12px}.stats-bar{padding:20px 0}.stat-item{padding:15px 20px}.stat-divider{display:none}.promo-banner{grid-template-columns:1fr;margin-top:50px}.section-header{flex-direction:column;align-items:flex-start}.search-box{width:100%}.product-grid,.skeleton-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px 16px}.newsletter-inner{flex-direction:column;text-align:center}.newsletter-text p{margin:0 auto}.newsletter-form{width:100%}}@media(max-width:480px){.hero-cta-group{flex-direction:column;align-items:stretch;gap:12px}.btn-hero-primary,.btn-hero-secondary{width:100%}.stats-bar{display:grid;grid-template-columns:1fr 1fr}.newsletter-form{flex-direction:column}.newsletter-input{border-radius:4px;border-right:1px solid var(--border-sec);margin-bottom:8px}.newsletter-input:focus{border-right-color:var(--text-main)}.newsletter-btn{border-radius:4px}}.product-card{background:#fff;padding:0;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000000d;transition:all .3s ease;display:flex;flex-direction:column;position:relative;border:1px solid #f1f1f1}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #0000001a}.product-img{height:240px;background:#f9f9f9;position:relative;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:contain;transition:transform .5s ease;padding:10px}.product-card:hover .product-img img{transform:scale(1.08)}.badge{position:absolute;top:12px;left:12px;background:#ff4757;color:#fff;padding:4px 10px;font-size:10px;font-weight:700;text-transform:uppercase;border-radius:4px}.product-info{padding:15px;text-align:left}.product-name{font-size:1.1rem;font-weight:600;margin-bottom:8px;color:#2d3436;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.price{font-size:1.2rem;font-weight:700;color:#1a1a1a;margin-bottom:0}.add-to-cart-btn{margin:0 15px 15px;padding:12px;border:none;background:#1a1a1a;color:#fff;font-weight:600;cursor:pointer;border-radius:8px;transition:all .2s ease;font-size:.9rem}.add-to-cart-btn:hover{background:#ff4757;transform:scale(1.02)}.add-to-cart-btn:active{transform:scale(.98)}.product-link{text-decoration:none;color:inherit}.login-wrapper{width:100%;min-height:90vh;display:flex;align-items:center;justify-content:center;background:#f8f9fa;font-family:Inter,sans-serif}.login-card{background:#fff;padding:45px 40px;width:100%;max-width:420px;border-radius:16px;box-shadow:0 10px 25px #0000000d;border:1px solid #f1f1f1}.login-header{text-align:center;margin-bottom:35px}.login-header h2{font-size:1.8rem;font-weight:800;color:#1a1a1a;margin-bottom:8px}.login-header p{color:#636e72;font-size:.95rem}.render-info-banner{display:flex;align-items:flex-start;gap:10px;background:linear-gradient(135deg,#fff3cd,#ffeeba);border:1px solid #ffc107;border-radius:10px;padding:12px 14px;margin-bottom:20px}.render-info-banner .info-icon{font-size:1.1rem;flex-shrink:0}.render-info-banner p{font-size:.85rem;color:#856404;line-height:1.4;margin:0}.input-field{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.input-field label{font-size:.85rem;font-weight:600;color:#2d3436}.input-field input{padding:14px;border:1.5px solid #e1e1e1;border-radius:10px;font-size:1rem;transition:all .3s ease}.input-field input:focus{outline:none;border-color:#ff4757;background-color:snow;box-shadow:0 0 0 4px #ff47571a}.login-submit-btn{width:100%;padding:15px;background:#1a1a1a;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:10px}.login-submit-btn:hover{background:#ff4757;transform:translateY(-2px);box-shadow:0 5px 15px #ff475733}.login-footer{margin-top:25px;text-align:center;font-size:.9rem;color:#636e72}.login-footer a{color:#ff4757;text-decoration:none;font-weight:600}.login-footer a:hover{text-decoration:underline}@media(max-width:480px){.login-card{padding:30px 20px;margin:15px}}.cart-page{background-color:#f8f9fa;min-height:100vh;padding:40px 20px;font-family:Inter,sans-serif}.cart-container{max-width:1100px;margin:0 auto}.cart-title{font-size:2rem;margin-bottom:30px;font-weight:700;color:#1a1a1a}.cart-layout{display:grid;grid-template-columns:1fr 350px;gap:30px;align-items:start}.cart-items-list{display:flex;flex-direction:column;gap:15px}.cart-item-card{background:#fff;padding:20px;border-radius:12px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #0000000a;border:1px solid #eee}.item-details{display:flex;gap:20px;align-items:center}.item-img-placeholder{width:90px;height:90px;background:#f1f1f1;border-radius:8px;overflow:hidden}.item-img-placeholder img{width:100%;height:100%;object-fit:cover}.item-info h4{margin:0 0 5px;font-size:1.1rem;color:#2d3436}.item-price{font-weight:700;color:#1a1a1a;margin-bottom:10px}.qty-controls{display:flex;align-items:center;gap:15px;background:#f1f1f1;width:fit-content;padding:5px 12px;border-radius:20px}.qty-btn{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#1a1a1a;padding:0 5px}.qty-number{font-weight:600;min-width:20px;text-align:center}.remove-btn{background:none;border:none;color:#ff4757;font-weight:600;cursor:pointer;font-size:.9rem;transition:opacity .2s}.remove-btn:hover{text-decoration:underline;opacity:.8}.cart-summary-card{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 12px #0000000d;position:sticky;top:20px}.cart-summary-card h3{margin-bottom:20px;font-size:1.3rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:12px;color:#636e72}.total-row{margin-top:15px;font-size:1.2rem;font-weight:700;color:#1a1a1a}.free-text{color:#27ae60;font-weight:600}.checkout-btn{width:100%;margin-top:20px;padding:15px;background:#1a1a1a;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .3s}.checkout-btn:hover{background:#ff4757}@media(max-width:850px){.cart-layout{grid-template-columns:1fr}}.orders-page{background-color:#f8f9fa;min-height:90vh;padding:50px 20px;font-family:Inter,sans-serif}.orders-container{max-width:900px;margin:0 auto}.orders-header{margin-bottom:30px}.orders-header h2{font-size:2rem;font-weight:800;color:#1a1a1a;margin-bottom:5px}.orders-header p{color:#636e72}.orders-list{display:flex;flex-direction:column;gap:15px}.order-card{background:#fff;padding:25px;border-radius:12px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #00000008;border:1px solid #eee;transition:transform .2s}.order-card:hover{transform:scale(1.01)}.order-main-info{display:flex;gap:40px;flex-wrap:wrap}.order-id-group,.order-stat-group{display:flex;flex-direction:column;gap:5px}.label{font-size:.75rem;text-transform:uppercase;color:#95a5a6;font-weight:600;letter-spacing:.5px}.value{font-weight:600;color:#2d3436}.price{color:#1a1a1a;font-size:1.1rem}.status-badge{padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:700;text-transform:capitalize}.status-badge.paid,.status-badge.delivered{background:#e1f7ec;color:#27ae60}.status-badge.pending{background:#fff4e5;color:#f39c12}.status-badge.cancelled{background:#ffe5e5;color:#e74c3c}.view-details-btn{padding:10px 20px;background:#f1f1f1;color:#1a1a1a;text-decoration:none;border-radius:8px;font-weight:600;font-size:.9rem;transition:all .2s}.view-details-btn:hover{background:#1a1a1a;color:#fff}.no-orders{text-align:center;padding:60px;background:#fff;border-radius:12px}.shop-link{display:inline-block;margin-top:15px;color:#ff4757;font-weight:600;text-decoration:none}@media(max-width:650px){.order-card{flex-direction:column;align-items:flex-start;gap:20px}.order-main-info{gap:20px}}.order-detail-page{background-color:#f4f7f6;min-height:100vh;padding:60px 20px;font-family:Inter,sans-serif}.order-detail-container{max-width:800px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 4px 25px #0000000f;padding:40px}.order-detail-header{border-bottom:2px dashed #eee;padding-bottom:25px;margin-bottom:30px}.back-btn{background:none;border:none;color:#636e72;cursor:pointer;font-weight:600;margin-bottom:20px;padding:0}.back-btn:hover{color:#1a1a1a}.header-flex{display:flex;justify-content:space-between;align-items:center}.header-flex h1{font-size:1.8rem;font-weight:800;margin:0}.order-id-text{font-size:.85rem;color:#999;margin-top:10px}.status-pill{padding:6px 16px;border-radius:30px;font-size:.9rem;font-weight:700;text-transform:uppercase}.status-pill.paid{background:#e1f7ec;color:#27ae60}.status-pill.pending{background:#fff4e5;color:#f39c12}.order-items-section h3{font-size:1.1rem;margin-bottom:20px;color:#1a1a1a}.detail-item-row{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-bottom:1px solid #f1f1f1}.item-name{font-weight:600;font-size:1.05rem;margin-bottom:4px}.item-meta{font-size:.9rem;color:#636e72}.item-qty-total{text-align:right;display:flex;flex-direction:column;gap:5px}.qty-tag{font-size:.85rem;color:#999}.subtotal{font-weight:700;font-size:1.1rem}.order-summary-footer{margin-top:30px;background:#fdfdfd;padding:25px;border-radius:12px}.bill-row{display:flex;justify-content:space-between;margin-bottom:10px;color:#636e72}.total-bill{margin-top:15px;padding-top:15px;border-top:2px solid #eee;font-size:1.3rem;font-weight:800;color:#1a1a1a}.support-footer{margin-top:40px;text-align:center;font-size:.9rem;color:#95a5a6}.contact-link{color:#ff4757;font-weight:600;cursor:pointer}@media(max-width:600px){.order-detail-container{padding:20px}}.success-page{background-color:#f8f9fa;min-height:90vh;display:flex;align-items:center;justify-content:center;padding:20px;font-family:Inter,sans-serif}.success-card{background:#fff;padding:60px 40px;max-width:550px;width:100%;border-radius:20px;box-shadow:0 10px 30px #0000000d;text-align:center;border:1px solid #f1f1f1}.success-icon{width:80px;height:80px;background:#e1f7ec;color:#27ae60;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px;font-size:40px;font-weight:700}.success-title{font-size:2rem;font-weight:800;color:#1a1a1a;margin-bottom:15px}.success-message{color:#636e72;font-size:1.1rem;line-height:1.6;margin-bottom:40px}.success-actions{display:flex;gap:15px;justify-content:center}.btn{padding:14px 25px;border-radius:10px;text-decoration:none;font-weight:700;font-size:.95rem;transition:all .3s ease;flex:1}.btn-primary{background:#1a1a1a;color:#fff}.btn-primary:hover{background:#ff4757;transform:translateY(-2px)}.btn-secondary{background:#f1f2f6;color:#2d3436}.btn-secondary:hover{background:#dfe4ea;transform:translateY(-2px)}.order-note{margin-top:30px;font-size:.85rem;color:#b2bec3}@media(max-width:480px){.success-actions{flex-direction:column}.success-card{padding:40px 20px}}.checkout-page{background-color:#f4f7f6;min-height:100vh;padding:60px 20px;font-family:Inter,sans-serif}.checkout-container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr;gap:40px}.checkout-form-section{background:#fff;padding:40px;border-radius:16px;box-shadow:0 4px 20px #0000000d}.section-title{font-size:1.5rem;margin-bottom:25px;color:#1a1a1a;border-left:4px solid #ff4757;padding-left:15px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.input-group{display:flex;flex-direction:column;gap:8px}.full-width{grid-column:span 2}.input-group label{font-size:.9rem;font-weight:600;color:#444}.input-group input{padding:12px 15px;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .3s}.input-group input:focus{outline:none;border-color:#ff4757;background-color:snow}.payment-btn{width:100%;margin-top:30px;padding:16px;background:#1a1a1a;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s}.payment-btn:hover{background:#ff4757;transform:translateY(-2px)}.checkout-summary-section{background:#1a1a1a;color:#fff;padding:30px;border-radius:16px;height:fit-content}.summary-title{font-size:1.2rem;margin-bottom:20px;color:#fff}.mini-product-list{max-height:300px;overflow-y:auto}.mini-item{display:flex;justify-content:space-between;font-size:.95rem;margin-bottom:12px;color:#ccc}.mini-item small{color:#888;margin-left:5px}.summary-total{display:flex;justify-content:space-between;font-size:1.3rem;font-weight:700;margin-top:15px}.secure-text{margin-top:25px;font-size:.8rem;text-align:center;color:#27ae60;font-weight:500}@media(max-width:800px){.checkout-container{grid-template-columns:1fr}.checkout-form-section{order:2}.checkout-summary-section{order:1}}.cancel-page{background-color:#fff5f5;min-height:90vh;display:flex;align-items:center;justify-content:center;padding:20px;font-family:Inter,sans-serif}.cancel-card{background:#fff;padding:50px 40px;max-width:500px;width:100%;border-radius:20px;box-shadow:0 10px 30px #0000000d;text-align:center}.cancel-icon{width:70px;height:70px;background:#ffe5e5;color:#e74c3c;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;font-size:35px;font-weight:700}.cancel-title{font-size:1.8rem;font-weight:800;color:#2d3436;margin-bottom:15px}.cancel-message{color:#636e72;line-height:1.6;margin-bottom:35px}.cancel-actions{display:flex;gap:12px;justify-content:center}.btn{padding:14px 22px;border-radius:10px;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .3s ease;border:none;flex:1}.btn-retry{background:#1a1a1a;color:#fff}.btn-retry:hover{background:#e74c3c;transform:translateY(-2px)}.btn-outline{background:#f1f2f6;color:#2d3436}.btn-outline:hover{background:#dfe4ea}.support-text{margin-top:30px;font-size:.85rem;color:#b2bec3}@media(max-width:480px){.cancel-actions{flex-direction:column}}.product-detail-container{max-width:1200px;margin:0 auto;padding:80px 20px;font-family:Inter,sans-serif}.product-detail-wrapper{display:flex;gap:60px;align-items:flex-start}.detail-image-section{flex:1;background:#fdfdfd;border-radius:20px;padding:40px;display:flex;justify-content:center;border:1px solid #f1f1f1}.main-detail-img{max-width:100%;max-height:500px;object-fit:contain;transition:transform .3s ease}.detail-info-section{flex:1;display:flex;flex-direction:column}.breadcrumb{font-size:.85rem;color:#999;margin-bottom:15px;text-transform:uppercase;letter-spacing:1px}.detail-title{font-size:2.8rem;font-weight:800;color:#1a1a1a;line-height:1.1;margin-bottom:20px}.detail-price-tag{font-size:2rem;font-weight:700;color:#ff4757;margin-bottom:30px;display:flex;align-items:center;gap:5px}.detail-description{margin-bottom:40px;border-top:1px solid #eee;padding-top:25px}.detail-description h3{font-size:1.1rem;margin-bottom:10px;color:#2d3436}.detail-description p{color:#636e72;line-height:1.8;font-size:1.05rem}.buy-now-btn{width:100%;max-width:300px;padding:18px 30px;background:#1a1a1a;color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.buy-now-btn:hover{background:#ff4757;transform:translateY(-3px);box-shadow:0 10px 20px #ff475733}.shipping-info{margin-top:15px;font-size:.9rem;color:#27ae60;font-weight:500}@media(max-width:900px){.product-detail-wrapper{flex-direction:column;gap:30px}.detail-image-section{width:100%;padding:20px}.detail-title{font-size:2rem}}.loader-container{height:60vh;display:flex;justify-content:center;align-items:center}*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif}body{background-color:#f5f5f5;color:#222}#root{width:100%;min-height:100vh}
