*{margin:0;padding:0;box-sizing:border-box;font-family:'Poppins',sans-serif;}
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
/* تطبيق الخط العربي على العناصر ذات الاتجاه RTL */
[dir="rtl"], .bannerText, .profileFooter, .sectionTitle, .drawerItem, .notifTitle, .notifBody, .orderSectionTitle,
.greetingText, .sheetTitle, .profileHeaderTitle, .ordersPageTitle, .notifHeaderTitle, .paymentPageTitle,
.cartSheetTitle, .wishlistSheetTitle, .couponsTitle, .drawerItemLabel, .profileFieldLabel, .profileFieldValue,
.drawerLogoName, .bannerStatusText, .drawerBadge, .orderSummaryLabel, .paymentSumLabel {
  font-family: 'Cairo', 'Tajawal', 'Poppins', sans-serif !important;
}
body{margin:0;font-family:'Poppins',sans-serif;overscroll-behavior-y:none;
}
body.no-scroll{overflow:hidden;position:fixed;width:100%;top:0;left:0;right:0;}
.all-page{
    max-width: 768px;
    margin: auto;
}
.header{
  padding:20px;
  padding-top:calc(env(safe-area-inset-top, 0px) + 20px);
  padding-bottom:15px;
}
.topRow{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:20px;}
.greetingSection{display:flex;align-items:center;gap:12px;min-width:0;flex:1;}
.profilePic{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #c67b4f;}
.greetingText{min-width:0;display:flex;flex-direction:column;}
.greetingText .good-morning{font-size:13px;opacity:.65;font-weight:300;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.greetingText .name{font-size:20px;font-weight:600;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.headerIcons{display:flex;align-items:center;gap:14px;flex-shrink:0;}
.iconBtn{position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;font-size:18px;cursor:pointer;}
.badge{position:absolute;top:6px;right:6px;width:9px;height:9px;background:#1a7a5e;border-radius:50%;border:1.5px solid #000;}
.menuIcon{font-size:20px;cursor:pointer;opacity:.8;}
.searchRow{display:flex;gap:10px;}
.search{position:relative;flex:1;background:#f5f5f5;border-radius:25px;padding:17px 18px;color:white;display:flex;align-items:center;gap:10px;}
.search input{background:transparent;border:none;outline:none;color:rgb(0, 0, 0);width:100%;font-size:14px;    direction: rtl;}
.filterBtn{width:45px;height:45px;background:#c67b4f;border-radius:14px;display:flex;align-items:center;justify-content:center;color:white;font-size:18px;}
.banner{margin-top:25px;background:#c67b4f;border-radius:22px;display:flex;overflow:hidden;    flex-direction: row;
    align-items: center;
    padding: 15px;
        direction: rtl;
}
article.counteiner-image-store-and-bannerText {
    display: flex;
    flex-direction: row;
    align-items: center;
}
article.header-side-right {
    display: flex;
    flex-direction: column;
    direction: rtl;
}
.bannerText{padding:0 25px 0 0;color:white;flex:1;direction:rtl;}
.bannerText h2{font-size:24px;}
.bannerText p{opacity:.9;margin:5px 0 15px;}
.banner button{background:white;border:none;padding:10px 18px;border-radius:10px;font-weight:500;cursor:pointer;}
article.counteiner-image-store {
     width: 90px;
    height: 90px;
}
@media(max-width: 425px){
    article.counteiner-image-store {
     width: 75px;
    height: 75px;
}
}
.banner img{    width: 100%;
    height: 100%;
    object-fit:cover;
    border-radius: 15px;}
.statusDot{width:8px;height:8px;border-radius:50%;flex-shrink:0;display:inline-block;}
.statusDot.open{background:#2ecc71;box-shadow:0 0 0 3px rgba(46,204,113,.35);}
.statusDot.closed{background:#ff6b6b;box-shadow:0 0 0 3px rgba(255,107,107,.35);}
.bannerStatusPill{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,0.22);border:1px solid rgba(255,255,255,0.30);border-radius:20px;padding:5px 12px 5px 8px;cursor:pointer;transition:background .2s;}
.bannerStatusPill:hover{background:rgba(255,255,255,0.28);}
.bannerStatusText{font-size:12px;font-weight:600;color:white;}
.bannerStatusHours{font-size:11px;color:rgba(255,255,255,0.75);}
.bannerStatusPill.hidden{display:none !important;}
.bannerChevron{font-size:10px;color:rgba(255,255,255,0.7);margin-left:2px;transition:transform .2s;}
.bannerStatusPill.active .bannerChevron{transform:rotate(180deg);}
.bannerPills{display:flex;gap:8px;flex-wrap:wrap;}
.socialLinks{display:flex;gap:8px;align-items:center;flex-wrap:wrap;    padding-top: 8px;}
.socialBtn{width:34px;height:34px;border-radius:10px;background:rgba(255,255,255,0.22);border:1px solid rgba(255,255,255,0.30);display:flex;align-items:center;justify-content:center;color:white;text-decoration:none;transition:background .2s,transform .1s;flex-shrink:0;}
.socialBtn:hover{background:rgba(255,255,255,0.30);}
.socialBtn svg{width:17px;height:17px;}
.headerLoginLink {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(198, 123, 79, 0.12);
  color: var(--color-primary, #c67b4f);
  border: 1px solid rgba(198, 123, 79, 0.22);
  transition: all .2s ease;
}
.headerLoginLink:active {transform: scale(.97);}
.headerLoginLink:hover {background: rgba(198, 123, 79, 0.18);}
.searchIcon{
  position:absolute;
  right:12px;
  width:18px;
  height:18px;
  color:#000;
  pointer-events:none;
  flex-shrink:0;
}
#headerSearchInput{padding:0 20px 0 40px;}
.searchSuggestions{
  position:absolute;
  top:100%;
  left:0;
  right:0;
  background:white;
  border-radius:12px;
  box-shadow:0 4px 16px rgba(0,0,0,.12);
  max-height:0;
  overflow:hidden;
  transition:max-height .25s ease;
  margin-top:8px;
  z-index:1000;
}
.searchSuggestions.show{max-height:320px;overflow-y:auto;}
.suggestionItem{
  padding:12px 14px;
  border-bottom:1px solid #f0ebe5;
  cursor:pointer;
  transition:background .15s;
  display:flex;
  align-items:center;
  gap:10px;
}
.suggestionItem:last-child{border-bottom:none;}
.suggestionItem:active{background:#f5f0eb;}
.suggestionItem.product{background:white;}
.suggestionItem.category{background:#fffaf7;}
.suggestionItemIcon{
  width:32px;
  height:32px;
  border-radius:8px;
  background:#f0ebe5;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  font-size:16px;
}
.suggestionItem.product .suggestionItemIcon{
  width:40px;
  height:40px;
  border-radius:10px;
  overflow:hidden;
  background:white;
  padding:2px;
}
.suggestionItem.product .suggestionItemIcon img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:8px;
}
.suggestionItem.category .suggestionItemIcon img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:8px;
  display:block;
}
.suggestionItemInfo{flex:1;min-width:0;}
.suggestionItemName{
  font-size:13px;
  font-weight:600;
  color:#1a1a1a;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.suggestionItemSub{font-size:11px;color:#888;margin-top:2px;}
.suggestionItemType{
  font-size:10px;
  font-weight:700;
  background:rgba(198,123,79,.12);
  color:var(--color-primary);
  padding:2px 7px;
  border-radius:6px;
  white-space:nowrap;
  flex-shrink:0;
}
.suggestionItem.category .suggestionItemType{
  background:rgba(76,175,80,.12);
  color:#27ae60;
}
.catThumb{
  width:40px;
  height:40px;
  border-radius:50%;
  object-fit:cover;
  display:inline-block;
  flex-shrink:0;
  border:1px solid rgba(0,0,0,.1);
}
.catThumbInline{
  width:18px;
  height:18px;
  vertical-align:middle;
  margin-inline-end:4px;
}
.branchRow{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid #f7f7f7;}
.branchRow:last-child{border-bottom:none;}
.branchInfo{display:flex;flex-direction:column;gap:3px;}
.branchName{font-size:14px;font-weight:600;color:#1a1a1a;}
.branchAddress{font-size:12px;color:#999;}
.branchActions{display:flex;gap:6px;align-items:center;}
.branchBtn{display:flex;align-items:center;justify-content:center;gap:4px;padding:6px 12px;border-radius:20px;border:none;font-size:12px;font-weight:600;cursor:pointer;font-family:'Poppins',sans-serif;transition:transform .1s;}
.branchBtn.switchBtn{background:#f0f0f0;color:#333;}
.branchBtn.locationBtn{background:#fff3ec;color:#c67b4f;padding:6px 10px;}
.sheetTitle{display:flex;align-items:center;gap:8px;}
.inlineIcon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;}
.inlineIcon svg{width:18px;height:18px;display:block;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.categories{background-color: white; display:flex;gap:10px;    padding: 10px 20px 10px;overflow-x:auto;position:sticky;top:0;z-index:50;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch;    direction: rtl;}
.categories::-webkit-scrollbar{display:none;}
.cat{padding:3px 3px 3px 8px;
    border-radius:30px;white-space:nowrap;    flex-direction: row;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    gap: 6px;}
.cat.active{background:#ff6b35;color:white;}
.productsWrap{padding-bottom:90px;}
.sectionTitle{font-size:16px;font-weight:700;color:#1a1a1a;padding:18px 20px 10px;    direction: rtl;}
.products{padding:0 20px 8px;display:grid;grid-template-columns:1fr 1fr;gap:18px;    direction: rtl;}
.card{background:white;border-radius:18px;overflow:hidden;box-shadow:0 6px 12px rgba(0,0,0,.08);contain:layout style;    padding-bottom: 30px;}
.card img{width:100%;height:150px;object-fit:cover;}
.cardBody{    padding: 12px 12px 20px;display:flex;flex-direction:column;}
.title{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.desc{font-size:13px;opacity:.6;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.priceRow {
    /* margin-top: 11px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 6px;
    width: 100%;
    padding: 0 5px;
}


.price{font-weight:600;}
.oldPrice{font-size:11px;color:#aaa;text-decoration:line-through;line-height:1.2;}
.imgWrap{position:relative;}
.imgWrap img{width:100%;height:150px;object-fit:cover;display:block;}
.discountBadge{position:absolute;top:10px;left:10px;background:#e74c3c;color:white;font-size:11px;font-weight:600;padding:4px 8px;border-radius:8px;letter-spacing:.3px;}
.wishBtn{position:absolute;top:10px;right:10px;width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.85);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s,background .2s;backdrop-filter:blur(4px);}
.wishBtn:active{transform:scale(.85);}
.wishBtn svg{width:16px;height:16px;stroke:#aaa;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:stroke .2s,fill .2s;}
.wishBtn.wishlisted svg{stroke:#e74c3c;fill:#e74c3c;}
.imgWrapRelative{position:relative;    padding: 5px 5px 0;}
.imgWrapRelative img{width:100%;height:150px;object-fit:cover;display:block;    border-radius: 18px;}
@media(max-width: 425px){
.imgWrapRelative img{
       height: 96px;
}
.title {
    font-size: 13px;
}
.desc {
    font-size: 10px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.products {
    padding: 0 10px 8px;
        gap: 18px 13px;
}
}
.add{width:32px;height:32px;border-radius:10px;background:#c67b4f;color:white;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;}
.navbarWrap{position:fixed;bottom:0;left:0;right:0;background:transparent;padding:0 20px 28px;}
.navbar {
    background: white;
    border-radius: 30px;
    display: flex;
    max-width: 768px;
    margin: inherit;
    margin: auto;
    justify-content: space-around;
    align-items: center;
    padding: 18px 8px 16px;
    position: relative;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.08);
    overflow: visible;
}
.navCenterBtn{position:absolute;top:-32px;left:50%;transform:translateX(-50%);width:62px;height:62px;background:#2ecc71;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 22px rgba(46,204,113,.5);cursor:pointer;z-index:10;}
.navCenterBtn svg{stroke:white;fill:none;width:28px;height:28px;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.navCenterLabelTop {
    position: absolute;
    top: 0px;
    right: 0;
    background: aquamarine;
    width: 20px;
    height: 20px;
    font-size: 13px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    color: #333;
    font-weight: 500;
    white-space: nowrap;
}
.navCenterLabel{position:absolute;bottom:-22px;font-size:11px;color:#333;font-weight:500;white-space:nowrap;}
.navItem{cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0 14px;width:44px;}
.navItem svg{width:24px;height:24px;stroke:#bbb;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.navItem.active svg{stroke:#c67b4f;}
.navSpacer{width:62px;}
.overlay{position:fixed;inset:0;background:rgba(0,0,0,0.45);z-index:100;opacity:0;pointer-events:none;transition:opacity .3s ease;}
.overlay.show{opacity:1;pointer-events:all;}
.bottomSheet{position:fixed;bottom:0;left:0;right:0;background:white;border-top-left-radius:28px;border-top-right-radius:28px;z-index:10010;padding:0 0 40px;transform:translateY(100%);transition:transform .35s cubic-bezier(.32,1.1,.45,1);max-height:80vh;overflow-y:auto;    max-width: 768px;
    margin: auto;}
.bottomSheet.show{transform:translateY(0);}
.sheetHandle{width:42px;height:5px;background:#e0e0e0;border-radius:3px;margin:14px auto 0;}
.sheetHeader{padding:18px 24px 14px;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;justify-content:space-between;}
.sheetTitle{font-size:17px;font-weight:600;color:#1a1a1a;}
.sheetClose{width:32px;height:32px;background:#f4f4f4;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;color:#666;border:none;}
.hoursList{padding:8px 24px;}
.hoursRow{display:flex;justify-content:space-between;align-items:center;padding:13px 0;border-bottom:1px solid #f7f7f7;}
.hoursRow:last-child{border-bottom:none;}
.hoursRow.today{background:#fdf5f0;margin:0 -24px;padding:13px 24px;border-radius:14px;}
.dayName{font-size:14px;font-weight:500;color:#333;display:flex;align-items:center;gap:8px;}
.todayBadge{font-size:10px;font-weight:600;color:#c67b4f;background:#fde8d8;padding:2px 8px;border-radius:20px;letter-spacing:.3px;}
.dayHours{font-size:13px;color:#555;font-weight:400;}
.dayHours.closed{color:#e74c3c;font-weight:500;}
.dayHours.allDay{color:#2ecc71;font-weight:500;}
.productSheet{position:fixed;bottom:0;left:0;right:0;background:white;border-top-left-radius:28px;border-top-right-radius:28px;z-index:10015;transform:translateY(100%);transition:transform .38s cubic-bezier(.32,1.1,.45,1);overflow:visible;padding-top:50px;max-height:85vh;display:flex;flex-direction:column;    max-width: 768px;
    margin: auto;}
.productSheetScroll{flex:1;overflow-y:auto;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none;}
.productSheetScroll::-webkit-scrollbar{display:none;}
.productSheet .productSheetImgWrap{opacity:0;pointer-events:none;transition:opacity .2s ease;cursor:pointer;}
.productSheet.show .productSheetImgWrap{opacity:1;pointer-events:all;}
.productSheet.show{transform:translateY(0);}
.productSheetImgWrap {
    position: absolute;
    top: -121px;
    left: 50%;
    transform: translateX(-50%);
    width: 185px;
    height: 170px;
    border-radius: 21px;
    overflow: hidden;
}
.productSheetImg{width:100%;height:100%;object-fit:cover;display:block;}
.productSheetHandle{width:42px;height:5px;background:#e0e0e0;border-radius:3px;margin:0 auto 16px;}
.productSheetCloseBtn {
    position: fixed;
    right: 16px;
    top: calc(1vh + 8px);
    width: 34px;
    height: 34px;
    background: rgba(240, 240, 240, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #555;
    font-size: 16px;
    border: none;
    z-index: 110;
}
.productSheetBody{padding:20px 24px 0;}
.productSheetName{font-size:20px;font-weight:700;color:#1a1a1a;text-align:center;}
.productSheetDescWrap{margin-top:4px;text-align:center;}
.productSheetDesc{font-size:13px;color:#999;line-height:1.55;word-break:break-word;}
.productSheetDesc.is-clamped{display:-webkit-box;-webkit-box-orient:vertical;line-clamp:2;-webkit-line-clamp:2;overflow:hidden;}
.productSheetDesc.is-expanded{display:block;overflow:visible;line-clamp:unset;-webkit-line-clamp:unset;}
.productSheetDescToggle{
  margin-top:6px;
  padding:4px 8px;
  border:none;
  background:none;
  color:var(--color-primary,#c67b4f);
  font-size:12px;
  font-weight:700;
  cursor:pointer;
  font-family:'Cairo','Tajawal',sans-serif;
}
.productSheetDivider{height:1px;background:#f0f0f0;margin:16px 0;}
.quantityRow{display:flex;align-items:center;justify-content:center;margin-bottom:6px;}
.totalLabel{font-size:13px;color:#999;}
.totalPrice{font-size:20px;font-weight:700;color:#1a1a1a;}
.qtyControls{display:flex;align-items:center;gap:18px;}
.qtyBtn{width:40px;height:40px;border-radius:50%;border:none;font-size:20px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .1s;}
.qtyBtn:active{transform:scale(.9);}
.qtyBtn.minus{background:#f0f0f0;color:#333;}
.qtyBtn.plus{background:#1a1a1a;color:white;}
.qtyNum{font-size:20px;font-weight:700;min-width:24px;text-align:center;}
.productSheetActions{display:flex;align-items:center;justify-content:space-between;padding:16px 24px 36px;gap:16px;flex-direction: column;}
.actionPrice{display:flex;flex-direction:column;}
.actionPriceLabel{font-size:12px;color:#aaa;font-weight:500;}
.actionPriceValue{font-size:22px;font-weight:700;color:#1a1a1a;}
.actionRight {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
}
.orderBtn{padding:16px 32px;border-radius:30px;border:none;background:#2c1010;color:white;font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 6px 20px rgba(44,16,16,.35);transition:transform .15s,box-shadow .15s;width: 100%;}
.orderBtn:active{transform:scale(.97);}
.orderBtn--cart{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:12px 14px 12px 12px;
  border-radius:999px;
  text-align:start;
  line-height:1.2;
}
.orderBtn--cart .orderBtnIconWrap{
  width:42px;
  height:42px;
  border-radius:50%;
  background:rgba(255,255,255,.14);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}
.orderBtn--cart .orderBtnIcon{
  display:block;
  color:inherit;
}
.orderBtn--cart .orderBtnLabel{
  flex:1;
  min-width:0;
  font-size:15px;
  font-weight:700;
  padding:0 4px;
}
.orderBtn--cart .orderBtnMeta{
  display:flex;
  align-items:center;
  gap:4px;
  flex-shrink:0;
}
.orderBtn--cart .orderBtnPrice{
  font-size:15px;
  font-weight:800;
  white-space:nowrap;
  color:inherit;
}
.orderBtn--cart .orderBtnChevron{
  display:block;
  flex-shrink:0;
  opacity:.95;
}
html[dir="rtl"] .orderBtn--cart .orderBtnChevron{
  transform:scaleX(-1);
}
.orderBtn--cart:disabled{
  box-shadow:none;
}
.sizeSection{
  padding:0 24px;
  margin-bottom:4px;
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:stretch;
}
.sizeLabel{font-size:13px;font-weight:600;color:#1a1a1a;margin-bottom:10px;}
.sizesWrapper {
  position: relative;
  border: #ff6b35 solid 2px;
  border-radius: 25px;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  align-self: flex-start;
}
.sizeOptions{display:flex;gap:10px;overflow-x:auto;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;padding-right:36px;}
.sizeOptions::-webkit-scrollbar{display:none;}
.sizeBtn {
  flex-shrink: 0;
  padding: 10px 22px;
  border-radius: 25px;
  border: none;
  background: none;
  font-size: 14px;
  font-weight: 500;
  color: #777;
  cursor: pointer;
  transition: all .2s;
  white-space: nowrap;
}
.sizeBtn.active {
  background: #ff6b35;
  border-color: #ff6b35;
  color: #f5f0eb;
  font-weight: 600;
}
.sizeArrow{position:absolute;right:0;top:50%;transform:translateY(-50%);width:32px;height:32px;background:linear-gradient(to right,transparent,white 40%);display:flex;align-items:center;justify-content:flex-end;padding-right:2px;pointer-events:none;transition:opacity .3s;}
.sizeArrow.hidden{opacity:0;}
.sizeArrowIcon{width:22px;height:22px;background:#f0f0f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;color:#555;pointer-events:all;cursor:pointer;}

/* RTL: sizes start from the right, arrow should be on the left */
html[dir="rtl"] .sizeOptions{
  direction: rtl;
  padding-right: 0;
  padding-left: 36px;
}
html[dir="rtl"] .sizeArrow{
  right: auto;
  left: 0;
  background: linear-gradient(to left, transparent, white 40%);
  justify-content: flex-start;
  padding-right: 0;
  padding-left: 2px;
}
html[dir="rtl"] .sizeArrowIcon{
  transform: scaleX(-1);
}

/* If all sizes fit, don't reserve arrow space */
.sizesWrapper.noArrow .sizeOptions{
  padding-right: 0;
}
html[dir="rtl"] .sizesWrapper.noArrow .sizeOptions{
  padding-left: 0;
}
.drawer{position:fixed;top:0;right:0;width:280px;height:100%;background:white;z-index:10010;transform:translateX(100%);transition:transform .35s cubic-bezier(.32,1.1,.45,1);display:flex;flex-direction:column;box-shadow:4px 0 30px rgba(0,0,0,.15);
    direction: rtl;
}
.drawer.show{transform:translateX(0);}
.drawerOverlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:199;opacity:0;pointer-events:none;transition:opacity .3s ease;}
.drawerOverlay.show{opacity:1;pointer-events:all;}
.drawerHeader{display:flex;align-items:center;justify-content:space-between;padding:22px 20px 18px;border-bottom:1px solid #f0f0f0;}
.drawerLogo{display:flex;align-items:center;gap:10px;}
.drawerLogoIcon{width: 60px;height: 60px;}
.drawerLogoName{font-size:15px;font-weight:700;color:#1a1a1a;letter-spacing:-.3px;}
.drawerLogoLine{width:28px;height:3px;background:#c67b4f;border-radius:2px;margin-top:3px;}
.drawerCloseBtn{width:32px;height:32px;background:#f4f4f4;border:none;border-radius:50%;font-size:16px;cursor:pointer;color:#555;display:flex;align-items:center;justify-content:center;}
.drawerNav{flex:1;overflow-y:auto;padding:10px 0;}
.drawerItem{display:flex;align-items:center;gap:14px;padding:14px 24px;cursor:pointer;text-decoration:none;transition:background .15s;position:relative;}
.drawerItem:hover{background:#fdf5f0;}
.drawerItem.active{color:#c67b4f;}
.drawerItemIcon {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #888;
}.drawerItemIcon svg{width:20px;height:20px;stroke:#888;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.drawerItem.active .drawerItemIcon svg{stroke:#c67b4f;}
.drawerItemLabel{font-size:15px;font-weight:500;color:#333;}
.drawerItem.active .drawerItemLabel{color:#c67b4f;font-weight:600;}
.drawerBadge{margin-right:auto;background:#c67b4f;color:white;font-size:11px;font-weight:700;padding:2px 7px;border-radius:20px;}
.drawerDivider{height:1px;background:#f4f4f4;margin:8px 24px;}
.drawerFooter{padding:16px 0 32px;border-top:1px solid #f0f0f0;}
.drawerItem.logout .drawerItemIcon svg{stroke:#e74c3c;}
.drawerItem.logout .drawerItemLabel{color:#e74c3c;}
.appFooter {
    padding: 0 20px 20px;
    max-width: 768px;
    margin: auto;
}
.footerDivider{height:1px;background:#e0d9d2;margin-bottom:14px;}
.footerContent{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;}
.footerPolicy{font-size:12px;font-weight:600;color:#c67b4f;cursor:pointer;text-decoration:underline;text-underline-offset:3px;}
.footerDot{font-size:12px;color:#bbb;}
.footerContactBtn{display:flex;align-items:center;gap:8px;padding:10px 18px;border-radius:14px;text-decoration:none;font-size:13px;font-weight:600;transition:transform .1s;}
.footerContactBtn svg{width:18px;height:18px;flex-shrink:0;}
.footerContactBtn.facebook{background:#e8f0fe;color:#1877f2;}
.footerContactBtn.facebook svg{fill:#1877f2;}
.footerContactBtn.website{background:#eef4ff;color:#3b82f6;}
.footerContactBtn.website svg{stroke:#3b82f6;fill:none;stroke-width:1.8;}
.footerContactBtn.email{background:#f0f0f0;color:#333;}
.footerContactBtn.email svg{stroke:#333;fill:none;stroke-width:1.8;}
.policySheet{position:fixed;bottom:0;left:0;right:0;background:white;border-top-left-radius:28px;border-top-right-radius:28px;z-index:10010;padding:0 0 40px;transform:translateY(100%);transition:transform .35s cubic-bezier(.32,1.1,.45,1);max-height:85vh;overflow-y:auto;}
.policySheet.show{transform:translateY(0);}
.policyBody{padding:8px 24px 0;}
.policySection{margin-bottom:18px;}
.policySectionTitle{font-size:14px;font-weight:700;color:#1a1a1a;margin-bottom:6px;}
.policySectionText{font-size:13px;color:#666;line-height:1.7;}
.policyFooterCredit{margin-top:24px;padding-top:16px;border-top:1px solid #f0f0f0;text-align:center;font-size:12px;color:#bbb;}
.policyFooterCredit span{font-weight:700;color:#1a1a1a;}
.footerContact{padding:16px 0 4px;text-align:center;}
.footerContactTitle{font-size:13px;font-weight:700;color:#1a1a1a;margin-bottom:4px;}
.footerContactSubtitle{font-size:11px;color:#aaa;margin-bottom:12px;}
.footerContactBtns{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;}
.cartSheet{padding-bottom: 50px; position:fixed;top:0;left:0;right:0;bottom:0;background:#f0ebe5;z-index:103;transform:translateX(100%);transition:transform .38s cubic-bezier(.32,1.1,.45,1);display:flex;flex-direction:column;max-height:100vh;}
.cartSheet.show{transform:translateX(0);}
.cartSheetHeader{padding:20px 20px 20px;background:#f0ebe5;display:flex;align-items:center;gap:14px;flex-shrink:0;}
.cartSheetClose{width:40px;height:40px;background:white;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;box-shadow:0 2px 8px rgba(0,0,0,.08);flex-shrink:0;}
.cartSheetClose svg{width:20px;height:20px;}
.cartSheetTitle{font-size:26px;font-weight:700;color:#1a1a1a;}
.cartSheetScroll{flex:1;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;padding:8px 16px 0;background:#f0ebe5;}
.cartSheetScroll::-webkit-scrollbar{display:none;}
.cartItemWrap{position:relative;border-radius:20px;overflow:hidden;margin-bottom:12px;}
.cartDeleteReveal{position:absolute;right:0;top:0;height:100%;width:90px;background:#e74c3c;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;cursor:pointer;}
.cartDeleteReveal svg{width:22px;height:22px;stroke:white;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.cartDeleteReveal span{font-size:12px;font-weight:700;color:white;}
.cartItem{background:white;border-radius:20px;padding:14px;display:flex;align-items:flex-start;gap:14px;position:relative;z-index:1;transform:translateX(0);transition:transform .25s ease;will-change:transform;}
.cartItem.swiped{transform:translateX(-88px);}
.cartItemImg{width:72px;height:72px;border-radius:14px;object-fit:cover;flex-shrink:0;}
.cartItemInfo{flex:1;min-width:0;}
.cartItemName{font-size:15px;font-weight:700;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.cartItemSize{font-size:12px;color:#aaa;margin-top:2px;}
.cartItemPriceLine{display:flex;align-items:center;gap:5px;margin-top:3px;}
.cartItemUnitPrice{font-size:14px;font-weight:700;color:#c67b4f;}
.cartItemQtyBadge{font-size:12px;color:#aaa;font-weight:400;}
.cartItemBottom{display:flex;align-items:center;justify-content:space-between;margin-top:10px;}
.cartQtyRow{display:flex;align-items:center;gap:10px;}
.cartQtyBtn{width:28px;height:28px;border-radius:50%;border:none;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .1s;}
.cartQtyBtn:active{transform:scale(.88);}
.cartQtyBtn.minus{background:#ebebeb;color:#555;}
.cartQtyBtn.plus{background:#1a1a1a;color:white;}
.cartQtyNum{font-size:15px;font-weight:700;min-width:18px;text-align:center;}
.cartItemTotal{font-size:16px;font-weight:700;color:#1a1a1a;}
.cartEmpty{padding:50px 20px;text-align:center;display:none;}
.cartEmptyIcon{font-size:52px;margin-bottom:12px;}
.cartEmptyTitle{font-size:16px;font-weight:700;color:#1a1a1a;}
.cartEmptyDesc{font-size:13px;color:#aaa;margin-top:4px;}
.cartItemEditBtn{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:20px;border:1.5px solid #e8e8e8;background:white;color:#555;font-size:12px;font-weight:600;cursor:pointer;font-family:'Poppins',sans-serif;transition:border-color .2s,color .2s,background .2s;margin-top:8px;}
.cartItemEditBtn:hover{border-color:#c67b4f;color:#c67b4f;background:#fdf5f0;}
.cartItemEditBtn:active{transform:scale(.95);}
.cartItemEditBtn svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;}
.cartPromoRow{background:white;border-radius:16px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;margin-bottom:14px;transition:background .15s;}
.cartPromoRow:hover{background:#fdf5f0;}
.cartPromoLeft{display:flex;align-items:center;gap:10px;}
.cartPromoLabel{font-size:13px;font-weight:500;color:#1a1a1a;}
.cartPromoArrow svg{width:16px;height:16px;stroke:#bbb;fill:none;stroke-width:2.2;}
.cartPromoExpanded{background:white;border-radius:16px;padding:14px 16px;margin-bottom:14px;display:none;flex-direction:column;gap:10px;}
.cartPromoExpanded.show{display:flex;}
.cartPromoInputRow{display:flex;gap:8px;align-items:center;}
.cartPromoInput{flex:1;background:white;border:1.5px solid #e8e8e8;border-radius:12px;padding:11px 14px;font-size:14px;font-family:'Poppins',sans-serif;color:#1a1a1a;outline:none;}
.cartPromoInput:focus{border-color:#c67b4f;}
.cartPromoInput::placeholder{color:#bbb;}
.cartPromoApplyBtn{padding:11px 18px;border-radius:12px;border:none;background:#2c1010;color:white;font-size:13px;font-weight:700;cursor:pointer;font-family:'Poppins',sans-serif;white-space:nowrap;}
.cartPromoCloseRow{display:flex;align-items:center;gap:8px;cursor:pointer;}
.cartPromoCloseIcon{font-size:11px;color:#aaa;}
.cartPromoCloseLabel{font-size:12px;color:#aaa;font-weight:500;}
.cartBottomBar{background:#f0ebe5;padding:12px 16px 32px;flex-shrink:0;}
.cartTotalRow{display:flex;justify-content:space-between;align-items:center;padding:0 4px 14px;}
.cartTotalLabel{font-size:16px;color:#888;font-weight:500;}
.cartTotalValue{font-size:22px;font-weight:700;color:#c67b4f;}
.cartCheckoutBtn{width:100%;padding:18px;border-radius:18px;border:none;background:#c67b4f;color:white;font-size:17px;font-weight:700;cursor:pointer;font-family:'Poppins',sans-serif;box-shadow:0 6px 20px rgba(198,123,79,.35);transition:transform .15s,box-shadow .15s;letter-spacing:.3px;}
.cartCheckoutBtn:active{transform:scale(.97);box-shadow:0 3px 10px rgba(198,123,79,.2);}
.cartBadgeNum{position:absolute;top:4px;right:4px;min-width:16px;height:16px;background:#c67b4f;border-radius:8px;font-size:10px;font-weight:700;color:white;display:flex;align-items:center;justify-content:center;padding:0 4px;border:1.5px solid #000;}
.orderPage{position:fixed;top:0;left:0;right:0;bottom:0;background:#f0ebe5;z-index:10000;transform:translateX(100%);transition:transform .38s cubic-bezier(.32,1.1,.45,1);display:flex;flex-direction:column;}
.orderPage.show{transform:translateX(0);}
.orderHeader{display:flex;align-items:center;justify-content:space-between;padding:54px 20px 14px;background:#f0ebe5;flex-shrink:0;}
.orderBackBtn{width:36px;height:36px;background:white;border-radius:10px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.07);}
.orderHeaderTitle{font-size:18px;font-weight:700;color:#1a1a1a;}
.orderScroll{flex:1;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;padding:0 20px 12px;}
.orderScroll::-webkit-scrollbar{display:none;}
.orderToggleWrap{display:flex;background:#e5ddd6;border-radius:16px;padding:4px;margin-bottom:20px;gap:4px;}
.orderToggleBtn{flex:1;padding:12px;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;font-family:'Poppins',sans-serif;background:transparent;color:#999;transition:background .2s,color .2s,box-shadow .2s;}
.orderToggleBtn.active{background:#c67b4f;color:white;box-shadow:0 3px 12px rgba(198,123,79,.35);}
.orderSection{margin-bottom:18px;}
.orderSectionTitle{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:12px;}
.orderDivider{height:1px;background:#e0d9d2;margin:4px 0 18px;}
.orderItem{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #f0e8e0;}
.orderItem:last-child{border-bottom:none;}
.orderItemImg{width:60px;height:60px;border-radius:12px;object-fit:cover;flex-shrink:0;}
.orderItemInfo{flex:1;min-width:0;}
.orderItemName{font-size:14px;font-weight:700;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.orderItemSub{font-size:12px;color:#aaa;margin-top:2px;}
.orderItemQtyRow{display:flex;align-items:center;gap:10px;margin-top:6px;}
.orderItemQtyBtn{width:24px;height:24px;border-radius:50%;border:none;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .1s;}
.orderItemQtyBtn:active{transform:scale(.88);}
.orderItemQtyBtn.minus{background:#ebebeb;color:#555;}
.orderItemQtyBtn.plus{background:#1a1a1a;color:white;}
.orderItemQtyNum{font-size:14px;font-weight:700;min-width:16px;text-align:center;}
.orderItemPrice{font-size:15px;font-weight:700;color:#1a1a1a;flex-shrink:0;}
.orderPromoRow{background:white;border-radius:16px;padding:16px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;margin-bottom:18px;transition:background .15s;}
.orderPromoRow:hover{background:#fdf5f0;}
.orderPromoLeft{display:flex;align-items:center;gap:10px;}
.orderPromoLabel{font-size:14px;font-weight:600;color:#1a1a1a;}
.orderPromoExpanded{background:white;border-radius:16px;padding:14px 16px;margin-bottom:18px;display:none;flex-direction:column;gap:10px;}
.orderPromoExpanded.show{display:flex;}
.orderSummaryRow{display:flex;justify-content:space-between;align-items:center;padding:7px 0;}
.orderSummaryLabel{font-size:14px;color:#888;}
.orderSummaryValue{font-size:14px;font-weight:600;color:#1a1a1a;}
.orderBottomBar{padding:12px 20px 36px;background:#f0ebe5;flex-shrink:0;}
.orderPaymentRow{background:white;border-radius:16px;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;margin-bottom:12px;box-shadow:0 2px 10px rgba(0,0,0,.06);}
.orderPaymentLeft{display:flex;align-items:center;gap:12px;}
.orderPaymentIcon{width:40px;height:40px;background:#fff3ec;border-radius:12px;display:flex;align-items:center;justify-content:center;}
.orderPaymentMethod{font-size:14px;font-weight:700;color:#1a1a1a;}
.orderPaymentTotal{font-size:16px;font-weight:700;color:#c67b4f;margin-top:1px;}
.orderPlaceBtn{width:100%;padding:17px;border-radius:18px;border:none;background:#c67b4f;color:white;font-size:17px;font-weight:700;cursor:pointer;font-family:'Poppins',sans-serif;box-shadow:0 6px 20px rgba(198,123,79,.35);transition:transform .15s,box-shadow .15s;letter-spacing:.3px;}
.orderPlaceBtn:active{transform:scale(.97);}
.pickupBranchNote{font-size:12px;color:#aaa;margin-top:6px;display:flex;align-items:center;gap:4px;}
.pickupBranchNote svg{width:13px;height:13px;stroke:#c67b4f;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;}
.flyingImg{position:fixed;border-radius:50%;object-fit:cover;border:3px solid white;box-shadow:0 4px 20px rgba(0,0,0,0.25);pointer-events:none;z-index:9999;}
@keyframes cartBounce{0%,100%{transform:scale(1);}40%{transform:scale(1.4);}70%{transform:scale(0.85);}}
.cartNavBar{position:absolute;bottom:0;left:0;right:0;background:white;border-top-left-radius:24px;border-top-right-radius:24px;display:flex;justify-content:space-around;align-items:center;padding:14px 20px 28px;box-shadow:0 -2px 20px rgba(0,0,0,.06);flex-shrink:0;}
.cartNavItem{display:flex;flex-direction:column;align-items:center;cursor:pointer;padding:0 10px;position:relative;}
.cartNavItem svg{width:24px;height:24px;stroke:#ccc;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.cartNavItem.active svg{stroke:#c67b4f;}
.cartNavBadge{position:absolute;top:-5px;right:2px;background:#c67b4f;color:white;font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white;}
.addrPage{position:fixed;top:0;left:0;right:0;bottom:0;background:#f5f5f5;z-index:10020;transform:translateX(100%);transition:transform .38s cubic-bezier(.32,1.1,.45,1);display:flex;flex-direction:column;}
.addrPage.show{transform:translateX(0);}
.addrPageHeader{display:flex;align-items:center;justify-content:space-between;padding:54px 20px 16px;background:#f5f5f5;flex-shrink:0;z-index:10010;}
.addrPageBackBtn{width:36px;height:36px;background:white;border-radius:10px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.07);}
.addrPageTitle{font-size:18px;font-weight:700;color:#1a1a1a;}
.addrPageScroll{flex:1;overflow-y:auto;padding:8px 16px 20px;-ms-overflow-style:none;scrollbar-width:none;}
.addrPageScroll::-webkit-scrollbar{display:none;}
.addrCard{background:white;border-radius:16px;padding:18px 16px;display:flex;align-items:center;gap:14px;margin-bottom:12px;box-shadow:0 2px 10px rgba(0,0,0,.05);cursor:pointer;transition:box-shadow .15s;}
.addrCard:hover{box-shadow:0 4px 18px rgba(0,0,0,.1);}
.addrCard.selected{border:2px solid #c67b4f;background:#fdf5f0;}
.addrCardIcon{width:44px;height:44px;background:#f0ebe5;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.addrCardIcon svg{width:22px;height:22px;stroke:#c67b4f;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.addrCardInfo{flex:1;min-width:0;}
.addrCardLabel{font-size:15px;font-weight:700;color:#1a1a1a;}
.addrCardSub{font-size:12px;color:#aaa;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.addrCardEdit{width:32px;height:32px;background:#f4f4f4;border-radius:10px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;flex-shrink:0;}
.addrCardEdit svg{width:16px;height:16px;stroke:#888;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.addrPageBottom{padding:12px 16px 36px;background:#f5f5f5;flex-shrink:0;}
.addrAddBtn{width:100%;padding:17px;border-radius:18px;border:none;background:#1a1a1a;color:white;font-size:15px;font-weight:700;cursor:pointer;font-family:'Poppins',sans-serif;letter-spacing:.3px;transition:transform .15s;}
.addrAddBtn:active{transform:scale(.97);}
.addrSelectBtn{width:100%;padding:17px;border-radius:18px;border:none;background:#c67b4f;color:white;font-size:15px;font-weight:700;cursor:pointer;font-family:'Poppins',sans-serif;letter-spacing:.3px;margin-bottom:10px;box-shadow:0 6px 20px rgba(198,123,79,.35);transition:transform .15s;}
.addrSelectBtn:active{transform:scale(.97);}
.pickupPage{position:fixed;top:0;left:0;right:0;bottom:0;background:#f5f5f5;z-index:10030;transform:translateX(100%);transition:transform .38s cubic-bezier(.32,1.1,.45,1);display:flex;flex-direction:column;}
.pickupPage.show{transform:translateX(0);}
.pickupPageHeader{display:flex;align-items:center;justify-content:space-between;padding:54px 20px 16px;background:#f5f5f5;flex-shrink:0;}
.pickupPageBackBtn{width:36px;height:36px;background:white;border-radius:10px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.07);}
.pickupPageTitle{font-size:18px;font-weight:700;color:#1a1a1a;}
.pickupPageScroll{flex:1;overflow-y:auto;padding:8px 16px 20px;-ms-overflow-style:none;scrollbar-width:none;}
.pickupPageScroll::-webkit-scrollbar{display:none;}
.pickupHeroBanner{background:linear-gradient(135deg,#2c1010 0%,#c67b4f 100%);border-radius:20px;padding:22px 20px;margin-bottom:20px;display:flex;align-items:center;gap:16px;}
.pickupHeroIcon{width:52px;height:52px;background:rgba(255,255,255,.18);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.pickupHeroIcon svg{width:26px;height:26px;stroke:white;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.pickupHeroText h3{font-size:16px;font-weight:700;color:white;}
.pickupHeroText p{font-size:12px;color:rgba(255,255,255,.75);margin-top:3px;line-height:1.5;}
.pickupSelectGroup{margin-bottom:14px;}
.pickupSelectLabel{font-size:12px;font-weight:700;color:#888;text-transform:uppercase;letter-spacing:.6px;margin-bottom:8px;padding-left:4px;}
.pickupSelectWrap{position:relative;}
.pickupSelectWrap select{width:100%;background:white;border:2px solid #f0f0f0;border-radius:16px;padding:16px 44px 16px 16px;font-size:14px;font-weight:500;color:#1a1a1a;font-family:'Poppins',sans-serif;appearance:none;-webkit-appearance:none;cursor:pointer;outline:none;transition:border-color .2s,box-shadow .2s;box-shadow:0 2px 10px rgba(0,0,0,.05);}
.pickupSelectWrap select:focus{border-color:#c67b4f;box-shadow:0 2px 14px rgba(198,123,79,.15);}
.pickupSelectWrap select:disabled{background:#f7f7f7;color:#bbb;cursor:not-allowed;}
.pickupSelectWrap select option{color:#1a1a1a;}
.pickupSelectChevron{position:absolute;right:16px;top:50%;transform:translateY(-50%);pointer-events:none;width:18px;height:18px;}
.pickupSelectChevron svg{width:18px;height:18px;stroke:#c67b4f;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;}
.pickupSelectWrap select:disabled + .pickupSelectChevron svg{stroke:#ccc;}
.pickupBranchCard{background:white;border-radius:18px;padding:18px 16px;margin-top:16px;box-shadow:0 4px 16px rgba(0,0,0,.07);display:none;animation:fadeSlideUp .3s ease;}
.pickupBranchCard.show{display:block;}
@keyframes fadeSlideUp{from{opacity:0;transform:translateY(12px);}to{opacity:1;transform:translateY(0);}}
.pickupBranchCardTop{display:flex;align-items:flex-start;gap:14px;margin-bottom:14px;}
.pickupBranchCardIcon{width:48px;height:48px;background:#fff3ec;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.pickupBranchCardIcon svg{width:22px;height:22px;stroke:#c67b4f;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.pickupBranchCardName{font-size:15px;font-weight:700;color:#1a1a1a;}
.pickupBranchCardAddr{font-size:12px;color:#aaa;margin-top:3px;line-height:1.5;}
.pickupBranchCardHours{display:inline-flex;align-items:center;gap:5px;margin-top:6px;background:#f0fdf4;border-radius:20px;padding:4px 10px;}
.pickupBranchCardHoursDot{width:7px;height:7px;background:#2ecc71;border-radius:50%;}
.pickupBranchCardHoursText{font-size:11px;font-weight:600;color:#2ecc71;}
.pickupBranchCardDivider{height:1px;background:#f4f4f4;margin:0 0 14px;}
.pickupBranchCardMeta{display:flex;gap:8px;flex-wrap:wrap;}
.pickupMetaPill{display:flex;align-items:center;gap:5px;background:#f7f7f7;border-radius:20px;padding:6px 12px;}
.pickupMetaPill svg{width:13px;height:13px;stroke:#888;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.pickupMetaText{font-size:11px;font-weight:500;color:#666;}
.pickupPageBottom{padding:12px 16px 36px;background:#f5f5f5;flex-shrink:0;}
.pickupConfirmBtn{width:100%;padding:17px;border-radius:18px;border:none;background:#c67b4f;color:white;font-size:15px;font-weight:700;cursor:pointer;font-family:'Poppins',sans-serif;letter-spacing:.3px;box-shadow:0 6px 20px rgba(198,123,79,.35);transition:transform .15s,box-shadow .15s;margin-bottom:10px;}
.pickupConfirmBtn:active{transform:scale(.97);}
.pickupConfirmBtn:disabled{background:#ddd;box-shadow:none;cursor:not-allowed;}
.wishlistSheet{padding-bottom: 50px; position:fixed;top:0;left:0;right:0;bottom:0;background:#f0ebe5;z-index:103;transform:translateX(100%);transition:transform .38s cubic-bezier(.32,1.1,.45,1);display:flex;flex-direction:column;max-height:100vh;}
.wishlistSheet.show{transform:translateX(0);}
.wishlistSheetHeader{padding:20px 20px 0px;background:#f0ebe5;display:flex;align-items:center;gap:14px;flex-shrink:0;}
.wishlistSheetClose{width:40px;height:40px;background:white;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;box-shadow:0 2px 8px rgba(0,0,0,.08);flex-shrink:0;}
.wishlistSheetClose svg{width:20px;height:20px;stroke:#1a1a1a;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;}
.wishlistSheetTitleWrap{flex:1;}
.wishlistSheetTitle{font-size:26px;font-weight:700;color:#1a1a1a;}
.wishlistSheetCount{font-size:13px;color:#aaa;font-weight:400;margin-top:2px;}
.wishlistScroll{flex:1;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;padding:8px 16px 0;}
.wishlistScroll::-webkit-scrollbar{display:none;}
.wishlistEmpty{padding:60px 20px;text-align:center;display:none;flex-direction:column;align-items:center;}
.wishlistEmpty.show{display:flex;}
.wishlistEmptyHeart{width:80px;height:80px;background:white;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:18px;box-shadow:0 6px 24px rgba(0,0,0,.08);}
.wishlistEmptyHeart svg{width:38px;height:38px;stroke:#e0d0ca;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;}
.wishlistEmptyTitle{font-size:17px;font-weight:700;color:#1a1a1a;margin-bottom:6px;}
.wishlistEmptyDesc{font-size:13px;color:#aaa;line-height:1.6;max-width:240px;}
.wishCard{background:white;border-radius:20px;padding:14px;display:flex;align-items:center;gap:14px;margin-bottom:12px;box-shadow:0 2px 10px rgba(0,0,0,.05);position:relative;overflow:hidden;}
.wishCard .wishCardImg{width:72px;height:72px;border-radius:14px;object-fit:cover;flex-shrink:0;}
.wishCardInfo{flex:1;min-width:0;}
.wishCardName{font-size:15px;font-weight:700;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.wishCardDesc{font-size:12px;color:#aaa;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.wishCardPrice{font-size:15px;font-weight:700;color:#c67b4f;margin-top:6px;}
.wishCardActions{display:flex;gap:8px;margin-top:10px;}
.wishCardAddBtn{flex:1;padding:9px 0;border-radius:12px;border:none;background:#c67b4f;color:white;font-size:13px;font-weight:700;cursor:pointer;font-family:'Poppins',sans-serif;transition:transform .1s,background .15s;}
.wishCardAddBtn:active{transform:scale(.96);}
.wishCardAddBtn.added{background:#2ecc71;}
.wishCardRemoveBtn{width:36px;height:36px;border-radius:12px;background:#fff0f0;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s;}
.wishCardRemoveBtn:hover{background:#ffd8d8;}
.wishCardRemoveBtn svg{width:16px;height:16px;stroke:#e74c3c;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.wishlistBottomBar{background:#f0ebe5;padding:12px 16px 32px;flex-shrink:0;}
.wishlistAddAllBtn{width:100%;padding:17px;border-radius:18px;border:none;background:#c67b4f;color:white;font-size:16px;font-weight:700;cursor:pointer;font-family:'Poppins',sans-serif;box-shadow:0 6px 20px rgba(198,123,79,.35);transition:transform .15s,box-shadow .15s;letter-spacing:.3px;}
.wishlistAddAllBtn:active{transform:scale(.97);}
.wishBadgeNum{position:absolute;    top: -3px;
    right: 0px;min-width:16px;height:16px;background:#e74c3c;border-radius:8px;font-size:10px;font-weight:700;color:white;display:flex;align-items:center;justify-content:center;padding:0 4px;border:1.5px solid #000;}
@keyframes heartPop{0%{transform:scale(1);}35%{transform:scale(1.5);}70%{transform:scale(.85);}100%{transform:scale(1);}}
.wishBtn.pop{animation:heartPop .35s ease;}
.contactInfoSection{margin-bottom:18px;}
.contactInfoCard{background:white;border-radius:16px;padding:16px;box-shadow:0 2px 10px rgba(0,0,0,.05);}
.contactField{display:flex;align-items:center;gap:12px;border:1.5px solid #f0f0f0;border-radius:12px;padding:13px 14px;margin-bottom:10px;transition:border-color .2s,box-shadow .2s;background:white;}
.contactField:last-child{margin-bottom:0;}
.contactField:focus-within{border-color:#c67b4f;box-shadow:0 0 0 3px rgba(198,123,79,.1);}
.contactField svg{width:18px;height:18px;stroke:#c67b4f;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;}
.contactField input{flex:1;border:none;outline:none;font-size:14px;font-family:'Poppins',sans-serif;color:#1a1a1a;background:transparent;}
.contactField input::placeholder{color:#bbb;}
.contactField.error{border-color:#e74c3c !important;box-shadow:0 0 0 3px rgba(231,76,60,.08) !important;}
.contactFieldError{font-size:11px;color:#e74c3c;margin-top:-6px;margin-bottom:10px;padding-left:4px;display:none;animation:fadeIn .2s ease;}
.contactFieldError.show{display:block;}
@keyframes fadeIn{from{opacity:0;transform:translateY(-4px);}to{opacity:1;transform:translateY(0);}}
.paymentPage{position:fixed;top:0;left:0;right:0;bottom:0;background:#f0ebe5;z-index:10010;transform:translateX(100%);transition:transform .38s cubic-bezier(.32,1.1,.45,1);display:flex;flex-direction:column;}
.paymentPage.show{transform:translateX(0);}
.paymentPageHeader{display:flex;align-items:center;justify-content:space-between;padding:54px 20px 16px;background:#f0ebe5;flex-shrink:0;}
.paymentPageBackBtn{width:36px;height:36px;background:white;border-radius:10px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.07);}
.paymentPageTitle{font-size:18px;font-weight:700;color:#1a1a1a;}
.paymentScroll{flex:1;overflow-y:auto;padding:4px 20px 20px;-ms-overflow-style:none;scrollbar-width:none;}
.paymentScroll::-webkit-scrollbar{display:none;}
.paymentMethodCard{background:white;border-radius:20px;padding:18px 20px;margin-bottom:14px;display:flex;align-items:center;gap:12px;cursor:pointer;border:2.5px solid transparent;transition:border-color .2s,box-shadow .2s,background .15s;box-shadow:0 3px 14px rgba(0,0,0,.06);}
.paymentMethodCard.selected{border-color:#c67b4f;box-shadow:0 3px 18px rgba(198,123,79,.2);}
.paymentMethodIcon{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:24px;}
.paymentMethodIcon.cash{background:#fdf3e3;}
.paymentMethodIcon.visa{background:#eef2ff;}
.paymentMethodIcon.wallet{background:#e9faf0;}
.paymentMethodInfo{flex:0 1 auto;}
.paymentMethodBadge {
    flex-direction: row;
    display: flex;
    gap: 15px;
    align-items: center;
}
.paymentMethodName{font-size:15px;font-weight:700;color:#1a1a1a;}
.paymentMethodDesc{font-size:12px;color:#aaa;margin-top:3px;}
.paymentRadio{width:22px;height:22px;border-radius:50%;border:2.5px solid #ddd;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .2s;}
.paymentMethodCard.selected .paymentRadio{border-color:#c67b4f;}
.paymentRadioDot{width:10px;height:10px;border-radius:50%;background:#c67b4f;transform:scale(0);transition:transform .2s cubic-bezier(.34,1.56,.64,1);}
.paymentMethodCard.selected .paymentRadioDot{transform:scale(1);}
.visaInputArea{background:#f7f7f7;border-radius:14px;padding:14px 12px;margin-top:10px;display:none;flex-direction:column;gap:8px;animation:fadeSlideDown .25s ease;max-width:100%;overflow-x:hidden;}
.visaInputArea.show{display:flex;}
@keyframes fadeSlideDown{from{opacity:0;transform:translateY(-8px);}to{opacity:1;transform:translateY(0);}}
.visaField{background:white;border:1.5px solid #eee;border-radius:12px;padding:11px 12px;display:flex;align-items:center;gap:8px;transition:border-color .2s;}
.visaField:focus-within{border-color:#c67b4f;}
.visaField svg{width:18px;height:18px;stroke:#c67b4f;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;}
.visaField input{flex:1;min-width:0;width:100%;border:none;outline:none;font-size:13px;font-family:'Poppins',sans-serif;color:#1a1a1a;background:transparent;overflow-x:auto;}
.visaField input::placeholder{color:#bbb;}
.visaFieldRow{display:flex;gap:8px;width:100%;}
.walletBalanceCard{background:linear-gradient(135deg,#1a1a1a 0%,#2c1010 60%,#c67b4f 100%);border-radius:18px;padding:22px 20px;margin-top:10px;display:none;animation:fadeSlideDown .25s ease;}
.walletBalanceCard.show{display:block;}
.walletBalLabel{font-size:12px;color:rgba(255,255,255,.6);font-weight:500;}
.walletBalAmount{font-size:32px;font-weight:700;color:white;margin:6px 0 2px;letter-spacing:-.5px;}
.walletBalSub{font-size:12px;color:rgba(255,255,255,.5);}
.walletSufficient{display:inline-flex;align-items:center;gap:5px;background:rgba(46,204,113,.2);border-radius:20px;padding:4px 10px;margin-top:10px;}
.walletSufficient svg{width:13px;height:13px;stroke:#2ecc71;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;}
.walletSufficientText{font-size:11px;font-weight:600;color:#2ecc71;}
.walletInsufficient{display:inline-flex;align-items:center;gap:5px;background:rgba(231,76,60,.2);border-radius:20px;padding:4px 10px;margin-top:10px;}
.walletInsufficientText{font-size:11px;font-weight:600;color:#ff6b6b;}
.paymentSummaryCard{background:white;border-radius:18px;padding:18px 20px;margin-bottom:14px;box-shadow:0 2px 10px rgba(0,0,0,.05);}
.paymentSummaryTitle{font-size:13px;font-weight:700;color:#aaa;text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px;}
.paymentSumRow{display:flex;justify-content:space-between;align-items:center;padding:6px 0;}
.paymentSumLabel{font-size:14px;color:#888;}
.paymentSumValue{font-size:14px;font-weight:600;color:#1a1a1a;}
.paymentSumDivider{height:1px;background:#f0f0f0;margin:10px 0;}
.paymentSumTotal{display:flex;justify-content:space-between;align-items:center;}
.paymentSumTotalLabel{font-size:15px;font-weight:700;color:#1a1a1a;}
.paymentSumTotalValue{font-size:22px;font-weight:700;color:#c67b4f;}
.paymentBottomBar{padding:12px 20px 36px;background:#f0ebe5;flex-shrink:0;}
.paymentConfirmBtn{width:100%;padding:18px;border-radius:18px;border:none;background:#c67b4f;color:white;font-size:17px;font-weight:700;cursor:pointer;font-family:'Poppins',sans-serif;box-shadow:0 6px 20px rgba(198,123,79,.35);transition:transform .15s,box-shadow .15s;letter-spacing:.3px;}
.paymentConfirmBtn:active{transform:scale(.97);}
.paymentConfirmBtn:disabled{background:#ccc;box-shadow:none;cursor:not-allowed;}
.successOverlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:10020;display:none;align-items:center;justify-content:center;}
.successOverlay.show{display:flex;}
.successCard{background:white;border-radius:28px;padding:40px 32px;text-align:center;max-width:300px;width:90%;animation:popIn .4s cubic-bezier(.34,1.56,.64,1);}
@keyframes popIn{from{opacity:0;transform:scale(.7);}to{opacity:1;transform:scale(1);}}
.successIcon{width:72px;height:72px;background:#e9faf0;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;}
.successIcon svg{width:36px;height:36px;stroke:#2ecc71;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;}
.successTitle{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:8px;}
.successSub{font-size:13px;color:#aaa;line-height:1.6;}
.successMethod{font-size:13px;font-weight:700;color:#c67b4f;margin-top:8px;}
.successDoneBtn{width:100%;margin-top:24px;padding:15px;border-radius:16px;border:none;background:#1a1a1a;color:white;font-size:15px;font-weight:700;cursor:pointer;font-family:'Poppins',sans-serif;transition:transform .15s;}
.successDoneBtn:active{transform:scale(.97);}
.ordersPage{position:fixed;top:0;left:0;right:0;bottom:0;background:#f0ebe5;z-index:10000;transform:translateX(100%);transition:transform .38s cubic-bezier(.32,1.1,.45,1);display:flex;flex-direction:column;}
.ordersPage.show{transform:translateX(0);}
.ordersPageHeader{padding:54px 20px 16px;background:#f0ebe5;flex-shrink:0;}
.ordersPageTopRow{display:flex;align-items:center;gap:14px;margin-bottom:18px;direction: ltr;}
.ordersPageBackBtn{width:36px;height:36px;background:white;border-radius:10px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.07);flex-shrink:0;}
.ordersPageBackBtn svg{width:20px;height:20px;stroke:#1a1a1a;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;}
.ordersPageTitle{font-size:22px;font-weight:700;color:#1a1a1a;flex:1;}
.ordersTabBar{display:flex;background:#e5ddd6;border-radius:16px;padding:4px;}
.ordersTab{flex:1;padding:10px 4px;border:none;border-radius:12px;font-size:12px;font-weight:600;cursor:pointer;font-family:'Poppins',sans-serif;background:transparent;color:#999;transition:all .2s;white-space:nowrap;display:flex;align-items:center;justify-content:center;gap:4px;}
.ordersTab.active{background:white;color:#1a1a1a;box-shadow:0 2px 10px rgba(0,0,0,.08);}
.ordersTabBadge{font-size:10px;font-weight:700;padding:2px 5px;border-radius:10px;background:#e5ddd6;color:#999;transition:all .2s;}
.ordersTab.active .ordersTabBadge{background:#c67b4f;color:white;}
.ordersScroll{flex:1;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;padding:8px 16px 32px;position:relative;}
.ordersScroll::-webkit-scrollbar{display:none;}
.ordersEmpty{padding:60px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;}
.ordersEmptyIcon{width:80px;height:80px;background:white;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:18px;box-shadow:0 6px 24px rgba(0,0,0,.07);font-size:36px;}
.ordersEmptyTitle{font-size:17px;font-weight:700;color:#1a1a1a;margin-bottom:6px;}
.ordersEmptyDesc{font-size:13px;color:#aaa;line-height:1.6;max-width:240px;}
.orderCard{background:white;border-radius:20px;padding:16px;margin-bottom:14px;box-shadow:0 3px 14px rgba(0,0,0,.06);overflow:hidden;animation:fadeSlideUp .3s ease;}
.orderCardHeader{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:10px;}
.orderCardNum{font-size:13px;font-weight:700;color:#1a1a1a;}
.orderCardDate{font-size:11px;color:#aaa;margin-top:2px;line-height:1.5;}
.orderStatusPill{display:flex;align-items:center;gap:5px;padding:5px 10px;border-radius:20px;font-size:11px;font-weight:700;white-space:nowrap;}
.orderStatusPill.active{background:#e8f8f0;color:#27ae60;}
.orderStatusPill.completed{background:#e8f0fe;color:#1a6ef0;}
.orderStatusPill.cancelled{background:#ffeaea;color:#e74c3c;}
.orderStatusPill svg{width:10px;height:10px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;}
.orderCardDivider{height:1px;background:#f4f4f4;margin:12px 0;}
.orderCardItems{display:flex;align-items:center;margin-bottom:10px;flex-wrap:wrap;gap:4px;}
.orderCardItemImg{width:44px;height:44px;border-radius:12px;object-fit:cover;border:2.5px solid white;box-shadow:0 2px 8px rgba(0,0,0,.1);}
.orderCardMoreItems{width:44px;height:44px;border-radius:12px;background:#f0ebe5;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#c67b4f;}
.orderCardMeta{display:flex;align-items:center;justify-content:space-between;}
.orderCardItemsCount{font-size:12px;color:#aaa;font-weight:500;}
.orderCardTotal{font-size:16px;font-weight:700;color:#1a1a1a;}
.orderCardFooter{display:flex;gap:8px;margin-top:12px;}
.orderCardBtn{flex:1;padding:10px;border-radius:12px;border:none;font-size:12px;font-weight:700;cursor:pointer;font-family:'Poppins',sans-serif;transition:transform .1s,background .15s;}
.orderCardBtn:active{transform:scale(.96);}
.orderCardBtn.primary{background:#c67b4f;color:white;box-shadow:0 4px 14px rgba(198,123,79,.3);}
.orderCardBtn.secondary{background:#f0ebe5;color:#555;}
.orderCardBtn.danger{background:#fff0f0;color:#e74c3c;}
.orderProgress{margin:10px 0 4px;}
.orderProgressSteps{display:flex;align-items:flex-start;justify-content:space-between;position:relative;padding-bottom:4px;}
.orderProgressLine{position:absolute;top:13px;left:14px;right:14px;height:3px;background:#f0f0f0;z-index:0;}
.orderProgressFill{position:absolute;top:0;left:0;height:100%;background:linear-gradient(to right,#c67b4f,#e8a96d);border-radius:2px;transition:width .6s ease;}
.orderProgressStep{display:flex;flex-direction:column;align-items:center;gap:4px;z-index:1;position:relative;flex:1;}
.orderProgressDot{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid #f0f0f0;background:white;transition:all .3s;}
.orderProgressDot.done{background:#c67b4f;border-color:#c67b4f;}
.orderProgressDot.active-step{background:white;border-color:#c67b4f;box-shadow:0 0 0 4px rgba(198,123,79,.18);}
.orderProgressDot svg{width:12px;height:12px;stroke:white;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;opacity:0;}
.orderProgressDot.done svg{opacity:1;}
.orderProgressDot.active-step svg{stroke:#c67b4f;opacity:1;}
.orderProgressLabel{font-size:9px;font-weight:600;color:#ccc;text-align:center;}
.orderProgressStep.done .orderProgressLabel,.orderProgressStep.active-step .orderProgressLabel{color:#c67b4f;}

/* RTL: progress fill should start from the right */
html[dir="rtl"] .orderProgressFill{
  left:auto;
  right:0;
  background:linear-gradient(to left,#c67b4f,#e8a96d);
}
.ordersSearchRow{display:flex;align-items:center;gap:10px;border-radius:14px;padding:11px 14px;margin-bottom:14px;box-shadow:0 2px 8px rgba(0,0,0,.05);}
.ordersSearchRow svg{width:16px;height:16px;stroke:#bbb;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;}
.ordersSearchInput{flex:1;border:none;outline:none;font-size:13px;font-family:'Poppins',sans-serif;color:#1a1a1a;background:transparent;}
.ordersSearchInput::placeholder{color:#bbb;}
.ratingSheetOverlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:116;opacity:0;pointer-events:none;transition:opacity .3s;}
.ratingSheetOverlay.show{opacity:1;pointer-events:all;}
.ratingSheet{position:fixed;bottom:0;left:0;right:0;background:white;border-top-left-radius:28px;border-top-right-radius:28px;z-index:117;transform:translateY(100%);transition:transform .38s cubic-bezier(.32,1.1,.45,1);max-height:75vh;overflow-y:auto;padding:0 0 32px;}
.ratingSheet.show{transform:translateY(0);}
.ratingSheetHandle{width:42px;height:5px;background:#e0e0e0;border-radius:3px;margin:14px auto 0;}
.ratingSheetHeader{padding:16px 24px;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;justify-content:space-between;}
.ratingSheetTitle{font-size:17px;font-weight:700;color:#1a1a1a;}
.ratingSheetClose{width:32px;height:32px;background:#f4f4f4;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;color:#666;}
.ratingSheetBody{padding:16px 24px;}
.ratingItem{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid #f5f5f5;}
.ratingItem:last-child{border-bottom:none;}
.ratingItemImg{width:52px;height:52px;border-radius:12px;object-fit:cover;flex-shrink:0;}
.ratingItemInfo{flex:1;min-width:0;}
.ratingItemName{font-size:14px;font-weight:700;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ratingItemSub{font-size:12px;color:#aaa;margin-top:2px;}
.ratingStars{display:flex;gap:4px;margin-top:8px;}
.ratingStar{width:28px;height:28px;border:none;background:transparent;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:transform .1s;}
.ratingStar:active{transform:scale(.9);}
.ratingStar svg{width:24px;height:24px;}
.ratingStar.filled svg{fill:#c67b4f;stroke:#c67b4f;}
.ratingStar.empty svg{fill:none;stroke:#ddd;}
.ratingItemNote{width:100%;margin-top:8px;padding:10px 12px;border:1.5px solid #eee;border-radius:12px;font-size:13px;font-family:'Poppins',sans-serif;color:#1a1a1a;outline:none;resize:vertical;min-height:60px;box-sizing:border-box;}
.ratingItemNote::placeholder{color:#aaa;}
.ratingDeliverySection{padding:16px 24px;border-top:1px solid #f0f0f0;margin-top:8px;}
.ratingDeliveryLabel{font-size:14px;font-weight:700;color:#1a1a1a;margin-bottom:10px;}
.ratingDeliveryStars{display:flex;gap:4px;}
.ratingSheetFooter{padding:16px 24px 24px;border-top:1px solid #f0f0f0;}
.ratingSaveBtn{width:100%;padding:16px;border-radius:16px;border:none;background:#c67b4f;color:white;font-size:16px;font-weight:700;cursor:pointer;font-family:'Poppins',sans-serif;box-shadow:0 6px 20px rgba(198,123,79,.35);transition:transform .15s,box-shadow .15s;}
.ratingSaveBtn:active{transform:scale(.97);}
.orderCardBtn.rate{background:#fdf5f0;color:#c67b4f;border:1.5px solid #c67b4f;}
.orderCardBtn.rate.rated{background:#e8f8f0;color:#27ae60;border-color:#27ae60;}
.profilePage{padding-bottom: 50px; position:fixed;top:0;left:0;right:0;bottom:0;background:#f0ebe5;z-index:10000;transform:translateX(100%);transition:transform .38s cubic-bezier(.32,1.1,.45,1);display:flex;flex-direction:column;}
.profilePage.show{transform:translateX(0);}
.profileScroll{flex:1;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:40px;}
.profileScroll::-webkit-scrollbar{display:none;}
.profileHeader{padding:20px 20px 0px;display:flex;align-items:center;gap:14px;background:#f0ebe5;}
.profileBackBtn{width:36px;height:36px;background:white;border-radius:10px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.07);}
.profileBackBtn svg{width:20px;height:20px;stroke:#1a1a1a;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;}
.profileHeaderTitle{font-size:20px;font-weight:700;color:#1a1a1a;}
.profileAvatarSection{display:flex;flex-direction:column;align-items:center;padding:20px 20px 28px;}
.profileAvatarOuter{position:relative;margin-bottom:14px;}
.profileAvatarCircle{width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,#c67b4f,#e8a96d);display:flex;align-items:center;justify-content:center;font-size:34px;font-weight:800;color:white;font-family:'Poppins',sans-serif;overflow:hidden;box-shadow:0 8px 24px rgba(198,123,79,.35);}
.profileAvatarCircle img{width:100%;height:100%;object-fit:cover;}
.profileAvatarEditBtn{position:absolute;bottom:2px;right:2px;width:28px;height:28px;background:#c67b4f;border-radius:50%;border:2.5px solid #f0ebe5;display:flex;align-items:center;justify-content:center;cursor:pointer;}
.profileAvatarEditBtn svg{width:13px;height:13px;stroke:white;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.profileAvatarName{font-size:18px;font-weight:700;color:#1a1a1a;}
.profileAvatarSub{font-size:12px;color:#aaa;margin-top:2px;}
.profileFields{padding:0 16px;}
.profileFieldCard{background:white;border-radius:20px;overflow:hidden;box-shadow:0 3px 14px rgba(0,0,0,.05);}
.profileField{display:flex;align-items:center;gap:14px;padding:16px;cursor:pointer;transition:background .15s;position:relative;}
.profileField:hover{background:#fafafa;}
.profileField+.profileField::before{content:'';position:absolute;top:0;left:50px;right:0;height:1px;background:#f5f5f5;}
.profileFieldIcon{width:34px;height:34px;border-radius:11px;background:#fdf5f0;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.profileFieldIcon svg{width:16px;height:16px;stroke:#c67b4f;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.profileFieldContent{flex:1;min-width:0;}
.profileFieldLabel{font-size:11px;color:#bbb;font-weight:600;text-transform:uppercase;letter-spacing:.4px;}
.profileFieldValue{font-size:14px;font-weight:600;color:#1a1a1a;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.profileFieldChevron{color:#d0d0d0;font-size:18px;line-height:1;}
.profileSheet{position:fixed;inset:0;z-index:10000;display:flex;align-items:flex-end;opacity:0;pointer-events:none;transition:opacity .3s;}
.profileSheet.show{opacity:1;pointer-events:all;}
.profileSheetBg{position:absolute;inset:0;background:rgba(0,0,0,.4);}
.profileSheetBox{position:relative;z-index:1;background:white;border-radius:28px 28px 0 0;padding:24px 20px 40px;width:100%;transform:translateY(100%);transition:transform .38s cubic-bezier(.32,1.1,.45,1);}
.profileSheet.show .profileSheetBox{transform:translateY(0);}
.profileSheetHandle{width:36px;height:4px;background:#e0e0e0;border-radius:2px;margin:0 auto 20px;}
.profileSheetTitle{font-size:17px;font-weight:800;color:#1a1a1a;margin-bottom:18px;}
.profileSheetField{margin-bottom:14px;}
.profileSheetLabel{font-size:11px;font-weight:700;color:#aaa;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;}
.profileSheetInput{width:100%;padding:13px 14px;border-radius:14px;border:1.5px solid #f0f0f0;font-size:14px;font-family:'Poppins',sans-serif;color:#1a1a1a;outline:none;background:#fafafa;box-sizing:border-box;transition:border-color .2s;}
.profileSheetInput:focus{background:white;}
.profileSheetSaveBtn{width:100%;padding:14px;border-radius:14px;background:#c67b4f;color:white;font-size:15px;font-weight:700;border:none;cursor:pointer;font-family:'Poppins',sans-serif;box-shadow:0 6px 20px rgba(198,123,79,.3);margin-top:4px;}
.profileSheetSaveBtn:active{transform:scale(.97);}
.profilePassHint{font-size:11px;color:#bbb;margin-top:6px;padding:0 2px;}
.cardAutoPrice{min-height:24px;display:flex;align-items:center;}
.cardAutoPriceText{font-weight:600;color:#1a1a1a;transition:opacity .35s ease,transform .35s ease;}
.cardAutoPrice.fade-out .cardAutoPriceText{opacity:0;transform:translateY(4px);}
.cardAutoPrice.fade-in .cardAutoPriceText{opacity:1;transform:translateY(0);}
.wishCardSize{font-size:13px;color:#8a7968;margin-top:4px;font-weight:500;}

/* ═══════════════════════════════════════════════════
   DELIVERY LOCATION PAGE
═══════════════════════════════════════════════════ */
/* ══ DELIVERY LOCATION PAGE (NEW) ══ */
.deliveryPage{position:fixed;top:0;left:0;right:0;bottom:0;background:#111;z-index:10030;transform:translateX(100%);transition:transform .38s cubic-bezier(.32,1.1,.45,1);display:flex;flex-direction:column;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;}
.deliveryPage::-webkit-scrollbar{display:none;}
.deliveryPage.show{transform:translateX(0);}
.deliveryPageHeader{padding:54px 20px 0;flex-shrink:0;}
.deliveryPageBackBtn{width:38px;height:38px;background:rgba(255,255,255,.12);border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;}
.deliveryPageBackBtn svg{width:20px;height:20px;stroke:white;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;}
.deliveryHero{padding:24px 24px 0;text-align:center;display:flex;flex-direction:column;align-items:center;}
.deliveryHeroIcon{width:68px;height:68px;background:#c67b4f;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:0 8px 28px rgba(198,123,79,.5);}
.deliveryHeroIcon svg{width:30px;height:30px;stroke:white;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.deliveryHeroTitle{font-size:28px;font-weight:700;color:white;margin-bottom:8px;letter-spacing:-.4px;}
.deliveryHeroSub{font-size:14px;color:rgba(255,255,255,.55);line-height:1.6;max-width:280px;}
.deliveryMapWrap{margin:20px 20px 0;border-radius:20px;overflow:hidden;position:relative;height:150px;background:#1e2227;flex-shrink:0;}
.deliveryMapImg{width:100%;height:100%;object-fit:cover;opacity:.7;}
.deliveryMapOverlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,.5));}
.deliveryMapPin{position:absolute;top:50%;left:50%;transform:translate(-50%,-60%);width:14px;height:14px;background:#c67b4f;border-radius:50%;border:3px solid white;box-shadow:0 2px 10px rgba(0,0,0,.4);}
.deliveryMapPin::after{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);border:5px solid transparent;border-top:7px solid white;}
.deliveryLocationBtn{position:absolute;bottom:14px;right:14px;background:#c67b4f;border:none;border-radius:25px;padding:9px 16px;display:flex;align-items:center;gap:7px;color:white;font-size:13px;font-weight:700;cursor:pointer;font-family:'Poppins',sans-serif;box-shadow:0 4px 16px rgba(198,123,79,.5);}
.deliveryLocationBtn svg{width:16px;height:16px;stroke:white;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.deliveryLocationStatus{position:absolute;top:12px;left:12px;background:rgba(0,0,0,.55);border-radius:20px;padding:5px 12px;font-size:11px;color:rgba(255,255,255,.85);backdrop-filter:blur(4px);display:flex;align-items:center;gap:5px;}
.deliveryLocationPulse{width:7px;height:7px;background:#2ecc71;border-radius:50%;flex-shrink:0;animation:pulse 1.5s ease-in-out infinite;}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1);}50%{opacity:.5;transform:scale(1.3);}}
.deliveryFormWrap{padding:20px 20px 0;flex:1;}
.dlvSelectGroup{margin-bottom:14px;}
.dlvSelectLabel{font-size:11px;font-weight:700;color:rgba(255,255,255,.55);text-transform:uppercase;letter-spacing:.6px;margin-bottom:7px;}
.dlvSelectWrap{position:relative;}
.dlvSelectWrap select{width:100%;background:#1e1e1e;border:1.5px solid #2a2a2a;border-radius:14px;padding:14px 40px 14px 16px;font-size:14px;font-weight:500;color:white;font-family:'Poppins',sans-serif;appearance:none;-webkit-appearance:none;cursor:pointer;outline:none;transition:border-color .2s;box-sizing:border-box;}
.dlvSelectWrap select:focus{border-color:#c67b4f;}
.dlvSelectWrap select:disabled{opacity:.4;cursor:not-allowed;}
.dlvSelectWrap select option{background:#1e1e1e;color:white;}
.dlvSelectChevron{position:absolute;left:14px;top:50%;transform:translateY(-50%);pointer-events:none;}
.dlvSelectChevron svg{width:16px;height:16px;stroke:#c67b4f;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;}
.dlvSelectWrap select:disabled + .dlvSelectChevron svg{stroke:#555;}
.dlvFieldRow{display:flex;gap:12px;margin-bottom:14px;}
.dlvField{background:#1e1e1e;border-radius:14px;padding:14px 16px;display:flex;align-items:center;gap:10px;border:1.5px solid #2a2a2a;transition:border-color .2s;box-sizing:border-box;}
.dlvField:focus-within{border-color:#c67b4f;}
.dlvField svg{width:16px;height:16px;stroke:rgba(255,255,255,.35);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;}
.dlvField input{background:transparent;border:none;outline:none;color:white;font-size:14px;font-family:'Poppins',sans-serif;width:100%;}
.dlvField input::placeholder{color:rgba(255,255,255,.22);}
.dlvField.full{flex:1;margin-bottom:14px;}
.dlvTypeLabel{font-size:11px;font-weight:700;color:rgba(255,255,255,.55);text-transform:uppercase;letter-spacing:.6px;margin-bottom:10px;}
.dlvTypeOptions{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap;}
.dlvTypeBtn{padding:9px 18px;border-radius:20px;border:1.5px solid #2a2a2a;background:transparent;color:rgba(255,255,255,.55);font-size:13px;font-weight:600;cursor:pointer;font-family:'Poppins',sans-serif;transition:all .2s;display:flex;align-items:center;gap:6px;}
.dlvTypeBtn.active{background:#c67b4f;border-color:#c67b4f;color:white;box-shadow:0 3px 12px rgba(198,123,79,.35);}
.dlvTypeBtn:hover:not(.active){border-color:#555;color:rgba(255,255,255,.8);}
.deliveryPageBottom{padding:20px 20px 40px;flex-shrink:0;}
.deliverySetBtn{width:100%;padding:17px;border-radius:18px;border:none;background:#c67b4f;color:white;font-size:16px;font-weight:700;cursor:pointer;font-family:'Poppins',sans-serif;box-shadow:0 6px 24px rgba(198,123,79,.4);transition:transform .15s;margin-bottom:14px;}
.deliverySetBtn:active{transform:scale(.97);}
.deliverySkipBtn{width:100%;padding:12px;border:none;background:transparent;color:rgba(255,255,255,.4);font-size:14px;font-weight:500;cursor:pointer;font-family:'Poppins',sans-serif;}
.dlvLocatingOverlay{position:absolute;inset:0;background:rgba(0,0,0,.6);display:none;align-items:center;justify-content:center;flex-direction:column;gap:10px;border-radius:20px;}
.dlvLocatingOverlay.show{display:flex;}
.dlvSpinner{width:36px;height:36px;border:3px solid rgba(255,255,255,.2);border-top-color:#c67b4f;border-radius:50%;animation:spin .8s linear infinite;}
@keyframes spin{to{transform:rotate(360deg);}}
.dlvLocatingText{font-size:13px;color:rgba(255,255,255,.8);font-weight:500;}

/* ═══════════════════════════════════════════════════
   PICKUP MAP PAGE  (Leaflet)
═══════════════════════════════════════════════════ */
/* ══ PICKUP MAP PAGE ══ */