/**
 * KidsZoon - Dedicated Shop & Archive Stylesheet
 * Complete Catalog, Filter Sidebar, Product Cards & Responsive Grid
 */

.kz-banner-top-row .kz-shop-banner__breadcrumb,
.kz-banner-top-row .kz-shop-banner__badge {
  margin-bottom: 0 !important;
}

/* ============================================================
   SHOP ARCHIVE & PRODUCT GRID STYLES
   ============================================================ */

.kz-shop-banner {
  background: linear-gradient(135deg, #FFF0F6 0%, #FFF5EB 50%, #EBF7FF 100%);
  padding: 40px 0 48px;
  border-bottom: 1px solid #E5EAF2;
  position: relative;
  overflow: hidden;
}

.kz-shop-banner__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

.kz-shop-banner__right {
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  .kz-shop-banner__grid {
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
  }
  .kz-shop-banner__right {
    justify-content: flex-end;
  }
}

.kz-shop-banner__breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  color: #64748B;
}

.kz-shop-banner__breadcrumb a {
  color: #64748B;
  text-decoration: none;
  transition: color 0.2s ease;
}

.kz-shop-banner__breadcrumb a:hover {
  color: #ff087f;
}

.kz-shop-banner__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  background: #FFFFFF;
  color: #ff087f;
  font-size: 11.5px;
  font-weight: 800;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(255, 8, 127, 0.1);
  margin-bottom: 12px;
  border: 1px solid #FFD1E3;
}

.kz-shop-banner__title {
  font-family: 'Outfit', 'Nunito', sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: #071330;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}

.kz-shop-banner__subtitle {
  font-size: 15px;
  color: #64748B;
  max-width: 580px;
  margin: 0 0 20px;
  line-height: 1.55;
}

.kz-shop-banner__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.kz-shop-banner__highlight-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 800;
  color: #071330;
  background: rgba(255, 255, 255, 0.9);
  padding: 6px 14px;
  border-radius: 50px;
  border: 1px solid #E2E8F0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.kz-shop-banner__highlight-item svg {
  color: #FF7A00;
}

.kz-shop-banner__image-card {
  width: 300px;
  height: 300px;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(7, 19, 48, 0.06);
  border: 1.5px solid #EEF2F6;
  background: #FAF8F5;
  position: relative;
  flex-shrink: 0;
}

.kz-shop-banner__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.kz-shop-section {
  padding: 40px 0 80px;
  background: #F8FAFD;
}

.kz-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px 20px;
  background: #FFFFFF;
  border: 1.5px solid #E5EAF2;
  border-radius: 16px;
  margin-bottom: 28px;
  box-shadow: 0 2px 12px rgba(7, 19, 48, 0.02);
}

.kz-shop-toolbar__left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.kz-shop-toolbar__right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.kz-shop-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  position: relative;
  background: #F1F5F9;
  border: 1px solid #E2E8F0;
  color: #071330;
  cursor: pointer;
  transition: all 0.2s ease;
}

.kz-shop-filter-btn:hover {
  background: #071330;
  color: #FFFFFF;
}

.kz-shop-toolbar__count {
  font-size: 13.5px;
  color: #64748B;
  font-weight: 700;
}

.kz-shop-toolbar__count .woocommerce-result-count {
  margin: 0;
  font-size: 13.5px;
  color: #64748B;
}

.kz-shop-control-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.kz-shop-control-label {
  font-size: 12.5px;
  font-weight: 700;
  color: #64748B;
  white-space: nowrap;
}

.kz-shop-select {
  padding: 8px 32px 8px 12px;
  border: 1.5px solid #E2E8F0;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #071330;
  background: #FFFFFF;
  min-height: 38px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23071330' d='M6 8.5L1 3.5h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s ease;
}

.kz-shop-select:focus {
  border-color: #ff087f;
}

/* ============================================================
   ACTIVE FILTER CHIPS BAR
   ============================================================ */

