.sutore-pp-hidden {
  display: none !important;
}

.sutore-pp-buybox {
  display: grid;
}

/* İki sütunlu ürün düzeni (sol galeri + sağ bilgi): buybox kaydırırken yapışkan — Farfetch benzeri */
@media screen and (min-width: 769px) {
  .sutore-product-info .sutore-pp-buybox,
  .sutore-pp-buybox-column .sutore-pp-buybox {
    position: sticky;
    top: var(--sutore-pp-buybox-sticky-top, 142px);
    z-index: 2;
  }
}

.sutore-pp-product-meta {
  margin-bottom: 8px;
}

.sutore-pp-breadcrumbs,
.sutore-pp-breadcrumbs a,
.sutore-pp-breadcrumbs .divider {
  color: #222;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .sutore-pp-breadcrumbs a:hover {
    color: #666;
  }
}

.sutore-pp-product-name,
h1.sutore-pp-product-name {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
}

.sutore-pp-product-name__brand,
.sutore-pp-product-name__brand:visited {
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

.sutore-pp-product-name__model {
  font-weight: inherit;
}

@media (hover: hover) and (pointer: fine) {
  .sutore-pp-product-name__brand:hover {
    color: inherit;
    opacity: 0.72;
  }
}

.sutore-pp-product-brand {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.sutore-pp-resale-info-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 8px;
  font-size: 13.6px;
  font-weight: 400;
  color: #878787;
  margin-bottom: 5px;
}

.sutore-pp-resale-info-row .sutore-pp-resale-info__brand,
.sutore-pp-resale-info-row .sutore-pp-resale-info__divider,
.sutore-pp-resale-info-row .sutore-pp-product-description__cond-trigger {
  color: #878787;
  font-size: inherit;
  font-weight: inherit;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
}

.sutore-pp-product-brand__link,
.sutore-pp-product-brand__link:visited {
  color: inherit;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .sutore-pp-product-brand__link:hover {
    color: inherit;
    opacity: 0.72;
  }
}

.sutore-pp-price {
  font-size: 20px;
  margin-bottom: 30px;
}

.sutore-pp-price del,
.sutore-pp-price ins {
  background: none;
}

.sutore-pp-price ins {
  text-decoration: none;
}

.sutore-pp-coupon-alert {
  background: #e8f5e9;
  color: #2e7d32;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 6px;
  line-height: 1.4;
}

.sutore-pp-price .sutore-pp-price--old,
.sutore-pp-price del.sutore-pp-price--old {
  text-decoration: line-through;
  margin-right: 6px;
  font-size: 80%;
  color: #111;
  opacity: 0.7;
}

.sutore-pp-price--original {
  text-decoration: line-through;
  margin-right: 8px;
  font-size: 14px;
  color: #111;
  opacity: 0.6;
  font-weight: 500;
}

.sutore-pp-price--discounted {
  color: red !important;
}

.sutore-pp-set-rows {
  display: grid;
  gap: 8px;
  margin-top: 8px;
  margin-bottom: 12px;
}

.sutore-pp-set-row {
  display: grid;
  gap: 4px;
}

/* Mobil: tam ekran sheet için modal akışta kalmalı (clip fixed modalı keser) */
@media screen and (max-width: 849px) {
  .sutore-pp-modal-host {
    display: contents;
  }
}

.sutore-pp-set-row__title,
h3.sutore-pp-set-row__title {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}

.sutore-pp-set-row .sutore-pp-set-select {
  width: 100%;
  margin-bottom: 0;
}

.sutore-pp-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff;
  background-image: none;
  cursor: pointer;
  margin: 0;
  max-height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 12px;
}

.sutore-pp-buybox .sutore-pp-select::before,
.sutore-pp-buybox .sutore-pp-select::after {
  content: none !important;
  display: none !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

.sutore-pp-select::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Mobil: sarmalayıcı ek çerçeve vermesin; select kendi border’ını kullanır */
@media screen and (max-width: 849px) {
  .sutore-pp-dropdown {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
  }

  .sutore-pp-dropdown__surface {
    display: contents;
  }

  /* Mobil: wishlist butonu gizle, sepete ekle tam genişlik */
  .sutore-pp-actions-row .sutore-pp-wishlist-btn.wishlist-btn,
  .sutore-pp-fixed-actions-row .sutore-pp-wishlist-btn.wishlist-btn {
    display: none !important;
  }

  .sutore-pp-actions-row .sutore-pp-add.button,
  .sutore-pp-fixed-actions-row .sutore-pp-fixed-add.button {
    flex: 1 1 100%;
    width: 100%;
  }
}

.sutore-pp-add {
  margin-right: 0 !important;
}

.sutore-pp-select__chev {
  flex-shrink: 0;
  width: 0.42em;
  height: 0.42em;
  border-right: 1.5px solid rgba(0, 0, 0, 0.42);
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.42);
  box-sizing: border-box;
  transform: rotate(45deg);
  margin-top: -0.12em;
  transition: transform 380ms cubic-bezier(0.2, 0, 0, 1);
  display: inline-block;
}

.sutore-pp-select.is-open .sutore-pp-select__chev {
  transform: rotate(225deg);
}

