:root,
[data-bs-theme=light] {
  --cz-primary: #22653d;
  --cz-primary-rgb: 34, 101, 61;
  --cz-primary-text-emphasis: #184a2c;
  --cz-primary-bg-subtle: #e8f1ec;
  --cz-primary-border-subtle: #b7d0c1;
  --cz-heading-color: #22653d;
  --cz-warning: #fd950a;
  --cz-warning-rgb: 253, 149, 10;
  --h2e-cream: #ece7d1;
  --h2e-meat: #872415;
  --h2e-chicken: #fd950a;
  --h2e-seafood: #009acd;
  --h2e-vegetarian: #779d27;
  --h2e-brand: #22653d;
  --h2e-title-font: "Kumbh Sans", sans-serif;
}

body {
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(34, 101, 61, 0.08), transparent 60%),
    radial-gradient(900px 420px at 100% 0%, rgba(253, 149, 10, 0.08), transparent 55%),
    #faf8f2;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
  font-family: var(--h2e-title-font);
}

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
  color: #22653d;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.display-1.text-white,
.display-2.text-white,
.display-3.text-white,
.display-4.text-white,
.display-5.text-white,
.display-6.text-white {
  color: #fff !important;
}

[data-add-to-cart].btn-dark,
[data-add-to-cart].btn {
  --cz-btn-color: #fff;
  --cz-btn-bg: #22653d;
  --cz-btn-border-color: #22653d;
  --cz-btn-hover-color: #fff;
  --cz-btn-hover-bg: #1b5232;
  --cz-btn-hover-border-color: #1b5232;
  --cz-btn-active-color: #fff;
  --cz-btn-active-bg: #184a2c;
  --cz-btn-active-border-color: #184a2c;
  color: #fff;
  background-color: #22653d;
  border-color: #22653d;
}

.h2e-logo {
  height: 48px;
  width: auto;
}

.h2e-brand {
  gap: 0 !important;
  padding-left: .35rem !important;
}

.navbar .navbar-brand.h2e-brand {
  margin-left: 1.75rem !important;
}

.h2e-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.h2e-thumb {
  width: 88px;
  height: 88px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}

.h2e-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  display: block;
}

.h2e-thumb.active,
.h2e-thumb:hover {
  border-color: #22653d;
}

.h2e-photo-count {
  position: absolute;
  left: .75rem;
  bottom: .75rem;
  background: rgba(18, 22, 28, 0.72);
  color: #fff;
  font-size: .72rem;
  font-weight: 600;
  padding: .35rem .65rem;
  border-radius: 999px;
}

.h2e-product-split {
  --h2e-product-panel-h: 560px;
}

.h2e-product-media,
.h2e-product-info {
  min-height: var(--h2e-product-panel-h);
  border-radius: 1.75rem;
  display: flex;
  flex-direction: column;
}

.h2e-product-media {
  position: relative;
  background: #fff;
  box-shadow: 0 10px 30px rgba(34, 101, 61, 0.06);
  padding: 1rem;
}

.h2e-product-media .h2e-thumbs {
  margin-top: 1rem;
}


.h2e-gallery-stage {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  border: 0;
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  padding: 0;
  cursor: zoom-in;
  height: 420px;
  min-height: 420px;
  max-height: 420px;
}

.h2e-gallery-main {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #fff;
  padding: 1rem;
  opacity: 0;
  transform: scale(0.985);
  transition: opacity .28s ease, transform .35s ease;
}

.h2e-gallery-main.is-visible {
  opacity: 1;
  transform: scale(1);
}

.h2e-gallery-zoom {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: rgba(18, 22, 28, 0.72);
  color: #fff;
  font-size: .78rem;
  font-weight: 600;
  padding: .45rem .8rem;
  border-radius: 999px;
  pointer-events: none;
}

.h2e-product-info {
  justify-content: flex-start;
  background: #f7f2e3 !important;
}

.h2e-product-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .7rem .85rem;
  margin: 0 0 1.25rem;
}

.h2e-product-tags img {
  display: block;
  height: 42px;
  width: auto;
  object-fit: contain;
}

@media (min-width: 992px) {
  .h2e-product-tags img {
    height: 48px;
  }
}

.h2e-natural-tag {
  position: absolute;
  top: .65rem;
  left: .65rem;
  width: 68px;
  height: auto;
  z-index: 3;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.18));
}

