:root{--bg: #f7f8fa;--bg-deep: #eef1f4;--surface: #ffffff;--ink: #121826;--ink-muted: #5b6472;--brand: #0b3d36;--brand-soft: #146055;--accent: #e4572e;--accent-soft: #ff8f6b;--nav: #151a22;--line: rgba(18, 24, 38, .1);--danger: #b42318;--ok: #0f7a4a;--shadow: 0 14px 40px rgba(18, 24, 38, .1);--radius: 12px;--font-display: "Syne", "Fraunces", Georgia, serif;--font-body: "Outfit", "DM Sans", system-ui, sans-serif;--max: 1180px;--bottom-nav-h: 72px;--page-pad: 1rem;--safe-bottom: env(safe-area-inset-bottom, 0px)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;min-height:100vh;min-height:100dvh;font-family:var(--font-body);color:var(--ink);background:var(--bg);line-height:1.5;overflow-x:hidden}#root{min-height:100vh;min-height:100dvh;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}h1,h2,h3{font-family:var(--font-display);font-weight:700;line-height:1.15;margin:0 0 .5rem}p{margin:0 0 1rem;color:var(--ink-muted)}.container{width:min(100% - (var(--page-pad) * 2),var(--max));margin-inline:auto}.store-shell{min-height:100vh;min-height:100dvh;padding-bottom:calc(var(--bottom-nav-h) + var(--safe-bottom) + 1rem)}@media(min-width:900px){.store-shell{padding-bottom:0}}.topbar{position:sticky;top:0;z-index:50;background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.topbar__inner{width:min(100% - 1rem,var(--max));margin:0 auto;display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:.75rem;padding:.7rem 0}.brand-mark{display:inline-flex;align-items:center;justify-content:center;gap:.55rem}.brand-mark__badge{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--brand);color:#fff;font-family:var(--font-display);font-weight:700;font-size:.85rem}.brand-mark__name{font-family:var(--font-display);font-size:1.2rem;font-weight:700;letter-spacing:-.02em;color:var(--brand)}.topbar__actions{display:flex;align-items:center;gap:.2rem}.icon-btn{position:relative;width:40px;height:40px;border:none;background:transparent;border-radius:50%;display:grid;place-items:center;color:var(--ink);cursor:pointer}.icon-btn:hover{background:var(--bg-deep)}.hamburger{width:18px;height:2px;background:var(--ink);box-shadow:0 -6px 0 var(--ink),0 6px 0 var(--ink);display:block}.badge-dot{position:absolute;top:4px;right:2px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--accent);color:#fff;font-size:.65rem;font-weight:700;display:grid;place-items:center}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;pointer-events:none}.drawer.is-open{pointer-events:auto}.drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a101873;opacity:0;transition:opacity .25s ease}.drawer.is-open .drawer__backdrop{opacity:1}.drawer__panel{position:absolute;top:0;left:0;bottom:0;width:min(86vw,320px);background:#fff;transform:translate(-105%);transition:transform .28s ease;padding:1rem 1.1rem 1.5rem;box-shadow:var(--shadow)}.drawer.is-open .drawer__panel{transform:translate(0)}.drawer__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.drawer__nav{display:grid;gap:.2rem}.drawer__nav a{padding:.85rem .7rem;border-radius:10px;font-weight:600;color:var(--ink)}.drawer__nav a:hover,.drawer__nav a.active{background:#0b3d3614;color:var(--brand)}.float-cart{position:fixed;right:0;top:42%;z-index:45;width:72px;border-radius:10px 0 0 10px;overflow:hidden;box-shadow:var(--shadow);display:none}@media(min-width:768px){.float-cart{display:block}}.float-cart__top{display:grid;place-items:center;gap:.2rem;background:var(--brand);color:#fff;font-size:.72rem;font-weight:700;padding:.65rem .35rem;text-align:center}.float-cart__bottom{display:grid;place-items:center;background:#fff;color:var(--brand);font-size:.78rem;font-weight:700;padding:.55rem .3rem}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:55;height:calc(var(--bottom-nav-h) + var(--safe-bottom));padding:0 .4rem var(--safe-bottom);box-sizing:border-box;background:var(--nav);display:grid;grid-template-columns:repeat(5,1fr);align-items:center;justify-items:stretch;color:#ffffffbf}@media(min-width:900px){.bottom-nav{display:none}}.bottom-nav__item,.bottom-nav__cart{display:grid;justify-items:center;align-content:center;gap:.2rem;min-height:var(--bottom-nav-h);font-size:.62rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:inherit;padding:0}.bottom-nav__item.active,.bottom-nav__cart.active{color:#fff}.bottom-nav__cart{transform:translateY(-12px)}.bottom-nav__cart-btn{position:relative;width:54px;height:54px;border-radius:50%;background:var(--accent);color:#fff;display:grid;place-items:center;box-shadow:0 8px 22px #e4572e66}.bottom-nav__cart-btn i{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;border-radius:999px;background:#fff;color:var(--accent);font-style:normal;font-size:.65rem;font-weight:800;display:grid;place-items:center;padding:0 4px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border:none;border-radius:999px;padding:.8rem 1.4rem;font-weight:700;cursor:pointer;transition:transform .2s ease,background .2s ease,opacity .2s ease}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-soft)}.btn-accent{background:var(--accent);color:#fff}.btn-ghost{background:transparent;border:1px solid var(--line);color:var(--ink)}.btn-danger{background:var(--danger);color:#fff}.hero-slider{position:relative;min-height:clamp(320px,58vh,560px);overflow:hidden;isolation:isolate;color:#fff}.hero-slider__slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.04);transition:opacity .7s ease,transform 6s ease;z-index:-2}.hero-slider__slide.is-active{opacity:1;transform:scale(1)}.hero-slider__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(105deg,#08161cb8,#08161c59 48%,#08161c33),linear-gradient(180deg,#08121826,#0812188c)}.hero-slider__content{width:min(100% - (var(--page-pad) * 2),var(--max));margin:0 auto;padding:clamp(3rem,10vw,5.5rem) 0 clamp(2.5rem,6vw,3.5rem);animation:fadeUp .7s ease both}.hero-kicker{margin:0 0 .55rem;color:#ffffffd9;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hero-title{font-size:clamp(2.4rem,8vw,4.4rem);color:#fff;margin-bottom:.55rem;letter-spacing:-.03em}.hero-copy{max-width:32rem;color:#ffffffe6;font-size:1.05rem;margin-bottom:1.35rem}.hero-dots{position:absolute;left:50%;bottom:1rem;transform:translate(-50%);display:flex;gap:.45rem}.hero-dot{width:8px;height:8px;border-radius:50%;border:none;background:#ffffff73;cursor:pointer;padding:0}.hero-dot.is-active{background:#fff;width:22px;border-radius:999px}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.section{padding:2.5rem 0 2rem}.section--tight{padding-top:2rem}.section-title{text-align:center;margin-bottom:1.5rem}.section-title h2{display:inline-block;font-size:clamp(1.5rem,4vw,2rem);color:var(--ink);margin:0;padding-bottom:.45rem;border-bottom:3px solid var(--accent)}.section-cta{display:flex;justify-content:center;margin-top:1.75rem}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}@media(max-width:360px){.product-grid{grid-template-columns:1fr}}@media(min-width:600px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}@media(min-width:960px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.15rem}}.product-card{position:relative;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:10px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.product-card__link{display:flex;flex-direction:column;flex:1;color:inherit;text-decoration:none}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-card__media{position:relative;aspect-ratio:1;background:var(--bg-deep);overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e8edf1,#d5dde5);display:grid;place-items:center;font-size:2.5rem;font-weight:800;color:#7a8794;text-transform:uppercase}.discount-badge{position:absolute;top:8px;left:8px;z-index:1;background:var(--ok);color:#fff;font-size:.72rem;font-weight:800;padding:.25rem .45rem;border-radius:4px}.product-card__body{padding:.7rem .75rem .85rem}.product-card__cart{margin:0 .75rem .75rem;width:calc(100% - 1.5rem);font-size:.85rem;padding:.45rem .6rem}.product-card__title{font-family:var(--font-body);font-size:.92rem;font-weight:600;margin:0 0 .35rem;color:var(--ink);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__prices{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem}.price{font-weight:800;color:var(--brand)}.price--compare{color:var(--ink-muted);font-weight:500;text-decoration:line-through;font-size:.85rem}.site-footer{border-top:1px solid var(--line);margin-top:1.5rem;padding:2rem 0 2.25rem;background:#fff}.site-footer__inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;color:var(--ink-muted);font-size:.95rem}.footer-links{display:flex;gap:1rem;font-weight:600}.page-title{font-size:clamp(1.7rem,4vw,2.4rem);margin-bottom:1.25rem}.detail{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:800px){.detail{grid-template-columns:1.05fr .95fr;align-items:start;gap:2rem}}.detail__media{position:relative;border-radius:var(--radius);overflow:hidden;background:var(--bg-deep);aspect-ratio:1}.detail__media img{width:100%;height:100%;object-fit:cover}.form{display:grid;gap:1rem;max-width:520px}.form label{display:grid;gap:.35rem;font-weight:600;font-size:.92rem}.form input,.form textarea,.form select{width:100%;border:1px solid var(--line);border-radius:10px;padding:.75rem .9rem;background:var(--surface);color:var(--ink)}.form textarea{min-height:110px;resize:vertical}.alert{padding:.85rem 1rem;border-radius:10px;background:#b4231814;color:var(--danger);margin-bottom:1rem}.alert--ok{background:#0f7a4a1a;color:var(--ok)}.note{padding:1rem 1.1rem;border-left:3px solid var(--accent);background:#e4572e14;border-radius:0 10px 10px 0;color:var(--ink-muted);margin:1.5rem 0 0}.cart-row{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:1rem;align-items:center;padding:1rem 0;border-bottom:1px solid var(--line)}.cart-row__info{min-width:0}.cart-row__total{white-space:nowrap;font-weight:700}.cart-row img{width:72px;height:72px;object-fit:cover;border-radius:10px;background:var(--bg-deep)}.qty{display:inline-flex;align-items:center;gap:.4rem}.qty button{width:32px;height:32px;border-radius:8px;border:1px solid var(--line);background:var(--surface);cursor:pointer}.empty{padding:3rem 0;text-align:center}.muted{color:var(--ink-muted)}.success-box{text-align:center;padding:3rem 1rem;animation:fadeUp .6s ease both}.success-box h1{font-size:clamp(2rem,5vw,3rem)}.order-receipt{max-width:540px;margin:0 auto;text-align:center;animation:fadeUp .45s ease both}.order-receipt__badge{color:var(--brand);margin:.25rem auto 1rem;display:grid;place-items:center}.order-receipt__title{margin:0 0 .65rem;font-family:var(--font-display);font-size:clamp(1.6rem,4vw,2rem);color:var(--ink)}.order-receipt__bn{margin:0 auto 1rem;max-width:34rem;color:var(--brand);font-family:var(--font-body);font-size:clamp(1rem,3.4vw,1.15rem);font-weight:600;line-height:1.55}.order-receipt__id{margin:0 0 1.25rem;color:var(--ink-muted);font-size:.95rem}.order-receipt__card{text-align:left;background:var(--surface);border:1px solid var(--line);border-radius:calc(var(--radius) + 2px);padding:1rem 1.1rem 1.15rem;box-shadow:var(--shadow-soft, 0 8px 24px rgba(15, 32, 26, .06))}.order-receipt__section-title{margin:0 0 .75rem;font-size:.85rem;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-muted);font-weight:700}.order-receipt__items{list-style:none;margin:0;padding:0;display:grid;gap:.7rem}.order-receipt__items li{display:grid;grid-template-columns:auto 1fr auto;gap:.55rem;align-items:start}.order-receipt__tick{width:1.35rem;height:1.35rem;border-radius:999px;display:grid;place-items:center;background:color-mix(in srgb,var(--brand) 16%,white);color:var(--brand);font-size:.78rem;font-weight:800;line-height:1;margin-top:.1rem}.order-receipt__item-name{color:var(--ink);font-weight:600;line-height:1.35}.order-receipt__item-price{color:var(--ink-muted);font-size:.92rem;white-space:nowrap}.order-receipt__total{margin-top:1rem;padding-top:.9rem;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:baseline;gap:1rem;font-size:1.05rem}.order-receipt__total strong{color:var(--brand);font-size:1.25rem;font-family:var(--font-display)}.order-receipt__actions{margin-top:1.35rem;display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center}.courier-report-modal{width:min(100%,520px);text-align:left;max-height:min(90vh,720px);overflow:auto}.courier-report-modal__head{display:flex;justify-content:space-between;gap:.75rem;align-items:flex-start;margin-bottom:1rem}.courier-report-modal__head h2{margin:0 0 .2rem;font-size:1.2rem}.courier-report-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin-bottom:1rem}.courier-stat{border:1px solid var(--line);border-radius:10px;padding:.7rem .8rem;background:color-mix(in srgb,var(--surface) 92%,#fff)}.courier-stat__label{display:block;font-size:.78rem;color:var(--ink-muted);margin-bottom:.2rem;text-transform:uppercase;letter-spacing:.04em;font-weight:700}.courier-stat__value{font-size:1.45rem;font-family:var(--font-display);color:var(--ink)}.courier-stat__value--green{color:#128a4b}.courier-stat__value--red{color:#c62828}.courier-verdict{border-radius:10px;padding:.75rem .85rem;margin-bottom:1rem;font-size:.92rem}.courier-verdict ul{margin:.45rem 0 0;padding-left:1.1rem}.courier-verdict--safe{background:#e8f7ee;color:#0f6b3a}.courier-verdict--warn{background:#fff4e5;color:#9a5b00}.courier-verdict--danger{background:#fdecea;color:#a11d1d}.courier-report-list{display:grid;gap:.55rem}.courier-report-row{display:flex;justify-content:space-between;gap:.75rem;align-items:center;border:1px solid var(--line);border-radius:8px;padding:.55rem .7rem}.courier-report-row__name{display:flex;align-items:center;gap:.45rem;font-weight:600;min-width:0}.courier-report-row__name img{width:22px;height:22px;object-fit:contain;border-radius:4px}.courier-report-row__nums{display:flex;gap:.7rem;font-size:.88rem;font-weight:700;white-space:nowrap}.row-actions{display:flex;flex-wrap:wrap;gap:.45rem;justify-content:flex-end}.order-options{display:grid;grid-template-columns:1fr;gap:.65rem;margin:1.35rem 0 1.1rem}@media(min-width:520px){.order-options{grid-template-columns:repeat(3,minmax(0,1fr))}}.order-option{display:inline-flex;align-items:center;justify-content:center;text-align:center;padding:.8rem .9rem;border-radius:999px;border:1px solid var(--line);background:var(--surface);color:var(--ink);font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.order-option:hover{transform:translateY(-1px);border-color:var(--brand)}.order-option.is-active{background:var(--brand);border-color:var(--brand);color:#fff}.order-option:disabled{opacity:.5;cursor:not-allowed;transform:none}.order-panel{margin-top:.5rem;padding:1.15rem 1.2rem 1.25rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);animation:fadeUp .35s ease both}.order-panel__title{font-size:1.25rem;margin-bottom:.35rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:1.25rem;background:#0f201a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeUp .25s ease both}.modal-card{width:min(100%,420px);background:var(--surface);border-radius:calc(var(--radius) + 4px);padding:1.75rem 1.5rem;text-align:center;box-shadow:var(--shadow)}.order-success-msg{margin:0;color:var(--brand);font-family:var(--font-body);font-size:clamp(1.05rem,3.6vw,1.25rem);font-weight:700;line-height:1.55}.admin-shell{display:grid;min-height:100vh;grid-template-columns:1fr}@media(min-width:900px){.admin-shell{grid-template-columns:240px 1fr}}.admin-nav{background:var(--brand);color:#f7f1e6;padding:1.25rem}.admin-nav a{display:block;padding:.55rem .7rem;border-radius:8px;color:#f7f1e6d9;margin-bottom:.25rem}.admin-nav a:hover,.admin-nav a.active{background:#ffffff1a;color:#fff}.admin-main{padding:1.5rem}.stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.85rem;margin-bottom:1.5rem}.stat{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1rem}.stat strong{display:block;font-size:1.5rem;font-family:var(--font-display);color:var(--brand)}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}table{width:100%;border-collapse:collapse;font-size:.92rem}th,td{text-align:left;padding:.75rem .9rem;border-bottom:1px solid var(--line);vertical-align:middle}th{font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-muted)}.badge{display:inline-block;padding:.2rem .55rem;border-radius:999px;font-size:.78rem;font-weight:600;background:var(--bg-deep);text-transform:capitalize}.badge--pending{background:#e4572e26;color:var(--accent)}.badge--confirmed{background:#0b3d361f;color:var(--brand)}.badge--shipped{background:#1e5aa01f;color:#1e5aa0}.badge--delivered{background:#0f7a4a1f;color:var(--ok)}.badge--cancelled{background:#b423181f;color:var(--danger)}.thumb{width:48px;height:48px;object-fit:cover;border-radius:8px;background:var(--bg-deep)}.image-list{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.5rem}.image-list figure{margin:0;position:relative}.image-list img{width:88px;height:88px;object-fit:cover;border-radius:8px}.login-page{min-height:100vh;display:grid;place-items:center;padding:2rem}.login-card{width:min(100%,400px);background:var(--surface);border:1px solid var(--line);border-radius:calc(var(--radius) + 4px);padding:2rem;box-shadow:var(--shadow)}.toolbar{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.courier-box{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1rem 1.1rem 1.15rem;margin-bottom:.5rem}img,video,svg{max-width:100%;height:auto}.btn{min-height:44px;touch-action:manipulation}.form{width:100%;max-width:520px}.order-option{min-height:46px;width:100%}.cart-summary-bar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.85rem;margin-top:1.25rem}.checkout-layout{display:grid;gap:1.5rem;grid-template-columns:minmax(0,1fr);margin-top:1rem}@media(min-width:860px){.checkout-layout{grid-template-columns:minmax(0,1.1fr) minmax(240px,.9fr);gap:2rem;align-items:start}}.checkout-summary{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1rem 1.1rem}.checkout-summary__row{display:flex;justify-content:space-between;gap:1rem;padding:.4rem 0}@media(max-width:640px){:root{--page-pad: .85rem}.brand-mark__name{font-size:1.05rem}.brand-mark__badge{width:30px;height:30px;font-size:.75rem}.hero-title{font-size:clamp(1.9rem,9vw,2.6rem)}.hero-copy{font-size:.95rem}.section{padding:1.6rem 0 1.4rem}.page-title{font-size:1.55rem}.cart-row{grid-template-columns:64px minmax(0,1fr);gap:.75rem}.cart-row__total{grid-column:2;justify-self:start}.cart-row img,.cart-row>div:first-child{width:64px;height:64px}.detail__media{border-radius:10px}.order-options{grid-template-columns:1fr}.order-panel{padding:1rem}.site-footer{padding:1.5rem 0 1.75rem}.site-footer__inner{flex-direction:column;align-items:flex-start}.footer-links{flex-wrap:wrap}.modal-card{width:min(100%,100%);padding:1.35rem 1.1rem}.admin-main{padding:1rem}.login-card{padding:1.35rem}.float-cart{display:none!important}}@media(min-width:641px)and (max-width:899px){.hero-slider{min-height:clamp(380px,52vh,520px)}.detail{grid-template-columns:1fr 1fr;gap:1.25rem}.order-options{grid-template-columns:1fr}}@media(min-width:900px){:root{--page-pad: 1.25rem}.topbar__inner{width:min(100% - 2rem,var(--max))}.hero-slider{min-height:min(62vh,580px)}.order-options{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1200px){.product-grid{gap:1.25rem}}.product-card__title,.page-title,.hero-title{overflow-wrap:anywhere;word-break:break-word}.table-wrap{-webkit-overflow-scrolling:touch}@media(max-width:380px){.bottom-nav__item span,.bottom-nav__cart span:last-child{font-size:.55rem}.bottom-nav__cart-btn{width:48px;height:48px}}.fav-btn{position:absolute;z-index:2;display:grid;place-items:center;width:36px;height:36px;padding:0;border:none;border-radius:999px;background:#ffffffeb;color:var(--ink-muted);cursor:pointer;box-shadow:0 2px 8px #0000001f;transition:color .2s ease,transform .2s ease}.fav-btn:hover{color:var(--brand);transform:scale(1.05)}.fav-btn.is-active{color:#c62828}.fav-btn--card{top:8px;right:8px}.fav-btn--detail{top:12px;right:12px}.account-page{max-width:920px}.account-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.account-tabs{display:flex;gap:.5rem;margin:1.25rem 0 1rem}.account-tabs button{flex:1;border:1px solid var(--line);background:var(--surface);color:var(--ink);padding:.7rem 1rem;border-radius:8px;font-weight:600;cursor:pointer}.account-tabs button.is-active{border-color:var(--brand);color:var(--brand);background:color-mix(in srgb,var(--brand) 8%,white)}.account-form{display:grid;gap:.85rem;max-width:420px}.account-form label{display:grid;gap:.35rem;font-size:.9rem;font-weight:600}.account-form input{padding:.7rem .8rem;border:1px solid var(--line);border-radius:8px;font:inherit}.account-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--line)}.account-section h2{margin:0 0 .75rem;font-size:1.15rem}.account-cart{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.account-cart__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 0;border-bottom:1px solid var(--line)}.account-cart__title{font-weight:600;color:var(--ink);text-decoration:none}.account-cart__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.account-cart__meta label{display:flex;align-items:center;gap:.35rem;font-size:.85rem}.account-cart__meta input{width:4rem;padding:.35rem .45rem;border:1px solid var(--line);border-radius:6px}.btn--ghost{background:transparent;border:1px solid var(--line);color:var(--ink);padding:.55rem .9rem;border-radius:8px;font:inherit;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center}.form--wide{max-width:920px}.form-field{display:grid;gap:.35rem}.form-field__label{font-weight:600;font-size:.92rem}.rte{border:1px solid var(--line);border-radius:12px;background:var(--surface);overflow:hidden}.rte-toolbar{display:flex;flex-wrap:wrap;gap:.45rem;padding:.55rem;border-bottom:1px solid var(--line);background:#f7faf8}.rte-toolbar__group{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;padding-right:.45rem;border-right:1px solid var(--line)}.rte-toolbar__group:last-child{border-right:none}.rte-toolbar button{border:1px solid transparent;background:#fff;color:var(--ink);border-radius:6px;padding:.35rem .5rem;font-size:.8rem;font-weight:600;cursor:pointer;line-height:1.2}.rte-toolbar button:hover,.rte-toolbar button.is-on{border-color:var(--brand);color:var(--brand);background:color-mix(in srgb,var(--brand) 8%,white)}.rte-toolbar__colors{gap:.2rem}.rte-swatch{width:22px!important;height:22px!important;padding:0!important;border-radius:999px!important;border:2px solid #fff!important;box-shadow:0 0 0 1px #cbd5e1}.rte-color-input{width:28px;height:28px;padding:0;border:none;background:transparent;cursor:pointer}.rte .ProseMirror{min-height:260px;padding:1rem 1.1rem;outline:none}.rte .ProseMirror p{margin:0 0 .75rem}.rte .ProseMirror img{display:block;margin:.75rem 0;border-radius:8px;max-width:100%;height:auto}.rte .ProseMirror ul.tick-list,.product-desc ul.tick-list{list-style:none;margin:1rem 0;padding:.35rem 1rem;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.rte .ProseMirror ul.tick-list li,.product-desc ul.tick-list li{position:relative;padding:.85rem .25rem .85rem 2.1rem;border-bottom:1px dotted #d1d5db;margin:0}.rte .ProseMirror ul.tick-list li:last-child,.product-desc ul.tick-list li:last-child{border-bottom:none}.rte .ProseMirror ul.tick-list li:before,.product-desc ul.tick-list li:before{content:"";position:absolute;left:0;top:50%;width:1.35rem;height:1.35rem;transform:translateY(-50%);border-radius:999px;background:#16a34a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E") center / .85rem no-repeat}.rte .ProseMirror ul.tick-list li p,.product-desc ul.tick-list li p{margin:0}.rte .ProseMirror a.desc-btn,.product-desc a.desc-btn{display:inline-block;margin:.5rem 0;padding:.7rem 1.25rem;border-radius:8px;font-weight:700;text-decoration:none;cursor:pointer}.rte-hint{margin:0;padding:.55rem 1rem .75rem;font-size:.82rem;border-top:1px solid var(--line);background:#fafafa}.product-desc{margin:1rem 0;line-height:1.6;color:var(--ink)}.product-desc--plain{white-space:pre-wrap}.product-desc img{display:block;margin:.85rem 0;border-radius:8px;max-width:100%;height:auto}.product-desc a.desc-link{color:var(--brand);text-decoration:underline}.product-desc p{margin:0 0 .75rem}.product-desc ul:not(.tick-list),.product-desc ol{margin:.75rem 0;padding-left:1.25rem}.product-desc ul:not(.tick-list){list-style:disc}.product-desc ol{list-style:decimal}.shop-search{display:block;margin:0 0 1.25rem;max-width:420px}.shop-search input{width:100%;border:1px solid var(--line);border-radius:10px;padding:.75rem .95rem;background:var(--surface);color:var(--ink);font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.desc-slider.is-live{position:relative;margin:.85rem 0 1.1rem;overflow:hidden;border-radius:12px}.desc-slider__track{display:flex;width:100%;aspect-ratio:4 / 3;background:#eef2f0;transition:transform .45s ease;will-change:transform}.desc-slider__slide{flex:0 0 100%;width:100%;height:100%;position:relative}.desc-slider__slide img,.desc-slider__track img{display:block;width:100%;height:100%;object-fit:cover;margin:0!important;border-radius:0!important;pointer-events:none}.desc-slider__dots{position:absolute;left:0;right:0;bottom:.55rem;display:flex;justify-content:center;gap:.35rem;z-index:2}.desc-slider__dots button{width:8px;height:8px;border-radius:999px;border:0;background:#ffffff8c;padding:0;cursor:pointer}.desc-slider__dots button.is-active{background:#fff;width:18px}.desc-slider-editor{margin:.85rem 0 1rem;border:1px dashed #94a3b8;border-radius:12px;padding:.55rem;background:#f8faf9}.desc-slider-editor.is-selected{border-color:#0f7a4a;border-style:solid;outline:2px solid rgba(15,122,74,.35);outline-offset:2px}.desc-slider-editor__frame{position:relative;border-radius:10px;overflow:hidden;background:#e8eee9;min-height:140px}.desc-slider-editor__img{display:block;width:100%;height:auto;max-height:320px;object-fit:contain;margin:0!important;border-radius:0!important}.desc-slider-editor__empty{display:grid;place-items:center;min-height:140px;color:#64748b;font-size:.9rem;padding:1rem;text-align:center}.desc-slider-editor__count{position:absolute;right:.5rem;bottom:.5rem;background:#0000008c;color:#fff;font-size:.75rem;padding:.15rem .45rem;border-radius:999px}.desc-slider-editor__thumbs{display:flex;gap:.35rem;margin-top:.45rem;overflow-x:auto;padding-bottom:.15rem}.desc-slider-editor__thumb{flex:0 0 52px;width:52px;height:52px;padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;background:#fff;cursor:pointer}.desc-slider-editor__thumb.is-on{border-color:#0f7a4a}.desc-slider-editor__thumb img{width:100%;height:100%;object-fit:cover;margin:0!important;border-radius:0!important}.desc-slider-editor__actions{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.55rem}.desc-slider-editor__actions button{border:1px solid #cbd5e1;background:#fff;border-radius:8px;padding:.35rem .65rem;font-size:.82rem;cursor:pointer}.desc-slider-editor__actions button:hover{border-color:#0f7a4a}.desc-slider-editor__delete{color:#b91c1c!important;border-color:#fecaca!important}.desc-slider-editor__error{margin:.4rem 0 0;color:#b91c1c;font-size:.82rem}.desc-slider-editor__hint{margin:.35rem 0 0;font-size:.78rem}.rte-toolbar__danger{color:#b91c1c!important;border-color:#fecaca!important}.desc-infographic,.product-desc .desc-infographic{display:block;width:100%;max-width:100%;margin:1rem auto 1.25rem;overflow:visible}.desc-infographic__img,.product-desc .desc-infographic img,.product-desc .desc-infographic__img{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:top center;margin:0!important;border-radius:0!important}.desc-infographic-editor{margin:.85rem 0 1rem;border:1px dashed #94a3b8;border-radius:12px;padding:.55rem;background:#f8faf9}.desc-infographic-editor.is-selected{border-color:#0f7a4a;border-style:solid;outline:2px solid rgba(15,122,74,.35);outline-offset:2px}.desc-infographic-editor__frame{max-height:min(70vh,900px);overflow-y:auto;overflow-x:hidden;border-radius:8px;background:#eef2f0;-webkit-overflow-scrolling:touch}.desc-infographic-editor__img{display:block;width:100%;height:auto;max-height:none;margin:0!important;border-radius:0!important}.desc-infographic-editor__empty{display:grid;place-items:center;min-height:120px;color:#64748b;font-size:.9rem}.desc-infographic-editor__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.4rem;margin-top:.5rem;font-size:.8rem}.desc-infographic-editor__delete{border:1px solid #fecaca;background:#fff;color:#b91c1c;border-radius:8px;padding:.35rem .65rem;font-size:.82rem;cursor:pointer}.desc-voice,.desc-voice.is-live,.rte .ProseMirror .desc-voice,.product-desc .desc-voice{margin:1.1rem auto 1.35rem;max-width:420px;width:100%;text-align:center;display:block}.desc-voice.is-selected{outline:2px solid #25d366;outline-offset:6px;border-radius:12px}.desc-voice__text{margin:0 auto .85rem;color:var(--ink);line-height:1.45;text-align:center;font-weight:800}.desc-voice__error{margin:.4rem 0 0;color:#c62828;font-size:.85rem;text-align:center}.wa-voice{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:.45rem .55rem;align-items:center;width:min(100%,300px);margin:0 auto;background:#fff;border:none;border-radius:8px 8px 8px 2px;padding:.45rem .5rem .4rem .4rem;box-shadow:0 1px .5px #00000021;text-align:left}.wa-voice:before{content:"";position:absolute;left:-7px;top:0;width:10px;height:14px;background:#fff;clip-path:polygon(100% 0,0 0,100% 100%);filter:drop-shadow(-.5px .5px .4px rgba(0,0,0,.08))}.wa-voice__play{width:2.15rem;height:2.15rem;border-radius:999px;border:0;background:transparent;color:#54656f;cursor:pointer;display:grid;place-items:center;padding:0;flex-shrink:0}.wa-voice.is-playing .wa-voice__play{color:#00a884}.wa-voice__mid{min-width:0;padding-top:.05rem}.wa-voice__wave{--progress: 0%;position:relative;display:flex;align-items:center;gap:1.5px;height:26px;margin-bottom:.05rem;cursor:pointer;overflow:hidden}.wa-voice__wave:after{content:"";position:absolute;inset:0 auto 0 0;width:var(--progress);background:linear-gradient(to right,#00a88459,#00a8841f);pointer-events:none;z-index:1;border-radius:2px}.wa-voice__wave:before{content:"";position:absolute;left:var(--progress);top:50%;width:12px;height:12px;margin-top:-6px;margin-left:-6px;border-radius:999px;background:#25d366;z-index:2;box-shadow:0 1px 2px #0000002e;pointer-events:none}.wa-voice__wave span{width:2.5px;border-radius:2px;background:#c5c9cc;display:block;flex:0 0 auto;position:relative;z-index:0}.wa-voice__meta{display:flex;justify-content:space-between;font-size:.68rem;color:#667781;padding-right:.1rem;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.wa-voice__avatar{width:2.7rem;height:2.7rem;border-radius:8px;background:#fff;display:block;position:relative;flex-shrink:0;overflow:visible;box-shadow:0 0 0 1px #0000000f}.wa-voice__avatar-img{width:100%;height:100%;border-radius:8px;object-fit:contain;object-position:center;background:#fff;display:block;padding:2px;box-sizing:border-box}.wa-voice__avatar-face{font-size:1rem;color:#1e3a8a;line-height:1}.wa-voice__mic{position:absolute;left:-1px;bottom:-1px;width:1.1rem;height:1.1rem;border-radius:999px;background:#25d366;display:grid;place-items:center;line-height:1;border:2px solid #fff;box-sizing:border-box}.wa-voice__mic svg{display:block}.product-desc .desc-voice audio,.product-desc .desc-voice audio[controls],.rte .desc-voice audio{display:none!important}.your-products{margin:1.1rem 0 1.25rem}.your-products__title,.preview-box h3{margin:0 0 .55rem;font-size:1.05rem}.your-products__box,.preview-box{border:1px solid var(--line);border-radius:10px;background:#f7f8f7;padding:.35rem .75rem}.your-products__head{display:flex;justify-content:space-between;font-size:.8rem;font-weight:700;color:var(--ink-muted);padding:.45rem 0;border-bottom:1px solid var(--line)}.your-products__row{display:flex;justify-content:space-between;gap:.75rem;align-items:center;padding:.7rem 0;border-bottom:1px solid var(--line);cursor:pointer;font-weight:600}.your-products__row:last-child{border-bottom:0}.your-products__row input{accent-color:#f97316;margin-right:.35rem}.variation-admin-list{display:grid;gap:.55rem}.variation-admin-row{display:grid;grid-template-columns:1fr 120px auto;gap:.45rem}.delivery-admin{display:grid;gap:.45rem}.delivery-admin__option{display:flex;gap:.45rem;align-items:flex-start;font-weight:600}.delivery-zone{border:1px solid var(--line);border-radius:10px;padding:.75rem .9rem;margin:0 0 .85rem;display:grid;gap:.45rem}.delivery-zone legend{padding:0 .35rem;font-weight:700}.delivery-zone label{display:flex;gap:.45rem;align-items:center;font-weight:600}.order-total-line{display:flex;justify-content:space-between;margin-bottom:.35rem;font-size:.95rem}@media(max-width:640px){.variation-admin-row{grid-template-columns:1fr}}
