/* Greedy Pigs Neon V2 - full menu system */
.gpv2-home-menu-stick{
  position:fixed;left:12px;right:12px;bottom:12px;z-index:997;
  display:flex;align-items:center;justify-content:center;
  min-height:46px;padding:10px 16px;border-radius:14px;
  background:#ff97cd;color:#111114;text-decoration:none;font-weight:900;
  box-shadow:0 10px 28px rgba(0,0,0,.35),0 0 22px rgba(255,151,205,.30);
  border:1px solid rgba(255,255,255,.18)
}
.gpv2-home-menu-stick span{pointer-events:none}
body.admin-bar .gpv2-home-menu-stick{bottom:16px}
@media (min-width:901px){
  .gpv2-home-menu-stick{left:18px;right:18px;max-width:1280px;margin:0 auto}
}
body.home{padding-bottom:82px}

.gpv2-menu-page{max-width:1240px;margin:0 auto;padding:18px 12px 120px}

.gpv2-menu-section{padding:18px 0 6px;scroll-margin-top:82px}
.gpv2-menu-section + .gpv2-menu-section{border-top:1px solid rgba(255,255,255,.08);margin-top:14px}
.gpv2-menu-section__top{
  position:sticky;top:70px;z-index:24;
  padding:10px 0 12px;margin:0 0 8px;
  background:rgba(11,11,13,.92);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.gpv2-menu-section__top:after{
  content:"";position:absolute;left:-12px;right:-12px;bottom:0;height:1px;
  background:linear-gradient(90deg, rgba(255,255,255,0), rgba(255,151,205,.18), rgba(255,255,255,0));
}
.gpv2-menu-section__title{margin:0 0 10px;font-size:clamp(26px,4vw,38px);line-height:1;color:#ff97cd}
.gpv2-menu-section__pills{display:flex;flex-wrap:wrap;gap:8px;margin:0}
.gpv2-menu-pill{
  display:inline-flex;align-items:center;justify-content:center;
  padding:7px 12px;border-radius:999px;text-decoration:none;
  background:rgba(255,255,255,.05);border:1px solid rgba(255,151,205,.28);
  color:#ececf1;font-weight:700;font-size:13px
}
.gpv2-menu-pill:hover{background:rgba(255,151,205,.12)}
.gpv2-menu-subsection{padding:6px 0 14px;scroll-margin-top:120px}
.gpv2-menu-subsection__title{margin:0 0 10px;font-size:18px;font-weight:900;color:#ececf1}
.gpv2-menu-products{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}

.gpv2-menu-row{margin:0 !important;width:100% !important}
.gpv2-menu-row__inner{
  display:grid;
  grid-template-columns:84px minmax(0,1fr);
  gap:14px;
  align-items:start;
  padding:12px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08)
}
.gpv2-menu-row__media{width:84px}
.gpv2-menu-row__thumb{
  width:84px;height:84px;border-radius:16px;overflow:hidden;background:#1a1a1f;
  display:block;border:1px solid rgba(255,255,255,.08)
}
.gpv2-menu-row__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.gpv2-menu-row__thumb--empty{opacity:.45}
.gpv2-menu-row__body{min-width:0;display:flex;flex-direction:column}
.gpv2-menu-row__title{margin:0 0 6px;font-size:clamp(22px,2vw,28px);line-height:1.08}
.gpv2-menu-row__title a{text-decoration:none;color:#fff}
.gpv2-menu-row__desc{margin:0 0 10px;color:#b8b8bf;font-size:15px;line-height:1.32}
.gpv2-menu-row__footer{
  display:grid;
  grid-template-columns:max-content auto;
  align-items:end;
  gap:10px 12px;
  margin-top:auto;
}
.gpv2-menu-row__price{
  font-size:clamp(20px,1.8vw,28px);
  line-height:1;
  font-weight:900;
  color:#ff97cd;
  white-space:nowrap
}
.gpv2-menu-row__actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  flex-wrap:nowrap;
  margin-left:auto;
  justify-self:end;
}
.gpv2-menu-row__qtywrap{margin:0}
.gpv2-menu-row__qty{
  height:38px;min-width:54px;border-radius:10px;border:1px solid rgba(255,255,255,.12);
  background:#101014;color:#fff;padding:0 10px
}
.gpv2-menu-row__btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:34px;padding:7px 12px;border-radius:12px;background:#ff97cd;color:#111114;
  text-decoration:none;font-weight:900;border:0;min-width:132px;width:132px;
  font-size:14px;line-height:1;white-space:nowrap;
}
.gpv2-menu-row__btn--alt{background:#ff97cd;color:#111114;border:0}
.gpv2-menu-row__btn:hover{opacity:.94}

.gpv2-menu-row.no-desc .gpv2-menu-row__title{margin-bottom:4px}
.gpv2-menu-row.no-desc .gpv2-menu-row__desc{display:none}
.gpv2-menu-row.no-desc .gpv2-menu-row__footer{
  display:grid;
  grid-template-columns:max-content auto;
  align-items:end;
  gap:10px 12px;
  margin-top:auto;
}

body.page .entry-content > .gpv2-menu-page:first-child{margin-top:0}
body.page .entry-content .products.gpv2-menu-products::before,
body.page .entry-content .products.gpv2-menu-products::after{display:none}

@media (max-width:900px){
  .gpv2-menu-section__top{top:65px}
}
@media (min-width:901px){
  .gpv2-menu-section__top{top:88px}
}

@media (max-width:700px){
  .gpv2-menu-page{padding-left:10px;padding-right:10px}
  .gpv2-menu-row__inner{
    grid-template-columns:74px minmax(0,1fr);
    gap:12px;
    padding:12px;
  }
  .gpv2-menu-row__media{width:74px}
  .gpv2-menu-row__thumb{
    width:74px;
    height:74px;
    border-radius:16px;
  }
  .gpv2-menu-row__title{
    margin:0 0 4px;
    font-size:18px;
    line-height:1.08;
  }
  .gpv2-menu-row__desc{
    margin:0 0 8px;
    font-size:14px;
    line-height:1.28;
  }
  .gpv2-menu-row__footer{
  display:grid;
  grid-template-columns:max-content auto;
  align-items:end;
  gap:10px 12px;
  margin-top:auto;
}
  .gpv2-menu-row__actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  flex-wrap:nowrap;
  margin-left:auto;
  justify-self:end;
}
  .gpv2-menu-row__price{
    font-size:20px;
  }
  .gpv2-menu-row__btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:34px;padding:7px 12px;border-radius:12px;background:#ff97cd;color:#111114;
  text-decoration:none;font-weight:900;border:0;min-width:132px;width:132px;
  font-size:14px;line-height:1;white-space:nowrap;
}
  .gpv2-menu-row__qty{
    height:34px;
    min-width:50px;
    padding:0 8px;
  }
  .gpv2-menu-row.no-desc .gpv2-menu-row__inner{
    align-items:center;
  }
  .gpv2-menu-row.no-desc .gpv2-menu-row__body{
    justify-content:center;
  }
}


/* v1.0.14 cleanup */
.gpv2-menu-head{display:none !important;}

@media (max-width:700px){
  .gpv2-menu-row__inner{
    grid-template-columns:74px minmax(0,1fr) !important;
  }
  .gpv2-menu-row__body{
    min-height:74px;
  }
  .gpv2-menu-row__footer{
    display:grid !important;
    grid-template-columns:max-content 132px !important;
    align-items:end !important;
    gap:8px 10px !important;
    margin-top:8px !important;
  }
  .gpv2-menu-row__price{
    font-size:19px !important;
    align-self:end !important;
  }
  .gpv2-menu-row__actions{
    justify-self:end !important;
    margin-left:0 !important;
    width:132px !important;
    display:flex !important;
    justify-content:flex-end !important;
  }
  .gpv2-menu-row__btn,
  .gpv2-menu-row__actions .button,
  .gpv2-menu-row__actions a.button,
  .gpv2-menu-row a.button,
  .gpv2-menu-row button{
    width:132px !important;
    min-width:132px !important;
    max-width:132px !important;
    min-height:34px !important;
    padding:7px 10px !important;
    border-radius:12px !important;
    font-size:14px !important;
    line-height:1 !important;
  }
  .gpv2-menu-row__qty{
    height:34px !important;
  }
  .gpv2-menu-row.no-desc .gpv2-menu-row__footer{
    margin-top:6px !important;
  }
}


/* v1.0.15 mobile footer/button right-align fix */
@media (max-width:700px){
  .gpv2-menu-row__footer{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:10px !important;
    flex-wrap:nowrap !important;
    width:100% !important;
    margin-top:8px !important;
  }
  .gpv2-menu-row__price{
    flex:0 0 auto !important;
    margin:0 !important;
    padding-right:0 !important;
    white-space:nowrap !important;
  }
  .gpv2-menu-row__actions{
    flex:0 0 auto !important;
    width:auto !important;
    min-width:0 !important;
    max-width:none !important;
    margin-left:auto !important;
    justify-content:flex-end !important;
  }
  .gpv2-menu-row__btn,
  .gpv2-menu-row__actions .button,
  .gpv2-menu-row__actions a.button,
  .gpv2-menu-row a.button,
  .gpv2-menu-row button{
    width:auto !important;
    min-width:104px !important;
    max-width:none !important;
    min-height:32px !important;
    padding:6px 10px !important;
    border-radius:10px !important;
    font-size:13px !important;
    line-height:1 !important;
  }
  .gpv2-menu-row__qty{
    height:32px !important;
  }
}


/* v1.0.16 uniform action sizing + readable qty */
.gpv2-menu-row__actions{
  align-items:center !important;
}
.gpv2-menu-row__qtywrap{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 !important;
}
.gpv2-menu-row__qty,
.gpv2-menu-row select.gpv2-menu-row__qty,
.gpv2-menu-row .gp-menu-qty{
  -webkit-appearance:none !important;
  appearance:none !important;
  width:48px !important;
  min-width:48px !important;
  max-width:48px !important;
  height:32px !important;
  padding:0 6px !important;
  border-radius:10px !important;
  border:1px solid rgba(255,151,205,.38) !important;
  background:#17171d !important;
  color:#ffffff !important;
  font-size:15px !important;
  font-weight:800 !important;
  line-height:30px !important;
  text-align:center !important;
  box-shadow:none !important;
}
.gpv2-menu-row__qty option,
.gpv2-menu-row .gp-menu-qty option{
  color:#111114 !important;
  background:#ffffff !important;
}
.gpv2-menu-row__btn,
.gpv2-menu-row__actions .button,
.gpv2-menu-row__actions a.button,
.gpv2-menu-row a.button,
.gpv2-menu-row button,
.gpv2-menu-row .ajax_add_to_cart,
.gpv2-menu-row .gp-menu-addbtn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:104px !important;
  min-width:104px !important;
  max-width:104px !important;
  height:32px !important;
  min-height:32px !important;
  padding:0 10px !important;
  border-radius:10px !important;
  font-size:13px !important;
  font-weight:900 !important;
  line-height:32px !important;
  white-space:nowrap !important;
}
@media (max-width:700px){
  .gpv2-menu-row__actions{
    gap:8px !important;
  }
  .gpv2-menu-row__qty,
  .gpv2-menu-row select.gpv2-menu-row__qty,
  .gpv2-menu-row .gp-menu-qty{
    width:46px !important;
    min-width:46px !important;
    max-width:46px !important;
    height:32px !important;
    font-size:15px !important;
    line-height:30px !important;
  }
  .gpv2-menu-row__btn,
  .gpv2-menu-row__actions .button,
  .gpv2-menu-row__actions a.button,
  .gpv2-menu-row a.button,
  .gpv2-menu-row button,
  .gpv2-menu-row .ajax_add_to_cart,
  .gpv2-menu-row .gp-menu-addbtn{
    width:104px !important;
    min-width:104px !important;
    max-width:104px !important;
    height:32px !important;
    min-height:32px !important;
    padding:0 10px !important;
    font-size:13px !important;
    line-height:32px !important;
  }
}


