/* Products Single */

.products-hero__title {
  font-size: 50px;
  text-align: center;
  max-width: 1000px;
  margin: auto;
  color: #212121;
  font-weight: 600;
  padding-bottom: 18px;
}

.products-hero__subtitle {
  margin: auto;
  text-align: center;
  max-width: 1000px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.products-hero {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 599px) {
  .products-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.products-box__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 100px;
  gap: 30px;
  max-width: 1150px;
  margin: auto;
  padding-bottom: 80px;
}

@media only screen and (max-width: 599px) {
  .products-box__wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 399px) {
  .products-box__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.products-box__wrap_minimal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 30px;
  padding-bottom: 30px;
  gap: 30px;
  max-width: 1150px;
  margin: auto;
}

@media only screen and (max-width: 699px) {
  .products-box__wrap_minimal {
    grid-template-columns: 1fr;
  }
}

.products-box {
  box-shadow: 0px 8px 24px rgb(0 0 0 / 12%);
  padding: 25px;
  background-color: white;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease;
}

a.products-box:hover {
  transform: scale(1.025);
  transition: all 0.2s ease;
  box-shadow: 0px 8px 36px rgb(0 0 0 / 18%);
}

.products-box__wrap_addon .products-box__img-wrap {
  margin-top: -10px;
  margin-left: -10px;
  width: calc(100% + 20px);
}

.products-box__img-wrap img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.products-box__img-contain img {
  object-fit: contain;
}

.products-box__wrap_addon .products-box__img-wrap img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.products-box h2 {
  font-size: 24px;
  margin: 0;
  color: #212121 !important;
  font-weight: 600 !important;
  padding-bottom: 16px;
  padding-top: 20px;
}
.products-box p {
  font-size: 18px;
  font-weight: 400 !important;
  line-height: 1.6;
  color: #212121;
  margin: 0;
}
.products-box .products-tags__wrap {
  justify-content: right;
  padding-top: 0;
  padding-bottom: 15px;
}
.products-box__link {
  margin-top: auto !important;
  padding-top: 20px;
  display: flex;
  gap: 12px;
}
.products-box__link img {
  position: relative;
  top: 2px;
}
.products-btn__wrap {
  text-align: center;
}
.products-btn__wrap a {
  margin: 0;
  max-width: 230px !important;
  width: 230px;
}
.products-btn__subtitle {
  margin: 0;
  padding-top: 9px;
  font-size: 16px;
  font-weight: 400 !important;
  color: rgb(0 0 0 / 48%);
}

.products-box__wrap--left .products-tags__wrap {
  justify-content: left;
  gap: 20px;
  padding-top: 10px;
}

.bs-heading-box-products {
  margin: 120px auto 0px auto;
}

@media only screen and (max-width: 899px) {
  .bs-heading-box-products {
    margin: 100px auto 0px auto;
  }
}

.bs-product-box-arrowline {
  position: relative;
}

.bs-product-box-arrowline::before {
  position: absolute;
  display: block;
  content: "";
  top: 56px;
  left: auto;
  right: auto;
  margin: auto;
  width: 100%;
  height: 30px;
  background-image: url("../../img/bs-assets/bs-arrowline-1.png"),
    url("../../img/bs-assets/bs-arrowline-2.png"),
    url("../../img/bs-assets/bs-arrowline-3.png");
  background-position: 20% 50%, 50% 50%, 80% 50%;
  background-repeat: no-repeat;
  background-size: 16%;
}

@media only screen and (max-width: 1399px) {
  .bs-product-box-arrowline::before {
    top: 54px;
  }
}

@media only screen and (max-width: 1200px) {
  .bs-product-box-arrowline::before {
    top: 50px;
  }
}

@media only screen and (max-width: 1000px) {
  .bs-product-box-arrowline::before {
    top: 46px;
  }
}

@media only screen and (max-width: 899px) {
  .bs-product-box-arrowline::before {
    display: none !important;
  }
}

.bs-product-box {
  display: flex;
  flex-direction: column;
  transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
  padding: 40px 30px;
  border-radius: 25px;
}

@media only screen and (max-width: 1399px) {
  .bs-product-box {
    padding: 35px 25px;
  }
}

@media only screen and (max-width: 1200px) {
  .bs-product-box {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 1000px) {
  .bs-product-box {
    padding: 25px 15px;
  }
}

@media only screen and (min-width: 900px) {
  .bs-product-box {
    display: grid;
    grid-template-rows: 80px 1fr 140px;
  }
}

@media only screen and (max-width: 899px) {
  .bs-product-box {
    max-width: 460px;
    margin: 15px auto;
    padding: 35px 25px;
    background-color: #fff;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.035);
    border-radius: 20px;
  }
}

a.bs-product-box:hover {
  background-color: #fff;
  box-shadow: 30px 30px 50px rgba(0, 0, 0, 0.05);
}

.bs-product-box-icon {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  margin: 0 auto 28px auto;
}

@media only screen and (max-width: 1399px) {
  .bs-product-box-icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 24px auto;
  }
}

@media only screen and (max-width: 1200px) {
  .bs-product-box-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px auto;
  }
}

