.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section.contact-page {
  margin-bottom: 60px;
}

.div-block {
  width: 50%;
  height: 100vh;
  border-bottom-right-radius: 100px;
  background-image: url('../images/s5.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.brand {
  width: 110px;
  height: 110px;
  padding: 25px;
  border-bottom-right-radius: 40px;
  background-color: #fff;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-menu {
  margin-top: 28px;
  margin-left: 20px;
}

.body {
  max-width: 100%;
  font-family: 'Varela Round', sans-serif;
}

.nav-link {
  padding: 16px 30px;
  border-radius: 40px;
  background-color: #fff;
  color: #221715;
  font-size: 16px;
  font-weight: 600;
}

.nav-link.w--current {
  color: #e37892;
}

.nav-link-2 {
  margin-left: 20px;
  padding: 16px 30px;
  border-radius: 40px;
  background-color: #fff;
  color: #221715;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-2.w--current {
  color: #e87a90;
}

.nav-link-3 {
  margin-left: 20px;
  padding: 16px 30px;
  border-radius: 40px;
  background-color: #fff;
  color: #221715;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-3.w--current {
  color: #e87a90;
}

.image {
  width: 60px;
}

.heading {
  margin-right: 30%;
  font-family: 'Varela Round', sans-serif;
  color: #e87a90;
  font-size: 52px;
  line-height: 1.2;
}

.image-2 {
  position: absolute;
  left: auto;
  top: 44px;
  right: 40px;
  bottom: auto;
  width: 60px;
}

.paragraph {
  margin-top: 20px;
  margin-right: 30%;
  font-family: 'Varela Round', sans-serif;
  color: #818181;
  font-size: 16px;
  line-height: 24px;
}

.f-product {
  width: 12vw;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 28px 50px -25px rgba(227, 120, 146, 0.3);
}

.featured-prducts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 20px;
  margin-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  width: 100%;
}