/* v1.0.17 add/qty clean fix */
.gpv2-menu-row__qtywrap,
.gpv2-menu-row .gp-menu-qtywrap,
.gpv2-menu-row .quantity{
  border:0 !important;
  box-shadow:none !important;
  background:transparent !important;
  padding:0 !important;
  outline:0 !important;
}

.gpv2-menu-row .gp-menu-addbtn,
.gpv2-menu-row .ajax_add_to_cart,
.gpv2-menu-row a.ajax_add_to_cart,
.gpv2-menu-row a.add_to_cart_button,
.gpv2-menu-row .add_to_cart_button,
.gpv2-menu-row .product_type_simple{
  flex:0 0 104px !important;
  width:104px !important;
  min-width:104px !important;
  max-width:104px !important;
}

@media (max-width:700px){
  .gpv2-menu-row__actions{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:8px !important;
    flex-wrap:nowrap !important;
  }

  .gpv2-menu-row__qtywrap,
  .gpv2-menu-row .gp-menu-qtywrap,
  .gpv2-menu-row .quantity{
    flex:0 0 46px !important;
    width:46px !important;
    min-width:46px !important;
    max-width:46px !important;
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    padding:0 !important;
  }

  .gpv2-menu-row__qty,
  .gpv2-menu-row select.gpv2-menu-row__qty,
  .gpv2-menu-row .gp-menu-qty{
    display:block !important;
    width:46px !important;
    min-width:46px !important;
    max-width:46px !important;
    height:32px !important;
    padding:0 !important;
    border-radius:10px !important;
    border:1px solid rgba(255,151,205,.38) !important;
    background:#17171d !important;
    color:#ffffff !important;
    box-shadow:none !important;
    outline:0 !important;
    text-align:center !important;
    text-indent:0 !important;
    font-size:15px !important;
    font-weight:800 !important;
    line-height:30px !important;
  }

  .gpv2-menu-row__btn,
  .gpv2-menu-row__actions .button,
  .gpv2-menu-row__actions a.button,
  .gpv2-menu-row a.button,
  .gpv2-menu-row button,
  .gpv2-menu-row .ajax_add_to_cart,
  .gpv2-menu-row .gp-menu-addbtn,
  .gpv2-menu-row a.ajax_add_to_cart,
  .gpv2-menu-row a.add_to_cart_button,
  .gpv2-menu-row .add_to_cart_button,
  .gpv2-menu-row .product_type_simple{
    flex:0 0 104px !important;
    width:104px !important;
    min-width:104px !important;
    max-width:104px !important;
    height:32px !important;
    min-height:32px !important;
    padding:0 10px !important;
    border-radius:10px !important;
    font-size:13px !important;
    line-height:32px !important;
  }
}


