:root {
  --ee-ink: #18231f;
  --ee-muted: #657069;
  --ee-paper: #fffdf8;
  --ee-cloud: #f3f5f1;
  --ee-line: #dce2dc;
  --ee-forest: #123f30;
  --ee-green: #1f6a49;
  --ee-leaf: #dcebdd;
  --ee-saffron: #efb343;
  --ee-saffron-dark: #b96e12;
  --ee-brick: #a94d3f;
  --ee-night: #111b18;
}

html {
  scroll-behavior: smooth;
  overflow-anchor: none;
}

body {
  margin: 0;
  background: var(--ee-paper);
  color: var(--ee-ink);
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 16px;
  letter-spacing: 0 !important;
  -webkit-font-smoothing: antialiased;
  overflow-anchor: none;
}

body *,
body *::before,
body *::after {
  letter-spacing: 0 !important;
}

body h1,
body h2,
body h3 {
  color: var(--ee-ink);
}

body h1,
body h2,
.ee-product-detail h3,
.ee-about-story h3 {
  font-family: "Fraunces", Georgia, serif !important;
  font-weight: 700 !important;
}

body p {
  text-wrap: pretty;
}

body button,
body a {
  -webkit-tap-highlight-color: transparent;
}

.ee-storefront {
  min-height: 100vh;
  background: var(--ee-paper) !important;
}

.ee-announcement {
  position: relative;
  z-index: 51;
  background: var(--ee-night);
  color: #f7f4e9;
  font-size: 12px;
  font-weight: 700;
}

.ee-announcement__inner {
  display: flex;
  width: min(100% - 48px, 1240px);
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin: 0 auto;
}

.ee-announcement span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.ee-announcement i {
  color: var(--ee-saffron);
  font-size: 15px;
}

.ee-header {
  border-bottom: 1px solid rgba(18, 63, 48, .1);
  background: rgba(255, 253, 248, .97) !important;
  box-shadow: 0 8px 24px rgba(20, 35, 29, .06) !important;
  backdrop-filter: blur(12px);
}

