:root{--ink:#29231b;--green:#254c36;--cream:#f8f3e9}header{position:relative;padding:24px 5vw;border-bottom:1px solid #29231b20;background:var(--cream)}header nav{display:flex;gap:32px}header nav a{color:inherit;text-decoration:none;font-size:14px}header nav a:hover{text-decoration:underline}.brand .leaf{color:var(--green);font-size:20px;margin-left:5px}.cart-button{background:var(--ink);color:white;border:0}.cart-button span{margin-left:10px}.shop{padding:64px 5vw 80px;scroll-margin-top:20px}.shop-heading{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:48px}.shop-heading h1{font-size:clamp(52px,7vw,96px);line-height:.98}.shop-heading em{color:var(--green)}.shop-intro{padding-bottom:5px;line-height:1.6}.collection-count{font-size:14px;color:#655d51}.shop-tools{display:flex;justify-content:space-between;gap:24px;border-top:1px solid #29231b30;padding-top:24px;align-items:center}.categories{display:flex;gap:8px;flex-wrap:wrap}.categories button{border-color:#29231b25;background:transparent;padding:10px 16px}.categories button.active{background:var(--green);color:white;border-color:var(--green)}input,select{font:inherit;color:inherit}input{padding:12px 16px;border:1px solid #29231b30;border-radius:4px;background:#fff7;max-width:100%}.results-meta{display:flex;justify-content:space-between;align-items:center;margin:26px 0 20px;font-size:14px;color:#655d51}.results-meta select{border:0;background:transparent;padding:8px;max-width:180px}.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px 20px}.product-card{min-width:0}.product-image{display:block;position:relative;width:100%;padding:0;border:0;border-radius:8px;overflow:hidden;background:#eaeaea;aspect-ratio:1.1}.product-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s}.product-image:hover img{transform:scale(1.045)}.product-image:hover{background:#eaeaea}.product-card .category{font-size:12px;text-transform:uppercase;letter-spacing:.13em;color:#6b655c;margin:18px 0 8px}.product-card h3{font-family:Georgia,serif;font-weight:400;font-size:23px;margin:0 0 8px}.product-card h3 button{font:inherit;background:none;border:0;padding:0;border-radius:0;text-align:left}.product-card h3 button:hover{color:var(--green)}.product-bottom{display:flex;justify-content:space-between;gap:8px;align-items:center}.price{font-size:14px;color:#655d51}.add{padding:9px 15px;font-size:14px;background:#fff8}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}#mode{position:absolute;z-index:4;top:24px;right:5vw}dialog{border:0;padding:32px;color:var(--ink);background:var(--cream);border-radius:12px;max-height:90svh;max-width:calc(100% - 32px);width:850px;overflow:auto;box-shadow:0 20px 100px #0003}dialog::backdrop{background:#17191080;backdrop-filter:blur(4px)}body:has(dialog[open]){overflow:hidden}.close{font-size:28px;line-height:1;width:44px;height:44px;padding:0;border:0;background:transparent;flex-shrink:0}#product-dialog>.close{position:absolute;top:12px;right:12px;z-index:1}#product-detail{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:28px}#product-detail img{width:100%;border-radius:8px}#product-detail h2{font-size:42px;letter-spacing:-.04em}#product-detail p{line-height:1.6}#product-detail .primary{margin-top:16px}.primary{background:var(--green);color:white;border:0;border-radius:5px;width:100%;padding:16px}.primary:hover{background:#183925}#cart-dialog{margin:0 0 0 auto;height:100svh;max-height:100svh;width:500px;border-radius:0;max-width:100%;padding:30px}.bag-heading{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #29231b30;padding-bottom:24px}.bag-heading .eyebrow{margin-bottom:12px}.bag-heading h2{font-size:38px}.cart-row{display:grid;grid-template-columns:90px 1fr;gap:18px;padding:24px 0;border-bottom:1px solid #29231b20}.cart-row img{width:90px;height:100px;object-fit:cover;border-radius:4px}.cart-row h3{margin:0 0 7px;font-size:18px}.cart-row p{margin:0 0 12px;font-size:14px}.quantity{display:flex;align-items:center;gap:12px}.quantity button{padding:4px;width:30px;height:30px;border-radius:3px}.quantity .remove{width:auto;margin-left:auto;border:0;font-size:13px;text-decoration:underline;background:none}.bag-total{display:flex;justify-content:space-between;margin-top:24px}.bag-note{font-size:14px;line-height:1.6;color:#655d51}.empty-bag{text-align:center;padding:60px 0}.empty-bag h3{font:30px Georgia,serif}#toast{position:fixed;bottom:28px;left:50%;transform:translateX(-50%) translateY(100px);background:var(--green);color:white;padding:14px 24px;border-radius:6px;z-index:20;transition:transform .2s;pointer-events:none;max-width:90vw;text-align:center}#toast.visible{transform:translateX(-50%)}footer{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:28px 5vw;font-size:14px}.outro h2{font-size:clamp(38px,5vw,64px)}:focus-visible{outline:3px solid #b87514;outline-offset:4px}@media(max-width:1050px){.products{grid-template-columns:repeat(3,minmax(0,1fr))}.shop-tools{align-items:start;flex-direction:column}.search,.search input{width:100%}}@media(max-width:650px){header{padding:18px 5vw}header nav{gap:15px}header nav a{font-size:13px}.brand{font-size:26px}.cart-button{padding:10px 14px}.shop{padding-top:36px}.shop-heading{display:block;margin-bottom:30px}.shop-intro{margin-top:24px}.shop-heading h1{font-size:58px}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 12px}.product-card h3{font-size:21px;min-height:48px}.product-bottom{align-items:start;flex-direction:column;gap:10px}.add{width:100%;padding:10px}.categories{gap:6px}.categories button{font-size:13px;padding:9px 12px}.product-image{aspect-ratio:.9}.product-image img{object-fit:cover}.shop .eyebrow{font-size:12px}.results-meta{font-size:13px}.results-meta select{max-width:145px}#product-detail{grid-template-columns:1fr;gap:20px}#product-detail img{max-height:240px;object-fit:cover}dialog{padding:24px}footer{flex-wrap:wrap}footer span{font-size:13px}.bag-heading h2{font-size:32px}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}
.product-bottom{display:flex;flex-direction:column;align-items:stretch;gap:12px}.product-bottom .price{font-size:16px;margin:2px 0 4px}.product-bottom .add{width:100%;background:#254c36;color:#fff;border:1px solid #254c36;border-radius:6px;padding:14px 18px;font-weight:600}.product-bottom .add:hover{background:#183925}.shopee-option{display:flex;align-items:center;justify-content:center;gap:9px;min-height:32px;flex-wrap:wrap}.shopee-name{color:#ed4c19;font-size:18px;font-weight:600;letter-spacing:-.5px}.shopee-pending{font-size:12px;color:#746d62}.product-card h3{min-height:54px}@media(max-width:650px){.shopee-option{gap:4px 8px}.shopee-name{font-size:16px}.shopee-pending{font-size:12px}}

#fruit-loader{position:fixed;inset:0;z-index:100;background:#f8f3e9;display:grid;place-items:center;animation:loader-safety 0s 6s forwards}.fruit-loader-inner{text-align:center}.fruit-loader-inner .brand{font-size:26px;color:#254c36}.fruit-loader-inner p{font-size:16px;color:#5e584f}.fruit-stage{position:relative;width:180px;height:150px;margin:16px auto}.fruit-stage span{position:absolute;inset:0;display:grid;place-items:center;font-size:90px;opacity:0;animation:fruit-pop 2.5s infinite;transform:scale(.4)}.fruit-stage span:nth-child(2){animation-delay:.5s}.fruit-stage span:nth-child(3){animation-delay:1s}.fruit-stage span:nth-child(4){animation-delay:1.5s}.fruit-stage span:nth-child(5){animation-delay:2s}#skip-loader{margin-top:20px;background:none;border:0;text-decoration:underline;color:#716a5f;padding:10px}#skip-loader:hover{color:#254c36}@keyframes fruit-pop{0%{opacity:0;transform:scale(.4) rotate(-12deg)}5%{opacity:1;transform:scale(1.12) rotate(5deg)}10%,16%{opacity:1;transform:scale(1) rotate(0)}20%,100%{opacity:0;transform:scale(.65) rotate(8deg)}}@keyframes loader-safety{to{visibility:hidden;pointer-events:none}}@media(prefers-reduced-motion:reduce){.fruit-stage span{animation:none;opacity:0}.fruit-stage span:first-child{opacity:1;transform:none}}

.shop-tools{flex-direction:column;align-items:stretch}.shop-tools .search{align-self:flex-end}.categories{display:flex;flex-wrap:wrap;gap:12px;width:100%;align-items:center}.category-group{display:flex;align-items:center;max-width:100%;min-height:48px}.categories .category-origin{flex-shrink:0;border:0;background:transparent;padding:12px 14px;font-weight:600;border-radius:6px}.category-origin span{display:inline-block;margin-left:8px;transition:transform .25s}.category-origin[aria-pressed=true]{color:#254c36;text-decoration:underline;text-underline-offset:6px}.category-group.expanded .category-origin span{transform:rotate(180deg)}.category-reveal{display:grid;grid-template-columns:0fr;visibility:hidden;transition:grid-template-columns .3s ease,visibility .3s;min-width:0}.category-group.expanded .category-reveal{grid-template-columns:1fr;visibility:visible}.category-options{min-width:0;overflow:hidden;display:flex;align-items:center;gap:8px;white-space:nowrap;background:#efe8da;border-radius:8px}.category-group.expanded .category-options{padding:6px 10px;overflow-x:auto;max-width:calc(90vw - 150px)}.categories .category-options button{flex-shrink:0;background:#f8f3e9;border:1px solid #29231b25;padding:9px 15px;font-size:14px}.categories .category-options button[aria-pressed=true]{background:#254c36;color:white}.category-coming{font-size:14px;color:#6a6257;padding:8px}.category-origin:hover{color:#254c36!important;background:#e9e2d5!important}@media(max-width:700px){.categories{gap:6px}.category-group{max-width:100%}.categories .category-origin{padding:12px 8px;font-size:14px}.category-group.expanded{width:100%}.category-group.expanded .category-reveal{min-width:0;flex:1}.category-group.expanded .category-options{max-width:calc(88vw - 110px)}.shop-tools .search{align-self:stretch}}@media(prefers-reduced-motion:reduce){.category-reveal,.category-origin span{transition:none}}

.bag-hover{position:relative}.mini-bag{position:absolute;right:0;top:100%;width:360px;max-width:90vw;padding:22px;background:#fffdf7;border:1px solid #ded6c7;border-radius:12px;box-shadow:0 16px 45px #29231b25;z-index:30}.mini-bag[hidden]{display:none}.mini-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.discount-badge{display:inline-block;background:#254c36;color:white;border-radius:20px;padding:5px 10px;font-size:14px;font-weight:700}.mini-items{max-height:280px;overflow:auto}.mini-row{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #e8e1d5;align-items:center}.mini-row img{width:64px;height:64px;object-fit:cover;border-radius:7px}.mini-row strong{font-size:15px}.mini-row small{display:block;margin-top:6px;color:#6e6559;font-size:13px}.mini-discount{font-size:14px;line-height:1.5;color:#254c36}.mini-note{font-size:12px;line-height:1.5;color:#736b60;margin-bottom:0}.mini-empty{font-size:15px;line-height:1.5}.page-shop header{z-index:40}@media(max-width:650px){.mini-bag{width:min(360px,90vw);padding:18px}}
.category-options{scrollbar-width:none;-ms-overflow-style:none}.category-options::-webkit-scrollbar{display:none;width:0;height:0}
.category-options{background:transparent!important;border-radius:0}.categories .category-options button{transition:background-color .18s,color .18s,border-color .18s}.categories .category-options button[data-sub="Fruit"]{--hover-color:#f5a13c;--hover-text:#402306}.categories .category-options button[data-sub="Sweet"]{--hover-color:#f3a6c6;--hover-text:#50172e}.categories .category-options button[data-sub="Creamy"]{--hover-color:#efd16a;--hover-text:#453609}.categories .category-options button[data-sub="Bakery"]{--hover-color:#815034;--hover-text:#fff}.categories .category-options button[data-sub="Drinks"]{--hover-color:#3c78b7;--hover-text:#fff}.categories .category-options button[data-sub="Savory"]{--hover-color:#b83e3e;--hover-text:#fff}.categories .category-options button:hover,.categories .category-options button:focus-visible{background:var(--hover-color,#254c36);color:var(--hover-text,#fff);border-color:var(--hover-color,#254c36)}
.product-image{position:relative}.product-image .secondary-product-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .25s ease}@media(hover:hover){.product-image:hover .secondary-product-image{opacity:1}}.product-image:focus-visible .secondary-product-image{opacity:1}#product-detail .product-gallery{min-width:0}#product-detail #detail-main-photo{width:100%;aspect-ratio:1;object-fit:contain;max-height:520px;background:#f1eadf}#product-detail .photo-thumbnails{display:flex;gap:12px;margin-top:14px}#product-detail .photo-thumbnails button{width:70px;height:70px;padding:3px;border:1px solid #d6cdbf;border-radius:10px;background:transparent;overflow:hidden}#product-detail .photo-thumbnails button[aria-pressed=true]{border:2px solid #254c36}#product-detail .photo-thumbnails img{width:100%;height:100%;object-fit:cover;border-radius:6px}@media(max-width:700px){#product-detail #detail-main-photo{max-height:320px}}@media(prefers-reduced-motion:reduce){.product-image .secondary-product-image{transition:none}}
#product-detail .photo-thumbnails{flex-wrap:wrap}
#product-detail .photo-thumbnails{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;width:100%}#product-detail .photo-thumbnails button{width:100%;height:auto;aspect-ratio:1;min-width:0;padding:3px}#product-detail .gallery-buy .primary{width:100%;display:block;text-align:center;box-sizing:border-box;margin-top:18px}#product-detail .gallery-buy small{display:block;margin-top:8px}#product-detail .product-gallery{align-self:start}
@media(max-width:650px){
 .shop-heading h1{font-size:clamp(42px,12vw,58px)}
 .shop{padding-top:28px}.shop-heading{margin-bottom:24px}
 .categories button,.categories .category-options button{min-height:44px}
 .quantity button{min-width:44px;min-height:44px}
 #cart-dialog{padding:22px 18px;padding-bottom:max(22px,env(safe-area-inset-bottom))}
 #product-dialog{padding:54px 18px 22px;max-height:calc(100dvh - 24px);max-width:calc(100% - 24px)}
 #product-detail h2{font-size:clamp(30px,9vw,42px);overflow-wrap:anywhere}
 #product-detail .photo-thumbnails{gap:5px}
 #product-detail #detail-main-photo{max-height:38svh;object-fit:contain}
 .product-bottom .primary{display:block;text-align:center;text-decoration:none;padding:14px 8px}
}
