.hero-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-btn-container a:first-child {
  margin-right: 20px;
}

.hero-btn-container button {
  border: 1px solid #FF6F4E;
  background-color: white;
  background-image: unset;
  color: #FF6F4E;
  border-radius: 25px;
  padding: 12px 28px;
  cursor: pointer;
  font-weight: 700;
  white-space: nowrap;
  font-size: 16px;
	transition: all 200ms ease-in-out;
}

.hero-btn-container button:hover {
	background: #ff4c23;
	color: #fff;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
  min-height: 380px;
  background-image: url("../Assets/HeroLeftVeggies.png"), url("../Assets/HeroRightVeggies.png");
  background-position: top 67px right 69px, top 53px left 33px;
  background-repeat: no-repeat;
}

.hero__text-container {
  text-align: center;
	padding: 40px 0;
}

.hero__mealplan-links {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hero__mealplan-links button {
  margin: 0 10px 20px 10px;
}

.hero p {
  color: #555;
  font-size: 16px;
	margin: 0;
}

.hero h1 {
  font-weight: bold;
  color: #222;
  font-size: 50px;
  line-height: 60px;
}

.hero h1 span {
  color: #ff4c24;
}

.mealplans {
  padding: 140px 0 150px;
  max-width: 1500px;
  margin: 0 auto;
  display: none;
}

.mealplans.active-section-zrn {
  display: block;
}

.mealplans__heading {
  text-align: center;
  padding-bottom: 140px;
}

.mealplans__heading p:nth-child(1) {
  color: #FF6F4E;
}

.mealplans__heading h2 {
  font-weight: bold;
  color: #222;
  font-size: 50px;
  line-height: 60px;
}

.mealplans__heading h2 span {
  color: #FF6F4E;
}

.mealplans__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 33px;
}

.mealplans__cards__card {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 120px;
  width: 412px;
  height: 309px;
}

.mealplans__cards__card__absolute {
  position: absolute;
  left: 0;
  top: -50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  background-image: url("../Assets/CardBg.png");
  background-position: center;
  width: 307px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.mealplans__cards__card__absolute p {
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  padding-left: 40px;
  /* padding-bottom: 35px; */
}

.mealplans__cards__card__content {
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
  height: 100%;
  padding: 116px 68px 35px 40px;
}

.mealplans__cards__card__content h3 {
  font-weight: 900;
  font-size: 42px;
  line-height: 62px;
  color: #222222;
  white-space: nowrap;
}

.mealplans__cards__card__content p:first-child {
  color: #FF6F4E;
}

.mealplans__cards__card__content p:nth-child(3) {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #555555;
}

.mealplans__cards__card__content p:nth-child(4) {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #999999;
}

.mealplans__lower-content {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}

.mealplans__lower-content__text-wrapper {
  width: 100%;
  background-color: #FFF6F4;
  border-radius: 15px;
  margin: 0 20px;
}

.mealplans__lower-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #222222;
  padding: 60px 0;
}

.mealplans__lower-content a {
  background: linear-gradient(89.73deg, #ff7151 0.2%, #ff4d25 99.76%);
  border-radius: 25px;
  padding: 12px 28px;
  color: #fff;
  border: none;
  font-weight: bold;
  margin-top: 50px;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 550px) {
  .mealplans__cards__card__content h3 {
    font-size: 34px;
  }
  .near-footer-content__text-container h2 {
    text-align: center;
    padding: 0 20px;
  }
  .mealplans__lower-content p {
    margin: 0 20px;
  }
}

@media (max-width: 390px) {
  .hero__text-container {
    padding-top: 70px;
  }
  .hero p {
    padding: 15px 0;
  }
  .mealplans__cards__card__absolute {
    width: 270px;
  }
  .mealplans__cards__card__content {
    padding-left: 20px;
  }
}

@media (max-width: 350px) {
  .mealplans__cards__card__content h3 {
    font-size: 28px;
  }
}

.samples {
  background-color: #FFF6F4;
  display: none;
}

.samples.active-section-zrn {
  display: block;
}

.samples__heading {
  text-align: center;
  margin-bottom: 67px;
}

.samples__heading p:nth-child(1) {
  color: #FF6F4E;
}

.samples__heading h2 {
  font-weight: bold;
  color: #222;
  font-size: 50px;
  line-height: 60px;

}

.samples__heading h2 span {
  color: #FF6F4E;
}

.samples__sub-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	margin-bottom: 61px;
}