.div-block-4 {
  width: 100%;
  height: 12vw;
  border-radius: 20px;
  background-image: url('../images/g-1.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.div-block-4._2 {
  background-image: url('../images/BG5.jpg');
  background-position: 50% 50%;
}

.div-block-4._3 {
  background-image: url('../images/DK49F7LA.jpeg');
  background-position: 50% 0%;
}

.section-2 {
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
  border-top-width: 1px;
  border-top-color: #818181;
}

.section-2._4 {
  padding-bottom: 0px;
}

.container {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6vh;
  margin-right: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.socials.footer {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 20px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f0f2ef;
}

.image-4 {
  width: 20px;
}

.image-4._2 {
  width: 26px;
}

.heading-2 {
  margin-bottom: 60px;
  font-size: 36px;
  line-height: 1.5;
}

.heading-2.hidden {
  display: none;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu1 {
  padding: 20px 40px;
  text-align: left;
}

.menu2 {
  padding: 20px 40px;
  text-align: right;
}

.lightbox-link {
  width: 50%;
}

.lightbox-link-2 {
  width: 50%;
}

.product {
  width: 28%;
  min-height: 100px;
}

.product._2 {
  width: 36%;
}

.image-5 {
  border-radius: 50px;
  box-shadow: 0 28px 50px -25px rgba(227, 120, 146, 0.2);
}

.f-products-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-name {
  margin-top: 60px;
  color: #818181;
  font-size: 18px;
  font-weight: 400;
}

.product-name.bold {
  color: #221715;
  font-size: 20px;
}

.button {
  padding: 20px 40px 16px;
  border-radius: 36px;
  background-color: #e87a90;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
}

.button:hover {
  box-shadow: 0 4px 16px 0 rgba(227, 120, 146, 0.6);
}

.contact-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 40px 40px 40px 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.contact-left.contact-page {
  padding-left: 0vw;
}

.contact-right {
  width: 50%;
  min-height: 500px;
  padding-top: 60px;
}

.image-6 {
  position: absolute;
  left: -40px;
  top: -30px;
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: none;
  border-radius: 0px 80px 80px;
}

.div-block-9 {
  position: relative;
  width: 80%;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 80px 80px 0px;
  background-color: #e87a90;
}

.contact-term {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-7 {
  margin-right: 20px;
}

.image-7._2 {
  margin-left: 4px;
}

.image-7.time {
  margin-right: 24px;
  margin-left: 4px;
}

.text-block {
  color: #818181;
  font-size: 16px;
  line-height: 24px;
}

.link {
  color: #818181;
  text-decoration: none;
}

.section-3 {
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 40px;
}

.div-block-10 {
  display: inline-block;
  width: 300px;
  height: 300px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 40px;
  background-image: url('../images/64439748_662079894259533_5968558408771567616_o.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-11 {
  width: 100vw;
  height: auto;
  max-height: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.slider {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.slide {
  background-color: transparent;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-13 {
  width: 23vw;
  height: 23vw;
  margin-right: 1vw;
  margin-left: 1vw;
  border-radius: 40px;
  background-image: url('../images/BG5.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-13._2 {
  background-image: url('../images/7c2PGn0Q.jpeg');
  background-position: 50% 50%;
}

.div-block-13._3 {
  background-image: url('../images/79930929_598076397608769_2075301979665237995_n.jpg');
}

.div-block-13._4 {
  background-image: url('../images/62384306_379534449435498_4193751445478039822_n.jpg');
}

.div-block-13._5 {
  background-image: url('../images/66491942_674120386388817_1620718141212459008_n.jpg');
}

.div-block-13._6 {
  background-image: url('../images/64439748_662079894259533_5968558408771567616_o.jpg');
}

.div-block-13._7 {
  background-image: url('../images/109123563_3754234297925244_2066071615254881154_n.jpg');
}

.div-block-13._8 {
  background-image: url('../images/115948176_953401635127356_5842157768299744354_o.jpg');
}

.div-block-13._0 {
  background-position: 50% 50%;
}

.slide-2 {
  background-color: #fff;
}

.footer {
  padding: 20px 10%;
  border-top: 1px solid #efefef;
}

.text-block-2 {
  display: inline-block;
}

.text-block-2.powered {
  float: right;
}

.link-2 {
  color: #818181;
}

.div-block-14 {
  margin-bottom: 20px;
}

.image-8 {
  margin-top: 40px;
}

.div-block-16 {
  height: 300px;
  background-color: #579739;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/s5.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-3 {
  font-family: 'Varela Round', sans-serif;
  color: #221715;
}

.button-2 {
  margin-top: 20px;
  padding: 16px 30px;
  border-radius: 40px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #221715;
  font-size: 16px;
}

.button-2:hover {
  box-shadow: 0 4px 16px 0 rgba(232, 122, 144, 0.5);
}

.image-9 {
  width: 100px;
  max-width: 200%;
  margin-bottom: 20px;
}

.shop-img-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shop-left {
  width: 50%;
  padding-right: 10px;
}

.shop-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.image-10 {
  width: 100%;
  margin-right: auto;
  margin-bottom: 3vw;
  border-top-left-radius: 80px;
}

.image-10._1 {
  border-top-right-radius: 80px;
}

.image-10._3 {
  border-top-left-radius: 0px;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
}

.image-10._4 {
  border-top-left-radius: 0px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
}

.image-11 {
  width: 100%;
  border-bottom-left-radius: 120px;
}

.image-12 {
  width: 100%;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 100px;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-3 {
  width: auto;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.div-block-17 {
  position: relative;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #e87a90;
}

.div-block-19 {
  width: 74%;
  padding-left: 3vw;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lightbox-link-3 {
  width: 50%;
  margin-right: 3vw;
}

.lightbox-link-4 {
  width: 50%;
}

.image-13 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
}

.image-14 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.image-15 {
  position: absolute;
  left: auto;
  top: -20%;
  right: 0%;
  bottom: auto;
}

.image-16 {
  display: none;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-17 {
  width: 400px;
}

@media screen and (max-width: 991px) {
  .div-block {
    display: none;
  }
  .div-block-2 {
    width: 100%;
    height: auto;
    padding-top: 140px;
    padding-right: 100px;
    padding-bottom: 40px;
  }
  .nav-menu {
    display: none;
    width: 200px;
    margin-top: 0px;
    margin-left: 0px;
    border-bottom-right-radius: 10px;
    background-color: #fff;
  }
  .nav-link {
    width: 100%;
    color: #221715;
  }
  .nav-link.w--current {
    border-radius: 0px;
    color: #e37892;
  }
  .nav-link-2 {
    margin-left: 0px;
    border-radius: 0px;
  }
  .nav-link-3 {
    margin-left: 0px;
    border-radius: 0px 0px 10px;
  }
  .f-product {
    width: 22vw;
  }
  .featured-prducts {
    width: 100%;
  }
  .div-block-4 {
    height: 22vw;
  }
  .section-2 {
    padding-bottom: 140px;
  }
  .section-2._3 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .container {
    width: 90%;
  }
  .socials {
    margin-top: 60px;
  }
  .socials.footer {
    margin-right: 0px;
  }
  .product-name {
    line-height: 24px;
  }
  .contact-left {
    padding-top: 0px;
    padding-left: 5vw;
  }
  .contact-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 300px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-6 {
    left: -10px;
    top: -10px;
    height: auto;
  }
  .div-block-9 {
    width: 80%;
    height: 200px;
  }
  .div-block-12 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-13 {
    width: 31vw;
    height: 31vw;
  }
  .div-block-13._4.hidden {
    display: none;
  }
  .div-block-13._5.hidden {
    display: none;
  }
  .menu-button {
    margin-top: 28px;
    margin-left: 20px;
    border-radius: 10px;
    background-color: #fff;
  }
  .menu-button.w--open {
    background-color: #e37892;
  }
  .image-15 {
    top: -50%;
  }
  .image-16 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: -1;
    display: block;
    width: 26vw;
    border-bottom-left-radius: 60px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    display: block;
  }
  .div-block-2 {
    padding-top: 100px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .heading {
    margin-right: 100px;
  }
  .paragraph {
    margin-right: 100px;
  }
  .f-product {
    width: 28vw;
  }
  .featured-prducts {
    margin-right: 0px;
  }
  .div-block-4 {
    height: 28vw;
  }
  .section-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section-2._3 {
    padding-top: 60px;
  }
  .section-2._4 {
    padding-top: 120px;
  }
  .socials {
    margin-right: 0px;
  }
  .heading-2 {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .image-5 {
    border-radius: 30px;
  }
  .product-name {
    font-size: 16px;
  }
  .product-name.bold {
    font-size: 18px;
  }
  .contact-left {
    width: 100%;
  }
  .contact-right {
    width: 100%;
    min-height: 320px;
    padding-top: 20px;
  }
  .image-6 {
    left: -20px;
    top: -10px;
    width: 100%;
    height: auto;
  }
  .div-block-9 {
    width: 70%;
    height: 280px;
  }
  .div-block-11 {
    height: auto;
    max-height: none;
  }
  .slider {
    height: auto;
  }
  .div-block-12 {
    height: auto;
  }
  .div-block-13 {
    width: 31vw;
    height: 31vw;
  }
  .footer {
    text-align: center;
  }
  .text-block-2.powered {
    float: none;
  }
  .div-block-15 {
    margin-right: auto;
    margin-left: auto;
  }
  .image-10 {
    border-top-left-radius: 40px;
  }
  .image-10._1 {
    border-top-right-radius: 40px;
  }
  .image-10._3 {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .image-10._4 {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .image-11 {
    border-bottom-left-radius: 40px;
  }
  .image-12 {
    border-bottom-right-radius: 80px;
  }
  .image-15 {
    top: -20%;
    width: 40%;
  }
  .div-block-23 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .div-block-2 {
    padding-top: 120px;
  }
  .div-block-3 {
    width: 70vw;
  }
  .body {
    max-width: 100%;
  }
  .nav-link {
    color: #221715;
  }
  .nav-link-2 {
    width: 100%;
  }
  .nav-link-2.w--current {
    width: 100%;
  }
  .nav-link-3 {
    color: #221715;
  }
  .nav-link-3.w--current {
    width: 100%;
  }
  .heading {
    margin-right: 0px;
    font-size: 36px;
  }
  .image-2 {
    top: 25px;
    right: 25px;
    width: 36px;
  }
  .paragraph {
    margin-right: 0px;
  }
  .f-product {
    width: 26vw;
    height: 26vw;
  }
  .div-block-4 {
    height: 26vw;
  }
  .section-2 {
    overflow: hidden;
    padding-top: 60px;
    background-image: url('../images/571626ad8dd7d.png');
    background-position: 100% 0%;
    background-size: cover;
  }
  .section-2._3 {
    padding-top: 60px;
  }
  .section-2.menu {
    padding-top: 120px;
  }
  .section-2.shop {
    padding-bottom: 60px;
  }
  .socials {
    margin-top: 40px;
  }
  .product {
    width: 100%;
    margin-bottom: 40px;
  }
  .product._2 {
    width: 100%;
  }
  .image-5 {
    border-radius: 50px;
  }
  .f-products-w {
    display: block;
    margin-bottom: 40px;
  }
  .product-name {
    margin-top: 20px;
    color: #221715;
  }
  .product-name.bold {
    font-size: 16px;
  }
  .contact-left {
    padding-top: 0px;
    padding-right: 5vw;
    padding-bottom: 20px;
  }
  .contact-right {
    min-height: 240px;
  }
  .image-6 {
    left: -5vw;
    height: auto;
    max-height: 260px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .div-block-9 {
    width: 80%;
    height: 180px;
    max-width: 300px;
    margin-right: 0px;
    margin-left: 5%;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .contact-term {
    height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-11 {
    height: auto;
    max-height: none;
  }
  .slider {
    height: auto;
  }
  .div-block-12 {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-13 {
    width: 44vw;
    height: 44vw;
    margin-right: 3vw;
    margin-bottom: 6vw;
    margin-left: 3vw;
    border-radius: 20px;
  }
  .div-block-13._4.hidden {
    display: block;
  }
  .div-block-13._5.hidden {
    display: block;
  }
  .footer {
    text-align: left;
  }
  .text-block-2.powered {
    margin-top: 16px;
  }
  .menu-button {
    margin-left: 10px;
  }
  .shop-left {
    padding-right: 1.5vw;
  }
  .shop-right {
    padding-left: 1.5vw;
  }
  .image-10 {
    margin-bottom: 3vw;
    border-top-left-radius: 20px;
  }
  .image-10._4 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .image-11 {
    border-bottom-left-radius: 40px;
  }
  .image-12 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 40px;
  }
  .text-block-3 {
    font-size: 20px;
  }
  .div-block-18 {
    width: 110px;
    height: 32px;
  }
  .div-block-19 {
    width: 73%;
  }
  .div-block-20 {
    width: 27%;
  }
  .image-13 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    width: auto;
    height: auto;
  }
  .image-15 {
    left: auto;
    top: -20px;
    right: 0%;
    bottom: auto;
  }
  .image-16 {
    width: 26vw;
    border-bottom-left-radius: 60px;
  }
}