@media (min-width: 992px) {
  .h2e-natural-tag {
    width: 78px;
  }
}

.h2e-order-band {
  background: #22653d;
  color: #fff;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}

.h2e-order-band h2,
.h2e-order-band h3 {
  color: #fff;
}

.h2e-order-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 920px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .h2e-order-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    align-items: start;
  }
}

.h2e-order-step-item {
  text-align: center;
  padding: 0 1.25rem 1.25rem;
  position: relative;
}

.h2e-order-step-item:not(:last-child) {
  border-bottom: 1px solid rgba(236, 231, 209, 0.22);
}

@media (min-width: 768px) {
  .h2e-order-step-item {
    padding-bottom: 0;
  }

  .h2e-order-step-item:not(:last-child) {
    border-bottom: 0;
  }

  .h2e-order-step-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 1.4rem;
    right: 0;
    width: 1px;
    height: calc(100% - 1.4rem);
    background: rgba(236, 231, 209, 0.28);
  }
}

.h2e-order-step-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .9rem;
  background: rgba(236, 231, 209, 0.16);
  color: var(--h2e-cream);
  font-size: 1.35rem;
  border: 1px solid rgba(236, 231, 209, 0.35);
}

.h2e-order-step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #22653d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  font-weight: 700;
}

.pswp {
  --pswp-bg: rgba(27, 34, 44, 0.94);
}

@media (max-width: 991.98px) {
  .h2e-product-split {
    --h2e-product-panel-h: auto;
  }

  .h2e-product-media,
  .h2e-product-info {
    min-height: 0;
  }

  .h2e-gallery-stage {
    height: 300px;
    min-height: 300px;
    max-height: 300px;
  }
}

.h2e-heating-media {
  position: relative;
  min-height: 624px;
  height: 100%;
}

.h2e-heating-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}

@media (min-width: 992px) {
  .h2e-heating-media {
    min-height: 768px;
  }
}

.h2e-heating-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.h2e-heating-content .h2e-step {
  border-color: rgba(122, 38, 24, 0.12);
}

.h2e-step-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.h2e-step-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.h2e-why-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 101, 61, 0.12);
  color: #22653d;
  font-size: 1.2rem;
  margin-bottom: .75rem;
}

.h2e-whatsapp-float {
  position: fixed;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 1040;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.38);
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.h2e-checkout-modal {
  border: 0;
  border-radius: 1.75rem;
  background: #faf8f2;
  box-shadow: 0 24px 60px rgba(27, 34, 44, 0.18);
}

.h2e-checkout-modal .modal-header,
.h2e-checkout-modal .modal-body {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .h2e-checkout-modal .modal-header,
  .h2e-checkout-modal .modal-body {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #h2eCheckoutModal .modal-dialog {
    max-width: 720px;
  }
}

.h2e-checkout-summary {
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(34, 101, 61, 0.08);
}

.h2e-checkout-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .75rem 0;
  border-bottom: 1px solid rgba(27, 34, 44, 0.06);
}

.h2e-checkout-line:last-of-type {
  border-bottom: 0;
}

.h2e-checkout-line-main {
  display: flex;
  align-items: center;
  gap: .85rem;
  min-width: 0;
}

.h2e-checkout-line-main img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: .85rem;
  flex-shrink: 0;
}

.h2e-checkout-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: .85rem;
  padding-top: .95rem;
  border-top: 1px solid rgba(34, 101, 61, 0.12);
  font-size: 1.05rem;
}

.h2e-checkout-form .form-control.is-invalid {
  border-color: #872415;
}

.h2e-min-order-note {
  color: #7a2618;
  font-weight: 600;
}

.h2e-min-order-note.is-met {
  color: #22653d;
}

.h2e-min-order-banner {
  display: flex;
  flex-direction: column;
  gap: .2rem;
  margin: 0 0 1.15rem;
  padding: .85rem 1rem;
  border-radius: 1rem;
  background: rgba(122, 38, 24, 0.08);
  border: 1px solid rgba(122, 38, 24, 0.18);
  color: #7a2618;
}

.h2e-min-order-banner strong {
  font-size: .95rem;
  font-weight: 700;
}

.h2e-min-order-banner span {
  font-size: .85rem;
  line-height: 1.4;
  opacity: .92;
}

