@charset "UTF-8";

.footer__block[data-type="payment"] {
  display: none;
}
.mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .mobile-only {
    display: block;
  }
}
.desktop-only {
  display: block;
}
@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}
.header-bottom__inner.desktop-only {
  display: flex;
  max-width: 1136px;
  height: 26px;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .header-bottom__inner.desktop-only {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-header__search-form {
    max-width: 100%;
  }
}
.marquee {
  display: flex;
}
@media (max-width: 768px) {
  .marquee .header-bottom__inner.mobile-only {
    display: flex;
    height: 26px;
  }
}
.marquee .header-bottom__inner.mobile-only .header-bottom__image-icon {
  margin-left: 20px;
}
.bottom_text_master,
.footer_top_master,
.social_media_master {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1406px;
}
.footer_contact_detail {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 11px;
}
.footer_contact_detail a {
  width: 100%;
  font-size: 13px;
}
.footer_review_pic {
  text-align: left;
}
.footer_review_pic img {
  max-width: 153px;
}
@media (max-width: 1050px) {
  .bottom_text_master,
  .footer_top_master,
  .social_media_master {
    max-width: 100%;
    justify-content: center;
  }
  .footer__section {
    padding: 15px 0;
  }
  .footer_section_top {
    padding: 19.5px 0 0;
  }
  .footer_review_pic {
    text-align: center;
  }
}
.d-flex,
.footer-newsletter__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1406px;
  margin: 0 auto;
}
.footer__block {
  margin-bottom: 15px;
}
@media (max-width: 1250px) {
  .footer__block {
    padding: 0 15px;
  }
}
.fa-solid.mobile-only {
  display: none;
}
@media (max-width: 1050px) {
  .fa-solid.mobile-only {
    display: block;
  }
}
.footer__block[data-type="about"] {
  max-width: 423px;
  flex: unset;
}
@media (max-width: 1050px) {
  .footer__block[data-type="about"] {
    max-width: 100%;
    flex: 1 1 100%;
    padding: 0;
  }
}
.footer__block[data-type="about"] .footer__block__inner {
  max-width: 100%;
}
.footer__block[data-type="about"] .footer__block__inner .footer__title {
  margin-bottom: 9px;
  padding-bottom: 0;
  font-weight: 700;
  font-size: 14px;
  font-weight: 100;
}
@media (max-width: 1050px) {
  .footer__block[data-type="about"] .footer__block__inner .footer__title {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
    font-size: 12px;
    position: relative;
  }
}
.footer__block[data-type="about"] .footer__block__inner .footer__text {
  font-size: 12px;
  letter-spacing: 0.02em;
  text-align: justify;
  font-family: Mont-Medium;
  line-height: 22px;
}
@media (min-width: 1051px) {
  .footer__block[data-type="about"] .footer__block__inner .footer__text {
    display: block !important;
  }
}
@media (max-width: 1050px) {
  .footer__block[data-type="about"] .footer__block__inner .footer__text p {
    margin-bottom: 11px;
  }
}
.footer__block[data-type="menu"] {
  max-width: 300px;
  width: 100%;
}
@media (max-width: 1050px) {
  .footer__block[data-type="menu"] {
    max-width: calc(50% - 10px);
    flex: 1 1 100%;
    padding: 0;
  }
  .footer__block[data-type="menu"] .footer__block__inner {
    max-width: 100%;
  }
  .footer__block[data-type="menu"] .footer__block__inner .footer__title {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-size: 12px;
    cursor: pointer;
    position: relative;
  }
}
@media (min-width: 1051px) {
  .footer__block[data-type="menu"] .footer__menu {
    display: block !important;
  }
}
@media (max-width: 1050px) {
  .footer__block[data-type="menu"] .footer__menu {
    margin-bottom: 11px;
  }
  .footer__block[data-type="menu"] .footer__menu a {
    font-size: 12px;
  }
}
.footer__block[data-type="contact"] {
  max-width: 300px;
  width: 100%;
}
@media (max-width: 1050px) {
  .footer__block[data-type="contact"] {
    max-width: 100%;
    flex: 1 1 100%;
    padding: 0;
  }
}
.footer__block[data-type="contact"] .footer__title {
  font-size: 14px;
  line-height: 29px;
  text-align: left;
  letter-spacing: 0.065em;
  padding-bottom: 4px;
}
.footer__block[data-type="contact"] .social_media_master {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
}
.footer__block[data-type="contact"] .social_media_master .social_media_inner {
  width: 100%;
}
.footer__block[data-type="contact"]
  .social_media_master
  .social_media_inner
  .footer__social {
  display: flex;
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  width: 100%;
}
.footer__block[data-type="contact"]
  .social_media_master
  .social_media_inner
  .footer__social
  li {
  margin: 0;
}
@media (max-width: 1050px) {
  .footer__block[data-type="contact"] .footer__block__inner {
    max-width: 100%;
  }
  .footer__block[data-type="contact"]
    .footer__block__inner
    .footer__mobile-section {
    margin-top: 0;
    padding-top: 0;
  }
}
.bottom_text_master {
  margin-top: 17px;
}
@media (max-width: 1050px) {
  .bottom_text_master {
    margin-top: 11px;
  }
}
.footer_bottom_social_icons {
  margin-top: 17px;
  display: block;
}
.footer__section-payment {
  background: #000;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 30px;
  padding: 10px 0;
}
.footer__section-payment img {
  margin: 0 7px;
  max-width: 30px;
  width: 100%;
}
.footer-newsletter {
  background: #f3f3f3;
  padding: 53px 0;
}
@media (max-width: 769px) {
  .footer-newsletter {
    padding: 26px 0;
  }
}
@media (max-width: 769px) {
  .footer-newsletter .footer-newsletter__inner .content {
    width: 100%;
  }
}
.footer-newsletter .footer-newsletter__inner h3 {
  font-size: 13px;
  font-family: MonT-Medium;
  margin-bottom: 9px;
}
@media (max-width: 769px) {
  .footer-newsletter .footer-newsletter__inner h3 {
    text-align: center;
  }
}
.footer-newsletter .footer-newsletter__inner .newsletter-heading {
  margin-bottom: 0;
  font-size: 28px;
  font-family: Mont-Black;
  color: #1d1d1b;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-top: 0 !important;
}
@media (max-width: 769px) {
  .footer-newsletter .footer-newsletter__inner .newsletter-heading {
    text-align: center;
  }
}
.footer-newsletter .footer-newsletter__inner .newsletter-sub_heading {
  color: #6b6b6b;
  font-size: 12px;
  font-family: Mont-Medium;
  line-height: 21px;
  margin-bottom: 0;
}
@media (max-width: 769px) {
  .footer-newsletter .footer-newsletter__inner .newsletter-sub_heading {
    text-align: center;
  }
}
.footer-newsletter .footer-newsletter__inner .note--success {
  color: #fff;
  background-color: #2b9942;
  border-color: #2b9942;
  font-family: Mont-Medium;
  font-size: 13px;
  border-radius: 60px;
  margin-bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  text-transform: uppercase;
}
.footer-newsletter .footer-newsletter__inner .newsletter__input-group {
  border: 2px solid linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
  border-radius: 100px;
}
.footer-newsletter .footer-newsletter__inner .newsletter__input-group input {
  border: none;
  width: 100%;
  color: #6b6b6b;
  font-family: Mont-Medium;
  font-size: 12px;
  line-height: 12px;
  min-width: 175px;
}
.footer-newsletter
  .footer-newsletter__inner
  .newsletter__input-group
  input:active,
.footer-newsletter
  .footer-newsletter__inner
  .newsletter__input-group
  input:focus,
.footer-newsletter
  .footer-newsletter__inner
  .newsletter__input-group
  input:focus-within,