.kz-active-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: -12px;
  margin-bottom: 24px;
  padding: 14px 20px;
  background: #FFFFFF;
  border: 1.5px solid #E5EAF2;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(7, 19, 48, 0.02);
}

.kz-active-filters__label {
  font-family: 'Outfit', 'Nunito', sans-serif;
  font-size: 12.5px;
  font-weight: 800;
  color: #64748B;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-right: 4px;
}

.kz-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: #FFF0F6;
  border: 1px solid #FFD1E3;
  color: #ff087f;
  border-radius: 50px;
  font-size: 12.5px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.2s ease;
}

.kz-filter-chip:hover {
  background: #ff087f;
  color: #FFFFFF;
  border-color: #ff087f;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 8, 127, 0.25);
}

.kz-filter-chip__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  color: currentColor;
}

.kz-clear-filters {
  font-family: 'Outfit', 'Nunito', sans-serif;
  font-size: 12px;
  font-weight: 800;
  color: #EF4444;
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 50px;
  background: #FEF2F2;
  border: 1px solid #FEE2E2;
  margin-left: auto;
  transition: all 0.2s ease;
}

.kz-clear-filters:hover {
  background: #EF4444;
  color: #FFFFFF;
  border-color: #EF4444;
}

.kz-shop-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}

@media (min-width: 1024px) {
  .kz-shop-layout {
    grid-template-columns: 260px 1fr;
  }
}

.kz-shop-sidebar {
  background: #FFFFFF;
  border: 1.5px solid #E5EAF2;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0 4px 20px rgba(7, 19, 48, 0.03);
}

.kz-shop-sidebar__header {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #E5EAF2;
}

.kz-shop-sidebar__header h3 {
  margin: 0;
  font-family: 'Outfit', 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #071330;
}

.kz-shop-sidebar__close {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background: #F1F5F9;
  color: #071330;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .kz-shop-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }

  /* Toolbar Clean 2-Row Layout */
  .kz-shop-toolbar {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    padding: 12px 14px !important;
    border-radius: 16px !important;
    margin-bottom: 20px !important;
  }

  .kz-shop-toolbar__left {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    gap: 10px !important;
  }

  .kz-shop-filter-btn {
    padding: 8px 16px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    border-radius: 12px !important;
    background: #FFF0F6 !important;
    border: 1.5px solid #FFD1E3 !important;
    color: #ff087f !important;
  }

  .kz-shop-filter-btn.is-active,
  .kz-shop-filter-btn:hover {
    background: #ff087f !important;
    border-color: #ff087f !important;
    color: #FFFFFF !important;
  }

  .kz-shop-filter-btn svg {
    stroke: currentColor !important;
  }

  .kz-shop-toolbar__count,
  .kz-shop-toolbar__count .woocommerce-result-count {
    font-size: 12px !important;
    color: #64748B !important;
    font-weight: 700 !important;
    margin: 0 !important;
  }

  .kz-shop-toolbar__right {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .kz-shop-control-group {
    width: 100% !important;
    gap: 0 !important;
  }

  .kz-shop-control-label {
    display: none !important;
  }

  .kz-shop-select {
    width: 100% !important;
    min-height: 38px !important;
    height: 38px !important;
    padding: 6px 26px 6px 10px !important;
    font-size: 12px !important;
    border-radius: 10px !important;
    background-color: #F8FAFD !important;
    border-color: #E2E8F0 !important;
  }

  /* Left Sidebar Filter placed above grid on Mobile */
  .kz-shop-sidebar {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    transform: none !important;
    box-shadow: 0 4px 16px rgba(7, 19, 48, 0.04) !important;
    border: 1.5px solid #E5EAF2 !important;
    border-radius: 18px !important;
    padding: 18px !important;
    gap: 18px !important;
    display: none;
    background: #FFFFFF !important;
    z-index: 1 !important;
    animation: kzFilterSlideDown 0.25s ease-out;
  }

  .kz-shop-sidebar.is-open {
    display: flex !important;
  }

  .kz-shop-sidebar__header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #F1F5F9 !important;
  }

  .kz-shop-sidebar__header h3 {
    font-size: 16px !important;
  }

  .kz-shop-sidebar__close {
    width: 28px !important;
    height: 28px !important;
  }

  .kz-filter-widget {
    padding-bottom: 14px;
    border-bottom: 1px solid #F8FAFD;
  }

  .kz-filter-widget:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .kz-shop-sidebar-overlay {
    display: none !important;
  }
}

