@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,600;1,600&display=swap";:root{--primary:#0f4c81;--primary-hover:#0a365c;--bg-color:#f8fafc;--surface:#fff;--text-main:#0f172a;--text-muted:#64748b;--border:#e2e8f0;--accent:#38bdf8}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-main);background-color:var(--bg-color);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif}h1,h2,h3{color:var(--text-main);font-family:Playfair Display,serif}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#ffffffe6;border-bottom:1px solid #e2e8f0cc;justify-content:space-between;align-items:center;padding:1.2rem 5%;display:flex;position:sticky;top:0;box-shadow:0 4px 6px -1px #00000005}.logo{letter-spacing:1px;color:var(--primary);font-family:Playfair Display,serif;font-size:1.8rem;font-weight:600}.cart-btn{cursor:pointer;text-transform:uppercase;letter-spacing:1.5px;color:var(--text-main);background:0 0;border:none;align-items:center;gap:.8rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;transition:color .3s;display:flex}.cart-btn:hover{color:var(--primary)}.cart-icon-wrapper{align-items:center;display:flex;position:relative}.cart-badge{background-color:var(--primary);color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-10px}.hero{text-align:center;background-color:var(--text-main);background-image:url(/banner-baru.png);background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;height:70vh;min-height:500px;display:flex;position:relative}.hero:after{content:"";z-index:1;background:linear-gradient(#0f172a80,#0f4c81b3);position:absolute;inset:0}.hero-content{z-index:2;color:#fff;padding:0 2rem;animation:1s ease-out fadeInDown;position:relative}.hero-subtitle{text-transform:uppercase;letter-spacing:4px;color:var(--accent);margin-bottom:1rem;font-family:Inter,sans-serif;font-size:.85rem}.hero h1{letter-spacing:2px;color:#fff;margin-bottom:1.5rem;font-size:4rem}.hero p{letter-spacing:.5px;opacity:.9;max-width:600px;margin:0 auto;font-size:1.1rem;font-weight:300}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.products-section{max-width:1400px;margin:0 auto;padding:6rem 5%}.section-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-end;margin-bottom:3rem;padding-bottom:1rem;display:flex}.section-title{margin:0;font-size:2.2rem}.products-toolbar{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding:1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.search-bar{flex:1;min-width:250px;position:relative}.search-input{border:1px solid var(--border);width:100%;color:var(--text-main);border-radius:8px;padding:.8rem 1rem .8rem 2.8rem;font-family:Inter,sans-serif;font-size:.95rem;transition:all .3s}.search-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0f4c811a}.search-icon{color:var(--text-muted);width:18px;height:18px;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.filter-controls{align-items:center;gap:1rem;display:flex}.category-select{border:1px solid var(--border);color:var(--text-main);cursor:pointer;background-color:#fff;border-radius:8px;min-width:180px;padding:.8rem 1rem;font-family:Inter,sans-serif;font-size:.95rem}.view-modes{background:var(--bg-color);border:1px solid var(--border);border-radius:8px;gap:.5rem;padding:.3rem;display:flex}.view-btn{cursor:pointer;width:36px;height:36px;color:var(--text-muted);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.view-btn:hover{color:var(--text-main)}.view-btn.active{color:var(--primary);background:#fff;box-shadow:0 2px 5px #0000000d}.products-grid{gap:3rem 2rem;display:grid}.products-grid.grid-large{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.products-grid.grid-small{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem 1.5rem}.products-grid.grid-small .product-info{padding:1.2rem}.products-grid.grid-small .product-name{margin-bottom:1rem;font-size:1rem}.products-grid.list{grid-template-columns:1fr;gap:1.5rem}.products-grid.list .product-card{flex-direction:row;align-items:center}.products-grid.list .image-wrapper{aspect-ratio:auto;flex-shrink:0;width:250px;height:100%}.products-grid.list .product-info{flex-direction:row;flex:1;align-items:center;gap:2rem;padding:1.5rem 2rem}.products-grid.list .product-details-wrap{flex:1}.products-grid.list .product-actions-wrap{flex-direction:column;min-width:250px;display:flex}.products-grid.list .product-name{margin-bottom:.5rem;font-size:1.3rem}.products-grid.list .unit-selector{margin-bottom:.8rem}.product-card{background:var(--surface);border:1px solid #00000005;border-radius:12px;flex-direction:column;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px -10px #0000000d}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px -10px #0f4c8126}.image-wrapper{aspect-ratio:4/5;background-color:#f1f5f9;width:100%;position:relative;overflow:hidden}.product-image{object-fit:contain;width:100%;height:100%;padding:1rem;position:absolute;top:0;left:0}.product-card:hover .product-image{transform:scale(1.08)}.badge{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:1px;z-index:2;border-radius:20px;padding:.4rem .8rem;font-size:.65rem;font-weight:600;position:absolute;top:1rem;left:1rem}.slider-btn{cursor:pointer;opacity:0;z-index:3;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0000001a}.image-wrapper:hover .slider-btn{opacity:1}.slider-btn:hover{background:var(--primary);color:#fff}.slider-prev{left:10px}.slider-next{right:10px}.product-info{flex-direction:column;flex:1;padding:1.8rem;display:flex}.product-category{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:.6rem;font-size:.75rem;font-weight:600}.product-name{color:var(--text-main);margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:1.15rem;font-weight:500;line-height:1.4}.product-actions{margin-top:auto}.unit-selector{appearance:none;background:var(--bg-color) url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2364748b%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E) no-repeat right 1rem top 50%;border:1px solid var(--border);cursor:pointer;width:100%;color:var(--text-main);background-size:.65rem;border-radius:8px;margin-bottom:1rem;padding:.8rem 1rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;transition:all .3s}.unit-selector:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0f4c811a}.add-btn{background:var(--text-main);color:#fff;text-transform:uppercase;letter-spacing:1px;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;transition:all .3s;display:flex}.add-btn:hover{background:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px #0f4c8133}.cart-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998;opacity:0;pointer-events:none;background:#0f172a99;transition:opacity .4s;position:fixed;inset:0}.cart-overlay.open{opacity:1;pointer-events:auto}.cart-sidebar{background:var(--surface);z-index:999;flex-direction:column;width:100%;max-width:480px;height:100vh;transition:right .5s cubic-bezier(.165,.84,.44,1);display:flex;position:fixed;top:0;right:-100%;box-shadow:-20px 0 50px #0000001a}.cart-sidebar.open{right:0}.cart-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:2.5rem 2rem 1.5rem;display:flex}.cart-header h2{margin:0;font-size:1.5rem}.close-btn{background:var(--bg-color);cursor:pointer;width:36px;height:36px;color:var(--text-main);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:background .3s;display:flex}.close-btn:hover{background:#e2e8f0}.cart-items{flex:1;padding:2rem;overflow-y:auto}.cart-item{background:var(--surface);gap:1.5rem;margin-bottom:2rem;display:flex}.item-img{object-fit:cover;background:var(--bg-color);border:1px solid var(--border);border-radius:8px;width:100px;height:100px}.item-details{flex-direction:column;flex:1;display:flex}.item-name{color:var(--text-main);margin-bottom:.3rem;font-size:.95rem;font-weight:500;line-height:1.3}.item-unit{color:var(--text-muted);margin-bottom:1rem;font-size:.8rem}.item-actions{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.qty-control{background:var(--bg-color);border-radius:20px;align-items:center;padding:.2rem;display:flex}.qty-btn{border:1px solid var(--border);cursor:pointer;width:28px;height:28px;color:var(--text-main);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex;box-shadow:0 2px 4px #00000005}.qty-control span{text-align:center;width:36px;font-size:.9rem;font-weight:600}.remove-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;font-size:.8rem;font-weight:500}.cart-footer{border-top:1px solid var(--border);background:var(--surface);padding:2rem}.cart-total{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.cart-total .label{color:var(--text-muted);font-size:1rem}.cart-total .amount{color:var(--primary);font-family:Playfair Display,serif;font-size:1.8rem;font-weight:600}.checkout-wa-btn{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.8rem;width:100%;padding:1.2rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 15px #25d3664d}.checkout-wa-btn:hover{background:#128c7e;transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}.empty-state{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:1rem;margin-top:4rem;display:flex}.empty-state svg{opacity:.2;width:64px;height:64px}.toast-notification{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;z-index:1000;opacity:0;background:#0f172af2;border-radius:50px;align-items:center;gap:.8rem;padding:1rem 2rem;font-size:.9rem;font-weight:500;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);display:flex;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)translateY(100px);box-shadow:0 10px 30px #00000026}.toast-notification.show{opacity:1;transform:translate(-50%)translateY(0)}.footer{background:var(--surface);border-top:1px solid var(--border);margin-top:4rem;padding:4rem 5% 2rem}.footer-content{text-align:center;max-width:1400px;margin:0 auto}.footer-logo{color:var(--primary);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:1.5rem}.footer-text{color:var(--text-muted);font-size:.9rem;line-height:1.6}@media (width<=768px){.hero h1{font-size:2.5rem}.section-title{font-size:1.8rem}.products-grid{gap:2rem 1rem}.cart-sidebar{max-width:100%}}.category-banners{scrollbar-width:none;justify-content:center;gap:1rem;max-width:1400px;margin:0 auto;padding:2rem 5% 0;display:flex;overflow-x:auto}.category-banners::-webkit-scrollbar{display:none}.cat-banner-item{cursor:pointer;border:1px solid var(--border);white-space:nowrap;background:#fff;border-radius:50px;align-items:center;gap:.8rem;padding:.8rem 1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 15px #0000000a}.cat-banner-item:hover,.cat-banner-item.active{background:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-2px);box-shadow:0 8px 20px #0f4c8126}.cat-banner-item.active .cat-name,.cat-banner-item:hover .cat-name,.cat-banner-item.active .cat-icon,.cat-banner-item:hover .cat-icon{color:#fff}.cat-icon{width:20px;height:20px;color:var(--primary);justify-content:center;align-items:center;transition:all .3s;display:flex}.cat-name{color:var(--text-main);font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;transition:all .3s}.modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1100;opacity:0;pointer-events:none;background:#0f172acc;justify-content:center;align-items:center;padding:1rem;transition:opacity .3s;display:flex;position:fixed;inset:0}.modal-overlay.show{opacity:1;pointer-events:auto}.quick-view-modal{background:#fff;border-radius:20px;width:100%;max-width:850px;max-height:90vh;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;position:relative;overflow:hidden;transform:translateY(20px)scale(.95);box-shadow:0 25px 50px -12px #00000040}.modal-overlay.show .quick-view-modal{transform:translateY(0)scale(1)}.qv-close{cursor:pointer;z-index:10;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 4px 12px #0000001a}.qv-image-side{background:#f1f5f9;flex:1;max-width:45%;position:relative}.qv-image-side img{object-fit:contain;width:100%;height:100%;padding:1.5rem;position:absolute;inset:0}.qv-content-side{flex-direction:column;flex:1;padding:3rem 2.5rem;display:flex;overflow-y:auto}.qv-desc{color:var(--text-muted);border-bottom:1px solid var(--border);white-space:pre-wrap;margin:1.5rem 0 2rem;padding-bottom:2rem;font-size:.95rem;line-height:1.6}.trust-signals{background:#fff;border-radius:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1400px;margin:4rem auto 0;padding:4rem 5%;display:grid;box-shadow:0 4px 20px #00000008}.trust-item{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.trust-icon{width:60px;height:60px;color:var(--primary);background:#f0f7ff;border-radius:50%;justify-content:center;align-items:center;display:flex}.trust-item h4{font-family:Inter,sans-serif;font-size:1.1rem}.trust-item p{color:var(--text-muted);font-size:.9rem}.scroll-to-top{background:var(--primary);color:#fff;cursor:pointer;z-index:900;opacity:0;pointer-events:none;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(20px);box-shadow:0 10px 20px #0f4c814d}.scroll-to-top.show{opacity:1;pointer-events:auto;transform:translateY(0)}.scroll-to-top:hover{background:var(--text-main);transform:translateY(-5px)}@media (width<=768px){.quick-view-modal{flex-direction:column}.qv-image-side{max-width:100%;min-height:300px}.category-banners{margin-top:-2rem}}
