/* Katalog, sepet, ürün detay — Molla uyumu */

/* Header normal akışta; Molla'nın 35px main offset'i gereksiz boşluk bırakıyor */
body:not(.home-hero) .main.main-top {
  margin-top: 0 !important;
}

.page-content {
  padding: 2rem 0 3rem;
}

.breadcrumb-nav {
  background: #f8f8f8;
  padding: 0;
  margin-bottom: 0.5rem;
}

.breadcrumb-nav .container,
.breadcrumb-nav .container-fluid {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.breadcrumb-nav .breadcrumb {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
}

.breadcrumb-nav .breadcrumb-item {
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.35;
}

/* ─── Tam genişlik katalog + açılır filtre ─── */
.arzen-catalog-page {
  padding-top: 1.25rem;
}

.arzen-catalog-title {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 0.25rem;
}

.arzen-catalog-count {
  color: #888;
  font-size: 0.9rem;
}

.arzen-catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1.5rem;
  padding: 0 0.15rem;
}

.arzen-filter-trigger {
  appearance: none;
  background: #fff;
  border: 1px solid #222;
  color: #111;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.55rem 1.35rem;
  min-width: 96px;
  cursor: pointer;
  line-height: 1.2;
}

.arzen-filter-trigger:hover {
  background: #111;
  color: #fff;
}

.arzen-sort-select {
  appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 0.6rem center;
  border: 1px solid #ddd;
  color: #111;
  font-size: 0.85rem;
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  min-width: 160px;
  cursor: pointer;
}

.arzen-product-grid .product {
  margin-bottom: 0.85rem;
}

.arzen-product-grid > .row {
  --bs-gutter-x: 0.45rem;
  --bs-gutter-y: 0.55rem;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
}

.arzen-product-grid > .row > [class*="col-"] {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-bottom: var(--bs-gutter-y);
}

@media (max-width: 767.98px) {
  .arzen-catalog-page > .container-fluid {
    padding-left: 0.45rem;
    padding-right: 0.45rem;
  }

  .arzen-product-grid > .row {
    --bs-gutter-x: 0.28rem;
    --bs-gutter-y: 0.4rem;
  }

  .arzen-product-grid .product {
    margin-bottom: 0.55rem;
  }
}

.arzen-product-grid .product-media {
  margin: 0;
  background: #f4f4f4;
}

.arzen-product-media-link {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #f0f0f0;
  text-decoration: none !important;
  color: inherit;
}

.arzen-no-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}

.arzen-product-media-link.is-no-image .arzen-no-image {
  display: flex;
}

.arzen-no-image__label {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #999;
}

.arzen-product-media-link .product-image,
.arzen-product-media-link .product-image-hover {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.arzen-product-media-link .product-image.is-broken,
.arzen-product-media-link.is-no-image .product-image,
.arzen-product-media-link.is-no-image .product-image-hover {
  display: none !important;
}

.arzen-product-grid .product-label {
  background: #111;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  border-radius: 0;
  padding: 0.35rem 0.55rem;
}

/* Liste / benzer ürün / widget kartları — demo-13 eski fiyat üstünü çizmez */
.product .product-price .old-price {
  color: #999;
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}

.product .product-price .new-price,
.product-detail-wrapper .new-price,
.arzen-pdp-sticky-cart__price .new-price {
  color: #c00 !important;
}

.product .product-price .new-price.is-campaign,
.product-card .price-current.is-campaign {
  color: #b45309 !important;
}

.arzen-product-grid .product-label.label-campaign {
  background: #b45309;
  color: #fff;
  max-width: calc(100% - 1rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.arzen-card-campaign-name {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #b45309;
  line-height: 1.3;
}

.product-card .badge-campaign {
  background: #b45309;
  color: #fff;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-card-campaign-name {
  display: block;
  width: 100%;
  margin-top: 0.2rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #b45309;
  line-height: 1.3;
}

/* Mobil liste: başlık/fiyat oranı küçült */
@media (max-width: 767.98px) {
  .product .product-body {
    padding-top: 0.55rem;
    padding-bottom: 0.35rem;
  }

  .product .product-title {
    font-size: 0.9rem !important;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.01em;
    margin-bottom: 0.15rem;
  }

  .product .product-price {
    font-size: 1.05rem !important;
    margin-bottom: 0.55rem;
    gap: 0.3rem;
  }

  .product .product-price .old-price {
    font-size: 0.85rem;
  }

  .product .product-price .new-price {
    font-size: 1.05rem;
  }
}

.arzen-catalog-results.is-loading {
  opacity: 0.45;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

.arzen-filter-trigger.has-filters {
  background: #111;
  color: #fff;
}

.arzen-size-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  padding: 4px 10px;
  border: 1px solid #ddd;
  cursor: pointer;
  font-size: 15px;
}

.arzen-size-chip.is-active {
  background: #333;
  color: #fff;
  border-color: #333;
}

.color-indicator {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  margin-right: 6px;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
}

/* Filtre drawer */
.arzen-filter-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.35);
  border: 0;
  padding: 0;
  cursor: pointer;
}

.arzen-filter-backdrop[hidden] {
  display: none !important;
}

.arzen-filter-drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: min(360px, 92vw);
  height: 100%;
  background: #fff;
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.12);
  transform: translateX(-105%);
  transition: transform 0.28s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.arzen-filter-drawer.is-open {
  transform: translateX(0);
}

