/**
 * KidsZoon - Cart Page Stylesheet
 * Premium Redesigned Cart Page (Items Table, Summary, Shipping Bar, Recommendations, Empty State)
 *
 * @package KidsZoon
 */

/* ============================================================
   PREMIUM REDESIGNED CART PAGE
   ============================================================ */
.kz-shop-banner,
.kz-cart-hero-banner {
  background: linear-gradient(135deg, #FFF0F6 0%, #FFF5EB 50%, #EBF7FF 100%) !important;
  border-bottom: 1px solid #E5EAF2 !important;
  padding: 40px 0 48px !important;
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
}

.kz-shop-banner .kz-container,
.kz-cart-hero-banner .kz-container {
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  box-sizing: border-box !important;
}

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

.kz-shop-banner__left {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  z-index: 2 !important;
}

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

.kz-shop-banner__breadcrumb a {
  color: var(--kz-muted, #64748B) !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.kz-shop-banner__breadcrumb a:hover {
  color: var(--kz-primary, #ff087f) !important;
}

.kz-breadcrumb-separator,
.kz-shop-banner__breadcrumb-sep {
  color: #CBD5E1 !important;
}

.kz-breadcrumb-current,
.kz-shop-banner__breadcrumb-current {
  color: var(--kz-navy, #071330) !important;
}

.kz-shop-banner__title {
  font-family: var(--kz-font-heading) !important;
  font-size: 36px !important;
  font-weight: var(--kz-font-heading-weight, 900) !important;
  color: var(--kz-navy, #071330) !important;
  margin: 0 0 10px !important;
  letter-spacing: -0.02em !important;
  line-height: 1.15 !important;
}

.kz-shop-banner__subtitle {
  font-size: 15px !important;
  line-height: 1.55 !important;
  color: var(--kz-muted, #64748B) !important;
  margin: 0 0 20px !important;
  max-width: 580px !important;
}

.kz-shop-banner__highlights {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

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

.kz-shop-banner__highlight-item svg {
  color: var(--kz-primary, #ff087f) !important;
  stroke: var(--kz-primary, #ff087f) !important;
  flex-shrink: 0 !important;
}

.kz-shop-banner__right {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  z-index: 2 !important;
}

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

.kz-shop-banner__img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 22px !important;
}

@media (max-width: 991px) {
  .kz-shop-banner {
    padding: 32px 0 36px !important;
  }
  .kz-shop-banner__grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  .kz-shop-banner__right {
    justify-content: center !important;
  }
  .kz-shop-banner__title {
    font-size: 28px !important;
  }
  .kz-shop-banner__image-card {
    width: 240px !important;
    height: 240px !important;
    margin: 0 auto !important;
  }
}

.kz-banner-top-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}

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

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

.kz-breadcrumbs a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #64748B;
  text-decoration: none;
  transition: color 0.2s ease;
}

.kz-breadcrumbs a:hover {
  color: #FF087F;
}

.kz-breadcrumbs a svg {
  stroke: #94A3B8;
  transition: stroke 0.2s ease;
}

.kz-breadcrumbs a:hover svg {
  stroke: #FF087F;
}

.kz-breadcrumbs .kz-sep {
  color: #CBD5E1;
}

.kz-breadcrumbs .kz-current {
  color: #071330;
  font-weight: 800;
}

.kz-cart-hero__title-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}

.kz-cart-hero__title {
  margin: 0;
  font-family: 'Outfit', 'Nunito', sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: #071330;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  letter-spacing: -0.02em;
}

.kz-cart-hero__badge {
  font-size: 13px;
  font-weight: 800;
  background: #FFF0F6;
  color: #FF087F;
  padding: 4px 14px;
  border-radius: 50px;
  border: 1px solid #FFD1E3;
}

.kz-cart-hero__status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ECFDF5;
  border: 1px solid #A7F3D0;
  color: #065F46;
  font-size: 12.5px;
  font-weight: 700;
  padding: 5px 16px;
  border-radius: 50px;
}

.kz-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10B981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.25);
}

/* 3-Step Flow Indicator */
.kz-checkout-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 580px;
  width: 100%;
}

.kz-step {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #94A3B8;
  font-size: 13px;
  font-weight: 800;
}

.kz-step__num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #F1F5F9;
  color: #64748B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  transition: all 0.2s ease;
}

