@charset "UTF-8";

:root {
  --kds-text: #111111;
  --kds-muted: #6d6d6d;
  --kds-line: #e5e5e5;
  --kds-soft: #f8f8f8;
  --kds-success: #3f9654;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--kds-text);
  font-family: "Manrope", sans-serif;
}

body.is-lightbox-open,
body.is-size-guide-open {
  overflow: hidden;
}

button,
select,
input {
  font: inherit;
}

.kds-product-page {
  width: 100%;
  overflow: visible;
  background: #ffffff;
}

.kds-product-breadcrumb {
  display: flex;
  align-items: center;
  gap: 11px;
  width: min(1760px, calc(100% - 42px));
  min-height: 54px;
  margin: 0 auto;
  border-bottom: 1px solid var(--kds-line);
  color: #777777;
  font-size: 10px;
}

.kds-product-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.kds-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 65%) minmax(390px, 35%);
  width: min(1760px, calc(100% - 42px));
  height: calc(100vh - 155px);
  min-height: 620px;
  margin: 0 auto;
  border-bottom: 1px solid var(--kds-line);
}

.kds-product-gallery-column,
.kds-product-panel {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #c9c9c9 transparent;
}

.kds-product-gallery-column::-webkit-scrollbar,
.kds-product-panel::-webkit-scrollbar {
  width: 5px;
}

.kds-product-gallery-column::-webkit-scrollbar-track,
.kds-product-panel::-webkit-scrollbar-track {
  background: transparent;
}

.kds-product-gallery-column::-webkit-scrollbar-thumb,
.kds-product-panel::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #c9c9c9;
}

.kds-product-gallery-column {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  padding: 16px 14px 26px 0;
}

.kds-product-gallery-nav {
  position: sticky;
  top: 0;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.kds-product-thumbnail {
  width: 66px;
  aspect-ratio: 1;
  padding: 0;
  overflow: hidden;
  border: 1px solid transparent;
  background: var(--kds-soft);
  cursor: pointer;
}

.kds-product-thumbnail.is-active {
  border-color: #111111;
}

.kds-product-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.kds-product-gallery-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.kds-product-gallery-item {
  margin: 0;
  overflow: hidden;
  background: var(--kds-soft);
}

.kds-product-gallery-open {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.kds-product-gallery-open img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 900px;
  object-fit: contain;
}

.kds-product-gallery-empty {
  padding: 40px;
  text-align: center;
  color: var(--kds-muted);
}

.kds-product-panel {
  padding: 16px 10px 28px 24px;
  border-left: 1px solid var(--kds-line);
}

.kds-product-panel-inner {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.kds-product-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--kds-line);
}

