/* Katalog, sepet, ürün detay — Molla uyumu */

.page-content {
  padding: 2rem 0 3rem;
}

.breadcrumb-nav {
  background: #f8f8f8;
  padding: 1rem 0;
}

.arzen-filter-sidebar .filterbox {
  max-height: 220px;
  overflow-y: auto;
}

.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: 13px;
}

.arzen-size-chip.is-active {
  background: #333;
  color: #fff;
  border-color: #333;
}

.color-indicator {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Ürün detay galeri */
.product-gallery .main-image img {
  width: 100%;
  height: auto;
  display: block;
}

.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: 80px;
  height: 80px;
  object-fit: cover;
}

.size-option.selected,
.arzen-color-dot.selected {
  outline: 2px solid #c96;
  outline-offset: 2px;
}

.size-option.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.product-title-cart {
  font-size: 14px !important;
}

.table-cart .product-media img {
  max-width: 100px;
}

/* Mobil filtre paneli */
.arzen-filter-sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  background: #fff;
  overflow-x: hidden;
  transition: 0.3s;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.15);
}

.arzen-filter-sidenav.is-open {
  width: 280px;
}

.arzen-filter-sidenav .closebtn {
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 28px;
}

/* Checkout Molla içinde */
.arzen-checkout .checkout-page {
  padding-top: 0;
}

.arzen-checkout .checkout-header__title {
  font-family: inherit;
}

.entry-list .entry-media img {
  width: 100%;
  height: auto;
  display: block;
}

.page-content-body img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .table-mobile thead {
    display: none;
  }

  .table-mobile tr {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 1rem 0;
  }

  .table-mobile td {
    display: block;
    border: 0;
    padding: 0.25rem 0;
  }
}
