*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{min-height:100vh}:root{--primary:#9c8b7a;--primary-dark:#7d6e5f;--primary-light:#b8a99a;--accent:#c9b896;--gold:#d4c4a8;--text:#3d3d3d;--text-secondary:#6b6b6b;--text-light:#9a9a9a;--bg:#fdfcfb;--bg-secondary:#f7f5f3;--bg-cream:#faf8f5;--border:#ebe8e4;--shadow:none;--shadow-lg:none}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app{background:var(--bg);min-height:100vh;color:var(--text)}.main{background:var(--bg)}.header{background:var(--bg);z-index:1000;border-bottom:1px solid var(--border);position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;max-width:1400px;height:80px;margin:0 auto;padding:0 40px;display:flex}.header-brand{align-items:center;gap:14px;display:flex}.header-logo{object-fit:contain;width:50px;height:50px}.header-text h1{color:var(--text);letter-spacing:2px;text-transform:uppercase;font-size:16px;font-weight:500}.header-text span{color:var(--text-light);letter-spacing:1px;text-transform:uppercase;font-size:11px;font-weight:400}.header-nav{gap:40px;display:flex}.header-nav a{color:var(--text);letter-spacing:1.5px;text-transform:uppercase;padding:8px 0;font-size:13px;font-weight:500;text-decoration:none;position:relative}.header-nav a:hover{color:var(--primary)}.header-actions{align-items:center;gap:28px;display:flex}.header-contact{color:var(--text);letter-spacing:.5px;align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.header-contact svg{fill:var(--primary)}.lang-toggle{border:1px solid var(--border);color:var(--text);letter-spacing:1px;cursor:pointer;background:0 0;padding:8px 16px;font-size:12px;font-weight:500}.lang-toggle:hover{background:var(--bg-secondary)}.cart-button{background:var(--primary);cursor:pointer;color:#fff;letter-spacing:1.5px;text-transform:uppercase;border:none;border-radius:0;align-items:center;gap:8px;padding:12px 24px;font-size:12px;font-weight:500;display:flex;position:relative}.cart-button:hover{background:var(--primary-dark)}.cart-button svg{width:18px;height:18px}.cart-badge{background:var(--accent);color:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:600;display:flex}.hero{align-items:center;height:75vh;min-height:500px;display:flex;position:relative;overflow:hidden}.hero-image{z-index:0;width:60%;height:100%;position:absolute;top:0;left:0}.hero-image img{object-fit:cover;width:100%;height:100%}.hero-content{z-index:2;background:var(--bg-cream);width:50%;margin-left:auto;padding:60px 80px;position:relative}.hero-title{color:var(--text);letter-spacing:6px;text-transform:uppercase;margin-bottom:24px;font-size:32px;font-weight:400;line-height:1.3}.hero-title:after{content:"";background:linear-gradient(90deg, var(--gold) 0%, var(--accent) 100%);width:60px;height:2px;margin-top:24px;display:block}.hero-subtitle{color:var(--text-secondary);max-width:400px;margin-bottom:40px;font-size:15px;line-height:1.8}.hero-btn{background:var(--primary);color:#fff;letter-spacing:2px;text-transform:uppercase;border:none;padding:16px 50px;font-size:12px;font-weight:500;text-decoration:none;display:inline-block}.hero-btn:hover{background:var(--primary-dark)}.main{max-width:1400px;margin:0 auto;padding:80px 40px}.main h2{color:var(--text);letter-spacing:5px;text-transform:uppercase;text-align:center;margin-bottom:16px;font-size:28px;font-weight:400}.main h2:after{content:"";background:linear-gradient(90deg, var(--gold) 0%, var(--accent) 100%);width:50px;height:2px;margin:20px auto 50px;display:block}.products-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.product-card{background:#fff;overflow:hidden}.product-image-wrapper{background:linear-gradient(145deg, var(--bg-cream) 0%, var(--bg-secondary) 100%);aspect-ratio:1;border:1px solid var(--border);justify-content:center;align-items:center;padding:30px;display:flex;overflow:hidden}.product-image{object-fit:contain;width:100%;height:100%}.product-info{text-align:center;padding:24px 0 0}.product-card h3{color:var(--text);letter-spacing:1px;text-transform:uppercase;height:auto;min-height:40px;margin-bottom:8px;font-size:13px;font-weight:500;line-height:1.5}.product-card .description{color:var(--text-light);-webkit-line-clamp:2;-webkit-box-orient:vertical;height:44px;margin-bottom:16px;font-size:13px;line-height:1.6;display:-webkit-box;overflow:hidden}.product-footer{border-top:none;flex-direction:column;align-items:center;gap:16px;padding-top:16px;display:flex}.product-card .price{color:var(--text);letter-spacing:.5px;font-size:15px;font-weight:600}.add-to-cart{background:var(--primary);color:#fff;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;border:none;padding:12px 30px;font-size:11px;font-weight:500}.add-to-cart:hover{background:var(--primary-dark)}.add-to-cart:disabled{cursor:not-allowed;background:#d1d5db}.add-to-cart:disabled:hover{background:#d1d5db}.product-card.out-of-stock{opacity:.7}.product-image-wrapper{cursor:pointer;text-decoration:none;display:block;position:relative}.product-title-link{color:inherit;text-decoration:none}.product-title-link:hover h3{color:var(--primary)}.out-of-stock-badge{background:var(--text-secondary);color:#fff;letter-spacing:1px;text-transform:uppercase;padding:6px 12px;font-size:10px;font-weight:500;position:absolute;top:12px;right:12px}.loading-products{text-align:center;color:var(--text-secondary);padding:48px;font-size:16px}.pagination{justify-content:center;align-items:center;gap:8px;margin-top:60px;padding:20px 0;display:flex}.pagination-btn{border:1px solid var(--border);color:var(--text);letter-spacing:1px;text-transform:uppercase;cursor:pointer;background:0 0;align-items:center;gap:6px;padding:10px 20px;font-size:11px;font-weight:500;display:flex}.pagination-btn:hover:not(:disabled){background:var(--bg-secondary);border-color:var(--primary)}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-btn svg{width:14px;height:14px}.pagination-pages{gap:4px;display:flex}.pagination-page{border:1px solid var(--border);min-width:40px;height:40px;color:var(--text);cursor:pointer;background:0 0;justify-content:center;align-items:center;font-size:13px;font-weight:500;display:flex}.pagination-page:hover{background:var(--bg-secondary)}.pagination-page.active{background:var(--primary);border-color:var(--primary);color:#fff}.pagination-info{text-align:center;color:var(--text-light);letter-spacing:.5px;margin-top:20px;font-size:12px}.footer{color:#fff;background:#2c2c2c;margin-top:80px}.footer-content{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;max-width:1280px;margin:0 auto;padding:48px 24px;display:grid}.footer-brand{color:#ccc}.footer-logo{object-fit:contain;background:#fff;border-radius:4px;width:48px;height:48px;margin-bottom:16px;padding:4px}.footer-brand p{margin-bottom:8px;font-size:14px;line-height:1.6}.footer-brand .phone{color:#fff;font-weight:500}.footer-links h4,.footer-social h4{color:#fff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;font-size:14px;font-weight:600}.footer-links{flex-direction:column;gap:12px;display:flex}.footer-links a{color:#ccc;font-size:14px;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}.footer-social{flex-direction:column;display:flex}.social-icons{gap:12px;display:flex}.social-icons a{color:#ccc;background:#444;border-radius:4px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.social-icons a:hover{background:var(--primary);color:#fff}.social-icons svg{width:18px;height:18px}.footer-bottom{text-align:center;background:#222;padding:20px 24px}.footer-bottom p{color:#888;font-size:13px}.footer-bottom .made-by{color:#666;letter-spacing:.5px;margin-top:8px;font-size:12px}@media (width<=1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.header-nav,.header-contact{display:none}.lang-toggle{padding:8px 12px;font-size:11px}.products-grid{grid-template-columns:repeat(2,1fr)}.footer-content{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1/-1}}@media (width<=600px){.header-container{height:60px;padding:0 12px}.header-logo{width:36px;height:36px}.header-text h1{font-size:14px}.header-text span{display:none}.cart-button{min-width:44px;min-height:44px;padding:10px}.hero{padding:32px 16px}.hero-title{font-size:22px}.hero-subtitle{margin-bottom:24px;font-size:14px}.hero-btn{text-align:center;width:100%;padding:12px 24px;font-size:14px}.main{padding:24px 12px}.main h2{margin-bottom:20px;font-size:18px}.products-grid{grid-template-columns:1fr 1fr;gap:10px}.product-card{border-radius:8px}.product-image-wrapper{padding:12px}.product-info{padding:10px}.product-card h3{height:auto;margin-bottom:6px;font-size:12px;line-height:1.3}.product-card .description{display:none}.product-footer{flex-direction:column;align-items:stretch;gap:8px;padding-top:8px}.product-card .price{text-align:center;font-size:14px}.add-to-cart{justify-content:center;width:100%;min-height:44px;padding:10px 12px;font-size:12px}.out-of-stock-badge{padding:3px 6px;font-size:9px;top:8px;right:8px}.footer{margin-top:40px}.footer-content{text-align:center;grid-template-columns:1fr;gap:24px;padding:24px 16px}.footer-links,.footer-social{align-items:center}.social-icons{justify-content:center}.footer-bottom{padding:16px}.footer-bottom p{font-size:12px}.pagination{flex-wrap:wrap;gap:8px;margin-top:24px}.pagination-btn{padding:10px 12px;font-size:13px}.pagination-btn span{display:none}.pagination-pages{flex-wrap:wrap;order:-1;justify-content:center;gap:4px;width:100%}.pagination-page{min-width:36px;height:36px;font-size:13px}.pagination-info{font-size:12px}}@media (width<=380px){.header-text h1{font-size:12px}.header-brand,.products-grid{gap:8px}.product-info{padding:8px}.product-card h3{font-size:11px}.product-card .price{font-size:13px}.add-to-cart{padding:8px 10px;font-size:11px}.pagination-page{min-width:32px;height:32px;font-size:12px}}.checkout-page{background:#fdfcfb;min-height:100vh}.checkout-header{background:#fdfcfb;border-bottom:1px solid #ebe8e4;justify-content:space-between;align-items:center;gap:20px;height:80px;padding:0 40px;display:flex}.btn-back-nav{color:#3d3d3d;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #ebe8e4;align-items:center;gap:8px;padding:12px 20px;font-size:11px;font-weight:500;display:flex}.btn-back-nav:hover{background:#f7f5f3}.btn-back-nav svg{width:16px;height:16px}.checkout-logo{letter-spacing:2px;text-transform:uppercase;color:#3d3d3d;align-items:center;gap:14px;font-size:14px;font-weight:500;text-decoration:none;display:flex}.checkout-logo img{object-fit:cover;width:45px;height:45px}.checkout-steps{align-items:center;gap:0;display:flex}.step{color:#9a9a9a;letter-spacing:1px;text-transform:uppercase;align-items:center;gap:8px;padding:8px 16px;font-size:11px;font-weight:500;display:flex}.step-number{color:#9a9a9a;background:#ebe8e4;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:500;display:flex}.step.active{color:#3d3d3d}.step.active .step-number{color:#fff;background:#9c8b7a}.step.completed{color:#6b8e6b}.step.completed .step-number{color:#fff;background:#6b8e6b}.step-divider{background:#ebe8e4;width:40px;height:1px;margin:0 8px}.step-divider.active{background:#9c8b7a}.secure-badge{color:#6b8e6b;letter-spacing:1px;text-transform:uppercase;align-items:center;gap:6px;font-size:11px;display:flex}.secure-badge svg{width:14px;height:14px}.checkout-empty{text-align:center;background:#fff;border:1px solid #ebe8e4;max-width:440px;margin:100px auto;padding:60px 40px}.empty-icon{color:#9c8b7a;background:#f7f5f3;border:1px solid #ebe8e4;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;display:flex}.empty-icon svg{width:36px;height:36px}.checkout-empty h2{color:#3d3d3d;letter-spacing:2px;text-transform:uppercase;margin:0 0 8px;font-size:20px;font-weight:400}.checkout-empty p{color:#6b6b6b;margin:0 0 28px;font-size:14px;line-height:1.6}.btn-back{color:#fff;letter-spacing:1.5px;text-transform:uppercase;background:#9c8b7a;align-items:center;gap:8px;padding:14px 28px;font-size:11px;font-weight:500;text-decoration:none;display:inline-flex}.checkout-container{grid-template-columns:1fr 400px;align-items:start;gap:60px;max-width:1140px;margin:0 auto;padding:60px 40px;display:grid}.checkout-main h1{color:#3d3d3d;letter-spacing:3px;text-transform:uppercase;margin:0 0 8px;font-size:24px;font-weight:400}.checkout-main .subtitle{color:#6b6b6b;margin:0 0 40px;font-size:14px;line-height:1.6}.checkout-form{background:#fff;border:1px solid #ebe8e4;overflow:hidden}.form-section{border-bottom:1px solid #ebe8e4;padding:32px}.form-section:last-of-type{border-bottom:none}.section-header{align-items:center;gap:14px;margin-bottom:24px;display:flex}.section-icon{color:#9c8b7a;background:#f7f5f3;border:1px solid #ebe8e4;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.section-icon svg{width:20px;height:20px}.form-section h2{color:#3d3d3d;letter-spacing:1.5px;text-transform:uppercase;margin:0;font-size:13px;font-weight:500}.form-group{margin-bottom:20px}.form-group:last-child{margin-bottom:0}.form-group label{color:#3d3d3d;letter-spacing:1px;text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:500;display:block}.form-group label .required{color:#9c8b7a;margin-left:2px}.input-wrapper{position:relative}.input-wrapper svg{color:#9a9a9a;pointer-events:none;width:18px;height:18px;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.form-group input,.form-group textarea{color:#3d3d3d;background:#fdfcfb;border:1px solid #ebe8e4;width:100%;padding:16px;font-family:inherit;font-size:14px}.form-group input.with-icon{padding-left:48px}.form-group input:hover,.form-group textarea:hover{border-color:#d1d5db}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#9c8b7a;outline:none}.form-hint{color:#9a9a9a;letter-spacing:.3px;margin-top:8px;font-size:12px}.error-message{color:#b91c1c;letter-spacing:.3px;background:#fef2f2;border:1px solid #fecaca;align-items:center;gap:10px;margin:0 32px 24px;padding:16px;font-size:13px;display:flex}.error-message svg{flex-shrink:0;width:18px;height:18px}.btn-submit{color:#fff;letter-spacing:2px;text-transform:uppercase;cursor:pointer;background:#9c8b7a;border:none;justify-content:center;align-items:center;gap:10px;width:calc(100% - 64px);margin:0 32px 32px;padding:18px;font-size:12px;font-weight:500;display:flex}.btn-submit:hover:not(:disabled){background:#7d6e5f}.btn-submit:disabled{cursor:not-allowed;background:#d1d5db}.btn-submit svg{width:18px;height:18px}.checkout-sidebar{position:sticky;top:24px}.order-summary{background:#fff;border:1px solid #ebe8e4;overflow:hidden}.summary-header{border-bottom:1px solid #ebe8e4;justify-content:space-between;align-items:center;padding:24px;display:flex}.summary-header h2{color:#3d3d3d;letter-spacing:1.5px;text-transform:uppercase;margin:0;font-size:13px;font-weight:500}.item-count{color:#fff;letter-spacing:.5px;background:#9c8b7a;padding:4px 10px;font-size:11px;font-weight:500}.order-items{max-height:320px;padding:8px 0;overflow-y:auto}.order-item{align-items:center;gap:14px;padding:16px 24px;display:flex}.order-item:hover{background:#faf8f5}.item-image{flex-shrink:0;width:64px;height:64px;position:relative}.item-image img{object-fit:cover;background:#f7f5f3;border:1px solid #ebe8e4;width:100%;height:100%}.item-placeholder{color:#9c8b7a;background:#f7f5f3;border:1px solid #ebe8e4;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.item-placeholder svg{opacity:.5;width:24px;height:24px}.item-qty{color:#fff;background:#9c8b7a;border-radius:50%;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:11px;font-weight:500;display:flex;position:absolute;top:-8px;right:-8px}.item-details{flex:1;min-width:0}.item-name{color:#3d3d3d;white-space:nowrap;text-overflow:ellipsis;letter-spacing:.5px;margin:0 0 4px;font-size:13px;font-weight:500;overflow:hidden}.item-price{color:#9a9a9a;margin:0;font-size:12px}.item-total{color:#3d3d3d;white-space:nowrap;font-size:14px;font-weight:500}.order-totals{background:#faf8f5;border-top:1px solid #ebe8e4;padding:20px 24px 24px}.total-row{color:#6b6b6b;justify-content:space-between;padding:8px 0;font-size:13px;display:flex}.total-row span:last-child{color:#3d3d3d;font-weight:500}.total-final{color:#3d3d3d;border-top:1px solid #ebe8e4;margin-top:12px;padding-top:16px;font-size:16px;font-weight:500}.total-final span:last-child{color:#3d3d3d;font-weight:500}.payment-container{grid-column:1/-1;justify-content:center;padding:20px 0;display:flex}.payment-card{text-align:center;background:#fff;border:1px solid #ebe8e4;width:100%;max-width:440px;padding:48px}.payment-icon{color:#9c8b7a;background:#f7f5f3;border:1px solid #ebe8e4;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 20px;display:flex}.payment-icon svg{width:28px;height:28px}.payment-card h1{color:#3d3d3d;letter-spacing:2px;text-transform:uppercase;margin:0 0 8px;font-size:22px;font-weight:400}.payment-subtitle{color:#6b6b6b;margin:0 0 32px;font-size:14px;line-height:1.6}.qr-wrapper{background:#fff;border:2px solid #9c8b7a;margin-bottom:28px;padding:20px;display:inline-block}.payment-amount{background:#f7f5f3;border:1px solid #ebe8e4;margin-bottom:24px;padding:20px}.payment-amount span{color:#6b6b6b;text-transform:uppercase;letter-spacing:1px;margin-bottom:6px;font-size:11px;display:block}.payment-amount strong{color:#3d3d3d;letter-spacing:1px;font-size:28px;font-weight:500}.payment-info{margin-bottom:28px}.info-row{border-bottom:1px solid #ebe8e4;justify-content:space-between;align-items:center;padding:14px 0;font-size:13px;display:flex}.info-row:last-child{border-bottom:none}.info-row span{color:#6b6b6b;letter-spacing:.5px}.info-row code{color:#3d3d3d;background:#f7f5f3;border:1px solid #ebe8e4;padding:6px 12px;font-family:SF Mono,Monaco,monospace;font-size:12px}.btn-payment-link{color:#fff;letter-spacing:1.5px;text-transform:uppercase;background:#9c8b7a;justify-content:center;align-items:center;gap:10px;margin-bottom:12px;padding:16px;font-size:12px;font-weight:500;text-decoration:none;display:flex}.btn-payment-link:hover{background:#7d6e5f}.btn-payment-link svg{width:18px;height:18px}.btn-payment-link .ldb-logo{object-fit:contain;border-radius:4px;width:24px;height:24px}.btn-back-home{color:#3d3d3d;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #ebe8e4;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-size:12px;font-weight:500;display:flex}.btn-back-home:hover{background:#f7f5f3}.btn-back-home svg{flex-shrink:0;width:18px;height:18px}@media (width<=920px){.checkout-container{grid-template-columns:1fr;gap:24px;padding:24px 16px}.checkout-sidebar{order:-1;position:static}.checkout-header{height:64px;padding:0 16px}.checkout-steps{display:none}.checkout-main h1{font-size:22px}.secure-badge{display:none}.btn-back-nav{padding:10px 14px;font-size:13px}.btn-back-nav span{display:none}}@media (width<=600px){.checkout-header{height:56px;padding:0 12px}.checkout-logo img{width:32px;height:32px}.checkout-logo span{font-size:12px;display:none}.btn-back-nav{justify-content:center;min-width:44px;min-height:44px;padding:10px}.btn-back-nav span{display:none}.checkout-container{gap:16px;padding:16px 12px}.checkout-main h1{letter-spacing:2px;font-size:20px}.checkout-main .subtitle{margin-bottom:24px;font-size:14px}.form-section{padding:20px 16px}.section-header{margin-bottom:20px}.section-icon{width:40px;height:40px}.section-icon svg{width:18px;height:18px}.form-section h2{font-size:12px}.form-group label{font-size:11px}.form-group input,.form-group textarea{padding:14px;font-size:16px}.form-group input.with-icon{padding-left:44px}.input-wrapper svg{width:16px;height:16px;left:14px}.form-hint{font-size:11px}.btn-submit{width:calc(100% - 32px);min-height:52px;margin:0 16px 20px;padding:16px;font-size:13px}.summary-header{padding:16px}.summary-header h2{font-size:12px}.order-item{gap:12px;padding:12px 16px}.item-image{width:56px;height:56px}.item-qty{min-width:20px;height:20px;font-size:10px;top:-6px;right:-6px}.item-name{font-size:12px}.item-price{font-size:11px}.item-total{font-size:13px}.order-totals{padding:16px}.total-row{font-size:12px}.total-final{font-size:15px}.payment-container{padding:12px 0}.payment-card{margin:0 4px;padding:24px 16px}.payment-icon{width:48px;height:48px;margin-bottom:16px}.payment-icon svg{width:24px;height:24px}.payment-card h1{letter-spacing:1.5px;font-size:20px}.payment-subtitle{margin-bottom:24px;font-size:14px}.qr-wrapper{margin-bottom:20px;padding:12px}.qr-wrapper svg{width:180px!important;height:180px!important}.payment-amount{margin-bottom:20px;padding:16px}.payment-amount span{font-size:10px}.payment-amount strong{font-size:24px}.payment-info{margin-bottom:20px}.info-row{flex-direction:column;align-items:flex-start;gap:6px;padding:12px 0;font-size:12px}.info-row code{padding:4px 8px;font-size:11px}.btn-payment-link{min-height:52px;padding:14px;font-size:13px}.btn-payment-link .ldb-logo{width:22px;height:22px}.btn-back-home{min-height:50px;padding:14px;font-size:13px}.checkout-empty{margin:60px auto;padding:40px 24px}.empty-icon{width:64px;height:64px;margin-bottom:20px}.empty-icon svg{width:28px;height:28px}.checkout-empty h2{letter-spacing:1.5px;font-size:18px}.checkout-empty p{margin-bottom:24px;font-size:14px}.btn-back{padding:14px 24px;font-size:12px}.error-message{margin:0 16px 20px;padding:14px;font-size:12px}}@media (width<=380px){.checkout-main h1{font-size:18px}.qr-wrapper svg{width:160px!important;height:160px!important}.payment-amount strong{font-size:22px}.payment-card h1{font-size:18px}}.admin-page{background:#f5f5f5;min-height:100vh}.admin-header{z-index:100;background:#fff;justify-content:space-between;align-items:center;padding:16px 24px;display:flex;position:sticky;top:0;box-shadow:0 1px 3px #0000001a}.admin-logo{color:#333;align-items:center;gap:12px;text-decoration:none;display:flex}.admin-logo img{object-fit:contain;width:40px;height:40px}.admin-logo span{font-size:18px;font-weight:600}.btn-back-shop{color:#333;background:#f0f0f0;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:background .2s}.btn-back-shop:hover{background:#e0e0e0}.admin-tabs{background:#fff;border-bottom:1px solid #e0e0e0;gap:0;padding:0 24px;display:flex}.admin-tabs .tab{cursor:pointer;color:#666;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:8px;padding:16px 24px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.admin-tabs .tab svg{width:18px;height:18px}.admin-tabs .tab:hover{color:#333;background:#fafafa}.admin-tabs .tab.active{color:#6b4e8c;border-bottom-color:#6b4e8c}.admin-main{max-width:1200px;margin:0 auto;padding:32px 24px}.admin-title{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:24px;display:flex}.admin-title h1{color:#333;margin:0;font-size:28px;font-weight:600}.btn-add-product{color:#fff;cursor:pointer;background:#6b4e8c;border:none;border-radius:6px;align-items:center;gap:8px;margin-left:auto;padding:10px 20px;font-size:14px;font-weight:500;transition:background .2s;display:flex}.btn-add-product:hover{background:#5a4178}.btn-add-product svg{width:18px;height:18px}.add-product-form{background:#fff;border-radius:12px;margin-bottom:24px;padding:24px;box-shadow:0 1px 3px #0000001a}.add-product-form h3{color:#333;margin:0 0 20px;font-size:18px;font-weight:600}.form-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.form-group{flex-direction:column;gap:6px;display:flex}.form-group.full-width{grid-column:1/-1}.form-group label{color:#666;font-size:13px;font-weight:500}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:6px;padding:10px 12px;font-size:14px;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:#6b4e8c;outline:none}.form-group textarea{resize:vertical;min-height:60px}.form-actions{gap:12px;margin-top:20px;display:flex}.order-count{color:#666;background:#e8e8e8;border-radius:20px;padding:4px 12px;font-size:14px}.loading{text-align:center;color:#666;padding:48px;font-size:16px}.empty-state{text-align:center;background:#fff;border-radius:12px;padding:64px;box-shadow:0 1px 3px #0000001a}.empty-state svg{color:#ccc;width:64px;height:64px;margin-bottom:16px}.empty-state p{color:#666;margin:0;font-size:16px}.orders-table-wrapper{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.orders-table{border-collapse:collapse;width:100%}.orders-table th{text-align:left;color:#666;text-transform:uppercase;letter-spacing:.5px;background:#fafafa;border-bottom:1px solid #eee;padding:14px 16px;font-size:12px;font-weight:600}.orders-table td{vertical-align:top;border-bottom:1px solid #f0f0f0;padding:16px}.order-row{cursor:pointer;transition:background .2s}.order-row:hover{background:#fafafa}.order-row.expanded{background:#f5f5f5}.order-id{color:#6b4e8c;font-weight:600}.order-date{color:#666;white-space:nowrap;font-size:14px}.order-customer{max-width:200px}.customer-phone{color:#333;margin-bottom:4px;font-weight:500}.customer-address{color:#888;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.order-items-count{color:#666}.order-total{color:#333;white-space:nowrap;font-weight:600}.status-badge{text-transform:uppercase;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-block}.status-pending{color:#856404;background:#fff3cd}.status-paid{color:#155724;background:#d4edda}.status-failed{color:#721c24;background:#f8d7da}.order-details-row td{background:#fafafa;padding:0!important}.order-details{border-top:1px solid #eee;padding:20px 24px}.order-details h4{color:#333;margin:0 0 16px;font-size:14px;font-weight:600}.items-list{flex-direction:column;gap:12px;display:flex}.item-row{background:#fff;border:1px solid #eee;border-radius:8px;align-items:center;gap:16px;padding:12px;display:flex}.item-image{background:#f5f5f5;border-radius:6px;flex-shrink:0;width:48px;height:48px;overflow:hidden}.item-image img{object-fit:cover;width:100%;height:100%}.item-image .no-image{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.item-image .no-image svg{color:#ccc;width:24px;height:24px}.item-info{flex:1;align-items:center;gap:12px;display:flex}.item-name{color:#333;font-weight:500}.item-qty{color:#888;font-size:14px}.item-price{color:#6b4e8c;white-space:nowrap;font-weight:600}.products-table .product-row{cursor:default}.products-table .product-row:hover{background:#fafafa}.product-image-cell{width:60px}.product-image-cell img{object-fit:cover;border-radius:6px;width:48px;height:48px}.no-image-small{background:#f5f5f5;border-radius:6px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.product-video-cell{width:70px}.product-video-cell .edit-input{width:100%;min-width:120px}.video-play-btn{color:#fff;cursor:pointer;background:#9c8b7a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.video-play-btn:hover{background:#7d6e5f}.video-play-btn svg{width:16px;height:16px;margin-left:2px}.video-modal-overlay{z-index:1000;background:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.video-modal{width:90%;max-width:800px;position:relative}.video-modal-close{color:#fff;cursor:pointer;background:0 0;border:none;padding:8px;position:absolute;top:-40px;right:0}.video-modal-close svg{width:24px;height:24px}.video-modal-player{background:#000;width:100%;max-height:80vh}.no-video-small{color:#ccc;background:#f5f5f5;border-radius:4px;justify-content:center;align-items:center;width:48px;height:32px;display:flex}.no-video-small svg{width:14px;height:14px}.video-cell-actions{align-items:center;gap:6px;display:flex}.video-upload-btn{cursor:pointer;color:#888;background:#f0f0f0;border:1px dashed #bbb;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.video-upload-btn:hover{color:#666;background:#e8e8e8;border-color:#999}.video-upload-btn.replace{background:0 0;border:none;width:28px;height:28px}.video-upload-btn.replace:hover{background:#f0f0f0}.video-upload-btn svg{width:16px;height:16px}.video-upload-btn.replace svg{width:14px;height:14px}.uploading-indicator{justify-content:center;align-items:center;width:36px;height:36px;display:flex}.uploading-indicator .spinner{color:#6b4e8c;width:24px;height:24px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.no-image-small svg{color:#ccc;width:20px;height:20px}.product-name-cell{color:#333;max-width:200px;font-weight:500}.product-description-cell{max-width:250px}.description-content{flex-direction:column;gap:6px;display:flex}.description-text{color:#666;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;display:-webkit-box;overflow:hidden}.has-video-badge{color:#fff;letter-spacing:.5px;text-transform:uppercase;background:#9c8b7a;align-items:center;gap:4px;width:fit-content;padding:2px 8px;font-size:10px;font-weight:500;display:inline-flex}.has-video-badge svg{width:10px;height:10px}.edit-fields{flex-direction:column;gap:8px;display:flex}.edit-textarea{resize:vertical;border:1px solid #ddd;border-radius:6px;width:100%;min-height:50px;padding:8px 10px;font-size:13px}.edit-textarea:focus{border-color:#6b4e8c;outline:none}.product-price-cell{color:#6b4e8c;white-space:nowrap;font-weight:600}.product-stock-cell{white-space:nowrap}.out-of-stock{color:#dc3545;font-weight:600}.product-actions-cell{width:150px}.edit-input{border:1px solid #ddd;border-radius:6px;width:100%;padding:8px 12px;font-size:14px;transition:border-color .2s}.edit-input:focus{border-color:#6b4e8c;outline:none}.edit-input-number{width:100px}.action-buttons{gap:8px;display:flex}.btn-edit{cursor:pointer;color:#333;background:#f0f0f0;border:none;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:background .2s;display:flex}.btn-edit svg{width:14px;height:14px}.btn-edit:hover{background:#e0e0e0}.btn-save{color:#fff;cursor:pointer;background:#6b4e8c;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:background .2s}.btn-save:hover{background:#5a4178}.btn-save:disabled{cursor:not-allowed;background:#999}.btn-cancel{color:#333;cursor:pointer;background:#f0f0f0;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:background .2s}.btn-cancel:hover{background:#e0e0e0}.bulk-actions-bar{color:#fff;background:#6b4e8c;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:16px 20px;display:flex}.bulk-info{align-items:center;gap:12px;display:flex}.bulk-count{font-size:14px;font-weight:600}.btn-clear-selection{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:4px;padding:6px 12px;font-size:13px;transition:background .2s}.btn-clear-selection:hover{background:#ffffff4d}.bulk-controls{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.bulk-select{color:#333;cursor:pointer;background:#fff;border:none;border-radius:6px;padding:8px 12px;font-size:14px}.bulk-input{border:none;border-radius:6px;width:100px;padding:8px 12px;font-size:14px}.btn-apply-bulk{color:#6b4e8c;cursor:pointer;background:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:600;transition:background .2s}.btn-apply-bulk:hover:not(:disabled){background:#f0f0f0}.btn-apply-bulk:disabled{opacity:.6;cursor:not-allowed}.checkbox-cell{text-align:center;width:40px}.checkbox-cell input[type=checkbox]{cursor:pointer;accent-color:#6b4e8c;width:18px;height:18px}.product-row.selected{background:#f5f0fa}.product-row.selected:hover{background:#ebe4f2}@media (width<=768px){.admin-header{padding:12px 16px}.admin-logo img{width:32px;height:32px}.admin-logo span{font-size:14px}.btn-back-shop{padding:8px 12px;font-size:13px}.admin-main{padding:16px 12px}.admin-title{flex-direction:column;align-items:flex-start;gap:12px}.admin-title h1{font-size:20px}.btn-add-product{justify-content:center;width:100%;margin-left:0}.orders-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.orders-table{min-width:600px}.orders-table th,.orders-table td{padding:12px 8px;font-size:13px}.order-customer{max-width:120px}.customer-address{display:none}.admin-tabs{-webkit-overflow-scrolling:touch;padding:0 12px;overflow-x:auto}.admin-tabs .tab{white-space:nowrap;padding:12px 16px;font-size:13px}.product-name-cell{max-width:150px}.edit-input-number{width:70px}.action-buttons{flex-direction:column}.add-product-form{margin-bottom:16px;padding:16px}.add-product-form h3{margin-bottom:16px;font-size:16px}.form-grid{grid-template-columns:1fr;gap:12px}.form-group label{font-size:12px}.form-group input,.form-group textarea{padding:10px 12px;font-size:16px}.form-actions{flex-direction:column;gap:10px;margin-top:16px}.form-actions .btn-save,.form-actions .btn-cancel{width:100%;min-height:44px;padding:12px}.order-details{padding:16px}.item-row{gap:12px;padding:10px}.item-image{width:40px;height:40px}.item-info{flex-direction:column;align-items:flex-start;gap:4px}.item-name{font-size:13px}.item-qty{font-size:12px}.item-price{font-size:13px}.products-table{min-width:850px}.product-image-cell img,.no-image-small{width:40px;height:40px}.product-video-cell{width:60px}.product-video-cell .edit-input{min-width:100px}.no-video-small{width:32px;height:32px}.product-description-cell{max-width:150px}.description-text{font-size:12px}.edit-input{padding:8px 10px;font-size:14px}.edit-textarea{min-height:40px;font-size:14px}.btn-edit,.btn-save,.btn-cancel{min-height:36px;padding:8px 12px;font-size:12px}.empty-state{padding:40px 20px}.empty-state svg{width:48px;height:48px}.empty-state p{font-size:14px}.loading{padding:32px;font-size:14px}}@media (width<=480px){.admin-logo span{display:none}.admin-title h1{font-size:18px}.order-count{padding:3px 10px;font-size:12px}.status-badge{padding:3px 8px;font-size:10px}.bulk-actions-bar{flex-direction:column;align-items:stretch;gap:12px;padding:12px}.bulk-info{justify-content:space-between}.bulk-controls{flex-direction:column;align-items:stretch;gap:8px}.bulk-select,.bulk-input{width:100%}.btn-apply-bulk{width:100%;padding:12px}.checkbox-cell{width:32px;padding:8px 4px!important}.checkbox-cell input[type=checkbox]{width:16px;height:16px}}.product-page{background:#fdfcfb;min-height:100vh}.product-header{z-index:100;background:#fdfcfb;border-bottom:1px solid #ebe8e4;justify-content:space-between;align-items:center;padding:20px 40px;display:flex;position:sticky;top:0}.product-logo{color:#3d3d3d;align-items:center;gap:14px;text-decoration:none;display:flex}.product-logo img{object-fit:contain;width:45px;height:45px}.product-logo span{letter-spacing:2px;text-transform:uppercase;font-size:14px;font-weight:500}.btn-back{color:#3d3d3d;letter-spacing:1.5px;text-transform:uppercase;background:0 0;border:1px solid #ebe8e4;align-items:center;gap:8px;padding:12px 24px;font-size:11px;font-weight:500;text-decoration:none;display:flex}.btn-back svg{width:16px;height:16px}.btn-back:hover{background:#f7f5f3}.product-main{grid-template-columns:1fr 1fr;align-items:start;gap:80px;max-width:1300px;margin:0 auto;padding:60px 40px;display:grid}.product-image-section{position:sticky;top:120px}.product-image-large{aspect-ratio:1;background:linear-gradient(145deg,#faf8f5 0%,#f7f5f3 100%);border:1px solid #ebe8e4;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.product-image-large img{object-fit:contain;width:100%;height:100%;padding:40px}.product-image-large .no-image{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.product-image-large .no-image svg{color:#d1d5db;width:80px;height:80px}.out-of-stock-overlay{color:#fff;letter-spacing:3px;text-transform:uppercase;background:#0009;justify-content:center;align-items:center;font-size:14px;font-weight:500;display:flex;position:absolute;inset:0}.product-details-section{padding-top:20px}.product-title{color:#3d3d3d;letter-spacing:3px;text-transform:uppercase;margin:0 0 20px;font-size:24px;font-weight:400;line-height:1.4}.product-price{color:#3d3d3d;letter-spacing:1px;margin:0 0 30px;font-size:22px;font-weight:500}.product-description{color:#6b6b6b;margin:0 0 30px;font-size:14px;line-height:1.8}.product-stock{letter-spacing:1px;text-transform:uppercase;background:#f7f5f3;border:1px solid #ebe8e4;margin-bottom:30px;padding:14px 20px;font-size:12px;display:inline-block}.stock-in{color:#6b8e6b;font-weight:500}.stock-out{color:#8b6b6b;font-weight:500}.quantity-section{margin-bottom:30px}.quantity-section label{color:#3d3d3d;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:14px;font-size:11px;font-weight:500;display:block}.quantity-selector{border:1px solid #ebe8e4;align-items:center;display:inline-flex;overflow:hidden}.quantity-selector button{cursor:pointer;background:#f7f5f3;border:none;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.quantity-selector button:hover:not(:disabled){background:#ebe8e4}.quantity-selector button:disabled{opacity:.4;cursor:not-allowed}.quantity-selector button svg{color:#3d3d3d;width:18px;height:18px}.quantity-selector span{text-align:center;color:#3d3d3d;background:#fff;width:70px;font-size:16px;font-weight:500}.btn-add-to-cart{color:#fff;letter-spacing:2px;text-transform:uppercase;cursor:pointer;background:#9c8b7a;border:none;justify-content:center;align-items:center;gap:10px;width:100%;padding:18px 32px;font-size:12px;font-weight:500;display:flex}.btn-add-to-cart:hover:not(:disabled){background:#7d6e5f}.btn-add-to-cart:disabled{cursor:not-allowed;background:#d1d5db}.btn-add-to-cart.added{background:#6b8e6b}.btn-add-to-cart svg{width:18px;height:18px}.product-meta{border-top:1px solid #ebe8e4;margin-top:30px;padding-top:30px}.product-meta p{color:#9a9a9a;letter-spacing:.5px;align-items:center;gap:8px;margin:0;font-size:12px;display:flex}.loading,.not-found{color:#9a9a9a;letter-spacing:1px;justify-content:center;align-items:center;min-height:400px;font-size:14px;display:flex}.video-section{background:#f7f5f3;border-top:1px solid #ebe8e4;padding:60px 40px}.video-container{max-width:900px;margin:0 auto}.video-header{align-items:center;gap:16px;margin-bottom:30px;display:flex}.video-icon{background:#9c8b7a;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.video-icon svg{color:#fff;fill:#fff;stroke:none;width:22px;height:22px}.video-header h2{color:#3d3d3d;letter-spacing:2px;text-transform:uppercase;margin:0 0 4px;font-size:18px;font-weight:400}.video-header p{color:#6b6b6b;margin:0;font-size:13px;line-height:1.5}.video-wrapper{aspect-ratio:16/9;background:#000;border:1px solid #ebe8e4;overflow:hidden}.video-wrapper video{object-fit:cover;width:100%;height:100%}@media (width<=900px){.product-main{grid-template-columns:1fr;gap:24px;padding:20px 16px}.product-image-section{position:static}.product-title{font-size:24px}.product-price{font-size:22px}.video-section{padding:40px 16px}}@media (width<=600px){.product-header{padding:10px 12px}.product-logo img{width:32px;height:32px}.product-logo span{display:none}.btn-back{min-height:44px;padding:10px 14px;font-size:13px}.btn-back span{display:none}.product-main{gap:20px;padding:16px 12px}.product-image-large{border-radius:8px}.product-image-large img{padding:16px}.product-details-section{padding-top:0}.product-title{margin-bottom:12px;font-size:20px}.product-price{margin-bottom:16px;font-size:20px}.product-description{margin-bottom:16px;font-size:14px}.product-stock{margin-bottom:16px;padding:10px 14px;font-size:14px}.quantity-section{margin-bottom:16px}.quantity-selector{justify-content:center;width:100%}.quantity-selector button{width:56px;min-width:44px;height:48px}.quantity-selector span{flex:1;font-size:18px}.btn-add-to-cart{min-height:52px;padding:16px;font-size:15px}.product-meta{margin-top:16px;padding-top:16px}.product-meta p{font-size:13px}.out-of-stock-overlay{font-size:18px}.video-section{padding:30px 12px}.video-header{gap:12px;margin-bottom:20px}.video-icon{width:44px;height:44px}.video-icon svg{width:18px;height:18px}.video-header h2{letter-spacing:1.5px;font-size:15px}.video-header p{font-size:12px}}@media (width<=380px){.product-title,.product-price{font-size:18px}.product-description{font-size:13px}.quantity-selector button{width:48px;height:44px}}