.arzen-filter-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid #eee;
  flex-shrink: 0;
}

.arzen-filter-drawer__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.arzen-filter-drawer__close {
  appearance: none;
  background: transparent;
  border: 0;
  font-size: 1.75rem;
  line-height: 1;
  color: #333;
  cursor: pointer;
  padding: 0 0.15rem;
}

.arzen-filter-drawer__body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 1rem 1.25rem 2rem;
}

.arzen-filter-widget {
  margin-bottom: 1.5rem;
}

.arzen-filter-widget__title {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
  color: #111;
}

.arzen-filter-clear {
  display: inline-block;
  font-size: 0.8rem;
  color: #666;
  text-decoration: underline;
}

.arzen-filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.arzen-filter-list li {
  margin: 0 0 0.45rem;
}

.arzen-filter-list a {
  color: #333;
  text-decoration: none;
  font-size: 0.9rem;
}

.arzen-filter-list a:hover {
  text-decoration: underline;
}

.arzen-filter-options {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  max-height: 240px;
  overflow-y: auto;
}

.arzen-filter-check {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.9rem;
  cursor: pointer;
  margin: 0;
}

.arzen-filter-check input {
  margin: 0;
}

.arzen-filter-sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.arzen-filter-price {
  display: flex;
  gap: 0.5rem;
}

/* Ürün detay galeri — kırpma yok, üst hizalı */
.product-gallery .main-image {
  overflow: visible;
  background: #fff;
  position: relative;
}

.product-gallery .main-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
  object-position: center top;
}

