.new-container {
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-width: 1170px;
}
.new-container.dual {
  padding: 0;
}

.nf-title {
  display: block;
  margin: 0 0 14px;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
}

.dual-box {
  display: grid;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  grid-template-columns: 908px 260px;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  width: 100%;
  height: auto;
  max-width: 1170px;
  background: #ffffff;
  z-index: 2;
  position: relative;
}
.dual-box::before {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 741px;
  position: absolute;
  left: 0;
  top: -114px;
  right: auto;
  bottom: auto;
  z-index: 1;
  box-shadow: 0px -8px 20px -1px rgba(0, 0, 0, 0.3);
  max-width: 908px;
}
.dual-box__main {
  position: relative;
  bottom: 114px;
  background: #ffffff;
  z-index: 5;
}
.dual-box__main h1, .dual-box__main h2, .dual-box__main h3, .dual-box__main h4, .dual-box__main h5, .dual-box__main h6 {
  display: block;
  padding: 0 40px;
  margin: 24px 0 12px;
}
.dual-box__main p {
  display: block;
  margin: 12px 0;
  padding: 0 40px;
}
.dual-box__main a {
  display: inline;
  color: #4caf50;
  text-decoration: none;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
}
.dual-box__main a:hover {
  text-decoration: underline;
}
.dual-box__main ul {
  display: block;
  margin: 12px 0;
  padding: 0 40px;
  box-sizing: border-box;
  list-style: none;
  counter-reset: custom-counter;
  color: #000000;
}
.dual-box__main ul li {
  display: block;
  margin: 0;
  padding: 0 0 3px 20px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  color: #000000;
  position: relative;
  counter-increment: custom-counter;
}
.dual-box__main ul li::before {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  background: #9bc464;
  color: transparent;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  counter-increment: number;
  content: counter(custom-counter);
  position: absolute;
  left: 0;
  top: 9px;
}
.dual-box__main ul li:last-child {
  margin-bottom: 0;
}
.dual-box__main ol {
  display: block;
  margin: 12px 0;
  padding: 0 0 3px 30px;
  box-sizing: border-box;
  counter-reset: number;
  list-style: none;
}
.dual-box__main ol li {
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  margin-bottom: 10px;
  color: #bdbdbd;
  position: relative;
}
.dual-box__main ol li::before {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  background: transparent;
  color: #bdbdbd;
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: -15px;
  top: 0;
}
.dual-box__main ol li:last-child {
  margin-bottom: 0;
}
.dual-box__main img.unic-img {
  display: block;
  margin: 14px auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-width: 85%;
  border-radius: 6px;
}
.dual-box__main * h1, .dual-box__main * h2, .dual-box__main * h3, .dual-box__main * h4, .dual-box__main * h5, .dual-box__main * h6, .dual-box__main * p {
  padding: 0;
}
.dual-box__main * ul {
  display: block;
  margin: 16px 0;
  padding: 0 40px;
  box-sizing: border-box;
  list-style: none;
  counter-reset: custom-counter;
  color: #000000;
}
.dual-box__main * ul li {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  color: #000000;
  position: relative;
  list-style: none;
}
.dual-box__main * ul li::before, .dual-box__main * ul li::after {
  display: none;
}
.dual-box__main * ul li:last-child {
  margin-bottom: 0;
}
.dual-box__main * ol {
  display: block;
  margin: 16px 0;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  counter-reset: number;
  list-style: none;
}
.dual-box__main * ol li {
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  margin-bottom: 10px;
  color: #bdbdbd;
  position: relative;
}
.dual-box__main * ol li::before {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  background: transparent;
  color: #bdbdbd;
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: -15px;
  top: 0;
}
.dual-box__main * ol li:last-child {
  margin-bottom: 0;
}
.dual-box__sidebar {
  display: block;
  margin: 0;
  padding: 44px 0;
  box-sizing: border-box;
}