.samples__sub-section img {
  width: 100%;
}

.samples__sub-section img:nth-child(1) {
  max-width: 554px;
  margin-right: auto;
}

.samples__sub-section img:nth-child(2) {
  max-width: 520px;
}

.samples__sub-section:nth-child(2) {
  max-width: 1330px;
  margin: 0 auto 61px;
}

.samples__sub-section:nth-child(3) {
  max-width: 1430px;
  margin-right: auto;
}

.samples__sub-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 28px;
  position: relative; z-index: 1;
}

.samples__sub-section__container__content {
  margin-bottom: 60px;
}

.samples__sub-section__container__content p {
  color: #555;
  line-height: 24px;
}

.samples__sub-section__container__content p:first-child {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #222222;
}

.samples__sub-section__container__content p:nth-child(2) {
  font-size: 16px;
  line-height: 24px;
  color: #FF6F4E;
  margin-bottom: 15px;
  margin-top: 5px;
}

.samples__sub-section__container__content p span {
  font-weight: bold;
}

.near-footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
  padding: 60px 0 0;
}

.near-footer-content__mealplan-links {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.near-footer-content__mealplan-links button {
  margin: 0 10px 20px 10px;
}

.near-footer-content p {
  color: #555;
  font-size: 16px;
}

.near-footer-content h1 {
  font-weight: bold;
  color: #222;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
}

.near-footer-content h1 span {
  color: #FF6F4E;
}

.near-footer-content__text-container {
  margin-bottom: 50px;
}

.near-footer-content__text-container h2 {
  font-weight: bold;
  color: #222;
  font-size: 50px;
  line-height: 60px;
}

.near-footer-content__text-container h2 span {
  color: #FF4C24;
}

@media (max-width: 680px) {
  .samples__sub-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 992px) {
	.samples__sub-section img:nth-child(1),
  	.samples__sub-section img:nth-child(2) {
    	max-width: 50%;
  	}
	
	.delivery-thingy {
		background-size: 100px;
	}
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../Assets/OrangeBgThing.png");
	padding: 121px 15px 79px;
}

.contact__content-container {
  color: #fff;
  text-align: center;
}

.contact__content-container h2 {
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
	margin: 0 0 12px;
}

.contact__content-container p {
  font-size: 22px;
  line-height: 34px;
	font-weight: 400;
	margin: 0;
	color: #fff;
}

.contact__content-container p strong {
  font-size: 36px;
  line-height: 53px;
  margin-top: 12px;
  font-weight: bold;
	display: block;
	margin: 14px 0 0;
}

@media (max-width: 768px) {
	.contact {
		padding: 76px 15px;
	}
	
	.contact__content-container h2 {
		font-size: 30px;
		line-height: 40px;
	}
	
	.contact__content-container p strong {
		font-size: 28px;
		line-height: 40px;
	}
}

.delivery-zones-hero .delivery-zones-hero__content {
  max-width: 1348px;
  margin-left: auto;
  overflow: hidden;
	background: #fff;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
  position: relative;
}

.delivery-zones-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.delivery-zones-hero__content__images {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #FFF6F4;
  min-height: 600px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	width: 100%;
}

.delivery-zones-hero__content__images__img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.delivery-zones-hero__content__images__img-container p {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #FF6F4E;
  margin-top: 58px;
  margin-bottom: auto;
}

.delivery-zones-hero__content__images__img-container:nth-child(1) {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
	margin: 0 auto;
}

.delivery-zones-hero__content__images__img-container:nth-child(2) {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
}

.delivery-zones-hero__content__images__img-container:nth-child(2) p {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: 87px;
}

.delivery-zones-hero__content__images__img-container #zrn-fl {
  margin-right: auto;
	margin-left: auto;
}

.delivery-zones-hero__content__images__img-container #zrn-nynj {
  margin-left: auto;
  padding-left: 25px;
}

.delivery-zones-hero__content__images__img-container img {
  max-width: 100%;
}

.delivery-zones-hero__content__text-content {
  -ms-flex-preferred-size: 574px;
      flex-basis: 574px;
  padding-left: 51px;
  padding-right: 57px;
}