/* v1.0.18 force add buttons to match customise size exactly */
.gpv2-menu-row__actions > a.button,
.gpv2-menu-row__actions > a.gpv2-menu-row__btn,
.gpv2-menu-row__actions > a.gp-menu-addbtn,
.gpv2-menu-row__actions > a.ajax_add_to_cart,
.gpv2-menu-row__actions > a.add_to_cart_button,
.gpv2-menu-row__actions > a.product_type_simple,
.gpv2-menu-row__actions > button,
.gpv2-menu-row__actions > .button{
  flex:0 0 104px !important;
  width:104px !important;
  min-width:104px !important;
  max-width:104px !important;
  height:32px !important;
  min-height:32px !important;
  padding:0 10px !important;
  border-radius:10px !important;
  font-size:13px !important;
  line-height:32px !important;
  box-sizing:border-box !important;
}

@media (max-width:700px){
  .gpv2-menu-row__actions > a.button,
  .gpv2-menu-row__actions > a.gpv2-menu-row__btn,
  .gpv2-menu-row__actions > a.gp-menu-addbtn,
  .gpv2-menu-row__actions > a.ajax_add_to_cart,
  .gpv2-menu-row__actions > a.add_to_cart_button,
  .gpv2-menu-row__actions > a.product_type_simple,
  .gpv2-menu-row__actions > button,
  .gpv2-menu-row__actions > .button{
    flex:0 0 104px !important;
    width:104px !important;
    min-width:104px !important;
    max-width:104px !important;
    height:32px !important;
    min-height:32px !important;
    padding:0 10px !important;
    border-radius:10px !important;
    font-size:13px !important;
    line-height:32px !important;
    box-sizing:border-box !important;
  }
}


/* v1.0.19 exact match for all action buttons */
.gpv2-menu-row__actions{
  min-width:auto !important;
}

.gpv2-menu-row__actions > a,
.gpv2-menu-row__actions > button,
.gpv2-menu-row__actions > .button,
.gpv2-menu-row__actions > a.button,
.gpv2-menu-row__actions > .gpv2-menu-row__btn,
.gpv2-menu-row__actions > .gpv2-menu-row__btn--alt,
.gpv2-menu-row__actions > .gp-menu-customise,
.gpv2-menu-row__actions > .gp-menu-addbtn,
.gpv2-menu-row__actions > .ajax_add_to_cart,
.gpv2-menu-row__actions > .add_to_cart_button,
.gpv2-menu-row__actions > .product_type_simple{
  flex:0 0 110px !important;
  width:110px !important;
  min-width:110px !important;
  max-width:110px !important;
  height:32px !important;
  min-height:32px !important;
  max-height:32px !important;
  padding:0 10px !important;
  border-radius:10px !important;
  font-size:13px !important;
  font-weight:900 !important;
  line-height:32px !important;
  text-align:center !important;
  justify-content:center !important;
  box-sizing:border-box !important;
  white-space:nowrap !important;
}

@media (max-width:700px){
  .gpv2-menu-row__actions > a,
  .gpv2-menu-row__actions > button,
  .gpv2-menu-row__actions > .button,
  .gpv2-menu-row__actions > a.button,
  .gpv2-menu-row__actions > .gpv2-menu-row__btn,
  .gpv2-menu-row__actions > .gpv2-menu-row__btn--alt,
  .gpv2-menu-row__actions > .gp-menu-customise,
  .gpv2-menu-row__actions > .gp-menu-addbtn,
  .gpv2-menu-row__actions > .ajax_add_to_cart,
  .gpv2-menu-row__actions > .add_to_cart_button,
  .gpv2-menu-row__actions > .product_type_simple{
    flex:0 0 110px !important;
    width:110px !important;
    min-width:110px !important;
    max-width:110px !important;
    height:32px !important;
    min-height:32px !important;
    max-height:32px !important;
    padding:0 10px !important;
    border-radius:10px !important;
    font-size:13px !important;
    line-height:32px !important;
  }
}


