/* JB PepLab readability improvements */

html {
  font-size: 17px;
}

body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0;
}

/* Desktop navigation */

.nav-links a,
.nav-menu a {
  font-size: 15px;
  font-weight: 600;
}

/* Product cards */

.product-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}

.product-brand {
  font-size: 13px;
  font-weight: 600;
}

.product-price {
  font-size: 17px;
}

.product-price-original {
  font-size: 14px;
}

.product-rating-count {
  font-size: 13px;
}

/* Section headings and small labels */

.section-title {
  font-size: 22px;
}

.section-title-lg {
  font-size: 28px;
}

.section-label,
.section-link,
.newsletter-label {
  font-size: 12px;
  font-weight: 700;
}

/* Buttons and filters */

.btn-primary,
.btn-secondary,
.btn-checkout,
.btn-quick-view {
  font-size: 16px;
  font-weight: 600;
}

.filter-chip {
  font-size: 14px;
}

/* Announcement bar */

.announcement-bar .shop-zen-announcement-bar-widget {
  font-size: 14px;
}

/* Feature text */

.feature-title {
  font-size: 16px;
}

.feature-desc {
  font-size: 14px;
}

/* Cart drawer */

.cart-item-name,
.cart-item-price,
.cart-subtotal {
  font-size: 16px;
}

.cart-item-meta,
.qty-btn,
.qty-value,
.cart-shipping-notice,
.cart-tax-note {
  font-size: 14px;
}

/* Footer */

.footer-brand-desc,
.footer-description,
.footer-col .footer-links a,
.footer-col .section ul > li > a,
.footer-bottom,
.footer-copyright,
.footer-credit,
.footer-bottom-links a {
  font-size: 15px;
}

.footer-trust-badges .trust-badge {
  font-size: 13px;
}

/* Phone adjustments */

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }

  .product-title {
    font-size: 16px;
  }

  .mobile-menu-links .sub-menu li a {
    font-size: 16px;
  }
}