.delivery-zones-hero__content__text-content h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #222;
}

.delivery-zones-hero__content__text-content h1 span {
  color: #FF4C24;
}

.delivery-zones-hero__content__text-content p {
  font-size: 18px;
  line-height: 26px;
  color: #555555;
  margin: 15px 0 30px;
}

.delivery-zones-hero__content__text-content a {
  background: #ff4c23;
  border-radius: 25px;
  padding: 12px 28px;
  color: #fff;
  border: none;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
	transition: all 200ms ease-in-out;
}

.delivery-zones-hero__content__text-content a:hover {
	background: #000;
}

.delivery-zones-zip-codes {
  position: relative;
  background-color: #FFF6F4;
}

.delivery-zones-zip-codes__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1225px;
  margin: 0 auto;
  padding: 0 28px;
}

.delivery-zones-zip-codes__container img {
  max-width: 100%;
  margin-top: 130px;
}

.delivery-zones-zip-codes__container h2 {
  font-weight: bold;
  color: #222;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
}

.delivery-zones-zip-codes__container h2 span {
  color: #FF4C24;
}

.delivery-zones-zip-codes__container h2 {
  margin-top: 80px;
}

.delivery-zones-zip-codes__container button {
  margin: 30px 0 60px;
}

.delivery-zones-zip-codes__container__text-container {
  text-align: center;
  padding-bottom: 60px;
}

.delivery-zones-zip-codes__container__text-container:last-child {
	padding-bottom: 0;
}

.delivery-zones-zip-codes__container__text-container p:first-child {
  color: #FF4C24;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

.delivery-zones-zip-codes__container__text-container p:nth-child(2) {
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
  color: #555555;
	margin: 0;
}

.delivery-zones-zip-codes__timeframe {
  border-radius: 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 120px 15px 108px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.delivery-zones-zip-codes__timeframe > p {
  font-size: 36px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  color: #222222;
	margin: 0 0 30px;
}

.delivery-zones-zip-codes__timeframe__content p {
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	color: #555;
	margin: 0;
}

.delivery-zones-zip-codes__timeframe__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 314px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.delivery-zones-zip-codes__timeframe__content__time p {
  color: #FF4C24;
}

.image-text {
  padding-top: 150px;
  position: relative;
  margin-bottom: 100px;
	padding-right: 67px;
}

.image-text:after {
  content: "";
  position: absolute;
  display: block;
  background: url("../Assets/OrangeBgThing.png");
  top: 50%;
  left: 0;
  width: 100%;
  height: 64%;
  z-index: -1;
}

.image-text:before {
  content: "";
  position: absolute;
  display: block;
  height: 50%;
  top: 0;
	left: 0;
  width: 100%;
  background-color: #FFF6F4;
  z-index: -2;
}

.image-text__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1374px;
  margin-right: auto;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.image-text__content__text-content {
  width: 100%;
  padding: 30px 20px 30px 62px;
}

.image-text__content__text-content h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #222222;
}

.image-text__content__text-content h3 span {
  color: #FF4C24;
}

.image-text__content__text-content p {
  margin: 15px 0 50px;
  font-size: 18px;
  line-height: 26px;
  color: #555555;
}

.image-text__content__text-content a {
  background: #ff4c23;
  border-radius: 25px;
  padding: 12px 28px;
  color: #fff;
  border: none;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
	transition: all 200ms ease-in-out;
}

.image-text__content__text-content a:hover {
	background: #000;
}

.image-text__content img {
  width: 100%;
  -webkit-box-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
	max-width: 50%;
}

.image-text__content > div {
  -webkit-box-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
	max-width: 50%;
}

.delivery-thingy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../Assets/TurkeyThingy.png"), url("../Assets/HeroRightVeggies.png"), url("../Assets/HeroLeftVeggies.png");
  background-position: left 40px, left bottom 52px, right 70px;
  background-repeat: no-repeat;
	padding: 0 15px;
}

.delivery-thingy h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #222222;
  margin-bottom: 50px;
  padding-top: 150px;
}

.delivery-thingy h2 span {
  color: #FF4C24;
}