/* v1.0.20 bigger uniform action buttons */
.gpv2-menu-row__actions > a,
.gpv2-menu-row__actions > button,
.gpv2-menu-row__actions > .button{
  flex:0 0 130px !important;
  width:130px !important;
  min-width:130px !important;
  max-width:130px !important;
  height:40px !important;
  min-height:40px !important;
  max-height:40px !important;
  padding:0 14px !important;
  border-radius:12px !important;
  font-size:14px !important;
  font-weight:900 !important;
  line-height:40px !important;
}

@media (max-width:700px){
  .gpv2-menu-row__actions > a,
  .gpv2-menu-row__actions > button,
  .gpv2-menu-row__actions > .button{
    flex:0 0 130px !important;
    width:130px !important;
    min-width:130px !important;
    max-width:130px !important;
    height:40px !important;
    min-height:40px !important;
    max-height:40px !important;
    padding:0 14px !important;
    border-radius:12px !important;
    font-size:14px !important;
    line-height:40px !important;
  }
}


/* v1.0.21 exact action layout + qty handling */
.gpv2-menu-row__footer{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  flex-wrap:nowrap !important;
}
.gpv2-menu-row__actions{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:8px !important;
  flex-wrap:nowrap !important;
  margin-left:auto !important;
  flex:0 0 auto !important;
}
.gpv2-menu-row__actions > a,
.gpv2-menu-row__actions > button,
.gpv2-menu-row__actions > .button,
.gpv2-menu-row__actions > a.button,
.gpv2-menu-row__actions > .gpv2-menu-row__btn,
.gpv2-menu-row__actions > .gpv2-menu-row__btn--alt,
.gpv2-menu-row__actions > .gp-menu-customise,
.gpv2-menu-row__actions > .gp-menu-addbtn,
.gpv2-menu-row__actions > .ajax_add_to_cart,
.gpv2-menu-row__actions > .add_to_cart_button,
.gpv2-menu-row__actions > .product_type_simple{
  flex:0 0 130px !important;
  width:130px !important;
  min-width:130px !important;
  max-width:130px !important;
  height:40px !important;
  min-height:40px !important;
  max-height:40px !important;
  padding:0 14px !important;
  border-radius:12px !important;
  font-size:14px !important;
  font-weight:900 !important;
  line-height:40px !important;
  text-align:center !important;
  justify-content:center !important;
  box-sizing:border-box !important;
  white-space:nowrap !important;
}
.gpv2-menu-row__qtywrap,
.gpv2-menu-row .gp-menu-qtywrap,
.gpv2-menu-row .quantity{
  flex:0 0 52px !important;
  width:52px !important;
  min-width:52px !important;
  max-width:52px !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  padding:0 !important;
  margin:0 !important;
  outline:0 !important;
}
.gpv2-menu-row__qty,
.gpv2-menu-row select.gpv2-menu-row__qty,
.gpv2-menu-row .gp-menu-qty{
  -webkit-appearance:none !important;
  appearance:none !important;
  display:block !important;
  width:52px !important;
  min-width:52px !important;
  max-width:52px !important;
  height:40px !important;
  padding:0 !important;
  border-radius:12px !important;
  border:1px solid rgba(255,151,205,.38) !important;
  background:#17171d !important;
  color:#ffffff !important;
  font-size:16px !important;
  font-weight:800 !important;
  line-height:38px !important;
  text-align:center !important;
  box-shadow:none !important;
  outline:0 !important;
}
@media (max-width:700px){
  .gpv2-menu-row__footer{
    gap:10px !important;
  }
  .gpv2-menu-row__actions{
    gap:8px !important;
  }
  .gpv2-menu-row__actions > a,
  .gpv2-menu-row__actions > button,
  .gpv2-menu-row__actions > .button,
  .gpv2-menu-row__actions > a.button,
  .gpv2-menu-row__actions > .gpv2-menu-row__btn,
  .gpv2-menu-row__actions > .gpv2-menu-row__btn--alt,
  .gpv2-menu-row__actions > .gp-menu-customise,
  .gpv2-menu-row__actions > .gp-menu-addbtn,
  .gpv2-menu-row__actions > .ajax_add_to_cart,
  .gpv2-menu-row__actions > .add_to_cart_button,
  .gpv2-menu-row__actions > .product_type_simple{
    flex:0 0 130px !important;
    width:130px !important;
    min-width:130px !important;
    max-width:130px !important;
    height:40px !important;
    min-height:40px !important;
    max-height:40px !important;
    line-height:40px !important;
  }
  .gpv2-menu-row__qtywrap,
  .gpv2-menu-row .gp-menu-qtywrap,
  .gpv2-menu-row .quantity{
    flex:0 0 52px !important;
    width:52px !important;
    min-width:52px !important;
    max-width:52px !important;
  }
  .gpv2-menu-row__qty,
  .gpv2-menu-row select.gpv2-menu-row__qty,
  .gpv2-menu-row .gp-menu-qty{
    width:52px !important;
    min-width:52px !important;
    max-width:52px !important;
    height:40px !important;
    line-height:38px !important;
  }
}


