
/* ══════════════════════════════════
   BazaarHub WooCommerce CSS - Full
   ══════════════════════════════════ */

/* Notices */
.woocommerce-notices-wrapper{margin-bottom:20px}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info{
  padding:12px 20px;border-radius:10px;margin-bottom:12px;
  font-weight:600;display:flex;align-items:center;gap:12px;list-style:none}
.woocommerce-message{background:#e8f5e9;border-left:4px solid #2e7d32;color:#2e7d32}
.woocommerce-error{background:#ffebee;border-left:4px solid #e53935;color:#c62828}
.woocommerce-info{background:#e3f2fd;border-left:4px solid #1976d2;color:#1565c0}
.woocommerce-message a{color:#2e7d32;font-weight:700;margin-left:auto}
.woocommerce-breadcrumb{font-size:13px;color:#757575;margin-bottom:20px;padding:8px 0}
.woocommerce-breadcrumb a{color:#2e7d32}

/* ── SHOP LAYOUT ── */
.bh-shop-page{padding:24px 0 48px}
.bh-shop-layout{display:grid;grid-template-columns:260px 1fr;gap:24px;align-items:start}
.bh-shop-sidebar{background:#fff;border-radius:12px;padding:20px;border:1px solid #e8e8e8;position:sticky;top:136px}
.bh-shop-sidebar img{max-width:100%;height:auto}
.bh-shop-sidebar .widget{margin-bottom:24px}
.bh-shop-sidebar .widget:last-child{margin-bottom:0}
.bh-shop-sidebar .widget-title{font-family:Poppins,sans-serif;font-size:15px;font-weight:800;color:#2d2d2d;margin-bottom:14px;padding-bottom:10px;border-bottom:2px solid #e8f5e9}
.bh-shop-content{min-width:0}
.bh-shop-title{font-family:Poppins,sans-serif;font-size:22px;font-weight:800;margin-bottom:16px;color:#2d2d2d}
.bh-shop-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding:12px 16px;background:#fff;border-radius:10px;border:1px solid #e8e8e8;flex-wrap:wrap;gap:10px}
.woocommerce-result-count{font-size:13.5px;color:#757575;font-weight:600;margin:0}
.woocommerce-ordering{margin:0;float:none}
.woocommerce-ordering select{padding:8px 14px;border:2px solid #e8e8e8;border-radius:8px;font-size:13px;outline:none;background:#fff;cursor:pointer;color:#2d2d2d}
.woocommerce-ordering select:focus{border-color:#2e7d32}

/* ── PRODUCT GRID ── */
.woocommerce ul.products,.woocommerce-page ul.products{
  display:grid!important;
  grid-template-columns:repeat(auto-fill,minmax(210px,1fr))!important;
  gap:18px!important;margin:0!important;padding:0!important;
  list-style:none!important;clear:both!important;float:none!important}
.woocommerce ul.products::after,.woocommerce-page ul.products::after{display:none!important}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{
  float:none!important;width:auto!important;margin:0!important;padding:0!important;
  background:#fff!important;border-radius:12px!important;
  border:1.5px solid #e8e8e8!important;overflow:hidden!important;
  transition:box-shadow .25s,transform .25s,border-color .25s!important;
  display:flex!important;flex-direction:column!important;position:relative!important}
.woocommerce ul.products li.product:hover,.woocommerce-page ul.products li.product:hover{
  box-shadow:0 6px 24px rgba(0,0,0,.12)!important;
  border-color:#43a047!important;transform:translateY(-4px)!important}
.woocommerce ul.products li.product a img,.woocommerce-page ul.products li.product a img{
  width:100%!important;height:200px!important;object-fit:cover!important;
  display:block!important;border-radius:0!important;margin:0!important;float:none!important}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title{
  font-size:14px!important;font-weight:700!important;line-height:1.4!important;
  color:#2d2d2d!important;padding:12px 14px 4px!important;margin:0!important;
  display:-webkit-box!important;-webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;overflow:hidden!important;min-height:52px!important}
.woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .price{
  display:block!important;padding:4px 14px 8px!important;
  font-size:16px!important;font-weight:800!important;color:#2e7d32!important;
  margin:0!important;float:none!important}
.woocommerce ul.products li.product .price del,.woocommerce-page ul.products li.product .price del{
  color:#9e9e9e!important;font-size:13px!important;margin-right:4px!important}
.woocommerce ul.products li.product .price ins,.woocommerce-page ul.products li.product .price ins{
  text-decoration:none!important;font-weight:800!important}
.woocommerce ul.products li.product .star-rating,.woocommerce-page ul.products li.product .star-rating{
  margin:0 14px 8px!important;float:none!important;display:block!important}
.woocommerce ul.products li.product .button,.woocommerce-page ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button,.woocommerce-page ul.products li.product .add_to_cart_button{
  display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;
  margin:0 14px 14px!important;width:calc(100% - 28px)!important;
  background:#2e7d32!important;color:#fff!important;padding:10px 14px!important;
  border-radius:8px!important;font-weight:700!important;font-size:13.5px!important;
  border:none!important;cursor:pointer!important;text-decoration:none!important;
  transition:background .2s!important;box-sizing:border-box!important;float:none!important}
.woocommerce ul.products li.product .button:hover,.woocommerce-page ul.products li.product .button:hover{background:#1b5e20!important}
.woocommerce ul.products li.product .onsale,.woocommerce-page ul.products li.product .onsale{
  position:absolute!important;top:10px!important;left:10px!important;
  background:#e53935!important;color:#fff!important;padding:4px 10px!important;
  border-radius:50px!important;font-size:11px!important;font-weight:800!important;
  min-height:auto!important;min-width:auto!important;z-index:2!important}
.woocommerce nav.woocommerce-pagination{margin-top:32px;text-align:center}
.woocommerce nav.woocommerce-pagination ul{display:inline-flex!important;gap:6px!important;list-style:none!important;padding:0!important;margin:0!important}
.woocommerce nav.woocommerce-pagination ul li{border:none!important}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
  display:flex!important;align-items:center!important;justify-content:center!important;
  width:38px!important;height:38px!important;border-radius:8px!important;
  border:1.5px solid #e8e8e8!important;font-weight:700!important;font-size:14px!important;
  color:#2d2d2d!important;background:#fff!important;transition:all .2s!important}
.woocommerce nav.woocommerce-pagination ul li a:hover{background:#2e7d32!important;color:#fff!important;border-color:#2e7d32!important}
.woocommerce nav.woocommerce-pagination ul li span.current{background:#2e7d32!important;color:#fff!important;border-color:#2e7d32!important}

/* ══════════════════════════════════
   SINGLE PRODUCT PAGE
   ══════════════════════════════════ */
.bh-single-product-page{padding:24px 0 60px}
.bh-sp-layout{
  display:grid;grid-template-columns:1fr 1fr;gap:48px;
  background:#fff;padding:36px;border-radius:20px;
  margin-bottom:32px;box-shadow:0 2px 20px rgba(0,0,0,.07)}
.bh-sp-gallery .woocommerce-product-gallery{position:relative}
.bh-sp-gallery .woocommerce-product-gallery__wrapper img{border-radius:14px;width:100%;object-fit:cover}
.bh-sp-gallery .flex-control-thumbs{display:flex;gap:10px;margin-top:14px;padding:0;list-style:none;flex-wrap:wrap}
.bh-sp-gallery .flex-control-thumbs li img{width:72px;height:72px;object-fit:cover;border-radius:10px;border:2px solid #e8e8e8;cursor:pointer;transition:border-color .2s}
.bh-sp-gallery .flex-control-thumbs li img:hover,
.bh-sp-gallery .flex-control-thumbs li img.flex-active{border-color:#2e7d32}
.bh-sp-cats{margin-bottom:10px}
.bh-sp-cat{font-size:12px;font-weight:700;color:#2e7d32;background:#e8f5e9;padding:3px 12px;border-radius:50px;margin-right:6px;display:inline-block}
.bh-sp-title{font-family:Poppins,sans-serif;font-size:26px;font-weight:800;color:#1a1a1a;line-height:1.3;margin-bottom:14px}
.bh-sp-rating-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:16px}
.bh-sp-stars .star-rating{font-size:14px!important;color:#ffa726!important}
.bh-sp-review-count{font-size:13px;color:#757575;text-decoration:underline}
.bh-sp-review-count:hover{color:#2e7d32}
.bh-sp-stock{font-size:13px;font-weight:700;display:flex;align-items:center;gap:5px}
.bh-sp-stock.in-stock{color:#2e7d32}
.bh-sp-stock.out-of-stock{color:#e53935}
.bh-sp-price{margin-bottom:18px}
.bh-sp-price .price{font-size:32px;font-weight:900;color:#2e7d32}
.bh-sp-price .price del{font-size:20px;color:#bdbdbd;font-weight:400;margin-right:8px}
.bh-sp-price .price ins{text-decoration:none}
.bh-sp-short-desc{font-size:14.5px;color:#555;line-height:1.8;margin-bottom:20px;padding:16px;background:#fafafa;border-radius:10px;border-left:3px solid #2e7d32}
.bh-sp-short-desc p{margin:0 0 8px}
.bh-sp-short-desc p:last-child{margin:0}

/* Qty +/- */
.bh-sp-actions form.cart,.bh-sp-actions .woocommerce-variation-add-to-cart{
  display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:0 0 16px}
.bh-qty-wrap{display:flex;align-items:center;border:2px solid #e0e0e0;border-radius:12px;overflow:hidden;background:#fff}
.bh-qty-btn{width:40px;height:48px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;color:#2e7d32;font-size:14px;transition:background .2s;cursor:pointer;border:none;flex-shrink:0}
.bh-qty-btn:hover{background:#e8f5e9}
.bh-qty-wrap input.input-qty{width:56px;height:48px;text-align:center;border:none;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;font-size:17px;font-weight:800;color:#1a1a1a;outline:none;background:#fff;-moz-appearance:textfield}
.bh-qty-wrap input.input-qty::-webkit-inner-spin-button,
.bh-qty-wrap input.input-qty::-webkit-outer-spin-button{-webkit-appearance:none}
.woocommerce div.product form.cart .single_add_to_cart_button,
.single_add_to_cart_button{
  background:#2e7d32!important;color:#fff!important;
  padding:0 32px!important;border-radius:12px!important;
  font-weight:800!important;font-size:15px!important;height:48px!important;
  display:inline-flex!important;align-items:center!important;gap:8px!important;
  border:none!important;cursor:pointer!important;
  transition:background .2s!important;flex-shrink:0}
.woocommerce div.product form.cart .single_add_to_cart_button:hover,
.single_add_to_cart_button:hover{background:#1b5e20!important}

/* Wishlist btn */
.bh-sp-extra-actions{margin-bottom:20px}
.bh-sp-wishlist-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:10px;border:2px solid #e0e0e0;background:#fff;color:#757575;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s}
.bh-sp-wishlist-btn:hover{border-color:#e57373;color:#e53935;background:#fff5f5}
.bh-sp-wishlist-btn.active{border-color:#e53935;color:#e53935;background:#fff5f5}

/* Variations (color swatch) */
table.variations{width:100%;margin-bottom:16px;border-collapse:separate;border-spacing:0 10px}
table.variations td.label label{font-weight:800;font-size:14px;color:#1a1a1a;padding-right:16px;white-space:nowrap}
table.variations td.value select{padding:8px 14px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;font-weight:600;outline:none;background:#fff;cursor:pointer;min-width:140px}
table.variations td.value select:focus{border-color:#2e7d32}
.woocommerce-variation-price .price{font-size:24px!important;font-weight:800!important;color:#2e7d32!important}

/* Meta */
.bh-sp-meta{margin-bottom:20px;padding:14px 16px;background:#fafafa;border-radius:10px;display:flex;flex-direction:column;gap:7px}
.bh-sp-meta-item{font-size:13.5px;color:#757575}
.bh-sp-meta-item strong{color:#1a1a1a;margin-right:4px}
.bh-sp-meta-item a{color:#2e7d32;font-weight:600}

/* Trust badges */
.bh-sp-trust{display:flex;border:1px solid #e8e8e8;border-radius:12px;overflow:hidden;margin-bottom:8px}
.bh-trust-item{flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;padding:12px 8px;font-size:11.5px;font-weight:700;color:#555;border-right:1px solid #e8e8e8;text-align:center}
.bh-trust-item:last-child{border-right:none}
.bh-trust-item i{font-size:18px;color:#2e7d32}

/* Tabs */
.bh-sp-tabs-section{background:#fff;border-radius:16px;padding:32px;margin-bottom:32px;box-shadow:0 2px 12px rgba(0,0,0,.06)}
.bh-sp-tabs-section .woocommerce-tabs ul.tabs{border-bottom:2px solid #e8e8e8;display:flex;padding:0;margin:0 0 28px;list-style:none;background:none}
.bh-sp-tabs-section .woocommerce-tabs ul.tabs::before{display:none}
.bh-sp-tabs-section .woocommerce-tabs ul.tabs li{background:none;border:none;padding:0;margin:0;border-radius:0}
.bh-sp-tabs-section .woocommerce-tabs ul.tabs li a{display:block;padding:13px 24px;font-weight:700;font-size:15px;color:#9e9e9e;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .2s;text-decoration:none;background:none}
.bh-sp-tabs-section .woocommerce-tabs ul.tabs li.active a,
.bh-sp-tabs-section .woocommerce-tabs ul.tabs li a:hover{color:#2e7d32;border-bottom-color:#2e7d32}
.bh-sp-tabs-section .woocommerce-tabs .panel{padding:0;margin:0;border:none;box-shadow:none}
.bh-sp-tabs-section h2{font-size:18px;font-weight:800;margin-bottom:14px;color:#1a1a1a}
.bh-sp-tabs-section p{font-size:14.5px;color:#555;line-height:1.8;margin-bottom:12px}

/* Reviews */
.woocommerce-Reviews .comment_container{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid #f0f0f0}
.woocommerce-Reviews .comment_container:last-child{border-bottom:none}
.woocommerce-Reviews .comment_container .avatar img{width:48px;height:48px;border-radius:50%;object-fit:cover}
.woocommerce-Reviews .meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:8px}
.woocommerce-Reviews .woocommerce-review__author{font-weight:800;font-size:14px;color:#1a1a1a}
.woocommerce-Reviews time{font-size:12px;color:#9e9e9e}
.woocommerce-Reviews .description p{font-size:14px;color:#555;line-height:1.7;margin:8px 0 0}
#review_form_wrapper{margin-top:32px;padding-top:28px;border-top:2px solid #e8f5e9}
#review_form_wrapper h3{font-size:18px;font-weight:800;margin-bottom:20px;color:#1a1a1a}
.comment-form .comment-form-author label,
.comment-form .comment-form-email label,
.comment-form .comment-form-comment label{font-weight:700;font-size:13.5px;display:block;margin-bottom:5px;color:#1a1a1a}
.comment-form .comment-form-author input,
.comment-form .comment-form-email input{width:100%;padding:10px 14px;border:2px solid #e8e8e8;border-radius:8px;font-size:14px;outline:none;transition:border-color .2s}
.comment-form .comment-form-comment textarea{width:100%;padding:10px 14px;border:2px solid #e8e8e8;border-radius:8px;font-size:14px;height:120px;resize:vertical;outline:none;transition:border-color .2s}
.comment-form input:focus,.comment-form textarea:focus{border-color:#2e7d32}
.comment-form p.form-submit input[type=submit]{background:#2e7d32;color:#fff;padding:12px 28px;border-radius:10px;font-weight:800;font-size:15px;border:none;cursor:pointer;transition:background .2s}
.comment-form p.form-submit input[type=submit]:hover{background:#1b5e20}

/* ══════════════════════════════════
   MINI CART — Modern Design
   ══════════════════════════════════ */
.bh-mini-cart{
  position:absolute;top:calc(100% + 16px);right:0;
  width:380px;background:#fff;border-radius:20px;
  box-shadow:0 20px 60px rgba(0,0,0,.15);z-index:9999;
  display:none;overflow:hidden;border:1px solid #f0f0f0}
.bh-cart-wrap:hover .bh-mini-cart,.bh-mini-cart.active{display:block}
.bh-mini-cart__header{
  display:flex;align-items:center;justify-content:space-between;
  padding:16px 20px;
  background:linear-gradient(135deg,#43a047,#66bb6a);color:#fff}
.bh-mini-cart__header span{font-weight:800;font-size:16px;color:#fff;display:flex;align-items:center;gap:8px}
.bh-mini-cart__close{color:rgba(255,255,255,.8);font-size:16px;cursor:pointer;background:rgba(255,255,255,.15);border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}
.bh-mini-cart__close:hover{background:rgba(255,255,255,.3);color:#fff}
.bh-mini-cart__body{max-height:400px;overflow-y:auto;overflow-x:hidden}
.bh-mini-cart__body::-webkit-scrollbar{width:4px}
.bh-mini-cart__body::-webkit-scrollbar-thumb{background:#ddd;border-radius:4px}

.widget_shopping_cart_content .cart_list,
.woocommerce .widget_shopping_cart .cart_list{list-style:none;margin:0;padding:0}
.widget_shopping_cart_content .cart_list li,
.woocommerce .widget_shopping_cart .cart_list li{
  display:flex;align-items:flex-start;gap:14px;
  padding:14px 18px 14px 18px;border-bottom:1px solid #f5f5f5;
  position:relative;transition:background .2s}
.widget_shopping_cart_content .cart_list li:hover,
.woocommerce .widget_shopping_cart .cart_list li:hover{background:#fafafa}
.widget_shopping_cart_content .cart_list li img,
.woocommerce .widget_shopping_cart .cart_list li img{
  width:72px;height:72px;object-fit:cover;border-radius:10px;
  flex-shrink:0;border:2px solid #f0f0f0;background:#f9f9f9}
.widget_shopping_cart_content .cart_list li a:not(.remove),
.woocommerce .widget_shopping_cart .cart_list li a:not(.remove){
  font-size:13.5px;font-weight:700;color:#1a1a1a;line-height:1.4;
  display:block;text-decoration:none;
  overflow:hidden;text-overflow:ellipsis;white-space:normal;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
  padding-right:30px}
.widget_shopping_cart_content .cart_list li a:not(.remove):hover,
.woocommerce .widget_shopping_cart .cart_list li a:not(.remove):hover{color:#43a047}
.widget_shopping_cart_content .cart_list li .quantity,
.woocommerce .widget_shopping_cart .cart_list li .quantity{
  display:block;font-size:12.5px;color:#9e9e9e;margin-top:5px}
.widget_shopping_cart_content .cart_list li .quantity .amount,
.woocommerce .widget_shopping_cart .cart_list li .quantity .amount{
  font-weight:800;color:#43a047;font-size:14px}
.widget_shopping_cart_content .cart_list li .remove,
.woocommerce .widget_shopping_cart .cart_list li .remove{
  position:absolute;top:14px;right:14px;
  width:26px;height:26px;border-radius:50%;background:#f5f5f5;color:#bbb;
  font-size:13px;display:flex;align-items:center;justify-content:center;
  text-decoration:none;transition:all .2s;border:1px solid #e8e8e8;font-weight:900;line-height:1}
.widget_shopping_cart_content .cart_list li .remove:hover,
.woocommerce .widget_shopping_cart .cart_list li .remove:hover{
  background:#ffebee;color:#e53935;border-color:#ffcdd2}

.widget_shopping_cart_content .total,
.woocommerce .widget_shopping_cart .total{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 20px;background:#f8fdf8;border-top:2px solid #c8e6c9;margin:0}
.widget_shopping_cart_content .total strong,
.woocommerce .widget_shopping_cart .total strong{
  font-size:13px;color:#555;font-weight:700;text-transform:uppercase;letter-spacing:.5px}
.widget_shopping_cart_content .total .amount,
.woocommerce .widget_shopping_cart .total .amount{
  font-size:20px;font-weight:900;color:#2e7d32}
.widget_shopping_cart_content p.buttons,
.woocommerce .widget_shopping_cart p.buttons{
  display:grid;grid-template-columns:1fr 1fr;gap:10px;
  padding:14px 18px 18px;background:#fff;margin:0;border-top:1px solid #f0f0f0}
.widget_shopping_cart_content p.buttons a,
.woocommerce .widget_shopping_cart p.buttons a{
  text-align:center;padding:12px 8px;border-radius:12px;
  font-weight:800;font-size:13px;text-decoration:none;
  transition:all .2s;display:flex;align-items:center;justify-content:center;gap:6px;
  line-height:1;white-space:nowrap}
.widget_shopping_cart_content p.buttons a.button.wc-forward,
.woocommerce .widget_shopping_cart p.buttons a.button.wc-forward{
  background:#f1f8e9;color:#2e7d32;border:2px solid #c8e6c9}
.widget_shopping_cart_content p.buttons a.button.wc-forward:hover,
.woocommerce .widget_shopping_cart p.buttons a.button.wc-forward:hover{
  background:#e8f5e9;border-color:#81c784;color:#1b5e20;transform:translateY(-1px)}
.widget_shopping_cart_content p.buttons a.button.checkout,
.woocommerce .widget_shopping_cart p.buttons a.button.checkout{
  background:linear-gradient(135deg,#f44336,#e53935);color:#fff;border:none;
  box-shadow:0 4px 14px rgba(244,67,54,.3)}
.widget_shopping_cart_content p.buttons a.button.checkout:hover,
.woocommerce .widget_shopping_cart p.buttons a.button.checkout:hover{
  background:linear-gradient(135deg,#e53935,#c62828);box-shadow:0 6px 18px rgba(244,67,54,.4);transform:translateY(-1px)}
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message{
  text-align:center;padding:40px 20px;color:#9e9e9e;font-size:14px}

/* ── CART PAGE ── */
.woocommerce-cart table.cart,.woocommerce table.shop_table{
  width:100%;border-collapse:separate;border-spacing:0;
  background:#fff;border-radius:12px;overflow:hidden;
  box-shadow:0 2px 12px rgba(0,0,0,.08);border:1px solid #e8e8e8}
.woocommerce-cart table.cart thead tr th{
  padding:14px 18px;font-weight:700;font-size:13px;
  text-transform:uppercase;color:#757575;
  border-bottom:1px solid #e8e8e8;background:#f5f5f5}
.woocommerce-cart table.cart tbody tr td{
  padding:16px 18px;border-bottom:1px solid #f5f5f5;
  vertical-align:middle;font-size:14px}
.woocommerce-cart table.cart .product-thumbnail img{
  width:72px;height:72px;object-fit:cover;border-radius:8px;border:1px solid #e8e8e8}
.woocommerce-cart table.cart .product-name a{font-weight:700;color:#2d2d2d;font-size:14px}
.woocommerce-cart table.cart .product-name a:hover{color:#2e7d32}
.woocommerce-cart table.cart .product-price .amount,
.woocommerce-cart table.cart .product-subtotal .amount{font-weight:700;color:#2e7d32}
.woocommerce-cart table.cart .qty{
  width:70px;text-align:center;border:2px solid #e8e8e8;
  border-radius:8px;padding:8px;font-size:15px;font-weight:700}
.woocommerce-cart table.cart a.remove{
  color:#9e9e9e;font-size:20px;font-weight:700;
  display:flex;align-items:center;justify-content:center;
  width:30px;height:30px;border-radius:50%;transition:all .2s;text-decoration:none}
.woocommerce-cart table.cart a.remove:hover{background:#ffebee;color:#e53935}
.woocommerce-cart .cart-collaterals{margin-top:32px}
.woocommerce-cart .cart_totals{
  background:#fff;padding:24px;border-radius:12px;
  box-shadow:0 2px 12px rgba(0,0,0,.08);
  max-width:400px;margin-left:auto;border:1px solid #e8e8e8}
.woocommerce-cart .cart_totals h2{
  font-size:18px;font-weight:800;margin-bottom:16px;
  padding-bottom:12px;border-bottom:2px solid #e8f5e9}
.woocommerce-cart .cart_totals table{width:100%;border:none}
.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td{
  padding:10px 0;font-size:14px;border-bottom:1px solid #f5f5f5;
  border-left:none;border-right:none;background:none}
.woocommerce-cart .cart_totals table .order-total th,
.woocommerce-cart .cart_totals table .order-total td{
  font-size:18px;font-weight:800;color:#2e7d32;border-bottom:none;padding-top:16px}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  display:block;width:100%;text-align:center;
  background:#2e7d32;color:#fff;padding:14px;border-radius:50px;
  font-size:16px;font-weight:800;margin-top:16px;
  transition:background .2s;text-decoration:none}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{background:#1b5e20}

/* ══════════════════════════════════════════════
   CHECKOUT — Modern Redesign
   ══════════════════════════════════════════════ */

/* Hero / progress bar */
.bh-checkout-hero {
  background: linear-gradient(135deg,#1b5e20 0%,#2e7d32 60%,#43a047 100%);
  padding: 22px 0;
  margin-bottom: 32px;
}
.bh-checkout-hero__steps {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.bh-checkout-step {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,.55);
  padding: 6px 18px;
  border-radius: 24px;
  transition: all .2s;
}
.bh-checkout-step--done  { color: rgba(255,255,255,.75); }
.bh-checkout-step--active {
  background: rgba(255,255,255,.18);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.4);
}
.bh-checkout-step__line {
  flex: 0 0 48px;
  height: 2px;
  background: rgba(255,255,255,.25);
  border-radius: 2px;
}

/* Page-level wrapper — override page.php to centre */
.woocommerce-checkout .bh-page-body-content,
.woocommerce-checkout .bh-page-inner {
  max-width: 100% !important;
  padding: 0 !important;
}
.woocommerce-checkout .bh-page-hero { display: none !important; }

/* Main 2-col grid */
.bh-checkout-form { width: 100%; }
.bh-checkout-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px 48px;
  align-items: flex-start;
}

/* Sections (white cards) */
.bh-checkout-section {
  background: #fff;
  border: 1.5px solid #e8e8e8;
  border-radius: 14px;
  padding: 24px 28px;
  margin-bottom: 20px;
}
.bh-checkout-section:last-child { margin-bottom: 0; }

.bh-checkout-section__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1.5px solid #f0f0f0;
}
.bh-checkout-section__head i {
  width: 32px; height: 32px;
  background: #e8f5e9;
  color: #2e7d32;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}
.bh-checkout-section__head h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: #1a1a1a;
}

/* Form fields */
.woocommerce form .form-row { margin-bottom: 14px; }
.woocommerce form .form-row label {
  font-weight: 700; font-size: 13px;
  display: block; margin-bottom: 5px; color: #333;
}
.woocommerce form .form-row label .required { color: #e53935; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  width: 100%; padding: 10px 14px;
  border: 1.5px solid #e0e0e0;
  border-radius: 9px; font-size: 14px; outline: none;
  background: #fafafa; color: #222; transition: border-color .2s, box-shadow .2s;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
  border-color: #2e7d32;
  box-shadow: 0 0 0 3px rgba(46,125,50,.1);
  background: #fff;
}

/* col2-set used by WooCommerce inside the billing form */
.woocommerce-checkout .col2-set { display: block; }
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 { width: auto; float: none; }

/* Right sticky summary */
.bh-checkout-right { position: sticky; top: 110px; }
.bh-checkout-summary {
  background: #fff;
  border: 1.5px solid #e8e8e8;
  border-radius: 14px;
  padding: 24px 24px 20px;
}

/* Order review table */
.woocommerce-checkout-review-order table {
  width: 100%; border-collapse: collapse; margin-bottom: 0;
}
.woocommerce-checkout-review-order table thead tr th {
  font-size: 12px; font-weight: 700; color: #888;
  text-transform: uppercase; letter-spacing: .06em;
  padding: 8px 0; border-bottom: 1.5px solid #eee;
}
.woocommerce-checkout-review-order table tbody tr td {
  padding: 12px 0; border-bottom: 1px solid #f5f5f5;
  font-size: 13.5px; vertical-align: middle;
}
.woocommerce-checkout-review-order table tbody tr td.product-name {
  font-weight: 600; color: #222;
}
.woocommerce-checkout-review-order table tfoot tr td,
.woocommerce-checkout-review-order table tfoot tr th {
  padding: 10px 0; font-size: 14px; border-top: 1px solid #eee;
}
.woocommerce-checkout-review-order table tfoot .order-total th,
.woocommerce-checkout-review-order table tfoot .order-total td {
  font-size: 18px; font-weight: 800; color: #2e7d32;
  padding-top: 14px; border-top: 2px solid #e8e8e8;
}

/* Payment section */
.woocommerce-checkout #payment {
  background: #f8fdf8;
  border: 1.5px solid #c8e6c9;
  border-radius: 12px;
  padding: 20px;
  margin-top: 16px;
}
.woocommerce-checkout #payment ul.payment_methods {
  list-style: none; padding: 0; margin: 0 0 16px;
}
.woocommerce-checkout #payment ul.payment_methods li {
  padding: 11px 0; border-bottom: 1px solid #e8f5e9;
  font-weight: 600; font-size: 14px; color: #333;
}
.woocommerce-checkout #payment ul.payment_methods li:last-child { border-bottom: none; }
.woocommerce-checkout #payment ul.payment_methods li input { margin-right: 8px; accent-color: #2e7d32; }
.woocommerce-checkout #payment .payment_box {
  background: #fff; border-radius: 8px; padding: 12px 14px;
  margin-top: 8px; font-size: 13px; color: #555;
  border: 1px solid #e0e0e0;
}
.woocommerce-checkout #payment #place_order {
  display: block; width: 100%;
  background: linear-gradient(135deg,#2e7d32,#43a047);
  color: #fff; padding: 15px;
  border-radius: 50px; font-size: 16px; font-weight: 800;
  border: none; cursor: pointer;
  transition: transform .2s, box-shadow .2s;
  letter-spacing: .03em;
  box-shadow: 0 4px 14px rgba(46,125,50,.35);
}
.woocommerce-checkout #payment #place_order:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(46,125,50,.45);
}

/* Trust badges */
.bh-checkout-trust {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #f0f0f0;
}
.bh-checkout-trust span {
  display: flex; align-items: center; gap: 5px;
  font-size: 11px; color: #2e7d32; font-weight: 700;
  background: #e8f5e9; padding: 4px 10px; border-radius: 20px;
}

/* Responsive */
@media (max-width: 900px) {
  .bh-checkout-grid { grid-template-columns: 1fr; }
  .bh-checkout-right { position: static; }
}
@media (max-width: 600px) {
  .bh-checkout-section { padding: 18px 16px; }
  .bh-checkout-grid { padding: 0 12px 32px; gap: 16px; }
}

/* ── MY ACCOUNT ── */
.woocommerce-account .woocommerce{display:flex;gap:24px;align-items:flex-start}
.woocommerce-account .woocommerce-MyAccount-navigation{
  background:#fff;padding:20px;border-radius:12px;
  min-width:220px;border:1px solid #e8e8e8;
  position:sticky;top:136px}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;padding:0}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{border-bottom:1px solid #f5f5f5}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child{border-bottom:none}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
  display:flex;align-items:center;gap:8px;padding:11px 14px;
  border-radius:8px;font-weight:600;font-size:14px;
  color:#2d2d2d;transition:all .2s;text-decoration:none}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
  background:#e8f5e9;color:#2e7d32}
.woocommerce-account .woocommerce-MyAccount-content{flex:1;min-width:0}

/* Stars */
.star-rating{color:#ffa726!important;font-size:13px!important}
.star-rating::before{color:#ffa726!important}
.star-rating span::before{color:#ffa726!important}
.woocommerce-product-rating .star-rating{margin-right:6px!important;vertical-align:middle!important}

/* ── MOBILE FILTER TOGGLE (shop page) ── */
.bh-mobile-filter-toggle {
  display: none; width: 100%; padding: 11px 16px; margin-bottom: 12px;
  background: #fff; border: 1.5px solid #e0e0e0; border-radius: 10px;
  font-size: 14px; font-weight: 700; color: #333; cursor: pointer;
  align-items: center; justify-content: center; gap: 8px;
}
.bh-mobile-filter-toggle i { color: #43a047; }

/* ── RESPONSIVE ── */
@media(max-width:992px){
  .bh-sp-layout{grid-template-columns:1fr;gap:24px;padding:20px}
  .bh-shop-layout{grid-template-columns:220px 1fr;gap:16px}}

@media(max-width:768px){
  /* Shop layout: sidebar hidden by default on mobile */
  .bh-shop-layout { grid-template-columns: 1fr; gap: 0; }
  .bh-shop-sidebar {
    position: static; display: none;
    margin-bottom: 16px; border-radius: 12px;
  }
  .bh-shop-sidebar.bh-sidebar-open { display: block; }
  .bh-mobile-filter-toggle { display: flex; }

  /* 2-column product grid */
  .woocommerce ul.products,.woocommerce-page ul.products {
    grid-template-columns: repeat(2,1fr) !important; gap: 10px !important;
  }
  /* Smaller product images on mobile */
  .woocommerce ul.products li.product a img,
  .woocommerce-page ul.products li.product a img { height: 150px !important; }
  /* Compact product titles */
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 12px !important; padding: 8px 10px 4px !important; min-height: 44px !important;
  }
  .woocommerce ul.products li.product .price,
  .woocommerce-page ul.products li.product .price { font-size: 14px !important; padding: 2px 10px 6px !important; }
  .woocommerce ul.products li.product .button,
  .woocommerce-page ul.products li.product .button { font-size: 11px !important; padding: 8px 6px !important; }

  .bh-mini-cart{width:300px;right:-8px}
  .woocommerce-checkout .col2-set{grid-template-columns:1fr}
  .woocommerce-account .woocommerce{flex-direction:column}
  .woocommerce-account .woocommerce-MyAccount-navigation{min-width:auto;width:100%;position:static}
  .woocommerce-cart .cart_totals{max-width:100%}

  /* Shop toolbar */
  .bh-shop-toolbar { flex-wrap: wrap; gap: 8px; }
  .bh-shop-title { font-size: 18px !important; }
}

@media(max-width:480px){
  .woocommerce ul.products,.woocommerce-page ul.products{
    grid-template-columns:repeat(2,1fr)!important; gap:8px!important;
  }
  .woocommerce ul.products li.product a img,
  .woocommerce-page ul.products li.product a img { height: 130px !important; }
  .bh-sp-layout{padding:16px}
  .bh-sp-title{font-size:20px}
  .bh-sp-tabs-section{padding:20px}
  .bh-mini-cart{width:calc(100vw - 16px);right:-8px}
}
/* ══════════════════════════════════════
   CART DRAWER
   ══════════════════════════════════════ */
.bh-cart-drawer {
  position: fixed; top: 0; right: -460px; width: 400px; height: 100vh;
  background: #fff; z-index: 99999; display: flex; flex-direction: column;
  box-shadow: -4px 0 32px rgba(0,0,0,.14);
  transition: right .32s cubic-bezier(.4,0,.2,1);
}
.bh-cart-drawer.active { right: 0; }

/* Header */
.bh-cart-drawer__header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 18px; height: 56px;
  border-bottom: 1px solid #f0f0f0; flex-shrink: 0;
}
.bh-cart-drawer__title {
  font-size: 15px; font-weight: 700; color: #111;
  display: flex; align-items: center; gap: 8px;
}
.bh-cart-drawer__title i { color: #43a047; }
.bh-cart-drawer__close {
  background: none; border: none; cursor: pointer; color: #555;
  display: flex; align-items: center; gap: 5px;
  font-size: 13px; font-weight: 600; padding: 6px 10px;
  border-radius: 8px; transition: background .15s;
}
.bh-cart-drawer__close:hover { background: #f5f5f5; color: #111; }

/* Body: flex column — list scrolls, subtotal+actions pin at bottom */
.bh-cart-drawer__body {
  flex: 1; overflow: hidden;
  display: flex; flex-direction: column;
  background: #f9f9f9;
}
/* Overlay */
.bh-cart-drawer-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 99998;
  opacity: 0; visibility: hidden; transition: all .32s ease;
}
.bh-cart-drawer-overlay.active { opacity: 1; visibility: visible; }

/* ── Item list — scrolls within body ── */
.bh-minicart-list {
  flex: 1; overflow-y: auto; overflow-x: hidden;
  list-style: none !important; margin: 0 !important; padding: 8px 12px !important;
  display: flex; flex-direction: column; gap: 8px;
}
.bh-minicart-list::-webkit-scrollbar { width: 3px; }
.bh-minicart-list::-webkit-scrollbar-thumb { background: #ddd; border-radius: 4px; }

.bh-cart-item {
  display: flex !important; align-items: center !important; gap: 12px !important;
  background: #fff; border-radius: 12px;
  padding: 12px 14px !important;
  border: 1px solid #f0f0f0 !important;
  box-shadow: 0 1px 3px rgba(0,0,0,.04);
}

/* Product image box */
.bh-cart-item__img {
  flex-shrink: 0; width: 72px; height: 72px;
  background: #f7f7f7; border-radius: 10px;
  border: 1px solid #eee; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.bh-cart-item__img a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.bh-cart-item__img img {
  width: 64px !important; height: 64px !important;
  object-fit: contain !important; object-position: center !important;
  display: block !important;
}

/* Info: name + meta */
.bh-cart-item__info { flex: 1; min-width: 0; }
.bh-cart-item__name {
  display: block; font-size: 13px; font-weight: 600; color: #1a1a1a;
  line-height: 1.4; text-decoration: none;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  margin-bottom: 6px;
}
.bh-cart-item__name:hover { color: #43a047; }
.bh-cart-item__meta {
  display: flex; align-items: center; gap: 4px;
}
.bh-cart-item__qty {
  font-size: 12px; color: #999; font-weight: 500;
}
.bh-cart-item__price {
  font-size: 14px; font-weight: 800; color: #f44336;
}
.bh-cart-item__price .woocommerce-Price-amount { color: #f44336 !important; }

/* Remove button */
.bh-cart-item__remove {
  flex-shrink: 0 !important;
  width: 28px !important; height: 28px !important;
  border-radius: 50% !important;
  background: #fff0f0 !important; color: #e53935 !important;
  font-size: 16px !important; font-weight: 900 !important; line-height: 1 !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  text-decoration: none !important; border: none !important;
  transition: background .15s !important; position: static !important; transform: none !important;
}
.bh-cart-item__remove:hover { background: #ffcdd2 !important; color: #c62828 !important; }

/* Empty cart */
.bh-cart-empty {
  display: flex !important; flex-direction: column !important;
  align-items: center !important; justify-content: center !important;
  padding: 60px 20px !important; gap: 12px !important;
  background: transparent !important; border: none !important; box-shadow: none !important;
}
.bh-cart-empty i { font-size: 48px; color: #ddd; }
.bh-cart-empty span { color: #aaa; font-size: 14px; }

/* ── Subtotal bar ── */
.bh-cart-subtotal {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px; background: #fff;
  border-top: 1px solid #f0f0f0; flex-shrink: 0;
}
.bh-cart-subtotal__label { font-size: 13px; color: #777; font-weight: 600; }
.bh-cart-subtotal__amount { font-size: 20px; font-weight: 900; color: #1a1a1a; }
.bh-cart-subtotal__amount .woocommerce-Price-amount { color: #1a1a1a; }

/* ── Action buttons ── */
.bh-cart-actions {
  padding: 12px 16px 18px; background: #fff; flex-shrink: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.bh-cart-actions a,
.bh-cart-actions .button {
  display: flex !important; align-items: center !important; justify-content: center !important;
  width: 100% !important; padding: 13px 16px !important; border-radius: 10px !important;
  font-size: 14px !important; font-weight: 700 !important;
  text-decoration: none !important; text-align: center !important;
  transition: all .2s !important; box-sizing: border-box !important;
}
/* View Cart */
.bh-cart-actions a.button:not(.checkout) {
  background: #f4f4f4 !important; color: #444 !important;
  border: 1.5px solid #e0e0e0 !important; font-size: 13px !important;
  padding: 11px 16px !important;
}
.bh-cart-actions a.button:not(.checkout):hover { background: #eaeaea !important; color: #222 !important; }
/* Checkout */
.bh-cart-actions a.button.checkout {
  background: #f44336 !important; color: #fff !important;
  border: none !important; font-size: 15px !important; letter-spacing: .2px !important;
}
.bh-cart-actions a.button.checkout:hover { background: #e53935 !important; }

/* Hide old subtotal if WC renders it */
.bh-cart-drawer .widget_shopping_cart_content .total,
.bh-cart-drawer .woocommerce-mini-cart__total { display: none !important; }

@media(max-width:480px) { .bh-cart-drawer { width: 100vw; right: -100vw; } }

/* ══════════════════════════════════════
   SHOP SIDEBAR — Modern Redesign
   ══════════════════════════════════════ */
.bh-shop-page { padding: 24px 0 48px; }
.bh-shop-layout { display: grid; grid-template-columns: 268px 1fr; gap: 24px; align-items: start; }
.bh-shop-sidebar {
  background: #fff; border-radius: 14px;
  border: 1px solid #eee; overflow: hidden;
  position: sticky; top: 130px;
}
.bh-sidebar-widget {
  padding: 18px 20px;
  border-bottom: 1px solid #f0f0f0;
}
.bh-sidebar-widget:last-child { border-bottom: none; }
.bh-sidebar-widget__title {
  font-family: Poppins, sans-serif;
  font-size: 12.5px; font-weight: 800;
  color: #1a1a1a; margin: 0 0 14px;
  text-transform: uppercase; letter-spacing: .7px;
  display: flex; align-items: center; gap: 8px;
  padding-left: 10px;
  border-left: 3px solid #43a047;
}
.bh-sidebar-widget__title i { color: #43a047; font-size: 13px; }

/* Search */
.bh-sidebar-searchform {
  display: flex; align-items: center;
  border: 2px solid #e8e8e8; border-radius: 50px;
  transition: border-color .2s, box-shadow .2s;
  background: #fafafa; overflow: visible;
}
.bh-sidebar-searchform:focus-within {
  border-color: #43a047;
  box-shadow: 0 0 0 3px rgba(67,160,71,.12);
  background: #fff;
}
.bh-sidebar-searchform input {
  flex: 1; min-width: 0; border: none; outline: none;
  padding: 10px 4px 10px 16px;
  font-size: 13px; font-family: Nunito,sans-serif; background: transparent;
  color: #333; border-radius: 50px 0 0 50px;
}
.bh-sidebar-searchform input::placeholder { color: #bbb; }
.bh-sidebar-searchform button {
  flex-shrink: 0;
  width: 38px; height: 38px; margin: 3px 3px 3px 0;
  border-radius: 50%; border: none; cursor: pointer;
  background: linear-gradient(135deg,#43a047,#66bb6a);
  color: #fff; font-size: 13px;
  display: flex; align-items: center; justify-content: center;
  transition: all .2s;
}
.bh-sidebar-searchform button:hover { background: linear-gradient(135deg,#2e7d32,#43a047); }

/* Category list */
.bh-sidebar-cat-list { list-style: none; padding: 0; margin: 0; }
.bh-sidebar-cat-list li { margin-bottom: 3px; }
.bh-sidebar-cat-list li a {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 12px; border-radius: 10px;
  font-size: 13px; font-weight: 600; color: #444;
  text-decoration: none; transition: all .15s;
  border: 1.5px solid transparent;
}
.bh-sidebar-cat-list li a:hover { background: #f1f8e9; color: #43a047; border-color: #c8e6c9; }
.bh-sidebar-cat-list li.active a {
  background: linear-gradient(135deg,#e8f5e9,#f1f8e9);
  color: #2e7d32; border-color: #a5d6a7;
  box-shadow: 0 2px 8px rgba(67,160,71,.12);
}
.bh-sidebar-cat-thumb {
  width: 30px; height: 30px; border-radius: 8px;
  flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  background: #f1f8e9; border: 1.5px solid #e8e8e8; overflow: hidden;
  transition: all .15s;
}
.bh-sidebar-cat-thumb img { width: 100%; height: 100%; object-fit: contain; object-position: center; padding: 2px; }
.bh-sidebar-cat-thumb i { font-size: 13px; color: #81c784; }
.bh-sidebar-cat-list li a:hover .bh-sidebar-cat-thumb,
.bh-sidebar-cat-list li.active a .bh-sidebar-cat-thumb {
  background: #c8e6c9; border-color: #a5d6a7;
}
.bh-sidebar-cat-list li a:hover .bh-sidebar-cat-thumb i,
.bh-sidebar-cat-list li.active a .bh-sidebar-cat-thumb i { color: #2e7d32; }
.bh-sidebar-cat-list li a span { flex: 1; }
.bh-sidebar-cat-list li a small {
  background: #f0f0f0; color: #888;
  padding: 2px 8px; border-radius: 50px; font-size: 11px; font-weight: 700;
  min-width: 22px; text-align: center;
}
.bh-sidebar-cat-list li.active a small { background: #c8e6c9; color: #2e7d32; }

/* ── WooCommerce Price Filter widget inside sidebar ── */
.bh-sidebar-price-filter .price_slider_wrapper { padding: 4px 0; }
.bh-sidebar-price-filter .price_slider { margin: 10px 0 20px; height: 4px; border-radius: 4px; background: #e0e0e0; }
.bh-sidebar-price-filter .price_slider .ui-slider-range { background: #43a047; border-radius: 4px; }
.bh-sidebar-price-filter .price_slider .ui-slider-handle {
  width: 16px; height: 16px; border-radius: 50%;
  background: #43a047; border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(67,160,71,.4); top: -6px; cursor: pointer;
}
.bh-sidebar-price-filter .price_label {
  display: flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 700; color: #333; margin-bottom: 12px;
}
.bh-sidebar-price-filter .price_label .from,
.bh-sidebar-price-filter .price_label .to { color: #2e7d32; }
.bh-sidebar-price-filter .price_slider_amount {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
}
.bh-sidebar-price-filter .price_slider_amount .button {
  background: linear-gradient(135deg,#43a047,#66bb6a) !important;
  color: #fff !important; border: none !important;
  padding: 8px 18px !important; border-radius: 50px !important;
  font-size: 12px !important; font-weight: 700 !important;
  cursor: pointer !important; transition: all .2s !important;
}
.bh-sidebar-price-filter .price_slider_amount .button:hover {
  background: linear-gradient(135deg,#2e7d32,#43a047) !important;
}
/* Hide unwanted widgets that may be in the sidebar (Search, Text, Image widgets) */
.bh-sidebar-widget .widget_search,
.bh-sidebar-widget .widget_text,
.bh-sidebar-widget .widget_media_image { display: none !important; }

/* ── Sidebar Brand Card ── */
.bh-sidebar-brand-card {
  margin: 0; padding: 20px;
  background: linear-gradient(135deg,#1b5e20,#2e7d32 60%,#43a047);
  border-radius: 0 0 14px 14px;
  text-align: center;
}
.bh-sidebar-brand-card__icon {
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(255,255,255,.18); border: 2px solid rgba(255,255,255,.3);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 12px;
}
.bh-sidebar-brand-card__icon i { font-size: 24px; color: #fff; }
.bh-sidebar-brand-card h4 {
  font-family: Poppins,sans-serif; font-size: 14px; font-weight: 800;
  color: #fff; margin: 0 0 8px;
}
.bh-sidebar-brand-card p {
  font-size: 11.5px; color: rgba(255,255,255,.8);
  line-height: 1.6; margin: 0 0 14px;
}
.bh-sidebar-brand-card__badges {
  display: flex; flex-direction: column; gap: 6px;
}
.bh-sidebar-brand-card__badges span {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  background: rgba(255,255,255,.15); color: rgba(255,255,255,.9);
  font-size: 11px; font-weight: 700; padding: 5px 10px; border-radius: 50px;
  border: 1px solid rgba(255,255,255,.2);
}
.bh-sidebar-brand-card__badges span i { font-size: 11px; }

/* Sort list */
.bh-sidebar-sort-list { list-style: none; padding: 0; margin: 0; }
.bh-sidebar-sort-list li { margin-bottom: 3px; }
.bh-sidebar-sort-list li a {
  display: flex; align-items: center; gap: 9px;
  padding: 9px 12px; border-radius: 10px;
  font-size: 13px; font-weight: 600; color: #555;
  text-decoration: none; transition: all .15s;
  border: 1.5px solid transparent;
}
.bh-sidebar-sort-list li a i { font-size: 13px; color: #bbb; transition: color .15s; }
.bh-sidebar-sort-list li a:hover { background: #f1f8e9; color: #43a047; border-color: #c8e6c9; }
.bh-sidebar-sort-list li a:hover i { color: #43a047; }
.bh-sidebar-sort-list li a.active {
  background: linear-gradient(135deg,#e8f5e9,#f1f8e9);
  color: #2e7d32; border-color: #a5d6a7;
  box-shadow: 0 2px 8px rgba(67,160,71,.12);
}
.bh-sidebar-sort-list li a.active i { color: #2e7d32; }

/* ══════════════════════════════════════
   PRODUCT CARD — COMPACT SQUARE
   ══════════════════════════════════════ */
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(185px, 1fr)) !important;
  gap: 14px !important;
  margin: 0 !important; padding: 0 !important;
  list-style: none !important; float: none !important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none !important; width: auto !important;
  margin: 0 !important; padding: 0 !important;
  background: #fff !important; border-radius: 12px !important;
  border: 1.5px solid #eee !important; overflow: hidden !important;
  transition: all .25s !important;
  display: flex !important; flex-direction: column !important;
  position: relative !important;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,.1) !important;
  border-color: #a5d6a7 !important; transform: translateY(-3px) !important;
}
/* Square image */
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  width: 100% !important; height: 170px !important;
  object-fit: cover !important; object-position: center !important;
  display: block !important; float: none !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  font-size: 13px !important; font-weight: 700 !important;
  padding: 10px 12px 3px !important; margin: 0 !important;
  min-height: 46px !important; line-height: 1.4 !important;
  display: -webkit-box !important; -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important; overflow: hidden !important;
  color: #1a1a1a !important;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  padding: 2px 12px 6px !important; font-size: 15px !important;
  font-weight: 800 !important; color: #2e7d32 !important;
  display: block !important; float: none !important; margin: 0 !important;
}
.woocommerce ul.products li.product .price del { color: #9e9e9e !important; font-size: 12px !important; }
.woocommerce ul.products li.product .price ins { text-decoration: none !important; }
.woocommerce ul.products li.product .star-rating { margin: 0 12px 6px !important; float: none !important; }
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button {
  display: flex !important; align-items: center !important; justify-content: center !important; gap: 5px !important;
  margin: 0 12px 12px !important; width: calc(100% - 24px) !important;
  background: #2e7d32 !important; color: #fff !important;
  padding: 9px 12px !important; border-radius: 8px !important;
  font-weight: 700 !important; font-size: 13px !important;
  border: none !important; cursor: pointer !important;
  transition: background .2s !important; box-sizing: border-box !important; float: none !important;
}
.woocommerce ul.products li.product .button:hover { background: #1b5e20 !important; }
.woocommerce ul.products li.product .onsale {
  position: absolute !important; top: 8px !important; left: 8px !important;
  background: #e53935 !important; color: #fff !important;
  padding: 3px 9px !important; border-radius: 50px !important;
  font-size: 11px !important; font-weight: 800 !important;
  min-height: auto !important; min-width: auto !important; z-index: 2 !important;
}

/* ══════════════════════════════════════
   HOME PAGE PRODUCT CARDS — COMPACT
   ══════════════════════════════════════ */
.bh-product-card { border-radius: 12px; border: 1.5px solid #eee; background: #fff; overflow: hidden; transition: all .25s; display: flex; flex-direction: column; }
.bh-product-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,.1); border-color: #a5d6a7; transform: translateY(-3px); }
.bh-product-card__img { position: relative; overflow: hidden; height: 170px; background: #f9f9f9; }
.bh-product-card__img a { display: block; height: 100%; }
.bh-product-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.bh-product-card:hover .bh-product-card__img img { transform: scale(1.05); }
.bh-product-card__body { padding: 10px 12px; flex: 1; display: flex; flex-direction: column; gap: 5px; }
.bh-product-card__cat { font-size: 10.5px; font-weight: 700; color: #2e7d32; text-transform: uppercase; letter-spacing: .4px; }
.bh-product-card__title { font-size: 13px; font-weight: 700; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 36px; }
.bh-product-card__title a { color: #1a1a1a; text-decoration: none; }
.bh-product-card__title a:hover { color: #2e7d32; }
.bh-product-card__price { margin-top: auto; }
.bh-product-card__price .price { font-size: 15px; font-weight: 800; color: #2e7d32; }
.bh-product-card__price del { font-size: 12px; color: #9e9e9e; }
.bh-product-card__price ins { text-decoration: none; }
.bh-add-to-cart { border-radius: 8px; padding: 8px 14px; font-size: 13px; font-weight: 700; }

/* Products grid gap */
.bh-products-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(185px,1fr)); gap: 14px; }

/* ══════════════════════════════════════
   RESPONSIVE SHOP
   ══════════════════════════════════════ */
@media(max-width:992px) { .bh-shop-layout { grid-template-columns: 220px 1fr; } }
@media(max-width:768px) {
  .bh-shop-layout { grid-template-columns: 1fr; }
  .bh-shop-sidebar { position: static; }
  .woocommerce ul.products, .woocommerce-page ul.products { grid-template-columns: repeat(2,1fr) !important; gap: 10px !important; }
}
@media(max-width:480px) {
  .woocommerce ul.products li.product a img { height: 140px !important; }
}

/* ══════════════════════════════════════
   PRODUCT CARD — IMAGE FULL VISIBLE FIX
   ══════════════════════════════════════ */

/* WC Loop cards */
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  width: 100% !important;
  height: 180px !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f9f9f9 !important;
  padding: 12px !important;
  box-sizing: border-box !important;
  display: block !important;
  float: none !important;
}

/* BazaarHub custom cards */
.bh-product-card__img {
  height: 180px !important;
  background: #f9f9f9 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  padding: 10px !important;
  box-sizing: border-box !important;
}
.bh-product-card__img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  transition: transform .3s !important;
}
.bh-product-card:hover .bh-product-card__img img {
  transform: scale(1.05) !important;
}

/* Card width — 4 column tighter grid */
.woocommerce ul.products,
.woocommerce-page ul.products {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
  gap: 16px !important;
}

/* Title bolder */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #1a1a1a !important;
  padding: 10px 14px 4px !important;
  line-height: 1.4 !important;
  min-height: 48px !important;
}

/* Home page product cards */
.bh-product-card__title {
  font-size: 13.5px !important;
  font-weight: 800 !important;
  color: #1a1a1a !important;
}
.bh-products-grid {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
  gap: 16px !important;
}
.bh-shop-content .woocommerce-notices-wrapper {
  grid-column: 1 / -1;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
  display: none !important;
  content: none !important;
}

/* ══════════════════════════════════════
   MOBILE PRODUCT GRID — Final Override
   (must be last to win over all minmax rules)
   ══════════════════════════════════════ */
@media (max-width: 767px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .bh-products-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  .woocommerce ul.products li.product a img,
  .woocommerce-page ul.products li.product a img {
    height: 150px !important;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 12px !important;
    padding: 8px 10px 4px !important;
    min-height: 40px !important;
  }
  .woocommerce ul.products li.product .price,
  .woocommerce-page ul.products li.product .price {
    font-size: 13px !important;
    padding: 2px 10px 6px !important;
  }
  .woocommerce ul.products li.product .button,
  .woocommerce-page ul.products li.product .button {
    font-size: 11px !important;
    padding: 8px 8px !important;
    gap: 4px !important;
  }
}

/* ══════════════════════════════════════════════
   PRODUCT CARD — Full-Width Animated Badges
   ══════════════════════════════════════════════ */

@keyframes bh-pbadge-shimmer {
  0%   { transform: translateX(-100%) skewX(-15deg); }
  100% { transform: translateX(250%)  skewX(-15deg); }
}
@keyframes bh-pbadge-flame {
  0%,100% { text-shadow: 0 0 4px rgba(255,200,0,.9), 0 0 10px rgba(255,80,0,.7); }
  50%      { text-shadow: 0 0 8px rgba(255,220,0,1),  0 0 18px rgba(255,60,0,1);  }
}
@keyframes bh-pbadge-bolt {
  0%,90%,100% { opacity:1; }
  92%         { opacity:.4; }
  96%         { opacity:1; }
  98%         { opacity:.6; }
}
@keyframes bh-pbadge-star-spin {
  from { transform: rotate(0deg) scale(1); }
  50%  { transform: rotate(180deg) scale(1.3); }
  to   { transform: rotate(360deg) scale(1); }
}
@keyframes bh-pbadge-new-pulse {
  0%,100% { transform: scale(1); }
  50%     { transform: scale(1.15); }
}

/* Hide the old WooCommerce onsale badge */
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  display: none !important;
}

/* Ensure card has relative positioning */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  position: relative !important;
}

/* Base badge — full width bar at top of card */
.bh-pbadge {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

/* Shimmer sweep */
.bh-pbadge__shimmer {
  position: absolute;
  top: 0; left: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
  animation: bh-pbadge-shimmer 2.4s ease-in-out infinite;
  pointer-events: none;
}

.bh-pbadge__icon { font-size: 13px; position: relative; z-index: 1; flex-shrink: 0; }
.bh-pbadge__label { position: relative; z-index: 1; }
.bh-pbadge__pct {
  position: relative; z-index: 1;
  background: rgba(0,0,0,.22);
  border-radius: 20px;
  padding: 1px 7px;
  font-size: 11px;
  margin-left: 2px;
}

/* ── HOT DEAL (featured + sale) — fire gradient ── */
.bh-pbadge--hot {
  background: linear-gradient(90deg, #b71c1c 0%, #e53935 40%, #ff6f00 100%);
}
.bh-pbadge--hot .bh-pbadge__icon {
  animation: bh-pbadge-flame 1.2s ease-in-out infinite;
}
.bh-pbadge--hot .bh-pbadge__shimmer {
  animation-duration: 1.8s;
  background: linear-gradient(90deg, transparent, rgba(255,220,100,.4), transparent);
}

/* ── FLASH SALE (on sale) — electric blue/yellow ── */
.bh-pbadge--flash {
  background: linear-gradient(90deg, #0d47a1 0%, #1565c0 45%, #f9a825 100%);
}
.bh-pbadge--flash .bh-pbadge__icon {
  animation: bh-pbadge-bolt 2.2s ease-in-out infinite;
  color: #ffe082;
}
.bh-pbadge--flash .bh-pbadge__shimmer {
  animation-duration: 2s;
}

/* ── FEATURED — gold/amber ── */
.bh-pbadge--featured {
  background: linear-gradient(90deg, #e65100 0%, #f57f17 50%, #ffc107 100%);
}
.bh-pbadge--featured .bh-pbadge__icon {
  animation: bh-pbadge-star-spin 3s linear infinite;
  color: #fff9c4;
}

/* ── NEW ARRIVAL — green pulse ── */
.bh-pbadge--new {
  background: linear-gradient(90deg, #1b5e20 0%, #2e7d32 50%, #43a047 100%);
}
.bh-pbadge--new .bh-pbadge__icon {
  animation: bh-pbadge-new-pulse 1.8s ease-in-out infinite;
}

/* Push product image down so badge doesn't overlap image */
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  display: block;
}
