/* Shared customer-facing type scale. Page styles keep their display headings,
   while controls and supporting copy stay consistent across the storefront. */
.storefront-body {
  font-size: 16px;
  line-height: 1.5;
}

.storefront-body button,
.storefront-body input,
.storefront-body select,
.storefront-body textarea {
  font: inherit;
}

.storefront-body .store-brand {
  font-size: 20px;
  letter-spacing: .15em;
}

.storefront-body .store-nav a,
.storefront-body .store-header-actions a {
  font-size: 14px;
}

.storefront-body .store-footer p,
.storefront-body .store-footer span {
  font-size: 13px;
}

/* Home */
.home-four .home-four-product > a > p,
.home-four .home-four-collection p,
.home-four .home-four-section-title p,
.home-four .home-four-product-image > span {
  font-size: 12px;
}

.home-four .home-four-product h3 { font-size: 17px; }
.home-four .home-four-product strong { font-size: 16px; }

/* Product listing and filters */
.shop-three .shop-three-compact-breadcrumb,
.shop-three .shop-three-filter-button,
.shop-three .shop-three-sort-control select { font-size: 16px; }

.shop-three .shop-three-search input,
.shop-three .shop-three-sidebar summary { font-size: 16px; }

.shop-three .shop-three-filter-list a,
.shop-three .shop-three-checks label,
.shop-three .shop-three-count { font-size: 15px; }

.shop-three .shop-three-color-option { font-size: 12px; }
.shop-three .shop-three-product > a > p { font-size: 12px; }
.shop-three .shop-three-product h3 { font-size: 17px; }
.shop-three .shop-three-product strong { font-size: 16px; }
.shop-three .shop-three-product-image > span { font-size: 11px; }

/* Product details */
.detail-breadcrumb { font-size: 14px; }
.detail-category { font-size: 12px; }
.detail-rating { font-size: 14px; }
.detail-price { font-size: 24px; }
.detail-price span { font-size: 12px; }
.detail-description { font-size: 16px; }
.detail-option > p { font-size: 15px; }
.size-options button { font-size: 14px; }
.detail-cart button,
.detail-cart select { font-size: 14px; }
.detail-meta { font-size: 13px; }
.detail-tab-buttons button { font-size: 14px; }
.detail-tab-content { font-size: 16px; }

/* Bag and checkout */
.cart-page .cart-kicker { font-size: 14px; }
.cart-page .cart-product p,
.cart-page .cart-product small,
.cart-page .cart-empty p,
.cart-page .cart-tools,
.cart-page .coupon-box label,
.cart-page .coupon-box small { font-size: 14px; }

.checkout-reference .checkout-privacy,
.checkout-reference .payment-choice p,
.checkout-reference .checkout-benefits article p { font-size: 15px; }

/* Customer account */
.customer-account .eyebrow { font-size: 12px; }
.customer-account-intro > p:last-child { font-size: 18px; }
.customer-account .customer-nav-group p { font-size: 13px; }
.customer-account .customer-account-nav nav > a { font-size: 16px; }
.customer-account .customer-profile-form label { font-size: 14px; }
.customer-account .account-help p { font-size: 16px; }

@media (max-width: 760px) {
  .storefront-body .store-brand { font-size: 18px; }
  .storefront-body .store-nav a,
  .storefront-body .store-header-actions a { font-size: 13px; }

  .shop-three .shop-three-compact-breadcrumb,
  .shop-three .shop-three-sort-control select { font-size: 14px; }

  .shop-three .shop-three-filter-button,
  .shop-three .shop-three-search input,
  .shop-three .shop-three-sidebar summary { font-size: 15px; }

  .shop-three .shop-three-filter-list a,
  .shop-three .shop-three-checks label,
  .shop-three .shop-three-count { font-size: 14px; }
}