/* v1.0.22 ajax basket bar */
.gpv2-added-bar{
  position:fixed;
  left:12px;
  right:12px;
  top:88px;
  z-index:9999;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border-radius:14px;
  background:rgba(11,11,13,.96);
  border:1px solid rgba(255,151,205,.30);
  box-shadow:0 10px 30px rgba(0,0,0,.35), 0 0 18px rgba(255,151,205,.20);
  color:#ececf1;
  opacity:0;
  transform:translateY(-8px);
  pointer-events:none;
  transition:opacity .22s ease, transform .22s ease;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.gpv2-added-bar.is-visible{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}
.gpv2-added-bar__text{
  min-width:0;
  font-weight:800;
  line-height:1.2;
}
.gpv2-added-bar__link{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 12px;
  border-radius:10px;
  background:#ff97cd;
  color:#111114;
  text-decoration:none;
  font-weight:900;
  white-space:nowrap;
}
@media (min-width:901px){
  .gpv2-added-bar{
    left:18px;
    right:18px;
    top:108px;
    max-width:760px;
    margin:0 auto;
  }
}



@media (max-width:700px){
  .gpv2-allergen-modal__dialog{
    width:min(94vw, 520px);
    margin:10vh auto 0;
    padding:16px 14px 14px;
    border-radius:18px;
  }
  .gpv2-allergen-modal__title{
    font-size:22px;
  }
}


/* v1.0.25 clean allergen link */
.gpv2-menu-row__media{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.gpv2-menu-row__allergens-btn{
  all:unset;
  display:inline-block;
  margin-top:6px;

  color:#ff97cd;
  font-size:12px;
  font-weight:700;
  line-height:1;

  text-decoration:underline;
  text-underline-offset:2px;

  cursor:pointer;
}

.gpv2-menu-row__allergens-btn:hover{
  color:#ffd0e8;
}

/* modal styles (kept clean) */
.gpv2-allergen-modal[hidden]{display:none !important;}
.gpv2-allergen-modal{
  position:fixed;
  inset:0;
  z-index:10020;
}
.gpv2-allergen-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.62);
}
.gpv2-allergen-modal__dialog{
  position:relative;
  width:min(92vw, 520px);
  margin:12vh auto 0;
  background:#0f0f13;
  border:1px solid rgba(255,151,205,.24);
  border-radius:20px;
  padding:18px 16px 16px;
  color:#ececf1;
}
.gpv2-allergen-modal__close{
  position:absolute;
  top:12px;
  right:12px;
  width:34px;
  height:34px;
  border-radius:999px;
  border:1px solid rgba(255,151,205,.24);
  background:rgba(255,255,255,.04);
  color:#ff97cd;
  font-size:24px;
  cursor:pointer;
}
.gpv2-allergen-modal__title{
  margin:0 36px 14px 0;
  color:#ff97cd;
  font-size:24px;
}
.gpv2-allergen-modal__chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.gpv2-allergen-modal__chip{
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,151,205,.24);
  background:rgba(255,151,205,.08);
  font-size:13px;
  font-weight:700;
}
.gpv2-allergen-modal__note{
  margin-top:12px;
  font-size:14px;
}


/* v1.0.26 allergen link hard fix */
.gpv2-menu-row__media .gpv2-menu-row__allergens-btn,
button.gpv2-menu-row__allergens-btn,
.gpv2-menu-row button.gpv2-menu-row__allergens-btn{
  -webkit-appearance:none !important;
  appearance:none !important;
  display:inline !important;
  width:auto !important;
  min-width:0 !important;
  max-width:none !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  margin:6px 0 0 0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  background-image:none !important;
  box-shadow:none !important;
  outline:0 !important;
  color:#ff97cd !important;
  font-size:12px !important;
  font-weight:700 !important;
  line-height:1.1 !important;
  text-decoration:underline !important;
  text-underline-offset:2px !important;
  text-align:left !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  cursor:pointer !important;
}
.gpv2-menu-row__media .gpv2-menu-row__allergens-btn:hover,
.gpv2-menu-row__media .gpv2-menu-row__allergens-btn:focus{
  color:#ffd0e8 !important;
  background:transparent !important;
  box-shadow:none !important;
}


/* v1.0.27 allergen link layout fix */
.gpv2-menu-row__media{
  position:relative !important;
  display:block !important;
  width:84px !important;
  min-width:84px !important;
  max-width:84px !important;
  flex:0 0 84px !important;
  padding-bottom:18px !important;
}
.gpv2-menu-row__thumb{
  display:block !important;
}
.gpv2-menu-row__media .gpv2-menu-row__allergens-btn,
button.gpv2-menu-row__allergens-btn,
.gpv2-menu-row button.gpv2-menu-row__allergens-btn{
  position:absolute !important;
  left:0 !important;
  top:90px !important;
  margin:0 !important;
  padding:0 !important;
  width:auto !important;
  min-width:0 !important;
  max-width:none !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  background-image:none !important;
  box-shadow:none !important;
  outline:0 !important;
  color:#ff97cd !important;
  font-size:12px !important;
  font-weight:700 !important;
  line-height:1.1 !important;
  text-decoration:underline !important;
  text-underline-offset:2px !important;
  text-align:left !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  cursor:pointer !important;
  white-space:nowrap !important;
}
.gpv2-menu-row__media .gpv2-menu-row__allergens-btn:hover,
.gpv2-menu-row__media .gpv2-menu-row__allergens-btn:focus{
  color:#ffd0e8 !important;
  background:transparent !important;
  box-shadow:none !important;
}

@media (max-width:700px){
  .gpv2-menu-row__media{
    width:74px !important;
    min-width:74px !important;
    max-width:74px !important;
    flex:0 0 74px !important;
    padding-bottom:16px !important;
  }
  .gpv2-menu-row__media .gpv2-menu-row__allergens-btn,
  button.gpv2-menu-row__allergens-btn,
  .gpv2-menu-row button.gpv2-menu-row__allergens-btn{
    top:80px !important;
    font-size:11px !important;
  }
}


/* v1.0.28 allergen link centered + pink */
.gpv2-menu-row__media{
  position:relative !important;
}
.gpv2-menu-row__media .gpv2-menu-row__allergens-btn,
button.gpv2-menu-row__allergens-btn,
.gpv2-menu-row button.gpv2-menu-row__allergens-btn{
  left:50% !important;
  transform:translateX(-50%) !important;
  top:90px !important;
  color:#ff97cd !important;
  text-align:center !important;
  width:auto !important;
  display:inline-block !important;
}
.gpv2-menu-row__media .gpv2-menu-row__allergens-btn:hover,
.gpv2-menu-row__media .gpv2-menu-row__allergens-btn:focus{
  color:#ffd0e8 !important;
}
@media (max-width:700px){
  .gpv2-menu-row__media .gpv2-menu-row__allergens-btn,
  button.gpv2-menu-row__allergens-btn,
  .gpv2-menu-row button.gpv2-menu-row__allergens-btn{
    top:80px !important;
  }
}


/* v1.0.29 allergen hard pink color */
.gpv2-menu-row__media .gpv2-menu-row__allergens-btn,
.gpv2-menu-row__media .gpv2-menu-row__allergens-btn:link,
.gpv2-menu-row__media .gpv2-menu-row__allergens-btn:visited,
.gpv2-menu-row__media .gpv2-menu-row__allergens-btn:hover,
.gpv2-menu-row__media .gpv2-menu-row__allergens-btn:focus,
button.gpv2-menu-row__allergens-btn,
button.gpv2-menu-row__allergens-btn:hover,
button.gpv2-menu-row__allergens-btn:focus{
  color:#ff97cd !important;
  -webkit-text-fill-color:#ff97cd !important;
  text-fill-color:#ff97cd !important;
  opacity:1 !important;
}


