/* New Release Books section (home page) — pulled from store public API */
.nrb-books { padding: 70px 0 40px; }
.nrb-books .section-heading { text-align: center; margin: 6px auto 22px; }
.nrb-books .section-heading h2 { font-size: 26px; font-weight: 700; color: #1a1a2e; margin: 0 0 6px; position: relative; display: inline-block; padding-top: 44px; }
.nrb-books .section-heading h2::after { content: ""; display: block; width: 60px; height: 3px; background: #e63946; margin: 8px auto 0; border-radius: 2px; }
.nrb-books .section-heading p { font-size: 14px; color: #6b7280; margin: 0; }
/* Carousel: equal-height cards, item = full width of owl slot */
.nrb-books .nrb-carousel-wrap { position: relative; }
.nrb-books .nrb-carousel .owl-stage { display: flex; }
.nrb-books .nrb-carousel .owl-item { display: flex; }
.nrb-books .nrb-carousel .owl-item .nrb-item,
.nrb-books .nrb-carousel .owl-item .product-card-link { width: 100%; }
.nrb-books .nrb-carousel .nrb-item { height: 100%; }
/* dots */
.nrb-books .nrb-carousel .owl-dots { text-align: center; margin-top: 18px; }
.nrb-books .nrb-carousel .owl-dots .owl-dot span { width: 9px; height: 9px; margin: 0 4px; background: #d1d5db; display: inline-block; border-radius: 50%; transition: background .25s ease; }
.nrb-books .nrb-carousel .owl-dots .owl-dot.active span { background: #e63946; }
.nrb-books .product-card { position: relative; background: #fff; border-radius: 12px; border: 1px solid #eef0f5; box-shadow: 0 2px 8px rgba(16,24,40,0.04); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; display: flex; flex-direction: column; height: 100%; }
.nrb-books .product-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(16,24,40,0.10); border-color: #e2e6ee; }
.nrb-books .product-card-link { display: block; text-decoration: none; color: inherit; flex: 1; }
.nrb-books .product-card-link:hover { text-decoration: none; color: inherit; }
.nrb-books .product-badge { position: absolute; top: 12px; left: 0; z-index: 3; padding: 5px 16px 5px 12px; font-size: 11px; font-weight: 700; letter-spacing: .4px; text-transform: uppercase; color: #fff; border-radius: 0 4px 4px 0; box-shadow: 0 3px 10px rgba(0,0,0,.18); clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 50%, 100% 100%, 0 100%); }
.nrb-books .product-badge.badge-new { background: linear-gradient(135deg,#16a34a,#15803d); }
.nrb-books .product-badge.badge-best { background: linear-gradient(135deg,#3b82f6,#1d4ed8); }
.nrb-books .product-badge.badge-sale { background: linear-gradient(135deg,#fbbf24,#d97706); }
.nrb-books .product-badge.badge-warn { background: linear-gradient(135deg,#fb923c,#c2410c); }
.nrb-books .product-badge.badge-soon { background: linear-gradient(135deg,#a855f7,#6d28d9); }
.nrb-books .product-badge.badge-oos { background: linear-gradient(135deg,#9ca3af,#4b5563); }
.nrb-books .product-badge.badge-default { background: linear-gradient(135deg,#374151,#111827); }
.nrb-books .discount-pct { font-size: 12px; font-weight: 600; color: #16a34a; margin-left: 2px; }
.nrb-books .product-card-img { position: relative; width: 100%; padding-top: 100%; background: #fff; overflow: hidden; border-radius: 12px 12px 0 0; }
.nrb-books .product-card-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; padding: 12px; transition: opacity .35s ease, transform .5s ease; }
.nrb-books .product-card-img .hover-display { opacity: 0; }
.nrb-books .product-card:hover .product-card-img .display { opacity: 0; transform: scale(1.05); }
.nrb-books .product-card:hover .product-card-img .hover-display { opacity: 1; transform: scale(1.05); }
.nrb-books .product-card-img .oos-overlay { position: absolute; inset: auto 0 0 0; bottom: 50%; transform: translateY(50%); background: rgba(0,0,0,.55); color: #fff; text-align: center; font-weight: 700; font-size: 13px; padding: 6px 0; letter-spacing: .6px; text-transform: uppercase; }
.nrb-books .product-card-info { padding: 14px 14px 8px; }
.nrb-books .product-title { font-size: 14.5px; font-weight: 600; color: #1f2937; line-height: 1.4; margin: 0 0 10px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 40px; }
.nrb-books .product-card:hover .product-title { color: #e63946; }
.nrb-books .product-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.nrb-books .product-price .current-price { font-size: 17px; font-weight: 700; color: #2563eb; }
.nrb-books .product-price .original-price { font-size: 13px; color: #9ca3af; text-decoration: line-through; font-weight: 500; }
@media (max-width: 767px) {
  .nrb-books { padding: 40px 0 24px; }
  .nrb-books .section-heading h2 { font-size: 20px; }
  .nrb-books .section-heading p { font-size: 13px; }
  .nrb-books .product-card-info { padding: 12px 12px 14px; }
  .nrb-books .product-title { font-size: 15px; min-height: auto; margin-bottom: 2px; }
  .nrb-books .product-price { gap: 10px; row-gap: 6px; }
  .nrb-books .product-price .current-price { font-size: 18px; }
  .nrb-books .product-price .original-price { font-size: 14px; }
  .nrb-books .discount-pct { font-size: 13px; }
  .nrb-books .product-badge { font-size: 9px; padding: 4px 11px 4px 9px; top: 10px; left: -4px; letter-spacing: .3px; }
}
