
/* Homepage book cards: scoped to the three existing product carousels. */
.bb-home .book-slider > .swiper-wrapper{align-items:stretch}
.bb-home .book-slider > .swiper-wrapper > .swiper-slide{height:auto;display:flex;box-sizing:border-box}
.bb-home .bbh-product{width:100%;min-width:0;display:flex;flex-direction:column;border:1px solid #e0e8ed;border-radius:12px;overflow:hidden;background:#fff;margin:0;box-sizing:border-box;transition:box-shadow .2s ease}
.bb-home .bbh-product *{box-sizing:border-box}
.bb-home .bbh-product:hover{box-shadow:0 8px 24px #012e4a12}
.bb-home .bbh-product .bbh-cover{display:flex;align-items:center;justify-content:center;aspect-ratio:3/4;padding:12px;background:#f7f9fb;width:100%;overflow:hidden}
.bb-home .bbh-product .bbh-cover img{display:block;width:100%;height:100%;max-width:100%;object-fit:contain;border-radius:0;transform:none}
.bb-home .bbh-product .bbh-body{display:flex;flex-direction:column;flex:1;padding:14px;min-width:0}
.bb-home .bbh-product h3{font-size:14px;line-height:1.5;font-weight:650;text-transform:none;margin:0;white-space:normal;overflow:visible;display:block;-webkit-line-clamp:unset;max-height:none;color:#012e4a;overflow-wrap:anywhere}
.bb-home .bbh-product h3 a{color:inherit;text-decoration:none}
.bb-home .bbh-product .bbh-author{font-size:12px;line-height:1.5;color:#71838e;margin:7px 0 0;overflow-wrap:anywhere}
.bb-home .bbh-product .bbh-price{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin-top:auto;padding:2px 0 14px;font-size:14px;line-height:1.5}
.bb-home .bbh-product .bbh-price strong{color:#b64500;font-weight:700}
.bb-home .bbh-product .bbh-price del{color:#76858f;font-size:12px}
.bb-home .bbh-product .bbh-cart{display:flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:10px 8px;background:#eaf1f5;color:#012e4a;border:0;border-radius:7px;font-size:12px;line-height:1.5;font-weight:600;text-decoration:none;transition:background .2s,color .2s}
.bb-home .bbh-product .bbh-cart:hover{background:#012e4a;color:#fff}
.bb-home .bbh-product a:focus-visible{outline:3px solid #ff6500;outline-offset:-3px}
@media(max-width:575px){.bb-home .bbh-product .bbh-cover{padding:10px}.bb-home .bbh-product .bbh-body{padding:11px}.bb-home .bbh-product h3{font-size:13px}.bb-home .bbh-product .bbh-author{font-size:11px}}
@media(prefers-reduced-motion:reduce){.bb-home .bbh-product,.bb-home .bbh-product .bbh-cart{transition:none}}

.section-title h2 {
  font-size: 30px !important;  
}


.theme-btn { 
  padding: 14px 18px !important;  
}