/* Blog post footer — compact horizontal shop strip */

body.hg-blog-shop-footer-active .sidebar .widget_product_categories,
body.hg-blog-shop-footer-active .sidebar .woocommerce.widget_product_categories,
body.hg-blog-shop-footer-active .sidebar .widget_products,
body.hg-blog-shop-footer-active .sidebar .woocommerce.widget_products,
body.hg-blog-shop-footer-active .sidebar-mobile-bottom .widget_product_categories,
body.hg-blog-shop-footer-active .sidebar-mobile-bottom .widget_products,
body.hg-blog-shop-footer-active aside.sidebar .widget:has(.product-categories),
body.hg-blog-shop-footer-active aside.sidebar .widget:has(.product_list_widget) {
  display: none !important;
}

.hg-blog-shop {
  margin-top: 8px;
  padding: 28px 0 32px;
  background: linear-gradient(180deg, #eaf6ff 0%, #fff6e6 100%);
  border-top: 1px solid #e3ebf7;
}

.hg-blog-shop,
.hg-blog-shop * {
  box-sizing: border-box;
}

.hg-blog-shop__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hg-blog-shop__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.hg-blog-shop__head-copy {
  min-width: 0;
}

.hg-blog-shop__eyebrow {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: var(--hg-font-weight-ui);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ff6b35;
}

.hg-blog-shop__title {
  margin: 0;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: var(--hg-font-weight-ui);
  line-height: 1.2;
  color: #13203a;
}

.hg-blog-shop__shop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  background: #ff6b35;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: var(--hg-font-weight-ui);
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(255, 107, 53, 0.28);
  transition: background 0.2s ease, transform 0.2s ease;
}

.hg-blog-shop__shop-btn:hover,
.hg-blog-shop__shop-btn:focus,
.hg-blog-shop__shop-btn:visited {
  background: #e9532d;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.hg-blog-shop__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hg-blog-shop__cats a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 6px 12px 6px 14px;
  border: 1px solid #e3ebf7;
  border-radius: 999px;
  background: #fff;
  color: #13203a;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.hg-blog-shop__cats a:hover {
  border-color: rgba(255, 107, 53, 0.4);
  box-shadow: 0 8px 18px rgba(23, 71, 184, 0.08);
  transform: translateY(-1px);
}

.hg-blog-shop__cat-name {
  font-size: 16px;
  font-weight: var(--hg-font-weight-ui);
  line-height: 1.2;
}

.hg-blog-shop__cat-count {
  display: inline-grid;
  place-items: center;
  min-width: 26px;
  height: 26px;
  padding: 0 6px;
  border-radius: 999px;
  background: #ff6b35;
  color: #fff;
  font-size: 16px;
  font-weight: var(--hg-font-weight-ui);
}

.hg-blog-shop__products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hg-blog-shop__product {
  min-width: 0;
}

.hg-blog-shop__product-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  height: 100%;
  padding: 10px;
  border: 1px solid #e3ebf7;
  border-radius: 16px;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(23, 71, 184, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.hg-blog-shop__product-link:hover {
  border-color: rgba(23, 71, 184, 0.22);
  box-shadow: 0 14px 28px rgba(23, 71, 184, 0.1);
  transform: translateY(-1px);
}

.hg-blog-shop__product-thumb {
  display: block;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  overflow: hidden;
  background: #eaf6ff;
}

.hg-blog-shop__product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hg-blog-shop__product-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: 22px;
}

.hg-blog-shop__product-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.hg-blog-shop__product-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  font-weight: var(--hg-font-weight-ui);
  line-height: 1.3;
  color: #13203a;
}

.hg-blog-shop__product-price {
  font-size: 16px;
  font-weight: var(--hg-font-weight-ui);
  color: #1747b8;
}

.hg-blog-shop__product-price .amount {
  color: inherit;
}

@media (max-width: 1100px) {
  .hg-blog-shop__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hg-blog-shop {
    padding: 22px 0 26px;
  }

  .hg-blog-shop__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .hg-blog-shop__shop-btn {
    width: 100%;
    max-width: 100%;
  }

  .hg-blog-shop__cats {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .hg-blog-shop__cats::-webkit-scrollbar {
    display: none;
  }

  .hg-blog-shop__cats li {
    flex-shrink: 0;
  }

  .hg-blog-shop__products {
    grid-template-columns: 1fr;
  }
}
