:root {
  --bs-body-font-family: "Plus Jakarta Sans", sans-serif;
  --ink: #140f0a;
  --ink-deep: #1a1510;
  --ink-soft: #402d00;
  --panel: #261f1a;
  --white: #ffffff;
  --gold: #ffc72d;
  --gold-strong: #f7ba17;
  --gold-deep: #986f00;
  --cream: #ffefd5;
  --cream-soft: #fff7ea;
  --cream-card: #fff7e2;
  --border: #d9d1c7;
  --border-dark: #40382e;
  --muted: #6b6155;
  --muted-soft: #c7bfb8;
  --shadow-soft: 0 12px 32px rgba(0, 0, 0, 0.08);
  --shadow-card: 0 6px 20px rgba(0, 0, 0, 0.06);
  --shadow-hero: 0 24px 50px rgba(20, 15, 10, 0.12);
  --radius-card: 1rem;
  --radius-panel: 1.5rem;
  --radius-pill: 999px;
}

/*html {
  scroll-behavior: smooth;
}
*/
body {
  min-width: 320px;
  color: var(--ink);
  background: #ffffff;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
}

.py-xl-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

/*.mini-cart-drawer, .mini-cart-drawer-sticky {
  right: 0;
  z-index: -99999;
}*/

.hero-has-bg {
  background: var(--cream);
}

.eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 18px 8px 16px;
  /*border: 1px solid rgba(255, 247, 234, 0.65);*/
  /*border-radius: 8px 0 0 8px;*/
  background-image: url('/wp-content/themes/gotchatheme/assets/images/eyebrow-bg-img.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff7ea;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  width: 208px;
}

.feature.catering .eyebrow {
  background-image: url('/wp-content/themes/gotchatheme/assets/images/eyebrow-bg-img-2.svg');
  width: 248px;
}

.display,
.section-title,
.card-title,
.gift-title,
.footer-brand {
  font-family: "Nunito", sans-serif;
}

.display {
  font-size: clamp(2.8rem, 5.4vw, 4.125rem);
  line-height: 1.05;
}

.text-gold {
  color: var(--gold);
}

.body-lg {
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.55;
}