.ee-header nav {
  max-width: 1240px !important;
  min-height: 82px;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.ee-header nav > div > a:first-child > div:first-child {
  width: 44px !important;
  height: 44px !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  border-radius: 6px !important;
  background: var(--ee-forest) !important;
  box-shadow: 4px 4px 0 var(--ee-saffron) !important;
}

.ee-header nav > div > a:first-child > span {
  color: var(--ee-forest) !important;
  font-size: 1.72rem !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.ee-header nav > div > div[class~="md:flex"] {
  gap: 34px;
}

.ee-header nav > div > div[class~="md:flex"] > a {
  padding: 10px 0 9px !important;
  color: #34413b !important;
  font-size: 14px;
  font-weight: 700 !important;
}

.ee-header nav > div > div[class~="md:flex"] > a:hover,
.ee-header nav > div > div[class~="md:flex"] > a[aria-current] {
  color: var(--ee-green) !important;
}

.ee-header nav > div > div[class~="md:flex"] > a::after {
  right: auto !important;
  width: 0;
  height: 3px !important;
  background: var(--ee-saffron) !important;
  transition: width .2s ease;
}

.ee-header nav > div > div[class~="md:flex"] > a:hover::after,
.ee-header nav > div > div[class~="md:flex"] > a[aria-current]::after {
  width: 100%;
}

.ee-header button:has(.ri-shopping-cart-line) {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid #efd9ad;
  border-radius: 6px;
  background: #fff6df;
  color: var(--ee-night) !important;
}

.ee-header button:has(.ri-shopping-cart-line):hover {
  border-color: var(--ee-saffron);
  background: var(--ee-saffron);
}

.ee-header .ri-shopping-cart-line {
  font-size: 21px !important;
}

/* Home hero */
.ee-hero {
  position: relative;
  height: 560px !important;
  min-height: 560px;
  overflow: hidden;
  isolation: isolate;
  background-position: center 48% !important;
}

.ee-hero > div:first-child {
  background: linear-gradient(90deg, rgba(9, 31, 24, .9) 0%, rgba(9, 31, 24, .76) 39%, rgba(9, 31, 24, .2) 72%, rgba(9, 31, 24, .06) 100%) !important;
}

.ee-hero > div:nth-child(2) {
  max-width: 1240px !important;
}

.ee-hero h1 {
  max-width: 760px;
  margin: 0 0 22px !important;
  color: #fffdf8 !important;
  font-size: 66px !important;
  line-height: 1.02 !important;
  text-wrap: balance;
}

.ee-hero h1 br {
  display: block;
}

.ee-hero h1 br::after {
  content: "";
}

.ee-hero h1 + p {
  max-width: 670px;
  margin-bottom: 30px !important;
  color: rgba(255, 255, 255, .9) !important;
  font-size: 18px !important;
  line-height: 1.75 !important;
}

.ee-eyebrow {
  display: inline-flex;
  margin: 0 0 18px;
  align-items: center;
  color: #ffe2a7;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.ee-eyebrow::before {
  content: "";
  width: 32px;
  height: 2px;
  margin-right: 10px;
  background: var(--ee-saffron);
}

.ee-hero a {
  min-width: 168px;
  min-height: 54px;
  border: 1px solid transparent;
  border-radius: 6px !important;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 800 !important;
}

.ee-hero a:first-child {
  background: var(--ee-saffron) !important;
  color: #2c210d !important;
}

.ee-hero a:first-child:hover {
  background: #ffd073 !important;
}

.ee-hero a:last-child {
  border-color: rgba(255, 255, 255, .52);
  background: rgba(255, 255, 255, .08) !important;
  color: #fff !important;
  backdrop-filter: blur(8px);
}

.ee-hero a:last-child:hover {
  background: #fff !important;
  color: var(--ee-forest) !important;
}

.ee-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 700;
}

.ee-hero-proof span {
  display: inline-flex;
  align-items: center;
}

.ee-hero-proof span::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--ee-saffron);
}

/* Trust band */
.ee-trust {
  border-bottom: 1px solid var(--ee-line);
  background: #f4f1e8 !important;
  padding: 0 !important;
}

.ee-trust > div {
  max-width: 1240px !important;
}

.ee-trust .grid {
  gap: 0 !important;
}

.ee-trust .grid > div {
  position: relative;
  display: grid;
  min-height: 152px;
  grid-template-columns: 50px 1fr;
  align-content: center;
  column-gap: 16px;
  padding: 30px 26px;
  text-align: left !important;
}

.ee-trust .grid > div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 34px;
  right: 0;
  bottom: 34px;
  width: 1px;
  background: #d8d2c4;
}

.ee-trust .grid > div > div:first-child {
  grid-row: 1 / 3;
  width: 50px !important;
  height: 50px !important;
  margin: 0 !important;
  border: 1px solid #d6cbae;
  border-radius: 6px !important;
  background: #fffaf0 !important;
}

.ee-trust i {
  color: var(--ee-brick) !important;
  font-size: 24px !important;
}