@keyframes kzFilterSlideDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.kz-filter-widget__title {
  font-family: 'Outfit', 'Nunito', sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: #071330;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #F1F5F9;
}

.kz-filter-category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
  font-size: 13.5px;
  font-weight: 700;
  color: #475569;
  text-decoration: none;
  transition: all 0.2s ease;
}

.kz-filter-category-item:hover,
.kz-filter-category-item.is-active {
  color: #ff087f;
  padding-left: 4px;
}

.kz-filter-category-item.is-active .kz-filter-category-item__name {
  font-weight: 800;
}

.kz-filter-category-item__count {
  font-size: 11px;
  font-weight: 800;
  color: #64748B;
  background: #F1F5F9;
  padding: 2px 8px;
  border-radius: 50px;
}

.kz-filter-radio-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  font-size: 13.5px;
  font-weight: 700;
  color: #475569;
  text-decoration: none;
  transition: all 0.2s ease;
}

.kz-filter-radio-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #CBD5E1;
  background: #FFFFFF;
  position: relative;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.kz-filter-radio-item.is-active .kz-filter-radio-dot {
  border-color: #ff087f;
  background: #ff087f;
}

.kz-filter-radio-item:hover {
  color: #ff087f;
}

.kz-filter-swatches {
  display: flex;
  gap: 14px;
}

.kz-filter-swatch-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 700;
  color: #475569;
}

.kz-swatch-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #E2E8F0;
  display: block;
}

.kz-swatch-circle--white { background: #FFFFFF; }

.kz-swatch-circle--black { background: #071330; }

.kz-filter-check-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 700;
  color: #475569;
  padding: 4px 0;
}

.kz-check-mark {
  color: #059669;
  font-weight: 900;
}

.kz-shop-products-wrap {
  width: 100%;
  min-width: 0;
}

.kz-shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 1200px) {
  .kz-shop-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .kz-shop-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
}

.kz-product-card {
  background: #FFFFFF;
  border: 1.5px solid #EEF2F6;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(7, 19, 48, 0.03);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  position: relative;
}

.kz-product-card:hover {
  transform: translateY(-5px);
  border-color: #FFD1E3;
  box-shadow: 0 12px 32px rgba(7, 19, 48, 0.08);
}

.kz-product-card__image-wrap {
  position: relative;
  padding-top: 95%;
  background: #FAF8F5;
  overflow: hidden;
}

.kz-product-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.kz-product-card:hover .kz-product-card__image {
  transform: scale(1.06);
}

.kz-product-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 50px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #ff087f;
}

.kz-product-card__badge--popular {
  background: #FF7A00;
}

.kz-product-card__badge--new {
  background: #059669;
}

.kz-product-card__body {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.kz-product-card__category {
  font-size: 10.5px;
  font-weight: 800;
  color: #94A3B8;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: block;
}

.kz-product-card__name {
  margin: 0 0 6px;
  font-family: 'Outfit', 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  color: #071330;
  transition: color 0.2s ease;
}

.kz-product-card:hover .kz-product-card__name {
  color: #ff087f;
}

.kz-product-card__rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
  font-size: 12px;
  color: #FFB800;
}

.kz-product-card__rating span:last-child {
  color: #64748B;
  font-size: 11.5px;
  font-weight: 700;
}