.arzen-pdp-fav {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  text-decoration: none !important;
  transition: transform 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

.arzen-pdp-fav:hover,
.arzen-pdp-fav:focus {
  background: #fff;
  color: #c00;
  transform: scale(1.06);
  outline: none;
}

.arzen-pdp-fav__icon {
  font-size: 1.55rem;
  line-height: 1;
}

.arzen-pdp-fav__icon--filled {
  display: none;
  color: #c00;
}

.arzen-pdp-fav.is-active .arzen-pdp-fav__icon--outline {
  display: none;
}

.arzen-pdp-fav.is-active .arzen-pdp-fav__icon--filled {
  display: inline-block;
}

.arzen-pdp-fav.is-busy {
  opacity: 0.65;
  pointer-events: none;
}

.product-thumbs {
  margin-top: 1rem;
}

.product-thumbs button {
  border: 1px solid #eee;
  padding: 0;
  background: #fff;
  margin: 0 4px 4px 0;
}

.product-thumbs button.active {
  border-color: #c96;
}

.product-thumbs img {
  width: 72px;
  height: 96px;
  object-fit: contain;
  object-position: center top;
  background: #fff;
}

.size-option.selected,
.arzen-color-dot.selected {
  outline: 2px solid #c96;
  outline-offset: 2px;
}

/* Beden seçimi — canlı Arzen chip stili */
.arzen-pdp-sizes {
  margin: 0.55rem 0 0.85rem;
}

.arzen-pdp-sizes__label {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 0.45rem;
}

.arzen-pdp-sizes__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.arzen-size-chip.size-option,
.product-details .arzen-pdp-sizes .size-option.arzen-size-chip {
  appearance: none;
  -webkit-appearance: none;
  min-width: 4.5rem;
  min-height: 2.75rem;
  padding: 0.65rem 1.1rem;
  margin: 0;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #222 !important;
  font-size: 1.35rem !important;
  font-weight: 500 !important;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: none !important;
  outline: none !important;
  opacity: 1 !important;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.product-details .arzen-pdp-sizes .size-option.arzen-size-chip:hover:not(:disabled):not(.disabled):not(.selected),
.product-details .arzen-pdp-sizes .size-option.arzen-size-chip:focus:not(:disabled):not(.disabled):not(.selected) {
  border-color: #ccc !important;
  color: #222 !important;
  background: #fff !important;
}

.product-details .arzen-pdp-sizes .size-option.arzen-size-chip.selected,
.product-details .arzen-pdp-sizes .size-option.arzen-size-chip.selected:hover,
.product-details .arzen-pdp-sizes .size-option.arzen-size-chip.selected:focus {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
  outline: none !important;
  box-shadow: none !important;
}

.product-details .arzen-pdp-sizes .size-option.arzen-size-chip.disabled,
.product-details .arzen-pdp-sizes .size-option.arzen-size-chip:disabled {
  position: relative;
  background: #fff !important;
  border-color: #ddd !important;
  color: #aaa !important;
  text-decoration: none !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
  pointer-events: none;
  outline: none !important;
  box-shadow: none !important;
  overflow: hidden;
}

.product-details .arzen-pdp-sizes .size-option.arzen-size-chip.disabled::after,
.product-details .arzen-pdp-sizes .size-option.arzen-size-chip:disabled::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  height: 1.5px;
  background: #999;
  transform: rotate(-32deg);
  pointer-events: none;
}

.product-details .arzen-pdp-sizes .size-option.arzen-size-chip.disabled.selected,
.product-details .arzen-pdp-sizes .size-option.arzen-size-chip:disabled.selected {
  background: #f3f3f3 !important;
  border-color: #bbb !important;
  color: #888 !important;
}

.product-details .arzen-pdp-sizes .size-option.arzen-size-chip.disabled.selected::after,
.product-details .arzen-pdp-sizes .size-option.arzen-size-chip:disabled.selected::after {
  background: #888;
}

.arzen-color-swatches {
  align-items: flex-start;
}

/* ─── Ürün detay: canlı Arzen layout ─── */
/* Yalnızca PDP bilgi alanı — benzer ürün kartları listeleme tipografisini korur */
.product-detail-wrapper .product-details > .product-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.arzen-pdp-color-name {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #333;
  margin: 0 0 0.35rem;
}

.product-detail-wrapper .product-details > .product-content {
  margin-bottom: 0.55rem;
}

.product-detail-wrapper .product-details > .product-content p:last-child {
  margin-bottom: 0;
}

.arzen-pdp-sku {
  font-size: 1.3rem;
}

.arzen-pdp-section-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #222;
}

.arzen-pdp-desc__body {
  position: relative;
  line-height: 1.65;
  color: #555;
}

.arzen-pdp-desc.is-collapsible:not(.is-expanded) .arzen-pdp-desc__body {
  max-height: calc(1.65em * 8);
  overflow: hidden;
}

.arzen-pdp-desc.is-collapsible:not(.is-expanded) .arzen-pdp-desc__body::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.75em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 85%);
  pointer-events: none;
}

.arzen-pdp-desc__toggle {
  display: inline-flex;
  align-items: center;
  margin-top: 0.65rem;
  padding: 0;
  border: 0;
  background: none;
  color: #111;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  cursor: pointer;
}

.arzen-pdp-desc__toggle:hover,
.arzen-pdp-desc__toggle:focus {
  color: #000;
  outline: none;
}

.arzen-pdp-desc__toggle[hidden] {
  display: none !important;
}

.product-detail-wrapper .product-details > .product-price.price-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0.25rem;
  margin-top: 0.15rem;
  margin-bottom: 0.75rem;
  font-size: inherit;
  line-height: 1.25;
  color: inherit;
}

