*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif}html{scroll-behavior:smooth}body{background:#fff8ec;color:#2b1a10}.app{max-width:760px;margin:auto;background:#fff8ec;min-height:100vh;padding-bottom:90px}.top-header{padding:20px 16px 14px;background:linear-gradient(135deg,#7a2e12,#d97706);color:#fff;border-radius:0 0 24px 24px}.top-header h1{font-size:22px}.top-header p{font-size:14px;opacity:.9;margin-top:4px}.carousel-frame{margin:16px;border-radius:20px;height:170px;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.14);background:#ddd}.carousel-track{display:flex;height:100%;transition:transform .65s ease}.slide{min-width:100%;height:100%;position:relative}.slide img{width:100%;height:100%;object-fit:cover;display:block}.promo-default{background:linear-gradient(135deg,#ffb703,#fb5607);display:flex;flex-direction:column;justify-content:center;padding:24px;color:#fff}.promo-default.alt{background:linear-gradient(135deg,#7a2e12,#d97706)}.promo-default strong{font-size:28px}.promo-default small{font-size:15px;margin-top:8px}.categories-sticky{position:sticky;top:0;z-index:20;background:#fff8ec;padding:10px 0 8px;border-bottom:1px solid rgba(122,46,18,.12)}.categories{display:flex;gap:15px;overflow-x:auto;padding:0 16px}.categories::-webkit-scrollbar{display:none}.category-link{min-width:78px;text-align:center;text-decoration:none;color:#2b1a10}.category-link img{width:66px;height:66px;border-radius:50%;object-fit:cover;background:#fff;border:3px solid #d97706}.category-link span{display:block;font-size:13px;font-weight:700;margin-top:6px}.category-link.active span{color:#d97706}.category-link.active img{box-shadow:0 0 0 4px rgba(217,119,6,.18)}.content{padding:4px 16px 20px}.product-section{scroll-margin-top:115px;padding-top:16px}.product-section h2{display:flex;align-items:center;gap:10px;font-size:22px;color:#7a2e12;border-left:5px solid #d97706;padding-left:12px;margin:10px 0 15px}.products{display:flex;flex-direction:column;gap:14px}.product-card{display:flex;gap:12px;background:#fff;border-radius:18px;padding:12px;box-shadow:0 6px 16px rgba(0,0,0,.08)}.product-card>img{width:110px;height:110px;border-radius:16px;object-fit:cover;background:#eee}.product-info{flex:1}.product-info h3{font-size:17px;margin-bottom:6px}.product-info p{font-size:13px;color:#6b4b39;line-height:1.35;margin-bottom:9px}.product-info strong{display:block;font-size:18px;color:#b45309;margin-bottom:9px}.buy-btn,.main-btn{border:none;background:#16a34a;color:#fff;padding:10px 14px;border-radius:999px;font-weight:800;text-decoration:none;display:inline-flex;gap:7px;align-items:center;justify-content:center;cursor:pointer}.buy-btn:disabled{opacity:.65}.cart-bar{position:fixed;left:50%;bottom:14px;transform:translateX(-50%) translateY(120%);width:calc(100% - 24px);max-width:720px;background:#2b1a10;color:#fff;border-radius:18px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 10px 26px rgba(0,0,0,.28);z-index:50;transition:.3s}.cart-bar.show{transform:translateX(-50%) translateY(0)}.cart-bar span{display:block;color:#ffd7a8;font-size:13px;margin-top:2px}.finish-btn{background:#d97706;color:#fff;text-decoration:none;border-radius:999px;padding:11px 15px;font-weight:800}.footer{background:#2b1a10;color:#fff;text-align:center;padding:28px 16px;border-radius:28px 28px 0 0;margin-top:22px}.footer p{font-size:13px;color:#f5d0a9;margin:8px 0 16px}.social{display:flex;justify-content:center;gap:18px;margin-bottom:16px}.social a{color:#fff;font-size:24px;text-decoration:none;background:#7a2e12;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center}.footer span{font-size:12px;color:#d6b79c}.page-card{margin:18px 16px;background:#fff;border-radius:20px;padding:20px;box-shadow:0 6px 16px rgba(0,0,0,.08)}.page-card h2{margin-bottom:15px;color:#7a2e12}.form-box{display:flex;flex-direction:column;gap:13px}.form-box label{font-weight:700;font-size:14px}.form-box input,.form-box select{width:100%;margin-top:6px;border:1px solid #ead6bf;border-radius:14px;padding:13px;background:#fffaf3;font-size:15px}.hp{display:none!important}.review-box,.address-box{background:#fff8ec;border-radius:16px;padding:14px;margin-bottom:14px}.review-row,.review-total{display:flex;justify-content:space-between;gap:12px;padding:7px 0}.review-total{font-size:20px;color:#7a2e12;font-weight:900}.success{text-align:center}.success i{font-size:54px;color:#16a34a}.secondary-link{display:block;margin-top:14px;color:#7a2e12;font-weight:800}@media(min-width:800px){.carousel-frame{height:240px}.product-card>img{width:135px;height:135px}.top-header h1{font-size:28px}}
.cart-toast{position:fixed;left:50%;bottom:94px;transform:translateX(-50%) translateY(20px);background:#16a34a;color:#fff;padding:11px 16px;border-radius:999px;font-weight:800;box-shadow:0 10px 22px rgba(0,0,0,.22);z-index:80;opacity:0;pointer-events:none;transition:.25s}.cart-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
.cart-panel{position:fixed;left:50%;bottom:82px;transform:translateX(-50%) translateY(130%);width:calc(100% - 24px);max-width:720px;background:#fff;border:1px solid rgba(122,46,18,.12);border-radius:18px;padding:12px;box-shadow:0 10px 26px rgba(0,0,0,.18);z-index:49;max-height:245px;overflow:auto;transition:.3s}.cart-panel.show{transform:translateX(-50%) translateY(0)}.cart-panel-header{display:flex;justify-content:space-between;gap:12px;align-items:center;color:#7a2e12;margin-bottom:8px}.cart-panel-header span{font-size:13px;color:#6b4b39}.cart-empty{font-size:13px;color:#6b4b39}.cart-items-list{display:flex;flex-direction:column;gap:8px}.cart-item-row{display:flex;justify-content:space-between;gap:10px;align-items:center;background:#fff8ec;border-radius:14px;padding:10px}.cart-item-main strong{display:block;font-size:14px;color:#2b1a10}.cart-item-main small{display:block;color:#6b4b39;margin-top:3px}.cart-item-actions{display:flex;align-items:center;gap:7px;white-space:nowrap}.cart-item-actions b{color:#b45309;font-size:13px;min-width:64px;text-align:right}.cart-qty-btn{width:26px;height:26px;border:none;border-radius:50%;background:#d97706;color:white;font-size:18px;line-height:1;cursor:pointer}@media(max-width:420px){.cart-item-row{align-items:flex-start;flex-direction:column}.cart-item-actions{width:100%;justify-content:flex-end}.cart-panel{max-height:285px}}

.checkout-cart-preview{
  background:#fff7ed;
  border:1px solid rgba(217,119,6,.22);
  border-radius:18px;
  padding:14px;
  margin:14px 0 18px;
}
.checkout-cart-preview > strong{
  display:block;
  margin-bottom:10px;
  color:#7a2e12;
  font-size:16px;
}
.checkout-cart-row{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:9px 0;
  border-bottom:1px dashed rgba(122,46,18,.18);
  font-size:14px;
}
.checkout-cart-row:last-child{border-bottom:0;}
.checkout-cart-total{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-top:12px;
  padding-top:12px;
  border-top:2px solid rgba(217,119,6,.22);
  font-size:16px;
  color:#7a2e12;
}
.muted{color:#7b5b49;font-size:14px;line-height:1.45;}
.secondary-link{
  display:block;
  text-align:center;
  margin-top:12px;
  color:#7a2e12;
  font-weight:700;
  text-decoration:none;
}