.kz-step.is-active {
  color: #071330;
}

.kz-step.is-active .kz-step__num {
  background: #FF087F;
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(255, 8, 127, 0.35);
}

.kz-step-line {
  flex: 1;
  height: 2px;
  background: #E2E8F0;
}

.kz-step-line.is-active {
  background: #FFD1E3;
}

/* 2. Main Cart Page Section Layout */
.kz-cart-page-section {
  padding: 48px 0 88px;
  background: #F8FAFD;
  min-height: 550px;
}

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

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

@media (min-width: 1200px) {
  .kz-cart-layout {
    grid-template-columns: 1fr 410px;
    gap: 40px;
  }
}

/* Free Shipping Progress Alert Card */
.kz-cart-shipping-card {
  background: linear-gradient(135deg, #FFF0F6 0%, #FFFFFF 100%);
  border: 1.5px solid #FFD1E3;
  border-radius: 20px;
  padding: 20px 24px;
  margin-bottom: 24px;
  box-shadow: 0 6px 24px rgba(255, 8, 127, 0.05);
}

.kz-cart-shipping__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.kz-cart-shipping__icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #FFE4EE;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.kz-cart-shipping__msg {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #071330;
  line-height: 1.4;
}

.kz-shipping-diff {
  color: #FF087F;
  font-weight: 900;
  font-size: 15px;
}

.kz-cart-shipping__msg--unlocked {
  color: #059669;
}

.kz-highlight-tag {
  color: #FF087F;
  font-weight: 800;
}

.kz-cart-shipping__bar {
  width: 100%;
  height: 8px;
  background: #E2E8F0;
  border-radius: 50px;
  overflow: hidden;
}

