/** Shopify CDN: Minification failed

Line 4485:26 Unexpected "{"
Line 4485:35 Expected ":"
Line 4485:42 Unexpected "{"
Line 4486:21 Expected identifier but found whitespace
Line 4486:23 Unexpected "{"
Line 4486:32 Expected ":"
Line 4487:18 Expected identifier but found whitespace
Line 4487:20 Unexpected "{"
Line 4487:29 Expected ":"
Line 4488:15 Expected identifier but found whitespace
... and 141 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:bundle-detay (INDEX:3) */
.bd {
  padding: 7rem 2rem;
  background-color: #FEF6F0;
}

.bd__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.bd__header {
  text-align: center;
  max-width: 62rem;
  margin: 0 auto 5.6rem;
}

.bd__eyebrow {
  display: inline-block;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ff969d;
  margin-bottom: 1.4rem;
}

.bd__title {
  font-family: var(--font-heading-family, sans-serif);
  font-weight: 700;
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  color: #111111;
  margin: 0 0 1.4rem;
  letter-spacing: -0.02em;
  line-height: 1.18;
  overflow-wrap: break-word;
}

.bd__desc {
  font-size: 1.55rem;
  color: #666666;
  margin: 0;
  line-height: 1.75;
}

.bd__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: start;
}

.bd__card {
  position: relative;
  background-color: #ffffff;
  border: 1.5px solid #e4e4e4;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.bd__card:hover {
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.bd__card--featured {
  border-color: #111111;
  border-width: 2px;
  box-shadow: 0 10px 44px rgba(0, 0, 0, 0.11);
}

.bd__card--featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #111111;
  z-index: 1;
}

.bd__card--featured:hover {
  box-shadow: 0 14px 52px rgba(0, 0, 0, 0.14);
  transform: translateY(-3px);
}

.bd__card-img-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: #f0ede8;
}

.bd__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.bd__card:hover .bd__card-img {
  transform: scale(1.04);
}

.bd__card-img--placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.bd__card-badge {
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  z-index: 2;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #111111;
  padding: 0.3rem 1rem;
  border-radius: 20px;
  line-height: 1.6;
}

.bd__card--featured .bd__card-badge {
  background-color: #ff969d;
}

.bd__card-body {
  padding: 2rem 2rem 2.4rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.bd__card-title {
  font-family: var(--font-heading-family, sans-serif);
  font-weight: 700;
  font-size: 1.9rem;
  color: #111111;
  margin: 0 0 0.6rem;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.bd__card-desc {
  font-size: 1.35rem;
  color: #888888;
  margin: 0 0 1.8rem;
  line-height: 1.6;
}

.bd__benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 2.4rem;
  border-top: 1px solid #f2f2f2;
  padding-top: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.bd__benefit {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 1.35rem;
  color: #444444;
  line-height: 1.5;
  min-width: 0;
}

.bd__benefit-icon {
  flex-shrink: 0;
  margin-top: 0.1rem;
  display: flex;
}

.bd__card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  padding: 0 2rem;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid #111111;
  background-color: transparent;
  color: #111111;
  box-sizing: border-box;
  margin-top: auto;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.12s ease;
}

.bd__card-btn:hover,
.bd__card-btn:focus-visible {
  background-color: #111111;
  color: #ffffff;
  transform: translateY(-1px);
  outline: none;
}

.bd__card-btn--featured {
  background-color: #111111;
  color: #ffffff;
}

.bd__card-btn--featured:hover,
.bd__card-btn--featured:focus-visible {
  background-color: #ff969d;
  border-color: #ff969d;
}

.bd__guide {
  text-align: center;
  font-size: 1.4rem;
  color: #aaaaaa;
  margin: 2.8rem 0 0;
  line-height: 1.6;
}

.bd__cta {
  margin-top: 5.6rem;
  padding: 4rem;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  text-align: center;
}

.bd__cta-heading {
  font-family: var(--font-heading-family, sans-serif);
  font-weight: 700;
  font-size: clamp(2rem, 2.4vw, 2.8rem);
  color: #111111;
  margin: 0 0 1rem;
  letter-spacing: -0.01em;
  overflow-wrap: break-word;
}

.bd__cta-desc {
  font-size: 1.5rem;
  color: #666666;
  margin: 0 auto 2.8rem;
  line-height: 1.7;
  max-width: 50rem;
}

.bd__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 3.6rem;
  background-color: #111111;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  border: 2px solid #111111;
  box-sizing: border-box;
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.12s ease;
}

.bd__cta-btn:hover,
.bd__cta-btn:focus-visible {
  background-color: #ff969d;
  border-color: #ff969d;
  transform: translateY(-2px);
  outline: none;
}

@media screen and (max-width: 989px) {
  .bd__grid {
    gap: 1.6rem;
  }
}

@media screen and (max-width: 749px) {
  .bd {
    padding: 4.8rem 1.6rem;
  }

  .bd__header {
    margin-bottom: 3.2rem;
  }

  .bd__grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }

  .bd__cta {
    margin-top: 3.6rem;
    padding: 2.8rem 1.8rem;
  }

  .bd__cta-btn {
    width: 100%;
  }
}
/* END_SECTION:bundle-detay */

/* START_SECTION:collection-grid (INDEX:11) */
/* ── Section ── */
.cg {
  background: var(--cg-bg, #fff4fb);
  padding: var(--cg-pt, 56px) 0 var(--cg-pb, 56px);
}

.cg__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

@media (max-width: 749px) {
  .cg { padding: 40px 0; }
  .cg__container { padding: 0 20px; }
}

/* ── Header ── */
.cg__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

@media (max-width: 749px) {
  .cg__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
  }
}

.cg__heading {
  font-family: var(--font-heading-family);
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.02em;
  margin: 0 0 5px;
}

.cg__subtext {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.5;
  margin: 0;
}

.cg__header-cta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
  color: var(--cg-accent, #FF747E);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  padding-bottom: 2px;
  transition: gap 0.18s;
}

.cg__header-cta:hover { gap: 9px; }

/* ── Grid ── */
.cg__grid {
  display: grid;
  grid-template-columns: repeat(var(--cg-cols-desktop, 3), 1fr);
  gap: var(--cg-gap, 12px);
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 749px) {
  .cg__grid {
    grid-template-columns: repeat(var(--cg-cols-mobile, 2), 1fr);
  }
}

/* Odd item last → full width on mobile */
@media (max-width: 749px) {
  .cg__grid > li:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
  .cg__grid > li:last-child:nth-child(odd) .cg__tile-inner {
    padding-top: min(56%, var(--cg-ratio, 100%));
  }
}

/* ── Tile link ── */
.cg__tile {
  display: block;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* ── Tile inner (ratio box) ── */
.cg__tile-inner {
  position: relative;
  width: 100%;
  padding-top: var(--cg-ratio, 100%);
  overflow: hidden;
  border-radius: var(--cg-radius, 12px);
  background: #f0ebf0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

/* ── Image ── */
.cg__tile-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.cg__tile-img--placeholder {
  padding: 18%;
  box-sizing: border-box;
  color: #d4ccd4;
}

/* ── Overlay ── */
.cg__tile-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 35%,
    rgba(0, 0, 0, 0.18) 60%,
    rgba(0, 0, 0, 0.58) 100%
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 14px 20px;
  gap: 4px;
  transition: background 0.3s ease;
}

/* ── Label ── */
.cg__tile-label {
  font-family: var(--font-heading-family);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
  transform: translateY(3px);
  transition: transform 0.3s ease;
}

.cg__tile-desc {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

/* ── Hover: desktop ── */
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .cg__tile:hover .cg__tile-img {
    transform: scale(1.06);
  }

  .cg__tile:hover .cg__tile-overlay {
    background: linear-gradient(
      to bottom,
      transparent 20%,
      rgba(0, 0, 0, 0.24) 50%,
      rgba(0, 0, 0, 0.68) 100%
    );
  }

  .cg__tile:hover .cg__tile-label {
    transform: translateY(0);
  }

  .cg__tile:hover .cg__tile-desc {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── Touch feedback: mobile ── */
@media (hover: none) {
  .cg__tile:active .cg__tile-inner {
    opacity: 0.88;
    transform: scale(0.98);
  }
}
/* END_SECTION:collection-grid */

/* START_SECTION:collection-kesif (INDEX:12) */
.ck {
  padding: 5.6rem 2rem 6.4rem;
  background-color: #faf9f7;
  border-top: 1px solid #ebebeb;
}

.ck__inner {
  max-width: var(--page-width, 1200px);
  margin: 0 auto;
}

.ck__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3.2rem;
  flex-wrap: wrap;
}

.ck__title {
  font-family: var(--font-heading-family, sans-serif);
  font-weight: 700;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  color: #111111;
  margin: 0;
  letter-spacing: -0.015em;
  line-height: 1.25;
  overflow-wrap: break-word;
}

.ck__desc {
  font-size: 1.4rem;
  color: #888888;
  margin: 0;
  line-height: 1.6;
  overflow-wrap: break-word;
}

.ck__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ck__card {
  min-width: 0;
}

.ck__card-link {
  display: block;
  text-decoration: none;
  border-radius: 14px;
  overflow: hidden;
  background-color: #e8e4de;
  position: relative;
  transition: transform 0.2s ease;
}

.ck__card-link:hover {
  transform: translateY(-2px);
}

.ck__card-img {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: #e0dcd4;
}

.ck__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.ck__card-link:hover .ck__card-img img {
  transform: scale(1.03);
}

.ck__card-img-placeholder {
  width: 100%;
  height: 100%;
  background-color: #d8d3cc;
}

.ck__card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.45) 0%, transparent 55%);
}

.ck__card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 1.8rem 1.8rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.8rem;
}

.ck__card-title {
  font-family: var(--font-heading-family, sans-serif);
  font-weight: 600;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 1.25;
  overflow-wrap: break-word;
  text-shadow: 0 1px 4px rgba(0,0,0,0.25);
}

.ck__card-badge {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  background-color: #ffffff;
  color: #111111;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.35rem 0.9rem;
  border-radius: 20px;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.ck__card-count {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.7);
  flex-shrink: 0;
  white-space: nowrap;
}

@media screen and (max-width: 749px) {
  .ck {
    padding: 4rem 1.6rem 5.2rem;
  }

  .ck__header {
    margin-bottom: 2.4rem;
  }

  .ck__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }

  .ck__grid > li:nth-child(3) {
    grid-column: 1 / -1;
  }

  .ck__card-title {
    font-size: 1.45rem;
  }
}
/* END_SECTION:collection-kesif */

/* START_SECTION:collection-mini-strip (INDEX:14) */
.cms {
  background-color: #ffffff;
  border-bottom: 1px solid #ebebeb;
  padding: 1.4rem 2rem;
}

.cms__inner {
  max-width: var(--page-width, 1200px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}

.cms__item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.4rem 2rem;
  flex-shrink: 0;
}

.cms__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
  flex-shrink: 0;
}

.cms__text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.cms__text strong {
  font-size: 1.3rem;
  font-weight: 600;
  color: #111111;
  line-height: 1.3;
  white-space: nowrap;
}

.cms__text span {
  font-size: 1.2rem;
  color: #888888;
  line-height: 1.3;
  white-space: nowrap;
}

.cms__divider {
  display: block;
  width: 1px;
  height: 2.4rem;
  background-color: #e8e4de;
  flex-shrink: 0;
}

@media screen and (max-width: 749px) {
  .cms {
    padding: 0 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .cms::-webkit-scrollbar {
    display: none;
  }

  .cms__inner {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 1.2rem 1.6rem;
    width: max-content;
    min-width: 100%;
  }

  .cms__item {
    padding: 0.2rem 1.4rem;
  }

  .cms__text strong {
    font-size: 1.25rem;
  }

  .cms__text span {
    display: none;
  }
}
/* END_SECTION:collection-mini-strip */

/* START_SECTION:customer-reviews (INDEX:17) */
/* ── Section ── */
.cr {
  background: var(--cr-bg, #FFF4FB);
  padding: var(--cr-pt, 72px) 0 var(--cr-pb, 72px);
}

.cr__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ── Header ── */
.cr__header {
  text-align: center;
  margin-bottom: 48px;
}

.cr__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--cr-accent, #FF747E);
  margin: 0 0 10px;
}

.cr__heading {
  font-family: var(--font-heading-family);
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}

.cr__text {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.65;
  max-width: 50ch;
  margin: 0 auto 24px;
}

/* ── Rating summary pill ── */
.cr__summary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 50px;
  padding: 10px 22px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.cr__summary-stars {
  color: #F59E0B;
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 1;
}

.cr__summary-score {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1;
}

.cr__summary-divider {
  color: #d1d5db;
  font-size: 15px;
}

.cr__summary-count {
  font-size: 13px;
  color: #6b7280;
}

/* ── Cards grid — desktop ── */
.cr__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

/* ── Cards grid — mobile horizontal scroll ── */
@media (max-width: 749px) {
  .cr__container {
    padding: 0;
  }

  .cr__header {
    padding: 0 20px;
  }

  .cr__grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 12px;
    padding: 4px 20px 16px;
  }

  .cr__grid::-webkit-scrollbar { display: none; }
}