.delivery-thingy a {
  background: #ff4c23;
  border-radius: 25px;
  padding: 12px 28px;
  color: #fff;
  border: none;
  font-weight: bold;
  cursor: pointer;
  margin: 44px 0 150px;
  text-decoration: none;
  display: block;
	transition: all 200ms ease-in-out;
}

.delivery-thingy a:hover {
	background: #000;
	transition: all 200ms ease-in-out;
}

.delivery-thingy__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.delivery-thingy__cards__card {
  width: 33.33333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
	max-width: 310px;
	margin: 0 auto;
	padding: 0 10px;
}

.delivery-thingy__cards__card h4 {
	font-size: 22px;
	line-height: 28px;
	color: #222;
	margin: 0 0 5px;
}

.delivery-thingy__cards__card p {
	font-size: 18px;
	line-height: 26px;
	color: #555;
}

.delivery-thingy__cards__img {
	min-height: 150px;
	margin: 0 0 20px;
}

@media (max-width: 1440px) {
	.delivery-zones-hero__content__text-content {
		padding: 40px 30px;
	}
}

@media (max-width: 1200px) {
	.delivery-zones-hero {
		padding: 0 15px;
		background-position: 50% 0;
	}
	
	.delivery-zones-hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
	
	.delivery-zones-hero__content__text-content {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
	
	.image-text__content__text-content {
		padding: 30px 20px;
	}
}

@media (max-width: 1150px) {
  .delivery-zones-zip-codes__text-container p:nth-child(2) {
    font-size: 16px;
    line-height: 30px;
  }
}

@media (max-width: 900px) {
  .delivery-zones-hero__content__images__img-container:nth-child(2) p {
    margin-right: 20px;
  }
  .delivery-zones-hero__content__images {
    width: 100%;
  }
  .image-text__content__text-content h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .image-text__content__text-content p {
    margin-bottom: 20px;
  }
}

@media (max-width: 770px) {
  .delivery-thingy__cards__card {
    width: 50%;
    padding: 0 40px;
    margin-bottom: 40px;
  }
  .delivery-zones-hero__content__images {
    min-height: unset;
  }
  .delivery-zones-zip-codes__text-container p:nth-child(2) {
    font-size: 14px;
    line-height: 27px;
  }
  .delivery-thingy button {
    margin-top: 30px;
  }
  .delivery-thingy {
    background-position: left 0, left bottom 40px, right 0;
	  background-size: 40px;
  }
}

@media (max-width: 768px) {
  .image-text__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	  max-width: 494px;
	  margin: 0 auto;
  }
  .image-text__content__text-content a {
    margin: 0 auto;
  }
	
  .image-text__content__text-content {
    text-align: center;
    padding: 30px 20px;
  }
	
	.image-text__content img,
	.image-text__content__text-content {
		-webkit-box-flex: 0 0 100% !important;
		  -ms-flex: 0 0 100% !important;
			  flex: 0 0 100% !important;
		max-width: 100% !important;
		margin: 0;
	}
	
	.image-text {
    padding: 60px 15px 0;
  }
	
	.delivery-thingy a {
		margin: 10px 0 60px;
	}
	
	.delivery-zones-zip-codes__timeframe {
		padding: 60px 15px;
	}
	
	.samples__sub-section__container__content {
		margin-bottom: 40px;
	}
	
	.hero__mealplan-links button,
	.near-footer-content__mealplan-links button {
		height: 40px;
		margin: 0 10px 12px 10px;
	}
}

