.home {
  width: 100vw;
  /* height: auto !important; */
  overflow-x: hidden;
  background-color: #f2e3d566;
}

.home .entry-content,
.wp-block-group {
  margin: 0 !important;
}

.delivery-widgets {
  text-align: center;
  padding: 1em var(--custom--spacing--outer) !important;
}

.delivery-widgets .cardlist {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin: 2em 0;
}

.delivery-widgets .card {
  text-align: center;
  width: 50%;
  margin-bottom: 1em;
}

.delivery-widgets .card h2 {
  font-size: max(1em, 2vw);
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: 600;
}

.delivery-widgets .card svg {
  width: max(1em, 10vw);
  height: max(1em, 10vw);
  fill: var(--e-global-color-secondary);
}

.delivery-widgets > a {
  color: #fff;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  display: inline-flex;
  font-size: 1rem;
  padding: 15px 30px;
  background-color: #dd3333;
}

.next-shipment .next-shipment-countdown {
  text-align: center;
  font-family: "rockwell", Gotham, Helvetica, sans-serif;
  margin: 4em 0 !important;
}

.next-shipment .next-shipment-countdown h2 {
  margin-bottom: 0px;
  padding: 0px;
  border: 0px rgb(129, 26, 0);
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-weight: 300;
  font-stretch: inherit;
  font-size: 34px;
  line-height: 1.1em;
  vertical-align: baseline;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: none;
  white-space: normal;
  text-align: center;
  font-family: "rockwell", Gotham, Helvetica, sans-serif;
}

.next-shipment .next-shipment-countdown p {
  margin: 1em 0;
}

.next-shipment .next-shipment-countdown ul {
  display: flex;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  min-width: 350px;
  padding: 0 10px;
}

.next-shipment .next-shipment-countdown ul li {
  font-family: "rockwell", Gotham, Helvetica, sans-serif;
  flex-basis: 0;
  flex-grow: 1;
  width: 23%;
  min-width: 64px;
  /* max-height: 128px; */
  background-color: #c9c9c9;
  margin-right: calc(11px / 2);
  padding: 20px 0;
}

.next-shipment .next-shipment-countdown ul li span {
  display: block;
  font-weight: var(--e-global-typography-text-font-weight);
}

.next-shipment .next-shipment-countdown ul li span:nth-child(1) {
  color: #fff;
  font-size: 60px;
  line-height: 1;
}

.next-shipment .next-shipment-countdown ul li span:nth-child(2) {
  font-size: 19px;
  text-transform: capitalize;
  color: #dd3333;
}

.next-shipment .next-shipment-countdown ul li span:nth-child(3) {
  display: none;
}

.home .order-now {
  margin: 4em 0 !important;
}

.order-categories .categories {
  display: flex;
  margin: 1.5em 0 !important;
}

.order-categories .categories .card {
  text-align: center;
  display: flex;
  flex-flow: column wrap;
  color: #fff;
  width: 25%;
  background-color: #232320;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #7a7a7a;
  padding: max(10px, 2vw) !important;
}

.order-categories .categories .card a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.order-categories .categories .card p a:nth-child(1) {
  display: none;
}

.order-categories .categories .card img {
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 20px;
  transition: ease-in 0.3s;
}

.order-categories .categories .card h2 {
  font-size: max(var(--font-sm), 3vw);
}

.order-categories .categories .card:hover img {
  transform: scale(1.1); /* Enlarge the image slightly on hover */
}

.home .about-founder {
  margin: 0 max(1em, 10vw) !important;
}
.about-founder h1 {
  margin-bottom: 0px;
  padding: 0px;
  border: 0px rgb(129, 26, 0);
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-weight: 300;
  font-stretch: inherit;
  font-size: 34px;
  line-height: 1.1em;
  font-family: Oswald, HelveticaNeue, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  vertical-align: baseline;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: normal;
  text-align: center;
  font-family: "rockwell", Gotham, Helvetica, sans-serif;
}

.about-founder figure {
  display: none;
}

.about-founder .context h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 100 !important;
  font-size: 18px;
  letter-spacing: 0.2px;
  margin: 1em 0 !important;
  line-height: 1.5;
}

.about-founder .context h5 {
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  clear: both;
  font-weight: 300;
  line-height: 1.5;
}

.about-founder blockquote {
  font-style: italic;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

.about-founder blockquote p {
  color: #ae4848;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.about-founder p {
  color: #282828;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

@media (min-width: 50em) {
  .delivery-widgets {
    padding: 2em max(1em, 10vw) !important;
  }
  .delivery-widgets .card {
    width: 21.5%;
  }

  .delivery-widgets .card svg {
    width: max(1em, 4vw);
    height: max(1em, 4vw);
    fill: var(--e-global-color-secondary);
  }

  .next-shipment .next-shipment-countdown ul {
    padding: 0 max(1em, 10vw);
  }

  .next-shipment .next-shipment-countdown ul li span:nth-child(1) {
    font-size: max(60px, 5vw);
  }

  .next-shipment .next-shipment-countdown ul li span:nth-child(2) {
    font-size: max(19px, 2vw);
  }

  .home .order-now {
    padding: 0 max(1em, 10vw) !important;
  }

  .about-founder .context {
    display: flex;
    justify-content: space-around;
    margin: 2em 0 !important;
  }

  .about-founder figure {
    display: flex;
    justify-content: flex-end;
    margin-right: 2em !important;
    width: 49%;
  }

  .about-founder .context > div {
    width: 49%;
  }
}

@media (min-width: 85.375em) {
  .next-shipment .next-shipment-countdown h2 {
    font-size: max(34px, 3vw) !important;
  }

  .delivery-widgets > a {
    font-size: max(1rem, 1.5vw);
  }

  .about-founder .context h2,
  .about-founder p {
    font-size: max(18px, 1.5vw);
  }

  .about-founder .context h5 {
    font-size: max(14px, 1.2vw);
  }
}

/* @media (min-width: 120em) {
  .next-shipment .next-shipment-countdown h2 {
    font-size: calc(34px * 1.4) !important;
  }
} */

/* @media (min-width: 160em) {
  .next-shipment .next-shipment-countdown h2 {
    font-size: calc(34px * 1.5) !important;
  }
} */