.kz-cart-shipping__fill {
  height: 100%;
  background: linear-gradient(90deg, #FF087F, #FF7A00);
  border-radius: 50px;
  transition: width 0.4s ease;
}

/* Cart Items Card Wrap */
.kz-cart-items-card-wrap {
  background: #FFFFFF;
  border: 1.5px solid #E5EAF2;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(7, 19, 48, 0.04);
}

.kz-cart-table-header-row {
  display: grid;
  grid-template-columns: 2.8fr 1fr 1.2fr 1fr 44px;
  align-items: center;
  padding: 16px 24px;
  background: #F8FAFD;
  border-bottom: 1px solid #E5EAF2;
  font-family: 'Outfit', 'Nunito', sans-serif;
  font-size: 12px;
  font-weight: 800;
  color: #64748B;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.kz-col-price,
.kz-col-quantity,
.kz-col-subtotal {
  text-align: center;
}

.kz-cart-items-list-body {
  display: flex;
  flex-direction: column;
}

.kz-cart-item-row {
  display: grid;
  grid-template-columns: 2.8fr 1fr 1.2fr 1fr 44px;
  align-items: center;
  padding: 22px 24px;
  border-bottom: 1px solid #F1F5F9;
  transition: background 0.15s ease;
}

.kz-cart-item-row:last-child {
  border-bottom: none;
}

.kz-cart-item-row:hover {
  background: #FCFDFF;
}

.kz-cart-item-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.kz-cart-item-thumb {
  width: 88px;
  height: 88px;
  border-radius: 16px;
  overflow: hidden;
  background: #F8FAFD;
  border: 1.5px solid #E2E8F0;
  flex-shrink: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.kz-cart-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.kz-cart-item-thumb:hover img {
  transform: scale(1.08);
}

.kz-cart-item-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.kz-cart-item-title {
  margin: 0;
  font-family: 'Outfit', 'Nunito', sans-serif;
  font-size: 15.5px;
  font-weight: 800;
  line-height: 1.35;
}

.kz-cart-item-title a {
  color: #071330;
  text-decoration: none;
  transition: color 0.2s ease;
}

.kz-cart-item-title a:hover {
  color: #FF087F;
}

.kz-cart-item-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.kz-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  background: #F1F5F9;
  border-radius: 8px;
  font-size: 11.5px;
  font-weight: 700;
  color: #334155;
}

.kz-badge-pill--name {
  background: #FFF0F6;
  border: 1px solid #FFD1E3;
  color: #FF087F;
  font-weight: 800;
}

.kz-cart-item-price {
  text-align: center;
}

.kz-price-val {
  font-family: 'Outfit', 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: #475569;
}

.kz-cart-item-qty {
  display: flex;
  justify-content: center;
}

.kz-quantity-stepper {
  display: inline-flex !important;
  align-items: center !important;
  background: #F8FAFD !important;
  border: 1.5px solid #E2E8F0 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  height: 38px !important;
}

.kz-quantity-stepper label,
.kz-quantity-stepper .screen-reader-text,
.kz-quantity-stepper .quantity label {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  position: absolute !important;
  pointer-events: none !important;
}

.kz-quantity-stepper .quantity {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}

.kz-qty-btn {
  width: 34px !important;
  height: 100% !important;
  background: transparent !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #071330 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  transition: background 0.2s, color 0.2s !important;
  flex-shrink: 0 !important;
}

.kz-qty-btn:hover {
  background: #E2E8F0 !important;
  color: var(--kz-primary, #FF087F) !important;
}

.kz-quantity-stepper .kz-qty-input,
.kz-quantity-stepper input[type="number"],
.kz-quantity-stepper input.qty {
  width: 44px !important;
  height: 100% !important;
  text-align: center !important;
  border: none !important;
  background: transparent !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #071330 !important;
  outline: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  -moz-appearance: textfield !important;
}

.kz-quantity-stepper input[type="number"]::-webkit-outer-spin-button,
.kz-quantity-stepper input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.kz-cart-item-subtotal {
  text-align: center;
}

.kz-subtotal-val {
  font-family: 'Outfit', 'Nunito', sans-serif;
  font-size: 17px;
  font-weight: 900;
  color: #071330;
}

.kz-cart-item-remove {
  display: flex;
  justify-content: center;
}

.kz-remove-item-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F8FAFD;
  border: 1px solid #E2E8F0;
  color: #94A3B8 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.2s ease;
}

.kz-remove-item-btn:hover {
  background: #FEE2E2 !important;
  border-color: #FECACA !important;
  color: #EF4444 !important;
  transform: scale(1.1);
}

.kz-mobile-label {
  display: none;
}

/* Cart Actions Bar */
.kz-cart-actions-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding: 20px 24px;
  background: #FFFFFF;
  border: 1.5px solid #E5EAF2;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(7, 19, 48, 0.03);
}

.kz-coupon-input-box {
  position: relative;
  display: flex;
  align-items: center;
  background: #F8FAFD;
  border: 1.5px solid #E2E8F0;
  border-radius: 14px;
  padding: 4px 4px 4px 14px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.kz-coupon-input-box:focus-within {
  border-color: #FF087F;
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(255, 8, 127, 0.12);
}

.kz-coupon-icon {
  color: #94A3B8;
  margin-right: 8px;
  flex-shrink: 0;
}

.kz-coupon-input {
  border: none !important;
  background: transparent !important;
  padding: 8px 6px !important;
  font-size: 13.5px !important;
  color: #071330 !important;
  font-weight: 700 !important;
  outline: none !important;
  width: 200px !important;
}

.kz-btn-apply-coupon {
  padding: 10px 18px !important;
  background: #071330 !important;
  color: #FFFFFF !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  border-radius: 10px !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

.kz-btn-apply-coupon:hover {
  background: #FF087F !important;
  transform: translateY(-1px);
}

.kz-btn-continue-shopping {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  background: #F8FAFD;
  border: 1.5px solid #E2E8F0;
  color: #475569 !important;
  font-size: 13.5px;
  font-weight: 800;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.kz-btn-continue-shopping:hover {
  background: #FFFFFF;
  border-color: #071330;
  color: #071330 !important;
}

/* 3. Sticky Order Summary Sidebar */
.kz-cart-summary-card {
  position: sticky;
  top: 100px;
  background: #FFFFFF;
  border: 1.5px solid #E5EAF2;
  border-radius: 24px;
  padding: 28px 24px;
  box-shadow: 0 10px 40px rgba(7, 19, 48, 0.06);
}

.kz-cart-summary__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F1F5F9;
}

.kz-cart-summary__title {
  margin: 0;
  font-family: 'Outfit', 'Nunito', sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #071330;
}

.kz-summary-badge {
  font-size: 11.5px;
  font-weight: 800;
  background: #F1F5F9;
  color: #475569;
  padding: 3px 10px;
  border-radius: 50px;
}

.kz-cart-summary__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.kz-summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14.5px;
  color: #475569;
}

.kz-summary-value {
  font-weight: 800;
  color: #071330;
}

.kz-summary-line--discount .kz-summary-value {
  color: #059669;
}

.kz-free-shipping-tag {
  background: #ECFDF5;
  color: #059669;
  font-size: 11.5px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 6px;
  border: 1px solid #A7F3D0;
}

.kz-summary-divider {
  height: 1px;
  background: #E5EAF2;
  margin: 6px 0;
}

.kz-summary-line--total {
  align-items: baseline;
}

.kz-total-label-wrap {
  display: flex;
  flex-direction: column;
}

.kz-summary-label-total {
  font-family: 'Outfit', 'Nunito', sans-serif;
  font-size: 17px;
  font-weight: 900;
  color: #071330;
}

.kz-tax-subtitle {
  font-size: 11px;
  color: #94A3B8;
  font-weight: 600;
}

.kz-summary-value-total {
  font-family: 'Outfit', 'Nunito', sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: #FF087F;
}

/* Proceed to Checkout Button */
.kz-btn-proceed-checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 24px;
  background: linear-gradient(135deg, #FF087F, #E90070);
  color: #FFFFFF !important;
  font-family: 'Outfit', 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 900;
  border-radius: 16px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(255, 8, 127, 0.35);
  transition: all 0.25s ease;
  box-sizing: border-box;
}

.kz-btn-proceed-checkout:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(255, 8, 127, 0.45);
}

.kz-btn-arrow {
  transition: transform 0.2s ease;
}

.kz-btn-proceed-checkout:hover .kz-btn-arrow {
  transform: translateX(4px);
}

/* Guarantees Box */
.kz-cart-guarantees {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
  padding: 16px;
  background: #FFF8FA;
  border: 1px solid #FFD1E3;
  border-radius: 16px;
}

.kz-guarantee-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.kz-guarantee-icon-wrap {
  font-size: 16px;
  line-height: 1;
  margin-top: 2px;
}

.kz-guarantee-text {
  display: flex;
  flex-direction: column;
}

.kz-guarantee-text strong {
  font-size: 12.5px;
  font-weight: 800;
  color: #071330;
}

.kz-guarantee-text span {
  font-size: 11px;
  color: #64748B;
  font-weight: 600;
}

/* Payment Chips */
.kz-cart-payments-box {
  margin-top: 8px;
  text-align: center;
}

.kz-payments-caption {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #94A3B8;
  margin-bottom: 8px;
}

.kz-cart-payments-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.kz-pay-chip {
  padding: 3px 8px;
  background: #F8FAFD;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  font-size: 10.5px;
  font-weight: 700;
  color: #64748B;
}

.kz-pay-chip--cod {
  background: #ECFDF5;
  border-color: #A7F3D0;
  color: #059669;
}

/* 4. You May Also Like Section (Full-Width White Background) */
.kz-cart-rec-outer-section {
  width: 100%;
  background: #FFFFFF;
  padding: 64px 0 88px;
  border-top: 1px solid #E5EAF2;
  margin-bottom: 65px;
}

.kz-cart-recommendations-section {
  margin-top: 64px;
  padding-top: 10px;
  border-top: none;
  position: relative;
}

.kz-cart-rec-header {
  margin-bottom: 32px;
  text-align: left;
}

.kz-rec-super-tag {
  font-size: 12px;
  font-weight: 800;
  color: #475569;
  letter-spacing: 0.04em;
  display: block;
  margin-bottom: 6px;
}

.kz-cart-rec-title {
  margin: 0 0 6px;
  font-family: 'Outfit', 'Nunito', sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: #071330;
  letter-spacing: -0.01em;
}

.kz-highlight-pink {
  color: #FF087F !important;
}

.kz-cart-rec-subtitle {
  margin: 0;
  font-size: 14px;
  color: #64748B;
  font-weight: 500;
}

/* Slider Container & Nav Buttons */
.kz-rec-slider-container {
  position: relative;
}

.kz-rec-nav-btn {
  position: absolute;
  top: 45%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  box-shadow: 0 4px 16px rgba(7, 19, 48, 0.12);
  color: #071330;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease;
}

.kz-rec-prev {
  left: -18px;
}

.kz-rec-next {
  right: -18px;
}

.kz-rec-nav-btn:hover {
  background: #FF087F;
  border-color: #FF087F;
  color: #FFFFFF;
  transform: scale(1.1);
}

.kz-cart-rec-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 640px) {
  .kz-cart-rec-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .kz-cart-rec-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

/* Product Card */
.kz-rec-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;
  position: relative;
}

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