.ee-trust h3 {
  align-self: end;
  margin: 0 0 5px !important;
  color: var(--ee-ink) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.ee-trust p {
  align-self: start;
  color: var(--ee-muted) !important;
  font-size: 12px !important;
  line-height: 1.45;
}

/* Shared section headings */
.ee-featured,
.ee-story,
.ee-quality,
.ee-product-list,
.ee-about-story,
.ee-capacity,
.ee-values,
.ee-certificates,
.ee-contact-main,
.ee-contact-map,
.ee-shipping,
.ee-product-detail,
.ee-related-products {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}

.ee-featured > div,
.ee-story > div,
.ee-quality > div,
.ee-home-cta > div,
.ee-product-list > div,
.ee-category-bar > div,
.ee-page-hero > div,
.ee-about-story > div,
.ee-capacity > div,
.ee-values > div,
.ee-certificates > div,
.ee-about-cta > div,
.ee-contact-main > div,
.ee-contact-map > div,
.ee-shipping > div,
.ee-product-detail > div,
.ee-related-products > div,
.ee-breadcrumb > div,
footer > div {
  max-width: 1240px !important;
}

.ee-featured {
  background: var(--ee-paper) !important;
}

.ee-featured > div > div:first-child,
.ee-quality > div > div:first-child,
.ee-values > div > div:first-child,
.ee-certificates > div > div:first-child {
  margin-bottom: 46px !important;
}

.ee-featured h2,
.ee-quality h2,
.ee-values h2,
.ee-certificates h2,
.ee-related-products h2 {
  margin-bottom: 12px !important;
  color: var(--ee-ink) !important;
  font-size: 42px !important;
  line-height: 1.1;
}

.ee-featured h2 + p,
.ee-quality h2 + p,
.ee-values h2 + p,
.ee-certificates h2 + p {
  color: var(--ee-muted) !important;
  font-size: 16px !important;
  line-height: 1.7;
}

.ee-featured .ri-sparkling-line {
  display: none;
}

/* Product cards */
.ee-featured .grid,
.ee-product-list .grid,
.ee-related-products .grid {
  gap: 24px !important;
}

.ee-product-card {
  border: 1px solid var(--ee-line) !important;
  border-radius: 6px !important;
  background: #fff !important;
  box-shadow: none !important;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease !important;
}

.ee-product-card:hover {
  border-color: #b7c5ba !important;
  box-shadow: 0 18px 40px rgba(20, 45, 34, .1) !important;
  transform: translateY(-4px);
}

.ee-product-card > div:first-child {
  height: 286px !important;
  background: #eef0eb;
}

.ee-product-card img {
  object-position: center !important;
  transform: none !important;
  transition: transform .45s ease !important;
}

.ee-product-card:hover img {
  transform: scale(1.035) !important;
}

.ee-product-card > div:last-child {
  padding: 22px !important;
}

.ee-product-card h3 {
  min-height: 29px;
  margin-bottom: 10px !important;
  color: var(--ee-ink) !important;
  font-size: 19px !important;
  font-weight: 800 !important;
}

.ee-product-card .text-2xl.font-bold {
  color: var(--ee-forest) !important;
  font-size: 22px !important;
}

.ee-product-card .text-gray-500,
.ee-product-card .text-gray-600 {
  color: var(--ee-muted) !important;
}

.ee-product-card [class*="bg-green-600"] {
  border: 1px solid #e4c980;
  border-radius: 4px !important;
  background: #fff3cf !important;
  color: #674411 !important;
}

.ee-product-card i {
  color: var(--ee-brick) !important;
}

.ee-product-card button,
.ee-product-card a[class*="bg-"] {
  min-height: 44px;
  border-radius: 5px !important;
  font-size: 13px;
  font-weight: 800 !important;
}

.ee-product-card button[class*="bg-green"],
.ee-product-card a[class*="bg-green"] {
  background: var(--ee-forest) !important;
}

.ee-product-card button[class*="bg-green"]:hover,
.ee-product-card a[class*="bg-green"]:hover {
  background: var(--ee-green) !important;
}

.ee-product-card button[class*="bg-amber"],
.ee-product-card a[class*="bg-amber"] {
  background: var(--ee-saffron) !important;
  color: #2a210f !important;
}

.ee-featured > div > div:last-child a {
  border: 1px solid var(--ee-forest);
  border-radius: 5px !important;
  background: transparent !important;
  color: var(--ee-forest) !important;
  box-shadow: none !important;
}

.ee-featured > div > div:last-child a:hover {
  background: var(--ee-forest) !important;
  color: #fff !important;
}

/* Story and quality */
.ee-story {
  position: relative;
  overflow: hidden;
  background: #edf0ec !important;
}

.ee-story .grid {
  gap: 64px !important;
}

.ee-story img {
  width: 100%;
  min-height: 520px;
  border-radius: 6px !important;
  box-shadow: 14px 14px 0 #d9caa9 !important;
  object-fit: cover;
}

.ee-story h2 {
  margin-bottom: 22px !important;
  color: var(--ee-forest) !important;
  font-size: 46px !important;
  line-height: 1.08;
}

.ee-story p {
  color: #4f5b55 !important;
  line-height: 1.85 !important;
}

.ee-story [class*="text-green-700"] {
  color: var(--ee-brick) !important;
}

.ee-story [class*="bg-green-100"] {
  border-radius: 5px !important;
  background: #e7ded0 !important;
}

.ee-quality {
  background: #fff !important;
}

.ee-quality .grid > div {
  border-top: 3px solid var(--ee-saffron);
  border-radius: 6px !important;
  background: #f5f6f3 !important;
  box-shadow: none !important;
}

.ee-quality .grid > div:nth-child(2) {
  border-top-color: var(--ee-brick);
}

.ee-quality .grid > div:nth-child(3) {
  border-top-color: var(--ee-green);
}

.ee-quality .grid > div > div:first-child {
  border-radius: 5px !important;
  background: #e5ebe6 !important;
}

.ee-quality i {
  color: var(--ee-forest) !important;
}

.ee-home-cta,
.ee-about-cta {
  position: relative;
  overflow: hidden;
  background: var(--ee-forest) !important;
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}

.ee-home-cta::before,
.ee-about-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, .12);
}