/* v1.0.30 allergen modal fixes */
.gpv2-allergen-modal__close{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  font-size:20px !important;
  font-weight:900 !important;
  line-height:1 !important;
  color:#111114 !important;
  background:#ff97cd !important;
  border:0 !important;
  box-shadow:0 0 18px rgba(255,151,205,.28) !important;
}
.gpv2-allergen-modal__close:hover,
.gpv2-allergen-modal__close:focus{
  color:#111114 !important;
  background:#ffb5db !important;
}
.gpv2-allergen-modal__empty{
  display:none !important;
}
.gpv2-allergen-modal__empty.is-visible{
  display:block !important;
}
.gpv2-allergen-modal__note{
  display:none !important;
}
.gpv2-allergen-modal__note.is-visible{
  display:block !important;
}


/* v1.0.31 full menu placeholder image */
.gpv2-menu-row__thumb--placeholder{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  overflow:hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,151,205,.10), rgba(0,0,0,0) 55%),
    radial-gradient(circle at 80% 40%, rgba(255,151,205,.08), rgba(0,0,0,0) 60%),
    rgba(255,255,255,.02) !important;
  border:1px solid rgba(255,151,205,.18) !important;
}
.gpv2-menu-row__thumb--placeholder span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 8px;
  border-radius:999px;
  border:1px solid rgba(255,151,205,.28);
  background:rgba(255,255,255,.04);
  color:rgba(255,255,255,.82);
  font-size:10px;
  font-weight:800;
  line-height:1.1;
  text-align:center;
  max-width:58px;
}
@media (max-width:700px){
  .gpv2-menu-row__thumb--placeholder span{
    padding:5px 7px;
    font-size:9px;
    max-width:50px;
  }
}


/* v1.0.32 remove extra placeholder inner circle */
.gpv2-menu-row__thumb--placeholder span{
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  padding:0 !important;
}


/* v1.0.33 image preview modal */
.gpv2-menu-row__thumb--trigger{
  padding:0 !important;
  border:1px solid rgba(255,255,255,.08) !important;
  background:#1a1a1f !important;
  cursor:pointer !important;
}
.gpv2-menu-row__thumb--trigger:hover,
.gpv2-menu-row__thumb--trigger:focus{
  box-shadow:0 0 0 1px rgba(255,151,205,.28), 0 0 18px rgba(255,151,205,.12) !important;
  outline:none !important;
}

.gpv2-image-modal[hidden]{display:none !important;}
.gpv2-image-modal{
  position:fixed;
  inset:0;
  z-index:10030;
}
.gpv2-image-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.72);
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
}
.gpv2-image-modal__dialog{
  position:relative;
  width:min(92vw, 560px);
  margin:8vh auto 0;
  background:#0f0f13;
  border:1px solid rgba(255,151,205,.24);
  border-radius:20px;
  padding:16px;
  box-shadow:0 24px 60px rgba(0,0,0,.45), 0 0 24px rgba(255,151,205,.16);
  color:#ececf1;
}
.gpv2-image-modal__close{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 14px;
  border-radius:12px;
  border:0;
  background:#ff97cd;
  color:#111114;
  font-weight:900;
  cursor:pointer;
  margin-left:auto;
}
.gpv2-image-modal__title{
  margin:12px 0 14px;
  color:#ff97cd;
  font-size:24px;
  line-height:1.1;
}
.gpv2-image-modal__body{
  display:flex;
  align-items:center;
  justify-content:center;
}
.gpv2-image-modal__img{
  display:block;
  width:100%;
  height:auto;
  max-height:70vh;
  object-fit:contain;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:#17171d;
}
@media (max-width:700px){
  .gpv2-image-modal__dialog{
    width:min(94vw, 560px);
    margin:9vh auto 0;
    padding:14px;
    border-radius:18px;
  }
  .gpv2-image-modal__title{
    font-size:22px;
  }
}


/* v1.0.34 image trigger sizing + modal close fix */
.gpv2-menu-row__thumb--trigger,
button.gpv2-menu-row__thumb--trigger{
  -webkit-appearance:none !important;
  appearance:none !important;
  display:block !important;
  width:84px !important;
  height:84px !important;
  min-width:84px !important;
  max-width:84px !important;
  min-height:84px !important;
  max-height:84px !important;
  padding:0 !important;
  margin:0 !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:16px !important;
  overflow:hidden !important;
  background:#1a1a1f !important;
  cursor:pointer !important;
  line-height:0 !important;
  box-sizing:border-box !important;
  vertical-align:top !important;
}
.gpv2-menu-row__thumb--trigger img,
button.gpv2-menu-row__thumb--trigger img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
.gpv2-menu-row__thumb--trigger:hover,
.gpv2-menu-row__thumb--trigger:focus{
  box-shadow:0 0 0 1px rgba(255,151,205,.28), 0 0 18px rgba(255,151,205,.12) !important;
  outline:none !important;
}
.gpv2-image-modal__dialog{
  padding:18px 16px 16px !important;
}
.gpv2-image-modal__close{
  position:absolute !important;
  top:12px !important;
  right:12px !important;
  width:34px !important;
  height:34px !important;
  min-width:34px !important;
  min-height:34px !important;
  padding:0 !important;
  margin:0 !important;
  border-radius:999px !important;
  border:1px solid rgba(255,151,205,.24) !important;
  background:rgba(255,255,255,.04) !important;
  color:#ff97cd !important;
  font-size:24px !important;
  font-weight:700 !important;
  line-height:1 !important;
  box-shadow:none !important;
}
.gpv2-image-modal__close:hover,
.gpv2-image-modal__close:focus{
  background:rgba(255,151,205,.12) !important;
  color:#ffd0e8 !important;
}
.gpv2-image-modal__title{
  margin:0 44px 14px 0 !important;
}
@media (max-width:700px){
  .gpv2-menu-row__thumb--trigger,
  button.gpv2-menu-row__thumb--trigger{
    width:74px !important;
    height:74px !important;
    min-width:74px !important;
    max-width:74px !important;
    min-height:74px !important;
    max-height:74px !important;
  }
}


/* v1.0.35 modal width tightened */
.gpv2-image-modal__dialog{
  width:min(88vw, 420px) !important;
  margin:10vh auto 0 !important;
}
.gpv2-image-modal__img{
  max-height:60vh !important;
}
@media (max-width:700px){
  .gpv2-image-modal__dialog{
    width:min(90vw, 420px) !important;
    margin:12vh auto 0 !important;
  }
}