.product-detail-wrapper .arzen-pdp-price-label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #888;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.product-detail-wrapper .arzen-pdp-price-values {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.65rem;
  width: 100%;
}

.product-detail-wrapper .product-details > .product-price .old-price {
  display: inline-block;
  margin: 0;
  color: #999;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}

.product-detail-wrapper .product-details > .product-price .old-price.d-none {
  display: none !important;
}

.product-detail-wrapper .product-details > .product-price .new-price.is-campaign {
  color: #b45309 !important;
}

.product-detail-wrapper .arzen-pdp-campaign-name {
  margin-top: 0.35rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #b45309;
  letter-spacing: 0.01em;
}

.product-detail-wrapper .product-details > .product-price .new-price {
  color: #c00 !important;
  font-size: 2rem;
  font-weight: 600;
}

/* Diğer renkleri — tek satır label + sıkı boşluk */
.product-detail-wrapper .product-details > .details-filter-row {
  margin-bottom: 0.75rem;
}

.product-detail-wrapper .arzen-pdp-colors {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0.55rem;
}

.product-detail-wrapper .arzen-pdp-colors__label {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 0 0.45rem !important;
  padding: 0;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 600;
  color: #222;
}

.product-detail-wrapper .product-details-action .btn-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  max-width: 100%;
  padding: 1.15rem 2.5rem;
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: none !important;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.product-detail-wrapper .product-details-action .btn-cart:hover,
.product-detail-wrapper .product-details-action .btn-cart:focus {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

.product-detail-wrapper .product-details-action .btn-cart:disabled,
.product-detail-wrapper .product-details-action .btn-cart.disabled {
  background-color: #f5f5f5 !important;
  color: #999 !important;
  border-color: #ddd !important;
  cursor: not-allowed;
}

.arzen-color-swatch {
  position: relative;
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: none !important;
  overflow: visible;
  cursor: pointer;
}

.arzen-color-swatch::after {
  content: attr(data-color-name);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 6px);
  transform: translateX(-50%) translateY(2px);
  padding: 0.25rem 0.45rem;
  border-radius: 0.25rem;
  background: #222;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 5;
  transition: opacity 0.08s ease, visibility 0.08s ease, transform 0.08s ease;
}

.arzen-color-swatch:hover::after,
.arzen-color-swatch:focus-visible::after {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.arzen-color-swatch img,
.arzen-color-swatch__fallback {
  display: block;
  width: 64px;
  height: 80px;
  object-fit: contain;
  object-position: center top;
  border-radius: 0.25rem;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.arzen-color-swatch.selected img,
.arzen-color-swatch.selected .arzen-color-swatch__fallback {
  outline: 2px solid #c96;
  outline-offset: 2px;
}

/* Alt büyük detay görselleri — 2'li grid (canlı Arzen) */
.product-detail-bottom-images {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.product-detail-bottom-images .row {
  margin-left: 0;
  margin-right: 0;
}

.product-detail-bottom-images [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.product-detail-bottom-images .detail-bottom-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center top;
  background: #fff;
}

.arzen-detail-bottom-link {
  display: block;
  line-height: 0;
}

.product-detail-wrapper .product-gallery .main-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
}

.arzen-pdp-gallery__viewport {
  display: none;
}

.arzen-pdp-gallery__dots {
  display: none;
}

.product-detail-wrapper .product-gallery .thumbs,
.product-detail-wrapper .product-thumbs {
  display: none !important;
}

@media (max-width: 767.98px) {
  .arzen-pdp-gallery__main {
    display: none !important;
  }

  .arzen-pdp-gallery__viewport {
    display: block;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    touch-action: pan-x;
  }

  .arzen-pdp-gallery__viewport::-webkit-scrollbar {
    display: none;
  }

  .arzen-pdp-gallery__track {
    display: flex;
    width: 100%;
  }

  .arzen-pdp-gallery__slide {
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    line-height: 0;
    background: #fff;
  }

  .arzen-pdp-gallery__slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center top;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
  }

  .arzen-pdp-gallery__dots:not([hidden]) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 0.75rem;
  }

  .arzen-pdp-gallery__dot {
    width: 0.45rem;
    height: 0.45rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
  }

  .arzen-pdp-gallery__dot.is-active {
    background: #111;
  }

  /* Mobilde swipe galeri yeterli; altta tekrar gösterme */
  .product-detail-bottom-images {
    display: none;
  }

  .arzen-pdp-color-name {
    font-size: 1.35rem;
  }
}

.product-title-cart {
  font-size: 16px !important;
}

.table-cart .product-media img {
  max-width: 100px;
}

/* Sepet miktar − / + */
.arzen-cart-qty {
  display: inline-flex;
  align-items: stretch;
  height: 2.75rem;
  border: 1px solid #222;
  background: #fff;
  overflow: hidden;
}

.arzen-cart-qty__btn {
  flex: 0 0 2.4rem;
  width: 2.4rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
  color: #111;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.arzen-cart-qty__btn:hover,
.arzen-cart-qty__btn:focus {
  background: #111;
  color: #fff;
  outline: none;
}

.arzen-cart-qty__btn:active {
  background: #000;
  color: #fff;
}

.arzen-cart-qty__input {
  flex: 1 1 auto;
  width: 2.75rem;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  background: #fff;
  color: #111;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 2.75rem;
  -moz-appearance: textfield;
  appearance: textfield;
}

.arzen-cart-qty__input::-webkit-outer-spin-button,
.arzen-cart-qty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.arzen-cart-qty.is-busy {
  opacity: 0.65;
  pointer-events: none;
}

.arzen-cart-product {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.arzen-cart-product__info {
  min-width: 0;
  flex: 1 1 auto;
}

.arzen-cart-product__variant {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.15rem;
  line-height: 1.35;
  color: #777;
}

.arzen-cart-product__price {
  display: none;
}

.arzen-cart-product__price .old-price,
.arzen-cart-table .price-col .old-price,
.arzen-cart-table .total-col .old-price {
  text-decoration: line-through;
  color: #999;
  margin-right: 0.35rem;
}

.arzen-cart-product__price .new-price.is-campaign,
.arzen-cart-table .price-col .new-price.is-campaign,
.arzen-cart-table .total-col .new-price.is-campaign {
  color: #c96;
  font-weight: 600;
}

.arzen-cart-campaign-name,
.arzen-cart-applied-campaigns .arzen-cart-applied-campaign + .arzen-cart-applied-campaign {
  margin-top: 0.15rem;
}

.arzen-cart-campaign-name {
  display: block;
  font-size: 0.75rem;
  color: #c96;
  line-height: 1.3;
}

.arzen-cart-unit-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
}

.arzen-cart-applied-campaigns {
  border-top: 1px dashed #eee;
  padding-top: 0.5rem;
}

/* Mobil sepet — yalnızca küçük ekran */
@media (max-width: 991.98px) {
  .arzen-cart-table.table-mobile {
    border: 0 !important;
    background: transparent;
  }

  .arzen-cart-table.table-mobile thead {
    display: none !important;
  }

  .arzen-cart-table.table-mobile tbody {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .arzen-cart-table.table-mobile tr {
    position: relative;
    display: grid !important;
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "product product"
      "qty total";
    column-gap: 0.85rem;
    row-gap: 0.85rem;
    align-items: center;
    margin: 0 !important;
    padding: 1rem 2.5rem 1rem 1rem !important;
    background: #fff;
    border: 1px solid #e8e8e8 !important;
  }

  .arzen-cart-table.table-mobile td {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
  }

  .arzen-cart-table.table-mobile td.product-col {
    display: block !important;
    grid-area: product;
  }

  .arzen-cart-table.table-mobile td.price-col {
    display: none !important;
  }

  .arzen-cart-table.table-mobile td.quantity-col {
    display: flex !important;
    grid-area: qty;
    align-items: center;
    justify-content: flex-start;
    padding-top: 0.75rem !important;
    border-top: 1px solid #f0f0f0 !important;
  }

  .arzen-cart-table.table-mobile td.total-col {
    display: flex !important;
    grid-area: total;
    align-items: center;
    justify-content: flex-end;
    padding-top: 0.75rem !important;
    border-top: 1px solid #f0f0f0 !important;
    font-size: 1.4rem;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
  }

  .arzen-cart-table.table-mobile td.total-col::before {
    display: none;
  }

  .arzen-cart-table.table-mobile td.remove-col {
    display: block !important;
    position: absolute;
    top: 0.55rem;
    right: 0.45rem;
    width: auto !important;
  }

  .arzen-cart-table .remove-col .btn-remove {
    position: static !important;
    top: auto !important;
    right: auto !important;
    width: 2rem;
    height: 2rem;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #999;
    line-height: 1;
  }

  .arzen-cart-table .arzen-cart-product {
    gap: 1rem;
    float: none !important;
    width: auto !important;
  }

  .arzen-cart-table .product-media {
    float: none !important;
    flex: 0 0 8.5rem;
    width: 8.5rem;
    margin: 0 !important;
  }

  .arzen-cart-table .product-media a {
    display: block;
    aspect-ratio: 3 / 4;
    background: #f6f6f6;
    overflow: hidden;
  }

  .arzen-cart-table .product-media img {
    max-width: none !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
  }

  .arzen-cart-table .arzen-cart-product__info {
    display: block;
    overflow: hidden;
    padding-right: 0.25rem;
  }

  .arzen-cart-table .product-title-cart {
    display: block !important;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    color: #111 !important;
    text-align: left !important;
  }

  .arzen-cart-table .product-title-cart a {
    display: inline;
    color: #111 !important;
  }

  .arzen-cart-table .arzen-cart-product__variant {
    clear: both;
    display: block;
    margin-top: 0.3rem;
  }

  .arzen-cart-table .arzen-cart-product__price {
    display: block;
    margin-top: 0.45rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #111;
  }

  .arzen-cart-table .arzen-cart-qty {
    height: 2.5rem;
  }

  .arzen-cart-table .arzen-cart-qty__btn {
    flex-basis: 2.35rem;
    width: 2.35rem;
  }

  .arzen-cart-table .arzen-cart-qty__input {
    width: 2.5rem;
    line-height: 2.5rem;
  }

  .summary.summary-cart .arzen-cart-order-btn {
    display: none !important;
  }

  .arzen-cart-sticky {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    align-items: center;
    gap: 0.85rem;
    padding: 0.9rem 1rem calc(0.9rem + env(safe-area-inset-bottom, 0px));
    background: #fff;
    border-top: 1px solid #e8e8e8;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
  }

  .arzen-cart-sticky__meta {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
    flex: 0 1 auto;
  }

  .arzen-cart-sticky__label {
    font-size: 1.05rem;
    font-weight: 600;
    color: #777;
    line-height: 1.2;
  }

  .arzen-cart-sticky__total {
    font-size: 1.45rem;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    white-space: nowrap;
  }

  .arzen-cart-sticky__btn {
    flex: 1 1 auto;
    margin: 0;
    padding: 1.02rem 1rem;
    min-height: 3.3rem;
    border: 1px solid #111;
    border-radius: 0;
    background: #111;
    color: #fff !important;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-align: center;
    line-height: 1.2;
  }

  .arzen-cart-sticky__btn:hover,
  .arzen-cart-sticky__btn:focus {
    background: #000;
    border-color: #000;
    color: #fff !important;
  }

  body:has(.arzen-cart-sticky) .page-wrapper {
    padding-bottom: 6.6rem;
  }

  body:has(.arzen-cart-sticky) .wp-button {
    bottom: 6.9rem !important;
  }

  body:has(.arzen-cart-sticky) #scroll-top {
    bottom: 6.9rem !important;
  }
}

@media (min-width: 992px) {
  .arzen-cart-sticky {
    display: none !important;
  }
}

/* Flash toast */
.arzen-toast-host {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 1080;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  max-width: min(22rem, calc(100vw - 2rem));
  pointer-events: none;
}

.arzen-toast {
  pointer-events: auto;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-radius: 0.35rem;
  background: #111;
  color: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  font-size: 1.25rem;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.arzen-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.arzen-toast--success {
  background: #1a1a1a;
  border-left: 3px solid #2e7d32;
}

.arzen-toast--error {
  background: #1a1a1a;
  border-left: 3px solid #c62828;
}

.arzen-toast__msg {
  flex: 1 1 auto;
  min-width: 0;
}

.arzen-toast__close {
  flex: 0 0 auto;
  margin: -0.15rem -0.25rem 0 0;
  padding: 0.15rem 0.4rem;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.arzen-toast__close:hover,
.arzen-toast__close:focus {
  color: #fff;
  outline: none;
}

@media (max-width: 575.98px) {
  .arzen-toast-host {
    top: auto;
    bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
    left: 1rem;
    right: 1rem;
    max-width: none;
  }
}

/* Molla tipografisi checkout ölçeğini ezmesin */
.checkout-page .checkout-header__title,
.checkout-page .checkout-step__title,
.checkout-page .checkout-summary__title,
.checkout-page .checkout-steps__label,
.checkout-page .checkout-success__title,
.checkout-page .checkout-success__card-title,
.checkout-page .checkout-submit,
.checkout-page .checkout-mobile-bar__btn,
.checkout-page .checkout-success__btn-primary {
  font-family: inherit;
  text-transform: none;
}

.checkout-page .checkout-steps__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.checkout-page .checkout-option,
.checkout-page .checkout-agreement {
  font-weight: 400;
}

.checkout-page .checkout-step__body .form-control,
.checkout-page .checkout-step__body .form-select {
  border-radius: 8px;
}

.entry-list .entry-media img {
  width: 100%;
  height: auto;
  display: block;
}

.page-content-body img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .arzen-catalog-title {
    font-size: 1.35rem;
  }

  .arzen-catalog-toolbar {
    margin-bottom: 1rem;
  }

  .arzen-sort-select {
    min-width: 0;
    max-width: 48vw;
  }

  .table-mobile thead {
    display: none;
  }

  .table-mobile:not(.arzen-cart-table) tr {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 1rem 0;
  }

  .table-mobile:not(.arzen-cart-table) td {
    display: block;
    border: 0;
    padding: 0.25rem 0;
  }
}

/* ─── Mobil sabit Sepete Ekle çubuğu ─── */
.arzen-pdp-sticky-cart {
  display: none;
}

@media (max-width: 767.98px) {
  .arzen-pdp-cart-inline {
    display: none !important;
  }

  .arzen-pdp-sticky-cart {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.08);
    padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom, 0px));
  }

  .arzen-pdp-sticky-cart__inner {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    width: 100%;
  }

  .arzen-pdp-sticky-cart__price {
    flex: 0 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.15;
  }

  .arzen-pdp-sticky-cart__price .old-price {
    font-size: 1.1rem;
    color: #999;
    text-decoration: line-through;
  }

  .arzen-pdp-sticky-cart__price .old-price.d-none {
    display: none !important;
  }

  .arzen-pdp-sticky-cart__price .new-price {
    font-size: 1.55rem;
    font-weight: 600;
    color: #c00 !important;
    white-space: nowrap;
  }

  .arzen-pdp-sticky-cart__btn.btn-cart {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    max-width: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.25rem;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .arzen-pdp-sticky-cart__btn.btn-cart span,
  .arzen-pdp-sticky-cart__btn.btn-cart:before,
  .arzen-pdp-sticky-cart__btn.btn-cart:after {
    color: #000 !important;
    box-shadow: none !important;
  }

  .arzen-pdp-sticky-cart__btn.btn-cart:hover,
  .arzen-pdp-sticky-cart__btn.btn-cart:focus {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
  }

  .arzen-pdp-sticky-cart__btn.btn-cart:hover span,
  .arzen-pdp-sticky-cart__btn.btn-cart:focus span,
  .arzen-pdp-sticky-cart__btn.btn-cart:hover:before,
  .arzen-pdp-sticky-cart__btn.btn-cart:focus:before,
  .arzen-pdp-sticky-cart__btn.btn-cart:hover:after,
  .arzen-pdp-sticky-cart__btn.btn-cart:focus:after {
    color: #fff !important;
    box-shadow: none !important;
  }

  /* Sticky çubuk içeriği örtmesin */
  body:has(.arzen-pdp-sticky-cart) .page-wrapper {
    padding-bottom: calc(5.25rem + env(safe-area-inset-bottom, 0px));
  }

  body:has(.arzen-pdp-sticky-cart) .wp-button {
    bottom: calc(5.75rem + env(safe-area-inset-bottom, 0px));
  }

  body:has(.arzen-pdp-sticky-cart) #scroll-top {
    bottom: calc(6.5rem + env(safe-area-inset-bottom, 0px));
  }
}