.ee-home-cta h2,
.ee-about-cta h2 {
  color: #fff !important;
  font-size: 40px !important;
}

.ee-home-cta p,
.ee-about-cta p {
  color: rgba(255, 255, 255, .78) !important;
}

.ee-home-cta a,
.ee-about-cta a {
  border-radius: 5px !important;
  background: var(--ee-saffron) !important;
  color: #2d210d !important;
  box-shadow: none !important;
  font-weight: 800 !important;
}

.ee-home-cta a:hover,
.ee-about-cta a:hover {
  background: #ffd073 !important;
}

/* Footer */
.ee-storefront footer {
  border-top: 5px solid var(--ee-saffron);
  background: var(--ee-night) !important;
  color: #c9d0cc !important;
  padding-top: 72px !important;
  padding-bottom: 36px !important;
}

.ee-storefront footer .grid {
  gap: 48px !important;
}

.ee-storefront footer h3 {
  margin-bottom: 22px !important;
  color: #fff !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}

.ee-storefront footer p,
.ee-storefront footer a,
.ee-storefront footer li {
  color: #aeb8b2 !important;
  font-size: 13px;
  line-height: 1.75;
}

.ee-storefront footer a:hover {
  color: var(--ee-saffron) !important;
}

.ee-storefront footer i {
  color: var(--ee-saffron) !important;
}

.ee-storefront footer .grid > div:first-child > div:first-child > div:first-child {
  border-radius: 6px !important;
  background: var(--ee-green) !important;
}

.ee-storefront footer .grid > div:first-child > div:first-child > span {
  font-size: 1.65rem !important;
}

.ee-storefront footer [class*="border-gray"] {
  border-color: rgba(255, 255, 255, .1) !important;
}

/* Inner page heroes */
.ee-page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 320px;
  background: var(--ee-forest) !important;
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

.ee-page-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: url("/assets/images/hero1.png") center 55% / cover no-repeat;
  opacity: .27;
}

.ee-page-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(9, 31, 24, .66);
}

body[data-ee-page="about"] .ee-page-hero::before {
  background-image: url("/assets/images/about2.png");
}

body[data-ee-page="contact"] .ee-page-hero::before {
  background-image: url("/assets/images/story1.png");
}

.ee-page-hero h1 {
  margin-bottom: 16px !important;
  color: #fff !important;
  font-size: 52px !important;
  line-height: 1.06;
}

.ee-page-hero p {
  max-width: 680px !important;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, .82) !important;
  font-size: 17px !important;
  line-height: 1.7;
}

.ee-category-bar {
  position: sticky;
  top: 82px;
  z-index: 30;
  border-bottom: 1px solid var(--ee-line) !important;
  background: rgba(255, 253, 248, .96) !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  backdrop-filter: blur(12px);
}