.kds-product-eyebrow {
  margin: 0 0 7px;
  font-size: 9px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.kds-product-heading h1 {
  max-width: 490px;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(31px, 2.55vw, 48px);
  font-weight: 500;
  line-height: 0.98;
}

.kds-product-variant-name {
  margin: 9px 0 0;
  color: var(--kds-muted);
  font-size: 11px;
}

.kds-product-favorite {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 26px;
  cursor: pointer;
}

.kds-product-price-area {
  padding: 15px 0;
  border-bottom: 1px solid var(--kds-line);
}

.kds-product-price {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 31px;
  font-weight: 600;
}

.kds-product-price:empty {
  display: none;
}

.kds-product-tax {
  margin: 4px 0 0;
  color: var(--kds-muted);
  font-size: 10px;
}

.kds-product-option-group {
  margin: 0;
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid var(--kds-line);
}

.kds-product-option-group legend {
  margin-bottom: 10px;
  padding: 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.kds-product-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.kds-color-option {
  width: 84px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.kds-color-option-preview {
  position: relative;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  background: #ffffff;
}

.kds-color-option.is-selected .kds-color-option-preview {
  border: 2px solid #111111;
}

.kds-color-option.is-selected .kds-color-option-preview::after {
  content: "✓";
  position: absolute;
  top: 2px;
  right: 2px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #111111;
  color: #ffffff;
  font-size: 10px;
}

.kds-color-option-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.kds-color-meta {
  display: grid;
  gap: 2px;
  margin-top: 6px;
  text-align: center;
}

.kds-color-name {
  font-size: 11px;
  font-weight: 600;
}

.kds-color-price {
  font-size: 10px;
  font-weight: 600;
}

.kds-product-option-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.kds-size-guide-button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #333333;
  font-size: 10px;
  cursor: pointer;
}

.kds-product-sizes {
  display: grid;
  grid-template-columns: repeat(6, minmax(42px, 1fr));
  gap: 7px;
}

.kds-size-option {
  min-height: 42px;
  border: 1px solid #d7d7d7;
  background: #ffffff;
  color: #111111;
  font-size: 10px;
  cursor: pointer;
}

.kds-size-option.is-selected {
  border-color: #111111;
  background: #111111;
  color: #ffffff;
}

.kds-size-option.is-out-of-stock {
  color: #aaaaaa;
  text-decoration: line-through;
  cursor: not-allowed;
}

.kds-product-stock {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;

  margin: 14px auto 0;
  padding: 10px 16px;

  width: fit-content;

  background: #f1f7f0;
  color: var(--kds-success);
  font-size: 11px;
  font-weight: 600;
  border-radius: 999px;
}
.kds-product-actions {
  display: grid;
  gap: 7px;
  padding: 13px 0;
}

.kds-product-actions button {
  min-height: 43px;
  border: 1px solid #111111;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.kds-add-to-cart {
  background: #111111;
  color: #ffffff;
}

.kds-buy-now {
  background: #ffffff;
  color: #111111;
}

.kds-product-actions button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.kds-service-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 6px 0 10px;
  border: 1px solid var(--kds-line);
}

.kds-service-strip article {
  display: grid;
  gap: 3px;
  padding: 13px 6px;
  text-align: center;
}

.kds-service-strip article + article {
  border-left: 1px solid var(--kds-line);
}

.kds-service-strip strong {
  font-size: 8px;
  text-transform: uppercase;
}

.kds-service-strip span {
  color: var(--kds-muted);
  font-size: 8px;
}

.kds-size-guide-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(145px, 0.5fr);
  gap: 12px;
  margin: 0 0 10px;
  padding: 14px;
  border: 1px solid var(--kds-line);
}

.kds-size-guide-panel h2 {
  margin: 0 0 7px;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 500;
}

.kds-size-guide-panel p {
  margin: 0 0 9px;
  color: var(--kds-muted);
  font-size: 10px;
  line-height: 1.55;
}

.kds-size-guide-table-wrap {
  overflow-x: auto;
}

.kds-size-guide-panel table {
  width: 100%;
  border-collapse: collapse;
  font-size: 10px;
}

.kds-size-guide-panel th,
.kds-size-guide-panel td {
  padding: 8px;
  border: 1px solid var(--kds-line);
  text-align: center;
  white-space: nowrap;
}

.kds-size-guide-image-placeholder {
  display: grid;
  place-items: center;
  min-height: 130px;
  padding: 10px;
  border: 0;
  background: var(--kds-soft);
  color: var(--kds-muted);
  font-size: 10px;
  text-align: center;
  cursor: pointer;
}

.kds-product-accordions {
  border-top: 1px solid var(--kds-line);
}

.kds-product-accordion {
  border-bottom: 1px solid var(--kds-line);
}

.accordion-toggle {
  width: 100%;
  padding: 14px 0;
  border: 0;
  background: transparent;
  text-align: left;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.accordion-toggle::after {
  content: "+";
  float: right;
}

.accordion-toggle.is-open::after {
  content: "−";
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  color: var(--kds-muted);
  font-size: 10px;
  line-height: 1.65;
  transition: max-height 0.22s ease;
}

.accordion-content.is-open {
  max-height: 600px;
}

.accordion-content p {
  margin: 0 0 14px;
}

.kds-related-products {
  width: min(1760px, calc(100% - 42px));
  margin: 0 auto;
  padding: 22px 0 28px;
}

.kds-related-header h2 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 500;
}

.kds-related-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.kds-related-card a {
  color: inherit;
  text-decoration: none;
}