.kz-rec-card__thumb-wrap {
  position: relative;
  padding-top: 92%;
  background: #FAF8F5;
  overflow: hidden;
}

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

.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;
}

.kz-rec-wishlist-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #EEF2F6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease;
}

.kz-rec-wishlist-btn:hover {
  background: #FFF0F6;
  border-color: #FFD1E3;
  transform: scale(1.1);
}

.kz-rec-wishlist-btn:hover svg {
  stroke: #ff087f;
  fill: #ff087f;
}

.kz-rec-card__img-link {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.kz-rec-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.kz-rec-card__img--primary {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.kz-rec-card__img--secondary {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  transform: scale(1.03);
}

.kz-rec-card:hover .kz-rec-card__img--primary {
  transform: scale(1.06);
}

.kz-rec-card:hover .kz-rec-card__img-link.has-hover-image .kz-rec-card__img--primary {
  opacity: 0;
}

.kz-rec-card:hover .kz-rec-card__img-link.has-hover-image .kz-rec-card__img--secondary {
  opacity: 1;
  transform: scale(1.06);
}

.kz-rec-card__placeholder {
  font-size: 48px;
}

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

.kz-rec-card__cat {
  font-size: 11px;
  font-weight: 800;
  color: #334155;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: block;
}

.kz-rec-card__title {
  margin: 0 0 6px;
  font-family: 'Outfit', 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.kz-rec-card__title a {
  color: #071330;
  text-decoration: none;
  transition: color 0.2s ease;
}

.kz-rec-card__title a:hover {
  color: #ff087f;
}

.kz-rec-card__stars-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
}

.kz-stars-icons {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  line-height: 1;
}

.kz-stars-icons svg {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

.kz-rec-card__rating {
  color: #334155;
  font-size: 11.5px;
  font-weight: 700;
}

.kz-rec-card__bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  gap: 8px;
  flex-wrap: nowrap;
}

.kz-rec-card__price {
  font-family: 'Outfit', 'Nunito', sans-serif;
  font-size: 17px;
  font-weight: 900;
  color: #071330;
  white-space: nowrap;
  flex-shrink: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}

/* Global price ins/del — remove underline from sale price, light gray cut price */
.kz-rec-card__price ins,
.kz-product-card__price ins,
.price ins,
ins {
  text-decoration: none !important;
  color: inherit !important;
  font-weight: 900 !important;
  background: none !important;
}

.kz-rec-card__price del,
.kz-product-card__price del,
.price del,
del {
  color: #94A3B8 !important;
  font-size: 0.82em !important;
  font-weight: 500 !important;
  text-decoration: line-through !important;
  opacity: 0.85 !important;
}

.kz-rec-card__view-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  background: #ff087f;
  color: #FFFFFF !important;
  font-size: 11.5px;
  font-weight: 800;
  border-radius: 999px;
  text-decoration: none !important;
  white-space: nowrap !important;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.kz-rec-card__view-btn svg {
  transition: transform 0.2s ease;
  stroke: #FFFFFF;
}

.kz-rec-card__view-btn:hover {
  background: #9D174D;
  color: #FFFFFF !important;
  transform: translateY(-1px);
}

.kz-rec-card__view-btn:hover svg {
  transform: translateX(3px);
  stroke: #FFFFFF;
}

/* 5. Empty Cart Card */
.kz-empty-cart-card {
  text-align: center;
  background: #FFFFFF;
  border: 1.5px solid #E5EAF2;
  border-radius: 28px;
  padding: 64px 24px;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 8px 32px rgba(7, 19, 48, 0.04);
}

.kz-empty-cart__circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #FFF0F6;
  border: 2px solid #FFD1E3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.kz-empty-cart__title {
  margin: 0 0 10px;
  font-family: 'Outfit', 'Nunito', sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: #071330;
}

.kz-empty-cart__text {
  margin: 0 auto 28px;
  font-size: 14.5px;
  color: #64748B;
  max-width: 440px;
  line-height: 1.55;
}

.kz-empty-cart__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 32px;
  font-size: 15px;
  font-weight: 800;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(255, 8, 127, 0.3);
}