.sutore-pp-select__value {
  font-size: 16px;
  font-weight: 500;
}

.sutore-pp-actions {
  display: grid;
  gap: 12px;
}

.sutore-pp-actions-row,
.sutore-pp-fixed-actions-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 12px;
}

.sutore-pp-actions-row .sutore-pp-add.button,
.sutore-pp-fixed-actions-row .sutore-pp-fixed-add.button {
  flex: 1 1 auto;
  min-width: 0;
  margin-bottom: 0;
}

/* sutore-wishlist: .wishlist-btn + data-product-id — buybox satırı; hover’da hafif gri + kalp dolgusu */
.sutore-pp-wishlist-btn.wishlist-btn {
  /* Farfetch benzeri: hızlı, gecikmesiz hover */
  --sutore-pp-wishlist-hover-ms: 220ms;
  --sutore-pp-wishlist-hover-ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  z-index: 1;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0 16px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #111;
  border-radius: 8px;
  cursor: pointer;
  line-height: 1.2;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  -webkit-appearance: none;
  appearance: none;
  transition:
    color var(--sutore-pp-wishlist-hover-ms) var(--sutore-pp-wishlist-hover-ease),
    border-color var(--sutore-pp-wishlist-hover-ms) var(--sutore-pp-wishlist-hover-ease),
    background-color var(--sutore-pp-wishlist-hover-ms) var(--sutore-pp-wishlist-hover-ease),
    opacity 0.15s ease;
  will-change: background-color;
}

/* Hover alanı içindeki SVG/span bazen tema/plugin CSS’iyle cursor: auto alabiliyor.
   Buybox wishlist’te her zaman pointer kalsın. */
.sutore-pp-wishlist-btn.wishlist-btn,
.sutore-pp-wishlist-btn.wishlist-btn * {
  cursor: pointer !important;
}

@media (hover: hover) and (pointer: fine) {
  .sutore-pp-wishlist-btn.wishlist-btn:hover {
    transform: none;
    background-color: #f0f0f0;
  }
}

.sutore-pp-wishlist-btn.wishlist-btn:active {
  opacity: 0.5;
}

.sutore-pp-wishlist-btn__label {
  white-space: nowrap;
}

.sutore-pp-wishlist-btn.wishlist-btn .sutore-wishlist-heart-svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.sutore-pp-wishlist-btn.wishlist-btn svg.sutore-wishlist-heart-svg path {
  stroke: #111;
  stroke-width: 1px;
  fill: rgba(255, 255, 255, 0);
  /* !important: plugin (wishlist.css) eşit specificity ile 0.4s bouncy transition tanımlıyor;
     yükleme sırası deterministik değil, gecikme hissini önlemek için sabitliyoruz. */
  transition:
    fill var(--sutore-pp-wishlist-hover-ms) var(--sutore-pp-wishlist-hover-ease),
    stroke var(--sutore-pp-wishlist-hover-ms) var(--sutore-pp-wishlist-hover-ease) !important;
}

@media (prefers-reduced-motion: reduce) {
  .sutore-pp-wishlist-btn.wishlist-btn {
    transition: none;
  }
  .sutore-pp-wishlist-btn.wishlist-btn .sutore-wishlist-heart-svg path {
    transition: none;
  }
}

/* Hover preview: favoride değilken dolu kalp (ekleme önizlemesi), favoride boş kalp
   (kaldırma önizlemesi). Tıklamadan sonra imleç buton üstündeyken JS
   .sutore-pp-wishlist-suppress-hover-preview class'ını ekler; bu class varken hover
   preview kuralları :not() ile eşleşmez → kalp yeni state'inde donar. */
.sutore-pp-wishlist-btn.wishlist-btn[aria-pressed="true"] .sutore-wishlist-heart-svg path,
.sutore-pp-wishlist-btn.wishlist-btn.active .sutore-wishlist-heart-svg path {
  fill: #222;
  stroke: #222;
}

@media (hover: hover) and (pointer: fine) {
  /* Inactive hover: ekleme önizleme — dolu kalp */
  .sutore-pp-wishlist-btn.wishlist-btn:not([aria-pressed="true"]):not(.active):hover:not(.sutore-pp-wishlist-suppress-hover-preview) .sutore-wishlist-heart-svg path {
    fill: #111;
    stroke: #111;
  }
  /* Active hover: kaldırma önizleme — boş kalp */
  .sutore-pp-wishlist-btn.wishlist-btn[aria-pressed="true"]:hover:not(.sutore-pp-wishlist-suppress-hover-preview) .sutore-wishlist-heart-svg path,
  .sutore-pp-wishlist-btn.wishlist-btn.active:hover:not(.sutore-pp-wishlist-suppress-hover-preview) .sutore-wishlist-heart-svg path {
    fill: rgba(255, 255, 255, 0);
    stroke: #111;
  }
  /* Plugin (wishlist.css) [aria-pressed="true"]:hover { fill: boş } kuralı yukarıdaki
     :not(.suppress) filtresine takılmıyor (selector farklı). Suppress açıkken plugin
     kuralını ezip kalbi yeni "dolu" state'inde tutuyoruz. */
  .sutore-pp-wishlist-btn.wishlist-btn[aria-pressed="true"].sutore-pp-wishlist-suppress-hover-preview:hover .sutore-wishlist-heart-svg path,
  .sutore-pp-wishlist-btn.wishlist-btn.active.sutore-pp-wishlist-suppress-hover-preview:hover .sutore-wishlist-heart-svg path {
    fill: #222;
    stroke: #222;
  }
}

