/* ==========================================================================
   HanadiBio Store - WooCommerce Specific Styles
   ========================================================================== */

/* Single Product Page */
.hb-single-product-wrap {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 128, 0.05);
  margin: 30px 0 60px 0;
}

.hb-single-product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.hb-product-gallery {
  position: relative;
}

.hb-product-main-img {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.hb-product-main-img img {
  max-height: 420px;
  object-fit: contain;
}

.hb-product-summary-box .product-brand {
  font-size: 0.85rem;
  font-weight: 800;
  color: #0bd4ca;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.hb-product-summary-box .product-title {
  font-size: 2rem;
  font-weight: 800;
  color: #000080;
  margin-bottom: 12px;
  line-height: 1.25;
}

.hb-stock-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e6faf9;
  color: #000080;
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.8rem;
  margin-bottom: 16px;
}

.hb-stock-status i {
  color: #0bd4ca;
}

.hb-single-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 20px;
}

.hb-single-price .price-current {
  font-size: 2.2rem;
  font-weight: 800;
  color: #000080;
}

.hb-single-price .price-old {
  font-size: 1.2rem;
  color: #94a3b8;
  text-decoration: line-through;
}

.hb-single-price .discount-tag {
  background: #0bd4ca;
  color: #000080;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.85rem;
}

.hb-product-short-desc {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e8f0;
}

/* Quantity & Add to Cart Container */
.hb-single-add-to-cart-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.hb-qty-selector {
  display: flex;
  align-items: center;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
}

.hb-qty-btn {
  background: #f8fafc;
  border: none;
  width: 36px;
  height: 42px;
  font-weight: 700;
  color: #000080;
  cursor: pointer;
}

.hb-qty-input {
  width: 48px;
  height: 42px;
  border: none;
  text-align: center;
  font-weight: 700;
  color: #000080;
  outline: none;
}

.hb-btn-whatsapp-order {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: #25d366;
  color: #ffffff;
  font-weight: 800;
  padding: 14px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1rem;
  margin-bottom: 24px;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
  transition: all 0.3s ease;
}

.hb-btn-whatsapp-order:hover {
  background: #1eb957;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Single Product Features & Guarantees */
.hb-single-guarantees {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  background: #f8fafc;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #f1f5f9;
  text-align: center;
}

.hb-guarantee-item i {
  color: #0bd4ca;
  font-size: 1.2rem;
  margin-bottom: 4px;
  display: block;
}

.hb-guarantee-item span {
  font-size: 0.75rem;
  font-weight: 700;
  color: #000080;
}

/* Tabs */
.hb-product-tabs {
  margin-top: 40px;
}

.hb-tab-nav {
  display: flex;
  gap: 12px;
  border-bottom: 2px solid #e2e8f0;
  margin-bottom: 24px;
}

.hb-tab-btn {
  padding: 12px 24px;
  font-weight: 700;
  color: #64748b;
  border: none;
  background: none;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  font-size: 0.95rem;
}

.hb-tab-btn.active {
  color: #000080;
  border-bottom-color: #0bd4ca;
}

.hb-tab-content {
  color: #334155;
  line-height: 1.7;
}

/* Shop Archive Filters Sidebar */
.hb-shop-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
  margin: 30px 0 60px 0;
}

.hb-sidebar-filter {
  background: #ffffff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 128, 0.05);
  border: 1px solid #e2e8f0;
  height: fit-content;
}

.hb-filter-widget {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f5f9;
}

.hb-filter-widget h4 {
  font-size: 1rem;
  font-weight: 800;
  color: #000080;
  margin-bottom: 14px;
}

.hb-filter-list {
  list-style: none;
}

.hb-filter-list li {
  margin-bottom: 8px;
}

.hb-filter-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #475569;
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none;
}

.hb-filter-list a:hover, .hb-filter-list a.active {
  color: #0bd4ca;
  font-weight: 700;
}

/* Cart & Checkout Modern Layout */
.hb-cart-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 128, 0.05);
}

.hb-cart-table th {
  background: #000080;
  color: #ffffff;
  padding: 16px;
  text-align: left;
  font-size: 0.9rem;
}

.hb-cart-table td {
  padding: 16px;
  border-bottom: 1px solid #e2e8f0;
}
