@font-face {
    font-family: 'Marydale';
    src: url('../fonts/Marydale.woff2') format('woff2'),
        url('../fonts/Marydale.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
        url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}


body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    min-width: 320px;
}

main {
  display: block;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
  color: #009566;
  text-decoration: none;
  transition: 0.3s ease-in-out all;
}
a:hover {
  color: #007a5e;
  text-decoration: underline;
}


abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

h1 {
    font-size: 100px;
    font-weight: 900;
    color: #00B27C;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 25px;
    letter-spacing: -0.02em;
}
h2 {
    font-size: 64px;
    font-weight: 700;
    color: #00B27C;
    text-transform: uppercase;
    line-height: 1.3125;    
    margin: 0 0 22px;
    letter-spacing: -0.02em;
}
h3 {
    font-family: 'Marydale';
    line-height: 1.1;
    font-size: 48px;
    font-weight: normal;
    letter-spacing: -0.02em;
    margin: 0 0 10px;
}
h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 900;
    color: #00B27C;
    line-height: 1.5;
}
p {
    margin: 0;
}
.page {
    overflow: hidden;
}
.wrapper {
    width: 100%;
    max-width: 1303px;
    padding: 0 40px;
    margin: 0 auto;
}
.button {
    display: inline-block;
    background-color: #00B27C;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 52px;
    line-height: 1.25;
    padding: 13px 43px;
    transition: 0.3s ease-in-out all;
    text-decoration: none;
}
.button:hover, 
.button:focus {
    background-color: #009566;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1303px) {
    h1 {
        font-size: 7.687vw;
        margin: 0 0 0.25em;
    }
}

@media (max-width: 575px) {
    .wrapper {
        padding: 0 18px;
    }
    h1 {
        font-size: 8.888vw;
    }
}

@media (max-width: 375px) {
    h1 {
        font-size: 8vw;
    }
}

header {
   padding: 50px 0 413px;
   margin: 0 0 120px;
   background: url(../img/shopping-women-extended.svg) no-repeat bottom center;
   background-size: 3223px auto;
}
header h1 .highlight {
    overflow: hidden;
    display: inline-flex;
    height: 1.2em;
}
header h1 .highlight-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    will-change: transform;
}
header h1 .highlight-list span {
    position: relative;
    display: flex;
    line-height: 1.2em;
}
header h1 .highlight-list span:after {
    content: '';
    position: absolute;
    bottom: 0.1em;
    left: 0;
    right: 0;
    height: 5px;
    background: currentColor;
}
header h2 {
    font-size: 34px;
    color: #000;
}
header > img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1440px;
    margin: -350px auto 0;
}
header .seal {
    max-width: 617px;
    width: 100%;
    height: auto;
}


@media (max-width: 1439px) {
    header {
        padding-bottom: 28.68vw;
        background-size: 223.82vw auto;
    }
}

@media (max-width: 1303px) {
    header h1 .highlight li:after {
        height: 3px;
    }
    header h2 {
        font-size: 2.607vw;
    }
    header .seal { 
        max-width: 47.315vw;
    }
    header > img {
        margin-top: -26vw;
    }
}

@media (max-width: 575px) {
    header {
        margin-bottom: 30px;
    }
    header h1 .highlight li:after {
        height: 2px;
    }
        
    header h2 {
        font-size: 16px;
    }
}

.grocery-aisle {
    display: block;
    text-align: center;
    min-height: 1080px;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 100px;
}
.grocery-aisle .aisle-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vw;
    z-index: -1;
    background: url(../img/shelves.svg) no-repeat center;
    background-size: 200% auto;
}
.grocery-aisle .wrapper {
    max-width: 754px;
}
.grocery-aisle h2 {
    margin-bottom: 22px;
}
.grocery-aisle h3 {
    max-width: 500px;
    margin: 116px auto 22px;
}
.grocery-aisle p {
    max-width: 535px;
    margin: 0 auto 22px;
}

@media (max-width: 1679px) {
    .grocery-aisle .aisle-bg {
        background-size: 280% auto;
    }
}

@media (max-width: 1303px) {
    .grocery-aisle {
        min-height: 82.82vw;
    }
    .grocery-aisle .wrapper {
        max-width: 56vw;
    }
    .grocery-aisle h2 {
        font-size: 4.9vw;
    }
    .grocery-aisle h3 {
        font-size: 3.68vw;
        max-width: 38.34vw;
        margin-top: 8.9vw;
    }
    .grocery-aisle .logo {
        max-width: 53px;
    }
    .grocery-aisle .aisle-bg {
        background-size: 250% auto;
    }
}