.h2e-min-order-banner.is-met {
  background: rgba(34, 101, 61, 0.1);
  border-color: rgba(34, 101, 61, 0.22);
  color: #22653d;
}

[data-order-whatsapp].disabled,
[data-order-whatsapp]:disabled {
  opacity: .55;
  pointer-events: none;
  cursor: not-allowed;
}

.h2e-checkout-confirm-icon {
  width: 64px;
  height: 64px;
  margin-inline: auto;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(122, 38, 24, 0.1);
  color: #7a2618;
  font-size: 1.6rem;
}

.h2e-checkout-confirm-icon.is-success {
  background: rgba(34, 101, 61, 0.12);
  color: #22653d;
}

.h2e-checkout-countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 260px;
  padding: 1.75rem 1rem 2.25rem;
}

.h2e-checkout-countdown .h2e-checkout-confirm-icon {
  width: 84px;
  height: 84px;
  font-size: 2.1rem;
}

.h2e-checkout-thanks {
  font-size: 1.65rem;
  font-weight: 700;
  color: #22653d;
  margin: 0;
}

.h2e-checkout-countdown-text {
  max-width: 26rem;
  font-size: 1.1rem;
  line-height: 1.55;
  color: #5c635e;
}

.h2e-whatsapp-float:hover,
.h2e-whatsapp-float:focus {
  color: #fff !important;
  background: #1ebe57;
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.45);
}

.h2e-iso-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .75rem 1rem;
  margin: 0 auto 1.75rem;
}

.h2e-iso-tags img {
  display: block;
  height: 56px;
  width: auto;
  object-fit: contain;
  background: transparent;
}

@media (min-width: 992px) {
  .h2e-iso-tags img {
    height: 68px;
  }
}

.h2e-iso-title {
  font-size: calc((1.425rem + 2.1vw) * 0.82) !important;
}

@media (min-width: 1200px) {
  .h2e-iso-title {
    font-size: calc(3rem * 0.82) !important;
  }
}

.h2e-contact-panel {
  position: relative;
  overflow: visible;
  padding-right: 6.25rem !important;
  background: #f7f2e3 !important;
}

.h2e-contact-visual {
  position: absolute;
  top: 0;
  right: 1rem;
  width: 78px;
  height: auto;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.14));
}

@media (min-width: 1200px) {
  .h2e-contact-visual {
    width: 90px;
    right: 1.25rem;
  }

  .h2e-contact-panel {
    padding-right: 7.5rem !important;
  }
}

.h2e-contact-link {
  color: #22653d !important;
  text-decoration: none !important;
  font-weight: 600;
}

.h2e-contact-link:hover,
.h2e-contact-link:focus {
  color: #184a2c !important;
  text-decoration: underline !important;
}

.h2e-process-container {
  width: 100%;
  max-width: 1560px;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

@media (min-width: 992px) {
  .h2e-process-container {
    padding-inline: 2rem;
  }
}

@media (min-width: 1400px) {
  .h2e-process-container {
    padding-inline: 2.5rem;
  }
}

.h2e-process-section .display-5 {
  font-size: calc((1.425rem + 2.1vw) * 1.18);
}

@media (min-width: 1200px) {
  .h2e-process-section .display-5 {
    font-size: calc(3rem * 1.18);
  }
}

.h2e-process-section .fs-lg {
  font-size: 1.2rem;
}

.h2e-process-section .h2e-step-num {
  width: 56px;
  height: 56px;
  font-size: 1.25rem;
  margin-bottom: 1.15rem;
}

.h2e-process-section .h6 {
  font-size: 1.15rem;
}

.h2e-process-section .vstack .text-body-secondary {
  font-size: 1.05rem;
  max-width: 18rem;
  margin-inline: auto;
}

.h2e-process-section .h2e-about-hero-product {
  width: min(100%, 540px);
}

.h2e-about-hero-product {
  width: min(100%, 432px);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  perspective: 900px;
  overflow: visible;
}

.h2e-about-hero-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  will-change: transform;
  transform-style: preserve-3d;
  filter: drop-shadow(0 18px 28px rgba(34, 101, 61, 0.16));
  transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg) scale(1.19);
}

@media (prefers-reduced-motion: reduce) {
  .h2e-about-hero-product img {
    will-change: auto;
    transform: scale(1.19) !important;
  }
}

