.AuthModal-module__eA5lqa__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;background-color:#11182799;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out AuthModal-module__eA5lqa__fadeIn;display:flex;position:fixed;inset:0}@keyframes AuthModal-module__eA5lqa__fadeIn{0%{opacity:0}to{opacity:1}}.AuthModal-module__eA5lqa__modal{border-radius:var(--radius-lg,16px);background:#fff;width:100%;max-width:440px;animation:.25s cubic-bezier(.16,1,.3,1) AuthModal-module__eA5lqa__slideUp;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes AuthModal-module__eA5lqa__slideUp{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.AuthModal-module__eA5lqa__closeBtn{color:var(--text-muted,#6b7280);cursor:pointer;border-radius:var(--radius-sm,6px);background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:all .15s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.AuthModal-module__eA5lqa__closeBtn:hover{background-color:var(--bg-secondary,#f8f9fa);color:var(--text-main,#111827)}.AuthModal-module__eA5lqa__header{text-align:center;padding:2rem 2rem 1.25rem}.AuthModal-module__eA5lqa__title{color:var(--text-main,#111827);letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.AuthModal-module__eA5lqa__subtitle{color:var(--text-muted,#6b7280);font-size:.875rem}.AuthModal-module__eA5lqa__tabs{border-bottom:1px solid var(--border-light,#e5e7eb);gap:1.5rem;padding:0 2rem;display:flex}.AuthModal-module__eA5lqa__tab{color:var(--text-muted,#6b7280);cursor:pointer;background:0 0;border:none;padding:.75rem 0;font-size:.95rem;font-weight:600;transition:color .15s;position:relative}.AuthModal-module__eA5lqa__tab:hover{color:var(--text-main,#111827)}.AuthModal-module__eA5lqa__activeTab{color:var(--marketly-blue,#1d58ed)}.AuthModal-module__eA5lqa__activeTab:after{content:"";background-color:var(--marketly-blue,#1d58ed);border-radius:2px;height:2px;position:absolute;bottom:-1px;left:0;right:0}.AuthModal-module__eA5lqa__form{flex-direction:column;gap:1.1rem;padding:1.5rem 2rem 2rem;display:flex}.AuthModal-module__eA5lqa__inputGroup{flex-direction:column;gap:.35rem;display:flex}.AuthModal-module__eA5lqa__label{color:var(--text-sub,#4b5563);font-size:.825rem;font-weight:600}.AuthModal-module__eA5lqa__input{border:1.5px solid var(--border-light,#e5e7eb);border-radius:var(--radius-md,10px);width:100%;color:var(--text-main,#111827);padding:.75rem 1rem;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.AuthModal-module__eA5lqa__input:focus{border-color:var(--marketly-blue,#1d58ed);outline:none;box-shadow:0 0 0 3px #1d58ed1f}.AuthModal-module__eA5lqa__submitBtn{background:var(--marketly-yellow,#ffd400);color:#111827;border-radius:var(--radius-pill,9999px);cursor:pointer;border:none;justify-content:center;align-items:center;margin-top:.5rem;padding:.85rem;font-size:.95rem;font-weight:700;transition:transform .15s,background .15s;display:flex}.AuthModal-module__eA5lqa__submitBtn:hover:not(:disabled){background:var(--marketly-yellow-hover,#ecc400);transform:translateY(-1px)}.AuthModal-module__eA5lqa__submitBtn:disabled{opacity:.6;cursor:not-allowed}.AuthModal-module__eA5lqa__errorBox{color:#b91c1c;border-radius:var(--radius-sm,6px);background-color:#fef2f2;border:1px solid #fee2e2;padding:.75rem;font-size:.825rem}.AuthModal-module__eA5lqa__successBox{color:#047857;border-radius:var(--radius-sm,6px);background-color:#ecfdf5;border:1px solid #a7f3d0;padding:.75rem;font-size:.825rem}.AuthModal-module__eA5lqa__switchLink{color:var(--marketly-blue,#1d58ed);cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:.85rem;font-weight:600;text-decoration:underline}
.CartDrawer-module__EV39Ia__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#11182780;justify-content:flex-end;animation:.2s ease-out CartDrawer-module__EV39Ia__fadeIn;display:flex;position:fixed;inset:0}@keyframes CartDrawer-module__EV39Ia__fadeIn{0%{opacity:0}to{opacity:1}}.CartDrawer-module__EV39Ia__drawer{background:#fff;flex-direction:column;width:100%;max-width:420px;height:100%;animation:.3s cubic-bezier(.16,1,.3,1) CartDrawer-module__EV39Ia__slideLeft;display:flex;box-shadow:-4px 0 25px #00000026}@keyframes CartDrawer-module__EV39Ia__slideLeft{0%{transform:translate(100%)}to{transform:translate(0)}}.CartDrawer-module__EV39Ia__header{border-bottom:1px solid var(--border-light,#e5e7eb);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.CartDrawer-module__EV39Ia__title{color:var(--text-main,#111827);align-items:center;gap:.5rem;font-size:1.2rem;font-weight:700;display:flex}.CartDrawer-module__EV39Ia__badge{background-color:var(--marketly-blue-light,#ebf2ff);color:var(--marketly-blue,#1d58ed);border-radius:var(--radius-pill,9999px);padding:.2rem .6rem;font-size:.75rem;font-weight:700}.CartDrawer-module__EV39Ia__closeBtn{color:var(--text-muted,#6b7280);cursor:pointer;border-radius:var(--radius-sm,6px);background:0 0;border:none;padding:.35rem;transition:all .15s}.CartDrawer-module__EV39Ia__closeBtn:hover{background-color:var(--bg-secondary,#f8f9fa);color:var(--text-main,#111827)}.CartDrawer-module__EV39Ia__itemList{flex-direction:column;flex:1;gap:1.25rem;padding:1rem 1.5rem;display:flex;overflow-y:auto}.CartDrawer-module__EV39Ia__emptyState{text-align:center;color:var(--text-muted,#6b7280);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.CartDrawer-module__EV39Ia__emptyIcon{width:64px;height:64px;color:var(--border-light,#e5e7eb);margin-bottom:1rem}.CartDrawer-module__EV39Ia__emptyBtn{background-color:var(--marketly-yellow,#ffd400);color:#111827;border-radius:var(--radius-pill,9999px);cursor:pointer;border:none;margin-top:1.25rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;text-decoration:none}.CartDrawer-module__EV39Ia__item{border-bottom:1px solid var(--border-subtle,#f0f2f5);gap:1rem;padding-bottom:1.25rem;display:flex}.CartDrawer-module__EV39Ia__itemImg{border-radius:var(--radius-md,10px);object-fit:contain;background-color:var(--bg-secondary,#f8f9fa);border:1px solid var(--border-subtle,#f0f2f5);flex-shrink:0;width:72px;height:72px;padding:4px}.CartDrawer-module__EV39Ia__itemDetails{flex-direction:column;flex:1;justify-content:space-between;display:flex}.CartDrawer-module__EV39Ia__itemTitle{color:var(--text-main,#111827);margin-bottom:.25rem;font-size:.9rem;font-weight:600;line-height:1.3}.CartDrawer-module__EV39Ia__itemPrice{color:var(--marketly-blue,#1d58ed);font-size:.95rem;font-weight:700}.CartDrawer-module__EV39Ia__itemActions{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.CartDrawer-module__EV39Ia__quantityStepper{border:1px solid var(--border-light,#e5e7eb);border-radius:var(--radius-pill,9999px);align-items:center;gap:.65rem;padding:.15rem .5rem;display:flex}.CartDrawer-module__EV39Ia__stepBtn{cursor:pointer;color:var(--text-sub,#4b5563);background:0 0;border:none;justify-content:center;align-items:center;padding:.1rem;display:flex}.CartDrawer-module__EV39Ia__stepBtn:hover{color:var(--text-main,#111827)}.CartDrawer-module__EV39Ia__qtyVal{text-align:center;min-width:1.2rem;font-size:.85rem;font-weight:700}.CartDrawer-module__EV39Ia__removeBtn{color:var(--text-light,#9ca3af);cursor:pointer;background:0 0;border:none;padding:.25rem;transition:color .15s}.CartDrawer-module__EV39Ia__removeBtn:hover{color:var(--marketly-red,#ef4444)}.CartDrawer-module__EV39Ia__footer{border-top:1px solid var(--border-light,#e5e7eb);background-color:#fff;flex-direction:column;gap:1rem;padding:1.25rem 1.5rem;display:flex}.CartDrawer-module__EV39Ia__couponRow{gap:.5rem;display:flex}.CartDrawer-module__EV39Ia__couponInput{border:1px solid var(--border-light,#e5e7eb);border-radius:var(--radius-sm,6px);flex:1;padding:.6rem .85rem;font-size:.85rem}.CartDrawer-module__EV39Ia__couponBtn{background-color:var(--bg-secondary,#f8f9fa);border:1px solid var(--border-light,#e5e7eb);border-radius:var(--radius-sm,6px);cursor:pointer;padding:.6rem 1rem;font-size:.85rem;font-weight:600;transition:all .15s}.CartDrawer-module__EV39Ia__couponBtn:hover{background-color:var(--marketly-blue,#1d58ed);color:#fff;border-color:var(--marketly-blue,#1d58ed)}.CartDrawer-module__EV39Ia__activeCoupon{background-color:var(--marketly-blue-light,#ebf2ff);border-radius:var(--radius-sm,6px);color:var(--marketly-blue,#1d58ed);justify-content:space-between;align-items:center;padding:.4rem .75rem;font-size:.8rem;font-weight:600;display:flex}.CartDrawer-module__EV39Ia__summaryRow{color:var(--text-muted,#6b7280);justify-content:space-between;font-size:.875rem;display:flex}.CartDrawer-module__EV39Ia__totalRow{color:var(--text-main,#111827);border-top:1px dashed var(--border-light,#e5e7eb);justify-content:space-between;padding-top:.75rem;font-size:1.1rem;font-weight:800;display:flex}.CartDrawer-module__EV39Ia__checkoutBtn{background-color:var(--marketly-yellow,#ffd400);color:#111827;border-radius:var(--radius-pill,9999px);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.9rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .15s;display:flex}.CartDrawer-module__EV39Ia__checkoutBtn:hover{background-color:var(--marketly-yellow-hover,#ecc400);transform:translateY(-1px)}
:root{--font-primary:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-serif:"Playfair Display", Georgia, serif;--marketly-yellow:#ffd400;--marketly-yellow-hover:#ecc400;--marketly-blue:#1d58ed;--marketly-blue-dark:#1444bf;--marketly-blue-light:#ebf2ff;--marketly-blue-pill:#0056d2;--marketly-pink:#ff2e7e;--marketly-pink-badge:#ff3b82;--marketly-pink-strip:#fff0f5;--marketly-green:#10b981;--marketly-red:#ef4444;--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-card:#fff;--bg-arch:#e9f0fd;--text-main:#111827;--text-muted:#6b7280;--text-sub:#4b5563;--text-light:#9ca3af;--border-light:#e5e7eb;--border-subtle:#f0f2f5;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:22px;--radius-pill:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #00000012, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -4px #00000008;--shadow-hover:0 12px 24px -4px #0000001f}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;color:var(--text-main);font-family:var(--font-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input{font-family:inherit}.main-container{width:100%;max-width:1240px;margin:0 auto;padding:0 20px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.section-header-center{text-align:center;margin-bottom:28px}.section-header-center h2{color:var(--text-main);letter-spacing:-.02em;margin-bottom:8px;font-size:26px;font-weight:700}.section-header-center p{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:14px}.smooth-hover{transition:all .25s ease-in-out}.smooth-hover:hover{transform:translateY(-2px)}