@media (max-width: 575px) {
    .grocery-aisle {
        min-height: 115.82vw;
        margin-bottom: 40px;
    }
    .grocery-aisle .aisle-bg {
        background-size: 350% auto;
    }
    .grocery-aisle .wrapper {
        max-width: calc(59vw + 40px);
    }
    .grocery-aisle {
        font-size: 14px;
    }
    .grocery-aisle h2 {
        font-size: 24px;
        line-height: 1.1;
        margin-bottom: 16px;
    }
    .grocery-aisle h3 {
        font-size: 24px;
        max-width: 200px;
        margin: 25px auto 15px;
    }
}

.video {
    margin: 120px 0;
}
.video .youtube {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio (9/16 = 0.5625) */
  height: 0;
  overflow: hidden;
}
.video .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.bread {
    position: relative;
}
.bread h2 {
    max-width: 835px;
    margin: 0 auto 10px;
    line-height: 1;
}
.bread h3 {
    font-size: 47px;
    margin: 0 0 12px;
}
.bread p {
    margin: 0 0 25px;
}
.bread ul {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.bread ul strong {
    font-weight: 900;
    color: #00B27C;
}
.bread aside {
    background: url(../img/bread.svg) no-repeat top center;
    background-size: 1520px auto;
    min-height: 1517px;
    position: relative;
}
.bread aside .content {
    padding: 340px 20px 0;
    max-width: 440px;
    margin: 0 auto;
}
.bread aside .content .logo {
    display: block;
    margin: 100px auto 0;
}
@media (max-width: 1303px) {
    .bread h2 {
        font-size: 4.9vw;
        max-width: 64vw;
    }
}
@media (max-width: 575px) {
    .bread {
        font-size: 14px;
        line-height: 1.15;
    }
    .bread h2 {
        font-size: 24px;
        line-height: 1.17;
        max-width: 314px;
    }
    .bread h3 {
        font-size: 24px;
        margin: 0 0 10px;
    }
    .bread p {
        margin-bottom: 16px;
    }
    .bread p:last-of-type {
        margin-bottom: 0;
    }
    .bread ul {
        margin: 0 0 25px;
        row-gap: 0;
        line-height: 1.3;
    }
    .bread aside {
        background-size: 760px auto;
        min-height: 760px;
    }
    .bread aside .content {
        padding-top: 140px;
        max-width: 260px;
    }
    .bread aside .content .logo {
        margin: 0 auto;
        max-width: 70px;
    }
}

.eco {
    margin: 0 0 250px;
}
.eco .wrapper {
    max-width: 407px;
    position: relative;
}
.eco .header {
    margin-bottom: 20px;
}
.eco .mountains {
    position: absolute;
    bottom: calc(100% + 24px);
    left: calc(100% + 300px);
}
.eco .river {
    position: absolute;
    top: 0;
    left: calc(100% + 24px);
}
.eco h2 {
    font-size: 34px;
    line-height: 1.2;
    margin: 0;
}
.eco h3 {
    white-space: nowrap;
    font-size: 48px;
    letter-spacing: normal;
    margin: 0 0 20px;
}
.eco .slide {
    position: relative;
    margin: 0 0 20px;
}
.eco .slide img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.eco .slide.water img {
    right: calc(100% + 24px);
}
.eco .slide.bees img {
    left: calc(100% + 24px);
}
.eco .slide.cows img {
    right: calc(100% + 24px);
}
.eco .slide.wheat img {
    left: calc(100% + 24px);
}
.eco .slide.beyond-food img {
    right: calc(100% + 24px);
}

.eco .swiper {
    overflow: visible;
}
.eco .swiper-slide img {
    max-width: 100px;
}
.eco .swiper-slide.water img {
    right: calc(100% + 10px);
    max-width: 80px;
}
.eco .swiper-slide.bees img {
    left: auto;
    right: calc(100% + 10px);
    max-width: 70px;
}
.eco .swiper-slide.cows img {
    right: calc(100% + 10px);
}
.eco .swiper-slide.wheat img {
    left: auto;
    right: calc(100% + 10px);
    max-width: 35px;
}
.eco .swiper-slide.beyond-food img {
    right: calc(100% + 10px);
    max-width: 55px;
}
.eco .swiper-slide {
    flex-shrink: 0; 
    margin: 0 0 22px;
}
.eco .swiper-slide p:last-child {
    margin-bottom: 0;
}
.eco .swiper-pagination {
    display: none;
    position: static;
    gap: 3px;
    justify-content: center;
}
.eco .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    border: solid 2px #221F20;
    background-color: transparent;
    opacity: 1;
    margin: 0;
}
.eco .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #221F20;
}

