.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section-5 {
  background-color: #241712;
  padding: 20px;
}

.navbar {
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.brand {
  order: -1;
}

.image {
  max-width: 160px;
}

.nav-link {
  color: #000;
  font-family: Rubik, sans-serif;
}

.nav-link.w--current {
  color: #0068b1;
  font-family: Rubik, sans-serif;
}

.section-6 {
  background-color: #f1e7d9;
  padding: 40px 20px 50px;
}

.container-6 {
  text-align: center;
}

.heading-8 {
  color: #dba860;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
}

.heading-7 {
  color: #000;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
}

.section-7 {
  background-color: #f1e7d9;
  padding: 40px 20px 50px;
}

.container-7 {
  text-align: center;
}

.heading-9 {
  color: #dba860;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.heading-10 {
  color: #000;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
}

.paragraph-4 {
  color: #7c6d66;
  margin-top: 20px;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  line-height: 1.67;
}

.section {
  background-image: url('../images/bg-min.jpg'), radial-gradient(circle, #03acdd, #013f8a);
  background-position: 50%, 0 0;
  background-size: 100%, auto;
  padding: 20px 30px;
}

.heading-2 {
  color: #e5f2fa;
  text-align: center;
  margin-top: 0;
  font-family: Rubik, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Rubik, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.heading.dark {
  color: #173a5c;
}

.container {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.link-block {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #db9e31;
  margin-top: 2.5rem;
  padding: 1.2rem 2.2em;
  font-family: Rubik, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
}

.heading-4 {
  color: #173a5c;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
}

.container-2 {
  text-align: center;
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 80px;
}

.columns-3 {
  justify-content: center;
  align-items: stretch;
  margin-top: 60px;
  display: flex;
}

.div-block {
  margin-top: 20px;
}

.section-2 {
  padding-left: 30px;
  padding-right: 30px;
}

.section-2.colored {
  background-color: #e5e9ec;
  background-image: radial-gradient(circle at 50% 0, #f1fcff, #cbe9f3);
}

.paragraph-2 {
  color: #5c6f81;
  text-align: center;
  margin-top: 0;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.paragraph-2.left {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.paragraph-2.details {
  text-align: left;
  margin-top: 24px;
  line-height: 1.8;
}

.paragraph-2.details.stock {
  color: #35a324;
}

.paragraph-2.details2 {
  text-align: left;
  margin-top: 0;
}

.paragraph-2.left2 {
  text-align: left;
  margin-top: 10px;
}

.div-block-2 {
  outline-offset: 0px;
  background-image: linear-gradient(#fff, #f8f8f8);
  border-radius: 10px;
  outline: 1px solid #d8d9da;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 18px 20px -15px #0000002e;
}

.div-block-2.white {
  background-color: #fff;
  background-image: linear-gradient(#fff, #f8f8f8);
  padding-bottom: 10px;
  position: relative;
  overflow: clip;
}

.paragraph {
  color: #7c6d66;
  text-align: left;
  margin-top: 30px;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  line-height: 1.67;
}

.paragraph-3 {
  color: #7c6d66;
  text-align: left;
  border-left: 4px solid #aa7447;
  margin-top: 30px;
  padding-left: 40px;
  font-family: Rubik, sans-serif;
  font-size: 1.5rem;
  line-height: 1.67;
}

.heading-3 {
  color: #000;
  text-align: left;
  font-family: Rubik, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
}

.column-6 {
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
}

.column {
  padding: 20px 40px;
}

.image-2 {
  mix-blend-mode: normal;
  object-fit: cover;
  align-self: center;
}

.div-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-flow: column;
  flex: 1;
  padding: 0 20px 20px;
  display: flex;
}

.heading-5 {
  color: #173a5c;
  text-align: center;
  margin-top: 20px;
  font-family: Rubik, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.columns {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-2 {
  padding: 20px 40px;
}

.text-block {
  color: #8e969b;
  font-family: Rubik, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-5 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.link-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #efb715;
  background-image: radial-gradient(circle closest-corner at 50% 0, #03acdd, #013f8a);
  border: 1px #000;
  border-top: 2px solid #01a8da;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  font-family: Rubik, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 7px 9px #0003;
}

.link-block-4.white {
  color: #173a5c;
  background-image: radial-gradient(circle closest-corner at 50% 0, #fff, #ddd);
  border-top-color: #fff;
  font-weight: 500;
}

.link-block-4.secondary {
  box-shadow: none;
  color: #173a5c;
  background-color: #d1d1cf;
  background-image: none;
  border-top-style: none;
  display: block;
}

.link-block-4.buynow {
  margin-top: 24px;
  margin-left: 0;
}

.text-block-7 {
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.image-4 {
  max-width: 23px;
}

.section-8 {
  background-color: #f1e7d9;
  padding: 40px 20px 50px;
}

.container-8 {
  text-align: center;
}

.heading-11 {
  color: #2b65b2;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.heading-12 {
  color: #000;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}

.paragraph-6 {
  color: #000;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1.67;
}

.section-9 {
  padding: 60px 20px;
}

.container-11 {
  max-width: 580px;
  margin-top: 20px;
}

.div-block-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-6 {
  max-width: 36px;
}

.text-field {
  color: #000;
  border: 1px #000;
  border-bottom: 1px solid #cfcfcf;
  height: 3.3rem;
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.textarea {
  color: #000;
  background-color: #fff0;
  border: 0 #000;
  border-bottom: 1px solid #ccc4c2;
  margin-top: 20px;
  font-family: Rubik, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.submit-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #3798ec;
  border-radius: 10px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.2rem 2.2rem;
  font-family: Merriweather, serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6rem;
  display: block;
}

.text-block-9 {
  color: #000;
  font-family: Rubik, sans-serif;
  font-size: 1.5rem;
  line-height: 1.67;
}

.container-12 {
  text-align: center;
  margin-top: 40px;
}

.column-9 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer {
  background-color: #231712;
  padding: 60px 30px 40px;
}

.link-block-2 {
  color: #ccbbb3;
  margin-top: 20px;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  text-decoration: none;
  display: block;
}

.text-block-5 {
  color: #7c6d66;
  text-align: center;
  border-top: 1px solid #f1e7d926;
  margin-top: 60px;
  padding-top: 40px;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.columns-5 {
  flex: 1;
  max-width: 80%;
}

.container-4 {
  max-width: 1440px;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Rubik, sans-serif;
  font-size: 1.5rem;
  line-height: 1.67;
}

.text-block-10 {
  color: #ccbbb3;
  text-align: center;
  font-family: Rubik, sans-serif;
}

.container-13 {
  max-width: 1200px;
}

.text-block-11 {
  color: #e5f2fa;
  text-align: left;
  margin-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Rubik, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}

.columns-6 {
  flex: 1;
}

.link-block-5 {
  color: #e5f2fa;
  margin-top: 20px;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  display: block;
}

.columns-7 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.text-block-17 {
  color: #e5f2fa;
  margin-top: 0;
  font-family: Rubik, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-block-18 {
  color: #e5f2fa;
  margin-top: 20px;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.text-block-19 {
  color: #e5f2fa;
  text-align: center;
  border-top: 1px solid #41607d;
  margin-top: 40px;
  padding-top: 40px;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.text-span-3 {
  color: #a7b7c0;
}

.column-11 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Rubik, sans-serif;
  display: block;
}

.column-12 {
  flex: 1;
}

.footer-2 {
  background-color: #173a5c;
  padding: 40px 30px;
}

.column-14 {
  flex: 0 auto;
  font-family: Rubik, sans-serif;
}

.image-7 {
  max-width: 62%;
  padding-left: 40px;
  padding-right: 40px;
}

.nav-menu {
  order: 1;
}

.div-block-16 {
  margin-top: 20px;
}

.div-block-17 {
  margin-top: 60px;
}

.slider {
  background-color: #ddd0;
  height: auto;
  margin-top: 60px;
}

.icon-2, .icon-3 {
  color: #173a5c;
}

.slide {
  vertical-align: middle;
}

.div-block-18 {
  width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-7 {
  color: #173a5c;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.slide-nav {
  display: none;
}

.text-block-20 {
  color: #173a5c;
  text-align: center;
  margin-top: 30px;
  font-family: Rubik, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.card-link {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  font-family: Rubik, sans-serif;
  text-decoration: none;
  display: flex;
}

.container-14 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-15 {
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.flex-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-16 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.faq-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.faq-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(#fff, #f8f8f8);
  border: 1px solid #d8d9da;
  border-radius: 10px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.faq-q {
  justify-content: space-between;
  align-items: center;
  font-family: Rubik, sans-serif;
  font-weight: 400;
  display: flex;
}

.heading-13 {
  color: #173a5c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}

.arrow {
  height: 30px;
}

.input {
  color: #173a5c;
  border-radius: 10px;
  max-width: 100%;
  height: 50px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.flex-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-20 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.price_true {
  color: #173a5c;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.price_true.desable {
  color: #c0c1c2;
  text-decoration: line-through;
}

.price_true.left {
  text-align: left;
  font-family: Rubik, sans-serif;
}

.price {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  display: flex;
}

.section-12, .section-13 {
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-21 {
  color: #173a5c;
}

.soldout_badge {
  background-color: #f1f1f1;
  border: 1px solid #d7d8d9;
  border-radius: 100px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  position: absolute;
}

.soldout_badge.hide {
  display: none;
}

.soldout_badge.available {
  background-color: #e5ffea;
  border-color: #17c511;
}

.section-14 {
  padding-left: 10px;
  padding-right: 10px;
}

.product_wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.product_image {
  border: 1px solid #d8d9da;
  border-radius: 10px;
  width: 100%;
  max-width: none;
}

.heading-14 {
  color: #173a5c;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.div-block-21 {
  width: 50%;
  position: sticky;
  top: 100px;
}

.list-item {
  margin-top: 10px;
}

.list {
  color: #173a5c;
  margin-top: 20px;
  font-family: Rubik, sans-serif;
}

.text-block-22 {
  color: #173a5c;
  font-family: Rubik, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.div-block-22 {
  order: 1;
  width: 50%;
}

.div-block-23 {
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-top: 40px;
  padding: 20px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
}

.text-block-23 {
  color: #173a5c;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.text-block-23.bold {
  font-weight: 500;
}

.div-block-24 {
  outline-offset: 0px;
  background-color: #f8f8f8;
  outline: 1px solid #ebebeb;
  padding: 10px;
}

.div-block-25 {
  outline-offset: 0px;
  outline: 1px solid #ebebeb;
  padding: 10px;
}

.list-2 {
  margin-top: 10px;
}

.list-2.number {
  list-style-type: decimal;
}

.heading-15 {
  color: #173a5c;
  margin-top: 40px;
  font-family: Rubik, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.div-block-26 {
  outline-offset: 0px;
  background-image: linear-gradient(#fff, #f8f8f8);
  border-radius: 10px;
  outline: 1px solid #d8d9da;
  margin-top: 20px;
  padding: 20px;
}

.image-8 {
  width: 100px;
  margin-top: 10px;
}

.text-block-24 {
  word-break: break-all;
}

@media screen and (max-width: 991px) {
  .container-5 {
    justify-content: space-between;
  }

  .nav-link {
    text-align: center;
    background-color: #241712;
  }

  .menu-button {
    background-color: #005383;
    order: 1;
  }

  .menu-button.w--open {
    background-color: #dba861;
  }

  .icon {
    color: #fff;
  }

  .section {
    background-size: 100%;
  }

  .columns-3 {
    flex-flow: wrap;
    margin-top: 40px;
  }

  .div-block-2 {
    max-width: 100%;
  }

  .column-6 {
    margin-top: 20px;
  }

  .image-2 {
    height: auto;
  }

  .div-block-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-11 {
    font-size: 1.2rem;
  }

  .link-block-5 {
    margin-left: 10px;
  }

  .image-7 {
    max-width: 100%;
  }

  .div-block-18 {
    width: 80%;
  }

  .left-arrow {
    margin-left: -15px;
  }

  .right-arrow {
    margin-right: -15px;
  }

  .flex-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-11 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .price_true {
    font-size: 1.2rem;
  }

  .price {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .product_wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-8 {
    font-size: 1.3rem;
    line-height: 1.67rem;
  }

  .heading-7 {
    font-size: 2rem;
  }

  .heading-9 {
    font-size: 1.3rem;
    line-height: 1.67rem;
  }

  .heading-10 {
    font-size: 2rem;
  }

  .text-block-8 {
    font-size: 1.1rem;
  }

  .heading-2 {
    margin-top: 10px;
    font-size: 1.3rem;
  }

  .heading {
    font-size: 2rem;
  }

  .container {
    height: auto;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .heading-4 {
    font-size: 2rem;
  }

  .div-block-2 {
    margin-top: 20px;
  }

  .div-block-2.white {
    margin-top: 0;
  }

  .paragraph-3 {
    font-size: 1.3rem;
  }

  .heading-3 {
    font-size: 2rem;
  }

  .image-2 {
    min-width: auto;
  }

  .columns {
    display: block;
  }

  .text-block {
    font-size: 1.3rem;
  }

  .heading-11 {
    font-size: 1.3rem;
    line-height: 1.67rem;
  }

  .heading-12 {
    font-size: 2rem;
  }

  .text-block-9 {
    font-size: 1.3rem;
  }

  .columns-5 {
    text-align: center;
    max-width: 100%;
    margin-top: 20px;
  }

  .text-block-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-11 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-6 {
    text-align: center;
    max-width: 100%;
    margin-top: 20px;
  }

  .columns-7 {
    display: block;
  }

  .column-12 {
    text-align: center;
  }

  .footer-2 {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-14 {
    text-align: center;
    margin-top: 40px;
  }

  .image-7 {
    max-width: 50%;
  }

  .column-15 {
    margin-top: 40px;
  }

  .price {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .product_wrapper {
    flex-flow: column;
    position: static;
  }

  .heading-14 {
    font-size: 32px;
  }

  .div-block-21 {
    width: 100%;
    position: static;
  }

  .div-block-22 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .brand {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .image {
    max-width: 50%;
    display: block;
  }

  .menu-button {
    order: 1;
  }

  .section {
    background-size: auto 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2 {
    margin-top: 20px;
    font-size: 1.2rem;
  }

  .heading {
    font-size: 1.9rem;
  }

  .link-block {
    padding: 1rem 1.2em;
    font-size: 1.1rem;
  }

  .heading-4 {
    font-size: 1.9rem;
  }

  .container-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .columns-3 {
    margin-top: 20px;
  }

  .div-block {
    margin-top: 40px;
  }

  .section-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-3 {
    padding-left: 20px;
    font-size: 1.1rem;
  }

  .heading-3 {
    font-size: 1.9rem;
  }

  .column {
    padding: 10px;
  }

  .image-2 {
    max-width: 80%;
  }

  .div-block-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 10px;
  }

  .text-block {
    font-size: 1.2rem;
  }

  .link-block-4.buynow {
    text-align: center;
    display: block;
  }

  .text-block-9 {
    font-size: 1.2rem;
  }

  .text-block-11, .column-12 {
    text-align: center;
  }

  .footer-2 {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-7 {
    max-width: 240px;
  }

  .column-15 {
    margin-top: 40px;
  }

  .nav-menu {
    display: none;
  }

  .div-block-18 {
    width: 80%;
  }

  .paragraph-7 {
    font-size: 1.4rem;
  }

  .left-arrow {
    width: 15%;
    margin-left: -15px;
  }

  .text-block-20 {
    font-size: .9rem;
  }

  .right-arrow {
    width: 15%;
    margin-right: -15px;
  }

  .flex-block {
    grid-template-columns: 1fr;
  }

  .flex-block-2 {
    flex-flow: column;
  }

  .price {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .product_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-14 {
    font-size: 22px;
    line-height: 30px;
  }

  .grid {
    overflow: auto;
  }

  #w-node-_748f431e-3538-cdb9-0b38-007a2167f64f-89ad36a3 {
    order: -9999;
  }
}