.ee-category-bar button,
.ee-category-bar a {
  min-height: 42px;
  border: 1px solid var(--ee-line) !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #445149 !important;
  font-size: 13px;
  font-weight: 700 !important;
}

.ee-category-bar button[class~="bg-green-700"],
.ee-category-bar a[class~="bg-green-700"],
.ee-category-bar [aria-current="true"] {
  border-color: var(--ee-forest) !important;
  background: var(--ee-forest) !important;
  color: #fff !important;
}

.ee-product-list {
  background: #f4f5f1 !important;
}

/* About */
.ee-about-story {
  background: var(--ee-paper) !important;
}

.ee-about-story .grid {
  gap: 70px !important;
}

.ee-about-story img {
  min-height: 520px;
  border-radius: 6px !important;
  box-shadow: -14px 14px 0 #d8e4da !important;
  object-fit: cover;
}

.ee-about-story h2,
.ee-about-story h3 {
  color: var(--ee-forest) !important;
  font-size: 42px !important;
  line-height: 1.12;
}

.ee-about-story p {
  color: var(--ee-muted) !important;
  line-height: 1.85 !important;
}

.ee-capacity {
  background: var(--ee-night) !important;
}

.ee-capacity h2,
.ee-capacity h3,
.ee-capacity [class*="text-gray-800"] {
  color: #fff !important;
}

.ee-capacity p {
  color: #aebbb4 !important;
}

.ee-capacity [class*="text-green"] {
  color: var(--ee-saffron) !important;
}

.ee-capacity .grid > div {
  border-left: 1px solid rgba(255, 255, 255, .16);
  border-radius: 6px !important;
}

.ee-capacity .grid > div > div:first-child {
  border-radius: 6px !important;
}

.ee-values {
  background: #edf0ec !important;
}

