/* Tunes of Spices Menu — palette: maroon #8C2B2B, saffron #E89B1C, herb #4B7F52, cream #FBF4E6, charcoal #2A2320 */
.tos-menu{--tos-maroon:#8C2B2B;--tos-saffron:#E89B1C;--tos-green:#4B7F52;--tos-cream:#FBF4E6;--tos-ink:#2A2320;
  font-family:'Poppins',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--tos-ink);max-width:1200px;margin:0 auto;}

/* Menu hero — full-width banner (thali background + search) */
.tos-menu-hero{position:relative;left:50%;right:50%;width:100vw;max-width:100vw;
  margin-left:-50vw;margin-right:-50vw;margin-top:0;margin-bottom:36px;
  background:#221d1a;background-size:cover;background-position:center;
  padding:80px 20px;text-align:center;}
.tos-menu-hero-in{max-width:660px;margin:0 auto;}
.tos-menu-hero-title{font-family:var(--global-heading-font-family,'Fraunces',Georgia,serif)!important;
  color:#ffffff!important;font-size:46px;line-height:1.05;text-transform:uppercase;letter-spacing:.5px;
  margin:0 0 10px!important;text-shadow:0 2px 14px rgba(0,0,0,.55);}
.tos-menu-hero-sub{color:#f2e9d9!important;font-size:16.5px;margin:0 0 26px;text-shadow:0 1px 8px rgba(0,0,0,.55);}
/* Menu page: hide the theme's page-title bar so the thali hero is the single banner under the header. */
.tos-full-hero .entry-hero.page-hero-section{display:none!important;}
.tos-full-hero .tos-menu-hero{margin-top:0!important;}

/* Pexels-style search bar: category dropdown + input + icon */
.tos-searchbar{display:flex;align-items:stretch;max-width:660px;margin:0 auto;
  background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 14px 40px rgba(0,0,0,.3);}
.tos-cat-select{border:0;background:#f4ece0;color:#2A2320;font-weight:600;font-size:15px;
  padding:0 40px 0 18px;cursor:pointer;outline:none;border-right:1px solid #e6d9bf;font-family:inherit;
  -webkit-appearance:none;appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238C2B2B' stroke-width='3' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 16px center;}
.tos-searchbar .tos-search{flex:1;min-width:0;border:0!important;border-radius:0!important;box-shadow:none!important;
  padding:16px 18px;font-size:16px;background:#fff;color:#2A2320;outline:none;}
.tos-searchbar .tos-search:focus{box-shadow:none!important;}
.tos-search-ic{display:flex;align-items:center;padding:0 18px;color:#8C2B2B;background:#fff;}
@media(max-width:520px){.tos-cat-select{padding:0 34px 0 14px;font-size:13px;}}

.tos-menu-search{max-width:520px;margin:0 auto 20px;}
.tos-search{width:100%;box-sizing:border-box;padding:13px 20px;border:1.5px solid #e6d9bf;border-radius:999px;
  font-size:15px;font-family:inherit;color:var(--tos-ink);background:#fff;outline:none;transition:.15s;}
.tos-search:focus{border-color:var(--tos-saffron);box-shadow:0 0 0 3px rgba(232,155,28,.15);}
.tos-search::placeholder{color:#b6a684;}

.tos-group{margin:0 0 40px;}
.tos-group.is-hidden{display:none;}
.tos-group-title{font-family:var(--global-heading-font-family,'Fraunces',Georgia,serif);
  font-size:24px;line-height:1.1;text-transform:uppercase;letter-spacing:.5px;color:#17263e;
  margin:0 0 18px;padding-bottom:10px;border-bottom:2px solid #ece0c8;}
/* When filtering to one category, the heading is redundant — hide it. */
.tos-menu.is-single .tos-group-title{display:none;}
.tos-menu.is-single .tos-group{margin-bottom:0;}
.tos-noresult{text-align:center;color:#6b6157;padding:34px 0;font-size:16px;}

.tos-menu-tabs{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:0 0 30px;}
.tos-tab{border:1.5px solid #e6d9bf;background:#fff;color:var(--tos-ink);
  padding:9px 18px;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer;transition:.15s;letter-spacing:.02em;}
.tos-tab:hover{border-color:var(--tos-saffron);}
.tos-tab.is-active{background:var(--tos-maroon);border-color:var(--tos-maroon);color:var(--tos-cream);}

.tos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;padding-left:12px;padding-right:12px;box-sizing:border-box;}
.tos-menu[data-cols="2"] .tos-grid{grid-template-columns:repeat(2,1fr);}
.tos-menu[data-cols="4"] .tos-grid{grid-template-columns:repeat(4,1fr);}
@media(max-width:900px){.tos-grid{grid-template-columns:repeat(2,1fr)!important;}}
@media(max-width:560px){.tos-grid{grid-template-columns:1fr!important;}}
/* Mobile: flatter, tighter cards */
@media(max-width:600px){
  .tos-card{border-radius:0;}
  .tos-card-img{border-radius:0;aspect-ratio:4/3;}
  .tos-card-body{padding:9px 12px 11px;gap:5px;}
  .tos-card-cats{margin-bottom:0;}
  .tos-card-title{font-size:18px;}
  .tos-card-desc{font-size:13.5px;line-height:1.5;}
  .tos-card-foot{margin-top:8px;padding-top:2px;}
  .tos-grid{gap:16px;}
}

.tos-card{background:#fff;border:1px solid #ece0c8;border-radius:14px;overflow:hidden;
  display:flex;flex-direction:column;transition:.18s;}
.tos-card:hover{box-shadow:0 12px 30px rgba(140,43,43,.13);transform:translateY(-3px);}
.tos-card.is-hidden{display:none;}

.tos-card-img{display:block;aspect-ratio:4/3;background:#f3ead6;overflow:hidden;}
.tos-card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s;}
.tos-card:hover .tos-card-img img{transform:scale(1.04);}

.tos-card-body{padding:13px 16px 14px;display:flex;flex-direction:column;gap:7px;flex:1;}
.tos-card-cats{display:flex;align-items:center;justify-content:space-between;gap:8px;}
.tos-cat{color:var(--tos-green);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.7px;}
.tos-card-title{margin:0;font-family:var(--global-heading-font-family,'Fraunces',Georgia,serif);
  font-size:22px;line-height:1.15;font-weight:700;text-transform:uppercase;letter-spacing:.3px;}
.tos-card-title a{color:#17263e;text-decoration:none;}
.tos-card-title a:hover{color:var(--tos-maroon);}

.tos-foodtype{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;
  padding:2px 7px;border-radius:6px;white-space:nowrap;}
.tos-foodtype .tos-dot{width:9px;height:9px;border-radius:2px;display:inline-block;}
.tos-veg{color:var(--tos-green);border:1px solid var(--tos-green);}
.tos-veg .tos-dot{background:var(--tos-green);}
.tos-nonveg{color:#a53127;border:1px solid #a53127;}
.tos-nonveg .tos-dot{background:#a53127;}

.tos-card-desc{margin:0;font-size:14.5px;color:#6b6157;line-height:1.55;}
.tos-tags{display:flex;flex-wrap:wrap;gap:5px;}
.tos-tag{font-size:11px;font-weight:600;color:var(--tos-green);background:#eef4ee;border-radius:5px;padding:2px 7px;}
.tos-card-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:2px;}
.tos-price{font-weight:700;color:var(--tos-maroon);font-size:16px;}
.tos-price del{color:#b6a684;font-weight:500;font-size:13px;margin-right:5px;}

.tos-add{background:var(--tos-saffron);color:#3a2708;border:none;border-radius:999px;
  padding:8px 16px;font-size:13px;font-weight:700;cursor:pointer;text-decoration:none;transition:.15s;white-space:nowrap;}
.tos-add:hover{background:var(--tos-maroon);color:var(--tos-cream);}
.tos-add.added{opacity:.7;}
.tos-add.loading{opacity:.6;pointer-events:none;}
.tos-portions{display:flex;flex:1;border:1.5px solid #e9ddc4;border-radius:999px;padding:2px;gap:2px;background:#fff;}
.tos-portion{flex:1;text-align:center;border:0;background:transparent;color:#93876f;border-radius:999px;padding:5px 12px;font-size:11.5px;
  font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:.12s;font-family:inherit;line-height:1.3;}
.tos-portion:hover{color:var(--tos-maroon);}
.tos-portion.is-active{background:var(--tos-maroon);color:#fff;}
.tos-portion-row{display:flex;align-items:center;gap:12px;}
.tos-portion-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#93876f;}
.tos-card-actions{display:flex;align-items:center;gap:10px;}
.tos-qty{display:inline-flex;align-items:center;border:1px solid #ece0c8;border-radius:999px;background:#fff;}
.tos-qty-btn{border:0;background:transparent;color:#a99c86;width:24px;height:30px;font-size:15px;line-height:1;cursor:pointer;padding:0;font-family:inherit;}
.tos-qty-btn:hover{color:var(--tos-maroon);}
.tos-qty-val{min-width:16px;text-align:center;font-size:13px;font-weight:700;color:#2A2320;}
@media(max-width:600px){.tos-card-actions{gap:7px;} .tos-qty-btn{width:22px;height:28px;}}

/* Card footer: quantity | price | cart-icon (reference layout) */
.tos-card-foot--buy{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;}
.tos-card-foot--buy .tos-price{text-align:center;font-size:18px;}
.tos-qty{background:#f4f0e7;border:0;border-radius:999px;padding:2px;}
.tos-qty-btn{color:#a2957f;}
.tos-cart-btn{display:inline-flex;align-items:center;justify-content:center;width:46px;height:40px;padding:0;
  background:#fbedcf;color:#c9820f;border-radius:12px;border:0;transition:.15s;}
.tos-cart-btn:hover{background:var(--tos-saffron);color:#3a2708;}
.tos-cart-btn.added{background:var(--tos-green);color:#fff;}
.tos-cart-btn.loading{opacity:.6;pointer-events:none;}
.tos-card-foot .added_to_cart{display:none!important;}
@media(max-width:600px){.tos-cart-btn{width:42px;height:38px;} .tos-card-foot--buy .tos-price{font-size:16px;} .tos-card-foot--buy{gap:8px;}}

.tos-menu-empty{text-align:center;color:#6b6157;padding:40px 0;}

/* WooCommerce category archive — LIST view: small full-height image, tighter rows */
ul.products.products-list-view{gap:14px!important;grid-row-gap:14px!important;}
ul.products.products-list-view li.product{grid-template-columns:150px 1fr!important;align-items:stretch!important;margin-bottom:0!important;overflow:hidden;}
ul.products.products-list-view li.product .woocommerce-loop-image-link{width:150px!important;height:100%!important;display:block;}
ul.products.products-list-view li.product .woocommerce-loop-image-link img{width:100%!important;height:100%!important;object-fit:cover;border-radius:0!important;}
@media(max-width:600px){
  ul.products.products-list-view li.product{grid-template-columns:100px 1fr!important;}
  ul.products.products-list-view li.product .woocommerce-loop-image-link{width:100px!important;}
}

/* ---- Customer reviews slider ---- */
.tos-reviews{max-width:1180px;margin:0 auto;padding:20px 12px;box-sizing:border-box;}
.tos-reviews-head{text-align:center;margin-bottom:34px;}
.tos-reviews-eyebrow{font-family:'Pacifico',cursive;color:#5a9e5f;font-size:30px;line-height:1;margin:0 0 8px;}
.tos-reviews-title{font-family:var(--global-heading-font-family,'Fraunces',Georgia,serif);color:#17263e;
  font-size:44px;line-height:1.05;text-transform:uppercase;letter-spacing:.5px;margin:0 0 14px;}
.tos-reviews-sub{color:#6b6157;font-size:16px;max-width:640px;margin:0 auto;line-height:1.6;}
.tos-reviews-track{position:relative;display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;
  scrollbar-width:none;padding:6px 2px 12px;}
.tos-reviews-track::-webkit-scrollbar{display:none;}
.tos-review{flex:0 0 calc(50% - 12px);scroll-snap-align:start;background:#fff;border:1px solid #ece0c8;
  border-radius:16px;padding:30px 32px;box-shadow:0 8px 26px rgba(140,43,43,.06);}
.tos-review-stars{color:#E89B1C;font-size:16px;letter-spacing:2px;margin-bottom:12px;}
.tos-review-stars-off{color:#e2d6c0;}
.tos-review-quote{color:#4a4139;font-size:16.5px;line-height:1.7;margin:0 0 22px;}
.tos-review-author{display:flex;align-items:center;gap:13px;}
.tos-review-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex:0 0 48px;}
.tos-review-initial{display:flex;align-items:center;justify-content:center;background:#4B7F52;color:#fff;
  font-weight:700;font-size:19px;font-family:var(--global-heading-font-family,'Fraunces',Georgia,serif);}
.tos-review-meta{display:flex;flex-direction:column;}
.tos-review-name{font-weight:700;color:#17263e;text-transform:uppercase;letter-spacing:.5px;font-size:14px;}
.tos-review-dish{color:#5a9e5f;font-size:13px;}
.tos-reviews-dots{display:flex;gap:10px;justify-content:center;margin-top:22px;}
.tos-rev-dot{width:10px;height:10px;border-radius:50%;border:0;background:#d8cdb5;cursor:pointer;padding:0;transition:.15s;}
.tos-rev-dot.is-active{background:#8C2B2B;transform:scale(1.15);}
@media(max-width:768px){.tos-review{flex:0 0 100%;}.tos-reviews-title{font-size:30px;}}

/* ---- Combos band (full-width dark grey) ---- */
.tos-combos{position:relative;left:50%;right:50%;width:100vw;max-width:100vw;margin-left:-50vw;margin-right:-50vw;
  background:#3a3a3a;padding:66px 24px;}
.tos-combos-head{text-align:center;margin:0 auto 32px;max-width:1180px;}
.tos-combos-eyebrow{font-family:'Pacifico',cursive;color:#8fbf6f;font-size:30px;line-height:1;margin:0 0 8px;}
.tos-combos-title{font-family:var(--global-heading-font-family,'Fraunces',Georgia,serif);color:#ffffff;
  font-size:44px;line-height:1.05;text-transform:uppercase;letter-spacing:.5px;margin:0;}
.tos-combos-grid{max-width:1180px;margin:0 auto 32px;}
.tos-combos-cta{text-align:center;}
@media(max-width:768px){.tos-combos-title{font-size:30px;}}

/* ---- Dish of the Day ---- */
.tos-dotd{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center;max-width:1180px;margin:0 auto;padding:24px 0;}
.tos-dotd-media img{width:100%;height:auto;display:block;border:0;border-radius:0;box-shadow:none;background:transparent;}
.tos-dotd-eyebrow{font-family:'Pacifico',cursive;color:#5a9e5f;font-size:30px;line-height:1;margin:0 0 12px;}
.tos-dotd-title{font-family:var(--global-heading-font-family,'Fraunces',Georgia,serif);color:#17263e;
  font-size:44px;line-height:1.05;text-transform:uppercase;letter-spacing:.5px;margin:0 0 16px;}
.tos-dotd-desc{color:#6b6157;font-size:16px;line-height:1.65;margin:0 0 22px;max-width:460px;}
.tos-dotd-desc p{margin:0 0 10px;}
.tos-dotd-foot{display:flex;align-items:center;gap:24px;flex-wrap:wrap;}
.tos-dotd-price{font-weight:700;color:#8C2B2B;font-size:24px;}
.tos-dotd-btn{display:inline-block;background:#4B7F52;color:#fff;text-transform:uppercase;letter-spacing:.5px;
  font-weight:700;padding:14px 32px;border-radius:8px;text-decoration:none;transition:.15s;}
.tos-dotd-btn:hover{background:#8C2B2B;color:#fff;}
@media(max-width:768px){
  .tos-dotd{grid-template-columns:1fr;gap:22px;text-align:center;padding-left:18px;padding-right:18px;}
  .tos-dotd-info{align-items:center;}
  .tos-dotd-title{font-size:32px;}
  .tos-dotd-desc{margin-left:auto;margin-right:auto;}
  .tos-dotd-foot{justify-content:center;}
}

/* ---- Hero slider ---- */
.tos-hero{position:relative;left:50%;right:50%;width:100vw;max-width:100vw;margin-left:-50vw;margin-right:-50vw;
  height:100vh;min-height:600px;overflow:hidden;background:#171310;}
.tos-hero-track{position:absolute;inset:0;}
.tos-hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;
  opacity:0;transition:opacity .9s ease;pointer-events:none;}
.tos-hero-slide.is-active{opacity:1;pointer-events:auto;}
.tos-hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.tos-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,14,11,.8) 0%,rgba(18,14,11,.4) 46%,rgba(18,14,11,.05) 72%);}
.tos-hero-inner{position:relative;height:100%;max-width:1180px;margin:0 auto;display:flex;align-items:center;padding:0 26px;}
.tos-hero-content{max-width:540px;color:#fff;}
.tos-hero-eyebrow{font-family:'Pacifico',cursive;color:#8fbf6f;font-size:30px;line-height:1;margin:0 0 12px;
  text-shadow:0 2px 12px rgba(0,0,0,.5);}
.tos-hero-heading{font-family:var(--global-heading-font-family,'Fraunces',Georgia,serif);color:#fff;
  font-size:66px;line-height:1.02;text-transform:uppercase;letter-spacing:1px;margin:0 0 28px;
  text-shadow:0 3px 18px rgba(0,0,0,.5);}
.tos-hero-btn{display:inline-block;background:#4B7F52;color:#fff;text-transform:uppercase;letter-spacing:.6px;
  font-weight:700;padding:15px 34px;border-radius:8px;text-decoration:none;transition:.15s;}
.tos-hero-btn:hover{background:#8C2B2B;color:#fff;}
.tos-hero-dots{position:absolute;bottom:24px;left:0;right:0;display:flex;gap:10px;justify-content:center;z-index:3;}
.tos-hero-dot{width:11px;height:11px;border-radius:50%;border:0;background:rgba(255,255,255,.55);cursor:pointer;padding:0;transition:.15s;}
.tos-hero-dot.is-active{background:#E89B1C;transform:scale(1.15);}
@media(max-width:768px){.tos-hero{height:100vh;min-height:520px;}.tos-hero-heading{font-size:44px;}.tos-hero-eyebrow{font-size:24px;}}

/* ================= MOBILE-FIRST TIGHTENING (phones ≤600px) ================= */
@media(max-width:600px){
  /* Shared eyebrow / title scale */
  .tos-combos-eyebrow,.tos-reviews-eyebrow,.tos-dotd-eyebrow{font-size:23px;}
  .tos-combos-title,.tos-reviews-title{font-size:26px;}

  /* Combos band */
  .tos-combos{padding:34px 14px;}
  .tos-combos-head{margin-bottom:18px;}
  .tos-combos-grid{margin-bottom:18px;}

  /* Reviews slider */
  .tos-reviews{padding:8px 12px;}
  .tos-reviews-head{margin-bottom:18px;}
  .tos-reviews-sub{font-size:14.5px;}
  .tos-reviews-track{gap:14px;padding:4px 2px 6px;}
  .tos-review{padding:20px;border-radius:12px;}
  .tos-review-quote{font-size:15px;line-height:1.6;margin-bottom:16px;}
  .tos-reviews-dots{margin-top:16px;}

  /* Menu hero + groups */
  .tos-menu-hero{padding:44px 14px;}
  .tos-menu-hero-title{font-size:30px;}
  .tos-menu-hero-sub{font-size:14.5px;margin-bottom:18px;}
  .tos-searchbar{max-width:100%;}
  .tos-group{margin-bottom:26px;}
  .tos-group-title{font-size:19px;margin-bottom:14px;padding-bottom:8px;}

  /* Dish of the Day */
  .tos-dotd{padding:14px;gap:16px;}
  .tos-dotd-title{font-size:28px;margin-bottom:12px;}
  .tos-dotd-desc{font-size:14.5px;margin-bottom:18px;}

  /* Hero slider text */
  .tos-hero-heading{font-size:40px;}
  .tos-hero-eyebrow{font-size:22px;}
  .tos-hero-content{max-width:88%;}
}

/* Styled dish description (single product page) */
.tos-dish-desc{--tos-maroon:#8C2B2B;font-family:'Poppins',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#2A2320;max-width:720px;}
.tos-dish-desc .tos-lead{font-size:18px;line-height:1.65;color:#3a3129;margin:0 0 14px;font-weight:500;}
.tos-dish-desc p{line-height:1.7;color:#4a4139;margin:0 0 14px;font-size:15.5px;}
.tos-dish-desc .tos-note{font-family:'Fraunces',Georgia,serif;font-style:italic;font-size:16px;color:#7a3b33;background:#faf3e6;border-left:3px solid var(--tos-maroon);padding:12px 16px;border-radius:0 10px 10px 0;margin:16px 0 6px;}
.tos-facts{list-style:none;margin:16px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:10px;}
.tos-facts li{background:#f7efe0;border:1px solid #ece0c8;border-radius:10px;padding:8px 13px;font-size:14px;color:#2A2320;line-height:1.3;}
.tos-facts li span{display:block;font-size:10.5px;text-transform:uppercase;letter-spacing:.05em;color:var(--tos-maroon);font-weight:700;margin-bottom:2px;}

/* ---- Single product page: dark cinematic "hero" (matches homepage hero) ----
   Left: green script accent + bold white name + price + portion/qty + green Add-to-Cart.
   Right: big dramatic photo.  Below: description in a light card. */
@media (min-width:900px){
  body.single-product div.product.type-product{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);
    grid-template-areas:"info media" "body body";
    gap:40px 52px;align-items:center;
    background:#221d1a;color:#f4ecdd;
    padding:52px;border-radius:18px;
  }
  body.single-product div.product.type-product > .summary{
    grid-area:info;width:auto!important;max-width:none!important;float:none!important;margin:0!important;
  }
  body.single-product div.product.type-product > .woocommerce-product-gallery,
  body.single-product div.product.type-product > div.images{
    grid-area:media;width:100%!important;max-width:none!important;float:none!important;margin:0!important;
  }
  body.single-product div.product.type-product > .woocommerce-tabs{
    grid-area:body;margin:8px 0 0;background:#FBF4E6;color:#2A2320;border-radius:14px;padding:28px 34px;
  }
  body.single-product div.product.type-product > .related,
  body.single-product div.product.type-product > .up-sells{grid-column:1 / -1;}
}
/* Big dramatic photo */
body.single-product .woocommerce-product-gallery__wrapper,
body.single-product .woocommerce-product-gallery__image{width:100%!important;max-width:none!important;}
body.single-product .woocommerce-product-gallery__image img{
  width:100%!important;aspect-ratio:1/1;object-fit:cover;border-radius:14px;display:block;
  box-shadow:0 22px 55px rgba(0,0,0,.5);
}
/* Hero text on dark */
body.single-product .summary .product_title{
  color:#fff!important;font-size:46px;line-height:1.05;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;
}
body.single-product .summary .product_title::before{
  content:"Freshly made to order";display:block;font-family:'Pacifico',cursive;color:#8fbf6f;
  font-size:25px;text-transform:none;letter-spacing:0;font-weight:400;margin-bottom:6px;
}
body.single-product .summary .price,
body.single-product .summary .price .woocommerce-Price-amount{color:#E89B1C!important;font-size:24px;font-weight:700;}
body.single-product .summary .woocommerce-product-details__short-description{color:#e7ddcd;font-size:16px;line-height:1.6;}
body.single-product .summary .single-product-extras,
body.single-product .summary .single-product-extras *,
body.single-product .summary .product_meta,
body.single-product .summary .product_meta a{color:#c9bdac!important;}
body.single-product .summary label,
body.single-product .summary .variations th,
body.single-product .summary .variations td label{color:#f4ecdd!important;}
body.single-product .summary .quantity input{background:#2e2823;color:#fff;border:1px solid #4a4038;}
/* Green Add-to-Cart, like the hero "Go to Menu" button */
body.single-product .summary .single_add_to_cart_button,
body.single-product .summary button.button.alt,
body.single-product .summary .button{
  background:#4B7F52!important;color:#fff!important;border-radius:999px!important;border:none!important;
  text-transform:uppercase;letter-spacing:.5px;padding:14px 30px!important;font-weight:700;
}
body.single-product .summary .single_add_to_cart_button:hover,
body.single-product .summary .button:hover{background:#8C2B2B!important;}
/* Disabled state (variable product before a portion is picked) — keep it readable */
body.single-product .summary .single_add_to_cart_button.disabled,
body.single-product .summary .single_add_to_cart_button:disabled{
  opacity:1!important;background:#3f5f44!important;color:#eaf1ea!important;cursor:not-allowed;
}
/* Related products: readable on the dark product background */
body.single-product div.product.type-product .related > h2{color:#ffffff!important;}
body.single-product div.product.type-product .related li.product{color:#2A2320!important;}
body.single-product div.product.type-product .related li.product .price,
body.single-product div.product.type-product .related li.product .price *{color:#8C2B2B!important;}
/* Safe-checkout card stays readable on dark */
body.single-product .summary .single-product-payments{background:rgba(255,255,255,.06);border-radius:10px;padding:12px;}


/* Pay by WhatsApp — checkout / order-received block */
.tos-wa-pay{max-width:520px;margin:26px 0;padding:26px 24px;border:1px solid #ece0c8;border-radius:16px;
  background:#faf6ee;text-align:center;font-family:'Poppins',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;}
.tos-wa-pay h3{font-family:var(--global-heading-font-family,'Fraunces',Georgia,serif);color:#17263e;
  margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px;font-size:22px;}
.tos-wa-pay p{color:#6b6157;margin:0 0 18px;line-height:1.6;font-size:15px;}
.tos-wa-qr{display:inline-block;padding:12px;background:#fff;border-radius:12px;border:1px solid #ece0c8;line-height:0;}
.tos-wa-qr img,.tos-wa-qr canvas{display:block;width:210px;height:210px;}
.tos-wa-btn{display:inline-block;margin-top:18px;background:#25D366;color:#fff;font-weight:700;text-transform:uppercase;
  letter-spacing:.5px;padding:13px 28px;border-radius:999px;text-decoration:none;transition:.15s;}
.tos-wa-btn:hover{background:#1da851;color:#fff;}
/* ============================================================
   Structured checkout (classic WooCommerce)
   ============================================================ */
.woocommerce-checkout .woocommerce{max-width:1080px;margin:0 auto;}
.woocommerce-checkout form.checkout{display:block !important;}
.woocommerce-checkout form.checkout::after{content:"";display:table;clear:both;}
.woocommerce-checkout #customer_details{float:left !important;width:56% !important;clear:none !important;}
.woocommerce-checkout #order_review_heading{float:right !important;width:40% !important;clear:right !important;margin:0 0 14px !important;}
.woocommerce-checkout #order_review{float:right !important;width:40% !important;clear:right !important;}

/* card wrappers */
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2,
.woocommerce-checkout #order_review{
	background:#fff;border:1px solid #ececec;border-radius:16px;
	padding:22px 22px 6px;box-shadow:0 6px 22px rgba(0,0,0,.05);margin-bottom:18px;
}
.woocommerce-checkout h3{font-size:1.15rem;margin:0 0 14px;color:#6a1b1b;font-weight:700;
	padding-bottom:10px;border-bottom:2px solid #f3e6cf;}

/* inputs */
.woocommerce-checkout .form-row{margin:0 0 14px;padding:0;}
.woocommerce-checkout .form-row label{display:block;font-weight:600;font-size:.85rem;
	color:#444;margin-bottom:5px;}
.woocommerce-checkout .input-text,
.woocommerce-checkout select,
.woocommerce-checkout .select2-selection{
	width:100%;border:1px solid #dcdcdc !important;border-radius:10px !important;
	padding:12px 14px !important;font-size:.95rem;min-height:46px;box-sizing:border-box;
	background:#fdfdfd;transition:border-color .15s,box-shadow .15s;
}
.woocommerce-checkout .input-text:focus,
.woocommerce-checkout select:focus{
	border-color:#c9820f !important;box-shadow:0 0 0 3px rgba(201,130,15,.15);outline:none;
}
.woocommerce-checkout .required{color:#c0392b;border:0;}

/* order review table */
.woocommerce-checkout #order_review .shop_table{border:0;background:transparent;}
.woocommerce-checkout #order_review .shop_table th,
.woocommerce-checkout #order_review .shop_table td{padding:10px 4px;border-top:1px solid #f0f0f0;}
.woocommerce-checkout #order_review .cart-subtotal,
.woocommerce-checkout #order_review .order-total{font-size:1rem;}
.woocommerce-checkout #order_review .order-total .amount{color:#6a1b1b;font-size:1.2rem;}

/* payment box */
.woocommerce-checkout #payment{background:#faf7f1;border:1px solid #f0e6d4;border-radius:14px;padding:6px 16px;}
.woocommerce-checkout #payment ul.payment_methods{border:0;padding:10px 0;}
.woocommerce-checkout #payment ul.payment_methods li{margin:0 0 6px;padding:12px 14px;
	background:#fff;border:1px solid #ececec;border-radius:10px;}
.woocommerce-checkout #payment ul.payment_methods li label{font-weight:600;}
.woocommerce-checkout #payment div.payment_box{background:#fff7ea;border-radius:10px;margin:8px 0;}
.woocommerce-checkout #payment div.payment_box::before{display:none;}
.woocommerce-checkout #place_order,
.woocommerce-checkout #payment #place_order{
	width:100%;background:#6a1b1b;color:#fff;border:0;border-radius:12px;
	padding:16px;font-size:1.05rem;font-weight:700;letter-spacing:.3px;
	box-shadow:0 8px 20px rgba(106,27,27,.25);transition:transform .1s,background .15s;
}
.woocommerce-checkout #place_order:hover{background:#8a2323;transform:translateY(-1px);}


@media (max-width:768px){
	.woocommerce-checkout #customer_details,
	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout #order_review{float:none !important;width:100% !important;}
}

@media (max-width:600px){
	.woocommerce-checkout form.checkout{gap:16px;}
	.woocommerce-checkout #customer_details .col-1,
	.woocommerce-checkout #customer_details .col-2,
	.woocommerce-checkout #order_review{padding:16px 16px 4px;border-radius:14px;}
}

/* ============================================================
   PDF invoice: button + off-screen printable receipt
   ============================================================ */
.tos-invoice-actions{margin:18px 0;}
.tos-pdf-btn{display:inline-flex;align-items:center;gap:8px;background:#6a1b1b;color:#fff;
	border:0;border-radius:10px;padding:11px 18px;font-size:.95rem;font-weight:600;cursor:pointer;
	box-shadow:0 6px 16px rgba(106,27,27,.22);transition:background .15s,transform .1s;}
.tos-pdf-btn:hover{background:#8a2323;transform:translateY(-1px);}
.tos-pdf-btn:disabled{opacity:.6;cursor:default;}

/* invoice kept off-screen; revealed only during PDF render */
.tos-invoice{position:absolute;left:-9999px;top:0;width:700px;background:#fff;color:#222;
	font-family:Arial,Helvetica,sans-serif;padding:34px;box-sizing:border-box;}
.tos-inv-head{display:flex;justify-content:space-between;align-items:flex-start;
	border-bottom:3px solid #6a1b1b;padding-bottom:16px;margin-bottom:20px;}
.tos-inv-logo{max-height:70px;max-width:230px;height:auto;}
.tos-inv-brand{font-size:1.6rem;font-weight:800;color:#6a1b1b;}
.tos-inv-meta{text-align:right;font-size:.85rem;line-height:1.55;color:#444;}
.tos-inv-title{font-size:1.15rem;font-weight:700;color:#6a1b1b;margin-bottom:4px;}
.tos-inv-parties{display:flex;justify-content:space-between;gap:24px;margin-bottom:20px;font-size:.88rem;line-height:1.55;}
.tos-inv-right{text-align:right;}
.tos-inv-label{text-transform:uppercase;letter-spacing:.5px;font-size:.72rem;color:#999;margin-bottom:4px;}
.tos-inv-addr{color:#555;margin-top:4px;}
.tos-inv-table{width:100%;border-collapse:collapse;margin-bottom:18px;font-size:.9rem;}
.tos-inv-table th{background:#faf3e6;color:#6a1b1b;text-align:left;padding:10px 12px;border-bottom:2px solid #eadfca;}
.tos-inv-table td{padding:10px 12px;border-bottom:1px solid #eee;}
.tos-inv-c{text-align:center;}
.tos-inv-r{text-align:right;}
.tos-inv-total td{font-size:1.05rem;font-weight:800;color:#6a1b1b;border-top:2px solid #6a1b1b;border-bottom:0;}
.tos-inv-foot{margin-top:10px;border-top:1px solid #eee;padding-top:14px;}
.tos-inv-thanks{color:#6a1b1b;font-weight:700;margin-bottom:6px;}
.tos-inv-note{font-size:.75rem;color:#999;}

/* ============================================================
   Category / shop archives use the SAME rich menu cards
   ============================================================ */
.tax-product_cat ul.products,
.tax-product_tag ul.products,
.post-type-archive-product ul.products{
	display:grid !important;
	grid-template-columns:repeat(4,1fr) !important;
	gap:22px !important;
	margin:0 !important;
}
.tax-product_cat ul.products li.product.tos-archive-item,
.tax-product_tag ul.products li.product.tos-archive-item,
.post-type-archive-product ul.products li.product.tos-archive-item{
	width:auto !important;margin:0 !important;padding:0 !important;float:none !important;
	list-style:none !important;box-shadow:none !important;background:transparent !important;
}
.tax-product_cat ul.products li.product.tos-archive-item::before,
.tax-product_cat ul.products li.product.tos-archive-item::after{content:none !important;display:none !important;}
.tax-product_cat ul.products li.product.tos-archive-item .tos-card,
.tax-product_tag ul.products li.product.tos-archive-item .tos-card,
.post-type-archive-product ul.products li.product.tos-archive-item .tos-card{height:100%;margin:0;}
@media(max-width:900px){
	.tax-product_cat ul.products,.tax-product_tag ul.products,.post-type-archive-product ul.products{grid-template-columns:repeat(2,1fr) !important;}
}
@media(max-width:560px){
	.tax-product_cat ul.products,.tax-product_tag ul.products,.post-type-archive-product ul.products{grid-template-columns:1fr !important;gap:0 !important;}
}

/* ============================================================
   Archive LIST view = filterable / sortable table (Excel-like)
   ============================================================ */
.tos-list-wrap{display:none;overflow-x:auto;margin-top:6px;}
ul.products.products-list-view > li.tos-archive-item{display:none !important;}
ul.products.products-list-view ~ .tos-list-wrap{display:block;}

.tos-list-table{width:100%;border-collapse:collapse;font-size:.92rem;background:#fff;min-width:640px;}
.tos-list-table th,.tos-list-table td{padding:10px 12px;border-bottom:1px solid #eee;text-align:left;vertical-align:middle;}
.tos-list-table thead th{background:#6a1b1b;color:#fff;white-space:nowrap;font-weight:700;}
.tos-list-table thead th.sortable{cursor:pointer;user-select:none;}
.tos-list-table thead th.sortable:hover{background:#7d2323;}
.tos-list-table .tos-sort-ar{font-size:.72em;margin-left:5px;}
.tos-list-filters th{background:#faf3e6;padding:6px 10px;}
.tos-list-filters input,.tos-list-filters select{width:100%;padding:6px 8px;border:1px solid #dcd2bd;border-radius:6px;font-size:.84rem;box-sizing:border-box;background:#fff;}
.tos-list-thumb{width:54px;height:54px;object-fit:cover;border-radius:8px;display:block;}
.tos-lt-name a{font-weight:700;color:#1f2a3a;text-decoration:none;}
.tos-lt-name a:hover{color:#6a1b1b;}
.tos-lt-type{display:inline-block;font-size:.72rem;font-weight:700;padding:2px 9px;border-radius:20px;white-space:nowrap;}
.tos-lt-type.veg{color:#2e7d32;border:1px solid #2e7d32;}
.tos-lt-type.nonveg{color:#8a2323;border:1px solid #8a2323;}
.tos-lt-price{font-weight:800;color:#6a1b1b;white-space:nowrap;}
.tos-list-desc{color:#555;max-width:320px;}
.tos-lt-order{display:inline-flex;align-items:center;gap:8px;}
.tos-lt-qty{display:inline-flex;align-items:stretch;border:1px solid #e2d6bf;border-radius:8px;overflow:hidden;height:32px;background:#fff;flex:0 0 auto;}
.tos-lt-qty button{border:0;background:#f7efe0;width:30px;height:32px;padding:0;margin:0;cursor:pointer;font-size:16px;line-height:1;color:#6a1b1b;display:flex;align-items:center;justify-content:center;flex:0 0 auto;}
.tos-lt-qty button:hover{background:#f0e4cc;}
.tos-lt-qty span{min-width:30px;height:32px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex:0 0 auto;}
.tos-lt-add{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border-radius:50%;background:#fbedcf;color:#c9820f;border:0;cursor:pointer;flex:0 0 auto;transition:background .15s,color .15s;}
.tos-lt-add:hover{background:#c9820f;color:#fff;}
.tos-lt-add.added{background:#2e7d32;color:#fff;}
.tos-lt-add svg{width:19px;height:19px;}
.tos-lt-portion{padding:5px 6px;border:1px solid #dcd2bd;border-radius:6px;font-size:.82rem;background:#fff;}
.tos-list-empty{padding:18px;text-align:center;color:#888;}
@media(max-width:780px){
	.tos-list-table .col-desc,.tos-list-table .col-cat{display:none;}
}
