/*
Theme Name: Greedy Pigs Neon V3
Theme URI: https://thegreedypigs.co.uk
Author: The Greedy Pigs
Description: Dark neon WooCommerce theme. Desktop homepage redesigned with promo slots while keeping mobile UI.
Version: 3.0.55
Text Domain: greedy-pigs-neon
*/
:root{--gp-pink:#ff97cd;--gp-bg:#0b0b0d}
body{background:#0b0b0d;color:#ececf1}

/* Floating header (mobile only) */
@media (max-width:900px){
  .gp-float{position:fixed;left:0;right:0;top:0;z-index:999;background:#0b0b0d;border-bottom:1px solid #241b22}
  .gp-float-inner{height:56px;display:flex;align-items:center;justify-content:space-between;padding:6px 10px;gap:8px}
  .gp-menu-trigger, .gp-cart-btn{display:inline-flex;align-items:center;justify-content:center;height:44px;min-width:44px;border-radius:10px;border:2px solid var(--gp-pink);background:transparent;color:#ececf1;text-decoration:none;box-shadow:0 0 16px rgba(255,151,205,.55)}
  .gp-hamburger{width:22px;height:2px;background:var(--gp-pink);position:relative;border-radius:2px;display:block}
  .gp-hamburger::before,.gp-hamburger::after{content:'';position:absolute;left:0;width:22px;height:2px;background:var(--gp-pink);border-radius:2px}
  .gp-hamburger::before{top:-7px}.gp-hamburger::after{top:7px}
  .gp-titlewrap{flex:1 1 auto;min-width:0;display:flex;align-items:center;justify-content:center;overflow:hidden}
  .gp-titlewrap img{max-height:36px;height:auto;width:auto}
  .gp-titlewrap .site-title{font-weight:900;font-size:20px;margin:0;color:#ff97cd;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  #gp-cart-info{gap:8px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center}
  #gp-cart-info .gp-cart-count{background:#ff97cd;color:#191a1f;border-radius:999px;min-width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;margin-left:6px}
  #gp-cart-info .gp-cart-subtotal{margin-left:2px;font-weight:800}
  body.gp-float-padding{padding-top:56px}
}

/* Overlay - fade all at once */
@media (max-width:900px){
  .gp-mobile-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(2px);z-index:998;opacity:0;visibility:hidden;transition:opacity .18s ease,visibility .18s ease}
  .gp-mobile-panel{position:fixed;left:0;right:0;top:0;height:100vh;background:#0b0b0d;z-index:1000;border-bottom:2px solid var(--gp-pink);box-shadow:0 12px 60px rgba(255,151,205,.25);opacity:0;transform:translateY(-6%);transition:opacity .18s ease, transform .18s ease, top .18s ease;visibility:hidden}
  .gp-mobile-open .gp-mobile-overlay{opacity:1;visibility:visible}
  .gp-mobile-open .gp-mobile-panel{opacity:1;transform:translateY(0);visibility:visible}
  .gp-mobile-header{display:flex;align-items:center;justify-content:space-between;padding:14px;gap:10px}
  .gp-mobile-brand{display:flex;align-items:center;gap:10px}
  .gp-mobile-brand img{height:28px;width:auto}
  .gp-mobile-close{width:44px;height:44px;border-radius:10px;border:2px solid #ff97cd;background:transparent;color:#ff97cd;font-weight:900}
  .gp-mobile-body{padding:8px 16px 28px;overflow:auto;height:calc(100vh - 72px);animation:gpFade .22s ease both}
  @keyframes gpFade{from{opacity:0}to{opacity:1}}
  .gp-mobile-menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
  .gp-mobile-menu > li > a{position:relative;display:flex;align-items:center;justify-content:space-between;padding:14px;border:1px solid #2a2a32;border-radius:14px;background:#121216;color:#ececf1;text-decoration:none;font-weight:800;box-shadow:0 0 10px rgba(255,151,205,.0)}
  .gp-mobile-menu > li.menu-item-has-children > a::after{content:'+'; color:#ff97cd; font-weight:900; margin-left:12px; font-size:18px; line-height:1}
  .gp-mobile-menu > li.is-open > a::after{content:'\2212'} /* minus sign */
  .gp-mobile-menu > li.is-open > a{box-shadow:0 0 18px rgba(255,151,205,.35), inset 0 0 0 1px rgba(255,151,205,.4)}
  .gp-mobile-menu ul{list-style:none;margin:8px 0 0;padding:0 0 0 14px;display:none;border-left:2px solid rgba(255,151,205,.25)}
  .gp-mobile-menu ul li a{display:block;padding:12px;border:1px solid #2a2a32;border-radius:12px;background:#141418;color:#ececf1;text-decoration:none;font-weight:700;box-shadow:inset 0 0 0 1px rgba(255,151,205,.18)}
  .gp-sub-fade{animation:gpFade .25s ease both}
}

/* Admin bar adjustments (only when admin bar is present) */
@media (max-width:900px){
  body.admin-bar .gp-float{top:32px} /* Classic 32px admin bar height */
  @supports (position:fixed){
    body.admin-bar .gp-mobile-panel{top:32px}
  }
}
@media (max-width:782px){
  body.admin-bar .gp-float{top:46px} /* Mobile admin bar is taller */
  body.admin-bar .gp-mobile-panel{top:46px}
}


/* Offset for anchored scroll under sticky header */
.gp-subcat-section {
  scroll-margin-top: 100px; /* adjust to your sticky header height */
}


/* CART: force product title style inside our custom card */
.gp-cart-card .gp-cart-title { 
  text-align: left !important;
}

.gp-cart-card .gp-cart-title a,
.gp-cart-card .gp-cart-title a:link,
.gp-cart-card .gp-cart-title a:visited {
  color: var(--gp-pink, #ff4fa3) !important;
  text-decoration: none !important;
  font-weight: 800;
  display: inline-block;
  line-height: 1.2;
  font-size: clamp(18px, 2.2vw, 24px);
  text-shadow:
    0 0 6px rgba(255, 79, 163, 0.85),
    0 0 16px rgba(255, 79, 163, 0.55),
    0 0 28px rgba(255, 79, 163, 0.35);
}

.gp-cart-card .gp-cart-title a:hover {
  filter: brightness(1.1);
}

/* === FORCE LEFT ALIGN ON CART TITLE AREA === */
.gp-cart-card,
.gp-cart-row-top,
.gp-cart-title {
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

/* In case flexbox is centering items, fix link positioning */
.gp-cart-card .gp-cart-title {
  display: block !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

/* === FINAL LEFT ALIGN FIX FOR CART TITLES === */
.gp-cart-row-top {
  display: block !important;
  justify-content: unset !important;
  align-items: unset !important;
  text-align: left !important;
}

.gp-cart-title {
  display: block !important;
  text-align: left !important;
  margin: 0 0 6px 0 !important;
  padding-left: 0 !important;
}

.gp-cart-title a {
  display: inline-block !important;
  text-align: left !important;
}

/* === FORCE LEFT ALIGN ON CART TITLES (KILL FLEX CENTERING) === */
.gp-cart-row-top {
  display: flex !important;
  justify-content: space-between !important; /* keep price right */
  align-items: flex-start !important;
}

.gp-cart-title {
  flex: 1 1 auto !important;
  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gp-cart-title a {
  color: var(--gp-pink, #ff4fa3) !important;
  font-weight: 800 !important;
  font-size: clamp(18px, 2.2vw, 24px) !important;
  text-decoration: none !important;
  text-shadow:
    0 0 6px rgba(255, 79, 163, 0.85),
    0 0 16px rgba(255, 79, 163, 0.55),
    0 0 28px rgba(255, 79, 163, 0.35);
  display: inline-block !important;
  margin-left: 0 !important;
  justify-self: flex-start !important;
}

.gp-cart-line-total {
  text-align: right !important;
  flex-shrink: 0 !important;
}

/* === STACKED APF FIELDS === */
.gp-cart-attrs {
  margin-top: 6px;
  padding-left: 4px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left !important;
  color: #f5f5f5 !important;
}

.gp-cart-attrs strong {
  display: inline-block;
  min-width: 120px;
  font-weight: 700;
  color: var(--gp-pink, #ff4fa3);
}

.gp-cart-attrs {
  margin-top: 6px;
  padding-left: 6px;
  font-size: 14px;
  line-height: 1.55;
  color: #f2f2f2;
  text-align: left !important;
}

.gp-cart-attrs strong {
  color: var(--gp-pink, #ff4fa3);
  font-weight: 700;
  display: inline-block;
  min-width: 140px;
  text-shadow: 0 0 6px rgba(255, 0, 100, 0.5);
}

.gp-cart-attrs br {
  content: "";
  display: block;
  margin-bottom: 2px;
}

/* === CART PAGE STYLING === */
.gp-cart-title a {
  color: var(--gp-pink, #ff4fa3) !important;
  text-decoration: none !important;
  font-weight: 700;
  text-align: left;
  font-size: 1.1em;
  display: block;
  text-shadow: 0 0 8px rgba(255, 0, 150, 0.5);
}

/* APF (Advanced Product Fields) styling */
.gp-cart-attrs {
  margin-top: 6px;
  padding-left: 6px;
  font-size: 14px;
  line-height: 1.55;
  color: #f2f2f2;
  text-align: left !important;
}

.gp-cart-attr-line {
  display: block !important;
  margin-bottom: 3px;
  white-space: normal !important;
}

.gp-cart-attrs strong {
  color: var(--gp-pink, #ff4fa3);
  font-weight: 700;
  display: inline-block;
  min-width: 140px;
  text-shadow: 0 0 6px rgba(255, 0, 150, 0.4);
}


/* Stacked APF list on cart */
.gp-cart-attrs { 
  display:block;
  margin-top:.5rem;
  line-height:1.35;
}

.gp-cart-attrs dl { 
  margin:0; 
}

.gp-cart-attrs dt {
  float:left;
  clear:left;
  margin:0 .5rem 0 0;
  font-weight:700;
  color:#ff48b6;            /* neon pink label */
  text-align:left;
}

.gp-cart-attrs dd {
  margin:0 0 .35rem 0;      /* one row per field */
  color:#e9e9e9;
}

.gp-cart-attrs::after {
  content:"";               /* clear floats */
  display:block;
  clear:both;
}


/* Compact stacked APF layout */
.gp-cart-attrs {
  margin-top: 4px;
  line-height: 1.25;
  font-size: 0.92em;
}

.gp-cart-attrs dl {
  margin: 0;
}

.gp-cart-attrs dt {
  float: left;
  clear: left;
  margin: 0 0.35rem 0 0;
  font-weight: 600;
  color: var(--gp-pink, #ff4fa3);
  text-shadow: 0 0 4px rgba(255, 0, 150, 0.3);
}

.gp-cart-attrs dd {
  margin: 0 0 0.25rem 0;
  color: #f2f2f2;
  line-height: 1.25;
}

.gp-cart-attrs dd small,
.gp-cart-attrs dd span.price-modifier {
  opacity: 0.7;
  font-size: 0.9em;
}

.gp-cart-attrs ul.gpn-apf-list,
.gp-cart-attrs dl {
  margin: 2px 0 0 0;
  padding: 0;
  font-size: 0.9em;
  line-height: 1.25;
}

.gp-cart-attrs li,
.gp-cart-attrs dd {
  margin: 0 0 3px 0;
}

.gp-cart-attrs .key,
.gp-cart-attrs dt {
  font-weight: 600;
  color: var(--gp-pink, #ff4fa3);
  text-shadow: 0 0 4px rgba(255, 0, 150, 0.25);
  margin-right: 4px;
}

.gp-cart-attrs .val,
.gp-cart-attrs dd {
  color: #f2f2f2;
}

.gp-cart-attrs ul.gpn-apf-list {
  margin: 2px 0 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
  line-height: 1.3;
}
.gp-cart-attrs ul.gpn-apf-list li {
  margin-bottom: 2px;
}
.gp-cart-attrs .key {
  color: var(--gp-pink, #ff4fa3);
  font-weight: 600;
  text-shadow: 0 0 3px rgba(255, 0, 180, 0.3);
}




/* Cart middle row layout */
.gp-cart-row--middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px; /* gap between APF and qty/total */
  padding-top: 4px;
}

/* Quantity buttons */
.gp-qty {
  display: flex;
  align-items: center;
  gap: 4px;
}

.gp-qty-btn {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  transition: all .2s ease;
}

.gp-qty-btn:hover,
.gp-qty-btn:active {
  background: #ff007a; /* theme neon pink */
  border-color: #ff007a;
  color: #fff;
}

/* Qty input */
.gp-qty-input {
  width: 46px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(0,0,0,0.3);
  color: #fff;
  border-radius: 6px;
}

/* Line total */
.flat-white {
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
  text-align: right;
}



.gp-qtybox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.gp-btn {
  background: #ff00b6;
  color: #000;
  border: none;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  font-size: 18px;
  cursor: pointer;
}

.gp-val {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  min-width: 20px;
  text-align: center;
}


.gp-change-btn {
  display: inline-block;
  background: #ff0099;
  color: #fff !important;
  border-radius: 8px;
  padding: 6px 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 0 10px #ff0099;
  transition: all 0.2s ease-in-out;
}
.gp-change-btn:hover {
  background: #ff33aa;
  box-shadow: 0 0 16px #ff33aa;
}

/* Left-align shipping methods + address block inside Basket Totals */
.gpn-cart-panel .gpn-row-how,
.gpn-cart-panel .gpn-row-how .gpn-value,
.gpn-cart-panel .gpn-row-how .woocommerce-shipping-calculator,
.gpn-cart-panel .gpn-row-how ul#shipping_method,
.gpn-cart-panel .gpn-row-how p,
.gpn-cart-panel .gpn-row-how .gp-change-btn {
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  margin-left: 0 !important;
}

/* Optional: tidy spacing */
.gpn-cart-panel .gpn-row-how ul#shipping_method {
  margin: 0 0 6px 0;
  padding-left: 0;
  list-style: none;
}

.gpn-cart-panel .gpn-row-how .gp-change-btn {
  margin-top: 8px;
  display: inline-block;
}


/* 🌟 Greedy Pigs – Checkout Button Styling */
a.checkout-button,
button.checkout-button,
.wc-proceed-to-checkout .button {
  display: block;
  width: 100%;
  text-align: center;
  background: #ff0099 !important;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 12px;
  padding: 14px 0;
  font-size: 1.1rem;
  box-shadow: 0 0 15px #ff0099;
  transition: all 0.25s ease-in-out;
  margin-top: 10px;
}

a.checkout-button:hover,
button.checkout-button:hover,
.wc-proceed-to-checkout .button:hover {
  background: #ff33aa !important;
  box-shadow: 0 0 25px #ff33aa, 0 0 40px rgba(255, 0, 153, 0.4);
  transform: translateY(-1px);
}

.wc-proceed-to-checkout {
  margin-top: 10px;
  text-align: center;
}

/* Optional: smooth edge glow if your dark background clips shadow */
.wc-proceed-to-checkout {
  overflow: visible;
}

/* 🌟 Greedy Pigs – Themed Checkout Button */
.wc-proceed-to-checkout {
  text-align: center;
  margin-top: 12px;
  padding: 0 15px; /* keeps the button inset inside panel edges */
}

.wc-proceed-to-checkout .checkout-button {
  display: inline-block;
  width: 100%;
  max-width: 440px; /* keeps it nice and contained */
  background: #ff0099 !important;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 12px;
  padding: 12px 0;
  font-size: 1.05rem;
  box-shadow: 0 0 15px #ff0099;
  transition: all 0.25s ease-in-out;
}

.wc-proceed-to-checkout .checkout-button:hover {
  background: #ff33aa !important;
  box-shadow: 0 0 25px #ff33aa, 0 0 40px rgba(255, 0, 153, 0.4);
  transform: translateY(-1px);
}

/* 🌟 Greedy Pigs - Fix Proceed to Checkout Button Size + Style */
.gpn-cart-panel .gpn-proceed-wrap {
  text-align: center;
  margin-top: 10px;
}

.gpn-cart-panel .gpn-proceed-wrap a.checkout-button {
  display: inline-block;
  width: 100%;
  max-width: 440px;
  background: #ff0099 !important;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 12px;
  padding: 12px 0;
  font-size: 1.05rem;
  box-shadow: 0 0 15px #ff0099;
  transition: all 0.25s ease-in-out;
}

.gpn-cart-panel .gpn-proceed-wrap a.checkout-button:hover {
  background: #ff33aa !important;
  box-shadow: 0 0 25px #ff33aa, 0 0 40px rgba(255, 0, 153, 0.4);
  transform: translateY(-1px);
}

/* --- Mobile menu base --- */
.gp-mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gp-mobile-menu li {
  margin: 8px 0;
  position: relative;
}
.gp-mobile-menu li a {
  display: block;
  padding: 14px 18px;
  color: #fff;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(15,15,15,0.9), rgba(25,25,25,0.9));
  border: 1px solid rgba(255,255,255,0.1);
  text-decoration: none;
  font-weight: 600;
  transition: all .25s ease;
}
.gp-mobile-menu li a:hover {
  color: #ff97cd;
  box-shadow: 0 0 12px rgba(255,151,205,0.4);
}

/* --- Child submenus --- */
.gp-mobile-menu ul.sub-menu {
  display: none;
  padding-left: 16px;
  margin-top: 8px;
}
.gp-mobile-menu li.is-open > ul.sub-menu {
  display: block;
  animation: fadeDown 0.3s ease forwards;
}

/* --- Fade in animation --- */
@keyframes fadeDown {
  from {opacity: 0; transform: translateY(-5px);}
  to {opacity: 1; transform: translateY(0);}
}

/* --- Plus / minus indicator --- */
.gp-mobile-menu li.menu-item-has-children > a::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff97cd;
  font-weight: bold;
}
.gp-mobile-menu li.menu-item-has-children.is-open > a::after {
  content: '−';
}
/* 🐷 GREEDY PIGS – Archive Card Layout (Accurate Version) */

.gp-list-card {
  background: rgba(15, 15, 15, 0.96);
  border-radius: 14px;
  border: 1px solid rgba(255, 151, 205, 0.1);
  padding: 18px 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 18px rgba(255, 151, 205, 0.1);
  transition: all 0.25s ease;
}
.gp-list-card:hover {
  box-shadow: 0 0 30px rgba(255, 151, 205, 0.35);
}

/* Title + price on one line */
.gp-list-row.gp-row-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 151, 205, 0.08);
  padding-bottom: 6px;
  margin-bottom: 10px;
}

/* Title */
.gp-item-title,
.gp-item-title a {
  font-weight: 700;
  font-size: 1.05rem;
  color: #ff97cd;
  text-decoration: none;
  letter-spacing: 0.3px;
}
.gp-item-title a:hover {
  color: #fff;
}

/* Price (right-aligned) */
.gp-item-price,
.gp-item-price .price {
  font-weight: 700;
  color: #ff97cd;
  text-shadow: 0 0 6px rgba(255, 151, 205, 0.6);
  font-size: 1rem;
}

/* Middle row — image and description */
.gp-list-row.gp-row-main {
  display: grid;
  grid-template-columns: 80px auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 10px;
}

/* Product image */
.gp-item-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  object-fit: cover;
}

/* Product description */
.gp-item-desc {
  color: #ccc;
  font-size: 0.9rem;
  line-height: 1.4;
}

/* 🧾 Fix: Keep all buttons fully visible + apply neon style sitewide */
.gp-list-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: visible; /* allow button glow to show */
  padding-bottom: 18px;
}

/* Bottom action area (Add button + qty select) */
.gp-item-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  grid-column: 1 / -1;
  gap: 8px;
}

/* Ensure form wrappers inside .gp-item-actions stay inline */
.gp-item-actions form {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

/* Neon Buttons: applies to <a>, <button>, and input[type=submit] */
.gp-item-actions .button,
.gp-item-actions a.button,
.gp-item-actions button,
.gp-item-actions input[type="submit"],
.gp-item-actions .add_to_cart_button {
  display: inline-block;
  background: linear-gradient(180deg, #ff97cd 0%, #ff5fb2 100%);
  color: #000 !important;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 10px 24px;
  border: none;
  font-size: 0.9rem;
  transition: all 0.25s ease;
  box-shadow: 0 0 14px rgba(255, 151, 205, 0.45);
  cursor: pointer;
  min-width: 100px;
  text-align: center;
}
.gp-item-actions .button:hover,
.gp-item-actions button:hover,
.gp-item-actions input[type="submit"]:hover {
  background: #fff;
  color: #000 !important;
  box-shadow: 0 0 18px rgba(255, 151, 205, 0.8);
  transform: translateY(-1px);
}

/* Quantity selector beside button */
.gp-item-actions select.qty,
.gp-item-actions .gp-qty-select {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 151, 205, 0.3);
  border-radius: 8px;
  color: #fff;
  padding: 6px 10px;
  font-size: 0.9rem;
  font-weight: 600;
  min-width: 55px;
  text-align: center;
}
.gp-item-actions select.qty:focus {
  outline: none;
  border-color: #ff97cd;
  box-shadow: 0 0 6px rgba(255, 151, 205, 0.5);
}

/* Make sure form buttons inside lists stay consistent */
ul.products li.product .button,
ul.products li.product button {
  background: linear-gradient(180deg, #ff97cd 0%, #ff5fb2 100%);
  color: #000 !important;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 10px 24px;
  border: none;
  font-size: 0.9rem;
  transition: all 0.25s ease;
  box-shadow: 0 0 14px rgba(255, 151, 205, 0.45);
}
ul.products li.product .button:hover,
ul.products li.product button:hover {
  background: #fff;
  color: #000 !important;
  box-shadow: 0 0 18px rgba(255, 151, 205, 0.8);
}



/* 🧩 Uniform Add Button Height & Width — All Types */

.gp-item-actions .button,
.gp-item-actions a.button,
.gp-item-actions button,
.gp-item-actions input[type="submit"],
ul.products li.product .button,
ul.products li.product button {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #ff97cd 0%, #ff5fb2 100%);
  color: #000 !important;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
  height: 45px;             /* 🔹 Force same height */
  min-width: 120px;         /* 🔹 Force same width */
  padding: 0 24px;          /* 🔹 Internal padding only horizontal */
  border: none;
  font-size: 0.9rem;
  line-height: 1;
  transition: all 0.25s ease;
  box-shadow: 0 0 14px rgba(255, 151, 205, 0.45);
  cursor: pointer;
  text-align: center;
}

.gp-item-actions .button:hover,
.gp-item-actions a.button:hover,
.gp-item-actions button:hover,
.gp-item-actions input[type="submit"]:hover {
  background: #fff;
  color: #000 !important;
  box-shadow: 0 0 18px rgba(255, 151, 205, 0.8);
  transform: translateY(-1px);
}

/* Ensure forms with quantity + add align vertically centered */
.gp-item-actions form {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Quantity selector box matches button height */
.gp-item-actions select.qty,
.gp-item-actions .gp-qty-select {
  height: 45px;
  min-width: 60px;
  border-radius: 10px;
  font-weight: 600;
  color: #fff;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,151,205,0.3);
  text-align: center;
  font-size: 0.9rem;
  appearance: none;
}
.gp-item-actions select.qty:focus {
  border-color: #ff97cd;
  box-shadow: 0 0 8px rgba(255,151,205,0.5);
  outline: none;
}


/* === Fix too-wide anchor +ADD buttons === */
.gp-item-actions a.button.product_type_simple.add_to_cart_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 46px !important;
  min-width: 140px !important;
  max-width: 140px !important; /* 🔹 Prevent it stretching */
  padding: 0 24px !important;
  border-radius: 12px !important;
  background: linear-gradient(180deg,#ff97cd 0%,#ff5fb2 100%) !important;
  color: #000 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  box-shadow: 0 0 14px rgba(255,151,205,.45) !important;
  border: none !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.gp-item-actions a.button.product_type_simple.add_to_cart_button:hover {
  background: #fff !important;
  color: #000 !important;
  box-shadow: 0 0 18px rgba(255,151,205,.85) !important;
  transform: translateY(-1px);
}

/* isolate toast completely from theme layout */
body > .gp-toast {
  all: unset;                     /* remove ALL inherited styles */
  position: fixed !important;
  inset: auto 25px 0 auto !important;  /* top-right corner */
  top: 25px !important;
  right: 25px !important;

  z-index: 9999999 !important;
  display: inline-block !important;
  box-sizing: border-box !important;

  background: rgba(15, 0, 30, 0.95);
  border: 2px solid #ff97cd;
  border-radius: 14px;
  padding: 16px 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  text-align: left;

  box-shadow: 0 0 12px #ff97cd, 0 0 25px rgba(255, 151, 205, 0.4);
  width: auto !important;
  max-width: 320px !important;
  height: auto !important;
  overflow: hidden !important;
  pointer-events: none;

  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.4s ease;
}

body > .gp-toast strong {
  all: unset;
  display: block;
  color: #ff97cd;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  text-shadow: 0 0 8px #ff97cd, 0 0 16px #ff97cd;
}

body > .gp-toast.show {
  opacity: 1;
  transform: translateY(0);
  animation: gpToastPulse 1.5s ease-in-out infinite;
}

@keyframes gpToastPulse {
  0%,100% { box-shadow: 0 0 10px #ff97cd,0 0 20px rgba(255,151,205,.3); }
  50% { box-shadow: 0 0 18px #ff97cd,0 0 35px rgba(255,151,205,.6); }
}



/* 🌸 Global Font Reset — Rubik Everywhere */
body, button, input, select, textarea {
  font-family: 'Rubik', sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.2px;
  -webkit-font-smoothing: antialiased;
  color: #fff;
}

/* 🧁 Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Rubik', sans-serif !important;
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* 🍔 Buttons */
button, .button, .wp-block-button__link, .gp-add {
  font-family: 'Rubik', sans-serif !important;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

/* 🛒 Product titles and prices */
.woocommerce-loop-product__title, .gp-item-title, .price {
  font-family: 'Rubik', sans-serif !important;
  font-weight: 500;
  line-height: 1.3;
}

/* 💬 Toasts and notices */
.gp-toast, .woocommerce-message, .woocommerce-error, .woocommerce-info {
  font-family: 'Rubik', sans-serif !important;
  font-weight: 500;
}

body {
  font-size: 15px;
  line-height: 1.7;
  color: #eaeaea;
}

h1, h2, h3 {
  color: #ff97cd;
  text-shadow: 0 0 8px rgba(255, 151, 205, 0.5);
}


/* 🌸 Unify all add-to-cart / form buttons */
button,
.button,
.button.alt,
.add_to_cart_button,
.single_add_to_cart_button,
.gp-add,
form.cart button {
  background: linear-gradient(180deg, #ff97cd 0%, #ff56a6 100%) !important;
  color: #fff !important;
  font-family: 'Rubik', sans-serif !important;
  font-weight: 600;
  text-transform: uppercase;
  border: none !important;
  border-radius: 12px !important;
  padding: 10px 22px !important;
  box-shadow: 0 0 12px rgba(255, 151, 205, 0.6), 0 0 25px rgba(255, 151, 205, 0.3);
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  letter-spacing: 0.8px;
}

/* 🐷 Hover / focus */
button:hover,
.button:hover,
.add_to_cart_button:hover,
.gp-add:hover {
  background: linear-gradient(180deg, #ffb5dc 0%, #ff72b8 100%) !important;
  box-shadow: 0 0 18px rgba(255, 151, 205, 0.9), 0 0 35px rgba(255, 151, 205, 0.5);
  transform: translateY(-2px);
}

/* 🖤 Disabled / loading state */
button[disabled],
.button[disabled],
.gp-add.gp-adding {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
  transform: none !important;
}

/* 💡 Ensure quantity selectors next to buttons still align nicely */
form.cart .quantity,
.gp-item-actions .quantity {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}



/* 🌸 FORCE APF + Woo Add Buttons to Match Neon GP Buttons */
a.button.add_to_cart_button,
a.button.product_type_simple.add_to_cart_button,
a.button.single_add_to_cart_button,
a.button.product_type_variable.add_to_cart_button,
a.button.ajax_add_to_cart,
form.cart .single_add_to_cart_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 46px !important;
  min-width: 140px !important;
  padding: 0 24px !important;
  border-radius: 12px !important;
  background: linear-gradient(180deg, #ff97cd 0%, #ff5fb2 100%) !important;
  color: #fff !important;
  font-family: 'Rubik', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  text-decoration: none !important;
  border: none !important;
  box-shadow: 0 0 12px rgba(255, 151, 205, 0.6), 0 0 25px rgba(255, 151, 205, 0.3) !important;
  transition: all 0.25s ease-in-out !important;
}

/* 🐷 Hover / Focus Glow */
a.button.add_to_cart_button:hover,
a.button.product_type_simple.add_to_cart_button:hover,
a.button.ajax_add_to_cart:hover,
form.cart .single_add_to_cart_button:hover {
  background: linear-gradient(180deg, #ffb8e2 0%, #ff72b8 100%) !important;
  box-shadow: 0 0 18px rgba(255, 151, 205, 0.9), 0 0 35px rgba(255, 151, 205, 0.5) !important;
  transform: translateY(-2px);
}

/* 🖤 Disabled / Loading state */
a.button.add_to_cart_button.disabled,
a.button.add_to_cart_button.loading,
a.button.product_type_simple.add_to_cart_button.disabled,
form.cart .single_add_to_cart_button[disabled] {
  opacity: 0.6 !important;
  transform: none !important;
  cursor: not-allowed !important;
}


/* 🧁 Fix APF "Add" Buttons to Match Compact Neon GP Style */
a.button.add_to_cart_button,
a.add_to_cart_button,
a.product_type_simple.add_to_cart_button,
a.ajax_add_to_cart,
a.single_add_to_cart_button {
  all: unset !important;
  display: inline-block !important;
  text-align: center !important;
  background: linear-gradient(180deg, #ff97cd 0%, #ff56a6 100%) !important;
  color: #fff !important;
  font-family: 'Rubik', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  border-radius: 12px !important;
  padding: 10px 20px !important;
  min-width: 100px !important;
  max-width: 120px !important;
  height: auto !important;
  line-height: normal !important;
  border: none !important;
  box-shadow: 0 0 12px rgba(255,151,205,0.6), 0 0 25px rgba(255,151,205,0.3) !important;
  transition: all 0.25s ease-in-out !important;
  cursor: pointer !important;
  vertical-align: middle !important;
}

/* 🩷 Hover Glow */
a.add_to_cart_button:hover {
  background: linear-gradient(180deg, #ffb5dc 0%, #ff72b8 100%) !important;
  box-shadow: 0 0 18px rgba(255,151,205,0.9), 0 0 35px rgba(255,151,205,0.5) !important;
  transform: translateY(-2px);
}

/* 🖤 Disabled or Loading */
a.add_to_cart_button.disabled,
a.add_to_cart_button.loading {
  opacity: 0.6 !important;
  transform: none !important;
  cursor: not-allowed !important;
}

/* 👌 Ensure alignment within item container */
.gp-item-actions a.add_to_cart_button {
  display: inline-block !important;
  margin: 6px auto 0 auto !important;
  text-align: center !important;
}


/* 🌸 Clean Neon Accordion Menu Styling */
.gp-accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gp-accordion .gp-accordion-item {
  margin: 6px 0 !important; /* tighter gap between sections */
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.25s ease;
}

.gp-accordion .gp-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  background: #111;
  border: 1px solid rgba(255, 151, 205, 0.15);
  border-radius: 12px;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 8px rgba(255,151,205,0.15);
  transition: all 0.25s ease;
}

.gp-accordion .gp-accordion-header:hover {
  background: rgba(255, 151, 205, 0.1);
  box-shadow: 0 0 12px rgba(255,151,205,0.25);
}

.gp-accordion .gp-accordion-header.active {
  background: rgba(255, 151, 205, 0.15);
  border-color: #ff97cd;
  box-shadow: 0 0 16px rgba(255,151,205,0.35);
  color: #ff97cd;
}

.gp-accordion .gp-accordion-content {
  background: #0a0a0a;
  border-left: 2px solid rgba(255,151,205,0.2);
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.gp-accordion .gp-accordion-content.open {
  padding: 12px 18px 16px;
  max-height: 300px; /* enough room for child list */
}

.gp-accordion .gp-accordion-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gp-accordion .gp-accordion-content li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,151,205,0.1);
}

.gp-accordion .gp-accordion-content li:last-child {
  border-bottom: none;
}


/* ===== Mobile panel menu: compact, tidy, no huge gaps ===== */
#gp-mobile-panel .gp-mobile-body {
  padding: 10px 14px !important;
}

/* Reset the list so it doesn't auto-stretch or add whitespace */
.gp-mobile-menu {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

/* Top-level items */
.gp-mobile-menu > li {
  margin: 6px 0 !important;             /* tighten vertical gap */
}

/* Button look for every menu link */
.gp-mobile-menu a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px;
  text-decoration: none !important;
  color: #fff !important;
  padding: 14px 16px !important;         /* smaller than before */
  border-radius: 14px !important;
  background: linear-gradient(180deg, #17171a, #111114) !important;
  box-shadow: inset 0 0 0 1px rgba(255,151,205,.14), 0 0 18px rgba(255,151,205,.05);
  font-weight: 600;
  line-height: 1.15;
}

/* Pink glow when open/active */
.gp-mobile-menu li.is-open > a {
  box-shadow: 0 0 22px rgba(255,151,205,.35), inset 0 0 0 2px #ff97cd !important;
}

/* ===== Submenu (children) ===== */

/* Make sure submenus are part of the flow (NOT absolute) */
.gp-mobile-menu ul.sub-menu {
  position: static !important;
  display: block !important;
  width: 100%;
  margin: 6px 0 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  max-height: 0;                         /* collapsed by default */
  opacity: 0;
  transition: max-height .3s ease, opacity .25s ease;
}

/* When parent is open, let it expand naturally */
.gp-mobile-menu li.is-open > ul.sub-menu {
  /* big enough so it can grow; JS sets precise height */
  max-height: 800px;
  opacity: 1;
}

/* Submenu items – smaller paddings and a slight indent */
.gp-mobile-menu ul.sub-menu > li {
  margin: 6px 0 !important;
}
.gp-mobile-menu ul.sub-menu a {
  padding: 12px 16px 12px 18px !important;
  background: linear-gradient(180deg, #151518, #101013) !important;
  box-shadow: inset 0 0 0 1px rgba(255,151,205,.10);
}

/* Tiny caret (+ / –) alignment if you show one on the right */
.gp-mobile-menu a .gp-caret {
  margin-left: auto;
  opacity: .9;
}

/* Just in case any theme rules try to force giant spacing */
.gp-mobile-menu li,
.gp-mobile-menu li > a {
  min-height: 0 !important;
}

/* 🔮 Mobile Neon Submenu Pills */
.gp-mobile-submenu {
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,151,205,0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.gp-mobile-submenu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.gp-mobile-submenu-list li {
  margin: 0;
}

.gp-mobile-submenu-list a {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #ff97cd;
  background: rgba(255,151,205,0.12);
  border: 1px solid rgba(255,151,205,0.4);
  text-decoration: none;
  transition: all .25s ease;
  box-shadow: 0 0 6px rgba(255,151,205,0.25);
}

.gp-mobile-submenu-list a:hover {
  background: #ff97cd;
  color: #0b0b0b;
  box-shadow: 0 0 10px #ff97cd, 0 0 18px rgba(255,151,205,0.6);
}


/* 🧭 Safe Scroll Buffer at Bottom of Mobile Menu */
.gp-mobile-body {
  padding-bottom: 80px !important; /* ensures you can scroll past bottom items */
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

/* Adds a bit of breathing space below all menu content */
.gp-mobile-body::after {
  content: "";
  display: block;
  height: 200px; /* extra buffer for phones with gesture bars */
}


$(document.body).on('update_checkout', function(){
  $('.cart_totals, .woocommerce-checkout-review-order').css({opacity:0.5});
});
$(document.body).on('updated_checkout', function(){
  $('.cart_totals, .woocommerce-checkout-review-order').css({opacity:1});
});


/* === GREEDY PIGS: FIXED PRODUCT GRID LAYOUT === */
.products .gp-list-card .gp-list-row.gp-row-main {
  display: grid;
  grid-template-columns: 90px 1fr 150px; /* image | text | button */
  align-items: center;
  column-gap: 14px;
}

.products .gp-list-card .gp-item-thumb img {
  width: 90px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
}

.products .gp-list-card .gp-item-actions {
  grid-column: auto;
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0;
}

/* Fix button width */
.products .gp-list-card .gp-item-actions a.button,
.products .gp-list-card .gp-item-actions button {
  width: 140px !important;
  min-width: 140px !important;
  max-width: 140px !important;
}

/* --- Responsive layout (mobile) --- */
@media (max-width: 680px) {
  .products .gp-list-card .gp-list-row.gp-row-main {
    grid-template-columns: 70px 1fr;
    align-items: start;
  }
  .products .gp-list-card .gp-item-actions {
    grid-column: 1 / -1;
    justify-self: end;
    margin-top: 10px;
    padding-right: 10px;
  }
}

/* 🐷 Greedy Pigs – Archive Card (Responsive Button Alignment Fix) */
.products .gp-list-card {
  background: rgba(15, 15, 15, 0.96);
  border-radius: 14px;
  border: 1px solid rgba(255, 151, 205, 0.1);
  padding: 18px 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 18px rgba(255, 151, 205, 0.1);
  transition: all 0.25s ease;
  overflow: visible;
}
.products .gp-list-card:hover {
  box-shadow: 0 0 30px rgba(255, 151, 205, 0.35);
}

/* Header row */
.products .gp-list-card .gp-list-row.gp-row-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255,151,205,0.08);
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.products .gp-list-card .gp-item-title a {
  font-weight: 700;
  font-size: 1.05rem;
  color: #ff97cd;
  text-decoration: none;
}
.products .gp-list-card .gp-item-price {
  font-weight: 700;
  color: #ff97cd;
  text-shadow: 0 0 6px rgba(255,151,205,0.6);
  font-size: 1rem;
}

/* Grid: image | text | button */
.products .gp-list-card .gp-list-row.gp-row-main {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  gap: 16px;
}
.products .gp-list-card .gp-item-thumb img {
  width: 90px;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  object-fit: cover;
}

/* Description */
.products .gp-list-card .gp-item-desc {
  color: #ccc;
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: left;
}

/* Button container */
.products .gp-list-card .gp-item-actions {
  justify-self: end;
  display: flex;
  align-items: center;
}

/* Neon add button */
.products .gp-list-card .gp-item-actions a.button.add_to_cart_button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 46px !important;
  min-width: 140px !important;
  border-radius: 12px !important;
  background: linear-gradient(180deg, #ff97cd 0%, #ff5fb2 100%) !important;
  color: #000 !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  box-shadow: 0 0 14px rgba(255,151,205,.45);
  transition: all 0.25s ease;
}
.products .gp-list-card .gp-item-actions a.button.add_to_cart_button:hover {
  background: #fff !important;
  box-shadow: 0 0 18px rgba(255,151,205,.85);
  transform: translateY(-1px);
}

/* --- Tablet adjustment (below 992px) --- */
@media (max-width: 992px) {
  .products .gp-list-card .gp-list-row.gp-row-main {
    grid-template-columns: 80px 1fr;
  }
  .products .gp-list-card .gp-item-actions {
    grid-column: 1 / -1;
    justify-self: end;
    margin-top: 8px;
    padding-right: 10px;
  }
}

/* --- Mobile portrait (below 600px) --- */
@media (max-width: 600px) {
  .products .gp-list-card .gp-list-row.gp-row-main {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .products .gp-list-card .gp-item-thumb img {
    margin: 0 auto;
  }
  .products .gp-list-card .gp-item-actions {
    justify-self: center;
    margin-top: 12px;
    padding-right: 0;
  }
  .products .gp-list-card .gp-item-actions a.button.add_to_cart_button {
    width: 160px !important;
  }
}


/* 🐷 Fix: Keep +ADD button aligned right below 782px */
@media (max-width: 900px) {
  .gp-item-actions {
    justify-content: flex-end !important;
    text-align: right !important;
  }
}


/* 🐷 FINAL FIX — +ADD BUTTON ALWAYS ON THE RIGHT */
.gp-item-actions {
  justify-content: flex-end !important;
  text-align: right !important;
  width: 100% !important;
}

.gp-item-actions form {
  justify-content: flex-end !important;
}

.gp-item-actions a.button,
.gp-item-actions button,
.gp-item-actions input[type="submit"] {
  margin-right: 0 !important;
  margin-left: auto !important;
}


/* 🐷 Greedy Pigs – My Account Neon Theme */
.woocommerce-MyAccount-navigation {
  background: rgba(15,15,15,0.95);
  border-radius: 14px;
  border: 1px solid rgba(255,151,205,0.12);
  box-shadow: 0 0 18px rgba(255,151,205,0.08);
  padding: 16px;
  margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.woocommerce-MyAccount-navigation li a {
  display: inline-block;
  padding: 10px 18px;
  background: linear-gradient(180deg,#17171a,#101012);
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: inset 0 0 0 1px rgba(255,151,205,0.2);
  transition: all .25s ease;
  text-decoration: none;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
  background: linear-gradient(180deg,#ff97cd 0%,#ff5fb2 100%);
  color: #000;
  box-shadow: 0 0 18px rgba(255,151,205,0.5);
}

.woocommerce-MyAccount-content {
  background: rgba(12,12,12,0.9);
  border-radius: 14px;
  padding: 24px;
  border: 1px solid rgba(255,151,205,0.1);
  box-shadow: 0 0 24px rgba(255,151,205,0.08);
  color: #fff;
}

.woocommerce-MyAccount-content a {
  color: #ff97cd;
  font-weight: 600;
  text-decoration: none;
}

.woocommerce-MyAccount-content a:hover {
  color: #fff;
  text-shadow: 0 0 8px rgba(255,151,205,0.6);
}


/* 🐷 Greedy Pigs – Responsive Fix for My Account Menu */
.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* center on small screens */
  gap: 10px;
}

.woocommerce-MyAccount-navigation li {
  flex: 1 1 auto;
  text-align: center;
}

/* Ensure buttons don't overflow container */
.woocommerce-MyAccount-navigation li a {
  display: block;
  width: 100%;
  min-width: 120px;
  max-width: 180px;
  text-align: center;
  box-sizing: border-box;
}

/* On narrow screens, make sure they stack cleanly */
@media (max-width: 680px) {
  .woocommerce-MyAccount-navigation ul {
    flex-direction: column;
    align-items: stretch;
  }
  .woocommerce-MyAccount-navigation li a {
    width: 100%;
    max-width: 100%;
  }
}


/* --- My Account: kill horizontal overflow + force fluid widths --- */

/* 1) Never allow horizontal scroll on the account page */
.woocommerce-account,
.woocommerce-account body {
  overflow-x: hidden;
}

/* 2) Woo account wrapper should never exceed the viewport */
.woocommerce-account .woocommerce {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box;
}

/* 3) Navigation + Content must not use fixed widths */
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  overflow-x: hidden; /* just in case inner child tries to overflow */
}

/* 4) Common culprits: inner cards/boxes with fixed widths */
.woocommerce-account .gp-card,
.woocommerce-account .gpn-card,
.woocommerce-account .card,
.woocommerce-account .panel,
.woocommerce-account .box,
.woocommerce-account .wrap {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box;
}

/* 5) Greedy Stamp Card – ensure the canvas/image scales fluidly */
.woocommerce-account .gp-stamp-card,
.woocommerce-account .gp-stamp-wrap,
.woocommerce-account .greedy-stamp-card {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box;
  overflow: hidden;
}

.woocommerce-account .gp-stamp-card img,
.woocommerce-account .gp-stamp-wrap img,
.woocommerce-account .greedy-stamp-card img,
.woocommerce-account .gp-stamp-card canvas,
.woocommerce-account .gp-stamp-wrap canvas {
  display: block;
  max-width: 100% !important;
  height: auto !important;
}

/* 6) Tighten padding on small screens so shadows/glows don’t push past the edges */
@media (max-width: 680px) {
  .woocommerce-account .woocommerce {
    padding-left: 14px;
    padding-right: 14px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    padding-left: 0;
    padding-right: 0;
  }
}


/* 🧊 Fix product image boxes to always be square */
.gp-item-thumb {
  width: 80px;               /* match your grid size */
  height: 80px;              /* force square container */
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.02); /* subtle background for empty images */
}

/* Image should always fill container proportionally */
.gp-item-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 10px;
  display: block;
}

/* 🐷 GREEDY PIGS – Clean Single Product Image Layout (Final Stable Build) */

/* 💡 Hide duplicate placeholder slides Woo inserts */
.single-product .woocommerce-product-gallery__image:not(:first-child),
.single-product .woocommerce-product-gallery__image--placeholder:not(:first-child) {
  display: none !important;
}

/* 🎯 Main product gallery container */
.single-product .woocommerce-product-gallery {
  width: 65% !important;               /* proportional to product container */
  max-width: 520px !important;         /* prevents excessive scaling on large screens */
  margin: 0 auto 35px auto !important; /* centered with gap below */
  padding: 0 !important;
  border-radius: 16px !important;
  background: transparent !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 0 0 25px rgba(255,151,205,0.25) !important; /* soft pink glow */
}

/* 🧩 Flatten all internal wrappers */
.single-product .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image--placeholder,
.single-product .flex-viewport {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  position: static !important;
  overflow: visible !important;
}

/* 🖼️ Actual product image */
.single-product .woocommerce-product-gallery img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  border-radius: 16px !important;
  margin: 0 auto !important;
  box-shadow: none !important;
}

/* 🧨 Remove WooCommerce’s zoom & navigation controls */
.single-product .woocommerce-product-gallery__trigger,
.single-product .flex-control-nav,
.single-product .flex-direction-nav {
  display: none !important;
}

/* 🧼 Prevent horizontal overflow from full-width containers */
.single-product .content-area,
.single-product .site-main,
.single-product main {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
  box-sizing: border-box !important;
  overflow-x: hidden !important;
}

/* 🧊 Fix stacked shadow / extra boxes under placeholder */
.single-product .woocommerce-product-gallery__wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

/* 📱 Responsive scaling for smaller screens */
@media (max-width: 768px) {
  .single-product .woocommerce-product-gallery {
    width: 90% !important;             /* fill screen more neatly on mobile */
    max-width: 420px !important;
    margin: 0 auto 25px auto !important;
  }
}

/* 🐷 Bonus polish: ensure consistent spacing under the product title & price */
.single-product .entry-summary {
  padding: 0 15px;
  text-align: center;
  color: #fff;
}
.single-product .entry-summary h1.product_title {
  color: #ff97cd;
  text-shadow: 0 0 8px rgba(255,151,205,0.6);
  font-weight: 700;
}
.single-product .price {
  color: #ff97cd !important;
  font-weight: 600;
  text-shadow: 0 0 8px rgba(255,151,205,0.6);
}








/* 🧩 Force inner wrapper + image to inherit parent width properly */
.single-product .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image--placeholder {
  width: 100% !important;          /* stay within 65% parent width */
  max-width: 100% !important;
  margin: 0 auto !important;
  display: block !important;
  text-align: center !important;
}

/* 🐷 Limit the actual <img> size to container */
.single-product .woocommerce-product-gallery img {
  width: 100% !important;          /* fills wrapper only */
  max-width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  border-radius: 16px !important;
  margin: 0 auto !important;
  display: block !important;
}








/* ===== GP SINGLE PRODUCT GALLERY — WIDTH + CONTAINMENT ===== */

/* Outer gallery box: center + fixed viewport-based width */
body.single-product div.product .woocommerce-product-gallery {
  width: 65vw !important;
  max-width: 65vw !important;
  margin: 0 auto 28px !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: transparent !important;
  box-shadow: 0 0 25px rgba(255, 151, 205, 0.25) !important;
  position: relative !important;
}

/* Mobile: a bit wider for small screens */
@media (max-width: 680px) {
  body.single-product div.product .woocommerce-product-gallery {
    width: 90vw !important;
    max-width: 90vw !important;
  }
}

/* Flatten Woo wrappers to prevent auto-stretch */
body.single-product div.product .woocommerce-product-gallery__wrapper,
body.single-product div.product .flex-viewport,
body.single-product div.product .woocommerce-product-gallery__image,
body.single-product div.product .woocommerce-product-gallery__image--placeholder {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  background: transparent !important;
  box-shadow: none !important;
  position: static !important;
  overflow: visible !important;
}

/* Keep only the first slide (kills extra placeholder/duplicates) */
body.single-product div.product .woocommerce-product-gallery__image:not(:first-child),
body.single-product div.product .woocommerce-product-gallery__image--placeholder:not(:first-child) {
  display: none !important;
}

/* Image respects container and keeps rounded corners */
body.single-product div.product .woocommerce-product-gallery img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  margin: 0 !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}

/* Kill Woo zoom/controls to avoid hidden layers changing width */
body.single-product div.product .woocommerce-product-gallery__trigger,
body.single-product div.product .flex-control-nav,
body.single-product div.product .flex-direction-nav {
  display: none !important;
}


/* ===== GP SINGLE PRODUCT GALLERY — ABSOLUTE WIDTH LOCK ===== */

/* Reset parent product container */
body.single-product div.product {
  display: block !important;
  max-width: 65vw !important;
  margin: 0 auto !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

/* Outer gallery box */
body.single-product div.product .woocommerce-product-gallery {
  display: block !important;
  width: 100% !important;
  max-width: 65vw !important;
  margin: 0 auto 30px auto !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: transparent !important;
  box-shadow: 0 0 25px rgba(255, 151, 205, 0.25) !important;
  position: relative !important;
}

/* Flatten Woo wrappers completely */
body.single-product div.product .woocommerce-product-gallery__wrapper,
body.single-product div.product .woocommerce-product-gallery__image,
body.single-product div.product .woocommerce-product-gallery__image--placeholder,
body.single-product div.product .flex-viewport {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  position: static !important;
  overflow: hidden !important;
}

/* Keep only first slide */
body.single-product div.product .woocommerce-product-gallery__image:not(:first-child),
body.single-product div.product .woocommerce-product-gallery__image--placeholder:not(:first-child) {
  display: none !important;
}

/* Image sizing */
body.single-product div.product .woocommerce-product-gallery img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  margin: 0 auto !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}

/* Disable Woo zoom/nav */
body.single-product div.product .woocommerce-product-gallery__trigger,
body.single-product div.product .flex-control-nav,
body.single-product div.product .flex-direction-nav {
  display: none !important;
}

/* Responsive: widen slightly on small screens */
@media (max-width: 680px) {
  body.single-product div.product {
    max-width: 90vw !important;
  }
  body.single-product div.product .woocommerce-product-gallery {
    max-width: 90vw !important;
  }
}








/* === Single product image: 65% centered, including placeholder === */

/* 1) Constrain the gallery box itself (not the whole page) */
body.single-product div.product .woocommerce-product-gallery,
body.single-product div.product .images {            /* legacy selector */
  width: 55% !important;                              /* your 65% target */
  max-width: 860px !important;                        /* optional hard cap */
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  display: block !important;

}

/* 2) Make all inner wrappers behave and not force a wider layout */
body.single-product div.product .woocommerce-product-gallery__wrapper,
body.single-product div.product .woocommerce-product-gallery__image,
body.single-product div.product .woocommerce-product-gallery__image--placeholder {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

/* 3) The actual <img> — works for real image AND placeholder */
body.single-product div.product
  .woocommerce-product-gallery__image img,
body.single-product div.product
  .woocommerce-product-gallery__image--placeholder img,
body.single-product div.product
  .woocommerce-product-gallery img.wp-post-image {
  display: block !important;
  width: 100% !important;      /* fill the 65% gallery box only */
  height: auto !important;
  object-fit: contain !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  margin: 0 auto !important;
}

/* Single product: if a product has no images, don't render Woo's placeholder block */
body.single-product .woocommerce-product-gallery--without-images,
body.single-product .woocommerce-product-gallery--without-images .woocommerce-product-gallery__wrapper {
  display: none !important;
}

/* Single product mobile hero image: make it fill the hero box (cover) */
@media (max-width: 899px) {
  body.single-product .gp-sp-hero .woocommerce-product-gallery {
    width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
  }
  body.single-product .gp-sp-hero .woocommerce-product-gallery__wrapper,
  body.single-product .gp-sp-hero .woocommerce-product-gallery__image {
    height: 260px !important;
    overflow: hidden !important;
    border-radius: 22px !important;
  }
  body.single-product .gp-sp-hero .woocommerce-product-gallery__image a,
  body.single-product .gp-sp-hero .woocommerce-product-gallery__image img.wp-post-image {
    display: block !important;
    width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
    margin: 0 !important;
    border-radius: 22px !important;
  }
}

/* Mobile single product: make the hero image *fill* the gallery box (no tiny image sitting at the top) */
@media (max-width: 899px) {
  body.single-product div.product .gp-sp-gallery {
    overflow: hidden !important;
  }

  body.single-product div.product .gp-sp-gallery .woocommerce-product-gallery,
  body.single-product div.product .gp-sp-gallery .woocommerce-product-gallery__wrapper,
  body.single-product div.product .gp-sp-gallery .woocommerce-product-gallery__image {
    height: 100% !important;
  }

  body.single-product div.product .gp-sp-gallery .woocommerce-product-gallery__image a {
    display: block !important;
    height: 100% !important;
  }

  body.single-product div.product .gp-sp-gallery .woocommerce-product-gallery img.wp-post-image,
  body.single-product div.product .gp-sp-gallery .woocommerce-product-gallery__image img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 !important;
  }
}

/* Single product: if a product has no images, don't show Woo's big placeholder image block */
body.single-product .woocommerce-product-gallery--without-images {
  display: none !important;
}

/* Single product (mobile layout): our template uses .gp-sp-hero, not .gp-sp-gallery */
@media (max-width: 899px) {
  body.single-product div.product .gp-sp-hero {
    overflow: hidden !important;
    border-radius: 22px;
  }

  body.single-product div.product .gp-sp-hero .woocommerce-product-gallery,
  body.single-product div.product .gp-sp-hero .woocommerce-product-gallery__wrapper,
  body.single-product div.product .gp-sp-hero .woocommerce-product-gallery__image,
  body.single-product div.product .gp-sp-hero .woocommerce-product-gallery__image a {
    height: 100% !important;
  }

  body.single-product div.product .gp-sp-hero .woocommerce-product-gallery {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
  }

  body.single-product div.product .gp-sp-hero .woocommerce-product-gallery__wrapper {
    width: 100% !important;
  }

  /* Force the main image to fill the hero box */
  body.single-product div.product .gp-sp-hero .woocommerce-product-gallery img.wp-post-image,
  body.single-product div.product .gp-sp-hero .woocommerce-product-gallery__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 !important;
    display: block !important;
  }
}

/* 4) Kill extra slides/controls so placeholders don't duplicate */
body.single-product div.product .woocommerce-product-gallery__trigger,
body.single-product div.product .flex-control-nav,
body.single-product div.product .flex-direction-nav,
body.single-product div.product
  .woocommerce-product-gallery__image:not(:first-child),
body.single-product div.product
  .woocommerce-product-gallery__image--placeholder:not(:first-child) {
  display: none !important;
}


/* 🐷 Greedy Pigs – Make WooCommerce Notices Match Theme */
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  background: rgba(20, 20, 20, 0.85) !important;
  border: 1px solid #ff97cd !important;
  color: #ff97cd !important;
  border-radius: 10px;
  padding: 12px 16px !important;
  font-weight: 600;
  text-shadow: 0 0 6px rgba(255, 151, 205, 0.6);
  box-shadow: 0 0 12px rgba(255, 151, 205, 0.25);
}

/* Remove ugly blue links & restyle to neon pink */
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-error a {
  color: #ff97cd !important;
  text-decoration: underline;
  font-weight: 600;
}

.woocommerce-info a:hover,
.woocommerce-message a:hover,
.woocommerce-error a:hover {
  text-decoration: none;
  color: #fff !important;
}

/* Optional: center on mobile */
@media (max-width: 768px) {
  .woocommerce-info,
  .woocommerce-message,
  .woocommerce-error {
    text-align: center;
  }
}
/* ==========================================================
   TAKEAWAY MENU GRID (Woo archive only)
   Uses Greedy Pigs Neon palette and avoids Woo default colours.
   ========================================================== */

/* Grid: stop Woo clearfix pseudo-elements from occupying grid cell */
body.woocommerce.archive ul.products::before,
body.woocommerce.archive ul.products::after,
body.tax-product_cat ul.products::before,
body.tax-product_cat ul.products::after,
body.post-type-archive-product ul.products::before,
body.post-type-archive-product ul.products::after {
  content: none !important;
  display: none !important;
}

/* Grid layout (scoped to our card class) */
body.gp-menu-grid ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
  gap: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Ensure li doesn't float / set widths from Woo */
ul.products li.gp-menu-card {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

ul.products li.gp-menu-card .gp-menu-card-inner {
  /* Slightly dimmer than the global body text so it doesn't read as "white blocks" */
  color: rgba(236, 236, 241, 0.74);
  background: rgba(18, 18, 22, 0.72);
  border: 1px solid rgba(255, 151, 205, 0.22);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 0 22px rgba(255, 151, 205, 0.10);
  backdrop-filter: blur(10px);
  height: 100%;
  display: flex;
  flex-direction: column;
}

ul.products li.gp-menu-card .gp-menu-thumb {
  display: block;
  background: rgba(20, 20, 24, 0.85);
}

ul.products li.gp-menu-card .gp-menu-thumb img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  display: block;
}

ul.products li.gp-menu-card .gp-menu-body {
  padding: 14px 14px 10px;
}

/* Title colour (force no purple/visited states) */
ul.products li.gp-menu-card .gp-menu-title {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}

ul.products li.gp-menu-card .gp-menu-title a,
ul.products li.gp-menu-card .gp-menu-title a:link,
ul.products li.gp-menu-card .gp-menu-title a:visited {
  color: var(--gp-pink, #ff97cd) !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 151, 205, 0.28);
}

ul.products li.gp-menu-card .gp-menu-title a:hover {
  filter: brightness(1.08);
}

/* Description colour: your theme uses #ececf1, but soften it so it isn't stark white */
ul.products li.gp-menu-card .gp-menu-desc {
  margin: 0;
  color: rgba(236, 236, 241, 0.78);
  font-size: 13px;
  line-height: 1.35;
}

/* Rating stars on product archive cards */
ul.products li.gp-menu-card .gp-menu-rating{
  margin: -2px 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

ul.products li.gp-menu-card .gp-menu-rating .star-rating{
  float: none !important;
  margin: 0 !important;
  font-size: 13px;
  letter-spacing: 1px;
  color: rgba(255, 151, 205, 0.95);
  text-shadow: 0 0 10px rgba(255, 151, 205, 0.25);
}

/* Hide rating count text if Woo outputs it in some contexts */
ul.products li.gp-menu-card .gp-menu-rating .woocommerce-review-link{
  display: none !important;
}

ul.products li.gp-menu-card .gp-menu-footer {
  margin-top: auto;
  padding: 12px 14px 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

/* Price pill */
ul.products li.gp-menu-card .gp-menu-price {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 151, 205, 0.08);
  border: 1px solid rgba(255, 151, 205, 0.25);
  color: var(--gp-pink, #ff97cd);
  font-weight: 900;
  text-align: center;
}

ul.products li.gp-menu-card .price,
ul.products li.gp-menu-card .amount {
  color: var(--gp-pink, #ff97cd) !important;
}

/* Button */
ul.products li.gp-menu-card a.button,
ul.products li.gp-menu-card button.button {
  width: 100% !important;
  border-radius: 14px !important;
  background: var(--gp-pink, #ff97cd) !important;
  color: #0b0b0d !important;
  border: 0 !important;
  padding: 14px 12px !important;
  font-weight: 1000 !important;
  letter-spacing: .5px;
  text-transform: uppercase;
  box-shadow: 0 0 18px rgba(255, 151, 205, 0.35);
}

ul.products li.gp-menu-card a.button:hover,
ul.products li.gp-menu-card button.button:hover {
  filter: brightness(1.06);
}



/* === GP Neon: Woo notices (added to basket etc) === */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info{
  background: rgba(255,151,205,0.08);
  border: 1px solid rgba(255,151,205,0.35);
  border-radius: 16px;
  color: #ececf1;
  padding: 14px 16px;
  margin: 14px auto;
  box-shadow: 0 8px 28px rgba(0,0,0,0.55);
}

.woocommerce-message{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

/* WooCommerce injects an icon using ::before.
   On iOS this can show as a weird emoji glyph, so hide it and use styling
   (border/glow) to communicate state instead. */
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before{
  content: '' !important;
  display: none !important;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a{
  color: #ff97cd;
  text-decoration: none;
  font-weight: 700;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover{
  text-decoration: underline;
}

.woocommerce-message .button,
.woocommerce-message a.button{
  background: #ff97cd !important;
  color: #0b0b0d !important;
  border: 0 !important;
  border-radius: 14px !important;
  padding: 8px 14px !important;
  font-weight: 900 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1.1;
  min-height: 36px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(255,151,205,0.22);
  width: auto !important;
  flex: 0 0 auto;
  max-width: 220px;
}

/* Mobile: keep the button compact and aligned, not full-width */
@media (max-width: 600px){
  .woocommerce-message{
    justify-content: center;
    text-align: center;
  }
  .woocommerce-message .button,
  .woocommerce-message a.button{
    padding: 8px 12px !important;
    min-height: 34px;
    font-size: 14px;
    border-radius: 12px !important;
  }
}

.woocommerce-message .button:hover,
.woocommerce-message a.button:hover{
  filter: brightness(1.05);
}

.woocommerce-message .button:focus,
.woocommerce-message a.button:focus{
  outline: 2px solid rgba(255,151,205,0.6);
  outline-offset: 2px;
}

/* Make the quantity / multiplier text readable on neon notices */
.woocommerce-message,
.woocommerce-message *{
  text-shadow: none;
}

@media (max-width: 782px){
  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info{
    margin-left: 12px;
    margin-right: 12px;
  }
  .woocommerce-message .button,
  .woocommerce-message a.button{
    width: auto !important;
    max-width: 220px;
  }
}

/* Desktop Home (safety)
   Ensure desktop-only home layout never appears on mobile. */
.gp-home-desktop-only{display:none !important;}
.gp-home-mobile-fallback{display:block !important;}
@media (min-width: 901px){
  .gp-home-desktop-only{display:block !important;}
  .gp-home-mobile-fallback{display:none !important;}
}

/* Desktop Home hero grid (2x2) */
@media (min-width: 901px){
  .gp-home-hero-left .gp-home-products ul.products{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 18px;
  }
  .gp-home-hero-left .gp-home-products ul.products.columns-2,
  .gp-home-hero-left .gp-home-products ul.products.columns-3,
  .gp-home-hero-left .gp-home-products ul.products.columns-4{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .gp-home-hero-left .gp-home-products ul.products li.product{
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
  }
  .gp-home-hero-left .gp-home-products ul.products li.product img{
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 18px 18px 0 0;
  }
}



/* Mobile no-zoom safeguard for one-page checkout/cart */
@media (max-width: 767px){
    form.checkout input,
    form.checkout select,
    form.checkout textarea,
    .gp-onepage-checkout input,
    .gp-onepage-checkout select,
    .gp-onepage-checkout textarea,
    .woocommerce-checkout input,
    .woocommerce-checkout select,
    .woocommerce-checkout textarea{
        font-size:16px !important;
    }
}



/* Exact postcode checker actions + mobile field fixes */
.gp-postcode-checker-actions{
    display:flex;
    gap:12px;
    margin-top:12px;
}
.gp-postcode-checker-actions .button{
    flex:1 1 0;
    min-height:54px;
    border-radius:14px;
    font-weight:800;
}
.gp-postcode-location-btn{
    background:#1a1620 !important;
    color:#ececf1 !important;
    border:2px solid rgba(255,151,205,.45) !important;
    box-shadow:0 0 0 1px rgba(255,151,205,.06), 0 10px 28px rgba(255,151,205,.12);
}
.gp-postcode-location-msg{
    margin-top:8px;
    font-size:13px;
    color:#ececf1;
}
@media (max-width: 767px){
    #gp-delivery-postcode,
    .woocommerce-cart-form input.qty,
    .cart_item .qty,
    input.qty{
        font-size:16px !important;
    }
    #gp-delivery-postcode{
        text-align:center !important;
        font-weight:700 !important;
    }
}






/* Clean postcode action row */
.gp-postcode-checker-actions{
    display:grid !important;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr) !important;
    gap:10px !important;
    margin-top:10px !important;
    width:100% !important;
}
.gp-postcode-checker-actions .button,
.gp-postcode-checker-actions .gp-postcode-location-btn,
.gp-postcode-checker-actions .gp-postcode-check-btn{
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    min-height:46px !important;
    padding:10px 12px !important;
    border-radius:12px !important;
    box-sizing:border-box !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    line-height:1.1 !important;
    white-space:normal !important;
    word-break:keep-all !important;
    overflow:hidden !important;
}
.gp-postcode-checker-actions .gp-postcode-location-btn{
    font-size:13px !important;
    letter-spacing:.01em !important;
}
.gp-postcode-checker-actions .gp-postcode-check-btn{
    font-size:14px !important;
}
@media (max-width: 767px){
    .gp-postcode-checker-actions{
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
        gap:8px !important;
    }
    .gp-postcode-checker-actions .button,
    .gp-postcode-checker-actions .gp-postcode-location-btn,
    .gp-postcode-checker-actions .gp-postcode-check-btn{
        min-height:44px !important;
        padding:8px 10px !important;
    }
    .gp-postcode-checker-actions .gp-postcode-location-btn{
        font-size:12px !important;
    }
    .gp-postcode-checker-actions .gp-postcode-check-btn{
        font-size:13px !important;
    }
}



/* Swap postcode action button order */
.gp-postcode-checker-actions .gp-postcode-location-btn{
    order:1 !important;
}
.gp-postcode-checker-actions .gp-postcode-check-btn{
    order:2 !important;
}


/* v1.0.37e cart/checkout discount rows */
.gp-cart-summary-subtotal--discount span,
.gpn-row--discount .gpn-label,
.gpv2-review-order__discount-row th{
  color:#ff97cd !important;
}
.gp-cart-summary-subtotal--adjusted strong,
.gpn-row--subtotal-after-discount .gpn-value,
.gpv2-review-order__adjusted-subtotal td{
  font-weight:800 !important;
}


/* v1.0.38 mobile homepage rebuild */
.gp-mobile-homepage{
  max-width:980px;
  margin:0 auto;
  padding:18px 16px 110px;
}
.gp-mobile-home-card{
  background:linear-gradient(180deg, rgba(22,22,28,.92), rgba(10,10,14,.96));
  border:1px solid rgba(255,151,205,.24);
  border-radius:22px;
  box-shadow:0 16px 38px rgba(0,0,0,.34), 0 0 24px rgba(255,151,205,.10);
  padding:18px;
  margin-bottom:18px;
}
.gp-mobile-homepage__status{
  margin-top:6px;
}
.gp-mobile-homepage__eyebrow,
.gp-mobile-homepage__hero-kicker{
  color:#ff97cd;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.gp-mobile-homepage__hero-title{
  margin:10px 0 10px;
  font-size:34px;
  line-height:1.02;
  letter-spacing:-.02em;
  color:#ececf1;
}
.gp-mobile-homepage__hero-text{
  margin:0;
  color:#cfcfd6;
  font-size:17px;
  line-height:1.5;
}
.gp-mobile-homepage__hero-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:18px;
}
.gp-mobile-homepage__cta,
.gp-mobile-homepage__sticky-button{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  border-radius:18px;
  text-decoration:none;
  font-weight:900;
  font-size:18px;
}
.gp-mobile-homepage__cta--primary,
.gp-mobile-homepage__sticky-button{
  background:#ff97cd;
  color:#111114;
}
.gp-mobile-homepage__cta--ghost{
  background:#15151b;
  color:#ececf1;
  border:1px solid rgba(255,151,205,.22);
}
.gp-mobile-homepage__hero-basket{
  margin-top:14px;
  color:#ff97cd;
  font-weight:800;
}
.gp-mobile-homepage__section-head{
  margin-bottom:14px;
}
.gp-mobile-homepage__section-head h2{
  margin:0 0 6px;
  color:#ff97cd;
  font-size:20px;
  line-height:1.1;
}
.gp-mobile-homepage__section-head p{
  margin:0;
  color:#cfcfd6;
  line-height:1.45;
}
.gp-mobile-homepage__chips{
  display:flex;
  gap:10px;
  overflow:auto;
  padding-bottom:4px;
  margin:0 -2px 16px;
  scrollbar-width:none;
}
.gp-mobile-homepage__chips::-webkit-scrollbar{display:none;}
.gp-mobile-homepage__chip{
  flex:0 0 auto;
  padding:12px 16px;
  border-radius:999px;
  border:1px solid rgba(255,151,205,.26);
  background:#15151b;
  color:#ececf1;
  text-decoration:none;
  font-weight:800;
  white-space:nowrap;
}
.gp-mobile-homepage__product-list{
  display:grid;
  gap:14px;
}
.gp-mobile-homepage .gp2-prod-card{
  display:grid;
  grid-template-columns:96px minmax(0,1fr);
  gap:14px;
  align-items:start;
  padding:14px;
  border-radius:18px;
  background:#121217;
  border:1px solid rgba(255,151,205,.18);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
}
.gp-mobile-homepage .gp2-prod-media{
  display:block;
  width:96px;
  height:96px;
  border-radius:16px;
  overflow:hidden;
  background:#0f0f13;
}
.gp-mobile-homepage .gp2-prod-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.gp-mobile-homepage .gp2-prod-title{
  margin:0 0 8px;
  font-size:20px;
  line-height:1.1;
}
.gp-mobile-homepage .gp2-prod-title a{
  color:#ececf1;
  text-decoration:none;
}
.gp-mobile-homepage .gp2-prod-desc{
  margin:0 0 12px;
  color:#cfcfd6;
  font-size:15px;
  line-height:1.45;
}
.gp-mobile-homepage .gp2-prod-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.gp-mobile-homepage .gp2-prod-price{
  color:#ff97cd;
  font-size:20px;
  font-weight:900;
}
.gp-mobile-homepage .gp2-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:14px;
  background:#ff97cd;
  color:#111114;
  text-decoration:none;
  font-weight:900;
}
.gp-mobile-homepage__promo-content > *:last-child{
  margin-bottom:0 !important;
}
.gp-mobile-homepage__promo-content img{
  width:100%;
  height:auto;
  border-radius:18px;
}
.gp-mobile-homepage__trust-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.gp-mobile-homepage__trust-pill{
  padding:14px 12px;
  border-radius:16px;
  background:#15151b;
  border:1px solid rgba(255,151,205,.18);
  font-weight:800;
  color:#ececf1;
}
.gp-mobile-homepage__hygiene{
  margin-top:14px;
}
.gp-mobile-homepage__hygiene img{
  width:100%;
  height:auto;
  border-radius:18px;
}
.gp-mobile-homepage__sticky-cta{
  position:fixed;
  left:16px;
  right:16px;
  bottom:18px;
  z-index:997;
}
.gp-mobile-homepage__sticky-button{
  box-shadow:0 12px 28px rgba(0,0,0,.35), 0 0 24px rgba(255,151,205,.18);
}
.gp-mobile-homepage__status .gp-opening-card,
.gp-mobile-homepage__status .gp-opening-box{
  margin:0 !important;
}
@media (min-width:901px){
  .gp-mobile-homepage{display:none !important;}
}


/* v1.0.38b force mobile homepage render */
.gp-mobile-homepage{display:none;}
.gp-home-desktop-shell{display:block;}
@media (max-width:900px){
  .gp-mobile-homepage{display:block !important;}
  .gp-home-desktop-shell{display:none !important;}
  .gp-home-mobile-fallback{display:none !important;}
}
@media (min-width:901px){
  .gp-mobile-homepage{display:none !important;}
  .gp-home-desktop-shell{display:block !important;}
}


/* v1.0.38c store hours live status */
.gp-mobile-homepage__status-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:10px;
}
.gp-mobile-homepage__status-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  border-radius:999px;
  font-size:13px;
  font-weight:900;
  background:#15151b;
  border:1px solid rgba(255,151,205,.22);
  color:#ececf1;
}
.gp-mobile-homepage__status--open .gp-mobile-homepage__status-badge{
  background:rgba(35,133,74,.18);
  border-color:rgba(73,183,114,.36);
  color:#8cf0b2;
}
.gp-mobile-homepage__status--closed .gp-mobile-homepage__status-badge{
  background:rgba(255,151,205,.12);
  border-color:rgba(255,151,205,.32);
  color:#ff97cd;
}
.gp-mobile-homepage__status-headline{
  color:#ececf1;
  font-size:18px;
  line-height:1.3;
  font-weight:800;
}
.gp-mobile-homepage__status-subline,
.gp-mobile-homepage__status-today{
  margin-top:8px;
  color:#cfcfd6;
  line-height:1.45;
}
.gp-mobile-homepage__status-hours{
  margin-top:12px;
}
.gp-mobile-homepage__status-hours .gsh-neon-card{
  background:#121217 !important;
  border:1px solid rgba(255,151,205,.18) !important;
  border-radius:18px !important;
  box-shadow:none !important;
}
.gp-mobile-homepage__status-hours .gsh-card-head{
  display:none !important;
}
.gp-mobile-homepage__status-hours .gsh-card-body{
  padding:0 !important;
}
.gp-mobile-homepage__status-hours .gsh-hours-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:8px;
}
.gp-mobile-homepage__status-hours .gsh-hours-list li{
  color:#ececf1;
  font-size:14px;
  line-height:1.4;
  padding:8px 0;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.gp-mobile-homepage__status-hours .gsh-hours-list li:last-child{
  border-bottom:0;
}
.gp-mobile-homepage__status-hours .gsh-hours-list strong{
  color:#ff97cd;
}


/* v1.0.38d opening status tidy */
.gp-mobile-homepage__status-hours{
  margin-top:12px;
  font-weight:700;
}
.gp-mobile-homepage__status-hours,
.gp-mobile-homepage__status-hours *{
  font-weight:700 !important;
}


/* v1.0.38e mobile homepage location footer */
.gp-mobile-homepage__location .gp-mobile-homepage__section-head p{
  margin-top:4px;
}
.gp-mobile-homepage__map-wrap{
  margin-bottom:14px;
}
.gp-mobile-homepage__map{
  width:100%;
  height:220px;
  border:0;
  border-radius:18px;
  background:#111114;
}
.gp-mobile-homepage__address{
  color:#ececf1;
  font-size:17px;
  line-height:1.6;
  font-weight:800;
}
.gp-mobile-homepage__location-note{
  margin-top:10px;
  color:#cfcfd6;
  line-height:1.5;
}
.gp-mobile-homepage__location-note p{
  margin:0;
}
.gp-mobile-homepage__w3w{
  margin-top:12px;
  color:#ff97cd;
  font-weight:800;
  font-size:15px;
}
.gp-mobile-homepage__location-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:16px;
}


/* v1.0.39 homepage settings rebuild */
.gp-home-settings-wrap .gp-home-settings-card{
  background:#fff;
  border:1px solid #dcdcde;
  border-radius:12px;
  padding:18px 20px;
  margin:0 0 18px;
  box-shadow:0 1px 2px rgba(0,0,0,.04);
}
.gp-home-settings-wrap .gp-home-settings-card h2{
  margin-top:0;
  margin-bottom:10px;
}
.gp-home-settings-wrap .gp-home-settings-card .description{
  margin-top:4px;
}


/* v1.0.39b wired homepage settings fix */
.gp-home-settings-wrap .gp-home-settings-card h2{
  margin-bottom:12px;
}


/* v1.0.39c mobile home collection mode fix */
.gp-mobile-homepage__collection .products,
.gp-mobile-homepage__popular .products{
  margin:0;
}


/* v1.0.39d mobile home category query fix */
.gp-mobile-homepage__empty-note{
  padding:16px 18px;
  border-radius:16px;
  background:#121217;
  border:1px solid rgba(255,151,205,.18);
  color:#cfcfd6;
  line-height:1.45;
}


/* v1.0.39f new burgers query fix */
.gp-mobile-homepage__empty-note{
  font-weight:700;
}


/* v1.0.40b homepage description toggle */
.gp2-prod-desc-toggle{
  cursor:pointer;
  user-select:none;
}
.gp2-prod-desc-toggle.is-expanded{
  white-space:normal !important;
}


/* v1.0.40c opening status redesign */
.gp-mobile-homepage__status{
  text-align:center;
}
.gp-mobile-homepage__status-pill-wrap{
  display:flex;
  justify-content:center;
  margin-bottom:8px;
}
.gp-mobile-homepage__status-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 18px;
  border-radius:999px;
  font-size:18px;
  font-weight:900;
  border:1px solid rgba(255,151,205,.22);
  background:#15151b;
  color:#ececf1;
}
.gp-mobile-homepage__status--open .gp-mobile-homepage__status-pill{
  background:rgba(73,183,114,.15);
  border-color:rgba(73,183,114,.45);
  color:#8cf0b2;
  box-shadow:0 0 18px rgba(73,183,114,.18);
}
.gp-mobile-homepage__status--preorder .gp-mobile-homepage__status-pill{
  background:rgba(255,190,57,.14);
  border-color:rgba(255,190,57,.42);
  color:#ffd15a;
  box-shadow:0 0 18px rgba(255,190,57,.16);
}
.gp-mobile-homepage__status--closed .gp-mobile-homepage__status-pill{
  background:rgba(255,92,92,.12);
  border-color:rgba(255,92,92,.34);
  color:#ff8a8a;
  box-shadow:0 0 18px rgba(255,92,92,.14);
}
.gp-mobile-homepage__status-message{
  color:#ececf1;
  font-size:20px;
  line-height:1.35;
  font-weight:800;
  margin-top:8px;
}
.gp-mobile-homepage__status-hours{
  margin-top:16px;
}
.gp-mobile-homepage__status-hours .gsh-neon-card{
  background:#121217 !important;
  border:1px solid rgba(255,151,205,.18) !important;
  border-radius:18px !important;
  box-shadow:none !important;
}
.gp-mobile-homepage__status-hours .gsh-card-head{
  display:none !important;
}
.gp-mobile-homepage__status-hours .gsh-card-body{
  padding:0 !important;
}
.gp-mobile-homepage__status-head,
.gp-mobile-homepage__status-badge,
.gp-mobile-homepage__status-headline,
.gp-mobile-homepage__status-subline,
.gp-mobile-homepage__status-today{
  display:none !important;
}


/* v1.0.40d opening status markup fix */
.gp-mobile-homepage__status{
  padding-top:22px;
  padding-bottom:22px;
}


/* v1.0.40f opening status polish */
.gp-mobile-homepage__status{
  background: linear-gradient(180deg, rgba(18,18,24,.92), rgba(10,10,14,.96));
}
.gp-mobile-homepage__status-pill{
  background: rgba(255,151,205,.08);
  border: 1px solid rgba(255,151,205,.30);
  color: #ff97cd;
  box-shadow: none !important;
  font-size: 17px;
  padding: 10px 16px;
}
.gp-mobile-homepage__status--open .gp-mobile-homepage__status-pill{
  background: rgba(76,255,136,.08);
  border-color: rgba(76,255,136,.26);
  color: #8cf0b2;
}
.gp-mobile-homepage__status--preorder .gp-mobile-homepage__status-pill{
  background: rgba(255,179,71,.08);
  border-color: rgba(255,179,71,.28);
  color: #ffd089;
}
.gp-mobile-homepage__status--closed .gp-mobile-homepage__status-pill{
  background: rgba(255,107,107,.08);
  border-color: rgba(255,107,107,.26);
  color: #ffb0b0;
}
.gp-mobile-homepage__status-message{
  font-size: 17px;
  font-weight: 700;
  color: #dfe0e6;
  margin-top: 10px;
}
.gp-mobile-homepage__status-hours{
  margin-top: 14px;
}
.gp-mobile-homepage__status-hours .gsh-neon-card{
  background:#111116 !important;
  border:1px solid rgba(255,151,205,.16) !important;
}


/* v1.0.40m opening box always info */
.gp-mobile-hours-box{
  border:1px solid rgba(255,151,205,.18);
  border-radius:18px;
  background:#111116;
  padding:16px 18px;
}
.gp-mobile-hours-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:8px;
}
.gp-mobile-hours-list li{
  color:#ececf1;
  font-size:14px;
  line-height:1.45;
  padding:6px 0;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.gp-mobile-hours-list li:last-child{
  border-bottom:0;
}
.gp-mobile-hours-list strong{
  color:#ff97cd;
}
.gp-mobile-hours-box--notice{
  text-align:center;
}
.gp-mobile-hours-note{
  color:#ececf1;
  font-size:18px;
  line-height:1.45;
  font-weight:800;
}


/* v1.0.40p opening hours highlighted */
.gp-mobile-hours-title{
  font-size:15px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:1.2px;
  color:#ff97cd;
  margin-bottom:10px;
  text-shadow:0 0 6px rgba(255,151,205,.45);
}
.gp-mobile-hours-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:8px;
}
.gp-mobile-hours-row{
  font-size:16px;
  line-height:1.45;
  padding:6px 0;
  color:#cfcfd6;
  opacity:.78;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.gp-mobile-hours-row:last-child{
  border-bottom:0;
}
.gp-mobile-hours-row strong{
  color:inherit;
}
.gp-mobile-hours-row.is-today{
  font-size:18px;
  font-weight:800;
  color:#ff97cd;
  opacity:1;
  text-shadow:0 0 8px rgba(255,151,205,.55);
}
.gp-mobile-hours-row.is-today strong{
  color:#ff97cd;
}


/* v1.0.40q opening hours style tune */
.gp-mobile-hours-title{
  color:#ececf1 !important;
  text-shadow:none !important;
}
.gp-mobile-hours-row{
  font-size:17px !important;
  color:#ececf1 !important;
  opacity:1 !important;
  border-bottom:1px solid rgba(255,151,205,.12) !important;
}
.gp-mobile-hours-row strong{
  color:#ececf1 !important;
}
.gp-mobile-hours-row .gp-mobile-hours-time{
  color:#ff97cd !important;
}
.gp-mobile-hours-row.is-today{
  font-size:20px !important;
  font-weight:800 !important;
  color:#ececf1 !important;
  text-shadow:none !important;
}
.gp-mobile-hours-row.is-today strong{
  color:#ececf1 !important;
}
.gp-mobile-hours-list li{
  display:flex;
  align-items:baseline;
  justify-content:center;
  gap:6px;
}


/* v1.0.40r opening hours pink times fix */
.gp-mobile-hours-row{
  font-size:15px !important;
}
.gp-mobile-hours-row.is-today{
  font-size:19px !important;
}
.gp-mobile-hours-row strong{
  color:#ececf1 !important;
}
.gp-mobile-hours-time{
  color:#ff97cd !important;
  font-weight:800 !important;
}
.gp-mobile-hours-row.is-today .gp-mobile-hours-time{
  color:#ff97cd !important;
}


/* v1.0.41 homepage -> menu focus/open */
.gpv2-menu-row:target,
.gpv2-menu-row.is-homepage-target{
  outline:2px solid rgba(255,151,205,.28);
  outline-offset:4px;
}


/* v1.0.41c menu title links point to full menu view */
.gpv2-menu-row__title a{
  text-decoration:none;
}


/* v1.0.41d title behaves like label (no nav) */
.gpv2-menu-row__title a{
  cursor: default;
}


/* v1.0.42a menu title copy link */
.gpv2-menu-row__title a{
  cursor:pointer !important;
}
.gpv2-link-copied-toast{
  position:fixed;
  left:50%;
  bottom:24px;
  transform:translateX(-50%) translateY(10px);
  z-index:9999;
  padding:12px 18px;
  border-radius:14px;
  background:rgba(17,17,22,.96);
  border:1px solid rgba(255,151,205,.28);
  color:#ececf1;
  font-weight:800;
  box-shadow:0 12px 30px rgba(0,0,0,.35);
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease, transform .18s ease;
}
.gpv2-link-copied-toast.is-visible{
  opacity:1;
  transform:translateX(-50%) translateY(0);
}


/* v1.0.42c homepage stamp sticker */
.gp-mobile-homepage__hero{
  position:relative;
  overflow:visible;
}
.gp-home-stamp-sticker{
  position:absolute;
  top:-18px;
  right:14px;
  width:118px;
  padding:12px 10px 10px;
  border-radius:16px;
  background:linear-gradient(180deg, rgba(22,22,28,.98), rgba(10,10,14,.98));
  border:1px solid rgba(255,151,205,.30);
  box-shadow:0 16px 28px rgba(0,0,0,.35), 0 0 18px rgba(255,151,205,.10);
  transform:rotate(7deg);
  z-index:3;
  text-align:center;
}
.gp-home-stamp-sticker__pin{
  position:absolute;
  top:8px;
  left:10px;
  width:10px;
  height:10px;
  border-radius:999px;
  background:#ff97cd;
  box-shadow:0 0 10px rgba(255,151,205,.6);
}
.gp-home-stamp-sticker__title{
  color:#ff97cd;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:8px;
}
.gp-home-stamp-sticker__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:6px;
  justify-items:center;
  margin-bottom:8px;
}
.gp-home-stamp-sticker__pig{
  width:26px;
  height:26px;
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:17px;
  background:rgba(255,255,255,.03);
  opacity:.28;
  filter:grayscale(1);
}
.gp-home-stamp-sticker__pig.is-filled{
  opacity:1;
  filter:none;
  background:rgba(255,151,205,.10);
  box-shadow:0 0 12px rgba(255,151,205,.28);
}
.gp-home-stamp-sticker__count{
  color:#ececf1;
  font-size:14px;
  font-weight:800;
}
@media (max-width: 480px){
  .gp-home-stamp-sticker{
    width:108px;
    right:10px;
    top:-14px;
    padding:11px 9px 9px;
  }
  .gp-home-stamp-sticker__pig{
    width:24px;
    height:24px;
    font-size:16px;
  }
}


/* v1.0.42d homepage stamp sticker zoom */
.gp-home-stamp-sticker{
  top:-34px;
  right:8px;
  width:92px;
  padding:8px 6px 6px;
  border-radius:14px;
  transform:rotate(6deg);
  opacity:.88;
  transition:transform .18s ease, opacity .18s ease, box-shadow .18s ease;
  cursor:pointer;
}
.gp-home-stamp-sticker:hover,
.gp-home-stamp-sticker:active{
  opacity:.98;
  transform:rotate(6deg) scale(1.03);
}
.gp-home-stamp-sticker__title{
  font-size:10px;
  margin-bottom:6px;
}
.gp-home-stamp-sticker__grid{
  gap:4px;
  margin-bottom:6px;
}
.gp-home-stamp-sticker__pig{
  width:20px;
  height:20px;
  font-size:14px;
}
.gp-home-stamp-sticker__count{
  font-size:12px;
}

.gp-home-stamp-modal{
  position:fixed;
  inset:0;
  z-index:9999;
}
.gp-home-stamp-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.58);
  backdrop-filter:blur(5px);
  opacity:0;
  transition:opacity .2s ease;
}
.gp-home-stamp-modal__card{
  position:absolute;
  left:50%;
  top:50%;
  width:min(320px, calc(100vw - 32px));
  transform:translate(-50%, -50%) scale(.78);
  opacity:0;
  padding:22px 18px 18px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(22,22,28,.99), rgba(10,10,14,.99));
  border:1px solid rgba(255,151,205,.30);
  box-shadow:0 24px 50px rgba(0,0,0,.46), 0 0 24px rgba(255,151,205,.10);
  transition:transform .22s ease, opacity .22s ease;
  text-align:center;
}
.gp-home-stamp-modal.is-open .gp-home-stamp-modal__backdrop{
  opacity:1;
}
.gp-home-stamp-modal.is-open .gp-home-stamp-modal__card{
  opacity:1;
  transform:translate(-50%, -50%) scale(1);
}
.gp-home-stamp-modal__close{
  position:absolute;
  top:10px;
  right:10px;
  width:36px;
  height:36px;
  border-radius:999px;
  border:1px solid rgba(255,151,205,.26);
  background:#15151b;
  color:#ececf1;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.gp-home-stamp-modal__title{
  color:#ff97cd;
  font-size:20px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  margin-bottom:18px;
}
.gp-home-stamp-modal__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  justify-items:center;
  margin-bottom:18px;
}
.gp-home-stamp-modal__pig{
  width:56px;
  height:56px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
  background:rgba(255,255,255,.04);
  opacity:.25;
  filter:grayscale(1);
}
.gp-home-stamp-modal__pig.is-filled{
  opacity:1;
  filter:none;
  background:rgba(255,151,205,.10);
  box-shadow:0 0 18px rgba(255,151,205,.26);
}
.gp-home-stamp-modal__count{
  color:#ececf1;
  font-size:18px;
  font-weight:800;
}
body.gp-home-stamp-modal-open{
  overflow:hidden;
}


/* v1.0.42e homepage stamp sticker style fix */
.gp-home-stamp-sticker,
button.gp-home-stamp-sticker{
  -webkit-appearance:none !important;
  appearance:none !important;
  background:linear-gradient(180deg, rgba(22,22,28,.96), rgba(10,10,14,.98)) !important;
  border:1px solid rgba(255,151,205,.24) !important;
  color:#ececf1 !important;
  box-shadow:0 12px 20px rgba(0,0,0,.28), 0 0 12px rgba(255,151,205,.08) !important;
  opacity:.90 !important;
  text-decoration:none !important;
  font:inherit !important;
  line-height:1 !important;
  width:86px !important;
  min-width:86px !important;
  max-width:86px !important;
  padding:8px 6px 7px !important;
  border-radius:14px !important;
  position:absolute !important;
  top:-22px !important;
  right:10px !important;
  transform:rotate(6deg) !important;
  z-index:3 !important;
}
.gp-mobile-homepage__hero{
  overflow:visible !important;
  padding-top:28px !important;
}
.gp-home-stamp-sticker__pin{
  width:8px !important;
  height:8px !important;
}
.gp-home-stamp-sticker__title{
  color:#ff97cd !important;
  font-size:9px !important;
  font-weight:900 !important;
  letter-spacing:.08em !important;
  margin-bottom:5px !important;
}
.gp-home-stamp-sticker__grid{
  gap:3px !important;
  margin-bottom:5px !important;
}
.gp-home-stamp-sticker__pig{
  width:18px !important;
  height:18px !important;
  font-size:12px !important;
  background:rgba(255,255,255,.03) !important;
}
.gp-home-stamp-sticker__pig.is-filled{
  background:rgba(255,151,205,.10) !important;
}
.gp-home-stamp-sticker__count{
  color:#ececf1 !important;
  font-size:11px !important;
  font-weight:800 !important;
}
.gp-home-stamp-sticker:hover,
.gp-home-stamp-sticker:focus,
.gp-home-stamp-sticker:active{
  background:linear-gradient(180deg, rgba(24,24,30,.98), rgba(12,12,16,.99)) !important;
  color:#ececf1 !important;
  transform:rotate(6deg) scale(1.03) !important;
}


/* v1.0.42f homepage stamp sticker title fix */
.gp-home-stamp-sticker{
  overflow:hidden !important;
}

.gp-home-stamp-sticker__pin{
  top:7px !important;
  left:8px !important;
  width:9px !important;
  height:9px !important;
  z-index:2 !important;
}

.gp-home-stamp-sticker__title{
  display:block !important;
  padding-left:12px !important;
  line-height:1.15 !important;
  white-space:nowrap !important;
  position:relative !important;
  z-index:1 !important;
}


/* v1.0.42g widen homepage stamp sticker */
.gp-home-stamp-sticker{
  width:110px !important;
  min-width:110px !important;
  max-width:110px !important;
  padding:9px 8px 8px !important;
}
.gp-home-stamp-sticker__title{
  font-size:10px !important;
  letter-spacing:.09em !important;
}
.gp-home-stamp-sticker__pig{
  width:20px !important;
  height:20px !important;
}


/* v1.0.42i fix modal close button */
.gp-stamp-modal__close{
  position:absolute !important;
  top:10px !important;
  right:10px !important;
  width:34px !important;
  height:34px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:10px !important;
  background:rgba(255,151,205,.12) !important;
  border:1px solid rgba(255,151,205,.35) !important;
  color:#ff97cd !important;
  font-size:18px !important;
  line-height:1 !important;
  transform:none !important;
  box-shadow:0 0 10px rgba(255,151,205,.25) !important;
}

.gp-stamp-modal__close:hover{
  background:rgba(255,151,205,.18) !important;
  transform:scale(1.05) !important;
}


/* v1.0.42j opening box next-open fix */
.gp-mobile-hours-note strong{
  display:block;
  margin-bottom:4px;
}


/* v1.0.42n stamp sticker size fix */
.gp-home-stamp-sticker {
  width: 140px;
  height: 120px;
  transform: rotate(12deg);
  right: 12px;
  top: -10px;
}

.gp-home-stamp-sticker__grid {
  gap: 6px;
}

.gp-home-stamp-sticker__pig {
  font-size: 16px;
}

.gp-home-stamp-sticker__title {
  font-size: 12px;
  letter-spacing: 1px;
}


/* v1.0.42o stamp size rebalance */
.gp-home-stamp-sticker,
button.gp-home-stamp-sticker{
  width: 104px !important;
  height: auto !important;
  min-width: 104px !important;
  max-width: 104px !important;
  padding: 8px 8px 7px !important;
  right: 10px !important;
  top: -18px !important;
  transform: rotate(7deg) !important;
}

.gp-home-stamp-sticker__title{
  font-size: 10px !important;
  letter-spacing: .07em !important;
  padding-left: 12px !important;
  white-space: nowrap !important;
}

.gp-home-stamp-sticker__grid{
  gap: 4px !important;
  margin-bottom: 6px !important;
}

.gp-home-stamp-sticker__pig{
  width: 18px !important;
  height: 18px !important;
  font-size: 12px !important;
}

.gp-home-stamp-sticker__count{
  font-size: 11px !important;
}

.gp-mobile-homepage__hero{
  padding-top: 18px !important;
}


/* v1.0.42p my account login/register theme */
.woocommerce-account .woocommerce{
  color:#ececf1;
}

.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register,
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-notices-wrapper + p + form,
.woocommerce-account form.login,
.woocommerce-account form.register{
  background:linear-gradient(180deg, rgba(20,20,28,.96), rgba(10,10,14,.98));
  border:1px solid rgba(255,151,205,.22);
  border-radius:28px;
  box-shadow:0 0 0 1px rgba(255,151,205,.05), 0 18px 40px rgba(0,0,0,.28), 0 0 28px rgba(255,151,205,.08);
  padding:24px 18px 20px;
  color:#ececf1;
}

.woocommerce-account .u-column1.col-1,
.woocommerce-account .u-column2.col-2{
  width:100%;
  float:none;
  margin:0 0 18px;
}

.woocommerce-account .u-column1.col-1 h2,
.woocommerce-account .u-column2.col-2 h2,
.woocommerce-account .woocommerce-form-login h2,
.woocommerce-account .woocommerce-form-register h2{
  color:#ff97cd;
  font-size:30px;
  line-height:1.05;
  font-weight:900;
  letter-spacing:.01em;
  text-shadow:0 0 18px rgba(255,151,205,.28);
  margin:0 0 18px;
}

.woocommerce-account .woocommerce-form-login p,
.woocommerce-account .woocommerce-form-register p,
.woocommerce-account form.login p,
.woocommerce-account form.register p,
.woocommerce-account label{
  color:#ececf1;
}

.woocommerce-account .form-row{
  margin-bottom:14px;
}

.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="password"],
.woocommerce-account input[type="tel"],
.woocommerce-account input[type="number"]{
  width:100%;
  min-height:52px;
  background:#0d0d12 !important;
  border:1px solid rgba(255,151,205,.28) !important;
  border-radius:18px !important;
  color:#ececf1 !important;
  box-shadow:inset 0 0 0 1px rgba(255,151,205,.03);
  padding:14px 16px !important;
  font-size:16px !important;
}

.woocommerce-account input::placeholder{
  color:rgba(236,236,241,.48);
}

.woocommerce-account input:focus{
  outline:none !important;
  border-color:rgba(255,151,205,.65) !important;
  box-shadow:0 0 0 3px rgba(255,151,205,.10), 0 0 18px rgba(255,151,205,.10) !important;
}

.woocommerce-account .show-password-input{
  color:#ff97cd !important;
}

.woocommerce-account .woocommerce-form-login .button,
.woocommerce-account .woocommerce-form-register .button,
.woocommerce-account form.login .button,
.woocommerce-account form.register .button{
  min-height:54px;
  border-radius:20px !important;
  border:1px solid rgba(255,151,205,.18) !important;
  background:linear-gradient(180deg, #f4a2d1 0%, #e78bc3 100%) !important;
  color:#0b0b0d !important;
  font-weight:900 !important;
  font-size:16px !important;
  letter-spacing:.01em;
  padding:14px 22px !important;
  box-shadow:0 12px 24px rgba(255,151,205,.18), 0 0 18px rgba(255,151,205,.08);
}

.woocommerce-account .woocommerce-form-login .button:hover,
.woocommerce-account .woocommerce-form-register .button:hover,
.woocommerce-account form.login .button:hover,
.woocommerce-account form.register .button:hover{
  transform:translateY(-1px);
  filter:brightness(1.03);
}

.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme,
.woocommerce-account .woocommerce-form-register .woocommerce-privacy-policy-text,
.woocommerce-account .lost_password a,
.woocommerce-account .woocommerce-LostPassword a{
  color:#ff97cd !important;
}

.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:6px;
}

.woocommerce-account input[type="checkbox"]{
  accent-color:#ff97cd;
}

.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message{
  background:rgba(17,17,22,.95);
  border:1px solid rgba(255,151,205,.22);
  border-radius:18px;
  color:#ececf1;
}

.woocommerce-account .col2-set{
  display:block;
}

@media (min-width: 768px){
  .woocommerce-account .col2-set{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    align-items:start;
  }

  .woocommerce-account .u-column1.col-1,
  .woocommerce-account .u-column2.col-2{
    margin:0;
  }
}


/* v1.0.42q auto what3words compact map */
.gp-mobile-homepage__location .gp-mobile-homepage__section-head p{
  margin-bottom:0;
}
.gp-mobile-homepage__map-wrap{
  margin-top:14px;
  margin-bottom:14px;
  border-radius:20px;
  overflow:hidden;
  border:1px solid rgba(255,151,205,.16);
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
.gp-mobile-homepage__map{
  min-height:220px;
}
.gp-mobile-homepage__w3w{
  color:#ececf1;
  font-size:15px;
  line-height:1.45;
}
.gp-mobile-homepage__w3w strong{
  color:#ff97cd;
}
.gp-mobile-homepage__location-actions{
  margin-top:14px;
}


/* v1.0.42t w3w map logic fix */
.gp-mobile-homepage__w3w-note{
  margin-top:6px;
  color:rgba(236,236,241,.72);
  font-size:13px;
  line-height:1.4;
}


/* v1.0.42u coordinates support */
.gp-mobile-homepage__coords{
  margin-top:10px;
  color:#ececf1;
  font-size:13px;
  line-height:1.4;
}
.gp-mobile-homepage__coords strong{
  color:#ff97cd;
}


/* v1.0.42v collection offers disable delivery */
.gp-route-btn.is-disabled,
.gp-route-btn[disabled]{
  opacity:.45 !important;
  cursor:not-allowed !important;
  transform:none !important;
  box-shadow:none !important;
}

.gp-route-lock-note{
  margin-top:12px;
  padding:12px 14px;
  border-radius:16px;
  background:rgba(255,151,205,.08);
  border:1px solid rgba(255,151,205,.18);
  color:#ececf1;
  font-size:14px;
  line-height:1.45;
  text-align:center;
}


/* v1.0.42w menu review modal */
.gpv2-menu-row__rating-trigger{
  all:unset;
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin:4px 0 10px;
  cursor:pointer;
  color:#ececf1;
  font-size:12px;
  line-height:1;
  opacity:.92;
}
.gpv2-menu-row__rating-stars{
  position:relative;
  display:inline-block;
  font-size:12px;
  letter-spacing:1px;
  line-height:1;
}
.gpv2-menu-row__rating-stars-base{
  color:rgba(255,255,255,.18);
}
.gpv2-menu-row__rating-stars-fill{
  position:absolute;
  left:0;
  top:0;
  white-space:nowrap;
  overflow:hidden;
  color:#ff97cd;
}
.gpv2-menu-row__rating-value{
  font-weight:800;
  color:#ff97cd;
}
.gpv2-menu-row__rating-count{
  color:rgba(236,236,241,.72);
}

.gpv2-review-modal{
  position:fixed;
  inset:0;
  z-index:9999;
}
.gpv2-review-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.66);
  backdrop-filter:blur(4px);
}
.gpv2-review-modal__dialog{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%) scale(.96);
  width:min(560px, calc(100vw - 28px));
  max-height:min(80vh, 720px);
  overflow:auto;
  padding:20px 18px 18px;
  border-radius:24px;
  background:linear-gradient(180deg, rgba(20,20,28,.98), rgba(10,10,14,.99));
  border:1px solid rgba(255,151,205,.24);
  box-shadow:0 18px 44px rgba(0,0,0,.42), 0 0 24px rgba(255,151,205,.08);
  opacity:0;
  transition:opacity .16s ease, transform .16s ease;
}
.gpv2-review-modal.is-open .gpv2-review-modal__dialog{
  opacity:1;
  transform:translate(-50%,-50%) scale(1);
}
.gpv2-review-modal__close{
  position:absolute;
  top:12px;
  right:12px;
  width:38px;
  height:38px;
  border-radius:12px;
  border:1px solid rgba(255,151,205,.22);
  background:rgba(255,151,205,.10);
  color:#ff97cd;
  font-size:24px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
}
.gpv2-review-modal__title{
  margin:0 52px 14px 0;
  color:#ff97cd;
  font-size:26px;
  font-weight:900;
  line-height:1.1;
}
.gpv2-review-modal__summary{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:16px;
  padding:14px;
  border-radius:18px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,151,205,.12);
}
.gpv2-review-modal__score{
  min-width:72px;
  font-size:34px;
  font-weight:900;
  color:#ececf1;
}
.gpv2-review-modal__summary-text{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.gpv2-review-modal__stars{
  position:relative;
  display:inline-block;
  font-size:18px;
  letter-spacing:2px;
  line-height:1;
}
.gpv2-review-modal__stars-base{
  color:rgba(255,255,255,.18);
}
.gpv2-review-modal__stars-fill{
  position:absolute;
  left:0; top:0;
  white-space:nowrap;
  overflow:hidden;
  color:#ff97cd;
}
.gpv2-review-modal__count{
  color:rgba(236,236,241,.76);
  font-size:14px;
}
.gpv2-review-modal__list{
  display:grid;
  gap:12px;
}
.gpv2-review-modal__item{
  padding:14px;
  border-radius:18px;
  background:rgba(255,255,255,.025);
  border:1px solid rgba(255,151,205,.10);
}
.gpv2-review-modal__item-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:8px;
}
.gpv2-review-modal__item-author{
  color:#ececf1;
  font-weight:800;
}
.gpv2-review-modal__item-rating{
  color:#ff97cd;
  font-size:13px;
  letter-spacing:1px;
}
.gpv2-review-modal__item-text,
.gpv2-review-modal__empty{
  color:rgba(236,236,241,.88);
  line-height:1.55;
  font-size:14px;
}
body.gpv2-review-modal-open{
  overflow:hidden;
}


/* v1.0.42x menu review inline fix */
.gpv2-menu-row__rating-trigger{
  all:unset !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
  margin:4px 0 8px !important;
  padding:0 !important;
  border:none !important;
  background:none !important;
  box-shadow:none !important;
  min-width:0 !important;
  width:auto !important;
  height:auto !important;
  max-width:none !important;
  border-radius:0 !important;
  cursor:pointer !important;
  color:#ececf1 !important;
  font-size:12px !important;
  line-height:1 !important;
  text-transform:none !important;
  letter-spacing:0 !important;
  justify-content:flex-start !important;
  vertical-align:middle !important;
}

.gpv2-menu-row__rating-trigger,
.gpv2-menu-row__rating-trigger *,
button.gpv2-menu-row__rating-trigger,
button.gpv2-menu-row__rating-trigger *{
  background:none !important;
  box-shadow:none !important;
  transform:none !important;
  filter:none !important;
}

.gpv2-menu-row__rating-stars{
  position:relative !important;
  display:inline-block !important;
  font-size:12px !important;
  letter-spacing:1px !important;
  line-height:1 !important;
  width:auto !important;
  height:auto !important;
}

.gpv2-menu-row__rating-stars-base{
  color:rgba(255,255,255,.15) !important;
}

.gpv2-menu-row__rating-stars-fill{
  position:absolute !important;
  left:0 !important;
  top:0 !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  color:#ff97cd !important;
}

.gpv2-menu-row__rating-value{
  color:#ff97cd !important;
  font-weight:700 !important;
}

.gpv2-menu-row__rating-count{
  color:rgba(236,236,241,.6) !important;
  font-size:11px !important;
}


/* v1.0.42y rating spacing tightened */
.gpv2-menu-row__rating-trigger{
  margin:2px 0 4px !important;
  line-height:1 !important;
}

.gpv2-menu-row__title{
  margin-bottom:2px !important;
}

.gpv2-menu-row__rating-trigger + p,
.gpv2-menu-row__rating-trigger + .gpv2-menu-row__desc{
  margin-top:6px !important;
}


/* v1.0.42z rating inline with title */
.gpv2-menu-row__heading{
  display:flex !important;
  align-items:flex-end !important;
  justify-content:space-between !important;
  gap:10px !important;
  margin:0 0 6px !important;
}

.gpv2-menu-row__title{
  margin:0 !important;
  flex:1 1 auto !important;
  min-width:0 !important;
  line-height:1.05 !important;
}

.gpv2-menu-row__rating-trigger{
  flex:0 0 auto !important;
  align-self:flex-end !important;
  margin:0 0 2px !important;
  white-space:nowrap !important;
  opacity:.96 !important;
}

.gpv2-menu-row__desc{
  margin-top:0 !important;
}

@media (max-width: 640px){
  .gpv2-menu-row__heading{
    flex-wrap:wrap !important;
    align-items:flex-start !important;
    gap:4px 8px !important;
    margin:0 0 4px !important;
  }

  .gpv2-menu-row__rating-trigger{
    margin:0 !important;
  }
}


/* v1.0.43a rating under title consistent */
.gpv2-menu-row__heading{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:flex-start !important;
  gap:4px !important;
  margin:0 0 6px !important;
}

.gpv2-menu-row__title{
  margin:0 !important;
  width:100% !important;
  line-height:1.05 !important;
}

.gpv2-menu-row__rating-trigger{
  display:inline-flex !important;
  align-self:flex-start !important;
  margin:0 !important;
  white-space:nowrap !important;
}


/* v1.0.43b keep rating tight */
.gpv2-menu-row__heading{
  margin:0 0 4px !important;
  gap:2px !important;
}

.gpv2-menu-row__rating-trigger{
  margin:0 !important;
}

.gpv2-menu-row__desc{
  margin:0 0 8px !important;
}


/* v1.0.43c crush rating hidden button height */
.gpv2-menu-row__heading{
  display:block !important;
  margin:0 0 4px !important;
}

.gpv2-menu-row__title{
  margin:0 0 2px !important;
}

button.gpv2-menu-row__rating-trigger,
.gpv2-menu-row__rating-trigger{
  all:unset !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:6px !important;
  width:auto !important;
  min-width:0 !important;
  max-width:none !important;
  height:14px !important;
  min-height:14px !important;
  max-height:14px !important;
  padding:0 !important;
  margin:0 0 6px !important;
  border:0 !important;
  border-radius:0 !important;
  background:none !important;
  box-shadow:none !important;
  line-height:14px !important;
  overflow:hidden !important;
  white-space:nowrap !important;
  vertical-align:top !important;
  cursor:pointer !important;
  color:#ececf1 !important;
}

.gpv2-menu-row__rating-trigger *,
button.gpv2-menu-row__rating-trigger *{
  line-height:14px !important;
}

.gpv2-menu-row__desc{
  margin:0 0 8px !important;
}


/* Quick reorder integrated */
.greedy-quick-reorder{
  margin:14px 0 18px;
  border:1px solid rgba(255,151,205,.38);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(26,26,31,.96),rgba(13,13,16,.96));
  box-shadow:0 12px 30px rgba(0,0,0,.22);
  overflow:hidden;
}
.greedy-quick-reorder__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:14px 16px 10px;
}
.greedy-quick-reorder__title{
  margin:0;
  color:#ff97cd;
  font-size:1.05rem;
  line-height:1.1;
}
.greedy-quick-reorder__text{
  margin:4px 0 0;
  color:rgba(236,236,241,.8);
  font-size:.88rem;
}
.greedy-quick-reorder__all{
  color:#ff97cd;
  text-decoration:none;
  font-weight:700;
  white-space:nowrap;
}
.greedy-quick-reorder__cards{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  padding:0 12px 12px;
}
.greedy-quick-reorder__card{
  display:grid;
  grid-template-columns:68px 1fr auto;
  gap:12px;
  align-items:center;
  padding:10px;
  border-radius:16px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.06);
}
.greedy-quick-reorder__thumb{
  width:68px;
  height:68px;
  border-radius:14px;
  overflow:hidden;
  background:rgba(255,255,255,.05);
}
.greedy-quick-reorder__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.greedy-quick-reorder__meta{
  min-width:0;
}
.greedy-quick-reorder__name{
  margin:0 0 4px;
  color:#ececf1;
  font-weight:800;
  line-height:1.2;
}
.greedy-quick-reorder__sub{
  margin:0;
  color:rgba(236,236,241,.72);
  font-size:.85rem;
  line-height:1.35;
}
.greedy-quick-reorder__actions{
  display:flex;
  flex-direction:column;
  gap:8px;
  align-items:flex-end;
}
.greedy-quick-reorder__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:104px;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  background:#ff97cd;
  color:#0b0b0d;
  font-weight:800;
  text-decoration:none;
}
.greedy-quick-reorder__ghost{
  color:rgba(236,236,241,.82);
  font-size:.82rem;
  text-decoration:none;
}
.greedy-quick-reorder__empty{
  padding:0 16px 14px;
  color:#ececf1;
}
@media (max-width: 640px){
  .greedy-quick-reorder__card{
    grid-template-columns:60px 1fr;
  }
  .greedy-quick-reorder__thumb{ width:60px; height:60px; }
  .greedy-quick-reorder__actions{
    grid-column:1 / -1;
    flex-direction:row;
    justify-content:flex-end;
    align-items:center;
  }
}


/* Quick reorder compact pass */
.greedy-quick-reorder{margin:12px 0 16px;border-radius:16px;}
.greedy-quick-reorder__head{padding:12px 14px 8px;align-items:flex-start;}
.greedy-quick-reorder__title{font-size:1rem;}
.greedy-quick-reorder__text{margin:2px 0 0;font-size:.82rem;line-height:1.3;max-width:32ch;}
.greedy-quick-reorder__cards{gap:8px;padding:0 10px 10px;}
.greedy-quick-reorder__card{grid-template-columns:56px minmax(0,1fr) auto;gap:10px;padding:8px 10px;border-radius:14px;}
.greedy-quick-reorder__thumb{width:56px;height:56px;border-radius:12px;}
.greedy-quick-reorder__name{margin:0 0 2px;font-size:clamp(1rem,2.3vw,1.2rem);line-height:1.15;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.greedy-quick-reorder__sub{font-size:.78rem;line-height:1.25;}
.greedy-quick-reorder__actions{gap:6px;}
.greedy-quick-reorder__btn{min-width:92px;min-height:34px;padding:0 12px;font-size:.95rem;}
.greedy-quick-reorder__ghost{font-size:.78rem;}
.greedy-quick-reorder--home .greedy-quick-reorder__text{display:none;}
.greedy-quick-reorder--home .greedy-quick-reorder__head{padding-bottom:6px;}
.greedy-quick-reorder--home .greedy-quick-reorder__cards{padding-bottom:8px;}
.greedy-quick-reorder--home .greedy-quick-reorder__card{grid-template-columns:50px minmax(0,1fr) auto;padding:8px;}
.greedy-quick-reorder--home .greedy-quick-reorder__thumb{width:50px;height:50px;}
.greedy-quick-reorder--home .greedy-quick-reorder__all{font-size:.9rem;}
@media (max-width: 640px){
  .greedy-quick-reorder__head{padding:10px 12px 6px;}
  .greedy-quick-reorder__card{grid-template-columns:48px minmax(0,1fr);padding:8px;}
  .greedy-quick-reorder__thumb{width:48px;height:48px;border-radius:10px;}
  .greedy-quick-reorder__actions{grid-column:2;flex-direction:row;justify-content:flex-start;gap:10px;margin-top:2px;}
  .greedy-quick-reorder__btn{min-width:88px;min-height:32px;padding:0 10px;font-size:.9rem;}
  .greedy-quick-reorder__ghost{font-size:.8rem;}
}


/* Quick reorder unified compact pass */
.greedy-quick-reorder{
  margin:12px 0 16px;
}
.greedy-quick-reorder__intro{
  min-width:0;
}
.greedy-quick-reorder__title{
  letter-spacing:.02em;
}
.greedy-quick-reorder__text{
  max-width:28ch;
}
.greedy-quick-reorder__cards{
  gap:8px;
}
.greedy-quick-reorder__card{
  grid-template-columns:48px minmax(0,1fr) auto;
  gap:10px;
  padding:8px 10px;
}
.greedy-quick-reorder__thumb{
  width:48px;
  height:48px;
  border-radius:10px;
}
.greedy-quick-reorder__name{
  font-size:clamp(.96rem,2.2vw,1.08rem);
  line-height:1.12;
}
.greedy-quick-reorder__sub{
  font-size:.76rem;
  line-height:1.2;
}
.greedy-quick-reorder__actions{
  flex-direction:row;
  align-items:center;
  gap:10px;
}
.greedy-quick-reorder__btn{
  min-width:84px;
  min-height:32px;
  padding:0 12px;
  font-size:.92rem;
}
.greedy-quick-reorder__ghost{
  font-size:.78rem;
}
.greedy-quick-reorder--home{
  margin-top:14px;
}
.greedy-quick-reorder--home .greedy-quick-reorder__head{
  padding:10px 12px 6px;
}
.greedy-quick-reorder--home .greedy-quick-reorder__cards{
  padding:0 10px 10px;
}
.greedy-quick-reorder--menu{
  border-radius:14px;
  margin:0 0 14px;
}
.greedy-quick-reorder--menu .greedy-quick-reorder__head{
  padding:9px 12px 6px;
}
.greedy-quick-reorder--menu .greedy-quick-reorder__text{
  display:none;
}
.greedy-quick-reorder--menu .greedy-quick-reorder__all{
  font-size:.88rem;
}
.greedy-quick-reorder--menu .greedy-quick-reorder__cards{
  padding:0 8px 8px;
  gap:6px;
}
.greedy-quick-reorder--menu .greedy-quick-reorder__card{
  grid-template-columns:44px minmax(0,1fr) auto;
  gap:8px;
  padding:7px 8px;
  border-radius:12px;
}
.greedy-quick-reorder--menu .greedy-quick-reorder__thumb{
  width:44px;
  height:44px;
  border-radius:9px;
}
.greedy-quick-reorder--menu .greedy-quick-reorder__name{
  margin:0 0 1px;
  font-size:clamp(.92rem,2.1vw,1.02rem);
}
.greedy-quick-reorder--menu .greedy-quick-reorder__sub{
  font-size:.72rem;
}
.greedy-quick-reorder--menu .greedy-quick-reorder__actions{
  gap:8px;
}
.greedy-quick-reorder--menu .greedy-quick-reorder__btn{
  min-width:78px;
  min-height:30px;
  padding:0 10px;
  font-size:.88rem;
}
.greedy-quick-reorder--menu .greedy-quick-reorder__ghost{
  font-size:.75rem;
}

@media (max-width: 640px){
  .greedy-quick-reorder__head{
    padding:10px 12px 6px;
  }
  .greedy-quick-reorder__card{
    grid-template-columns:44px minmax(0,1fr);
    gap:8px;
    padding:7px 8px;
  }
  .greedy-quick-reorder__thumb{
    width:44px;
    height:44px;
    border-radius:9px;
  }
  .greedy-quick-reorder__actions{
    grid-column:2;
    justify-content:flex-start;
    gap:8px;
    margin-top:2px;
  }
  .greedy-quick-reorder__btn{
    min-width:80px;
    min-height:30px;
    font-size:.88rem;
  }
  .greedy-quick-reorder__ghost{
    font-size:.76rem;
  }
}


/* Quick reorder preview modal */
.greedy-quick-reorder__ghost{background:none;border:0;padding:0;color:#ececf1;cursor:pointer;text-decoration:none}
.greedy-quick-reorder__ghost:hover,.greedy-quick-reorder__ghost:focus{color:#ff97cd}
.greedy-qr-modal{position:fixed;inset:0;z-index:99999;display:none}
.greedy-qr-modal.is-open{display:block}
.greedy-qr-modal__backdrop{position:absolute;inset:0;background:rgba(5,5,8,.72);backdrop-filter:blur(4px)}
.greedy-qr-modal__dialog{position:relative;z-index:1;width:min(680px,calc(100vw - 24px));max-height:min(82vh,900px);overflow:auto;margin:8vh auto 0;background:#0b0b0d;border:1px solid rgba(255,151,205,.45);border-radius:18px;box-shadow:0 18px 60px rgba(0,0,0,.45),0 0 22px rgba(255,151,205,.16);padding:16px}
.greedy-qr-modal__top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}
.greedy-qr-modal__title{margin:0;color:#ff97cd;font-size:1.3rem;line-height:1.1}
.greedy-qr-modal__sub{margin:4px 0 0;color:#cfcfd6;font-size:.92rem}
.greedy-qr-modal__close{appearance:none;border:1px solid rgba(255,151,205,.35);background:#14141a;color:#ececf1;border-radius:12px;min-width:40px;min-height:40px;font-size:1.4rem;line-height:1;cursor:pointer}
.greedy-qr-modal__summary{margin:0 0 12px;padding:10px 12px;border-radius:14px;background:#14141a;border:1px solid rgba(255,151,205,.18);color:#ececf1;font-size:.94rem}
.greedy-qr-modal__summary--warn{border-color:rgba(255,151,205,.45);background:rgba(60,20,35,.5)}
.greedy-qr-modal__list{display:grid;gap:10px}
.greedy-qr-modal__item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:10px 12px;border-radius:14px;background:#121218;border:1px solid rgba(255,151,205,.16)}
.greedy-qr-modal__itemname{margin:0 0 4px;color:#ececf1;font-size:1rem;line-height:1.15}
.greedy-qr-modal__itemmeta{margin:0;color:#bfbfc7;font-size:.84rem;line-height:1.35}
.greedy-qr-modal__badge{align-self:start;display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-size:.78rem;font-weight:700;white-space:nowrap}
.greedy-qr-modal__badge--ok{background:rgba(32,125,72,.22);color:#9ff1bf;border:1px solid rgba(80,200,120,.32)}
.greedy-qr-modal__badge--warn{background:rgba(120,88,20,.22);color:#ffe08a;border:1px solid rgba(255,208,90,.3)}
.greedy-qr-modal__badge--bad{background:rgba(120,28,48,.24);color:#ffb1c8;border:1px solid rgba(255,120,160,.34)}
.greedy-qr-modal__foot{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:14px}
.greedy-qr-modal__action,.greedy-qr-modal__dismiss{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;text-decoration:none;font-weight:700}
.greedy-qr-modal__action{background:#ff97cd;color:#0b0b0d}
.greedy-qr-modal__dismiss{background:#16161d;color:#ececf1;border:1px solid rgba(255,151,205,.22)}
body.greedy-qr-modal-open{overflow:hidden}
@media (max-width:640px){.greedy-qr-modal__dialog{width:calc(100vw - 16px);margin:4vh auto 0;padding:14px}.greedy-qr-modal__item{grid-template-columns:1fr}.greedy-qr-modal__badge{justify-self:start}}


/* Quick reorder button hierarchy fix */
.greedy-quick-reorder .greedy-quick-reorder__actions{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}

.greedy-quick-reorder .greedy-quick-reorder__btn,
.greedy-quick-reorder .greedy-quick-reorder__ghost,
.greedy-quick-reorder .greedy-quick-reorder__preview,
.greedy-quick-reorder button.greedy-quick-reorder__btn,
.greedy-quick-reorder a.greedy-quick-reorder__btn{
  min-height:34px;
  height:34px;
  line-height:34px;
  padding:0 14px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  font-weight:700;
}

.greedy-quick-reorder .greedy-quick-reorder__btn{
  min-width:118px;
}

.greedy-quick-reorder .greedy-quick-reorder__btn--primary,
.greedy-quick-reorder .greedy-quick-reorder__btn[href*="order-again"],
.greedy-quick-reorder .greedy-quick-reorder__btn[href*="reorder"]{
  background:#ff97cd;
  color:#0b0b0d;
  border:1px solid #ff97cd;
  box-shadow:0 0 10px rgba(255,151,205,.22);
}

.greedy-quick-reorder .greedy-quick-reorder__btn--primary:hover,
.greedy-quick-reorder .greedy-quick-reorder__btn[href*="order-again"]:hover,
.greedy-quick-reorder .greedy-quick-reorder__btn[href*="reorder"]:hover{
  color:#0b0b0d;
}

.greedy-quick-reorder .greedy-quick-reorder__ghost,
.greedy-quick-reorder .greedy-quick-reorder__btn--preview,
.greedy-quick-reorder .greedy-quick-reorder__preview{
  min-width:102px;
  background:transparent;
  color:#ff97cd;
  border:1px solid rgba(255,151,205,.55);
  box-shadow:none !important;
  text-transform:none;
}

.greedy-quick-reorder .greedy-quick-reorder__ghost:hover,
.greedy-quick-reorder .greedy-quick-reorder__btn--preview:hover,
.greedy-quick-reorder .greedy-quick-reorder__preview:hover{
  background:rgba(255,151,205,.08);
  color:#ff97cd;
}

.greedy-quick-reorder .greedy-quick-reorder__ghost::before,
.greedy-quick-reorder .greedy-quick-reorder__ghost::after,
.greedy-quick-reorder .greedy-quick-reorder__btn--preview::before,
.greedy-quick-reorder .greedy-quick-reorder__btn--preview::after,
.greedy-quick-reorder .greedy-quick-reorder__preview::before,
.greedy-quick-reorder .greedy-quick-reorder__preview::after{
  display:none !important;
}

.greedy-quick-reorder--menu .greedy-quick-reorder__btn,
.greedy-quick-reorder--menu .greedy-quick-reorder__ghost,
.greedy-quick-reorder--menu .greedy-quick-reorder__preview{
  min-height:32px;
  height:32px;
  line-height:32px;
  padding:0 12px;
}

.greedy-quick-reorder--menu .greedy-quick-reorder__btn{
  min-width:108px;
}

.greedy-quick-reorder--menu .greedy-quick-reorder__ghost,
.greedy-quick-reorder--menu .greedy-quick-reorder__preview{
  min-width:94px;
}

@media (max-width:640px){
  .greedy-quick-reorder .greedy-quick-reorder__actions{
    gap:8px;
  }
  .greedy-quick-reorder .greedy-quick-reorder__btn{
    min-width:108px;
  }
  .greedy-quick-reorder .greedy-quick-reorder__ghost,
  .greedy-quick-reorder .greedy-quick-reorder__preview{
    min-width:94px;
  }
}


/* Quick reorder failure notices */
.greedy-qr-toast-wrap{
  position:fixed;
  right:14px;
  bottom:96px;
  z-index:99999;
  display:flex;
  flex-direction:column;
  gap:10px;
  width:min(92vw, 360px);
  pointer-events:none;
}
.greedy-qr-toast{
  background:rgba(11,11,13,.96);
  border:1px solid rgba(255,151,205,.55);
  color:#ececf1;
  border-radius:16px;
  padding:12px 14px;
  box-shadow:0 0 18px rgba(255,151,205,.18);
  transform:translateX(120%);
  opacity:0;
  transition:transform .22s ease, opacity .22s ease;
  font-weight:700;
  line-height:1.35;
}
.greedy-qr-toast.is-visible{
  transform:translateX(0);
  opacity:1;
}
.greedy-qr-toast--warn{
  border-color:rgba(255,151,205,.75);
}
.greedy-qr-toast__reason{
  font-weight:500;
  opacity:.95;
}
@media (max-width:640px){
  .greedy-qr-toast-wrap{
    right:10px;
    left:10px;
    width:auto;
    bottom:88px;
  }
}


/* Quick reorder fix-now toast action */
.greedy-qr-toast{
  pointer-events:auto;
}
.greedy-qr-toast__text{
  display:block;
}
.greedy-qr-toast__actions{
  margin-top:10px;
  display:flex;
  justify-content:flex-end;
}
.greedy-qr-toast__fix{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  background:#ff97cd;
  color:#0b0b0d;
  text-decoration:none;
  font-weight:700;
  border:1px solid #ff97cd;
  box-shadow:0 0 10px rgba(255,151,205,.18);
}
.greedy-qr-toast__fix:hover{
  color:#0b0b0d;
  filter:brightness(1.03);
}


/* Modal fix-now action */
.greedy-qr-item__actions{
  margin-top:10px;
}
.greedy-qr-item__fix{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,151,205,.08);
  color:#f6c560;
  border:1px solid rgba(246,197,96,.45);
  text-decoration:none;
  font-weight:700;
}
.greedy-qr-item__fix:hover{
  color:#f6c560;
  background:rgba(246,197,96,.10);
}


/* Basket closed banner synced to route buttons */
.gpv2-basket-closed-banner{
  margin:14px 0 18px;
  padding:16px 18px;
  border-radius:14px;
  background:#ff97cd;
  color:#0b0b0d;
  font-weight:900;
  text-align:center;
  line-height:1.35;
  box-shadow:0 0 18px rgba(255,151,205,.22);
}
.gpv2-basket-closed-banner__title{
  display:block;
  font-size:clamp(1.05rem, 4vw, 1.35rem);
}
.gpv2-basket-closed-banner__sub{
  display:block;
  margin-top:4px;
  font-size:clamp(.9rem, 3.4vw, 1.05rem);
  font-weight:800;
}


/* KitchenForge APF inline menu support */
.gpv2-inline-product .kf-apf-wrap{
  --kf-primary:#ff97cd;
  --kf-apf-theme-accent:#ff97cd;
  --kf-apf-theme-text:#ececf1;
  --kf-apf-theme-surface:#111118;
  --kf-apf-theme-border:rgba(255,151,205,.28);
  margin:14px 0;
}
.gpv2-inline-product .kf-apf-group-title,
.gpv2-inline-product .kf-apf-label{
  color:#ff97cd !important;
}
.gpv2-inline-product .kf-apf-description{
  color:rgba(236,236,241,.78);
}
.gpv2-inline-product .kf-apf-input,
.gpv2-inline-product .kf-apf-select,
.gpv2-inline-product .kf-apf-wrap textarea{
  background:rgba(255,255,255,.035);
  border-color:rgba(255,151,205,.28);
  color:#ececf1;
}
.gpv2-inline-product .kf-apf-choice-inner{
  color:#ececf1;
}
.gpv2-inline-product .kf-apf-toggle-chip-label{
  background:rgba(255,255,255,.035);
  border-color:rgba(255,151,205,.28);
  color:#ececf1;
}
.gpv2-inline-product .kf-apf-toggle-chip input:checked + .kf-apf-toggle-chip-label{
  background:#ff97cd;
  color:#0b0b0d;
  border-color:#ff97cd;
}


/* KitchenForge LOC one-page checkout timing */
.gp-onepage-checkout #kf-loc-checkout-time{
  margin:12px 0 16px;
  padding:14px;
  border-radius:14px;
  background:#09070c;
  border:1px solid rgba(255,151,205,.34);
  box-shadow:0 0 14px rgba(255,151,205,.10);
}
.gp-onepage-checkout #kf-loc-checkout-time h3{
  margin:0 0 10px!important;
  color:#ff97cd;
  font-size:17px!important;
  font-weight:900;
}
.gp-onepage-checkout #kf-loc-checkout-time .form-row{
  margin:0!important;
}
.gp-onepage-checkout #kf-loc-checkout-time label{
  color:#ff97cd!important;
  font-weight:800;
}
.gp-onepage-checkout #kf-loc-checkout-time select{
  width:100%;
  background:#111!important;
  border:1px solid rgba(255,151,205,.35)!important;
  border-radius:10px!important;
  color:#fff!important;
  min-height:42px;
  padding:8px 12px!important;
}
.gp-onepage-checkout #kf-loc-checkout-time .woocommerce-input-wrapper .description,
.gp-onepage-checkout #kf-loc-checkout-time .description{
  color:rgba(236,236,241,.76)!important;
  font-size:12px;
  line-height:1.35;
  margin-top:6px;
}
.gp-onepage-checkout #kf-loc-checkout-time.is-loading{
  opacity:.65;
  pointer-events:none;
}
.gp-onepage-checkout #kf-loc-checkout-time .gpv2-loc-route-note{
  margin:8px 0 0;
  color:#ececf1;
  opacity:.78;
  font-size:12px;
  line-height:1.35;
}

/* KitchenForge LOC live order screen theme sync */
body.gpv2-loc-live-order-active .woocommerce-order-overview,
body.gpv2-loc-live-order-active .woocommerce-thankyou-order-received,
body.gpv2-loc-live-order-active .woocommerce-order-details,
body.gpv2-loc-live-order-active .woocommerce-customer-details{
  display:none!important;
}
body.gpv2-loc-live-order-active .kf-loc-shell,
body.gpv2-loc-live-order-active .kf-loc-wrap,
body.gpv2-loc-live-order-active .kf-loc-live-confirmation{
  max-width:920px;
  margin-left:auto;
  margin-right:auto;
}


/* LOC cleanup */
.gp-onepage-checkout #kf-loc-checkout-time .description{
  display:none!important;
}
.gp-onepage-checkout .gpv2-loc-route-note{
  display:block;
  margin-top:8px;
  color:rgba(236,236,241,.82);
  font-size:12px;
  line-height:1.35;
}


/* LOC v1.4.8 clean select hotfix */
.gp-onepage-checkout #kf-loc-checkout-time .description,
.gp-onepage-checkout #kf-loc-checkout-time .woocommerce-input-wrapper .description{
  display:none!important;
}
.gp-onepage-checkout #kf_loc_requested_service_selection{
  pointer-events:auto!important;
  opacity:1!important;
}
.gp-onepage-checkout .gpv2-loc-route-note{
  display:block;
  margin-top:8px;
  color:rgba(236,236,241,.78);
  font-size:12px;
  line-height:1.35;
}


/* order payment badge restore */
.gpv2-order-payment-badge,
.gp-order-payment-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  margin-left:8px;
  padding:4px 9px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.02em;
  text-transform:uppercase;
  vertical-align:middle;
}
.gpv2-order-payment-badge--paid,
.gp-order-payment-badge--paid{
  background:rgba(87,230,167,.16);
  border:1px solid rgba(87,230,167,.55);
  color:#57e6a7;
}
.gpv2-order-payment-badge--cash,
.gp-order-payment-badge--cash{
  background:rgba(255,191,102,.16);
  border:1px solid rgba(255,191,102,.6);
  color:#ffbf66;
}
.gpv2-order-payment-badge--unpaid,
.gp-order-payment-badge--unpaid{
  background:rgba(255,127,143,.14);
  border:1px solid rgba(255,127,143,.55);
  color:#ff7f8f;
}


/* Mobile one-page menu soft horizontal containment */
html,
body{
  max-width:100%;
  overflow-x:clip;
}

@supports not (overflow-x: clip){
  html,
  body{
    overflow-x:hidden;
  }
}

@media (max-width: 768px){
  .gpv2-menu-page,
  .gpv2-menu-shell,
  .gpv2-menu-wrap,
  .gpv2-menu-list,
  .gpv2-menu-section,
  .gpv2-menu-row,
  .gpv2-menu-card,
  .gpv2-inline-customise,
  .gpv2-inline-panel,
  .gpv2-inline-panel-inner,
  .gpv2-inline-product{
    max-width:100%;
    min-width:0;
    box-sizing:border-box;
  }

  .gpv2-menu-row,
  .gpv2-menu-card,
  .gpv2-inline-panel,
  .gpv2-inline-panel-inner,
  .gpv2-inline-product{
    width:100%;
    transform:none;
  }

  .gpv2-inline-product *,
  .gpv2-menu-row *,
  .gpv2-menu-card *{
    box-sizing:border-box;
  }

  .gpv2-category-chips,
  .gpv2-menu-chips,
  .gp-chip-row,
  .gp-category-row{
    max-width:100%;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
  }
}


/* menu add confirmation toast */
.gpv2-add-toast{
  position:fixed;
  left:50%;
  bottom:18px;
  transform:translateX(-50%) translateY(18px);
  z-index:99999;
  width:min(92vw,420px);
  padding:13px 16px;
  border-radius:16px;
  background:#ff97cd;
  color:#0b0b0d;
  font-weight:900;
  text-align:center;
  box-shadow:0 0 22px rgba(255,151,205,.35);
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease, transform .18s ease;
}
.gpv2-add-toast.is-visible{
  opacity:1;
  transform:translateX(-50%) translateY(0);
}
.gpv2-add-toast__small{
  display:block;
  margin-top:2px;
  font-size:12px;
  font-weight:800;
  opacity:.82;
}

/* menu add refresh toast v95 */
.gpv2-add-toast{position:fixed;left:50%;bottom:18px;transform:translateX(-50%) translateY(18px);z-index:999999;width:min(92vw,420px);padding:13px 16px;border-radius:16px;background:#ff97cd;color:#0b0b0d;font-weight:900;text-align:center;box-shadow:0 0 22px rgba(255,151,205,.35);opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}
.gpv2-add-toast.is-visible{opacity:1;transform:translateX(-50%) translateY(0)}
.gpv2-add-toast__small{display:block;margin-top:2px;font-size:12px;font-weight:800;opacity:.82}
.gpv2-cart-pulse,.gp-cart-pulse{animation:gpv2CartPulse .5s ease}
@keyframes gpv2CartPulse{0%{transform:scale(1)}50%{transform:scale(1.04)}100%{transform:scale(1)}}

/* mini cart refresh focus v96 */
.gpv2-menu-row.gpv2-row-refocus,
.gpv2-menu-card.gpv2-row-refocus{
  outline:2px solid rgba(255,151,205,.75);
  outline-offset:4px;
  border-radius:16px;
  transition:outline-color .35s ease;
}
.gpv2-mini-cart-pulse{
  animation:gpv2CartPulse .55s ease;
}

/* smart add toast receipt-style v98 */
.gpv2-add-toast{
  position:fixed!important;
  left:50%!important;
  top:calc(var(--gp-header-height, 94px) + env(safe-area-inset-top, 0px) + 8px)!important;
  bottom:auto!important;
  transform:translateX(-50%) translateY(-10px)!important;
  z-index:999999!important;
  width:min(92vw,520px)!important;
  padding:12px 14px!important;
  border-radius:18px!important;
  background:rgba(13,13,18,.94)!important;
  color:#ececf1!important;
  border:1px solid rgba(111,220,140,.55)!important;
  box-shadow:0 10px 28px rgba(0,0,0,.38), 0 0 18px rgba(111,220,140,.16)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
  opacity:0!important;
  pointer-events:none!important;
  text-align:left!important;
  transition:opacity .18s ease, transform .18s ease!important;
}
.gpv2-add-toast.is-visible{
  opacity:1!important;
  transform:translateX(-50%) translateY(0)!important;
}
.gpv2-add-toast__inner{
  display:grid;
  grid-template-columns:34px 1fr;
  gap:10px;
  align-items:center;
}
.gpv2-add-toast__tick{
  width:34px;
  height:34px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(111,220,140,.16);
  border:1px solid rgba(111,220,140,.52);
  color:#6fdc8c;
  font-weight:1000;
  font-size:18px;
  line-height:1;
}
.gpv2-add-toast__title{
  color:#6fdc8c;
  font-size:12px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
  line-height:1.1;
}
.gpv2-add-toast__name{
  color:#ececf1;
  font-size:15px;
  font-weight:900;
  line-height:1.25;
  margin-top:2px;
}
.gpv2-add-toast__small{
  display:block;
  margin-top:2px;
  color:rgba(236,236,241,.7)!important;
  font-size:12px!important;
  font-weight:750!important;
  opacity:1!important;
  line-height:1.25;
}
.gpv2-menu-row.gpv2-added-row-glow,
.gpv2-menu-card.gpv2-added-row-glow{
  box-shadow:0 0 0 1px rgba(111,220,140,.38), 0 0 22px rgba(111,220,140,.16)!important;
}


/* === V3.0.9 hamburger + sticky snap fix === */
:root{
  --gpv3-topbar-h:54px;
  --gpv3-sticky-top:calc(var(--gpv3-topbar-h) + env(safe-area-inset-top));
}
body.gpv3-v3nav .gpv3-menu-trigger{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  border-radius:16px!important;
  border:1px solid rgba(255,151,205,.45)!important;
  background:linear-gradient(180deg, rgba(18,18,22,.96), rgba(11,11,13,.96))!important;
  color:#ff97cd!important;
  box-shadow:0 0 16px rgba(255,151,205,.22), inset 0 0 0 1px rgba(255,255,255,.035)!important;
  padding:0!important;
}
body.gpv3-v3nav .gpv3-menu-trigger__bars,
body.gpv3-v3nav .gpv3-menu-trigger__bars:before,
body.gpv3-v3nav .gpv3-menu-trigger__bars:after{
  width:22px!important;
  height:2px!important;
  background:#ff97cd!important;
  box-shadow:0 0 12px rgba(255,151,205,.45)!important;
}
body.gpv3-v3nav .gpv3-menu-trigger__bars:before{top:-7px!important;}
body.gpv3-v3nav .gpv3-menu-trigger__bars:after{top:7px!important;}
body.gpv3-v3nav .gpv3-menu-trigger:hover,
body.gpv3-v3nav .gpv3-menu-trigger:focus{
  background:rgba(255,151,205,.10)!important;
  border-color:rgba(255,151,205,.75)!important;
}
body.gpv3-order-active .gpv2-menu-page{
  padding-top:0!important;
  margin-top:0!important;
}
body.gpv3-order-active .entry-content > .gpv2-menu-page:first-child{
  margin-top:0!important;
}
body.gpv3-order-active .gpv2-menu-section{
  padding-top:0!important;
  margin-top:0!important;
  scroll-margin-top:var(--gpv3-sticky-top)!important;
}
body.gpv3-order-active .gpv2-menu-section + .gpv2-menu-section{
  margin-top:10px!important;
}
body.gpv3-order-active .gpv2-menu-section__top{
  top:var(--gpv3-sticky-top)!important;
  margin-top:0!important;
  margin-bottom:8px!important;
  padding-top:8px!important;
  padding-bottom:10px!important;
  z-index:99980!important;
  background:linear-gradient(180deg, rgba(11,11,13,.98), rgba(11,11,13,.94))!important;
}
body.gpv3-order-active .gpv2-menu-subsection{
  scroll-margin-top:calc(var(--gpv3-sticky-top) + 72px)!important;
}
body.gpv3-order-active .gpv2-menu-subsection__title{
  scroll-margin-top:calc(var(--gpv3-sticky-top) + 72px)!important;
}
@media (min-width:901px){
  :root{--gpv3-topbar-h:64px;}
}
@media (max-width:900px){
  body.gpv3-v3nav .gpv3-bottomnav{
    top:auto!important;
    bottom:0!important;
  }
}


/* === V3.0.12 menu sticky/adminbar snap === */
:root{--gpv3-sticky-attach-top:calc(var(--gpv3-adminbar-h,0px) + var(--gpv3-topbar-h,54px) + env(safe-area-inset-top));}
body.gpv3-order-active .gpv2-menu-section{
  scroll-margin-top:var(--gpv3-sticky-attach-top)!important;
}
body.gpv3-order-active .gpv2-menu-section__top{
  top:var(--gpv3-sticky-attach-top)!important;
  margin-top:0!important;
  padding-top:0!important;
  transform:none!important;
}
body.gpv3-order-active .gpv2-menu-subsection,
body.gpv3-order-active .gpv2-menu-subsection__title{
  scroll-margin-top:calc(var(--gpv3-sticky-attach-top) + 64px)!important;
}


/* V3.0.15 More page */
.gpv3-more-page{width:min(920px,100%);margin:0 auto;padding:24px 18px 28px;box-sizing:border-box;}
.gpv3-more-qr-wrap{display:flex;justify-content:center;align-items:center;margin:8px auto 26px;}
.gpv3-more-qr{display:block;width:75vw;max-width:520px;height:auto;background:#fff;border-radius:22px;padding:12px;box-sizing:border-box;box-shadow:0 0 28px rgba(255,151,205,.18);}
.gpv3-more-list{display:flex;flex-direction:column;border-top:1px solid rgba(255,151,205,.20);border-bottom:1px solid rgba(255,151,205,.20);background:rgba(255,255,255,.025);border-radius:22px;overflow:hidden;box-shadow:0 0 22px rgba(0,0,0,.16);}
.gpv3-more-row{min-height:72px;display:grid;grid-template-columns:58px 1fr;align-items:center;gap:16px;padding:14px 20px;color:#ececf1;text-decoration:none;border-bottom:1px solid rgba(255,151,205,.16);background:rgba(11,11,13,.62);}
.gpv3-more-row:last-child{border-bottom:0;}
.gpv3-more-row:hover,.gpv3-more-row:focus{background:rgba(255,151,205,.08);color:#ff97cd;}
.gpv3-more-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#ff97cd;font-size:30px;line-height:1;filter:drop-shadow(0 0 12px rgba(255,151,205,.22));}
.gpv3-more-icon img{width:42px;height:42px;object-fit:contain;border-radius:12px;}
.gpv3-more-icon .dashicons{font-size:34px;width:34px;height:34px;}
.gpv3-more-label{font-size:20px;font-weight:900;letter-spacing:-.02em;line-height:1.12;}
@media(max-width:600px){.gpv3-more-page{padding:18px 14px 24px}.gpv3-more-qr{width:75vw;max-width:75vw;border-radius:18px;padding:10px}.gpv3-more-row{min-height:68px;grid-template-columns:50px 1fr;padding:12px 18px}.gpv3-more-label{font-size:18px}.gpv3-more-icon{width:44px;height:44px;font-size:28px}}

/* V3 My Account restyle */
.woocommerce-account main,.woocommerce-account .site-main{padding-bottom:130px}.woocommerce-account .woocommerce{width:min(1040px,calc(100% - 28px));margin:0 auto 120px}.woocommerce-account .woocommerce::after{content:"";display:block;clear:both}.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:100%;margin:16px 0 18px}.woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex;gap:10px;overflow:auto;padding:4px 0 8px;margin:0;list-style:none;scrollbar-width:none}.woocommerce-account .woocommerce-MyAccount-navigation li{flex:0 0 auto;margin:0}.woocommerce-account .woocommerce-MyAccount-navigation a{display:flex;align-items:center;justify-content:center;padding:12px 16px;border:1px solid rgba(255,151,205,.36);border-radius:999px;background:rgba(255,151,205,.07);color:#ececf1;text-decoration:none;font-weight:900;white-space:nowrap}.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,.woocommerce-account .woocommerce-MyAccount-navigation a:hover{background:#ff97cd;color:#0b0b0d;box-shadow:0 0 18px rgba(255,151,205,.36)}.woocommerce-account .woocommerce-MyAccount-content{float:none;width:100%;color:#ececf1}.woocommerce-account .woocommerce-MyAccount-content>p:first-child{display:none}.gpv3-account-hub{display:grid;gap:18px}.gpv3-account-hero,.gpv3-account-card,.gpv3-account-action{border:1px solid rgba(255,151,205,.32);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));box-shadow:0 0 22px rgba(255,151,205,.08);}.gpv3-account-hero{padding:24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.gpv3-account-kicker{margin:0 0 8px;text-transform:uppercase;letter-spacing:.12em;color:#ff97cd;font-weight:950}.gpv3-account-hero h1{margin:0;color:#ff97cd;font-size:clamp(38px,8vw,64px);line-height:.95;text-shadow:0 0 16px rgba(255,151,205,.5)}.gpv3-account-hero p{margin:10px 0 0;color:rgba(236,236,241,.82);font-weight:700}.gpv3-account-stamps{min-width:112px;height:88px;border:1px solid rgba(255,151,205,.42);border-radius:22px;display:flex;align-items:center;justify-content:center;gap:8px;flex-direction:column;background:rgba(255,151,205,.08);text-transform:uppercase}.gpv3-account-stamps strong{font-size:28px;line-height:1}.gpv3-account-stamps em{font-style:normal;font-size:12px;font-weight:950;color:rgba(236,236,241,.78)}.gpv3-account-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.gpv3-account-action{padding:16px;display:flex;gap:14px;align-items:center;text-decoration:none;color:#ececf1}.gpv3-account-action.is-primary{background:linear-gradient(135deg,rgba(255,151,205,.24),rgba(255,151,205,.06));}.gpv3-account-action-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:rgba(255,151,205,.1);font-size:24px;flex:0 0 48px}.gpv3-account-action strong{display:block;font-size:18px}.gpv3-account-action small{display:block;color:rgba(236,236,241,.68);font-weight:700;margin-top:3px}.gpv3-account-card{padding:18px}.gpv3-account-card-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.gpv3-account-card h2{margin:0;color:#ff97cd;font-size:24px;text-shadow:0 0 12px rgba(255,151,205,.32)}.gpv3-account-card-head a{color:#ff97cd;font-weight:950;text-decoration:none}.gpv3-account-orders{display:grid;gap:10px}.gpv3-account-order-row{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:14px;border:1px solid rgba(255,151,205,.22);border-radius:18px;background:rgba(0,0,0,.22);color:#ececf1;text-decoration:none}.gpv3-account-order-row strong{display:block;font-size:17px}.gpv3-account-order-row small{display:block;color:rgba(236,236,241,.68);font-weight:700;margin-top:3px}.gpv3-account-order-row em{font-style:normal;color:#ff97cd;font-weight:950;white-space:nowrap}.gpv3-account-tracker-card .gcot-tracker-wrap{margin:0}.gpv3-account-tracker-card .gcot-card,.gpv3-account-tracker-card .gcot-results>*{border-radius:22px!important;background:rgba(0,0,0,.2)!important;border-color:rgba(255,151,205,.25)!important}.woocommerce-account .woocommerce form,.woocommerce-account .woocommerce table.shop_table,.woocommerce-account .woocommerce-Address,.woocommerce-account .woocommerce-address-fields,.woocommerce-account .woocommerce-EditAccountForm{border:1px solid rgba(255,151,205,.28);border-radius:24px;background:rgba(255,255,255,.035);padding:18px;color:#ececf1}.woocommerce-account .woocommerce table.shop_table th,.woocommerce-account .woocommerce table.shop_table td{color:#ececf1;border-color:rgba(255,151,205,.16)}.woocommerce-account .woocommerce input.input-text{background:#111116;border:1px solid rgba(255,151,205,.3);border-radius:14px;color:#ececf1;padding:12px}.woocommerce-account .woocommerce .button{border-radius:999px!important;background:#ff97cd!important;color:#0b0b0d!important;font-weight:950!important;border:0!important;padding:12px 18px!important}
@media(max-width:760px){.woocommerce-account .woocommerce{width:calc(100% - 24px)}.gpv3-account-hero{align-items:flex-start}.gpv3-account-stamps{display:none}.gpv3-account-action-grid{grid-template-columns:1fr}.gpv3-account-card-head{align-items:flex-start;flex-direction:column}.woocommerce-account .woocommerce-MyAccount-navigation ul{padding-left:2px}.woocommerce-account .woocommerce-MyAccount-navigation a{padding:10px 14px;font-size:14px}.gpv3-account-card{padding:14px}}

/* V3.0.34 My Account clean dashboard rebuild */
body.gpv3-account-dashboard-clean .woocommerce-MyAccount-navigation{display:none!important;}
body.gpv3-account-dashboard-clean .woocommerce-MyAccount-content{width:100%!important;float:none!important;}
body.gpv3-account-dashboard-clean .woocommerce-MyAccount-content > p:not(.woocommerce-info){display:none!important;}
body.gpv3-account-dashboard-clean .woocommerce-MyAccount-content > .greedy-stamp-card,
body.gpv3-account-dashboard-clean .woocommerce-MyAccount-content > .gp-stamp-card,
body.gpv3-account-dashboard-clean .woocommerce-MyAccount-content > .gp-stamp-wrap,
body.gpv3-account-dashboard-clean .woocommerce-MyAccount-content > .kiosk-qr,
body.gpv3-account-dashboard-clean .woocommerce-MyAccount-content > .kf-kiosk-qr,
body.gpv3-account-dashboard-clean .woocommerce-MyAccount-content > .kfkm-account-qr{display:none!important;}
.gpv3-account-hub-clean{max-width:760px;margin:18px auto 0;}
.gpv3-account-hub-clean .gpv3-account-hero{padding:18px;border-radius:24px;}
.gpv3-account-hub-clean .gpv3-account-hero h1{font-size:clamp(34px,9vw,54px);}
.gpv3-account-hub-clean .gpv3-account-stamps{color:#ececf1;text-decoration:none;}
.gpv3-account-track-banner{display:flex;align-items:center;gap:14px;padding:16px;border:1px solid rgba(255,151,205,.36);border-radius:24px;background:linear-gradient(135deg,rgba(255,151,205,.20),rgba(255,151,205,.045));color:#ececf1;text-decoration:none;box-shadow:0 0 22px rgba(255,151,205,.10);}
.gpv3-account-track-banner strong{display:block;color:#ff97cd;font-size:20px;line-height:1.1;text-shadow:0 0 12px rgba(255,151,205,.32);}
.gpv3-account-track-banner small{display:block;color:rgba(236,236,241,.72);font-weight:750;margin-top:4px;line-height:1.25;}
.gpv3-account-track-banner em{margin-left:auto;font-style:normal;font-size:34px;color:#ff97cd;line-height:1;}
.gpv3-account-main-actions{grid-template-columns:1fr 1fr;}
@media(max-width:640px){.gpv3-account-hub-clean{margin-top:12px;gap:12px}.gpv3-account-main-actions{grid-template-columns:1fr}.gpv3-account-track-banner{border-radius:20px;padding:14px}.gpv3-account-hub-clean .gpv3-account-hero{border-radius:22px;padding:16px}.gpv3-account-hub-clean .gpv3-account-action{padding:14px;border-radius:20px}.gpv3-account-hub-clean .gpv3-account-card{border-radius:22px}}


/* V3.0.35 My Account dynamic menu: preserve every Woo/plugin endpoint instead of hard-coding four buttons. */
.gpv3-account-menu-list{display:grid;gap:10px;margin:2px 0 4px;}
.gpv3-account-menu-row{display:flex;align-items:center;gap:14px;padding:14px 16px;border:1px solid rgba(255,151,205,.28);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.040),rgba(255,255,255,.014));color:#ececf1;text-decoration:none;box-shadow:0 0 18px rgba(255,151,205,.055);}
.gpv3-account-menu-row:hover,.gpv3-account-menu-row.is-current{border-color:rgba(255,151,205,.62);background:rgba(255,151,205,.10);box-shadow:0 0 20px rgba(255,151,205,.15);}
.gpv3-account-menu-row span:nth-child(2){min-width:0;}
.gpv3-account-menu-row strong{display:block;font-size:18px;line-height:1.12;color:#ececf1;}
.gpv3-account-menu-row small{display:block;margin-top:4px;color:rgba(236,236,241,.66);font-weight:750;line-height:1.2;}
.gpv3-account-menu-row em{margin-left:auto;font-style:normal;color:#ff97cd;font-size:28px;line-height:1;}
.gpv3-account-menu-row.is-current strong{color:#ff97cd;text-shadow:0 0 12px rgba(255,151,205,.32);}
@media(max-width:640px){.gpv3-account-menu-row{padding:13px 14px;border-radius:20px}.gpv3-account-menu-row strong{font-size:17px}.gpv3-account-menu-row small{font-size:12px}.gpv3-account-menu-row em{font-size:24px}}


/* V3.0.36 My Account inline app panels */
body.gpv3-account-inline-panels.gpv3-account-dashboard-clean .woocommerce-MyAccount-navigation{display:none!important;}
.gpv3-account-inline-hub .gpv3-account-stamps{border:1px solid rgba(255,151,205,.42);cursor:pointer;color:#ececf1;}
.gpv3-account-inline-menu .gpv3-account-menu-row em{transform:rotate(-90deg);transition:transform .18s ease;}
.gpv3-account-inline-menu .gpv3-account-menu-row.is-current em{transform:rotate(0deg);}
.gpv3-account-inline-menu .gpv3-account-menu-row.is-logout em{transform:none;color:rgba(236,236,241,.75);font-size:22px;}
.gpv3-account-panels{display:grid;gap:14px;}
.gpv3-account-panel{display:none;}
.gpv3-account-panel.is-open{display:block;animation:gpv3PanelIn .18s ease both;}
@keyframes gpv3PanelIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.gpv3-account-panel-card{overflow:hidden;}
.gpv3-account-panel-card>.gpv3-account-card-head{margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid rgba(255,151,205,.16);}
.gpv3-account-panel-card .gpv3-account-card{border-radius:22px;background:rgba(0,0,0,.16);box-shadow:none;}
.gpv3-account-endpoint-content{color:#ececf1;}
.gpv3-account-endpoint-content .woocommerce-MyAccount-navigation{display:none!important;}
.gpv3-account-endpoint-content .woocommerce-MyAccount-content{float:none!important;width:100%!important;}
.gpv3-account-endpoint-content table.shop_table,.gpv3-account-endpoint-content form,.gpv3-account-endpoint-content .woocommerce-Address,.gpv3-account-endpoint-content .woocommerce-address-fields,.gpv3-account-endpoint-content .woocommerce-EditAccountForm{margin:0!important;max-width:100%;}
.gpv3-account-endpoint-content .woocommerce-Addresses{display:grid;gap:14px;}
.gpv3-account-endpoint-content .woocommerce-Address{width:100%!important;float:none!important;}
.gpv3-account-endpoint-content .woocommerce-info{border:1px solid rgba(255,151,205,.28)!important;border-radius:18px!important;background:rgba(255,151,205,.055)!important;color:#ececf1!important;padding:14px 16px!important;}
.gpv3-account-endpoint-content .woocommerce-info:before{color:#ff97cd!important;}
.gpv3-account-endpoint-content a{color:#ff97cd;font-weight:900;}
.gpv3-account-endpoint-content .button,.gpv3-account-endpoint-content button.button{border-radius:999px!important;background:#ff97cd!important;color:#0b0b0d!important;font-weight:950!important;border:0!important;padding:11px 16px!important;}
.gpv3-account-endpoint-content fieldset{border:1px solid rgba(255,151,205,.20);border-radius:18px;padding:14px;margin:14px 0;}
.gpv3-account-endpoint-content legend{color:#ff97cd;font-weight:950;padding:0 8px;}
.gpv3-account-endpoint-content label{color:#ececf1;font-weight:850;}
.gpv3-account-endpoint-content .form-row{margin-bottom:12px;}
@media(max-width:640px){.gpv3-account-inline-hub .gpv3-account-menu-list{gap:8px}.gpv3-account-panel-card{padding:13px}.gpv3-account-panel-card>.gpv3-account-card-head h2{font-size:22px}.gpv3-account-endpoint-content table.shop_table{font-size:13px}.gpv3-account-endpoint-content table.shop_table td,.gpv3-account-endpoint-content table.shop_table th{padding:9px 7px}}


/* V3.0.50 More login/signup + checkout bottom tab */
.gpv3-floating-basket{display:none!important;}
.gpv3-more-guest{display:grid;gap:18px;margin:0 auto 24px;max-width:760px;}
.gpv3-more-auth-card{border:1px solid rgba(255,151,205,.30);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));box-shadow:0 0 22px rgba(255,151,205,.08);padding:18px;color:#ececf1;}
.gpv3-more-auth-card h2{margin:0 0 14px;color:#ff97cd;font-size:28px;line-height:1;text-shadow:0 0 14px rgba(255,151,205,.30);}
.gpv3-more-auth-card p{margin:0 0 12px;color:rgba(236,236,241,.82);font-weight:750;line-height:1.35;}
.gpv3-more-auth-card label{display:block;margin:0 0 6px;color:rgba(236,236,241,.78);font-size:13px;font-weight:900;}
.gpv3-more-auth-card input.input-text{width:100%;box-sizing:border-box;min-height:46px;border-radius:14px;border:1px solid rgba(255,151,205,.32);background:#100d12;color:#ececf1;padding:0 13px;font-weight:800;}
.gpv3-more-login-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:8px!important;}
.gpv3-more-login-actions .woocommerce-form-login__rememberme{display:inline-flex;align-items:center;gap:6px;margin:0;}
.gpv3-more-login-actions .woocommerce-form-login__rememberme input{width:auto;}
.gpv3-more-auth-button,.gpv3-more-auth-card .button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:44px;border-radius:999px!important;border:0!important;background:#ff97cd!important;color:#0b0b0d!important;font-weight:950!important;padding:0 22px!important;text-decoration:none!important;box-shadow:0 0 18px rgba(255,151,205,.20)!important;}
.gpv3-more-auth-card .lost_password a{color:#ff97cd;font-weight:900;text-decoration:none;}
.gpv3-more-auth-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(255,151,205,.40),transparent);margin:2px 0;}
.gpv3-bottomnav__item--checkout{position:relative;}
.gpv3-bottomnav__checkout-icon{position:relative;}
.gpv3-bottomnav__checkout-count{position:absolute;top:-7px;right:-13px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ff97cd;color:#0b0b0d;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:950;box-shadow:0 0 10px rgba(255,151,205,.30);}
.gpv3-bottomnav__checkout-total{font-size:10px;line-height:1;color:#ff97cd;font-weight:950;max-width:70px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:-2px;}
.gpv3-bottomnav__item--checkout.is-empty .gpv3-bottomnav__checkout-total{display:none;}
.gpv3-bottomnav__item--checkout.is-empty{opacity:.55;}
.gpv3-bottomnav__item--checkout.has-items{opacity:1;}
@media(max-width:390px){.gpv3-bottomnav__checkout-total{font-size:9px;max-width:58px}.gpv3-bottomnav__checkout-count{right:-11px}}

/* v3.0.54 checkout-count-hard-hide */
.gpv3-bottomnav__item--checkout .gpv3-bottomnav__checkout-count,.gpv3-bottomnav__item--checkout [data-cart-count],.gpv3-bottomnav__item--checkout [data-basket-count],.gpv3-bottomnav__item--checkout .cart-count,.gpv3-bottomnav__item--checkout .basket-count,.gpv3-bottomnav__item--checkout .gp-cart-count,.gpv3-bottomnav__item--checkout .gpv2-cart-count,.gpv3-bottomnav__item--checkout .mini-cart-count,.gpv3-bottomnav__item--checkout .header-cart-count{display:none!important;visibility:hidden!important;width:0!important;height:0!important;overflow:hidden!important;position:absolute!important;pointer-events:none!important;}


/* V3.0.55 More welcome + checkout active tab lock */
.gpv3-more-welcome{margin:0 auto 14px!important;max-width:760px!important;padding:0 12px!important;color:#ff97cd!important;font-size:clamp(28px,7vw,44px)!important;line-height:1.02!important;font-weight:950!important;letter-spacing:-.035em!important;text-shadow:0 0 16px rgba(255,151,205,.36)!important;}
.gpv3-bottomnav__item--checkout,.gpv3-bottomnav__item--checkout.is-active,.gpv3-bottomnav__item--checkout.has-items.is-active{height:58px!important;min-height:58px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:1px!important;padding:0!important;box-sizing:border-box!important;transform:none!important;}
.gpv3-bottomnav__item--checkout .gpv3-bottomnav__checkout-icon,.gpv3-bottomnav__item--checkout.is-active .gpv3-bottomnav__checkout-icon{font-size:21px!important;line-height:1!important;min-height:22px!important;height:22px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;color:inherit!important;}
.gpv3-bottomnav__item--checkout .gpv3-bottomnav__label,.gpv3-bottomnav__item--checkout.is-active .gpv3-bottomnav__label{font-size:11px!important;line-height:1.05!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;margin:0!important;color:inherit!important;}
.gpv3-bottomnav__item--checkout .gpv3-bottomnav__checkout-total,.gpv3-bottomnav__item--checkout.is-active .gpv3-bottomnav__checkout-total{display:block!important;position:static!important;margin:0!important;padding:0!important;font-size:9px!important;line-height:1!important;color:#ff97cd!important;font-weight:950!important;max-width:64px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.gpv3-bottomnav__item--checkout.is-empty .gpv3-bottomnav__checkout-total{display:none!important;}
.gpv3-bottomnav__item--checkout.is-active{background:rgba(255,151,205,.08)!important;border-radius:16px!important;}