/* Mobile Responsiveness for Cart Items */
@media (max-width: 768px) {
  .kz-cart-hero-banner {
    padding: 28px 0 24px;
  }

  .kz-cart-hero__title {
    font-size: 26px;
  }

  .kz-checkout-steps {
    display: none;
  }

  .kz-cart-table-header-row {
    display: none;
  }

  .kz-cart-item-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    padding: 18px;
    gap: 14px;
  }

  .kz-cart-item-info {
    align-items: flex-start;
  }

  .kz-cart-item-thumb {
    width: 76px;
    height: 76px;
  }

  .kz-cart-item-price,
  .kz-cart-item-qty,
  .kz-cart-item-subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: right;
  }

  .kz-mobile-label {
    display: inline-block;
    font-size: 12.5px;
    font-weight: 700;
    color: #64748B;
  }

  .kz-cart-item-remove {
    position: absolute;
    top: 14px;
    right: 14px;
  }

  .kz-coupon-input-box {
    width: 100%;
  }

  .kz-coupon-input {
    width: 100% !important;
  }

  .kz-cart-actions-bar {
    flex-direction: column;
  }

  .kz-cart-continue-wrap {
    width: 100%;
  }

  .kz-btn-continue-shopping {
    width: 100%;
    justify-content: center;
  }

  .kz-rec-nav-btn {
    display: none;
  }
}