/* v1.0.36b inline APF/customise expander */
.gpv2-inline-panel[hidden]{display:none !important;}
.gpv2-inline-panel{margin-top:10px;}
.gpv2-inline-panel__inner{
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  border-radius:18px;
  padding:14px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
}
.gpv2-inline-panel.is-loading .gpv2-inline-panel__inner{
  position:relative;
  min-height:86px;
}
.gpv2-inline-panel.is-loading .gpv2-inline-panel__inner:before{
  content:"Loading options…";
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#ff97cd;
  font-weight:800;
}
.gpv2-inline-customise.is-open{
  box-shadow:0 0 0 1px rgba(255,151,205,.28), 0 0 18px rgba(255,151,205,.12);
}
.gpv2-inline-product__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
.gpv2-inline-product__title{
  color:#ff97cd;
  font-size:18px;
  line-height:1.1;
  font-weight:900;
}
.gpv2-inline-product__close{
  -webkit-appearance:none;
  appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  min-width:32px;
  min-height:32px;
  padding:0;
  margin:0;
  border-radius:999px;
  border:1px solid rgba(255,151,205,.24);
  background:rgba(255,255,255,.04);
  color:#ff97cd;
  font-size:22px;
  line-height:1;
  cursor:pointer;
}
.gpv2-inline-product__close:hover,
.gpv2-inline-product__close:focus{
  background:rgba(255,151,205,.12);
  color:#ffd0e8;
}
.gpv2-inline-product__content form.cart{
  display:block;
  margin:0;
}
.gpv2-inline-product__content .single_add_to_cart_button,
.gpv2-inline-product__content button.single_add_to_cart_button,
.gpv2-inline-product__content .button.alt{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 16px;
  border-radius:12px;
  background:#ff97cd;
  color:#111114;
  border:0;
  font-weight:900;
  width:auto;
  min-width:130px;
}
.gpv2-inline-product__content input.qty,
.gpv2-inline-product__content .quantity input.qty{
  height:40px;
  min-width:56px;
  border-radius:12px;
  border:1px solid rgba(255,151,205,.38);
  background:#17171d;
  color:#fff;
  text-align:center;
}
.gpv2-inline-product__content table.variations td,
.gpv2-inline-product__content table.variations th{
  padding-bottom:10px;
}
.gpv2-inline-product__content .wapf-wrapper,
.gpv2-inline-product__content .wapf-field-group,
.gpv2-inline-product__content .wapf-section{
  margin-bottom:12px;
}
.gpv2-inline-product__error{
  color:#ececf1;
  font-size:14px;
  line-height:1.4;
}
.gpv2-inline-product__error a{
  color:#ff97cd;
  text-decoration:underline;
}
@media (max-width:700px){
  .gpv2-inline-panel__inner{padding:12px;border-radius:16px;}
  .gpv2-inline-product__title{font-size:17px;}
}


/* v1.0.36d inline APF layout fix */
.gpv2-inline-panel{
  grid-column:1 / -1 !important;
  width:100% !important;
  min-width:0 !important;
}

.gpv2-inline-panel__inner,
.gpv2-inline-product,
.gpv2-inline-product__wrap,
.gpv2-inline-product__content,
.gpv2-inline-product__content form.cart{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
}

.gpv2-inline-product__head{
  position:relative !important;
  display:block !important;
  min-height:32px !important;
  padding-right:44px !important;
}

.gpv2-inline-product__title{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
}

.gpv2-inline-product__close{
  position:absolute !important;
  top:0 !important;
  right:0 !important;
  width:32px !important;
  min-width:32px !important;
  max-width:32px !important;
  height:32px !important;
  min-height:32px !important;
  max-height:32px !important;
  padding:0 !important;
  border-radius:999px !important;
  line-height:1 !important;
}

.gpv2-inline-product__content .wapf-wrapper,
.gpv2-inline-product__content .wapf-field-group,
.gpv2-inline-product__content .wapf-fields,
.gpv2-inline-product__content .wapf-section,
.gpv2-inline-product__content .wapf-field,
.gpv2-inline-product__content .variations{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
}

.gpv2-inline-product__content .wapf-field-label,
.gpv2-inline-product__content .label,
.gpv2-inline-product__content label{
  display:block;
}

.gpv2-inline-product__content select,
.gpv2-inline-product__content textarea,
.gpv2-inline-product__content input[type="text"],
.gpv2-inline-product__content input[type="email"],
.gpv2-inline-product__content input[type="number"]{
  width:100% !important;
  max-width:100% !important;
}

.gpv2-inline-product__content .quantity{
  display:inline-flex !important;
  margin-right:10px !important;
}

.gpv2-inline-product__content .single_add_to_cart_button,
.gpv2-inline-product__content button.single_add_to_cart_button,
.gpv2-inline-product__content .button.alt{
  width:auto !important;
}

@media (max-width:700px){
  .gpv2-inline-panel__inner{
    padding:12px !important;
  }
}