@media (max-width: 604px) {
  .delivery-thingy__cards__card {
    width: 100%;
    padding: 0 40px;
	  margin-bottom: 20px;
  }
  .delivery-zones-hero__content__images__img-container p {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .hero-btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
	
	.delivery-zones-hero__content__text-content {
		padding: 36px 15px;
	}
	
  .hero-btn-container a:first-child {
    margin-right: unset;
    margin-bottom: 20px;
  }
	
	.delivery-zones-hero__content__images__img-container p {
		margin-top: 22px;
	}
	
	.delivery-zones-hero__content__images__img-container:nth-child(1) p {
		margin-left: 15px;
	}
	
	.delivery-zones-hero__content__images__img-container:nth-child(2) p {
		margin-right: 15px;
	}
	
	.delivery-zones-hero__content__images__img-container p {
		font-size: 14px;
	}
	
	.delivery-zones-zip-codes__container__text-container p:nth-child(2) {
		font-size: 16px;
    	line-height: 30px;
	}
	
	.delivery-thingy__cards__img {
		min-height: 0;
		margin: 0 0 6px;
	}
}

@media (max-width: 500px) {
  .delivery-zones-hero__content__text-content h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .delivery-thingy h2 {
    font-size: 34px;
    line-height: 40px;
    padding: 70px 20px 0;
  }
  .delivery-zones-hero {
    margin-bottom: 40px;
  }
}

@media (max-width: 450px) {
  .delivery-zones-zip-codes h2 {
    font-size: 30px;
    line-height: 40px;
	  margin-top: 34px;
  }
  .delivery-zones-zip-codes__container img {
    margin-top: 50px;
  }

  .delivery-thingy {
    background-position: left top, left bottom 30px, right top;
  }
  .delivery-zones-zip-codes__timeframe > p:first-child {
    font-size: 28px;
    line-height: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.popup-zrn {
  max-width: 824px;
  width: 100%;
  min-height: 554px;
  opacity: 0;
	visibility: hidden;
	pointer-events: none;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  z-index: 1000;
  background-color: #fff;
  position: fixed;
  top: 46px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
	-webkit-transition: opacity 300ms ease-in-out;
          transition: opacity 300ms ease-in-out;
	max-height: calc(100% - 92px);
	overflow-y: auto;
	padding: 70px 15px;
}

.popup-zrn__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto 0;
  width: 100%;
}

.enter-info-popup {
	margin-top: 50px;
}

.popup-zrn.second-popup.active-popup, .popup-zrn.first-popup.active-popup {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.popup-zrn #popup-img1 {
  position: absolute;
  left: 40px;
  bottom: 20px;
}

.popup-zrn #popup-img2 {
  position: absolute;
  right: 40px;
  bottom: 20px;
}

.popup-zrn .x-to-close {
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
}

.popup-zrn__text {
  color: #555555;
  max-width: 486px;
  text-align: center;
}

.popup-zrn h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #222222;
}

.popup-zrn input[type="text"] {
  width: 100%;
  border: 1px solid #c4c4c4;
  border-radius: 30px;
  height: 48px;
  padding-left: 50px;
}

.popup-zrn input[type="submit"] {
  background: linear-gradient(89.73deg, #ff7151 0.2%, #ff4d25 99.76%);
  border-radius: 25px;
  padding: 12px 28px;
  color: #fff;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

.popup-zrn__form {
  max-width: 515px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 15px;
  margin-top: 40px;
}

.popup-zrn__enter-info {
  max-width: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-zrn__enter-info .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
  margin-top: 40px;
}

.popup-zrn__enter-info .input-wrapper input[type="text"] {
  max-width: 275px;
  width: 100%;
}

.popup-zrn__lower-part {
  background-color: #ffe7e2;
  border-radius: 15px;
  max-width: 460px;
  width: 100%;
  margin-top: 40px;
}

.popup-zrn__lower-part__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 38px 20px 32px;
}

.popup-zrn__lower-part__content img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 10px 0 0;
}

.popup-zrn__lower-part__content div p:first-child {
  font-size: 18px;
  line-height: 26px;
  color: #222222;
	font-weight: 500;
	margin: 0 0 18px;
}

.popup-zrn__lower-part__content div p:nth-child(2) {
  color: #FF6F4E;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-top: 17px;
}

.enter-info-popup .popup-zrn__container {
  min-height: unset;
}

@media (max-width: 530px) {
  .popup-zrn h2 {
    font-size: 28px;
    margin-top: 20px;
  }
  .popup-zrn #heading-to-resize {
    margin-top: 70px;
  }
  .popup-zrn .popup-zrn__lower-part__content div p:first-child {
    font-size: 14px;
    line-height: 20px;
  }
  .popup-zrn .enter-info-popup .popup-zrn__container {
    padding-bottom: 50px;
  }
  .popup-zrn .popup-zrn__form,
  .popup-zrn .popup-zrn__text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .popup-zrn .popup-zrn__container {
    min-height: 420px;
  }
}