.ee-values .grid > div,
.ee-certificates .grid > div {
  border: 1px solid var(--ee-line);
  border-radius: 6px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.ee-values .grid > div > div:first-child,
.ee-certificates .grid > div > div:first-child {
  border-radius: 5px !important;
  background: #f3ead8 !important;
}

.ee-values i,
.ee-certificates i {
  color: var(--ee-brick) !important;
}

.ee-certificates {
  background: #fff !important;
}

/* Contact */
.ee-contact-main {
  background: var(--ee-paper) !important;
}

.ee-contact-main .grid {
  gap: 56px !important;
}

.ee-contact-main form,
.ee-contact-main .bg-white,
.ee-contact-main [class*="shadow"] {
  border: 1px solid var(--ee-line) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

.ee-contact-main input,
.ee-contact-main textarea,
.ee-contact-main select {
  border-color: #cbd4cd !important;
  border-radius: 5px !important;
  background: #fff !important;
}

.ee-contact-main input:focus,
.ee-contact-main textarea:focus,
.ee-contact-main select:focus {
  border-color: var(--ee-green) !important;
  outline: 3px solid rgba(31, 106, 73, .12) !important;
}

.ee-contact-main button[type="submit"] {
  border-radius: 5px !important;
  background: var(--ee-forest) !important;
  box-shadow: none !important;
}

.ee-contact-main [class*="bg-green-100"],
.ee-contact-main [class*="bg-amber-100"] {
  border-radius: 5px !important;
  background: #f3ead8 !important;
}

.ee-contact-main i {
  color: var(--ee-brick) !important;
}

.ee-contact-map {
  background: #edf0ec !important;
}

.ee-contact-map iframe,
.ee-contact-map [class*="rounded"] {
  border-radius: 6px !important;
}

.ee-shipping {
  background: #f4ead6 !important;
}

.ee-shipping > div > div {
  border: 1px solid #ddc9a3;
  border-radius: 6px !important;
  background: #fffaf0 !important;
  box-shadow: none !important;
}

.ee-shipping i,
.ee-shipping [class*="text-green"] {
  color: var(--ee-brick) !important;
}

/* Product detail */
.ee-breadcrumb {
  border-bottom: 1px solid var(--ee-line) !important;
  background: #f6f3eb !important;
}

.ee-breadcrumb a,
.ee-breadcrumb span {
  color: var(--ee-muted) !important;
  font-size: 13px;
}

.ee-product-detail {
  background: #fff !important;
}

.ee-product-detail > div > .grid {
  gap: 72px !important;
}

.ee-product-detail img {
  border-radius: 6px !important;
  background: #f0f1ec;
}

.ee-product-detail h1 {
  color: var(--ee-ink) !important;
  font-size: 46px !important;
  line-height: 1.08;
}

.ee-product-detail h2,
.ee-product-detail h3 {
  color: var(--ee-forest) !important;
}

.ee-product-detail [class*="text-green-700"] {
  color: var(--ee-brick) !important;
}

.ee-product-detail [class*="bg-green-600"] {
  border-radius: 4px !important;
  background: #fff0c9 !important;
  color: #714718 !important;
}

.ee-product-detail button[class*="bg-green"] {
  border-radius: 5px !important;
  background: var(--ee-forest) !important;
  box-shadow: none !important;
}

.ee-product-detail button[class*="bg-green"]:hover {
  background: var(--ee-green) !important;
}

.ee-product-detail input,
.ee-product-detail select {
  border-color: #cbd4cd !important;
  border-radius: 5px !important;
}

.ee-product-detail #managed-product-fields,
.ee-product-detail #managed-nutrition-fields,
.ee-product-detail #managed-product-seo-body,
.ee-product-detail [class*="bg-gray-50"] {
  border: 1px solid var(--ee-line);
  border-radius: 6px !important;
  background: #f5f6f3 !important;
  padding: 22px !important;
}

.ee-related-products {
  background: #edf0ec !important;
}

/* Cart and checkout */
.ee-storefront > div[class*="fixed"][class*="right-0"][class*="h-full"] {
  border-left: 1px solid var(--ee-line);
  background: #fffdf8 !important;
  box-shadow: -18px 0 60px rgba(17, 27, 24, .18) !important;
}

.ee-storefront > div[class*="fixed"] button,
.ee-storefront > div[class*="fixed"] a {
  border-radius: 5px !important;
}

.ee-storefront > div[class*="fixed"] [class*="bg-green"] {
  background: var(--ee-forest) !important;
}

.ee-storefront > div[class*="fixed"] [class*="bg-amber"] {
  background: var(--ee-saffron) !important;
  color: #2c210d !important;
}

.managed-contact-notice,
.order-confirmation-card {
  border-radius: 6px !important;
}

.ee-storefront .fixed.inset-0 button {
  font-size: 15px !important;
}

@media (max-width: 1023px) {
  .ee-announcement__inner {
    gap: 24px;
  }

  .ee-hero {
    height: 540px !important;
    min-height: 540px;
  }

  .ee-hero h1 {
    font-size: 56px !important;
  }

  .ee-trust .grid > div {
    min-height: 134px;
    padding: 24px 18px;
  }

  .ee-story .grid,
  .ee-about-story .grid,
  .ee-product-detail > div > .grid {
    gap: 42px !important;
  }
}

@media (max-width: 767px) {
  .ee-announcement__inner {
    width: calc(100% - 32px);
    min-height: 34px;
    justify-content: center;
  }

  .ee-announcement span {
    display: none;
  }

  .ee-announcement span:nth-child(2) {
    display: inline-flex;
  }

  .ee-header nav {
    min-height: 70px;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }

  .ee-header nav > div > a:first-child > div:first-child {
    width: 38px !important;
    height: 38px !important;
    box-shadow: 3px 3px 0 var(--ee-saffron) !important;
  }

  .ee-header nav > div > a:first-child > span {
    font-size: 1.38rem !important;
  }

  .ee-header button:has(.ri-shopping-cart-line) {
    width: 40px;
    height: 40px;
  }

  .ee-header [class~="md:hidden"][class~="border-t"] {
    border-color: var(--ee-line) !important;
    background: var(--ee-paper) !important;
    padding-bottom: 16px !important;
  }

  .ee-header [class~="md:hidden"] a {
    border-radius: 5px !important;
    color: var(--ee-ink) !important;
  }

  .ee-header [class~="md:hidden"] a[class*="bg-green"] {
    background: #e5ede6 !important;
    color: var(--ee-forest) !important;
  }

  .ee-hero {
    height: 560px !important;
    min-height: 560px;
    background-position: 62% center !important;
  }

  .ee-hero > div:first-child {
    background: rgba(8, 31, 24, .72) !important;
  }

  .ee-hero > div:nth-child(2) {
    align-items: flex-end !important;
    padding-bottom: 54px !important;
  }

  .ee-hero h1 {
    font-size: 44px !important;
    line-height: 1.04 !important;
  }

  .ee-hero h1 + p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .ee-hero a {
    flex: 1 1 150px;
    min-height: 50px;
    padding: 12px 16px !important;
  }

  .ee-hero-proof {
    gap: 8px 16px;
    margin-top: 20px;
    font-size: 10px;
  }

  .ee-trust .grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .ee-trust .grid > div {
    min-height: 128px;
    grid-template-columns: 42px 1fr;
    column-gap: 12px;
    padding: 20px 12px;
  }

  .ee-trust .grid > div::after {
    display: none;
  }

  .ee-trust .grid > div:nth-child(odd) {
    border-right: 1px solid #d8d2c4;
  }

  .ee-trust .grid > div:nth-child(-n+2) {
    border-bottom: 1px solid #d8d2c4;
  }

  .ee-trust .grid > div > div:first-child {
    width: 42px !important;
    height: 42px !important;
  }

  .ee-trust h3 {
    font-size: 12px !important;
  }

  .ee-trust p {
    font-size: 10px !important;
  }

  .ee-featured,
  .ee-story,
  .ee-quality,
  .ee-product-list,
  .ee-about-story,
  .ee-capacity,
  .ee-values,
  .ee-certificates,
  .ee-contact-main,
  .ee-contact-map,
  .ee-shipping,
  .ee-product-detail,
  .ee-related-products {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .ee-featured h2,
  .ee-quality h2,
  .ee-values h2,
  .ee-certificates h2,
  .ee-related-products h2,
  .ee-story h2,
  .ee-about-story h2,
  .ee-about-story h3 {
    font-size: 34px !important;
  }

  .ee-product-card > div:first-child {
    height: 270px !important;
  }

  .ee-story img,
  .ee-about-story img {
    min-height: 360px;
    box-shadow: 8px 8px 0 #d9caa9 !important;
  }

  .ee-home-cta,
  .ee-about-cta {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
  }

  .ee-home-cta::before,
  .ee-about-cta::before {
    display: none;
  }

  .ee-home-cta h2,
  .ee-about-cta h2 {
    font-size: 33px !important;
  }

  .ee-page-hero {
    min-height: 280px;
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .ee-page-hero h1 {
    font-size: 42px !important;
  }

  .ee-category-bar {
    top: 70px;
    overflow-x: auto;
  }

  .ee-category-bar > div > div {
    width: max-content;
    min-width: 100%;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
  }

  .ee-capacity .grid > div {
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    padding-bottom: 22px;
  }

  .ee-product-detail > div > .grid {
    gap: 36px !important;
  }

  .ee-product-detail h1 {
    font-size: 38px !important;
  }

  .ee-storefront footer {
    padding-top: 58px !important;
  }
}

@media (max-width: 420px) {
  .ee-hero h1 {
    font-size: 37px !important;
  }

  .ee-hero-proof span:last-child {
    display: none;
  }

  .ee-trust .grid > div {
    grid-template-columns: 1fr;
    text-align: center !important;
  }

  .ee-trust .grid > div > div:first-child {
    grid-row: auto;
    margin: 0 auto 10px !important;
  }

  .ee-product-card > div:first-child {
    height: 242px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