.kz-product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  gap: 12px;
}

.kz-product-card__price {
  font-family: 'Outfit', 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #071330;
}

.kz-product-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 16px;
  background: #F1F5F9;
  color: #071330;
  font-size: 12px;
  font-weight: 800;
  border-radius: 10px;
  transition: all 0.2s ease;
}

.kz-product-card:hover .kz-product-card__btn {
  background: #ff087f;
  color: #FFFFFF;
}

.kz-shop-pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.kz-shop-pagination .woocommerce-pagination {
  margin: 0;
}

.kz-shop-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.kz-shop-pagination .page-numbers li {
  display: inline-block;
}

.kz-shop-pagination .page-numbers a,
.kz-shop-pagination .page-numbers span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  color: #071330;
  border: 1.5px solid #E2E8F0;
  background: #FFFFFF;
  text-decoration: none;
  transition: all 0.2s ease;
}

.kz-shop-pagination .page-numbers a:hover {
  border-color: #ff087f;
  color: #ff087f;
  background: #FFF0F6;
  transform: translateY(-1px);
}

.kz-shop-pagination .page-numbers span.current {
  background: #ff087f;
  border-color: #ff087f;
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(255, 8, 127, 0.35);
}

.kz-empty-shop {
  text-align: center;
  padding: 64px 24px;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1.5px solid #E5EAF2;
}

.kz-empty-shop__icon {
  font-size: 56px;
  margin-bottom: 16px;
}

.kz-empty-shop__title {
  font-family: 'Outfit', 'Nunito', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #071330;
  margin-bottom: 8px;
}

.kz-empty-shop__desc {
  font-size: 14px;
  color: #64748B;
}

/* ============================================================
   RESPONSIVE ENHANCEMENTS & MOBILE REFINEMENTS
   ============================================================ */
