
/* V116 final commerce/content polish: before-payment accessory upsells, cart spacing, hide duplicate About contact card. */
:root{--manya-green:#0b5d46;--manya-gold:#d4a63d;--manya-soft:#f4faf7;--manya-text:#1d1d1f;}

/* Remove duplicate contact card from About page only; Contact page remains unchanged. */
body.page #about-contact{display:none!important;}

/* Cart page bootstrap-like spacing and layout */
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-order-received .woocommerce{
  max-width:1180px!important;
  width:calc(100% - 48px)!important;
  margin:0 auto!important;
  padding:64px 0!important;
}
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout form.checkout,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details{
  background:#fff!important;
  border:1px solid rgba(11,93,70,.12)!important;
  border-radius:28px!important;
  box-shadow:0 20px 70px rgba(11,93,70,.08)!important;
  padding:28px!important;
  overflow:hidden!important;
}
.woocommerce-cart .woocommerce-cart-form{margin-bottom:34px!important;}
.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table,
.woocommerce-order-received table.shop_table{
  width:100%!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  border:0!important;
  margin:0!important;
}
.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td,
.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td,
.woocommerce-order-received table.shop_table th,
.woocommerce-order-received table.shop_table td{
  padding:18px 16px!important;
  border-bottom:1px solid rgba(11,93,70,.12)!important;
  vertical-align:middle!important;
}
.woocommerce-cart table.shop_table th,
.woocommerce-checkout table.shop_table th,
.woocommerce-order-received table.shop_table th{
  color:var(--manya-green)!important;
  font-weight:850!important;
  text-transform:none!important;
}
.woocommerce-cart .cart-collaterals{display:grid!important;grid-template-columns:minmax(0,1fr) 420px!important;gap:34px!important;align-items:start!important;margin-top:26px!important;}
.woocommerce-cart .cart-collaterals .cart_totals{grid-column:2!important;width:100%!important;float:none!important;}
.woocommerce-cart .cart-collaterals .cross-sells{grid-column:1!important;width:100%!important;float:none!important;}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.woocommerce-checkout #place_order,
.manya-accessory-suggestions .button{
  border-radius:999px!important;
  background:var(--manya-green)!important;
  color:#fff!important;
  border:0!important;
  font-weight:850!important;
  padding:14px 22px!important;
  text-decoration:none!important;
}

/* Accessory recommendations: show before payment on cart/checkout only; stable 3-card grid. */
.manya-accessory-suggestions,
.manya-accessory-suggestions.v108-upsell{
  width:100%!important;
  max-width:1180px!important;
  margin:42px auto!important;
  padding:34px!important;
  border-radius:30px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbf8 100%)!important;
  border:1px solid rgba(11,93,70,.14)!important;
  box-shadow:0 22px 70px rgba(11,93,70,.08)!important;
  overflow:hidden!important;
  clear:both!important;
}
.manya-suggestion-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:24px!important;margin-bottom:24px!important;}
.manya-suggestion-head .eyebrow{color:var(--manya-gold)!important;font-size:13px!important;letter-spacing:.18em!important;text-transform:uppercase!important;font-weight:850!important;margin:0 0 8px!important;}
.manya-suggestion-head h2{font-size:clamp(30px,4vw,54px)!important;line-height:1!important;margin:0 0 10px!important;color:var(--manya-text)!important;}
.manya-suggestion-head p{margin:0!important;color:#74777d!important;font-size:17px!important;max-width:620px!important;}
.manya-suggestion-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important;align-items:stretch!important;}
.manya-suggestion-card{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  height:100%!important;
  overflow:hidden!important;
  border-radius:24px!important;
  background:#fff!important;
  border:1px solid rgba(11,93,70,.12)!important;
  box-shadow:0 14px 40px rgba(11,93,70,.07)!important;
  text-decoration:none!important;
}
.manya-suggestion-card>a:first-child{display:block!important;line-height:0!important;}
.manya-suggestion-card img{
  display:block!important;
  width:100%!important;
  height:210px!important;
  aspect-ratio:4/3!important;
  object-fit:cover!important;
  object-position:center!important;
  background:#eef6f1!important;
  border-radius:0!important;
  transform:none!important;
}
.manya-suggestion-card>div{padding:22px!important;display:flex!important;flex-direction:column!important;gap:10px!important;flex:1!important;}
.manya-suggestion-card h3{font-size:24px!important;line-height:1.08!important;margin:0!important;color:var(--manya-green)!important;word-break:normal!important;overflow-wrap:normal!important;}
.manya-suggestion-card h3 a{color:inherit!important;text-decoration:none!important;}
.manya-suggestion-card p{font-size:15px!important;line-height:1.55!important;color:#777b80!important;margin:0!important;}
.manya-suggestion-price{display:block!important;font-size:17px!important;color:var(--manya-text)!important;font-weight:900!important;margin-top:auto!important;}
.manya-suggestion-card .button,.manya-suggestion-card .add_to_cart_button{align-self:flex-start!important;margin-top:8px!important;}
.woocommerce-order-received .manya-accessory-suggestions{display:none!important;} /* Do not suggest after payment */

/* Order received summary row fix */
.woocommerce-order-received .woocommerce-order-overview{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
  padding:0!important;
  margin:0 0 34px!important;
  list-style:none!important;
}
.woocommerce-order-received .woocommerce-order-overview li{
  min-width:0!important;
  width:auto!important;
  float:none!important;
  margin:0!important;
  padding:20px!important;
  border:1px solid rgba(11,93,70,.13)!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 12px 36px rgba(11,93,70,.06)!important;
  overflow:hidden!important;
}
.woocommerce-order-received .woocommerce-order-overview li strong{display:block!important;margin-top:6px!important;overflow-wrap:anywhere!important;font-size:17px!important;color:var(--manya-text)!important;}

@media(max-width:1024px){
  .woocommerce-cart .cart-collaterals{grid-template-columns:1fr!important;}
  .woocommerce-cart .cart-collaterals .cart_totals,
  .woocommerce-cart .cart-collaterals .cross-sells{grid-column:auto!important;}
  .manya-suggestion-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .woocommerce-order-received .woocommerce-order-overview{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:680px){
  .woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce,.woocommerce-order-received .woocommerce{width:calc(100% - 24px)!important;padding:38px 0!important;}
  .woocommerce-cart .woocommerce-cart-form,.woocommerce-cart .cart-collaterals .cart_totals,.woocommerce-checkout form.checkout,.woocommerce-order-received .woocommerce-order-details,.woocommerce-order-received .woocommerce-customer-details{padding:18px!important;border-radius:20px!important;}
  .manya-accessory-suggestions,.manya-accessory-suggestions.v108-upsell{padding:22px!important;border-radius:22px!important;margin:30px auto!important;}
  .manya-suggestion-head{display:block!important;}
  .manya-suggestion-grid{grid-template-columns:1fr!important;}
  .manya-suggestion-card img{height:190px!important;}
  .woocommerce-order-received .woocommerce-order-overview{grid-template-columns:1fr!important;}
}