/* ── Card ── */
.cr__card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 18px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.055);
  transition: box-shadow 0.22s, transform 0.2s;
}

@media (max-width: 749px) {
  .cr__card {
    flex: 0 0 80vw;
    max-width: 320px;
    scroll-snap-align: start;
  }
}

@media (hover: hover) {
  .cr__card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
  }
}

/* ── Stars ── */
.cr__stars {
  display: flex;
  gap: 1px;
}

.cr__star {
  font-size: 16px;
  line-height: 1;
}

.cr__star--on  { color: #F59E0B; }
.cr__star--off { color: #D1D5DB; }

/* ── Review text ── */
.cr__card-text {
  font-size: 14px;
  color: #374151;
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

/* ── Footer ── */
.cr__card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid #f3f4f6;
  flex-wrap: wrap;
}

/* ── Author ── */
.cr__author {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.cr__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--cr-accent, #FF747E);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}

.cr__author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.cr__author-name {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cr__author-meta {
  font-size: 12px;
  color: #9ca3af;
  line-height: 1.2;
}

/* ── Product tag ── */
.cr__product-tag {
  font-size: 11px;
  font-weight: 600;
  color: var(--cr-accent, #FF747E);
  background: rgba(255, 116, 126, 0.1);
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}
/* END_SECTION:customer-reviews */

/* START_SECTION:customer-video-reviews (INDEX:18) */
/* ── Root ── */
.cvr {
  background: var(--cvr-bg, #0d0d0d);
  padding: var(--cvr-pt, 80px) 0 var(--cvr-pb, 80px);
  color: #fff;
  overflow: hidden;
}

.cvr__container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}

/* ── Header ── */
.cvr__header {
  text-align: center;
  margin-bottom: 52px;
}

.cvr__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cvr-accent, #FF747E);
  margin: 0 0 12px;
}

.cvr__heading {
  font-family: var(--font-heading-family, inherit);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #000000;
  margin: 0 0 14px;
}

.cvr__subtext {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.19);
  max-width: 52ch;
  margin: 0 auto;
  line-height: 1.7;
}

/* ── Track ── */
.cvr__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 4px;
}

.cvr__track::-webkit-scrollbar {
  display: none;
}

/* ── Card ── */
.cvr__card {
  flex: 0 0 clamp(220px, 24vw, 292px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  scroll-snap-align: start;
  cursor: pointer;
  outline: none;
}

.cvr__card:focus-visible .cvr__card-media {
  outline: 2px solid var(--cvr-accent, #FF747E);
  outline-offset: 3px;
  border-radius: 18px;
}

/* ── Card media ── */
.cvr__card-media {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: 16px;
  overflow: hidden;
  background: #1c1c1c;
}

.cvr__card-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cvr__card-poster--placeholder {
  opacity: 0.25;
}

@media (hover: hover) {
  .cvr__card:hover .cvr__card-poster {
    transform: scale(1.05);
  }
}

/* ── Play button ── */
.cvr__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: background 0.22s, border-color 0.22s, transform 0.22s;
  pointer-events: none;
}

@media (hover: hover) {
  .cvr__card:hover .cvr__play-btn {
    background: var(--cvr-accent, #FF747E);
    border-color: var(--cvr-accent, #FF747E);
    transform: translate(-50%, -50%) scale(1.1);
  }
}

/* ── Card overlay: name + tag ── */
.cvr__card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 56px 14px 14px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, transparent 100%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
}

.cvr__card-customer {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.cvr__card-name {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cvr__card-handle {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cvr__card-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: var(--cvr-accent, #FF747E);
  color: #fff;
  padding: 3px 9px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ── Card quote ── */
.cvr__card-quote {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.65;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ── Nav arrows ── */
.cvr__nav {
  display: none;
}

@media (min-width: 750px) {
  .cvr__nav {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 28px;
  }
}

.cvr__nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.cvr__nav-btn:hover {
  background: var(--cvr-accent, #FF747E);
  border-color: var(--cvr-accent, #FF747E);
  color: #fff;
}

/* ── Empty state ── */
.cvr__empty {
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  padding: 48px 0;
}

/* ── Mobile ── */
@media (max-width: 749px) {
  .cvr__container {
    padding: 0 16px;
  }

  .cvr__card {
    flex: 0 0 72vw;
  }
}

/* ════════════════════════════════════════
   MODAL
   ════════════════════════════════════════ */

.cvr__modal {
  border: none;
  padding: 0;
  background: transparent;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.cvr__modal::backdrop {
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.cvr__modal-inner {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}

/* ── Modal layout ── */
.cvr__modal-layout {
  background: #141414;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  width: 100%;
  max-width: 880px;
  max-height: calc(100dvh - 48px);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.6);
}

@media (max-width: 749px) {
  .cvr__modal-layout {
    flex-direction: column;
    overflow-y: auto;
  }
}

/* ── Modal close ── */
.cvr__modal-close {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

.cvr__modal-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* ── Modal video ── */
.cvr__modal-video-wrap {
  flex: 0 0 320px;
  background: #000;
  position: relative;
}

@media (max-width: 749px) {
  .cvr__modal-video-wrap {
    flex: none;
    width: 100%;
    aspect-ratio: 9 / 16;
    max-height: 52vh;
  }
}

.cvr__modal-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* ── Modal content ── */
.cvr__modal-content {
  flex: 1;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  overflow-y: auto;
  color: #fff;
  min-width: 0;
}

@media (max-width: 749px) {
  .cvr__modal-content {
    padding: 24px 20px;
  }
}

/* ── Modal customer ── */
.cvr__modal-customer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cvr__modal-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--cvr-accent, #FF747E);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.cvr__modal-name {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 3px;
  color: #fff;
}

.cvr__modal-handle {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}

/* ── Modal quote ── */
.cvr__modal-quote {
  font-size: 15px;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  font-style: italic;
  border-left: 3px solid var(--cvr-accent, #FF747E);
  padding-left: 16px;
}

/* ── Modal product strip ── */
.cvr__modal-product {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px;
}

.cvr__modal-product-img {
  width: 68px;
  height: 68px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
  background: #2a2a2a;
}

.cvr__modal-product-info {
  min-width: 0;
  flex: 1;
}

.cvr__modal-product-title {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cvr__modal-product-price {
  font-size: 14px;
  color: var(--cvr-accent, #FF747E);
  font-weight: 700;
  margin: 0;
}

/* ── Modal CTA ── */
.cvr__modal-cta {
  margin-top: auto;
  padding-top: 4px;
}

.cvr__cta-link,
.cvr__cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 24px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.15s ease;
  background: var(--cvr-accent, #FF747E);
  color: #fff;
  border: none;
  box-sizing: border-box;
}

.cvr__cta-link:hover,
.cvr__cta-btn:hover {
  opacity: 0.87;
  transform: translateY(-1px);
}

.cvr__cta-form {
  margin: 0;
  padding: 0;
}
/* END_SECTION:customer-video-reviews */

/* START_SECTION:easy-personalization (INDEX:19) */
/* ── Section ── */
.ep {
  background: var(--ep-bg, #FEF6F0);
  padding: var(--ep-pt, 80px) 0 var(--ep-pb, 80px);
}

/* ── Inner: 2-col grid ── */
.ep__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: 'image content';
  gap: 72px;
  align-items: stretch;
}

.ep__inner--reverse {
  grid-template-areas: 'content image';
}

@media (max-width: 899px) {
  .ep__inner { gap: 48px; }
}

@media (max-width: 749px) {
  .ep__inner {
    grid-template-columns: 1fr;
    grid-template-areas: 'image' 'content';
    gap: 32px;
    padding: 0 20px;
  }

  .ep__inner--reverse {
    grid-template-areas: 'image' 'content';
  }
}

/* ── Image column ── */
.ep__image-col {
  grid-area: image;
  position: relative;
  min-height: 480px;
  border-radius: 20px;
  overflow: hidden;
  background: #ede8ed;
}

.ep__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ep__img--placeholder {
  padding: 20%;
  box-sizing: border-box;
  color: #d4ccd4;
}

@media (max-width: 749px) {
  .ep__image-col {
    min-height: 0;
    aspect-ratio: 4 / 5;
    border-radius: 16px;
  }
}

/* ── Content column ── */
.ep__content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

/* ── Eyebrow ── */
.ep__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ep-accent, #FF747E);
  margin: 0;
}

/* ── Heading ── */
.ep__heading {
  font-family: var(--font-heading-family);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.025em;
  line-height: 1.18;
  margin: 0;
}

/* ── Body text ── */
.ep__text {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.7;
  margin: 0;
  max-width: 42ch;
}

/* ── Steps list ── */
.ep__steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}

/* ── Single step ── */
.ep__step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

/* ── Step number/icon circle ── */
.ep__step-num {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--ep-accent, #FF747E);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin-top: 1px;
  box-shadow: 0 4px 12px rgba(255, 116, 126, 0.25);
}

/* ── Step text group ── */
.ep__step-body {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 6px;
}

.ep__step-title {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  margin: 0;
  line-height: 1.3;
}

.ep__step-desc {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

/* ── CTA button ── */
.ep__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 14px 32px;
  background: var(--ep-accent, #FF747E);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 10px;
  text-decoration: none;
  margin-top: 6px;
  box-shadow: 0 4px 18px rgba(255, 116, 126, 0.3);
  transition: opacity 0.18s, transform 0.15s, box-shadow 0.18s;
  -webkit-tap-highlight-color: transparent;
}

.ep__cta:hover {
  opacity: 0.88;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255, 116, 126, 0.38);
}

.ep__cta:active {
  transform: translateY(0);
  opacity: 1;
  box-shadow: 0 2px 8px rgba(255, 116, 126, 0.2);
}

/* ── Trust line ── */
.ep__trust {
  font-size: 12px;
  color: #9ca3af;
  line-height: 1.55;
  margin: 0;
}
/* END_SECTION:easy-personalization */

/* START_SECTION:featured-collection (INDEX:22) */
/* ── Section ── */
.tpc-section {
  background: var(--tpc-bg, #fff4fb);
  padding: 48px 0;
}

.tpc-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.tpc-section__heading {
  font-family: var(--font-heading-family);
  font-size: 22px;
  font-weight: 600;
  color: rgb(51, 51, 51);
  margin: 0 0 24px;
  text-align: center;
}

/* ── Tabs ── */
.tpc__tabs {
  display: flex;
  gap: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 28px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tpc__tabs::-webkit-scrollbar {
  display: none;
}

.tpc__tab {
  appearance: none;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 12px 0;
  margin-bottom: -1px;
  font-family: var(--font-heading-family);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(51, 51, 51);
  opacity: 0.55;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.tpc__tab:focus-visible {
  outline: 2px solid var(--color-coral, #ff747e);
  outline-offset: 3px;
  border-radius: 2px;
}

.tpc__tab.is-active {
  opacity: 1;
  color: var(--color-coral, #ff747e);
  border-bottom-color: var(--color-coral, #ff747e);
}

/* ── Track ── */
.tpc__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tpc__track::-webkit-scrollbar {
  display: none;
}

@media (prefers-reduced-motion: no-preference) {
  .tpc__track {
    scroll-behavior: smooth;
  }
}

/* ── Card ── */
.tpc__card {
  display: block;
  flex: 0 0 auto;
  width: 68vw;
  max-width: 240px;
  text-decoration: none;
  color: inherit;
  scroll-snap-align: start;
}

@media screen and (min-width: 750px) {
  .tpc__card {
    width: 200px;
  }
}

@media screen and (min-width: 1024px) {
  .tpc__card {
    width: 220px;
  }
}

.tpc__card-image-wrap {
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  background: #f0ebf0;
}

.tpc__card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tpc__card-image--placeholder {
  padding: 20px;
  box-sizing: border-box;
  color: #ccc5cc;
}

.tpc__card-content {
  padding: 10px 2px 0;
}

.tpc__card-title {
  margin: 0 0 4px;
  font-family: var(--font-body-family);
  font-size: 13px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tpc__card-price {
  margin: 0;
  font-family: var(--font-body-family);
  font-size: 13px;
  font-weight: 600;
  color: var(--color-coral, #ff747e);
}

.tpc__card--placeholder {
  pointer-events: none;
}
/* END_SECTION:featured-collection */

/* START_SECTION:guven-alani (INDEX:25) */
.ga {
  padding: 7rem 2rem;
  background-color: #FEF6F0;
}

.ga__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.ga__header {
  text-align: center;
  max-width: 60rem;
  margin: 0 auto 4.8rem;
}

.ga__eyebrow {
  display: inline-block;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ff969d;
  margin-bottom: 1.4rem;
}

.ga__title {
  font-family: var(--font-heading-family, sans-serif);
  font-weight: 700;
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  color: #111111;
  margin: 0 0 1.4rem;
  letter-spacing: -0.02em;
  line-height: 1.18;
  overflow-wrap: break-word;
}

.ga__desc {
  font-size: 1.55rem;
  color: #666666;
  margin: 0;
  line-height: 1.75;
}

.ga__bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 16px;
  margin-bottom: 4rem;
  overflow: hidden;
}

.ga__bar-rating {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2.6rem 3.2rem 2.6rem 3.2rem;
  border-right: 1px solid #eeeeee;
  flex-shrink: 0;
}

.ga__bar-stars {
  display: flex;
  gap: 0.3rem;
}

.ga__bar-score {
  font-size: 2.6rem;
  font-weight: 700;
  color: #111111;
  line-height: 1;
  letter-spacing: -0.02em;
}

.ga__bar-count {
  font-size: 1.3rem;
  color: #999999;
  line-height: 1.4;
}

.ga__bar-sentence {
  font-size: 1.55rem;
  color: #333333;
  font-style: italic;
  text-align: center;
  margin: 0;
  line-height: 1.65;
  padding: 2.6rem 3.6rem;
  border-right: 1px solid #eeeeee;
}

.ga__bar-items {
  list-style: none;
  padding: 2.6rem 3.2rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  flex-shrink: 0;
}

.ga__bar-item {
  font-size: 1.35rem;
  color: #444444;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  line-height: 1.4;
  white-space: nowrap;
}

.ga__bar-item::before {
  content: '';
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7.5' fill='%2322c55e' fill-opacity='0.12'/%3E%3Cpath d='M4.5 8L6.8 10.3L11.5 5.5' stroke='%2322c55e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

.ga__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
  align-items: start;
}

.ga__card {
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 16px;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  min-width: 0;
}

.ga__card-head {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  min-width: 0;
}

.ga__avatar {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background-color: #f0ede8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ga__avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ga__avatar-init {
  font-size: 1.8rem;
  font-weight: 700;
  color: #999999;
  line-height: 1;
  user-select: none;
}

.ga__card-info {
  flex: 1;
  min-width: 0;
}

.ga__card-name {
  display: block;
  font-size: 1.45rem;
  font-weight: 600;
  color: #111111;
  margin-bottom: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ga__card-stars {
  display: flex;
  gap: 0.2rem;
}

.ga__card-tag {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #666666;
  background-color: #f5f4f1;
  padding: 0.35rem 1rem;
  border-radius: 20px;
  line-height: 1.5;
}

.ga__card-text {
  margin: 0;
  padding: 0;
  border: none;
  flex: 1;
}

.ga__card-text p {
  font-size: 1.45rem;
  color: #333333;
  line-height: 1.75;
  margin: 0;
}

.ga__card-verified {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  color: #999999;
  margin: 0;
  padding-top: 1.2rem;
  border-top: 1px solid #f2f2f2;
  line-height: 1;
}

.ga__band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 4rem;
}

.ga__band-item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 2.8rem 2.8rem;
  border-right: 1px solid #eeeeee;
  min-width: 0;
}

.ga__band-item:last-child {
  border-right: none;
}

.ga__band-icon {
  display: flex;
  flex-shrink: 0;
}

.ga__band-label {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111111;
  line-height: 1.3;
  overflow-wrap: break-word;
}

.ga__band-text {
  font-size: 1.35rem;
  color: #777777;
  margin: 0;
  line-height: 1.65;
  overflow-wrap: break-word;
}

.ga__cta {
  text-align: center;
  padding: 4rem;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 16px;
}

.ga__cta-heading {
  font-family: var(--font-heading-family, sans-serif);
  font-weight: 700;
  font-size: clamp(2rem, 2.4vw, 2.8rem);
  color: #111111;
  margin: 0 0 1rem;
  letter-spacing: -0.01em;
  overflow-wrap: break-word;
}

.ga__cta-desc {
  font-size: 1.5rem;
  color: #666666;
  margin: 0 auto 2.8rem;
  line-height: 1.75;
  max-width: 50rem;
}

.ga__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 3.6rem;
  background-color: #111111;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  border: 2px solid #111111;
  box-sizing: border-box;
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.12s ease;
}

.ga__cta-btn:hover,
.ga__cta-btn:focus-visible {
  background-color: #ff969d;
  border-color: #ff969d;
  transform: translateY(-2px);
  outline: none;
}

@media screen and (max-width: 989px) {
  .ga__bar {
    grid-template-columns: 1fr;
  }

  .ga__bar-rating {
    border-right: none;
    border-bottom: 1px solid #eeeeee;
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;
    padding: 2rem 2.4rem;
    flex-wrap: wrap;
  }

  .ga__bar-sentence {
    border-right: none;
    border-bottom: 1px solid #eeeeee;
    text-align: left;
    padding: 2rem 2.4rem;
  }

  .ga__bar-items {
    padding: 2rem 2.4rem;
  }

  .ga__bar-item {
    white-space: normal;
  }
}

@media screen and (max-width: 749px) {
  .ga {
    padding: 4.8rem 1.6rem;
  }

  .ga__header {
    margin-bottom: 3.2rem;
  }

  .ga__bar {
    margin-bottom: 3.2rem;
    border-radius: 14px;
  }

  .ga__bar-rating {
    padding: 1.8rem 2rem;
  }

  .ga__bar-score {
    font-size: 2.2rem;
  }

  .ga__bar-sentence {
    padding: 1.8rem 2rem;
  }

  .ga__bar-items {
    padding: 1.8rem 2rem;
  }

  .ga__grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    margin-bottom: 3.2rem;
  }

  .ga__card {
    padding: 2rem;
  }

  .ga__band {
    grid-template-columns: 1fr;
    margin-bottom: 3.2rem;
    border-radius: 14px;
  }

  .ga__band-item {
    border-right: none;
    border-bottom: 1px solid #eeeeee;
    padding: 2rem;
    flex-direction: row;
    align-items: flex-start;
    gap: 1.4rem;
  }

  .ga__band-item:last-child {
    border-bottom: none;
  }

  .ga__band-icon {
    margin-top: 0.2rem;
  }

  .ga__cta {
    padding: 2.8rem 2rem;
  }

  .ga__cta-btn {
    width: 100%;
  }
}
/* END_SECTION:guven-alani */

/* START_SECTION:hero-alti-urun (INDEX:27) */
.hau {
  padding: 6rem 2rem;
  background-color: #ffffff;
}

.hau__container {
  max-width: 1240px;
  margin: 0 auto;
}

.hau__header {
  text-align: center;
  margin-bottom: 4rem;
}

.hau__title {
  font-family: var(--font-heading-family, sans-serif);
  font-weight: 700;
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  color: #111111;
  margin: 0 0 1rem;
  letter-spacing: -0.01em;
}

.hau__subtitle {
  font-size: clamp(1.4rem, 1.6vw, 1.7rem);
  color: #666666;
  margin: 0;
  line-height: 1.6;
}

.hau__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hau__card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  background: #fafafa;
  border: 1px solid #efefef;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.hau__card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.hau__card-link {
  display: block;
  text-decoration: none;
}

.hau__img-wrap {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f2f2f2;
}

.hau__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease, opacity 0.3s ease;
}

.hau__img--primary {
  transform: scale(1.0);
  opacity: 1;
  z-index: 1;
}

.hau__img--secondary {
  opacity: 0;
  z-index: 2;
  transform: scale(1.04);
}

.hau__card:hover .hau__img--primary {
  transform: scale(1.06);
}

.hau__card:hover .hau__img--secondary {
  opacity: 1;
}

.hau__img--placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hau__badge {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  z-index: 3;
  background-color: #ff969d;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  line-height: 1.4;
  text-transform: uppercase;
}

.hau__body {
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  flex: 1;
}

.hau__product-title {
  font-family: var(--font-heading-family, sans-serif);
  font-weight: 600;
  font-size: 1.5rem;
  color: #111111;
  margin: 0 0 1rem;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hau__price-wrap {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
}

.hau__price {
  font-size: 1.7rem;
  font-weight: 700;
  color: #111111;
}

.hau__price-note {
  font-size: 1.2rem;
  color: #888888;
}

.hau__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background-color: #111111;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid #111111;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
  margin-bottom: 0.8rem;
}

.hau__btn:hover,
.hau__btn:focus-visible {
  background-color: #ff969d;
  border-color: #ff969d;
  transform: translateY(-1px);
  outline: none;
}

.hau__micro {
  font-size: 1.1rem;
  color: #aaaaaa;
  text-align: center;
  margin: 0;
  line-height: 1.4;
}

.hau__empty {
  text-align: center;
  color: #999999;
  font-size: 1.4rem;
  padding: 4rem 0;
}

@media screen and (max-width: 989px) {
  .hau__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media screen and (max-width: 749px) {
  .hau {
    padding: 4rem 1.6rem;
  }

  .hau__header {
    margin-bottom: 3rem;
  }

  .hau__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }

  .hau__body {
    padding: 1.2rem;
  }

  .hau__product-title {
    font-size: 1.3rem;
  }

  .hau__price {
    font-size: 1.5rem;
  }

  .hau__btn {
    height: 44px;
    font-size: 1.2rem;
  }

  .hau__badge {
    font-size: 1rem;
    padding: 0.3rem 0.8rem;
  }
}
/* END_SECTION:hero-alti-urun */

/* START_SECTION:hero-banner-carousel (INDEX:28) */
/* ===== BASE ===== */
  .hero-banner-carousel {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: var(--kw-cream, #FEF6F0);
  }

  /* ===== TRACK ===== */
  .hero-banner-carousel__track {
    display: flex;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }

  @media (prefers-reduced-motion: reduce) {
    .hero-banner-carousel__track {
      transition: none;
    }
  }

  /* ===== SLIDE ===== */
  .hero-banner-carousel__slide {
    min-width: 100%;
    flex-shrink: 0;
    outline: none;
  }

  .hero-banner-carousel__slide-inner {
    display: grid;
    grid-template-columns: var(--grid-cols, 1fr 1fr);
    min-height: var(--desktop-height, 700px);
  }

  /* ===== CONTENT COLUMN ===== */
  .hero-banner-carousel__content-col {
    display: flex;
    align-items: center;
    background-color: var(--kw-cream, #FEF6F0);
    padding: 5rem 6rem;
  }

  .hero-banner-carousel__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 52rem;
    width: 100%;
  }

  .hero-banner-carousel__heading {
    font-family: var(--kw-font, 'Poppins', sans-serif);
    font-weight: 700;
    font-size: clamp(2.4rem, 3.2vw, 4.8rem);
    line-height: 1.12;
    letter-spacing: var(--kw-ls-heading, -0.02em);
    color: var(--kw-charcoal, #2C2420);
    margin: 0 0 1.4rem;
  }

  .hero-banner-carousel__subheading {
    font-family: var(--kw-font, 'Poppins', sans-serif);
    font-size: clamp(1.4rem, 1.4vw, 1.8rem);
    line-height: 1.65;
    color: var(--kw-charcoal-mid, #5C4F47);
    margin: 0 0 3rem;
    max-width: 44rem;
  }

  .hero-banner-carousel__trust {
    font-family: var(--kw-font, 'Poppins', sans-serif);
    font-size: 1.25rem;
    line-height: 1.6;
    color: var(--kw-charcoal-soft, #9A8B84);
    margin: 2rem 0 0;
    letter-spacing: 0.01em;
  }

  /* ===== BUTTONS ===== */
  .hero-banner-carousel__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    align-items: center;
  }

  .hero-banner-carousel__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.3rem 2.8rem;
    border-radius: 8px;
    border: 2px solid transparent;
    font-family: var(--kw-font, 'Poppins', sans-serif);
    font-weight: 600;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.2s ease,
                border-color 0.2s ease,
                color 0.2s ease,
                transform 0.15s ease;
  }

  .hero-banner-carousel__btn--primary {
    background-color: var(--kw-coral, #E8614D);
    border-color: var(--kw-coral, #E8614D);
    color: #ffffff;
  }

  .hero-banner-carousel__btn--primary:hover,
  .hero-banner-carousel__btn--primary:focus-visible {
    background-color: var(--kw-coral-dark, #C94836);
    border-color: var(--kw-coral-dark, #C94836);
    transform: translateY(-2px);
    outline: none;
  }

  .hero-banner-carousel__btn--secondary {
    background-color: transparent;
    border-color: var(--kw-charcoal, #2C2420);
    color: var(--kw-charcoal, #2C2420);
  }

  .hero-banner-carousel__btn--secondary:hover,
  .hero-banner-carousel__btn--secondary:focus-visible {
    background-color: var(--kw-charcoal, #2C2420);
    color: #ffffff;
    transform: translateY(-2px);
    outline: none;
  }

  /* ===== MEDIA COLUMN ===== */
  .hero-banner-carousel__media-col {
    position: relative;
    overflow: hidden;
  }

  .hero-banner-carousel__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--obj-pos-desktop, center center);
  }

  .hero-banner-carousel__image--placeholder {
    background-color: var(--kw-blush, #FDF0EC);
  }

  /* ===== CONTROLS ===== */
  .hero-banner-carousel__controls {
    position: absolute;
    inset: 0;
    z-index: 10;
    pointer-events: none;
  }

  /* arrows sit within the media column (right half) */
  .hero-banner-carousel__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.4rem;
    height: 4.4rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }

  .hero-banner-carousel__arrow:hover {
    background-color: rgba(255, 255, 255, 0.38);
  }

  .hero-banner-carousel__arrow:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
  }

  .hero-banner-carousel__arrow .svg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
  }

  .hero-banner-carousel__arrow .icon-caret {
    width: 1.4rem;
    height: 1.4rem;
  }

  /* prev: left edge of media column (~50% of slide) */
  .hero-banner-carousel__arrow--prev {
    left: calc(50% + 2rem);
  }

  .hero-banner-carousel__arrow--prev .icon-caret {
    transform: rotate(90deg);
  }

  /* next: right edge of slide */
  .hero-banner-carousel__arrow--next {
    right: 2rem;
  }

  .hero-banner-carousel__arrow--next .icon-caret {
    transform: rotate(-90deg);
  }

  /* dots: bottom of media column */
  .hero-banner-carousel__dots {
    position: absolute;
    bottom: 2.4rem;
    right: 6rem;
    pointer-events: all;
    display: flex;
    gap: 0.8rem;
    align-items: center;
  }

  .hero-banner-carousel__dot {
    width: 0.8rem;
    height: 0.8rem;
    padding: 0;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    transition: background-color 0.2s ease,
                border-color 0.2s ease,
                transform 0.2s ease;
  }

  .hero-banner-carousel__dot.is-active {
    background-color: #ffffff;
    border-color: #ffffff;
    transform: scale(1.35);
  }

  .hero-banner-carousel__dot:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
  }

  /* ===== MISC ===== */
  .hero-banner-carousel__live-region.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .hero-banner-carousel__empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: var(--desktop-height, 700px);
    background-color: var(--kw-blush, #FDF0EC);
    color: var(--kw-charcoal-soft, #9A8B84);
    font-size: 1.4rem;
  }

  /* ===== MOBILE ===== */
  /* ===== MOBILE ===== */
@media screen and (max-width: 749px) {
  .hero-banner-carousel,
  .hero-banner-carousel__track,
  .hero-banner-carousel__slide,
  .hero-banner-carousel__slide-inner,
  .hero-banner-carousel__content-col,
  .hero-banner-carousel__content,
  .hero-banner-carousel__media-col {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .hero-banner-carousel__slide-inner {
    display: flex;
    flex-direction: column;
    min-height: unset;
    overflow-x: clip;
  }

  /* image on top */
  .hero-banner-carousel__media-col {
    order: -1;
    position: relative;
    height: var(--mobile-image-height, 60vh);
    flex-shrink: 0;
    overflow: hidden;
    background-color: var(--kw-cream, #FEF6F0);
  }

  .hero-banner-carousel__media-col picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .hero-banner-carousel__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
  }

  /* content below */
  .hero-banner-carousel__content-col {
    order: 1;
    padding: 3.2rem 2rem 4.4rem;
    align-items: flex-start;
  }

  .hero-banner-carousel__content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: visible;
  }

  .hero-banner-carousel__heading,
  .hero-banner-carousel__subheading,
  .hero-banner-carousel__trust {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: break-word;
  }

  .hero-banner-carousel__heading {
    font-size: clamp(2.2rem, 7vw, 3.2rem);
    line-height: 1.12;
    margin-bottom: 1.2rem;
  }

  .hero-banner-carousel__subheading {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }

  .hero-banner-carousel__buttons {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    gap: 1rem;
  }

  .hero-banner-carousel__btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 1.2rem 2rem;
    font-size: 1.3rem;
  }

  .hero-banner-carousel__trust {
    font-size: 1.2rem;
    line-height: 1.55;
    margin-top: 1.6rem;
  }

  /* arrows: within the image area */
  .hero-banner-carousel__arrow {
    top: calc(var(--mobile-image-height, 60vh) / 2);
  }

  .hero-banner-carousel__arrow--prev {
    left: 1.2rem;
  }

  .hero-banner-carousel__arrow--next {
    right: 1.2rem;
  }

  /* dots: near bottom of image area */
  .hero-banner-carousel__dots {
    bottom: auto;
    top: calc(var(--mobile-image-height, 60vh) - 3.6rem);
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* END_SECTION:hero-banner-carousel */

/* START_SECTION:marquee-pills (INDEX:52) */
.marquee {
  background: var(--marquee-bg, #ff969d);
  color: var(--marquee-color, #fff);
  overflow: hidden;
  padding: 14px 0;
  letter-spacing: 0.12em;
}

.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee-scroll var(--marquee-speed, 30s) linear infinite;
  gap: 4rem;
}

.marquee__track > * {
  flex-shrink: 0;
}

.marquee:hover .marquee__track {
  animation-play-state: paused;
}

@keyframes marquee-scroll {
  100% {
    transform: translateX(-25%);
  }
}

.marquee__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.collection-pills {
  background: var(--pills-bg, #fff4fb);
  padding: 50px 20px;
}

.collection-pills__heading {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}

.collection-pills__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}

.collection-pills__pill {
  position: relative;
  text-align: center;
  padding: 18px 28px;
  border-radius: 40px;
  font-size: 13px;
  border: none;
  transition: all 0.2s ease;
  text-decoration: none;
  color: #1a1a1a;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.collection-pills__pill:nth-child(1) { background: #f2d29b; }
.collection-pills__pill:nth-child(2) { background: #b8d0c3; }
.collection-pills__pill:nth-child(3) { background: #b7c6d9; }
.collection-pills__pill:nth-child(4) { background: #f46c73; color: #fff; }
.collection-pills__pill:nth-child(5) { background: #e7c2a6; }
.collection-pills__pill:nth-child(6) { background: #c7bdd9; }

.collection-pills__pill:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.collection-pills__pill:active {
  transform: scale(0.96);
}

.pill-badge {
  position: absolute;
  top: -10px;
  right: 14px;
  background: #ff3b3b;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  z-index: 2;
}

@media (max-width: 749px) {
  .collection-pills__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* END_SECTION:marquee-pills */

/* START_SECTION:neden-kidewo (INDEX:55) */
.nk {
  padding: 7rem 2rem;
  background-color: #f9f8f6;
}

.nk__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.nk__header {
  text-align: center;
  max-width: 60rem;
  margin: 0 auto 5.2rem;
}

.nk__eyebrow {
  display: inline-block;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ff969d;
  margin-bottom: 1.4rem;
}

.nk__title {
  font-family: var(--font-heading-family, sans-serif);
  font-weight: 700;
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  color: #111111;
  margin: 0 0 1.4rem;
  letter-spacing: -0.02em;
  line-height: 1.18;
  overflow-wrap: break-word;
}

.nk__desc {
  font-size: 1.55rem;
  color: #666666;
  margin: 0;
  line-height: 1.75;
}

.nk__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nk__card {
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 2.8rem 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.nk__card:hover {
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.07);
  transform: translateY(-2px);
}

.nk__icon-wrap {
  width: 5.2rem;
  height: 5.2rem;
  background-color: #f5f4f1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.nk__icon-img {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
  display: block;
}

.nk__icon-svg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nk__card-body {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.nk__card-title {
  font-family: var(--font-heading-family, sans-serif);
  font-weight: 600;
  font-size: 1.7rem;
  color: #111111;
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.nk__card-desc {
  font-size: 1.4rem;
  color: #777777;
  margin: 0;
  line-height: 1.65;
}

.nk__support {
  text-align: center;
  font-size: 1.4rem;
  color: #aaaaaa;
  margin: 4rem 0 0;
  line-height: 1.7;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 989px) {
  .nk__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
}

@media screen and (max-width: 749px) {
  .nk {
    padding: 4.8rem 1.6rem;
  }

  .nk__header {
    margin-bottom: 3.2rem;
  }

  .nk__grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .nk__card {
    padding: 2.2rem 2rem;
    flex-direction: row;
    align-items: flex-start;
    gap: 1.6rem;
  }

  .nk__icon-wrap {
    flex-shrink: 0;
  }

  .nk__support {
    margin-top: 3.2rem;
  }
}
/* END_SECTION:neden-kidewo */

/* START_SECTION:oda-gercek-gorunum (INDEX:57) */
.ogr {
  background-color: #FEF6F0;
  padding-top: var(--ogr-pt, 80px);
  padding-bottom: var(--ogr-pb, 80px);
}

.ogr__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 4rem;
}

.ogr__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "image eyebrow"
    "image heading"
    "image desc"
    "image features"
    "image cards"
    "image cta";
  column-gap: 6rem;
  row-gap: 0;
  align-items: start;
}

.ogr__grid > * {
  min-width: 0;
}

.ogr__image-col {
  grid-area: image;
  align-self: stretch;
}

.ogr__img-wrap {
  height: 100%;
  min-height: 520px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ebebeb;
}

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

.ogr__img--placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.ogr__eyebrow-wrap {
  grid-area: eyebrow;
  padding-top: 0.4rem;
  margin-bottom: 1.8rem;
}

.ogr__eyebrow {
  display: inline-block;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ff969d;
}

.ogr__heading-wrap {
  grid-area: heading;
  margin-bottom: 1.8rem;
}

.ogr__heading {
  font-family: var(--font-heading-family, sans-serif);
  font-weight: 700;
  font-size: clamp(2.6rem, 3vw, 4rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #111111;
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

.ogr__desc-wrap {
  grid-area: desc;
  margin-bottom: 3.6rem;
}

.ogr__desc {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #555555;
  margin: 0;
  max-width: 48rem;
}

.ogr__features {
  grid-area: features;
  list-style: none;
  padding: 0;
  margin: 0 0 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

.ogr__features-empty {
  grid-area: features;
}

.ogr__feature {
  display: flex;
  gap: 1.4rem;
  align-items: flex-start;
}

.ogr__feature-icon {
  flex-shrink: 0;
  margin-top: 0.1rem;
  display: flex;
}

.ogr__feature-body {
  flex: 1;
  min-width: 0;
}

.ogr__feature-title {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  color: #111111;
  margin-bottom: 0.4rem;
}

.ogr__feature-text {
  font-size: 1.4rem;
  color: #666666;
  margin: 0;
  line-height: 1.6;
}

.ogr__cards {
  grid-area: cards;
  display: flex;
  gap: 1.6rem;
  margin-bottom: 3.2rem;
}

.ogr__cards-empty {
  grid-area: cards;
}

.ogr__card {
  flex: 1;
  display: flex;
  gap: 1.4rem;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  padding: 1.6rem;
  min-width: 0;
}

.ogr__card-img-wrap {
  flex-shrink: 0;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f2f2f2;
}

.ogr__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ogr__card-body {
  flex: 1;
  min-width: 0;
}

.ogr__card-type {
  display: inline-block;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ff969d;
  margin-bottom: 0.5rem;
}

.ogr__card-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: #111111;
  margin: 0 0 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ogr__card-text {
  font-size: 1.2rem;
  color: #888888;
  margin: 0;
  line-height: 1.45;
}

.ogr__cta-wrap {
  grid-area: cta;
}

.ogr__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 3.2rem;
  background-color: #111111;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  border: 2px solid #111111;
  box-sizing: border-box;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.ogr__btn:hover,
.ogr__btn:focus-visible {
  background-color: #ff969d;
  border-color: #ff969d;
  transform: translateY(-2px);
  outline: none;
}

@media screen and (max-width: 989px) {
  .ogr__inner {
    padding: 0 3rem;
  }

  .ogr__grid {
    column-gap: 4rem;
  }

  .ogr__img-wrap {
    min-height: 400px;
  }
}

@media screen and (max-width: 749px) {
  .ogr__inner {
    padding: 0 1.6rem;
  }

  .ogr__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "eyebrow"
      "heading"
      "desc"
      "image"
      "features"
      "cards"
      "cta";
    row-gap: 0;
  }

  .ogr__eyebrow-wrap {
    padding-top: 0;
    margin-bottom: 1.2rem;
  }

  .ogr__heading-wrap {
    margin-bottom: 1.2rem;
  }

  .ogr__desc-wrap {
    margin-bottom: 2.4rem;
  }

  .ogr__image-col {
    align-self: auto;
  }

  .ogr__img-wrap {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 14px;
    margin-bottom: 2.8rem;
  }

  .ogr__img {
    position: static;
    width: 100%;
    height: 100%;
  }

  .ogr__features {
    margin-bottom: 2.4rem;
    gap: 1.8rem;
  }

  .ogr__cards {
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 2.8rem;
  }

  .ogr__card {
    padding: 1.2rem;
  }

  .ogr__desc {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .ogr__heading {
    font-size: clamp(2.2rem, 6vw, 3rem);
  }

  .ogr__btn {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0 2rem;
  }
}
/* END_SECTION:oda-gercek-gorunum */

/* START_SECTION:odada-nasil-gorunur (INDEX:58) */
.ong {
  padding: 5.6rem 2rem;
  background-color: #faf9f7;
  border-top: 1px solid #f0f0f0;
}

.ong__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.ong__header {
  text-align: center;
  max-width: 60rem;
  margin: 0 auto 3.6rem;
}

.ong__label {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 1rem;
}

.ong__title {
  font-family: var(--font-heading-family, sans-serif);
  font-weight: 700;
  font-size: clamp(2rem, 2.6vw, 2.8rem);
  color: #111111;
  margin: 0 0 1.2rem;
  letter-spacing: -0.015em;
  line-height: 1.22;
  overflow-wrap: break-word;
}

.ong__desc {
  font-size: 1.5rem;
  color: #666666;
  margin: 0;
  line-height: 1.75;
}

/* Gallery */

.ong__gallery {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.ong__main {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background-color: #e8e4de;
  aspect-ratio: 16 / 9;
}

.ong__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ong__main-caption {
  position: absolute;
  bottom: 1.6rem;
  left: 1.6rem;
  background-color: rgba(0, 0, 0, 0.55);
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.5rem 1.2rem;
  border-radius: 6px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  line-height: 1.4;
  overflow-wrap: break-word;
  max-width: calc(100% - 3.2rem);
}

.ong__img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e0dcd4;
}

.ong__img-placeholder--main {
  min-height: 40rem;
}

.ong__img-placeholder--support {
  min-height: 20rem;
}

/* Support grid */

.ong__support {
  display: grid;
  gap: 1.2rem;
}

.ong__support--2 {
  grid-template-columns: repeat(2, 1fr);
}

.ong__support--3 {
  grid-template-columns: repeat(3, 1fr);
}

.ong__support-item {
  border-radius: 12px;
  overflow: hidden;
  background-color: #e0dcd4;
  aspect-ratio: 4 / 3;
}

.ong__support-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ong__footnote {
  text-align: center;
  font-size: 1.3rem;
  color: #bbbbbb;
  margin: 2.8rem auto 0;
  max-width: 52rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}

@media screen and (max-width: 749px) {
  .ong {
    padding: 4rem 1.6rem;
  }

  .ong__header {
    margin-bottom: 2.8rem;
  }

  .ong__main {
    aspect-ratio: 4 / 3;
    border-radius: 12px;
  }

  .ong__img-placeholder--main {
    min-height: 24rem;
  }

  .ong__support--3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .ong__support-item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}
/* END_SECTION:odada-nasil-gorunur */

/* START_SECTION:olcu-secenekleri-detay (INDEX:59) */
.osd__size-card,
.osd__color-card {
  position: relative;
}

.osd__option-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
}

.osd__size-card--featured,
.osd__color-card--featured {
  border-color: #f2d7da;
  background-color: #fffdfd;
}

.osd {
  padding: 6rem 2rem;
  background-color: #FEF6F0;
}

.osd__inner {
  max-width: 800px;
  margin: 0 auto;
}

.osd__header {
  text-align: center;
  margin-bottom: 4.8rem;
}

.osd__title {
  font-family: var(--font-heading-family, sans-serif);
  font-weight: 700;
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  color: #111111;
  margin: 0 0 1.2rem;
  letter-spacing: -0.015em;
  line-height: 1.2;
  overflow-wrap: break-word;
}

.osd__desc {
  font-size: 1.55rem;
  color: #666666;
  margin: 0;
  line-height: 1.7;
}

.osd__body {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.osd__block {
  padding: 3.6rem 0;
  border-bottom: 1px solid #efefef;
}

.osd__block:first-child {
  padding-top: 0;
}

.osd__block-label {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #aaaaaa;
  margin: 0 0 2rem;
}

.osd__frame-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
}

.osd__frame-card {
  position: relative;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  overflow: hidden;
  background-color: #fafafa;
}

.osd__frame-img-wrap {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background-color: #f0ede8;
}

.osd__frame-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.osd__frame-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f2ee;
}

.osd__frame-placeholder-inner {
  display: block;
  width: 55%;
  height: 65%;
  background-color: #e8e3dc;
}

.osd__frame-placeholder--standart .osd__frame-placeholder-inner {
  border: 5px solid #c4aa88;
  box-shadow: inset 0 0 0 3px #f5f2ee;
}

.osd__frame-placeholder--premium .osd__frame-placeholder-inner {
  border: 12px solid #8b6e45;
  box-shadow: inset 0 0 0 4px #f5f2ee, 0 4px 20px rgba(0,0,0,0.12);
}

.osd__frame-badge {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #ff969d;
  padding: 0.25rem 0.9rem;
  border-radius: 20px;
  line-height: 1.6;
}

.osd__frame-body {
  padding: 1.4rem 1.6rem 1.8rem;
}

.osd__frame-name {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  color: #111111;
  margin-bottom: 0.5rem;
}

.osd__frame-desc {
  font-size: 1.3rem;
  color: #777777;
  margin: 0;
  line-height: 1.6;
}

.osd__size-scene {
  background-color: #f5f4f1;
  border-radius: 14px;
  padding: 3.2rem 2rem 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
}

.osd__size-stage {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2rem;
  height: 18rem;
}

.osd__size-poster {
  position: relative;
  background-color: #e8e3dc;
  border: 1px solid rgba(0,0,0,0.07);
  box-shadow: 0 4px 18px rgba(0,0,0,0.1);
  border-radius: 2px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 0.6rem;
  flex-shrink: 0;
}

.osd__size-poster--20x30 {
  width: 5.1rem;
  height: 7.7rem;
}

.osd__size-poster--30x40 {
  width: 7.7rem;
  height: 10.3rem;
}

.osd__size-poster--40x50 {
  width: 10.3rem;
  height: 12.9rem;
}

.osd__size-poster--50x70 {
  width: 12.9rem;
  height: 18rem;
}

.osd__size-poster-label {
  font-size: 1.1rem;
  font-weight: 600;
  color: #888888;
  letter-spacing: 0.02em;
  line-height: 1;
}

.osd__size-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.osd__size-card {
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 1.4rem 1.6rem;
}

.osd__size-card-dim {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}

.osd__size-card-text {
  font-size: 1.3rem;
  color: #777777;
  margin: 0;
  line-height: 1.55;
}

.osd__color-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-bottom: 1.6rem;
}

.osd__color-card {
  border: 1px solid #eeeeee;
  border-radius: 12px;
  padding: 1.8rem 1.4rem;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
}

.osd__color-swatch {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  flex-shrink: 0;
}

.osd__color-swatch--ahsap {
  background: linear-gradient(135deg, #d4a96a 0%, #a07848 100%);
  border: 1px solid rgba(0,0,0,0.08);
}

.osd__color-swatch--siyah {
  background-color: #1a1a1a;
  border: 1px solid rgba(0,0,0,0.12);
}

.osd__color-swatch--beyaz {
  background-color: #f4f4f2;
  border: 1px solid #d4d4d4;
}

.osd__color-name {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #111111;
}

.osd__color-desc {
  font-size: 1.25rem;
  color: #888888;
  margin: 0;
  line-height: 1.55;
}

.osd__color-note {
  font-size: 1.25rem;
  color: #aaaaaa;
  margin: 0;
}

.osd__foot {
  margin-top: 2rem;
  font-size: 1.35rem;
  color: #888888;
  text-align: center;
  line-height: 1.65;
  padding-top: 2rem;
  
}

@media screen and (max-width: 749px) {
  .osd {
    padding: 4rem 1.6rem;
  }

  .osd__header {
    margin-bottom: 3.2rem;
  }

  .osd__frame-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
  }

  .osd__frame-body {
    padding: 1.2rem 1.2rem 1.4rem;
  }

  .osd__frame-name {
    font-size: 1.35rem;
  }

  .osd__frame-desc {
    font-size: 1.2rem;
  }

  .osd__size-scene {
    padding: 2.4rem 1.2rem 1.6rem;
  }

  .osd__size-stage {
    gap: 1rem;
    height: 12rem;
  }

  .osd__size-poster--20x30 {
    width: 3.4rem;
    height: 5.1rem;
  }

  .osd__size-poster--30x40 {
    width: 5.1rem;
    height: 6.9rem;
  }

  .osd__size-poster--40x50 {
    width: 6.9rem;
    height: 8.6rem;
  }

  .osd__size-poster--50x70 {
    width: 8.6rem;
    height: 12rem;
  }

  .osd__size-poster-label {
    font-size: 0.95rem;
  }

  .osd__color-cards {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .osd__color-card {
    flex-direction: row;
    align-items: center;
    padding: 1.4rem;
    gap: 1.4rem;
  }

  .osd__color-card > div {
    flex: 1;
  }
}

@media screen and (max-width: 400px) {
  .osd__frame-grid {
    grid-template-columns: 1fr;
  }

  .osd__size-stage {
    gap: 0.8rem;
  }
}
/* END_SECTION:olcu-secenekleri-detay */

/* START_SECTION:olcu-secenekleri (INDEX:60) */
.os {
  padding: 6rem 2rem;
  background-color: #ffffff;
}

.os__container {
  max-width: 720px;
  margin: 0 auto;
}

.os__header {
  text-align: center;
  margin-bottom: 4rem;
}

.os__title {
  font-family: var(--font-heading-family, sans-serif);
  font-weight: 700;
  font-size: clamp(2.2rem, 3vw, 3rem);
  color: #111111;
  margin: 0 0 1rem;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.os__desc {
  font-size: 1.5rem;
  color: #666666;
  margin: 0;
  line-height: 1.65;
}

.os__groups {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.os__group-label {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #444444;
  margin: 0 0 1.2rem;
}

.os__frame-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.os__frame-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 1.8rem 2rem 4.4rem;
  background-color: #fafafa;
  border: 1.5px solid #e2e2e2;
  border-radius: 12px;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
  min-height: 96px;
}

.os__frame-card:hover {
  border-color: #aaaaaa;
  background-color: #f5f5f5;
}

.os__frame-card.is-selected {
  border-color: #111111;
  border-width: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}

.os__frame-card-check {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  border: 1.5px solid #d0d0d0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  background-color: #ffffff;
  flex-shrink: 0;
  transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

.os__frame-card.is-selected .os__frame-card-check {
  background-color: #111111;
  border-color: #111111;
  color: #ffffff;
}

.os__frame-card-badge {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #ff969d;
  padding: 0.2rem 0.8rem;
  border-radius: 20px;
  line-height: 1.6;
}

.os__frame-card-name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111111;
  line-height: 1.3;
  margin-bottom: 0.4rem;
  display: block;
}

.os__frame-card-desc {
  font-size: 1.25rem;
  color: #888888;
  line-height: 1.5;
  display: block;
}

.os__size-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.os__size-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 0.8rem;
  background-color: #fafafa;
  border: 1.5px solid #e2e2e2;
  border-radius: 10px;
  font-size: 1.35rem;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
  text-align: center;
}

.os__size-card:hover {
  border-color: #aaaaaa;
  background-color: #f5f5f5;
}

.os__size-card.is-selected {
  border-color: #111111;
  border-width: 2px;
  background-color: #111111;
  color: #ffffff;
  font-weight: 600;
}

.os__swatches {
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
}

.os__swatch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.os__swatch-dot {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  display: block;
  border: 2px solid transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition: outline-color 0.15s ease, transform 0.15s ease;
}

.os__swatch:hover .os__swatch-dot {
  outline-color: #aaaaaa;
  transform: scale(1.08);
}

.os__swatch.is-selected .os__swatch-dot {
  outline-color: #111111;
  transform: scale(1.1);
}

.os__swatch-dot--ahsap {
  background: linear-gradient(135deg, #d4a96a 0%, #a07848 100%);
  border-color: rgba(0,0,0,0.08);
}

.os__swatch-dot--siyah {
  background-color: #1a1a1a;
  border-color: rgba(0,0,0,0.12);
}

.os__swatch-dot--beyaz {
  background-color: #f4f4f4;
  border-color: #d0d0d0;
}

.os__swatch-name {
  font-size: 1.2rem;
  font-weight: 500;
  color: #555555;
  line-height: 1;
  transition: color 0.15s ease;
}

.os__swatch.is-selected .os__swatch-name {
  color: #111111;
  font-weight: 600;
}

.os__trust {
  margin: 3.6rem 0 0;
  font-size: 1.3rem;
  color: #999999;
  text-align: center;
  line-height: 1.6;
  border-top: 1px solid #f0f0f0;
  padding-top: 2.4rem;
}

@media screen and (max-width: 749px) {
  .os {
    padding: 4rem 1.6rem;
  }

  .os__header {
    margin-bottom: 3rem;
  }

  .os__frame-cards {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .os__frame-card {
    min-height: auto;
    padding: 1.6rem 1.6rem 1.6rem 4.2rem;
  }

  .os__size-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* END_SECTION:olcu-secenekleri */

/* START_SECTION:product-quality-details (INDEX:64) */
.product-quality-details-{{ section.id }} {
    --pqd-background: {{ section.settings.background_color }};
    --pqd-surface: {{ section.settings.card_background }};
    --pqd-text: {{ section.settings.text_color }};
    --pqd-muted: {{ section.settings.muted_text_color }};
    --pqd-border: {{ section.settings.border_color }};
    --pqd-accent: {{ section.settings.accent_color }};
    --pqd-shadow: 0 18px 40px rgba(44, 30, 20, 0.08);
    background: var(--pqd-background);
    color: var(--pqd-text);
    padding-top: {{ section.settings.padding_top_mobile }}px;
    padding-bottom: {{ section.settings.padding_bottom_mobile }}px;
  }

  .product-quality-details-{{ section.id }} .pqd-container {
    max-width: {{ section.settings.page_width }}px;
    margin: 0 auto;
    padding: 0 16px;
  }

  .product-quality-details-{{ section.id }} .pqd-header {
    max-width: 720px;
    margin: 0 auto 30px;
    text-align: center;
  }

  .product-quality-details-{{ section.id }} .pqd-eyebrow {
    display: inline-block;
    margin: 0 0 12px;
    color: var(--pqd-accent);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .product-quality-details-{{ section.id }} .pqd-title {
    margin: 0;
    font-size: 34px;
    line-height: 1.08;
    letter-spacing: -0.03em;
    font-weight: 700;
    color: var(--pqd-text);
  }

  .product-quality-details-{{ section.id }} .pqd-subtitle {
    margin: 14px auto 0;
    max-width: 620px;
    font-size: 16px;
    line-height: 1.65;
    color: var(--pqd-muted);
  }

  .product-quality-details-{{ section.id }} .pqd-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
  }

  .product-quality-details-{{ section.id }} .pqd-card {
    height: 100%;
    background: var(--pqd-surface);
    border: 1px solid var(--pqd-border);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--pqd-shadow);
  }

  .product-quality-details-{{ section.id }} .pqd-card__media {
    aspect-ratio: 1 / 0.78;
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
  }

  .product-quality-details-{{ section.id }} .pqd-card__media img,
  .product-quality-details-{{ section.id }} .pqd-card__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product-quality-details-{{ section.id }} .pqd-card__placeholder {
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(244, 232, 224, 0.9)),
      var(--pqd-surface);
  }

  .product-quality-details-{{ section.id }} .pqd-card__body {
    padding: 14px 14px 16px;
    text-align: center;
  }

  .product-quality-details-{{ section.id }} .pqd-card__title {
    margin: 0;
    font-size: 21px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: var(--pqd-text);
  }

  .product-quality-details-{{ section.id }} .pqd-card__text {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.55;
    color: var(--pqd-muted);
  }

  .product-quality-details-{{ section.id }} .pqd-accordion {
    margin: 22px auto 0;
    max-width: {{ section.settings.accordion_width }}px;
    border-radius: 18px;
    overflow: hidden;
    background: {{ section.settings.accordion_background }};
    box-shadow: 0 12px 26px rgba(236, 101, 78, 0.14);
  }

  .product-quality-details-{{ section.id }} .pqd-accordion[open] {
    background: var(--pqd-surface);
    box-shadow: var(--pqd-shadow);
  }

  .product-quality-details-{{ section.id }} .pqd-accordion summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    color: {{ section.settings.accordion_text_color }};
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
  }

  .product-quality-details-{{ section.id }} .pqd-accordion summary::-webkit-details-marker {
    display: none;
  }

  .product-quality-details-{{ section.id }} .pqd-accordion[open] summary {
    color: var(--pqd-text);
    border-bottom: 1px solid var(--pqd-border);
  }

  .product-quality-details-{{ section.id }} .pqd-accordion__icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    position: relative;
  }

  .product-quality-details-{{ section.id }} .pqd-accordion__icon::before,
  .product-quality-details-{{ section.id }} .pqd-accordion__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .product-quality-details-{{ section.id }} .pqd-accordion__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .product-quality-details-{{ section.id }} .pqd-accordion[open] .pqd-accordion__icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scaleX(0.2);
  }

  .product-quality-details-{{ section.id }} .pqd-accordion__content {
    padding: 20px 22px 24px;
    color: var(--pqd-muted);
    font-size: 15px;
    line-height: 1.7;
  }

  .product-quality-details-{{ section.id }} .pqd-accordion__content > *:first-child {
    margin-top: 0;
  }

  .product-quality-details-{{ section.id }} .pqd-accordion__content > *:last-child {
    margin-bottom: 0;
  }

  .product-quality-details-{{ section.id }} .pqd-note {
    max-width: 720px;
    margin: 18px auto 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    color: var(--pqd-muted);
  }

  @media (max-width: 989px) {
    .product-quality-details-{{ section.id }} .pqd-grid {
      grid-template-columns: 1fr;
      gap: 16px;
    }

    .product-quality-details-{{ section.id }} .pqd-card__body {
      padding: 14px 14px 16px;
    }

    .product-quality-details-{{ section.id }} .pqd-card__title {
      font-size: 20px;
    }
  }

  @media (max-width: 749px) {
    .product-quality-details-{{ section.id }} {
      padding-top: {{ section.settings.padding_top_mobile }}px;
      padding-bottom: {{ section.settings.padding_bottom_mobile }}px;
    }

    .product-quality-details-{{ section.id }} .pqd-container {
      padding: 0 14px;
    }

    .product-quality-details-{{ section.id }} .pqd-header {
      margin-bottom: 24px;
    }

    .product-quality-details-{{ section.id }} .pqd-title {
      font-size: 28px;
    }

    .product-quality-details-{{ section.id }} .pqd-subtitle {
      font-size: 15px;
      margin-top: 12px;
    }

    .product-quality-details-{{ section.id }} .pqd-grid {
      margin-top: 20px;
    }

    .product-quality-details-{{ section.id }} .pqd-card {
      border-radius: 18px;
    }

    .product-quality-details-{{ section.id }} .pqd-card__media {
      aspect-ratio: 1 / 0.82;
    }

    .product-quality-details-{{ section.id }} .pqd-card__title {
      font-size: 18px;
    }

    .product-quality-details-{{ section.id }} .pqd-card__text {
      font-size: 14px;
      line-height: 1.5;
    }

    .product-quality-details-{{ section.id }} .pqd-accordion {
      margin-top: 22px;
      border-radius: 16px;
    }

    .product-quality-details-{{ section.id }} .pqd-accordion summary {
      padding: 16px 18px;
      font-size: 16px;
    }

    .product-quality-details-{{ section.id }} .pqd-accordion__content {
      padding: 16px 18px 20px;
      font-size: 14px;
      line-height: 1.65;
    }
  }

  @media (min-width: 750px) {
    .product-quality-details-{{ section.id }} {
      padding-top: {{ section.settings.padding_top_desktop }}px;
      padding-bottom: {{ section.settings.padding_bottom_desktop }}px;
    }
  }
/* END_SECTION:product-quality-details */

/* START_SECTION:sete-yukselt (INDEX:68) */
.sy {
  padding: 5.6rem 2rem;
  background-color: #ffffff;
  border-top: 1px solid #f0f0f0;
}

.sy__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.sy__header {
  text-align: center;
  max-width: 60rem;
  margin: 0 auto 4rem;
}

.sy__label {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 1rem;
}

.sy__title {
  font-family: var(--font-heading-family, sans-serif);
  font-weight: 700;
  font-size: clamp(2rem, 2.6vw, 2.8rem);
  color: #111111;
  margin: 0 0 1.2rem;
  letter-spacing: -0.015em;
  line-height: 1.22;
  overflow-wrap: break-word;
}

.sy__desc {
  font-size: 1.5rem;
  color: #666666;
  margin: 0;
  line-height: 1.75;
}

/* Compare */

.sy__compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: stretch;
  margin-bottom: 2.4rem;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  overflow: hidden;
}

.sy__compare-card {
  display: flex;
  flex-direction: column;
}

.sy__compare-card--set {
  background-color: #faf9f7;
}

.sy__card-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: #f0ede8;
}

.sy__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sy__card-img--placeholder {
  background-color: #e8e4de;
}

.sy__card-body {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}

.sy__card-title {
  font-family: var(--font-heading-family, sans-serif);
  font-weight: 600;
  font-size: 1.7rem;
  color: #111111;
  margin: 0;
  line-height: 1.3;
  overflow-wrap: break-word;
}

.sy__card-desc {
  font-size: 1.4rem;
  color: #777777;
  margin: 0;
  line-height: 1.7;
  overflow-wrap: break-word;
}

.sy__card-tag {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.45rem 1rem;
  border-radius: 6px;
  line-height: 1.3;
  align-self: flex-start;
  overflow-wrap: break-word;
}

.sy__card-tag--neutral {
  background-color: #f0f0f0;
  color: #666666;
}

.sy__card-tag--highlight {
  background-color: #111111;
  color: #ffffff;
}

.sy__compare-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.6rem;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  background-color: #ffffff;
}

.sy__compare-vs {
  font-size: 1.2rem;
  font-weight: 700;
  color: #cccccc;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Featured */

.sy__featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 2px solid #111111;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 3.2rem;
}

.sy__featured-inner {
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  justify-content: center;
}

.sy__featured-eyebrow {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888888;
}

.sy__featured-title {
  font-family: var(--font-heading-family, sans-serif);
  font-weight: 700;
  font-size: clamp(1.8rem, 2.2vw, 2.4rem);
  color: #111111;
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1.25;
  overflow-wrap: break-word;
}

.sy__featured-desc {
  font-size: 1.45rem;
  color: #555555;
  margin: 0;
  line-height: 1.7;
  overflow-wrap: break-word;
}

.sy__featured-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.sy__featured-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.5;
  overflow-wrap: break-word;
}

.sy__featured-item svg {
  flex-shrink: 0;
}

.sy__featured-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #111111;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1.2rem 2.4rem;
  border-radius: 8px;
  text-decoration: none;
  align-self: flex-start;
  transition: opacity 0.15s ease;
}

.sy__featured-cta:hover {
  opacity: 0.85;
}

.sy__featured-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: #f0ede8;
}

.sy__featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sy__featured-img--placeholder {
  background-color: #e0dcd4;
}

.sy__footnote {
  text-align: center;
  font-size: 1.3rem;
  color: #bbbbbb;
  margin: 0 auto;
  max-width: 52rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}

@media screen and (max-width: 749px) {
  .sy {
    padding: 4rem 1.6rem;
  }

  .sy__header {
    margin-bottom: 2.8rem;
  }

  .sy__compare {
    grid-template-columns: 1fr;
  }

  .sy__compare-divider {
    border-left: none;
    border-right: none;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 1.2rem 0;
  }

  .sy__featured {
    grid-template-columns: 1fr;
  }

  .sy__featured-inner {
    padding: 2.4rem 2rem;
    order: 2;
  }

  .sy__featured-img {
    order: 1;
  }

  .sy__featured-cta {
    align-self: stretch;
    text-align: center;
  }
}
/* END_SECTION:sete-yukselt */

/* START_SECTION:siparis-nasil-verilir (INDEX:69) */
.snv {
  padding: 5.6rem 2rem;
  background-color: #ffffff;
  border-top: 1px solid #f0f0f0;
}

.snv__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.snv__header {
  text-align: center;
  max-width: 60rem;
  margin: 0 auto 4rem;
}

.snv__label {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 1rem;
}

.snv__title {
  font-family: var(--font-heading-family, sans-serif);
  font-weight: 700;
  font-size: clamp(2rem, 2.6vw, 2.8rem);
  color: #111111;
  margin: 0 0 1.2rem;
  letter-spacing: -0.015em;
  line-height: 1.22;
  overflow-wrap: break-word;
}

.snv__desc {
  font-size: 1.5rem;
  color: #666666;
  margin: 0;
  line-height: 1.75;
}

.snv__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.snv__step {
  background-color: #faf9f7;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  padding: 3rem 2.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  min-width: 0;
}

.snv__step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  background-color: #111111;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
  line-height: 1;
}

.snv__step-body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.snv__step-title {
  font-family: var(--font-heading-family, sans-serif);
  font-weight: 600;
  font-size: 1.7rem;
  color: #111111;
  margin: 0;
  line-height: 1.3;
  overflow-wrap: break-word;
}

.snv__step-desc {
  font-size: 1.4rem;
  color: #777777;
  margin: 0;
  line-height: 1.7;
  overflow-wrap: break-word;
}

.snv__footnote {
  text-align: center;
  font-size: 1.3rem;
  color: #bbbbbb;
  margin: 3.2rem auto 0;
  max-width: 52rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}

@media screen and (max-width: 749px) {
  .snv {
    padding: 4rem 1.6rem;
  }

  .snv__header {
    margin-bottom: 2.8rem;
  }

  .snv__steps {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .snv__step {
    padding: 2.4rem 2rem;
    flex-direction: row;
    align-items: flex-start;
    gap: 1.8rem;
  }

  .snv__step-num {
    margin-top: 0.2rem;
  }
}
/* END_SECTION:siparis-nasil-verilir */

/* START_SECTION:social-gallery (INDEX:71) */
/* ── Section shell ── */
.sgal {
  padding-top:    var(--sgal-pt, 80px);
  padding-bottom: var(--sgal-pb, 80px);
}

.sgal__container {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ════════════════════════════════
   HEADER
   ════════════════════════════════ */

.sgal__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2.4rem;
  margin-bottom: 3.6rem;
  flex-wrap: wrap;
}

@media screen and (min-width: 750px) {
  .sgal__header {
    flex-wrap: nowrap;
    margin-bottom: 4rem;
  }
}

/* ── Header text block ── */
.sgal__header-text {
  flex: 1;
  min-width: 0;
}

.sgal__eyebrow {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--kw-coral, rgb(var(--color-link)));
  margin: 0 0 1rem;
  line-height: 1.4;
}

.sgal__heading {
  font-family: var(--font-heading-family);
  font-weight: 700;
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: rgb(var(--color-foreground));
  margin: 0 0 1rem;
}

.sgal__subtext {
  font-size: 1.4rem;
  line-height: 1.7;
  color: rgba(var(--color-foreground), 0.6);
  margin: 0;
  max-width: 52ch;
}

/* ── Instagram / CTA pill ── */
.sgal__header-cta {
  flex-shrink: 0;
  align-self: flex-end;
}

@media screen and (max-width: 749px) {
  .sgal__header-cta {
    align-self: flex-start;
  }
}

.sgal__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.8rem;
  border: 1.5px solid rgba(var(--color-foreground), 0.2);
  border-radius: 50px;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: rgb(var(--color-foreground));
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease;
}

@media (hover: hover) {
  .sgal__cta:hover {
    border-color: var(--kw-coral, rgb(var(--color-button)));
    color: var(--kw-coral, rgb(var(--color-button)));
    background-color: rgba(232, 97, 77, 0.05);
  }
}

.sgal__cta-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.sgal__cta-arrow {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  opacity: 0.6;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

@media (hover: hover) {
  .sgal__cta:hover .sgal__cta-arrow {
    opacity: 1;
    transform: translateX(2px);
  }
}

/* ════════════════════════════════
   PHOTO GRID
   ════════════════════════════════ */

.sgal__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

@media screen and (min-width: 750px) {
  .sgal__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ── Grid item ── */
.sgal__item {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: rgba(var(--color-foreground), 0.05);
  text-decoration: none;
  cursor: default;
}

.sgal__item[href] {
  cursor: pointer;
}

/* ── Square crop ── */
.sgal__item-media {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}

.sgal__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.42s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.sgal__item-img--placeholder {
  opacity: 0.18;
}

/* ── Hover: scale + overlay ── */
@media (hover: hover) {
  .sgal__item[href]:hover .sgal__item-img {
    transform: scale(1.06);
  }

  .sgal__item[href]:hover .sgal__item-overlay {
    opacity: 1;
  }
}

/* ── Overlay: caption on hover ── */
.sgal__item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 55%);
  display: flex;
  align-items: flex-end;
  padding: 1.4rem;
  opacity: 0;
  transition: opacity 0.28s ease;
}

/* Always show overlay if caption exists — helps editorial feel */
.sgal__item-overlay:has(.sgal__item-caption) {
  opacity: 0;
}

.sgal__item-caption {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  margin: 0;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ── Empty state ── */
.sgal__empty {
  text-align: center;
  color: rgba(var(--color-foreground), 0.35);
  font-size: 1.4rem;
  padding: 6rem 0;
}
/* END_SECTION:social-gallery */

/* START_SECTION:sss-alani (INDEX:72) */
.sss {
  padding: 7rem 2rem;
  background-color: #FEF6F0;
}

.sss__inner {
  max-width: 720px;
  margin: 0 auto;
}

.sss__header {
  text-align: center;
  margin-bottom: 4.8rem;
}

.sss__eyebrow {
  display: inline-block;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ff969d;
  margin-bottom: 1.4rem;
}

.sss__title {
  font-family: var(--font-heading-family, sans-serif);
  font-weight: 700;
  font-size: clamp(2.4rem, 3vw, 3.4rem);
  color: #111111;
  margin: 0 0 1.4rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
  overflow-wrap: break-word;
}

.sss__desc {
  font-size: 1.55rem;
  color: #666666;
  margin: 0;
  line-height: 1.75;
}

.sss__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sss__item {
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.18s ease;
}

.sss__item[open] {
  border-color: #cccccc;
}

.sss__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 2.4rem;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.sss__question::-webkit-details-marker {
  display: none;
}

.sss__question::marker {
  display: none;
}

.sss__question:hover .sss__question-text {
  color: #333333;
}

.sss__question-text {
  font-size: 1.55rem;
  font-weight: 600;
  color: #111111;
  line-height: 1.45;
  transition: color 0.15s ease;
  flex: 1;
  min-width: 0;
  overflow-wrap: break-word;
}

.sss__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background-color: #f5f4f1;
  transition: background-color 0.18s ease, transform 0.25s ease;
}

.sss__item[open] .sss__icon {
  transform: rotate(180deg);
  background-color: #f0ede8;
}

.sss__answer {
  padding: 0 2.4rem 2.2rem;
  animation: sss-reveal 0.2s ease;
}

.sss__answer p {
  font-size: 1.5rem;
  color: #555555;
  line-height: 1.8;
  margin: 0;
  overflow-wrap: break-word;
}

@keyframes sss-reveal {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sss__support {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-top: 4.8rem;
  padding-top: 4rem;
  border-top: 1px solid #e8e8e8;
  text-align: center;
}

.sss__support-text {
  font-size: 1.45rem;
  color: #888888;
  margin: 0;
  line-height: 1.7;
  max-width: 44rem;
  overflow-wrap: break-word;
}

.sss__support-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 2.8rem;
  background-color: transparent;
  color: #111111;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid #111111;
  box-sizing: border-box;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.12s ease;
}

.sss__support-btn:hover,
.sss__support-btn:focus-visible {
  background-color: #111111;
  color: #ffffff;
  transform: translateY(-1px);
  outline: none;
}

@media screen and (max-width: 749px) {
  .sss {
    padding: 4.8rem 1.6rem;
  }

  .sss__header {
    margin-bottom: 3.2rem;
  }

  .sss__question {
    padding: 1.8rem 2rem;
  }

  .sss__question-text {
    font-size: 1.45rem;
  }

  .sss__answer {
    padding: 0 2rem 2rem;
  }

  .sss__support {
    margin-top: 3.6rem;
    padding-top: 3.2rem;
  }

  .sss__support-btn {
    width: 100%;
  }
}
/* END_SECTION:sss-alani */

/* START_SECTION:tabbed-product-carousel (INDEX:73) */
/* ── Section ── */
.tpc {
  background: var(--tpc-bg, #FFF4FB);
  padding: var(--tpc-pt, 64px) 0 var(--tpc-pb, 64px);
  overflow-x: hidden;
}

.tpc__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

@media (max-width: 749px) {
  .tpc { padding: 48px 0; }
  .tpc__container { padding: 0 20px 0 20px; }
}

/* ── Section header ── */
.tpc__header {
  text-align: center;
  margin-bottom: 32px;
}

.tpc__heading {
  font-family: var(--font-heading-family);
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
}

.tpc__subtext {
  font-size: 15px;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}

/* ── Tab bar ── */
.tpc__tabbar {
  display: flex;
  justify-content: center;
  gap: 2px;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 24px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tpc__tabbar::-webkit-scrollbar { display: none; }

.tpc__tab {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1.5px;
  padding: 10px 22px;
  font-family: var(--font-heading-family);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9ca3af;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.2s, border-color 0.2s;
  -webkit-tap-highlight-color: transparent;
}

.tpc__tab:hover:not(.is-active) { color: #374151; }

.tpc__tab.is-active {
  color: var(--tpc-accent, #FF747E);
  border-bottom-color: var(--tpc-accent, #FF747E);
}

/* ── Panel ── */
.tpc__panel { display: none; }
.tpc__panel.is-active { display: block; }

/* ── Panel header ── */
.tpc__panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.tpc__panel-header--right { justify-content: flex-end; }

.tpc__panel-heading {
  font-family: var(--font-heading-family);
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 3px;
}

.tpc__panel-subtext {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}

.tpc__view-all {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
  color: var(--tpc-accent, #FF747E);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  padding-top: 2px;
  transition: gap 0.18s;
}

.tpc__view-all:hover { gap: 8px; }

/* ── Track wrap ── */
.tpc__track-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ── Arrows ── */
.tpc__arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  color: #374151;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, transform 0.15s, box-shadow 0.18s;
}

.tpc__arrow:hover {
  background: #fff;
  color: var(--tpc-accent, #FF747E);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
  transform: scale(1.07);
}

.tpc__arrow:active { transform: scale(0.93); }

@media (max-width: 749px) { .tpc__arrow { display: none; } }

/* ── Track ── */
.tpc__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex: 1;
  padding: 6px 2px 16px;
}

.tpc__track::-webkit-scrollbar { display: none; }

@media (prefers-reduced-motion: no-preference) {
  .tpc__track { scroll-behavior: smooth; }
}

@media (max-width: 749px) {
  .tpc__track {
    gap: 12px;
    padding: 6px 0 12px;
    margin-right: -20px;
    padding-right: 20px;
  }
}

/* ── Card ── */
.tpc__card {
  flex: 0 0 auto;
  width: 200px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
}

@media (max-width: 749px) {
  .tpc__card { width: 43vw; max-width: 175px; }
}

@media (min-width: 1024px) {
  .tpc__card { width: 218px; }
}

/* ── Card link ── */
.tpc__card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  flex: 1;
  -webkit-tap-highlight-color: transparent;
}

/* ── Image wrap ── */
.tpc__card-image-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;   /* 1:1 ratio */
  overflow: hidden;
  border-radius: 16px;
  background: #ede8ed;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.25s, transform 0.2s;
}

@media (hover: hover) {
  .tpc__card-link:hover .tpc__card-image-wrap {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.13);
    transform: translateY(-3px);
  }
  .tpc__card-link:hover .tpc__img--primary { opacity: 0; }
  .tpc__card-link:hover .tpc__img--hover   { opacity: 1; }
}

@media (hover: none) {
  .tpc__card-link:active .tpc__card-image-wrap {
    transform: scale(0.97);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
  }
}

/* ── Images ── */
.tpc__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.tpc__img--hover { opacity: 0; }

/* ── Badge ── */
.tpc__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--tpc-accent, #FF747E);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
  line-height: 1;
}

.tpc__badge--sale { background: #FF747E; }
.tpc__badge--new  { background: #34c77b; }

/* ── Card body ── */
.tpc__card-body {
  padding: 10px 2px 8px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.tpc__card-title {
  font-size: 13px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.35;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tpc__card-price-row {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.tpc__price {
  font-size: 13px;
  font-weight: 700;
  color: var(--tpc-accent, #FF747E);
  margin: 0;
}

.tpc__price--compare {
  font-weight: 400;
  font-size: 12px;
  color: #9ca3af;
}

/* ── Card CTA button ── */
.tpc__card-cta {
  display: block;
  margin-top: 10px;
  padding: 9px 12px;
  background: var(--tpc-accent, #FF747E);
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.18s, transform 0.15s;
  -webkit-tap-highlight-color: transparent;
}

.tpc__card-cta:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.tpc__card-cta:active {
  opacity: 1;
  transform: translateY(0);
}

/* ── Empty state ── */
.tpc__empty {
  font-size: 14px;
  color: #9ca3af;
  padding: 32px 0;
  margin: 0;
}

/* ── Mobile dots ── */
.tpc__dots {
  display: none;
  justify-content: center;
  gap: 6px;
  padding-top: 16px;
}

@media (max-width: 749px) { .tpc__dots { display: flex; } }

.tpc__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 116, 126, 0.2);
  transition: background 0.2s, transform 0.2s;
  flex-shrink: 0;
}

.tpc__dot.is-active {
  background: var(--tpc-accent, #FF747E);
  transform: scale(1.35);
}
/* END_SECTION:tabbed-product-carousel */

/* START_SECTION:urun-faydalari (INDEX:74) */
.uf {
  padding: 5.6rem 2rem;
  background-color: #FEF6F0;
}

.uf__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.uf__header {
  text-align: center;
  max-width: 58rem;
  margin: 0 auto 4rem;
}

.uf__title {
  font-family: var(--font-heading-family, sans-serif);
  font-weight: 700;
  font-size: clamp(2.2rem, 2.8vw, 3rem);
  color: #111111;
  margin: 0 0 1.2rem;
  letter-spacing: -0.015em;
  line-height: 1.22;
  overflow-wrap: break-word;
}

.uf__desc {
  font-size: 1.5rem;
  color: #666666;
  margin: 0;
  line-height: 1.75;
}

.uf__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.uf__card {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  padding: 3rem 2.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  min-width: 0;
}

.uf__icon-wrap {
  width: 4.8rem;
  height: 4.8rem;
  background-color: #f5f2ee;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.uf__card-body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.uf__card-title {
  font-family: var(--font-heading-family, sans-serif);
  font-weight: 600;
  font-size: 1.7rem;
  color: #111111;
  margin: 0;
  line-height: 1.3;
  overflow-wrap: break-word;
}

.uf__card-desc {
  font-size: 1.4rem;
  color: #777777;
  margin: 0;
  line-height: 1.7;
  overflow-wrap: break-word;
}

.uf__footnote {
  text-align: center;
  font-size: 1.35rem;
  color: #bbbbbb;
  margin: 3.2rem 0 0;
  line-height: 1.65;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  overflow-wrap: break-word;
}

@media screen and (max-width: 749px) {
  .uf {
    padding: 4rem 1.6rem;
  }

  .uf__header {
    margin-bottom: 3rem;
  }

  .uf__grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .uf__card {
    padding: 2.4rem 2rem;
    flex-direction: row;
    align-items: flex-start;
    gap: 1.8rem;
  }

  .uf__icon-wrap {
    flex-shrink: 0;
    margin-top: 0.2rem;
  }

  .uf__footnote {
    margin-top: 2.8rem;
  }
}
/* END_SECTION:urun-faydalari */

/* START_SECTION:urun-guven-alani (INDEX:75) */
.uga {
  padding: 4rem 2rem;
  background-color: #FEF6F0;
  border-top: 1px solid #f0f0f0;
}

.uga__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.uga__header {
  text-align: center;
  margin-bottom: 3.2rem;
}

.uga__title {
  font-family: var(--font-heading-family, sans-serif);
  font-weight: 700;
  font-size: clamp(1.8rem, 2.2vw, 2.4rem);
  color: #111111;
  margin: 0 0 0.8rem;
  letter-spacing: -0.01em;
  line-height: 1.25;
  overflow-wrap: break-word;
}

.uga__desc {
  font-size: 1.45rem;
  color: #777777;
  margin: 0;
  line-height: 1.65;
}

.uga__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.uga__card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2.2rem 2rem;
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  border-radius: 12px;
  min-width: 0;
}

.uga__icon {
  display: flex;
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  background-color: #f0ede8;
  border-radius: 10px;
}

.uga__card-title {
  display: block;
  font-size: 1.45rem;
  font-weight: 600;
  color: #111111;
  line-height: 1.35;
  overflow-wrap: break-word;
}

.uga__card-desc {
  font-size: 1.3rem;
  color: #777777;
  margin: 0;
  line-height: 1.65;
  overflow-wrap: break-word;
}

.uga__footnote {
  text-align: center;
  font-size: 1.3rem;
  color: #bbbbbb;
  margin: 2.8rem 0 0;
  line-height: 1.6;
  overflow-wrap: break-word;
}

@media screen and (max-width: 749px) {
  .uga {
    padding: 3.2rem 1.6rem;
  }

  .uga__header {
    margin-bottom: 2.4rem;
  }

  .uga__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }

  .uga__card {
    padding: 1.8rem 1.6rem;
  }
}
/* END_SECTION:urun-guven-alani */

/* START_SECTION:urun-secim-rehberi (INDEX:76) */
.usr {
  padding: 5.6rem 2rem;
  background-color: #faf9f7;
  border-top: 1px solid #f0f0f0;
}

.usr__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.usr__header {
  text-align: center;
  max-width: 60rem;
  margin: 0 auto 4.8rem;
}

.usr__label {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 1rem;
}

.usr__title {
  font-family: var(--font-heading-family, sans-serif);
  font-weight: 700;
  font-size: clamp(2rem, 2.6vw, 2.8rem);
  color: #111111;
  margin: 0 0 1.2rem;
  letter-spacing: -0.015em;
  line-height: 1.22;
  overflow-wrap: break-word;
}

.usr__desc {
  font-size: 1.5rem;
  color: #666666;
  margin: 0;
  line-height: 1.75;
}

.usr__blocks {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.usr__block {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  padding: 3.2rem;
}

.usr__block-header {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 0.8rem;
}

.usr__block-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background-color: #111111;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
}

.usr__block-title {
  font-family: var(--font-heading-family, sans-serif);
  font-weight: 700;
  font-size: clamp(1.7rem, 2vw, 2rem);
  color: #111111;
  margin: 0;
  line-height: 1.25;
  overflow-wrap: break-word;
}

.usr__block-desc {
  font-size: 1.4rem;
  color: #777777;
  margin: 0 0 2.4rem;
  line-height: 1.7;
}

/* Frame block */

.usr__frame-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}

.usr__frame-card {
  border: 1px solid #ebebeb;
  border-radius: 12px;
  overflow: hidden;
  background-color: #faf9f7;
}

.usr__frame-card--featured {
  border-color: #111111;
}

.usr__frame-img {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: #f0ede8;
}

.usr__frame-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.usr__frame-img-placeholder {
  width: 100%;
  height: 100%;
  background-color: #e8e4de;
}

.usr__frame-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #111111;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.4rem 0.9rem;
  border-radius: 6px;
  letter-spacing: 0.02em;
}

.usr__frame-body {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.usr__frame-card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111111;
  line-height: 1.3;
  overflow-wrap: break-word;
}

.usr__frame-card-desc {
  font-size: 1.35rem;
  color: #777777;
  margin: 0;
  line-height: 1.65;
  overflow-wrap: break-word;
}

/* Size block */

.usr__size-visual {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 2rem;
  background-color: #f0ede8;
}

.usr__size-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.usr__size-visual--placeholder {
  height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.usr__size-placeholder-inner {
  display: flex;
  align-items: flex-end;
  gap: 2.4rem;
}

.usr__size-placeholder-inner span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ddd8d0;
  color: #666666;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 4px;
}

.usr__size-placeholder-inner span:nth-child(1) { width: 4rem; height: 5.4rem; }
.usr__size-placeholder-inner span:nth-child(2) { width: 5.4rem; height: 7.2rem; }
.usr__size-placeholder-inner span:nth-child(3) { width: 7.2rem; height: 9.6rem; }
.usr__size-placeholder-inner span:nth-child(4) { width: 9.6rem; height: 13.4rem; }

.usr__size-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}

.usr__size-card {
  background-color: #faf9f7;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}

.usr__size-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111111;
  line-height: 1.2;
  overflow-wrap: break-word;
}

.usr__size-card-desc {
  font-size: 1.3rem;
  color: #777777;
  margin: 0;
  line-height: 1.6;
  overflow-wrap: break-word;
}

.usr__size-card-rec {
  font-size: 1.2rem;
  font-weight: 500;
  color: #aaaaaa;
  overflow-wrap: break-word;
}

/* Color block */

.usr__color-cards {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
}

.usr__color-card {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  background-color: #faf9f7;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 1.6rem;
}

.usr__color-swatch {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  border: 2px solid rgba(0,0,0,0.08);
  flex-shrink: 0;
}

.usr__color-swatch--empty {
  background-color: #e0dcd6;
}

.usr__color-body {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}

.usr__color-card-title {
  font-size: 1.45rem;
  font-weight: 600;
  color: #111111;
  line-height: 1.3;
  overflow-wrap: break-word;
}

.usr__color-card-desc {
  font-size: 1.35rem;
  color: #777777;
  margin: 0;
  line-height: 1.6;
  overflow-wrap: break-word;
}

.usr__color-note {
  font-size: 1.3rem;
  color: #aaaaaa;
  margin: 0;
  line-height: 1.6;
  overflow-wrap: break-word;
}

.usr__footnote {
  text-align: center;
  font-size: 1.3rem;
  color: #bbbbbb;
  margin: 3.2rem auto 0;
  max-width: 52rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}

@media screen and (max-width: 749px) {
  .usr {
    padding: 4rem 1.6rem;
  }

  .usr__header {
    margin-bottom: 3.2rem;
  }

  .usr__block {
    padding: 2.4rem 1.8rem;
  }

  .usr__frame-cards {
    grid-template-columns: 1fr;
  }

  .usr__size-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .usr__size-visual--placeholder {
    height: 14rem;
  }

  .usr__size-placeholder-inner span:nth-child(1) { width: 2.8rem; height: 3.8rem; }
  .usr__size-placeholder-inner span:nth-child(2) { width: 3.8rem; height: 5rem; }
  .usr__size-placeholder-inner span:nth-child(3) { width: 5rem; height: 6.6rem; }
  .usr__size-placeholder-inner span:nth-child(4) { width: 6.6rem; height: 9.2rem; }
}
/* END_SECTION:urun-secim-rehberi */

/* START_SECTION:whatsapp-cta (INDEX:78) */
/* ── Section ── */
.wc {
  background: var(--wc-bg, #fff);
  padding: var(--wc-pt, 72px) 0 var(--wc-pb, 72px);
}

/* ── Inner: constrained + aligned ── */
.wc__inner {
  max-width: var(--wc-width, 640px);
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  align-items: var(--wc-align, center);
  gap: 32px;
}

@media (max-width: 749px) {
  .wc__inner {
    padding: 0 20px;
    align-items: center;
  }
}

/* ── Text block ── */
.wc__text-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: var(--wc-align, center);
  width: 100%;
}

@media (max-width: 749px) {
  .wc__text-block { text-align: center; }
}

/* ── Eyebrow ── */
.wc__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--wc-accent, #FF747E);
  margin: 0;
}

/* ── Heading ── */
.wc__heading {
  font-family: var(--font-heading-family);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.025em;
  line-height: 1.18;
  margin: 0;
}

/* ── Body ── */
.wc__body {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.7;
  max-width: 58ch;
  margin: 0 auto;
}

/* Left-align: flush left, no auto margin */
.wc__text-block[style*="text-align: left"] .wc__body,
.wc__inner[style*="flex-start"] .wc__body { margin: 0; }

/* ── Benefits ── */
.wc__benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: var(--wc-align, center);
  width: 100%;
}

@media (max-width: 749px) {
  .wc__benefits {
    justify-content: center;
    gap: 8px 16px;
  }
}

.wc__benefit {
  display: flex;
  align-items: center;
  gap: 7px;
}

.wc__benefit-icon {
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
}

.wc__benefit-text {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  line-height: 1.3;
}

/* ── CTA wrap ── */
.wc__cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: var(--wc-align, center);
  gap: 10px;
}

@media (max-width: 749px) {
  .wc__cta-wrap { align-items: center; }
}

/* ── Button ── */
.wc__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 36px;
  background: var(--wc-accent, #FF747E);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  border-radius: var(--wc-radius, 12px);
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(255, 116, 126, 0.3);
  transition: opacity 0.18s, transform 0.15s, box-shadow 0.18s;
  -webkit-tap-highlight-color: transparent;
}

.wc__btn:hover {
  opacity: 0.88;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255, 116, 126, 0.38);
}

.wc__btn:active {
  transform: translateY(0);
  opacity: 1;
  box-shadow: 0 2px 10px rgba(255, 116, 126, 0.22);
}

.wc__btn-icon {
  flex-shrink: 0;
}

/* ── Trust microcopy ── */
.wc__trust {
  font-size: 12px;
  color: #9ca3af;
  line-height: 1.55;
  margin: 0;
  text-align: center;
}
/* END_SECTION:whatsapp-cta */