@media (max-width: 660px) {
  .popup-zrn {
    top: 10%;
  }
  .first-popup {
    min-height: 450px;
  }
  .popup-zrn .x-to-close {
    right: 25px;
  }
  #popup-img1,
  #popup-img2 {
    display: none;
  }
}

@font-face {
  font-family: "Heebo";
  src: url("../Assets/Heebo-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Heebo";
  src: url("../Assets/Heebo-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Heebo";
  src: url("../Assets/Heebo-Bold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Heebo";
  src: url("../Assets/Heebo-ExtraBold.ttf") format("truetype");
  font-weight: 700;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Heebo";
}

#check-zip-code {
  background: #ff4c23;
  border-radius: 25px;
  padding: 12px 28px;
  color: #fff;
  border: none;
  font-weight: bold;
  cursor: pointer;
	transition: all 200ms ease-in-out;
}

#check-zip-code:hover {
	background: #000;
}

.enter-info-btn {
  color: #FF6F4E;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.dark-overlay {
  position: fixed;
	z-index: 11;
  min-width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dark-overlay.active-darkOverlay {
  visibility: visible;
  opacity: 1;
}

.primary-btn-zrn {
  padding: 9px 25px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: none;
  background-color: transparent;
  border-radius: 21.5px;
  cursor: pointer;
  font-size: 22px;
  color: black;
  
}

.primary-btn-zrn:hover {
  background-color: #FF6F4E;
  color: #fff;
}

.primary-btn-zrn.active-zrn {
  background-color: #FF6F4E;
  color: #fff;
}

@media (max-width: 878px) {
  .mealplans__cards__card {
    padding-left: 28px;
    padding-right: 28px;
    width: 100%;
  }
  .mealplans__cards__card__absolute {
    left: 28px;
  }
  .mealplans__heading {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media (max-width: 700px) {
	.hero {
		background-size: 80px;
		background-position: top 20px right 15px, top 20px left 15px;
		min-height: 0;
	}
}

@media (max-width: 700px) {
  .mealplans {
    padding: 50px 0;
  }
	.samples__heading {
		margin-bottom: 40px;
	}
  .contact__content-container p span {
    font-size: 25px;
    line-height: 37px;
  }
  .contact__content-container p {
    font-size: 18px;
    line-height: 23px;
  }
  .mealplans {
    padding-bottom: 80px;
  }
  .samples__sub-section:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .near-footer-content {
    padding: 25px 0;
  }
  .near-footer-content__mealplan-links {
    margin-bottom: 0;
  }
  .samples__heading {
    padding-left: 20px;
    padding-right: 20px;
  }
  .samples__sub-section {
    margin-bottom: 40px;
  }
  .zrn-custom-page h1,
  .zrn-custom-page h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .primary-btn-zrn {
    font-size: 14px;
	  padding: 8px 14px;
  }
}

/* 15.01.2024 */
body .mealplans__cards__card__content {
  	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
	transition: all 200ms ease-in-out;
}
body .mealplans__cards__card__content:hover {
	box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.24);
}
body .mealplans .mealplans_cards--lg .mealplans__cards__card__content h3 {
	margin: 0;
}
body .mealplans .mealplans_cards--lg .mealplans__cards__card__content h3 span {
	position: relative;
	color: #b8b8b8;
}
body .mealplans .mealplans_cards--lg .mealplans__cards__card__content h3 span:before {
	content: "";
	background: #ff4c24;
	width: 100%;
	height: 4px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
	-webkit-transform: rotate(-14deg);
     transform: rotate(-14deg);
}
body .mealplans__cards__card__content h4 {
	color: #222;
	font-weight: 900;
	margin: 0 0 6px;
	font-size: 42px;
	line-height: 52px;
}
body .mealplans .mealplans__cards__card__content .mealplans__cards__card__btn {
	margin-top: auto;
}
body .mealplans__cards__card__content button {
	display: block;
	margin: 6px 0 0 auto;
	pointer-events: none;
	font-weight: 700;
	background: linear-gradient(89.73deg, #ff7151 0.2%, #ff4d25 99.76%);
}
@media (max-width: 576px) {
	body .mealplans .mealplans_cards--lg .mealplans__cards__card__content h3,
	body .mealplans__cards__card__content h4 {
		font-size: 28px;
    	line-height: 40px;
	}
}
/*# sourceMappingURL=style.css.map */