* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.category-card {
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.category-card:hover {
  transform: translateY(-5px) scale(1.02);
}

.category-img {
  transition: transform 0.3s ease;
}

.category-card:hover .category-img {
  transform: scale(1.1);
}

.category-title {
  transition: color 0.3s ease;
  color: #000;
}

.category-card:hover .category-title {
  color: #0d6efd;
}
#thumbContainer {
  scroll-behavior: smooth;
}

#thumbContainer::-webkit-scrollbar {
  display: none;
}
.text-12 {
  font-size: 12px;
}

.hidden {
  display: none;
}

.accordion-btn {
  background: none;
  border: none;
  cursor: pointer;
}

.accordion-btn:focus {
  outline: none;
}

.accordion-icon {
  font-size: 18px;
  font-weight: bold;
}
.blue-border {
  border-color: #60a5fa !important;
}

/* ── Product Title ──────────────────────────────────────── */
.alpha-product-title {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #336699;
}
/* ── Product SKU ────────────────────────────────────────── */
.alpha-product-sku {
  font-size: 0.85rem;
}
/* ── Product Description ────────────────────────────────── */
.alpha-product-description {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #333;
}
/* ── Pricing Table ──────────────────────────────────────── */
.alpha-pricing-table {
  border-collapse: collapse;
}
.alpha-price-label {
  font-size: 0.95rem;
  color: #333;
}
.alpha-price-value {
  font-size: 0.95rem;
  color: #333;
}
.alpha-price-sale {
  font-size: 1.1rem;
  color: #cc0000;
}
/* ── Action Buttons ─────────────────────────────────────── */
.alpha-action-btn {
  font-size: 0.85rem;
  font-weight: 500;
}
.alpha-action-btn:hover {
  background-color: #336699;
  border-color: #336699;
  color: #fff;
}
/* ── Tell a Friend ──────────────────────────────────────── */
.alpha-tell-friend-icon {
  font-size: 1.1rem;
  color: #336699;
}
.alpha-tell-friend-link {
  font-size: 0.9rem;
  color: #336699;
  font-weight: 600;
  text-decoration: none;
}
.alpha-tell-friend-link:hover {
  text-decoration: underline;
}
/* ── Section Headers (Product Details / Learning Center) ── */
.alpha-section-header {
  background: #4a6a8a;
  border-radius: 4px;
}
/* ── Product Details Table ──────────────────────────────── */
.alpha-details-table {
  font-size: 0.9rem;
}
.alpha-detail-label {
  width: 35%;
  background: #f5f5f5;
}
/* ── Learning Center Links ──────────────────────────────── */
.alpha-learning-links {
  font-size: 0.9rem;
  line-height: 2.2;
}
.alpha-learning-links a {
  color: #336699;
  text-decoration: none;
}
.alpha-learning-links a:hover {
  text-decoration: underline;
}
/* ── Thumbnail Navigation Buttons ───────────────────────── */
.alpha-thumb-nav {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 0.75rem;
}
/* ── Thumbnail Active State ─────────────────────────────── */
#alphaThumbContainer .img-thumbnail {
  transition: border-color 0.2s ease;
}
#alphaThumbContainer .img-thumbnail.border-primary {
  border-width: 2px;
}
#alphaThumbContainer .img-thumbnail:hover {
  border-color: #0d6efd;
}
.woocommerce .woocommerce-breadcrumb{padding:20px 25px!important;}
.btn{border: 1px solid;
    background: #174a78;
    color: #fff;}