/*
Theme Name: Greedy Pigs Neon
Theme URI: https://thegreedypigs.co.uk
Author: The Greedy Pigs
Description: Dark neon WooCommerce theme. Mobile-only floating header with neon overlay and submenu indicators. Homepage layout untouched.
\g<1>1.11.6s9k-cartneon-fix6
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;
  }
}









/* Nuke any old vw-based rules that forced full width */
.single-product .content-area,
.single-product .site-main,
.single-product main {
  width: 100% !important;
  max-width: var(--gp-max) !important;
  margin: 0 auto !important;
  padding-left: var(--gp-pad) !important;
  padding-right: var(--gp-pad) !important;
}













/* ===== GREEDY PIGS — RESPONSIVE HERO TITLE FIX ===== */

/* Hide duplicate hero heading layers if theme outputs multiple */
body.gp-neon h1.site-title + h1.site-title,
body.gp-neon .site-title + .site-title,
body.gp-neon .page-title + .page-title {
  display: none !important;
}

/* Keep a single centered heading within the 800px cap */
body.gp-neon .site-title,
body.gp-neon .page-title,
body.gp-neon h1,
body.gp-neon h2 {
  max-width: 800px !important;
  margin: 0 auto 20px auto !important;
  text-align: center !important;
  display: block !important;
  line-height: 1.1 !important;
  color: #ff97cd !important;
  text-shadow: 0 0 12px rgba(255, 151, 205, 0.5);
  font-weight: 700 !important;
  font-family: "Pacifico", "Comic Sans MS", cursive;
}

/* Responsive auto-scaling font size */
@media (min-width: 1200px) {
  body.gp-neon .site-title,
  body.gp-neon .page-title,
  body.gp-neon h1 {
    font-size: 6vw !important; /* desktop scaling */
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  body.gp-neon .site-title,
  body.gp-neon .page-title,
  body.gp-neon h1 {
    font-size: 8vw !important; /* tablet */
  }
}
@media (max-width: 767px) {
  body.gp-neon .site-title,
  body.gp-neon .page-title,
  body.gp-neon h1 {
    font-size: 10vw !important; /* phones */
  }
}


/* ===== GREEDY PIGS — REMOVE DUPLICATE HERO LOGO ===== */

/* Keep only the top header logo, hide large in-page duplicate */
body.gp-neon .site-header .custom-logo-link img {
  display: block !important; /* header one stays */
}

body.gp-neon .site-main .custom-logo-link img,
body.gp-neon .content-area .custom-logo-link img,
body.gp-neon main .custom-logo-link img {
  display: none !important; /* hide body duplicate */
}

/* Optional: align the header logo centrally if needed */
body.gp-neon .site-header .custom-logo-link {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* Ensure the header logo scales nicely */
body.gp-neon .site-header .custom-logo-link img {
  max-width: 220px !important;
  height: auto !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;
}

/* 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;
}
