/* ==========================================================================
   Base
   ========================================================================== */

body {
  font-family: 'Roboto', sans-serif !important;
}

p {
  font-size: 19px;
  line-height: 34px;
}

/* Safety net so images never overflow their container even if the
   Bootstrap stylesheet (which normally provides .img-fluid) fails to load. */
img {
  max-width: 100%;
  height: auto;
}

/* Safety net matching Bootstrap's d-lg-block behavior for the review
   sidebar, in case the Bootstrap stylesheet fails to load. */
@media (max-width: 991.98px) {
  .ix-review-sidebar {
    display: none !important;
  }
}

/* ==========================================================================
   Site header / navbar
   ========================================================================== */

.site-header {
  border-bottom: 1px solid #e9ecef;
}

/* ==========================================================================
   Main content wrapper
   ========================================================================== */

.cpr-main {
  border-top: 4px solid #0b237a;
  background: #ffffff;
}

/* ==========================================================================
   Product comparison cards
   ========================================================================== */

.ix-product {
  border-radius: .3rem;
}

.ix-product-target {
  box-shadow: 0 1px 3px #e9e9e9;
  border: 3px solid #00ae4d;
}

.ix-product-comp {
  box-shadow: 0 1px 3px #e9e9e9;
  border: 1px solid #e8e8e8;
}

.ix-visit-box {
  min-height: 150px;
}

.ix-item-order {
  position: absolute;
  top: -1px;
  left: -1px;
  background: #e8e8e8;
  color: #020202;
  font-weight: 700;
  padding: 0 6px;
  font-size: 1.125rem;
}

.ix-score {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}

.ix-green {
  color: #00ae4d;
}

.ix-red {
  color: #ed1d24;
}

.ix-orange {
  color: orange;
}

.ix-bg-green {
  background-color: #00ae4d;
}

.ix-best-overall-text {
  background-color: #00ae4d;
  color: #ffffff;
  text-transform: capitalize;
}

.ix-bg-bestoverall {
  background-color: #dee2e6;
}

.ix-text-convince {
  color: #f7580b;
}

/* "Best Rated" corner ribbon on the featured product card */
.bestseller {
  position: relative;
}

.bestseller:before {
  content: "";
  z-index: -1;
  overflow: hidden;
  transform: rotate(135deg);
  display: block;
  background: linear-gradient(#00ae4d 0%, #00ae4d 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 34px;
  left: -16px;
  clip-path: polygon(120px 20px, 90px -10px, 30px -10px, 0px 20px, 10px 30px, 110px 30px);
  height: 20px;
  width: 120px;
}

.bestseller:after {
  content: "Best Rated 2026";
  z-index: 1;
  overflow: hidden;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(315deg);
  width: 120px;
  display: block;
  background: linear-gradient(#00ae4d 0%, #00ae4d 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 20px;
  left: -30px;
  clip-path: polygon(120px 20px, 90px -10px, 30px -10px, 0px 20px, 10px 30px, 110px 30px);
}

/* ==========================================================================
   CTA buttons
   ========================================================================== */

.ix-btn {
  padding: 5px 5px !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  letter-spacing: 1px;
  margin-left: 0;
  margin-top: 0 !important;
  min-width: 100%;
  border-radius: 100px;
  box-shadow: none !important;
}

.ix-btn-color {
  color: #fff;
  background-color: #ffa41c;
}

.ix-btn-color:hover {
  background-color: #fa8900;
  color: #ffffff;
}

.ix-tooltip-sale {
  position: relative;
  background-color: #e1523d;
  border-radius: 4px;
  z-index: 1;
  padding: 5px;
  margin-top: 10px;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
}

.ix-tooltip-sale::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ed1d24;
}

/* ==========================================================================
   Product review section
   ========================================================================== */

.ix-review-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.ix-review-content {
  flex: 1;
  display: flex;
}

.ix-review-main {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
}

.ix-review-sidebar {
  flex: 0 0 360px;
  position: sticky;
  top: 0;
  height: 100%;
  overflow: auto;
}

/* ==========================================================================
   Author box
   ========================================================================== */

.author-box {
  background-color: #fff;
}

/* ==========================================================================
   Exit-intent modal
   ========================================================================== */

.modal-header.ix-best-overall-text .btn-close {
  filter: brightness(0) invert(1);
}

/* ==========================================================================
   Footer
   ========================================================================== */

.cpr-footer {
  background-color: #e9ecef;
}