.eco .footer {
    margin-top: 80px;
    position: relative;
}
.eco .footer .left-line {
    position: absolute;
    right: calc(100% + 20px);
    top: -45px;
    max-width: 1764px;
}
.eco .footer .right-line {
    position: absolute;
    left: calc(100% + 120px);
    top: 0px;
    max-width: 1759px;
}

@media (max-width: 767px) {
    .eco .mountains {
        max-width: 95px;
        left: calc(100% - 40px);
    }
    .eco .river {
        max-width: 80px;
        left: calc(100% - 40px);
    }
    .eco .swiper-pagination {
        display: flex;
    }
}

@media (max-width: 575px) {
    .eco {
        font-size: 14px;
        margin: 0 0 80px;
    }
    .eco .wrapper {
        max-width: 260px;
    }
    .eco h2, .eco h3 {
        font-size: 24px;
    }
    .eco h3 {
        margin-bottom: 16px;
    }
    .eco .swiper-slide.cows img {
       max-width: 80px;
    }
    .eco .footer {
        margin-top: 88px;
    }
    .eco .footer .left-line {
        top: -40px;
        max-width: 1323px;
    }
    .eco .footer .right-line {
       left: calc(100% + 0px);
       top: -10px;
       max-width: 1320px;
    }
}

.yogurt {
    margin: 0 0 180px;
}
.yogurt .wrapper {
    max-width: 964px;
    display: flex;
    align-self: flex-start;
}
.yogurt .wrapper > * {
    width: 50%;
    min-width: 50%;
}
.yogurt figure {
    direction: rtl;
    position: relative;
    margin: 0;
    padding: 0;
}
.yogurt figure .img {
    width: 50vw;
    max-width: 638px;
}
.yogurt figure .line {
    position: absolute;
    top: 540px;
    left: 310px;
    min-width: 875px;
}
.yogurt aside {
    padding-left: 20px;
}
.yogurt aside h2 {
    font-size: 34px;
    margin: 0 0 16px;
    line-height: 1.17em;
}
.yogurt aside p {
    margin: 0 0 20px;
}
.yogurt aside ul {
    list-style: none;
    margin: 0 0 140px;
    padding: 0;
}
.yogurt aside ul li {
    background: url(../img/check.svg) no-repeat left top;
    padding-left: 56px;
    margin-bottom: 24px;
    min-height: 36px;
}
.yogurt aside .line {
    display: none;
}
@media (max-width: 1273px) {
    .yogurt figure .line {
        display: none;
    }
    .yogurt aside ul {
        margin-bottom: 0;
    }
    .yogurt aside .line {
        display: block;
        margin: 0 0 20px;
    }
}
@media (max-width: 767px) {
    .yogurt .wrapper {
        display: block;
    }
    .yogurt .wrapper > * {
        width: auto;
        min-width: 0;
    }
    .yogurt figure {
        margin-left: -40px;
        margin-right: -40px;
        margin-bottom: -10vw;
        padding-left: 20.20vw;
        width: 100vw !important;
    }
    .yogurt figure .img {
        width: 100%;
        max-width: none;
        margin: 0 auto;
    }
    .yogurt aside {
        padding-left: 0;
        padding-top: 40px;
    }
    .yogurt aside .line {
        margin-left: -80px;
        min-width: 340px;
    }
}
@media (max-width: 575px) {
    .yogurt {
        margin: 0 0 80px;
    }
    .yogurt aside h2,
    .yogurt h3 {
        font-size: 24px;
    }
    .yogurt figure {
        margin-left: -18px;
        margin-right: -18px;
    }
}


.shopping {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 200px;
}
.shopping .wrapper {
    max-width: 940px;
}
.shopping h2 {
    margin: 0 0 28px;
}
.shopping h3 {
    margin: 1em 0 0;
}
.shopping p {
    margin: 0 0 24px;
}

.shopping figure {
    margin: 90px auto 0;
    position: relative;
    max-width: 1440px;
}
.shopping figure .logo {
    width: 65%;
    max-width: 870px;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    border: solid 20px #fff;
    background-color: #fff;
}
.shopping figure .shelves {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 100vw;
    height: 100%;
    background: url(../img/horizontal-shelves.svg) repeat-x left center;
    background-size: auto 100%;
}

