@font-face {
  font-family: items;
  src: url("site-assets/AGItems-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: diatype;
  src: url("site-assets/ABCDiatype-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: diatype;
  src: url("site-assets/ABCDiatype-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: diatypeItalic;
  src: url("site-assets/ABCDiatype-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: diatypeMono;
  src: url("site-assets/ABCDiatypeMono-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --diatype: diatype, Arial, sans-serif;
  --diatype-mono: diatypeMono, monospace;
  --diatype-italic: diatypeItalic, Arial, sans-serif;
  --items: items, Times, serif;
}

html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

body {
  height: auto !important;
  min-height: 100% !important;
}

/* Remove third-party overlays while preserving the original page layout. */
[id*="onetrust"],
[class*="onetrust"],
[id*="klaviyo"],
[class*="klaviyo"],
[id*="attentive"],
[class*="attentive"],
[id*="fullstory"],
[class*="fullstory"],
[class*="needsclick"],
iframe,
script,
noscript {
  display: none !important;
}

/* The clone keeps all original controls visually, but no external destination is active. */
a[href="#"] {
  cursor: default;
}

.snapshot-cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  background: rgb(0 0 0 / 42%);
}

.snapshot-cart-overlay.is-open {
  display: block;
}

.snapshot-cart {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(430px, 100%);
  padding: 28px;
  background: #fff;
  color: #071f1b;
  box-shadow: -20px 0 70px rgb(0 0 0 / 18%);
  font-family: Arial, sans-serif;
}

.snapshot-cart__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d3;
}

.snapshot-cart__head h2 {
  margin: 0;
  font: 36px/1.1 "Times New Roman", serif;
}

.snapshot-cart__close {
  border: 0;
  background: none;
  font-size: 34px;
  cursor: pointer;
}

.snapshot-cart__body {
  display: grid;
  min-height: 70vh;
  place-items: center;
  text-align: center;
}

.snapshot-cart__body p {
  margin: 8px 0;
}

.snapshot-cart__button {
  display: inline-block;
  margin-top: 18px;
  padding: 14px 34px;
  border-radius: 999px;
  background: #00594f;
  color: #fff;
}

.snapshot-toast {
  position: fixed;
  bottom: 22px;
  left: 50%;
  z-index: 1000000;
  max-width: calc(100% - 32px);
  padding: 13px 18px;
  transform: translate(-50%, 150%);
  border-radius: 3px;
  background: #073d36;
  color: #fff;
  font: 13px/1.4 Arial, sans-serif;
  transition: transform 180ms ease;
}

.snapshot-toast.is-visible {
  transform: translate(-50%, 0);
}

.snapshot-modal-open {
  overflow: hidden;
}

.snapshot-details-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000002;
  display: grid;
  place-items: center;
  padding: 24px;
  visibility: hidden;
  background: rgb(1 31 27 / 58%);
  opacity: 0;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.snapshot-details-overlay.is-open {
  visibility: visible;
  opacity: 1;
}

.snapshot-details {
  position: relative;
  width: min(590px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  padding: 42px;
  overflow: auto;
  border-radius: 4px;
  background: #f6f3eb;
  box-shadow: 0 28px 80px rgb(0 0 0 / 24%);
  color: #0b2925;
}

.snapshot-details__close {
  position: absolute;
  top: 14px;
  right: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0b2925;
  font: 34px/1 Arial, sans-serif;
  cursor: pointer;
}

.snapshot-details__eyebrow {
  margin: 0 0 10px;
  color: #0a6256;
  font: 700 12px/1.3 Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.snapshot-details h2 {
  margin: 0 0 22px;
  font: 400 42px/1.05 "Times New Roman", serif;
}

.snapshot-details p,
.snapshot-details li {
  font: 16px/1.55 Arial, sans-serif;
}

.snapshot-details ul {
  padding-left: 20px;
}

.snapshot-details__note {
  color: #52645f;
  font-size: 13px !important;
}

.snapshot-details-overlay.is-gift {
  background: rgb(12 25 24 / 42%);
}

.snapshot-details-overlay.is-gift .snapshot-details {
  width: min(500px, 100%);
  padding: 0;
  overflow: hidden auto;
  border-radius: 10px;
  background: #fff;
  color: #111;
}

.snapshot-details-overlay.is-gift .snapshot-details__close {
  top: 14px;
  right: 16px;
  z-index: 2;
  color: #00594f;
  font-size: 38px;
  font-weight: 200;
}

.snapshot-gift__image {
  height: 280px;
  overflow: hidden;
  background: #efede7;
}

.snapshot-gift__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.snapshot-gift__body {
  padding: 30px 34px 32px;
}

.snapshot-gift__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 12px !important;
  padding: 5px 10px;
  border-radius: 3px;
  background: #42c4e9;
  color: #032f39;
  font: 500 14px/1.25 Arial, sans-serif !important;
  letter-spacing: .02em;
}

.snapshot-gift__badge span {
  font-size: 20px;
  line-height: 12px;
}

.snapshot-details-overlay.is-gift h2 {
  margin: 0 0 12px;
  font: 400 27px/1.08 Arial, sans-serif;
  letter-spacing: -.025em;
}

.snapshot-gift__body > p:not(.snapshot-gift__badge) {
  margin: 0 0 14px;
}

.snapshot-gift__body ul {
  margin: 0;
  padding-left: 25px;
  list-style: disc;
}

.snapshot-gift__body li {
  display: list-item;
  margin: 2px 0;
  line-height: 1.35;
}

.snapshot-facts {
  margin: 20px 0;
  border-top: 8px solid #0b2925;
  border-bottom: 4px solid #0b2925;
  background: #fff;
}

.snapshot-facts > div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 8px;
  border-bottom: 1px solid #0b2925;
  font: 14px/1.35 Arial, sans-serif;
}

.Carousel_slides__hjngx {
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.Carousel_slides__hjngx .Carousel_slide__8_Jid,
.Carousel_slides__hjngx .Carousel_slide__8_Jid picture,
.Carousel_slides__hjngx .Carousel_slide__8_Jid img {
  width: 100%;
  height: 100%;
}

.Carousel_slides__hjngx .Carousel_slide__8_Jid img {
  object-fit: contain !important;
  object-position: center !important;
}

[role="radiogroup"][aria-label="Flavor"] label[data-selected] > span:nth-child(2) {
  border-color: #0c3d3d !important;
}

[role="radiogroup"][aria-label="Flavor"] label:not([data-selected]) > span:nth-child(2) {
  border-color: transparent !important;
}

[role="radiogroup"][aria-label="Flavor"] label[data-selected] > span:nth-child(2) > span {
  border-color: transparent !important;
}

[role="radiogroup"][aria-label="Flavor"] label:not([data-selected]) > span:nth-child(2) > span {
  border-color: #cdd2cf !important;
}

[role="radiogroup"][aria-label="Flavor"] label[data-selected] > span:nth-child(2) > span > span:first-child {
  clip-path: inset(0 round 4px) !important;
}

[role="radiogroup"][aria-label="Flavor"] label:not([data-selected]) > span:nth-child(2) > span > span:first-child {
  clip-path: circle(8px at 14px 50%) !important;
}

[role="radiogroup"][aria-label="Flavor"] label[data-selected] [data-text] {
  color: var(--active-text-color) !important;
  font-weight: 700 !important;
}

[role="radiogroup"][aria-label="Flavor"] label:not([data-selected]) [data-text] {
  color: #0c3d3d !important;
  font-weight: 400 !important;
}

[role="radiogroup"][aria-label="Flavor"] label[data-selected] span:has(> svg) {
  opacity: 1 !important;
  transform: translateY(-50%) scale(1) !important;
}

[role="radiogroup"][aria-label="Flavor"] label:not([data-selected]) span:has(> svg) {
  opacity: 0 !important;
  transform: translateY(-50%) scale(.5) !important;
}

[role="radiogroup"][aria-label="Delivery cadence"] label[data-selected] > div {
  border-color: #000 !important;
  background: #f1f8f1 !important;
}

[role="radiogroup"][aria-label="Delivery cadence"] label[data-selected] .w-mdl.h-mdl {
  box-shadow: inset 0 0 0 1px #00a67d !important;
}

[role="radiogroup"][aria-label="Delivery cadence"] label[data-selected] .w-mdl.h-mdl::before {
  background: #00a67d !important;
}

.Carousel_slides__hjngx.snapshot-carousel-dragging {
  cursor: grabbing;
}

.snapshot-review-viewport {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.snapshot-review-viewport::-webkit-scrollbar {
  display: none;
}

.snapshot-review-viewport.is-dragging {
  cursor: grabbing;
}

.snapshot-review-row {
  width: max-content !important;
  max-width: none !important;
  flex-wrap: nowrap !important;
}

.snapshot-review-column {
  flex-shrink: 0 !important;
}

@media (max-width: 767px) {
  .snapshot-details-overlay {
    padding: 12px;
  }

  .snapshot-details {
    max-height: calc(100vh - 24px);
    padding: 38px 24px 28px;
  }

  .snapshot-details h2 {
    font-size: 34px;
  }

  .snapshot-details-overlay.is-gift {
    padding: 14px 20px;
  }

  .snapshot-details-overlay.is-gift .snapshot-details {
    width: min(334px, 100%);
    max-height: calc(100vh - 28px);
  }

  .snapshot-gift__image {
    height: 220px;
  }

  .snapshot-gift__body {
    padding: 24px 24px 26px;
  }

  .snapshot-details-overlay.is-gift h2 {
    font-size: 24px;
  }

  .snapshot-gift__body p,
  .snapshot-gift__body li {
    font-size: 16px;
  }

  .MediaCarouselThumbnails_root__1xqztod0 {
    display: none !important;
  }

  .snapshot-review-section {
    margin-top: 133px !important;
  }

  .snapshot-review-viewport {
    height: 380px !important;
    margin-right: -24px !important;
    margin-left: -24px !important;
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .snapshot-review-row {
    height: 380px !important;
    margin: 0 -12px !important;
    flex-wrap: nowrap !important;
  }

  .snapshot-review-column {
    width: 312px !important;
    min-width: 312px !important;
    max-width: 312px !important;
    height: 356px !important;
    margin: 12px 0 !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
    flex: 0 0 312px !important;
  }

  .snapshot-review-column article {
    width: 288px !important;
    height: 356px !important;
  }

  .snapshot-footer-group > :not(.snapshot-footer-title) {
    display: none !important;
  }

  .snapshot-footer-title {
    height: 76px !important;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .snapshot-footer {
    margin-top: -40px !important;
  }

  .snapshot-disclaimer-content {
    max-height: none !important;
    overflow: visible !important;
  }
}