/* v1.0.36e inline APF clean layout */
.gpv2-inline-panel{
  grid-column:1 / -1 !important;
  width:100% !important;
  margin-top:12px !important;
}
.gpv2-inline-panel__inner{
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  border-radius:0 !important;
}
.gpv2-inline-product,
.gpv2-inline-product__wrap{
  display:block !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.gpv2-inline-product__head,
.gpv2-inline-form__head{
  display:none !important;
}
.gpv2-inline-product__content,
.gpv2-inline-form__body{
  display:block !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
}
.gpv2-inline-product__content > *:first-child,
.gpv2-inline-form__body > *:first-child{
  margin-top:0 !important;
}
.gpv2-inline-product__close,
.gpv2-inline-form__close{
  display:none !important;
}
.gpv2-inline-product__content .variations,
.gpv2-inline-product__content .wapf-wrapper,
.gpv2-inline-product__content .wapf-field-group,
.gpv2-inline-product__content .wapf-section,
.gpv2-inline-product__content .wapf-fields,
.gpv2-inline-product__content .wapf-field{
  width:100% !important;
  max-width:100% !important;
}
@media (max-width:700px){
  .gpv2-inline-panel{
    margin-top:10px !important;
  }
}


/* v1.0.36f compact qty */
.gpv2-inline-product__content .quantity{
  display:inline-flex !important;
  align-items:center !important;
  height:42px !important;
}

.gpv2-inline-product__content .quantity input.qty{
  height:42px !important;
  max-width:70px !important;
  padding:0 8px !important;
  font-size:16px !important;
}

.gpv2-inline-product__content .quantity .minus,
.gpv2-inline-product__content .quantity .plus{
  height:42px !important;
  width:42px !important;
  line-height:42px !important;
  font-size:18px !important;
}

.gpv2-inline-product__content .single_add_to_cart_button{
  height:42px !important;
  padding:0 18px !important;
}


/* v1.0.36g strong inline form control fix */
.gpv2-inline-product__content input,
.gpv2-inline-product__content textarea,
.gpv2-inline-product__content select{
  width:100% !important;
  min-height:44px !important;
  padding:10px 12px !important;
  border-radius:14px !important;
  border:1px solid rgba(255,151,205,.30) !important;
  background:#111114 !important;
  color:#ececf1 !important;
  font-size:16px !important;
  -webkit-appearance:none !important;
  appearance:none !important;
}

.gpv2-inline-product__content input::placeholder,
.gpv2-inline-product__content textarea::placeholder{
  color:rgba(236,236,241,.6) !important;
}

.gpv2-inline-product__content input.qty{
  width:64px !important;
  min-width:64px !important;
  height:40px !important;
  text-align:center !important;
}

.gpv2-inline-product__content .quantity{
  display:inline-flex !important;
  align-items:center !important;
}


/* v1.0.36h checkbox/radio fix */
.gpv2-inline-product__content input[type="checkbox"],
.gpv2-inline-product__content input[type="radio"]{
  width:22px !important;
  min-width:22px !important;
  max-width:22px !important;
  height:22px !important;
  min-height:22px !important;
  max-height:22px !important;
  padding:0 !important;
  margin:0 12px 0 0 !important;
  border-radius:8px !important;
  border:1px solid rgba(255,151,205,.38) !important;
  background:#111114 !important;
  box-shadow:none !important;
  vertical-align:middle !important;
  appearance:auto !important;
  -webkit-appearance:checkbox !important;
}

.gpv2-inline-product__content input[type="radio"]{
  border-radius:999px !important;
  -webkit-appearance:radio !important;
}

.gpv2-inline-product__content .wapf-checkboxes label,
.gpv2-inline-product__content .wapf-radios label,
.gpv2-inline-product__content .wapf-field__choices label{
  display:flex !important;
  align-items:center !important;
  gap:0 !important;
}

.gpv2-inline-product__content .wapf-checkboxes .wapf-field-choice,
.gpv2-inline-product__content .wapf-radios .wapf-field-choice,
.gpv2-inline-product__content .wapf-field__choice{
  margin-bottom:10px !important;
}


/* v1.0.36i inline qty + add button fix */
.gpv2-inline-product__content form.cart,
.gpv2-inline-product__content .cart{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:10px !important;
}

.gpv2-inline-product__content .quantity,
.gpv2-inline-product__content form.cart div.quantity{
  display:inline-flex !important;
  align-items:center !important;
  flex:0 0 auto !important;
  width:auto !important;
  max-width:none !important;
  margin:0 !important;
}

.gpv2-inline-product__content .quantity input.qty,
.gpv2-inline-product__content form.cart div.quantity input.qty,
.gpv2-inline-product__content input.qty{
  width:56px !important;
  min-width:56px !important;
  max-width:56px !important;
  height:38px !important;
  min-height:38px !important;
  max-height:38px !important;
  padding:0 8px !important;
  border-radius:12px !important;
  text-align:center !important;
  font-size:16px !important;
  line-height:38px !important;
}

.gpv2-inline-product__content .quantity .minus,
.gpv2-inline-product__content .quantity .plus,
.gpv2-inline-product__content form.cart div.quantity .minus,
.gpv2-inline-product__content form.cart div.quantity .plus{
  width:38px !important;
  min-width:38px !important;
  max-width:38px !important;
  height:38px !important;
  min-height:38px !important;
  max-height:38px !important;
  line-height:38px !important;
  padding:0 !important;
  border-radius:12px !important;
}

.gpv2-inline-product__content .single_add_to_cart_button,
.gpv2-inline-product__content button.single_add_to_cart_button,
.gpv2-inline-product__content .button.alt{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 auto !important;
  width:auto !important;
  min-width:168px !important;
  max-width:none !important;
  height:38px !important;
  min-height:38px !important;
  max-height:38px !important;
  padding:0 18px !important;
  border-radius:12px !important;
  font-size:14px !important;
  line-height:38px !important;
  white-space:nowrap !important;
  margin:0 !important;
}

.gpv2-inline-product__content .woocommerce-variation-add-to-cart,
.gpv2-inline-product__content .single_variation_wrap{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:10px !important;
  width:100% !important;
}

@media (max-width:700px){
  .gpv2-inline-product__content form.cart,
  .gpv2-inline-product__content .woocommerce-variation-add-to-cart,
  .gpv2-inline-product__content .single_variation_wrap{
    gap:8px !important;
  }

  .gpv2-inline-product__content .quantity input.qty,
  .gpv2-inline-product__content form.cart div.quantity input.qty,
  .gpv2-inline-product__content input.qty{
    width:52px !important;
    min-width:52px !important;
    max-width:52px !important;
    height:36px !important;
    min-height:36px !important;
    max-height:36px !important;
    line-height:36px !important;
  }

  .gpv2-inline-product__content .quantity .minus,
  .gpv2-inline-product__content .quantity .plus,
  .gpv2-inline-product__content form.cart div.quantity .minus,
  .gpv2-inline-product__content form.cart div.quantity .plus{
    width:36px !important;
    min-width:36px !important;
    max-width:36px !important;
    height:36px !important;
    min-height:36px !important;
    max-height:36px !important;
    line-height:36px !important;
  }

  .gpv2-inline-product__content .single_add_to_cart_button,
  .gpv2-inline-product__content button.single_add_to_cart_button,
  .gpv2-inline-product__content .button.alt{
    min-width:156px !important;
    height:36px !important;
    min-height:36px !important;
    max-height:36px !important;
    line-height:36px !important;
  }
}


/* v1.0.36n safe description toggle */
.gpv2-menu-row__desc-toggle{
  cursor:pointer !important;
  user-select:none;
}
.gpv2-menu-row__desc-toggle.is-expanded{
  white-space:normal !important;
}
