/**
 * Koton.com tarzı: minimal siyah-beyaz moda vitrini
 * Zenobya turuncu vurgusu yalnızca logo / kampanya / rozetlerde kalır.
 */
:root{
  --koton-black:#111111;
  --koton-gray:#767676;
  --koton-line:#e8e8e8;
  --koton-bg:#ffffff;
  --radius:0;
  --radius-lg:0;
  --card-shadow:none;
  --card-shadow-hover:none;
  --bg:#fff;
  --bg-subtle:#f7f7f7;
  /* Bootstrap katmanları: header < offcanvas < modal */
  --bs-offcanvas-zindex:1050;
  --bs-backdrop-zindex:1055;
  --bs-modal-zindex:1060;
  --border:var(--koton-line);
  --brand:var(--koton-black);
  --muted:var(--koton-gray);
}

body{background:var(--koton-bg); color:var(--koton-black)}

/* —— Promo şeridi (Koton üst bandı) —— */
.site-promo-bar{
  background:var(--koton-black);
  color:#fff;
  text-align:center;
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  padding:.45rem .75rem;
  line-height:1.3;
}
.site-promo-bar a{color:#fff; text-decoration:none}
.site-promo-bar a:hover{text-decoration:underline}

.announcement-ticker{
  background:var(--koton-black);
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.12);
  font-size:.78rem;
  font-weight:600;
  letter-spacing:.06em;
  line-height:1.2;
  position:relative;
  z-index:2;
  flex:0 0 auto;
}
body.has-announcement-ticker{
  --announcement-ticker-height:36px;
}
.site-header .announcement-ticker{
  width:100%;
}
.announcement-ticker__viewport{
  overflow:hidden;
  width:100%;
  min-height:var(--announcement-ticker-height, 36px);
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
.announcement-ticker__track{
  display:flex;
  width:max-content;
  flex-shrink:0;
  animation:announcement-marquee var(--announcement-marquee-duration, 90s) linear infinite;
  animation-fill-mode:both;
  will-change:transform;
}
.announcement-ticker__group{
  display:flex;
  align-items:center;
  gap:0;
  list-style:none;
  margin:0;
  padding:.55rem 0;
  flex:0 0 auto;
}
.announcement-ticker__item{
  display:inline-flex;
  align-items:center;
  white-space:nowrap;
  padding:0 1.1rem;
}
.announcement-ticker__link,
.announcement-ticker__text{
  color:#fff;
  text-decoration:none;
}
.announcement-ticker__link:hover{
  color:#fff;
  text-decoration:underline;
}
.announcement-ticker__dot{
  margin-left:1.1rem;
  opacity:.45;
  font-size:.85em;
}
.announcement-ticker:hover .announcement-ticker__track{
  animation-play-state:paused;
}
@keyframes announcement-marquee{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}
@media (prefers-reduced-motion: reduce){
  .announcement-ticker__viewport{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .announcement-ticker__viewport::-webkit-scrollbar{display:none}
  .announcement-ticker__track{
    animation:none;
    flex-wrap:nowrap;
  }
}

body.homepage .site-header.is-overlay .announcement-ticker{
  background:var(--koton-black);
  border-bottom:1px solid rgba(255,255,255,.14);
}
body.homepage .site-header.is-overlay:not(:hover) .announcement-ticker .announcement-ticker__link,
body.homepage .site-header.is-overlay:not(:hover) .announcement-ticker .announcement-ticker__text{
  color:#fff;
}

.site-topbar{
  background:#fafafa;
  color:var(--koton-gray);
  border-bottom:1px solid var(--koton-line);
  font-size:.75rem;
}
.site-topbar a{color:var(--koton-black)}
.site-topbar a:hover{color:var(--koton-black); text-decoration:underline}
.site-topbar-meta{color:var(--koton-gray)}

/* —— Header —— */
.site-header{
  background:#fff;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
  border-bottom:1px solid var(--koton-line);
  box-shadow:none;
  display:flex;
  flex-direction:column;
}
.header-main .search-wrap-secil,
.header-main .search-wrap-lcw{
  max-width:380px;
  width:100%;
  margin:0;
  flex:0 1 380px;
}
.search-wrap-secil .search-field-icon{
  position:absolute;
  left:14px;
  top:50%;
  transform:translateY(-50%);
  color:#888;
  font-size:1rem;
  pointer-events:none;
  z-index:2;
}
.site-header{z-index:1020}
.search-dropdown-backdrop{
  position:fixed;
  inset:0;
  background:rgba(15,23,42,.32);
  z-index:1030;
  border:0;
  padding:0;
  margin:0;
  cursor:default;
}
body.search-dropdown-open .search-dropdown-backdrop{z-index:1040}
body.search-dropdown-open .site-header{z-index:1050}
body.search-dropdown-open .hero .carousel-control-prev,
body.search-dropdown-open .hero .carousel-control-next{
  pointer-events:none;
  opacity:.15;
}
.search-field-shell{position:relative; flex:1 1 auto; min-width:0}
.search-wrap-secil{display:flex; align-items:center; gap:0}
.search-wrap-secil .search-field-shell .search-field-input{
  height:42px;
  border-radius:999px;
  border:1px solid var(--koton-line);
  background:#fff;
  font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size:.875rem;
  padding-left:2.35rem;
  padding-right:2.35rem;
  width:100%;
}
.search-wrap-secil .search-field-input::-webkit-search-cancel-button,
.search-wrap-secil .search-field-input::-webkit-search-decoration,
.search-wrap-secil .search-field-input::-ms-clear{
  display:none;
  appearance:none;
}
.search-typing-hint{
  position:absolute;
  left:2.35rem;
  right:2.35rem;
  top:50%;
  transform:translateY(-50%);
  pointer-events:none;
  color:#9a9a9a;
  font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size:.875rem;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  line-height:1;
}
.search-typing-hint.is-hidden{display:none}
.search-typing-caret{
  display:inline-block;
  margin-left:1px;
  animation:search-caret-blink 1s step-end infinite;
}
@keyframes search-caret-blink{
  50%{opacity:0}
}
.search-suggestions-secil{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  top:calc(100% + 8px);
  width:min(920px, calc(100vw - 2rem));
  background:#fff;
  border:1px solid var(--koton-line);
  border-radius:0;
  box-shadow:0 16px 40px rgba(0,0,0,.12);
  z-index:1040;
  overflow:hidden;
}
.search-recent-wrap,
.search-products-wrap{
  background:#fff;
  position:relative;
  z-index:1;
}
.search-product-card,
.search-product-meta,
.search-product-name,
.search-product-thumb{
  background:#fff;
}
.pdp-buy-inner.sticky-lg-top{z-index:5}
.search-wrap-secil .search-field-shell .search-field-input:focus{
  border-color:var(--koton-black);
  box-shadow:none;
}
.search-wrap-secil.is-open .search-field-shell .search-field-input{
  border-color:var(--koton-black);
}
.search-wrap-secil .search-clear-btn{
  position:absolute;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  border:0;
  background:transparent;
  color:#666;
  width:28px;
  height:28px;
  padding:0;
  line-height:1;
  z-index:3;
}
.search-wrap-secil .search-clear-btn:hover{color:var(--koton-black)}
.search-section-head{
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:#888;
  margin-bottom:.75rem;
}
.search-recent-list{display:flex; flex-wrap:wrap; gap:.35rem .75rem}
.search-recent-item a{
  font-size:.8125rem;
  color:var(--koton-black);
  text-decoration:none;
}
.search-recent-item a:hover{text-decoration:underline}
.search-products-rail{padding:0 2rem; position:relative; z-index:1}
.search-products-track{
  display:flex;
  gap:.75rem;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-behavior:smooth;
  scrollbar-width:none;
  -ms-overflow-style:none;
  padding:.25rem 0 .5rem;
  -webkit-overflow-scrolling:touch;
}
.search-products-track::-webkit-scrollbar{display:none}
.search-product-card{
  flex:0 0 140px;
  width:140px;
  text-decoration:none;
  color:inherit;
}
.search-product-thumb{
  background:#f5f5f5;
  aspect-ratio:4/5;
  overflow:hidden;
}
.search-product-thumb img{width:100%; height:100%; object-fit:cover; display:block}
.search-product-meta{padding-top:.5rem}
.search-product-cat{font-size:.65rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:#888}
.search-product-name{
  font-size:.75rem;
  line-height:1.35;
  margin-top:.15rem;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:2.05rem;
}
.search-product-price{font-size:.8125rem; font-weight:700; margin-top:.35rem; color:var(--koton-black)}
.search-product-price-new{color:var(--koton-black)}
.search-product-price-old{
  display:block;
  font-size:.7rem;
  color:#999;
  text-decoration:line-through;
  font-weight:400;
}
.search-rail-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:32px;
  height:32px;
  border:1px solid var(--koton-line);
  background:#fff;
  color:var(--koton-black);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  z-index:5;
  cursor:pointer;
}
.search-rail-prev{left:0}
.search-rail-next{right:0}
.search-rail-nav:hover{background:#f5f5f5}
.search-products-loading{display:flex; gap:.5rem; padding:.25rem 0}
.search-wrap-overlay .search-field-input{height:48px}
.search-overlay-secil .overlay-body{background:#fff}
@media (max-width: 991.98px){
  .header-main .search-wrap-secil,
  .header-main .search-wrap-lcw{display:none}
  .header-icon{border-radius:0}
  #openSearchOverlay{color:inherit}
}
.header-icon{border-radius:0; color:var(--koton-black); background:transparent}
.header-icon:hover{background:transparent; color:var(--koton-black)}
.header-icon img{background:transparent}
.count-badge{background:var(--koton-black); border-radius:0; font-size:.65rem; min-width:16px; height:16px; line-height:16px}

/* —— Nav (uppercase, ince) —— */
.header-primary-nav{border-top:1px solid var(--koton-line); border-bottom:1px solid var(--koton-line)}
.zen-mega-nav .primary-link,
.primary-nav .primary-link{
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--koton-black);
  border-radius:0;
  padding:.55rem .35rem;
  border-bottom:2px solid transparent;
}
.zen-mega-nav .primary-link:hover,
.zen-mega-nav .primary-link.highlight,
.primary-nav .primary-link:hover{color:var(--koton-black); border-bottom-color:var(--koton-black); background:transparent}
.mega-categories-btn .bi-list{font-size:1rem!important}
.mega-panel{border-radius:0; border-color:var(--koton-line); box-shadow:0 12px 32px rgba(0,0,0,.08)}
.mega-sidebar{background:#fafafa}
.mega-col-head{color:var(--koton-black); font-size:.75rem; letter-spacing:.08em; text-transform:uppercase}

/* —— Ürün kartı: beyaz zemin, turuncu vurgu —— */
.product-card{
  position:relative;
  border:1px solid var(--koton-line)!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  overflow:hidden!important;
  padding:0!important;
  margin:0;
  transition:border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.product-card::after{
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:0;
  background:var(--accent);
  transition:height .22s ease;
  pointer-events:none;
  z-index:2;
}
.product-card:hover,
.product-card:focus-within{
  transform:translateY(-3px)!important;
  border-color:rgba(var(--accent-rgb),.28)!important;
  box-shadow:0 10px 28px rgba(0,0,0,.07), 0 0 0 1px rgba(var(--accent-rgb),.06)!important;
}
.product-card:hover::after,
.product-card:focus-within::after{height:3px}
.product-card .product-image{
  background:#f8f8f8;
  border-radius:0;
  aspect-ratio:4 / 5;
  box-shadow:none;
  overflow:hidden;
  margin:0;
  position:relative;
  transition:transform .35s ease;
}
.product-card-media{
  position:relative;
  overflow:hidden;
  background:#f8f8f8;
  isolation:isolate;
}
.product-card-media .product-image{background:transparent; width:100%}
.product-card .product-image::after{content:none!important; display:none!important}
.product-card:hover .product-image{box-shadow:none}
@media (hover:hover){
  .product-card:hover .product-image .img-main,
  .product-card:focus-within .product-image .img-main{
    transform:scale(1.03);
  }
}
.product-card .product-image .card-img-top{
  transition:transform .35s ease, opacity .2s ease;
}
.product-card .product-image .js-pc-gallery-img.is-fading{
  opacity:.15;
}
.product-card-gallery-dots{
  position:absolute;
  left:50%;
  bottom:.65rem;
  transform:translateX(-50%);
  z-index:7;
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  padding:.2rem .45rem;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(0,0,0,.06);
  pointer-events:none;
}
.product-card-gallery-dot{
  width:5px;
  height:5px;
  border-radius:50%;
  background:#c8c8c8;
  transition:background .2s ease, transform .2s ease;
}
.product-card-gallery-dot.is-active{
  background:var(--accent);
  transform:scale(1.15);
}
.catalog-grid .product-card .product-image .card-img-top,
.product-card-image-link .card-img-top,
.product-card .product-image .card-img-top{
  object-fit:cover;
  object-position:center top;
}
.product-card .card-body{
  padding:.75rem .85rem .85rem!important;
  margin:0!important;
  text-align:left!important;
  align-items:flex-start!important;
  background:#fff!important;
  border-radius:0!important;
}
.product-card > a.d-block{
  display:block;
  margin:0;
  padding:0;
  background:#fff;
}
.product-card .card-body .fw-semibold,
.product-card-title-link .fw-semibold,
.product-card-title-link{
  font-size:.8125rem;
  font-weight:500;
  line-height:1.35;
  color:var(--koton-black)!important;
  letter-spacing:.01em;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.product-card-title-link:hover .fw-semibold,
.product-card > a.d-block:hover .fw-semibold{color:var(--koton-black)!important}
.catalog-grid .product-card .product-card-category,
.catalog-grid .product-card .card-body > .text-muted.small.mb-1{display:none}
.product-card .price{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:.35rem .5rem;
  color:var(--koton-black)!important;
  font-weight:700;
  font-size:.9375rem;
  margin-top:.35rem;
  letter-spacing:-.01em;
}
.product-card .price .text-danger{color:var(--koton-black)!important}
.product-card .price .text-muted{
  font-size:.8125rem;
  font-weight:500;
  color:var(--koton-gray)!important;
  text-decoration:line-through;
}

/* Katalog: hover dock (beden + sepete ekle) görselin altında */
.catalog-grid .product-card-media{
  position:relative;
  overflow:hidden;
}
.catalog-grid .product-card-hover-dock{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:9;
  display:flex;
  flex-direction:column;
  transform:translateY(100%);
  transition:transform .24s ease;
  pointer-events:none;
}
.catalog-grid .product-card:hover .product-card-hover-dock,
.catalog-grid .product-card:focus-within .product-card-hover-dock{
  transform:translateY(0);
  pointer-events:auto;
}
.catalog-grid .product-card-hover-dock .product-card-size-overlay{
  position:static!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  transform:none!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  margin:0;
  width:100%;
}
.catalog-grid .product-card-hover-dock .product-actions__cart{
  position:static!important;
  transform:none!important;
  opacity:1!important;
  margin:0;
  width:100%;
}
.catalog-grid .product-card-media .product-actions__fav{
  position:absolute;
  top:.65rem;
  right:.65rem;
  z-index:10;
  margin:0;
  pointer-events:auto;
}
.catalog-grid .product-card-media .product-actions__fav .fav-btn{
  width:36px;
  height:36px;
  border:0!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.96)!important;
  color:#333!important;
  box-shadow:0 2px 10px rgba(0,0,0,.1)!important;
  padding:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.catalog-grid .product-card-media .product-actions__fav .fav-btn i{font-size:1.05rem}
.catalog-grid .product-card-media .product-actions__fav .fav-btn:hover{
  color:var(--accent)!important;
  box-shadow:0 4px 14px rgba(var(--accent-rgb),.22)!important;
  transform:scale(1.05);
}
.catalog-grid .product-card-media .product-actions__fav .fav-btn.is-favorited{color:var(--accent)!important}
.catalog-grid .product-card .product-actions__cart-btn{
  width:100%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.45rem;
  min-height:44px;
  padding:.65rem 1rem;
  border:0!important;
  border-radius:0!important;
  background:var(--accent)!important;
  color:#fff!important;
  font-size:.75rem;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  box-shadow:0 -4px 16px rgba(var(--accent-rgb),.28);
  transition:background .15s ease;
}
.catalog-grid .product-card .product-actions__cart-btn i{font-size:1rem; line-height:1}
.catalog-grid .product-card .product-actions__cart-btn:hover{
  background:var(--accent-700)!important;
  color:#fff!important;
}
.catalog-grid .product-card .product-actions__cart-btn--disabled,
.catalog-grid .product-card .product-actions__cart-btn:disabled{
  background:#9ca3af!important;
  box-shadow:none;
  cursor:not-allowed;
}
.catalog-grid .product-card .product-image{
  aspect-ratio:4 / 5!important;
  transition:none!important;
  width:100%;
}
@media (hover:hover){
  .catalog-grid .product-card:hover .product-image,
  .catalog-grid .product-card:focus-within .product-image{
    aspect-ratio:4 / 5!important;
  }
}
@media (hover:none){
  .catalog-grid .product-card-hover-dock{
    display:none!important;
  }
  .product-card-mobile-actions{
    display:block;
  }
}
@media (hover:hover){
  .product-card-mobile-actions{
    display:none!important;
  }
}
.product-card-mobile-actions{
  display:none;
  padding:.55rem .85rem .15rem;
}
.product-card-size-overlay--inline{
  background:transparent;
  border:0;
  padding:0;
  backdrop-filter:none;
}
.product-card-size-inline-label{
  font-size:.625rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--koton-gray);
  font-weight:600;
  margin:0 0 .35rem;
}
.product-card-mobile-actions .product-card-size-overlay-row{
  display:flex;
  flex-wrap:wrap;
  gap:.35rem;
}
.product-card-mobile-actions .product-card-size-pill-btn{
  min-width:2.15rem;
  min-height:2rem;
  padding:.28rem .55rem;
  border:1px solid var(--koton-line);
  background:#fff;
  border-radius:0;
  font-size:.75rem;
  font-weight:700;
  color:var(--koton-black);
}
.product-card-mobile-actions .product-card-size-pill.is-unavailable{
  min-height:2rem;
  padding:.28rem .55rem;
  border:1px solid var(--koton-line);
  background:#fafafa;
  font-size:.75rem;
}
.product-card-mobile-actions .product-actions__cart-btn{
  width:100%;
  min-height:40px;
  border-radius:0!important;
  font-size:.72rem;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.product-card-cart-flash--mobile{
  margin:0 .85rem .5rem;
  font-size:.72rem;
}
.product-card .product-badge-discount{
  background:var(--accent);
  color:#fff;
  border:none;
  border-radius:999px;
  font-size:.6875rem;
  font-weight:700;
  letter-spacing:.02em;
  padding:.28rem .55rem;
  box-shadow:0 2px 8px rgba(var(--accent-rgb),.25)!important;
}
.product-card .product-badge-soldout{
  border-radius:999px;
  font-size:.625rem;
  letter-spacing:.08em;
  background:#fff;
  color:var(--koton-black);
  border:1px solid var(--koton-line);
  box-shadow:0 2px 8px rgba(0,0,0,.06)!important;
}
.product-card .product-badge-lowstock{
  border-radius:999px!important;
  font-size:.625rem!important;
  font-weight:700!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
  background:var(--accent)!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 2px 8px rgba(var(--accent-rgb),.22)!important;
  padding:.35rem .65rem!important;
}
.product-card-size-overlay{
  background:rgba(255,255,255,.58);
  border-top:1px solid #ffffff59;
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
}
.product-card-size-overlay-title{
  font-size:.62rem;
  letter-spacing:.12em;
  color:var(--koton-gray);
  margin:0 0 .2rem;
  text-transform:uppercase;
  font-weight:700;
}
.product-card-size-overlay-hint{
  margin:0 0 .55rem;
  font-size:.6875rem;
  line-height:1.35;
  color:var(--koton-gray);
}
.catalog-grid .product-card-hover-dock--sizes .product-card-size-overlay-row{
  gap:.4rem;
}
.catalog-grid .product-card-hover-dock--sizes .product-card-size-pill-btn{
  min-width:2.35rem;
  min-height:2.1rem;
  padding:.35rem .65rem;
  border:1px solid var(--koton-line);
  background:#fff;
  border-radius:0;
  font-size:.8125rem;
  font-weight:700;
  color:var(--koton-black);
  transition:border-color .15s ease, color .15s ease, background .15s ease;
}
.catalog-grid .product-card-hover-dock--sizes .product-card-size-pill-btn:hover{
  border-color:var(--accent);
  color:var(--accent);
  background:rgba(var(--accent-rgb),.06);
}
.product-card-size-pill-btn{font-weight:600; font-size:.75rem; color:inherit}
.product-card-size-pill-btn:hover{color:var(--accent); opacity:1}
.product-card-size-pill.is-unavailable{color:var(--koton-gray)}
.product-card-size-pill-bell{color:#94a3b8}
.product-card-cart-flash{border-radius:0; font-size:.75rem}
.product-card .card-footer{
  border-top:1px solid var(--koton-line);
  padding:.75rem .85rem .85rem;
  background:#fff;
}
.product-card .card-footer .btn{
  border-radius:0;
  font-size:.75rem;
  font-weight:600;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.product-card .card-footer .btn-accent{
  background:var(--accent);
  border-color:var(--accent);
  box-shadow:none;
}
.product-card .card-footer .btn-accent:hover{
  background:var(--accent-700);
  border-color:var(--accent-700);
  transform:none;
}
.product-card.is-out-of-stock{opacity:.88}
.product-card.is-out-of-stock .product-image::before{
  content:'';
  position:absolute;
  inset:0;
  background:rgba(255,255,255,.35);
  z-index:1;
  pointer-events:none;
}

/* Katalog ızgara — Koton: 4’lü */
.catalog-grid{
  --bs-gutter-x:1.15rem;
  --bs-gutter-y:2rem;
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:var(--bs-gutter-y) var(--bs-gutter-x);
}
.catalog-grid-item{min-width:0; display:flex}
.catalog-grid .product-card{
  display:flex;
  flex-direction:column;
  width:100%;
  height:100%;
}
.catalog-grid .product-card > a.d-block{
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
}
.catalog-grid .product-card .card-body{
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
}
.catalog-grid .product-card .card-body .fw-semibold,
.catalog-grid .product-card-title-link .fw-semibold{
  min-height:calc(1.35em * 2);
}
.catalog-grid .product-card .price,
.catalog-grid .product-card .js-pc-price-wrap{
  margin-top:auto;
}
.catalog-grid-empty{grid-column:1 / -1}
@media (min-width:768px){
  .catalog-grid-5,
  .catalog-grid-4{grid-template-columns:repeat(3, minmax(0, 1fr))}
}
@media (min-width:992px){
  .catalog-grid-5,
  .catalog-grid-4{grid-template-columns:repeat(4, minmax(0, 1fr))}
  .catalog-grid .product-card .card-body .fw-semibold{font-size:.8rem}
  .catalog-grid .product-card .price{font-size:.875rem}
}
#catalog-list .catalog-grid{--bs-gutter-x:.85rem}

/* —— Anasayfa tanıtım şeridi (PromotionalVisuals) —— */
.home-promo-strip{
  width:100%;
  margin:0;
  padding:1.25rem 0 0;
  background:#fff;
}
.home-promo-strip__head{
  margin-bottom:1rem;
}
.home-promo-strip__title{
  margin:0;
  font-size:clamp(1rem, 2vw, 1.25rem);
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--koton-black);
}
.home-promo-strip__grid{
  display:grid;
  gap:clamp(.65rem, 1.4vw, 1.15rem);
  width:100%;
}
/* 1 görsel: ortalı hero */
.home-promo-strip__grid--count-1{
  grid-template-columns:1fr;
  max-width:min(520px, 100%);
  margin-inline:auto;
}
/* 2 görsel: yan yana */
.home-promo-strip__grid--count-2{
  grid-template-columns:repeat(2, 1fr);
}
/* 3 görsel: Koton tarzı tam şerit */
.home-promo-strip__grid--count-3{
  grid-template-columns:repeat(3, 1fr);
}
/* 4 görsel: 2x2 */
.home-promo-strip__grid--count-4{
  grid-template-columns:repeat(2, 1fr);
}
/* 5 görsel: üstte 3, altta 2 ortalı */
.home-promo-strip__grid--count-5{
  grid-template-columns:repeat(6, 1fr);
}
.home-promo-strip__grid--count-5 .home-promo-strip__cell:nth-child(-n+3){
  grid-column:span 2;
}
.home-promo-strip__grid--count-5 .home-promo-strip__cell:nth-child(4){
  grid-column:2 / span 2;
}
.home-promo-strip__grid--count-5 .home-promo-strip__cell:nth-child(5){
  grid-column:4 / span 2;
}
/* 6 görsel: 3x2 */
.home-promo-strip__grid--count-6{
  grid-template-columns:repeat(3, 1fr);
}
/* 7+ görsel: otomatik sarmalı grid */
.home-promo-strip__grid--count-many{
  grid-template-columns:repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}
.home-promo-strip__cell{
  position:relative;
  display:block;
  overflow:hidden;
  background:#fff;
  text-decoration:none;
  width:100%;
  height:clamp(240px, 32vw, 380px);
}
.home-promo-strip__grid--count-1 .home-promo-strip__cell{
  height:clamp(280px, 38vw, 420px);
}
.home-promo-strip__grid--count-2 .home-promo-strip__cell{
  height:clamp(220px, 28vw, 340px);
}
.home-promo-strip__grid--count-3 .home-promo-strip__cell{
  height:clamp(260px, 36vw, 400px);
}
.home-promo-strip__grid--count-4 .home-promo-strip__cell,
.home-promo-strip__grid--count-5 .home-promo-strip__cell,
.home-promo-strip__grid--count-6 .home-promo-strip__cell{
  height:clamp(220px, 28vw, 340px);
}
.home-promo-strip__cell img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  display:block;
  transition:transform .45s ease;
}
.home-promo-strip__cell:hover img{transform:scale(1.02)}

/* —— Koton tam genişlik lifestyle grid —— */
.home-promo-strip--full-bleed{
  --promo-strip-gap:clamp(.5rem, 1vw, .85rem);
  --promo-strip-offset-top:clamp(.75rem, 1.5vw, 1.25rem);
  --promo-strip-offset-x:clamp(.5rem, 1.2vw, 1rem);
  padding:var(--promo-strip-offset-top) var(--promo-strip-offset-x) 0;
  margin:0;
  background:#fff;
}
.home-promo-strip--full-bleed .home-promo-strip__grid{
  gap:var(--promo-strip-gap);
  width:100%;
  max-width:100%;
}
.home-promo-strip__grid--koton-3{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:var(--promo-strip-gap, clamp(.5rem, 1vw, .85rem));
  width:100%;
}
.home-promo-strip__grid--koton-3 .home-promo-strip__cell{
  height:clamp(340px, 44vw, 560px);
  background:#f3f3f3;
}
.home-promo-strip__grid--koton-3 .home-promo-strip__cell img{
  object-fit:cover;
  object-position:center center;
}
/* 5 görsel: sol + orta (sol büyük / sağ 2 kare) + sağ */
.home-promo-strip__grid--koton-editorial{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  grid-template-rows:repeat(2, minmax(0, 1fr));
  gap:var(--promo-strip-gap, clamp(.5rem, 1vw, .85rem));
  width:100%;
  min-height:clamp(380px, 44vw, 560px);
}
.home-promo-strip__grid--koton-editorial .home-promo-strip__cell{
  height:auto;
  min-height:0;
  background:#f3f3f3;
}
.home-promo-strip__grid--koton-editorial .home-promo-strip__cell:nth-child(1){
  grid-column:1;
  grid-row:1 / span 2;
}
.home-promo-strip__grid--koton-editorial .home-promo-strip__cell:nth-child(2){
  grid-column:2;
  grid-row:1 / span 2;
}
.home-promo-strip__grid--koton-editorial .home-promo-strip__cell:nth-child(3){
  grid-column:3;
  grid-row:1;
}
.home-promo-strip__grid--koton-editorial .home-promo-strip__cell:nth-child(4){
  grid-column:3;
  grid-row:2;
}
.home-promo-strip__grid--koton-editorial .home-promo-strip__cell:nth-child(5){
  grid-column:4;
  grid-row:1 / span 2;
}
.home-promo-strip__grid--koton-editorial .home-promo-strip__cell img{
  object-fit:cover;
  object-position:center center;
}

/* —— Alan bazlı stiller (API areaKey) —— */
.home-promo-strip--sezonun-trendleri,
.home-promo-strip--sezonun-hitleri{
  background:#fff;
}
.home-promo-strip--sezonun-trendleri .home-promo-strip__grid--sezonun-trendleri,
.home-promo-strip--sezonun-hitleri .home-promo-strip__grid--sezonun-hitleri{
  gap:var(--promo-strip-gap, clamp(.5rem, 1vw, .85rem));
}
.home-promo-strip--full-bleed .home-promo-strip__cell{
  border-radius:2px;
  overflow:hidden;
}

/* Kampanyalı ürünler: ürün foto, contain, kompakt */
.home-promo-strip--kampanyali-urunler{
  background:#fff;
  padding-top:1.25rem;
  padding-bottom:.75rem;
  border-top:1px solid #eee;
}
.home-promo-strip--kampanyali-urunler .home-promo-strip__title{
  font-size:clamp(.95rem, 1.8vw, 1.15rem);
}
.home-promo-strip--kampanyali-urunler .home-promo-strip__cell{
  height:clamp(200px, 24vw, 300px);
  background:#fff;
  border:1px solid #f0f0f0;
}
.home-promo-strip--kampanyali-urunler .home-promo-strip__cell img{
  object-fit:contain;
  padding:.35rem;
}
.home-promo-strip--kampanyali-urunler.home-promo-strip .home-promo-strip__grid--count-2{
  grid-template-columns:repeat(2, 1fr);
  max-width:720px;
  margin-inline:auto;
}

@media (max-width:991.98px){
  .home-promo-strip__grid--count-4{
    grid-template-columns:repeat(2, 1fr);
  }
  .home-promo-strip__grid--count-5 .home-promo-strip__cell,
  .home-promo-strip__grid--count-5 .home-promo-strip__cell:nth-child(4),
  .home-promo-strip__grid--count-5 .home-promo-strip__cell:nth-child(5){
    grid-column:auto;
  }
  .home-promo-strip__grid--count-5{
    grid-template-columns:repeat(2, 1fr);
  }
  .home-promo-strip__grid--count-6{
    grid-template-columns:repeat(2, 1fr);
  }
}
@media (max-width:767.98px){
  .home-promo-strip{padding:.5rem 0 0}
  .home-promo-strip--full-bleed{
    --promo-strip-gap:.45rem;
    --promo-strip-offset-top:.5rem;
    --promo-strip-offset-x:.5rem;
    padding:var(--promo-strip-offset-top) var(--promo-strip-offset-x) 0;
  }
  /* 3'lü lifestyle şerit: mobilde 2 sütun, ilk karo tam genişlik */
  .home-promo-strip__grid--koton-3,
  .home-promo-strip__grid--count-3{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:.5rem;
    min-height:0;
  }
  .home-promo-strip__grid--koton-3 .home-promo-strip__cell:first-child,
  .home-promo-strip__grid--count-3 .home-promo-strip__cell:first-child{
    grid-column:1 / -1;
    aspect-ratio:16 / 9;
  }
  .home-promo-strip__grid--koton-3 .home-promo-strip__cell,
  .home-promo-strip__grid--count-3 .home-promo-strip__cell{
    grid-column:auto;
    width:100%;
    height:auto;
    aspect-ratio:4 / 5;
    max-height:none;
    min-height:0;
    background:#f3f3f3;
  }
  /* 5'li editorial: üst geniş + altta 2x2 */
  .home-promo-strip__grid--koton-editorial{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    grid-template-rows:none;
    gap:var(--promo-strip-gap, .45rem);
    min-height:0;
  }
  .home-promo-strip__grid--koton-editorial .home-promo-strip__cell{
    grid-column:auto;
    grid-row:auto;
    height:auto;
    aspect-ratio:4 / 5;
    max-height:min(46vw, 220px);
    background:#f3f3f3;
  }
  .home-promo-strip__grid--koton-editorial .home-promo-strip__cell:nth-child(1){
    grid-column:1 / -1;
    aspect-ratio:16 / 10;
    max-height:min(62vw, 340px);
  }
  .home-promo-strip__grid--koton-3 .home-promo-strip__cell img,
  .home-promo-strip__grid--koton-editorial .home-promo-strip__cell img,
  .home-promo-strip__cell img{
    object-fit:cover;
    object-position:center center;
  }
  .home-promo-strip__grid--count-2{
    grid-template-columns:repeat(2, 1fr);
    gap:var(--promo-strip-gap, .45rem);
  }
  .home-promo-strip__grid--count-4,
  .home-promo-strip__grid--count-5,
  .home-promo-strip__grid--count-6,
  .home-promo-strip__grid--count-many{
    grid-template-columns:repeat(2, 1fr);
    gap:var(--promo-strip-gap, .45rem);
  }
  .home-promo-strip__grid--count-5 .home-promo-strip__cell{
    grid-column:auto!important;
  }
  .home-promo-strip__cell,
  .home-promo-strip__grid--count-1 .home-promo-strip__cell{
    height:auto;
    aspect-ratio:4 / 5;
    max-height:min(72vw, 320px);
  }
  .home-promo-strip__grid--koton-3 .home-promo-strip__cell,
  .home-promo-strip__grid--count-3 .home-promo-strip__cell{
    max-height:none;
  }
  .home-promo-strip__grid--count-2 .home-promo-strip__cell{
    aspect-ratio:4 / 5;
    max-height:min(46vw, 260px);
  }
}

/* Eski kategori kartları (başka sayfalar) —— */
.featured-categories{margin:0}
.featured-cat-grid{align-items:stretch}
.featured-cat-card{
  position:relative;
  display:block;
  width:100%;
  aspect-ratio:4/5;
  overflow:hidden;
  background:#ececec;
  text-decoration:none;
  color:#fff;
}
.featured-cat-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  display:block;
  transition:transform .4s ease;
}
.featured-cat-card:hover img{transform:scale(1.04)}
.featured-cat-card::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.02) 40%, rgba(0,0,0,.45) 100%);
  pointer-events:none;
}
.featured-cat-label{
  position:absolute;
  left:12px;
  bottom:12px;
  z-index:1;
  display:inline-block;
  padding:.45rem .8rem;
  background:var(--koton-black);
  color:#fff;
  font-size:.72rem;
  font-weight:600;
  letter-spacing:.1em;
  text-transform:uppercase;
  line-height:1.2;
}
.home-section-categories{
  padding-top:2rem!important;
  padding-bottom:1.5rem!important;
}

/* Eski collection-card anasayfada kullanılmıyor; çakışmayı önle */
.home-section-categories .collection-card{height:auto; aspect-ratio:unset}

/* —— Kategori kartları (legacy) —— */
.collection-card{
  border-radius:0;
  box-shadow:none;
}
.collection-card:hover{transform:none; box-shadow:none}
.collection-card .label{
  left:10px; bottom:10px;
  border-radius:0;
  background:rgba(0,0,0,.55);
  backdrop-filter:none;
  font-size:.75rem;
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
  padding:.35rem .65rem;
}
.collection-card::after{display:none}

/* —— Bölüm başlıkları —— */
.zen-section-head{margin-bottom:1.25rem}
.zen-section-head .zen-eyebrow{
  color:var(--koton-gray);
  font-size:.68rem;
  letter-spacing:.14em;
}
.zen-section-head .zen-title{
  font-weight:700;
  font-size:clamp(1.1rem, 2vw, 1.35rem);
  letter-spacing:.02em;
  text-transform:uppercase;
  color:var(--koton-black);
}
.zen-section-head .zen-subtitle{font-size:.875rem; color:var(--koton-gray)}

/* —— Anasayfa bantları: düz beyaz —— */
.section-band{
  border-radius:0;
  border:none;
  box-shadow:none;
  background:#fff;
  margin-inline:0!important;
  padding:2rem 0;
}
.section-band-deal,
.section-band-featured,
.section-band-new,
.section-band-trending{background:#fff}
.section-band-featured .product-card-category,
.section-band-featured .product-card .card-body > .text-muted.small.mb-1{display:none}
.section-band-featured .product-card-featured{border:none; border-radius:0}
.section-band-featured .product-card-featured:hover{transform:none; box-shadow:none}
.home-section-categories .collection-card{height:clamp(200px, 36vmin, 280px)}

/* —— Hero: banner görselleri metin içerir; overlay kapatsın —— */
.hero-minimal .carousel-item .overlay{display:none}
.hero .overlay{background:linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.35) 100%)}
.hero .zen-hero-title{font-weight:700; letter-spacing:.04em; text-transform:uppercase; font-size:clamp(1.25rem, 3vw, 2rem)}
.btn-hero-cta{border-radius:0; background:#fff; color:var(--koton-black); font-size:.8rem; letter-spacing:.1em; text-transform:uppercase; box-shadow:none}
.btn-hero-cta:hover{background:#f5f5f5; color:var(--koton-black); transform:none}
.dots-indicators .active{background:var(--koton-black); border-color:var(--koton-black)}

/* —— Chip / filtre —— */
.chip{border-radius:0; font-size:.8125rem; border-color:var(--koton-line)}
.chip:hover{border-color:var(--koton-black); background:#fff; color:var(--koton-black)}

/* —— Sepet çekmecesi —— */
.cart-drawer{width:min(100vw, 400px)}
.cart-drawer-header{padding:1.1rem 1.25rem}
.cart-drawer-header .offcanvas-title{font-size:1rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase}
.cart-drawer-item{border-color:var(--koton-line)!important}
.cart-drawer-thumb img{border-radius:0}
.cart-drawer-footer .btn{border-radius:0; font-weight:600; letter-spacing:.04em; text-transform:uppercase; font-size:.8125rem}
.cart-drawer-footer .btn-dark{background:var(--koton-black); border-color:var(--koton-black)}

/* —— Sepet sayfası (mobil uyumlu kart düzeni) —— */
.cart-page{max-width:720px; margin:0 auto; padding-bottom:2.5rem}
.cart-page--empty{
  max-width:880px;
  padding-top:.5rem;
}
.cart-page__title{font-weight:700; letter-spacing:.04em; text-transform:uppercase; margin-bottom:1rem}
.cart-empty{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:2rem;
  text-align:center;
}
.cart-empty__panel{
  width:100%;
  padding:3rem 1.5rem 2.5rem;
  background:#fafafa;
  border:1px solid var(--koton-line);
}
.cart-empty__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:4.5rem;
  height:4.5rem;
  margin:0 auto 1.25rem;
  border:1px solid #ececec;
  background:#fff;
  color:#bbb;
}
.cart-empty__title{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(1.75rem,4vw,2.25rem);
  font-weight:400;
  letter-spacing:-.02em;
  margin:0 0 .75rem;
  color:var(--koton-black);
}
.cart-empty__lead{
  max-width:28rem;
  margin:0 auto 1.5rem;
  font-size:.9375rem;
  line-height:1.65;
  color:var(--koton-gray);
}
.cart-empty__actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:.75rem;
}
.cart-empty__cta{
  min-width:180px;
  border-radius:0;
  font-weight:600;
  letter-spacing:.04em;
  text-transform:uppercase;
  font-size:.8125rem;
  padding:.75rem 1.25rem;
}
.cart-empty__cta-secondary{
  min-width:180px;
  border-radius:0;
  font-size:.8125rem;
  padding:.75rem 1.25rem;
}
.cart-empty__suggestions{
  width:100%;
  max-width:640px;
}
.cart-empty__suggestions-label{
  margin:0 0 .85rem;
  font-size:.75rem;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--koton-gray);
}
.cart-empty__chips{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:.5rem;
}
.cart-empty__chip{
  display:inline-flex;
  align-items:center;
  padding:.55rem .95rem;
  border:1px solid var(--koton-line);
  background:#fff;
  color:var(--koton-black);
  font-size:.8125rem;
  font-weight:500;
  text-decoration:none;
  transition:border-color .15s,background .15s,color .15s;
}
.cart-empty__chip:hover{
  border-color:#ccc;
  background:#fafafa;
  color:var(--koton-black);
}
.cart-lines{display:flex; flex-direction:column; gap:0}
.cart-line{
  padding:1rem 0;
  border-bottom:1px solid var(--koton-line);
}
.cart-line__main{display:flex; gap:.75rem; align-items:flex-start}
.cart-line__thumb{
  flex:0 0 88px;
  display:block;
  line-height:0;
}
.cart-line__thumb img{
  width:88px;
  height:110px;
  object-fit:cover;
  background:#f4f4f4;
  border-radius:0;
}
.cart-line__body{flex:1 1 auto; min-width:0}
.cart-line__name{
  display:block;
  font-size:.9375rem;
  font-weight:600;
  color:var(--koton-black);
  text-decoration:none;
  line-height:1.35;
  word-break:break-word;
}
.cart-line__name:hover{color:var(--koton-black); text-decoration:underline}
.cart-line__meta{
  margin-top:.35rem;
  font-size:.8125rem;
  color:var(--koton-muted, #666);
  line-height:1.4;
}
.cart-line__meta-sep{margin:0 .2rem}
.cart-line__unit{
  margin-top:.35rem;
  font-size:.8125rem;
  color:var(--koton-muted, #666);
}
.cart-line__footer{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:.5rem .75rem;
  margin-top:.75rem;
  padding-left:0;
}
.cart-line__qty-form{
  display:flex;
  align-items:center;
  gap:.5rem;
  flex:1 1 auto;
  min-width:0;
}
.cart-line__qty-input{
  width:4rem;
  min-width:3.5rem;
  max-width:4.5rem;
  border-radius:0;
  flex-shrink:0;
}
.cart-line__update-btn{
  border-radius:0;
  white-space:nowrap;
  flex-shrink:0;
  font-size:.75rem;
  padding:.25rem .55rem;
}
.cart-line__line-total{
  font-weight:700;
  font-size:1rem;
  margin-left:auto;
  white-space:nowrap;
}
.cart-line__remove-form{margin-left:0}
.cart-line__remove-btn{
  border-radius:0;
  font-size:.75rem;
  padding:.25rem .55rem;
}
.cart-summary{
  margin-top:1.25rem;
  padding-top:1rem;
  border-top:1px solid var(--koton-line);
}
.cart-summary__row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:1rem;
}
.cart-summary__label{font-size:.9375rem; color:var(--koton-muted, #666)}
.cart-summary__value{font-size:.9375rem}
.cart-summary__value--free{color:#059669; font-weight:600}
.cart-summary__value--discount{color:#dc2626; font-weight:600}
.cart-summary__row--discount{margin-bottom:.65rem}
.cart-summary__row--total{
  margin-top:.5rem;
  padding-top:.85rem;
  border-top:1px solid var(--koton-line);
}
.cart-summary__amount{font-size:1.25rem}
.cart-coupon{
  margin:1rem 0;
  padding:1rem 0;
  border-top:1px solid var(--koton-line);
  border-bottom:1px solid var(--koton-line);
}
.cart-coupon__form{
  display:flex;
  gap:.5rem;
}
.cart-coupon__input{
  flex:1;
  min-width:0;
  border:1px solid var(--koton-line);
  border-radius:999px;
  padding:.65rem 1rem;
  font-size:.875rem;
}
.cart-coupon__input:focus{
  outline:none;
  border-color:#999;
  box-shadow:0 0 0 3px rgba(0,0,0,.04);
}
.cart-coupon__input:disabled{background:#f5f5f5; color:#999}
.cart-coupon__apply{
  flex-shrink:0;
  border-radius:999px!important;
  padding:.65rem 1rem!important;
  font-size:.75rem!important;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.cart-coupon__apply:disabled{opacity:.55}
.cart-coupon__hint{
  margin:.65rem 0 0;
  font-size:.8125rem;
  color:var(--koton-gray);
}
.cart-coupon__hint a{color:var(--koton-black); font-weight:600; text-decoration:none}
.cart-coupon__hint a:hover{text-decoration:underline}
.cart-coupon__applied{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.75rem;
}
.cart-coupon__code{font-size:.875rem; color:#444}
.cart-coupon__remove{
  border:1px solid var(--koton-line);
  background:#fff;
  border-radius:999px;
  padding:.35rem .85rem;
  font-size:.75rem;
  cursor:pointer;
}
.cart-coupon__remove:hover{background:#f5f5f5}
.cart-coupon__savings{
  margin-top:.65rem;
  font-size:.8125rem;
  color:#059669;
  font-weight:600;
}
.checkout-summary-card .cart-coupon{
  margin:.75rem 0 1rem;
  padding:.75rem 0;
}
.checkout-summary-row--discount span:last-child{font-weight:600}
.cart-summary__checkout{
  border-radius:0;
  font-weight:600;
  letter-spacing:.04em;
  text-transform:uppercase;
  font-size:.8125rem;
  padding:.75rem 1rem;
}
@media (min-width:576px){
  .cart-line__footer{padding-left:calc(88px + .75rem)}
  .cart-line__line-total{font-size:1.0625rem}
}
@media (max-width:575.98px){
  .cart-line__footer{
    flex-direction:column;
    align-items:stretch;
  }
  .cart-line__qty-form{width:100%}
  .cart-line__line-total{
    margin-left:0;
    text-align:right;
  }
  .cart-line__remove-form{align-self:flex-end}
}

/* —— PDP —— */
.size-chip{border-radius:0; min-width:40px; height:32px; font-size:.8125rem}
.size-chip.active:not(.pdp-color-chip){background:var(--koton-black); border-color:var(--koton-black); color:#fff}
.pdp-color-chip-row .pdp-color-chip{
  background:transparent;
  border:0;
  box-shadow:none;
  color:var(--koton-black);
  min-width:auto;
  padding:0 .35rem 0 0;
}
.pdp-color-chip-row .pdp-color-chip:hover{
  background:transparent;
  border:0;
  box-shadow:none;
  color:var(--koton-black);
  opacity:.85;
}
.pdp-color-chip-row .pdp-color-chip.active{
  background:transparent;
  border:0;
  box-shadow:none;
  color:var(--koton-black);
  font-weight:700;
}
.pdp-color-chip-row .pdp-color-chip.active .pdp-color-swatch{
  border-color:rgba(0,0,0,.18);
  box-shadow:0 0 0 2px rgba(var(--accent-rgb),.35);
}
.pdp-color-swatch--unknown{
  background:linear-gradient(135deg, #f8fafc 45%, #e2e8f0 55%);
  border:1px solid rgba(15,23,42,.14);
}
.pdp-page .pdp-price-single,
.pdp-page .pdp-price-new,
.pdp-page #pdpPriceBlock .text-danger{
  color:var(--koton-black)!important;
}
.pdp-buy-inner .btn-accent{border-radius:0; background:var(--koton-black); box-shadow:none; text-transform:uppercase; font-size:.8125rem; letter-spacing:.06em}
.pdp-buy-inner .btn-accent:hover{background:#333; transform:none}
@media (min-width:1200px){
  .pdp-page .size-chip{
    min-width:44px;
    height:auto;
    font-size:.9375rem;
  }
  .pdp-buy-inner .btn-accent,
  .pdp-buy-inner .btn-outline-danger,
  .pdp-buy-inner .btn-danger{
    font-size:.9375rem;
    letter-spacing:.07em;
    padding:.72rem 1.5rem;
    min-height:2.75rem;
  }
  .pdp-features-accordion .accordion-button{
    font-size:.875rem;
    padding:1rem 0;
  }
  .pdp-features-accordion .accordion-body{
    font-size:.9375rem;
  }
  .pdp-feat-subtitle{
    font-size:.75rem;
  }
}

.pdp-features-accordion{--bs-accordion-border-width:0; --bs-accordion-btn-focus-box-shadow:none}
.pdp-features-accordion .accordion-item{background:transparent; border:0; border-top:1px solid var(--koton-line)}
.pdp-features-accordion .accordion-item:last-child{border-bottom:1px solid var(--koton-line)}
.pdp-features-accordion .accordion-button{
  padding:.85rem 0;
  background:transparent;
  box-shadow:none;
  font-size:.8125rem;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--koton-black);
}
.pdp-features-accordion .accordion-button:not(.collapsed){
  background:transparent;
  color:var(--koton-black);
  box-shadow:none;
}
.pdp-features-accordion .accordion-button::after{
  width:.75rem;
  height:.75rem;
  background-size:.75rem;
  filter:none;
}
.pdp-features-accordion .accordion-body{padding:.25rem 0 1.25rem}
.pdp-feat-subtitle{
  font-size:.6875rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--koton-muted, #666);
  margin-bottom:.65rem;
}
.pdp-feat-list{
  margin:0;
  padding:0;
  list-style:none;
  font-size:.8125rem;
  line-height:1.65;
}
.pdp-feat-list li::before{content:"•"; margin-right:.45rem; color:var(--koton-black)}
.pdp-feat-key{font-weight:600}
.pdp-feat-summary{color:var(--koton-black); line-height:1.55}
.pdp-feat-description{color:var(--koton-black); line-height:1.6}
.pdp-feat-description p:last-child{margin-bottom:0}
.pdp-feat-description ul,
.pdp-feat-description ol{margin:.5rem 0 .75rem; padding-left:1.25rem}
.pdp-feat-description a{color:var(--koton-black); text-decoration:underline}
.pdp-feat-care li{
  display:flex;
  align-items:flex-start;
  gap:.5rem;
  font-size:.8125rem;
  line-height:1.55;
  margin-bottom:.35rem;
}
.pdp-feat-care i{
  flex-shrink:0;
  width:1rem;
  margin-top:.15rem;
  opacity:.7;
  font-size:.9rem;
}
.pdp-feat-size-table th{
  font-size:.6875rem;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  border-color:var(--koton-line);
}
.pdp-feat-size-table td{border-color:var(--koton-line); font-size:.8125rem}

.pdp-reviews-section{border-top:1px solid var(--koton-line); padding-top:1.5rem}
.pdp-review-stars{
  display:inline-flex;
  align-items:center;
  gap:.1rem;
  color:#f59e0b;
  font-size:1rem;
  line-height:1;
}
.pdp-review-stars .bi-star{color:#d1d5db}
.pdp-review-score{
  font-weight:700;
  color:var(--koton-black);
  margin-left:.4rem;
  font-size:.875rem;
}
.pdp-review-count{margin-left:.15rem}
.pdp-review-item-stars{color:#f59e0b; font-size:.95rem; letter-spacing:.04em}
.pdp-review-item-stars .bi-star{color:#d1d5db}
.pdp-reviews-empty{border-color:var(--koton-line)!important; background:#fafafa}
.pdp-reviews-list .list-group-item{border-color:var(--koton-line)}

/* —— Checkout (SecilStore tarzı) —— */
.checkout-page{padding-bottom:2rem}
.checkout-panel-title{
  font-size:.8125rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:1rem;
}
.checkout-panel{
  background:#fff;
  border:1px solid var(--koton-line);
  padding:1.25rem 1.25rem 1.5rem;
}
.checkout-panel .form-control,
.checkout-panel .form-select{border-radius:0; border-color:var(--koton-line); font-size:.875rem}
.checkout-panel .form-control:focus,
.checkout-panel .form-select:focus{border-color:var(--koton-black); box-shadow:none}
.checkout-address-cards{display:flex; flex-direction:column; gap:.75rem}
.checkout-address-card{
  display:block;
  margin:0;
  cursor:pointer;
}
.checkout-address-card__radio{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.checkout-address-card__inner{
  display:block;
  border:1px solid var(--koton-line);
  padding:.85rem 1rem;
  transition:border-color .15s ease, background .15s ease;
}
.checkout-address-card.is-selected .checkout-address-card__inner,
.checkout-address-card__radio:checked + .checkout-address-card__inner{
  border-color:var(--koton-black);
  background:#fafafa;
}
.checkout-address-card__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.75rem;
  margin-bottom:.35rem;
}
.checkout-address-card__title{
  font-size:.875rem;
  font-weight:700;
  letter-spacing:.02em;
}
.checkout-address-card__badge{
  font-size:.6875rem;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--koton-black);
  border:1px solid var(--koton-line);
  padding:.15rem .45rem;
}
.checkout-address-card__recipient,
.checkout-address-card__line,
.checkout-address-card__meta,
.checkout-address-card__phone{
  display:block;
  font-size:.8125rem;
  color:#555;
  line-height:1.45;
}
.checkout-address-card__meta span + span::before{content:' · '}
.checkout-address-new-btn{
  margin-top:.75rem;
  padding:0;
  border:0;
  background:none;
  font-size:.8125rem;
  font-weight:600;
  color:var(--koton-black);
  text-decoration:underline;
  text-underline-offset:2px;
}
.checkout-address-selected{
  border:1px solid var(--koton-line);
  background:#fafafa;
  padding:.85rem 1rem;
  margin-bottom:1rem;
}
.checkout-address-selected__label{
  font-size:.6875rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#777;
  margin-bottom:.35rem;
}
.checkout-address-selected__body{font-size:.875rem; line-height:1.5}
.checkout-address-selected__body strong{display:block; font-size:.9375rem; margin-bottom:.25rem}
.checkout-address-selected__recipient{font-weight:600}
.checkout-address-selected__meta,
.checkout-address-selected__phone{color:#555; font-size:.8125rem}
.checkout-pay-tab{
  display:inline-block;
  background:var(--koton-black);
  color:#fff;
  font-size:.75rem;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  padding:.55rem 1rem;
  margin-bottom:1rem;
}
.checkout-pay-body .list-group-item{border-color:var(--koton-line); border-radius:0}
.checkout-summary-card{
  background:#fff;
  border:1px solid var(--koton-line);
  padding:1rem 1.25rem 1.25rem;
}
.checkout-summary-item{padding:.85rem 0; border-bottom:1px solid var(--koton-line)}
.checkout-summary-item:last-child{border-bottom:0}
.checkout-summary-thumb img{display:block; width:64px; height:80px; object-fit:cover}
.checkout-summary-item-name{font-size:.875rem; font-weight:600; line-height:1.35}
.checkout-summary-item-price{font-weight:600; font-size:.875rem}
.checkout-summary-totals{margin-top:1rem; padding-top:1rem; border-top:1px solid var(--koton-line)}
.checkout-summary-row{
  display:flex;
  justify-content:space-between;
  gap:1rem;
  font-size:.8125rem;
  margin-bottom:.45rem;
}
.checkout-summary-payable{
  font-size:.9375rem;
  font-weight:700;
  margin-top:.65rem;
  padding-top:.65rem;
  border-top:1px solid var(--koton-line);
}
.checkout-buy-btn{
  border-radius:0;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-size:.8125rem;
  font-weight:700;
  padding:.85rem 1rem;
}
.checkout-buy-btn:disabled{opacity:.45}
.checkout-legal-check .form-check-label{line-height:1.45; color:#555}
.checkout-auth-modal .modal-content{border-radius:0}
.modal-backdrop{z-index:var(--bs-backdrop-zindex)}
.modal{z-index:var(--bs-modal-zindex)}
.offcanvas{z-index:var(--bs-offcanvas-zindex)}
.checkout-auth-tabs .nav-link{
  border:0;
  border-radius:0;
  color:#888;
  font-size:.8125rem;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  padding:.5rem 0;
  margin-right:1.25rem;
}
.checkout-auth-tabs .nav-link.active{
  color:var(--koton-black);
  border-bottom:2px solid var(--koton-black);
  background:transparent;
}
.checkout-auth-divider{
  display:flex;
  align-items:center;
  gap:.75rem;
  color:#999;
  font-size:.75rem;
  margin:1rem 0;
}
.checkout-auth-divider::before,
.checkout-auth-divider::after{content:''; flex:1; height:1px; background:var(--koton-line)}
.checkout-auth-form .form-control{border-radius:0; border-color:var(--koton-line)}
.checkout-auth-submit{border-radius:0; text-transform:uppercase; letter-spacing:.06em; font-size:.8125rem; font-weight:700}
.checkout-google-btn{border-radius:0; font-size:.875rem}
.checkout-guest-link{
  color:var(--koton-black);
  letter-spacing:.08em;
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:3px;
}
.checkout-pw-toggle{
  position:absolute;
  right:.5rem;
  top:50%;
  transform:translateY(-50%);
  color:#666;
  padding:.25rem;
  line-height:1;
}
.checkout-auth-modal-dialog{max-width:440px}
.checkout-register-headline{
  font-size:.9375rem;
  font-weight:600;
  color:var(--koton-black);
}
.checkout-phone-group .input-group-text{
  border-radius:0;
  border-color:var(--koton-line);
  background:#fafafa;
  font-size:.8125rem;
}
.checkout-register-form .form-control{border-radius:0; border-color:var(--koton-line); font-size:.875rem}
.checkout-register-form .form-control:focus{border-color:var(--koton-black); box-shadow:none}
.checkout-legal-hint a{color:var(--koton-black)}
.checkout-legal-check .form-check-label{line-height:1.45; color:#444}
.checkout-legal-link{
  border:0;
  background:none;
  padding:0;
  margin:0;
  color:var(--koton-black);
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:2px;
  cursor:pointer;
  font-size:inherit;
}
.checkout-legal-link:hover{color:#333}
.checkout-legal-modal-dialog{max-width:720px}
.checkout-legal-modal-content{border-radius:0; border:1px solid #ececec; box-shadow:0 16px 48px rgba(0,0,0,.12)}
.checkout-legal-modal-header{border-bottom:1px solid #eee}
.checkout-legal-modal-footer{border-top:1px solid #eee}
.checkout-legal-modal-body{
  max-height:min(70vh, 640px);
  overflow-y:auto;
  padding:1.25rem 1.5rem;
}
.checkout-legal-doc{
  font-size:.875rem;
  line-height:1.65;
  color:#333;
}
.checkout-legal-doc h2{
  font-size:1rem;
  font-weight:700;
  margin:0 0 1rem;
}
.checkout-legal-doc h3{
  font-size:.8125rem;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  margin:1.25rem 0 .65rem;
}
.checkout-legal-doc p{margin:0 0 .85rem}
.checkout-legal-doc ul{
  margin:0 0 1rem;
  padding-left:1.1rem;
}
.checkout-legal-doc li{margin-bottom:.35rem}
.checkout-legal-doc__table{
  width:100%;
  border-collapse:collapse;
  margin:0 0 1rem;
  font-size:.8125rem;
}
.checkout-legal-doc__table th,
.checkout-legal-doc__table td{
  border:1px solid #ececec;
  padding:.5rem .65rem;
  vertical-align:top;
}
.checkout-legal-doc__table th{
  background:#fafafa;
  font-weight:600;
}
.checkout-legal-doc__note{
  margin-top:1rem!important;
  font-size:.75rem;
  color:#888;
}
.checkout-legal-doc img{max-width:100%; height:auto}
.checkout-legal-check a{color:var(--koton-black)}

/* —— Footer ince ayar —— */
.site-footer{border-top:1px solid var(--koton-line)}

/* —— Genel butonlar —— */
.btn-dark{background:var(--koton-black); border-color:var(--koton-black)}
.btn-outline-secondary{border-radius:0; border-color:var(--koton-line); color:var(--koton-black)}
.btn-outline-secondary:hover{background:#f5f5f5; border-color:var(--koton-black); color:var(--koton-black)}

/* Turuncu vurgu: yalnızca marka anları */
.btn-accent:not(.search-wrap .btn-accent){
  background:var(--accent);
}
.zen-section-head .zen-eyebrow.brand-accent{color:var(--accent)}

/* —— SecilStore tarzı sadeleştirme —— */
.primary-nav-flat .primary-link{
  font-size:.8125rem;
  letter-spacing:.04em;
  text-transform:uppercase;
  font-weight:600;
  padding:.25rem 0;
  white-space:nowrap;
}
.primary-nav-flat{justify-content:center!important}

.catalog-grid .product-card-variant-chips{display:none!important}
.catalog-grid .product-card-category{display:none!important}

.product-card-rating{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:.12rem .2rem;
  margin:.2rem 0 .35rem;
  color:#f59e0b;
  font-size:.72rem;
  line-height:1;
  letter-spacing:.02em;
}
.product-card-rating .bi-star{color:#d1d5db}
.product-card-rating__score{
  color:var(--koton-black);
  font-weight:600;
  font-size:.75rem;
  margin-left:.12rem;
}
.product-card-rating__count{
  color:var(--koton-gray);
  font-size:.7rem;
  margin-left:.05rem;
}
.catalog-grid .product-card-rating{
  min-height:1rem;
}

.site-footer.footer{
  background:#fafafa;
  color:#555;
  border-top:1px solid var(--koton-line);
}
.site-footer__inner{padding-top:1.25rem; padding-bottom:1rem}
@media (min-width:992px){
  .site-footer__inner{padding-top:1.5rem; padding-bottom:1.125rem}
}
.site-footer__brand{margin-bottom:0}
.site-footer .footer-heading{margin-bottom:.55rem}
.site-footer .footer-link-list li,
.site-footer .footer-contact-list li{margin-bottom:.35rem}
.site-footer .footer-bottom{margin-top:.75rem!important; padding-top:.65rem!important}
.site-footer.footer a{color:#333}
.site-footer.footer a:hover{color:#000}
.site-footer .footer-heading{color:#111; font-size:.75rem; letter-spacing:.08em; text-transform:uppercase}
.site-footer .footer-tagline{color:#777}
.site-footer .footer-bottom{border-top:1px solid var(--koton-line)}
.footer-certifications{
  margin-top:1.25rem;
  padding-top:1.25rem;
  border-top:1px solid var(--koton-line);
  text-align:center;
}
.footer-certifications__badges{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.75rem;
  margin-bottom:.75rem;
}
.footer-cert-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:3.25rem;
  height:2.5rem;
  padding:0 .85rem;
  border:1px solid #bbb;
  border-radius:.35rem;
  background:#fff;
  color:#111;
  font-size:.8125rem;
  font-weight:700;
  letter-spacing:.08em;
  line-height:1;
}
.footer-certifications__text{
  max-width:36rem;
  margin-left:auto;
  margin-right:auto;
  font-size:.8125rem;
  line-height:1.5;
  color:#777;
}
.footer-duns{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:.25rem;
}
.footer-duns__label{
  font-size:.75rem;
  font-weight:600;
  letter-spacing:.04em;
  color:#666;
}
.footer-duns__value{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:8.5rem;
  padding:.45rem .85rem;
  border:1px solid #bbb;
  border-radius:.35rem;
  background:#fff;
  color:#111;
  font-size:.8125rem;
  font-weight:700;
  letter-spacing:.06em;
  line-height:1;
}
.site-footer .footer-credit a{text-decoration:underline; text-underline-offset:2px}
.site-footer .footer-credit a:hover{color:#000}
.site-footer .footer-social-inline .social-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  background:#eee;
  color:#333;
  border-radius:50%;
  text-decoration:none;
  font-size:1rem;
  transition:background .15s,color .15s,transform .15s;
}
.site-footer .footer-social-inline .social-link i{line-height:1}
.site-footer .footer-social-inline .social-link:hover{background:#111; color:#fff; transform:translateY(-1px)}

body.homepage .site-header:not(.is-overlay){
  background:#fff;
  border-bottom:1px solid var(--koton-line);
  box-shadow:none;
}
/* Üstte: koyu cam */
body.homepage .site-header.is-overlay.is-transparent:not(:hover){
  background:rgba(18,18,18,.48)!important;
  border-bottom:1px solid rgba(255,255,255,.12)!important;
  box-shadow:none!important;
  backdrop-filter:saturate(140%) blur(8px)!important;
  -webkit-backdrop-filter:saturate(140%) blur(8px)!important;
}
/* Kaydırılmış (hover yok): koyu bar, logo beyaz */
body.homepage .site-header.is-overlay.nav-hidden:not(:hover){
  background:rgba(18,18,18,.55)!important;
  border-bottom:1px solid rgba(255,255,255,.1);
  backdrop-filter:saturate(160%) blur(12px);
  -webkit-backdrop-filter:saturate(160%) blur(12px);
}
/* Hover / solid: beyaz + normal logo */
body.homepage .site-header.is-overlay:hover,
body.homepage .site-header.is-overlay.is-solid{
  background:#fff!important;
  border-bottom:1px solid var(--koton-line)!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
body.homepage .site-header.is-overlay.is-transparent:not(:hover) .header-logo-img,
body.homepage .site-header.is-overlay.nav-hidden:not(:hover) .header-logo-img{
  filter:brightness(0) invert(1);
}
body.homepage .site-header.is-overlay:hover .header-logo-img,
body.homepage .site-header.is-overlay.is-solid .header-logo-img{
  filter:none!important;
}
body.homepage .site-header.is-transparent:not(:hover) .header-primary-nav{
  border-top-color:transparent!important;
  border-bottom-color:transparent!important;
}
body.homepage .site-header.is-overlay:not(:hover) .primary-link,
body.homepage .site-header.is-overlay:not(:hover) .zen-mega-nav .primary-link{
  color:#fff!important;
}
body.homepage .site-header.is-overlay:not(:hover) .primary-link:hover,
body.homepage .site-header.is-overlay:not(:hover) .primary-link.highlight,
body.homepage .site-header.is-overlay:not(:hover) .zen-mega-nav .primary-link:hover,
body.homepage .site-header.is-overlay:not(:hover) .zen-mega-nav .primary-link.highlight{
  color:#fff!important;
  border-bottom-color:#fff!important;
}
body.homepage .site-header.is-overlay:hover .primary-link,
body.homepage .site-header.is-overlay:hover .zen-mega-nav .primary-link,
body.homepage .site-header.is-overlay.is-solid .primary-link{
  color:var(--koton-black)!important;
}
body.homepage .site-header.is-overlay:hover .primary-link:hover,
body.homepage .site-header.is-overlay:hover .primary-link.highlight,
body.homepage .site-header.is-overlay:hover .zen-mega-nav .primary-link:hover,
body.homepage .site-header.is-overlay:hover .zen-mega-nav .primary-link.highlight{
  color:var(--koton-black)!important;
  border-bottom-color:var(--koton-black)!important;
}
body.homepage .site-header.is-overlay:not(:hover) .search-wrap-secil .search-field-shell .search-field-input{
  background:rgba(255,255,255,.14)!important;
  border-color:rgba(255,255,255,.45)!important;
  color:#fff!important;
  border-radius:4px;
}
body.homepage .site-header.is-overlay:hover .search-wrap-secil .search-field-shell .search-field-input,
body.homepage .site-header.is-overlay.is-solid .search-wrap-secil .search-field-shell .search-field-input{
  background:#fff!important;
  border-color:var(--koton-line)!important;
  color:var(--koton-black)!important;
}
body.homepage .site-header.is-overlay:not(:hover) .search-field-icon,
body.homepage .site-header.is-overlay:not(:hover) .search-typing-hint{color:rgba(255,255,255,.9)!important}
body.homepage .site-header.is-overlay:hover .search-field-icon,
body.homepage .site-header.is-overlay:hover .search-typing-hint,
body.homepage .site-header.is-overlay.is-solid .search-field-icon,
body.homepage .site-header.is-overlay.is-solid .search-typing-hint{color:#888!important}
body.homepage .site-header.is-overlay .header-icon,
body.homepage .site-header.is-overlay .lang-switcher-toggle{
  background:transparent!important;
  box-shadow:none!important;
  border:0!important;
  border-radius:0!important;
}
body.homepage .site-header.is-overlay:not(:hover) .header-icon,
body.homepage .site-header.is-overlay:not(:hover) .lang-switcher-code{color:#fff}
body.homepage .site-header.is-overlay:hover .header-icon,
body.homepage .site-header.is-overlay:hover .lang-switcher-code,
body.homepage .site-header.is-overlay.is-solid .header-icon,
body.homepage .site-header.is-overlay.is-solid .lang-switcher-code{color:var(--koton-black)!important}
body.homepage .site-header.is-overlay:not(:hover) .header-line-icon,
body.homepage .site-header.is-overlay:not(:hover) .cart-trolley-icon,
body.homepage .site-header.is-overlay:not(:hover) .favorites-heart-icon,
body.homepage .site-header.is-overlay:not(:hover) .profile-avatar-icon,
body.homepage .site-header.is-overlay:not(:hover) .lang-globe-icon{
  color:#fff;
  filter:none;
}
body.homepage .site-header.is-overlay:hover .header-line-icon,
body.homepage .site-header.is-overlay:hover .cart-trolley-icon,
body.homepage .site-header.is-overlay:hover .favorites-heart-icon,
body.homepage .site-header.is-overlay:hover .profile-avatar-icon,
body.homepage .site-header.is-overlay:hover .lang-globe-icon,
body.homepage .site-header.is-overlay.is-solid .header-line-icon,
body.homepage .site-header.is-overlay.is-solid .cart-trolley-icon,
body.homepage .site-header.is-overlay.is-solid .favorites-heart-icon,
body.homepage .site-header.is-overlay.is-solid .profile-avatar-icon,
body.homepage .site-header.is-overlay.is-solid .lang-globe-icon{
  color:inherit;
  filter:none!important;
}
body.homepage .site-header.is-overlay .header-main .search-wrap-secil,
body.homepage .site-header.is-overlay .header-main .search-wrap-lcw{
  max-width:380px;
  width:min(380px, 42vw);
  flex:0 1 380px;
  align-self:center;
}

.hero-minimal .carousel-item .hero-banner-link{
  display:block;
  height:100%;
  color:inherit;
  text-decoration:none;
}
.hero-minimal .carousel-item .hero-banner-link:hover{
  opacity:1;
}
.hero-minimal .carousel-item img{
  max-height:none;
  object-fit:cover;
}
body.homepage .homepage-main{
  margin-bottom:0;
}
/* Overlay header: hero edge-to-edge under transparent bar (LCW) */
body.homepage .hero.hero-minimal{
  margin-bottom:0;
  border-radius:0;
  min-height:calc(100dvh - var(--header-height, 72px));
  height:calc(100dvh - var(--header-height, 72px));
}
body.homepage:has(.site-header.is-overlay) .hero.hero-minimal{
  min-height:100dvh;
  height:100dvh;
}
body.homepage .hero.hero-minimal .carousel,
body.homepage .hero.hero-minimal .carousel-inner,
body.homepage .hero.hero-minimal .carousel-item{
  height:100%;
}
body.homepage .hero.hero-minimal .carousel-item img{
  height:100%;
  width:100%;
  max-height:none;
  object-fit:cover;
}
.home-intro-banner{
  display:block;
  width:100%;
  margin:0;
  background:#0d0d0d;
}
.home-story-banner{
  display:block;
  width:100vw;
  max-width:100vw;
  margin:0 calc(50% - 50vw);
  background:#f3f3f3;
  overflow:hidden;
}
.home-story-banner__link{
  display:block;
  width:100%;
  max-width:none;
  margin:0;
  line-height:0;
  text-decoration:none;
  color:inherit;
  transition:opacity .22s ease;
}
.home-story-banner__link:hover{
  opacity:.96;
}
.home-story-banner__link:focus-visible{
  outline:2px solid var(--accent);
  outline-offset:3px;
}
.home-story-banner__img{
  display:block;
  width:100%;
  height:auto;
}
.home-story-parallax{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:clamp(420px, 52vh, 560px);
  overflow:hidden;
  background:#e7ddd2;
}
.home-story-parallax--light .home-story-parallax__bg{
  transform:translate3d(0,0,0) scale(1);
}
.home-story-parallax__bg{
  position:absolute;
  left:0;
  right:0;
  top:-10%;
  bottom:-10%;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  transform:translate3d(0,0,0) scale(1);
  will-change:transform;
}
.home-story-parallax__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(255,251,246,.28) 0%, rgba(255,251,246,.06) 22%, rgba(255,251,246,.04) 50%, rgba(255,251,246,.06) 78%, rgba(255,251,246,.28) 100%),
    linear-gradient(180deg, rgba(255,251,246,.12) 0%, rgba(255,251,246,0) 38%, rgba(255,251,246,0) 62%, rgba(255,251,246,.14) 100%);
  pointer-events:none;
}
.home-story-parallax__content{
  position:relative;
  z-index:2;
  width:min(100%, 720px);
  margin:0 auto;
  padding:2.25rem 2rem;
  text-align:center;
  color:#2f241c;
  background:rgba(255,251,247,.58);
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 20px 54px rgba(62,45,32,.08);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.home-story-parallax__lead{
  margin:0 0 .85rem;
  font-family:'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-size:clamp(.95rem, 2vw, 1.15rem);
  font-weight:500;
  letter-spacing:.34em;
  text-indent:.34em;
  text-transform:uppercase;
  color:#5c4a3d;
}
.home-story-parallax__headline{
  margin:0 0 1rem;
  font-family:'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-size:clamp(2.35rem, 6vw, 4.25rem);
  font-weight:500;
  font-style:italic;
  line-height:1.05;
  letter-spacing:.015em;
  color:#2a2118;
}
.home-story-parallax__text{
  margin:0 auto 1.35rem;
  max-width:32rem;
  font-family:Inter, system-ui, sans-serif;
  font-size:clamp(.92rem, 1.5vw, 1.05rem);
  line-height:1.7;
  color:rgba(47,36,28,.82);
}
.home-story-parallax__cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:min(100%, 220px);
  padding:.72rem 1.65rem!important;
  border-radius:999px!important;
  border:1px solid #2a2118!important;
  background:#2a2118!important;
  color:#fff!important;
  font-family:Inter, system-ui, sans-serif;
  font-size:.8125rem;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;
  box-shadow:0 10px 28px rgba(42,33,24,.16)!important;
  transition:transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease!important;
}
.home-story-parallax__cta:hover{
  background:#3d2f25!important;
  border-color:#3d2f25!important;
  color:#fff!important;
  transform:translateY(-2px);
  box-shadow:0 14px 34px rgba(42,33,24,.22)!important;
}
@media (max-width:767.98px){
  .home-story-parallax{
    min-height:clamp(380px, 58vh, 480px);
  }
  .home-story-parallax__content{
    width:calc(100% - 2rem);
    padding:1.85rem 1.25rem;
  }
  .home-story-parallax__lead{
    letter-spacing:.22em;
    text-indent:.22em;
  }
  .home-story-parallax__bg{
    top:-6%;
    bottom:-6%;
    transform:scale(1)!important;
  }
}
@media (prefers-reduced-motion:reduce){
  .home-story-parallax__bg{
    transform:none!important;
  }
}
.home-intro-banner--inline{
  margin:0;
}
.home-intro-banner__link{
  display:block;
  width:100%;
  max-width:1920px;
  margin:0 auto;
  line-height:0;
  text-decoration:none;
  position:relative;
  overflow:hidden;
}
.home-intro-banner__media{
  display:block;
  width:100%;
}
.home-intro-banner__img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1024 / 320;
  object-fit:cover;
  object-position:center;
}
.home-intro-banner--text .home-intro-banner__copy{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:.15rem;
  padding:1rem 1.25rem;
  text-align:center;
  pointer-events:none;
  line-height:1;
}
.home-intro-banner__title{
  font-family:'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-weight:300;
  font-size:clamp(2rem, 6.8vw, 4.75rem);
  letter-spacing:.28em;
  text-indent:.28em;
  text-transform:uppercase;
  color:#fff;
  text-shadow:0 2px 24px rgba(0,0,0,.28), 0 1px 2px rgba(0,0,0,.35);
}
.home-intro-banner__subtitle{
  font-family:'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-weight:500;
  font-style:italic;
  font-size:clamp(1.35rem, 3.6vw, 2.65rem);
  letter-spacing:.04em;
  color:#fff;
  text-shadow:0 2px 18px rgba(0,0,0,.24), 0 1px 2px rgba(0,0,0,.3);
  margin-top:-.15em;
}
@media (max-width:767.98px){
  .home-intro-banner__link{
    max-width:100%;
  }
  .home-intro-banner__title{
    letter-spacing:.1em;
    text-indent:0;
    font-size:clamp(1.45rem, 7.5vw, 2rem);
  }
  .home-intro-banner__subtitle{
    font-size:clamp(1.05rem, 4.8vw, 1.45rem);
  }
}
@media (max-width:767.98px){
  /* Mobilde banner header altında başlasın (overlay kaplama yok) */
  body.homepage .site-header.is-overlay{
    position:static!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    width:100%;
  }
  body.homepage #siteCategoryNav{
    display:none!important;
    height:0!important;
    max-height:0!important;
    overflow:hidden!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
  }
  body.homepage main.homepage-main,
  body.homepage .hero.hero-minimal{
    margin-top:0!important;
    padding-top:0!important;
  }
  body.homepage .site-header.is-overlay.is-transparent,
  body.homepage .site-header.is-overlay.nav-hidden,
  body.homepage .site-header.is-overlay:hover,
  body.homepage .site-header.is-overlay.is-solid{
    background:#fff!important;
    border-bottom:1px solid var(--koton-line)!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  body.homepage .site-header.is-overlay.is-transparent .header-logo-img,
  body.homepage .site-header.is-overlay.nav-hidden .header-logo-img,
  body.homepage .site-header.is-overlay:hover .header-logo-img,
  body.homepage .site-header.is-overlay.is-solid .header-logo-img{
    filter:none!important;
  }
  body.homepage .site-header.is-overlay.is-transparent .header-icon,
  body.homepage .site-header.is-overlay.is-transparent .mobile-cat-toggle,
  body.homepage .site-header.is-overlay.is-transparent #openSearchOverlay,
  body.homepage .site-header.is-overlay.nav-hidden .header-icon,
  body.homepage .site-header.is-overlay.nav-hidden .mobile-cat-toggle,
  body.homepage .site-header.is-overlay.nav-hidden #openSearchOverlay,
  body.homepage .site-header.is-overlay.is-solid .header-icon{
    color:var(--koton-black)!important;
    background:transparent!important;
  }
  body.homepage .site-header.is-overlay.is-transparent .header-line-icon,
  body.homepage .site-header.is-overlay.is-transparent .cart-trolley-icon,
  body.homepage .site-header.is-overlay.is-transparent .favorites-heart-icon,
  body.homepage .site-header.is-overlay.is-transparent .profile-avatar-icon,
  body.homepage .site-header.is-overlay.is-transparent .lang-globe-icon,
  body.homepage .site-header.is-overlay.nav-hidden .header-line-icon,
  body.homepage .site-header.is-overlay.nav-hidden .cart-trolley-icon,
  body.homepage .site-header.is-overlay.nav-hidden .favorites-heart-icon,
  body.homepage .site-header.is-overlay.nav-hidden .profile-avatar-icon,
  body.homepage .site-header.is-overlay.nav-hidden .lang-globe-icon,
  body.homepage .site-header.is-overlay.is-solid .header-line-icon,
  body.homepage .site-header.is-overlay.is-solid .cart-trolley-icon,
  body.homepage .site-header.is-overlay.is-solid .favorites-heart-icon,
  body.homepage .site-header.is-overlay.is-solid .profile-avatar-icon,
  body.homepage .site-header.is-overlay.is-solid .lang-globe-icon{
    filter:none!important;
  }
  body.homepage .site-header.is-overlay.is-transparent .lang-switcher-mobile a,
  body.homepage .site-header.is-overlay.nav-hidden .lang-switcher-mobile a{
    color:var(--koton-black)!important;
  }
  body.homepage .site-header.is-overlay.is-transparent .lang-switcher-mobile .text-muted,
  body.homepage .site-header.is-overlay.nav-hidden .lang-switcher-mobile .text-muted{
    color:var(--koton-gray)!important;
  }
  body.homepage .hero.hero-minimal,
  body.homepage:has(.site-header.is-overlay) .hero.hero-minimal{
    min-height:0!important;
    height:auto!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden;
    background:#fff;
  }
  body.homepage .hero.hero-minimal #homeHero{
    position:relative;
    overflow:hidden;
    isolation:isolate;
    background:#fff;
  }
  body.homepage .hero.hero-minimal .carousel,
  body.homepage .hero.hero-minimal .carousel-inner{
    height:clamp(260px, 70vw, 380px)!important;
    min-height:clamp(260px, 70vw, 380px)!important;
    width:100%!important;
    aspect-ratio:unset;
    max-height:none;
    background:#fff;
  }
  body.homepage .hero.hero-minimal .carousel-item{
    position:relative!important;
    height:100%!important;
    min-height:100%!important;
    background:#fff;
  }
  body.homepage .hero.hero-minimal .carousel-item img,
  body.homepage .hero.hero-minimal .carousel-item .hero-banner-img{
    position:absolute;
    inset:0;
    display:block!important;
    height:100%!important;
    width:100%!important;
    min-height:0!important;
    max-height:100%!important;
    object-fit:cover;
    object-position:center top;
  }
  body.homepage .hero.hero-minimal .carousel-item .overlay{
    display:none;
  }
  #homeHero .carousel-control-prev,
  #homeHero .carousel-control-next{
    display:none!important;
  }
  #homeHero .carousel-indicators{
    bottom:10px;
    margin-bottom:0;
    gap:6px;
  }
  #homeHero .carousel-indicators [data-bs-target]{
    width:8px;
    height:8px;
    border-radius:50%;
    margin:0;
    opacity:.75;
  }
  #homeHero .carousel-indicators .active{
    opacity:1;
  }
  body.homepage .homepage-main,
  body.homepage main{
    overflow:visible!important;
  }
  .home-product-section,
  .home-trust-strip,
  .home-newsletter-band,
  .home-promo-strip{
    display:block!important;
    visibility:visible!important;
  }
}

.header-inline-nav{
  flex:0 1 auto;
  min-width:0;
  overflow:hidden;
}
.header-inline-link{
  font-size:.75rem;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-weight:600;
  color:var(--koton-black);
  text-decoration:none;
  white-space:nowrap;
  padding:.2rem 0;
  border-bottom:2px solid transparent;
}
.header-inline-link:hover,
.header-inline-link.highlight{
  color:var(--koton-black);
  border-bottom-color:var(--koton-black);
}
.home-section-title{
  font-size:1rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  text-align:center;
  margin-bottom:1.5rem;
}
.section-band-featured{background:#fafafa}

/* featured-categories-minimal kaldırıldı */
.home-product-section{
  border-top:1px solid #e8e8e8;
  background:#f2f2f2;
  padding-top:1.75rem;
  padding-bottom:1.75rem;
}
.home-band-alt{background:#f2f2f2}
#catalog-list{
  background:#f2f2f2;
  padding:1rem .75rem 1.5rem;
}
#catalog-container > .col-md-9{
  background:#f2f2f2;
}
.home-section-head .home-section-title{text-align:left; margin-bottom:0}
.home-section-link{
  font-size:.75rem;
  font-weight:600;
  letter-spacing:.08em;
  color:var(--koton-gray);
  text-decoration:none;
  white-space:nowrap;
}
.home-section-link:hover{color:var(--koton-black); text-decoration:underline}

.home-editorial-card{
  position:relative;
  overflow:hidden;
  aspect-ratio:16/9;
  background:#f0f0f0;
}
.home-editorial-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .35s ease;
}
.home-editorial-card:hover img{transform:scale(1.03)}
.home-editorial-card-label{
  position:absolute;
  left:0; right:0; bottom:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.75rem;
  padding:.85rem 1rem;
  background:linear-gradient(180deg, transparent, rgba(0,0,0,.65));
  color:#fff;
  font-size:.8125rem;
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.home-trust-strip{
  border-top:1px solid var(--koton-line);
  background:#fff;
  padding:clamp(1.75rem, 4vw, 2.5rem) 0;
}
.home-trust-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:1rem;
}
@media (min-width:768px){
  .home-trust-grid{
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:0;
  }
  .home-trust-card:not(:last-child){
    border-right:1px solid var(--koton-line);
  }
}
.home-trust-card{
  display:flex;
  align-items:center;
  gap:.875rem;
  padding:clamp(.75rem, 2vw, 1.25rem);
  text-decoration:none;
  color:inherit;
  border-radius:0;
  transition:background-color .2s ease;
}
a.home-trust-card:hover{
  background:rgba(0,0,0,.02);
  color:inherit;
}
.home-trust-card__icon{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:2.75rem;
  height:2.75rem;
  border-radius:50%;
  background:#f3f3f3;
  color:var(--koton-black);
  font-size:1.25rem;
}
.home-trust-card--accent .home-trust-card__icon{
  background:rgba(37, 211, 102, .12);
  color:#128c7e;
}
.home-trust-card__body{
  display:flex;
  flex-direction:column;
  gap:.2rem;
  min-width:0;
  text-align:left;
}
.home-trust-card__title{
  font-size:.8125rem;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--koton-black);
  line-height:1.25;
}
.home-trust-card__text{
  font-size:.75rem;
  line-height:1.35;
  color:var(--koton-gray);
}
@media (max-width:767.98px){
  .home-trust-grid{
    grid-template-columns:1fr;
    gap:.65rem;
  }
  .home-trust-card{
    flex-direction:row;
    align-items:center;
    text-align:left;
    padding:.875rem 1rem;
    border:1px solid var(--koton-line);
    background:#fafafa;
  }
  .home-trust-card__body{
    text-align:left;
  }
  .home-trust-card__title{
    font-size:.875rem;
  }
  .home-trust-card__text{
    font-size:.8125rem;
  }
}

.home-newsletter-band{
  background:#f5f5f5;
  border-top:1px solid var(--koton-line);
  border-bottom:1px solid var(--koton-line);
  padding:clamp(2rem, 5vw, 3rem) 0;
}
.home-newsletter-band .container{
  display:flex;
  align-items:center;
  min-height:clamp(5rem, 12vw, 7rem);
}
.home-newsletter-band .row{
  width:100%;
}
.home-newsletter-title{
  font-size:clamp(1rem, 2vw, 1.125rem);
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-bottom:.5rem;
}
.home-newsletter-text{
  font-size:.875rem;
  color:var(--koton-gray);
  max-width:28rem;
}
.home-newsletter-band .col-lg-5.text-center.text-lg-start .home-newsletter-text{
  margin-left:auto;
  margin-right:auto;
}
@media (min-width:992px){
  .home-newsletter-band .col-lg-5.text-center.text-lg-start .home-newsletter-text{
    margin-left:0;
    margin-right:0;
  }
}
.newsletter-card-minimal{
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  background:transparent!important;
  width:100%;
}
.newsletter-form-row{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  align-items:center;
  justify-content:center;
}
@media (min-width:992px){
  .newsletter-form-row{
    justify-content:flex-end;
  }
}
.newsletter-form-row .form-control{
  flex:1 1 200px;
  border-radius:0;
  border-color:var(--koton-line);
  height:42px;
}
.newsletter-form-row .form-control:focus{
  border-color:var(--koton-black);
  box-shadow:none;
}
.newsletter-form-row .btn{
  border-radius:0;
  font-size:.75rem;
  letter-spacing:.06em;
  padding:.55rem 1.25rem;
  height:42px;
}
@media (max-width:575.98px){
  .newsletter-form-row{
    flex-direction:column;
    align-items:stretch;
  }
  .newsletter-form-row .form-control,
  .newsletter-form-row .btn{
    width:100%;
    flex:none;
    min-height:44px;
  }
  .home-newsletter-band .container{
    min-height:unset;
    display:block;
  }
  .home-newsletter-band{
    padding:1.5rem 0;
  }
}

/* Dil seçici (SecilStore tarzı globe) */
.lang-switcher .lang-switcher-toggle{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  border:0;
  padding:.35rem .5rem;
  text-decoration:none;
}
.lang-switcher .lang-switcher-toggle::after{
  display:inline-block;
  margin-left:.15rem;
  border-top:.35em solid;
  border-right:.28em solid transparent;
  border-left:.28em solid transparent;
  opacity:.85;
  vertical-align:.15em;
}
.lang-switcher .lang-switcher-code{
  font-size:.75rem;
  font-weight:700;
  letter-spacing:.02em;
  line-height:1;
}
.lang-switcher-menu{
  border-radius:0;
  border-color:var(--koton-line);
  min-width:10rem;
}
.lang-switcher-menu .dropdown-item.active{
  background:var(--koton-black);
  color:#fff;
}
.lang-switcher-mobile a{
  font-size:.75rem;
  letter-spacing:.04em;
}

/* LCW: fixed overlay — ana bar kalır (yalnızca masaüstü; mobilde header akışta) */
@media (min-width:768px){
  .site-header.is-overlay{
    position:fixed!important;
    top:0;
    left:0;
    right:0;
    width:100%;
  }
}
body.homepage .site-header.is-overlay .search-wrap-secil .search-field-shell .search-field-input{
  border-radius:4px;
  height:40px;
}
.site-header.nav-hidden .header-primary-nav,
.site-header.nav-hidden .zen-mega-nav,
#siteCategoryNav.is-collapsed{
  display:none!important;
  max-height:0!important;
  opacity:0;
  border-width:0!important;
  pointer-events:none;
}

/* —— Katalog kartları: tutarlı beyaz zemin —— */
.catalog-grid .card.product-card,
.catalog-grid .product-card.card,
.catalog-grid .product-card{
  --bs-card-bg:#fff!important;
  --bs-card-border-width:1px!important;
  --bs-card-border-color:var(--koton-line)!important;
  --bs-card-border-radius:0!important;
  --bs-card-inner-border-radius:0!important;
  background:#fff!important;
  background-color:#fff!important;
  border:1px solid var(--koton-line)!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:hidden!important;
  padding:0!important;
  margin:0!important;
}
.catalog-grid .product-card .product-image{
  background:#f8f8f8!important;
  border-radius:0!important;
  margin:0!important;
}
.catalog-grid .product-card > a,
.catalog-grid .product-card .card-body{
  background:#fff!important;
  background-color:#fff!important;
  border-radius:0!important;
  margin:0!important;
  box-shadow:none!important;
}
.catalog-grid .product-card .card-footer,
.catalog-grid .product-card .js-pc-slot-footer{
  display:none!important;
}

/* —— Diğer sayfalar: sabit beyaz header (overlay yok) —— */
body:not(.homepage) .site-header{
  position:sticky!important;
  top:0;
  background:#fff!important;
  border-bottom:1px solid var(--koton-line)!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
body:not(.homepage) .site-header .header-main .search-wrap,
body:not(.homepage) .site-header .header-main .search-wrap-secil,
body:not(.homepage) .site-header .header-main .search-wrap-lcw{
  max-width:340px!important;
  width:min(340px, 36vw)!important;
  flex:0 1 340px!important;
}
body:not(.homepage) .site-header .header-line-icon,
body:not(.homepage) .site-header .cart-trolley-icon,
body:not(.homepage) .site-header .favorites-heart-icon,
body:not(.homepage) .site-header .profile-avatar-icon,
body:not(.homepage) .site-header .lang-globe-icon{
  filter:none!important;
  color:inherit;
}
body:not(.homepage) .site-header .primary-link,
body:not(.homepage) .site-header .zen-mega-nav .primary-link{
  color:var(--koton-black)!important;
}
body:not(.homepage) .site-header .header-primary-nav,
body:not(.homepage) .site-header .zen-mega-nav{
  max-height:none!important;
  opacity:1!important;
  pointer-events:auto!important;
  background:#fff;
}
@media (min-width:768px){
  body:not(.homepage) #siteCategoryNav.d-md-block{
    display:block!important;
    height:auto!important;
    overflow:visible!important;
  }
}

/* —— Toast bildirimleri —— */
.zen-toast-stack{
  position:fixed;
  right:1rem;
  bottom:5.25rem;
  z-index:1090;
  display:flex;
  flex-direction:column;
  gap:.55rem;
  width:min(360px, calc(100vw - 2rem));
  pointer-events:none;
}
.zen-toast{
  pointer-events:auto;
  display:flex;
  align-items:flex-start;
  gap:.65rem;
  padding:.85rem 1rem;
  background:#fff;
  color:#1a1a1a;
  border:1px solid #ececec;
  border-radius:.65rem;
  box-shadow:0 12px 40px rgba(0,0,0,.12);
  animation:zenToastIn .28s ease;
  font-size:.875rem;
  line-height:1.45;
}
.zen-toast.is-leaving{
  animation:zenToastOut .22s ease forwards;
}
.zen-toast__icon{
  flex-shrink:0;
  font-size:1.05rem;
  line-height:1.2;
  margin-top:.05rem;
}
.zen-toast__message{
  flex:1 1 auto;
  padding-right:.25rem;
}
.zen-toast__close{
  flex-shrink:0;
  border:0;
  background:transparent;
  color:#888;
  padding:0;
  line-height:1;
  font-size:.75rem;
  cursor:pointer;
}
.zen-toast__close:hover{color:#1a1a1a}
.zen-toast--success .zen-toast__icon{color:#16a34a}
.zen-toast--info .zen-toast__icon{color:#2563eb}
.zen-toast--error .zen-toast__icon{color:#dc2626}
@keyframes zenToastIn{
  from{opacity:0;transform:translateY(.65rem) scale(.98)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
@keyframes zenToastOut{
  from{opacity:1;transform:translateY(0)}
  to{opacity:0;transform:translateY(.45rem)}
}
@media (max-width:576px){
  .zen-toast-stack{
    right:.75rem;
    left:.75rem;
    width:auto;
    bottom:4.75rem;
  }
}
.fav-btn.is-favorited,
.js-fav-btn.is-favorited.fav-btn{
  color:#dc2626;
  border-color:#dc2626;
  background:#fff5f5;
}
.fav-btn.is-favorited .bi,
.js-fav-form.is-favorited .js-fav-btn .bi{
  color:#dc2626;
}

/* —— Favoriler sayfası —— */
.catalog-grid--favorites .product-card .js-pc-slot-footer{
  display:flex!important;
  flex-direction:column;
  align-items:stretch;
  gap:.5rem;
  padding:.75rem .85rem .85rem!important;
  background:#fff!important;
  border-top:1px solid var(--koton-line)!important;
}
.catalog-grid--favorites .favorites-card-actions{
  width:100%;
  margin-top:0!important;
}
.catalog-grid--favorites .favorites-card-actions .btn{
  font-size:.75rem;
  font-weight:600;
  letter-spacing:.02em;
  border-radius:0;
}
.catalog-grid--favorites .favorites-card-actions .btn-outline-light{
  border-color:var(--koton-line)!important;
  color:var(--koton-black)!important;
  background:#fff!important;
}
.catalog-grid--favorites .favorites-card-actions .btn-outline-light:hover{
  border-color:rgba(var(--accent-rgb),.35)!important;
  color:var(--accent)!important;
}
.catalog-grid--favorites .favorites-card-actions .btn-accent{
  background:var(--accent);
  border-color:var(--accent);
}
.catalog-grid--favorites .favorites-card-actions .btn-accent:hover{
  background:var(--accent-700);
  border-color:var(--accent-700);
}
.catalog-grid--favorites .favorites-remove-btn{
  color:var(--koton-black)!important;
  border:1px solid var(--koton-line)!important;
  background:#fff!important;
}
.catalog-grid--favorites .favorites-remove-btn:hover{
  border-color:rgba(var(--accent-rgb),.35)!important;
  color:var(--accent)!important;
  background:#fff!important;
}
.catalog-grid--favorites .product-card .product-actions__fav,
.catalog-grid--favorites .product-card .product-actions .js-pc-fav-form{
  display:block!important;
}
.catalog-grid--favorites .product-card .product-actions__fav .fav-btn.is-favorited,
.catalog-grid--favorites .product-card .product-actions .js-pc-fav-form .fav-btn.is-favorited{
  color:var(--accent)!important;
  background:#fff!important;
  border:0!important;
  box-shadow:0 2px 10px rgba(var(--accent-rgb),.2);
}

/* —— Koton tarzı giriş / kayıt —— */
.koton-auth{
  min-height:calc(100vh - 220px);
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding:2.5rem 1rem 4rem;
  background:#f7f7f7;
}
.koton-auth__panel{
  width:100%;
  max-width:520px;
  background:#fff;
  border:1px solid #ececec;
  box-shadow:0 8px 32px rgba(0,0,0,.06);
  padding:2rem 2.25rem 2.5rem;
}
.koton-auth__tabs{
  display:flex;
  gap:0;
  border-bottom:1px solid #e8e8e8;
  margin:-.25rem 0 1.75rem;
}
.koton-auth__tab{
  flex:1;
  text-align:center;
  padding:.85rem .5rem;
  font-size:.8125rem;
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#888;
  text-decoration:none;
  border-bottom:2px solid transparent;
  margin-bottom:-1px;
  transition:color .15s,border-color .15s;
}
.koton-auth__tab:hover{color:#1a1a1a}
.koton-auth__tab.is-active{
  color:#1a1a1a;
  border-bottom-color:#1a1a1a;
}
.koton-auth__head{margin-bottom:1.5rem}
.koton-auth__title{
  font-size:1.35rem;
  font-weight:700;
  letter-spacing:-.02em;
  margin:0 0 .5rem;
  color:#1a1a1a;
}
.koton-auth__subtitle{
  margin:0;
  font-size:.875rem;
  line-height:1.55;
  color:#666;
}
.koton-auth__alert{
  padding:.85rem 1rem;
  font-size:.8125rem;
  line-height:1.5;
  margin-bottom:1.25rem;
  border-radius:0;
}
.koton-auth__alert--error{
  background:#fef2f2;
  color:#991b1b;
  border:1px solid #fecaca;
}
.koton-auth__required-hint{
  font-size:.75rem;
  color:#888;
  margin:0 0 1.25rem;
}
.koton-auth-form{display:flex;flex-direction:column;gap:1.1rem}
.koton-auth-field{display:flex;flex-direction:column;gap:.4rem}
.koton-auth-label{
  font-size:.8125rem;
  font-weight:600;
  color:#1a1a1a;
  margin:0;
}
.koton-auth-input{
  width:100%;
  border:1px solid #d4d4d4;
  border-radius:0;
  padding:.7rem .85rem;
  font-size:.875rem;
  color:#1a1a1a;
  background:#fff;
  transition:border-color .15s,box-shadow .15s;
}
.koton-auth-input:focus{
  outline:0;
  border-color:#1a1a1a;
  box-shadow:0 0 0 1px #1a1a1a;
}
.koton-auth-select{
  appearance:none;
  background-image: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='%23666' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right .75rem center;
  padding-right:2rem;
  cursor:pointer;
}
.koton-auth-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:.75rem;
}
.koton-auth-row--triple{
  grid-template-columns:1fr 1.2fr 1fr;
}
.koton-auth-input-wrap{position:relative}
.koton-auth-input-wrap .koton-auth-input{padding-right:2.75rem}
.koton-auth-pw-toggle{
  position:absolute;
  right:.5rem;
  top:50%;
  transform:translateY(-50%);
  border:0;
  background:transparent;
  color:#888;
  padding:.35rem;
  line-height:1;
  cursor:pointer;
}
.koton-auth-pw-toggle:hover{color:#1a1a1a}
.koton-auth-password-rules{
  margin-top:.35rem;
  padding:.75rem .85rem;
  background:#fafafa;
  border:1px solid #eee;
}
.koton-auth-password-rules__title{
  font-size:.75rem;
  font-weight:600;
  color:#444;
  margin-bottom:.45rem;
}
.koton-auth-password-rules__list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:.3rem;
}
.koton-auth-password-rules__list li{
  font-size:.75rem;
  color:#888;
  padding-left:1.1rem;
  position:relative;
}
.koton-auth-password-rules__list li::before{
  content:'○';
  position:absolute;
  left:0;
  font-size:.65rem;
  top:.1rem;
}
.koton-auth-password-rules__list li.is-valid{
  color:#16a34a;
}
.koton-auth-password-rules__list li.is-valid::before{
  content:'●';
  color:#16a34a;
}
.koton-auth-phone{
  display:flex;
  align-items:stretch;
  border:1px solid #d4d4d4;
}
.koton-auth-phone:focus-within{
  border-color:#1a1a1a;
  box-shadow:0 0 0 1px #1a1a1a;
}
.koton-auth-phone__prefix{
  display:flex;
  align-items:center;
  padding:0 .85rem;
  font-size:.8125rem;
  color:#444;
  background:#fafafa;
  border-right:1px solid #d4d4d4;
  white-space:nowrap;
}
.koton-auth-phone .koton-auth-input{
  border:0;
  box-shadow:none!important;
}
.koton-auth-gender{border:0;margin:0;padding:0}
.koton-auth-gender__options{
  display:flex;
  gap:1.25rem;
  flex-wrap:wrap;
}
.koton-auth-radio{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  font-size:.875rem;
  color:#1a1a1a;
  cursor:pointer;
  margin:0;
}
.koton-auth-radio input{
  width:1rem;
  height:1rem;
  accent-color:#1a1a1a;
}
.koton-auth-legal{
  display:flex;
  flex-direction:column;
  gap:.85rem;
  padding-top:.25rem;
}
.koton-auth-legal__intro{
  font-size:.8125rem;
  line-height:1.55;
  color:#666;
  margin:0;
}
.koton-auth-legal__intro a{color:#1a1a1a;text-decoration:underline}
.koton-auth-check{
  display:flex;
  align-items:flex-start;
  gap:.55rem;
  font-size:.8125rem;
  line-height:1.5;
  color:#444;
  cursor:pointer;
  margin:0;
}
.koton-auth-check input{
  flex-shrink:0;
  width:1rem;
  height:1rem;
  margin-top:.15rem;
  accent-color:#1a1a1a;
}
.koton-auth-check a{color:#1a1a1a;text-decoration:underline}
.koton-auth-check--inline{align-items:center}
.koton-auth-check--inline input{margin-top:0}
.koton-auth-channels{
  padding-left:1.55rem;
  display:flex;
  flex-direction:column;
  gap:.5rem;
}
.koton-auth-channels__label{
  font-size:.75rem;
  color:#888;
}
.koton-auth-channels__list{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem 1.25rem;
}
.koton-auth-submit{
  width:100%;
  border:0;
  background:#1a1a1a;
  color:#fff;
  font-size:.8125rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  padding:.95rem 1rem;
  margin-top:.35rem;
  cursor:pointer;
  transition:background .15s,opacity .15s;
}
.koton-auth-submit:hover{background:#333}
.koton-auth-submit--sm{
  width:auto;
  padding:.65rem 1.25rem;
  margin-top:0;
}
.koton-auth-login-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.75rem;
  flex-wrap:wrap;
}
.koton-auth-link-btn{
  border:0;
  background:transparent;
  padding:0;
  font-size:.8125rem;
  color:#1a1a1a;
  text-decoration:underline;
  cursor:pointer;
}
.koton-auth__divider{
  display:flex;
  align-items:center;
  gap:1rem;
  margin:1.75rem 0 1.25rem;
  color:#aaa;
  font-size:.75rem;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.koton-auth__divider::before,
.koton-auth__divider::after{
  content:'';
  flex:1;
  height:1px;
  background:#e8e8e8;
}
.koton-auth__social{
  display:flex;
  flex-direction:column;
  gap:.65rem;
}
.koton-auth__social-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.65rem;
  padding:.75rem 1rem;
  border:1px solid #d4d4d4;
  background:#fff;
  color:#1a1a1a;
  font-size:.8125rem;
  font-weight:600;
  text-decoration:none;
  transition:border-color .15s,background .15s;
}
.koton-auth__social-btn:hover{
  border-color:#1a1a1a;
  background:#fafafa;
  color:#1a1a1a;
}
.koton-auth__switch{
  text-align:center;
  margin:1.5rem 0 0;
  font-size:.875rem;
  color:#666;
}
.koton-auth__switch a{
  color:#1a1a1a;
  font-weight:600;
  text-decoration:underline;
  margin-left:.25rem;
}
.koton-auth-modal .modal-content{border-radius:0}
@media (max-width:576px){
  .koton-auth{padding:1.25rem .75rem 3rem}
  .koton-auth__panel{padding:1.5rem 1.25rem 2rem}
  .koton-auth-row,
  .koton-auth-row--triple{grid-template-columns:1fr}
  .koton-auth-channels{padding-left:0}
}

/* —— Koton tarzı adreslerim —— */
.koton-address-page{padding-top:.5rem;padding-bottom:3rem}
.koton-address-panel{
  background:#fff;
  border:1px solid #ececec;
  box-shadow:0 8px 32px rgba(0,0,0,.05);
  padding:1.75rem 2rem 2rem;
}
.koton-address-panel__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:1rem;
  margin-bottom:1.5rem;
  flex-wrap:wrap;
}
.koton-address-panel__title{
  font-size:1.35rem;
  font-weight:700;
  letter-spacing:-.02em;
  margin:0 0 .35rem;
  color:#1a1a1a;
}
.koton-address-panel__subtitle{
  margin:0;
  font-size:.875rem;
  color:#666;
  line-height:1.5;
}
.koton-auth__alert--success{
  background:#f0fdf4;
  color:#166534;
  border:1px solid #bbf7d0;
}
.koton-address-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.4rem;
  border:1px solid #1a1a1a;
  background:#fff;
  color:#1a1a1a;
  font-size:.75rem;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  padding:.65rem 1rem;
  cursor:pointer;
  transition:background .15s,color .15s,border-color .15s;
}
.koton-address-btn--primary{
  background:#1a1a1a;
  color:#fff;
}
.koton-address-btn--primary:hover{background:#333;color:#fff}
.koton-address-btn--ghost{
  border-color:#d4d4d4;
  font-weight:600;
  text-transform:none;
  letter-spacing:0;
  font-size:.8125rem;
  padding:.45rem .75rem;
}
.koton-address-btn--ghost:hover{border-color:#1a1a1a}
.koton-address-btn--danger{
  border-color:transparent;
  background:transparent;
  color:#dc2626;
  font-weight:600;
  text-transform:none;
  letter-spacing:0;
  font-size:.8125rem;
  padding:.45rem .5rem;
}
.koton-address-btn--danger:hover{color:#991b1b}
.koton-address-list{
  display:flex;
  flex-direction:column;
  gap:.85rem;
}
.koton-address-card{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:1rem;
  border:1px solid #e5e5e5;
  padding:1.1rem 1.15rem;
  background:#fff;
  transition:border-color .15s,box-shadow .15s;
}
.koton-address-card.is-default{
  border-color:#1a1a1a;
  box-shadow:0 0 0 1px #1a1a1a;
}
.koton-address-card__top{
  display:flex;
  align-items:center;
  gap:.65rem;
  flex-wrap:wrap;
  margin-bottom:.25rem;
}
.koton-address-card__title{
  font-size:.9375rem;
  font-weight:700;
  margin:0;
  color:#1a1a1a;
}
.koton-address-card__badge{
  font-size:.6875rem;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  background:#1a1a1a;
  color:#fff;
  padding:.2rem .45rem;
}
.koton-address-card__recipient{
  font-size:.8125rem;
  font-weight:600;
  margin:0 0 .2rem;
  color:#333;
}
.koton-address-card__lines,
.koton-address-card__meta,
.koton-address-card__phone{
  margin:0;
  font-size:.8125rem;
  line-height:1.5;
  color:#666;
}
.koton-address-card__meta{
  display:flex;
  flex-wrap:wrap;
  gap:.35rem .65rem;
  margin-top:.15rem;
}
.koton-address-card__phone{margin-top:.35rem}
.koton-address-card__actions{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:.35rem;
  flex-shrink:0;
}
.koton-address-card__selected{
  font-size:.75rem;
  font-weight:600;
  color:#16a34a;
}
.koton-address-empty{
  text-align:center;
  padding:2.5rem 1rem;
  border:1px dashed #ddd;
  background:#fafafa;
}
.koton-address-empty__icon{
  font-size:1.75rem;
  color:#888;
  margin-bottom:.75rem;
}
.koton-address-empty__title{
  font-size:1rem;
  font-weight:700;
  margin:0 0 .35rem;
}
.koton-address-empty__text{
  font-size:.875rem;
  color:#666;
  margin:0 0 1rem;
}
.koton-address-form-panel{
  margin-top:1.5rem;
  padding-top:1.5rem;
  border-top:1px solid #ececec;
}
.koton-address-form-panel__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:1rem;
}
.koton-address-form-panel__title{
  font-size:1rem;
  font-weight:700;
  margin:0;
}
.koton-address-form-panel__close{
  border:0;
  background:transparent;
  color:#888;
  padding:.25rem;
  cursor:pointer;
}
.koton-address-form{display:flex;flex-direction:column;gap:1rem}
.koton-address-form__hint{
  font-size:.75rem;
  color:#888;
  margin:0;
}
.koton-address-neighborhood-hint{
  font-size:.75rem;
  color:#888;
  margin:.35rem 0 0;
  line-height:1.4;
}
.koton-address-textarea{
  min-height:96px;
  resize:vertical;
  padding-top:.7rem;
}
.koton-address-form__actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:.75rem;
  flex-wrap:wrap;
}
.koton-address-submit{width:auto;min-width:180px;padding-left:1.5rem;padding-right:1.5rem}
.koton-auth-input.is-invalid{border-color:#dc2626;box-shadow:0 0 0 1px #dc2626}
.koton-auth-input.is-valid{border-color:#16a34a;box-shadow:0 0 0 1px #16a34a}
.koton-field-feedback{
  margin:.35rem 0 0;
  font-size:.75rem;
  line-height:1.45;
}
.koton-field-feedback.is-error{color:#dc2626}
.koton-field-feedback.is-success{color:#16a34a}
.koton-auth-phone .koton-auth-input.is-valid,
.koton-auth-phone .koton-auth-input.is-invalid{box-shadow:none}
.koton-auth-phone:focus-within:has(.is-valid){border-color:#16a34a;box-shadow:0 0 0 1px #16a34a}
.koton-auth-phone:focus-within:has(.is-invalid){border-color:#dc2626;box-shadow:0 0 0 1px #dc2626}
@media (max-width:768px){
  .koton-address-panel{padding:1.25rem 1rem 1.5rem}
  .koton-address-card{flex-direction:column}
  .koton-address-card__actions{
    flex-direction:row;
    align-items:center;
    width:100%;
    justify-content:flex-end;
  }
  .koton-address-submit{width:100%}
}

/* —— Hesap paneli (profil, siparişler, sidebar) —— */
.koton-account-page{
  padding-top:.5rem;
  padding-bottom:3rem;
}
.koton-account-panel,
.koton-address-panel{
  background:#fff;
  border:1px solid #ececec;
  box-shadow:0 8px 32px rgba(0,0,0,.05);
  padding:1.75rem 2rem 2rem;
}
.koton-account-panel__title,
.koton-address-panel__title{
  font-size:1.35rem;
  font-weight:700;
  letter-spacing:-.02em;
  margin:0 0 .35rem;
  color:#1a1a1a;
}
.koton-account-panel__subtitle,
.koton-address-panel__subtitle{
  margin:0;
  font-size:.875rem;
  color:#666;
  line-height:1.5;
}
.koton-account-nav{
  background:#fff;
  border:1px solid #ececec;
  box-shadow:0 8px 32px rgba(0,0,0,.05);
  padding:1rem 0;
  position:sticky;
  top:84px;
}
.koton-account-nav__list{
  list-style:none;
  margin:0;
  padding:0;
}
.koton-account-nav__item{border-bottom:1px solid #f0f0f0}
.koton-account-nav__item:last-child{border-bottom:0}
.koton-account-nav__link{
  display:flex;
  align-items:center;
  gap:.65rem;
  padding:.85rem 1.25rem;
  color:#444;
  text-decoration:none;
  font-size:.875rem;
  font-weight:500;
  transition:background .15s,color .15s;
}
.koton-account-nav__link i{font-size:1rem;color:#888}
.koton-account-nav__link:hover{
  background:#fafafa;
  color:#1a1a1a;
}
.koton-account-nav__item.is-active .koton-account-nav__link{
  background:#1a1a1a;
  color:#fff;
  font-weight:600;
}
.koton-account-nav__item.is-active .koton-account-nav__link i{color:#fff}
.koton-account-nav__logout{
  padding:1rem 1.25rem 0;
  margin:0;
}
.koton-account-nav__logout-btn{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  border:1px solid #dc2626;
  background:#fff;
  color:#dc2626;
  font-size:.8125rem;
  font-weight:600;
  padding:.65rem 1rem;
  cursor:pointer;
  transition:background .15s,color .15s;
}
.koton-account-nav__logout-btn:hover{
  background:#dc2626;
  color:#fff;
}
.koton-profile-hero{
  display:flex;
  align-items:center;
  gap:1.15rem;
  padding-bottom:1.5rem;
  margin-bottom:1.5rem;
  border-bottom:1px solid #ececec;
}
.koton-profile-hero__avatar{
  width:64px;
  height:64px;
  border-radius:50%;
  background:#1a1a1a;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.35rem;
  font-weight:700;
  flex-shrink:0;
  overflow:hidden;
}
.koton-profile-hero__avatar img{width:100%;height:100%;object-fit:cover}
.koton-profile-hero__stats{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  margin-top:.65rem;
}
.koton-profile-stat{
  display:inline-flex;
  align-items:center;
  padding:.25rem .65rem;
  border:1px solid #e5e5e5;
  font-size:.75rem;
  font-weight:600;
  color:#444;
  text-decoration:none;
  transition:border-color .15s,background .15s;
}
.koton-profile-stat:hover{
  border-color:#1a1a1a;
  background:#fafafa;
  color:#1a1a1a;
}
.koton-account-section{
  padding:1.35rem 0;
  border-bottom:1px solid #ececec;
}
.koton-account-section:last-child{border-bottom:0;padding-bottom:0}
.koton-account-section--flush{padding-top:0}
.koton-account-section__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:1rem;
  flex-wrap:wrap;
  margin-bottom:1rem;
}
.koton-account-section__title{
  font-size:1rem;
  font-weight:700;
  margin:0 0 .2rem;
  color:#1a1a1a;
}
.koton-account-section__subtitle{
  margin:0;
  font-size:.8125rem;
  color:#888;
}
.koton-account-section__actions{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
}
.koton-profile-dl{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem 1.5rem;
  margin:0;
}
.koton-profile-dl__item{margin:0}
.koton-profile-dl__item dt{
  font-size:.75rem;
  color:#888;
  font-weight:600;
  margin-bottom:.2rem;
}
.koton-profile-dl__item dd{
  margin:0;
  font-size:.9375rem;
  font-weight:600;
  color:#1a1a1a;
}
.koton-address-card--compact{padding:.95rem 1rem}
.koton-address-empty--compact{
  padding:1.25rem 1rem;
  border-style:solid;
  border-color:#eee;
  background:#fafafa;
}
.koton-card-list{
  display:flex;
  flex-direction:column;
  gap:.75rem;
  margin-bottom:1.25rem;
}
.koton-card-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  border:1px solid #e5e5e5;
  padding:1rem 1.1rem;
  flex-wrap:wrap;
}
.koton-card-item.is-default{
  border-color:#1a1a1a;
  box-shadow:0 0 0 1px #1a1a1a;
}
.koton-card-item__brand{
  font-size:.8125rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.04em;
  color:#888;
}
.koton-card-item__number{
  font-size:1rem;
  font-weight:600;
  letter-spacing:.06em;
  margin:.15rem 0;
}
.koton-card-item__exp{
  font-size:.8125rem;
  color:#666;
}
.koton-card-item__actions{
  display:flex;
  align-items:center;
  gap:.5rem;
  flex-wrap:wrap;
}
.koton-card-form-panel{
  padding-top:1.25rem;
  border-top:1px dashed #e5e5e5;
}
.koton-card-form-panel__title{
  font-size:.9375rem;
  font-weight:700;
  margin:0 0 1rem;
}
.koton-card-form{display:flex;flex-direction:column;gap:1rem}
.koton-card-form__note{
  font-size:.75rem;
  color:#888;
  margin:0;
  line-height:1.45;
}
.koton-card-number-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.75rem;
  margin-bottom:.4rem;
}
.koton-card-number-head .koton-auth-label{margin:0}
.koton-card-brand-badge{
  display:inline-block;
  padding:.2rem .5rem;
  border:1px solid #e5e5e5;
  font-size:.6875rem;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  background:#fafafa;
  color:#444;
  flex-shrink:0;
}

/* —— Siparişler filtreleri —— */
.koton-orders-toolbar{
  display:flex;
  flex-direction:column;
  gap:.75rem;
  margin-bottom:1.25rem;
}
.koton-orders-toolbar__row{
  display:flex;
  align-items:center;
  gap:.75rem;
  flex-wrap:wrap;
}
.koton-orders-toolbar__row--meta{
  justify-content:space-between;
}
.koton-orders-search{
  position:relative;
  flex:1 1 220px;
  min-width:0;
}
.koton-orders-search .bi{
  position:absolute;
  left:.85rem;
  top:50%;
  transform:translateY(-50%);
  color:#999;
  pointer-events:none;
  font-size:.9rem;
}
.koton-orders-search__input{
  width:100%;
  padding:.65rem .85rem .65rem 2.35rem;
  border:1px solid #e5e5e5;
  background:#fff;
  font-size:.875rem;
}
.koton-orders-search__input:focus{
  outline:none;
  border-color:var(--koton-black);
}
.koton-orders-sort,
.koton-orders-status{
  flex:0 0 auto;
  min-width:170px;
  max-width:100%;
}
.koton-orders-filter-toggle{
  flex-shrink:0;
  white-space:nowrap;
}
.koton-orders-filter-toggle.is-active{
  border-color:var(--koton-black);
  background:#fafafa;
}
.koton-orders-filters-panel{
  border:1px solid #ececec;
  background:#fafafa;
  padding:1rem;
  display:flex;
  flex-direction:column;
  gap:1rem;
}
.koton-orders-filters-panel__group{
  display:flex;
  flex-direction:column;
  gap:.45rem;
}
.koton-orders-filters-panel__label{
  font-size:.75rem;
  font-weight:600;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#888;
  margin:0;
}
.koton-orders-date-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:.5rem;
}
.koton-orders-date-row input[type="date"]{
  flex:1 1 130px;
  min-width:0;
  padding:.55rem .65rem;
  border:1px solid #e5e5e5;
  background:#fff;
  font-size:.8125rem;
}
.koton-orders-date-row input[type="date"]:focus{
  outline:none;
  border-color:var(--koton-black);
}
.koton-orders-date-sep{
  color:#bbb;
  font-size:.875rem;
}
.koton-orders-range-links{
  display:flex;
  flex-wrap:wrap;
  gap:.35rem .5rem;
}
.koton-orders-range-links a{
  font-size:.8125rem;
  color:#555;
  text-decoration:none;
  padding:.15rem 0;
  border-bottom:1px solid transparent;
}
.koton-orders-range-links a:hover,
.koton-orders-range-links a.is-active{
  color:var(--koton-black);
  border-bottom-color:var(--koton-black);
}
.koton-orders-amount-row{
  display:flex;
  align-items:center;
  gap:.5rem;
}
.koton-orders-amount-row input{
  flex:1 1 100px;
  min-width:0;
  padding:.55rem .65rem;
  border:1px solid #e5e5e5;
  background:#fff;
  font-size:.8125rem;
}
.koton-orders-amount-row input:focus{
  outline:none;
  border-color:var(--koton-black);
}
.koton-orders-list .list-group-item{
  border-color:#ececec;
}
.koton-orders-list .list-group-item.js-order-item:hover{
  background:#fafafa;
}

@media (max-width:768px){
  .koton-account-panel,
  .koton-address-panel{padding:1.25rem 1rem 1.5rem}
  .koton-account-nav{position:static;margin-bottom:1rem}
  .koton-profile-hero{flex-direction:column;align-items:flex-start}
  .koton-profile-dl{grid-template-columns:1fr}
  .koton-card-item{flex-direction:column;align-items:flex-start}
  .koton-orders-toolbar__row--meta{flex-direction:column;align-items:stretch}
  .koton-orders-sort,
  .koton-orders-status{min-width:0;width:100%}
  .koton-orders-filter-toggle{width:100%;justify-content:center}
}

/* —— Statik / kurumsal sayfalar —— */
.zen-page{
  padding-bottom:3.5rem;
}
.zen-page-hero{
  background:var(--bg-subtle);
  border-bottom:1px solid var(--koton-line);
  padding:2rem 0 2.25rem;
  margin-bottom:2.5rem;
}
.zen-page-breadcrumb__list{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:.35rem .5rem;
  list-style:none;
  margin:0 0 1rem;
  padding:0;
  font-size:.75rem;
  font-weight:500;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--koton-gray);
}
.zen-page-breadcrumb__list li{
  display:inline-flex;
  align-items:center;
}
.zen-page-breadcrumb__list li:not(:last-child)::after{
  content:"/";
  margin-left:.5rem;
  opacity:.45;
}
.zen-page-breadcrumb__list a{
  color:var(--koton-gray);
  text-decoration:none;
  transition:color .15s;
}
.zen-page-breadcrumb__list a:hover{color:var(--koton-black)}
.zen-page-breadcrumb__list li[aria-current="page"]{color:var(--koton-black)}
.zen-page-title{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(2rem,4vw,2.75rem);
  font-weight:400;
  letter-spacing:-.02em;
  line-height:1.1;
  margin:0;
  color:var(--koton-black);
}
.zen-page-lead{
  margin:1rem 0 0;
  max-width:42rem;
  font-size:.9375rem;
  line-height:1.65;
  color:var(--koton-gray);
}
.zen-page-body{
  display:grid;
  gap:2rem;
}
.zen-page-body--narrow .zen-page-main{max-width:720px}
.zen-page-body--wide .zen-page-main{max-width:none}
.zen-page-body--split{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  align-items:start;
}
@media (min-width:992px){
  .zen-page-body:has(.zen-page-aside){
    grid-template-columns:240px minmax(0,1fr);
    align-items:start;
  }
}
.zen-page-main{min-width:0}
.zen-page-panel{
  background:#fff;
  border:1px solid #ececec;
  box-shadow:0 8px 32px rgba(0,0,0,.04);
  padding:1.75rem 2rem 2rem;
}
.zen-page-panel + .zen-page-panel{margin-top:1.5rem}
.zen-page-panel__title{
  font-size:1.05rem;
  font-weight:700;
  letter-spacing:-.01em;
  margin:0 0 .35rem;
  color:var(--koton-black);
}
.zen-page-panel__subtitle{
  margin:0 0 1.25rem;
  font-size:.8125rem;
  color:var(--koton-gray);
  line-height:1.5;
}
.zen-page-meta{
  margin-top:2.5rem;
  padding-top:1.25rem;
  border-top:1px solid var(--koton-line);
  font-size:.75rem;
  color:var(--koton-gray);
  letter-spacing:.02em;
}
.zen-prose{
  font-size:.9375rem;
  line-height:1.7;
  color:#333;
}
.zen-prose > *:first-child{margin-top:0}
.zen-prose > *:last-child{margin-bottom:0}
.zen-prose h2{
  font-size:.8125rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin:2rem 0 .75rem;
  color:var(--koton-black);
}
.zen-prose h2:first-child{margin-top:0}
.zen-prose p{margin:0 0 1rem}
.zen-prose ul{
  margin:0 0 1rem;
  padding:0;
  list-style:none;
}
.zen-prose ul li{
  position:relative;
  padding-left:1.35rem;
  margin-bottom:.5rem;
}
.zen-prose ul li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--koton-black);
}
.zen-prose a{
  color:var(--koton-black);
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:3px;
}
.zen-prose a:hover{color:#333}
.zen-grid{
  display:grid;
  gap:1.25rem;
}
@media (min-width:768px){
  .zen-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .zen-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
}
.zen-info-card{
  display:flex;
  gap:1rem;
  align-items:flex-start;
  padding:1.35rem 1.5rem;
  background:#fff;
  border:1px solid #ececec;
  box-shadow:0 4px 20px rgba(0,0,0,.03);
  height:100%;
  transition:border-color .15s,box-shadow .15s;
}
.zen-info-card:hover{
  border-color:#ddd;
  box-shadow:0 8px 28px rgba(0,0,0,.06);
}
.zen-info-card__icon{
  flex-shrink:0;
  width:2.5rem;
  height:2.5rem;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--bg-subtle);
  color:var(--koton-black);
  font-size:1.1rem;
}
.zen-info-card__title{
  font-size:.8125rem;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  margin:0 0 .35rem;
}
.zen-info-card__body{
  margin:0;
  font-size:.9375rem;
  line-height:1.55;
}
.zen-info-card__body a{
  color:var(--koton-black);
  font-weight:600;
  text-decoration:none;
}
.zen-info-card__body a:hover{text-decoration:underline}
.zen-value-list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:.65rem;
}
.zen-value-list li{
  display:flex;
  align-items:flex-start;
  gap:.65rem;
  font-size:.9375rem;
  line-height:1.5;
}
.zen-value-list li i{
  color:var(--koton-black);
  margin-top:.15rem;
  flex-shrink:0;
}
.zen-cta-band{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  margin-top:2rem;
  padding:1.35rem 1.5rem;
  background:var(--bg-subtle);
  border:1px solid var(--koton-line);
}
.zen-cta-band__text{
  margin:0;
  font-size:.9375rem;
  line-height:1.55;
  color:#444;
}
.zen-cta-band__text a{
  color:var(--koton-black);
  font-weight:600;
}
.zen-card-link{
  display:flex;
  flex-direction:column;
  height:100%;
  padding:1.35rem 1.5rem;
  background:#fff;
  border:1px solid #ececec;
  box-shadow:0 4px 20px rgba(0,0,0,.03);
  text-decoration:none;
  color:inherit;
  transition:border-color .15s,box-shadow .15s,transform .15s;
}
.zen-card-link:hover{
  border-color:#ddd;
  box-shadow:0 10px 32px rgba(0,0,0,.07);
  transform:translateY(-2px);
  color:inherit;
}
.zen-card-link__title{
  font-size:.8125rem;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  margin:0 0 .5rem;
}
.zen-card-link__desc{
  margin:0 0 1rem;
  flex-grow:1;
  font-size:.8125rem;
  line-height:1.55;
  color:var(--koton-gray);
}
.zen-card-link__action{
  font-size:.75rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--koton-black);
}
.zen-partner-list{
  list-style:none;
  margin:0;
  padding:0;
  border:1px solid #ececec;
  background:#fff;
  box-shadow:0 4px 20px rgba(0,0,0,.03);
}
.zen-partner-list li{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  padding:1rem 1.35rem;
  border-bottom:1px solid #f0f0f0;
  font-size:.9375rem;
}
.zen-partner-list li:last-child{border-bottom:0}

/* —— Referanslarımız —— */
.zen-references{
  display:flex;
  flex-direction:column;
  gap:1.75rem;
}
.zen-references__toolbar{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:1rem 1.5rem;
  padding-bottom:1rem;
  border-bottom:1px solid var(--koton-line);
}
.zen-references__count{
  margin:0;
  font-size:.75rem;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--koton-gray);
}
.zen-references__filters{
  display:flex;
  flex-wrap:wrap;
  gap:.35rem;
}
.zen-references__filter{
  appearance:none;
  border:0;
  background:transparent;
  color:var(--koton-gray);
  padding:.45rem .85rem;
  font-size:.75rem;
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
  cursor:pointer;
  border-bottom:2px solid transparent;
  transition:color .15s ease,border-color .15s ease;
}
.zen-references__filter:hover{
  color:var(--koton-black);
}
.zen-references__filter.is-active{
  color:var(--koton-black);
  border-bottom-color:var(--koton-black);
}
.zen-references__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1.5rem;
}
.zen-ref-card{
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid var(--koton-line);
  overflow:hidden;
  transition:box-shadow .2s ease,border-color .2s ease;
}
.zen-ref-card:hover{
  border-color:#d5d5d5;
  box-shadow:0 12px 40px rgba(0,0,0,.06);
}
.zen-ref-card__media{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:220px;
  padding:1.5rem;
  background:#fafafa;
  border-bottom:1px solid var(--koton-line);
}
.zen-ref-card__media img{
  display:block;
  max-width:100%;
  max-height:200px;
  width:auto;
  height:auto;
  object-fit:contain;
}
.zen-ref-card__body{
  display:flex;
  flex-direction:column;
  gap:.65rem;
  padding:1.25rem 1.35rem 1.4rem;
  flex:1;
}
.zen-ref-card__tag{
  font-size:.625rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--koton-gray);
}
.zen-ref-card__title{
  margin:0;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(1.25rem,2vw,1.5rem);
  font-weight:500;
  line-height:1.2;
  color:var(--koton-black);
}
.zen-ref-card__client{
  margin:.35rem 0 0;
  font-size:.6875rem;
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--koton-gray);
}
.zen-ref-card__intro{
  margin:0;
  font-size:.8125rem;
  line-height:1.65;
  color:#555;
}
.zen-ref-card__features{
  list-style:none;
  margin:.35rem 0 0;
  padding:.85rem 0 0;
  display:flex;
  flex-direction:column;
  gap:.4rem;
  border-top:1px solid #f0f0f0;
}
.zen-ref-card__features li{
  position:relative;
  padding-left:.9rem;
  font-size:.8125rem;
  line-height:1.5;
  color:#666;
}
.zen-ref-card__features li::before{
  content:"—";
  position:absolute;
  left:0;
  top:0;
  color:#bbb;
  font-size:.75rem;
}
@media (max-width:991.98px){
  .zen-references__grid{grid-template-columns:1fr}
}
@media (max-width:575.98px){
  .zen-references__toolbar{align-items:flex-start}
  .zen-ref-card__media{
    min-height:180px;
    padding:1rem;
  }
  .zen-ref-card__media img{max-height:160px}
  .zen-ref-card__body{padding:1rem 1rem 1.15rem}
}

.zen-legal-nav{
  background:#fff;
  border:1px solid #ececec;
  box-shadow:0 8px 32px rgba(0,0,0,.04);
  padding:1rem 0;
  position:sticky;
  top:84px;
}
.zen-legal-nav__title{
  padding:0 1.25rem .75rem;
  font-size:.6875rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--koton-gray);
}
.zen-legal-nav__list{
  list-style:none;
  margin:0;
  padding:0;
}
.zen-legal-nav__item{border-bottom:1px solid #f5f5f5}
.zen-legal-nav__item:last-child{border-bottom:0}
.zen-legal-nav__item a{
  display:block;
  padding:.75rem 1.25rem;
  font-size:.8125rem;
  font-weight:500;
  color:#444;
  text-decoration:none;
  transition:background .15s,color .15s;
}
.zen-legal-nav__item a:hover{
  background:#fafafa;
  color:var(--koton-black);
}
.zen-legal-nav__item.is-active a{
  background:var(--koton-black);
  color:#fff;
  font-weight:600;
}
.zen-faq-search{
  position:relative;
  margin-bottom:1.5rem;
}
.zen-faq-search i{
  position:absolute;
  left:1rem;
  top:50%;
  transform:translateY(-50%);
  color:var(--koton-gray);
  pointer-events:none;
}
.zen-faq-search input{
  width:100%;
  padding:.85rem 1rem .85rem 2.75rem;
  border:1px solid var(--koton-line);
  background:#fff;
  font-size:.9375rem;
  border-radius:999px;
  transition:border-color .15s,box-shadow .15s;
}
.zen-faq-search input:focus{
  outline:none;
  border-color:#bbb;
  box-shadow:0 0 0 3px rgba(0,0,0,.04);
}
.zen-faq .accordion-item{
  border:none;
  border-bottom:1px solid var(--koton-line);
  background:transparent;
  border-radius:0!important;
}
.zen-faq .accordion-item:first-child{border-top:1px solid var(--koton-line)}
.zen-faq .accordion-button{
  padding:1.15rem 2rem 1.15rem 0;
  background:transparent!important;
  box-shadow:none!important;
  font-size:.9375rem;
  font-weight:600;
  color:var(--koton-black);
  border-radius:0!important;
}
.zen-faq .accordion-button::after{
  filter:none;
  opacity:.55;
}
.zen-faq .accordion-button:not(.collapsed){
  color:var(--koton-black);
}
.zen-faq .accordion-body{
  padding:0 0 1.15rem;
  font-size:.9375rem;
  line-height:1.65;
  color:#444;
}
.zen-wholesale-feature{
  display:flex;
  gap:1rem;
  align-items:flex-start;
  padding:1rem 0;
  border-bottom:1px solid #f0f0f0;
}
.zen-wholesale-feature:last-child{
  border-bottom:0;
  padding-bottom:0;
}
.zen-wholesale-feature__icon{
  flex-shrink:0;
  width:2.25rem;
  height:2.25rem;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--bg-subtle);
  color:var(--koton-black);
  font-size:1rem;
}
.zen-wholesale-feature h6{
  font-size:.8125rem;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  margin:0 0 .2rem;
}
.zen-wholesale-feature p{
  margin:0;
  font-size:.8125rem;
  color:var(--koton-gray);
  line-height:1.5;
}
.zen-wholesale-tile{
  display:flex;
  gap:.85rem;
  align-items:flex-start;
  height:100%;
  padding:1.15rem 1.25rem;
  background:#fff;
  border:1px solid #ececec;
  text-decoration:none;
  color:inherit;
  transition:border-color .15s,box-shadow .15s;
}
.zen-wholesale-tile:hover{
  border-color:#ccc;
  box-shadow:0 6px 24px rgba(0,0,0,.05);
  color:inherit;
}
.zen-wholesale-tile i{
  font-size:1.1rem;
  color:var(--koton-black);
  margin-top:.1rem;
}
.zen-wholesale-tile h6{
  font-size:.75rem;
  font-weight:700;
  letter-spacing:.05em;
  text-transform:uppercase;
  margin:0 0 .25rem;
}
.zen-wholesale-tile p{
  margin:0;
  font-size:.75rem;
  color:var(--koton-gray);
  line-height:1.45;
}
.zen-page .form-control,
.zen-page .form-select{
  border-radius:0;
  border-color:#ddd;
  font-size:.9375rem;
  padding:.65rem .85rem;
}
.zen-page .form-control:focus{
  border-color:#999;
  box-shadow:0 0 0 3px rgba(0,0,0,.04);
}
.zen-page .form-label{
  font-size:.75rem;
  font-weight:600;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#555;
  margin-bottom:.35rem;
}
@media (max-width:991px){
  .zen-page-hero{padding:1.5rem 0 1.75rem; margin-bottom:1.75rem}
  .zen-page-body--split{grid-template-columns:1fr}
  .zen-page-panel{padding:1.25rem 1rem 1.5rem}
  .zen-legal-nav{position:static}
}

/* —— Ortak boş durum, breadcrumb, sipariş başarı —— */
.zen-breadcrumb{margin-bottom:1.25rem}
.zen-empty-state{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:2rem;
  text-align:center;
  max-width:880px;
  margin:0 auto;
  padding-top:.5rem;
  padding-bottom:2.5rem;
}
.zen-empty-state__panel{
  width:100%;
  padding:3rem 1.5rem 2.5rem;
  background:#fafafa;
  border:1px solid var(--koton-line);
}
.zen-empty-state__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:4.5rem;
  height:4.5rem;
  margin:0 auto 1.25rem;
  border:1px solid #ececec;
  background:#fff;
  color:#bbb;
  font-size:1.75rem;
}
.zen-empty-state__title{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(1.75rem,4vw,2.25rem);
  font-weight:400;
  letter-spacing:-.02em;
  margin:0 0 .75rem;
  color:var(--koton-black);
}
.zen-empty-state__lead{
  max-width:28rem;
  margin:0 auto 1.5rem;
  font-size:.9375rem;
  line-height:1.65;
  color:var(--koton-gray);
}
.zen-empty-state__actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:.75rem;
}
.zen-empty-state__cta{
  min-width:180px;
  border-radius:0;
  font-weight:600;
  letter-spacing:.04em;
  text-transform:uppercase;
  font-size:.8125rem;
  padding:.75rem 1.25rem;
}
.zen-empty-state__cta-secondary{
  min-width:180px;
  border-radius:0;
  font-size:.8125rem;
  padding:.75rem 1.25rem;
}
.zen-empty-state__suggestions{width:100%; max-width:640px}
.zen-empty-state__suggestions-label{
  margin:0 0 .85rem;
  font-size:.75rem;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--koton-gray);
}
.zen-empty-state__chips{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:.5rem;
}
.zen-empty-state__chip{
  display:inline-flex;
  align-items:center;
  padding:.55rem .95rem;
  border:1px solid var(--koton-line);
  background:#fff;
  color:var(--koton-black);
  font-size:.8125rem;
  font-weight:500;
  text-decoration:none;
  transition:border-color .15s,background .15s,color .15s;
}
.zen-empty-state__chip:hover{
  border-color:#ccc;
  background:#fafafa;
  color:var(--koton-black);
}

.catalog-empty-state{
  width:100%;
  padding:3rem 1.5rem;
  text-align:center;
  background:#fafafa;
  border:1px solid var(--koton-line);
}
.catalog-empty-state__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:3.5rem;
  height:3.5rem;
  margin-bottom:1rem;
  border:1px solid #ececec;
  background:#fff;
  color:#bbb;
  font-size:1.35rem;
}
.catalog-empty-state__title{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:1.35rem;
  font-weight:400;
  margin:0 0 .5rem;
  color:var(--koton-black);
}
.catalog-empty-state__lead{
  max-width:26rem;
  margin:0 auto 1.25rem;
  font-size:.875rem;
  color:var(--koton-gray);
}
.catalog-empty-state__cta{
  border-radius:0;
  font-weight:600;
  letter-spacing:.04em;
  text-transform:uppercase;
  font-size:.8125rem;
  padding:.65rem 1.25rem;
}

.favorites-page{
  max-width:1200px;
  margin:0 auto;
  padding-bottom:2.5rem;
}
.favorites-page--empty{padding-top:.25rem}
.favorites-page__head{
  margin-bottom:1.5rem;
  padding-bottom:1rem;
  border-bottom:1px solid var(--koton-line);
}
.favorites-page__title{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(1.75rem,3vw,2.125rem);
  font-weight:400;
  letter-spacing:-.02em;
  margin:0;
  color:var(--koton-black);
}
.favorites-page__count{
  margin:.35rem 0 0;
  font-size:.875rem;
  color:var(--koton-gray);
}
.favorites-page__suggestions{margin-top:2.5rem}
.favorites-page__suggestions-title{
  font-size:.75rem;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--koton-gray);
  margin:0 0 1rem;
}

.checkout-success{
  max-width:720px;
  margin:0 auto;
  padding:1rem 0 3rem;
  text-align:center;
}
.checkout-success__hero{padding:1rem 0 2rem}
.checkout-success__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:4.5rem;
  height:4.5rem;
  margin-bottom:1rem;
  color:#2e7d32;
  font-size:2.75rem;
  line-height:1;
}
.checkout-success__title{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(1.75rem,4vw,2.25rem);
  font-weight:400;
  letter-spacing:-.02em;
  margin:0 0 .5rem;
  color:var(--koton-black);
}
.checkout-success__order{
  margin:0 0 .75rem;
  font-size:.9375rem;
  font-weight:600;
  color:var(--koton-black);
}
.checkout-success__lead{
  margin:0;
  font-size:.9375rem;
  color:var(--koton-gray);
}
.checkout-success__panel{text-align:left; margin-bottom:1.5rem}
.checkout-success__addresses{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1.5rem;
  margin-bottom:1rem;
}
.checkout-success__address-label{
  font-size:.75rem;
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--koton-gray);
  margin:0 0 .5rem;
}
.checkout-success__address p{
  margin:0 0 .25rem;
  font-size:.875rem;
  color:#444;
}
.checkout-success__meta{
  margin:0;
  padding-top:1rem;
  border-top:1px solid var(--koton-line);
  font-size:.8125rem;
  color:var(--koton-gray);
}
.checkout-success__notice{
  margin-bottom:1.5rem;
  padding:1rem 1.25rem;
  background:#f5f8fc;
  border:1px solid #dbe7f3;
  font-size:.875rem;
  color:#334;
  text-align:left;
}
.checkout-success__notice a{color:var(--koton-black); font-weight:600}
.checkout-success__actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:.75rem;
}
.checkout-success__cta,
.checkout-success__cta-secondary{
  border-radius:0;
  font-size:.8125rem;
  font-weight:600;
  letter-spacing:.04em;
  text-transform:uppercase;
  padding:.7rem 1.25rem;
}

.koton-account-empty{
  padding:2rem 1rem;
  text-align:center;
}
.koton-account-empty__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:3.25rem;
  height:3.25rem;
  margin-bottom:.85rem;
  border:1px solid var(--koton-line);
  background:#fafafa;
  color:#bbb;
  font-size:1.25rem;
}
.koton-account-empty__title{
  font-size:1rem;
  font-weight:600;
  margin:0 0 .35rem;
  color:var(--koton-black);
}
.koton-account-empty__lead{
  margin:0 0 1rem;
  font-size:.875rem;
  color:var(--koton-gray);
}
.koton-account-empty__actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:.5rem;
}

.external-products-toolbar__submit{
  border-radius:0;
  font-weight:600;
  letter-spacing:.04em;
  text-transform:uppercase;
  font-size:.8125rem;
  padding:.65rem 1.25rem;
}

@media (max-width:767px){
  .checkout-success__addresses{grid-template-columns:1fr}
}

/* —— Mobil görünüm iyileştirmeleri —— */
@media (max-width:767.98px){
  body.has-announcement-ticker{
    --announcement-ticker-height:32px;
  }
  .announcement-ticker{
    font-size:.72rem;
  }
  .announcement-ticker__item{
    padding:0 .75rem;
  }

  .home-product-section{
    padding-top:1.25rem!important;
    padding-bottom:1.25rem!important;
  }
  .home-section-head{
    flex-direction:column;
    align-items:flex-start!important;
    gap:.35rem;
  }
  .home-section-link{
    white-space:normal;
    font-size:.8125rem;
  }

  .catalog-grid{
    --bs-gutter-x:.65rem;
    --bs-gutter-y:1.15rem;
  }
  .catalog-grid .product-card .card-body .fw-semibold,
  .catalog-grid .product-card-title-link .fw-semibold{
    min-height:unset;
    font-size:.875rem;
    line-height:1.35;
  }
  .catalog-grid .product-card .price,
  .catalog-grid .product-card .js-pc-price-wrap .price{
    font-size:.875rem;
  }
  .product-card-mobile-actions{
    padding:.5rem .65rem .25rem;
  }
  .product-card-mobile-actions .product-actions__cart-btn{
    min-height:44px;
    font-size:.8125rem;
  }
  .catalog-grid .product-card .product-badge-discount,
  .catalog-grid .product-card .product-badge-lowstock,
  .catalog-grid .product-card .product-badge-soldout{
    font-size:.6875rem;
    padding:.3rem .45rem;
  }

  .site-footer__inner{
    padding-bottom:1.35rem;
  }
  .site-footer .footer-heading{
    font-size:.8125rem;
    margin-bottom:.65rem;
  }
  .site-footer .footer-link-list a,
  .site-footer .footer-contact-list a{
    font-size:.875rem;
    line-height:1.5;
  }
  .footer-certifications{
    margin-top:1rem;
    padding-top:1rem;
  }
  .footer-certifications__text{
    font-size:.8125rem;
    padding-inline:.5rem;
  }

  .zen-toast-stack{
    right:max(.75rem, env(safe-area-inset-right));
    bottom:calc(5.75rem + env(safe-area-inset-bottom));
    width:min(360px, calc(100vw - 1.5rem));
  }
  .wa-floating-btn{
    right:max(.75rem, env(safe-area-inset-right));
    bottom:max(.75rem, env(safe-area-inset-bottom));
  }

  .product-rail-grid .catalog-grid-item{
    flex:0 0 min(62vw, 180px);
    max-width:min(62vw, 180px);
  }
}
