@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
*,
*:focus {
  outline: none !important;
}

:root {
  font-size: 16px;
}

@media (min-width: 576px) and (max-width: 1700px) {
  :root {
    font-size: 12px;
  }
}

body {
  font-family: 'Montserrat';
  min-width: 20rem;
}

p,
.text {
  font-size: 1.125rem;
  line-height: 1.8125rem;
  color: #000;
  margin-bottom: 0;
}

.greater {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

p.color-white,
.color-white {
  color: #fff;
}

p.color-black,
.color-black {
  color: #fff;
}

.color-pink {
  color: #FF3997;
}

.color-orange {
  color: #FFAD00;
}

a:focus {
  color: unset;
  text-decoration: none;
}

.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}

/* p.yellow-heading {

} */
/* .heading-1 {

} */
.heading-70 {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 4.375rem;
  line-height: 5.3125rem;
  margin-bottom: 30px;
}

.heading-60 {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 3.75rem;
  line-height: 4.5625rem;
  margin-bottom: 30px;
}

.heading-50 {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 3.125rem;
  line-height: 3.8125rem;
  margin-bottom: 30px;
}

.heading-44 {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 2.75rem;
  line-height: 3.375rem;
  margin-bottom: 30px;
}

.heading-36 {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 2.25rem;
  line-height: 2.75rem;
  margin-bottom: 30px;
}

.heading-20 {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  margin-bottom: 12px;
}

.button {
  position: relative;
  padding: calc(20px - 4px) 65px;
  text-transform: uppercase;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none;
  overflow: hidden;
  transition: color 0.3s, border 0.3s, background 0.3s;
  cursor: pointer;
}

.button * {
  z-index: 1;
}