.kds-related-image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.42;
  overflow: hidden;
  border: 0;
  box-shadow: none;
  background: #ffffff;
}
.kds-related-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.kds-related-card h3 {
  margin: 7px 0 3px;
  font-size: 10px;
  font-weight: 400;
}

.kds-related-card p {
  margin: 0;
  font-size: 10px;
  font-weight: 600;
}

.kds-product-lightbox,
.kds-size-guide-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.98);
}

.kds-product-lightbox[hidden],
.kds-size-guide-modal[hidden] {
  display: none !important;
}

.kds-lightbox-close,
.kds-size-guide-modal-close {
  position: fixed;
  top: 16px;
  right: 20px;
  z-index: 2;
  border: 0;
  background: transparent;
  font-size: 36px;
  cursor: pointer;
}

.kds-lightbox-scroll {
  height: 100%;
  overflow-y: auto;
  padding: 60px 6vw;
}

.kds-lightbox-item {
  margin: 0 0 24px;
}

.kds-lightbox-item img {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  margin: 0 auto;
}

.kds-size-guide-modal {
  display: grid;
  place-items: center;
  padding: 30px;
}

.kds-size-guide-modal-content {
  width: min(760px, 100%);
  padding: 24px;
  border: 1px solid var(--kds-line);
  background: #ffffff;
}

.kds-size-guide-modal-content h2 {
  margin-top: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-weight: 500;
}

.kds-size-guide-modal-image {
  display: grid;
  place-items: center;
  min-height: 380px;
  background: var(--kds-soft);
  color: var(--kds-muted);
}

@media (max-width: 980px) {
  .kds-product-layout {
    display: block;
    height: auto;
    min-height: 0;
  }

  .kds-product-gallery-column,
  .kds-product-panel {
    overflow: visible;
  }

  .kds-product-gallery-column {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .kds-product-gallery-nav {
    position: static;
    flex-direction: row;
    overflow-x: auto;
  }

  .kds-product-panel {
    padding: 26px 0 0;
    border-left: 0;
  }

  .kds-product-panel-inner {
    max-width: none;
  }

  .kds-size-guide-panel {
    grid-template-columns: 1fr;
  }

  .kds-related-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .kds-product-layout,
  .kds-product-breadcrumb,
  .kds-related-products {
    width: min(100% - 20px, 1760px);
  }

  .kds-product-heading h1 {
    font-size: 36px;
  }

  .kds-product-colors {
    gap: 11px;
  }

  .kds-color-option {
    width: 74px;
  }

  .kds-color-option-preview {
    width: 66px;
    height: 66px;
  }

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

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

  .kds-service-strip article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--kds-line);
  }

  .kds-service-strip article:nth-child(4) {
    border-top: 1px solid var(--kds-line);
  }

  .kds-related-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .kds-related-card {
    flex: 0 0 78%;
    scroll-snap-align: start;
  }
}
/* STOK BİLGİSİNİ ORTALA */
#productStockStatus.kds-product-stock {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: max-content !important;
  max-width: 100% !important;

  margin: 12px auto 0 !important;
  padding: 9px 16px !important;

  text-align: center !important;
}
/* Sol küçük kare galeri görselleri */
.product-thumbnail,
.thumbnail,
.gallery-thumb {
  overflow: hidden;
}

.product-thumbnail img,
.thumbnail img,
.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Renk varyantı yuvarlak görselleri */
.color-option,
.color-item,
.variant-color {
  overflow: hidden;
  border-radius: 50%;
}

.color-option img,
.color-item img,
.variant-color img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Ürün sayfası breadcrumb */
.kds-product-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;

  width: 100%;
  min-height: 56px;
  padding: 0 8px;

  border-bottom: 1px solid #eeeeee;

  color: #777777;
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  line-height: 1.4;
}

.kds-product-breadcrumb a {
  color: #777777;
  text-decoration: none;
  transition: color 180ms ease;
}

.kds-product-breadcrumb a:hover,
.kds-product-breadcrumb a:focus-visible {
  color: #111111;
}

.kds-product-breadcrumb span[aria-current="page"] {
  color: #111111;
}

@media (max-width: 640px) {
  .kds-product-breadcrumb {
    min-height: 48px;
    gap: 7px;
    padding: 0;
    font-size: 9px;
  }
}