/* Media Queries -- 1200px */
@media screen and (max-width: 1199px) {
  .dual-box {
    display: block;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  .dual-box__sidebar {
    display: none;
  }
}
/* Media Queries -- 500px */
@media screen and (max-width: 500px) {
  .dual-box__main img.unic-img {
    display: block;
    margin: 14px auto;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    max-width: 95%;
    border-radius: 6px;
  }
}
body {
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
  -moz-scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

a[rel~=nofollow] {
  text-decoration: none !important;
}

.code-copy-btn {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  color: transparent;
}

.new-product-cards {
  display: block;
  margin: 0 auto;
  padding: 52px 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.new-product-cards .new-product-list {
  display: block;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-width: 908px;
}
.new-product-cards .new-product-list .card {
  display: block;
  margin: 0 auto 40px;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.new-product-cards .new-product-list .card:last-child {
  margin-bottom: 0;
}
.new-product-cards .new-product-list .card-title {
  display: block;
  margin: 0 auto 16px;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 20px;
  font-style: normal;
  color: #000000;
}
.new-product-cards .new-product-list .card-box {
  display: flex;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  position: relative;
}
.new-product-cards .new-product-list .card-box__photo {
  display: block;
  margin: 0;
  padding: 54px 14px 24px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-width: 270px;
  background: #ffffff;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  flex-shrink: 1;
}
.new-product-cards .new-product-list .card-box__photo .label {
  display: flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 24px;
  background: rgba(255, 205, 42, 0.078);
  color: #ffcd2a;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border-radius: 10px;
  border: 2px solid #ffcd2a;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}
.new-product-cards .new-product-list .card-box__photo .label img {
  position: absolute;
  left: -8px;
  top: -10px;
  z-index: 1;
}
.new-product-cards .new-product-list .card-box__photo .label span {
  display: flex;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  font-style: normal;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.new-product-cards .new-product-list .card-box__photo .label span::after {
  content: "";
  position: absolute;
  top: 0;
  left: -70px;
  height: 48px;
  width: 20px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transform: skewX(20deg) translateX(0);
  -ms-transform: skewX(20deg) translateX(0);
  transform: skewX(20deg) translateX(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-animation: 2s slidein infinite;
  animation: 2s slidein infinite;
}
.new-product-cards .new-product-list .card-box__photo .label.secondary {
  border-radius: 10px;
  background-image: -moz-linear-gradient(-90deg, #fadc5a 0%, #fee15e 20%, #fddf60 41%, #e6c369 100%);
  background-image: -webkit-linear-gradient(-90deg, #fadc5a 0%, #fee15e 20%, #fddf60 41%, #e6c369 100%);
  background-image: -ms-linear-gradient(-90deg, #fadc5a 0%, #fee15e 20%, #fddf60 41%, #e6c369 100%);
  border: none;
  color: #ffffff;
}
.new-product-cards .new-product-list .card-box__photo .label.secondary img {
  left: -9px;
  top: -2px;
}
.new-product-cards .new-product-list .card-box__photo .image {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 313px;
  object-fit: cover;
}
.new-product-cards .new-product-list .card-box__info {
  display: block;
  margin: 0;
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  flex-shrink: 5;
  border-left: 1px solid #f2f2f2;
}
.new-product-cards .new-product-list .card-box__info .bundle {
  display: block;
  margin: 0 0 14px;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
  color: #000000;
  text-transform: uppercase;
}
.new-product-cards .new-product-list .card-box__info .title {
  display: block;
  margin: 0 0 18px;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 20px;
  font-style: normal;
}
.new-product-cards .new-product-list .card-box__info .rating {
  display: flex;
  margin: 0 0 24px;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: 15px;
}
.new-product-cards .new-product-list .card-box__info .rating-stars {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 75px;
  height: 15px;
  position: relative;
  transform: scale(1.2);
  bottom: 3.5px;
  left: 9px;
}
.new-product-cards .new-product-list .card-box__info .rating-stars__full {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: auto;
  z-index: 1;
}
.new-product-cards .new-product-list .card-box__info .rating-num {
  display: block;
  margin: 0 0 0 29px;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 20px;
  font-style: normal;
  color: #cccccc;
}
.new-product-cards .new-product-list .card-box__info .rating-num span {
  font-family: "SF UI Display", sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 20px;
  font-style: normal;
  color: #000000;
}
.new-product-cards .new-product-list .card-box__info .stats {
  display: flex;
  margin: 0 0 1px;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.new-product-cards .new-product-list .card-box__info .stats-grid {
  display: block;
  margin: 0;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  width: 275px;
  height: auto;
  border-right: 1px solid #f2f2f2;
  flex-shrink: 1;
}
.new-product-cards .new-product-list .card-box__info .stats-grid .item {
  display: flex;
  margin: 0 0 8px;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
}
.new-product-cards .new-product-list .card-box__info .stats-grid .item .label {
  width: 105px;
  margin-right: 10px;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400 !important;
  color: #000000;
  flex-shrink: 0;
}
.new-product-cards .new-product-list .card-box__info .stats-grid .item .value {
  font-family: "SF UI Display", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  color: #000000;
  text-align: end;
}
.new-product-cards .new-product-list .card-box__info .stats-grid .item.price .label, .new-product-cards .new-product-list .card-box__info .stats-grid .item.price .value {
  color: #88c238;
}
.new-product-cards .new-product-list .card-box__info .stats-grid .item.price .label {
  max-width: 105px;
}
.new-product-cards .new-product-list .card-box__info .stats-grid.price {
  border-right: none;
}
.new-product-cards .new-product-list .card-box__info .stats-features {
  display: block;
  margin: 0;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  flex-shrink: 220;
}
.new-product-cards .new-product-list .card-box__info .stats-features__title {
  display: block;
  margin: 0 0 9px;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  width: 100%;
  height: auto;
  color: #000000;
}
.new-product-cards .new-product-list .card-box__info .stats-features__description {
  display: block;
  margin: 0;
  padding: 0 0 0 12px;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  width: 100%;
  height: auto;
  color: #000000;
}
.new-product-cards .new-product-list .card-box__info .stats-features__description li {
  display: block;
  margin: 0 0 4px;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  position: relative;
  color: #000000;
}
.new-product-cards .new-product-list .card-box__info .stats-features__description li::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 7.5px;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #7db727;
  color: transparent;
}
.new-product-cards .new-product-list .card-box__info .ftrs {
  display: none;
}
.new-product-cards .new-product-list .card-box__info .buttons {
  display: flex;
  margin: 18px 0 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 362px;
  height: 40px;
  position: relative;
}
.new-product-cards .new-product-list .card-box__info .buttons .copy-tooltiptext {
  display: 6px;
  margin: 0;
  padding: 6px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  width: 120px;
  height: auto;
  background: #555555;
  color: #ffffff;
  position: absolute;
  z-index: 200;
  right: 45px;
  bottom: 48px;
  font-size: 12px;
  text-align: center;
  border-radius: 6px;
  opacity: 0;
  white-space: nowrap;
  transform: scale(0);
}
.new-product-cards .new-product-list .card-box__info .buttons .copy-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.new-product-cards .new-product-list .card-box__info .buttons.copied .copy-tooltiptext {
  opacity: 1;
  transform: scale(1);
}
.new-product-cards .new-product-list .card-box__info .buttons__link {
  display: flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 100%;
  background: #7db727;
  color: #ffffff;
  font-family: "SF UI Display", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
  transition: all 220ms ease-in-out;
  -webkit-transition: all 220ms ease-in-out;
  -moz-transition: all 220ms ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border-radius: 20px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.new-product-cards .new-product-list .card-box__info .buttons__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: all 220ms ease-in-out;
  -webkit-transition: all 220ms ease-in-out;
  -moz-transition: all 220ms ease-in-out;
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #4a7c3d;
  border-radius: 20px;
  opacity: 0;
}
.new-product-cards .new-product-list .card-box__info .buttons__link span {
  position: relative;
  z-index: 5;
}
.new-product-cards .new-product-list .card-box__info .buttons__link:hover {
  background: #88c238;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}
.new-product-cards .new-product-list .card-box__info .buttons__link:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.new-product-cards .new-product-list .card-box__info .buttons__link:active::before {
  background: #b4d579;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.new-product-cards .new-product-list .card-box__info .buttons__copy {
  display: flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 205px;
  height: 100%;
  background: transparent;
  color: #000000;
  font-family: "SF UI Display", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
  transition: all 220ms ease-in-out;
  -webkit-transition: all 220ms ease-in-out;
  -moz-transition: all 220ms ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid #cccccc;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0);
}
.new-product-cards .new-product-list .card-box__info .buttons__copy span {
  position: relative;
  z-index: 5;
}
.new-product-cards .new-product-list .card-box__info .buttons__copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: all 220ms ease-in-out;
  -webkit-transition: all 220ms ease-in-out;
  -moz-transition: all 220ms ease-in-out;
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 0;
  height: 100%;
  background: #4a7c3d;
  border-radius: 20px;
  opacity: 0;
}
.new-product-cards .new-product-list .card-box__info .buttons__copy:hover {
  background: transparent;
  color: #ffffff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}
.new-product-cards .new-product-list .card-box__info .buttons__copy:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.new-product-cards .new-product-list .card-box__info .buttons__copy:active::before {
  background: #b4d579;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.new-product-cards .new-product-list .card-box__info .buttons .copied {
  display: flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 20px;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  font-style: normal;
  background: #ffffff;
  position: absolute;
  right: -84px;
  top: 50%;
  z-index: 1;
  transform: translateX(0) translateY(-50%);
  border: 1px solid #cccccc;
  border-radius: 6px;
}
.new-product-cards .new-product-list .card-box__info .buttons .copied::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #cccccc transparent transparent;
  position: absolute;
  left: -10px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.new-product-cards .new-product-list .card-box__info .description {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  font-style: normal;
  color: #000000;
}
.new-product-cards .new-product-list .card-description {
  display: block;
  margin: 20px 0 0;
  padding: 0 6px;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
}
.new-product-cards .new-product-list .card-description p {
  display: block;
  margin: 20px 0 0;
  padding: 0 6px;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  color: #000000;
}
.new-product-cards .new-product-list .card-description h1, .new-product-cards .new-product-list .card-description h2, .new-product-cards .new-product-list .card-description h3 {
  display: block;
  margin: 18px 0 12px;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  font-style: normal;
  color: #000000;
}
.new-product-cards .new-product-list .card-description a {
  display: inline;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  color: #286a06;
  text-decoration: none;
}
.new-product-cards .new-product-list .card-description a:hover {
  text-decoration: underline;
}
.new-product-cards .new-product-list .card-description ul {
  display: block;
  margin: 12px 0;
  padding: 0 20px;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  color: #000000;
}
.new-product-cards .new-product-list .card-description ul li {
  position: relative;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  margin-bottom: 3px;
}
.new-product-cards .new-product-list .card-description ul li::before {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  background: #286a06;
  color: transparent;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  counter-increment: number;
  content: counter(custom-counter);
  position: absolute;
  left: -20px;
  top: 9px;
}
.new-product-cards .new-product-list .card-description ol {
  display: block;
  margin: 12px 0;
  padding: 0 20px;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  counter-reset: number;
  list-style: none;
}
.new-product-cards .new-product-list .card-description ol li {
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  color: #000000;
  position: relative;
  margin-bottom: 3px;
}
.new-product-cards .new-product-list .card-description ol li::before {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  background: transparent;
  color: #286a06;
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: -20px;
  top: 0;
}
.new-product-cards .new-product-list .card-description ol li:last-child {
  margin-bottom: 0;
}

/* Media Queries -- 1200px */
@media screen and (max-width: 1199px) {
  .new-product-cards .new-product-list .card-box__photo {
    max-width: 220px;
  }
}
/* Media Queries -- 900px */
@media screen and (max-width: 899px) {
  .new-product-cards .new-product-list .card {
    max-width: 738px;
  }
  .new-product-cards .new-product-list .card-box__info {
    padding: 15px;
  }
  .new-product-cards .new-product-list .card-box__info .bundle {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 10px;
  }
  .new-product-cards .new-product-list .card-box__info .rating {
    margin: 0 0 16px;
  }
  .new-product-cards .new-product-list .card-box__info .stats.main {
    margin-bottom: 10px;
  }
  .new-product-cards .new-product-list .card-box__info .stats-grid {
    max-width: 100%;
    width: 100%;
    border: none;
  }
  .new-product-cards .new-product-list .card-box__info .stats-features {
    display: none;
  }
  .new-product-cards .new-product-list .card-box__info .ftrs {
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 12px;
    padding: 0;
    box-sizing: border-box;
    flex-shrink: 220;
  }
  .new-product-cards .new-product-list .card-box__info .ftrs__title {
    display: block;
    margin: 0 0 5px;
    padding: 0;
    box-sizing: border-box;
    font-family: "SF UI Display", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    width: 100%;
    height: auto;
    color: #000000;
  }
  .new-product-cards .new-product-list .card-box__info .ftrs__description {
    display: block;
    margin: 0;
    padding: 0 0 0 12px;
    box-sizing: border-box;
    font-family: "SF UI Display", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    font-style: normal;
    width: 100%;
    height: auto;
    color: #000000;
  }
  .new-product-cards .new-product-list .card-box__info .ftrs__description li {
    display: block;
    margin: 0 0 4px;
    padding: 0;
    box-sizing: border-box;
    font-family: "SF UI Display", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    font-style: normal;
    position: relative;
    color: #000000;
  }
  .new-product-cards .new-product-list .card-box__info .ftrs__description li::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 7.5px;
    z-index: 1;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #7db727;
    color: transparent;
  }
  .new-product-cards .new-product-list .card-box__info .buttons {
    margin-top: 10px;
    width: 437px;
  }
  .new-product-cards .new-product-list .card-box__info .buttons__link {
    width: 205px;
  }
}
/* Media Queries -- 768px */
@media screen and (max-width: 767px) {
  .new-product-cards .new-product-list .card {
    max-width: 470px;
  }
  .new-product-cards .new-product-list .card-box {
    display: grid;
    grid-template-columns: 1fr;
  }
  .new-product-cards .new-product-list .card-box__photo {
    max-width: 270px;
    margin: 0 auto;
    max-height: 300px;
    padding: 10px 6px;
  }
  .new-product-cards .new-product-list .card-box__info .buttons__link {
    width: 205px;
  }
}
/* Media Queries -- 500px */
@media screen and (max-width: 500px) {
  .new-product-cards .new-product-list .card {
    max-width: 380px;
  }
  .new-product-cards .new-product-list .card-box {
    display: grid;
    grid-template-columns: 1fr;
  }
  .new-product-cards .new-product-list .card-box__photo {
    max-width: 240px;
    margin: 0 auto;
    max-height: 300px;
    padding: 10px 6px;
  }
  .new-product-cards .new-product-list .card-box__info .stats-grid {
    grid-template-columns: 1fr;
    padding-right: 0;
  }
  .new-product-cards .new-product-list .card-box__info .stats-grid .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .new-product-cards .new-product-list .card-box__info .buttons {
    width: 347px;
  }
  .new-product-cards .new-product-list .card-box__info .buttons__copy {
    width: 182px;
  }
  .new-product-cards .new-product-list .card-box__info .buttons__link {
    width: 148px;
  }
}
/* Media Queries -- 410px */
@media screen and (max-width: 410px) {
  .new-product-cards .new-product-list .card-title {
    font-size: 14px;
    line-height: 16px;
  }
  .new-product-cards .new-product-list .card-box__photo .label {
    width: 100px;
  }
  .new-product-cards .new-product-list .card-box__photo .label span {
    font-size: 10px;
  }
  .new-product-cards .new-product-list .card-box__info .title {
    font-size: 14px;
    line-height: 16px;
  }
  .new-product-cards .new-product-list .card-box__info .stats-grid .item {
    margin-bottom: 5px;
  }
  .new-product-cards .new-product-list .card-box__info .rating-stars {
    transform: scale(1);
    left: 0;
    bottom: 1px;
  }
  .new-product-cards .new-product-list .card-box__info .rating-num {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 0 10px;
  }
  .new-product-cards .new-product-list .card-box__info .rating-num span {
    font-size: 14px;
    line-height: 16px;
  }
  .new-product-cards .new-product-list .card-box__info .frts__description {
    font-size: 12px;
    line-height: 16px;
  }
  .new-product-cards .new-product-list .card-box__info .buttons {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
  }
  .new-product-cards .new-product-list .card-box__info .buttons__link {
    width: 100%;
    height: 40px;
    width: 100%;
    margin-bottom: 8px;
  }
  .new-product-cards .new-product-list .card-box__info .buttons__copy {
    width: 100%;
    height: 40px;
    width: 100%;
  }
}
@keyframes slidein {
  from {
    transform: skewX(20deg) translateX(200px);
  }
  to {
    transform: skewX(20deg) translateX(0);
  }
}

/*# sourceMappingURL=new-product-cards.css.map */