@media (max-width: 991.98px) {
  .h2e-heating-media {
    min-height: 456px;
    height: 456px;
  }
}

.h2e-logo-lg {
  height: 56px;
}

.navbar-brand.h2e-brand {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--h2e-brand) !important;
}

.btn {
  transition:
    transform .28s cubic-bezier(.22, 1, .36, 1),
    background-color .28s ease,
    border-color .28s ease,
    color .28s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: scale(1.04);
}

.btn:active {
  transform: scale(0.98);
}

.btn-warning {
  --cz-btn-color: #1b1b1b;
  --cz-btn-bg: #fd950a;
  --cz-btn-border-color: #fd950a;
  --cz-btn-hover-bg: #e88608;
  --cz-btn-hover-border-color: #e88608;
  --cz-btn-active-bg: #d97907;
  --cz-btn-active-border-color: #d97907;
}

.btn-primary,
.bg-primary {
  --cz-btn-bg: #22653d;
  --cz-btn-border-color: #22653d;
  --cz-btn-hover-bg: #1b5232;
  --cz-btn-hover-border-color: #1b5232;
  --cz-btn-active-bg: #184a2c;
  --cz-btn-active-border-color: #184a2c;
}

.btn-outline-primary {
  --cz-btn-color: #22653d !important;
  --cz-btn-border-color: #22653d !important;
  --cz-btn-hover-color: #fff !important;
  --cz-btn-hover-bg: #22653d !important;
  --cz-btn-hover-border-color: #22653d !important;
  --cz-btn-active-color: #fff !important;
  --cz-btn-active-bg: #22653d !important;
  --cz-btn-active-border-color: #22653d !important;
  --cz-btn-disabled-color: #22653d !important;
  --cz-btn-disabled-border-color: #22653d !important;
  --cz-btn-focus-shadow-rgb: 34, 101, 61 !important;
  color: #22653d !important;
  border-color: #22653d !important;
  background-color: transparent !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus-visible,
.btn-outline-primary:active,
.btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #22653d !important;
  border-color: #22653d !important;
}

.h2e-btn-beige {
  --cz-btn-color: #22653d;
  --cz-btn-bg: var(--h2e-cream);
  --cz-btn-border-color: var(--h2e-cream);
  --cz-btn-hover-color: #22653d;
  --cz-btn-hover-bg: #e2dcc2;
  --cz-btn-hover-border-color: #e2dcc2;
  --cz-btn-active-color: #184a2c;
  --cz-btn-active-bg: #d8d1b4;
  --cz-btn-active-border-color: #d8d1b4;
  color: #22653d;
  background-color: var(--h2e-cream);
  border-color: var(--h2e-cream);
}

.h2e-btn-beige:hover,
.h2e-btn-beige:focus-visible {
  color: #22653d;
  background-color: #e2dcc2;
  border-color: #e2dcc2;
}

.h2e-order-band .h2e-btn-beige {
  --cz-btn-color: #22653d;
  color: #22653d;
}

@media (prefers-reduced-motion: reduce) {
  .btn,
  .btn:hover,
  .btn:focus-visible,
  .btn:active {
    transition: none;
    transform: none;
  }
}

.h2e-hero-slider {
  margin-top: -96px;
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
  overflow: hidden;
}

.h2e-hero-swiper {
  touch-action: pan-y;
}

.h2e-hero-swiper,
.h2e-hero-swiper .swiper-slide {
  min-height: 100vh;
  min-height: 100dvh;
}

.h2e-hero-swiper .swiper-slide {
  position: relative;
  display: flex;
  align-items: flex-end;
}

.h2e-hero-swiper .swiper-slide img {
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: none;
}

.h2e-hero-slide-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.h2e-hero-slide-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 22, 28, 0) 0%, rgba(18, 22, 28, 0.06) 100%);
}

.h2e-hero-slide-content {
  position: relative;
  z-index: 2;
  padding-top: 140px;
  padding-bottom: 4.5rem;
}

.h2e-hero-slide-title {
  font-size: calc((1.425rem + 2.1vw) * 1.02);
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.h2e-hero-pagination {
  bottom: 1.25rem !important;
}

.h2e-hero-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: .45;
}

.h2e-hero-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fd950a;
}

