/* ── Section ── */
.cc_K0NqjoILrr_iyC4stfU8B .vpc {
  width: 100%;
  padding: 72px 24px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  font-family: var(--site-font, inherit);
  background: linear-gradient(135deg, #fefef0 0%, #e8faf8 45%, #cff0ef 100%);
}

.vpc *,
.vpc *::before,
.cc_K0NqjoILrr_iyC4stfU8B .vpc *::after {
  box-sizing: border-box;
}

/* ── Decorative background circles ── */
.cc_K0NqjoILrr_iyC4stfU8B .vpc__deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.cc_K0NqjoILrr_iyC4stfU8B .vpc__deco--1 {
  width: 200px;
  height: 200px;
  top: -40px;
  left: -60px;
  background: rgba(104, 210, 200, 0.22);
}

.cc_K0NqjoILrr_iyC4stfU8B .vpc__deco--2 {
  width: 48px;
  height: 48px;
  top: 44%;
  left: 32px;
  background: rgba(104, 210, 200, 0.35);
}

.cc_K0NqjoILrr_iyC4stfU8B .vpc__deco--3 {
  width: 90px;
  height: 90px;
  top: 38%;
  right: 40px;
  background: rgba(104, 210, 200, 0.2);
}

.cc_K0NqjoILrr_iyC4stfU8B .vpc__deco--4 {
  width: 50px;
  height: 50px;
  bottom: 60px;
  right: 90px;
  background: rgba(104, 210, 200, 0.28);
}

/* ── Container ── */
.cc_K0NqjoILrr_iyC4stfU8B .vpc__container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ── Header ── */
.cc_K0NqjoILrr_iyC4stfU8B .vpc__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 48px;
  gap: 14px;
}

.cc_K0NqjoILrr_iyC4stfU8B .vpc__pill {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 999px;
  border: 1.5px solid;
  font-size: var(--vpc-pill-fs, 11px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cc_K0NqjoILrr_iyC4stfU8B .vpc__title {
  margin: 0;
  font-size: var(--vpc-title-fs, 48px);
  font-weight: 800;
  color: #0d3d36;
  line-height: 1.1;
}

.cc_K0NqjoILrr_iyC4stfU8B .vpc__description {
  margin: 0;
  font-size: var(--vpc-desc-fs, 15px);
  color: #5a7a76;
  max-width: 520px;
  line-height: 1.6;
}

/* ── Grid — flex so 1 or 2 cards are centered ── */
.cc_K0NqjoILrr_iyC4stfU8B .vpc__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}

/* ── Card ── */
.cc_K0NqjoILrr_iyC4stfU8B .vpc-card {
  flex: 0 0 calc(33.333% - 19px);
  max-width: calc(33.333% - 19px);
  min-width: 260px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.09);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.cc_K0NqjoILrr_iyC4stfU8B .vpc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.13);
}

/* ── Card badge — positioned on the card, overlaps image corner ── */
.cc_K0NqjoILrr_iyC4stfU8B .vpc-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: var(--vpc-badge-fs, 12px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

/* ── Card image — flush with card edges, no padding ── */
.cc_K0NqjoILrr_iyC4stfU8B .vpc-card__image-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f3f3f3;
  flex-shrink: 0;
}

.cc_K0NqjoILrr_iyC4stfU8B .vpc-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cc_K0NqjoILrr_iyC4stfU8B .vpc-card__image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c0c0c0;
}

/* ── Card body ── */
.cc_K0NqjoILrr_iyC4stfU8B .vpc-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px 20px 20px;
  gap: 10px;
}

.cc_K0NqjoILrr_iyC4stfU8B .vpc-card__name {
  margin: 0;
  width: 100%;
  text-align: var(--vpc-name-align, center);
  font-size: var(--vpc-name-fs, 20px);
  font-weight: 700;
  color: #0d3d36;
  line-height: 1.25;
}

.cc_K0NqjoILrr_iyC4stfU8B .vpc-card__subtitle {
  margin: 0;
  font-size: var(--vpc-sub-fs, 14px);
  color: #6a8a86;
  line-height: 1.6;
  flex: 1;
}

/* ── Sepet notu (özel alan) ── */
.cc_K0NqjoILrr_iyC4stfU8B .vpc-card__cart-note {
  align-self: flex-start;
  display: inline-block;
  width: fit-content;
  margin: 2px 0 0;
  padding: 1px 7px;
  border-radius: 4px;
  font-size: var(--vpc-cartnote-fs, 14px);
  font-weight: 700;
  line-height: 1.35;
}

