:root{--bg-darkest: #FFFFFF;--bg-dark: #F8FAFC;--bg-card: #FFFFFF;--bg-card-hover: #F1F5F9;--bg-card-border: #E2E8F0;--border-focus: rgba(37, 99, 235, .4);--text-primary: #0F172A;--text-secondary: #475569;--text-muted: #64748B;--accent-cyan: #0284C7;--accent-blue: #2563EB;--accent-green: #059669;--accent-amber: #D97706;--accent-purple: #7C3AED;--font-main: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 28px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;font-family:var(--font-main);-webkit-font-smoothing:antialiased}html{background-color:#f8fafc;color:var(--text-primary);min-height:100vh;overflow-x:hidden;max-width:100vw;font-size:16px;line-height:1.6}body{background-color:#f8fafc;color:var(--text-primary);min-height:100vh;overflow-x:hidden;max-width:100vw;width:100%;position:relative;font-size:16px;line-height:1.6}#root{min-height:100vh;overflow-x:hidden;max-width:100vw;width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;border:none;background:none;cursor:pointer}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.container{padding:0 16px}}.btn-primary{background:linear-gradient(135deg,#2563eb,#0284c7);color:#fff;font-weight:700;font-size:14px;padding:12px 22px;border-radius:var(--radius-md);display:inline-flex;align-items:center;gap:8px;transition:all .2s ease;box-shadow:0 4px 14px #2563eb40}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #2563eb59}.btn-secondary{background:#fff;border:1px solid #CBD5E1;color:#1e293b;font-weight:700;font-size:14px;padding:12px 22px;border-radius:var(--radius-md);display:inline-flex;align-items:center;gap:8px;transition:all .2s ease;box-shadow:0 1px 3px #0000000a}.btn-secondary:hover{background:#f8fafc;border-color:#94a3b8;color:#0f172a}.btn-success{background:linear-gradient(135deg,#059669,#047857);color:#fff;font-weight:700;font-size:14px;padding:12px 22px;border-radius:var(--radius-md);display:inline-flex;align-items:center;gap:8px;transition:all .2s ease;box-shadow:0 4px 14px #05966940}.btn-success:hover{transform:translateY(-1px);box-shadow:0 6px 20px #05966959}.badge-pill{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;padding:4px 12px;border-radius:20px}.badge-cyan{background:#e0f2fe;border:1px solid #BAE6FD;color:#0284c7}.badge-green{background:#ecfdf5;border:1px solid #A7F3D0;color:#059669}.badge-amber{background:#fef3c7;border:1px solid #FDE68A;color:#b45309}.card{background-color:var(--bg-card);border:1px solid var(--bg-card-border);border-radius:var(--radius-lg);box-shadow:0 2px 8px #0000000a;transition:all .2s ease}.card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 10px 24px #00000012}.section-tag{font-size:12px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:var(--accent-blue);margin-bottom:8px;display:inline-block}.section-title{font-size:32px;font-weight:900;letter-spacing:-.5px;color:#0f172a;margin-bottom:12px;line-height:1.25}@media (max-width: 768px){.section-title{font-size:26px}}.section-desc{font-size:16px;color:var(--text-secondary);line-height:1.6}input,select,textarea{color-scheme:light}@media (max-width: 768px){input[type=text],input[type=tel],input[type=email],input[type=number],input[type=search],select,textarea{font-size:16px!important}}.page-section-stack{display:flex;flex-direction:column;gap:70px;padding-bottom:50px}@media (max-width: 768px){.page-section-stack{gap:36px!important;padding-bottom:36px!important}}.hero-section-box{padding:64px 0 36px;border-bottom:1px solid #E2E8F0}@media (max-width: 768px){.hero-section-box{padding:34px 0 22px!important}}.responsive-card{padding:clamp(24px,3.5vw,44px);border-radius:24px}@media (max-width: 768px){.responsive-card{padding:20px 16px!important;border-radius:18px!important}}.responsive-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.responsive-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.responsive-grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}@media (max-width: 900px){.responsive-grid-4,.responsive-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.responsive-grid-2,.responsive-grid-3,.responsive-grid-4{grid-template-columns:1fr!important;gap:16px!important}}.modal-responsive-sheet{max-width:580px;width:100%;max-height:90vh;overflow-y:auto;padding:28px;position:relative;background-color:#fff;border:1.5px solid #CBD5E1;border-radius:24px;box-shadow:0 25px 50px -12px #0f172a40}@media (max-width: 640px){.modal-responsive-sheet{width:94vw!important;max-height:88vh!important;padding:20px 16px!important;border-radius:20px!important}}.touch-target{min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}.horizontal-scroll-chips{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}.horizontal-scroll-chips::-webkit-scrollbar{display:none}@media (max-width: 768px){.hide-on-mobile{display:none!important}.mobile-full-width{width:100%!important}.mobile-stack{flex-direction:column!important}.mobile-gap-md{gap:16px!important}.mobile-gap-sm{gap:10px!important}.btn-primary,.btn-secondary,.btn-success{padding:11px 18px;font-size:13.5px}}@media (min-width: 769px){.show-on-mobile{display:none!important}}@media (max-width: 640px){.mobile-btn-full{width:100%!important;justify-content:center!important}}.floating-whatsapp-btn{position:fixed;bottom:24px;right:24px;z-index:990;width:52px;height:52px;border-radius:50%;background-color:#10b981;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #10b98166;transition:transform .2s ease,bottom .2s ease;cursor:pointer}.floating-whatsapp-btn:hover{transform:scale(1.08)}.floating-whatsapp-btn svg{width:26px;height:26px}@media (max-width: 768px){.floating-whatsapp-btn{bottom:16px!important;right:14px!important;width:44px!important;height:44px!important;box-shadow:0 4px 14px #10b98159!important}.floating-whatsapp-btn svg{width:22px!important;height:22px!important}}body:has(.sticky-mobile-buy-bar) .floating-whatsapp-btn{bottom:74px!important}.pcb-badge-mobile-text{display:none}.pcb-badge-desktop-text{display:inline}@media (max-width: 640px){.pcb-badge-desktop-text{display:none!important}.pcb-badge-mobile-text{display:inline!important}.pcb-badge-qc{top:6px!important;left:6px!important;padding:2px 5px!important;font-size:9.5px!important;gap:3px!important}.pcb-badge-stock{top:6px!important;right:6px!important;padding:2px 5px!important;font-size:9.5px!important}}@media (max-width: 640px){.store-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.store-product-card{border-radius:14px!important;min-width:0!important}.store-product-img-box,.store-product-image-box{height:130px!important}.store-product-body{padding:10px 8px!important}.store-product-title{font-size:12.5px!important;line-height:1.25!important;margin-bottom:4px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.store-product-footer{padding-top:8px!important}.store-product-actions{gap:4px!important}.store-product-actions .btn-secondary,.store-product-actions .btn-primary{padding:5px 8px!important;font-size:11px!important;gap:3px!important}.store-product-actions .cart-btn-text{display:none!important}}.checkout-layout-grid,.cart-layout-grid{width:100%;max-width:100%}.checkout-layout-grid>*,.cart-layout-grid>*{min-width:0!important;max-width:100%!important}input,textarea,select{max-width:100%!important}
