@import url("../thh/site.css");

body.front-end.theme-ltih {
  --bg: #fff6f8;
  --page: #ffffff;
  --surface: #fff8fa;
  --surface-soft: #fff1f4;
  --border: #f5d8df;
  --text: #000000;
  --text-soft: #000000;
  --blue: #ef3f5e;
  --blue-deep: #d62e4d;
  --green: #38a36b;
  --gold: #ef3f5e;
}

body.front-end.theme-ltih .info-bar {
  background: #fff1f4;
}

body.front-end.theme-ltih .btn--primary,
body.front-end.theme-ltih .btn--primary:visited {
  background: linear-gradient(135deg, #ef3f5e 0%, #d62e4d 100%);
}

body.front-end.theme-ltih .btn--primary:hover,
body.front-end.theme-ltih .btn--primary:focus-visible {
  background: linear-gradient(135deg, #df3554 0%, #c32945 100%);
}

body.front-end.theme-ltih .product-card__cta-icon,
body.front-end.theme-ltih .product-card__cta-icon:visited {
  background: #ef3f5e;
  color: #ffffff !important;
}

body.front-end.theme-ltih .product-card__cta-icon i {
  color: #ffffff !important;
}

body.front-end.theme-ltih .product-card__cta-icon:hover,
body.front-end.theme-ltih .product-card__cta-icon:focus-visible {
  background: #d62e4d;
  color: #ffffff !important;
}

body.front-end.theme-ltih .product-card__cta-icon-glyph {
  fill: currentColor;
}

body.front-end.theme-ltih .pdp-price-discount {
  background: #ffe7ed;
  color: #b6223f;
}

body.front-end.theme-ltih .pdp-review-score {
  background: linear-gradient(180deg, #fff2f5 0%, #fff9fb 100%);
}

body.front-end.theme-ltih .pdp-anchor-nav a {
  background: #fff1f5;
  color: #6e2740;
}

body.front-end.theme-ltih .pdp-anchor-nav {
  margin-top: 12px;
}
