/** Shopify CDN: Minification failed

Line 227:0 Expected "}" to go with "{"

**/
/* Cart added message */
span.cart__added {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  width: 100%;
  visibility: hidden;
}

/* ATC padding */
.product-form__submit {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.cart__checkout-button {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.product-form__input input[type="radio"].disabled + label {
  border: 1px solid red;
}

.product-form__input input[type="radio"]:checked + label:after {
  /* background-color: rgb(var(--color-base-accent-1)); */
  color: rgb(var(--color-background));
  position: absolute;
  content: "\2713";
  top: -15px;
  right: -8px;
  border: 0px;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: bold;
}

.product-form__input .form__label {
  margin-bottom: 0.2rem !important;
  font-weight: bold !important;
  font-size: 15px;
}

.product-form__input--pills .form__label {
  margin-bottom: 10px !important;
}

/* Key benefits */

.key_points {
  list-style-type: none;
  margin: 12px 0 14px;
  padding: 8px;
  width: 100%;
}

.key_points-line_item {
  align-items: center;
  display: flex;
  width: 100%;
}

.key_points-line_item + .key_points-line_item {
  margin-top: 4px;
}

.key_points-line_item strong {
  display: inline-block;
  margin-left: 8px;
}

.font--text-xs {
  font-family: var(--font-family);
  font-size: var(--font-size-text-xs);
  letter-spacing: var(--letter-spacing-text-xs);
  line-height: var(--line-height-text-xs);
}

.key_points_line_item_parent {
  display: flex;
}

.key_points_line_item_icon {
  min-height: 20px;
  min-width: 20px;
  text-align: center;
}

/* Featured review */

.bg {
  background-color: #f2f2f4;
  border-radius: 5px;
}
.flex {
  display: flex;
}

.prod__trust-badges {
  align-items: center;
  padding: 16px;
  background-color: #f2f2f4;
  border-radius: 5px;
}

.img_box {
  object-fit: cover;
}

.review1 {
  margin-bottom: 10px !important;
  margin-top: 5px !important;
}

/* money back badge text */
.money-back {
  display: flex;
  text-align: center;
  justify-content: center;
  column-gap: 10px;
  align-items: center;
}
span.money-back-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1px;
  color: #111;
}

/* Risk reversal icons  */
.pro-iwt-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.pro-iwt-wrap .innr {
  width: 33.33%;
  text-align: center;
}
.pro-iwt-wrap .inner-icon img {
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
.pro-iwt-wrap .innr p {
  font-weight: 600;
  color: #000;
  font-size: 1.3rem;
  margin-top: 0px;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 2rem;
  margin: 0;
  letter-spacing: 0.1rem;
}

.announcement_bottom_blocks {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.icon-text-wrap {
  display: flex;
  align-items: center;
}
.announcement_bottom_blocks .icon-text-wrap .icon {
  width: 20px;
  height: 20px;
  line-height: 1px;
}
.announcement_bottom_blocks .text p {
  margin: 10px 10px 10px 5px;
  color: #fff;
}
.announcement_bottom {
  background-color: #2e2a39;
}
.announcement_bottom_blocks .icon-text-wrap .icon svg {
  fill: #fff;
}

.rating-stars__container .trustpilot-stars-svg {
  width: auto;
  height: 1.25em;
}

.title-with-highlight {
  --hightlight-color: rgb(var(--accent-color));
}
.title-with-highlight strong {
  color: var(--hightlight-color);
  font-weight: var(--font-heading-weight);
}

.addtocart-button.arrow.arrow {
  background-repeat: no-repeat;
  background-position: right 5% bottom 50%;
  background-image: url("//cdn.shopify.com/s/files/1/0691/6820/1986/files/icon-arrow-right-white.svg?v=1724738310") !important;
}

a.button.button--primary.arrow {
  background-repeat: no-repeat;
  background-position: right 5% bottom 50%;
  background-image: url("//cdn.shopify.com/s/files/1/0691/6820/1986/files/icon-arrow-right-white.svg?v=1724738310") !important;
}

.cart__checkout-button.arrow {
  background-repeat: no-repeat;
  background-position: right 5% bottom 50%;
  background-image: url(//cdn.shopify.com/s/files/1/0691/6820/1986/files/icon-arrow-right-white.svg?v=1724738310) !important;