.h2e-page-hero {
  background: #22653d;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  margin-top: -96px;
  padding-top: 140px;
  padding-bottom: 56px;
  transition: background-color .35s ease;
}

.h2e-chip {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .65rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  backdrop-filter: blur(8px);
}

.h2e-category-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.75rem;
  min-height: 240px;
  color: #fff;
  text-decoration: none;
  display: block;
  transition: transform .25s ease, box-shadow .25s ease;
}

.h2e-category-card.h2e-category-card-sm {
  min-height: 118px;
  border-radius: 1.25rem;
}

.h2e-category-card-sm .h2e-category-photo {
  max-width: 108px;
  width: 62%;
  bottom: -18%;
}

.h2e-category-card-sm .h2e-category-title {
  font-size: 1rem;
  line-height: 1.05;
}

.h2e-category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
  color: #fff;
}

.h2e-category-card .overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .42));
}

.h2e-category-photo {
  position: absolute;
  right: -4%;
  bottom: -12%;
  width: 72%;
  max-width: 190px;
  opacity: .92;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, .28));
  transform: rotate(-8deg);
  pointer-events: none;
  z-index: 2;
  transition: transform .35s ease, opacity .35s ease;
}

.h2e-category-card .position-relative.z-1 {
  z-index: 3 !important;
}

.h2e-category-card:hover .h2e-category-photo {
  opacity: 1;
  transform: rotate(-4deg) translateY(-6px) scale(1.05);
}