.footer-newsletter
  .footer-newsletter__inner
  .newsletter__input-group
  input:visited {
  background-color: transparent;
}
.footer-newsletter
  .footer-newsletter__inner
  .newsletter__input-group
  input::-webkit-input-placeholder {
  font-size: 10px;
  text-align: right;
}
.footer-newsletter .footer-newsletter__inner .newsletter__input-group button {
  background: 0 0;
  padding: 6px 2px;
  width: 33px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 35px;
}
@media (max-width: 768px) {
  .footer-newsletter .footer-newsletter__inner .contact-form {
    max-width: 245px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-top: 14px;
  }
}
.content_pages_inner {
  display: flex;
}
@media (max-width: 769px) {
  .content_pages_inner {
    flex-wrap: wrap;
  }
}
.content_pages_inner .content_pages--sidebar {
  max-width: 30%;
  width: 100%;
  padding-top: 40px;
}
@media (max-width: 769px) {
  .content_pages_inner .content_pages--sidebar {
    max-width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
.content_pages_inner .content_pages--sidebar .sidebar_menu {
  max-width: 346px;
  margin: 0 auto;
  list-style: none;
  margin-right: 0;
  padding-right: 9%;
}
@media (max-width: 769px) {
  .content_pages_inner .content_pages--sidebar .sidebar_menu {
    max-width: 100%;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: Center;
    -webkit-justify-content: center;
  }
  .content_pages_inner
    .content_pages--sidebar
    .sidebar_menu::-webkit-scrollbar {
    height: 0;
    width: 0;
    border: 1px solid #d5d5d5;
  }
}
.content_pages_inner .content_pages--sidebar .sidebar_menu .sidebar_list {
  margin-bottom: 0;
}
.content_pages_inner .content_pages--sidebar .sidebar_menu .sidebar_list a {
  font-size: 12px;
  font-family: Mont-Bold;
  padding: 22.5px 20px;
  line-height: 15px;
  transition: 0.3s;
  border-bottom: 1px solid #dedede;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 769px) {
  .content_pages_inner .content_pages--sidebar .sidebar_menu .sidebar_list a {
    font-size: 10px;
    padding: 7px 6px;
  }
}
.content_pages_inner
  .content_pages--sidebar
  .sidebar_menu
  .sidebar_list
  a:hover {
  background: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
  border-color: #dedede;
  color: #fff;
}
.content_pages_inner
  .content_pages--sidebar
  .sidebar_menu
  .sidebar_list
  a.sidebar--active {
  background: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
  border-color: #dedede;
  color: #fff;
}
.content_pages_inner .content_pages--content,
.content_pages_inner .static_pages_content_master {
  background: #fff;
  padding: 40px 11% 41px 5%;
  min-height: 80vh;
  width: 100%;
  max-width: 70%;
}
@media (max-width: 769px) {
  .content_pages_inner .content_pages--content,
  .content_pages_inner .static_pages_content_master {
    padding: 20px 20px 41px 20px;
    text-align: center;
    max-width: 100%;
  }
}
.content_pages_inner .content_pages--content .content_pages--heading,
.content_pages_inner .static_pages_content_master .content_pages--heading {
  margin-bottom: 50px;
}
.content_pages_inner
  .content_pages--content
  .content_pages--heading.content-heading,
.content_pages_inner
  .static_pages_content_master
  .content_pages--heading.content-heading {
  margin-bottom: 38px;
}
@media (max-width: 769px) {
  .content_pages_inner
    .content_pages--content
    .content_pages--heading.content-heading,
  .content_pages_inner
    .static_pages_content_master
    .content_pages--heading.content-heading {
    margin-bottom: 12px;
  }
}
@media (max-width: 769px) {
  .content_pages_inner .content_pages--content .content_pages--heading,
  .content_pages_inner .static_pages_content_master .content_pages--heading {
    margin-bottom: 12px;
  }
}
.content_pages_inner .content_pages--content h1,
.content_pages_inner .static_pages_content_master h1 {
  font-family: Mont-Black;
  font-size: clamp(2em, 1.7vw, 3em);
  line-height: 32px;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.content_pages_inner .content_pages--content h2,
.content_pages_inner .static_pages_content_master h2 {
  font-size: 14px;
  line-height: 20px;
  font-family: Mont-Bold;
  margin-bottom: 0;
}
.content_pages_inner .content_pages--content hr,
.content_pages_inner .static_pages_content_master hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.content_pages_inner
  .content_pages--content
  h2
  .content_pages_inner
  .static_pages_content_master
  h3,
.content_pages_inner .content_pages--content h3,
.static_pages_content_master h2 {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  font-family: Mont-Black;
  font-size: clamp(1.3em, 1.4vw, 1.6em);
  cursor: pointer;
  position: relative;
  letter-spacing: 0;
}
.content_pages_inner
  .content_pages--content
  .content_pages--content_inner.content-section,
.content_pages_inner
  .static_pages_content_master
  .content_pages--content_inner.content-section {
  border-top: 2px solid #dedede;
  padding-top: 38px;
}
@media (max-width: 769px) {
  .content_pages_inner
    .content_pages--content
    .content_pages--content_inner.content-section,
  .content_pages_inner
    .static_pages_content_master
    .content_pages--content_inner.content-section {
    margin-bottom: 22px;
  }
}
.content_pages_inner .content_pages--content .content_pages--content_inner h2,
.content_pages_inner .content_pages--content .content_pages--content_inner h3,
.content_pages_inner
  .static_pages_content_master
  .content_pages--content_inner
  h2,
.content_pages_inner
  .static_pages_content_master
  .content_pages--content_inner
  h3 {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  font-family: Mont-Black;
  font-size: clamp(1.3em, 1.4vw, 1.6em);
  cursor: pointer;
  position: relative;
}
.content_pages_inner
  .content_pages--content
  .content_pages--content_inner
  h3::before,
.content_pages_inner
  .static_pages_content_master
  .content_pages--content_inner
  h3::before {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 26px;
  margin-top: -0.5rem;
  font-family: Mont-Bold;
}
.content_pages_inner
  .content_pages--content
  .content_pages--content_inner
  h3.active::before,
.content_pages_inner
  .static_pages_content_master
  .content_pages--content_inner
  h3.active::before {
  content: "-";
}
.content_pages_inner
  .content_pages--content
  .content_pages--content_inner
  h3.no-after-before::before,
.content_pages_inner
  .static_pages_content_master
  .content_pages--content_inner
  h3.no-after-before::before {
  content: none;
}
.content_pages_inner
  .content_pages--content
  .content_pages--content_inner
  .faqs_inner
  .questioner_answer_master,
.content_pages_inner
  .static_pages_content_master
  .content_pages--content_inner
  .faqs_inner
  .questioner_answer_master {
  border-bottom: 1px solid #dedede;
  padding-top: 16px;
}
.content_pages_inner
  .content_pages--content
  .content_pages--content_inner
  .faqs_inner
  .questioner_answer_master
  .questions_answers,
.content_pages_inner
  .static_pages_content_master
  .content_pages--content_inner
  .faqs_inner
  .questioner_answer_master
  .questions_answers {
  border-top: 1px solid #dedede;
  padding-top: 23px;
  padding-bottom: 10px;
  display: none;
}
.content_pages_inner
  .content_pages--content
  .content_pages--content_inner
  .faqs_inner
  .questioner_answer_master
  .questions_answers
  h3,
.content_pages_inner
  .content_pages--content
  .content_pages--content_inner
  .faqs_inner
  .questioner_answer_master
  .questions_answers
  h4,
.content_pages_inner
  .static_pages_content_master
  .content_pages--content_inner
  .faqs_inner
  .questioner_answer_master
  .questions_answers
  h3,
.content_pages_inner
  .static_pages_content_master
  .content_pages--content_inner
  .faqs_inner
  .questioner_answer_master
  .questions_answers
  h4 {
  font-family: MonT-Bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #1d1d1b;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
.content_pages_inner
  .content_pages--content
  .content_pages--content_inner
  .faqs_inner
  .questioner_answer_master
  .questions_answers
  h4::before,
.content_pages_inner
  .static_pages_content_master
  .content_pages--content_inner
  .faqs_inner
  .questioner_answer_master
  .questions_answers
  h4::before {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 26px;
  margin-top: -0.5rem;
  font-family: Mont-Bold;
}
.content_pages_inner
  .content_pages--content
  .content_pages--content_inner
  .faqs_inner
  .questioner_answer_master
  .questions_answers
  h4.active,
.content_pages_inner
  .static_pages_content_master
  .content_pages--content_inner
  .faqs_inner
  .questioner_answer_master
  .questions_answers
  h4.active {
  color: #48d3c4;
}
.content_pages_inner
  .content_pages--content
  .content_pages--content_inner
  .faqs_inner
  .questioner_answer_master
  .questions_answers
  h4.active::before,
.content_pages_inner
  .static_pages_content_master
  .content_pages--content_inner
  .faqs_inner
  .questioner_answer_master
  .questions_answers
  h4.active::before {
  content: "-";
}
.content_pages_inner
  .content_pages--content
  .content_pages--content_inner
  .faqs_inner
  .questioner_answer_master
  .questions_answers
  .answers,
.content_pages_inner
  .static_pages_content_master
  .content_pages--content_inner
  .faqs_inner
  .questioner_answer_master
  .questions_answers
  .answers {
  display: none;
}
.content_pages_inner
  .content_pages--content
  .content_pages--content_inner
  .faqs_inner
  .questioner_answer_master
  .questions_answers
  .answers
  div,
.content_pages_inner
  .content_pages--content
  .content_pages--content_inner
  .faqs_inner
  .questioner_answer_master
  .questions_answers
  .answers
  p,
.content_pages_inner
  .static_pages_content_master
  .content_pages--content_inner
  .faqs_inner
  .questioner_answer_master
  .questions_answers
  .answers
  div,
.content_pages_inner
  .static_pages_content_master
  .content_pages--content_inner
  .faqs_inner
  .questioner_answer_master
  .questions_answers
  .answers
  p {
  font-family: Mont-Medium;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: left;
  letter-spacing: 0;
}
.content_pages_inner
  .content_pages--content
  .content_pages--content_inner
  .faqs_inner
  .questioner_answer_master
  .questions_answers.faqs-show,
.content_pages_inner
  .static_pages_content_master
  .content_pages--content_inner
  .faqs_inner
  .questioner_answer_master
  .questions_answers.faqs-show {
  display: block;
}
.content_pages_inner
  .content_pages--content
  .content_pages--content_inner
  .content_pages_inner_content,
.content_pages_inner
  .static_pages_content_master
  .content_pages--content_inner
  .content_pages_inner_content {
  padding-bottom: 36px;
}
.content_pages_inner
  .content_pages--content
  .content_pages--content_inner
  .content_pages_inner_content
  .inner_content,
.content_pages_inner
  .static_pages_content_master
  .content_pages--content_inner
  .content_pages_inner_content
  .inner_content {
  padding-left: 26px;
  margin-bottom: 21px;
}
@media (max-width: 768px) {
  .content_pages_inner
    .content_pages--content
    .content_pages--content_inner
    .content_pages_inner_content
    .inner_content,
  .content_pages_inner
    .static_pages_content_master
    .content_pages--content_inner
    .content_pages_inner_content
    .inner_content {
    padding-left: 16px;
  }
}
.content_pages_inner
  .content_pages--content
  .content_pages--content_inner
  .content_pages_inner_content
  .inner_content
  .pages_inner,
.content_pages_inner
  .static_pages_content_master
  .content_pages--content_inner
  .content_pages_inner_content
  .inner_content
  .pages_inner {
  display: flex;
  font-family: MonT-Medium;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.content_pages_inner
  .content_pages--content
  .content_pages--content_inner
  .content_pages_inner_content
  .inner_content
  .pages_inner
  span,
.content_pages_inner
  .static_pages_content_master
  .content_pages--content_inner
  .content_pages_inner_content
  .inner_content
  .pages_inner
  span {
  padding-right: 15px;
  font-family: Mont-Medium;
}
.content_pages_inner
  .content_pages--content
  .content_pages--content_inner
  .content_pages_inner_content
  .inner_content
  .pages_inner
  p,
.content_pages_inner
  .static_pages_content_master
  .content_pages--content_inner
  .content_pages_inner_content
  .inner_content
  .pages_inner
  p {
  text-align: left;
}
.content_pages_inner
  .content_pages--content
  .content_pages--content_inner
  .content_pages_inner_content
  .inner_content
  .pages_inner
  ul,
.content_pages_inner
  .static_pages_content_master
  .content_pages--content_inner
  .content_pages_inner_content
  .inner_content
  .pages_inner
  ul {
  list-style: none;
  margin-left: 34px;
}
.content_pages_inner
  .content_pages--content
  .content_pages--content_inner
  .content_pages_inner_content
  .inner_content
  .pages_inner
  ul
  li,
.content_pages_inner
  .static_pages_content_master
  .content_pages--content_inner
  .content_pages_inner_content
  .inner_content
  .pages_inner
  ul
  li {
  font-family: Mont-Bold;
  text-decoration: none;
  border-bottom: none;
  padding-bottom: 7px;
  text-align: left;
}
.content_pages_inner
  .content_pages--content
  .content_pages--content_inner
  .content_pages_inner_content
  .inner_content
  .pages_inner.flex-wrap,
.content_pages_inner
  .static_pages_content_master
  .content_pages--content_inner
  .content_pages_inner_content
  .inner_content
  .pages_inner.flex-wrap {
  flex-wrap: wrap;
  margin-left: 34px;
}
body.popup-active {
  position: relative;
}
body.popup-active::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #000;
  z-index: 99999;
}
body.age-popup-active {
  position: relative;
  overflow: hidden;
}
.age_popup_section {
  z-index: 999999;
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  visibility: hidden;
}
.age_popup_section {
  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: -o-linear-gradient(182.37deg, #cd4a04 0.65%, #ed7d30 100%);
  background: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
}
.age_popup_section.open-model,
.trade_in_popup.open-model {
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  opacity: 1;
  visibility: visible;
}
.popup_overly {
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  background: #fff;
  padding: 47px 78px;
  width: 100%;
  max-width: 668px;
}
.popup_overly_age {
  background: #fff;
  max-width: 900px;
  padding: 30px 60px;
  max-height: 90%;
  overflow: auto;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: unset;
  top: unset;
  transform: unset;
}
@media screen and (max-width: 1480px) {
  .popup_overly_age {
    padding: 30px 60px;
  }
}
@media screen and (max-width: 1000px) {
  .popup_overly_age {
    width: 80%;
    padding: 30px;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .popup_overly_age {
    width: 90%;
    height: 90%;
  }
}
@media screen and (max-width: 450px) {
  .popup_overly_age {
    padding: 20px;
  }
}
@media (max-width: 769px) {
  .popup_overly {
    padding: 21px;
    max-width: calc(100% - 31px);
  }
}
.popup_overly_age .switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  overflow: hidden;
  right: 20px;
  top: 10px;
  cursor: pointer;
  position: absolute;
  border-radius: 60px;
  background: #f36f25;
  padding: 5px;
}
.popup_overly_age .switch input {
  position: absolute !important;
  height: 1px;
  width: 1px;
  border: 0;
  outline: 0;
  overflow: hidden;
  opacity: 0;
}
.popup_overly_age .switch label {
  background: #f36f25;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 8px 15px 7px 14px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-radius: 60px;
  margin-bottom: 0;
}
.popup_overly_age .switch label:first-of-type {
  border-radius: 60px;
}
.popup_overly_age .switch input:checked + label {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #f36f25;
}
.popup_overly_age .switch label:last-of-type {
  border-radius: 60px;
}
.cookies__title {
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #2a2c2c;
  margin-bottom: 20px;
  margin-top: 30px;
  font-family: Mont-Bold;
}
@media screen and (max-width: 1000px) {
  .cookies__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .cookies__title {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 26px;
  }
}
@media screen and (max-width: 480px) {
  .cookies__title {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
}
.cookies__description {
  font-size: 12px;
  line-height: 20px;
  color: #2a2c2c;
  margin-bottom: 10px;
  font-family: Mont-Medium;
}
@media screen and (max-width: 480px) {
  .cookies__description {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 16px;
  }
}
.cookies .form-age {
  border: 2px solid #efefef;
  padding: 20px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin: 15px 0;
}
.cookies .form-age__image {
  margin-right: 20px;
  max-width: 70px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .cookies .form-age__image {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .cookies .form-age {
    padding: 20px;
  }
}
@media screen and (max-width: 900px) {
  .cookies .form-age {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cookies .form-age .block__description {
  font-size: 16px;
  line-height: 120%;
  color: #2a2c2c;
  margin-bottom: 20px;
  font-family: Mont-Medium;
}
@media screen and (max-width: 1000px) {
  .cookies .form-age .block__description {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .cookies .form-age .block__description {
    text-align: center;
  }
}
.cookies .form-age .block__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 900px) {
  .cookies .form-age .block__inputs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .cookies .form-age .block__inputs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cookies .form-age .block__btn {
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .cookies .form-age .block__btn {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .cookies .form-age .block__btn {
    margin: 14px 5px 0;
  }
}
@media screen and (max-width: 768px) {
  .cookies .form-age .block__btn {
    margin: 14px 5px 0;
  }
}
.button_kz {
  width: 100%;
  line-height: 1;
  border-radius: 100px;
  padding: 14px 8px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: -o-linear-gradient(182.37deg, #cd4a04 0.65%, #ed7d30 100%);
  background: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.7px;
  cursor: pointer;
  font-family: Mont-Medium;
}
.cookies .form-age .block__btn .button {
  padding: 12px 18px;
  font-size: 13px;
  line-height: 120%;
}
.button_kz.button--enabled {
  color: #333;
  border-radius: 100px;
  background: #fff;
  position: relative;
  -webkit-transition: color, background 0.4s;
  -o-transition: color, background 0.4s;
  transition: color, background 0.4s;
}
.button_kz.button--enabled:before {
  content: "";
  position: absolute;
  background: -o-linear-gradient(182.37deg, #cd4a04 0.65%, #ed7d30 100%);
  background: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
  width: 102%;
  right: 0;
  bottom: 0;
  left: -2px;
  top: -2px;
  padding: 2px;
  height: 110%;
  z-index: -1;
  border-radius: 100px;
}
.cookies .form-age .block__error-message {
  display: none;
  font-size: 12px;
  color: #eb5757;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .cookies .form-age .block__error-message {
    text-align: center;
  }
}
.cookies__copyright {
  text-align: center;
  font-size: 12px;
}
.popup_overly .popup_overly_inner {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.popup_overly .popup_overly_inner .popup_img {
  margin-bottom: 18px;
  text-align: center;
}
.popup_overly .popup_overly_inner h2 {
  text-align: center;
  font-family: Mont-Black;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: -1px;
}
.trade_in_popup .popup_overly .popup_overly_inner h2 {
  font-family: Mont-Bold;
  font-size: 26px;
  line-height: 1.2;
  text-transform: unset;
}
@media (max-width: 769px) {
  .trade_in_popup .popup_overly .popup_overly_inner h2 {
    font-size: 20px;
  }
  .popup_overly .popup_overly_inner h2 {
    font-size: 24px;
  }
}
.popup_overly .popup_overly_inner .popup_content,
.popup_overly .popup_overly_inner p {
  font-size: 14px;
  font-family: MonT-Medium;
  color: #2a2a2a;
  text-align: center;
}
.popup_overly .popup_overly_inner .popup_content a,
.popup_overly .popup_overly_inner p a {
  text-decoration: underline;
}
.popup_overly .popup_overly_inner .popup_buttons {
  display: flex;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  width: 100%;
  flex-wrap: wrap;
}
.popup_overly .popup_overly_inner .bottom_text_popup {
  width: 100%;
  margin: 0 auto;
  max-width: 401px;
  padding-top: 15px;
}
.popup_overly .popup_overly_inner .bottom_text_popup p {
  text-align: center;
  font-family: Mont-Medium;
  font-size: 12px;
  margin-bottom: 0;
}
.popup_overly .popup_overly_inner .age_not_confirom {
  display: none;
}
.error_page .page-width {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
  max-width: 607px;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-right: 0;
}
.error_page .page-width .section-header {
  padding-top: 0;
  text-align: left;
}
.error_page .page-width .section-header img {
  margin-bottom: 13px;
}
.error_page .page-width .section-header .bottom_small_text {
  color: #000;
  text-align: left;
  font-size: 12px;
  font-family: MonT-Medium;
  margin-bottom: 6px;
}
.error_page .page-width .section-header .section-header__title {
  font-family: Mont-Black;
  text-align: left;
  font-size: clamp(3em, 3.6vw, 3.5em);
  color: #000;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.error_page .page-width .section-header .error_page_button a {
  background: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
  border-radius: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: MonT-Medium;
  max-width: fit-content;
  margin-top: 36px;
  padding: 10px 20px;
}
.product-grid-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
@media (max-width: 1151px) {
  .product-grid-form {
    flex-wrap: wrap;
    padding-top: 10px;
  }
}
.product-grid-form .form-qty {
  margin: 0;
  background: #fff;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 0;
  height: 35px;
  margin-right: 10px;
}
@media (max-width: 769px) {
  .product-grid-form .form-qty {
    width: 100%;
    margin-right: 0;
  }
}
.product-grid-form .form-qty .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 769px) {
  .product-grid-form .form-qty .control {
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.product-grid-form .form-qty .control .button-minus,
.product-grid-form .form-qty .control .button-plus {
  background: 0 0;
  border: none;
  font-size: 20px;
  width: 34px;
  padding: 0;
  height: 33px;
  cursor: pointer;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #efefef;
  border-radius: 30px;
}
.product-grid-form .form-qty .control .qty {
  background: 0 0;
  right: 0;
  width: 42px;
  padding: 0 4px;
  text-align: center;
  border: 0;
  height: 33px;
  max-width: 112px;
}
.product_atc {
  background: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  text-transform: uppercase;
  font-family: Mont-Bold;
  padding: 10px;
  font-size: clamp(0.6rem, 0.56vw, 0.6rem);
  letter-spacing: 0.04em;
  width: 100%;
  height: 35px;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 146px;
  margin-top: 10px;
  border-radius: 100px;
  color: #fff;
}
@media (max-width: 769px) {
  .product_atc {
    max-width: 100%;
  }
}
.product_atc.disabled-btn {
  pointer-events: none;
  background: 0 0;
  border: 1px solid linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
}
input.qty::-webkit-inner-spin-button,
input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input.qty[type="number"] {
  -moz-appearance: textfield;
}
.bundle_tag {
  position: absolute;
  top: 20px;
  background: #2a2a2a;
  color: #fff;
  max-width: 138px;
  width: 100%;
  text-align: center;
  font-family: Mont-Medium;
  font-size: 12px;
  letter-spacing: -0.2px;
  padding: 3px 3px;
  left: 20px;
}
@media (max-width: 769px) {
  .bundle_tag {
    top: 8px;
    left: 8px;
  }
}
.bundle_meta_text {
  font-family: Mont-Medium;
  font-size: clamp(0.7rem, 1vw, 0.7rem);
  text-transform: uppercase;
  line-height: 15px;
}
.bundle_meta_text p {
  margin-bottom: 7px;
}
.bundle_button_master {
  margin-top: 4px;
}
.bundle_button_master .bundle_atc {
  background: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
  border-radius: 100px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  text-transform: uppercase;
  font-family: MonT-Medium;
  padding: 10px;
  font-size: clamp(0.6rem, 0.63vw, 1rem);
  letter-spacing: 0.04em;
  width: 100%;
  height: 35px;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 100%;
  margin-top: 10px;
}
.add-to-cart.disabled,
.add-to-cart[disabled="disabled"],
.bundle_atc.bg-soldOut,
.product_atc.bg-soldOut {
  background: #efefef !important;
  pointer-events: none;
  cursor: not-allowed;
  border-color: transparent !important;
}
.add-to-cart.disabled.wd-100,
.add-to-cart[disabled="disabled"].wd-100,
.bundle_atc.bg-soldOut.wd-100,
.product_atc.bg-soldOut.wd-100 {
  max-width: 100% !important;
}
.product-block {
  margin-bottom: 10px;
}
.product-block .variant__label {
  font-size: clamp(0.7rem, 0.56vw, 1rem) !important;
  font-family: Mont-Bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.product-block .variant__label .variant__label-info {
  font-family: MonT-Medium;
}
.product-block .variant-input-wrap {
  display: flex;
  width: 100%;
}
@media (max-width: 769px) {
  .product-block .variant-input-wrap {
    flex-wrap: wrap;
  }
}
.product-block .variant-input-wrap .variant-input {
  display: flex !important;
  width: 100%;
  height: 100%;
}
.product-block .variant-input-wrap .variant-input .variant__button-label {
  padding: 0;
  width: 100%;
  border: unset;
}
@media (max-width: 769px) {
  .product-block .variant-input-wrap .variant-input .variant__button-label {
    margin-bottom: 3px;
  }
}
.product-block
  .variant-input-wrap
  .variant-input
  .variant__button-label.disabled:after {
  content: none;
}
.product-block
  .variant-input-wrap
  .variant-input
  .variant__button-label.disabled
  .bars_master:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) calc(50% - 1px),
    #aaa 50%,
    rgba(0, 0, 0, 0) calc(50% + 1px),
    rgba(0, 0, 0, 0) 100%
  );
}
.product-block
  .variant-input-wrap
  .variant-input
  .variant__button-label
  .bars_master {
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: 1px solid #dadada;
  color: transparent;
  flex: 1;
  outline: 0;
  width: 100%;
  height: 40px;
  min-width: 22px;
}
@media (min-width: 768px) {
  .product-block
    .variant-input-wrap
    .variant-input
    .variant__button-label
    .bars_master {
    border-right: none;
  }
}
@media (min-width: 768px) {
  .product-block
    .variant-input-wrap
    .variant-input:last-child
    .variant__button-label
    .bars_master {
    border-right: 1px solid #dadada;
  }
}
.variant-input-wrap input[type="radio"]:checked + label .bars_master {
  filter: invert(100);
}
.product-inventory,
.product-inventory-flavor {
  font-family: MonT-Medium;
  margin-top: 14px;
  font-size: 12px;
  line-height: 15px;
}
.product-inventory-flavor.in-stock,
.product-inventory.in-stock {
  color: #991f39;
  text-transform: uppercase;
  font-family: Mont-Bold;
  color: #57c072;
}
.product-inventory-flavor.out-stock,
.product-inventory.out-stock {
  color: #991f39;
  text-transform: uppercase;
  font-family: Mont-Bold;
}
.grid__item .grid-product {
  padding-left: 5px;
  padding-right: 5px;
  flex: 0 0 25%;
  align-items: stretch;
  -webkit-align-items: stretch;
  display: flex;
  margin-bottom: 10px;
}
.grid__item .new_product_grid_tile {
  flex: 0 0 16.6%;
}
@media (max-width: 1050px) {
  .grid__item .grid-product,
  .grid__item .new_product_grid_tile {
    flex: 0 0 33.3%;
  }
}
@media (max-width: 768px) {
  .grid__item .grid-product,
  .grid__item .new_product_grid_tile {
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.grid__item .grid-product .grid-item__content {
  padding: 0 20px 22px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
}
.grid__item .grid-product .grid-item__content .grid-item__meta {
  margin: 15px 0;
}
@media (max-width: 769px) {
  .grid__item .grid-product .grid-item__content .grid-item__meta {
    margin-bottom: 8px;
  }
}
.grid__item
  .grid-product
  .grid-item__content
  .grid-item__meta
  .grid-product__title,
.product_variants_collections .grid-product__title {
  font-family: Mont-Medium;
  font-size: clamp(1rem, 0.66vw, 1.4rem);
  line-height: 20px;
  margin-bottom: 15px;
  color: #1d1d1b;
  letter-spacing: 0.2px;
}
@media (max-width: 769px) {
  .grid__item
    .grid-product
    .grid-item__content
    .grid-item__meta
    .grid-product__title,
  .product_variants_collections .grid-product__title {
    margin-bottom: 8px;
  }
}
.grid__item
  .grid-product
  .grid-item__content
  .grid-item__meta
  .grid-product__price {
  font-family: Mont-Bold;
  line-height: 28px;
  font-size: clamp(1rem, 0.66vw, 1.4rem);
  letter-spacing: 0.2px;
}
@media (max-width: 769px) {
  .grid__item .grid-product .grid-item__content .product_variants_collections {
    padding-left: 5px;
  }
}
.product_variants_collections .color_name,
.product_variants_collections .color_title {
  display: none !important;
}
.color-variant .variant-input-wrap {
  align-items: center;
  -webkit-align-items: center;
}
.color-variant .variant-input-wrap .variant-input {
  width: 21px;
  margin-right: 7px;
  height: 21px;
  padding: 2px;
  border: 1px solid transparent;
  border-radius: 50px;
}
.color-variant .variant-input-wrap .variant-input .color-swatch {
  padding: 0;
  width: 100%;
  border: unset;
  height: 100%;
  margin: 0;
  background-position: center;
  background-size: contain;
}
.color-variant .variant-input-wrap .variant-input.active {
  border-color: #000;
}
.product_short_description {
  font-size: 12px;
  font-family: Mont-Medium;
  line-height: 15px;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  border: 1px solid transparent;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
.wd-100 {
  width: 100%;
}
.hero__link {
  margin-top: 0;
  margin-bottom: 0;
}
.hero__link a {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: MonT-Medium;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  border-radius: 39px;
  color: #1d1d1b !important;
  max-width: 180px;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0;
}
.image_text_v2_master {
  max-width: 1376px;
  margin: 0 auto;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .image_text_v2_master {
    padding: 19px 0;
  }
}
.image_text_v2_master .image_text_v2--inner {
  width: 100%;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 769px) {
  .image_text_v2_master .image_text_v2--inner {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
.image_text_v2_master .image_text_v2--inner .image_text_block {
  width: 100%;
  max-width: 33.3%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 7px;
  height: 240px;
  position: relative;
}
@media (min-width: 769px) {
  .image_text_v2_master .image_text_v2--inner .image_text_block:first-child,
  .image_text_v2_master .image_text_v2--inner .image_text_block:last-child {
    margin: 0 0;
  }
}
.image_text_v2_master .image_text_v2--inner .image_text_block img {
  width: auto;
  height: 100%;
}
@media (max-width: 768px) {
  .image_text_v2_master .image_text_v2--inner .image_text_block {
    max-width: 100%;
    margin: 0 0;
    margin-bottom: 5px;
    height: 100%;
  }
  .image_text_v2_master .image_text_v2--inner .image_text_block img {
    width: 100%;
    height: auto;
  }
}
.image_text_v2_master .image_text_v2--inner .image_text_block .image_text_text {
  width: 100%;
  max-width: 291px;
  padding: 30px 40px;
  position: absolute;
  padding-top: 0;
  padding-left: 20px;
  bottom: 0;
}
@media (max-width: 769px) {
  .image_text_v2_master
    .image_text_v2--inner
    .image_text_block
    .image_text_text {
    max-width: 100%;
    padding: 0 26px;
    bottom: unset;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.image_text_v2_master
  .image_text_v2--inner
  .image_text_block
  .image_text_text
  h2 {
  color: #1d1d1b;
  font-family: Mont-Bold;
  font-size: clamp(1.65rem, 2.2vw, 1.6rem);
  line-height: 1.2;
  margin-bottom: 5px;
  letter-spacing: 0;
}
.image_text_v2_master
  .image_text_v2--inner
  .image_text_block
  .image_text_text
  h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  font-family: Mont-Bold;
}
.image_text_v2_master
  .image_text_v2--inner
  .image_text_block
  .image_text_text
  a {
  border: 1px solid;
  display: block;
  max-width: max-content;
  text-align: center;
  font-family: Mont-Bold;
  text-transform: uppercase;
  padding: 7px 25px;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  border-radius: 100px;
}
.image_text_v2_master .image_text_v2--inner .image_text_block.dark h2,
.image_text_v2_master .image_text_v2--inner .image_text_block.dark h3 {
  color: #242c2c;
}
.image_text_v2_master
  .image_text_v2--inner
  .image_text_block.dark
  .light-color
  h2,
.image_text_v2_master
  .image_text_v2--inner
  .image_text_block.dark
  .light-color
  h3 {
  color: #fff;
}
.image_text_v2_master .image_text_v2--inner .image_text_block.dark a {
  background-color: transparent;
  border-color: #242c2c;
  color: #242c2c;
}
.image_text_v2_master
  .image_text_v2--inner
  .image_text_block.dark
  .light-color
  a {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.image_text_v2
  .image_text_v2_master
  .image_text_v2--inner
  .image_text_block.dark
  a {
  background-color: transparent;
  border-color: #242c2c;
  color: #242c2c;
  font-family: Mont-Bold;
}
.image_text_v2
  .image_text_v2_master
  .image_text_v2--inner
  .image_text_block.dark
  .light-color
  a {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  font-family: Mont-Bold;
}
div[data-section-type="recently-viewed"] {
  padding-bottom: 35px;
  padding-top: 35px;
  background-color: #efefef;
}
.collection-content .page-width,
div[data-section-type="recently-viewed"] .page-width {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1406px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .collection-content .page-width,
  div[data-section-type="recently-viewed"] .page-width {
    padding: 0 0;
  }
}
.collection-content .page-width .grid,
div[data-section-type="recently-viewed"] .page-width .grid {
  width: 100%;
  margin: 0 0;
}
.collection-content .page-width .grid .grid__item--content,
div[data-section-type="recently-viewed"]
  .page-width
  .grid
  .grid__item--content {
  padding-left: 0;
}
.collection-content .page-width .grid .grid__item--content .collection-grid,
div[data-section-type="recently-viewed"]
  .page-width
  .grid
  .grid__item--content
  .collection-grid {
  margin: 0 0;
  -webkit-justify-content: center;
  justify-content: center;
}
.product_grid_tag {
  background-color: #242c2c;
  color: #fff;
  padding: 3px 14px;
  font-size: 14px;
  font-family: Mont-Bold;
  position: absolute;
  z-index: 4;
}
@media (max-width: 769px) {
  .collection-content .page-width .grid .grid__item--content .collection-grid,
  div[data-section-type="recently-viewed"]
    .page-width
    .grid
    .grid__item--content
    .collection-grid {
    padding-top: 0;
  }
}
.collection-content
  .page-width
  .grid
  .grid__item--content
  .collection-grid.small-grid-items,
div[data-section-type="recently-viewed"]
  .page-width
  .grid
  .grid__item--content
  .collection-grid.small-grid-items {
  max-width: 1034px;
  margin: 0 auto;
}
.collection-content
  .page-width
  .grid
  .grid__item--content
  .collection-grid.small-grid-items
  .grid-product,
div[data-section-type="recently-viewed"]
  .page-width
  .grid
  .grid__item--content
  .collection-grid.small-grid-items
  .grid-product {
  flex: 0 0 33.3%;
}
@media (max-width: 1051px) {
  .collection-content
    .page-width
    .grid
    .grid__item--content
    .collection-grid.small-grid-items
    .grid-product,
  div[data-section-type="recently-viewed"]
    .page-width
    .grid
    .grid__item--content
    .collection-grid.small-grid-items
    .grid-product {
    flex: 0 0 50%;
  }
}
@media (max-width: 550px) {
  .collection-content
    .page-width
    .grid
    .grid__item--content
    .collection-grid.small-grid-items
    .grid-product,
  div[data-section-type="recently-viewed"]
    .page-width
    .grid
    .grid__item--content
    .collection-grid.small-grid-items
    .grid-product {
    flex: 0 0 100%;
  }
}
.collection-content
  .page-width
  .grid
  .grid__item--content
  .collection-grid.small-grid-items
  .grid-product
  .variant-input-wrap,
div[data-section-type="recently-viewed"]
  .page-width
  .grid
  .grid__item--content
  .collection-grid.small-grid-items
  .grid-product
  .variant-input-wrap {
  align-items: center;
  -webkit-align-items: center;
}
.collection-content
  .page-width
  .grid
  .grid__item--content
  .collection-grid.small-grid-items
  .grid-product
  .variant-input,
div[data-section-type="recently-viewed"]
  .page-width
  .grid
  .grid__item--content
  .collection-grid.small-grid-items
  .grid-product
  .variant-input {
  width: 23px;
  margin-right: 7px;
  height: 23px;
  padding: 2px;
  border: 1px solid transparent;
  border-radius: 50px;
}
.collection-content
  .page-width
  .grid
  .grid__item--content
  .collection-grid.small-grid-items
  .grid-product
  .variant-input
  .color-swatch,
div[data-section-type="recently-viewed"]
  .page-width
  .grid
  .grid__item--content
  .collection-grid.small-grid-items
  .grid-product
  .variant-input
  .color-swatch {
  height: 100%;
  margin: 0;
}
.collection-content
  .page-width
  .grid
  .grid__item--content
  .collection-grid.small-grid-items
  .grid-product
  .variant-input.active,
div[data-section-type="recently-viewed"]
  .page-width
  .grid
  .grid__item--content
  .collection-grid.small-grid-items
  .grid-product
  .variant-input.active {
  border-color: #000;
}
.collection-content
  .page-width
  .grid
  .grid__item--content
  .collection-grid.small-grid-items
  .grid-product
  .collection_product_inner,
div[data-section-type="recently-viewed"]
  .page-width
  .grid
  .grid__item--content
  .collection-grid.small-grid-items
  .grid-product
  .collection_product_inner {
  margin-bottom: 19px;
}
.collection-content .collection-filter__inner,
div[data-section-type="recently-viewed"] .collection-filter__inner {
  display: none;
}
.image_text_v3,
.index-collcetion-content,
div[data-section-type="recently-viewed"] {
  margin-top: 0;
  padding-top: 52px;
  margin-bottom: 0;
  padding-bottom: 52px;
}
.image_text_v3 .section-header,
.index-collcetion-content .section-header,
div[data-section-type="recently-viewed"] .section-header {
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .image_text_v3 .section-header,
  .index-collcetion-content .section-header,
  div[data-section-type="recently-viewed"] .section-header {
    margin-bottom: 15px;
  }
}
.image_text_v3 .section-header .section-header__title,
.index-collcetion-content .section-header .section-header__title,
div[data-section-type="recently-viewed"]
  .section-header
  .section-header__title {
  font-size: 26px;
  color: #1d1d1b;
  font-family: Mont-Black;
  letter-spacing: -1px;
}
.image_text_v3 .slick-dots,
.index-collcetion-content .slick-dots,
.product-recommendations .slick-dots,
div[data-section-type="recently-viewed"] .slick-dots {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  list-style: none;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .image_text_v3 .slick-dots,
  .index-collcetion-content .slick-dots,
  .product-recommendations .slick-dots,
  div[data-section-type="recently-viewed"] .slick-dots {
    margin-top: 4px;
    margin-left: 0;
  }
}
.image_text_v3 .slick-dots li,
.index-collcetion-content .slick-dots li,
.product-recommendations .slick-dots li,
div[data-section-type="recently-viewed"] .slick-dots li {
  margin-bottom: 0;
  padding: 0 4px;
}
.image_text_v3 .slick-dots li button,
.index-collcetion-content .slick-dots li button,
.product-recommendations .slick-dots li button,
div[data-section-type="recently-viewed"] .slick-dots li button {
  border-radius: 32px;
  height: 12px;
  width: 11px;
  font-size: 0;
  background: #fefefe;
}
.index-collcetion-content .slick-dots li button {
  background: #c6c6c6;
}
.image_text_v3 .slick-dots li.slick-active button,
.index-collcetion-content .slick-dots li.slick-active button,
.product-recommendations .slick-dots li.slick-active button,
div[data-section-type="recently-viewed"] .slick-dots li.slick-active button {
  background: #b0b0b0;
}
.index-collcetion-content .slick-dots li.slick-active button {
  background: #727272;
}
@media (max-width: 768px) {
  .image_text_v3 .slick-list,
  .index-collcetion-content .slick-list,
  .product-recommendations .slick-list,
  div[data-section-type="recently-viewed"] .slick-list {
    padding-left: 0 !important;
  }
  .image_text_v3 .slick-slide,
  .index-collcetion-content .slick-slide,
  .product-recommendations .slick-slide,
  div[data-section-type="recently-viewed"] .slick-slide {
    margin: 0 5px !important;
  }
  .image_text_v3 .page-width,
  .index-collcetion-content .page-width,
  div[data-section-type="recently-viewed"] .page-width {
    padding-left: 20px;
  }
  .image_text_v3,
  .index-collcetion-content,
  div[data-section-type="recently-viewed"] {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  div[data-section-type="recently-viewed"] .page-width {
    padding: 0 20px;
  }
}
.icon_text_v2_master {
  width: 100%;
  margin: 0 auto;
  padding: 45px 15px;
}
.icon_text_v2_master .icon_text_inner {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 768px) {
  .icon_text_v2_master .icon_text_inner {
    flex-wrap: wrap;
  }
}
.icon_text_v2_master .icon_text_inner h3 {
  margin-bottom: 0;
  color: #2a2a2a;
  font-family: Mont-Bold;
  font-size: 26px;
  line-height: 50px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.icon_text_v2_master .icon_text_inner .green_bar_heading p {
  font-size: 14px;
  line-height: 22px;
  color: #636363;
  font-family: Mont-Bold;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .icon_text_v2_master .icon_text_inner h3 {
    text-align: center;
    width: 100%;
  }
  .icon_text_v2_master .icon_text_inner .green_bar_heading p {
    padding: 0 20px;
  }
}
.icon_text_v2_master .icon_text_inner .icon_text_icon_master {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  width: 100%;
  max-width: 889px;
}
@media (max-width: 768px) {
  .icon_text_v2_master .icon_text_inner .icon_text_icon_master {
    flex-wrap: wrap;
    margin-top: 13px;
  }
}
.icon_text_v2_master .icon_text_inner .icon_text_icon_master .icon_text_icon,
.icon_text_v2_master .icon_text_inner .icon_text_icon_master .icon_text_icon a {
  text-align: center;
  min-height: 87px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .icon_text_v2_master .icon_text_inner .icon_text_icon_master .icon_text_icon,
  .icon_text_v2_master
    .icon_text_inner
    .icon_text_icon_master
    .icon_text_icon
    a {
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 68px;
  }
}
.icon_text_v2_master
  .icon_text_inner
  .icon_text_icon_master
  .icon_text_icon
  .icon_svg {
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: end;
}
@media (max-width: 768px) {
  .icon_text_v2_master
    .icon_text_inner
    .icon_text_icon_master
    .icon_text_icon
    .icon_svg {
    height: 100%;
    width: 65px;
    text-align: center;
  }
}
.icon_text_v2_master .icon_text_inner .icon_text_icon_master .icon_text_icon p {
  color: #2a2a2a;
  letter-spacing: 0.2px;
  font-family: Mont-Bold;
  line-height: 15px;
  font-size: 12px;
  width: 100%;
}
@media (max-width: 768px) {
  .icon_text_v2_master
    .icon_text_inner
    .icon_text_icon_master
    .icon_text_icon
    p {
    text-align: left;
    width: 100%;
    padding: 0 23px;
    max-width: 161px;
  }
}
@media (max-width: 768px) {
  .image_text_v3 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.image_text_v3 .image_text_block {
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  position: relative;
  height: 600px !important;
}
@media (max-width: 768px) {
  .image_text_v3 .image_text_block {
    height: 100% !important;
  }
}
.image_text_v3 .image_text_block .image_text_text {
  max-width: 100% !important;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 25px !important;
  height: 164px;
}
@media (min-width: 768px) {
  .image_text_v3 .image_text_block .image_text_text {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (min-width: 1120px) {
  .image_text_v3 .image_text_block .image_text_text {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 768px) {
  .image_text_v3 .image_text_block .image_text_text {
    max-width: 308px !important;
    height: unset;
    bottom: 0 !important;
    transform: none !important;
    top: unset !important;
    padding-bottom: 17px !important;
  }
}
.image_text_v3 .image_text_block .image_text_text h2 {
  font-size: clamp(1.3rem, 2vw, 1.8rem) !important;
  margin-bottom: 16px !important;
  line-height: 1 !important;
}
@media (max-width: 768px) {
  .image_text_v3 .image_text_block .image_text_text h2 {
    margin-bottom: 10px !important;
  }
}
.image_text_v3 .image_text_block .image_text_text h3 {
  font-size: 14px !important;
  line-height: 140% !important;
  margin-bottom: 21px;
}
@media (max-width: 768px) {
  .image_text_v3 .image_text_block .image_text_text h3 {
    font-size: 12px !important;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .image_text_v3 .image_text_block .image_text_text a {
    margin: 0 auto;
    margin-left: 0;
  }
}
.image_text_v3 .slick-dots li button {
  background-color: #efefef;
}
@media (max-width: 768px) {
  .image_text_v3 .image_text_v2_master .image_text_v2--inner {
    padding: 0 0;
  }
}
.bottom_blogs {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1406px;
  margin: 0 auto;
}
.bottom_blogs .bottom_blog_heading {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 27px;
}
@media (max-width: 769px) {
  .bottom_blogs .bottom_blog_heading {
    margin-bottom: 18px;
  }
}
.bottom_blogs .bottom_blog_heading h3 {
  color: #2a2a2a;
  font-family: Mont-Black;
  font-size: 26px;
  margin-bottom: 0;
  letter-spacing: -1px;
}
.bottom_blogs .bottom_blog_heading a {
  color: #2a2a2a;
  font-family: MonT-Medium;
  font-size: 14px;
  text-transform: uppercase;
}
.bottom_blogs .bottom_blog_heading a path,
.bottom_blogs .bottom_blog_heading a svg {
  fill: #2a2a2a;
  stroke: #2a2a2a;
}
.blog_articles_master {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
}
.blog_articles_master .blog_article_single {
  width: 100%;
  max-width: 33.3%;
  height: 438px;
  margin-bottom: 41px;
  padding: 0 2px;
}
@media (max-width: 1051px) {
  .blog_articles_master .blog_article_single {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .blog_articles_master .blog_article_single {
    margin: 0 auto 22px;
    max-width: 100%;
    padding: 0;
    height: unset;
  }
}
.blog_articles_master .blog_article_single:first-child {
  padding-left: 0;
}
.blog_articles_master .blog_article_single:last-child {
  padding-right: 0;
}
.blog_articles_master .blog_article_single .blog_article_single_image {
  overflow: hidden;
  height: 232px;
  margin-bottom: 11px;
}
.blog_articles_master
  .blog_article_single
  .blog_article_single_image
  .article_image {
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 100%;
  -webkit-transition: all 1.25s;
  -moz-transition: all 1.25s;
  -o-transition: all 1.25s;
  transition: all 1.25s;
}
.blog_articles_master
  .blog_article_single
  .blog_article_single_image
  .article_image:hover {
  transform: scale(1.09);
  -webkit-transform: scale(1.09);
}
@media (max-width: 768px) {
  .blog_articles_master .blog_article_single .blog_article_single_image {
    height: unset;
  }
}
.blog_articles_master .blog_article_single .article__sub-meta-date {
  text-transform: unset;
  font-family: Mont-Medium;
  font-size: 13px;
  color: #1d1d1b;
}
.blog_articles_master .blog_article_single h2 {
  font-size: 20px;
  font-family: MonT-Bold;
  line-height: 28px;
  margin-bottom: 10px;
  /* text-transform: uppercase; */
  letter-spacing: 0.02rem;
}
@media (min-width: 768px) {
  .blog_articles_master .blog_article_single h2 {
    height: 83px;
  }
}
.blog_articles_master .blog_article_single .article_content,
.blog_articles_master .blog_article_single p {
  color: #6b6b6b;
  font-family: Mont-Medium;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.blog_articles_master .blog_article_single .article_title_image {
  display: block;
  width: 100%;
  height: 100%;
}
.blog_articles_master .blog_article_single .article_title {
  color: #2a2a2a;
  font-family: Mont-Bold;
  font-size: 15px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 4px;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
}
.blog_articles_master .blog_article_single .article_title svg {
  fill: #2a2a2a;
  margin-left: 9px;
  stroke: #2a2a2a;
}
.blog_articles_master .blog_article_single .article_title svg path {
  stroke: #2a2a2a;
  fill: #2a2a2a;
}
.index-blog-section {
  margin: 0;
  padding-top: 57px;
}
@media (max-width: 768px) {
  .index-blog-section {
    padding-top: 40px;
  }
}
.index-blog-section .page-width {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1406px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .index-blog-section .page-width h3 {
    width: 100%;
    text-align: center;
  }
}
.index-blog-section .page-width .bottom_blogs {
  padding: 0;
}
@media (max-width: 768px) {
  .index-blog-section .page-width .article_content {
    display: none !important;
  }
  .index-blog-section .page-width .bottom_blog_heading {
    flex-wrap: wrap;
    justify-content: center !important;
    -webkit-justify-content: center !important;
  }
  .index-blog-section .page-width .bottom_blog_heading a {
    margin-top: 9px;
  }
  .index-blog-section .page-width .blog_article_single {
    height: 100%;
    margin-bottom: 34px;
  }
  .index-blog-section .page-width .blog_article_single_image {
    height: 100%;
  }
}
.index-about-us_inner {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1406px;
  margin: 0 auto;
  padding: 59px 15px;
}
@media (max-width: 768px) {
  .index-about-us_inner {
    padding: 30px 20px;
  }
}
.index-about-us_inner .heading {
  width: 100%;
  max-width: 30%;
}
@media (max-width: 768px) {
  .index-about-us_inner .heading {
    max-width: 100%;
    margin-bottom: 9px;
    text-align: center;
  }
}
.index-about-us_inner .heading h3 {
  font-size: 26px;
  line-height: 90%;
  color: #1d1d1b;
  font-family: Mont-Bold;
  letter-spacing: 0;
}
.index-about-us_inner .about-us_content {
  width: 100%;
  max-width: 70%;
  font-family: Mont-Medium;
  font-size: 14px;
  line-height: 148%;
  color: #636363;
}
.index-about-us_inner .about-us_content strong {
  color: #2a2a2a;
  font-weight: 800;
  font-family: Mont-Bold;
}
@media (max-width: 768px) {
  .index-about-us_inner .about-us_content {
    max-width: 100%;
    column-count: 1 !important;
  }
}
.index-section--hero .hero-natural-inner,
.index-section--hero .hero-natural-inner__inner,
.index-section--hero .slideshow-wrapper,
.index-section--hero div[data-section-type="slideshow-section"] {
  height: 100%;
}
@media (max-width: 768px) {
  .index-section--hero {
    height: 740px;
  }
  .index-section--hero .hero-natural-inner,
  .index-section--hero .hero-natural-inner__inner,
  .index-section--hero .slideshow-wrapper,
  .index-section--hero div[data-section-type="slideshow-section"] {
    height: 100%;
  }
  .index-section--hero .hero-natural-inner .hero__image-wrapper,
  .index-section--hero .hero-natural-inner__inner .hero__image-wrapper,
  .index-section--hero .slideshow-wrapper .hero__image-wrapper,
  .index-section--hero
    div[data-section-type="slideshow-section"]
    .hero__image-wrapper {
    height: 740px;
  }
  .index-section--hero .hero-natural-inner .hero__slide-link,
  .index-section--hero .hero-natural-inner__inner .hero__slide-link,
  .index-section--hero .slideshow-wrapper .hero__slide-link,
  .index-section--hero
    div[data-section-type="slideshow-section"]
    .hero__slide-link {
    display: none;
  }
  .index-section--hero .hero-natural-inner .hero__text-wrap,
  .index-section--hero .hero-natural-inner__inner .hero__text-wrap,
  .index-section--hero .slideshow-wrapper .hero__text-wrap,
  .index-section--hero
    div[data-section-type="slideshow-section"]
    .hero__text-wrap {
    width: 100%;
    position: absolute;
    bottom: 10px;
    background: 0 0;
    padding: 23px 0;
    height: unset;
  }
  .index-section--hero
    .hero-natural-inner
    .hero__text-wrap
    .hero__text-content.vertical-center,
  .index-section--hero
    .hero-natural-inner__inner
    .hero__text-wrap
    .hero__text-content.vertical-center,
  .index-section--hero
    .slideshow-wrapper
    .hero__text-wrap
    .hero__text-content.vertical-center,
  .index-section--hero
    div[data-section-type="slideshow-section"]
    .hero__text-wrap
    .hero__text-content.vertical-center {
    text-align: Center;
  }
  .index-section--hero .hero-natural-inner .hero__text-wrap .hero__text-shadow,
  .index-section--hero
    .hero-natural-inner__inner
    .hero__text-wrap
    .hero__text-shadow,
  .index-section--hero .slideshow-wrapper .hero__text-wrap .hero__text-shadow,
  .index-section--hero
    div[data-section-type="slideshow-section"]
    .hero__text-wrap
    .hero__text-shadow {
    max-width: 100%;
  }
  .index-section--hero
    .hero-natural-inner
    .hero__text-wrap
    .hero__text-shadow
    .h1.hero__title
    p,
  .index-section--hero
    .hero-natural-inner__inner
    .hero__text-wrap
    .hero__text-shadow
    .h1.hero__title
    p,
  .index-section--hero
    .slideshow-wrapper
    .hero__text-wrap
    .hero__text-shadow
    .h1.hero__title
    p,
  .index-section--hero
    div[data-section-type="slideshow-section"]
    .hero__text-wrap
    .hero__text-shadow
    .h1.hero__title
    p {
    font-weight: 800;
    font-size: 34px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
    font-family: Mont-Black;
    letter-spacing: -1px;
  }
  .index-section--hero
    .hero-natural-inner
    .hero__text-wrap
    .hero__text-shadow
    .hero__subtitle
    .hero__animation-contents,
  .index-section--hero
    .hero-natural-inner__inner
    .hero__text-wrap
    .hero__text-shadow
    .hero__subtitle
    .hero__animation-contents,
  .index-section--hero
    .slideshow-wrapper
    .hero__text-wrap
    .hero__text-shadow
    .hero__subtitle
    .hero__animation-contents,
  .index-section--hero
    div[data-section-type="slideshow-section"]
    .hero__text-wrap
    .hero__text-shadow
    .hero__subtitle
    .hero__animation-contents {
    font-size: 13px;
    text-align: center;
    line-height: 130%;
    color: #fff;
  }
  .index-section--hero
    .hero-natural-inner
    .hero__text-wrap
    .hero__text-shadow
    .hero__link
    a,
  .index-section--hero
    .hero-natural-inner__inner
    .hero__text-wrap
    .hero__text-shadow
    .hero__link
    a,
  .index-section--hero
    .slideshow-wrapper
    .hero__text-wrap
    .hero__text-shadow
    .hero__link
    a,
  .index-section--hero
    div[data-section-type="slideshow-section"]
    .hero__text-wrap
    .hero__text-shadow
    .hero__link
    a {
    margin: 4px auto 0;
  }
}
.form-vertical {
  width: 100%;
  max-width: 552px;
  margin: 0 auto;
}
.form-vertical#AddressNewForm {
  max-width: 100%;
  margin-top: 28px;
}
.form-vertical#AddressNewForm input[type="checkbox"] {
  width: unset;
}
.form-vertical .add_form_master,
.form-vertical .edit_form_master,
.form-vertical .register_form_master {
  display: flex;
  flex-wrap: wrap;
}
.form-vertical .add_form_master .mt-21,
.form-vertical .edit_form_master .mt-21,
.form-vertical .register_form_master .mt-21 {
  margin-top: 21px;
}
.form-vertical .add_form_master .pl-0,
.form-vertical .edit_form_master .pl-0,
.form-vertical .register_form_master .pl-0 {
  padding-left: 0 !important;
}
.form-vertical .add_form_master label.parent_label,
.form-vertical .edit_form_master label.parent_label,
.form-vertical .register_form_master label.parent_label {
  color: #1d1d1b;
  font-family: Mont-Medium;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 14px;
  width: 100%;
}
.form-vertical .add_form_master .form_input.wd-50,
.form-vertical .edit_form_master .form_input.wd-50,
.form-vertical .register_form_master .form_input.wd-50 {
  width: 100%;
  max-width: 50%;
  padding: 0 10px;
}
.form-vertical .add_form_master .form_input.wd-50:first-child,
.form-vertical .edit_form_master .form_input.wd-50:first-child,
.form-vertical .register_form_master .form_input.wd-50:first-child {
  padding-left: 0;
}
.form-vertical .add_form_master .form_input.wd-50:last-child,
.form-vertical .edit_form_master .form_input.wd-50:last-child,
.form-vertical .register_form_master .form_input.wd-50:last-child {
  padding-right: 0;
}
.form-vertical .add_form_master input,
.form-vertical .add_form_master select,
.form-vertical .edit_form_master input,
.form-vertical .edit_form_master select,
.form-vertical .register_form_master input,
.form-vertical .register_form_master select {
  background: #efefef;
  color: #000 !important;
  font-family: Mont-Medium;
  font-size: 14px !important;
  line-height: 145% !important;
  width: 100%;
  padding-left: 13px;
  padding-right: 13px;
}
.form-vertical .add_form_master input.error,
.form-vertical .add_form_master select.error,
.form-vertical .edit_form_master input.error,
.form-vertical .edit_form_master select.error,
.form-vertical .register_form_master input.error,
.form-vertical .register_form_master select.error {
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #991f39;
}
.form-vertical .add_form_master .error,
.form-vertical .edit_form_master .error,
.form-vertical .register_form_master .error {
  font-size: 12px;
  line-height: 170%;
  color: #991f39;
  font-family: Mont-Medium;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.form-vertical .add_form_master .iti--separate-dial-code,
.form-vertical .edit_form_master .iti--separate-dial-code,
.form-vertical .register_form_master .iti--separate-dial-code {
  width: 100%;
}
.form-vertical .add_form_master .iti--separate-dial-code input,
.form-vertical .edit_form_master .iti--separate-dial-code input,
.form-vertical .register_form_master .iti--separate-dial-code input {
  margin-bottom: 30px !important;
}
.form-vertical .add_form_master .iti--separate-dial-code .iti__flag-container,
.form-vertical .edit_form_master .iti--separate-dial-code .iti__flag-container,
.form-vertical
  .register_form_master
  .iti--separate-dial-code
  .iti__flag-container {
  height: 37.3px;
}
.form-vertical .input_lable {
  width: 100%;
}
.form-vertical .form_input.wd-33 {
  width: 100%;
  max-width: 33.3%;
  padding: 0 4px;
}
.form-vertical .form_input.wd-33:last-child {
  padding-right: 0;
  padding-left: 8px;
}
.form-vertical .form_input.wd-33:first-child {
  padding-right: 8px;
  padding-left: 0;
}
.form-vertical .wd-22 {
  max-width: 22%;
  padding: 0 10px;
  width: 100%;
}
.form-vertical .wd-39 {
  max-width: 39%;
  padding: 0 10px;
  width: 100%;
}
.form-vertical .button,
.form-vertical button {
  margin-bottom: 22px !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background: linear-gradient(
    267.63deg,
    #cd4a04 0.65%,
    #ed7d30 100%
  ) !important;
  color: #fff !important;
  text-transform: uppercase;
  font-family: MonT-Medium !important;
  font-size: 12px;
  border-radius: 100px;
}
@media (min-width: 768px) {
  .form-vertical .button,
  .form-vertical button {
    min-width: 314px;
  }
}
.form-vertical #customer_login .zifyapps-sociallogin-wrapper img,
.form-vertical #register_customer .zifyapps-sociallogin-wrapper img {
  visibility: hidden;
  max-height: 0;
}
.form-vertical #customer_login .zifyapps-sociallogin-wrapper .social_heading,
.form-vertical
  #register_customer
  .zifyapps-sociallogin-wrapper
  .social_heading {
  display: none;
}
.form-vertical .login_customer_custom {
  min-width: 314px;
}
.password_field {
  position: relative;
}
.password_field .eye-close-open {
  position: absolute;
  right: 10px;
  top: 37px;
  cursor: pointer;
}
.password_field .eye-close-open.hide {
  display: none;
}
.password_checking_master {
  margin-bottom: 20px;
  margin-top: -15px;
}
.password_checking_master p {
  font-size: 11px;
  line-height: 170%;
  color: #1d1d1b;
  font-family: MonT-Bold;
  letter-spacing: 0;
  text-align: left !important;
}
.password_checking_master .password_checking_list p {
  position: relative;
  margin-bottom: 3px;
  padding-left: 23px;
  font-family: Mont-Medium;
  text-align: left !important;
}
.password_checking_master .password_checking_list p::before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  border: 1px solid;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.password_checking_master .password_checking_list p.valid::before {
  background-image: url(https://cdn.shopify.com/s/files/1/0572/7846/4047/files/Path.png?v=1657790653);
  background-color: #57c072;
  border-color: #57c072;
  background-repeat: no-repeat;
  background-position: center;
}
.checkbox_1,
.checkbox_2 {
  display: flex;
  padding: 20px;
  padding-top: 0;
}
.checkbox_1 .container,
.checkbox_2 .container {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox_1 .container input,
.checkbox_2 .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox_1 .checkmark,
.checkbox_2 .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #ccc;
}
.checkbox_1 .container:hover input ~ .checkmark,
.checkbox_2 .container:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkbox_1 .container input:checked ~ .checkmark,
.checkbox_2 .container input:checked ~ .checkmark {
  background-color: #57c072;
}
.checkbox_1 .checkmark:after,
.checkbox_2 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox_1 .container input:checked ~ .checkmark:after,
.checkbox_2 .container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox_1 .container .checkmark:after,
.checkbox_2 .container .checkmark:after {
  left: 5px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox_1 p,
.checkbox_2 p {
  width: 100%;
  font-family: Mont-Medium;
  font-size: 18px;
  line-height: 120%;
  color: #1d1d1b;
}
.checkbox_1 a,
.checkbox_2 a {
  font-family: MonT-Medium;
  text-decoration: underline;
}
.register_login_inner {
  width: 100%;
  max-width: 552px;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 89px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .register_login_inner {
    margin-top: 31px;
  }
}
.register_login_inner a {
  font-size: 20px;
  line-height: 129%;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  color: #000;
  font-family: MonT-Medium;
}
.register_login_inner a.active {
  border-bottom: 2px solid #fb8234;
  padding-bottom: 15px;
}
.form_top_text {
  font-size: 12px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  color: #000;
  font-family: Mont-Medium;
  max-width: 392px;
  margin: 0 auto;
}
.form_divider {
  margin: 25px 0;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  position: relative;
  font-family: MonT-Medium;
}
.form_divider::before {
  content: "";
  position: absolute;
  width: calc(50% - 27px);
  height: 2px;
  background: #dedede;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.form_divider::after {
  content: "";
  position: absolute;
  width: calc(50% - 27px);
  height: 2px;
  background: #dedede;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.padding-0 {
  padding: 0 !important;
}
.password_subtext {
  font-size: 12px;
  text-align: center;
  font-family: Mont-Medium;
}
#RecoverPassword {
  font-size: 12px;
  font-family: MonT-Medium;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: end;
  justify-content: end;
  margin-bottom: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1d1d1b;
}
#RecoverPassword svg {
  fill: #000;
  padding-left: 5px;
}
#RecoverPassword svg path {
  fill: #000;
}
#ResetSuccess {
  text-align: center;
  max-width: 553px;
  margin: 0 auto;
  font-family: MonT-Medium;
  background-color: rgba(0, 199, 177, 0.2705882353);
  color: #1d1d1b;
  font-size: 12px;
  line-height: 145%;
  border-color: transparent;
  border-radius: 0;
}
@media (max-width: 768px) {
  #ResetSuccess {
    margin-top: 9px;
  }
}
div.errors {
  border-color: transparent;
  padding: 10.31px 12px;
}
div.errors ul {
  list-style: none;
  margin: 0;
  border-color: transparent;
}
div.errors ul li {
  font-size: 12px;
  line-height: 145%;
  text-align: center;
  color: #991f39;
  font-family: MonT-Medium;
}
.content_pages_inner hr {
  border: 2px solid #dedede;
  border-radius: 3px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .content_pages_inner hr {
    margin: 33px 0;
  }
}
@media (max-width: 1200px) {
  .content_pages_inner .account_pages {
    padding: 40px 15px 41px !important;
  }
}
.content_pages_inner .account_pages .content_pages--heading h2 {
  font-size: 20px;
  font-family: Mont-Medium;
  padding-top: 13px;
}
.content_pages_inner .account_pages .account_page_account_detail h2 {
  font-size: 26px;
  font-family: Mont-Black;
  text-transform: uppercase;
  padding-bottom: 20px;
  letter-spacing: -1px;
}
.content_pages_inner .account_pages .account_page_account_detail p {
  font-size: 14px;
  font-family: Mont-Medium;
  line-height: 20px;
  color: #1d1d1b;
}
.content_pages_inner .account_pages .account_page_account_detail h3 {
  font-family: MonT-Medium;
  font-size: 16px;
  text-transform: none;
}
.content_pages_inner .account_pages.address_page {
  padding: 40px 5% 41px 5%;
}
@media (max-width: 1340px) {
  .content_pages_inner .account_pages.address_page {
    padding: 40px 24px 41px;
  }
}
@media (max-width: 768px) {
  .content_pages_inner .account_pages.address_page {
    padding: 40px 15px 41px;
  }
}
.content_pages_inner .account_pages.address_page button {
  background: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
  border-radius: 100px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  text-transform: uppercase;
  font-family: MonT-Medium;
  padding: 10px;
  font-size: clamp(0.6rem, 0.63vw, 1rem);
  letter-spacing: 0.04em;
  width: 100%;
  height: 35px;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 216px;
  margin-top: 30px;
  text-decoration: none;
  min-width: 216px;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 768px) {
  .content_pages_inner .account_pages.address_page button {
    max-width: 140px;
    min-width: 140px;
    margin-left: auto;
    margin-right: auto;
  }
}
.content_pages_inner .account_pages.address_page a {
  background: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
  border-radius: 100px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  text-transform: uppercase;
  font-family: MonT-Medium;
  padding: 10px;
  font-size: clamp(0.6rem, 0.63vw, 1rem);
  letter-spacing: 0.04em;
  width: 100%;
  height: 35px;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 172px;
  text-decoration: none;
  min-width: 172px;
}
.content_pages_inner .account_pages.address_page .form_buttons_master {
  width: 100%;
  display: flex;
  max-width: 492px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.content_pages_inner
  .account_pages.address_page
  .customer_single_address
  button {
  background: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
  max-width: 100%;
  min-width: unset;
  transition: 0.3s;
  padding: 1px;
  height: unset;
  color: #fff;
}
.content_pages_inner
  .account_pages.address_page
  .customer_single_address
  button
  span {
  display: block;
  width: 100%;
  padding: 10px;
  background: #fff;
  border-radius: 100px;
  color: #000;
}
.content_pages_inner
  .account_pages.address_page
  .customer_single_address
  button:hover {
  background: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
}
.content_pages_inner
  .account_pages.address_page
  .customer_single_address
  button:hover
  span {
  background: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
  color: #fff;
}
.content_pages_inner .recent_order_master h2 {
  margin-bottom: 30px;
  text-align: left;
  font-family: Mont-Black;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .content_pages_inner .recent_order_master h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1400px) {
  .content_pages_inner .recent_order_master .recent_orders {
    overflow: auto;
  }
}
.content_pages_inner .recent_order_master .recent_orders .recent_order_header {
  background: #efefef;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 1400px) {
  .content_pages_inner
    .recent_order_master
    .recent_orders
    .recent_order_header {
    width: 100%;
  }
}
.content_pages_inner
  .recent_order_master
  .recent_orders
  .recent_order_header
  div {
  flex: 0 0 15.2%;
  font-family: Mont-Medium;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #2a2c2c;
  text-align: center;
  padding: 0 3px;
}
.content_pages_inner
  .recent_order_master
  .recent_orders
  .recent_order_header
  div:first-child {
  text-align: left;
}
@media (max-width: 1400px) {
  .content_pages_inner
    .recent_order_master
    .recent_orders
    .recent_order_header
    div {
    display: inline-block;
    height: 100%;
    white-space: nowrap;
    background: #efefef;
    padding: 0;
    margin: 0;
    font-size: 12px;
  }
}
@media (max-width: 1100px) {
  .content_pages_inner
    .recent_order_master
    .recent_orders
    .recent_order_header
    div {
    min-width: 120px;
  }
}
.content_pages_inner
  .recent_order_master
  .recent_orders
  .recent_order_header
  div:first-child {
  flex: 0 0 8%;
}
@media (max-width: 1400px) {
  .content_pages_inner
    .recent_order_master
    .recent_orders
    .recent_order_header
    div:first-child {
    flex: unset;
    min-width: 60px;
  }
}
.content_pages_inner .recent_order_master .recent_orders .recent_order_single {
  padding: 17.5px 20px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 1400px) {
  .content_pages_inner
    .recent_order_master
    .recent_orders
    .recent_order_single {
    width: 100%;
  }
}
.content_pages_inner
  .recent_order_master
  .recent_orders
  .recent_order_single
  div,
.content_pages_inner
  .recent_order_master
  .recent_orders
  .recent_order_single
  time {
  padding: 0 3px;
  flex: 0 0 15.2%;
  font-family: Mont-Medium;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #2a2c2c;
  text-align: center;
}
.content_pages_inner
  .recent_order_master
  .recent_orders
  .recent_order_single
  div:first-child,
.content_pages_inner
  .recent_order_master
  .recent_orders
  .recent_order_single
  time:first-child {
  text-align: left;
}
@media (max-width: 1400px) {
  .content_pages_inner
    .recent_order_master
    .recent_orders
    .recent_order_single
    div,
  .content_pages_inner
    .recent_order_master
    .recent_orders
    .recent_order_single
    time {
    display: inline-block;
    width: fit-content;
    height: 100%;
    white-space: nowrap;
    padding: 0;
    font-size: 12px;
  }
}
@media (max-width: 1100px) {
  .content_pages_inner
    .recent_order_master
    .recent_orders
    .recent_order_single
    div,
  .content_pages_inner
    .recent_order_master
    .recent_orders
    .recent_order_single
    time {
    min-width: 120px;
  }
}
.content_pages_inner
  .recent_order_master
  .recent_orders
  .recent_order_single
  div:first-child,
.content_pages_inner
  .recent_order_master
  .recent_orders
  .recent_order_single
  time:first-child {
  flex: 0 0 8%;
}
@media (max-width: 1400px) {
  .content_pages_inner
    .recent_order_master
    .recent_orders
    .recent_order_single
    div:first-child,
  .content_pages_inner
    .recent_order_master
    .recent_orders
    .recent_order_single
    time:first-child {
    flex: unset;
    min-width: 60px;
  }
}
.content_pages_inner
  .recent_order_master
  .recent_orders
  .recent_order_single
  a {
  text-transform: uppercase;
  font-family: Mont-Medium;
  padding: 1px;
  font-size: clamp(0.6rem, 0.63vw, 1rem);
  letter-spacing: 0.04em;
  width: 100%;
  background: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
  transition: 0.3s;
  color: #000;
  border-radius: 100px;
  display: block;
  text-align: center;
}
.content_pages_inner
  .recent_order_master
  .recent_orders
  .recent_order_single
  a
  span {
  display: block;
  padding: 7px 15px;
  background: #fff;
  border-radius: 100px;
}
.content_pages_inner
  .recent_order_master
  .recent_orders
  .recent_order_single
  a:hover {
  background: #fff;
  color: #fff;
}
.content_pages_inner
  .recent_order_master
  .recent_orders
  .recent_order_single
  a:hover
  span {
  background: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
}
.content_pages_inner .view_order_history {
  background: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
  border-radius: 100px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  text-transform: uppercase;
  font-family: MonT-Medium;
  padding: 10px;
  font-size: clamp(0.6rem, 0.63vw, 1rem);
  letter-spacing: 0.04em;
  width: 100%;
  height: 35px;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 236px;
  margin-top: 30px;
}
.content_pages_inner .pagination {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: start;
  -webkit-justify-content: start;
  margin: 30px 0 0;
}
.content_pages_inner .pagination span {
  color: #6b6b6b;
  opacity: 0.6;
  font-family: MonT-Medium;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 4px;
}
.content_pages_inner .pagination span.prev {
  opacity: 1;
}
.content_pages_inner .pagination span.prev a {
  background: 0 0;
  color: #000;
  padding: 0;
}
.content_pages_inner .pagination span.next {
  opacity: 1;
}
.content_pages_inner .pagination span.next a {
  background: 0 0;
  color: #000;
  padding: 0;
}
.content_pages_inner .pagination span.current {
  opacity: 1;
  background: #00c7b1;
  border-radius: 52px;
  color: #2a2a2a;
}
.content_pages_inner .customer_addresses_master h2 {
  margin-bottom: 30px;
  text-align: left;
  font-family: Mont-Black !important;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .content_pages_inner .customer_addresses_master h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.content_pages_inner
  .customer_addresses_master
  .customer_address_inner
  .customer_address {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content_pages_inner
  .customer_addresses_master
  .customer_address_inner
  .customer_address
  h3 {
  font-family: MonT-Medium;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #2a2a2a;
  text-transform: none;
  letter-spacing: 0;
  width: 100%;
  cursor: unset;
}
.content_pages_inner
  .customer_addresses_master
  .customer_address_inner
  .customer_address
  .customer_single_address {
  width: 100%;
  max-width: 400px;
  padding: 20px;
  border: 2px solid #dedede;
}
.content_pages_inner
  .customer_addresses_master
  .customer_address_inner
  .customer_address
  .customer_single_address
  p {
  font-family: Mont-Medium;
  line-height: 20px;
  font-size: 14px;
  color: #1d1d1b;
  text-align: left;
}
.content_pages_inner .customer_addresses_master button {
  background: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
  border-radius: 100px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  text-transform: uppercase;
  font-family: MonT-Medium;
  padding: 10px;
  font-size: clamp(0.6rem, 0.63vw, 1rem);
  letter-spacing: 0.04em;
  width: 100%;
  height: 35px;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 236px;
  margin-top: 30px;
  border-radius: 100px;
  color: #fff;
}
.customer_marketing_master .customer_marketing_inner button {
  background: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
  border-radius: 100px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  text-transform: uppercase;
  font-family: MonT-Medium;
  padding: 10px 25px;
  font-size: clamp(0.6rem, 1vw, 1rem);
  letter-spacing: 0.04em;
  width: 100%;
  height: 35px;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: max-content;
  margin-top: 16px;
  border-radius: 100px;
  color: #fff;
}
.content_pages_inner .customer_addresses_master .form-vertical {
  max-width: 100%;
}
.content_pages_inner
  .customer_addresses_master.other_addresses
  .customer_single_address {
  margin-bottom: 15px;
}
@media (max-width: 1340px) {
  .content_pages_inner
    .customer_addresses_master.other_addresses
    .customer_single_address {
    max-width: calc(50% - 5px) !important;
  }
}
@media (max-width: 600px) {
  .content_pages_inner
    .customer_addresses_master.other_addresses
    .customer_single_address {
    max-width: 100% !important;
  }
}
.content_pages_inner
  .customer_addresses_master.other_addresses
  .customer_single_address
  .other_address_button {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.content_pages_inner
  .customer_addresses_master.other_addresses
  .customer_single_address
  .other_address_button
  button {
  min-width: unset;
  margin-top: 1px;
  margin-bottom: 0;
  max-width: 164px;
}
.content_pages_inner .order_detail_pages .back_button {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  font-family: MonT-Medium;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1d1d1b;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .content_pages_inner .order_detail_pages .back_button {
    padding-top: 0;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.content_pages_inner .order_detail_pages .back_button svg {
  margin-right: 10px;
}
.content_pages_inner .order_detail_pages .order_details_page_status {
  margin: 30px 0;
}
.content_pages_inner
  .order_detail_pages
  .order_details_page_status
  .order_details {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  padding-bottom: 7px;
}
.content_pages_inner
  .order_detail_pages
  .order_details_page_status
  .order_details
  .order_status_heading {
  font-family: Mont-Bold;
  font-size: 14px;
  line-height: 145%;
  max-width: 200px;
  width: 100%;
  color: #1d1d1b;
  margin-bottom: 6px;
  text-align: left;
}
.content_pages_inner
  .order_detail_pages
  .order_details_page_status
  .order_details
  .order_status_text {
  font-family: Mont-Medium;
  font-weight: 325;
  font-size: 14px;
  line-height: 20px;
  color: #1d1d1b;
  letter-spacing: 0;
}
.content_pages_inner .order_detail_line_items h2 {
  font-size: 26px;
  font-family: Mont-Black;
  padding-top: 13px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.content_pages_inner .order_detail_line_items .order_line_items_master {
  margin-top: 24px;
}
.content_pages_inner
  .order_detail_line_items
  .order_line_items_master
  .cart__item {
  border-bottom: 2px solid #dedede;
}
.content_pages_inner
  .order_detail_line_items
  .order_line_items_master
  .cart__item:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .content_pages_inner
    .order_detail_line_items
    .order_line_items_master
    .cart__item {
    flex-wrap: wrap;
  }
}
.content_pages_inner
  .order_detail_line_items
  .order_line_items_master
  .cart__item
  .cart__image {
  flex: 0 0 129px;
}
@media (max-width: 768px) {
  .content_pages_inner
    .order_detail_line_items
    .order_line_items_master
    .cart__item
    .cart__image {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.content_pages_inner
  .order_detail_line_items
  .order_line_items_master
  .cart__item
  .cart_item_master {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.content_pages_inner
  .order_detail_line_items
  .order_line_items_master
  .cart__item
  .cart_item_master
  .cart__remove {
  display: none;
}
.content_pages_inner
  .order_detail_line_items
  .order_line_items_master
  .cart__item
  .cart_item_master
  .cart__item-name {
  color: #1d1d1b;
  font-family: Mont-Medium;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}
.content_pages_inner
  .order_detail_line_items
  .order_line_items_master
  .cart__item
  .cart_item_master
  .cart__remove
  .text-link {
  font-family: MonT-Medium;
  color: #333;
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
  margin-top: 0;
}
.content_pages_inner
  .order_detail_line_items
  .order_line_items_master
  .cart__item
  .cart_item_master
  .cart__remove
  .text-link
  svg {
  padding-left: 2px;
}
.content_pages_inner
  .order_detail_line_items
  .order_line_items_master
  .cart__item
  .cart__item--variants {
  text-align: left;
}
.content_pages_inner
  .order_detail_line_items
  .order_line_items_master
  .cart__item
  .cart__item--variants
  div {
  font-family: Mont-Medium;
  font-size: 12px;
}
.content_pages_inner
  .order_detail_line_items
  .order_line_items_master
  .cart__item
  .cart__item--variants
  div
  span {
  font-weight: 400;
}
.content_pages_inner
  .order_detail_line_items
  .order_line_items_master
  .cart__item
  .cart__item-sub {
  margin-top: 10px;
}
.content_pages_inner
  .order_detail_line_items
  .order_line_items_master
  .cart__item
  .cart__item-sub
  .js-qty__wrapper_master {
  display: none;
}
.content_pages_inner
  .order_detail_line_items
  .order_line_items_master
  .cart__item
  .cart__item-sub
  .item_qty_text
  p {
  font-family: Mont-Bold;
  font-size: 14px;
  color: #1d1d1b;
  line-height: 15px;
}
.content_pages_inner
  .order_detail_line_items
  .order_line_items_master
  .cart__item
  .cart__item-sub
  .cart__price {
  font-size: 16px;
  color: #1d1d1b;
  font-family: MonT-Medium;
}
.content_pages_inner .order_detail_prices {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  background: #efefef;
}
.content_pages_inner .order_detail_prices .order_detail_prices_inner {
  padding: 30px 35px;
}
@media (max-width: 768px) {
  .content_pages_inner .order_detail_prices .order_detail_prices_inner {
    padding: 20px 15px;
  }
}
.content_pages_inner
  .order_detail_prices
  .order_detail_prices_inner
  .prices_inner {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.content_pages_inner
  .order_detail_prices
  .order_detail_prices_inner
  .prices_inner
  p {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #1d1d1b;
  font-family: Mont-Medium;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.content_pages_inner
  .order_detail_prices
  .order_detail_prices_inner
  .prices_inner
  p:first-child {
  font-size: 12px;
  line-height: 115%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2a2a2a;
}
.content_pages_inner
  .order_detail_prices
  .order_detail_prices_inner
  .prices_inner.purple-color
  p {
  color: #7d3679;
  font-family: MonT-Medium;
}
.content_pages_inner
  .order_detail_prices
  .order_detail_prices_inner
  .prices_inner.prices_total
  p {
  font-family: Mont-Black;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 90%;
  color: #1d1d1b;
  letter-spacing: -1px;
}
.content_pages_inner
  .order_detail_prices
  .order_detail_prices_inner
  .prices_inner.prices_total
  p:last-child {
  font-size: 28px;
}
.content_pages_inner .order_detail_prices .order_detail_prices_inner hr {
  border: 2px solid #6b6b6b;
  margin: 14px 0 20px;
}
.content_pages_inner .order_detail_information h2 {
  font-size: 26px;
  font-family: Mont-Black;
  padding-top: 13px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.content_pages_inner .order_detail_information .information_master {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 37px;
}
@media (max-width: 768px) {
  .content_pages_inner .order_detail_information .information_master {
    padding-top: 26px;
  }
}
.content_pages_inner
  .order_detail_information
  .information_master
  .information_inner {
  width: 100%;
  max-width: 25%;
  padding: 0 6px;
}
@media (max-width: 768px) {
  .content_pages_inner
    .order_detail_information
    .information_master
    .information_inner {
    max-width: 100%;
    border-bottom: 2px solid #dedede;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.content_pages_inner
  .order_detail_information
  .information_master
  .information_inner:first-child {
  padding-left: 0;
}
.content_pages_inner
  .order_detail_information
  .information_master
  .information_inner:last-child {
  padding-right: 0;
}
.content_pages_inner
  .order_detail_information
  .information_master
  .information_inner
  h3 {
  font-size: 14px;
  line-height: 145%;
  color: #1d1d1b;
  font-family: MonT-Medium;
  text-transform: none;
  margin-bottom: 7px;
}
.content_pages_inner
  .order_detail_information
  .information_master
  .information_inner
  p {
  margin-bottom: 5px;
  font-family: Mont-Medium;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 20px;
  color: #1d1d1b;
  text-align: left;
}
.content_pages_inner .customer_edit_form .form_buttons_master {
  width: 100%;
  display: flex;
  max-width: 492px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.content_pages_inner .customer_edit_form .form_buttons_master button {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 216px;
  min-width: 216px;
  font-weight: 300;
  color: #000;
}
@media (max-width: 768px) {
  .content_pages_inner .customer_edit_form .form_buttons_master button {
    max-width: 140px;
    min-width: 140px;
  }
}
#myModal {
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  background-color: #efefef;
  height: 100vh;
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 650px) {
  #myModal {
    max-width: 500px;
    width: 100%;
  }
}
#myModal .modal-content {
  background-color: #efefef;
  margin: 0 auto;
  padding: 20px;
  max-width: 450px;
  height: 100%;
  padding-top: 27px;
}
@media (max-width: 650px) {
  #myModal .modal-content {
    max-width: 500px;
    width: 100%;
    padding: 15px;
  }
}
#myModal .modal-content .close_model {
  position: absolute;
  right: 40px;
  top: 19px;
  z-index: 99999999;
  cursor: pointer;
}
@media (max-width: 650px) {
  #myModal .modal-content .close_model {
    top: 5px;
    right: 7px;
  }
}
#myModal .modal-content .page-content {
  padding: 0;
}
#myModal .modal-content .page-content .cart__page-col {
  flex: 0 1 100%;
  padding: 0;
}
#myModal .modal-content .page-content .cart__page-col .section-header__title {
  display: flex;
  width: 100%;
  align-items: center;
  -webkit-align-items: center;
  font-family: Mont-Black;
  font-size: 26px;
  margin-bottom: 8px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
#myModal .modal-content .page-content .cart__page-col .basket_total {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 12px;
  line-height: 115%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2a2a2a;
  font-family: Mont-Medium;
  margin-top: 11px;
  margin-bottom: 0;
}
#myModal
  .modal-content
  .page-content
  .cart__page-col
  .basket_total
  .total_price {
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  text-align: right;
  letter-spacing: 0.2px;
  color: #1d1d1b;
  font-family: MonT-Medium;
}
#myModal
  .modal-content
  .page-content
  .cart__page-col
  .basket_total
  .total_price
  .cart_count {
  font-size: 14px;
  line-height: 145%;
  color: #1d1d1b;
  font-family: Mont-Medium;
  text-transform: none;
  padding-left: 6px;
}
#myModal .modal-content .page-content .cart__page-col hr {
  border-top: 2px solid #aaa;
  margin-bottom: 18px;
}
#myModal .modal-content .page-content .cart__page-col .cart__item {
  background-color: #fff;
  margin-bottom: 6px;
  padding: 10px 0 15px;
}
@media (max-width: 650px) {
  #myModal .modal-content .page-content .cart__page-col .cart__item {
    flex-wrap: wrap;
  }
}
#myModal
  .modal-content
  .page-content
  .cart__page-col
  .cart__item
  .cart__item-details {
  padding-right: 20px;
}
@media (max-width: 650px) {
  #myModal
    .modal-content
    .page-content
    .cart__page-col
    .cart__item
    .cart__item-details {
    padding: 0 18px;
  }
}
#myModal
  .modal-content
  .page-content
  .cart__page-col
  .cart__item
  .cart__item-details
  .cart__item-name {
  font-size: 16px;
  line-height: 125%;
  color: #1d1d1b;
  font-family: Mont-Medium;
}
#myModal
  .modal-content
  .page-content
  .cart__page-col
  .cart__item
  .cart__item-details
  .cart__item--variants {
  font-size: 12px;
  line-height: 145%;
  color: #6b6b6b;
  font-family: Mont-Medium;
  margin-bottom: 10px;
}
#myModal
  .modal-content
  .page-content
  .cart__page-col
  .cart__item
  .cart__item-details
  .cart__item-sub {
  align-items: end;
  -webkit-align-items: end;
}
#myModal
  .modal-content
  .page-content
  .cart__page-col
  .cart__item
  .cart__item-details
  .cart__item-sub
  .js-qty__wrapper {
  max-width: 104px;
}
#myModal
  .modal-content
  .page-content
  .cart__page-col
  .cart__item
  .cart__item-details
  .cart__item-sub
  .js-qty__wrapper
  .cart_quantity_label {
  margin-bottom: 7px;
  font-size: 12px;
  line-height: 125%;
  text-transform: uppercase;
  color: #1d1d1b;
  font-family: Mont-Bold;
}
#myModal
  .modal-content
  .page-content
  .cart__page-col
  .cart__item
  .cart__item-details
  .cart__item-sub
  .js-qty__wrapper
  .cart_update_button_master {
  position: relative;
}
#myModal
  .modal-content
  .page-content
  .cart__page-col
  .cart__item
  .cart__item-details
  .cart__item-sub
  .js-qty__wrapper
  .cart_update_button_master
  input {
  border-radius: 30px;
  border-color: #000;
  color: #000;
  max-width: 110px;
  max-height: 33px;
  font-family: MonT-Medium;
  font-size: 12px;
}
#myModal
  .modal-content
  .page-content
  .cart__page-col
  .cart__item
  .cart__item-details
  .cart__item-sub
  .js-qty__wrapper
  .cart_update_button_master
  .js-qty__adjust {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  background-color: transparent;
}
#myModal
  .modal-content
  .page-content
  .cart__page-col
  .cart__item
  .cart__item-details
  .cart__item-sub
  .cart__price {
  font-family: MonT-Medium;
  font-size: 16px;
  line-height: 28px;
  text-align: right;
  letter-spacing: 0.2px;
  color: #1d1d1b;
}
#myModal
  .modal-content
  .page-content
  .cart__page-col
  .cart__item
  .cart__item-details
  .cart__item-sub
  .cart__price.cart__price--strikethrough {
  color: #777;
  font-family: MonT-Medium;
  text-decoration-color: #777;
}
#myModal
  .modal-content
  .page-content
  .cart__page-col
  .cart__item
  .cart__item-details
  .cart__item-sub
  .cart__price.cart__discount {
  display: block;
  color: #991f39;
  font-family: MonT-Medium;
}
#myModal
  .modal-content
  .page-content
  .cart__page-col
  .cart__item
  .cart__item-details
  .cart__item-sub
  .cart__discount {
  display: none;
}
#myModal .modal-content .page-content .cart__page-col .cart__item .cart__image {
  flex: 0 0 115px;
}
@media (max-width: 650px) {
  #myModal
    .modal-content
    .page-content
    .cart__page-col
    .cart__item
    .cart__image {
    margin: 0 auto;
  }
}
body.drawer-open,
body.drawer-opens {
  position: relative;
  overflow: hidden;
}
body.drawer-opens-password {
  position: relative;
  overflow: hidden;
}
.overlay {
  opacity: 0;
  will-change: opacity;
  transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  position: fixed;
  background-color: #aaa;
  -webkit-tap-highlight-color: transparent;
}
.overlay.overlay-opens {
  opacity: 0.5;
  z-index: 6;
}
.overlay.overlay-opens-loading,
.overlay.overlay-opens-password {
  z-index: 6;
  opacity: 0.5;
}
.overlay-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 99999;
}
.overlay-loading img {
  max-width: 150px;
}
.cart_main_items_master {
  max-height: calc(100vh - 253px);
  overflow: auto;
}
.cart_main_items_master.add_recyle {
  max-height: calc(100vh - 360px);
}
.drawer_buttons {
  margin-top: 16px;
}
.drawer_buttons .basket_button {
  background: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
  display: block;
  text-align: center;
  padding: 2px;
  font-family: Mont-Bold;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 12px;
  border-radius: 100px;
}
.drawer_buttons .basket_button span {
  display: block;
  padding: 12px 10px;
  background-color: #fff;
  border-radius: 100px;
}
.drawer_buttons .cart__checkout,
.drawer_buttons .cart__checkout_custom {
  font-size: 12px;
  background: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
  display: block;
  text-align: center;
  padding: 12px 10px;
  font-family: Mont-Bold;
  text-transform: uppercase;
  color: #fff;
  border-radius: 100px;
}
.empty_cart_master {
  min-height: 642px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.empty_cart_master .empty_cart_inner {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.empty_cart_master .empty_cart_inner h2 {
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #2a2a2a;
  font-family: Mont-Black;
  text-align: center;
  letter-spacing: -1px;
  width: 100%;
}
.empty_cart_master .empty_cart_inner h3,
.empty_cart_master .empty_cart_inner p {
  width: 100%;
  text-align: center;
}
.empty_cart_master .empty_cart_inner h3 {
  font-family: MonT-Bold;
  font-size: 20px;
  line-height: 28px;
  margin-top: 9px;
  margin-bottom: 2px;
}
.empty_cart_master .empty_cart_inner p {
  font-size: 14px;
  line-height: 20px;
  font-family: Mont-Medium;
  color: #2a2a2a;
  letter-spacing: 0;
}
.empty_cart_master .empty_cart_inner a {
  width: 100%;
  display: block;
  max-width: 276px;
  text-align: center;
  font-size: 12px;
  line-height: 120%;
  font-family: MonT-Medium;
  background: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
  border-radius: 28px;
  padding: 13px;
  color: #fff;
}
#SearchResultsWrapper {
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1150px) {
  #SearchResultsWrapper {
    max-width: calc(100% - 20px);
  }
}
@media (max-width: 768px) {
  #SearchResultsWrapper {
    max-width: 100%;
  }
}
#SearchResultsWrapper .page-width {
  padding: 0;
}
#SearchResultsWrapper .page-width #PredictiveResults {
  margin: 0;
  padding-top: 25px;
}
#SearchResultsWrapper .page-width #PredictiveResults div[data-type-products] {
  margin: 0;
}
#SearchResultsWrapper
  .page-width
  #PredictiveResults
  div[data-type-products]
  .new-grid {
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
#SearchResultsWrapper
  .page-width
  #PredictiveResults
  div[data-type-products]
  .new-grid
  .grid-product {
  padding-left: 5px;
  padding-right: 5px;
  flex: 0 0 25%;
  align-items: stretch;
  -webkit-align-items: stretch;
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 1150px) {
  #SearchResultsWrapper
    .page-width
    #PredictiveResults
    div[data-type-products]
    .new-grid
    .grid-product {
    flex: 0 0 33.3%;
  }
}
@media (max-width: 768px) {
  #SearchResultsWrapper
    .page-width
    #PredictiveResults
    div[data-type-products]
    .new-grid
    .grid-product {
    flex: 0 0 50%;
  }
}
@media (max-width: 550px) {
  #SearchResultsWrapper
    .page-width
    #PredictiveResults
    div[data-type-products]
    .new-grid
    .grid-product {
    flex: 0 0 100%;
  }
}
#SearchResultsWrapper
  .page-width
  #PredictiveResults
  div[data-type-products]
  .new-grid
  .grid-product
  .grid-item__link {
  display: flex;
}
@media (max-width: 550px) {
  #SearchResultsWrapper
    .page-width
    #PredictiveResults
    div[data-type-products]
    .new-grid
    .grid-product
    .grid-item__link {
    justify-content: center;
  }
}
#SearchResultsWrapper
  .page-width
  #PredictiveResults
  div[data-type-products]
  .new-grid
  .grid-product
  .grid-item__link
  .grid-product__image-wrap {
  width: 100%;
  max-width: 100px;
  margin: 0;
}
#SearchResultsWrapper
  .page-width
  #PredictiveResults
  div[data-type-products]
  .new-grid
  .grid-product
  .grid-item__link
  .grid-item__meta {
  margin: 0;
  width: 100%;
  padding-left: 8px;
}
#SearchResultsWrapper
  .page-width
  #PredictiveResults
  div[data-type-products]
  .new-grid
  .grid-product
  .grid-item__link
  .grid-item__meta
  .grid-product__title {
  font-family: Mont-Medium;
  font-size: 16px;
  line-height: 125%;
  color: #1d1d1b;
}
#SearchResultsWrapper
  .page-width
  #PredictiveResults
  div[data-type-products]
  .new-grid
  .grid-product
  .grid-item__link
  .grid-item__meta
  .grid_product_price {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #1d1d1b;
  font-family: MonT-Medium;
}
#SearchResultsWrapper .page-width .predictive-results__footer button {
  background: linear-gradient(
    267.63deg,
    #cd4a04 0.65%,
    #ed7d30 100%
  ) !important;
  border: none;
  /* color: #000 !important; */
  border-radius: 33px;
  font-family: Mont-Medium;
  text-transform: uppercase;
  max-width: max-content;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0;
}
.sw-instagram-footer {
  display: none !important;
}
.sw-instagram-header {
  display: flex !important;
  flex-wrap: wrap;
  max-width: 1406px;
  margin: 0 auto;
  padding: 8px 15px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .sw-instagram-header {
    justify-content: center;
  }
}
.sw-instagram-header .sw-instagram-header-title p {
  font-size: 26px;
  line-height: 90%;
  text-transform: uppercase;
  color: #1d1d1b;
  font-family: Mont-Black;
  letter-spacing: -1px;
}
.sw-instagram-header .sw-instagram-header-description p {
  font-size: 20px;
  font-family: MonT-Medium;
}
.error_message {
  background-color: #faf4f5;
  text-align: center;
  width: 100%;
  margin: 32px auto 0;
  max-width: 425px;
  font-size: 12px;
  font-family: Mont-Bold;
  color: #991f39;
  padding: 12px 0;
  line-height: 17.4px;
  display: none;
  margin: 0 auto;
  margin-top: 16px;
}
.product_hide_message {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-family: Mont-Medium;
  color: #fff;
  border-radius: 10px;
  padding: 9px;
  margin-top: 21px;
  background: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
}
.error_message_product,
.product_variants_collections .error_message {
  background-color: #faf4f5;
  text-align: center;
  width: 100%;
  margin: 10px auto 0;
  max-width: 425px;
  font-size: 12px;
  font-family: Mont-Bold;
  color: #991f39;
  padding: 12px 12px;
  line-height: 17.4px;
  display: none;
}
.product__photos {
  opacity: 1;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.op-0 .product__photos {
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.no_order p {
  font-family: Mont-Medium;
  font-size: 20px;
  line-height: 28px;
  color: #2a2a2a;
  margin-bottom: 0;
}
.no_order a {
  background: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
  border-radius: 100px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  text-transform: uppercase;
  font-family: MonT-Medium;
  padding: 10px;
  font-size: clamp(0.6rem, 0.63vw, 1rem);
  letter-spacing: 0.04em;
  width: 100%;
  height: 35px;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: max-content;
  margin-top: 12px;
  text-align: center;
  color: #fff;
}
.account_child_links {
  opacity: 0;
  position: absolute;
  top: 68px;
  background: #fff;
  right: 94px;
  width: 227px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.account_child_links ul {
  margin: 0;
  padding: 20px 25px 10px;
  list-style: none;
}
.account_child_links ul li {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1d1d1b;
  font-family: MonT-Medium;
  border-bottom: 1px solid #aaa;
  padding: 8px 0;
}
.account_child_links ul li:last-child {
  border-bottom: none;
}
.account_child_links.open-account {
  opacity: 1;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  visibility: visible;
}
.address_remove_popup,
.reset_password_success,
.social_login_master_form,
.warranty_from_error {
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 500px;
  background-color: #fff;
  height: 204px;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 768px) {
  .address_remove_popup,
  .reset_password_success,
  .social_login_master_form,
  .warranty_from_error {
    width: calc(100% - 20px);
  }
}
.address_remove_popup .age_confirom,
.reset_password_success .age_confirom,
.social_login_master_form .age_confirom,
.warranty_from_error .age_confirom {
  padding: 61px;
  position: relative;
}
@media (max-width: 768px) {
  .address_remove_popup .age_confirom,
  .reset_password_success .age_confirom,
  .social_login_master_form .age_confirom,
  .warranty_from_error .age_confirom {
    padding: 38px 16px;
  }
}
.address_remove_popup .age_confirom p,
.reset_password_success .age_confirom p,
.social_login_master_form .age_confirom p,
.warranty_from_error .age_confirom p {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #000;
  font-family: MonT-Medium;
}
.address_remove_popup .age_confirom .popup_buttons,
.reset_password_success .age_confirom .popup_buttons {
  display: flex;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  margin-top: 40px;
}
.address_remove_popup .age_confirom .popup_buttons a,
.address_remove_popup .age_confirom .popup_buttons button,
.reset_password_success .age_confirom .popup_buttons a,
.reset_password_success .age_confirom .popup_buttons button {
  background: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
  border: 2px solid linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
  border-radius: 100px;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1d1d1b;
  padding: 11px;
  font-family: MonT-Medium;
  width: 100%;
  max-width: 172px;
}
@media (max-width: 768px) {
  .address_remove_popup .age_confirom .popup_buttons a,
  .address_remove_popup .age_confirom .popup_buttons button,
  .reset_password_success .age_confirom .popup_buttons a,
  .reset_password_success .age_confirom .popup_buttons button {
    max-width: 151px;
  }
}
.address_remove_popup .age_confirom .popup_buttons a.address_remove_btn_2,
.address_remove_popup .age_confirom .popup_buttons button.address_remove_btn_2,
.reset_password_success .age_confirom .popup_buttons a.address_remove_btn_2,
.reset_password_success
  .age_confirom
  .popup_buttons
  button.address_remove_btn_2 {
  background-color: transparent;
  color: #fff;
}
.address_remove_popup .age_confirom .close_address,
.address_remove_popup .age_confirom .close_password,
.reset_password_success .age_confirom .close_address,
.reset_password_success .age_confirom .close_password,
.social_login_master_form .age_confirom .close_login_form,
.warranty_from_error .age_confirom .close_address {
  position: absolute;
  right: 9px;
  top: 7px;
  cursor: pointer;
}
.reset_password_success .age_confirom,
.social_login_master_form .age_confirom {
  padding: 45px 61px;
}
.reset_password_success .age_confirom .popup_buttons {
  margin-top: 29px;
}
.reset_password_success .age_confirom .popup_buttons a {
  margin: 0 auto;
}
.view-model {
  transform: translateX(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: transform 0.3s ease-in-out !important;
}
.view-address-model,
.view-warranty_from_error {
  opacity: 1 !important;
  visibility: visible !important;
  transition: transform 0.3s ease-in-out !important;
}
#accept_privacy-error {
  position: absolute;
  width: 400px;
  bottom: -73px;
  left: -21px;
}
@media (max-width: 450px) {
  #accept_privacy-error {
    width: 280px;
    bottom: -94px;
  }
}
#Email.mb-0,
#FirstName.mb-0,
#LastName.mb-0,
#datepicker.mb-0,
#datepicker_social.mb-0,
#phone_number.mb-0,
#phone_number_social.mb-0 {
  margin-bottom: 0 !important;
}
#-error {
  display: none !important;
}
.registration_successful_master {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 581px;
  margin: 0 auto;
  height: 100%;
  margin-top: 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .registration_successful_master {
    margin-top: 20px;
  }
}
.registration_successful_master .tick_div {
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin-bottom: 13px;
}
.registration_successful_master h1 {
  font-family: Mont-Black;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #1d1d1b;
  width: 100%;
  margin-bottom: 24px;
  letter-spacing: -1px;
}
.registration_successful_master h2 {
  font-family: Mont-Bold;
  font-size: 13px;
  line-height: 114%;
  text-transform: uppercase;
  color: #000;
  width: 100%;
  text-align: center;
}
.registration_successful_master p {
  font-family: Mont-Medium;
  font-size: 13px;
  line-height: 114%;
  color: #000;
  width: 100%;
  text-align: center;
  margin-bottom: 3px;
}
.registration_successful_master a {
  background: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
  border-radius: 100px;
  width: 100%;
  height: 40px;
  padding: 0;
  margin-top: 41px;
  color: #000;
  text-transform: uppercase;
  font-family: MonT-Medium;
  letter-spacing: 0.02rem;
  font-size: 12px;
  font-weight: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 314px;
}
.reset_password_button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .reset_password_button {
    justify-content: center;
  }
}
.reset_password_button button {
  min-width: 265px;
}
#error_FirstName,
#error_LastName,
#error_email {
  font-size: 12px;
  line-height: 170%;
  color: #991f39;
  font-family: Mont-Medium;
  margin-bottom: 20px;
  font-weight: 700;
  display: block;
  text-align: left;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    width: calc(100% - 40px);
  }
}
.pr-0 {
  padding-right: 0 !important;
}
.site-map .row {
  display: flex;
  flex-wrap: wrap;
}
.site-map .row h1 {
  font-family: Mont-Black;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-top: 33px;
  margin-bottom: 33px;
  justify-content: center;
}
.site-map .row .col-md-4 {
  max-width: 33.3%;
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .site-map .row .col-md-4 {
    max-width: 100%;
  }
}
.site-map .row .col-md-6 {
  margin-bottom: 15px;
  max-width: 50%;
  width: 100%;
}
@media (max-width: 768px) {
  .site-map .row .col-md-6 {
    max-width: 100%;
  }
}
.site-map .row ul {
  list-style: none;
  font-family: Mont-Medium;
}
.site-map .row ul h2 {
  font-family: MonT-Bold;
  color: #2a2a2a;
}
.site-map .row ul a,
.site-map .row ul li {
  color: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
}
.activate_account h1 {
  font-family: Mont-Black;
  font-size: 40px;
  text-align: center;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.activate_account p.sub-heading {
  font-family: Mont-Bold;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
}
.activate_account label {
  color: #1d1d1b;
  font-family: Mont-Medium;
  font-size: 12px !important;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 14px;
  width: 100%;
}
.activate_account input {
  background: #efefef;
  color: #000 !important;
  font-family: Mont-Medium;
  font-size: 14px !important;
  line-height: 145% !important;
  width: 100%;
  padding-left: 13px;
}
.activate_account input.error {
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #991f39;
}
.activate_account label.error {
  font-size: 12px !important;
  line-height: 170%;
  color: #991f39;
  font-family: Mont-Medium;
  margin-bottom: 20px;
  text-transform: none;
  letter-spacing: 0;
}
.email_successfull {
  padding: 0 !important;
  background: 0 0;
  color: transparent;
  margin-bottom: 0;
}
.email_successfull ul {
  padding: 7px 12px;
  text-align: center;
  max-width: 553px;
  margin: 0 auto 20px !important;
  font-family: MonT-Medium;
  background-color: rgba(0, 199, 177, 0.2705882353);
  font-size: 12px;
  line-height: 145%;
  border-color: transparent !important;
  border-radius: 0;
  list-style: none !important;
}
@media (max-width: 768px) {
  .email_successfull ul {
    margin-top: 9px;
  }
}
.email_successfull ul li {
  color: #1d1d1b !important;
}
.pointer-none {
  opacity: 0.5;
  pointer-events: none;
}
.product__policies.rte {
  display: none;
}
.footer__block[data-type="about"]
  .footer__block__inner
  .footer__text.kazakh_content,
.kazakh_content {
  display: none !important;
}
.desktop-only.kazakh_content_image,
.mobile-only.kazakh_content_image {
  display: none !important;
}
.kazakh_content.header_russian {
  display: none !important;
}
.tax_text {
  font-size: 11px;
  position: relative;
  top: -5px;
  font-family: Mont-Medium;
  letter-spacing: 0;
  margin-bottom: 0;
  display: block;
}
.collection-content.about-stick {
  background-color: #fff;
}
@media (max-width: 1400px) {
  .collection-content.about-stick .about_stick_inner {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .collection-content.about-stick .about_stick_inner {
    padding: 0 20px;
  }
}
.collection-content.about-stick .about_sticks_master {
  max-width: 1340px;
  margin-top: 70px;
}
.about_stick_inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.collection-content.about-stick .about_stick_text {
  display: block;
  width: 100%;
  max-width: 50%;
}
@media (max-width: 768px) {
  .collection-content.about-stick .about_stick_text {
    padding: 0 0;
    max-width: 100%;
  }
}
.collection-content.about-stick h3 {
  font-weight: 800;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  color: #242c2c;
  margin-bottom: 70px;
  font-family: Mont-Bold;
  letter-spacing: 0;
  width: 100%;
}
.collection-content.about-stick .about_stick_text h4 {
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: #242c2c;
  margin-bottom: 0;
  font-family: Mont-Bold;
}
.collection-content.about-stick .about_stick_text .about_stick_text_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.collection-content.about-stick
  .about_stick_text
  .about_stick_text_inner
  .stick_text_col {
  width: 100%;
  padding-right: 20px;
  padding-left: 32px;
  position: relative;
  max-width: 100%;
}
.collection-content.about-stick
  .about_stick_text
  .about_stick_text_inner
  .stick_text_col
  h3 {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #242c2c;
  font-family: Mont-Medium;
  text-transform: none;
  margin-bottom: 4px;
}
.collection-content.about-stick
  .about_stick_text
  .about_stick_text_inner
  .stick_text_col
  p {
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: #242c2c;
}
.collection-content.about-stick
  .about_stick_text
  .about_stick_text_inner
  .stick_text_col
  .stick_text {
  margin-bottom: 24px;
  font-family: Mont-ExtraLight;
  position: relative;
  padding-bottom: 21px;
}
.collection-content.about-stick
  .about_stick_text
  .about_stick_text_inner
  .stick_text_col
  .stick_text::after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #dedede;
  height: 2px;
  width: 200px;
  bottom: 0;
}
.collection-content.about-stick
  .about_stick_text
  .about_stick_text_inner
  .stick_text_col
  span {
  position: absolute;
  left: 0;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Mont-ExtraLight;
}
.collection-content.about-stick
  .about_stick_text
  .about_stick_text_inner
  .stick_text_col
  .stick_text
  ul {
  margin-left: 15px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.8;
  color: #242c2c;
}
.collection-content.about-stick
  .about_stick_text
  .about_stick_text_inner
  .stick_text_col
  .stick_text
  ul
  li {
  margin-bottom: 13px;
}
.collection-content.about-stick
  .about_stick_text
  .about_stick_text_inner
  .stick_text_col
  .stick_text
  ul
  li:last-child {
  margin-bottom: 0;
}
.collection-content.about-stick .about_stick_image {
  margin-bottom: 48px;
  max-width: 45%;
}
@media (max-width: 768px) {
  .collection-content.about-stick .about_stick_image {
    margin-top: 26px;
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.about_glo_master {
  width: 100%;
  margin-right: 0;
}
.about_glo_content_inner {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  margin-right: 0;
}
.about_glo_content_inner h1,
.about_glo_content_inner h2 {
  font-size: 44px;
  line-height: 48px;
  text-transform: uppercase;
  color: #242c2c;
  margin-bottom: 9px;
  font-family: Mont-Bold;
  letter-spacing: 0;
}
.about_glo_content_inner h3 {
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #242c2c;
  font-family: Mont-Bold;
  letter-spacing: 0;
}
.about_glo_content_inner p {
  font-family: Mont-Bold;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #636363;
  letter-spacing: 0;
}
.about_glo_content_inner ul {
  font-family: Mont-Bold;
  font-size: 14px;
  line-height: 22px;
  color: #636363;
  margin-left: 0;
  list-style: none;
  letter-spacing: 0;
}
.about_glo_content_inner ul li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 6px;
}
.about_glo_content_inner ul li::before {
  content: "";
  position: absolute;
  background-image: url(https://cdn.shopify.com/s/files/1/0733/9343/9022/files/Arrow_1.png);
  background-repeat: no-repeat;
  width: 11px;
  height: 6px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about_glo_content_inner a {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #242c2c;
  font-family: Mont-Bold;
  padding: 10px 13px;
  background: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
  margin-top: 33px;
  display: block;
  max-width: fit-content;
  letter-spacing: 0;
  color: #fff;
  border-radius: 100px;
}
.what_is_glo_master {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1406px;
  margin: 0 auto;
  padding: 59px 15px 20px;
}
.what_is_glo_heading {
  width: 100%;
  max-width: 30%;
  padding-right: 40px;
}
.what_is_glo_heading h2 {
  font-size: 26px;
  line-height: 30px;
  color: #2a2c2c;
  font-family: Mont-Bold;
  letter-spacing: 0;
}
.what_is_glo_heading p {
  font-size: 14px;
  line-height: 22px;
  color: #2a2c2c;
  font-family: Mont-bold;
}
.what_is_glo_text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 70%;
  align-items: center;
}
.what_is_svg_text {
  width: 100%;
  max-width: 50%;
  display: flex;
  padding-right: 20px;
  height: 144px;
  align-items: flex-start;
}
.what_is_text {
  font-size: 18px;
  line-height: 22px;
  color: #2a2c2c;
  padding-left: 20px;
  font-family: Mont-Medium;
}
.what_is_text strong {
  font-family: Mont-bold;
}
.what_is_text p {
  margin-bottom: 3px;
}
.transparent_bg {
  background-color: transparent;
}
.grey_bg {
  background-color: #f1f1f1;
}
.grey_dark-gray {
  background-color: #2a2a2a;
}
.image_text_inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1360px;
  margin: 0 auto;
  padding: 4% 30px;
  padding-bottom: 0;
}
.image_text_image {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.about_image_text_text.order-0 {
  width: 100%;
  max-width: 35%;
}
.image_text_image.order-1 {
  width: 100%;
  max-width: 65%;
  justify-content: flex-start;
}
.about_image_text_text h3 {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  font-family: Mont-bold;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 0;
}
.about_image_text_text h4 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: Mont-Bold;
}
.about_image_text_text p,
.about_image_text_text ul {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  display: block;
  color: #fff;
  font-family: Mont-Bold;
  margin-bottom: 0;
}
.image_text_inner .p-l {
  padding-left: 20px;
}
.image_text_inner .p-r {
  padding-right: 20px;
}
.image_text_image.p-l {
  text-align: right;
  justify-content: flex-end;
}
.image_text_image.p-r {
  text-align: left;
}
.about_image_text_text.p-r {
  text-align: left;
}
.video_text_master {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1360px;
  margin: 0 auto;
  padding: 7% 30px;
  flex-wrap: wrap;
}
.video_text_text {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.video_text_text h3 {
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: Mont-Bold;
  color: #242c2c;
  letter-spacing: 0;
  margin-bottom: 4px;
}
.video_text_text p {
  font-size: 14px;
  line-height: 22px;
  color: #242c2c;
  font-family: Mont-Bold;
}
.video_text_video {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.about_image_text_text a {
  background: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30 100%);
  padding: 10px 13px;
  display: block;
  text-align: center;
  font-family: Mont-Bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 100px;
  max-width: 174px;
  margin-top: 30px;
}
.what_is_svg svg {
  width: 64px;
  height: 64px;
}
@media (max-width: 768px) {
  .image_text_inner {
    padding: 30px 0 0;
    flex-wrap: wrap;
    height: 100%;
  }
  .about_image_text_text.order-0 {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .about_image_text_text h3 {
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
  }
  .about_image_text_text h4 {
    font-size: 16px;
    line-height: 19px;
    justify-content: center;
  }
  .about_image_text_text p,
  .about_image_text_text ul {
    font-size: 12px;
    line-height: 1.2;
  }
  .about_image_text_text a {
    max-width: 100%;
    margin-top: 30px;
    font-size: 11px;
    line-height: 15px;
    padding: 11px;
  }
  .image_text_image.order-1 {
    max-width: 100%;
    display: flex;
    order: 1;
    padding: 0 !important;
    text-align: center !important;
    margin-top: 19px;
  }
  .what_is_glo_master {
    height: 100%;
    flex-wrap: wrap;
    padding: 30px 0;
    text-align: center;
  }
  .what_is_glo_heading {
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
  }
  .what_is_glo_heading h2 {
    font-size: 26px;
  }
  .what_is_glo_heading p {
    margin-bottom: 0;
    font-size: 14px;
  }
  .what_is_glo_text {
    display: block;
    max-width: 303px;
    margin: 0 auto;
    margin-top: 36px;
    height: 100%;
  }
  .what_is_svg_text {
    max-width: 260px;
    height: 100%;
    padding-bottom: 20px;
    align-items: center;
    padding-right: 0;
    margin: 0 auto;
  }
  .what_is_text {
    text-align: left;
    font-size: 16px;
  }
  .what_is_svg svg {
    width: 50px;
    height: 50px;
  }
  .about_glo_content_inner h1,
  .about_glo_content_inner h2 {
    font-size: 25px;
    line-height: 24px;
    margin-bottom: 9px;
  }
  .about_glo_content_inner h3 {
    font-size: 15px;
    line-height: 16px;
  }
  .about_glo_content_inner p {
    font-size: 14px;
    line-height: 18px;
  }
  .about_glo_content_inner ul {
    font-size: 14px;
    line-height: 18px;
  }
  .about_glo_content_inner a {
    margin: 0 auto;
    margin-top: 15px;
  }
  .video_text_text p {
    font-size: 12px;
    line-height: 16px;
  }
  .video_text_text h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.variant-wrapper.not_color-variant {
  display: flex;
  width: 100%;
}
.variant-wrapper .Intensity-variant-label {
  width: 100%;
  max-width: fit-content;
  padding-right: 8px;
  margin-bottom: 0;
  line-height: 1;
  text-transform: capitalize;
}
.intensity_master {
  width: 100%;
  display: flex;
}
.intensity_dots {
  width: 13px;
  height: 13px;
  display: block;
  background-color: transparent;
  border-radius: 100px;
  margin-right: 2px;
  border: 1px solid #000;
}
.variant-input-wrap.Intensity-variant {
  margin: 0 0 0;
}
.variant-input-wrap.Intensity-variant .variant__button-label {
  margin-bottom: 0;
}
.variant-input-wrap.Intensity-variant input[type="radio"]:checked + label {
  background-color: transparent;
  color: unset;
  box-shadow: unset;
}
.intensity_count {
  font-size: 12px;
  line-height: 1;
  margin-left: 2px;
  position: relative;
  top: 1px;
}
#date_age {
  background: #efefef;
  color: #000 !important;
  font-family: Mont-Medium;
  font-size: 14px !important;
  line-height: 145% !important;
  width: 100%;
}
.warranty_from_error {
  height: max-content;
}
@media (max-width: 768px) {
  .warranty_from_error {
    max-width: 450px;
  }
}
.btn-disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.select2-results__option {
  font-size: 14px;
  font-family: Mont-Medium;
}
.select2-container--default .select2-selection--single {
  background-color: #efefef !important;
  color: #000 !important;
  font-family: Mont-Medium;
  width: 100%;
  border-color: transparent !important;
  text-align: left;
  height: 38px !important;
}
.select2-container {
  background: #efefef;
  padding-left: 13px;
  padding-right: 13px;
  width: 100% !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #000 !important;
  padding-left: 0 !important;
  padding-top: 6px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 5px !important;
}
body.registration-success {
  position: relative;
  overflow-y: hidden;
}
body.registration-success::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #1d1d1ddb;
  z-index: 99999;
}
.trade_in_popup .popup_overly svg {
  position: absolute;
  top: 0;
  right: 9px;
  width: 33px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .collection-content.about-stick .about_sticks_master {
    margin-top: 18px;
  }
  .collection-content.about-stick h3 {
    margin-bottom: 4px;
  }
  .collection-content.about-stick
    .about_stick_text
    .about_stick_text_inner
    .stick_text_col
    p {
    font-family: Mont-Extralight;
    font-size: 12px;
    line-height: 1.2;
  }
  .collection-content.about-stick
    .about_stick_text
    .about_stick_text_inner
    .stick_text_col
    span {
    font-size: 24px;
    line-height: 1;
  }
  .collection-content.about-stick
    .about_stick_text
    .about_stick_text_inner
    .stick_text_col
    .stick_text {
    padding-bottom: 9px;
  }
  .collection-content.about-stick
    .about_stick_text
    .about_stick_text_inner
    .stick_text_col
    h3 {
    font-size: 15px;
    line-height: 1.4;
  }
  .collection-content.about-stick
    .about_stick_text
    .about_stick_text_inner
    .stick_text_col
    .stick_text
    ul {
    font-size: 12px;
  }
}
.grid__item .new_product_grid_tile .grid-item__content {
  background-color: #dee5ed96;
  padding: 12px 0 0;
  border-radius: 12px;
  padding-top: 0;
  height: 313px;
}
@media (max-width: 768px) {
  .grid__item .new_product_grid_tile .grid-item__content {
    height: 304px;
  }
}
.grid__item .new_product_grid_tile .grid-item__content .grid-item__link {
  padding: 0 12px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.grid__item
  .new_product_grid_tile
  .grid-item__content
  .grid-product__image-wrap {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.grid__item
  .new_product_grid_tile
  .grid-item__content
  .grid-item__meta
  .grid-product__title {
  margin-bottom: 0;
}
.new_product_grid_tile .product_grid_tag {
  padding: 2px 6px;
  font-size: 12px;
  left: 0;
}
.capsule_img {
  position: absolute;
  right: 10px;
  top: 10px;
}
.packs_title {
  font-family: Mont-Bold;
  font-size: 14px;
}
.grid__item .new_product_grid_tile .grid-item__content .grid-item__meta {
  margin: 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.new_product_grid_tile .product_variants_collections {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity 1s, height 1s;
  -webkit-transition: opacity 1s, height 1s;
}
.stick_img {
  width: 100%;
  display: flex;
  max-width: 100%;
  justify-content: center;
}
.stick_img img {
  width: 100%;
  transition: width 0.3s ease;
}
@media (max-width: 768px) {
  .stick_img img {
    width: 73%;
  }
}
.grid__item
  .new_product_grid_tile
  .grid-item__content:hover
  .product_variants_collections {
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: opacity 1s, height 1s;
  -webkit-transition: opacity 1s, height 1s;
}
.grid__item .new_product_grid_tile .grid-item__content:hover .grid-item__meta {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.grid__item .new_product_grid_tile .grid-item__content:hover .stick_img img {
  width: 51%;
}
@media (max-width: 768px) {
  .grid__item .new_product_grid_tile .grid-item__content:hover .stick_img img {
    width: 114px;
  }
  .grid__item
    .new_product_grid_tile
    .grid-item__content
    .product_variants_collections {
    padding-left: 0;
  }
}
.new_product_grid_tile .product_atc {
  background: 0 0;
  border: 1px solid #000;
  color: #000;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
.new_product_grid_tile .product-grid-form .form-qty {
  display: none;
  background-color: #000;
  height: 38px;
  width: calc(100% - 75px);
}
.new_product_grid_tile .variant-wrapper.not_color-variant {
  flex-wrap: wrap;
}
.new_grid_variant {
  border-radius: 12px;
  padding: 12px;
  margin-top: 13px;
}
.new_grid_variant .product-block label {
  margin-bottom: 6px;
  font-size: 13px !important;
}
.new_grid_variant .intensity_dots {
  width: 15px;
  height: 15px;
  margin-right: 4px;
}
.new_grid_variant .intensity_count {
  font-size: 14px;
}
.stick_aroma_master .fm-sm-features-row {
  display: block;
}
.stick_aroma_master .fm-sm-features-col {
  margin-bottom: 6px;
  font-size: 13px !important;
  font-family: Mont-Bold;
  text-transform: uppercase;
}
.new_product_grid_tile .product-grid-form {
  padding: 0 12px;
}
.new_product_grid_tile .product-grid-form .form-qty .control .button-minus,
.new_product_grid_tile .product-grid-form .form-qty .control .button-plus {
  height: 27px;
  width: 28px;
}
.new_product_grid_tile .product-grid-form .form-qty .control .qty {
  color: #fff;
}
.new_product_grid_tile .product-grid-form .form-qty .control {
  height: 100%;
  align-items: center;
  justify-content: center;
}
.stick_btn_atc {
  display: none;
  background-color: #000;
  border-radius: 26px;
  height: 39px;
  width: 40px;
}
.stick_btn_atc svg {
  position: relative;
  top: 2px;
}
@media (min-width: 768px) {
  .image_text_master_v2 .image_text_inner {
    padding-top: 0;
    position: relative;
    height: 388px;
  }
  .image_text_master_v2 .image_text_image {
    justify-content: flex-end;
    position: absolute;
    right: 53px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.about_glo_img_master {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1176px;
  margin: 0 auto;
  padding: 60px 20px;
}
.about_glo_text_left {
  width: 100%;
  max-width: 27%;
  text-align: right;
  padding: 0 40px 0 0;
}
.left_svg_text {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  margin: 10px 0;
}
.left_svg_text:nth-child(2),
.left_svg_text:nth-child(3) {
  padding-right: 23px;
}
.left_text {
  padding-right: 21px;
  font-family: Mont-Medium;
}
.about_glo_img_left {
  width: 100%;
  max-width: 60px;
  text-align: center;
}
.about_glo_text_heading {
  padding: 0 26px;
  font-family: Mont-Bold;
  font-size: 29px;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 31px;
  text-align: center;
}
.about_glo_img_right {
  width: 100%;
  max-width: 60px;
  text-align: center;
}
.about_glo_img_right img {
  max-width: 22px;
}
.about_glo_text_right {
  width: 100%;
  max-width: 27%;
  text-align: left;
  padding: 0 0 0 40px;
}
.right_svg_text {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  margin: 10px 0;
}
.right_text {
  padding-left: 21px;
  font-family: Mont-Medium;
}
.right_svg_text:nth-child(2),
.right_svg_text:nth-child(3) {
  padding-left: 23px;
}
@media (max-width: 768px) {
  .left_svg,
  .right_svg {
    max-width: 30px;
  }
  .left_svg svg,
  .right_svg svg {
    width: 30px;
  }
  .about_glo_img_left,
  .about_glo_img_right {
    max-width: 49px;
  }
  .about_glo_text_left,
  .about_glo_text_right {
    max-width: 40%;
  }
  .about_glo_img_right img {
    max-width: 17px;
  }
  .about_glo_img_master {
    padding: 33px 10px;
  }
  .about_glo_text_heading {
    margin-top: 25px;
  }
  .image_text_image.p-l {
    justify-content: center;
  }
}
.new-grid .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: -20px 0 0 0;
  z-index: 10;
  font-size: 0;
  width: 34px;
  height: 34px;
  background-color: #000;
  border-radius: 33px;
  padding: 1px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
}
.new-grid .slick-arrow.slick-prev {
  background-image: url(https://cdn.shopify.com/s/files/1/0733/9343/9022/files/arrow-2.png);
}
.new-grid .slick-arrow.slick-next {
  background-image: url(https://cdn.shopify.com/s/files/1/0733/9343/9022/files/arrow-1.png);
}
@media (min-width: 768px) {
  .new-grid .slick-arrow {
    width: 28px;
    height: 28px;
    background-size: 7px;
  }
  .section_homepage_3.page-width {
    padding-left: 30px;
    padding-right: 30px;
  }
  .new-grid .slick-arrow.slick-prev {
    left: -29px;
  }
  .new-grid .slick-arrow.slick-next {
    right: -29px;
  }
}
@media (min-width: 1200px) {
  .new-grid .slick-arrow {
    width: 28px;
    height: 28px;
    background-size: 7px;
  }
  .section_homepage_3.page-width {
    padding-left: 30px;
    padding-right: 30px;
  }
  .new-grid .slick-arrow.slick-prev {
    left: -29px;
  }
  .new-grid .slick-arrow.slick-next {
    right: -29px;
  }
}
@media (min-width: 1350px) {
  .section_homepage_3.page-width {
    padding-left: 35px;
    padding-right: 35px;
  }
  .new-grid .slick-arrow.slick-prev {
    left: -35px;
  }
  .new-grid .slick-arrow.slick-next {
    right: -35px;
  }
}
@media (min-width: 1450px) {
  .new-grid .slick-arrow.slick-prev {
    left: -35px;
  }
  .new-grid .slick-arrow.slick-next {
    right: -30px;
  }
}
@media (min-width: 1500px) {
  .new-grid .slick-arrow.slick-prev {
    left: -40px;
  }
  .new-grid .slick-arrow.slick-next {
    right: -35px;
  }
}
.login_steps_inner {
  padding: 50px 20px;
  text-align: center;
}
.login_steps_inner h2 {
  font-family: Mont-Bold;
  color: #fff;
  font-size: 40px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.steps_slider {
  background-color: #000;
  border-radius: 109px;
  max-width: 1270px;
  margin: 0 auto;
}
.steps_inner {
  display: flex !important;
  color: #fff;
  padding: 8px 8px 8px 30px;
  align-items: center;
  justify-content: center;
}
.steps_inner:first-child {
  justify-content: flex-start;
}
.steps_inner:last-child {
  justify-content: flex-end;
}
.steps_text {
  position: relative;
  padding: 0 30px 0 40px;
  width: 100%;
  max-width: 400px;
  text-align: left;
}
.steps_text span {
  position: absolute;
  left: 0;
  font-size: 40px;
  top: 0;
  line-height: 1;
}
.steps_text h3 {
  font-family: Mont-Medium;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 30px;
}
.steps_text p {
  font-family: Mont-ExtraLight;
  line-height: 17px;
  font-size: 14px;
}
.steps_slider .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 15px;
}
.steps_slider .slick-dots button {
  opacity: 0;
}
.steps_slider .slick-dots li {
  background-color: #d9d9d9;
  border-radius: 106px;
  height: 14px;
  width: 14px;
  margin: 0 5px;
}
.steps_slider .slick-dots li.slick-active {
  background-color: #000;
}
.single_booston_img {
  background-color: #000;
  padding: 40px 20px;
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #000;
}
.single_booston_inner {
  background-color: #000;
  text-align: center;
  position: relative;
}
.single_booston_text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  width: 100%;
  padding: 0 20px;
  max-width: 1310px;
  text-align: left;
}
.single_booston_text h3 {
  margin-bottom: 0;
  text-align: left;
  text-transform: uppercase;
  font-family: Mont-Bold;
  font-size: 29px;
}
.single_booston_text p {
  column-count: 2;
  column-gap: 49px;
  font-size: 14px;
  line-height: 1.2;
  font-family: Mont-ExtraLight;
}
.booston_section_4_master {
  position: relative;
  padding-top: 116px;
  max-width: 1310px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.booston_section_4 {
  text-align: center;
  background-color: #000;
  color: #fff;
  border-bottom-left-radius: 242px;
  border-bottom-right-radius: 242px;
}
.booston_section_4_top_master {
  padding-bottom: 144px;
}
.booston_section_4_master::before {
  content: "";
  position: absolute;
  background-image: url(https://cdn.shopify.com/s/files/1/0733/9343/9022/files/section_4-1.png);
  background-position: center;
  height: 1205px;
  width: 400px;
  left: 50%;
  transform: translate(-50%);
  top: -293px;
}
.booston_section_4_inner {
  position: relative;
}
.booston_section_4_inner .heading {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 41px;
  font-family: Mont-Medium;
  letter-spacing: 0;
}
.boost_on_sections {
  display: flex;
  align-items: flex-end;
  padding: 162px 0 0;
}
.booston_section_4_left,
.booston_section_4_right {
  display: flex;
  align-items: flex-start;
}
.booston_section_4_left .sec_4_img,
.booston_section_4_right .sec_4_img {
  max-width: 45%;
  display: flex;
  width: 100%;
  justify-content: center;
}
.booston_section_4_left .sec_4_text,
.booston_section_4_right .sec_4_text {
  text-align: left;
  padding-top: 58px;
  width: 100%;
  max-width: 55%;
}
.booston_section_4_right .sec_4_text {
  order: 1;
}
.sec_4_text h3 {
  margin-bottom: 22px;
  text-transform: uppercase;
  font-size: 31px;
  font-family: Mont-Medium;
  letter-spacing: 0;
}
.sec_4_text p {
  font-family: Mont-ExtraLight;
  line-height: 1.2;
  font-size: 14px;
}
.insta_icon svg {
  width: 30px;
  height: 30px;
}
.section_5_booston_inner {
  text-align: center;
  max-width: 1310px;
  margin: 0 auto;
  padding: 53px 20px;
}
.section_5_booston_inner .sub_heading {
  font-size: 14px;
  margin-bottom: 0;
}
.section_5_booston_inner .heading {
  font-size: 30px;
  font-family: Mont-Bold;
}
@media (max-width: 1200px) {
  .booston_section_4_master {
    max-width: 1000px;
  }
  .booston_section_4 {
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }
  .booston_section_4_inner .heading {
    font-size: 36px;
  }
  .booston_section_4_master:before {
    border-bottom-right-radius: 221px;
    border-bottom-left-radius: 221px;
    background-position: top;
    height: 1116px;
    top: -293px;
    width: 350px;
  }
}
@media (max-width: 1000px) {
  .booston_section_4_left,
  .booston_section_4_right {
    align-items: flex-end;
  }
  .booston_section_4_master:before {
    height: 900px;
    top: -293px;
    width: 281px;
  }
  .boost_on_sections {
    padding: 75px 0 0;
  }
  .sec_4_text h3 {
    font-size: 24px;
  }
  .sec_4_text p {
    font-size: 11px;
  }
  .booston_section_4_inner .heading {
    font-size: 29px;
  }
}
@media (max-width: 768px) {
  .booston_section_4_left,
  .booston_section_4_right {
    align-items: flex-end;
    width: 100%;
    max-width: 100%;
  }
  .boost_on_sections {
    flex-wrap: wrap;
  }
  .booston_section_4_master:before {
    height: 224vh;
    top: -312px;
    width: 219px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: -105px;
  }
  .booston_section_4 {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .booston_section_4_master:before {
    height: 140%;
    top: -312px;
    width: 219px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: -105px;
    background-image: url(https://cdn.shopify.com/s/files/1/0733/9343/9022/files/Rectangle_1921.png);
  }
  .booston_section_4_master {
    padding-top: 44px;
  }
  .boost_on_sections {
    padding: 26px 0 0;
  }
  .booston_section_4_inner .heading {
    font-size: 22px;
  }
  .single_booston_text p {
    column-count: 1;
    font-size: 11px;
    line-height: 1.5;
  }
  .single_booston_text {
    position: relative;
    bottom: unset;
    left: unset;
    transform: unset;
    color: #fff;
    width: 100%;
    padding: 0;
  }
  .login_steps_inner h2 {
    font-size: 27px;
  }
  .steps_inner {
    flex-wrap: wrap;
  }
  .steps_slider {
    height: 1014px;
    position: unset !important;
    max-width: 300px;
    margin: 0 auto;
    margin-right: 0;
    border-radius: 150px;
  }
  .steps_inner {
    padding: 102px 16px 16px;
    flex-direction: column;
  }
  .steps_slider .slick-list,
  .steps_slider .slick-track {
    height: 100%;
  }
  .steps_text {
    padding: 0 20px 16px 7px;
  }
  .steps_text h3 {
    margin-bottom: 10px;
    font-size: 26px;
    margin-left: 21px;
  }
  .steps_text p {
    line-height: 17px;
    font-size: 14px;
  }
  .login_steps_inner {
    position: relative;
  }
  .steps_slider .slick-dots {
    left: 22px;
    transform: translateY(-50%);
    display: flex;
    margin-left: 0;
    margin-top: 0;
    top: 50%;
    flex-direction: column;
  }
  .steps_slider .slick-dots li {
    margin: 8px 5px;
  }
  .steps_text span {
    font-size: 33px;
  }
  .section_5_booston_inner {
    padding-top: 0;
    padding-bottom: 34px;
  }
  .date_time {
    margin: 37px 0 0 !important;
  }
}
@media (max-width: 600px) {
  .booston_section_4_master:before {
    height: 145%;
  }
}
@media (max-width: 500px) {
  .booston_section_4_master:before {
    height: 150%;
  }
}
@media (max-width: 400px) {
  .booston_section_4_master:before {
    height: 156%;
  }
}
.flying_timer {
  background-image: url(https://cdn.shopify.com/s/files/1/0733/9343/9022/files/fly_timer.png?v=1721574366);
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 100%;
  z-index: 5;
  color: #fff;
  max-width: 307px;
}
.flying_timer_inner {
  text-align: center;
  padding: 10px;
}
.flying_timer_inner h3 {
  margin-bottom: 0;
  font-family: Mont-Medium;
  font-size: 14px;
  text-transform: uppercase;
}
#timer_1 {
  display: flex;
  line-height: 1;
  font-size: 13px;
  justify-content: space-between;
  width: 100%;
  font-family: Mont-Medium;
  color: #fff;
  margin: 0 auto;
  margin-top: 6px;
}
.section_5_booston_inner form {
  max-width: 666px;
  margin: 0 auto;
}
.section_5_booston_inner .form-columns-1,
.section_5_booston_inner .form-columns-2 {
  max-width: 100%;
  margin-bottom: 18px;
}
.section_5_booston_inner .form-columns-1 label,
.section_5_booston_inner .form-columns-2 label {
  text-align: left;
  font-family: Mont-Medium;
  margin-bottom: 0;
}
.section_5_booston_inner .form-columns-1 label .hs-form-required,
.section_5_booston_inner .form-columns-2 label .hs-form-required {
  display: none;
}
.section_5_booston_inner .form-columns-1 input,
.section_5_booston_inner .form-columns-2 input {
  width: 100% !important;
  border-radius: 51px;
  max-width: 100%;
  border: 1px solid #cdcdcd;
  font-family: Mont-Medium;
}
.section_5_booston_inner .form-columns-1 .input ul,
ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  margin-left: 0;
  font-family: Mont-Medium;
  margin-bottom: 0;
}
.section_5_booston_inner .form-columns-1 .input ul li span {
  font-family: Mont-ExtraLight;
}
.section_5_booston_inner .form-columns-1 .input ul li input {
  width: auto !important;
}
.section_5_booston_inner form .hs-button.primary {
  background: linear-gradient(267.63deg, #cd4a04 0.65%, #ed7d30);
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: Mont-Bold;
  padding: 10px;
  font-size: clamp(0.7rem, 0.9rem, 1.3rem);
  letter-spacing: 0;
  height: 42px;
  justify-content: center;
  min-width: 189px;
  color: #fff;
  border-radius: 100px;
  max-width: max-content;
  margin: 0 auto;
}
.hs_submit.hs-submit {
  margin-top: 46px;
}
ul.no-list.hs-error-msgs.inputs-list li label {
  color: #a91a1a;
  font-family: Mont-Bold;
  font-size: 13px;
  text-align: left;
}
.section_5_booston_inner .form-columns-1:nth-child(5),
.section_5_booston_inner .form-columns-1:nth-child(6),
.section_5_booston_inner .form-columns-1:nth-child(7) {
  margin-bottom: 8px;
}
.section_6_booston {
  background-color: #000;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
}
.booston_section_6_inner {
  padding: 100px 20px;
  text-align: center;
  color: #fff;
}
.mentess_master {
  max-width: 1277px;
  margin: 0 auto;
}
.mentess_master h3 {
  font-family: Mont-Bold;
  text-transform: uppercase;
  font-size: 32px;
}
.mentess_inner {
  display: flex;
  justify-content: space-between;
  margin: 70px 0;
}
.single_mentess {
  padding: 15px 50px;
  width: 100%;
  max-width: 367px;
}
.single_mentess h3 {
  font-size: 18px;
  margin-bottom: 11px;
  font-family: Mont-Medium;
}
.single_mentess div,
.single_mentess p {
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  font-family: Mont-ExtraLight;
}
.likes_div {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 18px 0;
}
.likes_div path {
  fill: #fff;
}
.likes_div.like path {
  fill: #d44428;
}
.likes_div span {
  margin-left: 5px;
}
.likes_div svg {
  width: 25px;
  cursor: pointer;
}
.master_class_video {
  position: relative;
  overflow: hidden;
  max-width: 789px;
  padding-bottom: 33.25%;
  height: auto;
  margin: 0 auto;
  margin-top: 60px;
}
.master_class_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 38px;
}
.boost_on_last {
  background-image: url(https://cdn.shopify.com/s/files/1/0733/9343/9022/files/Rectangle_1908.png);
  text-align: center;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  height: 192px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boost_on_laster_inner h3 {
  font-size: 41px;
  font-family: Mont-Medium;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.boost_on_laster_inner p {
  font-family: Mont-ExtraLight;
  letter-spacing: 1px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .section_6_booston {
    border-top-left-radius: 125px;
    border-top-right-radius: 125px;
  }
  .booston_section_6_inner {
    padding: 61px 20px;
  }
  .mentess_master h3 {
    font-size: 23px;
  }
  .mentess_inner {
    margin: 27px 0;
    flex-wrap: wrap;
  }
  .single_mentess {
    max-width: 100%;
  }
  .likes_div {
    margin: 11px 0;
  }
  .single_mentess h3 {
    font-size: 16px;
  }
  .single_mentess div,
  .single_mentess p {
    font-size: 12px;
    line-height: 18px;
  }
  .likes_div svg {
    width: 20px;
  }
  .master_class_video {
    padding-bottom: 100%;
    margin-top: 40px;
  }
  .boost_on_laster_inner h3 {
    font-size: 34px;
  }
  .boost_on_laster_inner p {
    font-size: 14px;
  }
}
.footer_age_warning {
  background: #3a3a3a99;
  padding: 5px 10px;
  position: fixed;
  bottom: 0;
  z-index: 12;
  width: 100%;
}
.age_warning {
  padding: 0 40px;
}
.age_warning_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  max-width: 1120px;
  overflow-anchor: none;
  align-items: center;
  padding: 0 10px;
}
.limitation__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.limitation__image-item {
  max-width: 40px;
}
.limitation__block {
  font-weight: 600;
  font-size: 11px;
  color: #bdbdbd;
  line-height: 140%;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .limitation__block {
    font-size: 9px;
    margin-left: 10px;
  }
}
.limitation__img {
  display: none;
}
#date_picker_less_error,
#date_picker_less_error_Social {
  display: none;
  font-size: 12px;
  line-height: 170%;
  color: #991f39;
  font-family: Mont-Regular;
  margin-bottom: 20px;
}
#error_phone_number {
  font-size: 12px;
  line-height: 170%;
  color: #991f39;
  font-family: Mont-Medium;
  font-weight: 700;
  display: block;
  text-align: left;
  letter-spacing: 0;
}
#error_phone_number.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .footer_age_warning {
    padding: 0;
  }
  .age_warning {
    margin-left: 0;
    padding: 0;
  }
}
.welcome {
  display: none;
  background: #fff;
  max-height: 100vh;
  height: 100%;
  width: 100vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: auto;
}
.welcom.show {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
}
.welcome__container {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 20px 120px;
  max-height: 90vh;
  position: relative;
  margin-top: 16px;
}
@media screen and (max-width: 1480px) {
  .welcome__container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .welcome__container {
    width: 80%;
    padding: 30px;
    height: auto;
  }
}
@media screen and (max-width: 950px) {
  .welcome__container {
    width: 90%;
  }
}
@media screen and (max-width: 860px) {
  .welcome__container {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .welcome__container {
    height: 90vh;
    width: 90%;
  }
}
@media screen and (max-width: 450px) {
  .welcome__container {
    padding: 20px;
  }
}
.welcome__close {
  background: 0 0;
  border: 0;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  outline: 0;
  position: absolute;
  top: 0;
  right: 60px;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .welcome__close {
    top: 10px;
    right: 10px;
  }
}
.welcome__title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 28px;
  font-family: Mont-Bold;
  font-size: 26px;
  color: #333;
  text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
  .welcome__title {
    margin-top: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .welcome__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .welcome__title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 480px) {
  .welcome__title {
    font-size: 16px;
  }
}
.welcome__subtitle {
  font-family: Mont-Medium;
  font-size: 14px;
  line-height: 24px;
  color: #4f4f4f;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .welcome__subtitle {
    font-size: 12px;
    line-height: 15px;
  }
}
.welcome__body {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
@media screen and (max-width: 768px) {
  .welcome__body {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width: 580px) {
  .welcome__body {
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.welcome .item {
  min-width: 220px;
  -ms-grid-column-align: center;
  justify-self: center;
  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;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .welcome .item {
    max-width: 40%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .welcome .item {
    min-width: auto;
    max-width: 75%;
    width: 100%;
    margin-bottom: 6px;
  }
}
.welcome .item__name {
  font-family: Mont-Medium;
  font-size: 12px;
  line-height: 24px;
  color: #4f4f4f;
}
.welcome .item__price {
  font-family: Mont-Medium;
  font-size: 14px;
  white-space: nowrap;
}
.welcome__button {
  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;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 50px auto 40px;
  min-width: 180px;
}
@media screen and (max-width: 480px) {
  .welcome__button {
    margin: 30px auto 40px;
  }
}
.welcome__button button.button_kz {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  padding: 12px 8px 11px 8px;
  line-height: 13px;
}
.welcome__copyright {
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #4f4f4f;
}
@media screen and (max-width: 768px) {
  .welcome__copyright {
    padding-bottom: 20px;
  }
}
.tollbar_master .switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  right: 20px;
  top: 10px;
  cursor: pointer;
  border-radius: 60px;
  background: #f36f25;
  padding: 3px;
}
.tollbar_master input {
  position: absolute !important;
  height: 1px;
  width: 1px;
  border: 0;
  outline: 0;
  overflow: hidden;
  opacity: 0;
}
.tollbar_master .switch a {
  background: #f36f25;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding: 5px 11px 3px 10px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-radius: 60px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .tollbar_master .switch a {
    font-size: 9px;
  }
}
.tollbar_master .switch a:first-of-type {
  border-radius: 60px;
}
.tollbar_master .switch a.active_lang {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #f36f25;
}
