/* === KraftSkala: Animal Subcategory Circular Tiles === */
.woocommerce ul.products.columns-3 li.product-category,
.woocommerce ul.products.columns-4 li.product-category {
  grid-column: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center;
  padding: 24px 12px 28px;
  background: #fafaf8;
  border-radius: 12px;
}
.woocommerce ul.products li.product-category a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.woocommerce ul.products li.product-category img {
  border-radius: 50% !important;
  width: 150px !important;
  height: 150px !important;
  object-fit: cover !important;
  border: 4px solid #E8B84B;
  margin: 0 auto 14px;
  display: block;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.woocommerce ul.products li.product-category img:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(232,184,75,0.4);
}
.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
  font-size: 14px !important;
  font-weight: 700;
  color: #2C1A0E;
  text-align: center;
  margin-top: 4px;
}
.woocommerce ul.products li.product-category mark {
  background: transparent;
  color: #999;
  font-size: 12px;
  font-weight: 400;
}
.woocommerce ul.products.columns-3 li.product-category:not(:has(~ li.product-category)) {
  grid-column: 1 / -1 !important;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 8px;
}
.woocommerce ul.products li.product-category:not(:has(~ li.product-category))::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  transform: none;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent, #e8e0d5 20%, #e8e0d5 80%, transparent);
}

/* === Hide oversized archive page banners — mobile-first === */
.elementor-element-4134b9b {
  display: none !important;
}

/* Full-width layout for Wedding Gift Blog Post */
body.postid-7053 #secondary {
  display: none !important;
}
body.postid-7053 #primary {
  max-width: 100% !important;
  flex: 0 0 100% !important;
  width: 100% !important;
}
body.postid-7053 .hero {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  max-width: none !important;
}
body.postid-7053 .site-main {
  max-width: 100% !important;
}

/* Expand container for Wedding Gift Post full-width layout */
body.postid-7053 .container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
body.postid-7053 .wrap-detail-page {
  max-width: 100% !important;
  width: 100% !important;
}
body.postid-7053 .row {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}