.button .arrow {
  display: inline-flex;
  align-items: center;
  background-image: url('data:image/svg+xml,<svg width="13" height="22" viewBox="0 0 13 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 1.08325L11.4167 10.9999L1.5 20.9166" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: right;
  background-repeat: no-repeat;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(100% - 225px);
  right: 132px;
  transition: right 0.3s;
}

.button .arrow::before {
  content: '';
  width: calc(100% - 3px);
  height: 2px;
  background-color: #fff;
}

.button:hover .arrow {
  right: 65px;
}

.button::after {
  transition: transform 300ms ease-in-out;
}

.button--with-arrow {
  padding-right: 235px;
}

.button--pink {
  background-color: #FF3997;
  border: 2px solid #FF3997;
  color: #fff;
  font-size: 1.75rem;
  line-height: 2.125rem;
}

.button--pink:hover {
  border: 2px solid #F0368E;
  background-color: #F0368E;
  color: #fff;
}

.button--orange {
  background-color: #FFAD00;
  border: 2px solid #FFAD00;
  color: #fff;
  font-size: 1rem;
  line-height: 1.1875rem;
}

.button--orange:hover {
  border: 2px solid #F0A300;
  background-color: #F0A300;
  color: #fff;
}

.button--transparent-black {
  background-color: transparent;
  border: 2px solid #FFAD00;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #000;
}

.button--transparent-black:hover {
  border: 2px solid #FFAD00;
  background-color: #FFAD00;
}

.button--transparent-black:hover {
  color: #fff;
}

.button--transparent-white {
  background-color: transparent;
  border: 2px solid #FFAD00;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #fff;
}

.button--transparent-white:hover {
  border: 2px solid #FFAD00;
  background-color: #FFAD00;
}

.button--transparent-white:hover {
  color: #fff;
}

.button--bg-filter {
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(5px);
}

.button--fw600 {
  font-weight: 600;
}

.button--fw700 {
  font-weight: 700;
}

.button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

@media (max-width: 1199px) {
  .heading-70 {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 3.25rem;
    line-height: 3.9375rem;
    margin-bottom: 20px;
  }
  .heading-60 {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 2.8125rem;
    line-height: 3.375rem;
    margin-bottom: 20px;
  }
  .heading-50 {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 2.3125rem;
    line-height: 2.875rem;
    margin-bottom: 20px;
  }
  .heading-44 {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 2.0625rem;
    line-height: 2.5rem;
    margin-bottom: 20px;
  }
  .heading-36 {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 1.6875rem;
    line-height: 2.0625rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .button--with-arrow {
    padding: 16px 65px;
  }
  .button--with-arrow .arrow {
    display: none;
  }
}

@media (max-width: 767px) {
  .button--with-arrow {
    padding: 12px 25px;
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}

@media (max-width: 575px) {
  .button {
    width: 100%;
  }
  .button--with-arrow {
    padding: 9px 30px;
    font-size: .8125rem;
    line-height: 1rem;
  }
  .greater {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .heading-70 {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 1.875rem;
    line-height: 2.3125rem;
    margin-bottom: 20px;
  }
  .heading-60 {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .heading-50 {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .heading-44 {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .heading-36 {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 400px) {
  .heading-70 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/* @media (max-width: 767px) {

  .heading-2 {
    font-size: 1.9375rem;
    line-height: 2.5625rem;
  }
  .heading-3 {
    font-size: 1.875rem;
    line-height: 2.3125rem;
  }
  .heading-4 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  p {
    font-size: .8125rem;
    line-height: 1.25rem;
  }
} */
/* Sfts-mainbanner */
.sfts-mainbanner {
  position: relative;
  /* background: url('../img/mainbanner.webp') no-repeat;
  background-size: 100% auto;
  background-position: center; */
}

.sfts-mainbanner-meta__btn {
  margin-top: 80px;
}

.sfts-mainbanner video {
  width: 100%;
  height: auto;
}

.sfts-mainbanner #videomobile {
  display: none;
}

@media (max-width: 575px) {
  .sfts-mainbanner #videodesktop {
    display: none;
  }
  .sfts-mainbanner #videomobile {
    display: block;
  }
}

/* .sfts-mainbanner::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url('../img/mainbanner-products.png') no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  z-index: 2;
} */
.sfts-mainbanner img {
  width: 100%;
  height: 100%;
  display: block;
}

.sfts-mainbanner .sfts-mainbanner-meta {
  max-width: 480px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
  padding: 0 10px;
}

.sfts-mainbanner .sfts-mainbanner-meta h1.title {
  font-size: 39px;
  font-weight: 800;
  line-height: 56px;
  color: #fff;
  margin-bottom: 15px;
}

.sfts-mainbanner .sfts-mainbanner-meta p {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 30px;
  color: #fff;
}

.sfts-mainbanner .sfts-mainbanner-meta .sfts-btn-primary.dark {
  background: transparent;
  border: 2px solid #fff;
  filter: unset;
  color: #fff;
  width: max-content;
  backdrop-filter: blur(3px) contrast(80%);
  -webkit-backdrop-filter: blur(3px) contrast(80%);
}

@media (max-width: 1023px) {
  .sfts-mainbanner .sfts-mainbanner-meta h1.title {
    font-size: 30px;
    line-height: 45px;
  }
}

@media (min-width: 768px) {
  .sfts-mainbanner .desktop-only {
    display: block;
  }
  .sfts-mainbanner .tablet-only {
    display: none;
  }
  .sfts-mainbanner .mobile-only {
    display: none;
  }
}

@media (max-width: 767px) {
  .sfts-mainbanner .desktop-only {
    display: none;
  }
  .sfts-mainbanner .tablet-only {
    display: block;
  }
  .sfts-mainbanner .mobile-only {
    display: none;
  }
  .sfts-mainbanner .sfts-mainbanner-meta h1.title {
    font-size: 24px;
  }
  .sfts-mainbanner .sfts-mainbanner-meta p,
  .sfts-mainbanner .sfts-mainbanner-meta .sfts-btn-primary.dark {
    font-size: 13px;
  }
}

@media (max-width: 428px) {
  .sfts-mainbanner .desktop-only {
    display: none;
  }
  .sfts-mainbanner .tablet-only {
    display: none;
  }
  .sfts-mainbanner .mobile-only {
    display: block;
  }
}

/* END Sfts-mainbanner */

.custom-checkbox input[type=checkbox] {
  border-color: #ff3376;
}


#search_filters .fasedsearchh1 h1 {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 16px;
}

.facedsearchspan{
  padding-left:32px;
}