/* Buybox kullanıldığında galeri üzerindeki enjekte tek-kalp butonunu gizle (çift kalp olmasın) */
.single-product div.product .product-images > .wishlist-btn-single.wishlist-btn-single-injected {
  display: none !important;
}

.sutore-pp-add.button,
.sutore-pp-fixed-add.button,
.sutore-pp-sheet-add.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.25;
  /* Tema .button:hover transform/filter/box-shadow ile çakışmasın. */
  transform: none;
  filter: none;
  box-shadow: none;
  transition:
    background-color 200ms ease,
    border-color 200ms ease,
    color 200ms ease,
    opacity 200ms ease;
  font-size: 16px;
  padding: 16px 30px;
  height: 50px;
  border-radius: 8px;
}

.sutore-pp-btn__label {
  white-space: nowrap;
}

.sutore-pp-add.button .sutore-pp-btn-check-svg,
.sutore-pp-fixed-add.button .sutore-pp-btn-check-svg,
.sutore-pp-sheet-add.button .sutore-pp-btn-check-svg {
  display: none;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.sutore-pp-add.button.is-success .sutore-pp-btn__label,
.sutore-pp-fixed-add.button.is-success .sutore-pp-btn__label,
.sutore-pp-sheet-add.button.is-success .sutore-pp-btn__label {
  display: none;
}

.sutore-pp-add.button.is-success .sutore-pp-btn-check-svg,
.sutore-pp-fixed-add.button.is-success .sutore-pp-btn-check-svg,
.sutore-pp-sheet-add.button.is-success .sutore-pp-btn-check-svg {
  display: block;
}

.sutore-pp-add.button.is-success svg.sutore-pp-btn-check-svg path,
.sutore-pp-fixed-add.button.is-success svg.sutore-pp-btn-check-svg path,
.sutore-pp-sheet-add.button.is-success svg.sutore-pp-btn-check-svg path {
  stroke: #fff;
}

.sutore-pp-add.button:not(.disabled):not(.is-loading):not(.is-success):hover,
.sutore-pp-fixed-add.button:not(.disabled):not(.is-loading):not(.is-success):hover,
.sutore-pp-sheet-add.button:not(.disabled):not(.is-loading):not(.is-success):hover {
  background-color: gray;
  transform: none;
  filter: none;
  box-shadow: none;
}

.sutore-pp-eta {
  font-size: 12px;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.75);
  margin-top: -4px;
}

.sutore-pp-one-size-note {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.72);
}

.sutore-pp-shipping-alert {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.04);
  font-size: 12px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.7);
}

.sutore-pp-shipping-alert__icon {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1.4;
}

.sutore-pp-add.disabled,
.sutore-pp-fixed-add.disabled {
  opacity: 0.6;
}

.sutore-pp-add.is-success,
.sutore-pp-fixed-add.is-success {
  opacity: 1;
}

.sutore-pp-add.disabled.is-loading,
.sutore-pp-fixed-add.disabled.is-loading {
  opacity: 0.6 !important;
}

.sutore-pp-add.disabled.is-success,
.sutore-pp-fixed-add.disabled.is-success {
  opacity: 1 !important;
}

.sutore-pp-add.added,
.sutore-pp-fixed-add.added {
  pointer-events: auto;
}

.sutore-pp-add.in-cart,
.sutore-pp-fixed-add.in-cart {
  pointer-events: auto;
}

.sutore-pp-sheet-buynow.disabled {
  opacity: 0.6;
  pointer-events: none;
}

.sutore-pp-sheet-buynow.is-loading {
  pointer-events: none;
  position: relative;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  text-shadow: none !important;
}

.sutore-pp-add.is-loading,
.sutore-pp-fixed-add.is-loading {
  pointer-events: none;
  position: relative;
  opacity: 0.6 !important;
}

.sutore-pp-add.is-loading .sutore-pp-btn__label,
.sutore-pp-fixed-add.is-loading .sutore-pp-btn__label,
.sutore-pp-sheet-add.is-loading .sutore-pp-btn__label {
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  text-shadow: none !important;
}

.sutore-pp-add.is-loading::after,
.sutore-pp-fixed-add.is-loading::after,
.sutore-pp-sheet-add.is-loading::after,
.sutore-pp-sheet-buynow.is-loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: rgba(255, 255, 255, 0.95);
  animation: sutorePpSpin 0.8s linear infinite;
}

.sutore-pp-add.is-success,
.sutore-pp-fixed-add.is-success {
  pointer-events: none;
  position: relative;
  opacity: 1 !important;
}

