@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700;800&display=swap";:root{--ink: #3e211b;--muted: #806f67;--red: #c83a2f;--red-dark: #9f261f;--cream: #fff8f0;--cream2: #fff0de;--line: #ecdcd1;--green: #2f7c58;--shadow: 0 12px 36px rgba(87, 43, 30, .1);--radius: 22px }*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:DM Sans,Arial,sans-serif;color:var(--ink);background:#fffdfb}button,input,textarea,select{font:inherit}button{cursor:pointer;border:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 42px));margin-inline:auto}.page-loader,.error-screen{min-height:55vh;display:grid;place-content:center;text-align:center;color:var(--muted);gap:8px}.error-screen h2{color:var(--ink)}.announcement{height:37px;background:var(--ink);color:#fffaf3;display:flex;align-items:center;justify-content:center;gap:60px;font-size:12px;font-weight:600;letter-spacing:.2px}.site-header{height:79px;background:#fffdfbf0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid #f4e9e2;position:sticky;top:0;z-index:35}.nav-wrap{width:min(1310px,calc(100% - 36px));height:100%;margin:auto;display:flex;align-items:center;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;min-width:max-content;font-size:20px;line-height:18px;font-family:Playfair Display,serif}.brand b{color:var(--red)}.brand small{display:block;font-family:DM Sans;font-size:7px;letter-spacing:1.7px;margin-top:5px;color:var(--muted)}.brand-mark{display:grid;place-items:center;width:37px;height:37px;border-radius:13px;background:var(--red);color:#fff;font-family:DM Sans;font-size:12px;font-weight:800;letter-spacing:-1px;box-shadow:0 6px 14px #c83a2f47}.main-nav{display:flex;align-items:center;gap:20px;margin-left:14px}.main-nav a{font-size:13px;font-weight:600;color:#6f5f58;position:relative;white-space:nowrap}.main-nav a:after{content:"";height:2px;width:0;background:var(--red);position:absolute;left:0;bottom:-9px;transition:.25s}.main-nav a.active,.main-nav a:hover{color:var(--red)}.main-nav a.active:after,.main-nav a:hover:after{width:100%}.nav-search{flex:1;height:41px;max-width:290px;margin-left:auto;border:1px solid var(--line);border-radius:13px;display:flex;align-items:center;gap:8px;padding-left:12px;background:#fff;transition:.2s}.nav-search:focus-within{border-color:#d98876;box-shadow:0 0 0 3px #fce1d9}.nav-search svg{color:#9c877d}.nav-search input{border:0;outline:0;min-width:0;width:100%;font-size:12px;color:var(--ink)}.nav-search button{background:none;color:var(--red);font-weight:700;font-size:12px;padding-right:11px}.nav-actions{display:flex;align-items:center;gap:7px;position:relative}.icon-btn,.avatar-btn,.menu-toggle{background:none;color:var(--ink);display:grid;place-items:center;position:relative}.icon-btn{width:35px;height:35px;border-radius:11px}.icon-btn:hover,.avatar-btn:hover{background:var(--cream2)}.notification i{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--red);right:7px;top:7px;border:1px solid #fff}.cart-icon em{font-style:normal;position:absolute;right:-5px;top:-6px;background:var(--red);color:#fff;border-radius:20px;min-width:17px;height:17px;padding:1px 4px;font-size:10px;font-weight:700}.login-btn{display:flex;align-items:center;gap:7px;background:var(--cream2);color:var(--red-dark);padding:9px 13px;border-radius:12px;font-size:12px;font-weight:700}.user-menu{position:relative}.avatar-btn{display:flex;gap:5px;align-items:center;padding:7px 9px;border-radius:11px;font-size:12px;font-weight:700}.dropdown,.notification-panel{position:absolute;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:15px;right:0;top:43px;min-width:170px;padding:8px;z-index:70}.dropdown a,.dropdown button{display:block;width:100%;padding:9px 10px;background:none;text-align:left;border-radius:8px;font-size:12px;color:var(--ink)}.user-menu:hover.notification-panel{width:285px;padding:15px}.notification-panel>b{font-size:13px}.notification-panel p{font-size:12px;display:flex;align-items:flex-start;gap:8px;line-height:1.5;color:var(--muted)}.notification-panel svg{color:var(--red);flex:none}.menu-toggle{display:none}.hero-shell{padding:24px 0 0}.hero{width:min(1310px,calc(100% - 36px));height:clamp(430px,39vw,540px);margin:auto;border-radius:27px;background-position:center;background-size:cover;overflow:hidden;position:relative;box-shadow:var(--shadow)}.hero-copy{position:absolute;left:clamp(30px,6vw,90px);top:50%;transform:translateY(-50%);max-width:490px;color:#fff}.eyebrow{display:inline-block;font-size:10px;letter-spacing:2px;font-weight:800;color:#fff5dd;margin-bottom:15px}.eyebrow.warm{color:var(--red)}.hero h1,.auth-art h1{font-family:Playfair Display,serif;font-size:clamp(39px,5vw,71px);line-height:1.03;letter-spacing:-2.5px;margin:0 0 16px}.hero p{font-size:16px;line-height:1.55;margin:0 0 27px;max-width:395px;color:#fff8ef}.primary-btn,.outline-btn,.dark-btn{display:inline-flex;justify-content:center;align-items:center;gap:8px;padding:13px 18px;border-radius:13px;font-size:13px;font-weight:800;transition:.2s}.primary-btn{background:var(--red);color:#fff;box-shadow:0 7px 16px #c83a2f3d}.primary-btn:hover{background:var(--red-dark);transform:translateY(-1px)}.primary-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.outline-btn{background:#fff;border:1px solid #d8c2b5;color:var(--ink)}.outline-btn:hover{border-color:var(--red);color:var(--red)}.dark-btn{background:var(--ink);color:#fff}.hero-controls{position:absolute;bottom:25px;left:clamp(30px,6vw,90px);display:flex;gap:11px;align-items:center}.hero-controls>button{display:grid;place-items:center;border-radius:50%;width:33px;height:33px;background:#ffffff2e;color:#fff;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.dots{display:flex;gap:6px}.dots button{width:7px;height:7px;padding:0;border-radius:50%;background:#fff9;transition:.2s}.dots button.active{width:22px;border-radius:7px;background:#fff}.trust-strip{width:min(1110px,calc(100% - 46px));min-height:108px;border-radius:18px;background:#fff;box-shadow:0 11px 33px #4a2a1f14;margin:-18px auto 0;z-index:2;position:relative;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;padding:20px}.trust-strip>div{display:flex;align-items:center;gap:11px;padding:6px 25px;border-right:1px solid #eee0d8}.trust-strip>div:last-child{border:0}.trust-strip svg{color:var(--red);width:22px}.trust-strip b,.trust-strip small{display:block}.trust-strip b{font-size:12px}.trust-strip small{font-size:11px;color:var(--muted);margin-top:3px}.section{padding:82px 0}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:28px}.section-heading h1,.section-heading h2,.checkout-page h1,.cart-page h1,.history-page h1{font-family:Playfair Display,serif;font-size:33px;letter-spacing:-1.1px;margin:0;color:var(--ink)}.section-heading p{color:var(--muted);font-size:13px;margin:9px 0 0}.text-link{display:inline-flex;gap:5px;align-items:center;color:var(--red);font-size:12px;font-weight:800;white-space:nowrap}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.category-tile{border:1px solid var(--line);border-radius:18px;background:#fff;padding:16px;display:flex;align-items:center;gap:13px;transition:.22s}.category-tile:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#e5b8aa}.category-tile>svg{margin-left:auto;color:var(--red);width:16px}.category-icon{display:grid;place-items:center;width:45px;height:45px;border-radius:15px;background:var(--cream2);font-size:22px}.category-icon.i1{background:#fbedd6}.category-icon.i2{background:#f8deda}.category-icon.i3{background:#e9f0d9}.category-tile h3{font-size:13px;margin:0 0 4px}.category-tile p{font-size:10px;color:var(--muted);margin:0;line-height:1.3}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:#fff;border:1px solid #f0e4dc;border-radius:19px;overflow:hidden;transition:.25s}.product-card:hover{box-shadow:0 12px 27px #49261a1c;transform:translateY(-4px)}.product-image{display:block;aspect-ratio:1/1;background:#fff8ef;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:.4s}.product-card:hover .product-image img{transform:scale(1.04)}.badge,.discount{position:absolute;border-radius:7px;padding:5px 7px;font-size:9px;font-weight:800;top:11px}.badge{left:11px;background:#fff;color:var(--red);box-shadow:0 4px 10px #5d35211c}.discount{left:11px;top:39px;background:var(--red);color:#fff}.wish{display:grid;place-items:center;background:#fff;border:1px solid #eddcd2;color:#a78d82;width:32px;height:32px;border-radius:10px}.product-image .wish{position:absolute;right:11px;top:11px;border:0;box-shadow:0 3px 10px #65402b1d}.wish:hover{color:var(--red)}.product-info{padding:15px}.product-info h3{font-size:13px;line-height:1.4;margin:0 0 8px;min-height:36px}.rating{display:flex;align-items:center;gap:4px;color:#e19a20;font-size:11px}.rating small{color:#9c877d}.price-row{display:flex;align-items:flex-end;justify-content:space-between;margin-top:11px}.price-row strong,.detail-price strong{font-size:15px;color:var(--red-dark);display:block}.price-row del,.detail-price del{font-size:10px;color:#a8958c;margin-top:3px;display:block}.mini-cart{display:grid;place-items:center;background:var(--cream2);color:var(--red);border-radius:10px;width:33px;height:33px}.product-info>p{font-size:10px;color:var(--green);margin:9px 0 0}.low-stock{color:#cb7030!important}.recipe-banner{min-height:300px;border-radius:24px;background:linear-gradient(110deg,#f9ddbd,#f4bb78);display:grid;grid-template-columns:1fr 1fr;padding:45px 65px;overflow:hidden;position:relative}.recipe-banner h2{font-family:Playfair Display;font-size:39px;line-height:1.05;letter-spacing:-1.3px;margin:0 0 12px}.recipe-banner p{font-size:13px;max-width:340px;color:#765544;margin:0 0 23px}.recipe-banner .eyebrow{color:#b05d34}.recipe-art{position:relative;display:grid;place-items:center}.round-food{font-size:120px;width:230px;height:230px;display:grid;place-items:center;border-radius:50%;background:#fff5e8;box-shadow:0 20px 30px #7f431c27;transform:rotate(-11deg)}.recipe-art span,.recipe-art small{position:absolute;background:#fff;padding:8px 13px;border-radius:10px;font-size:11px;font-weight:800;box-shadow:0 7px 16px #6d35211c}.recipe-art span{top:36px;right:20px;color:var(--red)}.recipe-art small{bottom:37px;left:16px;color:#785c50}.testimonials{background:#fff7ed}.section-heading.center{align-items:center;flex-direction:column;text-align:center}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.testimonial{background:#fff;border-radius:18px;padding:23px}.stars{display:flex;gap:3px;color:#e19a20}.testimonial p{font-family:Playfair Display;font-size:17px;line-height:1.48;margin:17px 0}.testimonial b,.testimonial small{display:block;font-size:12px}.testimonial small{color:var(--muted);margin-top:3px}.newsletter{border-top:1px solid var(--line);padding:58px 0;display:flex;align-items:center;justify-content:space-between;gap:30px}.newsletter>div{display:flex;gap:15px;align-items:center}.newsletter>div>svg{width:34px;height:34px;color:var(--red)}.newsletter h2{font-family:Playfair Display;font-size:25px;margin:0}.newsletter p{margin:5px 0 0;color:var(--muted);font-size:12px}.newsletter form{display:flex;gap:8px}.newsletter input{height:45px;width:240px;border-radius:12px;border:1px solid var(--line);padding:0 13px;outline:0;font-size:12px}.newsletter .primary-btn{padding-block:12px}footer{background:#2d1d19;color:#faeee5;padding:52px max(calc((100% - 1180px)/2),21px) 0}.footer-top{display:grid;grid-template-columns:2fr 1fr 1.25fr 1.25fr;gap:35px;padding-bottom:40px}.footer-brand p{color:#d6c3b7;font-size:12px;line-height:1.7;max-width:280px}.social{display:flex;gap:7px}.social a{width:32px;height:32px;display:grid;place-items:center;background:#4b332c;border-radius:9px}.footer-top h4{font-size:12px;margin:6px 0 14px;color:#fff}.footer-top>a,.footer-top>span{display:flex;align-items:center;gap:7px;font-size:12px;color:#d6c3b7;margin:10px 0}.footer-top>a:hover{color:#fff}.footer-bottom{border-top:1px solid #4b332c;display:flex;justify-content:space-between;padding:17px 0;font-size:11px;color:#bba79a}.footer-bottom span{display:flex;align-items:center;gap:5px}.support-fab{position:fixed;z-index:45;right:24px;bottom:24px;color:#fff;background:var(--red);box-shadow:0 12px 25px #ad312659;display:flex;align-items:center;gap:8px;border-radius:50px;padding:12px 16px;font-size:12px;font-weight:800}.chat-panel{position:fixed;z-index:60;right:24px;bottom:24px;width:335px;border-radius:20px;background:#fff;box-shadow:0 20px 60px #3a1c1342;overflow:hidden}.chat-head{background:var(--ink);color:#fff;padding:15px 17px;display:flex;justify-content:space-between;align-items:flex-start}.chat-head b,.chat-head small{display:block}.chat-head b{font-size:13px}.chat-head small{color:#e8d8d0;font-size:10px;margin-top:4px}.chat-head button{background:none;color:#fff}.chat-body{height:270px;background:#fff9f4;padding:14px;overflow:auto;display:flex;flex-direction:column;gap:9px}.chat-welcome,.bubble{max-width:85%;padding:10px 12px;border-radius:12px 12px 12px 3px;background:#fff;color:var(--ink);font-size:12px;line-height:1.45;box-shadow:0 2px 7px #5d352110}.bubble.admin{align-self:flex-end;background:#ffe3d7;border-radius:12px 12px 3px}.bubble small{display:block;margin-top:5px;color:#9a847a;font-size:9px}.chat-form{padding:10px;border-top:1px solid var(--line)}.chat-form>input,.chat-form>div input{border:1px solid var(--line);outline:0;border-radius:9px;padding:8px;font-size:11px;width:100%;margin-bottom:6px}.chat-form>div{display:flex;gap:5px}.chat-form>div input{margin:0}.chat-form button{width:35px;border-radius:9px;background:var(--red);color:#fff}.whatsapp-link{display:flex;align-items:center;justify-content:center;gap:5px;background:#eef6ef;color:#28723e;padding:10px;font-size:11px;font-weight:800}.breadcrumb{font-size:11px;color:#9a877d;padding:25px 0 18px}.breadcrumb span{margin:0 7px;color:#c5b2a8}.shop-page{padding-bottom:85px}.shop-heading{display:flex;justify-content:space-between;gap:30px;align-items:center;padding-bottom:34px;border-bottom:1px solid var(--line)}.shop-heading h1{font-family:Playfair Display;font-size:39px;letter-spacing:-1.4px;margin:0}.shop-heading p{font-size:13px;color:var(--muted);margin:8px 0 0}.shop-search{height:43px;border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;gap:9px;padding:0 12px;min-width:260px}.shop-search input{border:0;outline:0;width:100%;font-size:12px}.shop-search svg{color:var(--red)}.shop-layout{display:grid;grid-template-columns:220px 1fr;gap:32px;padding-top:28px}.filters{border-right:1px solid var(--line);padding-right:25px}.filter-title{display:flex;justify-content:space-between;font-size:13px;margin-bottom:20px}.filter-title button{background:none;color:var(--red);font-size:11px}.filter-group{border-top:1px solid var(--line);padding:19px 0 9px}.filter-group>span{font-size:12px;font-weight:800;display:block;margin-bottom:11px}.filter-group button,.filter-group label{display:block;background:none;color:#6c5e58;text-align:left;font-size:12px;padding:7px 0;width:100%}.filter-group button.chosen{color:var(--red);font-weight:800}.filter-group label{display:flex;gap:7px}.product-toolbar{height:38px;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;color:var(--muted);font-size:12px}.product-toolbar label{display:flex;align-items:center;gap:7px;color:var(--ink);font-weight:600}.product-toolbar select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--line);border-radius:8px;padding:7px 26px 7px 9px;font-size:11px;background:#fff;margin-left:1px;outline:0}.product-toolbar label svg{margin-left:-25px;pointer-events:none}.mobile-filter{display:none}.empty-state{border:1px dashed #dfc9bb;border-radius:20px;min-height:280px;display:grid;place-content:center;justify-items:center;text-align:center;color:var(--muted);gap:8px}.empty-state svg{color:var(--red)}.empty-state h3{color:var(--ink);margin:8px 0 0}.empty-state p{font-size:12px;margin:0 0 8px}.skeleton-card{border-radius:18px;min-height:325px;background:linear-gradient(90deg,#fff3e9,#f5e6da,#fff3e9);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{to{background-position:-200% 0}}.mobile-filter-sheet{display:none}.product-page{padding-bottom:80px}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding-top:12px}.gallery{display:grid;grid-template-columns:74px 1fr;gap:14px;align-items:start}.thumbs{display:grid;gap:9px}.thumbs button{padding:3px;border:1px solid var(--line);background:#fff;border-radius:10px;overflow:hidden}.thumbs button.active{border:2px solid var(--red)}.main-image{background:#fff8ef;border-radius:24px;position:relative;overflow:hidden}.main-image>img{width:100%;aspect-ratio:1/1;object-fit:cover}.main-image .badge{left:17px;top:17px}.zoom-btn{position:absolute;bottom:14px;right:14px;background:#fff;color:var(--ink);padding:8px 10px;border-radius:10px;font-size:11px;font-weight:800;display:flex;align-items:center;gap:6px;box-shadow:0 4px 12px #58311e1c}.product-summary{padding-top:10px}.category-label{color:var(--red);font-size:11px;font-weight:800;letter-spacing:1px}.product-summary h1{font-family:Playfair Display;font-size:41px;letter-spacing:-1.5px;line-height:1.12;margin:10px 0}.rating.large{font-size:12px;margin-bottom:20px}.rating.large i{height:14px;border-left:1px solid var(--line);margin:0 7px}.detail-price{padding:18px 0;border-block:1px solid var(--line);display:flex;align-items:flex-end;gap:10px}.detail-price strong{font-size:28px}.detail-price del{font-size:12px;margin-bottom:3px}.detail-price span{font-size:10px;background:#fce6d7;color:var(--red);padding:4px 6px;border-radius:6px;margin-bottom:3px}.desc{font-size:13px;color:#6d5a52;line-height:1.7}.stock-bar{display:flex;justify-content:space-between;font-size:11px;margin:19px 0}.stock-bar span{color:var(--green);font-weight:800}.stock-bar small{color:var(--muted)}.purchase-row{display:flex;gap:10px;align-items:center}.quantity{display:flex;align-items:center;border:1px solid var(--line);border-radius:11px;overflow:hidden;height:45px}.quantity button{display:grid;place-items:center;background:#fff;width:36px;height:100%;color:var(--ink)}.quantity button:hover{background:var(--cream2);color:var(--red)}.quantity button:disabled{opacity:.35}.quantity input{border:0;width:33px;text-align:center;outline:0;font-size:12px}.add-large{flex:1;height:45px}.wish.large{height:45px;width:45px}.purchase-benefits{border-top:1px solid var(--line);margin-top:24px;padding-top:19px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.purchase-benefits span{display:grid;grid-template-columns:22px 1fr;column-gap:7px}.purchase-benefits svg{color:var(--red);grid-row:span 2}.purchase-benefits b{font-size:11px}.purchase-benefits small{font-size:10px;color:var(--muted);margin-top:3px}.product-tabs{display:grid;grid-template-columns:1.3fr .8fr;gap:70px;margin-top:66px;border-top:1px solid var(--line);padding-top:36px}.product-tabs h2,.review-section h2{font-family:Playfair Display;font-size:25px;margin:0 0 15px}.product-tabs h3{font-size:13px;margin-top:23px}.product-tabs p,.product-tabs li{font-size:13px;line-height:1.75;color:#6d5a52}.product-tabs ul{padding-left:18px}.info-table{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.info-table span,.info-table b{padding:11px 0;border-bottom:1px solid var(--line);font-size:12px}.info-table span{color:var(--muted)}.info-table b{text-align:right}.review-section{margin-top:55px;border-top:1px solid var(--line);padding-top:36px}.review-section h2 span{font-family:DM Sans;font-size:12px;color:var(--muted)}.review-list{display:grid;gap:16px;max-width:650px}.review-list article{display:flex;gap:12px;padding:13px 0;border-bottom:1px solid #f0e4dc}.review-avatar{width:34px;height:34px;border-radius:50%;background:var(--cream2);display:grid;place-items:center;color:var(--red);font-weight:800;font-size:13px}.review-list b{font-size:12px}.review-list p{font-size:12px;color:var(--muted);margin:6px 0}.related{padding-bottom:0}.image-modal{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;background:#211310e8;display:grid;place-items:center;padding:30px}.image-modal img{max-width:min(780px,100%);max-height:85vh;border-radius:16px}.image-modal button{position:absolute;top:20px;right:26px;background:none;color:#fff;font-size:35px}.cart-page{padding-bottom:85px}.cart-page h1{padding-bottom:27px;border-bottom:1px solid var(--line)}.cart-page h1 small{font-family:DM Sans;font-size:13px;color:var(--muted)}.cart-layout{display:grid;grid-template-columns:1fr 350px;gap:44px;padding-top:27px}.cart-list{display:grid;gap:16px}.cart-item{display:grid;grid-template-columns:95px 1fr auto;gap:17px;align-items:center;padding-bottom:16px;border-bottom:1px solid var(--line)}.cart-item>a img{width:95px;height:95px;border-radius:14px;object-fit:cover}.cart-item h3{font-size:14px;margin:0 0 5px}.cart-item p{font-size:11px;color:var(--muted);margin:0 0 12px}.cart-item strong{font-size:13px;color:var(--red-dark)}.cart-controls{display:flex;align-items:center;gap:16px}.cart-controls>b{min-width:80px;text-align:right;font-size:13px}.remove{background:none;color:#b99c90}.remove:hover{color:var(--red)}.order-summary{border:1px solid var(--line);background:#fff;border-radius:18px;padding:22px;height:max-content;position:sticky;top:100px}.order-summary h2{font-family:Playfair Display;font-size:21px;margin:0 0 20px}.order-summary>div{display:flex;justify-content:space-between;font-size:12px;margin:13px 0}.order-summary hr{border:0;border-top:1px solid var(--line);margin:17px 0}.order-summary .total strong{color:var(--red-dark);font-size:18px}.full{width:100%}.continue{font-size:11px;color:var(--red);font-weight:800;display:flex;justify-content:center;gap:5px;margin:15px 0}.secure-note{font-size:10px;line-height:1.5;text-align:center;color:#89766d;display:flex;justify-content:center;align-items:center;gap:5px}.empty-cart{min-height:60vh;display:grid;place-items:center;text-align:center}.empty-cart>div{max-width:350px}.empty-cart svg{color:var(--red)}.empty-cart h1{font-family:Playfair Display;font-size:31px;margin:14px 0 8px}.empty-cart p{color:var(--muted);font-size:13px;margin-bottom:21px}.checkout-page{padding-bottom:85px}.checkout-steps{display:flex;justify-content:center;align-items:center;gap:12px;color:#a18d83;font-size:11px;font-weight:700;padding:28px 0}.checkout-steps span{display:flex;align-items:center;gap:5px}.checkout-steps span.active{color:var(--red)}.checkout-steps span.done{color:var(--green)}.checkout-steps svg{width:15px}.checkout-steps i{width:45px;border-top:1px solid var(--line)}.checkout-layout{display:grid;grid-template-columns:1fr 365px;gap:30px}.checkout-main{display:grid;gap:16px}.checkout-card,.checkout-summary{border:1px solid var(--line);border-radius:18px;background:#fff;padding:22px}.checkout-card-title{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding-bottom:15px;margin-bottom:17px}.checkout-card-title>span{font-family:Playfair Display;font-size:18px;display:flex;align-items:center;gap:8px}.checkout-card-title>span svg{color:var(--red);width:19px}.checkout-card-title small{font-size:10px;color:var(--muted)}.small-action{background:none;color:var(--red);font-size:11px;font-weight:800}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid label,.settings-card label,.modal-fields label{display:grid;gap:6px;color:#5d4e48;font-size:11px;font-weight:700}.form-grid label.wide,.modal-fields label.wide{grid-column:span 2}.form-grid input,.form-grid textarea,.settings-card input,.modal-fields input,.modal-fields textarea,.modal-fields select{border:1px solid var(--line);border-radius:9px;padding:10px;outline:0;color:var(--ink);font-size:12px;background:#fff;resize:vertical}.form-grid input:focus,.form-grid textarea:focus,.settings-card input:focus,.modal-fields input:focus,.modal-fields textarea:focus{border-color:#d9816c;box-shadow:0 0 0 3px #fde3db}.shipping-empty{display:flex;align-items:center;gap:10px;border-radius:11px;background:#fff8ef;padding:13px;color:var(--muted)}.shipping-empty svg{color:var(--red)}.shipping-empty p{font-size:11px;line-height:1.5;margin:0}.shipping-options,.payment-options{display:grid;gap:9px}.shipping-options button,.payment-options button{border:1px solid var(--line);background:#fff;padding:13px;display:flex;align-items:center;text-align:left;gap:12px;border-radius:12px}.shipping-options button.selected,.payment-options button.selected{border-color:var(--red);background:#fff9f5;box-shadow:inset 0 0 0 1px var(--red)}.shipping-options button>span:nth-child(2),.payment-options button>span:nth-child(2){display:grid;gap:3px}.shipping-options b,.payment-options b{font-size:12px}.shipping-options small,.payment-options small{font-size:10px;color:var(--muted)}.shipping-options strong{margin-left:auto;font-size:12px;color:var(--red-dark)}.courier-logo{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;background:#f4e8da;color:var(--red);font-size:10px;font-weight:800}.payment-icon{width:35px;height:35px;border-radius:10px;background:var(--cream2);color:var(--red);display:grid;place-items:center}.payment-options i{width:15px;height:15px;border:1px solid #cdb5aa;border-radius:50%;margin-left:auto}.payment-options button.selected i{box-shadow:inset 0 0 0 4px #fff;background:var(--red);border-color:var(--red)}.payment-note{font-size:10px;color:var(--muted);margin:12px 0 0;line-height:1.45}.checkout-summary{height:max-content;position:sticky;top:100px}.checkout-summary h2{font-family:Playfair Display;font-size:21px;margin:0 0 16px}.mini-items{display:grid;gap:12px;max-height:220px;overflow:auto}.mini-items>div{display:grid;grid-template-columns:41px 1fr auto;gap:9px;align-items:center}.mini-items img{width:41px;height:41px;border-radius:8px;object-fit:cover}.mini-items span{font-size:11px;font-weight:700}.mini-items small{display:block;color:var(--muted);font-weight:400;margin-top:2px;font-size:10px}.mini-items b{font-size:11px}.coupon-box{display:flex;border:1px solid var(--line);border-radius:10px;overflow:hidden;margin-top:17px}.coupon-box input{border:0;outline:0;padding:10px;min-width:0;width:100%;font-size:11px;text-transform:uppercase}.coupon-box button{background:var(--cream2);color:var(--red);font-size:11px;font-weight:800;padding:0 10px}.coupon-ok{font-size:10px;color:var(--green);margin:6px 0}.summary-lines{border-block:1px solid var(--line);padding:10px 0;display:grid;gap:8px;margin-top:14px}.summary-lines span{display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}.summary-lines b{color:var(--ink)}.summary-total{padding:14px 0;display:flex;justify-content:space-between;align-items:end}.summary-total span{font-weight:700;font-size:12px}.summary-total strong{font-size:20px;color:var(--red-dark)}.payment-page{min-height:62vh;display:grid;place-items:center;padding:60px 0}.payment-result{width:min(570px,100%);border:1px solid var(--line);border-radius:25px;background:#fff;padding:43px;text-align:center;box-shadow:var(--shadow)}.success-icon,.pending-icon{width:54px;height:54px}.success-icon{color:var(--green)}.pending-icon{color:#d88824}.payment-result h1{font-family:Playfair Display;font-size:33px;letter-spacing:-1.2px;margin:4px 0 10px}.payment-result>p{font-size:13px;color:var(--muted);line-height:1.6}.order-code{background:#fff4e9;border-radius:12px;margin:22px auto;max-width:350px;padding:12px;display:grid;grid-template-columns:1fr auto;gap:2px;text-align:left}.order-code small{font-size:10px;color:var(--muted)}.order-code b{font-size:14px}.order-code button{grid-row:span 2;background:none;color:var(--red)}.receipt-info{display:flex;text-align:left;align-items:center;gap:11px;background:#f0f7f3;border-radius:12px;padding:12px;margin:18px 0}.receipt-info svg{color:var(--green);flex:none}.receipt-info b,.receipt-info small{display:block}.receipt-info b{font-size:11px}.receipt-info small{font-size:10px;color:#628070;margin-top:4px}.track-qr{display:grid;justify-items:center;gap:7px;margin:18px auto;color:var(--muted);font-size:10px}.demo-notice{display:flex;text-align:left;gap:12px;background:#fff3e6;border:1px solid #f1d4b6;padding:13px;border-radius:12px;margin:20px 0}.demo-notice svg{color:#ca7928}.demo-notice b{font-size:12px}.demo-notice p{font-size:11px;color:#825d43;line-height:1.5;margin:4px 0 0}.payment-result>.outline-btn{margin-top:10px}.auth-page{min-height:100vh;display:grid;grid-template-columns:1.15fr .85fr}.auth-art{background:linear-gradient(145deg,#912c25,#d4503e 55%,#f1a168);color:#fff;padding:58px 10vw;display:flex;flex-direction:column;justify-content:center}.auth-art .brand{margin-bottom:65px}.auth-art .brand-mark{background:#fff;color:var(--red)}.auth-art .brand small{color:#ffe5d5}.auth-art h1{font-size:60px}.auth-art>p{font-size:15px;line-height:1.65;max-width:385px;color:#fff1e9}.auth-bullets{display:grid;gap:11px;margin-top:33px}.auth-bullets span{font-size:13px;color:#fff3e6}.auth-card{width:min(430px,calc(100% - 50px));margin:auto;align-self:center;padding:44px 0}.auth-tabs{display:flex;border-bottom:1px solid var(--line);gap:24px;margin-bottom:28px}.auth-tabs button{background:none;color:var(--muted);padding:0 1px 10px;font-size:13px;font-weight:800;position:relative}.auth-tabs button.active{color:var(--red)}.auth-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--red)}.auth-card h2{font-family:Playfair Display;font-size:32px;margin:0}.auth-card>p{font-size:12px;color:var(--muted);line-height:1.55;margin:8px 0 23px}.auth-card form{display:grid;gap:14px}.auth-card label{display:grid;gap:6px;font-size:11px;font-weight:700}.auth-card label small{font-weight:400;color:var(--muted)}.input-icon{height:44px;border:1px solid var(--line);border-radius:10px;display:flex;align-items:center;padding:0 10px;gap:9px}.input-icon:focus-within{border-color:#d9816c;box-shadow:0 0 0 3px #fde3db}.input-icon svg{width:17px;color:#a28a80}.input-icon input{border:0;outline:0;width:100%;font-size:12px}.input-icon button{background:none;color:#a28a80;padding:2px}.input-icon button svg{width:17px}.forgot{font-size:10px;color:var(--muted)}.forgot b{color:var(--red)}.auth-switch{text-align:center!important;margin:18px 0 10px!important}.auth-switch button{background:none;color:var(--red);font-weight:800;font-size:12px}.back-home{font-size:11px;color:var(--muted);display:block;text-align:center;margin-top:20px}.track-hero{background:#fff3e7;padding:67px 0 73px;text-align:center}.track-hero h1{font-family:Playfair Display;font-size:42px;letter-spacing:-1.5px;margin:0}.track-hero p{font-size:13px;color:var(--muted);margin:10px 0 24px}.track-hero .eyebrow{color:var(--red);margin-bottom:10px}.track-hero form{max-width:790px;margin:auto;display:grid;grid-template-columns:1fr 1fr auto;gap:8px;background:#fff;padding:8px;border-radius:15px;box-shadow:0 8px 20px #72432412}.track-hero form>div{display:flex;align-items:center;gap:8px;padding:0 10px;border-right:1px solid var(--line)}.track-hero form svg{color:var(--red);width:17px}.track-hero input{border:0;outline:0;width:100%;font-size:11px}.tracking-result{padding:44px 0}.track-summary{display:flex;justify-content:space-between;align-items:center;padding-bottom:21px;border-bottom:1px solid var(--line)}.track-summary h2{font-family:Playfair Display;letter-spacing:-.5px;font-size:26px;margin:0}.track-summary p{font-size:11px;color:var(--muted);margin:5px 0 0}.payment-pill{background:#fff4e9;color:#a56927;padding:9px 11px;border-radius:9px;font-size:11px;font-weight:800;display:flex;gap:6px;align-items:center}.payment-pill.paid{background:#eef7f1;color:var(--green)}.tracking-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;padding-top:25px}.timeline-card,.track-order{border:1px solid var(--line);border-radius:18px;padding:21px}.timeline-card h3,.track-order h3{font-family:Playfair Display;font-size:20px;display:flex;gap:8px;align-items:center;margin:0 0 19px}.timeline-card h3 svg,.track-order h3 svg{color:var(--red);width:20px}.awb{display:flex;align-items:center;gap:9px;background:#fff8ef;padding:10px;border-radius:10px;margin-bottom:18px}.awb span{font-size:10px;color:var(--muted)}.awb b{font-size:12px;flex:1}.awb button{background:none;color:var(--red)}.timeline{display:grid;gap:0}.timeline>div{display:grid;grid-template-columns:27px 1fr;gap:9px;min-height:74px}.timeline>div>i{display:flex;justify-content:center;border-right:1px solid #e3cfc3}.timeline>div>i svg{color:var(--green);width:18px;position:relative;left:9px;background:#fff}.timeline>div>i span{width:8px;height:8px;border-radius:50%;background:#d7b9a8;position:relative;left:4px;top:5px}.timeline section{padding-bottom:15px}.timeline b{font-size:11px}.timeline p{font-size:11px;color:#6c5d57;margin:4px 0}.timeline small{font-size:9px;color:#9a877d}.track-order>div{display:flex;justify-content:space-between;gap:15px;font-size:11px;margin:12px 0}.track-order>div span{display:grid;gap:3px}.track-order>div small{color:var(--muted)}.track-order hr{border:0;border-top:1px solid var(--line);margin:14px 0}.track-order .order-total{font-size:13px}.track-order .order-total strong{color:var(--red-dark);font-size:17px}.track-order>p{font-size:10px;line-height:1.55;color:var(--muted);display:flex;gap:6px;margin-top:18px}.track-help{margin-bottom:70px;border:1px solid var(--line);border-radius:16px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between}.track-help>div{display:flex;align-items:center;gap:12px}.track-help svg{color:var(--red)}.track-help h3{font-size:13px;margin:0}.track-help p{font-size:11px;color:var(--muted);margin:4px 0}.history-page{padding-bottom:80px}.history-page>p{margin:7px 0 25px}.order-history{display:grid;gap:16px;max-width:860px}.order-history>article{border:1px solid var(--line);border-radius:16px;padding:17px}.order-history header,.order-history footer{padding:0;background:none;color:inherit;display:flex;justify-content:space-between;align-items:center}.order-history header b,.order-history header small{display:block}.order-history header b{font-size:13px}.order-history header small{font-size:10px;color:var(--muted);margin-top:4px}.status{font-size:10px;font-weight:800;color:#af642a;background:#fff2df;padding:6px 8px;border-radius:7px}.status.processing,.status.packed,.status.shipped,.status.delivered{color:var(--green);background:#edf7ef}.history-products{display:grid;gap:8px;border-block:1px solid var(--line);padding:13px 0;margin:14px 0}.history-products>div{display:flex;align-items:center;gap:9px}.history-products img{width:38px;height:38px;border-radius:7px;object-fit:cover}.history-products span{font-size:11px;font-weight:700}.history-products small{display:block;color:var(--muted);font-size:10px;font-weight:400;margin-top:3px}.history-products>small{font-size:10px;color:var(--muted)}.order-history footer>div{display:grid;gap:3px}.order-history footer span{font-size:10px;color:var(--muted)}.order-history footer strong{font-size:14px;color:var(--red-dark)}.order-history footer .outline-btn{font-size:11px;padding:9px 11px}.inline-error{border:1px solid #edc7c2;background:#fff1ef;color:#ad3930;padding:12px;border-radius:10px;font-size:12px;margin-bottom:15px}.muted{color:var(--muted)}.admin-page{min-height:100vh;display:grid;grid-template-columns:245px 1fr;background:#f8f7f5}.admin-sidebar{background:#2e211d;color:#f8eee7;padding:25px 15px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.admin-logo{display:flex;gap:10px;align-items:center;padding:5px 10px 32px}.admin-logo .brand-mark{background:var(--red);width:34px;height:34px}.admin-logo b,.admin-logo small{display:block}.admin-logo b{font-family:Playfair Display;font-size:18px}.admin-logo small{font-size:8px;color:#bfa99b;letter-spacing:1.5px;margin-top:3px}.admin-sidebar nav{display:grid;gap:5px}.admin-sidebar nav button{display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:9px;background:none;color:#cdbab0;text-align:left;font-size:12px;font-weight:600}.admin-sidebar nav button.active,.admin-sidebar nav button:hover{background:#51362d;color:#fff}.admin-sidebar nav button.active{box-shadow:inset 3px 0 var(--red)}.admin-user{margin-top:auto;background:#49332c;border:1px solid #5c4238;border-radius:13px;padding:12px}.admin-user span,.admin-user b,.admin-user small{display:block}.admin-user span{font-size:8px;color:#f7ae8e;letter-spacing:1px;font-weight:800}.admin-user b{font-size:11px;margin-top:5px}.admin-user small{font-size:9px;color:#cdbab0;line-height:1.4;margin-top:4px}.admin-content{padding:28px 36px 60px;min-width:0}.admin-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:27px}.admin-head .eyebrow{margin-bottom:5px}.admin-head h1{font-family:Playfair Display;font-size:29px;letter-spacing:-1px;margin:0}.admin-head>div:last-child{display:flex;align-items:center;gap:10px}.admin-notif{width:36px;height:36px;border-radius:9px;background:#fff;color:var(--ink);position:relative;border:1px solid #ebe4df}.admin-notif i{position:absolute;right:7px;top:7px;width:6px;height:6px;border-radius:50%;background:var(--red)}.view-store{background:#fff;color:var(--ink);display:flex;align-items:center;gap:6px;border:1px solid #e8e0db;border-radius:9px;padding:9px 11px;font-size:11px;font-weight:700}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.metric-card{background:#fff;border:1px solid #ebe4df;border-radius:14px;padding:15px;display:flex;gap:11px;min-width:0}.metric-card>span{width:37px;height:37px;border-radius:10px;background:#fff0e7;color:var(--red);display:grid;place-items:center;flex:none}.metric-card small,.metric-card strong,.metric-card p{display:block}.metric-card small{font-size:10px;color:#8b7a71}.metric-card strong{font-size:17px;margin-top:4px;white-space:nowrap}.metric-card p{font-size:9px;color:#a58e82;margin:3px 0 0}.admin-two-cols{display:grid;grid-template-columns:1.4fr .9fr;gap:15px;margin-top:15px}.admin-card{background:#fff;border:1px solid #ebe4df;border-radius:14px;padding:18px}.admin-card-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px}.admin-card-head h2{font-size:14px;margin:0}.admin-card-head p{font-size:10px;color:#99877d;margin:4px 0 0}.admin-card-head>span{font-size:11px;color:var(--green);font-weight:700}.admin-card-head>button{background:none;color:var(--red);font-size:10px;font-weight:700;display:flex;align-items:center}.chart-wrap{margin-left:-12px}.low-row{display:flex;align-items:center;gap:9px;padding:8px 0;border-bottom:1px solid #f1eae6}.low-row:last-child{border:0}.stock-thumb{width:31px;height:31px;background:#fff3e6;display:grid;place-items:center;border-radius:8px;font-size:17px}.low-row>div{display:grid;gap:3px;flex:1}.low-row b{font-size:11px}.low-row small{font-size:9px;color:#a18d83}.low-row strong{font-size:10px;color:#c6742e}.recent-card{margin-top:15px}.admin-card table{width:100%;border-collapse:collapse}.admin-card th{text-align:left;color:#9c8a80;font-size:9px;letter-spacing:.3px;padding:7px 8px;border-bottom:1px solid #eee7e2}.admin-card td{font-size:11px;padding:11px 8px;border-bottom:1px solid #f2ece8;vertical-align:middle}.admin-card td b,.admin-card td small{display:block}.admin-card td b{font-size:11px}.admin-card td small{font-size:9px;color:#a18d83;margin-top:3px}.mini-status{font-size:9px;font-weight:800;background:#fff2df;color:#b56d29;padding:5px 6px;border-radius:6px;display:inline-block}.mini-status.paid{background:#edf7ef;color:var(--green)}.mini-status.pending{background:#fff2df;color:#b56d29}.mini-status.failed,.mini-status.expired{background:#fce9e7;color:#b54a3f}.mini-status.neutral{background:#f0eeed;color:#6b5c56}.admin-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}.admin-toolbar h2{font-size:17px;margin:0}.admin-toolbar p{font-size:10px;color:#9a877d;margin:5px 0 0}.data-table-card{padding:5px 10px}.data-table-card th{padding:12px 8px}.data-table-card td{padding:11px 8px}.table-product{display:flex;align-items:center;gap:8px}.table-product img{width:36px;height:36px;border-radius:8px;object-fit:cover;background:var(--cream2)}.stock-alert{color:#c8742c;font-weight:800}.stock-good{color:var(--green);font-weight:800}.table-btn{display:inline-flex;align-items:center;gap:4px;background:#fff5ee;color:#8a5141;border:1px solid #f0dfd5;border-radius:6px;padding:6px;font-size:9px;font-weight:700;white-space:nowrap;margin:2px}.table-btn:hover{background:#fde5d8;color:var(--red)}.table-btn.danger{color:#ad544c}.table-btn.ship{color:var(--green);border-color:#d8ebdd}.table-actions select{font-size:9px;border:1px solid #eadfd8;border-radius:6px;padding:6px;outline:0;margin:2px;background:#fff}.banner-tip{background:#fff2e4;border:1px solid #f2d6b9;color:#7d543c;border-radius:12px;display:flex;align-items:flex-start;gap:10px;padding:13px;margin-bottom:18px}.banner-tip svg{color:#c8772d}.banner-tip b{font-size:11px}.banner-tip p{font-size:10px;line-height:1.5;margin:3px 0 0}.admin-banner-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.admin-banner-grid article{background:#fff;border:1px solid #ebe4df;border-radius:13px;overflow:hidden}.admin-banner-grid img{width:100%;aspect-ratio:16/6.2;object-fit:cover}.admin-banner-grid article>div{padding:13px}.admin-banner-grid h3{font-size:13px;margin:8px 0 4px}.admin-banner-grid p{font-size:10px;line-height:1.4;color:#927e74;margin:0 0 9px}.ranking-row,.rating-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #f1eae6}.ranking-row:last-child,.rating-row:last-child{border:0}.ranking-row>span{display:grid;place-items:center;width:22px;height:22px;border-radius:7px;background:#fff1e6;color:var(--red);font-size:10px;font-weight:800}.ranking-row b,.rating-row b{font-size:11px;flex:1}.ranking-row strong{font-size:10px;color:var(--green)}.rating-row .rating{font-size:11px}.settings-layout{display:grid;grid-template-columns:1fr .65fr;gap:17px;max-width:930px}.settings-card{display:grid;gap:13px}.settings-card h2{font-size:17px;margin:0}.settings-card>p{font-size:11px;color:var(--muted);margin:0 0 7px}.settings-card .primary-btn{width:max-content}.security-card{height:max-content;background:#fff5ec}.security-card>svg{color:var(--red)}.security-card h3{font-size:15px;margin:11px 0 6px}.security-card p,.security-card li{font-size:10px;line-height:1.6;color:#725e55}.security-card code{background:#fff;padding:2px 4px;border-radius:4px}.security-card ul{padding-left:15px}.admin-chat{height:570px;background:#fff;border:1px solid #ebe4df;border-radius:14px;display:grid;grid-template-columns:250px 1fr;overflow:hidden}.admin-chat>aside{border-right:1px solid #eee6e1;overflow:auto}.admin-chat>aside>button{width:100%;display:flex;gap:9px;text-align:left;background:#fff;padding:12px;border-bottom:1px solid #f4eeeb}.admin-chat>aside>button.active{background:#fff2e9}.admin-chat>aside>button>span{width:30px;height:30px;border-radius:50%;background:#f6dfd3;color:var(--red);display:grid;place-items:center;font-weight:800;font-size:11px}.admin-chat>aside b,.admin-chat>aside small{display:block}.admin-chat>aside b{font-size:11px}.admin-chat>aside small{font-size:9px;color:#9a877d;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px}.admin-chat>section{display:grid;grid-template-rows:auto 1fr auto;min-width:0}.admin-chat>section>header{background:#fff;color:var(--ink);padding:13px;border-bottom:1px solid #eee6e1;display:grid;gap:3px}.admin-chat>section>header b{font-size:12px}.admin-chat>section>header small{font-size:9px;color:var(--muted)}.admin-chat-messages{background:#fdf9f7;padding:14px;overflow:auto;display:grid;align-content:start;gap:9px}.admin-chat-messages>div{max-width:65%;background:#fff;padding:9px;border-radius:9px 9px 9px 2px;box-shadow:0 2px 7px #513a2910}.admin-chat-messages>div.mine{margin-left:auto;background:#fbe4d8;border-radius:9px 9px 2px}.admin-chat-messages p{font-size:11px;line-height:1.45;margin:0}.admin-chat-messages small{font-size:8px;color:#9b887e;display:block;margin-top:4px}.admin-chat form{display:flex;padding:10px;border-top:1px solid #eee6e1;gap:7px}.admin-chat form input{border:1px solid #e6dbd5;border-radius:8px;padding:9px;outline:0;font-size:11px;flex:1}.admin-chat form button{display:flex;align-items:center;gap:5px;background:var(--red);color:#fff;border-radius:8px;padding:0 10px;font-size:10px;font-weight:700}.admin-chat-empty{display:grid;place-content:center;justify-items:center;text-align:center;color:#9a877d}.admin-chat-empty svg{color:var(--red)}.admin-chat-empty h3{font-size:13px;color:var(--ink);margin:9px 0 4px}.admin-chat-empty p{font-size:10px;margin:0}.admin-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#2315108c;display:grid;place-items:center;padding:20px}.admin-modal{width:min(700px,100%);max-height:92vh;overflow:auto;border-radius:16px;background:#fff;box-shadow:0 25px 70px #28171166}.admin-modal header{display:flex;justify-content:space-between;align-items:start;background:#fff;color:var(--ink);padding:20px 22px;border-bottom:1px solid var(--line)}.admin-modal header h2{font-size:18px;margin:0}.admin-modal header p{font-size:10px;color:var(--muted);margin:4px 0 0}.admin-modal header button{background:none;color:var(--muted)}.modal-fields{padding:20px 22px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.modal-fields textarea{min-height:80px}.image-upload-label input{display:none}.image-upload-label>span{border:1px dashed #d7bcb0;border-radius:9px;padding:11px;color:#8e766a;display:flex;align-items:center;gap:7px;font-size:10px;cursor:pointer}.image-upload-label>img{width:115px;height:70px;object-fit:cover;border-radius:8px;margin-top:2px}.check-label{display:flex!important;align-items:center;gap:7px;font-size:11px!important}.admin-modal footer{background:#fff;color:var(--ink);padding:15px 22px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:8px}.admin-modal footer .primary-btn,.admin-modal footer .outline-btn{padding:10px 14px;font-size:11px}.no-data{color:#9a877d;text-align:center;padding:25px;font-size:11px}.admin-loading{padding:60px;text-align:center;color:#9a877d}@media(max-width:1050px){.main-nav{gap:12px}.nav-search{max-width:230px}.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.trust-strip>div{padding-inline:12px}.checkout-layout{grid-template-columns:1fr 330px}.metric-grid{grid-template-columns:repeat(2,1fr)}.admin-two-cols,.settings-layout{grid-template-columns:1fr}.admin-content{padding-inline:22px}.admin-sidebar{width:215px}.admin-page{grid-template-columns:215px 1fr}}@media(max-width:780px){.announcement{height:31px;font-size:10px}.announce-hide{display:none}.site-header{height:67px}.nav-wrap{width:calc(100% - 28px);gap:10px}.main-nav{position:fixed;top:98px;left:14px;right:14px;display:none;padding:15px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);margin:0}.main-nav.open{display:grid}.main-nav a{padding:8px}.main-nav a:after{display:none}.nav-search,.user-name,.login-btn span{display:none}.login-btn{padding:8px}.menu-toggle{display:grid;width:34px;height:34px}.nav-actions{margin-left:auto}.hero-shell{padding-top:14px}.hero{width:calc(100% - 28px);height:450px;background-position:58% center}.hero-copy{left:25px;right:20px;top:37%;transform:none}.hero h1{font-size:44px;letter-spacing:-1.8px}.hero p{font-size:13px;max-width:270px}.hero-controls{left:25px;bottom:18px}.trust-strip{grid-template-columns:1fr 1fr;width:calc(100% - 28px);padding:12px;margin-top:-10px}.trust-strip>div{padding:8px;border-right:0}.trust-strip b{font-size:10px}.trust-strip small{font-size:9px}.trust-strip svg{width:19px}.section{padding:52px 0}.section-heading{align-items:flex-start;gap:12px;margin-bottom:19px}.section-heading h2{font-size:27px}.section-heading p{font-size:11px}.category-grid{gap:9px}.category-tile{padding:11px;gap:8px}.category-icon{width:35px;height:35px;font-size:16px;border-radius:10px}.category-tile h3{font-size:10px}.category-tile p{display:none}.product-grid{grid-template-columns:repeat(2,1fr);gap:11px}.product-info{padding:11px}.product-info h3{font-size:11px;min-height:31px}.product-info>p{font-size:9px}.product-image .wish{width:27px;height:27px}.recipe-banner{grid-template-columns:1fr;min-height:440px;padding:32px 28px}.recipe-banner h2{font-size:32px}.recipe-art{position:absolute;width:220px;height:220px;right:-15px;bottom:10px}.round-food{width:160px;height:160px;font-size:80px}.recipe-art span{top:15px;right:0;font-size:9px}.recipe-art small{left:5px;bottom:20px;font-size:8px}.testimonial-grid{grid-template-columns:1fr}.testimonial-grid .testimonial:nth-child(n+4){display:none}.newsletter{display:grid;padding:40px 0}.newsletter h2{font-size:22px}.newsletter form,.newsletter input{width:100%}.footer-top{grid-template-columns:1fr 1fr;gap:25px}.footer-brand{grid-column:span 2}.footer-bottom{display:grid;gap:7px}.support-fab{right:15px;bottom:15px;padding:12px}.support-fab span{display:none}.chat-panel{width:calc(100% - 28px);right:14px;bottom:14px}.shop-heading{display:grid}.shop-heading h1{font-size:30px}.shop-search{min-width:0}.shop-layout{display:block;padding-top:16px}.filters{display:none}.mobile-filter{display:inline-flex;align-items:center;gap:5px;background:#fff6f1;border:1px solid #f0d9ce;color:var(--red);font-size:11px;padding:7px 8px;border-radius:7px}.product-toolbar{margin-bottom:14px}.mobile-filter-sheet{position:fixed;top:0;right:0;bottom:0;left:0;background:#311c168c;z-index:80;display:flex;align-items:flex-end}.sheet{background:#fff;border-radius:20px 20px 0 0;padding:23px;width:100%;position:relative}.sheet .close{position:absolute;right:16px;top:13px;background:none}.product-detail{grid-template-columns:1fr;gap:22px}.gallery{grid-template-columns:1fr}.thumbs{grid-template-columns:repeat(4,55px);order:2}.main-image{order:1}.product-summary h1{font-size:32px}.product-tabs{grid-template-columns:1fr;gap:25px;margin-top:43px}.purchase-benefits{gap:9px}.cart-layout,.checkout-layout{grid-template-columns:1fr;gap:22px}.cart-item{grid-template-columns:68px 1fr}.cart-item>a img{width:68px;height:68px}.cart-controls{grid-column:2;justify-content:flex-end;gap:10px}.cart-controls>b{min-width:auto}.order-summary,.checkout-summary{position:static}.checkout-steps{font-size:9px;gap:5px;white-space:nowrap}.checkout-steps i{width:17px}.form-grid{grid-template-columns:1fr}.form-grid label.wide{grid-column:auto}.checkout-card{padding:16px}.track-hero{padding:50px 0}.track-hero h1{font-size:31px}.track-hero form{grid-template-columns:1fr;padding:8px}.track-hero form>div{height:41px;border-right:0;border-bottom:1px solid var(--line)}.track-hero form>div:last-of-type{border:0}.track-summary{align-items:flex-start;gap:10px}.tracking-grid{grid-template-columns:1fr}.track-help{display:grid;gap:15px;align-items:start}.history-page h1,.cart-page h1{font-size:29px}.auth-page{grid-template-columns:1fr}.auth-art{display:none}.auth-card{padding:45px 0}.admin-page{grid-template-columns:1fr}.admin-sidebar{position:sticky;z-index:30;top:0;height:auto;padding:10px 14px;display:flex;flex-direction:row;align-items:center;overflow:auto}.admin-logo{padding:0;margin-right:15px}.admin-logo>div{display:none}.admin-sidebar nav{display:flex;gap:3px}.admin-sidebar nav button{width:37px;height:37px;justify-content:center;padding:0;flex:none}.admin-sidebar nav button svg{width:18px}.admin-sidebar nav button{font-size:0}.admin-user{display:none}.admin-content{padding:19px 14px 45px}.admin-head{margin-bottom:19px}.admin-head h1{font-size:23px}.view-store{font-size:0;width:35px;height:35px;padding:0;display:grid;place-items:center}.view-store svg{width:17px}.metric-grid{grid-template-columns:1fr 1fr;gap:9px}.metric-card{padding:10px;gap:7px}.metric-card>span{width:31px;height:31px}.metric-card>span svg{width:17px}.metric-card strong{font-size:13px}.metric-card p{display:none}.admin-two-cols{margin-top:9px}.admin-card{padding:13px;overflow:auto}.admin-card table{min-width:670px}.admin-toolbar h2{font-size:15px}.admin-banner-grid{grid-template-columns:1fr}.admin-chat{grid-template-columns:105px 1fr;height:500px}.admin-chat>aside>button{padding:8px}.admin-chat>aside>button>div{display:none}.admin-modal{max-height:95vh}.modal-fields{grid-template-columns:1fr;padding:17px}.modal-fields label.wide{grid-column:auto}.admin-modal footer{padding:13px 17px}.orders-table table{min-width:850px}}.language-switch{display:flex;align-items:center;gap:2px;border:1px solid var(--line);background:#fff;border-radius:11px;padding:3px;color:var(--muted)}.language-switch svg{margin:0 3px 0 4px;color:var(--red)}.language-switch button{border-radius:7px;background:transparent;color:var(--muted);padding:5px 7px;font-size:10px;font-weight:800;line-height:1.1;transition:.2s}.language-switch button.active{background:var(--cream2);color:var(--red-dark)}.language-switch.compact{background:#fff7f2}@media(max-width:780px){.language-switch svg{display:none}.language-switch{padding:3px}.language-switch button{padding:5px 6px}}.admin-head-actions{display:flex;align-items:center;gap:10px}.auth-language{display:flex;justify-content:flex-end;margin-bottom:14px}@media(max-width:780px){.admin-head-actions .language-switch{display:none}}.auth-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:var(--cream2);color:var(--red);margin-bottom:14px}.otp-contact{display:flex;align-items:center;gap:9px;background:var(--cream2);border:1px solid var(--line);padding:11px 13px;border-radius:12px;font-size:12px;margin:16px 0}.otp-contact svg{color:var(--red)}.otp-channels{display:flex;gap:8px;margin:13px 0 16px}.otp-channels button{flex:1;min-height:48px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:7px 10px;display:flex;align-items:center;justify-content:center;gap:6px;color:var(--muted);font-size:12px;font-weight:800}.otp-channels button svg{width:16px}.otp-channels button small{display:block;font-size:8px;color:var(--red)}.otp-channels button.active{border-color:var(--red);background:var(--cream2);color:var(--red)}.otp-channels.compact{margin:10px 0}.otp-input input{letter-spacing:7px;font-size:17px;font-weight:800}.otp-resend{display:flex;align-items:center;justify-content:center;gap:6px;background:none;color:var(--red);font-size:12px;font-weight:800;width:100%;padding:13px 0 0}.otp-resend:disabled{opacity:.55}.otp-checkout>p{font-size:12px;color:var(--muted);margin:0 0 9px}.otp-checkout-action{display:grid;grid-template-columns:auto minmax(130px,1fr) auto;gap:8px;align-items:center}.otp-checkout-action .outline-btn,.otp-checkout-action .primary-btn{padding:11px 13px;font-size:12px}.otp-success{display:flex;gap:8px;align-items:center;color:var(--green);background:#eef8f2;border:1px solid #ccebd8;border-radius:11px;padding:12px;font-size:12px;font-weight:800}.otp-settings{margin:26px 0;padding:20px;border:1px solid var(--line);border-radius:16px;background:#fffaf6}.otp-setting-head{display:flex;gap:12px;align-items:flex-start;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:14px;margin-bottom:6px}.otp-setting-head h3{font-size:15px;margin:0 0 5px}.otp-setting-head p{font-size:11px;line-height:1.55;color:var(--muted);margin:0;max-width:590px}.otp-safe{background:#f1f8f4;color:var(--green);border-radius:100px;padding:5px 8px;font-size:9px;font-weight:800;white-space:nowrap}.otp-channel-setting{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:13px 0;border-bottom:1px solid #f0e5de}.otp-channel-setting>div>b,.otp-channel-setting>div>small{display:block}.otp-channel-setting>div>b{font-size:12px}.otp-channel-setting>div>small{margin-top:4px;font-size:10px;color:var(--muted);line-height:1.4}.otp-checks{display:flex;gap:12px;white-space:nowrap}.otp-checks label,.check-label{font-size:11px!important;display:flex!important;align-items:center;gap:6px}.otp-checks input{width:auto!important}.otp-security-fields{margin-top:16px}.otp-provider{margin-top:16px;padding-top:16px;border-top:1px dashed #e8d7cd}.otp-provider h4{margin:0 0 4px;font-size:13px}.otp-provider>p{font-size:11px;color:var(--muted);margin:0 0 12px;line-height:1.5}.field-note{display:block;color:var(--muted);font-size:9px!important;line-height:1.4;margin-top:5px}.otp-status{margin-top:22px;border-top:1px solid #ffffff38;padding-top:15px;display:grid;gap:7px}.otp-status b{font-size:12px}.otp-status span{font-size:11px;border-radius:9px;padding:7px 9px}.otp-status .ready{background:#e9f7ee;color:#1b6a45}.otp-status .waiting{background:#fff0de;color:#97562e}@media(max-width:760px){.otp-checkout-action{grid-template-columns:1fr}.otp-checkout-action .primary-btn,.otp-checkout-action .outline-btn{width:100%}.otp-channel-setting{align-items:flex-start;flex-direction:column;gap:10px}.otp-setting-head{flex-direction:column}.otp-channels{flex-wrap:wrap}.otp-channels button{min-width:130px}.otp-checks{width:100%}}.user-menu{position:relative;z-index:200}.avatar-btn{display:flex;align-items:center;gap:5px;padding:7px 9px;border-radius:11px;font-size:12px;font-weight:700;background:none;color:var(--ink)}.avatar-btn:hover{background:var(--cream2)}.dropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:9999;display:block;min-width:210px;padding:8px;background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:var(--shadow);pointer-events:auto}.dropdown a,.dropdown button{display:block;width:100%;padding:10px;border:0;border-radius:8px;background:none;text-align:left;color:var(--ink);font-size:12px}.dropdown a:hover,.dropdown button:hover{background:var(--cream2);color:var(--red)}.dropdown-user-info{display:flex;flex-direction:column;gap:3px;padding:8px 10px 11px;margin-bottom:6px;border-bottom:1px solid var(--line)}.dropdown-user-info strong{font-size:12px}.dropdown-user-info small{color:var(--muted);font-size:10px;overflow-wrap:anywhere}.logout-btn{color:#c62828!important}.rotate-chevron{transform:rotate(180deg);transition:transform .2s ease}.table-actions .table-btn{margin:0 4px 5px 0}.order-detail-modal{width:min(980px,calc(100vw - 30px));max-height:min(860px,calc(100vh - 30px));overflow-y:auto}.order-detail-modal header h2{margin:4px 0}.order-detail-modal header p{margin:0;color:var(--muted);font-size:12px}.order-detail-top{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:2px 0 18px}.order-status-box{display:grid;gap:6px;min-height:92px;padding:13px;border:1px solid var(--line);border-radius:11px;background:#fffdfa}.order-status-box>small{color:var(--muted);font-size:10px}.order-status-box>strong{color:var(--red);font-size:17px}.order-detail-grid{display:grid;grid-template-columns:minmax(230px,.82fr) minmax(360px,1.18fr);gap:18px}.order-detail-grid section{min-width:0}.order-detail-grid h3{margin:0 0 10px;color:var(--ink);font-size:14px}.address-card,.courier-card{display:grid;gap:6px;padding:14px;border:1px solid var(--line);border-radius:11px;background:#fff}.address-card>b{color:var(--ink);font-size:14px}.address-card>span,.address-card>small,.courier-card>small{color:var(--muted);font-size:11px}.address-card p{margin:5px 0 0;color:var(--ink);line-height:1.55;white-space:pre-line}.courier-card{margin-top:10px}.courier-card>b{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.7px}.courier-card>span{color:var(--ink);font-weight:800;font-size:13px}.print-address-btn{width:100%;justify-content:center;margin-top:12px}.order-detail-items{display:grid;gap:9px}.order-detail-items article{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px;border:1px solid var(--line);border-radius:10px;background:#fff}.order-detail-items img{width:54px;height:54px;border-radius:9px;object-fit:cover;background:var(--cream2)}.order-detail-items article>div{display:grid;min-width:0;gap:3px}.order-detail-items b{overflow:hidden;color:var(--ink);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.order-detail-items small,.order-detail-items span{color:var(--muted);font-size:10px}.order-detail-items article>strong{color:var(--ink);font-size:12px;white-space:nowrap}.order-detail-totals{display:grid;gap:7px;margin-top:13px;padding-top:12px;border-top:1px solid var(--line)}.order-detail-totals>span,.order-detail-totals>strong{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:12px}.order-detail-totals>strong{margin-top:3px;color:var(--ink);font-size:14px}.order-detail-modal footer{display:flex;justify-content:flex-end;margin-top:20px}@media(max-width:780px){.order-detail-top,.order-detail-grid{grid-template-columns:1fr}.order-detail-modal{width:min(100vw - 18px,980px);max-height:calc(100vh - 18px)}.order-detail-items article{grid-template-columns:48px minmax(0,1fr)}.order-detail-items article>strong{grid-column:2}}.print-qr-assets{position:fixed;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden;pointer-events:none}.print-label{border-color:#e8ccb8!important;background:#fff6ee!important;color:#a4472d!important}.order-detail-modal{border-radius:20px;box-shadow:0 28px 72px #301d163d}.order-detail-modal header{padding-bottom:16px;border-bottom:1px solid #f0e3dc}.order-detail-top{margin-top:18px}.order-status-box{position:relative;overflow:hidden;background:radial-gradient(circle at top right,rgba(255,227,214,.62),transparent 45%),#fffdfa}.order-status-box:after{content:"";position:absolute;right:-20px;bottom:-20px;width:72px;height:72px;border-radius:50%;background:#c83a2f0d}.order-detail-grid{align-items:start}.address-card{background:linear-gradient(135deg,#fffaf5,#fff);border-color:#ead8ce}.courier-card{background:#fbfffc;border-color:#d5eadf}.order-qr-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;margin-top:10px;padding:12px;border:1px solid #ead8ce;border-radius:12px;background:linear-gradient(135deg,#fff2ebeb,#fff 66%)}.order-qr-card>div{display:grid;gap:4px;min-width:0}.order-qr-card span{color:var(--red);font-size:10px;font-weight:800;letter-spacing:.7px;text-transform:uppercase}.order-qr-card b{overflow:hidden;color:var(--ink);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.order-qr-card small{color:var(--muted);font-size:10px;line-height:1.4}.order-qr-card svg{flex:none;border-radius:9px;background:#fff;padding:4px;box-shadow:0 4px 12px #502c1f14}.print-address-btn{min-height:42px;border-color:#e6c5b1;background:#fff8f2;color:#a43c29}.order-detail-items article{transition:.2s ease}.order-detail-items article:hover{transform:translateY(-1px);border-color:#dfc0b1;box-shadow:0 5px 14px #4c2b1c12}@media(max-width:780px){.order-qr-card{grid-template-columns:1fr}.order-qr-card svg{justify-self:start}}.data-table-card .table-product>img{display:block;width:52px;height:52px;flex:none;object-fit:cover;border:1px solid #eadbd2;border-radius:10px;background:#fff8f3}.data-table-card .table-product{min-width:220px}.order-detail-backdrop{align-items:center;overflow:auto;padding:16px}.order-detail-modal{width:min(1180px,calc(100vw - 32px));height:min(900px,calc(100dvh - 32px));max-height:min(900px,calc(100dvh - 32px));display:flex;flex-direction:column;overflow:hidden}.order-detail-modal>header,.order-detail-modal>footer{flex:0 0 auto}.order-detail-modal>header{padding:18px 22px 14px}.order-detail-modal>footer{margin-top:0;padding:13px 22px;border-top:1px solid var(--line);background:#fff}.order-detail-scroll{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:18px 22px 24px}.order-detail-scroll .order-detail-top{margin-top:0}.order-label-preview-panel{margin-top:20px;padding-top:18px;border-top:1px solid var(--line)}.order-label-preview-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:12px}.order-label-preview-head .eyebrow{margin-bottom:5px}.order-label-preview-head h3{margin:0;color:var(--ink);font-size:15px}.order-label-preview-head p{margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.45}.order-label-preview-canvas{overflow:auto;padding:14px;border:1px solid #ddd2ca;border-radius:13px;background:#f4f1ef}.order-label-preview-frame{display:block;width:100%;min-width:760px;aspect-ratio:210 / 148;border:0;background:#fff;box-shadow:0 8px 24px #38231a24}@media(max-width:780px){.order-detail-backdrop{align-items:flex-start;padding:9px}.order-detail-modal{width:calc(100vw - 18px);height:calc(100dvh - 18px);max-height:calc(100dvh - 18px)}.order-detail-modal>header{padding:15px 16px 12px}.order-detail-scroll{padding:15px 16px 18px}.order-detail-modal>footer{padding:11px 16px}.order-label-preview-head{align-items:flex-start;flex-direction:column}.order-label-preview-canvas{padding:8px}}.hero-cta-mobile{display:none}.hero-cta-desktop{position:absolute;left:clamp(30px,6vw,90px);bottom:86px;z-index:3}.hero.hero-image-only{aspect-ratio:1600 / 620;height:auto;min-height:0;background-size:100% 100%;background-repeat:no-repeat}.hero-shell.hero-image-only .hero-controls{bottom:20px}@media(max-width:760px){.hero-shell{padding:12px 0 0}.hero{width:calc(100% - 24px);height:auto;min-height:0;margin:0 auto;border-radius:16px;box-shadow:0 8px 22px #572b1e1f}.hero.hero-image-only{aspect-ratio:1600 / 620;background-size:100% 100%;background-position:center}.hero.hero-with-text{min-height:clamp(340px,104vw,440px);background-size:cover;background-position:center}.hero.hero-with-text:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#1f14109e,#1f14104d 54%,#1f14100d);pointer-events:none}.hero-copy{z-index:1;left:22px;right:22px;top:auto;bottom:68px;max-width:min(320px,calc(100% - 44px));transform:none}.hero-copy .eyebrow{margin-bottom:8px;font-size:8px;letter-spacing:1.4px}.hero h1{margin-bottom:9px;font-size:clamp(28px,8.5vw,40px);letter-spacing:-1.25px;line-height:1.08}.hero p{margin:0;font-size:12px;line-height:1.45}.hero-cta-desktop{display:inline-flex;left:14px;right:auto;bottom:12px;min-height:40px;padding:10px 14px;border-radius:11px;font-size:11px;box-shadow:0 7px 16px #c83a2f3d}.hero-cta-desktop svg{width:15px;height:15px}.hero-controls,.hero-shell.hero-image-only .hero-controls{z-index:3;right:12px;left:auto;bottom:12px;gap:7px}.hero-controls>button{width:28px;height:28px}.hero-controls>button svg{width:15px;height:15px}.dots{gap:4px}.dots button{width:5px;height:5px}.dots button.active{width:15px}.hero-shell+.trust-strip{margin-top:14px}}@media(max-width:430px){.hero.hero-with-text{min-height:330px}.hero-cta-desktop{min-height:38px;padding:9px 12px;font-size:10.5px}}.round-food img{width:76%;height:76%;object-fit:contain;border-radius:50%}.home-content-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.8fr);gap:18px;align-items:start}.home-content-card .admin-card-head{margin-bottom:12px}.home-content-note{display:flex;align-items:flex-start;gap:9px;margin:0 0 18px;padding:12px;border:1px solid #f0d8cf;border-radius:11px;background:#fff8f3;color:#765d52}.home-content-note svg{flex:none;width:19px;color:var(--red)}.home-content-note p{margin:0;font-size:11px;line-height:1.5}.home-content-fields{margin-bottom:18px}.home-content-fields textarea{min-height:72px}.home-content-preview-card{position:sticky;top:20px}.home-content-preview-card>.eyebrow{margin-bottom:5px}.home-content-preview-card>h3{margin:0 0 13px;font-size:15px}.home-bundle-preview{min-height:365px;overflow:hidden;border-radius:16px;background:linear-gradient(110deg,#f9ddbd,#f4bb78);padding:23px;position:relative}.home-bundle-preview-copy{position:relative;z-index:2;width:60%}.home-bundle-preview-copy>small{display:block;margin-bottom:8px;color:#b05d34;font-size:8px;font-weight:800;letter-spacing:1px}.home-bundle-preview-copy>b{display:block;color:#3e211b;font-family:Playfair Display,serif;font-size:25px;line-height:1.04;letter-spacing:-1px;white-space:pre-line}.home-bundle-preview-copy>p{margin:10px 0 16px;color:#765544;font-size:10px;line-height:1.45}.home-bundle-preview-copy>span{display:inline-flex;align-items:center;gap:5px;border-radius:8px;background:var(--ink);color:#fff;padding:8px 10px;font-size:9px;font-weight:800}.home-bundle-preview-art{position:absolute;right:8px;bottom:13px;width:48%;height:82%}.home-bundle-preview-art>i{position:absolute;right:6px;top:34px;display:grid;place-items:center;width:150px;height:150px;overflow:hidden;border-radius:50%;background:#fff5e8;color:#d59a46;font-size:72px;font-style:normal;box-shadow:0 12px 22px #7f431c2b;transform:rotate(-10deg)}.home-bundle-preview-art>i img{width:78%;height:78%;object-fit:contain;transform:rotate(10deg)}.home-bundle-preview-art>em,.home-bundle-preview-art>strong{position:absolute;z-index:2;display:block;border-radius:8px;background:#fff;padding:7px 9px;box-shadow:0 5px 12px #592f1a1f;font-size:8px;font-style:normal;line-height:1.25}.home-bundle-preview-art>em{top:10px;right:0;color:var(--red)}.home-bundle-preview-art>strong{bottom:6px;left:-26px;color:#785c50;font-weight:800}@media(max-width:1020px){.home-content-layout{grid-template-columns:1fr}.home-content-preview-card{position:static}.home-bundle-preview{min-height:300px}}@media(max-width:600px){.home-bundle-preview-copy{width:63%}.home-bundle-preview-copy>b{font-size:22px}.home-bundle-preview-art>i{width:124px;height:124px;font-size:60px}}.admin-page{--admin-bg: #f7f3f0;--admin-surface: #ffffff;--admin-border: #eadfd8;--admin-soft: #fff7f2;--admin-soft-red: #fff0ea;--admin-shadow: 0 14px 34px rgba(75, 39, 27, .08);grid-template-columns:258px minmax(0,1fr);background:radial-gradient(circle at 88% -10%,rgba(247,184,129,.16),transparent 28rem),linear-gradient(180deg,#fbf9f7 0%,var(--admin-bg) 100%)}.admin-sidebar{width:auto;min-width:0;padding:22px 14px 16px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#6b4c41 #2e211d;box-shadow:6px 0 24px #2716101f}.admin-sidebar::-webkit-scrollbar{width:6px}.admin-sidebar::-webkit-scrollbar-thumb{background:#6b4c41;border-radius:20px}.admin-logo{padding:6px 10px 25px}.admin-logo .brand-mark{width:39px;height:39px;border-radius:14px;box-shadow:0 8px 18px #c83a2f4d}.admin-logo b{letter-spacing:-.35px}.admin-sidebar nav{gap:6px}.admin-sidebar nav button{min-height:43px;padding:10px 12px;border:1px solid transparent;border-radius:11px;transition:background .2s ease,color .2s ease,transform .2s ease}.admin-sidebar nav button:hover{transform:translate(2px)}.admin-sidebar nav button.active{border-color:#ffffff12;background:linear-gradient(90deg,#c83a2f33,#51362d 58%);box-shadow:inset 3px 0 var(--red),0 4px 10px #00000014}.admin-user{margin-top:22px;padding:14px;border-radius:15px;background:radial-gradient(circle at top right,rgba(235,126,84,.2),transparent 55%),#49332c;box-shadow:inset 0 1px #ffffff0d}.admin-content{width:100%;max-width:1680px;margin:0 auto;padding:30px 38px 68px}.admin-head{min-height:56px;margin-bottom:25px}.admin-head h1{font-size:clamp(26px,2.2vw,32px);letter-spacing:-1.15px}.admin-head-actions,.admin-head>div:last-child{gap:9px}.admin-notif,.view-store{min-height:39px;border-radius:11px;box-shadow:0 4px 10px #492b1e0a}.view-store{padding-inline:13px;transition:.2s ease}.view-store:hover{color:var(--red);border-color:#e6b9aa;transform:translateY(-1px)}.admin-card{border:1px solid var(--admin-border);border-radius:17px;background:var(--admin-surface);box-shadow:0 5px 16px #4e2b1d09}.admin-card:hover{border-color:#e5d2c9}.admin-card-head{gap:14px;padding-bottom:13px;border-bottom:1px solid #f3ebe7}.admin-card-head h2{font-size:15px;letter-spacing:-.15px}.admin-card-head p{max-width:570px;font-size:11px;line-height:1.45}.admin-toolbar{align-items:flex-end;gap:16px;margin-bottom:18px}.admin-toolbar h2{color:var(--ink);font-size:19px;letter-spacing:-.35px}.admin-toolbar p{max-width:640px;font-size:11px;line-height:1.45}.admin-toolbar .primary-btn,.admin-toolbar .outline-btn{min-height:42px;flex:none;white-space:nowrap}.metric-grid{gap:16px}.metric-card{min-height:102px;padding:16px;border-color:var(--admin-border);border-radius:16px;box-shadow:0 5px 14px #4f2b1c09}.metric-card>span{width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#fff0e7,#ffe4d7)}.metric-card strong{margin-top:5px;font-size:19px;letter-spacing:-.35px}.metric-card p{line-height:1.35}.admin-two-cols{gap:16px;margin-top:16px}.chart-card .chart-wrap{min-height:285px}.low-stock-card .low-row{border-bottom-color:#f3ebe7}.recent-card{margin-top:16px}.admin-page table{width:100%;border-collapse:separate;border-spacing:0}.admin-page table thead th{position:sticky;top:0;z-index:1;padding:13px 10px;border-bottom:1px solid #e9ddd7;background:#fffaf7;color:#856f65;font-size:9.5px;font-weight:800;letter-spacing:.55px;text-transform:uppercase;white-space:nowrap}.admin-page table tbody td{padding:13px 10px;border-bottom:1px solid #f4ece8;color:#4e3931;font-size:11px;vertical-align:middle}.admin-page table tbody tr:last-child td{border-bottom:0}.admin-page table tbody tr{transition:background .18s ease}.admin-page table tbody tr:hover{background:#fffaf7}.admin-page table b,.admin-page table small{display:block}.admin-page table b{color:var(--ink);font-size:11px;line-height:1.4}.admin-page table small{margin-top:3px;color:#9a877d;font-size:9.5px;line-height:1.35}.data-table-card{padding:0;overflow:auto;scrollbar-width:thin;scrollbar-color:#d8bcb0 #fffaf7}.data-table-card>table{min-width:790px}.data-table-card .table-product{gap:11px}.data-table-card .table-product>img,.data-table-card .table-product img{width:52px;height:52px;border-radius:12px;border-color:#e9d7cd;box-shadow:0 3px 8px #542e1f0f}.table-actions{min-width:170px}.table-btn{min-height:31px;margin:2px 3px 2px 0;padding:7px 9px;border-radius:8px;font-size:9.5px;transition:.18s ease}.table-btn:hover{box-shadow:0 4px 10px #83442b17;transform:translateY(-1px)}.table-btn.danger{border-color:#f0d4d0;background:#fff5f4;color:#b64b45}.table-btn.danger:hover{background:#fee9e7;color:#a63934}.table-btn.ship{background:#f2faf5;color:#26764d}.table-actions select{min-height:31px;margin:2px 0;border-radius:8px;color:#5a463e;font-size:9px}.mini-status{border-radius:999px;padding:5px 8px;font-size:8.5px;letter-spacing:.25px}.stock-alert,.stock-good{display:inline-flex;align-items:center;gap:4px;border-radius:999px;padding:5px 8px;font-size:10px}.stock-alert{background:#fff4e4}.stock-good{background:#eef8f1}.banner-tip,.home-content-note,.category-admin-tip{border-radius:13px;box-shadow:0 4px 10px #653b2408}.admin-banner-grid{gap:17px}.admin-banner-grid article{border-radius:16px;box-shadow:0 5px 14px #4f2b1c09;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.admin-banner-grid article:hover{border-color:#dfc5b8;box-shadow:var(--admin-shadow);transform:translateY(-2px)}.admin-banner-grid img{background:#fff7f0}.admin-banner-grid article>div{padding:15px}.admin-banner-grid h3{font-size:14px}.category-admin-tip{display:flex;align-items:flex-start;gap:11px;margin:0 0 16px;padding:14px;border:1px solid #f0d7ce;background:linear-gradient(135deg,#fff8f3,#fffdfb);color:#765d52}.category-admin-tip svg{flex:none;color:var(--red)}.category-admin-tip b{display:block;color:var(--ink);font-size:12px}.category-admin-tip p{margin:4px 0 0;color:#816b60;font-size:10.5px;line-height:1.45}.category-table-card>table{min-width:920px}.table-category{display:flex;align-items:center;gap:11px;min-width:190px}.table-category>img{width:50px;height:50px;flex:none;border:1px solid #e8d6cc;border-radius:12px;background:#fff8f3;box-shadow:0 3px 8px #542e1f0f;object-fit:cover}.table-category b{font-size:11.5px}.table-category small{font-size:9.5px}.category-table-card code{display:inline-block;max-width:150px;overflow:hidden;border:1px solid #f0dfd6;border-radius:7px;background:#fff8f4;color:#7c5e52;padding:4px 6px;font-family:DM Sans,Arial,sans-serif;font-size:9.5px;text-overflow:ellipsis;white-space:nowrap}.category-description{max-width:290px;color:#735f56!important;font-size:10.5px!important;line-height:1.5}.category-product-count{display:inline-flex;align-items:center;justify-content:center;min-width:74px;border-radius:999px;background:#fff0e7;color:var(--red-dark);padding:6px 9px;font-size:9.5px;font-weight:800;white-space:nowrap}.home-content-layout{gap:20px}.home-content-card{padding:20px}.home-content-preview-card{overflow:hidden;padding:20px;border-color:#ead8cf;box-shadow:var(--admin-shadow)}.home-content-preview-card>h3{font-size:16px}.home-content-note{padding:13px}.home-content-fields{gap:14px}.home-content-fields label,.category-modal .modal-fields label{min-width:0}.home-content-fields input,.home-content-fields textarea,.category-modal input,.category-modal textarea,.category-modal select{min-height:40px}.home-bundle-preview{border:1px solid rgba(174,96,45,.14);box-shadow:inset 0 1px #ffffff7a}.ranking-row,.rating-row{min-height:50px;transition:background .18s ease}.ranking-row:hover,.rating-row:hover{margin-inline:-6px;padding-inline:6px;border-radius:9px;background:#fffaf7}.settings-layout{gap:20px;max-width:1120px}.settings-card{padding:20px}.settings-card h2{font-size:18px}.settings-card>p{font-size:11px;line-height:1.5}.settings-card>label,.settings-card .otp-channel-setting{padding-bottom:12px;border-bottom:1px solid #f3ebe7}.settings-card>label:last-of-type{border-bottom:0}.security-card{padding:20px;border-color:#f2d8ca;background:radial-gradient(circle at top right,rgba(247,179,128,.28),transparent 50%),#fff8f2}.admin-chat{min-height:590px;height:min(680px,calc(100dvh - 185px));border-radius:17px;box-shadow:0 7px 18px #4f2b1c0a}.admin-chat>aside{background:#fffaf7}.admin-chat>aside>button{min-height:64px;padding:12px 14px;transition:background .18s ease}.admin-chat>aside>button:hover{background:#fff3ec}.admin-chat>aside>button.active{box-shadow:inset 3px 0 var(--red)}.admin-chat>section>header{padding:15px 17px;background:#fff;border-bottom:1px solid #f1e9e4}.admin-chat-messages{background:linear-gradient(#fffaf7c7,#fffaf7c7),radial-gradient(circle at 20% 15%,#f9e8dc 0 1px,transparent 1px)}.admin-chat>section form{padding:11px 14px;border-top:1px solid #f1e9e4;background:#fff}.admin-chat>section form input{min-height:39px;border-radius:10px}.admin-chat>section form button{min-height:39px;border-radius:10px}.admin-modal-backdrop{padding:24px;background:#301c148f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.admin-modal{width:min(760px,100%);border:1px solid rgba(255,255,255,.68);border-radius:18px;box-shadow:0 28px 72px #2a160f57}.admin-modal header{padding:19px 22px 17px;background:linear-gradient(135deg,#fffdfa,#fff8f5)}.admin-modal header h2{font-size:19px;letter-spacing:-.3px}.admin-modal header button{display:grid;place-items:center;width:33px;height:33px;border-radius:9px}.admin-modal header button:hover{background:#fff0e8;color:var(--red)}.modal-fields{gap:14px;padding:20px 22px 22px}.modal-fields label{color:#5c4b44}.modal-fields input,.modal-fields textarea,.modal-fields select{min-height:41px;border-radius:10px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.modal-fields input:hover,.modal-fields textarea:hover,.modal-fields select:hover{border-color:#e3c5b8;background:#fffdfb}.modal-fields textarea{line-height:1.5}.field-note{color:#988176!important;font-size:9.5px!important;font-weight:500!important;line-height:1.4}.image-upload-label>span{min-height:43px;border-radius:10px;background:#fffaf7;transition:.18s ease}.image-upload-label>span:hover{border-color:#d98770;background:#fff3ec;color:var(--red)}.image-upload-label>img{width:146px;height:88px;border:1px solid #ead8ce;border-radius:11px;box-shadow:0 4px 10px #542e1f0f}.check-label{min-height:39px;padding:10px 11px;border:1px solid #efe1da;border-radius:10px;background:#fffaf7}.check-label input{min-height:auto!important;accent-color:var(--red)}.admin-modal footer{padding:14px 22px;background:#fffdfb}.order-detail-modal{border-radius:18px}.order-detail-top{gap:12px}.order-status-box{min-height:90px;border-radius:13px}.order-detail-grid{gap:20px}.address-card,.courier-card,.order-qr-card{border-radius:13px}.order-detail-items article{min-height:82px;border-radius:12px}.order-detail-items article>img{width:58px;height:58px;border-radius:10px}.order-detail-totals{border-radius:12px;background:#fffaf7;padding:12px}.order-label-preview-panel{border-top-color:#eadfd8}@media(max-width:1180px){.admin-page{grid-template-columns:224px minmax(0,1fr)}.admin-content{padding:25px 24px 55px}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-content-layout{grid-template-columns:minmax(0,1fr)}.home-content-preview-card{position:static}}@media(max-width:860px){.admin-page{grid-template-columns:1fr}.admin-sidebar{position:sticky;z-index:45;top:0;width:100%;height:auto;min-height:65px;padding:10px 12px;flex-direction:row;align-items:center;overflow-x:auto;overflow-y:hidden}.admin-logo{flex:none;margin-right:8px;padding:0}.admin-logo>div{display:none}.admin-logo .brand-mark{width:36px;height:36px;border-radius:12px}.admin-sidebar nav{display:flex;flex:1;gap:5px;min-width:max-content}.admin-sidebar nav button{width:40px;min-height:40px;justify-content:center;padding:0;font-size:0}.admin-sidebar nav button svg{width:18px;height:18px}.admin-sidebar nav button.active{box-shadow:inset 0 -3px var(--red)}.admin-user{display:none}.admin-content{padding:20px 14px 44px}.admin-head{align-items:flex-start;gap:12px;margin-bottom:20px}.admin-head h1{font-size:25px}.view-store{width:39px;min-height:39px;padding:0;display:grid;place-items:center;font-size:0}.admin-head-actions .admin-notif{display:none}.admin-card{padding:15px}.data-table-card{padding:0}.admin-two-cols{grid-template-columns:1fr}.admin-chat{grid-template-columns:215px minmax(0,1fr);min-height:540px}}@media(max-width:620px){.admin-content{padding-inline:11px}.admin-head{margin-bottom:16px}.admin-head h1{font-size:23px}.admin-head .eyebrow{font-size:8px;letter-spacing:1.4px}.metric-grid{grid-template-columns:1fr 1fr;gap:10px}.metric-card{min-height:86px;padding:11px;gap:8px}.metric-card>span{width:34px;height:34px;border-radius:10px}.metric-card>span svg{width:17px;height:17px}.metric-card strong{font-size:14px}.metric-card p{display:none}.admin-toolbar{align-items:flex-start;flex-direction:column;gap:12px}.admin-toolbar .primary-btn,.admin-toolbar .outline-btn{width:100%}.admin-toolbar h2{font-size:17px}.admin-card-head{align-items:flex-start;flex-direction:column}.admin-card-head>span{align-self:flex-start}.admin-banner-grid{grid-template-columns:1fr}.home-content-card,.home-content-preview-card,.settings-card,.security-card{padding:15px}.home-bundle-preview{min-height:312px;padding:17px}.home-bundle-preview-copy{width:62%}.home-bundle-preview-copy>b{font-size:22px}.home-bundle-preview-art>i{width:120px;height:120px}.home-bundle-preview-art>strong{left:-14px}.admin-chat{height:auto;min-height:650px;grid-template-columns:1fr}.admin-chat>aside{max-height:180px;border-right:0;border-bottom:1px solid #eee6e1}.admin-chat>section{min-height:450px}.admin-modal-backdrop{align-items:flex-start;padding:10px;overflow:auto}.admin-modal{width:100%;max-height:none;margin:auto 0;border-radius:15px}.modal-fields{grid-template-columns:1fr;padding:17px 16px}.form-grid label.wide,.modal-fields label.wide{grid-column:span 1}.admin-modal header,.admin-modal footer{padding-inline:16px}.order-detail-modal{height:calc(100dvh - 20px);max-height:calc(100dvh - 20px)}.order-detail-scroll{padding:15px 16px 19px}.order-detail-top,.order-detail-grid{grid-template-columns:1fr}.order-label-preview-canvas{padding:8px}}.reports-toolbar{align-items:flex-end}.report-actions{display:flex;flex-wrap:wrap;gap:9px}.report-actions button{min-height:42px;white-space:nowrap}.report-excel-btn{border-color:#b9ddc6;background:#f3fbf5;color:#247348}.report-excel-btn:hover{border-color:#57a873;color:#1f653e}.report-pdf-btn{background:#3e211b;box-shadow:0 7px 16px #3e211b2e}.report-pdf-btn:hover{background:#2d1814}.report-export-note{display:flex;align-items:flex-start;gap:9px;margin:-4px 0 17px;padding:11px 13px;border:1px solid #ece0d8;border-radius:12px;background:#fffaf7;color:#7c685e;font-size:10.5px;line-height:1.45}.report-export-note svg{flex:none;color:var(--red)}.review-table-head{padding:17px 18px 13px;margin-bottom:0}.review-count{display:inline-flex;align-items:center;border-radius:999px;background:#fff0e7;color:var(--red-dark)!important;padding:6px 9px;font-size:9.5px!important;font-weight:800!important;white-space:nowrap}.reviews-table-card>table{min-width:1080px}.review-comment{min-width:260px;max-width:390px}.review-comment>img{float:left;width:38px;height:38px;margin:0 8px 4px 0;border:1px solid #ead9d0;border-radius:9px;background:#fff8f3;object-fit:cover}.review-comment>span{color:#604d45;font-size:10.5px;line-height:1.5}.review-actions{min-width:215px}.review-modal{width:min(680px,100%)}.review-product-readonly{display:grid;gap:4px;padding:12px;border:1px solid #eadfd8;border-radius:11px;background:#fffaf7}.review-product-readonly span{color:#907b70;font-size:9px;font-weight:800;letter-spacing:.6px;text-transform:uppercase}.review-product-readonly b{color:var(--ink);font-size:12px}@media(max-width:620px){.reports-toolbar{align-items:flex-start}.report-actions{width:100%}.report-actions button{flex:1;padding-inline:11px}.report-export-note{margin-top:0;font-size:10px}}.add-review-btn{background:var(--red)}.add-review-btn:hover{background:var(--red-dark)}.review-product-picker select{width:100%}.review-product-selected{display:flex;align-items:center;gap:12px;min-height:66px;padding:10px;border:1px solid #eadfd8;border-radius:11px;background:#fffaf7}.review-product-selected>img{width:46px;height:46px;flex:none;border:1px solid #ead9d0;border-radius:10px;background:#fff;object-fit:cover}.review-product-selected span,.review-product-selected b,.review-product-selected small{display:block}.review-product-selected span{color:#917b70;font-size:8.5px;font-weight:800;letter-spacing:.55px;text-transform:uppercase}.review-product-selected b{margin-top:2px;color:var(--ink);font-size:11px}.review-product-selected small{margin-top:3px;color:var(--muted);font-size:9px}@media(max-width:620px){.report-actions .add-review-btn{flex-basis:100%}}.metric-card-clickable{position:relative;width:100%;border:1px solid var(--admin-border, #eadfd8);text-align:left;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.metric-card-clickable:hover{border-color:#dfa996;box-shadow:0 11px 25px #6c341e1a;transform:translateY(-2px)}.metric-card-clickable:focus-visible,.dashboard-link-btn:focus-visible,.sales-chart-button:focus-visible,.low-row-clickable:focus-visible{outline:3px solid rgba(200,58,47,.25);outline-offset:2px}.metric-arrow{margin:auto 0 auto auto;color:var(--red);flex:none}.dashboard-link-btn{display:inline-flex;align-items:center;gap:4px;border-radius:9px;background:#fff5ef;color:var(--red);padding:8px 9px;font-size:10px;font-weight:800;white-space:nowrap;transition:.18s ease}.dashboard-link-btn:hover{background:var(--red);color:#fff}.sales-chart-button{display:block;width:100%;padding:0;border-radius:11px;background:transparent;text-align:left}.sales-chart-button:hover .chart-wrap{border-color:#e3b3a3;background:#fffdfb}.chart-wrap{border:1px solid transparent;border-radius:12px;transition:.18s ease}.dashboard-empty-chart{display:grid;min-height:280px;place-items:center;border:1px dashed #e4ccc0;border-radius:12px;color:var(--muted);font-size:11px}.low-row-clickable{width:100%;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.low-row-clickable:hover{border-radius:10px;background:#fff7f2}.overview-orders-scroll{overflow-x:auto}.overview-order-row{cursor:pointer}.overview-order-row:hover td{background:#fff7f2!important}.admin-list-filters{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin:0 0 16px;padding:11px;border:1px solid #eadfd8;border-radius:14px;background:#fffdfbd1;box-shadow:0 4px 10px #4f2b1c06}.admin-search-input{display:flex;align-items:center;flex:1 1 255px;min-width:220px;height:40px;gap:8px;border:1px solid #e7d7cf;border-radius:10px;background:#fff;padding:0 11px;color:#9a7d70}.admin-search-input:focus-within{border-color:#d9816c;box-shadow:0 0 0 3px #fde3db}.admin-search-input input{width:100%;min-width:0;border:0;outline:0;color:var(--ink);font-size:11px}.admin-list-filters select{height:40px;max-width:210px;border:1px solid #e7d7cf;border-radius:10px;background:#fff;color:#5e4940;padding:0 30px 0 10px;outline:0;font-size:10.5px}.admin-list-filters select:focus{border-color:#d9816c;box-shadow:0 0 0 3px #fde3db}.filter-reset-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:40px;border:1px solid #edd8ce;border-radius:10px;background:#fff7f3;color:#9b4d3e;padding:0 11px;font-size:10px;font-weight:800;transition:.18s ease}.filter-reset-btn:hover:not(:disabled){border-color:#e2aa99;background:#feece5}.filter-reset-btn:disabled{opacity:.48;cursor:not-allowed}.review-list-filters{margin:0 18px 16px}.order-list-filters{margin-bottom:16px}.chat-filter{display:flex;align-items:center;gap:7px;margin:0 0 8px;border:1px solid #eadbd2;border-radius:10px;background:#fff;padding:0 9px;color:#9a8175}.chat-filter input{width:100%;height:35px;border:0;outline:0;color:var(--ink);font-size:10px}@media(max-width:860px){.admin-list-filters{align-items:stretch}.admin-search-input{flex-basis:100%}.admin-list-filters select,.filter-reset-btn{flex:1 1 160px;max-width:none}}@media(max-width:620px){.dashboard-link-btn{width:100%;justify-content:center}.metric-card-clickable{align-items:center}.metric-arrow{display:none}.admin-list-filters{padding:9px}.admin-list-filters select,.filter-reset-btn{flex-basis:100%}.review-list-filters{margin-inline:12px}.overview-orders-scroll{margin-inline:-15px}}.admin-chat>section>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-chat>section>header>div{min-width:0}.admin-chat>section>header>div>b,.admin-chat>section>header>div>small{display:block}.chat-live-status{display:inline-flex;align-items:center;gap:6px;flex:none;border:1px solid #cfe8d9;border-radius:999px;background:#f1fbf5;color:#26764d;padding:5px 8px;font-size:9px;font-weight:800;white-space:nowrap}.chat-live-status i{width:6px;height:6px;border-radius:50%;background:#31a569;box-shadow:0 0 0 3px #31a5691f}@media(max-width:620px){.admin-chat>section>header{align-items:flex-start}.chat-live-status{padding:4px 7px;font-size:8px}}.admin-chat>aside>button{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px}.admin-chat>aside>button.has-unread{background:#fff3ed}.admin-chat>aside>button.has-unread:not(.active){border-left:3px solid #d97858}.chat-avatar{display:grid;place-items:center;width:31px;height:31px;border-radius:10px;background:#f6e5dc;color:#a24736;font-size:12px;font-weight:900}.chat-conversation-copy{min-width:0}.chat-conversation-copy b,.chat-conversation-copy small{display:block}.chat-conversation-copy b{overflow:hidden;color:var(--ink);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.chat-conversation-copy small{overflow:hidden;margin-top:3px;color:#8d776c;font-size:9.5px;text-overflow:ellipsis;white-space:nowrap}.chat-conversation-meta{display:grid;justify-items:end;gap:5px;min-width:44px}.chat-conversation-meta time{color:#9b8378;font-size:8.5px;white-space:nowrap}.unread-count{display:grid;place-items:center;min-width:18px;height:18px;border-radius:999px;background:var(--red);color:#fff;padding:0 5px;font-size:8px;font-style:normal;font-weight:900;line-height:1}.read-label{color:#319465;font-size:7px;font-weight:900;letter-spacing:.35px}.chat-header-status{display:inline-flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.chat-unread-header{border:1px solid #f1c9bd;border-radius:999px;background:#fff2ed;color:#b34a36;padding:5px 8px;font-size:9px;font-weight:800;white-space:nowrap}.admin-chat-messages>div.customer-unread{box-shadow:inset 3px 0 #d97858,0 2px 7px #5d35210f}.message-read-status{display:inline-flex;margin-left:5px;border-radius:999px;padding:2px 5px;font-size:7.5px;font-weight:800;line-height:1.2}.message-read-status.read{background:#edf8f1;color:#2b8055}.message-read-status.unread{background:#fff0e9;color:#b44d3c}@media(max-width:620px){.admin-chat>aside>button{grid-template-columns:30px minmax(0,1fr) auto;gap:7px}.chat-avatar{width:28px;height:28px;border-radius:9px}.chat-conversation-meta time{font-size:8px}.chat-header-status{max-width:145px}}.report-period-card{margin:0 0 15px;border:1px solid #eadbd3;border-radius:16px;background:linear-gradient(115deg,#fff6f0f2,#fffdfbf5),#fff;padding:17px;box-shadow:0 8px 20px #5a2e1c0b}.report-period-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.report-period-head .eyebrow{margin-bottom:5px}.report-period-head h3{margin:0;color:var(--ink);font-size:16px}.report-period-head p{margin:5px 0 0;color:var(--muted);font-size:10.5px;line-height:1.5}.report-period-current{display:grid;min-width:170px;border:1px solid #edd6cb;border-radius:11px;background:#fff;padding:8px 10px}.report-period-current small{color:#9b7b6e;font-size:8px;font-weight:800;letter-spacing:.45px;text-transform:uppercase}.report-period-current b{margin-top:3px;color:#5d3126;font-size:10.5px;line-height:1.35}.report-period-controls{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px;margin-top:15px}.report-period-controls>label{display:grid;min-width:160px;gap:5px;color:#7f665b;font-size:9px;font-weight:800}.report-period-controls>label:first-child{min-width:210px}.report-period-controls select,.report-period-controls input{width:100%;height:39px;border:1px solid #e5d3ca;border-radius:10px;background:#fff;color:var(--ink);outline:0;padding:0 10px;font-size:10.5px}.report-period-controls select:focus,.report-period-controls input:focus{border-color:#d9816c;box-shadow:0 0 0 3px #fde3db}.report-period-actions{display:flex;align-items:center;gap:8px}.report-period-actions .primary-btn,.report-period-actions .filter-reset-btn{min-height:39px}.report-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:14px}.report-summary-grid>div{border:1px solid #eddcd4;border-radius:11px;background:#ffffffd1;padding:10px}.report-summary-grid small,.report-summary-grid strong{display:block}.report-summary-grid small{color:#92786c;font-size:8.5px;font-weight:800;letter-spacing:.3px;text-transform:uppercase}.report-summary-grid strong{margin-top:4px;color:#4d261e;font-size:14px}@media(max-width:860px){.report-period-head{align-items:stretch;flex-direction:column}.report-period-current{min-width:0}.report-period-controls>label,.report-period-controls>label:first-child{flex:1 1 190px;min-width:0}}@media(max-width:620px){.report-period-card{padding:13px}.report-period-controls{align-items:stretch}.report-period-controls>label,.report-period-controls>label:first-child,.report-period-actions{flex-basis:100%}.report-period-actions>button{flex:1}.report-summary-grid{grid-template-columns:1fr}}.product-card{scroll-margin-top:110px}.product-card:focus{outline:none}.product-card.product-card-return-focus{position:relative;z-index:2;border-color:var(--red);box-shadow:0 0 0 4px #c83a2f24,0 14px 30px #6f2d1c29;animation:product-card-return-focus 2.6s ease both}@keyframes product-card-return-focus{0%{transform:translateY(-4px) scale(1.01);background:#fff5ee}22%{transform:translateY(-4px) scale(1.015);background:#fff9f5}to{transform:translateY(0) scale(1);background:#fff}}.product-rating-link{display:inline-flex;align-items:center;gap:7px;max-width:100%;border-radius:8px;color:inherit;transition:.2s ease}.product-rating-link:hover{color:var(--red-dark)}.product-rating-link:hover .rating small{color:var(--red)}.product-rating-see{border-left:1px solid #e9d8cf;color:var(--red);padding-left:7px;font-size:9px;font-weight:800}.product-review-summary{border:0;background:transparent;padding:2px 4px;margin:-2px -4px 18px;border-radius:8px;cursor:pointer;text-align:left;transition:.2s ease}.product-review-summary:hover,.product-review-summary:focus-visible{background:#fff2ea;color:#c06c2f;outline:none}.review-section{scroll-margin-top:110px;border-radius:16px;transition:background .25s ease,box-shadow .25s ease}.review-section:focus{outline:none}.review-section.review-section-highlight{background:#fff7f1;box-shadow:0 0 0 4px #c83a2f1c;animation:review-section-highlight 2.6s ease both}@keyframes review-section-highlight{0%{background:#fff0e8;box-shadow:0 0 0 6px #c83a2f2e}to{background:#fff;box-shadow:0 0 #c83a2f00}}.product-card-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.product-card-meta .product-rating-link{min-width:0}.product-sold-count{flex:none;color:#8d776c;font-size:9px;font-weight:700;line-height:1.2;white-space:nowrap}@media(max-width:420px){.product-card-meta{align-items:flex-start;flex-direction:column;gap:4px}}.modal-image-field{display:grid;gap:6px;color:#5d4e48;font-size:11px;font-weight:700}.modal-field-label{display:block}.product-images-file-picker{display:grid;gap:6px;cursor:pointer}.product-images-file-picker>input[type=file]{cursor:pointer}.product-images-file-picker>span{display:flex;align-items:center;gap:7px;border:1px dashed #dfc9bb;border-radius:10px;background:#fffaf6;color:var(--red-dark);padding:11px 12px;font-size:10px;font-weight:800}.product-images-file-picker>span:hover{border-color:var(--red);background:#fff4ed}.product-images-help{display:block;color:#8d776c;font-size:9px;font-weight:500;line-height:1.45}.product-images-empty{border:1px dashed #dfc9bb;border-radius:11px;background:#fffaf6;color:#937c70;padding:13px;font-size:10px;font-weight:600;line-height:1.45;text-align:center}.product-images-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:2px}.product-image-preview{position:relative;min-width:0;overflow:hidden;border:1px solid #ead7cd;border-radius:10px;background:#fff8ef;aspect-ratio:1 / 1;cursor:grab;-webkit-user-select:none;user-select:none;transition:transform .18s ease,opacity .18s ease,border-color .18s ease,box-shadow .18s ease}.product-image-preview:active{cursor:grabbing}.product-image-preview>img{width:100%;height:100%;object-fit:cover;pointer-events:none}.product-image-preview.is-dragging{opacity:.42;transform:scale(.94)}.product-image-preview.is-drag-over{border-color:var(--red);box-shadow:0 0 0 3px #c83a2f2b;transform:translateY(-3px)}.product-image-order,.product-image-cover,.product-image-drag-handle{position:absolute;border-radius:5px;font-size:7px;font-weight:900;letter-spacing:.25px}.product-image-order{top:5px;left:5px;min-width:18px;background:#3e211bd6;color:#fff;padding:3px 5px;text-align:center}.product-image-cover{top:5px;left:29px;background:var(--red);color:#fff;padding:3px 4px}.product-image-drag-handle{top:5px;right:5px;background:#fffffff0;color:#785d50;padding:3px 5px;box-shadow:0 2px 6px #381d1421}.product-image-preview-actions{position:absolute;right:5px;bottom:5px;left:5px;display:flex;align-items:center;justify-content:flex-end;gap:4px}.move-product-image,.remove-product-image{display:inline-flex;align-items:center;justify-content:center;min-height:24px;border-radius:6px;border:1px solid rgba(255,255,255,.72);box-shadow:0 2px 8px #381d142e;font-size:12px;font-weight:900;line-height:1}.move-product-image{width:24px;background:#fffffff5;color:var(--red-dark)}.remove-product-image{width:24px;background:var(--red);color:#fff}.move-product-image:hover:not(:disabled),.remove-product-image:hover:not(:disabled){transform:translateY(-1px)}.move-product-image:disabled,.remove-product-image:disabled{cursor:not-allowed;opacity:.45}@media(max-width:620px){.product-images-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.product-images-upload .product-featured-toggle{display:flex;align-items:flex-start;gap:10px;margin-top:3px;border:1px solid #ead7cd;border-radius:10px;background:#fffaf6;padding:11px 12px;color:var(--ink);cursor:pointer}.product-images-upload .product-featured-toggle:hover{border-color:#dea390;background:#fff5ee}.product-images-upload .product-featured-toggle input{width:15px;height:15px;margin:1px 0 0;accent-color:var(--red);flex:none}.product-images-upload .product-featured-toggle span{display:grid;gap:3px}.product-images-upload .product-featured-toggle b{font-size:10px;line-height:1.25}.product-images-upload .product-featured-toggle small{color:var(--muted);font-size:9px;font-weight:500;line-height:1.4}.address-save-preview{grid-column:1 / -1;display:grid;gap:5px;border:1px solid #ead7cd;border-radius:11px;background:#fffaf6;padding:12px 13px}.address-save-preview b{color:var(--ink);font-size:10px}.address-save-preview p{margin:0;color:#705d54;font-size:11px;line-height:1.55;word-break:break-word}.area-lookup-field{position:relative}.area-field-title{display:block}.area-lookup{position:relative;display:flex;align-items:center;min-height:46px;gap:9px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:0 11px;transition:border-color .18s ease,box-shadow .18s ease}.area-lookup:focus-within,.area-lookup.is-open{z-index:8;border-color:#d9826d;box-shadow:0 0 0 3px #fde3db}.area-lookup>svg{color:var(--red);flex:none}.area-lookup input{min-width:0;width:100%;border:0!important;box-shadow:none!important;padding:10px 0!important;background:transparent!important}.area-loading{display:inline-flex;align-items:center;gap:5px;color:#9a776b;font-size:9px;font-weight:800;white-space:nowrap}.area-loading-dot{width:7px;height:7px;border-radius:50%;background:var(--red);animation:area-search-pulse .9s ease-in-out infinite alternate}@keyframes area-search-pulse{0%{opacity:.3;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.area-change-inline,.selected-area-change{flex:none;border-radius:8px;background:#fff0e8;color:var(--red-dark);font-size:10px;font-weight:800;padding:7px 9px}.area-change-inline:hover,.selected-area-change:hover{background:#fbded2;color:var(--red)}.area-options{position:absolute;z-index:30;top:calc(100% + 8px);right:0;left:0;max-height:330px;overflow-y:auto;border:1px solid #ead7cd;border-radius:14px;background:#fff;box-shadow:0 18px 38px #4624182b;padding:7px}.area-options-head{display:grid;gap:2px;padding:8px 9px 9px;border-bottom:1px solid #f1e3dc}.area-options-head b{color:var(--ink);font-size:10px}.area-options-head small{color:var(--muted);font-size:9px;font-weight:500}.area-option{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;border-radius:10px;background:transparent;color:var(--ink);padding:10px 8px;text-align:left}.area-option:hover{background:#fff4ee}.area-option-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:#fff0e8;color:var(--red)}.area-option-copy{display:grid;min-width:0;gap:3px}.area-option-copy b{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.area-option-copy small{overflow:hidden;color:var(--muted);font-size:9px;font-weight:500;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.area-option-postal{border-radius:6px;background:#f8eee7;color:#866b5d;padding:4px 5px;font-size:8px;font-weight:800}.area-empty{margin:7px 2px 2px;border-radius:9px;background:#fff9f5;color:#806f67;padding:10px;font-size:10px;font-weight:500;line-height:1.45}.selected-area-card{grid-column:1 / -1;display:grid;gap:14px;border:1px solid #e6cfc3;border-radius:14px;background:linear-gradient(135deg,#fffaf6,#fff3ec);padding:15px}.selected-area-head{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:start;gap:10px}.selected-area-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:var(--red);color:#fff;box-shadow:0 5px 12px #c83a2f33}.selected-area-title{display:grid;gap:2px;min-width:0}.selected-area-title small,.selected-area-grid small,.selected-area-address small{color:#8a7064;font-size:9px;font-weight:700}.selected-area-title b{overflow:hidden;color:var(--ink);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.selected-area-title p{margin:1px 0 0;color:var(--muted);font-size:9px;font-weight:500}.selected-area-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden;border:1px solid #edddd4;border-radius:10px;background:#ffffffc7}.selected-area-grid>span{display:grid;min-width:0;gap:4px;padding:10px;border-right:1px solid #edddd4}.selected-area-grid>span:last-child{border-right:0}.selected-area-grid b{overflow:hidden;color:#51342b;font-size:10px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.selected-area-postal b{color:var(--red-dark)}.selected-area-address{display:grid;gap:4px;border-left:3px solid var(--red);border-radius:0 9px 9px 0;background:#ffffffa8;padding:9px 10px}.selected-area-address p{margin:0;color:#694f44;font-size:10px;font-weight:500;line-height:1.55}.manual-location-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media(max-width:720px){.selected-area-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.selected-area-grid>span{border-bottom:1px solid #edddd4}.selected-area-grid>span:nth-child(2n){border-right:0}.selected-area-grid>span:last-child{border-bottom:0}}@media(max-width:480px){.selected-area-head{grid-template-columns:34px minmax(0,1fr)}.selected-area-icon{width:34px;height:34px}.selected-area-change{grid-column:2;justify-self:start}.area-options{max-height:290px}.area-option{grid-template-columns:30px minmax(0,1fr)}.area-option-postal{display:none}.manual-location-fields{grid-template-columns:1fr}}.history-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.guest-history-note{flex:none;border:1px solid #ead7cd;border-radius:999px;background:#fff8f2;color:#866b5d;padding:7px 10px;font-size:10px;font-weight:700}.history-payment{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:9px;margin-top:13px;border:1px solid #eee0d8;border-radius:11px;background:#fffaf7;padding:9px 10px}.history-payment-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#fff0e8;color:#b06a28}.history-payment-icon.paid{background:#eaf5ed;color:var(--green)}.history-payment small,.history-payment b{display:block}.history-payment small{color:var(--muted);font-size:9px}.history-payment b{display:flex;align-items:center;gap:5px;margin-top:2px;color:var(--ink);font-size:11px}.history-payment-status,.payment-status-badge{border-radius:6px;padding:4px 6px;font-size:8px;font-weight:900;letter-spacing:.25px;white-space:nowrap}.history-payment-status.pending,.payment-status-badge.pending{background:#fff0df;color:#a96824}.history-payment-status.paid,.payment-status-badge.paid{background:#eaf5ed;color:var(--green)}.history-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.history-actions .outline-btn{display:inline-flex;align-items:center;gap:5px}.payment-result-detail{width:min(670px,100%)}.payment-detail-error{margin:14px 0 0;text-align:left}.payment-method-card{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:11px;margin:17px 0;border:1px solid #ead7cd;border-radius:13px;background:#fffaf7;padding:12px;text-align:left}.payment-method-card.paid{border-color:#cfe7d7;background:#f3faf5}.payment-method-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:12px;background:#fff0e8;color:var(--red)}.payment-method-card.paid .payment-method-icon{background:#eaf5ed;color:var(--green)}.payment-method-card small,.payment-method-card b,.payment-method-card p{display:block}.payment-method-card small{color:var(--muted);font-size:9px}.payment-method-card b{margin-top:3px;color:var(--ink);font-size:12px}.payment-method-card p{margin:3px 0 0;color:#826d63;font-size:9px;line-height:1.4}.qris-payment-note{display:flex;align-items:flex-start;gap:9px;border:1px dashed #e5c9b9;border-radius:11px;background:#fff8f1;padding:11px;text-align:left}.qris-payment-note>svg{color:var(--red);flex:none}.qris-payment-note span,.qris-payment-note b,.qris-payment-note small{display:block}.qris-payment-note b{color:var(--ink);font-size:11px}.qris-payment-note small{margin-top:3px;color:var(--muted);font-size:9px;line-height:1.45}.payment-order-summary{margin:16px 0;border:1px solid #eee0d8;border-radius:13px;overflow:hidden;text-align:left}.payment-summary-head{display:flex;align-items:center;justify-content:space-between;gap:9px;border-bottom:1px solid #eee0d8;background:#fffaf7;padding:10px 12px}.payment-summary-head span{display:inline-flex;align-items:center;gap:6px;color:var(--ink);font-size:11px;font-weight:800}.payment-summary-head span svg{color:var(--red)}.payment-summary-head b{color:var(--red-dark);font-size:12px}.payment-summary-items{display:grid;gap:9px;padding:11px 12px}.payment-summary-items>div{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:8px}.payment-summary-items img{width:38px;height:38px;border-radius:8px;object-fit:cover}.payment-summary-items span,.payment-summary-items b,.payment-summary-items small{display:block}.payment-summary-items span>b{overflow:hidden;color:var(--ink);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.payment-summary-items small{margin-top:2px;color:var(--muted);font-size:9px}.payment-summary-items>div>strong{color:#6f5146;font-size:10px;white-space:nowrap}.payment-more-items{display:block;border-top:1px solid #f1e4dc;color:var(--muted);padding:8px 12px;font-size:9px}.payment-result-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.payment-result-actions .outline-btn{margin-top:0}.tracking-payment-method{display:flex;align-items:center;gap:9px;margin-top:17px;border:1px solid #ead7cd;border-radius:12px;background:#fffaf7;padding:10px 11px}.tracking-payment-method>svg{color:var(--red);flex:none}.tracking-payment-method span{display:grid;gap:2px;min-width:0}.tracking-payment-method small{color:var(--muted);font-size:9px}.tracking-payment-method b{color:var(--ink);font-size:11px}.tracking-payment-method .outline-btn{margin-left:auto;padding:8px 10px;font-size:10px;white-space:nowrap}@media(max-width:600px){.history-heading{align-items:flex-start;flex-direction:column}.history-payment{grid-template-columns:30px minmax(0,1fr)}.history-payment-status{grid-column:2;justify-self:start}.history-actions{justify-content:flex-start;margin-top:9px}.order-history footer{align-items:flex-start;flex-direction:column;gap:11px}.payment-method-card{grid-template-columns:42px minmax(0,1fr)}.payment-status-badge{grid-column:2;justify-self:start}.payment-method-icon{width:42px;height:42px}.tracking-payment-method{align-items:flex-start;flex-wrap:wrap}.tracking-payment-method .outline-btn{margin-left:27px}}.payment-result-detail{width:min(760px,100%)}.payment-snap-panel{margin:18px 0;overflow:hidden;border:1px solid #ead7cd;border-radius:15px;background:#fffaf7;text-align:left}.payment-snap-head{display:grid;gap:4px;border-bottom:1px solid #eee0d8;background:#fff5ef;padding:13px 15px}.payment-snap-head>span{display:inline-flex;align-items:center;gap:7px;color:var(--ink)}.payment-snap-head svg{color:var(--red);flex:none}.payment-snap-head b{font-size:12px}.payment-snap-head small{color:var(--muted);font-size:9px;line-height:1.45}.payment-snap-loading{margin:12px;border-radius:10px;background:#fff0e8;color:#8f5c47;padding:10px 11px;font-size:10px;font-weight:700}.midtrans-snap-embed{min-height:470px;background:#fff}.midtrans-snap-embed iframe{display:block;width:100%!important;min-height:470px!important;border:0!important}.payment-snap-retry{display:flex;margin:10px auto;font-size:11px}.text-payment-popup{display:block;width:100%;border-top:1px solid #eee0d8;background:#fff;color:var(--red);padding:11px 14px;font-size:10px;font-weight:800;text-align:center}.text-payment-popup:hover{background:#fff8f3}.payment-session-notice{display:flex;align-items:flex-start;gap:10px;margin:18px 0;border:1px dashed #e3c7b7;border-radius:12px;background:#fff8f1;padding:12px;text-align:left}.payment-session-notice>svg{color:var(--red);flex:none}.payment-session-notice span,.payment-session-notice b,.payment-session-notice small{display:block}.payment-session-notice b{color:var(--ink);font-size:11px}.payment-session-notice small{margin-top:3px;color:var(--muted);font-size:9px;line-height:1.45}@media(max-width:600px){.payment-result-detail{padding:23px 15px}.midtrans-snap-embed,.midtrans-snap-embed iframe{min-height:520px!important}}.payment-result-detail:has(.success-icon){overflow:hidden;border-color:#d4eadc;background:radial-gradient(circle at 50% -10%,rgba(47,124,88,.14),transparent 44%),linear-gradient(180deg,#fbfffc,#fff 48%);padding:31px 28px 28px}.payment-result-detail:has(.success-icon)>.success-icon{display:block;box-sizing:content-box;width:52px;height:52px;margin:0 auto 15px;padding:10px;border:1px solid #cce4d5;border-radius:50%;background:#eef9f1;color:#2f7c58;filter:drop-shadow(0 9px 15px rgba(47,124,88,.16))}.payment-result-detail:has(.success-icon)>.eyebrow{display:table;min-height:24px;margin:0 auto 10px;border-radius:999px;background:#e9f7ee;color:#28764f;padding:6px 11px;font-size:9px;font-weight:900;letter-spacing:1px;line-height:1.05}.payment-result-detail:has(.success-icon)>h1{margin:0;color:#2e211d;font-size:clamp(31px,5vw,38px);line-height:1.08}.payment-result-detail:has(.success-icon)>p{max-width:390px;margin:8px auto 18px;color:#718077;font-size:12px;line-height:1.6}.payment-result-detail:has(.success-icon)>.order-code{max-width:none;margin:0 0 15px;border:1px dashed #bedec9;background:#f3fbf5;box-shadow:none}.payment-result-detail:has(.success-icon)>.order-code small{color:#668372}.payment-result-detail:has(.success-icon)>.order-code b{color:#285f44;letter-spacing:.1px}.payment-result-detail:has(.success-icon)>.order-code button{display:grid;place-items:center;width:32px;border-radius:8px;background:#e3f3e8;color:#27784f}.payment-result-detail:has(.success-icon)>.payment-method-card{margin:0 0 15px;border-color:#d6e9dd;background:#f8fcf9;box-shadow:none;text-align:left}.payment-result-detail:has(.success-icon)>.payment-method-card.paid .payment-method-icon{border:1px solid #cfe5d7;background:#e8f6ec}.payment-result-detail:has(.success-icon)>.payment-order-summary{margin:0 0 16px;border-color:#e9e0da;text-align:left}.payment-result-detail:has(.success-icon)>.payment-result-actions{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:9px;margin-top:0}.payment-result-detail:has(.success-icon)>.payment-result-actions>.receipt-info{grid-column:1 / -1;margin:0 0 3px;border:1px solid #d8eadf;background:#f5fbf7;text-align:left}.payment-result-detail:has(.success-icon)>.payment-result-actions>.primary-btn,.payment-result-detail:has(.success-icon)>.payment-result-actions>.outline-btn{width:100%;min-height:45px;margin:0;padding:11px 13px}@media(max-width:600px){.payment-result-detail:has(.success-icon){padding:25px 17px 20px}.payment-result-detail:has(.success-icon)>.success-icon{width:48px;height:48px;margin-bottom:13px;padding:9px}.payment-result-detail:has(.success-icon)>h1{font-size:31px}.payment-result-detail:has(.success-icon)>.payment-result-actions{grid-template-columns:1fr}}.payment-success-content{display:grid;gap:12px;margin:0;text-align:left}.payment-success-confirmed{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid #cfe6d8;border-radius:13px;background:#f4fbf6;padding:11px}.payment-success-confirmed-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#2f7c58;color:#fff;box-shadow:0 6px 13px #2f7c582b}.payment-success-confirmed-copy{display:grid;min-width:0;gap:3px}.payment-success-confirmed-copy b{color:#275f43;font-size:11px}.payment-success-confirmed-copy small{color:#66806f;font-size:9px;font-weight:500;line-height:1.45}.payment-success-confirmed-status{border-radius:6px;background:#ddf2e4;color:#28764f;padding:5px 6px;font-size:8px;font-weight:900;letter-spacing:.35px;white-space:nowrap}.payment-success-next-step{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:start;gap:10px;border:1px solid #eee0d8;border-radius:13px;background:#fffaf7;padding:11px}.payment-success-next-step-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#fff0e8;color:var(--red)}.payment-success-next-step>span:last-child{display:grid;gap:2px}.payment-success-next-step small{color:#8b7367;font-size:9px;font-weight:700}.payment-success-next-step b{color:var(--ink);font-size:11px}.payment-success-next-step p{margin:2px 0 0;color:var(--muted);font-size:9px;line-height:1.5}.payment-success-actions{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:9px}.payment-success-actions .primary-btn,.payment-success-actions .outline-btn{width:100%;min-height:44px;padding:10px 12px}.payment-success-actions .outline-btn{margin-top:0}.payment-success-help{display:flex;align-items:flex-start;justify-content:center;gap:6px;color:#89766d;font-size:9px;line-height:1.45;text-align:center}.payment-success-help svg{flex:none;margin-top:1px;color:#b36e45}@media(max-width:600px){.payment-success-confirmed{grid-template-columns:36px minmax(0,1fr)}.payment-success-confirmed-icon{width:36px;height:36px}.payment-success-confirmed-status{grid-column:2;justify-self:start}.payment-success-actions{grid-template-columns:1fr}}.history-payment-resume{display:grid;grid-template-columns:34px minmax(0,1fr);gap:9px;align-items:center;margin-top:11px;border:1px solid #f0d4b7;border-radius:12px;background:#fff8ef;padding:10px}.history-payment-resume-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#fff0dd;color:#b96f25}.history-payment-resume-copy{display:grid;min-width:0;gap:2px}.history-payment-resume-copy b{color:#784b2f;font-size:11px}.history-payment-resume-copy small{color:#94725d;font-size:9px;line-height:1.4}.history-payment-resume-actions{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:7px;margin-top:1px}.history-payment-resume-actions .primary-btn,.history-payment-resume-actions .outline-btn{width:100%;min-height:37px;padding:8px 10px;font-size:10px}.history-payment-resume-actions .outline-btn{background:#fff}.history-payment-demo-note{grid-column:1 / -1;color:#94725d;font-size:9px;text-align:center}.payment-method-sheet{position:fixed;z-index:120;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;overflow-y:auto;background:#2d1d197a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);padding:20px}.payment-method-sheet-card{position:relative;width:min(450px,100%);border-radius:18px;background:#fff;box-shadow:0 24px 70px #2a160f47;padding:26px}.payment-method-sheet-close{position:absolute;top:12px;right:12px;display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:#fff4ee;color:var(--red)}.payment-method-sheet-card .eyebrow{margin-bottom:8px}.payment-method-sheet-card h2{margin:0;color:var(--ink);font-family:Playfair Display,serif;font-size:26px;letter-spacing:-.8px}.payment-method-sheet-card>p{margin:8px 0 17px;color:var(--muted);font-size:11px;line-height:1.55}.payment-method-choice-list{display:grid;gap:9px}.payment-method-choice-list>button{display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px;align-items:center;width:100%;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);padding:10px;text-align:left}.payment-method-choice-list>button:hover:not(:disabled){border-color:var(--red);background:#fff9f5}.payment-method-choice-list>button:disabled{cursor:wait;opacity:.6}.payment-method-choice-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:var(--cream2);color:var(--red)}.payment-method-choice-list b,.payment-method-choice-list small{display:block}.payment-method-choice-list b{font-size:11px}.payment-method-choice-list small{margin-top:3px;color:var(--muted);font-size:9px;line-height:1.4}.payment-method-sheet-note{display:block;margin-top:13px;color:#8c776c;font-size:9px;line-height:1.45;text-align:center}@media(max-width:520px){.history-payment-resume-actions{grid-template-columns:1fr}.payment-method-sheet-card{padding:23px 17px 18px}}.payment-result-detail:has(.pending-icon){overflow:hidden;border-color:#f0dfc5;background:radial-gradient(circle at 50% -10%,rgba(216,136,36,.13),transparent 44%),linear-gradient(180deg,#fffdfa,#fff 48%);padding:31px 28px 28px}.payment-result-detail:has(.pending-icon)>.pending-icon{display:block;box-sizing:content-box;width:52px;height:52px;margin:0 auto 15px;padding:10px;border:1px solid #f0d8b3;border-radius:50%;background:#fff6e9;color:#d88824;filter:drop-shadow(0 9px 15px rgba(190,122,35,.14))}.payment-result-detail:has(.pending-icon)>.eyebrow{display:table;min-height:24px;margin:0 auto 10px;border-radius:999px;background:#fff1db;color:#a96720;padding:6px 11px;font-size:9px;font-weight:900;letter-spacing:1px;line-height:1.05}.payment-result-detail:has(.pending-icon)>h1{margin:0;color:#2e211d;font-size:clamp(31px,5vw,38px);line-height:1.08}.payment-result-detail:has(.pending-icon)>p{max-width:390px;margin:8px auto 18px;color:#7c746c;font-size:12px;line-height:1.6}.payment-result-detail:has(.pending-icon)>.order-code{max-width:none;margin:0 0 15px}.payment-result-detail:has(.pending-icon)>.payment-method-card,.payment-result-detail:has(.pending-icon)>.payment-order-summary{text-align:left}@media(max-width:600px){.payment-result-detail:has(.pending-icon){padding:25px 17px 20px}.payment-result-detail:has(.pending-icon)>.pending-icon{width:48px;height:48px;margin-bottom:13px;padding:9px}.payment-result-detail:has(.pending-icon)>h1{font-size:31px}}.footer-top.footer-top-polished{grid-template-columns:minmax(210px,1.55fr) minmax(125px,.78fr) minmax(165px,1.08fr) minmax(180px,1.1fr) minmax(180px,1.1fr);align-items:start;gap:28px}.footer-top-polished .footer-brand .brand{color:#fff}.footer-top-polished .footer-brand .brand small{color:#c9b2a5}.footer-top-polished .footer-brand p{margin:17px 0 16px}.footer-social{gap:8px}.footer-social a{transition:transform .2s,background .2s}.footer-social a:hover{background:#614037;transform:translateY(-2px)}.footer-column{display:grid;align-content:start;gap:10px}.footer-top-polished .footer-column h4{display:flex;align-items:center;gap:7px;margin:5px 0;color:#fff;font-size:12px}.footer-top-polished .footer-column h4>svg{color:#f3a178}.footer-top-polished .footer-menu>a,.footer-top-polished .footer-help>a,.footer-top-polished .footer-help>span{display:flex;align-items:center;gap:8px;margin:0;color:#d6c3b7;font-size:11px;line-height:1.4;transition:color .2s,transform .2s}.footer-top-polished .footer-menu>a:hover,.footer-top-polished .footer-help>a:hover{color:#fff;transform:translate(2px)}.footer-top-polished .footer-menu>a>svg,.footer-top-polished .footer-help>a>svg,.footer-top-polished .footer-help>span>svg{width:15px;flex:none;color:#e99368}.footer-feature{display:grid;grid-template-columns:34px minmax(0,1fr);gap:9px;align-items:start;border:1px solid rgba(255,255,255,.09);border-radius:11px;background:#ffffff0b;padding:9px}.footer-feature-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#4c332c;color:#f4a27a}.footer-feature b,.footer-feature small{display:block}.footer-feature b{color:#f9eee7;font-size:10px;line-height:1.35}.footer-feature small{margin-top:3px;color:#c8afa1;font-size:9px;line-height:1.42}@media(max-width:1050px){.footer-top.footer-top-polished{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-top-polished .footer-brand{grid-column:span 3;max-width:390px}}@media(max-width:720px){.footer-top.footer-top-polished{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 18px}.footer-top-polished .footer-brand{grid-column:span 2}.footer-feature{padding:8px}}@media(max-width:460px){.footer-top.footer-top-polished{grid-template-columns:1fr}.footer-top-polished .footer-brand{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column;gap:8px}}.home-page{overflow-x:clip}@media(max-width:780px){.home-page .hero-shell+.trust-strip{width:calc(100% - 24px);grid-template-columns:repeat(2,minmax(0,1fr));gap:0;min-height:0;margin-top:14px;padding:8px;border-radius:15px}.home-page .trust-strip>div{min-width:0;min-height:60px;padding:9px 8px;gap:8px;border-right:0}.home-page .trust-strip>div:nth-child(odd){border-right:1px solid #eee0d8}.home-page .trust-strip>div:nth-child(-n+2){border-bottom:1px solid #eee0d8}.home-page .trust-strip svg{width:18px;flex:none}.home-page .trust-strip b{font-size:10px;line-height:1.25}.home-page .trust-strip small{margin-top:2px;font-size:8.5px;line-height:1.35}.home-page>.section.container{width:min(100% - 28px,1180px);padding:42px 0}.home-page .section-heading{align-items:flex-start;gap:12px;margin-bottom:17px}.home-page .section-heading>div{min-width:0}.home-page .section-heading .eyebrow{margin-bottom:7px;font-size:8px;letter-spacing:1.35px}.home-page .section-heading h2{font-size:clamp(24px,7.5vw,29px);line-height:1.12;letter-spacing:-.8px}.home-page .section-heading p{max-width:260px;margin-top:6px;font-size:10px;line-height:1.45}.home-page .section-heading .text-link{flex:none;margin-top:4px;font-size:10px}.home-page .section-heading>.outline-btn{flex:none;min-height:36px;padding:9px 10px;font-size:10px;white-space:nowrap}.home-page .section-heading>.outline-btn svg{width:14px;height:14px}.home-page .category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.home-page .category-tile{min-width:0;min-height:62px;padding:10px;gap:8px;border-radius:13px}.home-page .category-icon{width:35px;height:35px;border-radius:10px;font-size:16px;flex:none}.home-page .category-tile>div{min-width:0}.home-page .category-tile h3{overflow:hidden;font-size:10px;line-height:1.28;text-overflow:ellipsis;white-space:nowrap}.home-page .category-tile p,.home-page .category-tile>svg{display:none}.home-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-page .product-card{min-width:0;border-radius:14px}.home-page .product-info{padding:10px}.home-page .product-info h3{min-height:30px;overflow:hidden;font-size:10.5px;line-height:1.38}.home-page .rating{gap:2px;font-size:9px}.home-page .rating svg{width:11px;height:11px}.home-page .rating small{font-size:8px}.home-page .price-row{margin-top:8px}.home-page .price-row strong{font-size:11px}.home-page .price-row del{font-size:8px}.home-page .mini-cart{width:28px;height:28px;border-radius:8px}.home-page .mini-cart svg{width:15px;height:15px}.home-page .product-info>p{overflow:hidden;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.home-page .badge,.home-page .discount{padding:4px 5px;font-size:7px;top:8px;left:8px}.home-page .discount{top:29px}.home-page .product-image .wish{top:8px;right:8px;width:26px;height:26px;border-radius:8px}.home-page .product-image .wish svg{width:14px;height:14px}.home-page .recipe-banner{grid-template-columns:1fr;min-height:0;padding:28px 20px 21px;border-radius:18px}.home-page .recipe-banner>div:first-child{position:relative;z-index:1;width:100%}.home-page .recipe-banner .eyebrow{margin-bottom:8px;font-size:8px;letter-spacing:1.3px}.home-page .recipe-banner h2{max-width:300px;font-size:clamp(27px,8.5vw,34px);letter-spacing:-.9px}.home-page .recipe-banner p{max-width:300px;margin-bottom:17px;font-size:11px;line-height:1.48}.home-page .recipe-banner .dark-btn{min-height:40px;padding:10px 13px;font-size:10px}.home-page .recipe-art{position:relative;right:auto;bottom:auto;width:100%;height:172px;margin-top:14px;justify-items:center}.home-page .round-food{width:142px;height:142px;font-size:70px;transform:rotate(-8deg)}.home-page .round-food img{width:78%;height:78%}.home-page .recipe-art span,.home-page .recipe-art small{padding:7px 9px;font-size:8px}.home-page .recipe-art span{top:8px;right:max(0px,calc(50% - 144px))}.home-page .recipe-art small{bottom:5px;left:max(0px,calc(50% - 150px))}.home-page .testimonials{padding:42px 0}.home-page .testimonials .container{width:min(100% - 28px,1180px)}.home-page .testimonial-grid{grid-template-columns:1fr;gap:10px}.home-page .testimonial-grid .testimonial:nth-child(n+4){display:block}.home-page .testimonial{padding:17px;border-radius:14px}.home-page .testimonial p{margin:12px 0;font-size:15px;line-height:1.45}.home-page .newsletter{width:min(100% - 28px,1180px);align-items:stretch;flex-direction:column;gap:17px;padding:38px 0}.home-page .newsletter>div{gap:10px;align-items:flex-start}.home-page .newsletter>div>svg{width:28px;height:28px;flex:none}.home-page .newsletter h2{font-size:22px;line-height:1.16}.home-page .newsletter p{font-size:10px;line-height:1.45}.home-page .newsletter form{width:100%;gap:7px}.home-page .newsletter input{min-width:0;width:100%;height:42px;font-size:11px}.home-page .newsletter .primary-btn{min-height:42px;padding:10px 12px;font-size:10px;white-space:nowrap}}@media(max-width:390px){.home-page .trust-strip{grid-template-columns:1fr}.home-page .trust-strip>div,.home-page .trust-strip>div:nth-child(odd),.home-page .trust-strip>div:nth-child(-n+2){border-right:0;border-bottom:1px solid #eee0d8}.home-page .trust-strip>div:last-child{border-bottom:0}.home-page .section-heading{flex-direction:column}.home-page .section-heading>.outline-btn,.home-page .section-heading .text-link{margin-top:0}.home-page .recipe-art span{right:2px}.home-page .recipe-art small{left:2px}.home-page .newsletter form{display:grid;grid-template-columns:1fr}.home-page .newsletter .primary-btn{width:100%}}.mobile-nav-search{display:none}@media(max-width:780px){.site-header{height:auto;overflow:visible}.nav-wrap{height:63px}.nav-search{display:none}.mobile-nav-search{width:calc(100% - 28px);height:42px;margin:0 auto 10px;border:1px solid var(--line);border-radius:12px;background:#fff;display:flex;align-items:center;gap:8px;padding:0 7px 0 11px;box-shadow:0 5px 13px #522b1d0f}.mobile-nav-search:focus-within{border-color:#d98876;box-shadow:0 0 0 3px #fce1d9}.mobile-nav-search>svg{width:17px;height:17px;flex:none;color:#a58c80}.mobile-nav-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:11px}.mobile-nav-search input::placeholder{color:#a38f85}.mobile-nav-search button{display:grid;place-items:center;width:30px;height:30px;flex:none;border-radius:9px;background:var(--cream2);color:var(--red)}.mobile-nav-search button svg{width:16px;height:16px}.main-nav{top:146px}}@media(max-width:430px){.nav-wrap,.mobile-nav-search{width:calc(100% - 24px)}.nav-actions{gap:3px}}.sales-chart-summary{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin:2px 0 12px;padding:10px 12px;border:1px solid #f0ded5;border-radius:12px;background:#fffaf7}.sales-chart-summary span{color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.45px}.sales-chart-summary strong{color:var(--red-dark);font-size:14px;font-weight:800;white-space:nowrap}@media(max-width:620px){.sales-chart-summary{margin-bottom:10px}.sales-chart-summary strong{font-size:13px}}@media(max-width:780px){.home-page{--mf-mobile-title: clamp(16px, 4.5vw, 20px);--mf-mobile-subtitle: clamp(8px, 2.45vw, 10.5px);--mf-mobile-label: clamp(7px, 1.9vw, 8.5px);--mf-mobile-card-title: clamp(9px, 2.6vw, 11px);--mf-mobile-card-copy: clamp(7.5px, 2.15vw, 9px)}.home-page>.section.container{width:calc(100% - 24px);padding:clamp(26px,7vw,34px) 0}.home-page .section-heading{align-items:flex-start;gap:8px;margin-bottom:12px}.home-page .section-heading>div{min-width:0}.home-page .section-heading .eyebrow{margin-bottom:4px;font-size:var(--mf-mobile-label);line-height:1.2;letter-spacing:1px}.home-page .section-heading h2{font-size:var(--mf-mobile-title);line-height:1.14;letter-spacing:-.45px}.home-page .section-heading p{max-width:min(58vw,245px);margin-top:4px;font-size:var(--mf-mobile-subtitle);line-height:1.42}.home-page .section-heading .text-link{gap:3px;margin-top:1px;font-size:var(--mf-mobile-subtitle)}.home-page .section-heading .text-link svg{width:11px;height:11px}.home-page .section-heading>.outline-btn{min-height:30px;padding:7px 8px;border-radius:9px;font-size:var(--mf-mobile-subtitle);line-height:1;white-space:nowrap}.home-page .section-heading>.outline-btn svg{width:11px;height:11px}.home-page .category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.home-page .category-tile{min-width:0;min-height:clamp(58px,16.5vw,68px);padding:7px;gap:6px;border-radius:11px}.home-page .category-icon{width:clamp(26px,7.5vw,32px);height:clamp(26px,7.5vw,32px);flex:none;border-radius:8px;font-size:clamp(12px,3.5vw,15px)}.home-page .category-tile>div{min-width:0}.home-page .category-tile h3{overflow:hidden;margin:0 0 2px;font-size:var(--mf-mobile-card-title);line-height:1.18;text-overflow:ellipsis;white-space:nowrap}.home-page .category-tile p{display:-webkit-box;overflow:hidden;margin:0;font-size:var(--mf-mobile-card-copy);line-height:1.2;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-page .category-tile>svg{display:block;width:10px;height:10px;flex:none;margin-left:auto}.home-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.home-page .product-card{border-radius:12px}.home-page .product-info{padding:8px}.home-page .product-info h3{min-height:27px;margin:0 0 5px;font-size:clamp(9.5px,2.7vw,11px);line-height:1.32}.home-page .rating,.home-page .rating small,.home-page .product-sold-count{font-size:clamp(7.5px,2.1vw,9px)}.home-page .rating svg{width:11px;height:11px}.home-page .price-row{margin-top:6px}.home-page .price-row strong{font-size:clamp(11px,3.15vw,13px)}.home-page .price-row del,.home-page .product-info>p{margin-top:2px;font-size:clamp(7px,1.95vw,8.5px)}.home-page .mini-cart{width:27px;height:27px;border-radius:8px}.home-page .mini-cart svg{width:13px;height:13px}.home-page .badge,.home-page .discount{top:7px;left:7px;padding:3px 4px;font-size:6.5px}.home-page .discount{top:25px}.home-page .testimonials{padding:clamp(26px,7vw,34px) 0}.home-page .testimonials .container{width:calc(100% - 24px)}.home-page .testimonial-grid{grid-template-columns:1fr;gap:8px}.home-page .testimonial{padding:12px;border-radius:12px}.home-page .testimonial .stars{gap:2px}.home-page .testimonial .stars svg{width:11px;height:11px}.home-page .testimonial p{margin:8px 0;font-size:clamp(10.5px,3vw,12.5px);line-height:1.4}.home-page .testimonial b{font-size:clamp(9px,2.55vw,10.5px)}.home-page .testimonial small{margin-top:2px;font-size:clamp(7.5px,2.1vw,8.5px)}.home-page .newsletter{width:calc(100% - 24px);align-items:stretch;flex-direction:column;gap:11px;padding:clamp(24px,6.5vw,30px) 0}.home-page .newsletter>div{align-items:flex-start;gap:7px}.home-page .newsletter>div>svg{width:clamp(20px,5.8vw,25px);height:clamp(20px,5.8vw,25px);flex:none}.home-page .newsletter h2{font-size:clamp(16px,4.5vw,19px);line-height:1.13;letter-spacing:-.35px}.home-page .newsletter p{margin:3px 0 0;font-size:var(--mf-mobile-subtitle);line-height:1.38}.home-page .newsletter form{width:100%;gap:6px}.home-page .newsletter input,.home-page .newsletter .primary-btn{height:36px;min-height:36px;font-size:var(--mf-mobile-subtitle)}.home-page .newsletter input{padding:0 10px;border-radius:10px}.home-page .newsletter .primary-btn{padding:8px 10px;border-radius:10px}}@media(max-width:430px){.home-page{--mf-mobile-title: clamp(16px, 4.45vw, 18.5px);--mf-mobile-subtitle: clamp(8px, 2.35vw, 9.5px)}.home-page>.section.container,.home-page .testimonials .container,.home-page .newsletter{width:calc(100% - 20px)}.home-page>.section.container{padding:26px 0}.home-page .section-heading{margin-bottom:11px}.home-page .category-grid,.home-page .product-grid{gap:6px}.home-page .category-tile{min-height:57px;padding:6px;gap:5px;border-radius:10px}.home-page .category-icon{width:26px;height:26px;font-size:12px}.home-page .testimonial{padding:11px}.home-page .newsletter{padding:24px 0}.home-page .newsletter form{display:grid;grid-template-columns:1fr}.home-page .newsletter .primary-btn{width:100%}}@media(max-width:780px){.home-page .hero-shell+.trust-strip,.home-page .trust-strip{width:calc(100% - 20px);min-height:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:12px;padding:6px 3px;border-radius:12px}.home-page .trust-strip>div,.home-page .trust-strip>div:nth-child(odd),.home-page .trust-strip>div:nth-child(-n+2){min-width:0;min-height:45px;padding:4px;gap:4px;align-items:center;border-right:1px solid #eee0d8;border-bottom:0}.home-page .trust-strip>div:last-child{border-right:0;border-bottom:0}.home-page .trust-strip svg{width:clamp(12px,3.7vw,15px);height:clamp(12px,3.7vw,15px);flex:0 0 auto}.home-page .trust-strip span{min-width:0}.home-page .trust-strip b{overflow-wrap:anywhere;font-size:clamp(6.2px,1.85vw,8px);line-height:1.16}.home-page .trust-strip small{overflow-wrap:anywhere;margin-top:1px;font-size:clamp(5.7px,1.62vw,7px);line-height:1.17}}@media(max-width:390px){.home-page .hero-shell+.trust-strip,.home-page .trust-strip{grid-template-columns:repeat(4,minmax(0,1fr));width:calc(100% - 16px);padding:5px 2px}.home-page .trust-strip>div,.home-page .trust-strip>div:nth-child(odd),.home-page .trust-strip>div:nth-child(-n+2){min-height:42px;padding:3px;gap:3px;border-right:1px solid #eee0d8;border-bottom:0}.home-page .trust-strip>div:last-child{border-right:0}.home-page .trust-strip svg{width:12px;height:12px}.home-page .trust-strip b{font-size:6.1px}.home-page .trust-strip small{font-size:5.6px}}@media(max-width:780px){.home-page .section-heading h2,.home-page .newsletter h2{font-family:DM Sans,Arial,sans-serif;font-size:var(--mf-mobile-label);font-weight:800;line-height:1.2;letter-spacing:1px}.home-page .testimonial .stars svg{width:clamp(8px,2.1vw,9px);height:clamp(8px,2.1vw,9px)}.home-page .testimonial p{font-family:DM Sans,Arial,sans-serif;margin:6px 0;font-size:var(--mf-mobile-subtitle);font-weight:500;line-height:1.38}.home-page .testimonial b{font-size:var(--mf-mobile-label);line-height:1.2}.home-page .testimonial small{margin-top:1px;font-size:var(--mf-mobile-subtitle);line-height:1.25}}@media(max-width:430px){.home-page .section-heading h2,.home-page .newsletter h2{letter-spacing:.9px}.home-page .testimonial{padding:9px}}@media(max-width:780px){.home-page{--mf-mobile-product-name: clamp(9.5px, 2.7vw, 11px)}.home-page .product-info h3,.home-page .section-heading h2,.home-page .newsletter h2{font-family:DM Sans,Arial,sans-serif;font-size:var(--mf-mobile-product-name);font-weight:700;line-height:1.32;letter-spacing:0}.home-page .testimonial p,.home-page .testimonial b,.home-page .testimonial small{font-family:DM Sans,Arial,sans-serif;font-size:var(--mf-mobile-product-name);line-height:1.32;letter-spacing:0}.home-page .testimonial p{margin:6px 0;font-weight:500}.home-page .testimonial b{font-weight:700}.home-page .testimonial small{margin-top:1px;font-weight:400}}@media(max-width:390px){.home-page{--mf-mobile-product-name: clamp(9px, 2.7vw, 10.5px)}}@media(max-width:780px){.home-page .hero-shell{padding-top:8px}.home-page .hero-shell+.trust-strip,.home-page .trust-strip{margin-top:8px}.home-page>.section.container{padding-top:clamp(14px,4.2vw,18px);padding-bottom:clamp(14px,4.2vw,18px)}.home-page .section-heading{gap:5px;margin-bottom:7px}.home-page .section-heading .eyebrow{margin-bottom:3px}.home-page .section-heading p{margin-top:2px}.home-page .section-heading .text-link,.home-page .section-heading>.outline-btn{margin-top:1px}.home-page .category-grid,.home-page .product-grid{gap:6px}.home-page .recipe-banner{min-height:0;padding:14px 12px 12px}.home-page .recipe-banner .eyebrow{margin-bottom:4px}.home-page .recipe-banner h2{margin:0 0 5px}.home-page .recipe-banner p{margin:0 0 8px}.home-page .recipe-banner .dark-btn{min-height:32px;padding:7px 10px}.home-page .recipe-art{height:116px;margin-top:5px}.home-page .round-food{width:96px;height:96px}.home-page .recipe-art span,.home-page .recipe-art small{padding:4px 6px}.home-page .recipe-art span{top:4px}.home-page .recipe-art small{bottom:1px}.home-page .testimonials{padding:clamp(15px,4.5vw,19px) 0}.home-page .testimonials .section-heading{margin-bottom:7px}.home-page .testimonial-grid{gap:5px}.home-page .testimonial{padding:7px 8px}.home-page .testimonial p{margin:3px 0}.home-page .testimonial small{margin-top:0}.home-page .newsletter{gap:6px;padding:clamp(15px,4.5vw,19px) 0}.home-page .newsletter>div{gap:5px}.home-page .newsletter p{margin-top:1px}.home-page .newsletter form{gap:5px}}@media(max-width:430px){.home-page>.section.container{padding-top:12px;padding-bottom:12px}.home-page .section-heading{margin-bottom:6px}.home-page .recipe-banner{padding:12px 10px 10px}.home-page .recipe-art{height:98px;margin-top:4px}.home-page .round-food{width:82px;height:82px}.home-page .testimonials,.home-page .newsletter{padding:13px 0}.home-page .testimonial-grid{gap:4px}.home-page .testimonial{padding:6px 7px}}@media(max-width:780px){.product-page{--mf-product-mobile-name: clamp(9.5px, 2.7vw, 11px);--mf-product-mobile-subtext: clamp(8.5px, 2.45vw, 10px);--mf-product-mobile-control: clamp(9px, 2.55vw, 10.5px);padding-bottom:18px}.product-page.container{width:calc(100% - 24px)}.product-page .breadcrumb{padding:9px 0 7px;font-size:var(--mf-product-mobile-subtext);line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-page .breadcrumb span{margin:0 4px}.product-page .product-detail{gap:12px;padding-top:0}.product-page .gallery{gap:6px}.product-page .thumbs{display:flex;grid-template-columns:none;gap:5px;overflow-x:auto;padding:1px 0 2px;scrollbar-width:thin}.product-page .thumbs button{flex:0 0 40px;width:40px;height:40px;padding:2px;border-radius:7px}.product-page .main-image{border-radius:14px}.product-page .main-image .badge{left:8px;top:8px;padding:3px 5px;border-radius:5px;font-size:var(--mf-product-mobile-subtext)}.product-page .zoom-btn{right:8px;bottom:8px;gap:4px;padding:5px 7px;border-radius:7px;font-size:var(--mf-product-mobile-subtext)}.product-page .zoom-btn svg{width:13px;height:13px}.product-page .product-summary{padding-top:0}.product-page .category-label,.product-page .product-summary h1,.product-page .rating.large,.product-page .desc,.product-page .stock-bar,.product-page .purchase-benefits b,.product-page .purchase-benefits small,.product-page .product-tabs h2,.product-page .product-tabs h3,.product-page .product-tabs p,.product-page .product-tabs li,.product-page .info-table span,.product-page .info-table b,.product-page .review-section h2,.product-page .review-section h2 span,.product-page .review-list b,.product-page .review-list p,.product-page .related .section-heading h2,.product-page .related .text-link{font-family:DM Sans,Arial,sans-serif;font-size:var(--mf-product-mobile-name);line-height:1.32;letter-spacing:0}.product-page .category-label{display:block;margin-bottom:2px;color:var(--red);font-weight:800;letter-spacing:.45px}.product-page .product-summary h1{margin:0 0 4px;font-weight:700}.product-page .rating.large,.product-page .product-review-summary{gap:3px;margin:0 0 7px;padding:1px 2px}.product-page .rating.large svg{width:12px;height:12px}.product-page .rating.large i{height:10px;margin:0 4px}.product-page .detail-price{gap:6px;padding:8px 0}.product-page .detail-price strong{font-size:clamp(12px,3.4vw,14px);line-height:1.2}.product-page .detail-price del,.product-page .detail-price span{font-size:var(--mf-product-mobile-subtext)}.product-page .detail-price span{padding:2px 4px;border-radius:4px}.product-page .desc{margin:7px 0;color:#6d5a52}.product-page .stock-bar{margin:8px 0}.product-page .purchase-row{gap:6px}.product-page .quantity,.product-page .add-large,.product-page .wish.large{height:33px;border-radius:8px}.product-page .quantity button{width:27px}.product-page .quantity button svg{width:13px;height:13px}.product-page .quantity input{width:27px;font-size:var(--mf-product-mobile-control)}.product-page .add-large{gap:4px;padding:7px 9px;font-size:var(--mf-product-mobile-control)}.product-page .add-large svg,.product-page .wish.large svg{width:14px;height:14px}.product-page .wish.large{width:33px}.product-page .purchase-benefits{gap:6px;margin-top:10px;padding-top:9px}.product-page .purchase-benefits span{grid-template-columns:14px minmax(0,1fr);column-gap:4px}.product-page .purchase-benefits svg{width:13px;height:13px}.product-page .purchase-benefits small{margin-top:1px}.product-page .product-tabs{gap:12px;margin-top:15px;padding-top:12px}.product-page .product-tabs h2,.product-page .review-section h2{margin:0 0 6px;font-weight:700}.product-page .product-tabs h3{margin:8px 0 3px;font-weight:700}.product-page .product-tabs p,.product-page .product-tabs li{line-height:1.42}.product-page .product-tabs ul{margin:3px 0 0;padding-left:14px}.product-page .info-table span,.product-page .info-table b{padding:6px 0}.product-page .review-section{margin-top:14px;padding-top:12px;border-radius:10px}.product-page .review-list{gap:4px}.product-page .review-list article{gap:6px;padding:6px 0}.product-page .review-avatar{width:23px;height:23px;font-size:var(--mf-product-mobile-name)}.product-page .review-list .stars{gap:1px;margin-top:1px}.product-page .review-list .stars svg{width:10px;height:10px}.product-page .review-list p{margin:3px 0 0;color:var(--muted)}.product-page .related{padding-top:14px;padding-bottom:0}.product-page .related .section-heading{gap:5px;margin-bottom:7px}.product-page .related .product-grid{gap:6px}}@media(max-width:390px){.product-page{--mf-product-mobile-name: clamp(9px, 2.7vw, 10.5px);--mf-product-mobile-subtext: clamp(8px, 2.35vw, 9.5px)}.product-page .thumbs button{flex-basis:36px;width:36px;height:36px}.product-page .detail-price{padding:7px 0}.product-page .purchase-benefits{margin-top:8px;padding-top:8px}.product-page .product-tabs,.product-page .review-section{margin-top:12px;padding-top:10px}.product-page .related{padding-top:12px}}@media(max-width:680px){.product-page .product-summary>.category-label{display:none}.product-page .product-summary{padding-top:0}.product-page .product-summary h1{margin-top:0}}@media(max-width:780px){.cart-page{--mf-cart-mobile-name: clamp(9.5px, 2.7vw, 11px);--mf-cart-mobile-copy: clamp(8px, 2.3vw, 9.5px);--mf-cart-mobile-price: clamp(10.5px, 3vw, 12.5px);padding-bottom:16px}.cart-page .breadcrumb{padding:8px 0 6px;font-size:var(--mf-cart-mobile-copy);line-height:1.25}.cart-page .breadcrumb span{margin:0 4px}.cart-page .cart-title,.cart-page .cart-title span,.cart-page .cart-item-count{font-family:DM Sans,Arial,sans-serif;font-size:var(--mf-cart-mobile-name);line-height:1.32;letter-spacing:0}.cart-page .cart-title{display:flex;align-items:baseline;gap:3px;padding-bottom:7px;margin:0}.cart-page .cart-title .cart-item-count{color:var(--muted);font-weight:400}.cart-page .cart-layout{grid-template-columns:minmax(0,1fr);gap:10px;padding-top:8px}.cart-page .cart-list{gap:6px}.cart-page .cart-item{grid-template-columns:58px minmax(0,1fr);column-gap:7px;row-gap:4px;align-items:start;padding-bottom:7px}.cart-page .cart-item>a img{width:58px;height:58px;border-radius:9px}.cart-page .cart-item-info{min-width:0}.cart-page .cart-item h3,.cart-page .cart-item p,.cart-page .cart-item strong,.cart-page .cart-controls>b,.cart-page .order-summary h2,.cart-page .order-summary>div,.cart-page .continue,.cart-page .secure-note{font-family:DM Sans,Arial,sans-serif;font-size:var(--mf-cart-mobile-name);line-height:1.32;letter-spacing:0}.cart-page .cart-item h3{margin:0 0 2px;font-weight:700}.cart-page .cart-item p{margin:0 0 3px;color:var(--muted);font-size:var(--mf-cart-mobile-copy)}.cart-page .cart-item strong{color:var(--red-dark);font-size:var(--mf-cart-mobile-price)}.cart-page .cart-controls{grid-column:2;display:flex;align-items:center;gap:6px;min-width:0;margin-top:-1px}.cart-page .quantity{height:29px;border-radius:7px}.cart-page .quantity button{width:25px}.cart-page .quantity button svg{width:12px;height:12px}.cart-page .quantity input{width:25px;font-size:var(--mf-cart-mobile-name)}.cart-page .cart-controls>b{min-width:0;margin-left:1px;color:var(--red-dark);font-size:var(--mf-cart-mobile-price);text-align:left;white-space:nowrap}.cart-page .remove{display:grid;place-items:center;width:29px;height:29px;margin-left:auto;border-radius:7px}.cart-page .remove svg{width:14px;height:14px}.cart-page .order-summary{position:static;padding:10px;border-radius:11px}.cart-page .order-summary h2{margin:0 0 8px;font-weight:700}.cart-page .order-summary>div{margin:6px 0}.cart-page .order-summary>div span,.cart-page .order-summary>div b{font-size:inherit}.cart-page .order-summary hr{margin:8px 0}.cart-page .order-summary .total strong{font-size:var(--mf-cart-mobile-price);line-height:1.2}.cart-page .order-summary .primary-btn{min-height:33px;gap:4px;padding:7px 9px;border-radius:8px;font-size:var(--mf-cart-mobile-name)}.cart-page .order-summary .primary-btn svg{width:13px;height:13px}.cart-page .continue{gap:3px;margin:7px 0;font-weight:700}.cart-page .continue svg{width:12px;height:12px}.cart-page .secure-note{gap:3px;margin:0;color:#89766d;font-size:var(--mf-cart-mobile-copy)}.empty-cart{min-height:46vh;padding:16px 0}.empty-cart>div{max-width:250px}.empty-cart>div>svg{width:35px;height:35px}.empty-cart h1,.empty-cart p,.empty-cart .primary-btn{font-family:DM Sans,Arial,sans-serif;font-size:var(--mf-cart-mobile-name);line-height:1.32;letter-spacing:0}.empty-cart h1{margin:7px 0 3px;font-weight:700}.empty-cart p{margin:0 0 10px;color:var(--muted)}.empty-cart .primary-btn{min-height:33px;gap:4px;padding:7px 9px;border-radius:8px}.empty-cart .primary-btn svg{width:13px;height:13px}}@media(max-width:390px){.cart-page{--mf-cart-mobile-name: clamp(9px, 2.7vw, 10.5px);--mf-cart-mobile-copy: clamp(7.5px, 2.25vw, 9px);--mf-cart-mobile-price: clamp(10px, 2.9vw, 11.5px)}.cart-page .cart-item{grid-template-columns:54px minmax(0,1fr)}.cart-page .cart-item>a img{width:54px;height:54px}.cart-page .order-summary{padding:9px}}@media(max-width:780px){.checkout-page{--mf-checkout-name: clamp(9.5px, 2.7vw, 11px);--mf-checkout-copy: clamp(8px, 2.3vw, 9.5px);--mf-checkout-price: clamp(10.5px, 3vw, 12.5px);width:calc(100% - 24px);padding-bottom:18px}.checkout-page .checkout-steps{justify-content:flex-start;gap:4px;padding:9px 0 8px;font-size:var(--mf-checkout-copy);overflow-x:auto;scrollbar-width:none}.checkout-page .checkout-steps::-webkit-scrollbar{display:none}.checkout-page .checkout-steps svg{width:11px;height:11px}.checkout-page .checkout-steps i{width:11px;flex:0 0 11px}.checkout-page .checkout-layout{gap:9px}.checkout-page .checkout-main{gap:7px}.checkout-page .checkout-card,.checkout-page .checkout-summary{border-radius:11px;padding:10px}.checkout-page .checkout-card-title{gap:7px;padding-bottom:7px;margin-bottom:8px}.checkout-page .checkout-card-title>span,.checkout-page .checkout-summary h2{font-family:DM Sans,Arial,sans-serif;font-size:var(--mf-checkout-name);font-weight:700;line-height:1.32}.checkout-page .checkout-card-title>span{gap:5px}.checkout-page .checkout-card-title>span svg{width:13px;height:13px}.checkout-page .checkout-card-title small,.checkout-page .checkout-card>p,.checkout-page .field-note,.checkout-page .payment-note{font-size:var(--mf-checkout-copy);line-height:1.35}.checkout-page .form-grid{gap:7px}.checkout-page .form-grid label{gap:3px;font-size:var(--mf-checkout-name)}.checkout-page .form-grid input,.checkout-page .form-grid textarea,.checkout-page .area-lookup input{min-height:32px;border-radius:7px;padding:7px 8px;font-size:var(--mf-checkout-name)}.checkout-page .form-grid textarea{min-height:55px}.checkout-page .area-lookup{min-height:34px;gap:6px;border-radius:8px;padding:0 8px}.checkout-page .area-lookup>svg{width:13px;height:13px}.checkout-page .area-lookup input{min-height:32px;padding:6px 0!important}.checkout-page .area-change-inline,.checkout-page .selected-area-change{border-radius:6px;padding:5px 6px;font-size:var(--mf-checkout-copy)}.checkout-page .area-options{top:calc(100% + 5px);max-height:230px;border-radius:9px;padding:4px}.checkout-page .area-options-head{padding:5px 6px 6px}.checkout-page .area-options-head b,.checkout-page .area-option-copy b{font-size:var(--mf-checkout-name)}.checkout-page .area-options-head small,.checkout-page .area-option-copy small,.checkout-page .area-empty{font-size:var(--mf-checkout-copy)}.checkout-page .area-option{grid-template-columns:24px minmax(0,1fr);gap:6px;padding:6px}.checkout-page .area-option-icon{width:24px;height:24px;border-radius:6px}.checkout-page .area-option-icon svg{width:12px;height:12px}.checkout-page .area-option-postal{display:none}.checkout-page .selected-area-card{gap:8px;border-radius:10px;padding:9px}.checkout-page .selected-area-head{grid-template-columns:26px minmax(0,1fr) auto;gap:6px}.checkout-page .selected-area-icon{width:26px;height:26px;border-radius:7px}.checkout-page .selected-area-icon svg{width:13px;height:13px}.checkout-page .selected-area-title small,.checkout-page .selected-area-grid small,.checkout-page .selected-area-address small{font-size:var(--mf-checkout-copy)}.checkout-page .selected-area-title b{font-size:var(--mf-checkout-name)}.checkout-page .selected-area-title p,.checkout-page .selected-area-address p{font-size:var(--mf-checkout-copy);line-height:1.35}.checkout-page .selected-area-grid{grid-template-columns:repeat(3,minmax(0,1fr));border-radius:7px}.checkout-page .selected-area-grid>span{gap:2px;padding:6px}.checkout-page .selected-area-grid b{font-size:var(--mf-checkout-copy)}.checkout-page .selected-area-address{gap:2px;border-left-width:2px;border-radius:0 6px 6px 0;padding:6px 7px}.checkout-page .otp-checkout>p{margin:0 0 7px;font-size:var(--mf-checkout-copy);line-height:1.35}.checkout-page .otp-channels{gap:5px}.checkout-page .otp-channels button,.checkout-page .otp-success{min-height:31px;border-radius:7px;padding:6px 7px;font-size:var(--mf-checkout-name)}.checkout-page .otp-channels button svg,.checkout-page .otp-success svg{width:12px;height:12px}.checkout-page .otp-checkout-action{gap:6px}.checkout-page .otp-checkout-action .outline-btn,.checkout-page .otp-checkout-action .primary-btn,.checkout-page .shipping-options button,.checkout-page .payment-options button{min-height:34px;border-radius:8px;padding:7px;font-size:var(--mf-checkout-name)}.checkout-page .shipping-empty{gap:6px;border-radius:8px;padding:8px}.checkout-page .shipping-empty svg{width:13px;height:13px}.checkout-page .shipping-empty p,.checkout-page .shipping-options small,.checkout-page .payment-options small,.checkout-page .payment-note{font-size:var(--mf-checkout-copy)}.checkout-page .shipping-options,.checkout-page .payment-options{gap:5px}.checkout-page .shipping-options b,.checkout-page .payment-options b,.checkout-page .shipping-options strong{font-size:var(--mf-checkout-name)}.checkout-page .courier-logo,.checkout-page .payment-icon{width:25px;height:25px;border-radius:6px;font-size:var(--mf-checkout-copy)}.checkout-page .payment-options i{width:11px;height:11px}.checkout-page .checkout-summary h2{margin-bottom:8px}.checkout-page .mini-items{gap:6px;max-height:150px}.checkout-page .mini-items>div{grid-template-columns:30px minmax(0,1fr) auto;gap:6px}.checkout-page .mini-items img{width:30px;height:30px;border-radius:6px}.checkout-page .mini-items span,.checkout-page .mini-items b{font-size:var(--mf-checkout-name)}.checkout-page .mini-items small{font-size:var(--mf-checkout-copy)}.checkout-page .coupon-box{min-height:32px;border-radius:7px;margin-top:8px}.checkout-page .coupon-box input,.checkout-page .coupon-box button,.checkout-page .coupon-ok,.checkout-page .summary-lines span,.checkout-page .summary-total span{font-size:var(--mf-checkout-name)}.checkout-page .coupon-box input{min-height:30px;padding:6px 7px}.checkout-page .coupon-box button{padding:0 8px}.checkout-page .coupon-ok{margin:4px 0}.checkout-page .summary-lines{gap:5px;margin-top:7px;padding:7px 0}.checkout-page .summary-total{padding:8px 0}.checkout-page .summary-total strong{font-size:var(--mf-checkout-price)}.checkout-page .primary-btn{min-height:34px;border-radius:8px;padding:7px 9px;font-size:var(--mf-checkout-name)}.checkout-page .primary-btn svg{width:13px;height:13px}}@media(max-width:390px){.checkout-page{--mf-checkout-name: clamp(9px, 2.7vw, 10.5px);--mf-checkout-copy: clamp(7.5px, 2.2vw, 9px);--mf-checkout-price: clamp(10px, 2.9vw, 12px)}.checkout-page .selected-area-grid{grid-template-columns:1fr}.checkout-page .selected-area-grid>span{border-right:0;border-bottom:1px solid #edddd4}.checkout-page .selected-area-grid>span:last-child{border-bottom:0}}@media(max-width:780px){.payment-page{--mf-payment-name: clamp(9.5px, 2.7vw, 11px);--mf-payment-copy: clamp(8px, 2.25vw, 9.5px);--mf-payment-price: clamp(11px, 3vw, 13px);min-height:0;padding:13px 0 20px;place-items:start}.payment-page .payment-result,.payment-page .payment-result.payment-result-detail{width:100%;border-radius:12px;padding:13px 11px}.payment-page .payment-result-detail:has(.success-icon),.payment-page .payment-result-detail:has(.pending-icon){padding:13px 11px}.payment-page .success-icon,.payment-page .pending-icon,.payment-page .payment-result-detail:has(.success-icon)>.success-icon,.payment-page .payment-result-detail:has(.pending-icon)>.pending-icon{width:30px;height:30px;margin:0 auto 6px;padding:5px}.payment-page .payment-result>.eyebrow,.payment-page .payment-result-detail:has(.success-icon)>.eyebrow{min-height:0;margin:0 auto 4px;padding:3px 6px;font-family:DM Sans,Arial,sans-serif;font-size:var(--mf-payment-copy);letter-spacing:.55px;line-height:1.15}.payment-page .payment-result h1,.payment-page .payment-result-detail:has(.success-icon)>h1,.payment-page .payment-result-detail:has(.pending-icon)>h1{margin:0;font-family:DM Sans,Arial,sans-serif;font-size:var(--mf-payment-name);font-weight:700;letter-spacing:0;line-height:1.35}.payment-page .payment-result>p,.payment-page .payment-result-detail:has(.success-icon)>p{max-width:280px;margin:4px auto 8px;font-size:var(--mf-payment-copy);line-height:1.35}.payment-page .order-code{max-width:none;margin:8px 0;border-radius:8px;padding:7px}.payment-page .order-code small,.payment-page .order-code b{font-size:var(--mf-payment-name);line-height:1.25}.payment-page .order-code button{width:25px;border-radius:6px}.payment-page .order-code button svg{width:12px;height:12px}.payment-page .payment-method-card{grid-template-columns:29px minmax(0,1fr);gap:7px;margin:8px 0;border-radius:9px;padding:8px}.payment-page .payment-method-icon{width:29px;height:29px;border-radius:7px}.payment-page .payment-method-icon svg{width:14px;height:14px}.payment-page .payment-method-card small,.payment-page .payment-method-card b,.payment-page .payment-method-card p,.payment-page .payment-status-badge{font-size:var(--mf-payment-copy);line-height:1.3}.payment-page .payment-method-card p{margin:2px 0 0}.payment-page .payment-status-badge{grid-column:2;justify-self:start;margin-top:2px;border-radius:5px;padding:3px 5px}.payment-page .payment-snap-panel{margin:8px 0;border-radius:9px}.payment-page .payment-snap-head{gap:2px;padding:7px 8px}.payment-page .payment-snap-head>span{gap:5px}.payment-page .payment-snap-head svg{width:13px;height:13px}.payment-page .payment-snap-head b,.payment-page .payment-snap-head small,.payment-page .payment-snap-loading,.payment-page .text-payment-popup{font-size:var(--mf-payment-copy);line-height:1.35}.payment-page .payment-snap-loading{margin:7px;border-radius:7px;padding:7px}.payment-page .midtrans-snap-embed,.payment-page .midtrans-snap-embed iframe{min-height:420px!important}.payment-page .payment-snap-retry,.payment-page .text-payment-popup{min-height:30px;margin:7px auto;border-radius:7px;padding:6px 8px}.payment-page .text-payment-popup{margin:0;border-radius:0}.payment-page .payment-session-notice,.payment-page .demo-notice,.payment-page .receipt-info,.payment-page .payment-success-confirmed,.payment-page .payment-success-next-step{gap:7px;margin:8px 0;border-radius:9px;padding:8px}.payment-page .payment-session-notice>svg,.payment-page .demo-notice>svg,.payment-page .receipt-info>svg{width:14px;height:14px}.payment-page .payment-session-notice b,.payment-page .payment-session-notice small,.payment-page .demo-notice b,.payment-page .demo-notice p,.payment-page .receipt-info b,.payment-page .receipt-info small{font-size:var(--mf-payment-copy);line-height:1.35}.payment-page .demo-notice p{margin:2px 0 0}.payment-page .payment-order-summary{margin:8px 0;border-radius:9px;padding:8px}.payment-page .payment-summary-head{padding-bottom:6px;margin-bottom:6px;font-size:var(--mf-payment-name)}.payment-page .payment-summary-head span{gap:5px}.payment-page .payment-summary-head svg{width:13px;height:13px}.payment-page .payment-summary-head b{font-size:var(--mf-payment-price)}.payment-page .payment-summary-items{gap:6px}.payment-page .payment-summary-items>div{grid-template-columns:28px minmax(0,1fr) auto;gap:6px}.payment-page .payment-summary-items img{width:28px;height:28px;border-radius:6px}.payment-page .payment-summary-items span b,.payment-page .payment-summary-items span small,.payment-page .payment-summary-items strong{font-size:var(--mf-payment-copy);line-height:1.25}.payment-page .payment-success-content{gap:7px}.payment-page .payment-success-confirmed{grid-template-columns:28px minmax(0,1fr)}.payment-page .payment-success-confirmed-icon,.payment-page .payment-success-next-step-icon{width:28px;height:28px;border-radius:7px}.payment-page .payment-success-confirmed-icon svg,.payment-page .payment-success-next-step-icon svg{width:14px;height:14px}.payment-page .payment-success-confirmed-copy,.payment-page .payment-success-next-step>span:last-child{gap:1px}.payment-page .payment-success-confirmed-copy b,.payment-page .payment-success-confirmed-copy small,.payment-page .payment-success-confirmed-status,.payment-page .payment-success-next-step small,.payment-page .payment-success-next-step b,.payment-page .payment-success-next-step p,.payment-page .payment-success-help{font-size:var(--mf-payment-copy);line-height:1.35}.payment-page .payment-success-confirmed-status{grid-column:2;justify-self:start;margin-top:1px;border-radius:5px;padding:3px 5px}.payment-page .payment-success-next-step{grid-template-columns:28px minmax(0,1fr)}.payment-page .payment-success-next-step p{margin:1px 0 0}.payment-page .payment-success-actions,.payment-page .payment-result-actions{display:grid;grid-template-columns:1fr;gap:6px;margin-top:8px}.payment-page .payment-success-actions .primary-btn,.payment-page .payment-success-actions .outline-btn,.payment-page .payment-result-actions .primary-btn,.payment-page .payment-result-actions .outline-btn,.payment-page .payment-result>.primary-btn{min-height:32px;width:100%;border-radius:8px;padding:6px 8px;font-size:var(--mf-payment-name)}.payment-page .payment-success-actions svg,.payment-page .payment-result-actions svg,.payment-page .payment-result>.primary-btn svg{width:13px;height:13px}.payment-page .payment-success-help{justify-content:center;gap:4px;margin-top:1px}.payment-page .payment-success-help svg{width:11px;height:11px}.payment-page .inline-error{margin-bottom:8px;border-radius:8px;padding:7px;font-size:var(--mf-payment-copy);line-height:1.35}}@media(max-width:390px){.payment-page{--mf-payment-name: clamp(9px, 2.7vw, 10.5px);--mf-payment-copy: clamp(7.5px, 2.2vw, 9px);--mf-payment-price: clamp(10px, 2.9vw, 12px);padding-top:10px;padding-bottom:16px}.payment-page .payment-result,.payment-page .payment-result.payment-result-detail,.payment-page .payment-result-detail:has(.success-icon),.payment-page .payment-result-detail:has(.pending-icon){padding:10px 8px;border-radius:10px}.payment-page .midtrans-snap-embed,.payment-page .midtrans-snap-embed iframe{min-height:390px!important}}@media(max-width:780px){.history-page{--mf-history-name: clamp(9.5px, 2.7vw, 11px);--mf-history-copy: clamp(8px, 2.25vw, 9.5px);--mf-history-price: clamp(11px, 3vw, 13px);padding-top:0;padding-bottom:20px}.history-page .breadcrumb{padding:10px 0 7px;font-size:var(--mf-history-copy)}.history-page .breadcrumb span{margin:0 4px}.history-page .history-heading{align-items:flex-start;gap:5px;margin:0 0 8px}.history-page .history-heading h1{margin:0;font-family:DM Sans,Arial,sans-serif;font-size:var(--mf-history-name);font-weight:700;letter-spacing:0;line-height:1.3}.history-page .history-heading .muted,.history-page>p{margin:2px 0 0;font-size:var(--mf-history-copy);line-height:1.35}.history-page .guest-history-note{border-radius:6px;padding:3px 5px;font-size:var(--mf-history-copy);line-height:1.25}.history-page .inline-error{margin-bottom:7px;border-radius:8px;padding:7px;font-size:var(--mf-history-copy);line-height:1.35}.history-page .empty-state{min-height:190px;border-radius:10px;gap:5px;padding:14px 10px}.history-page .empty-state svg{width:25px;height:25px}.history-page .empty-state h3{margin:2px 0 0;font-size:var(--mf-history-name);line-height:1.3}.history-page .empty-state p{max-width:250px;margin:0 0 4px;font-size:var(--mf-history-copy);line-height:1.35}.history-page .empty-state .primary-btn{min-height:30px;border-radius:8px;padding:6px 8px;font-size:var(--mf-history-name)}.history-page .order-history{max-width:none;gap:7px}.history-page .order-history>article{border-radius:10px;padding:9px}.history-page .order-history header{align-items:flex-start;gap:7px}.history-page .order-history header b{font-size:var(--mf-history-name);line-height:1.25;overflow-wrap:anywhere}.history-page .order-history header small{margin-top:2px;font-size:var(--mf-history-copy);line-height:1.3}.history-page .status{flex:none;border-radius:5px;padding:3px 5px;font-size:var(--mf-history-copy);letter-spacing:0;line-height:1.2;text-align:center;white-space:normal}.history-page .history-payment{grid-template-columns:25px minmax(0,1fr);gap:6px;margin-top:7px;border-radius:8px;padding:7px}.history-page .history-payment-icon{width:25px;height:25px;border-radius:6px}.history-page .history-payment-icon svg{width:12px;height:12px}.history-page .history-payment small,.history-page .history-payment b{font-size:var(--mf-history-copy);line-height:1.3}.history-page .history-payment b{gap:4px;margin-top:1px}.history-page .history-payment b svg{width:11px;height:11px}.history-page .history-payment-status{grid-column:2;justify-self:start;border-radius:4px;padding:3px 4px;font-size:var(--mf-history-copy);line-height:1.2}.history-page .history-payment-resume{grid-template-columns:25px minmax(0,1fr);gap:6px;margin-top:7px;border-radius:8px;padding:7px}.history-page .history-payment-resume-icon{width:25px;height:25px;border-radius:6px}.history-page .history-payment-resume-icon svg{width:12px;height:12px}.history-page .history-payment-resume-copy{gap:1px}.history-page .history-payment-resume-copy b,.history-page .history-payment-resume-copy small,.history-page .history-payment-demo-note{font-size:var(--mf-history-copy);line-height:1.35}.history-page .history-payment-resume-actions{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:5px;margin-top:1px}.history-page .history-payment-resume-actions .primary-btn,.history-page .history-payment-resume-actions .outline-btn{width:100%;min-height:30px;min-width:0;border-radius:7px;padding:5px 6px;font-size:var(--mf-history-copy);line-height:1.2;text-align:center;white-space:normal}.history-page .history-payment-resume-actions svg{width:11px;height:11px;flex:none}.history-page .history-payment-demo-note{grid-column:1 / -1;margin-top:0}.history-page .history-products{gap:5px;margin:7px 0;padding:7px 0}.history-page .history-products>div{gap:6px}.history-page .history-products img{width:28px;height:28px;border-radius:6px}.history-page .history-products span,.history-page .history-products small,.history-page .history-products>small{font-size:var(--mf-history-copy);line-height:1.3}.history-page .history-products small{margin-top:1px}.history-page .order-history footer{align-items:flex-start;gap:6px}.history-page .order-history footer>div:first-child{gap:1px}.history-page .order-history footer span{font-size:var(--mf-history-copy);line-height:1.3}.history-page .order-history footer strong{font-size:var(--mf-history-price);line-height:1.2}.history-page .history-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);width:100%;gap:5px;margin-top:1px}.history-page .history-actions .outline-btn,.history-page .order-history footer .outline-btn{width:100%;min-height:30px;min-width:0;justify-content:center;border-radius:7px;padding:5px 6px;font-size:var(--mf-history-copy);line-height:1.2;text-align:center;white-space:normal}.history-page .history-actions svg{width:11px;height:11px;flex:none}.history-page .payment-method-sheet{align-items:end;padding:8px}.history-page .payment-method-sheet-card{width:min(100%,420px);max-height:min(86vh,540px);overflow:auto;border-radius:12px 12px 9px 9px;padding:12px 10px}.history-page .payment-method-sheet-close{top:7px;right:7px;width:25px;height:25px;border-radius:6px}.history-page .payment-method-sheet-close svg{width:13px;height:13px}.history-page .payment-method-sheet-card .eyebrow{margin:0 0 3px;font-size:var(--mf-history-copy);letter-spacing:.5px;line-height:1.2}.history-page .payment-method-sheet-card h2{margin:0;font-family:DM Sans,Arial,sans-serif;font-size:var(--mf-history-name);line-height:1.3;letter-spacing:0}.history-page .payment-method-sheet-card>p,.history-page .payment-method-sheet-note{margin:4px 0 0;font-size:var(--mf-history-copy);line-height:1.35}.history-page .payment-method-choice-list{gap:5px;margin-top:8px}.history-page .payment-method-choice-list button{gap:7px;border-radius:8px;padding:7px}.history-page .payment-method-choice-icon{width:27px;height:27px;border-radius:7px}.history-page .payment-method-choice-icon svg{width:13px;height:13px}.history-page .payment-method-choice-list b,.history-page .payment-method-choice-list small{font-size:var(--mf-history-copy);line-height:1.3}}@media(max-width:390px){.history-page{--mf-history-name: clamp(9px, 2.7vw, 10.5px);--mf-history-copy: clamp(7.5px, 2.2vw, 9px);--mf-history-price: clamp(10px, 2.9vw, 12px);padding-bottom:16px}.history-page .order-history>article,.history-page .payment-method-sheet-card{padding:8px}.history-page .history-payment,.history-page .history-payment-resume{padding:6px}.history-page .history-payment-resume-actions,.history-page .history-actions{gap:4px}}@media(max-width:780px){.track-page{--mf-track-name: clamp(9.5px, 2.7vw, 11px);--mf-track-copy: clamp(7.5px, 2.15vw, 9px);--mf-track-price: clamp(10.5px, 3.1vw, 12px);--mf-track-label: clamp(7px, 1.95vw, 8px);padding-bottom:16px}.track-page .track-hero{padding:clamp(22px,6vw,30px) 0 clamp(20px,5vw,26px)}.track-page .track-hero .container{width:calc(100% - 24px)}.track-page .track-hero .eyebrow{margin:0 0 3px;font-size:var(--mf-track-label);letter-spacing:.7px;line-height:1.2}.track-page .track-hero h1{margin:0;font-family:DM Sans,Arial,sans-serif;font-size:var(--mf-track-name);line-height:1.25;letter-spacing:0}.track-page .track-hero p{margin:3px 0 8px;font-size:var(--mf-track-copy);line-height:1.35}.track-page .track-hero form{width:100%;gap:4px;padding:5px;border-radius:9px}.track-page .track-hero form>div{min-height:31px;height:31px;gap:6px;padding:0 7px;border-bottom-color:#f0e1d8}.track-page .track-hero form>div svg{width:12px;height:12px}.track-page .track-hero input{font-size:var(--mf-track-copy)}.track-page .track-hero .primary-btn{min-height:31px;border-radius:7px;padding:5px 8px;font-size:var(--mf-track-copy);line-height:1.2}.track-page .tracking-result{width:calc(100% - 24px);padding:20px 0 14px}.track-page .track-summary{align-items:flex-start;flex-direction:column;gap:5px;padding-bottom:9px}.track-page .track-summary .eyebrow{margin:0 0 2px;font-size:var(--mf-track-label);letter-spacing:.5px;line-height:1.2}.track-page .track-summary h2{margin:0;font-family:DM Sans,Arial,sans-serif;font-size:var(--mf-track-name);line-height:1.25;letter-spacing:0}.track-page .track-summary p{margin:2px 0 0;font-size:var(--mf-track-copy);line-height:1.3}.track-page .payment-pill{gap:4px;border-radius:6px;padding:5px 6px;font-size:var(--mf-track-copy);line-height:1.2}.track-page .payment-pill svg{width:11px;height:11px}.track-page .tracking-payment-method{display:grid;grid-template-columns:17px minmax(0,1fr) auto;align-items:center;gap:5px;margin-top:8px;border-radius:8px;padding:7px}.track-page .tracking-payment-method>svg{width:13px;height:13px}.track-page .tracking-payment-method span{gap:1px}.track-page .tracking-payment-method small,.track-page .tracking-payment-method b{font-size:var(--mf-track-copy);line-height:1.25}.track-page .tracking-payment-method b{display:flex;align-items:center;gap:3px}.track-page .tracking-payment-method b svg{width:10px;height:10px;flex:none}.track-page .tracking-payment-method .outline-btn{min-height:26px;margin-left:0;border-radius:6px;padding:4px 5px;font-size:var(--mf-track-copy);line-height:1.15;white-space:nowrap}.track-page .tracking-grid{grid-template-columns:1fr;gap:8px;padding-top:8px}.track-page .timeline-card,.track-page .track-order{border-radius:10px;padding:9px}.track-page .timeline-card h3,.track-page .track-order h3{gap:5px;margin:0 0 8px;font-family:DM Sans,Arial,sans-serif;font-size:var(--mf-track-name);line-height:1.25;letter-spacing:0}.track-page .timeline-card h3 svg,.track-page .track-order h3 svg{width:12px;height:12px}.track-page .awb{gap:5px;margin-bottom:8px;border-radius:7px;padding:6px}.track-page .awb span,.track-page .awb b{font-size:var(--mf-track-copy);line-height:1.25}.track-page .awb button{padding:2px}.track-page .awb button svg{width:11px;height:11px}.track-page .timeline>div{grid-template-columns:17px minmax(0,1fr);gap:6px;min-height:45px}.track-page .timeline>div>i svg{width:12px;height:12px;left:6px}.track-page .timeline>div>i span{width:6px;height:6px;left:2px;top:4px}.track-page .timeline section{padding-bottom:8px}.track-page .timeline b,.track-page .timeline p,.track-page .timeline small{font-size:var(--mf-track-copy);line-height:1.3}.track-page .timeline p{margin:2px 0}.track-page .track-order>div{gap:8px;margin:6px 0;font-size:var(--mf-track-copy);line-height:1.3}.track-page .track-order>div small{font-size:var(--mf-track-copy);line-height:1.25}.track-page .track-order hr{margin:8px 0}.track-page .track-order .order-total{font-size:var(--mf-track-name)}.track-page .track-order .order-total strong{font-size:var(--mf-track-price);line-height:1.2}.track-page .track-order>p{gap:4px;margin:8px 0 0;font-size:var(--mf-track-copy);line-height:1.35}.track-page .track-order>p svg{width:11px;height:11px;flex:none}.track-page .track-help{width:calc(100% - 24px);display:grid;gap:7px;margin-bottom:16px;border-radius:9px;padding:9px}.track-page .track-help>div{gap:6px}.track-page .track-help>div>svg{width:14px;height:14px}.track-page .track-help h3{font-size:var(--mf-track-name);line-height:1.25}.track-page .track-help p{margin:2px 0 0;font-size:var(--mf-track-copy);line-height:1.3}.track-page .track-help .outline-btn{min-height:29px;border-radius:7px;padding:5px 7px;font-size:var(--mf-track-copy);line-height:1.2}}@media(max-width:390px){.track-page{--mf-track-name: clamp(9px, 2.7vw, 10.5px);--mf-track-copy: clamp(7px, 2.1vw, 8.5px);--mf-track-price: clamp(10px, 2.9vw, 11.5px);--mf-track-label: clamp(6.5px, 1.85vw, 7.5px)}.track-page .track-hero,.track-page .tracking-result{padding-top:16px}.track-page .tracking-payment-method{grid-template-columns:15px minmax(0,1fr)}.track-page .tracking-payment-method .outline-btn{grid-column:1 / -1;width:100%}.track-page .timeline-card,.track-page .track-order,.track-page .track-help{padding:8px}}@media(max-width:780px){.shop-page{--mf-shop-name: clamp(9.5px, 2.7vw, 11px);--mf-shop-copy: clamp(8px, 2.25vw, 9.5px);--mf-shop-label: clamp(7px, 1.95vw, 8px);width:calc(100% - 24px);padding-top:0;padding-bottom:20px}.shop-page .breadcrumb{padding:10px 0 7px;font-size:var(--mf-shop-copy);line-height:1.25}.shop-page .breadcrumb span{margin:0 4px}.shop-page .shop-heading{display:grid;grid-template-columns:1fr;gap:7px;align-items:start;padding-bottom:9px}.shop-page .shop-heading>div:first-child{min-width:0}.shop-page .shop-heading .eyebrow{margin:0 0 2px;font-size:var(--mf-shop-label);letter-spacing:.5px;line-height:1.2}.shop-page .shop-heading h1{margin:0;font-family:DM Sans,Arial,sans-serif;font-size:var(--mf-shop-name);font-weight:700;letter-spacing:0;line-height:1.3}.shop-page .shop-heading p{margin:2px 0 0;font-size:var(--mf-shop-copy);line-height:1.35}.shop-page .shop-search{width:100%;min-width:0;height:30px;gap:5px;border-radius:8px;padding:0 8px}.shop-page .shop-search svg{width:13px;height:13px;flex:none}.shop-page .shop-search input{min-width:0;font-size:var(--mf-shop-copy)}.shop-page .shop-layout{display:block;padding-top:8px}.shop-page .filters{display:none}.shop-page .product-toolbar{height:auto;min-height:29px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:5px;margin-bottom:8px;font-size:var(--mf-shop-copy)}.shop-page .mobile-filter{display:inline-flex;min-height:28px;align-items:center;gap:4px;border-radius:7px;padding:4px 6px;font-size:var(--mf-shop-copy);line-height:1.15}.shop-page .mobile-filter svg{width:12px;height:12px;flex:none}.shop-page .product-toolbar>span{min-width:0;overflow:hidden;font-size:var(--mf-shop-copy);line-height:1.2;text-align:center;text-overflow:ellipsis;white-space:nowrap}.shop-page .product-toolbar label{min-width:0;gap:0;color:transparent;font-size:0}.shop-page .product-toolbar select{min-width:0;max-width:98px;min-height:28px;border-radius:7px;padding:4px 17px 4px 6px;color:var(--ink);font-size:var(--mf-shop-copy);line-height:1.1}.shop-page .product-toolbar label svg{width:10px;height:10px;margin-left:-14px}.shop-page .inline-error{margin-bottom:8px;border-radius:8px;padding:7px;font-size:var(--mf-shop-copy);line-height:1.35}.shop-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.shop-page .skeleton-grid{gap:8px}.shop-page .skeleton-card{min-height:clamp(178px,53vw,220px);border-radius:10px}.shop-page .empty-state{min-height:190px;gap:5px;border-radius:10px;padding:14px 10px}.shop-page .empty-state svg{width:24px;height:24px}.shop-page .empty-state h3{margin:2px 0 0;font-size:var(--mf-shop-name);line-height:1.3}.shop-page .empty-state p{max-width:250px;margin:0 0 4px;font-size:var(--mf-shop-copy);line-height:1.35}.shop-page .empty-state .outline-btn{min-height:29px;border-radius:7px;padding:5px 7px;font-size:var(--mf-shop-copy);line-height:1.2}.shop-page .mobile-filter-sheet{z-index:90;align-items:end;padding:8px}.shop-page .mobile-filter-sheet .sheet{width:min(100%,440px);max-height:min(82vh,540px);overflow:auto;border-radius:12px 12px 9px 9px;padding:12px 10px 10px}.shop-page .sheet .close{top:7px;right:7px;display:grid;width:25px;height:25px;place-items:center;border-radius:6px}.shop-page .sheet .close svg{width:13px;height:13px}.shop-page .sheet .filter-title{padding-right:28px;margin-bottom:8px;font-size:var(--mf-shop-name);line-height:1.25}.shop-page .sheet .filter-title button{padding:2px 0;font-size:var(--mf-shop-copy)}.shop-page .sheet .filter-group{padding:8px 0 4px}.shop-page .sheet .filter-group>span{margin-bottom:4px;font-size:var(--mf-shop-copy);line-height:1.25}.shop-page .sheet .filter-group button,.shop-page .sheet .filter-group label{padding:4px 0;font-size:var(--mf-shop-copy);line-height:1.25}.shop-page .sheet .filter-group label{gap:5px}.shop-page .sheet .filter-group input{width:12px;height:12px;margin:0}.shop-page .sheet .primary-btn{min-height:30px;margin-top:7px;border-radius:8px;padding:6px 8px;font-size:var(--mf-shop-name);line-height:1.2}}@media(max-width:390px){.shop-page{--mf-shop-name: clamp(9px, 2.7vw, 10.5px);--mf-shop-copy: clamp(7px, 2.1vw, 8.5px);--mf-shop-label: clamp(6.5px, 1.85vw, 7.5px);width:calc(100% - 20px)}.shop-page .shop-heading{gap:6px}.shop-page .shop-search{height:28px;padding-inline:7px}.shop-page .product-toolbar{gap:4px;margin-bottom:7px}.shop-page .mobile-filter{min-height:27px;padding:4px 5px}.shop-page .product-toolbar select{max-width:83px;min-height:27px;padding-left:5px}.shop-page .product-grid,.shop-page .skeleton-grid{gap:7px}.shop-page .mobile-filter-sheet .sheet{padding:10px 9px 9px}}@media(max-width:780px){.auth-page{min-height:0;display:block;padding:0 0 24px}.auth-page .auth-art{display:none}.auth-page .auth-card{--mf-auth-name: clamp(9.5px, 2.7vw, 11px);--mf-auth-copy: clamp(7.5px, 2.2vw, 9px);--mf-auth-label: clamp(7px, 2vw, 8px);width:calc(100% - 24px);max-width:430px;margin:0 auto;padding:22px 0 8px}.auth-page .auth-language{margin-bottom:7px}.auth-page .auth-language .language-switch{padding:2px;border-radius:6px}.auth-page .auth-language .language-switch button{min-height:23px;padding:3px 5px;border-radius:5px;font-size:var(--mf-auth-label);line-height:1}.auth-page .auth-tabs{gap:12px;margin-bottom:12px}.auth-page .auth-tabs button{padding:0 1px 6px;font-size:var(--mf-auth-name);line-height:1.15}.auth-page .auth-card h2{font-size:clamp(17px,5vw,20px);line-height:1.1;letter-spacing:-.45px;margin:0}.auth-page .auth-card>p{margin:4px 0 11px;font-size:var(--mf-auth-copy);line-height:1.35}.auth-page .auth-card form{gap:8px}.auth-page .auth-card label{gap:3px;font-size:var(--mf-auth-label);line-height:1.2}.auth-page .auth-card label small{font-size:var(--mf-auth-label);line-height:1.15}.auth-page .input-icon{height:32px;gap:6px;border-radius:7px;padding:0 7px}.auth-page .input-icon svg,.auth-page .input-icon button svg{width:12px;height:12px}.auth-page .input-icon input{font-size:var(--mf-auth-name);line-height:1.2}.auth-page .input-icon button{padding:1px}.auth-page .primary-btn,.auth-page .outline-btn{min-height:31px;border-radius:8px;padding:6px 8px;font-size:var(--mf-auth-name);line-height:1.15}.auth-page .primary-btn svg,.auth-page .outline-btn svg{width:12px;height:12px}.auth-page .forgot{margin-top:-1px;font-size:var(--mf-auth-copy);line-height:1.2}.auth-page .auth-switch{margin:10px 0 5px!important;font-size:var(--mf-auth-copy);line-height:1.25}.auth-page .auth-switch button,.auth-page .auth-switch a{font-size:var(--mf-auth-copy)}.auth-page .back-home{margin-top:9px;font-size:var(--mf-auth-copy);line-height:1.25}.auth-page .auth-icon{width:33px;height:33px;border-radius:10px;margin-bottom:8px}.auth-page .auth-icon svg{width:18px;height:18px}.auth-page .otp-contact{gap:6px;margin:9px 0;padding:7px 8px;border-radius:8px;font-size:var(--mf-auth-copy);line-height:1.25}.auth-page .otp-contact svg{width:12px;height:12px}.auth-page .otp-channels,.auth-page .otp-channels.compact{gap:5px;margin:8px 0 9px}.auth-page .otp-channels button{min-height:33px;gap:4px;border-radius:8px;padding:4px 5px;font-size:var(--mf-auth-copy);line-height:1.1}.auth-page .otp-channels button svg{width:12px;height:12px}.auth-page .otp-channels button small{margin-top:1px;font-size:6px;line-height:1.05}.auth-page .otp-input input{letter-spacing:4px;font-size:clamp(12px,3.6vw,14px)}.auth-page .otp-resend{gap:4px;padding:8px 0 0;font-size:var(--mf-auth-copy);line-height:1.2}.auth-page .otp-resend svg{width:11px;height:11px}}@media(max-width:390px){.auth-page{padding-bottom:16px}.auth-page .auth-card{--mf-auth-name: clamp(9px, 2.65vw, 10px);--mf-auth-copy: clamp(7px, 2.05vw, 8px);--mf-auth-label: clamp(6.5px, 1.85vw, 7.5px);width:calc(100% - 20px);padding-top:17px}.auth-page .auth-card h2{font-size:clamp(16px,4.7vw,18px)}.auth-page .auth-tabs{margin-bottom:9px}.auth-page .auth-card form{gap:7px}.auth-page .input-icon{height:30px}.auth-page .primary-btn,.auth-page .outline-btn{min-height:29px;padding:5px 7px}.auth-page .otp-channels button{min-height:30px;padding:3px 4px}}@media(max-width:780px){.home-page .newsletter form{display:flex;flex-direction:row;align-items:stretch;width:100%;gap:5px}.home-page .newsletter input{flex:1 1 auto;min-width:0;width:auto}.home-page .newsletter .primary-btn{flex:0 0 auto;width:auto;min-width:max-content;white-space:nowrap}}@media(max-width:430px){.home-page .newsletter form{display:flex;grid-template-columns:none;gap:5px}.home-page .newsletter .primary-btn{width:auto;padding-inline:9px}}@media(max-width:390px){.home-page .newsletter form{gap:4px}.home-page .newsletter .primary-btn{padding-inline:8px}}@media(max-width:780px){.home-page .newsletter input,.home-page .newsletter input::placeholder,.home-page .newsletter .primary-btn{font-family:DM Sans,Arial,sans-serif;font-size:var(--mf-mobile-product-name);line-height:1.2}.home-page .newsletter .primary-btn{font-weight:700}}@media(max-width:390px){.home-page .newsletter input,.home-page .newsletter input::placeholder,.home-page .newsletter .primary-btn{font-size:var(--mf-mobile-product-name)}}@media(min-width:781px){.home-page .hero-shell{padding-top:16px}.home-page .hero{height:clamp(390px,34vw,480px)}.home-page .trust-strip{min-height:90px;margin-top:-14px;padding-top:15px;padding-bottom:15px}.home-page>.section.container{padding-top:56px;padding-bottom:56px}.home-page .section-heading{margin-bottom:20px}.home-page .section-heading .eyebrow{margin-bottom:9px}.home-page .section-heading p{margin-top:6px}.home-page .recipe-banner{min-height:265px;padding-top:34px;padding-bottom:34px}.home-page .recipe-banner .eyebrow{margin-bottom:9px}.home-page .recipe-banner h2{margin-bottom:8px}.home-page .recipe-banner p{margin-bottom:16px}.home-page .testimonials{padding-top:56px;padding-bottom:56px}.home-page .testimonials .section-heading{margin-bottom:20px}.home-page .testimonial{padding-top:18px;padding-bottom:18px}.home-page .testimonial p{margin-top:11px;margin-bottom:11px}.home-page .newsletter{padding-top:38px;padding-bottom:38px}}
