/* ===== Fix: shop-loop button text colours (was inheriting theme dark) ===== */
.woocommerce ul.products li.product .jrlb-loop-actions .jrlb-btn-primary,.jrlb-pcard-actions .jrlb-btn-primary{color:#fff!important}
.woocommerce ul.products li.product .jrlb-loop-actions .jrlb-btn-primary:hover{color:#fff!important;background:var(--jrlb-green-dark)!important}
.woocommerce ul.products li.product .jrlb-loop-actions .jrlb-btn-outline,.jrlb-pcard-actions .jrlb-btn-outline{color:var(--jrlb-ink)!important}
.woocommerce ul.products li.product .jrlb-loop-actions .jrlb-btn-outline:hover{color:#fff!important;background:var(--jrlb-ink)!important}
.woocommerce ul.products li.product .jrlb-loop-actions .jrlb-btn{display:flex!important;align-items:center;justify-content:center;text-align:center;text-decoration:none}
/* ===== Fix: single product Add to Cart / Buy Now alignment ===== */
.woocommerce div.product form.cart{align-items:center!important;flex-wrap:wrap;gap:12px}
.woocommerce div.product form.cart .quantity{margin:0!important}
.woocommerce div.product form.cart .single_add_to_cart_button{display:inline-flex!important;align-items:center;justify-content:center;line-height:1.1;text-align:center;height:auto!important;min-height:0!important;margin:0!important;white-space:nowrap}
.woocommerce div.product form.cart .jrlb-buynow-single{display:inline-flex!important;align-items:center;justify-content:center;line-height:1.1;margin:0!important}
/* ===== Header icons reliability ===== */
.jrlb-ic{background:none;border:0;cursor:pointer;padding:0}
.jrlb-ic svg{pointer-events:none}
.jrlb-searchbtn{color:var(--jrlb-ink)}
/* ===== Search overlay ===== */
.jrlb-search-overlay{position:fixed;inset:0;z-index:1300;background:rgba(20,30,22,.55);display:flex;align-items:flex-start;justify-content:center;opacity:0;visibility:hidden;transition:.25s;padding:88px 20px 20px}
.jrlb-search-overlay.open{opacity:1;visibility:visible}
.jrlb-search-inner{width:100%;max-width:640px;position:relative}
.jrlb-search-form{display:flex;align-items:center;gap:10px;background:#fff;border-radius:12px;padding:10px 12px;box-shadow:0 20px 50px rgba(0,0,0,.28)}
.jrlb-search-form svg{width:22px;height:22px;flex-shrink:0}
.jrlb-search-form input[type=search]{flex:1;border:0;outline:0;font-family:var(--jrlb-sans);font-size:16px;padding:10px 4px;background:none;color:var(--jrlb-ink)}
.jrlb-search-form .jrlb-btn{flex-shrink:0}
.jrlb-search-close{position:absolute;top:-48px;right:0;background:none;border:0;color:#fff;font-size:36px;line-height:1;cursor:pointer}
/* ===== Mobile: all 4 header icons + neat stacked logo (JRLB / Herbal Products) ===== */
@media(max-width:600px){
  .jrlb-actions .jrlb-ic[aria-label="My account"],.jrlb-actions .jrlb-ic[aria-label="Wishlist"]{display:inline-flex!important}
  .jrlb-actions{gap:13px}
  .jrlb-header-in{gap:7px}
  .jrlb-ic svg{width:19px;height:19px}
  .jrlb-logo{gap:8px}
  .jrlb-logo img{height:34px}
  .jrlb-logo-text b{font-size:17px}
  .jrlb-logo-text small{display:block!important;font-size:7.5px;letter-spacing:.13em;margin-top:1px;white-space:nowrap}
}
@media(max-width:390px){
  .jrlb-actions{gap:11px}
  .jrlb-ic svg{width:18px;height:18px}
  .jrlb-logo img{height:31px}
  .jrlb-logo-text b{font-size:15.5px}
  .jrlb-logo-text small{font-size:6.8px;letter-spacing:.1em}
}

/*JRLB-FOOTLOGO2*/ .jrlb-footer .jrlb-logo img{filter:none!important;background:#fdfbf6!important;border-radius:50%!important;padding:3px!important;width:48px!important;height:48px!important;object-fit:contain!important;box-shadow:0 2px 10px rgba(0,0,0,.18)!important;opacity:1!important} .jrlb-footer .jrlb-logo{align-items:center;gap:12px} .jrlb-footer .jrlb-logo-text b{color:#f7f3ea!important} .jrlb-footer .jrlb-logo-text small{color:#d8c6a0!important}