/* Fixed add-to-cart bar (mobile only) */
@media screen and (max-width: 849px) {
  .sutore-pp-fixedbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99998;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding: 10px 12px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: stretch;
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sutore-pp-fixedbar.is-visible {
    transform: translateY(0);
  }

  .sutore-pp-actions .sutore-pp-add,
  .sutore-pp-actions .sutore-pp-contact {
    transition:
      transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
      background-color 200ms ease,
      border-color 200ms ease,
      color 200ms ease,
      box-shadow 200ms ease;
  }

  .sutore-pp-actions.is-scrolled-out .sutore-pp-add,
  .sutore-pp-actions.is-scrolled-out .sutore-pp-contact {
    transform: translateY(-40px);
    opacity: 0;
  }

  .sutore-pp-fixedbar .sutore-pp-fixed-contact {
    grid-column: 1 / -1;
  }

  .sutore-pp-fixedbar .sutore-pp-fixed-actions-row {
    grid-column: 1 / -1;
  }

  .sutore-pp-fixedbar .sutore-pp-fixed-actions-row .sutore-pp-fixed-add.button {
    width: auto !important;
    flex: 1 1 auto;
    min-width: 0;
  }

  .sutore-pp-fixedbar .button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }

  html.sutore-pp-fixedbar-open,
  body.sutore-pp-fixedbar-open {
    padding-bottom: 76px;
  }
}

/* Web / geniş ekran: mobil sabit çubuk DOM’da kalır; akışta veya boşta görünmesin */
@media screen and (min-width: 850px) {
  .sutore-pp-fixedbar {
    display: none !important;
  }
}

/* Modal */
html.sutore-pp-modal-open {
  overflow: hidden;
  overscroll-behavior: none;
}

.sutore-pp-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.sutore-pp-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 380ms ease;
}

.sutore-pp-modal.is-open .sutore-pp-modal__overlay {
  opacity: 1;
}

.sutore-pp-modal__panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 560px);
  max-height: min(80dvh, 720px);
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.sutore-pp-sheet-header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  padding: 16px 16px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom-color: transparent;
  transition: border-bottom-color 250ms ease;
}
.sutore-pp-sheet-header.is-scrolled {
  border-bottom-color: rgba(0, 0, 0, 0.08);
}

.sutore-pp-sheet-handle {
  align-self: center;
  width: 44px;
  height: 4px;
  border-radius: 999px;
  background: #e6e6e6;
  margin-top: 2px;
  flex-shrink: 0;
  cursor: grab;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.sutore-pp-sheet-handle:active {
  cursor: grabbing;
}

.sutore-pp-sheet-title,
h2.sutore-pp-sheet-title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.sutore-pp-sheet-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Mobile drawer modal */
@media screen and (max-width: 849px) {
  /* Kapalı modal: galeri dokunuşunu yutmasın; visibility yalnızca tamamen gizlenince (animasyon bitince) */
  .sutore-pp-modal:not(.is-open) {
    pointer-events: none !important;
  }

  .sutore-pp-modal.sutore-pp-hidden {
    pointer-events: none !important;
    visibility: hidden;
  }

  .sutore-pp-modal.is-open {
    visibility: visible;
    pointer-events: auto;
  }

  .sutore-pp-modal__panel {
    left: 0;
    right: 0;
    top: auto;
    bottom: -50px;
    width: 100vw;
    max-height: 85dvh;
    border-radius: 16px 16px 0 0;
    transform: translateY(100%);
    transition: transform 380ms cubic-bezier(0.4, 0, 0.2, 1);
    touch-action: pan-y;
    will-change: transform;
    padding-bottom: calc(50px + env(safe-area-inset-bottom, 0px));
  }

  .sutore-pp-modal.is-open .sutore-pp-modal__panel {
    transform: translateY(0);
  }

  /* Sürükleme sırasında overlay opacity transition */
  .sutore-pp-modal__overlay {
    transition: opacity 300ms ease;
  }

  /*
   * Mobil modal: [1fr] [beden ortada] [1fr + Fast/Express sağda] — label-wrap display:contents
   */
  .sutore-pp-modal .sutore-pp-item {
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 10px;
  }

  .sutore-pp-modal .sutore-pp-item__label-wrap {
    display: contents;
  }

  /* Beden-only (renk yok): slug orta sütunda, ibare sağ kolonda */
  .sutore-pp-modal .sutore-pp-item:not(:has(> .sutore-pp-item__color)) .sutore-pp-item__label {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    text-align: center;
  }

  .sutore-pp-modal .sutore-pp-item:not(:has(> .sutore-pp-item__color)) .sutore-pp-item__meta-hints {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: center;
  }

  .sutore-pp-modal .sutore-pp-item:not(:has(> .sutore-pp-item__color)) .sutore-pp-item__price {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
    margin-top: 8px;
  }

  /* pa_color: swatch sol | label ortada (1fr) | ibare sağ */
  .sutore-pp-modal .sutore-pp-item:has(> .sutore-pp-item__color) {
    grid-template-columns: 1fr auto 1fr;
  }

  .sutore-pp-modal .sutore-pp-item:has(> .sutore-pp-item__color) .sutore-pp-item__color {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center;
    justify-self: start;
  }

  .sutore-pp-modal .sutore-pp-item:has(> .sutore-pp-item__color) .sutore-pp-item__label {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    text-align: center;
  }

  .sutore-pp-modal .sutore-pp-item:has(> .sutore-pp-item__color) .sutore-pp-item__meta-hints {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: center;
  }

  .sutore-pp-modal .sutore-pp-item:has(> .sutore-pp-item__color) .sutore-pp-item__price {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
    margin-top: 8px;
  }
}

.sutore-pp-modal__close {
  margin-left: auto;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.06);
  cursor: pointer;
  font-size: 22px;
  margin: 0;
}