/* ============================================================
   CART NOTICES & UPDATED ALERT STYLING
   ============================================================ */
.woocommerce-notices-wrapper {
  width: 100% !important;
  margin: 0 0 20px 0 !important;
  display: block !important;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
div.woocommerce-message,
div.woocommerce-info,
div.woocommerce-error {
  position: relative !important;
  padding: 14px 20px 14px 48px !important;
  border-radius: 14px !important;
  font-family: var(--kz-font-main, 'Nunito', sans-serif) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  margin: 0 0 20px 0 !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04) !important;
  list-style: none !important;
}

/* Success / Cart Updated Notice */
.woocommerce-message,
div.woocommerce-message {
  background: #ECFDF5 !important;
  border: 1.5px solid #A7F3D0 !important;
  color: #065F46 !important;
}

.woocommerce-message::before,
div.woocommerce-message::before {
  content: '' !important;
  position: absolute !important;
  left: 18px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 18px !important;
  height: 18px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23059669' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

/* Info Notice */
.woocommerce-info,
div.woocommerce-info {
  background: #EFF6FF !important;
  border: 1.5px solid #BFDBFE !important;
  color: #1E40AF !important;
}

.woocommerce-info::before,
div.woocommerce-info::before {
  content: '' !important;
  position: absolute !important;
  left: 18px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 18px !important;
  height: 18px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='16' x2='12' y2='12'/%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

/* Error Notice */
.woocommerce-error,
div.woocommerce-error,
ul.woocommerce-error {
  background: #FFF1F2 !important;
  border: 1.5px solid #FECDD3 !important;
  color: #9F1239 !important;
}

.woocommerce-error::before,
div.woocommerce-error::before {
  content: '' !important;
  position: absolute !important;
  left: 18px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 18px !important;
  height: 18px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E11D48' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='15' y1='9' x2='9' y2='15'/%3E%3Cline x1='9' y1='9' x2='15' y2='15'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

/* Notice Buttons */
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-message .wc-forward {
  margin-left: auto !important;
  padding: 5px 14px !important;
  border-radius: 50px !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  background: #065F46 !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

/* ============================================================
   MOBILE RESPONSIVE ENHANCEMENTS FOR CART
   ============================================================ */
@media (max-width: 768px) {
  /* 1. Hide Hero Banner Image on Mobile */
  .kz-shop-banner__right,
  .kz-shop-banner__image-card,
  .kz-cart-hero-banner .kz-shop-banner__right,
  .kz-cart-hero-banner .kz-shop-banner__image-card {
    display: none !important;
  }

  .kz-shop-banner__grid {
    grid-template-columns: 1fr !important;
  }

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

  /* 2. Free Delivery Single-Line Alert on Mobile */
  .kz-cart-shipping-card {
    padding: 12px 14px !important;
    border-radius: 16px !important;
    margin-bottom: 16px !important;
  }

  .kz-cart-shipping__header {
    gap: 10px !important;
    margin-bottom: 8px !important;
  }

  .kz-cart-shipping__icon-circle {
    width: 32px !important;
    height: 32px !important;
    border-radius: 8px !important;
  }

  .kz-cart-shipping__icon-circle svg {
    width: 16px !important;
    height: 16px !important;
  }

  .kz-cart-shipping__msg {
    font-size: 11.5px !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .kz-shipping-diff {
    font-size: 12px !important;
  }

  /* 3. Section Heading Row on Mobile (Recommended For You) */
  .kz-section-heading-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin-bottom: 20px !important;
  }

  .kz-section-title-wrap {
    width: 100% !important;
  }

  .kz-section-title {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }

  .kz-section-subtitle {
    font-size: 13px !important;
  }

  .kz-view-all-btn {
    align-self: flex-start !important;
    font-size: 12px !important;
    padding: 6px 14px !important;
  }
}

/* ============================================================
   CART RECOMMENDATIONS SECTION & SLIDER PAGINATION
   ============================================================ */
.kz-cart-recommendations-section,
.kz-products-section {
  padding: 48px 0 64px !important;
  background: #FFFFFF !important;
}

.kz-product-slider-wrapper {
  position: relative !important;
  width: 100% !important;
  padding-bottom: 36px !important;
}

.kz-product-slider-wrapper .kz-swiper-pagination,
.kz-product-slider-wrapper #kz-cart-pagination,
.kz-product-slider-wrapper #kz-cart-empty-pagination {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  z-index: 5 !important;
  margin: 0 auto !important;
}

.kz-product-slider-wrapper .swiper-pagination-bullets-dynamic,
#kz-cart-pagination.swiper-pagination-bullets-dynamic,
#kz-cart-empty-pagination.swiper-pagination-bullets-dynamic {
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin: 0 auto !important;
}

.kz-product-swiper {
  padding-bottom: 8px !important;
  margin-bottom: 0 !important;
}

.kz-section-heading-row {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 20px !important;
  margin-bottom: 28px !important;
}

.kz-section-title-wrap {
  flex: 1 !important;
  min-width: 0 !important;
}

.kz-rec-super-tag {
  display: inline-block !important;
  font-family: 'Outfit', 'Nunito', sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #ff087f !important;
  margin-bottom: 4px !important;
}

.kz-section-title {
  font-family: 'Outfit', 'Nunito', sans-serif !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  color: #071330 !important;
  line-height: 1.2 !important;
  margin: 0 0 6px 0 !important;
  white-space: normal !important;
  word-break: normal !important;
}

.kz-highlight-pink {
  color: #ff087f !important;
}

.kz-section-subtitle {
  font-size: 14px !important;
  color: #64748B !important;
  margin: 0 !important;
  line-height: 1.45 !important;
}

.kz-view-all-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 9px 20px !important;
  border-radius: 999px !important;
  background: #FFF0F6 !important;
  color: #ff087f !important;
  font-family: 'Outfit', 'Nunito', sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  border: 1px solid #FFD1E3 !important;
  transition: all 0.2s ease !important;
  flex-shrink: 0 !important;
  white-space: nowrap !important;
}

.kz-view-all-btn:hover {
  background: #ff087f !important;
  color: #FFFFFF !important;
  border-color: #ff087f !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 14px rgba(255, 8, 127, 0.25) !important;
}


