#products > .review-insert {
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
  padding: 0;
}

#products > .review-insert .in {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 16px;
  background: #f3dede;
  color: #000;
}

#products > .review-web .in {
  background: #f6e7e7;
}

#products > .review-insert .t {
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 10px;
  color: #9f2323;
}

#products > .review-insert .s {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 14px;
  max-width: 300px;
}

#products > .review-insert .m {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  color: #ab2828;
  margin: 0 0 18px;
}

#products > .review-insert .r {
  font-size: 22px;
  line-height: 1;
  color: #ab2828;
  letter-spacing: 2px;
  margin: 0 0 14px;
}

#products > .review-insert .x {
  font-size: 14px;
  line-height: 1.55;
  max-width: 290px;
  margin: 0 auto 20px;
}

#products > .review-insert .a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 12px 20px;
  background: #ab2828;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 999px;
  transition: 0.2s;
}

#products > .review-insert .a:hover {
  background: #756653;
  color: #fff;
}

#products > .review-insert .hw {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  margin: 0 0 18px;
}

#products > .review-insert .hw img {
  display: block;
  max-width: 150px;
  width: 100%;
  height: auto;
}

@media (min-width: 769px) {
  #products > .review-insert .in {
    padding: 30px 22px;
  }

  #products > .review-insert .t {
    font-size: 26px;
  }

  #products > .review-insert .s {
    font-size: 17px;
  }

  #products > .review-insert .m {
    font-size: 20px;
  }

  #products > .review-insert .x {
    font-size: 15px;
  }
}

.tro-benefit-claim {
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
  color: #ab2828;
  margin: 0 0 18px;
}

.cart-content .extras-wrap {
  border: none !important;
}

.cart-summary h4 {
  display: none !important;
}

.tro-hide-coupon {
  display: none !important;
}

.tro-coupon-toggle {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 8px 0 0 !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
  font-weight: 400 !important;
}

.tro-coupon-toggle input {
  display: inline-block !important;
  width: 12px !important;
  height: 12px !important;
  margin: 0 !important;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
}

.tro-coupon-toggle span {
  font-size: 15px !important;
  line-height: 1.2 !important;
}