@media only screen and (max-width: 1000px) {
  .bs-product-box-icon {
    width: 46px;
    height: 46px;
    margin: 0 auto 18px auto;
  }
}

@media only screen and (max-width: 899px) {
  .bs-product-box-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 20px auto;
  }
}

.bs-product-box-title {
  font-size: 25px;
  line-height: 1.1;
}

@media only screen and (max-width: 1399px) {
  .bs-product-box-title {
    font-size: 23px;
  }
}

@media only screen and (max-width: 1200px) {
  .bs-product-box-title {
    font-size: 21px;
  }
}

@media only screen and (max-width: 1000px) {
  .bs-product-box-title {
    font-size: 19px;
  }
}

@media only screen and (max-width: 899px) {
  .bs-product-box-title {
    font-size: 25px;
  }
}

.bs-product-box-title a:hover {
  color: inherit;
}

.bs-product-slide-container {
}

@media only screen and (max-width: 899px) {
  .bs-product-slide-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.bs-product-content-image {
  width: 100%;
  max-width: 545px;
  margin-bottom: -100px;
}

@media only screen and (max-width: 1399px) {
  .bs-product-content-image {
    max-width: 95%;
  }
}

@media only screen and (max-width: 899px) {
  .bs-product-content-image {
    max-width: 460px;
    margin: 0 auto 50px auto;
    display: block;
  }
}

.bs-automate-headliner {
  font-size: 30px;
  font-weight: 300;
  margin: 0 auto 50px auto;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .bs-automate-headliner {
    font-size: 28px;
  }
}

@media only screen and (max-width: 899px) {
  .bs-automate-headliner {
    font-size: 26px;
    margin: 0 auto 35px auto;
  }
}

@media only screen and (max-width: 599px) {
  .bs-automate-headliner {
    font-size: 23px;
  }
}

@media only screen and (max-width: 399px) {
  .bs-automate-headliner {
    font-size: 21px;
  }
}

.bs-automate-headliner-text {
  line-height: 1.5;
}

.bs-automate-headliner-text-when,
.bs-automate-headliner-text-then {
  color: #542fe8;
  padding: 0px 20px;
}

@media only screen and (max-width: 1199px) {
  .bs-automate-headliner-text-when,
  .bs-automate-headliner-text-then {
    padding: 0px 10px;
  }
}

@media only screen and (max-width: 899px) {
  .bs-automate-headliner-text-when,
  .bs-automate-headliner-text-then {
    padding: 0px 0px;
  }
}

@media only screen and (max-width: 899px) {
  .bs-automate-headliner-text-when::after {
    content: "\A";
    white-space: pre;
  }
}

.bs-automate-headliner .typed-cursor {
  margin-left: -18px;
  margin-right: 18px;
}

@media only screen and (max-width: 1199px) {
  .bs-automate-headliner .typed-cursor {
    margin-left: -8px;
    margin-right: 8px;
  }
}

@media only screen and (max-width: 899px) {
  .bs-automate-headliner .typed-cursor {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 900px) {
  .products-box__wrap {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 699px) {
  .products-box__wrap {
    grid-template-columns: 1fr;
  }
  .products-hero__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 499px) {
  .products-hero__title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1000px) {
  .products-type__hero {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .products-type__content h1 {
    font-size: 30px;
  }
}
