/** 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;
}
/* 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;
}