.sutore-pp-modal__list {
  display: grid;
  gap: 0;
  padding-bottom: 0;
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
}

.sutore-pp-set-group {
  padding-top: 6px;
}

.sutore-pp-set-item {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
}

/* WooCommerce "Sepetim" (View cart) linkini gizle */
a.added_to_cart.wc-forward,
a.added_to_cart.wc-forward:visited {
  display: none !important;
}

.sutore-pp-item {
  border: 0;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  margin: 0;
  min-height: auto;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  transition: background-color 0.22s ease;
}

@media (hover: hover) and (pointer: fine) {
  .sutore-pp-item:hover:not(.is-selected) {
    background: #fafafa;
  }
}

.sutore-pp-item.is-selected {
  background: #f5f5f5;
}

.sutore-pp-item.is-out-of-stock {
  opacity: 0.85;
}

.sutore-pp-item__color {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: start;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
}

.sutore-pp-item__label-wrap {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-self: center;
  text-align: center;
  line-height: normal;
  min-width: 0;
}

.sutore-pp-item__label {
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
}

.sutore-pp-item__meta-hints {
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.42);
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.sutore-pp-item__price {
  grid-column: 2;
  grid-row: 2;
  justify-self: center;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.2;
  opacity: 0.75;
  text-align: center;
}

.sutore-pp-item__price del {
  opacity: 0.7;
  font-size: 12px;
}

/* Bottom sheet footer */
.sutore-pp-sheet-footer {
  position: relative;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  flex: 0 0 auto;
  padding: 16px;
}

.sutore-pp-sheet-missing {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.22s ease;
}

.sutore-pp-sheet-actions {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.sutore-pp-sheet-back.button {
  flex: 0 0 92px;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: inherit;
}

.sutore-pp-sheet-buynow.button,
.sutore-pp-sheet-add.button {
  flex: 1 1 0;
  min-width: 0;
  justify-content: center;
  margin: 0;
  padding: 0 16px;
}

.sutore-pp-sheet-add.button {
  width: auto;
}

.sutore-pp-sheet-actions .sutore-pp-sheet-add.button {
  width: auto;
  min-height: 44px;
}
.sutore-pp-sheet-actions .sutore-pp-sheet-add.button.disabled {
  opacity: 1;
  background: #f5f5f5;
  color: #b5b5b5;
  border-color: #f5f5f5;
}

.sutore-pp-sheet-add.is-loading {
  pointer-events: none;
  position: relative;
}

.sutore-pp-sheet-add.is-loading .sutore-pp-btn__label {
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  text-shadow: none !important;
}

@keyframes sutorePpSpin {
  to {
    transform: rotate(360deg);
  }
}

.sutore-pp-sheet-add.is-success {
  pointer-events: none;
  position: relative;
}

.sutore-pp-sheet-add.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.sutore-pp-sheet-add.disabled.is-loading {
  opacity: 0.6 !important;
}

.sutore-pp-sheet-add.disabled.is-success {
  opacity: 1 !important;
}

.sutore-pp-badge {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.06);
}

.sutore-pp-badge--express {
  background: rgba(0, 0, 0, 0.1);
}

.sutore-pp-badge--fast {
  background: rgba(0, 0, 0, 0.08);
}

