/* Product */
.products {
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
}

.products a {
  text-decoration: none;
  color: var(--text-color);
}

.products .item {
  display: block;
  text-decoration: none;
  text-align: center;
  color: var(--text-color);
  background-color: white;
  border-radius: 18px;
  overflow: hidden;
}

.products .item:hover {
  scale: 1.025;
}

.products .item .wrapper {
  border-radius: 18px;
  padding-bottom: 15px;
  overflow: hidden;
}

.products .item .header-box {
  color: white;
  padding: 15px 5px 2px 5px;
  background: var(--secondary-color-dark);
}

.products .item .item-header {
  grid-area: title;
  font-weight: 800;
}

@media (max-width: 767px) {
  .products .item .item-header {
    background-color: transparent;
    font-size: 0.9em;
    padding: 0;
  }

  .mobile-sub-text {
    padding-bottom: 8px;
  }

  .main-tile-vsl p,
  .main-tile-vsl h1 {
    padding: 10px;
  }
}

.products .item .item-img {
  grid-area: img;
    background: linear-gradient(to bottom, white 0%, var(--primary-color-dark) 100%);
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-bottom: 0 !important;
}

.products .item .item-img .supply {
  padding: 1em 0.5em;
  text-align: center;
  line-height: 1;
}

@media (max-width: 767px) {
  .products .item .item-img .supply {
    font-size: 0.8em;
    padding: 0;
  }
}

.products .item .item-img .supply b {
  display: block;
  font-size: 1.75em;
}

@media (max-width: 767px) {
  .products .item .item-img .supply b {
    font-size: 1.25em;
  }
}

.products .item .item-img img {
  max-height: 200px;
}

.products .item .item-info {
  grid-area: info;
}

.products .item .item-info .foot span {
  font-weight: 800;
  color: var(--contrast-color);
}
.products .item .item-info .price {
  display: flex;
  text-align: start;
  margin: 1.2rem auto 1rem auto;
  gap: 0.25em;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  line-height: 1;
}

.products .item .item-info .price b {
  font-size: 4em;
  text-align: center;
}

@media (max-width: 767px) {
  .products .item .item-info .price b {
    font-size: 2.8em;
    letter-spacing: -0.06em;
  }
}

.products .item .item-info .price sup {
  font-size: 0.45em;
  top: -0.5em;
}

.products .item .item-info .price span {
  font-weight: 800;
}

@media (max-width: 767px) {
  .products .item .item-info .price span {
    font-size: 0.65em;
  }
}

.products .item .item-info .savings {
  font-size: 0.9em;
  font-weight: 800;
}

@media (max-width: 767px) {
  .products .item .item-info .savings {
    font-size: 0.65em;
  }
}

.products .item .item-info .savings>div {
  padding: 0.5em;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .products .item .item-info .savings>div {
    padding: 0.5em 0;
  }
}

.products .item .item-info .savings span {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
  line-height: 1;
}

@media (max-width: 767px) {
  .products .item .item-info .savings span {
    letter-spacing: -0.4px;
  }
}

.products .item .item-info .savings span::before {
  content: "\f270";
  font-family: "bootstrap-icons";
  font-size: 1.5em;
  background: white;
  font-weight: normal;
}

@media (max-width: 767px) {
  .products .item .item-info .savings span::before {
    font-size: 1em;
  }
}

.products .item .item-buy {
  grid-area: footer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.products .item .item-buy .button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5em 0.25em;
}

@media (max-width: 767px) {
  .products .item .item-buy .button {
    font-size: 1.15em;
  }
  a.confirm-rebill.buylink.no-thanks {
    font-size: 0.65em !important;
  }
}

.products .item .item-buy .button span {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  margin-right: 20px;
  justify-content: center;
  gap: 0.25em;
  color: var(--light-1);
}

@media (max-width: 420px) {
.products .item .item-buy .button span {
  text-align: center;
}
a.confirm-rebill.buylink.no-thanks {
  font-size: 0.65em !important;
}
}

.products .item .item-buy .card-flags {
  max-width: 150px;
  margin-bottom: 0.5em;
}

.products .item .item-totals {
  grid-area: totals;
  font-size: 0.9em;
  padding-bottom: 1em;
}

@media (max-width: 767px) {
  .products .item .item-totals {
    font-size: 0.8em;
  }
}

.products .item .item-totals .totals s {
  text-decoration-color: red;
  text-decoration-thickness: 2px;
}

.products .item .item-totals .totals span {
  color: var(--contrast-color);
}

.products .item .item-totals .shipping {
  font-weight: 800;
}

.products .item .item-totals .shipping span {
  color: #dc3545;
}



.products .item .item-buy .button {
  color: var(--text-color) !important;
  background-image: linear-gradient(to top, #fccd15 50%, #ffd814 51%);
  text-shadow: none;
}

.products .item .item-buy .button:hover {
  background-image: linear-gradient(to bottom, #fccd15 50%, #ffd814 51%);
}

.products .productsGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2em;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1399px) {
  .products .productsGrid {
    gap: 1em;
  }
}
@media (max-width: 767px) {
  .products .productsGrid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .products .productsGrid [data-offer=promo] {
    order: 2;
  }
  .products .productsGrid [data-offer=mid] {
    order: 3;
  }
  .products .productsGrid [data-offer=basic] {
    order: 1;
  }
}