
/* =========================================================
   HEALTH CLUB CAFE V2.7 - RESTAURANT MENU / ORDERING
   ========================================================= */
.hcc-food-hero{
  background:linear-gradient(135deg,#eef6f0,#f8f3ec);
  padding:42px 0 34px;
  border-bottom:1px solid #e7ece8;
}
.hcc-food-hero .hcc-v2-container{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
}
.hcc-food-kicker{
  display:inline-block;
  color:#a51f2b;
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:8px;
}
.hcc-food-hero h1{
  margin:0;
  color:#173f31;
  font-size:clamp(2.2rem,5vw,4rem);
  line-height:.98;
  letter-spacing:-.03em;
}
.hcc-food-hero p{
  max-width:680px;
  margin:12px 0 0;
  color:#5c6761;
  font-size:1rem;
  line-height:1.5;
}
.hcc-food-hero-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.hcc-food-hero-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:45px;
  padding:0 16px;
  border-radius:10px;
  text-decoration:none;
  font-weight:850;
}
.hcc-food-hero-actions .cart{
  background:#173f31;
  color:#fff;
}
.hcc-food-hero-actions .checkout{
  background:#a51f2b;
  color:#fff;
}
.hcc-food-wrap{
  padding:30px 0 55px;
}
.hcc-food-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
  flex-wrap:wrap;
}
.hcc-food-cats{
  display:flex;
  gap:8px;
  overflow-x:auto;
  padding-bottom:4px;
  scrollbar-width:none;
}
.hcc-food-cats::-webkit-scrollbar{display:none}
.hcc-food-cats a{
  flex:0 0 auto;
  text-decoration:none;
  color:#173f31;
  background:#f0f6f2;
  border:1px solid #d8e6dd;
  border-radius:999px;
  padding:9px 14px;
  font-size:.83rem;
  font-weight:800;
}
.hcc-food-cats a:hover{
  background:#173f31;
  color:#fff;
}
.hcc-food-note{
  color:#6b736f;
  font-size:.84rem;
}
.woocommerce ul.products{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  margin:0!important;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after{display:none!important}
.woocommerce ul.products li.product{
  width:auto!important;
  float:none!important;
  margin:0!important;
  background:#fff;
  border:1px solid #e2e9e4;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 9px 28px rgba(25,60,45,.08);
  padding:0 0 16px!important;
  transition:transform .18s ease, box-shadow .18s ease;
}
.woocommerce ul.products li.product:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 32px rgba(25,60,45,.12);
}
.woocommerce ul.products li.product img{
  width:100%!important;
  height:230px!important;
  object-fit:cover;
  margin:0 0 13px!important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  color:#173f31;
  padding:0 16px!important;
  margin:0 0 4px!important;
  font-size:1.05rem!important;
  line-height:1.25;
}
.woocommerce ul.products li.product .price{
  display:block;
  padding:0 16px!important;
  color:#a51f2b!important;
  font-size:1.08rem!important;
  font-weight:900!important;
}
.woocommerce ul.products li.product .button{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  margin:10px 16px 0!important;
  padding:11px 15px!important;
  min-height:42px;
  border-radius:10px!important;
  background:#173f31!important;
  color:#fff!important;
  font-weight:850!important;
}
.woocommerce ul.products li.product .button:hover{
  background:#a51f2b!important;
}
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering{
  margin-bottom:18px!important;
}
.woocommerce .woocommerce-ordering select{
  min-height:42px;
  border:1px solid #d5e0d9;
  border-radius:10px;
  padding:0 12px;
}
.hcc-order-method{
  margin:18px 0 0;
  padding:16px;
  border:1px solid #dce7e0;
  border-radius:14px;
  background:#f4f8f5;
}
.hcc-order-method h3{
  margin:0 0 8px;
  color:#173f31;
}
.hcc-order-method label{
  display:block;
  margin:7px 0;
  font-weight:700;
}
.hcc-cart-float{
  position:fixed;
  right:16px;
  bottom:16px;
  z-index:9990;
  display:flex;
  align-items:center;
  gap:8px;
  min-height:46px;
  padding:0 15px;
  border-radius:999px;
  background:#173f31;
  color:#fff;
  text-decoration:none;
  font-weight:900;
  box-shadow:0 12px 30px rgba(0,0,0,.22);
}
.hcc-cart-float span{
  min-width:24px;
  height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#a51f2b;
  font-size:.76rem;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order{
  background:#a51f2b!important;
  border-radius:10px!important;
  font-weight:900!important;
}
@media(max-width:900px){
  .woocommerce ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px;
  }
  .hcc-food-hero .hcc-v2-container{
    display:block;
  }
  .hcc-food-hero-actions{
    margin-top:18px;
  }
}
@media(max-width:600px){
  .hcc-food-hero{padding:30px 0 24px}
  .hcc-food-hero h1{font-size:2.25rem}
  .hcc-food-hero p{font-size:.92rem}
  .hcc-food-wrap{padding-top:20px}
  .woocommerce ul.products li.product img{height:160px!important}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size:.92rem!important;
    padding:0 11px!important;
  }
  .woocommerce ul.products li.product .price{
    font-size:.95rem!important;
    padding:0 11px!important;
  }
  .woocommerce ul.products li.product .button{
    display:flex!important;
    margin:8px 10px 0!important;
    font-size:.78rem!important;
    padding:10px!important;
  }
  .hcc-cart-float{
    right:10px;
    bottom:10px;
    font-size:.84rem;
  }
}
@media(max-width:370px){
  .woocommerce ul.products{
    grid-template-columns:1fr!important;
  }
  .woocommerce ul.products li.product img{height:210px!important}
}


/* V2.8 Guyana checkout polish */
.woocommerce-checkout .hcc-hide-postcode{
  display:none!important;
}
.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout form .form-row select{
  min-height:48px;
  border:1px solid #cfd9d3;
  border-radius:10px;
  padding:10px 12px;
}
.woocommerce-checkout .select2-container .select2-selection--single{
  min-height:48px;
  border:1px solid #cfd9d3;
  border-radius:10px;
}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered{
  line-height:46px;
}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow{
  height:46px;
}
.woocommerce-checkout h3{
  color:#173f31;
}
.woocommerce-checkout #payment{
  border-radius:16px;
  overflow:hidden;
}

/* V2.9 Checkout Block visual fallback */
.wc-block-components-address-form__postcode,
#billing-postcode,
#shipping-postcode,
label[for="billing-postcode"],
label[for="shipping-postcode"]{
  display:none!important;
}


/* =========================================================
   V3.1 Pickup / Delivery polish
   ========================================================= */
.hcc-shipping-choice-note{
  margin:10px 0 12px;
  padding:13px 14px;
  background:#f1f7f3;
  border:1px solid #d9e7de;
  border-radius:12px;
  color:#173f31;
  line-height:1.4;
}
.wc-block-components-radio-control__option{
  border-radius:12px!important;
}
.wc-block-components-shipping-rates-control__package{
  border-radius:14px!important;
}