.h2e-category-meat { background: linear-gradient(145deg, #872415, #5e180e); }
.h2e-category-chicken { background: linear-gradient(145deg, #fd950a, #c96f06); }
.h2e-category-seafood { background: linear-gradient(145deg, #009acd, #066f95); }
.h2e-category-vegetarian { background: linear-gradient(145deg, #779d27, #4f6d14); }

.h2e-category-title {
  margin: 0;
  color: #fff;
  font-family: var(--h2e-title-font);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.h2e-product-card {
  border: 0;
  border-radius: 1.5rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(34, 101, 61, 0.06);
  height: 100%;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s ease;
}

.h2e-product-title,
.h2e-product-title a,
.h2e-product-card .h5,
.h2e-product-card .h5 a {
  color: #22653d !important;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.h2e-product-title a:hover,
.h2e-product-card .h5 a:hover {
  color: #184a2c !important;
}

.h2e-product-card .card-img-top {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  object-position: center;
  background: #fff;
  padding: .75rem;
  transition: transform .45s cubic-bezier(.22, 1, .36, 1);
}

.h2e-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(34, 101, 61, 0.12);
}

.h2e-product-card:hover .card-img-top {
  transform: scale(1.045);
}

@media (max-width: 767.98px) {
  .h2e-product-card-desc {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .h2e-product-card,
  .h2e-product-card .card-img-top {
    transition: none;
  }

  .h2e-product-card:hover {
    transform: none;
  }

  .h2e-product-card:hover .card-img-top {
    transform: none;
  }
}

.h2e-cat-badge {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: .35rem .7rem;
  border-radius: 999px;
  color: #fff;
}

.h2e-price {
  color: #fd950a;
  font-weight: 800;
}

.h2e-cream-panel {
  background: var(--h2e-cream);
  border-radius: 1.75rem;
}

.h2e-footer {
  background: #22653d;
  color: #ece7d1;
  border-radius: 28px;
  margin: 0 1rem 1.25rem;
  padding: 2.5rem 1.5rem 1.5rem;
}

.h2e-footer a {
  color: #ece7d1;
  text-decoration: none;
}

.h2e-footer a:hover {
  color: #fff;
}

.h2e-footer .nav-link {
  color: #ece7d1 !important;
}

.count-input {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, .1);
  overflow: hidden;
}

.count-input .form-control {
  width: 2.5rem;
  border: 0;
  text-align: center;
  box-shadow: none;
  background: transparent;
}

.h2e-step {
  background: #fff;
  border-radius: 1.5rem;
  padding: 1.5rem;
  height: 100%;
  border: 1px solid rgba(34, 101, 61, 0.08);
}

.h2e-step-num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #22653d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 1rem;
}

.h2e-filter .btn {
  border-radius: 999px;
  color: #22653d !important;
  border-color: #22653d !important;
  background-color: transparent !important;
}

.h2e-filter .btn:hover {
  color: #fff !important;
  background: #22653d !important;
  border-color: #22653d !important;
}

.h2e-filter .btn.active {
  color: #fff !important;
  background: #22653d !important;
  border-color: #22653d !important;
}

@media (max-width: 767.98px) {
  .h2e-filter {
    flex-wrap: nowrap !important;
    gap: .35rem !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .h2e-filter::-webkit-scrollbar {
    display: none;
  }

  .h2e-filter .btn {
    flex: 1 1 0;
    min-width: 0;
    padding: .35rem .4rem;
    font-size: .72rem;
    line-height: 1.2;
    white-space: nowrap;
  }
}

[data-bs-theme=dark] body {
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(34, 101, 61, 0.18), transparent 60%),
    radial-gradient(900px 420px at 100% 0%, rgba(253, 149, 10, 0.12), transparent 55%),
    #12161c;
}

[data-bs-theme=dark] .h2e-product-card,
[data-bs-theme=dark] .h2e-step,
[data-bs-theme=dark] .count-input {
  background: #1b222c;
  border-color: rgba(255, 255, 255, 0.08);
}

[data-bs-theme=dark] .h2e-cream-panel {
  background: rgba(236, 231, 209, 0.08);
}

.h2e-sousvide {
  border-radius: 2rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 40px rgba(34, 101, 61, 0.08);
}

.h2e-sousvide-media {
  position: relative;
  min-height: 280px;
  height: 100%;
}

.h2e-sousvide-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.h2e-sousvide-content {
  height: 100%;
  padding: 2rem 1.5rem;
  background:
    linear-gradient(160deg, rgba(236, 231, 209, 0.95), rgba(250, 248, 242, 0.98) 55%, #fff);
}

@media (min-width: 992px) {
  .h2e-sousvide-content {
    padding: 2.75rem 2.75rem 2.5rem;
  }

  .h2e-sousvide-media {
    min-height: 100%;
  }
}

.h2e-sousvide-eyebrow {
  margin: 0 0 .55rem;
  color: #22653d;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.h2e-sousvide-title {
  margin: 0 0 1.75rem;
  font-family: var(--h2e-title-font);
  font-size: clamp(1.6rem, 2.6vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #22653d;
}

.h2e-sousvide-points {
  display: grid;
  gap: 1.25rem;
}

.h2e-sousvide-point {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .9rem 1rem;
  align-items: start;
}

.h2e-sousvide-num {
  font-family: var(--h2e-title-font);
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .06em;
  color: #22653d;
  padding-top: .2rem;
}

.h2e-sousvide-point h4 {
  margin: 0 0 .35rem;
  font-family: var(--h2e-title-font);
  font-size: 1rem;
  font-weight: 700;
  color: #1b1b1b;
}

.h2e-sousvide-point p {
  margin: 0;
  color: #5c635e;
  font-size: .95rem;
  line-height: 1.6;
}

.h2e-masonry-band {
  position: relative;
  width: 100%;
  margin: 2rem 0 3rem;
  padding: 0;
  overflow: hidden;
}

.h2e-masonry {
  column-count: 2;
  column-gap: .55rem;
  width: 100%;
  margin: 0;
  padding: 0 .55rem;
}

@media (min-width: 768px) {
  .h2e-masonry {
    column-count: 3;
    column-gap: .7rem;
    padding: 0 .7rem;
  }
}

@media (min-width: 1200px) {
  .h2e-masonry {
    column-count: 4;
    column-gap: .85rem;
    padding: 0 .85rem;
  }
}

.h2e-masonry-item {
  position: relative;
  display: block;
  margin: 0 0 .55rem;
  break-inside: avoid;
  overflow: hidden;
  border-radius: 1.35rem;
  background: #1a1a1a;
  box-shadow: 0 14px 36px rgba(18, 22, 28, 0.16);
}

@media (min-width: 768px) {
  .h2e-masonry-item {
    margin-bottom: .7rem;
    border-radius: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .h2e-masonry-item {
    margin-bottom: .85rem;
  }
}

.h2e-masonry-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
  display: block;
  will-change: transform;
  transform: translate3d(0, 0, 0) scale(1.12);
  filter: saturate(1.06) contrast(1.03);
}

.h2e-masonry-item.is-tall img {
  aspect-ratio: 2 / 3;
}

.h2e-masonry-item.is-short img {
  aspect-ratio: 4 / 5;
}

.h2e-masonry-item.is-wide img {
  aspect-ratio: 5 / 4;
}

@media (prefers-reduced-motion: reduce) {
  .h2e-masonry-item img {
    transform: none !important;
    will-change: auto;
  }
}

@media (max-width: 767.98px) {
  .h2e-hero-slider,
  .h2e-page-hero {
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
  }

  .h2e-page-hero {
    padding-bottom: 28px;
  }

  .h2e-hero-swiper,
  .h2e-hero-swiper .swiper-slide {
    min-height: 55vh;
  }

  .h2e-hero-slide-content {
    padding-bottom: 3.5rem;
  }

  .h2e-footer {
    margin: 0 .75rem 1rem;
    border-radius: 22px;
  }
}

/* 404 page */
.h2e-404-body {
  min-height: 100vh;
  min-height: 100dvh;
}

.h2e-404 {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 2.5rem 1rem;
  background:
    radial-gradient(900px 480px at 12% 10%, rgba(34, 101, 61, 0.14), transparent 60%),
    radial-gradient(700px 420px at 90% 85%, rgba(122, 38, 24, 0.1), transparent 55%),
    radial-gradient(600px 360px at 50% 0%, rgba(253, 149, 10, 0.08), transparent 50%),
    #faf8f2;
}

.h2e-404-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(34, 101, 61, 0.08);
  filter: blur(40px);
  top: 12%;
  right: 10%;
  pointer-events: none;
  animation: h2e-404-float 8s ease-in-out infinite;
}

.h2e-404-glow-2 {
  width: 220px;
  height: 220px;
  background: rgba(122, 38, 24, 0.08);
  top: auto;
  right: auto;
  bottom: 12%;
  left: 8%;
  animation-delay: -3s;
}

@keyframes h2e-404-float {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0, -14px, 0) scale(1.05); }
}

.h2e-404-inner {
  position: relative;
  z-index: 1;
  max-width: 40rem;
  text-align: center;
}

.h2e-404-brand {
  display: inline-flex;
  margin-bottom: 2rem;
  text-decoration: none;
}

.h2e-404-brand .h2e-logo {
  height: 56px;
}

.h2e-404-code {
  margin: 0 0 .75rem;
  font-family: var(--h2e-title-font);
  font-size: clamp(5.5rem, 18vw, 9rem);
  font-weight: 800;
  line-height: .9;
  letter-spacing: -0.06em;
  color: #22653d;
  opacity: .92;
}

.h2e-404-title {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #1b1b1b;
}

.h2e-404-text {
  margin: 0 auto 2rem;
  max-width: 28rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #5c635e;
}

.h2e-404-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
  margin-bottom: 1.75rem;
}

.h2e-404-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.5rem;
}

.h2e-404-links a {
  color: #22653d;
  font-size: .95rem;
  font-weight: 600;
  text-decoration: none;
}

.h2e-404-links a:hover {
  color: #7a2618;
}

@media (prefers-reduced-motion: reduce) {
  .h2e-404-glow {
    animation: none;
  }
}

/* Mobile add-to-cart toast */
.h2e-added-toast {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px));
  z-index: 1085;
  pointer-events: none;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .25s ease, transform .25s ease;
}

.h2e-added-toast.is-visible {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

.h2e-added-toast-inner {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .85rem 1rem;
  border-radius: 1.15rem;
  background: #22653d;
  color: #fff;
  box-shadow: 0 14px 32px rgba(24, 74, 44, 0.28);
}

.h2e-added-toast-icon {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.16);
  font-size: 1.05rem;
}

.h2e-added-toast-copy {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: .1rem;
}

.h2e-added-toast-title {
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.15;
}

.h2e-added-toast-detail {
  font-size: .8rem;
  line-height: 1.3;
  opacity: .9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.h2e-added-toast-cart {
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  padding: .45rem .85rem;
  background: #ece7d1;
  color: #22653d;
  font-size: .8rem;
  font-weight: 700;
}

.h2e-added-toast-cart:hover,
.h2e-added-toast-cart:focus-visible {
  background: #fff;
  color: #184a2c;
}

@media (min-width: 768px) {
  .h2e-added-toast {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .h2e-added-toast {
    transition: none;
  }
}

