.page-module___8aEwW__main{background-image:radial-gradient(#cbd5e1 1px,#0000 1px);background-size:24px 24px;max-width:1200px;min-height:100vh;margin:0 auto;padding:80px 1rem 0}.page-module___8aEwW__categoryContainer{scroll-behavior:smooth;scroll-snap-type:x mandatory;z-index:100;-webkit-backdrop-filter:blur(12px);background-color:#ffffffeb;border-bottom:1px solid #e2e8f080;gap:.75rem;margin-bottom:1rem;margin-left:-1rem;margin-right:-1rem;padding:.75rem 1rem;scroll-margin-top:65px;display:flex;position:sticky;top:64px;overflow-x:auto}.page-module___8aEwW__categoryPill{border-radius:var(--radius-pill);border:1px solid var(--border-color);color:var(--foreground);white-space:nowrap;box-shadow:var(--shadow-sm);scroll-snap-align:center;background-color:#fff;align-items:center;gap:.35rem;padding:.3rem .75rem;font-size:.75rem;font-weight:600;transition:all .2s;display:flex}@media (min-width:768px){.page-module___8aEwW__categoryPill{padding:.4rem 1rem;font-size:.85rem}}.page-module___8aEwW__categoryPill:hover{box-shadow:var(--shadow-md);background-color:#f8fafc;transform:translateY(-2px)}.page-module___8aEwW__categoryIcon{font-size:.9rem}@media (min-width:768px){.page-module___8aEwW__categoryIcon{font-size:1rem}}.page-module___8aEwW__activePill{background-color:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 4px 6px -1px #2563eb66}.page-module___8aEwW__activePill:hover{background-color:var(--primary-hover)}.page-module___8aEwW__section{margin-bottom:2rem}@media (min-width:768px){.page-module___8aEwW__section{margin-bottom:3.5rem}}.page-module___8aEwW__sectionTitle{color:var(--foreground);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800;display:flex}.page-module___8aEwW__productGrid{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}@media (min-width:480px){.page-module___8aEwW__productGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}}@media (min-width:768px){.page-module___8aEwW__productGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.25rem}}.page-module___8aEwW__divider{background-color:var(--border-color);height:2px;margin:3rem 0 2rem}.page-module___8aEwW__subHeading{color:var(--foreground);text-align:center;margin-bottom:2rem;font-size:1.8rem;font-weight:800}.page-module___8aEwW__smallSection{margin-bottom:1.5rem}@media (min-width:768px){.page-module___8aEwW__smallSection{margin-bottom:2.5rem}}.page-module___8aEwW__smallSectionTitle{color:#475569;text-align:center;margin-bottom:1.25rem;font-size:1.25rem;font-weight:800}.page-module___8aEwW__smallProductGrid{grid-template-columns:repeat(2,1fr);justify-content:center;gap:.75rem;display:grid}@media (min-width:640px){.page-module___8aEwW__smallProductGrid{grid-template-columns:repeat(auto-fit,140px);justify-content:center}}@media (min-width:768px){.page-module___8aEwW__smallProductGrid{grid-template-columns:repeat(auto-fit,150px);gap:1rem}}.page-module___8aEwW__noResults{text-align:center;color:#64748b;grid-column:1/-1;padding:3rem 1rem;font-size:1.1rem}.page-module___8aEwW__cartDrawerOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3000;background-color:#0f172a99;justify-content:flex-end;animation:.3s page-module___8aEwW__fadeIn;display:flex;position:fixed;inset:0}.page-module___8aEwW__cartDrawerContainer{background:#fff;width:100%;max-width:450px;height:100%;animation:.3s cubic-bezier(.16,1,.3,1) page-module___8aEwW__slideInRight;overflow-y:auto;box-shadow:-10px 0 30px #00000026}@keyframes page-module___8aEwW__slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes page-module___8aEwW__fadeIn{0%{opacity:0}to{opacity:1}}.page-module___8aEwW__closeCartBtn{color:var(--foreground);border-radius:var(--radius-pill);cursor:pointer;background-color:#fff;border:none;margin:1rem auto 2rem;padding:.75rem 2rem;font-weight:700;display:block}
.Header-module__hBw1pG__header{z-index:1000;-webkit-backdrop-filter:blur(20px);background-color:#ffffffb3;border-bottom:1px solid #e2e8f099;width:100%;padding:.75rem 0;transition:all .3s cubic-bezier(.25,.46,.45,.94);position:fixed;top:0;left:0}.Header-module__hBw1pG__scrolled{background-color:#fffffff2;border-bottom:1px solid #2563eb26;padding:.5rem 0;box-shadow:0 10px 40px -10px #00000014}.Header-module__hBw1pG__scrolled:after{content:"";background:linear-gradient(90deg,#2563eb,#f59e0b,#2563eb) 0 0/200% 100%;width:100%;height:2px;animation:3s ease-in-out infinite Header-module__hBw1pG__shimmer;position:absolute;bottom:-1px;left:0}@keyframes Header-module__hBw1pG__shimmer{0%,to{background-position:0%}50%{background-position:100%}}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:0 1rem;display:flex}.Header-module__hBw1pG__left{flex-shrink:0;align-items:center;gap:1.5rem;display:flex}.Header-module__hBw1pG__right{flex:1;justify-content:flex-end;align-items:center;gap:1rem;display:flex}.Header-module__hBw1pG__hamburger{color:var(--foreground);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem;transition:background .2s;display:none}.Header-module__hBw1pG__hamburger:active{background:#f1f5f9}@media (max-width:992px){.Header-module__hBw1pG__hamburger{display:flex}}.Header-module__hBw1pG__logo{cursor:pointer;flex-shrink:0;align-items:center;gap:.75rem;text-decoration:none;display:flex}.Header-module__hBw1pG__logoIconWrapper{justify-content:center;align-items:center;display:flex}.Header-module__hBw1pG__logoIconInner{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 4px 12px #2563eb4d}.Header-module__hBw1pG__logo:hover .Header-module__hBw1pG__logoIconInner{transform:scale(1.08)rotate(-5deg);box-shadow:0 6px 16px #2563eb66}.Header-module__hBw1pG__logoTextWrapper{flex-direction:column;justify-content:center;display:flex}.Header-module__hBw1pG__title{color:#0f172a;letter-spacing:-.02em;font-size:1.25rem;font-weight:800;line-height:1.1}.Header-module__hBw1pG__subtitle{color:#3b82f6;text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:.7rem;font-weight:600}.Header-module__hBw1pG__navLinks{align-items:center;gap:.25rem;display:flex}@media (max-width:992px){.Header-module__hBw1pG__navLinks{display:none}}.Header-module__hBw1pG__navItemContainer{position:relative}.Header-module__hBw1pG__navLink{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.35rem;padding:.4rem .75rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.Header-module__hBw1pG__navLink:hover{color:#2563eb;background-color:#2563eb14}.Header-module__hBw1pG__navLinkHighlight{color:#dc2626;background-color:#dc26260d}.Header-module__hBw1pG__navLinkHighlight:hover{color:#b91c1c;background-color:#dc26261a}.Header-module__hBw1pG__navIcon{color:inherit;opacity:.8}.Header-module__hBw1pG__chevron{opacity:.6;transition:transform .3s}.Header-module__hBw1pG__dropdownMenu{opacity:0;visibility:hidden;z-index:100;pointer-events:none;background:#fff;border-radius:12px;min-width:200px;padding:.5rem;transition:all .25s cubic-bezier(.25,.46,.45,.94);position:absolute;top:calc(100% + 5px);left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 30px -10px #0000001a,0 0 0 1px #0000000d}.Header-module__hBw1pG__navItemContainer:hover .Header-module__hBw1pG__dropdownMenu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.Header-module__hBw1pG__navItemContainer:hover .Header-module__hBw1pG__chevron{transform:rotate(180deg)}.Header-module__hBw1pG__dropdownItem{text-align:left;cursor:pointer;color:#334155;background:0 0;border:none;border-radius:8px;align-items:center;gap:.6rem;width:100%;padding:.6rem .8rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.Header-module__hBw1pG__dropdownItem:hover{color:#2563eb;background:#f1f5f9;transform:translate(4px)}.Header-module__hBw1pG__dropdownIcon{color:#64748b;background:#f8fafc;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex}.Header-module__hBw1pG__dropdownItem:hover .Header-module__hBw1pG__dropdownIcon{color:#2563eb;background:#e0e7ff}.Header-module__hBw1pG__dropdownDivider{background:#e2e8f0;height:1px;margin:.5rem 0}.Header-module__hBw1pG__searchContainer{width:100%;max-width:320px;position:relative}.Header-module__hBw1pG__mobileSearchToggle{display:none}.Header-module__hBw1pG__searchInputWrapper{width:100%;position:relative}@media (max-width:992px){.Header-module__hBw1pG__left{gap:1rem}.Header-module__hBw1pG__right{gap:.5rem}.Header-module__hBw1pG__searchContainer{max-width:max-content;position:static}.Header-module__hBw1pG__mobileSearchToggle{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;display:flex}.Header-module__hBw1pG__mobileSearchToggle:active{background:#f1f5f9}.Header-module__hBw1pG__searchInputWrapper{border-bottom:1px solid var(--border-color);z-index:900;background:#fff;width:100%;padding:.75rem 1rem;display:none;position:absolute;top:100%;left:0;box-shadow:0 10px 20px -10px #0000001a}.Header-module__hBw1pG__mobileSearchOpen .Header-module__hBw1pG__searchInputWrapper{animation:.2s ease-out forwards Header-module__hBw1pG__slideDownSearch;display:block}}@keyframes Header-module__hBw1pG__slideDownSearch{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header-module__hBw1pG__searchIcon{color:#94a3b8;pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.Header-module__hBw1pG__searchInput{border-radius:var(--radius-pill);width:100%;color:var(--foreground);background-color:#f8fafc;border:1px solid #e2e8f0;outline:none;padding:10px 16px 10px 42px;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .25s}.Header-module__hBw1pG__searchInput:focus{background-color:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.Header-module__hBw1pG__mobileMenuOverlay{-webkit-backdrop-filter:blur(4px);z-index:1000;opacity:0;background:#0f172a66;animation:.3s forwards Header-module__hBw1pG__fadeIn;display:flex;position:fixed;inset:0}.Header-module__hBw1pG__mobileMenuContainer{background:#fff;flex-direction:column;width:85%;max-width:360px;height:100%;animation:.4s cubic-bezier(.25,1,.5,1) forwards Header-module__hBw1pG__slideRight;display:flex;overflow-y:auto;transform:translate(-100%);box-shadow:5px 0 25px #0000001a}.Header-module__hBw1pG__mobileMenuHeader{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.Header-module__hBw1pG__closeMobileMenu{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Header-module__hBw1pG__closeMobileMenu:active{background:#e2e8f0}.Header-module__hBw1pG__mobileNavContent{flex-direction:column;gap:.5rem;padding:1rem;display:flex}.Header-module__hBw1pG__mobileNavItem{border:1px solid #0000;border-radius:12px;transition:background .2s;overflow:hidden}.Header-module__hBw1pG__mobileNavItemActive{background:#f8fafc;border-color:#e2e8f0}.Header-module__hBw1pG__mobileNavLink{color:#334155;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1rem;font-size:1.05rem;font-weight:600;display:flex}.Header-module__hBw1pG__mobileNavLinkHighlight{color:#dc2626}.Header-module__hBw1pG__mobileNavLinkLeft{align-items:center;gap:.75rem;display:flex}.Header-module__hBw1pG__mobileDropdownContent{flex-direction:column;gap:.5rem;padding:0 1rem 1rem 3rem;animation:.3s ease-out forwards Header-module__hBw1pG__slideDownMobile;display:flex}.Header-module__hBw1pG__mobileDropdownItem{text-align:left;color:#64748b;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.6rem 0;font-size:.95rem;font-weight:500;display:flex}.Header-module__hBw1pG__mobileDropdownItem:active{color:#2563eb}@keyframes Header-module__hBw1pG__fadeIn{to{opacity:1}}@keyframes Header-module__hBw1pG__slideRight{to{transform:translate(0)}}@keyframes Header-module__hBw1pG__slideDownMobile{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.UserNav-module__T0Dpoq__skeleton{background:#f1f0ee;border-radius:8px;width:80px;height:36px;animation:1.2s ease-in-out infinite UserNav-module__T0Dpoq__pulse}@keyframes UserNav-module__T0Dpoq__pulse{0%,to{opacity:1}50%{opacity:.4}}.UserNav-module__T0Dpoq__guestNav{align-items:center;gap:1rem;display:flex}.UserNav-module__T0Dpoq__authGroup{align-items:center;gap:.5rem;display:flex}.UserNav-module__T0Dpoq__divider{background-color:#e2e8f0;width:1px;height:28px;margin:0 .5rem}.UserNav-module__T0Dpoq__mobileLoginBtn{color:#475569;cursor:pointer;background-color:#0000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:all .25s;display:none}.UserNav-module__T0Dpoq__mobileLoginBtn:active{background-color:#f1f5f9}@media (max-width:992px){.UserNav-module__T0Dpoq__guestNav{gap:.5rem}.UserNav-module__T0Dpoq__authGroup,.UserNav-module__T0Dpoq__divider{display:none}.UserNav-module__T0Dpoq__mobileLoginBtn{display:flex}}.UserNav-module__T0Dpoq__cartBtn{color:#475569;cursor:pointer;background-color:#f8fafccc;border:1px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:all .25s;display:flex;position:relative}.UserNav-module__T0Dpoq__cartBtn:hover{color:#2563eb;background-color:#eff6ff;border-color:#bfdbfe;box-shadow:0 2px 12px #2563eb1f}.UserNav-module__T0Dpoq__badge{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:.65rem;font-weight:800;display:flex;position:absolute;top:-4px;right:-4px}.UserNav-module__T0Dpoq__btnMasuk{color:#44403c;background:#fff;border:1px solid #d6d3d1;border-radius:8px;padding:.4rem .875rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s}.UserNav-module__T0Dpoq__btnMasuk:hover{background:#f5f5f4}.UserNav-module__T0Dpoq__btnDaftar{color:#fff;background:#f59e0b;border-radius:8px;padding:.4rem .875rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .15s}.UserNav-module__T0Dpoq__btnDaftar:hover{background:#d97706}.UserNav-module__T0Dpoq__userNav{align-items:center;gap:1rem;display:flex;position:relative}@media (max-width:768px){.UserNav-module__T0Dpoq__userNav{gap:.75rem}.UserNav-module__T0Dpoq__userName{display:none}}.UserNav-module__T0Dpoq__avatarBtn{cursor:pointer;background:0 0;border:1px solid #e7e5e4;border-radius:99px;align-items:center;gap:.4rem;padding:.25rem .75rem .25rem .3rem;font-family:inherit;transition:background .15s;display:flex}.UserNav-module__T0Dpoq__avatarBtn:hover{background:#f5f5f4}.UserNav-module__T0Dpoq__avatarImg{object-fit:cover;border-radius:50%;width:28px;height:28px}.UserNav-module__T0Dpoq__avatarInitials{color:#fff;background:#f59e0b;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:700;display:flex}.UserNav-module__T0Dpoq__userName{color:#1c1917;text-overflow:ellipsis;white-space:nowrap;max-width:80px;font-size:.875rem;font-weight:600;overflow:hidden}.UserNav-module__T0Dpoq__chevron{color:#78716c;font-size:.6rem}.UserNav-module__T0Dpoq__dropdown{z-index:999;background:#fff;border:1px solid #e7e5e4;border-radius:12px;min-width:200px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 24px #0000001a}.UserNav-module__T0Dpoq__dropdownHeader{border-bottom:1px solid #f5f5f4;flex-direction:column;gap:.125rem;padding:.875rem 1rem;display:flex}.UserNav-module__T0Dpoq__dropdownHeader strong{color:#1c1917;font-size:.9rem}.UserNav-module__T0Dpoq__dropdownHeader span{color:#78716c;font-size:.8rem}.UserNav-module__T0Dpoq__dropdownItem{color:#44403c;justify-content:space-between;align-items:center;gap:.5rem;padding:.7rem 1rem;font-size:.9rem;text-decoration:none;transition:background .1s;display:flex}.UserNav-module__T0Dpoq__dropdownItem:hover{background:#fafaf9}.UserNav-module__T0Dpoq__itemBadge{color:#fff;background:#ef4444;border-radius:99px;padding:.1rem .4rem;font-size:.7rem;font-weight:700}.UserNav-module__T0Dpoq__dropdownLogout{color:#dc2626;cursor:pointer;text-align:left;background:0 0;border:none;border-top:1px solid #f5f5f4;align-items:center;gap:.5rem;width:100%;padding:.7rem 1rem;font-family:inherit;font-size:.9rem;transition:background .1s;display:flex}.UserNav-module__T0Dpoq__dropdownLogout:hover{background:#fef2f2}.UserNav-module__T0Dpoq__cartWrapper{position:relative}.UserNav-module__T0Dpoq__cartPopup{z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:14px;width:320px;animation:.25s cubic-bezier(.16,1,.3,1) UserNav-module__T0Dpoq__cartPopupIn;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 12px 40px #0000001f}@media (max-width:992px){.UserNav-module__T0Dpoq__cartPopup{display:none!important}}@keyframes UserNav-module__T0Dpoq__cartPopupIn{0%{opacity:0;transform:translateY(-8px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.UserNav-module__T0Dpoq__cartPopupHeader{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:.85rem 1rem;display:flex}.UserNav-module__T0Dpoq__cartPopupTitle{color:#0f172a;font-size:.9rem;font-weight:700}.UserNav-module__T0Dpoq__cartPopupCount{color:#3b82f6;background:#eff6ff;border-radius:20px;padding:.15rem .5rem;font-size:.78rem;font-weight:600}.UserNav-module__T0Dpoq__cartPopupEmpty{text-align:center;color:#94a3b8;padding:2rem 1rem}.UserNav-module__T0Dpoq__cartPopupEmptyIcon{color:#cbd5e1;margin-bottom:.5rem}.UserNav-module__T0Dpoq__cartPopupEmpty p{margin:0;font-size:.85rem}.UserNav-module__T0Dpoq__cartPopupList{scrollbar-width:thin;max-height:260px;overflow-y:auto}.UserNav-module__T0Dpoq__cartPopupItem{border-bottom:1px solid #f8fafc;align-items:center;gap:.75rem;padding:.7rem 1rem;transition:background .15s;display:flex}.UserNav-module__T0Dpoq__cartPopupItem:last-child{border-bottom:none}.UserNav-module__T0Dpoq__cartPopupItem:hover{background:#f8fafc}.UserNav-module__T0Dpoq__cartPopupImg{object-fit:cover;border:1px solid #f1f5f9;border-radius:8px;flex-shrink:0;width:44px;height:44px}.UserNav-module__T0Dpoq__cartPopupInfo{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.UserNav-module__T0Dpoq__cartPopupName{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:.84rem;font-weight:600;overflow:hidden}.UserNav-module__T0Dpoq__cartPopupMeta{color:#64748b;font-size:.78rem}.UserNav-module__T0Dpoq__cartPopupMore{text-align:center;color:#94a3b8;border-top:1px solid #f1f5f9;padding:.5rem;font-size:.78rem}.UserNav-module__T0Dpoq__cartPopupBtn{text-align:center;color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);padding:.75rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:all .2s;display:block}.UserNav-module__T0Dpoq__cartPopupBtn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)}
.HeroBanner-module__wpus2W__banner{border-radius:var(--radius-xl);width:100%;box-shadow:var(--shadow-xl);background-color:#1e3a8a;min-height:260px;margin-top:1rem;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.HeroBanner-module__wpus2W__banner{min-height:450px;margin-top:1.5rem}}.HeroBanner-module__wpus2W__imageWrapper{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.HeroBanner-module__wpus2W__image{object-fit:cover;object-position:center right;width:100%;height:100%}.HeroBanner-module__wpus2W__gradientOverlay{z-index:2;background:linear-gradient(#1e3a8a 0%,#2563ebcc 50%,#2563eb00 100%);width:100%;height:100%;position:absolute;top:0;left:0}@media (min-width:768px){.HeroBanner-module__wpus2W__gradientOverlay{background:linear-gradient(90deg,#1e3a8a 0%,#2563ebe6 45%,#2563eb00 100%)}}.HeroBanner-module__wpus2W__content{z-index:3;flex-direction:column;width:100%;display:flex;position:relative}@media (min-width:768px){.HeroBanner-module__wpus2W__content{flex-direction:row;align-items:center}}.HeroBanner-module__wpus2W__textSection{flex-direction:column;align-items:flex-start;width:100%;padding:1.5rem 1.25rem;display:flex}@media (min-width:768px){.HeroBanner-module__wpus2W__textSection{max-width:60%;padding:4rem 3rem}}.HeroBanner-module__wpus2W__badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;border-radius:var(--radius-pill);background:#fff3;border:1px solid #ffffff4d;margin-bottom:1.5rem;padding:6px 14px;font-size:.85rem;font-weight:700}.HeroBanner-module__wpus2W__title{color:#fff;text-shadow:0 2px 4px #0003;margin-bottom:.75rem;font-size:1.6rem;font-weight:800;line-height:1.2}@media (min-width:768px){.HeroBanner-module__wpus2W__title{font-size:2.75rem}}.HeroBanner-module__wpus2W__subtitle{color:#ffffffe6;max-width:400px;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}@media (min-width:768px){.HeroBanner-module__wpus2W__subtitle{font-size:1.1rem}}.HeroBanner-module__wpus2W__ctaBtn{background-color:var(--accent);color:#fff;border-radius:var(--radius-pill);cursor:pointer;border:none;padding:.8rem 1.5rem;font-size:.9rem;font-weight:700;transition:all .3s;box-shadow:0 4px 14px #f59e0b63}@media (min-width:768px){.HeroBanner-module__wpus2W__ctaBtn{padding:1rem 2rem;font-size:1rem}}.HeroBanner-module__wpus2W__ctaBtn:hover{background-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b80}.HeroBanner-module__wpus2W__dots{z-index:10;gap:.5rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.HeroBanner-module__wpus2W__dot{cursor:pointer;background:0 0;border:2px solid #fff9;border-radius:50%;width:10px;height:10px;padding:0;transition:all .2s}.HeroBanner-module__wpus2W__dot:hover{border-color:#fff}.HeroBanner-module__wpus2W__activeDot{background:#fff;border-color:#fff}
.ProductDetail-module__O5PFCq__pageWrapper{background-color:#f5f5f5;min-height:100vh;padding-bottom:40px}.ProductDetail-module__O5PFCq__main{max-width:1200px;margin:0 auto;padding:85px 1rem 1rem}.ProductDetail-module__O5PFCq__backLink{color:var(--primary);align-items:center;gap:.4rem;margin-bottom:1.5rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-flex}.ProductDetail-module__O5PFCq__backLink:hover{opacity:.8}.ProductDetail-module__O5PFCq__loading{text-align:center;color:var(--muted);padding:4rem 1rem;font-size:1.1rem}.ProductDetail-module__O5PFCq__errorBox{text-align:center;color:var(--muted);padding:4rem 1rem}.ProductDetail-module__O5PFCq__errorBox h2{margin:1rem 0;font-size:1.3rem}.ProductDetail-module__O5PFCq__productContainer{flex-direction:column;gap:20px;display:flex}.ProductDetail-module__O5PFCq__card{background:var(--card-bg);border-radius:var(--radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);display:flex;overflow:hidden}.ProductDetail-module__O5PFCq__imageSection{flex-shrink:0;width:450px;padding:15px}.ProductDetail-module__O5PFCq__badge{background:var(--primary);color:#fff;border-radius:var(--radius-pill);z-index:1;padding:.35rem .9rem;font-size:.8rem;font-weight:600;position:absolute;top:25px;left:25px}.ProductDetail-module__O5PFCq__image{object-fit:cover;width:100%;height:auto;display:block}.ProductDetail-module__O5PFCq__infoSection{flex:1;padding:20px}.ProductDetail-module__O5PFCq__name{margin-bottom:10px;font-size:1.25rem;font-weight:500;line-height:1.5rem}.ProductDetail-module__O5PFCq__ratingRow{color:var(--text-muted);align-items:center;gap:15px;margin-bottom:15px;font-size:1rem;display:flex}.ProductDetail-module__O5PFCq__ratingStars{color:var(--accent);border-right:1px solid #0000001a;align-items:center;padding-right:15px;display:flex}.ProductDetail-module__O5PFCq__ratingStars span{border-bottom:1px solid var(--accent);margin-right:5px;font-size:1.1rem}.ProductDetail-module__O5PFCq__soldCount span{color:var(--foreground);font-size:1.1rem}.ProductDetail-module__O5PFCq__priceRow{background:var(--hover-bg);border-radius:var(--radius-md);align-items:center;gap:15px;margin-bottom:25px;padding:15px 20px;display:flex}.ProductDetail-module__O5PFCq__originalPrice{color:var(--text-muted);font-size:1rem;text-decoration:line-through}.ProductDetail-module__O5PFCq__price{color:var(--primary);font-size:1.875rem;font-weight:600}.ProductDetail-module__O5PFCq__sectionCard{background:var(--card-bg);border-radius:var(--radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);padding:25px}.ProductDetail-module__O5PFCq__sectionHeader{background:var(--hover-bg);color:var(--foreground);text-transform:uppercase;border-bottom:1px solid var(--border-color);margin:-25px -25px 25px;padding:14px 20px;font-size:1.125rem;font-weight:600}.ProductDetail-module__O5PFCq__description{color:#000c;white-space:pre-wrap;margin:0;font-size:.875rem;line-height:1.7}.ProductDetail-module__O5PFCq__actions{flex-wrap:wrap;gap:15px;margin-top:auto;display:flex}.ProductDetail-module__O5PFCq__waBtn{color:#fff;border-radius:var(--radius-pill);cursor:pointer;background:#25d366;border:none;align-items:center;gap:.5rem;padding:.85rem 1.8rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.ProductDetail-module__O5PFCq__waBtn:hover{background:#1ebe5b;transform:translateY(-1px);box-shadow:0 4px 12px #25d36666}.ProductDetail-module__O5PFCq__orderLink{background:var(--bg-secondary);color:var(--foreground);border:1px solid var(--border-color);border-radius:var(--radius-pill);align-items:center;gap:.5rem;padding:.85rem 1.8rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.ProductDetail-module__O5PFCq__orderLink:hover{background:var(--border-color)}@media (max-width:768px){.ProductDetail-module__O5PFCq__card{flex-direction:column}.ProductDetail-module__O5PFCq__imageSection{min-height:250px}.ProductDetail-module__O5PFCq__infoSection{padding:0 1.5rem 1.5rem}.ProductDetail-module__O5PFCq__name{font-size:1.3rem}.ProductDetail-module__O5PFCq__price{font-size:1.5rem}.ProductDetail-module__O5PFCq__actions{flex-direction:column}.ProductDetail-module__O5PFCq__waBtn,.ProductDetail-module__O5PFCq__orderLink{justify-content:center}}
.TrustBadges-module__58cvbW__container{grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:1.25rem;margin-bottom:1.25rem;display:grid}@media (min-width:768px){.TrustBadges-module__58cvbW__container{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2rem;margin-bottom:2rem}}.TrustBadges-module__58cvbW__badgeCard{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);background-color:#fff;align-items:center;gap:.5rem;padding:.75rem .5rem;transition:transform .2s,box-shadow .2s;display:flex}@media (min-width:768px){.TrustBadges-module__58cvbW__badgeCard{gap:1rem;padding:1rem}}.TrustBadges-module__58cvbW__badgeCard:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.TrustBadges-module__58cvbW__icon{background-color:#f8fafc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;display:flex}@media (min-width:768px){.TrustBadges-module__58cvbW__icon{width:40px;height:40px}}.TrustBadges-module__58cvbW__title{color:var(--foreground);margin-bottom:.15rem;font-size:.75rem;font-weight:700;line-height:1.2}@media (min-width:768px){.TrustBadges-module__58cvbW__title{margin-bottom:.25rem;font-size:.85rem}}.TrustBadges-module__58cvbW__desc{color:#64748b;font-size:.65rem}@media (min-width:768px){.TrustBadges-module__58cvbW__desc{font-size:.75rem}}
.MenuHariIni-module__QU2pgG__marqueeContainer{color:#fff;border-radius:var(--radius-lg);white-space:nowrap;background:linear-gradient(90deg,#1e3a8a 0%,#2563eb 50%,#1e3a8a 100%);border:1px solid #60a5fa4d;margin-bottom:2.5rem;padding:.75rem 0;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #2563eb40}.MenuHariIni-module__QU2pgG__marqueeContent{flex-shrink:0;align-items:center;padding-right:1.5rem;animation:20s linear infinite MenuHariIni-module__QU2pgG__scrollText;display:flex}.MenuHariIni-module__QU2pgG__marqueeContainer:hover .MenuHariIni-module__QU2pgG__marqueeContent,.MenuHariIni-module__QU2pgG__marqueeContainer:active .MenuHariIni-module__QU2pgG__marqueeContent{animation-play-state:paused}@keyframes MenuHariIni-module__QU2pgG__scrollText{0%{transform:translate(0)}to{transform:translate(-100%)}}.MenuHariIni-module__QU2pgG__promoItem{letter-spacing:.3px;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:flex}@media (min-width:768px){.MenuHariIni-module__QU2pgG__promoItem{font-size:.95rem}}.MenuHariIni-module__QU2pgG__separator{color:#93c5fd;opacity:.5;margin:0 1.25rem;font-size:1rem}.MenuHariIni-module__QU2pgG__icon{color:#93c5fd}.MenuHariIni-module__QU2pgG__iconHighlight{color:#fbbf24;animation:2s infinite MenuHariIni-module__QU2pgG__pulse}@keyframes MenuHariIni-module__QU2pgG__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.MenuHariIni-module__QU2pgG__promoItem strong{color:#fbbf24;text-transform:uppercase;margin-right:2px;font-size:.8rem;font-weight:800}@media (min-width:768px){.MenuHariIni-module__QU2pgG__promoItem strong{font-size:.9rem}}
.ProductReviews-module__K4_yeW__container{background:#fff;border-radius:12px;margin-top:32px;padding:24px;box-shadow:0 4px 12px #00000008}.ProductReviews-module__K4_yeW__sectionTitle{color:#1e293b;margin-bottom:20px;font-size:1.25rem;font-weight:700}.ProductReviews-module__K4_yeW__overviewBox{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-wrap:wrap;align-items:center;gap:30px;margin-bottom:20px;padding:30px;display:flex}.ProductReviews-module__K4_yeW__scoreSection{text-align:center}.ProductReviews-module__K4_yeW__bigScore{color:var(--primary);margin-bottom:4px}.ProductReviews-module__K4_yeW__scoreNumber{font-size:2.5rem;font-weight:700}.ProductReviews-module__K4_yeW__scoreOut{color:var(--text-muted);font-size:1.125rem;font-weight:500}.ProductReviews-module__K4_yeW__starsWrapper{justify-content:center;gap:2px;display:flex}.ProductReviews-module__K4_yeW__filterSection{flex-wrap:wrap;flex:1;gap:12px;display:flex}.ProductReviews-module__K4_yeW__filterBtn{background:var(--card-bg);border:1px solid var(--border-color);color:var(--text-muted);border-radius:var(--radius-pill);cursor:pointer;padding:8px 18px;font-size:.875rem;font-weight:500;transition:all .2s}.ProductReviews-module__K4_yeW__filterBtn:hover{border-color:var(--primary);color:var(--primary);background:#2563eb0d}.ProductReviews-module__K4_yeW__filterBtn.ProductReviews-module__K4_yeW__active{color:#ee4d2d}.ProductReviews-module__K4_yeW__actionsBox{margin-top:24px;margin-bottom:32px}.ProductReviews-module__K4_yeW__writeBtn{border:2px solid var(--primary);color:var(--primary);cursor:pointer;background:#fff;border-radius:8px;width:100%;max-width:200px;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .2s}.ProductReviews-module__K4_yeW__writeBtn:hover{background:#f0f9ff}.ProductReviews-module__K4_yeW__loginPrompt{color:#dc2626;text-align:center;background:#fef2f2;border-radius:8px;padding:16px;font-size:.95rem;font-weight:500}.ProductReviews-module__K4_yeW__loginPrompt a{color:#dc2626;font-weight:700;text-decoration:underline}.ProductReviews-module__K4_yeW__reviewForm{background:var(--hover-bg);border-radius:var(--radius-md);margin-top:20px;padding:20px}.ProductReviews-module__K4_yeW__reviewForm h4{color:#1e293b;margin-top:0;margin-bottom:16px;font-size:1.1rem}.ProductReviews-module__K4_yeW__ratingSelect{color:#334155;align-items:center;gap:16px;margin-bottom:20px;font-weight:600;display:flex}.ProductReviews-module__K4_yeW__commentInput{border:1px solid var(--border-color);border-radius:var(--radius-md);resize:vertical;background:var(--card-bg);width:100%;min-height:100px;padding:12px 16px 45px;font-family:inherit;font-size:.875rem;transition:all .2s}.ProductReviews-module__K4_yeW__commentInput:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #2563eb1a}.ProductReviews-module__K4_yeW__formActions{justify-content:flex-end;gap:12px;display:flex}.ProductReviews-module__K4_yeW__cancelBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:10px 16px;font-weight:600}.ProductReviews-module__K4_yeW__submitBtn{background:var(--primary);color:#fff;border-radius:var(--radius-pill);cursor:pointer;border:none;padding:8px 20px;font-size:.875rem;font-weight:600;transition:all .2s;position:absolute;bottom:12px;right:12px}.ProductReviews-module__K4_yeW__submitBtn:hover{background:var(--primary-hover)}.ProductReviews-module__K4_yeW__submitBtn:disabled{background:var(--text-muted);cursor:not-allowed;opacity:.5}.ProductReviews-module__K4_yeW__reviewList{flex-direction:column;display:flex}.ProductReviews-module__K4_yeW__reviewCard{border-bottom:1px solid #00000017;gap:16px;padding:15px 0 15px 20px;display:flex}.ProductReviews-module__K4_yeW__reviewCard:last-child{border-bottom:none}.ProductReviews-module__K4_yeW__userAvatar img{object-fit:cover;border-radius:50%;width:40px;height:40px}.ProductReviews-module__K4_yeW__reviewContent{flex:1}.ProductReviews-module__K4_yeW__userName{color:#000000de;margin-bottom:4px;font-size:.75rem;font-weight:400}.ProductReviews-module__K4_yeW__reviewStars{gap:2px;margin-bottom:6px;display:flex}.ProductReviews-module__K4_yeW__reviewDate{color:#0000008a;margin-bottom:12px;font-size:.75rem}.ProductReviews-module__K4_yeW__reviewText{color:#000000de;white-space:pre-wrap;font-size:.875rem;line-height:1.25rem}.ProductReviews-module__K4_yeW__emptyState{text-align:center;color:#0000008a;padding:40px 0}@media (max-width:640px){.ProductReviews-module__K4_yeW__overviewBox{flex-direction:column;gap:16px;padding:16px}.ProductReviews-module__K4_yeW__scoreSection{border-bottom:1px solid #e2e8f0;width:100%;padding-bottom:16px}.ProductReviews-module__K4_yeW__filterSection{justify-content:center}}
.ProductCard-module__t53O_a__card{border-radius:var(--radius-lg);background:var(--card-bg);border:1px solid #0000000a;flex-direction:column;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;overflow:hidden;box-shadow:0 4px 20px #00000008}.ProductCard-module__t53O_a__card:hover{border-color:#2563eb33;transform:translateY(-6px)scale(1.02);box-shadow:0 20px 40px -10px #2563eb26,0 10px 20px -5px #0000000d}.ProductCard-module__t53O_a__imageContainer{aspect-ratio:1;width:100%;position:relative;overflow:hidden}.ProductCard-module__t53O_a__sliderWrapper{width:100%;height:100%;transition:transform .5s ease-in-out;display:flex}.ProductCard-module__t53O_a__slideImage{object-fit:cover;flex-shrink:0;width:100%;height:100%;transition:transform .5s}.ProductCard-module__t53O_a__card:hover .ProductCard-module__t53O_a__slideImage{transform:scale(1.08)}.ProductCard-module__t53O_a__badge{color:#fff;border-radius:var(--radius-pill);z-index:10;letter-spacing:.5px;-webkit-backdrop-filter:blur(12px);background:#2563ebbf;border:1px solid #ffffff4d;padding:4px 10px;font-size:.75rem;font-weight:700;position:absolute;top:8px;right:8px;overflow:hidden;box-shadow:0 4px 12px #00000026}.ProductCard-module__t53O_a__badge:after{content:"";background:linear-gradient(90deg,#0000,#fffc,#0000);width:50%;height:100%;animation:2.5s ease-in-out infinite ProductCard-module__t53O_a__badgeShimmer;position:absolute;top:0;left:-100%}@keyframes ProductCard-module__t53O_a__badgeShimmer{0%{left:-100%}20%{left:200%}to{left:200%}}.ProductCard-module__t53O_a__badgeSmall{padding:2px 6px;font-size:.65rem}.ProductCard-module__t53O_a__content{flex-direction:column;flex-grow:1;padding:.4rem;display:flex}@media (min-width:768px){.ProductCard-module__t53O_a__content{padding:.75rem}}.ProductCard-module__t53O_a__contentSmall{padding:.5rem}.ProductCard-module__t53O_a__name{color:var(--foreground);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-bottom:.25rem;font-size:.75rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}@media (min-width:768px){.ProductCard-module__t53O_a__name{font-size:.85rem}}.ProductCard-module__t53O_a__nameSmall{font-size:.75rem;line-height:1.2}.ProductCard-module__t53O_a__metaContainer{color:#64748b;align-items:center;gap:.25rem;margin-bottom:.35rem;font-size:.65rem;display:flex}@media (min-width:768px){.ProductCard-module__t53O_a__metaContainer{gap:.4rem;margin-bottom:.5rem;font-size:.8rem}}.ProductCard-module__t53O_a__metaContainerSmall{gap:.2rem;margin-bottom:.25rem;font-size:.7rem}.ProductCard-module__t53O_a__rating{color:var(--foreground);align-items:center;font-weight:700;display:flex}.ProductCard-module__t53O_a__ratingStar{color:var(--accent);margin-right:2px;font-size:.9rem}.ProductCard-module__t53O_a__metaContainerSmall .ProductCard-module__t53O_a__ratingStar{font-size:.75rem}.ProductCard-module__t53O_a__divider{color:var(--border-color)}.ProductCard-module__t53O_a__soldCount{color:#94a3b8;font-weight:500}.ProductCard-module__t53O_a__skeletonBg{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;animation:2s infinite ProductCard-module__t53O_a__shimmer}@keyframes ProductCard-module__t53O_a__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ProductCard-module__t53O_a__description{display:none}@media (min-width:768px){.ProductCard-module__t53O_a__description{display:none}}.ProductCard-module__t53O_a__descriptionSmall{display:none}.ProductCard-module__t53O_a__priceContainer{flex-wrap:wrap;align-items:center;margin-top:auto;margin-bottom:.75rem;display:flex}@media (min-width:768px){.ProductCard-module__t53O_a__priceContainer{flex-wrap:nowrap;margin-bottom:1rem}}.ProductCard-module__t53O_a__priceContainerSmall{flex-wrap:wrap;margin-bottom:.5rem}.ProductCard-module__t53O_a__originalPrice{color:#94a3b8;margin-right:.5rem;font-size:.75rem;font-weight:500;text-decoration:line-through}@media (min-width:768px){.ProductCard-module__t53O_a__originalPrice{font-size:.85rem}}.ProductCard-module__t53O_a__originalPriceSmall{font-size:.7rem}.ProductCard-module__t53O_a__price{color:var(--primary);font-size:.85rem;font-weight:800}@media (min-width:768px){.ProductCard-module__t53O_a__price{font-size:.95rem}}.ProductCard-module__t53O_a__priceSmall{font-size:.85rem}.ProductCard-module__t53O_a__actions{justify-content:space-between;align-items:center;gap:.25rem;height:34px;display:flex}@media (min-width:768px){.ProductCard-module__t53O_a__actions{gap:.5rem;height:40px}}.ProductCard-module__t53O_a__actionsSmall{gap:.25rem;height:32px}.ProductCard-module__t53O_a__buyNowBtn{border-radius:var(--radius-pill);background-color:var(--primary);color:#fff;flex-grow:1;height:100%;font-size:.8rem;font-weight:600;transition:all .2s}@media (min-width:768px){.ProductCard-module__t53O_a__buyNowBtn{font-size:.9rem}}.ProductCard-module__t53O_a__buyNowBtnSmall{font-size:.75rem}.ProductCard-module__t53O_a__buyNowBtn:hover{background-color:var(--primary-hover);box-shadow:0 4px 6px -1px #2563eb66}.ProductCard-module__t53O_a__cartIconBtn{width:34px;height:34px;color:var(--primary);border:1px solid var(--border-color);background-color:#f8fafc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}@media (min-width:768px){.ProductCard-module__t53O_a__cartIconBtn{width:40px;height:40px}}.ProductCard-module__t53O_a__cartIconBtnSmall{width:32px;height:32px}.ProductCard-module__t53O_a__cartIconBtn:hover{background-color:#eff6ff;border-color:#bfdbfe}.ProductCard-module__t53O_a__cartIconBtn svg{width:16px;height:16px}@media (min-width:768px){.ProductCard-module__t53O_a__cartIconBtn svg{width:18px;height:18px}}.ProductCard-module__t53O_a__cartIconBtnSmall svg{width:14px;height:14px}.ProductCard-module__t53O_a__quantityControl{border-radius:var(--radius-pill);background-color:#f8fafc;justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 4px;display:flex}.ProductCard-module__t53O_a__qtyBtn{width:28px;height:28px;color:var(--primary);box-shadow:var(--shadow-sm);background-color:#fff;border-radius:50%;justify-content:center;align-items:center;transition:background-color .1s;display:flex}@media (min-width:768px){.ProductCard-module__t53O_a__qtyBtn{width:32px;height:32px}}.ProductCard-module__t53O_a__qtyBtnSmall{width:24px;height:24px}.ProductCard-module__t53O_a__qtyBtn:active{background-color:#eff6ff}.ProductCard-module__t53O_a__qtyBtn svg{width:16px;height:16px}.ProductCard-module__t53O_a__qtyBtnSmall svg{width:12px;height:12px}.ProductCard-module__t53O_a__qtyLabel{color:var(--foreground);font-size:1rem;font-weight:700}.ProductCard-module__t53O_a__qtyLabelSmall{font-size:.85rem}
.Toast-module__yWhMxq__toast{border-radius:var(--radius-lg);border:1px solid var(--border-color);z-index:5000;opacity:0;background-color:#fff;align-items:center;gap:12px;min-width:300px;padding:12px 16px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;top:24px;left:50%;transform:translate(-50%)translateY(-100%);box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.Toast-module__yWhMxq__toast.Toast-module__yWhMxq__show{opacity:1;transform:translate(-50%)translateY(0)}.Toast-module__yWhMxq__toast.Toast-module__yWhMxq__hide{opacity:0;transform:translate(-50%)translateY(-20px)}.Toast-module__yWhMxq__icon{color:var(--green);background-color:#d1fae5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.Toast-module__yWhMxq__content{flex-grow:1}.Toast-module__yWhMxq__message{color:var(--foreground);font-size:.9rem;font-weight:600;line-height:1.4}.Toast-module__yWhMxq__closeBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:1.25rem;transition:color .2s}.Toast-module__yWhMxq__closeBtn:hover{color:var(--foreground)}@media (min-width:768px){.Toast-module__yWhMxq__toast{top:auto;bottom:24px;left:24px;transform:translate(-100%)}.Toast-module__yWhMxq__toast.Toast-module__yWhMxq__show{transform:translate(0)}.Toast-module__yWhMxq__toast.Toast-module__yWhMxq__hide{transform:translate(-20px)}}
.Keranjang-module__5URtzq__page{min-height:100vh;font-family:var(--font-google,"Plus Jakarta Sans", sans-serif);background:linear-gradient(135deg,#f8fafc 0%,#eff6ff 50%,#f8fafc 100%);padding:90px 1rem 1.5rem}.Keranjang-module__5URtzq__container{max-width:1024px;margin:0 auto}.Keranjang-module__5URtzq__backLink{color:#64748b;align-items:center;gap:.3rem;margin-bottom:1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.Keranjang-module__5URtzq__backLink:hover{color:#2563eb}.Keranjang-module__5URtzq__pageHeader{margin-bottom:1.5rem}.Keranjang-module__5URtzq__title{color:#0f172a;letter-spacing:-.02em;margin:0 0 .25rem;font-size:1.5rem;font-weight:800}.Keranjang-module__5URtzq__subtitle{color:#64748b;margin:0;font-size:.9rem}.Keranjang-module__5URtzq__loadingWrapper{justify-content:center;align-items:center;min-height:50vh;display:flex}.Keranjang-module__5URtzq__spinner{border:3px solid #bfdbfe;border-top-color:#3b82f6;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite Keranjang-module__5URtzq__spin}@keyframes Keranjang-module__5URtzq__spin{to{transform:rotate(360deg)}}.Keranjang-module__5URtzq__emptyState{text-align:center;background:#fff;border:1px solid #0000000d;border-radius:20px;flex-direction:column;align-items:center;padding:4rem 2rem;display:flex;box-shadow:0 10px 30px #00000005}.Keranjang-module__5URtzq__emptyIconWrap{color:#3b82f6;background:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:1.5rem;display:flex}.Keranjang-module__5URtzq__emptyTitle{color:#0f172a;margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.Keranjang-module__5URtzq__emptyText{color:#64748b;margin:0 0 1.5rem;font-size:.95rem}.Keranjang-module__5URtzq__btnPrimary{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:12px;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 14px #2563eb40}.Keranjang-module__5URtzq__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2563eb59}.Keranjang-module__5URtzq__layout{grid-template-columns:1fr 340px;align-items:flex-start;gap:1.5rem;display:grid}@media (max-width:860px){.Keranjang-module__5URtzq__layout{grid-template-columns:1fr}}.Keranjang-module__5URtzq__card{background:#fff;border:1px solid #0000000f;border-radius:16px;margin-bottom:1.5rem;padding:1rem;box-shadow:0 4px 20px #00000008}@media (min-width:768px){.Keranjang-module__5URtzq__card{padding:1.25rem}}.Keranjang-module__5URtzq__itemList{flex-direction:column;gap:1rem;display:flex}.Keranjang-module__5URtzq__itemCard{border-bottom:1px solid #f1f5f9;align-items:center;gap:1rem;padding-bottom:1rem;display:flex}.Keranjang-module__5URtzq__itemCard:last-child{border-bottom:none;padding-bottom:0}@media (max-width:540px){.Keranjang-module__5URtzq__itemCard{flex-direction:row;align-items:center;gap:.75rem;padding-bottom:.75rem}.Keranjang-module__5URtzq__itemActions{flex-direction:column;align-items:flex-end;gap:.5rem}}.Keranjang-module__5URtzq__itemImg{object-fit:cover;border:1px solid #f1f5f9;border-radius:10px;flex-shrink:0;width:80px;height:80px}@media (max-width:540px){.Keranjang-module__5URtzq__itemImg{width:65px;height:65px}}.Keranjang-module__5URtzq__itemInfo{flex:1;min-width:0}.Keranjang-module__5URtzq__itemName{color:#0f172a;margin:0 0 .25rem;font-size:1rem;font-weight:700}@media (max-width:540px){.Keranjang-module__5URtzq__itemName{margin-bottom:.15rem;font-size:.85rem;line-height:1.2}}.Keranjang-module__5URtzq__itemVariants{flex-wrap:wrap;gap:.4rem;margin-bottom:.5rem;display:flex}.Keranjang-module__5URtzq__variantBadge{color:#475569;background:#f1f5f9;border-radius:6px;padding:.15rem .5rem;font-size:.75rem}.Keranjang-module__5URtzq__itemPriceRow{align-items:center;gap:.5rem;display:flex}.Keranjang-module__5URtzq__itemPrice{color:#3b82f6;font-size:.95rem;font-weight:700}@media (max-width:540px){.Keranjang-module__5URtzq__itemPrice{font-size:.85rem}}.Keranjang-module__5URtzq__itemOriginal{color:#94a3b8;font-size:.8rem;text-decoration:line-through}.Keranjang-module__5URtzq__itemActions{flex-shrink:0;align-items:center;gap:1.25rem;display:flex}.Keranjang-module__5URtzq__qtyControl{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.5rem;padding:.2rem;display:flex}.Keranjang-module__5URtzq__qtyBtn{color:#475569;cursor:pointer;background:#fff;border:none;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.Keranjang-module__5URtzq__qtyBtn:hover:not(:disabled){color:#2563eb;background:#eff6ff}.Keranjang-module__5URtzq__qtyBtn:disabled{opacity:.5;cursor:not-allowed}.Keranjang-module__5URtzq__qtyValue{color:#0f172a;text-align:center;min-width:24px;font-size:.9rem;font-weight:600}.Keranjang-module__5URtzq__removeBtn{cursor:pointer;color:#94a3b8;background:0 0;border:none;justify-content:center;align-items:center;padding:.4rem;transition:color .2s;display:flex}.Keranjang-module__5URtzq__removeBtn:hover{color:#ef4444}.Keranjang-module__5URtzq__promoSection{grid-column:1/-1;margin-top:1rem}.Keranjang-module__5URtzq__promoHeader{margin-bottom:1rem}.Keranjang-module__5URtzq__promoTitle{color:#0f172a;align-items:center;gap:.4rem;margin:0 0 .2rem;font-size:1.15rem;font-weight:800;display:flex}.Keranjang-module__5URtzq__promoEmoji{font-size:1.3rem}.Keranjang-module__5URtzq__promoSubtitle{color:#64748b;margin:0;font-size:.85rem}.Keranjang-module__5URtzq__promoSubtitle strong{color:#ef4444}.Keranjang-module__5URtzq__promoGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}@media (max-width:500px){.Keranjang-module__5URtzq__promoGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.Keranjang-module__5URtzq__promoCard{background:#fff;border:1px solid #0000000d;border-radius:12px;transition:all .25s;overflow:hidden;box-shadow:0 4px 12px #00000005}.Keranjang-module__5URtzq__promoCard:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000000f}.Keranjang-module__5URtzq__promoImgWrap{width:100%;padding-top:75%;position:relative}.Keranjang-module__5URtzq__promoImg{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.Keranjang-module__5URtzq__promoBadge{color:#fff;background:#ef4444;border-radius:6px;align-items:center;gap:.2rem;padding:.2rem .5rem;font-size:.65rem;font-weight:800;display:flex;position:absolute;top:8px;right:8px}.Keranjang-module__5URtzq__promoCardBody{padding:.85rem}.Keranjang-module__5URtzq__promoName{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;margin:0 0 .4rem;font-size:.85rem;font-weight:700;overflow:hidden}.Keranjang-module__5URtzq__promoPriceGroup{align-items:center;gap:.4rem;margin-bottom:.75rem;display:flex}.Keranjang-module__5URtzq__promoOriginal{color:#94a3b8;font-size:.7rem;text-decoration:line-through}.Keranjang-module__5URtzq__promoCurrent{color:#ef4444;font-size:.9rem;font-weight:800}.Keranjang-module__5URtzq__promoAddBtn{color:#2563eb;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;width:100%;padding:.5rem;font-family:inherit;font-size:.8rem;font-weight:700;transition:all .2s}.Keranjang-module__5URtzq__promoAddBtn:hover:not(:disabled){color:#fff;background:#3b82f6;border-color:#3b82f6}.Keranjang-module__5URtzq__promoAddBtn:disabled{opacity:.7;cursor:not-allowed}.Keranjang-module__5URtzq__summaryCard{background:#fff;border:1px solid #0000000f;border-radius:16px;padding:1.5rem;position:sticky;top:90px;box-shadow:0 4px 20px #0000000a}.Keranjang-module__5URtzq__summaryTitle{color:#0f172a;margin:0 0 1.25rem;font-size:1.1rem;font-weight:800}.Keranjang-module__5URtzq__userInfoBox{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:.5rem;margin-bottom:1.25rem;padding:1rem;display:flex}.Keranjang-module__5URtzq__userInfoRow{justify-content:space-between;font-size:.85rem;display:flex}.Keranjang-module__5URtzq__userInfoLabel{color:#64748b}.Keranjang-module__5URtzq__userInfoValue{color:#0f172a;text-align:right;max-width:65%;font-weight:600}.Keranjang-module__5URtzq__summaryDetails{border-bottom:1px dashed #cbd5e1;margin-bottom:1rem;padding-bottom:1rem}.Keranjang-module__5URtzq__summaryRow{color:#475569;justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.Keranjang-module__5URtzq__summaryTotalRow{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.Keranjang-module__5URtzq__summaryTotalRow span:first-child{color:#0f172a;font-size:1rem;font-weight:700}.Keranjang-module__5URtzq__summaryTotalAmount{color:#3b82f6;font-size:1.35rem;font-weight:800}.Keranjang-module__5URtzq__btnCheckoutWa{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-family:inherit;font-size:1rem;font-weight:700;transition:all .25s;display:flex;box-shadow:0 4px 14px #10b9814d}.Keranjang-module__5URtzq__btnCheckoutWa:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10b98166}.Keranjang-module__5URtzq__waIcon{font-size:1.2rem}.Keranjang-module__5URtzq__addressHint{color:#64748b;text-align:center;background:#f8fafc;border-radius:8px;margin:1rem 0 0;padding:.75rem;font-size:.8rem}.Keranjang-module__5URtzq__hintLink{color:#3b82f6;font-weight:600;text-decoration:none}.Keranjang-module__5URtzq__hintLink:hover{text-decoration:underline}
.Footer-module__S6Hkya__footer{color:#f8fafc;text-align:center;will-change:transform;background-color:#0f172a;margin-top:5rem;padding:3rem 1rem 120px;position:relative;transform:translateZ(0)}@media (min-width:768px){.Footer-module__S6Hkya__footer{text-align:left;padding:4rem 1rem 2rem}}.Footer-module__S6Hkya__footer:before{content:"";background:linear-gradient(90deg,#2563eb,#60a5fa);height:4px;position:absolute;top:0;left:0;right:0}.Footer-module__S6Hkya__container{grid-template-columns:1fr 1fr;gap:1.5rem;max-width:1200px;margin:0 auto 3rem;display:grid}.Footer-module__S6Hkya__container>.Footer-module__S6Hkya__section:first-child,.Footer-module__S6Hkya__paymentSection{grid-column:1/-1}@media (min-width:1024px){.Footer-module__S6Hkya__container{grid-template-columns:repeat(4,1fr);gap:3rem}.Footer-module__S6Hkya__container>.Footer-module__S6Hkya__section:first-child,.Footer-module__S6Hkya__paymentSection{grid-column:auto}}.Footer-module__S6Hkya__logoWrap{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}@media (min-width:768px){.Footer-module__S6Hkya__logoWrap{justify-content:flex-start;margin-bottom:1.25rem}}.Footer-module__S6Hkya__logoIcon{border-radius:var(--radius-md);background-color:#2563eb33;border:1px solid #3b82f64d;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Footer-module__S6Hkya__logoIcon svg path:first-child{fill:#60a5fa}.Footer-module__S6Hkya__logoIcon svg path:last-child{stroke:#60a5fa}.Footer-module__S6Hkya__title{color:#fff;font-size:1.1rem;font-weight:800}@media (min-width:768px){.Footer-module__S6Hkya__title{font-size:1.25rem}}.Footer-module__S6Hkya__subtitle{color:#fff;margin-bottom:1.25rem;font-size:.95rem;font-weight:700;display:inline-block;position:relative}.Footer-module__S6Hkya__subtitle:after{content:"";background-color:#3b82f6;width:40px;height:2px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}@media (min-width:768px){.Footer-module__S6Hkya__subtitle{font-size:1.05rem}.Footer-module__S6Hkya__subtitle:after{left:0;transform:none}}.Footer-module__S6Hkya__text{color:#94a3b8;font-size:.85rem;line-height:1.7}@media (min-width:768px){.Footer-module__S6Hkya__text{font-size:.95rem}}.Footer-module__S6Hkya__textAddress{color:#cbd5e1;justify-content:center;align-items:flex-start;gap:.5rem;margin-top:1rem;font-size:.85rem;line-height:1.6;display:flex}@media (min-width:768px){.Footer-module__S6Hkya__textAddress{justify-content:flex-start;font-size:.95rem}}.Footer-module__S6Hkya__addressIcon{color:#3b82f6;flex-shrink:0;margin-top:.15rem}.Footer-module__S6Hkya__linkList{flex-direction:column;gap:.85rem;list-style:none;display:flex}.Footer-module__S6Hkya__linkList li a{color:#94a3b8;font-size:.85rem;transition:all .2s;display:inline-block}@media (min-width:768px){.Footer-module__S6Hkya__linkList li a{font-size:.95rem}}.Footer-module__S6Hkya__linkList li a:hover{color:#fff;transform:translate(4px)}.Footer-module__S6Hkya__socialList{flex-direction:column;gap:1rem;list-style:none;display:flex}.Footer-module__S6Hkya__socialLink{color:#cbd5e1;justify-content:center;align-items:center;gap:.75rem;padding:.4rem 0;font-size:.85rem;transition:all .2s;display:flex}@media (min-width:768px){.Footer-module__S6Hkya__socialLink{justify-content:flex-start;font-size:.95rem}}.Footer-module__S6Hkya__socialLink svg{color:#60a5fa;transition:transform .2s}.Footer-module__S6Hkya__socialLink:hover{color:#fff;transform:translate(4px)}.Footer-module__S6Hkya__socialLink:hover svg{color:#3b82f6;transform:scale(1.1)}.Footer-module__S6Hkya__contactItem{color:#cbd5e1;align-items:flex-start;gap:.75rem;padding:.25rem 0;font-size:.85rem;transition:all .2s;display:flex}@media (min-width:768px){.Footer-module__S6Hkya__contactItem{font-size:.95rem}}.Footer-module__S6Hkya__contactIcon{color:#60a5fa;flex-shrink:0;margin-top:.15rem}.Footer-module__S6Hkya__socialRow{justify-content:center;gap:1rem;margin-bottom:1.5rem;display:flex}@media (min-width:768px){.Footer-module__S6Hkya__socialRow{justify-content:flex-start}}.Footer-module__S6Hkya__socialBtn{border-radius:var(--radius-md);color:#60a5fa;background:#ffffff14;border:1px solid #ffffff1a;justify-content:center;align-items:center;width:40px;height:40px;transition:all .25s;display:flex}.Footer-module__S6Hkya__socialBtn:hover{color:#fff;background:#2563eb33;border-color:#3b82f680;transform:translateY(-3px)}.Footer-module__S6Hkya__paymentMethods{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}@media (min-width:768px){.Footer-module__S6Hkya__paymentMethods{justify-content:flex-start;gap:.5rem}}.Footer-module__S6Hkya__paymentCard{border-radius:var(--radius-sm);background:#ffffffe6;justify-content:center;align-items:center;padding:.4rem .6rem;transition:all .2s;display:flex}.Footer-module__S6Hkya__paymentCard:hover{background:#fff;transform:translateY(-2px)}.Footer-module__S6Hkya__copyright{text-align:center;color:#64748b;border-top:1px solid #ffffff1a;max-width:1200px;margin:0 auto;padding-top:2rem;font-size:.85rem}