@media only screen and (max-width: 768px) {
  /* 1. Hero Section Full-Width Text, Buttons & Metrics */
  .kz-hero-left {
    width: 100% !important;
    align-items: flex-start !important;
  }

  .kz-hero-eyebrow {
    width: fit-content !important;
    max-width: max-content !important;
    align-self: flex-start !important;
    display: inline-flex !important;
  }

  .kz-hero-title {
    font-size: 28px !important;
    line-height: 1.25 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .kz-hero-title br {
    display: none !important;
  }

  .kz-hero-desc {
    font-size: 14px !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 20px !important;
  }

  .kz-hero-btns {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    margin-bottom: 22px !important;
  }

  .kz-btn-primary-hero,
  .kz-btn-secondary-hero {
    flex: 1 1 50% !important;
    width: 50% !important;
    min-width: 0 !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 12px 10px !important;
    font-size: 13px !important;
    letter-spacing: -0.01em !important;
  }

  .kz-hero-stats-card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    justify-content: space-between !important;
    padding: 10px 14px !important;
    gap: 6px !important;
  }

  .kz-hero-stat-item {
    gap: 6px !important;
  }

  .kz-stat-text strong {
    font-size: 11.5px !important;
  }

  .kz-stat-text small {
    font-size: 10px !important;
  }

  /* 2. Hide Banner Images on Mobile for Inner Pages & Hero */
  .kz-shop-banner__right,
  .kz-shop-banner__image-card,
  .kz-page-banner__right,
  .kz-page-banner__visual,
  .kz-inner-banner__image,
  .kz-hero-right {
    display: none !important;
  }

  .kz-shop-banner__grid,
  .kz-hero-wrapper,
  .kz-hero-grid {
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }

  .kz-shop-banner {
    padding: 24px 0 28px !important;
  }

  /* 3. Product Listing 2 Products Per Row */
  .kz-shop-grid,
  .kz-products-grid,
  .kz-products-grid--4col,
  ul.products,
  .woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .kz-product-card,
  .kz-prod-card,
  ul.products li.product,
  .woocommerce ul.products li.product {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .kz-product-card__body,
  .kz-prod-card__body {
    padding: 10px !important;
  }

  .kz-product-card__name,
  .kz-prod-card__name {
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  .kz-product-card__price,
  .kz-prod-card__price {
    font-size: 14px !important;
  }

  .kz-rec-card__bottom-row {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
    padding-top: 8px !important;
  }

  .kz-rec-card__price {
    font-size: 15px !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }

  .kz-rec-card__view-btn,
  .kz-card-cta-btn,
  .kz-product-card__btn {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px 10px !important;
    font-size: 12px !important;
    box-sizing: border-box !important;
    text-align: center !important;
    border-radius: 999px !important;
    margin-top: 2px !important;
  }
}
/* Product Card Button & Price Refinements */
.kz-product-card__btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 16px !important;
  background-color: #ff087f !important;
  color: #FFFFFF !important;
  font-family: 'Outfit', 'Nunito', sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  white-space: nowrap !important;
  box-shadow: 0 4px 12px rgba(255, 8, 127, 0.25) !important;
  flex-shrink: 0 !important;
}

.kz-product-card__btn:hover {
  background-color: #e30d73 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(255, 8, 127, 0.35) !important;
}

.kz-product-card__price ins,
.kz-product-card__price .woocommerce-Price-amount {
  text-decoration: none !important;
  color: #071633 !important;
  font-weight: 900 !important;
}

.kz-product-card__price del,
.kz-product-card__price del .woocommerce-Price-amount {
  color: #94A3B8 !important;
  font-size: 0.82em !important;
  font-weight: 500 !important;
  text-decoration: line-through !important;
  opacity: 0.85 !important;
  margin-right: 4px !important;
}

.screen-reader-text {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  word-wrap: normal !important;
}

.kz-product-card {
  background: #FFFFFF !important;
  border: 1.5px solid #EEF2F6 !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
  box-shadow: 0 4px 16px rgba(7, 22, 51, 0.04) !important;
  text-decoration: none !important;
}

.kz-product-card:hover {
  transform: translateY(-5px) !important;
  border-color: #FFD1E3 !important;
  box-shadow: 0 12px 32px rgba(7, 22, 51, 0.08) !important;
}

.kz-product-card__image-wrap {
  position: relative !important;
  background: #FAF8F5 !important;
  overflow: hidden !important;
}

.kz-product-card__image {
  width: 100% !important;
  height: 240px !important;
  object-fit: contain !important;
  display: block !important;
  padding: 12px !important;
  transition: transform 0.3s ease !important;
}

.kz-product-card:hover .kz-product-card__image {
  transform: scale(1.04) !important;
}

.kz-product-card__body {
  padding: 16px 20px 20px !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
}

.kz-product-card__name {
  font-family: 'Outfit', 'Nunito', sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #071633 !important;
  margin: 0 0 8px 0 !important;
  line-height: 1.35 !important;
  transition: color 0.2s ease !important;
}

.kz-product-card:hover .kz-product-card__name {
  color: #ff087f !important;
}

.kz-product-card__footer {
  margin-top: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  padding-top: 12px !important;
  border-top: 1px dashed #F1F5F9 !important;
}

/* Badge Styles */
.kz-rec-badge {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  z-index: 2 !important;
  font-family: 'Outfit', 'Nunito', sans-serif !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  padding: 4px 10px !important;
  border-radius: 50px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #FFFFFF !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12) !important;
  line-height: 1.2 !important;
}

.kz-badge--sale,
.kz-rec-badge--sale {
  background: #E11D48 !important;
}

.kz-badge--bestseller,
.kz-badge--popular {
  background: #ff087f !important;
}

.kz-badge--trending,
.kz-badge--custom {
  background: #7652E8 !important;
}

.kz-badge--new {
  background: #059669 !important;
}