/* ═══════════════════════════════════════════════════════════════
   Category Product Tabs — centered tabs + product card grid
   ═══════════════════════════════════════════════════════════════ */

.cc_CbJVgymZBw_pNIX9DgiaL .cpt {
  padding: clamp(40px, 5vw, 72px) 0;
}

.cc_CbJVgymZBw_pNIX9DgiaL .cpt-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(16px, 5vw, 80px);
}

/* ─── Heading ───────────────────────────────────────────────── */

.cc_CbJVgymZBw_pNIX9DgiaL .cpt .cpt-inner .cpt-heading {
  font-family: var(--font-display);
  font-size: var(--text-h2);
  font-weight: 500;
  letter-spacing: 0.042em;
  text-transform: uppercase;
  color: #312509;
  text-align: center !important;
  display: block !important;
  margin: 0;
}

.cc_CbJVgymZBw_pNIX9DgiaL .cpt .cpt-inner .cpt-heading::after {
  content: "";
  display: block;
  width: 38px;
  height: 3.8px;
  background: rgba(49, 37, 9, 0.8);
  margin: 14px auto;
}

/* ─── Tabs ──────────────────────────────────────────────────── */

.cc_CbJVgymZBw_pNIX9DgiaL .cpt-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 0;
}

.cc_CbJVgymZBw_pNIX9DgiaL .cpt-tab {
  padding: 7px 14px;
  border: none;
  border-radius: 999px;
  background: transparent;
  font-family: var(--font-body);
  font-size: var(--text-body-lg);
  font-weight: 500;
  line-height: 1.4;
  color: #312509;
  cursor: pointer;
  transition: background-color 200ms ease, color 200ms ease;
}

.cc_CbJVgymZBw_pNIX9DgiaL .cpt-tab:hover {
  color: #6A8F82;
}

.cc_CbJVgymZBw_pNIX9DgiaL .cpt-tab.is-active {
  background: #6A8F82;
  color: #FFFFFF;
  padding: 8px 16px;
}

.cc_CbJVgymZBw_pNIX9DgiaL .cpt-tab:focus-visible {
  outline: 2px solid var(--color-brand-sage-dark, #5D8F76);
  outline-offset: 2px;
}

/* ─── Grid ──────────────────────────────────────────────────── */

.cc_CbJVgymZBw_pNIX9DgiaL .cpt-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(12px, 1.5vw, 24px);
  margin-top: 32px;
}

/* ─── Slider layout (Görünüm: Slider) ───────────────────────── */

.cc_CbJVgymZBw_pNIX9DgiaL .cpt-top {
  position: relative;
}

.cc_CbJVgymZBw_pNIX9DgiaL .cpt-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--color-brand-ink, #312509);
  background: transparent;
  color: var(--color-brand-ink, #312509);
  cursor: pointer;
  transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease;
}

.cc_CbJVgymZBw_pNIX9DgiaL .cpt-arrow:hover {
  border-color: var(--color-brand-sage, #6A8F82);
  color: var(--color-brand-sage, #6A8F82);
  background: rgba(106, 143, 130, 0.08);
}

.cc_CbJVgymZBw_pNIX9DgiaL .cpt-arrow:focus-visible {
  outline: 2px solid var(--color-brand-sage, #6A8F82);
  outline-offset: 2px;
}

.cc_CbJVgymZBw_pNIX9DgiaL .cpt-arrow--prev {
  left: 0;
}

.cc_CbJVgymZBw_pNIX9DgiaL .cpt-arrow--next {
  right: 0;
}

.cc_CbJVgymZBw_pNIX9DgiaL .cpt-slider {
  display: flex;
  gap: clamp(12px, 1.5vw, 24px);
  margin-top: 32px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.cc_CbJVgymZBw_pNIX9DgiaL .cpt-slider::-webkit-scrollbar {
  display: none;
}

.cc_CbJVgymZBw_pNIX9DgiaL .cpt-slider > .pgc {
  flex: 0 0 auto;
  width: clamp(240px, 23vw, 320px);
  scroll-snap-align: start;
}

@media (max-width: 767px) {
  .cc_CbJVgymZBw_pNIX9DgiaL .cpt-arrow {
    display: none;
  }

  .cc_CbJVgymZBw_pNIX9DgiaL .cpt-slider > .pgc {
    width: 74vw;
  }
}

.cc_CbJVgymZBw_pNIX9DgiaL .cpt-empty {
  text-align: center;
  margin: 32px 0 0;
  font-family: var(--font-body);
  font-size: var(--text-body, 16px);
  color: var(--color-text-secondary, #6B6560);
}

/* ─── Footer CTA ────────────────────────────────────────────── */

.cc_CbJVgymZBw_pNIX9DgiaL .cpt-footer {
  display: flex;
  justify-content: center;
  margin-top: clamp(28px, 4vw, 48px);
}

.cc_CbJVgymZBw_pNIX9DgiaL .cpt-footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 56px;
  border: 1.4px solid #312509;
  border-radius: 11px;
  background: transparent;
  color: #312509;
  font-family: var(--font-body);
  font-size: var(--text-body);
  font-weight: 400;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  transition: border-color 200ms ease, color 200ms ease, background-color 200ms ease;
}

.cc_CbJVgymZBw_pNIX9DgiaL .cpt-footer-btn:hover {
  background: #312509;
  border-color: #312509;
  color: #FFFFFF;
}

.cc_CbJVgymZBw_pNIX9DgiaL .cpt-footer-btn:focus-visible {
  outline: 2px solid var(--color-brand-sage-dark, #5D8F76);
  outline-offset: 2px;
}

/* ─── Breakpoints ───────────────────────────────────────────── */

@media (min-width: 768px) {
  .cc_CbJVgymZBw_pNIX9DgiaL .cpt-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .cc_CbJVgymZBw_pNIX9DgiaL .cpt-grid--2 { grid-template-columns: repeat(2, 1fr); }
  .cc_CbJVgymZBw_pNIX9DgiaL .cpt-grid--3 { grid-template-columns: repeat(3, 1fr); }
  .cc_CbJVgymZBw_pNIX9DgiaL .cpt-grid--4 { grid-template-columns: repeat(4, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .cc_CbJVgymZBw_pNIX9DgiaL .cpt-tab, .cc_CbJVgymZBw_pNIX9DgiaL .cpt-footer-btn {
    transition: none;
  }
}

/* ─── Mobile/tablet: tabs slide horizontally ────────────────── */

@media (max-width: 1023px) {
  .cc_CbJVgymZBw_pNIX9DgiaL .cpt-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-left: calc(-1 * clamp(16px, 5vw, 80px));
    margin-right: calc(-1 * clamp(16px, 5vw, 80px));
    padding: 4px clamp(16px, 5vw, 80px) 8px;
  }

  .cc_CbJVgymZBw_pNIX9DgiaL .cpt-tabs::-webkit-scrollbar {
    display: none;
  }

  .cc_CbJVgymZBw_pNIX9DgiaL .cpt-tab {
    flex-shrink: 0;
    scroll-snap-align: center;
  }
}

@media (max-width: 767px) {
  .cc_CbJVgymZBw_pNIX9DgiaL .cpt-tab {
    padding: 6px 12px;
    font-size: 13px;
  }

  .cc_CbJVgymZBw_pNIX9DgiaL .cpt-footer-btn {
    padding: 11px 36px;
    font-size: 12px;
  }
}