/* ── Card price ── */
.cc_K0NqjoILrr_iyC4stfU8B .vpc-card__prices {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.cc_K0NqjoILrr_iyC4stfU8B .vpc-card__price {
  font-size: var(--vpc-price-fs, 20px);
  font-weight: 800;
  color: #0d3d36;
}

.cc_K0NqjoILrr_iyC4stfU8B .vpc-card__old-price {
  font-size: 15px;
  font-weight: 500;
  color: #9aa6a4;
  text-decoration: line-through;
}

.cc_K0NqjoILrr_iyC4stfU8B .vpc-card__discount {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  background: #2a9d3e;
  padding: 2px 8px;
  border-radius: 6px;
}

/* ── Card button — full-width pill ── */
.cc_K0NqjoILrr_iyC4stfU8B .vpc-card__button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 20px;
  border-radius: 999px;
  font-size: var(--vpc-btn-fs, 15px);
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.15s ease, transform 0.15s ease;
  margin-top: 6px;
}

.cc_K0NqjoILrr_iyC4stfU8B .vpc-card__button:hover {
  opacity: 0.88;
  transform: scale(1.02);
}

/* ── Cart button ── */
.cc_K0NqjoILrr_iyC4stfU8B .vpc-card__cart-button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 13px 20px;
  border-radius: 999px;
  border: 1.5px solid;
  font-size: var(--vpc-btn-fs, 15px);
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.cc_K0NqjoILrr_iyC4stfU8B .vpc-card__cart-button:hover:not(:disabled) {
  opacity: 0.8;
  transform: scale(1.02);
}

.cc_K0NqjoILrr_iyC4stfU8B .vpc-card__cart-button--adding {
  opacity: 0.65;
  cursor: not-allowed;
}

/* ── Empty state ── */
.cc_K0NqjoILrr_iyC4stfU8B .vpc__empty {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1.5px dashed #b0d8d4;
  border-radius: 16px;
  color: #7aa8a2;
  font-size: 14px;
  font-weight: 600;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  /* Slider: horizontal scroll-snap, starts centered on the 2nd product */
.cc_K0NqjoILrr_iyC4stfU8B .vpc__grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scroll-padding: 0 10%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 16px;
    padding: 4px 10% 10px;
    margin: 0 -24px;
  }

.cc_K0NqjoILrr_iyC4stfU8B .vpc__grid::-webkit-scrollbar {
    display: none;
  }

.cc_K0NqjoILrr_iyC4stfU8B .vpc__grid {
    cursor: grab;
  }

.cc_K0NqjoILrr_iyC4stfU8B .vpc__grid--dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    scroll-behavior: auto;
  }

.cc_K0NqjoILrr_iyC4stfU8B .vpc__grid--dragging .vpc-card {
    pointer-events: none;
  }

.cc_K0NqjoILrr_iyC4stfU8B .vpc-card {
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 0;
    scroll-snap-align: center;
  }

  /* Mobile font sizes — each falls back to a sensible default when unset */
.cc_K0NqjoILrr_iyC4stfU8B .vpc__pill {
    font-size: var(--vpc-pill-fs-m, 11px);
  }

.cc_K0NqjoILrr_iyC4stfU8B .vpc__title {
    font-size: var(--vpc-title-fs-m, 28px);
  }

.cc_K0NqjoILrr_iyC4stfU8B .vpc__description {
    font-size: var(--vpc-desc-fs-m, 14px);
  }

.cc_K0NqjoILrr_iyC4stfU8B .vpc-card__badge {
    font-size: var(--vpc-badge-fs-m, 12px);
  }

.cc_K0NqjoILrr_iyC4stfU8B .vpc-card__name {
    font-size: var(--vpc-name-fs-m, 18px);
  }

.cc_K0NqjoILrr_iyC4stfU8B .vpc-card__subtitle {
    font-size: var(--vpc-sub-fs-m, 13px);
  }

.cc_K0NqjoILrr_iyC4stfU8B .vpc-card__price {
    font-size: var(--vpc-price-fs-m, 18px);
  }

.cc_K0NqjoILrr_iyC4stfU8B .vpc-card__cart-note {
    font-size: var(--vpc-cartnote-fs-m, var(--vpc-cartnote-fs, 14px));
  }

  .vpc-card__button,
.cc_K0NqjoILrr_iyC4stfU8B .vpc-card__cart-button {
    font-size: var(--vpc-btn-fs-m, 15px);
  }
}

@media (max-width: 560px) {
.cc_K0NqjoILrr_iyC4stfU8B .vpc {
    padding: 48px 16px;
  }

.cc_K0NqjoILrr_iyC4stfU8B .vpc__grid {
    margin: 0 -16px;
    padding: 4px 8% 10px;
  }

.cc_K0NqjoILrr_iyC4stfU8B .vpc-card {
    flex: 0 0 84%;
    max-width: 84%;
  }

.cc_K0NqjoILrr_iyC4stfU8B .vpc__header {
    margin-bottom: 32px;
  }
}