.body-base {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.hero-media {
  height: 526px;
  border-radius: 24px;
  box-shadow: var(--shadow-hero);
}

.hero-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: grid;
  place-items: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: var(--gold);
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  font-size: 34px;
  font-weight: 800;
  transform: rotate(-10deg);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.heading-block {
  max-width: 720px;
}

.kicker {
  color: var(--gold-deep);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.section-title {
  font-size: clamp(1.75rem, 4vw, 3.5rem);
  line-height: 1.05;
}

.btn {
  padding: 1rem 2rem;
  border-radius: var(--radius-pill);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-gold,
.btn-gold:link,
.btn-gold:visited {
  background: var(--gold-strong) !important;
  color: #261a00 !important;
  box-shadow: 0 10px 24px rgba(247, 186, 23, 0.25);
}

.btn-gold:hover,
.btn-gold:focus-visible {
  background: #f2b007;
  color: #261a00;
}

.btn-dark,
.btn-dark:link,
.btn-dark:visited {
  background: var(--ink-deep) !important;
  color: var(--gold) !important;
}

.btn-dark:hover,
.btn-dark:focus-visible {
  background: #2a231e;
  color: var(--gold);
}

.btn-dark-solid,
.btn-dark-solid:link,
.btn-dark-solid:visited {
  background: var(--ink-deep) !important;
  color: var(--white) !important;
}

.btn-dark-solid:hover,
.btn-dark-solid:focus-visible {
  background: #2a231e;
  color: var(--gold);
}

.btn-outline,
.btn-outline:link,
.btn-outline:visited {
  border: 1.5px solid var(--white) !important;
  color: var(--white) !important;
}

.btn-outline:hover,
.btn-outline:focus-visible {
  border-color: var(--gold);
  color: var(--gold);
}

.btn-sm {
  padding: 0.75rem 1.375rem;
  font-size: 14px;
}

/* ==========================================
   HERO BACKGROUND IMAGE / VIDEO
========================================== */

.hero.hero-has-imgVid {
  position: relative;
  overflow: hidden;
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 600px;
  display: flex;
  align-items: center;
}

.hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  pointer-events: none;
}

/*.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,15,10,0.62) 0%, rgba(20,15,10,0.66) 45%, rgba(20,15,10,0.88) 100%);
  z-index: 2;
}*/

.hero.hero-has-imgVid .container,
.hero.hero-has-imgVid .position-relative {
  position: relative;
  z-index: 3;
}

.hero.hero-has-imgVid .hero-copy .eyebrow {
  color: #ffffff;
}

.hero.hero-has-imgVid .hero-copy .display,
.hero.hero-has-imgVid .hero-copy .body-lg {
  color: #130d00;
}

.hero.hero-has-imgVid .display span,
.hero.hero-has-imgVid .text-gold {
  color: var(--gold, #f7ba17);
}

.hero.hero-has-imgVid .hero-copy .body-lg {
  color: #130d00;
}

.hero.hero-has-imgVid .btn-gold,
.hero.hero-has-imgVid .btn-gold:visited {
  color: #261a00 !important;
}

.hero-copy {
  background-color: var(--cream);
  padding: 30px;
  border-radius: 30px;
}

.hero-copy .body-lg {
  color: #130d00;
}

@media (max-width: 991.98px) {
  .hero.hero-has-imgVid {
    min-height: 560px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .hero.hero-has-imgVid {
    min-height: 480px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero-bg-overlay {
    background: rgba(22, 16, 8, 0.65);
  }
}

.card,
.holiday-card,
.review-card {
  border-radius: var(--radius-card);
}

.card {
  background: var(--cream-card);
}

.card-title {
  font-size: 22px;
  line-height: 30px;
}

.feature-copy-dark {
  position: relative;
  overflow: hidden;
  background-image: url('/wp-content/themes/gotchatheme/assets/images/protein-bowls-bg-img.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.feature-copy__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  min-height: 600px;
  padding: 70px clamp(32px, 7vw, 120px) 70px clamp(32px, 12vw, 240px);
}

.feature-copy__inner-right {
  padding-left: clamp(32px, 7vw, 160px);
  padding-right: clamp(32px, 12vw, 240px);
}

.feature-media {
  height: 100%;
}

.price-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.price-label {
  color: #969088;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.price-label.price-gold-label {
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-family: "Nunito", sans-serif;
  color: var(--gold);
}

.price-value {
  color: var(--gold);
  font-family: "Nunito", sans-serif;
  font-size: clamp(2.75rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1;
}

.price-value span {
  font-size: 28px;
  vertical-align: top;
}

.price-value.price-gold-value span {
  font-size: clamp(2.75rem, 5vw, 3.5rem);
  font-family: "Nunito", sans-serif;
}

.price-value small {
  font-size: 28px;
}

.text-muted {
  color: var(--muted-soft) !important;
}

.protein-stamp {
  position: absolute;
  left: 9%;
  bottom: 14%;
  display: grid;
  place-items: center;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background-color: #00b8ff;
  background-image: url('/wp-content/themes/gotchatheme/assets/images/protien-arm-build.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  transform: rotate(-10deg);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.protein-stamp span {
  font-size: 22px;
  position: absolute;
  top: 50%;
  margin-top: 12px;
}

.img-fluid.protein-badge {
  position: absolute;
  bottom: 30px;
  left: 50px;
  width: 29%;
}

.order {
  background: var(--cream);
}

.map-widget {
  min-height: 660px;
  /*border-radius: 24px;*/
  box-shadow: 0 17px 80px rgba(0, 0, 0, 0.12);
}

.map-panel-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: min(430px, 100%);
}

.map-panel {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(26, 21, 16, 0.24);
}

.map-search {
  padding: 8px 12px;
  border: 1px solid #cdc5bd;
  border-radius: 8px;
  background: #ffffff;
}

.map-search svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.5;
  color: #7c766f;
}

.location-card {
  padding: 1rem 1rem !important;
  background: #ffffff;
  border-top: 1px solid #CDC5BD !important;
}

.location-card.is-active,
.location-card:hover {
  background: var(--cream-soft);
}

.location-card:hover,
.location-card:focus {
  background: #fff9ef;
}

.list-group-item:first-child { border: 0 !important; }

.location-icon {
  font-size: 18px;
}

.location-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.location-text {
  color: #635e57;
  font-size: 14px;
  line-height: 20px;
}

.location-link {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 2px;
  display: none !important;
}

.location-card:hover .location-link,
.location-card.is-active .location-link  {
  display: block !important;
}

.location-thumb {
  width: 95px;
  height: 95px;
  border-radius: 16px;
  object-fit: cover;
}

.map-canvas {
  height: 660px;
}

.map-utility {
  width: 40px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  color: var(--muted);
}

.map-zoom {
  overflow: hidden;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.map-zoom span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #4a4640;
  font-size: 24px;
  line-height: 1;
}

.map-zoom span + span {
  border-top: 1px solid #e9e1d8;
}

.map-marker {
  left: 48%;
  top: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  transform: translate(-50%, -100%);
  transition: left 260ms ease, top 260ms ease;
}

.map-marker__tooltip {
  padding: 12px 24px;
  border: 1px solid #e9e1d8;
  border-radius: 999px;
  background: var(--ink-deep);
  color: #fff7ea;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
}

.map-marker__pin {
  position: relative;
  width: 34px;
  height: 34px;
  border: 3px solid var(--gold);
  border-radius: 50% 50% 50% 0;
  background: #261a00;
  transform: rotate(-45deg);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.map-marker__pin::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: #ffffff;
}

.map-marker__pin::after {
  content: "🥚";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transform: rotate(45deg);
  font-size: 14px;
}

.custom-store-marker {
  background: transparent !important;
  border: 0 !important;
  width: 34px !important;
  height: 34px !important;
}

.custom-store-marker__pin {
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border: 3px solid var(--gold);
  border-radius: 50% 50% 50% 0;
  background: #261a00;
  transform: rotate(-45deg);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}

.custom-store-marker__pin::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: #ffffff;
}

.custom-store-marker__pin::after {
  content: "🥚";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transform: rotate(45deg);
  font-size: 14px;
  line-height: 1;
}

.leaflet-marker-icon.custom-store-marker {
  overflow: visible !important;
}

.leaflet-tooltip.custom-store-tooltip {
  background: var(--ink-deep) !important;
  color: #fff7ea !important;
  border: 1px solid #e9e1d8 !important;
  border-radius: 999px !important;
  padding: 12px 24px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  white-space: nowrap !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25) !important;
  opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    z-index: 9999 !important;
}

.leaflet-tooltip.custom-store-tooltip::before {
  display: none !important;
}

.leaflet-tooltip.custom-store-tooltip.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.leaflet-tooltip.custom-store-tooltip:not(.is-hidden) {
  opacity: 1 !important;
  visibility: visible !important;
}

.map-panel .card-body h4 {
  margin: 0;
}

#acf-location-map {
  min-height: 720px;
  width: 100%;
}

.map-canvas {
  min-height: 720px;
}

.holiday {
  background: url("/wp-content/themes/gotchatheme/assets/images/holiday-kits-bg-img.png") center/cover no-repeat;
}

.holiday .container {
  z-index: 1;
}

.holiday-card {
  box-shadow: var(--shadow-soft);
}

.holiday-image {
  border-radius: 1rem 1rem 0 0;
}

.holiday-date {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--ink-deep);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.holiday-title {
  font-size: 20px;
  line-height: 32px;
  margin: 0;
}

.holiday-price-label {
  color: #969088;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.holiday-price {
  font-size: 16px;
  line-height: 24px;
}

/* ── Dynamic holiday cards (from Shipping Windows backend) ─────────────────
   Overrides / extends the old ACF-driven card styles above.
   HTML structure: .holiday-card > .holiday-image (div) + .holiday-body
   Badge: .holiday-badge.holiday-badge--[type] (absolute, inside .holiday-image)
   Date:  .holiday-body .holiday-date (the "Order by…" paragraph)
   ───────────────────────────────────────────────────────────────────────── */

.holiday-card {
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.holiday-image {
  position: relative;
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
  aspect-ratio: 4 / 3;
  background: var(--cream-light, #f5f0e8);
}

.holiday-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 1rem 1rem 0 0;
}

/* Status badge — overlaid on the image */
.holiday-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  z-index: 1;
}

.holiday-badge--new   { background: var(--yellow, #f5c518);        color: var(--ink, #13090a); }
.holiday-badge--early { background: #ffa730;                        color: var(--ink, #13090a); }
.holiday-badge--open  { background: #2c8a4a;                        color: #fff; }
.holiday-badge--live  { background: #d44b6f;                        color: #fff; }
.holiday-badge--soon  { background: var(--cream-light, #f5f0e8);    color: var(--ink, #13090a); border: 1px solid var(--border-light, #e0d8cc); }
.holiday-badge--past  { background: rgba(19, 13, 0, 0.55);          color: #fff; backdrop-filter: blur(4px); }

/* Card body */
.holiday-body {
  padding: 1rem 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Override old absolute-positioned .holiday-date for the new "Order by" paragraph */
.holiday-body .holiday-date {
  position: static;
  top: auto;
  left: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink-light, #6b6058);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 2px;
}

.holiday-body .holiday-date span {
  font-weight: 600;
  color: var(--ink, #13090a);
}

.text-link {
  color: var(--ink);
}

.feature-subtitle {
  color: var(--gold);
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  line-height: 1.15;
}

.gifting {
  background: var(--cream);
}

.gift-card {
  border-radius: var(--radius-card);
  background: #fff7eb;
  box-shadow: var(--shadow-card);
}

.gift-card-accent {
  background: #ffeb8c;
}

.gift-image {
  width: 100%;
  height: 352px;
  border-radius: var(--radius-card);
  object-fit: cover;
}

.gift-title {
  font-size: 40px;
  line-height: 1.05;
}

.review-card {
  background: var(--cream-soft);
}

.stars {
  color: var(--gold-strong);
  font-size: 20px;
  letter-spacing: 2px;
}

.review-date,
.review-meta {
  color: #635e57;
  font-size: 14px;
  line-height: 20px;
}

.review-quote {
  color: #261a00;
  font-size: 16px;
  line-height: 1.5;
}

.review-quote.is-clamped {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.review-read-more {
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: #8b5e00;
  cursor: pointer;
  margin-top: 8px;
  display: none;
  line-height: 1.4;
}

.review-read-more:hover {
  color: #402d00;
  text-decoration: underline;
}

.review-cards .card {
  min-height: 340px;
}

.review-avatar {
  width: 48px;
  height: 48px;
}

.review-name {
  color: #402d00;
  font-size: 16px;
  line-height: 24px;
}

.review-meta {
  display: block;
  font-size: 12px;
  line-height: 18px;
}

.review-cards .slick-slide {
  margin: 0 10px; 
}

.review-cards .slick-list {
  margin: 0 -10px;
}

.subscribe {
  position: relative;
  overflow: hidden;
  background-image: url('/wp-content/themes/gotchatheme/assets/images/bowl-yellow-bg-img.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.subscribe .container {
  position: relative;
  z-index: 1;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-five-twelfths {
  width: 420px;
}

.email-input, .subscribe-form .gform_wrapper.gravity-theme .gfield input.large {
  background-color: var(--white) !important;
  padding: 1rem 1.5rem !important;
  border: 1px solid #d9d1bf !important;
  border-radius: 999px !important;
  color: var(--muted) !important;
  line-height: 1.5 !important;
}

.email-input:focus, .subscribe-form .gform_wrapper.gravity-theme .gfield input.large:focus {
  border-color: rgba(255, 199, 45, 0.9) !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 199, 45, 0.18) !important;
}

.subscribe-form .gform_wrapper.gravity-theme #field_submit input {
  background: var(--ink-deep) !important;
  color: var(--white) !important;
  padding: 1rem 2rem !important;
  border: 0 none;
  border-radius: var(--radius-pill) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.subscribe-form .gform_wrapper.gravity-theme .gform_footer {margin: 0 !important;padding: 0 !important;}

.subscribe-form .gform_wrapper.gravity-theme .gform_fields {
  display: flex !important;
  justify-content: center !important;
  gap: 12px;
  align-items: center;
}

.subscribe-message {
  min-height: 24px;
  color: var(--ink);
}

.sticky-cta { display: none; }


.order-location-modal .modal-content {
  border-radius: 24px;
  background: var(--cream-soft);
}

.order-location-modal .modal-header {
  padding: 28px 32px 12px;
}

.order-location-modal .modal-body {
  padding: 16px 32px 32px;
}

.order-store-card {
  height: 100%;
  padding: 16px;
  border: 1px solid #e9e1d8;
  border-radius: 18px;
  background: #ffffff;
  color: var(--ink) !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.order-store-card:hover {
  transform: translateY(-2px);
  background: var(--cream);
  box-shadow: 0 10px 24px rgba(0,0,0,.1);
}

.order-store-thumb {
  width: 86px;
  height: 86px;
  border-radius: 14px;
  object-fit: cover;
  flex: 0 0 86px;
}

.order-location-modal h3.modal-title {
  font-size: 42px;
}

.leaflet-control-container .leaflet-control-zoom.leaflet-bar.leaflet-control, 
.leaflet-control-container .leaflet-control-attribution.leaflet-control {
    display: none;
}

.leaflet-container a {color: #ffffff !important;}

@media (max-width: 1199.98px) {
  .feature-copy__inner,
  .feature-copy__inner-right {
    min-height: auto;
    padding: 72px 48px;
  }

  .heading-block {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
  }

  .map-panel-wrap {
    position: static !important;
  }

  .map-canvas {
    height: 520px;
  }

  .map-canvas img {
    min-height: 520px;
  }
}

@media (min-width: 992px) {
  .w-lg-80 {
    width: 80% !important;
  }
  
}

@media (max-width: 991.98px) { 

  section.py-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  img.h-100 {
    height: auto !important;
  }

  .hero-media {
    height: auto;
  } 

  .hero-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    left: auto;
    width: auto;
    height: auto;
    transform: none;
    background: var(--gold);
    color: var(--ink);
    font-family: var(--font-display);
    font-weight: 900;
    padding: 8px 14px;
    border-radius: var(--radius-pill);
    font-size: 13px;
    letter-spacing: .04em;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
  }

  .hero .btn-gold, .hero .btn-gold:link, .hero .btn-gold:visited {
    background: var(--ink) !important;
    box-shadow: 0 0 0 transform;
    color: var(--white) !important;
    width: auto;
  }

  .eyebrow, .feature.catering .eyebrow {
    background: var(--gold);
    color: var(--ink);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 7px 14px;
    border-radius: 4px;
    position: relative;
  }

  .category-image {
    height: auto;
  }

  .card-title {
    font-size: 15px;
    line-height: 30px;
  }

  .protein-stamp {
    position: absolute;
    bottom: 14px;
    left: 14px;
    background: var(--gold);
    color: var(--ink);
    font-family: var(--font-display);
    font-weight: 900;
    padding: 10px 18px;
    border-radius: var(--radius-pill);
    letter-spacing: .04em;
    transform: rotate(-6deg);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
    font-size: 13px;
    letter-spacing: .04em;
    height: auto;
    width: auto;
  }

  .protein-stamp span {
    font-size: 13px;
    position: relative;
    top: auto;
    margin-top: 0;
  }

  .img-fluid.protein-badge {
    position: absolute;
    bottom: auto;
    left: auto;
    width: 24%;
    top: 10px;
    right: 10px;
  }

  section.order {
    padding-bottom: 30px;
  }

  .map-widget {
    min-height: auto;
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
  }

  .map-widget #acf-location-map {
    border-radius: 24px 24px 0 0;
    min-height: 380px;
  }

  .map-panel {
    overflow: hidden;
    border-radius: 0 0 24px 24px;
    box-shadow: 0 0 0 transparent;
  }

  .map-widget .leaflet-tooltip.custom-store-tooltip { display: none !important; }
  
  .gift-image {
    height: auto;
  }

  .review-cards { margin-bottom: 50px; }

  .holiday-cards {
    margin-bottom: 130px;
  }

  .holiday-cards .slick-slide {
      margin: 0 10px;
  }

  .holiday-card a.btn.btn-gold {
    width: auto;
  }

  .slide-arrow.prev-arrow {
    left: 30%;
    bottom: -80px;
    top: auto;
  }

  .slide-arrow.next-arrow {
    right: 30%;
    bottom: -80px;
    top: auto;
  }

  .sticky-btn-wrap.dropdown.order-dropdown.dropup {
    width: 100%;
  }

  .sticky-cta {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    background: var(--ink);
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    display: flex;
    gap: 10px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    z-index: 9999;
  }

  .sticky-cta .btn {
    width: 100%;
  }

  .dropdown-menu li {
    display: block;
    width: 100%;
  }

  .hero-copy {
    background-color: rgba(255, 239, 213, 0.8);
  }

}

@media (max-width: 767.98px) {
  .body-lg {
    font-size: 16px;
  }

  .feature-copy__inner,
  .feature-copy__inner-right {
    padding: 56px 24px;
  }

  .gift-title {
    font-size: 32px;
  }
}

@media (max-width: 575.98px) {
  .btn {
    width: 100%;
  }

  .heading-block {
    max-width: 100%;
    padding: 0;
  }

  .container-fluid .heading-block {
    padding: 0 16px;
  } 

  .order-location-modal h3.modal-title {
    font-size: 30px;
  }

  .order-location-modal .modal-body {
    padding: 0px 16px 20px;
  }

  .location-card {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .holiday-image,
  .category-image,
  .gift-image {
    height: auto;
  }

  .subscribe-form .gform_wrapper.gravity-theme .gform_fields {
    flex-direction: column;
  }

  .subscribe-form .gform_wrapper.gravity-theme #field_submit, .subscribe-form .gform_wrapper.gravity-theme #field_submit input {
    width: 100%;
  }

  .subscribe-form .gform_wrapper.gravity-theme .gfield.gfield--width-five-twelfths {
    width: 100%;
  }
}