/* Notify */
.sutore-pp-modal__notify {
  margin-top: 12px;
  display: grid;
  gap: 10px;
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.sutore-pp-notify__email {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.sutore-pp-notify__consent {
  display: flex;
  gap: 10px;
  font-size: 12px;
  line-height: 1.35;
}

.sutore-pp-msg--error {
  color: #b00020;
}
.sutore-pp-msg--success {
  color: #0f6a2a;
}

/* Re-sutore condition modal (sutore-urun-sayfasi ile aynı) */
.resale-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
  z-index: 10000050;
  display: flex;
  isolation: isolate;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.resale-modal-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.resale-modal-content {
  background: #fff;
  width: 100%;
  max-width: 480px;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: scale(0.95);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  max-height: 80vh;
}

.resale-modal-overlay.is-visible .resale-modal-content {
  transform: scale(1);
}

.resale-modal-header {
  padding: 18px 20px;
  text-align: center;
  border-bottom: 1px solid #eee;
  position: relative;
}

.resale-modal-header__title,
.resale-modal-header h2,
.resale-modal-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
}

.condition-guide-item .cg-title,
h3.cg-title {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

.close-resale-modal {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  color: #222;
  padding: 5px;
}

.resale-modal-body {
  padding: 0 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.condition-guide-item {
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}

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

.cg-title {
  font-weight: 500;
  font-size: 13.6px;
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222;
}

.cg-desc {
  font-size: 13.6px;
  color: #878787;
  line-height: 1.5;
  margin: 0;
}

.cg-check-icon {
  font-size: 16px;
  color: #000;
}

.condition-guide-item.active .cg-title {
  color: #000;
  font-weight: 600;
}

@media (max-width: 768px) {
  .resale-modal-overlay {
    align-items: flex-end;
  }

  .resale-modal-content {
    max-width: 100%;
    border-radius: 20px 20px 0 0;
    transform: translateY(100%);
    max-height: 85vh;
    margin-bottom: 0;
  }

  .resale-modal-overlay.is-visible .resale-modal-content {
    transform: translateY(0);
  }
}

/* --- Notify Offcanvas --- */
.sutore-pp-offcanvas {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  isolation: isolate;
}
.sutore-pp-offcanvas.sutore-pp-hidden {
  display: none;
}
.sutore-pp-offcanvas__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.sutore-pp-offcanvas.is-open .sutore-pp-offcanvas__overlay {
  opacity: 1;
}
.sutore-pp-offcanvas__panel {
  position: relative;
  width: 400px;
  max-width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
  z-index: 1;
  backface-visibility: hidden;
}
@media (max-width: 849px) {
  .sutore-pp-offcanvas__panel {
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .sutore-pp-offcanvas.is-open .sutore-pp-offcanvas__panel {
    transform: translateX(0);
  }
}
.sutore-pp-offcanvas__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  flex: 0 0 auto;
}
.sutore-pp-offcanvas__title,
h2.sutore-pp-offcanvas__title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.sutore-pp-offcanvas__close {
  background: none;
  border: none;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px;
  color: #333;
}
.sutore-pp-offcanvas__body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 24px 20px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sutore-pp-offcanvas__image {
  text-align: center;
}
.sutore-pp-offcanvas__image img {
  max-width: 200px;
  height: auto;
  border-radius: 8px;
}
.sutore-pp-offcanvas__stock-text {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.sutore-pp-offcanvas__select {
  width: 100%;
  padding: 12px 14px;
  padding-right: 36px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23333' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 14px center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
}
.sutore-pp-offcanvas__email {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
}
.sutore-pp-offcanvas__consent {
  display: flex;
  gap: 10px;
  font-size: 12px;
  line-height: 1.4;
  align-items: flex-start;
}
.sutore-pp-offcanvas__consent input[type="checkbox"] {
  flex: 0 0 auto;
  margin-top: 2px;
}
.sutore-pp-offcanvas__msg {
  min-height: 0;
}
.sutore-pp-offcanvas__footer {
  flex: 0 0 auto;
  padding: 16px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.sutore-pp-offcanvas__submit.button {
  width: 100%;
  justify-content: center;
  padding: 14px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
}
.sutore-pp-offcanvas__submit.is-loading {
  opacity: 0.6;
  pointer-events: none;
}
/* Offcanvas’lar JS ile body’de; scroll kilidi overflow yerine wheel/touch — sticky buybox sıçramaz */
.sutore-pp-notify-trigger {
  display: block;
  font-size: 12px;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.22s ease;
}
.sutore-pp-sheet-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sutore-pp-sheet-links a {
  font-size: 12px;
  text-decoration: underline;
  color: inherit;
  align-self: flex-end;
  margin-bottom: 12px;
}
.sutore-pp-price-info-trigger {
  font-size: 12px;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.22s ease;
}

@media (hover: hover) and (pointer: fine) {
  /* Tema link hover override edebiliyor; bu üç link aynı efekti garanti etsin. */
  .sutore-pp-buybox .sutore-pp-price-info-trigger:hover,
  .sutore-pp-buybox .sutore-pp-notify-trigger:hover,
  .sutore-pp-buybox .sutore-pp-sheet-missing:hover,
  .sutore-pp-sheet-footer .sutore-pp-notify-trigger:hover,
  .sutore-pp-sheet-footer .sutore-pp-sheet-links a.sutore-pp-notify-trigger:hover {
    opacity: 0.72 !important;
    color: inherit !important;
  }
}

.sutore-pp-price-offcanvas {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  isolation: isolate;
}
.sutore-pp-price-offcanvas.sutore-pp-hidden {
  display: none;
}
.sutore-pp-price-offcanvas .sutore-pp-offcanvas__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.sutore-pp-price-offcanvas.is-open .sutore-pp-offcanvas__overlay {
  opacity: 1;
}
@media (max-width: 849px) {
  .sutore-pp-price-offcanvas .sutore-pp-offcanvas__panel {
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .sutore-pp-price-offcanvas.is-open .sutore-pp-offcanvas__panel {
    transform: translateX(0);
  }
}
.sutore-pp-price-offcanvas .sutore-pp-offcanvas__body p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #333;
}
.sutore-pp-price-offcanvas__ok.button {
  width: 100%;
  justify-content: center;
  padding: 14px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
}
/* Desktop: ortalanmış modal — mobilde translateX ile çakışmasın diye scale sadece burada */
@media screen and (min-width: 850px) {
  .sutore-pp-offcanvas,
  .sutore-pp-price-offcanvas {
    justify-content: center;
    align-items: center;
  }
  .sutore-pp-offcanvas .sutore-pp-offcanvas__panel,
  .sutore-pp-price-offcanvas .sutore-pp-offcanvas__panel {
    width: min(480px, 90vw);
    max-height: min(80dvh, 640px);
    height: auto;
    border-radius: 14px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
    transform: scale(0.94);
    opacity: 0;
    transform-origin: center center;
    transition:
      transform 0.28s cubic-bezier(0.2, 0, 0, 1),
      opacity 0.28s ease;
  }
  .sutore-pp-offcanvas.is-open .sutore-pp-offcanvas__panel,
  .sutore-pp-price-offcanvas.is-open .sutore-pp-offcanvas__panel {
    transform: scale(1);
    opacity: 1;
  }
}

/* Desktop inline dropdown — must be last to override base item styles */
@media screen and (min-width: 850px) {
  .sutore-pp-buybox {
    position: relative;
    overflow: visible;
  }

  /* Sabit slot = tetik; açılan liste absolute ile CTA/wishlist üzerine bindirir */
  .sutore-pp-dropdown,
  .sutore-pp-set-row__slot {
    --sutore-pp-dropdown-trigger-h: 50px;
    --sutore-pp-dropdown-surface-border: 1px;
    position: relative;
    z-index: 100;
    width: 100%;
    box-sizing: border-box;
    height: calc(var(--sutore-pp-dropdown-trigger-h) + 2 * var(--sutore-pp-dropdown-surface-border));
    min-height: calc(var(--sutore-pp-dropdown-trigger-h) + 2 * var(--sutore-pp-dropdown-surface-border));
  }

  .sutore-pp-dropdown {
    margin-bottom: 12px;
  }

  .sutore-pp-set-row:has(.sutore-pp-dropdown__surface.is-expanded) {
    z-index: 102;
  }

  .sutore-pp-set-row__slot {
    margin: 0;
  }

  /* Masaüstü: paylaşılan set modalı host'ta saklanır, satır surface'ine taşınır */
  .sutore-pp-modal-host {
    position: absolute;
    width: 1px;
    height: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    padding: 0;
    margin: -1px;
  }

  /* Akordeon: surface max-height (grid 0fr→px tarayıcıda animasyonsuz kalabiliyor) */
  .sutore-pp-dropdown__surface {
    --sutore-pp-dropdown-max-list-h: 280px;
    --sutore-pp-dropdown-closed-h: calc(var(--sutore-pp-dropdown-trigger-h) + 2 * var(--sutore-pp-dropdown-surface-border));
    --sutore-pp-dropdown-open-h: calc(var(--sutore-pp-dropdown-closed-h) + var(--sutore-pp-dropdown-max-list-h));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: var(--sutore-pp-dropdown-closed-h);
    border: var(--sutore-pp-dropdown-surface-border) solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    isolation: isolate;
    transform: translateZ(0);
    box-shadow: none;
    transition: max-height 380ms cubic-bezier(0.2, 0, 0, 1);
  }

  .sutore-pp-dropdown__surface.is-expanded {
    max-height: var(--sutore-pp-dropdown-open-h);
    box-shadow: none;
  }

  .sutore-pp-dropdown__surface.is-expanded .sutore-pp-select__chev {
    transform: rotate(225deg);
  }

  /* Inline accordion: modal surface içinde kalır; kapalıyken display:none kullanılmaz */
  .sutore-pp-dropdown__surface > .sutore-pp-modal.sutore-pp-hidden {
    display: block !important;
    visibility: visible !important;
    pointer-events: none;
  }

  .sutore-pp-dropdown__surface > .sutore-pp-modal:not(.is-open) {
    pointer-events: none;
  }

  .sutore-pp-dropdown__surface > .sutore-pp-modal.is-open {
    pointer-events: auto;
  }

  .sutore-pp-dropdown__surface > .sutore-pp-select {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    min-height: var(--sutore-pp-dropdown-trigger-h);
    height: var(--sutore-pp-dropdown-trigger-h);
    max-height: var(--sutore-pp-dropdown-trigger-h);
    margin: 0 !important;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none;
    background: #fff;
    z-index: auto;
    flex: 0 0 var(--sutore-pp-dropdown-trigger-h);
  }

  .sutore-pp-actions {
    position: relative;
    z-index: 1;
  }

  .sutore-pp-modal {
    position: absolute;
    inset: auto;
    left: 0;
    right: 0;
    z-index: 2;
  }

  .sutore-pp-dropdown .sutore-pp-modal,
  .sutore-pp-dropdown__surface > .sutore-pp-modal {
    position: static !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
    z-index: auto !important;
    display: block;
    flex: 0 0 auto;
    min-height: 0;
    overflow: hidden;
  }

  .sutore-pp-modal__overlay {
    display: none !important;
  }

  .sutore-pp-modal__panel {
    position: relative;
    left: auto;
    top: auto;
    transform: none !important;
    width: 100%;
    max-height: 0;
    border-radius: 0;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #fff;
    transition: max-height 350ms cubic-bezier(0.2, 0, 0, 1);
  }

  /* Inline accordion: yükseklik surface max-height ile; panel kendi animasyonu yok */
  .sutore-pp-dropdown__surface > .sutore-pp-modal .sutore-pp-modal__panel {
    max-height: var(--sutore-pp-dropdown-max-list-h) !important;
    min-height: 0;
    border: none !important;
    border-radius: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    transition: none !important;
  }

  /* Tek kaydırma alanı: başlık linki + beden satırları + footer linki birlikte kayar */
  .sutore-pp-modal__list {
    flex: 0 0 auto;
    min-height: 0;
    overflow: visible;
  }
  .sutore-pp-sheet-header {
    padding: 0;
    border-bottom: none;
  }
  .sutore-pp-sheet-handle {
    display: none;
  }
  .sutore-pp-sheet-title {
    display: none;
  }
  .sutore-pp-modal__close {
    display: none !important;
  }
  /* Fiyat bilgisi + Size missing: satır padding; tipografi eski link stili (12px / normal) */
  .sutore-pp-price-info-trigger {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 12px 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
    color: inherit;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.22s ease;
  }
  .sutore-pp-sheet-footer {
    border-top: none;
    padding: 0;
  }
  .sutore-pp-sheet-footer .sutore-pp-sheet-actions {
    display: none;
  }
  .sutore-pp-sheet-footer .sutore-pp-sheet-links {
    gap: 0;
  }
  .sutore-pp-sheet-footer .sutore-pp-sheet-links a.sutore-pp-notify-trigger {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 12px 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
    color: inherit;
    cursor: pointer;
    align-self: stretch;
    opacity: 1;
    transition: opacity 0.22s ease;
  }

  /* Hover efektleri artık global olarak link sınıflarında yönetiliyor. */

  .sutore-pp-item {
    padding: 12px 16px;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto;
  }
  .sutore-pp-item__color {
    grid-column: 1;
    grid-row: 1;
    margin-right: 10px;
  }

  /* Web dropdown: sadece renk listesinde (pa_color/pa_renk) boş badge göster */
  .sutore-pp-item[data-taxonomy="pa_color"],
  .sutore-pp-item[data-taxonomy="pa_renk"] {
    grid-template-columns: 20px 1fr auto;
    column-gap: 10px;
    position: relative;
  }
  .sutore-pp-item[data-taxonomy="pa_color"] .sutore-pp-item__color,
  .sutore-pp-item[data-taxonomy="pa_renk"] .sutore-pp-item__color {
    margin-right: 0;
  }
  .sutore-pp-item[data-taxonomy="pa_color"]:not(:has(> .sutore-pp-item__color))::before,
  .sutore-pp-item[data-taxonomy="pa_renk"]:not(:has(> .sutore-pp-item__color))::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
  }
  .sutore-pp-item__color ~ .sutore-pp-item__label-wrap {
    grid-column: 2;
  }
  .sutore-pp-item__label-wrap {
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
    text-align: left;
    justify-content: flex-start;
  }
  .sutore-pp-item__label {
    font-size: 14px;
    font-weight: 700;
  }
  .sutore-pp-item__meta-hints {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.38);
  }
  .sutore-pp-item__price {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    margin-top: 0;
    font-size: 14px;
    opacity: 1;
    text-align: right;
  }
}

/* [sutore_product_description] — tam genişlik açıklama + 4 eşit meta kutusu */
.sutore-pp-product-description {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.sutore-pp-product-description__body {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.sutore-pp-product-description__body-content {
  min-width: 0;
}

.sutore-pp-product-description__body-content p,
.sutore-pp-product-description__body-content li {
  text-align: left !important;
}

.sutore-pp-product-description__body-content p + p {
  margin-top: 1em;
}

.sutore-pp-product-description__section-title {
  margin: 0 0 12px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.sutore-pp-product-description__meta-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
}

.sutore-pp-product-description__meta-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  gap: 12px 16px;
  align-items: stretch;
}

.sutore-pp-product-description__meta-col {
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.sutore-pp-resale-brand-link,
.sutore-pp-resale-brand-link:visited {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .sutore-pp-resale-brand-link:hover {
    opacity: 0.72;
  }
}

.sutore-pp-product-description__cond-trigger {
  display: inline;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: none;
  text-align: left;
  vertical-align: baseline;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  opacity: 1;
  transition: opacity 0.22s ease;
}

.sutore-pp-resale-info-row .sutore-pp-product-description__cond-trigger {
  text-align: inherit;
}

.sutore-pp-product-description__meta-value .sutore-pp-product-description__cond-trigger {
  max-width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .sutore-pp-product-description__cond-trigger:hover {
    opacity: 0.72;
  }
}

.sutore-pp-product-description__meta-label,
h3.sutore-pp-product-description__meta-label {
  margin: 0 0 4px;
  font-weight: 700;
  font-size: inherit;
  line-height: 1.35;
  display: block;
}

.sutore-pp-product-description__meta-value {
  line-height: 1.5;
}

.sutore-pp-product-description__meta-value a,
.sutore-pp-product-description__meta-value a:visited,
.sutore-pp-product-description__meta-value .sutore-pp-product-description__cond-trigger {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .sutore-pp-product-description__meta-value a:hover,
  .sutore-pp-product-description__meta-value .sutore-pp-product-description__cond-trigger:hover {
    color: inherit;
    opacity: 0.72;
  }
}

@media screen and (max-width: 768px) {
  .sutore-pp-product-description__meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 420px) {
  .sutore-pp-product-description__meta-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
