/** Shopify CDN: Minification failed

Line 97:0 Unexpected "}"

**/
.page-article-content .post-description p{color:#000}
.page-article-content .post-description p a{color:#1f87c8}
.page-article-content .post-description h2{font-size: 24px!important;}
.page-article-content .post-description h1{font-size: 26px!important;}
.page-article-content .post-description h3{font-size: 20px!important;}
.page-article-content .post-description ul, .page-article-content .post-description ol{margin-bottom: 10px!important;}
.page-article-content .post-description ul li:before, .page-article-content .post-description ol li:before,.page-article-content .post-description ul li:before, .page-article-content .post-description ul li:before{    width: 7px!important;
    height: 7px!important;    background: #1f87c8!important;  top: 11px!important;}
.page-article-content .post-description ul li, .page-article-content .post-description ol li,.page-article-content .post-description ul li, .page-article-content .post-description ul li{  -webkit-padding-start: 20px!important; 
    padding-inline-start: 20px!important;  }
    /* Hide Book Title/ISBN table on mobile */
@media (max-width: 991px) {
  .product-table {
    display: none !important;
  }
}

/* Hide variant selector (Size / Product Bundle) on mobile */
@media (max-width: 991px) {
  .notranslate.swatch,
  .group-cw .required-fields {
    display: none !important;
  }
}
/* Bold Description tab title on product page */
.product-simple-tab .nav-ver-2 li a.nav-link {
  font-weight: 700 !important;
}
/* Reduce "What's So Unique About This Book?" heading size on mobile */
@media (max-width: 991px) {
  .metafield-publisher .books-detail h2 {
    font-size: 18px !important;
  }
}
/* Reduce collection page H1 title size on mobile */
@media (max-width: 991px) {
  .page-cata h1 {
    font-size: 18px !important;
  }
}
/* Reduce product card title font size on mobile for more products in first fold */
@media (max-width: 991px) {
  .custom-product-card .product-title a,
  .products-grid-item .product-title a {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
  }
}
/* Collection page - truncate title on mobile only */
@media (max-width: 991px) {
  .custom-product-card .product-title .title-short-col { display: inline; }
  .custom-product-card .product-title .title-full-col { display: none; }
  .custom-product-card .product-title .title-more-col {
    display: inline;
    color: #1a73e8;
    font-size: 13px;
    font-weight: 500 !important;
    white-space: nowrap;
    cursor: pointer;
  }
}
/* ...less link styling */
@media (max-width: 991px) {
  .custom-product-card .product-title .title-less-col {
    display: none;
    color: #1a73e8;
    font-size: 11px;
    white-space: nowrap;
    cursor: pointer;
  }
}
@media (min-width: 992px) {
  .custom-product-card .product-title .title-short-col { display: none; }
  .custom-product-card .product-title .title-full-col { display: inline; }
  .custom-product-card .product-title .title-more-col { display: none; }
}
/* Increase final price font size on mobile */
/* @media (max-width: 991px) {
  .custom-product-card .product-pricing span.final-price,
  .products-grid-item .product-pricing span.final-price {
    font-size: 18px !important;
    font-weight: 700 !important;
  }
} */
  span.discount-label,
  .price-box .discount-label,
  .product-price .discount-label {
    font-weight: 900 !important;
    font-size: 13px !important;
  }
}
/* === MOBILE: Show 4 products in first fold === */
@media (max-width: 991px) {

  /* Tighter product image */
  .custom-product-card picture img {
    max-height: 120px !important;
    object-fit: contain !important;
  }

  /* Smaller title - 2 lines max */
  .custom-product-card .product-title a {
    font-size: 24px !important;
    line-height: 1.3 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    max-height: 2.6em !important;
  }

  /* Remove ...more link - clamp handles truncation */
  .custom-product-card .product-title .title-more-col {
    display: none !important;
  }

  /* Tighter ratings */
  .custom-product-card .jdgm-widget {
    font-size: 10px !important;
    margin: 2px 0 !important;
  }

  /* Tighter pricing */
  .custom-product-card .product-pricing {
    font-size: 11px !important;
    margin: 2px 0 !important;
  }

  /* Smaller buttons */
  .custom-product-card .add-to-cart-btn,
  .custom-product-card .buy-now-btn {
    padding: 5px 8px !important;
    font-size: 11px !important;
  }

  /* Reduce card padding */
  .custom-product-card {
    padding: 6px !important;
  }

}
/* Product count display */
.product-count-display {
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
  padding: 6px 0;
}
.product-count-display strong {
  color: #1f87c8;
}
@media screen and (max-width: 768px) {
  .product-count-display {
    display: none !important;
  }
}
/* Load More button */
.load-more-btn {
  padding: 12px 40px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  border-radius: 6px !important;
  cursor: pointer;
  transition: all 0.2s ease;
}
.load-more-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.load-more-count {
  color: #555;
  font-size: 13px;
}
/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* === Book Chapters "Chapters Covered in This Book" themed card on PDP === */
.product-simple-tab .nav-ver-2 li.book-chapters-item {
  border: 1.5px solid #006fb8 !important;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.product-simple-tab .nav-ver-2 li.book-chapters-item > a.nav-link {
  background: #fdeff4 !important;
  color: #ef3838 !important;
  font-weight: 700 !important;
}
.product-simple-tab .nav-ver-2 li.book-chapters-item > a.nav-link i {
  color: #ef3838;
}
.product-simple-tab .nav-ver-2 li.book-chapters-item.active > a {
  border-bottom: 1px solid #f8bbd0 !important;
}
.book-chapters-list {
  margin: 0;
  padding: 0;
  list-style: none;
  column-count: 2;
  column-gap: 40px;
}
.book-chapters-list li {
  position: relative;
  padding: 7px 0 7px 26px;
  break-inside: avoid;
  font-size: 15px;
  line-height: 1.5;
  color: #2b2b2b;
}
.book-chapters-list li::before {
  content: "";
  background-image: url('/cdn/shop/files/chapter.png?v=1787045435');
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
}
@media (max-width: 767px) {
  .book-chapters-list {
    column-count: 1;
  }
  .book-chapters-list li {
    font-size: 14px;
  }
}
.header-mobile .header-main .table-row {
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  min-height: 56px !important;
}
/* === MOBILE: Thinner filter/toolbar bar === */
@media (max-width: 991px) {
  .mobile-layout-bar {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    min-height: 0 !important;
  }
  .mobile-layout-bar .cata-toolbar {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .mobile-layout-bar .filter-icon,
  .mobile-layout-bar .grid-list,
  .mobile-layout-bar select {
    line-height: 1.2 !important;
  }
}
/* === Quick Answer Box (AEO/SEO) === */
.ob-quick-answer {
  background: #f0f7ff;
  border: 1px solid #c8dff5;
  border-radius: 10px;
  padding: 18px 20px 14px;
  margin-bottom: 24px;
  display: block;
}
.ob-qa-header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.ob-qa-icon {
  font-size: 17px;
  line-height: 1;
}
.ob-qa-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #1f6fa8;
}
.ob-qa-body {
  font-size: 15px;
  line-height: 1.65;
  color: #222;
  margin-bottom: 14px;
}
.ob-qa-body p:last-child {
  margin-bottom: 0;
}
.ob-qa-footer {
  border-top: 1px solid #d6e8f7;
  padding-top: 10px;
}
.ob-qa-footer .post-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #555;
}
.ob-qa-footer .blog-author,
.ob-qa-footer .meta-data {
  font-size: 13px;
}
@media (max-width: 767px) {
  .ob-quick-answer {
    padding: 14px 14px 10px;
  }
  .ob-qa-body {
    font-size: 14px;
  }
}