@media (max-width: 767px) {
    .shopping {
        font-size: initial;
        line-height: initial;
    }
     .shopping h2 {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .shopping {
        margin-bottom: 90px;
    }
    .shopping h2 {
        font-size: 24px;
    }
    .shopping h3 {
        font-size: 24px;
        letter-spacing: -0.02em;
    }
    .shopping p {
        margin: 0 0 16px;
    }
    .shopping figure .logo {
        max-width: 60%;
        border-width: 10px;
    }
    .shopping figure {
        margin-top: 40px;
    }
}

.cart {
    margin: 0 0 60px;
    font-size: 24px;
}
.cart .wrapper {
    max-width: 1336px;
}
.cart h2 {
    margin: 0 0 10px;
}
.cart p {
    margin: 0 0 24px;
}
.cart .grid {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 48px;
    margin-top: -50px;
}
.cart .grid figure {
    margin: 0;
}
.cart .grid figure img {
    width: 100%;
    height: auto;
}
.cart .grid aside {
    max-width: 346px;
    text-align: center;
    padding-bottom: 150px;
}
.cart .grid aside h3 {
    margin: 0 0 24px;
}
.cart .grid aside p {
    font-size: 16px;
}
@media (max-width: 1023px) {
    .cart .grid {
        margin: 20px 0 0;
    }
    .cart .grid aside {
        padding-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .cart .grid {
        display: block;
    }
    .cart .grid figure {
        max-width: 188px;
        margin: 29px auto 28px;
    }
    .cart .grid aside {
        max-width: none;
    }
}
@media (max-width: 575px) {
    .cart {
        font-size: 16px;
    }
     .cart h2 {
        font-size: 24px;
    }
    .cart h3 {
        font-size: 24px;
    }
    .cart .grid aside p {
        font-size: 14px;
    }
    .cart .button {
        display: block;
        text-align: center;
    }

}

footer .wrapper {
    display: flex;
    max-width: 1440px;
    align-items: center;
    gap: 60px;
}
footer .left {
    background: url(../img/footer-line.svg) no-repeat right center;
    min-height: 270px;
    padding-right: 120px;
    min-width: 620px;
    color: #4B4B4B;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
footer .left a {
   color: #4B4B4B;
   text-decoration: none;
   transition: 0.3s ease-in-out all;
}
footer .left a:hover {
    color: #00B27C;
}
footer .left .logo {
    font-family: 'Marydale';
    font-size: 34px;
    line-height: 1;
    margin: 0 0 72px;
    padding-left: 140px;
}
footer .left .logo img {
    display: block;
    margin: 20px 0 0;
}

@media (max-width: 1079px) {
    footer {
        margin: 30px 0;
        background: url(../img/footer-line-mobile.svg) no-repeat left top;
        background-size: 262px auto;
        padding-top: 40px;
    }
    footer .wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 60px;
    }
    footer .left {
        padding: 0;
        background: none;
        min-height: 0;
        min-width: 0;
    }
    footer .left .logo {
        padding: 0;
        margin: 0 0 40px;
    }
    footer .right {
        order: -1;
        
    }
}

@media (max-width: 575px) {
    footer .left {
        font-size: 14px;
    }
}

.modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
}

.modal[aria-hidden="false"] {
  display: flex;
}

.modal-content {
  background: white;
  padding: 20px;
  width: 90vw;
  max-width: 960px;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 8px;
  position: relative;
}

.modal-content h2 {
    font-size: 24px;
    margin: 2em 0 1em;
}
.modal-content h2:first-child {
    margin-top: 0;
}
.modal-content h3 {
    margin: 2em 0 1em;
    font-size: 20px;
    font-weight: 900;
    color: #00B27C;
    font-family: 'Montserrat', sans-serif;
}
.modal-content h3:first-child {
    margin-top: 0;
}
.modal-content .table-wrapper {
    width: 100%;
    overflow: auto;
}
.modal-content table {
    border: 1px solid #ddd;
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
}
.modal-content table th,
.modal-content table td {
    border: 1px solid #ddd;
    padding: 8px;
    min-width: 150px;
}
.modal-content table th {
    background: #f4f4f4;
    font-weight: 900;
    text-align: left;
}
.modal-content p {
    margin: 0 0 1em;
}
.modal-content ul {
    margin: 0 0 1em;
    padding: 0 0 0 1.5em;
}
.modal-content ul:last-child {
    margin-bottom: 0;
}
.modal-content hr {
    margin: 1.5em 0;
}

.close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
}