.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: 'Spectral SC', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-bottom: 6vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.39)), to(rgba(0, 0, 0, 0.39))), url('../images/h1-slide-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.39)), url('../images/h1-slide-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: transparent;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.brand-logo {
  margin-right: 20px;
  margin-left: 20px;
}

.nav-item {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 15px;
  line-height: 28px;
}

.navbar-flex {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  width: 100%;
}

.hero-h1 {
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 90px;
  line-height: 90px;
  font-weight: 500;
}

.hero-subtitle {
  color: #fff;
}

.hero-text {
  max-width: 50%;
  font-family: Spectral, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  text-transform: none;
}

.navbar-top-info {
  position: relative;
  z-index: 9;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.64);
}

.nav-top-flex {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-top-col {
  width: 33%;
}

.nav-top-col.nav-top-col-last {
  text-align: right;
}

.social-link {
  margin-right: 6px;
}

.social-img {
  width: 18px;
}

.top-info {
  color: #fff;
  text-align: center;
}

.section-bestsellers {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block {
  color: #2b2824;
  font-size: 40px;
}

.section-title {
  color: #2b2824;
  font-size: 42px;
  line-height: 40px;
  text-align: center;
}

.section-title.st-left {
  text-align: left;
}

.subtitle-text {
  margin-top: 10px;
  color: #c96838;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.subtitle-text.st-left {
  text-align: left;
}

.italic-text {
  font-style: normal;
}

.hero-icons {
  margin-top: 130px;
}

.hero-icons-items {
  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;
}

.icon-item {
  display: block;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.icon-title {
  margin-top: 13px;
  font-family: 'Spectral SC', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.hero-icon {
  display: block;
  width: 40px;
  margin-right: auto;
  margin-left: auto;
}

.sec-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 110px;
  margin-right: -1%;
  margin-left: -1%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-item {
  width: 23%;
  margin: 1%;
  text-decoration: none;
}

.product-item-img {
  position: relative;
  overflow: hidden;
}

.product-item-info {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
}

.single-product-name {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 19px;
  font-weight: 500;
}

.product-item-price {
  margin-top: 0px;
  color: #c96838;
  font-size: 18px;
}

.span-price {
  font-family: Spectral, sans-serif;
  font-size: 13px;
}

.collection-name {
  color: #c96838;
  font-size: 13px;
  font-style: italic;
}

.section-testimonials {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.testi-col {
  width: 50%;
}

.testi-col-img {
  height: 100%;
  background-image: url('../images/rewined-candle-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.test-col-slider {
  background-image: url('../images/h1-bckg-img-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider {
  background-color: transparent;
}

.testi-slider {
  height: auto;
  background-color: transparent;
}

.testi-text {
  font-family: Spectral, sans-serif;
  color: #817c7b;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.testi-slide-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 140px 60px;
  -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;
  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;
}

.testi-name {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.section-candles-info {
  padding-top: 60px;
  padding-bottom: 60px;
}

.candles-info-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.candles-info-col {
  width: 50%;
}

.candles-info-col.cic-right {
  padding-right: 40px;
}

.candles-info-col.cic-left {
  padding-left: 40px;
}

.candles-info-text {
  margin-top: 30px;
  font-family: Spectral, sans-serif;
  color: #817c7b;
  font-size: 17px;
  line-height: 25px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.section-faq {
  padding-top: 100px;
  padding-bottom: 60px;
}

.faq-faq {
  margin-top: 60px;
}

.faq-grid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 3fr;
  grid-template-columns: 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faq-wrapper {
  margin-right: auto;
  margin-left: auto;
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5em 15px 1.5em 30px;
  -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;
  border-bottom: 1px none rgba(0, 0, 0, 0.07);
  background-color: #fff;
  font-family: Spectral, sans-serif;
  color: #2b2824;
  font-size: 1.1em;
  line-height: 1.41;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.plus-icon {
  display: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.question-title {
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #000;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
}

.faq-content {
  overflow: hidden;
  border: 0px solid #000;
}

.div-block {
  width: 100%;
  height: 1px;
}

.faq-paragraph {
  max-width: 70%;
  margin-bottom: 0px;
  padding: 14px 30px;
  font-family: Spectral, sans-serif;
  color: #817c7b;
  font-size: 1.1em;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.faq-icon-icon {
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.faq-question-wrap {
  margin-bottom: 2.3em;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 90.2%, 0.69);
  cursor: pointer;
}

.section-social-media {
  padding-top: 40px;
  padding-bottom: 60px;
}

.insta-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.insta-item {
  width: 25%;
  height: 370px;
  background-image: url('../images/rewined-green-glass-filled-candles-z.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.insta-item.ii2 {
  background-image: url('../images/rewind.webp');
}

.insta-item.ii3 {
  background-image: url('../images/Rewind-Candle-2-590x590.jpg');
}

.insta-item.ii4 {
  background-image: url('../images/carousel_DSC_0138.jpg');
}

.footer {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #f0f7f9;
}

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

.footer-col {
  width: 25%;
}

.image {
  mix-blend-mode: multiply;
}

.footer-title {
  margin-bottom: 20px;
  color: #000;
  font-size: 17px;
  font-weight: 600;
}

.footer-text {
  font-family: Spectral, sans-serif;
  color: #817c7b;
  line-height: 25px;
  font-weight: 400;
}

.footer-link {
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #817c7b;
  line-height: 26px;
  text-decoration: none;
}

.footer-link:hover {
  color: #c96838;
}

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -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;
}

.footer-info-text {
  font-size: 11px;
}

.footer-spec-link {
  margin-right: 0px;
  margin-left: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: rgba(0, 0, 0, 0.58);
  text-decoration: none;
}

.footer-spec-link:hover {
  color: #000;
}

.info-platnosci {
  display: none;
  padding-bottom: 60px;
  text-align: center;
}

.product-img-text {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-color: rgba(43, 40, 36, 0.63);
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Spectral, sans-serif;
  color: #fff;
  font-weight: 400;
}

.product-img-text-title {
  margin-bottom: 15px;
  font-family: 'Spectral SC', sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.product-img-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-top: 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 solid #c96838;
  background-color: #c96838;
  font-family: 'Spectral SC', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.lottie-animation {
  width: 42px;
  height: 43px;
}

.navbar-mobile-logo {
  display: none;
}

.product-image-text-inner {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.15);
}

.account-link {
  margin-left: 10px;
}

.account-link.cart-link {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.top-link-img {
  width: 22px;
}

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

.candles-flex-item {
  width: 50%;
  margin-bottom: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}

.cfi-title {
  margin-top: 15px;
  color: #2b2824;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
}

.cfi-text {
  margin-top: 10px;
  font-family: Spectral, sans-serif;
  color: #817c7b;
  font-size: 15px;
}

.mobile-navbar-logo {
  display: none;
}

.back-color {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mobile-nav-social {
  display: none;
}

.mobile-nav-icons {
  display: none;
}

.cart-count {
  position: absolute;
  right: -10px;
  bottom: -6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17px;
  height: 17px;
  -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: 100%;
  background-color: #c96838;
  color: #fff;
  font-size: 13px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-h1 {
    font-size: 80px;
    line-height: 80px;
  }

  .hero-text {
    max-width: 80%;
  }

  .nav-top-col.nav-top-center {
    width: 60%;
  }

  .section-bestsellers {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sec-products {
    margin-top: 70px;
  }

  .product-item {
    width: 31%;
  }

  .section-testimonials {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .testi-slide-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-candles-info {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .candles-info-col.cic-right {
    padding-right: 20px;
  }

  .candles-info-col.cic-left {
    padding-left: 20px;
  }

  .section-faq {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .faq-grid {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .faq-question-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .insta-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .insta-item {
    width: 50%;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .footer-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-col {
    width: 33%;
  }

  .footer-col.footer-col-last {
    width: 100%;
    padding-top: 20px;
  }

  .cfi-title {
    font-size: 19px;
  }

  .mobile-nav-social {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-bottom: 0px;
  }

  .brand-logo {
    display: none;
  }

  .nav-item {
    margin-bottom: 18px;
    text-align: center;
  }

  .navbar-flex {
    height: 100%;
    padding-top: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-menu {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.91);
  }

  .hero-h1 {
    font-size: 71px;
    line-height: 69px;
  }

  .hero-subtitle {
    font-size: 13px;
  }

  .hero-text {
    max-width: 100%;
  }

  .navbar-top-info {
    margin-bottom: 0px;
  }

  .nav-top-col {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav-top-col.nav-top-center {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav-top-col.nav-top-col-last {
    display: none;
  }

  .nav-top-col.nav-top-col-first {
    display: none;
  }

  .social-link {
    margin-right: 6px;
    margin-left: 0px;
  }

  .social-link.social-link-mobile {
    margin-right: 10px;
    margin-left: 10px;
  }

  .product-item {
    width: 48%;
  }

  .section-testimonials {
    padding-bottom: 40px;
  }

  .testi-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .testi-col {
    width: 100%;
  }

  .testi-col-img {
    min-height: 400px;
  }

  .candles-info-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .candles-info-col {
    width: 100%;
  }

  .candles-info-col.cic-right {
    margin-top: 40px;
    padding-right: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .candles-info-col.cic-left {
    padding-left: 0px;
  }

  .section-faq {
    padding-bottom: 0px;
  }

  .faq-grid {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .insta-item {
    height: 300px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .footer-col {
    width: 100%;
    text-align: center;
  }

  .footer-col.footer-col-first {
    margin-bottom: 20px;
  }

  .footer-text {
    margin-bottom: 20px;
  }

  .footer-link:hover {
    background-color: transparent;
    color: #c96838;
  }

  .footer-info {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-info-col {
    width: 100%;
    text-align: center;
  }

  .footer-info-text {
    margin-bottom: 10px;
  }

  .menu-button {
    padding: 0px 10px;
  }

  .menu-button.w--open {
    z-index: 99;
    background-color: transparent;
  }

  .lottie-animation {
    width: 42px;
    background-color: transparent;
  }

  .navbar-mobile-logo {
    display: block;
    margin-bottom: 40px;
  }

  .account-link {
    margin-left: 20px;
  }

  .account-link.cart-link {
    position: relative;
  }

  .mobile-navbar-logo {
    display: block;
  }

  .nav-container-flex {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -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;
  }

  .mobile-nav-social {
    display: block;
    margin-top: 20px;
  }

  .mobile-nav-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: auto;
    min-height: 100vh;
    padding-top: 170px;
    padding-bottom: 20px;
  }

  .container.container-top {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-h1 {
    font-size: 50px;
    line-height: 51px;
  }

  .hero-text {
    font-size: 15px;
    line-height: 26px;
  }

  .nav-top-col.nav-top-col-last {
    display: none;
  }

  .nav-top-col.nav-top-col-first {
    display: none;
  }

  .top-info {
    font-size: 12px;
  }

  .hero-icons {
    margin-top: 60px;
  }

  .hero-icons-items {
    overflow: visible;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .icon-item {
    width: 50%;
    margin-bottom: 20px;
  }

  .product-item {
    width: 100%;
  }

  .testi-slide-flex {
    padding: 90px 20px;
  }

  .faq-grid {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .question-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 17px;
  }

  .faq-paragraph {
    font-size: 15px;
    line-height: 21px;
  }

  .faq-question-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .insta-item {
    width: 100%;
  }

  .menu-button {
    padding-right: 0px;
    padding-left: 0px;
  }

  .candles-flex-item {
    width: 100%;
  }

  .span-mobile-hide {
    display: inline;
  }

  .mobile-nav-icons {
    padding-right: 30px;
  }
}

#w-node-_8c6c442c-4761-f74a-9638-9ff589cd41c9-7a3327a1 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_8c6c442c-4761-f74a-9638-9ff589cd41c9-7a3327a1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

