/* Detamak ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Modave uyumluluk dÃƒÆ’Ã‚Â¼zeltmeleri (yalnÃƒâ€žÃ‚Â±zca public kopya) */

/* Marka renkleri Ã¢â‚¬â€ siyah / kÃ„Â±rmÃ„Â±zÃ„Â± (mavi accent kapat) */
:root {
  --primary: #cf040d;
  --primary-hover: #a8030a;
  --blue: var(--primary);
  --rgba-primary: rgba(207, 4, 13, 0.1);
  --bs-primary: var(--primary);
  --bs-primary-rgb: 207, 4, 13;
  --bs-link-color: var(--primary);
  --bs-link-hover-color: var(--primary-hover);
}
.text-primary,
a.text-primary {
  color: var(--primary) !important;
}
.btn-primary,
.bg-primary {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--primary-hover) !important;
  border-color: var(--primary-hover) !important;
}
 
/* Header — logo sol sıfır hiza + hover */
#header.header-detamak-pet .header-logo-col {
  padding-left: 0;
  display: flex;
  align-items: center;
}
#header.header-detamak-pet.header-style-2 .logo-header,
#header.header-detamak-pet .logo-header {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0 !important;
  margin-right: 0;
  padding: 0;
  line-height: 0;
  width: auto;
  max-width: 100%;
  text-decoration: none;
  transform-origin: left center;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
#header.header-detamak-pet .logo-header img.logo,
#header.header-style-2 .logo-header img.logo {
  width: auto !important;
  max-width: 220px;
  height: 48px;
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.28s ease,
    opacity 0.28s ease;
  filter: contrast(1.02) saturate(1.05);
}
#header.header-detamak-pet .logo-header:hover {
  transform: none;
}
#header.header-detamak-pet .logo-header:hover img.logo {
  transform: scale(1.04);
  filter: contrast(1.06) saturate(1.12) brightness(1.03);
}
#header.header-detamak-pet .logo-header:active img.logo {
  transform: scale(1.01);
  filter: contrast(1.02) saturate(1.05);
}
#header.header-detamak-pet .logo-header:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 6px;
  border-radius: 2px;
}
@media (max-width: 1199.98px) {
  #header.header-detamak-pet .wrapper-header {
    position: relative;
  }
  #header.header-detamak-pet .header-logo-col {
    padding-left: 0;
    justify-content: center;
  }
  #header.header-detamak-pet .logo-header {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    justify-content: center !important;
    transform-origin: center center;
    z-index: 2;
    pointer-events: auto;
  }
  #header.header-detamak-pet .logo-header img.logo {
    object-position: center;
  }
}
@media (max-width: 767.98px) {
  #header.header-detamak-pet .header-logo-col {
    padding-left: 0;
  }
  #header.header-detamak-pet .logo-header img.logo,
  #header.header-style-2 .logo-header img.logo {
    height: 36px;
    max-height: 36px;
    max-width: 150px;
  }
}
#header.header-detamak-pet .box-support .icon {
  color: #cf040d;
}
#header.header-detamak-pet .box-support .text-title a {
  color: inherit;
  text-decoration: none;
}
#header.header-detamak-pet .box-support .text-title a:hover {
  color: #cf040d;
}
#header .nav-icon .nav-icon-item svg.icon {
  width: 24px;
  height: 24px;
  display: block;
}
#header .nav-icon .count-box {
  display: block !important;
}
#header .nav-icon .count-box.js-fav-count[data-count="0"] {
  display: none !important;
}

/* Header mega menÃƒÂ¼ Ã¢â‚¬â€ cncdunyasi benzeri Ã…Å¸erit + gÃƒÂ¶rsel grid */
#header.header-detamak-pet {
  position: relative;
  z-index: 100;
}
#header .detamak-mega-bar {
  background: #181818;
  position: relative;
}
#header .detamak-mega-nav {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  width: 100%;
}
#header .detamak-mega-item {
  position: static;
  flex: 1 1 0;
  min-width: 0;
}
#header .detamak-mega-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  padding: 10px 8px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  border-top: 2px solid transparent;
  transition: background 0.2s ease, color 0.2s ease;
}
#header .detamak-mega-link span {
  display: block;
  overflow: visible;
  text-overflow: unset;
  hyphens: auto;
}
#header .detamak-mega-link .icon {
  flex-shrink: 0;
  font-size: 10px;
  opacity: 0.85;
}
#header .detamak-mega-item:hover > .detamak-mega-link,
#header .detamak-mega-item.is-active > .detamak-mega-link {
  background: #fff;
  color: #cf040d;
  border-top-color: #cf040d;
}
#header .detamak-mega-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border-top: 1px solid #ececec;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 120;
  padding: 28px 0 20px;
}
#header .detamak-mega-item.has-mega:hover > .detamak-mega-dropdown,
#header .detamak-mega-item.has-mega:focus-within > .detamak-mega-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.box-nav-ul .menu-item:focus-within > .sub-menu {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transform: translateX(0px) translateY(0px);
}
.box-nav-ul .submenu-default .menu-link-text.active {
  color: var(--primary, #181818);
  font-weight: 600;
}
#header .detamak-mega-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px 16px;
}
@media (max-width: 1399.98px) {
  #header .detamak-mega-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  #header .detamak-mega-link {
    font-size: 10.5px;
    padding: 10px 6px;
  }
}
@media (max-width: 1199.98px) {
  #header .detamak-mega-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
#header .detamak-mega-card__main {
  display: block;
  text-decoration: none;
  color: #181818;
}
#header .detamak-mega-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background: #f5f5f5;
  border: 1px solid #ececec;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#header .detamak-mega-card__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#header .detamak-mega-card__img.category-avatar--fallback {
  padding: 10px 8px;
  text-align: center;
}
#header .detamak-mega-card__img .category-avatar__label {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: anywhere;
}
#header .detamak-mega-card__title {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  color: #181818;
}
#header .detamak-mega-card__main:hover .detamak-mega-card__img {
  border-color: #cf040d;
  box-shadow: 0 0 0 1px #cf040d inset;
}
#header .detamak-mega-card__main:hover .detamak-mega-card__title {
  color: #cf040d;
}
#header .detamak-mega-card__subs {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}
#header .detamak-mega-card__subs li + li {
  margin-top: 4px;
}
#header .detamak-mega-card__subs a {
  display: block;
  font-size: 12px;
  line-height: 1.35;
  color: #666;
  text-decoration: none;
}
#header .detamak-mega-card__subs a:hover {
  color: #cf040d;
}
#header .detamak-mega-footer {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #ececec;
  text-align: right;
}
#header .detamak-mega-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #181818;
  text-decoration: none;
}
#header .detamak-mega-all:hover {
  color: #cf040d;
}

/* Anasayfa Ã¢â‚¬â€ sol kategori paneli + slider (pet-store) */
.detamak-home-hero .tf-list-categories.style-1 .categories-title {
  background-color: #181818;
  color: #fff;
}
.detamak-home-hero .tf-list-categories.style-1 .categories-title .text,
.detamak-home-hero .tf-list-categories.style-1 .categories-title .icon-left {
  color: #fff;
}
.detamak-home-hero .tf-list-categories.style-1 .categories-item .inner-left {
  align-items: flex-start;
  gap: 10px;
  line-height: 1.35;
}
.detamak-home-hero .tf-list-categories.style-1 .categories-item .inner-left .icon {
  flex-shrink: 0;
  margin-top: 2px;
}
.detamak-home-hero .tf-list-categories.style-1 .sub-categories2 > .list-categories-inner {
  min-width: 260px;
  max-width: 340px;
  z-index: 20;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.detamak-home-hero .tf-list-categories.style-1 .categories-item:hover .inner-left,
.detamak-home-hero .tf-list-categories.style-1 .categories-item:hover .icon {
  color: #cf040d;
}
.detamak-home-hero .slider-pet-store .wrap-slider {
  border-radius: 8px;
  overflow: hidden;
}
.detamak-home-hero .slider-pet-store .wrap-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detamak-home-hero .detamak-slider-text-light .heading,
.detamak-home-hero .detamak-slider-text-light .subheading,
.detamak-home-hero .detamak-slider-text-light .tag {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.detamak-home-hero .detamak-slider-text-dark .heading,
.detamak-home-hero .detamak-slider-text-dark .subheading {
  color: #1b1b1e;
  text-shadow: none;
}
.detamak-home-hero .detamak-slider-text-dark .tag {
  color: #cf040d;
}

/* Sepete Ekle Ã¢â‚¬â€ gÃƒÂ¶rsel altÃ„Â±, her zaman gÃƒÂ¶rÃƒÂ¼nÃƒÂ¼r, kenara yaslÃ„Â± */
.card-product .card-product-cart {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}
.card-product .card-product-cart form.js-cart-form {
  display: block;
  width: 100%;
  margin: 0;
}
.card-product .card-product-cart .btn-main-product {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 42px;
  margin: 0 !important;
  padding: 10px 12px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #181818 !important;
  color: #fff !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-line-clamp: unset !important;
  overflow: visible !important;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.card-product .card-product-cart .btn-main-product:hover {
  background: #cf040d !important;
  color: #fff !important;
}
.card-product .card-product-cart a.btn-main-product {
  text-decoration: none;
}
.card-product .card-product-cart .btn-main-product.is-out-of-stock {
  background: #e8e8e8 !important;
  color: #6b6b6b !important;
  cursor: not-allowed;
}
.card-product .card-product-cart .btn-main-product.is-out-of-stock:hover {
  background: #e8e8e8 !important;
  color: #6b6b6b !important;
}

/* ÃƒÆ’Ã…â€œrÃƒÆ’Ã‚Â¼n kartÃƒâ€žÃ‚Â± ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Favori + Ãƒâ€žÃ‚Â°ncele (tema wishlistÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ten baÃƒâ€žÃ…Â¸Ãƒâ€žÃ‚Â±msÃƒâ€žÃ‚Â±z) */
.card-product-actions {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 7;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.card-action {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: #fff;
  color: #181818;
  border: 0;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-decoration: none;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  line-height: 1;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.card-action .icon {
  font-size: 18px;
  line-height: 1;
}
.card-action:hover {
  background: #181818;
  color: #fff;
}
.card-action__tip {
  position: absolute;
  right: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  background: #181818;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.card-action:hover .card-action__tip {
  opacity: 1;
  visibility: visible;
}

/* ÃƒÆ’Ã…â€œrÃƒÆ’Ã‚Â¼n detay / quickview ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â eski box-icon favori reset */
button.box-icon.wishlist {
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  color: inherit;
  line-height: 1;
}

/* Favori ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â kÃƒâ€žÃ‚Â±rmÃƒâ€žÃ‚Â±zÃƒâ€žÃ‚Â± dolu kalp + ekleme animasyonu */
@keyframes detamak-heart-burst {
  0%   { transform: scale(1); }
  35%  { transform: scale(1.4); }
  55%  { transform: scale(0.88); }
  75%  { transform: scale(1.12); }
  100% { transform: scale(1); }
}
@keyframes detamak-heart-flash {
  0%   { box-shadow: 0 0 0 0 rgba(225, 29, 72, 0.45); }
  70%  { box-shadow: 0 0 0 12px rgba(225, 29, 72, 0); }
  100% { box-shadow: 0 0 0 0 rgba(225, 29, 72, 0); }
}
.js-favorite-btn .icon-heart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: color 0.2s ease;
}
.js-favorite-btn.is-favorited {
  color: #cf040d !important;
}
.js-favorite-btn.is-favorited .icon-heart {
  color: #cf040d !important;
}
.js-favorite-btn.is-favorited .icon-heart::before {
  content: none !important;
}
.js-favorite-btn.is-favorited .icon-heart::after {
  content: '' !important;
  width: 1em;
  height: 1em;
  display: block;
  background-color: #cf040d;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") center / contain no-repeat;
}
/* Kart favori Ã¢â‚¬â€ doluyken daha belirgin */
.card-action.card-action--fav.is-favorited {
  background: #fff;
  color: #cf040d !important;
  box-shadow: 0 1px 6px rgba(225, 29, 72, 0.25);
}
.box-icon.wishlist.js-favorite-btn.is-favorited {
  color: #cf040d !important;
  border-color: #cf040d;
}
.js-favorite-btn.heart-burst {
  animation: detamak-heart-burst 0.48s cubic-bezier(.36,.07,.19,.97) both,
             detamak-heart-flash 0.55s ease-out both;
}
.card-action.card-action--fav.is-favorited:hover {
  background-color: #cf040d;
  color: #fff !important;
}
.card-action.card-action--fav.is-favorited:hover .icon-heart {
  color: #fff;
}
.js-favorite-btn:disabled,
.js-favorite-btn[data-loading="1"] {
  pointer-events: none;
}

/* Mobil menÃƒÆ’Ã‚Â¼ ikonlarÃƒâ€žÃ‚Â± */
.canvas-mb .site-nav-icon .icon {
  font-size: 20px;
  line-height: 1;
  margin-right: 8px;
}

/* Genel buton hizasÃƒâ€žÃ‚Â± */
.tf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
button.tf-btn {
  border: 0;
}

/* Search modal */
.modal-search .form-search {
  display: flex;
  gap: 8px;
  align-items: center;
}
.modal-search .form-search fieldset {
  flex: 1;
  margin: 0;
}
.modal-search .form-search input {
  width: 100%;
}

/* ===== Sepet sayfasÃƒâ€žÃ‚Â±: Laravel form'larÃƒâ€žÃ‚Â± tema DOM'unu bozmasÃƒâ€žÃ‚Â±n ===== */
.tf-cart-item .js-cart-qty-form {
  margin: 0;
}
.tf-cart-item .wg-quantity .btn-quantity {
  cursor: pointer;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.tf-cart-item .js-cart-remove-form {
  display: contents;
}
.tf-cart-item .remove-cart button.js-cart-remove-btn.icon {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  font: inherit;
}
.tf-cart-item .tf-cart-item_product .img-box img {
  object-fit: contain;
  background: #f5f5f5;
}

/* Mini cart remove button */
.tf-mini-cart-item button.tf-btn-remove {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  font: inherit;
}

/* Quick View ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â tema fullRight modal + Laravel form uyumu */
.modal-quick-view .tf-product-info-by-btn {
  display: flex;
  align-items: stretch;
  gap: 8px;
}
.modal-quick-view #qv-cart-form {
  flex: 1 1 auto;
  margin: 0;
  min-width: 0;
  display: flex;
}
.modal-quick-view #qv-add-btn {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  width: 100%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.modal-quick-view #qv-add-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
/* Quick View favori Ã¢â‚¬â€ siyah zemin ÃƒÂ¼zerinde kaybolmasÃ„Â±n */
.modal-quick-view #qv-favorite-btn,
.modal-quick-view #qv-favorite-guest {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid #e1e5ee !important;
  background: #ffffff !important;
  color: #181818 !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  line-height: 1;
}
.modal-quick-view #qv-favorite-btn .icon-heart,
.modal-quick-view #qv-favorite-guest .icon-heart {
  font-size: 22px;
  color: inherit;
}
.modal-quick-view #qv-favorite-btn:hover,
.modal-quick-view #qv-favorite-guest:hover {
  background: #181818 !important;
  color: #ffffff !important;
  border-color: #181818 !important;
}
.modal-quick-view #qv-favorite-btn.is-favorited {
  background: #ffffff !important;
  color: #cf040d !important;
  border-color: #cf040d !important;
}
.modal-quick-view #qv-favorite-btn.is-favorited:hover {
  background: #cf040d !important;
  color: #ffffff !important;
  border-color: #cf040d !important;
}
.modal-quick-view #qv-favorite-btn.is-favorited:hover .icon-heart::after {
  background-color: #ffffff;
}
.modal-quick-view .tf-product-info-name .name {
  word-break: break-word;
  overflow-wrap: anywhere;
  line-height: 1.3;
}
.modal-quick-view .tf-quick-view-image .quickView-item {
  background: #f3f3f5;
}
.modal-quick-view .tf-quick-view-image .quickView-item img {
  object-fit: contain;
  background: #f3f3f5;
}
.modal-quick-view .tf-quick-view-image .quickView-item img[src*="placeholder"] {
  padding: 18%;
  object-fit: contain;
}
.modal-quick-view .btn-style-3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

/* Mini sepet Ã¢â‚¬â€ ekle / kaldÃ„Â±r animasyonlarÃ„Â± */
@keyframes detamak-cart-item-in {
  0%   { opacity: 0; transform: translateX(18px); }
  100% { opacity: 1; transform: translateX(0); }
}
.modal-shopping-cart .tf-mini-cart-item {
  transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease, margin 0.3s ease, padding 0.3s ease;
  will-change: opacity, transform;
}
.modal-shopping-cart .tf-mini-cart-item.is-removing {
  opacity: 0;
  transform: translateX(28px);
  pointer-events: none;
}
.modal-shopping-cart .tf-mini-cart-item.is-just-added {
  animation: detamak-cart-item-in 0.45s cubic-bezier(.22,.61,.36,1) both;
  box-shadow: inset 3px 0 0 #cf040d;
}
.modal-shopping-cart .tf-btn-remove {
  transition: color 0.2s ease, transform 0.2s ease;
}
.modal-shopping-cart .tf-btn-remove:hover {
  color: #cf040d !important;
}
.modal-shopping-cart .tf-btn-remove:disabled {
  opacity: 0.5;
  pointer-events: none;
}
tr.tf-cart-item.is-removing,
tr.file-delete.is-removing {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* ===== Anasayfa (Detamak / Electronics Store) ===== */
.homepage-detamak .heading-section .subheading {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}
.homepage-detamak .tf-grid-layout.xl-col-4 {
  --grid-cols: 4;
}
@media (max-width: 1199.98px) {
  .homepage-detamak .tf-grid-layout.xl-col-4 {
    --grid-cols: 3;
  }
}
@media (max-width: 991.98px) {
  .homepage-detamak .tf-grid-layout.lg-col-3,
  .homepage-detamak .tf-grid-layout.xl-col-4 {
    --grid-cols: 2;
  }
}
.homepage-detamak .wg-big-save .heading {
  line-height: 1.15;
}
.homepage-detamak .detamak-brand-item {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid #e9e7eb;
  border-radius: 12px;
  background: #fff;
}
.homepage-detamak .detamak-brand-item img {
  max-height: 40px;
  width: auto;
  object-fit: contain;
}

/* Kategori swiper: eÃƒâ€¦Ã…Â¸it yÃƒÆ’Ã‚Â¼kseklik */
.homepage-detamak .flat-collection-circle .swiper-wrapper {
  align-items: stretch;
}
.homepage-detamak .flat-collection-circle .swiper-slide {
  height: auto;
  display: flex;
}
.homepage-detamak .flat-collection-circle .swiper-slide > .detamak-cat-card {
  width: 100%;
}

/* Kategori kartÃƒâ€žÃ‚Â±: gÃƒÆ’Ã‚Â¶rsel ÃƒÆ’Ã‚Â¼stte, ad altta */
.detamak-cat-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e9e7eb;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.detamak-cat-card:hover {
  border-color: #c5d7f5;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  color: inherit;
}
.detamak-cat-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  background: #f5f5f7;
  overflow: hidden;
}
.detamak-cat-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
  transition: transform 0.35s ease;
}
.detamak-cat-card:not(.is-placeholder):hover .detamak-cat-card__media img {
  transform: scale(1.03);
}
.detamak-cat-card.is-placeholder .detamak-cat-card__media {
  background: transparent;
}
.detamak-cat-card.is-placeholder .detamak-cat-card__media img {
  padding: 28%;
  opacity: 0.85;
}
.detamak-cat-card__avatar {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
}
.detamak-cat-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
}
.detamak-cat-card__avatar.category-avatar--fallback {
  padding: 16px 14px;
  text-align: center;
  user-select: none;
}
.detamak-cat-card__avatar .category-avatar__label {
  font-size: clamp(14px, 2.4vw, 18px);
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.detamak-promo-avatar {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
}
.detamak-promo-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detamak-promo-avatar.category-avatar--fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 24px;
  text-align: center;
  user-select: none;
}
.detamak-promo-avatar .category-avatar__label {
  font-size: clamp(22px, 4vw, 36px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: anywhere;
  max-width: 18ch;
}
.category-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.category-avatar--has-img img {
  display: block;
}
.category-avatar__label {
  margin: 0;
}
.detamak-cat-card__body {
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 5.5rem;
}
.detamak-cat-card__title {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  color: #1b1b1e;
  word-break: break-word;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: calc(1.35em * 2);
}
.detamak-cat-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #cf040d;
  margin-top: auto;
}
.detamak-cat-card__cta .icon {
  font-size: 14px;
}

/* Promo banner: eÃƒâ€¦Ã…Â¸it yÃƒÆ’Ã‚Â¼kseklik + placeholder */
.homepage-detamak .tf-grid-layout.md-col-2 {
  align-items: stretch;
}
.homepage-detamak .detamak-promo-card {
  min-height: 280px;
  height: 100%;
}
.homepage-detamak .detamak-promo-card .img-style {
  min-height: 280px;
}
.homepage-detamak .detamak-promo-card.is-placeholder .img-style {
  background: #f0f0f2;
}
.homepage-detamak .detamak-promo-card.is-placeholder .img-style img {
  object-fit: contain;
  padding: 18%;
  opacity: 0.9;
}
.homepage-detamak .detamak-promo-title,
.homepage-detamak .detamak-promo-title .link {
  word-break: break-word;
  overflow-wrap: anywhere;
  line-height: 1.25;
  max-width: 100%;
}
.homepage-detamak .collection-position-2.style-5 .content,
.homepage-detamak .collection-position-2.style-7 .content {
  max-width: calc(100% - 24px);
}
.homepage-detamak .collection-position-2:not(.is-placeholder) .img-style img {
  object-fit: cover;
}

/* ÃƒÆ’Ã¢â‚¬â€œne ÃƒÆ’Ã‚Â§Ãƒâ€žÃ‚Â±kan bÃƒÆ’Ã‚Â¶lÃƒÆ’Ã‚Â¼m */
.detamak-featured-section {
  background: linear-gradient(180deg, #faf7f7 0%, #f3f0f0 100%);
  border-radius: 0;
  position: relative;
}
.detamak-featured-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #cf040d;
  margin-bottom: 8px;
}
.detamak-featured-card {
  position: relative;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #e1e5ee;
  border-radius: 0px;
  padding: 0; /* gÃƒÆ’Ã‚Â¶rsel kenara yaslansÃƒâ€žÃ‚Â±n ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â padding yok */
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.detamak-featured-card:hover {
  border-color: #cf040d;
  box-shadow: 0 12px 28px rgba(225, 29, 72, 0.10);
  transform: translateY(-2px);
}
.detamak-featured-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  background: #cf040d;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 4px 10px;
  border-radius: 999px;
  line-height: 1.2;
}
.detamak-featured-grid > .detamak-featured-item {
  height: 100%;
  display: flex;
  min-width: 0;
}
.detamak-featured-card .card-product {
  height: 100%;
  width: 100%;
}
/* ÃƒÆ’Ã¢â‚¬â€œne ÃƒÆ’Ã‚Â§Ãƒâ€žÃ‚Â±kan: gÃƒÆ’Ã‚Â¶rsel ÃƒÆ’Ã‚Â¼stte full-bleed, metin altta padding */
.detamak-featured-card .card-product .card-product-wrapper {
  border-radius: 0;
  width: 100%;
}
.detamak-featured-card .card-product .card-product-wrapper.aspect-ratio-1 {
  border-radius: 0;
}
.detamak-featured-card .card-product .card-product-info {
  padding: 12px 14px 16px;
}
/* Ãƒâ€žÃ‚Â°ndirim/etiket sol ÃƒÆ’Ã‚Â¼stte ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â saÃƒâ€žÃ…Â¸daki aksiyonlarla ÃƒÆ’Ã‚Â§akÃƒâ€žÃ‚Â±Ãƒâ€¦Ã…Â¸masÃƒâ€žÃ‚Â±n */
.card-product .card-product-wrapper .on-sale-wrap {
  right: auto;
  left: 8px;
  top: 8px;
  width: auto;
  justify-content: flex-start;
}

/* ÃƒÆ’Ã…â€œrÃƒÆ’Ã‚Â¼n kartÃƒâ€žÃ‚Â± ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â tema davranÃƒâ€žÃ‚Â±Ãƒâ€¦Ã…Â¸Ãƒâ€žÃ‚Â± + CNC okunabilirlik */
.homepage-detamak .tf-grid-layout > .wow,
.homepage-detamak .tf-grid-layout > .card-product,
.homepage-detamak .tf-grid-layout > .detamak-featured-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.homepage-detamak .tf-grid-layout > .wow > .card-product {
  height: 100%;
  width: 100%;
}
.card-product {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}
.card-product .card-product-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.card-product .card-product-wrapper.aspect-ratio-1 {
  background: #f3f3f5;
  flex-shrink: 0;
  width: 100%;
}
/* GÃƒÆ’Ã‚Â¶rsel alanÃƒâ€žÃ‚Â± ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â sol/saÃƒâ€žÃ…Â¸/alt boÃƒâ€¦Ã…Â¸luksuz tam oturum */
.card-product .card-product-wrapper .product-img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}
.card-product .card-product-wrapper img.img-product,
.card-product .card-product-wrapper img.img-hover {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #f3f3f5;
}
.card-product .card-product-wrapper .img-hover {
  z-index: 1;
}
/* Placeholder (No Image) kirpilmasin */
.card-product .card-product-wrapper img[src*="placeholder"] {
  object-fit: contain !important;
  padding: 16% !important;
  background: #f0f0f2;
}

/* Hover galeri (Trendyol tarzÃ„Â±) Ã¢â‚¬â€ eski tema img-hover swap kapalÃ„Â± */
.card-product.has-hover-gallery .card-product-wrapper:hover .product-img .img-product {
  opacity: 1 !important;
  transform: none !important;
}
.card-product.has-hover-gallery .product-img {
  z-index: 1;
}
.card-gallery-zones {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
}
.card-gallery-zone {
  flex: 1 1 0;
  height: 100%;
  min-width: 0;
}
.card-gallery-dots {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  pointer-events: none;
}
.card-gallery-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  transition: background-color 0.15s ease, transform 0.15s ease;
}
.card-gallery-dot.is-active {
  background: #cf040d;
  transform: scale(1.15);
  box-shadow: 0 0 0 1px rgba(225, 29, 72, 0.35);
}
@media (hover: none) {
  .card-gallery-zones,
  .card-gallery-dots {
    display: none;
  }
}
.card-product .card-product-info {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 12px;
}
.card-product .card-product-info .title {
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 500;
  -webkit-line-clamp: 2 !important;
  min-height: 48px; /* 2 satÃƒâ€žÃ‚Â±r ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â fiyat hizasÃƒâ€žÃ‚Â± */
  word-break: break-word;
  overflow-wrap: anywhere;
}
.card-product .card-product-info .price {
  margin-top: auto;
  padding-top: 4px;
  font-size: 16px;
}
.card-product .on-sale-wrap .on-sale-item.sale-item-featured {
  background-color: #cf040d;
  letter-spacing: 0.02em;
}

/* Sepete ekle ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â form temanÃƒâ€žÃ‚Â±n hover alanÃƒâ€žÃ‚Â±nÃƒâ€žÃ‚Â± bozmasÃƒâ€žÃ‚Â±n (zaten display:contents var) */
/* Eski hover overlay sepete ekle Ã¢â‚¬â€ kullanÃ„Â±lmÃ„Â±yor */
.card-product .list-btn-main {
  display: none !important;
}

@media (max-width: 575.98px) {
  .detamak-cat-card__title {
    font-size: 13px;
  }
  .card-product .card-product-info .title {
    font-size: 15px !important;
    line-height: 22px !important;
    min-height: 44px;
  }
  .homepage-detamak .detamak-promo-card,
  .homepage-detamak .detamak-promo-card .img-style {
    min-height: 220px;
  }
}

/* ÃœrÃ¼n detay â€” oran korunur (contain), kÄ±rpma/ezme yok */
.tf-main-product .tf-product-media-main .item {
  aspect-ratio: 1 / 1;
  max-height: 687px;
  background: #f3f3f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tf-main-product .tf-product-media-main .item img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center;
}
.tf-main-product .tf-product-media-thumbs .item {
  background: #f3f3f5;
}
.tf-main-product .tf-product-media-thumbs .item img {
  object-fit: contain !important;
  object-position: center;
}

/* Çok sayıda thumbnail: dikey/yatay kaydırma */
.tf-main-product .product-thumbs-col {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  gap: 6px;
  width: 80px;
}
.tf-main-product .product-thumbs-nav {
  display: none;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(24, 24, 24, 0.12);
  border-radius: 50%;
  background: #fff;
  color: #181818;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  flex-shrink: 0;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
.tf-main-product .product-thumbs-nav .icon {
  font-size: 12px;
  line-height: 1;
}
.tf-main-product .product-thumbs-prev .icon {
  transform: rotate(90deg);
}
.tf-main-product .product-thumbs-next .icon {
  transform: rotate(90deg);
}
.tf-main-product .product-thumbs-nav.is-disabled,
.tf-main-product .product-thumbs-nav:disabled {
  opacity: 0.35;
  cursor: default;
}
.tf-main-product .product-thumbs-nav:not(:disabled):hover {
  background: #f5f5f5;
}
@media (min-width: 1200px) {
  .tf-main-product .product-thumbs-nav {
    display: inline-flex;
  }
  .tf-main-product .tf-product-media-thumbs {
    width: 80px;
    max-height: 687px;
    overflow: hidden;
  }
  .tf-main-product .product-thumbs-col.can-scroll-end::after,
  .tf-main-product .product-thumbs-col.can-scroll-start::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 28px;
    pointer-events: none;
    z-index: 1;
  }
  .tf-main-product .product-thumbs-col.can-scroll-start::before {
    top: 34px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
  }
  .tf-main-product .product-thumbs-col.can-scroll-end::after {
    bottom: 34px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
  }
}
@media (max-width: 1199.98px) {
  .tf-main-product .product-thumbs-col {
    width: 100%;
    flex-direction: row;
    order: 1;
  }
  .tf-main-product .tf-product-media-thumbs {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .tf-main-product .product-thumbs-nav {
    display: none;
  }
}
/* ÃœrÃ¼n CTA â€” referans: eÅŸit butonlar + saÄŸda kare favori */
.tf-main-product .tf-product-info-by-btn.product-cta-row {
  display: flex;
  align-items: stretch;
  gap: 12px;
  width: 100%;
}
.tf-main-product .product-cta-row button.product-cta-btn {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  cursor: pointer;
  flex: 1 1 0;
  width: 0;
  min-width: 0;
  min-height: 52px;
  height: 52px;
  padding: 0 16px;
  border-radius: 8px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
/* Sepete Ekle â€” primary zemin, beyaz yazÄ± */
.tf-main-product .product-cta-row button.btn-style-2.btn-add-to-cart {
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
}
.tf-main-product .product-cta-row button.btn-style-2.btn-add-to-cart:hover:not(:disabled) {
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
  color: var(--white);
}
/* Åžimdi Al â€” beyaz zemin, primary yazÄ± */
.tf-main-product .product-cta-row button.btn-style-3 {
  background-color: var(--white);
  color: var(--primary);
  border: 1px solid var(--primary);
}
.tf-main-product .product-cta-row button.btn-style-3:hover:not(:disabled) {
  background-color: var(--rgba-primary);
  color: var(--primary-hover);
  border-color: var(--primary-hover);
}
.tf-main-product .product-cta-row button.product-cta-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
/* Favori â€” kare, buton yÃ¼ksekliÄŸinde */
.tf-main-product .product-cta-row button.box-icon.wishlist,
.tf-main-product .product-cta-row a.box-icon.wishlist {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  min-width: 52px;
  flex-shrink: 0;
  padding: 0 !important;
  margin: 0;
  border-radius: 8px;
  border: 1px solid var(--line) !important;
  background: var(--white) !important;
  background-color: var(--white) !important;
  color: var(--secondary) !important;
  font-size: 22px;
  font-weight: inherit;
  text-transform: none;
  letter-spacing: normal;
  gap: 0;
  box-sizing: border-box;
}
.tf-main-product .product-cta-row button.box-icon.wishlist:hover,
.tf-main-product .product-cta-row a.box-icon.wishlist:hover {
  background-color: #f7f7f7 !important;
  color: var(--primary) !important;
  border-color: #cfcfcf !important;
}
.tf-main-product .product-cta-row button.box-icon.wishlist.is-favorited {
  color: var(--primary) !important;
  border-color: var(--primary) !important;
  background: var(--white) !important;
}
.tf-main-product .product-cta-row button.box-icon.wishlist.is-favorited:hover {
  background-color: var(--rgba-primary) !important;
  color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.tf-main-product .product-cta-row .box-icon .tooltip {
  display: none;
}
/* WhatsApp â€” CTA altÄ±nda tam geniÅŸlik, daha koyu yeÅŸil + ikon */
.tf-main-product .product-whatsapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 40px;
  height: 40px;
  margin-top: 10px;
  padding: 0 16px;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #0aa243;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  transition: background-color 0.2s ease;
}
.tf-main-product .product-whatsapp-btn .icon-whatsapp {
  font-size: 18px;
  line-height: 1;
  color: inherit;
}
.tf-main-product .product-whatsapp-btn:hover {
  background-color: #0e7368;
  color: #ffffff;
}
.tf-main-product .variant-picker-values input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.tf-sticky-btn-atc .form-sticky-atc {
  align-items: center;
}
/* Ürün detay — fiyat paneli (KDV hariç / dahil + indirim rozeti) */
.tf-main-product .product-price-panel {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  margin-bottom: 16px;
}
.tf-main-product .product-price-panel__main {
  display: flex;
  align-items: center;
  gap: 14px;
}
.tf-main-product .product-price-badge {
  flex-shrink: 0;
  width: 64px;
  min-height: 64px;
  border-radius: 8px;
  background: #4caf50;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  padding: 6px 4px;
}
.tf-main-product .product-price-badge__pct {
  font-size: 22px;
  font-weight: 800;
}
.tf-main-product .product-price-badge__label {
  font-size: 12px;
  font-weight: 600;
  margin-top: 2px;
}
.tf-main-product .product-price-panel__values {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.tf-main-product .product-price-ex {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
}
.tf-main-product .product-price-ex__amount {
  font-size: 16px;
  font-weight: 700;
  color: var(--main);
}
.tf-main-product .product-price-ex__vat {
  font-size: 12px;
  font-weight: 600;
  color: var(--secondary);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.tf-main-product .product-price-inc {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}
.tf-main-product .product-price-inc__amount {
  font-size: 28px;
  font-weight: 800;
  color: var(--primary);
  line-height: 1.15;
}
.tf-main-product .product-price-inc__label {
  font-size: 13px;
  font-weight: 500;
  color: var(--main);
}
.tf-main-product .product-price-havale {
  margin-top: 10px;
  font-size: 14px;
  color: var(--main);
}
.tf-main-product .product-price-havale strong {
  color: var(--primary);
  font-weight: 700;
}

/* Ürün detay — Ödeme Seçenekleri sekmesi */
.product-payment-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.product-payment-paytr-logo {
  height: 28px;
  width: auto;
  display: block;
}
.product-payment-method-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 575.98px) {
  .product-payment-method-grid {
    grid-template-columns: 1fr;
  }
}
.product-payment-method-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px 18px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.product-payment-method-card:hover {
  border-color: rgba(207, 4, 13, 0.35);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.product-payment-method-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}
.product-payment-method-card__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--main);
}
.product-payment-method-card__logo {
  height: 22px;
  width: auto;
  display: block;
  flex-shrink: 0;
}
.product-payment-havale-note {
  color: var(--primary);
}
.product-payment-tables {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 991.98px) {
  .product-payment-tables {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .product-payment-tables {
    grid-template-columns: 1fr;
  }
}
.product-payment-table-block {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  min-width: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.product-payment-table-block:hover {
  border-color: rgba(207, 4, 13, 0.28);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.product-payment-table-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: linear-gradient(180deg, #fafafa 0%, #f3f3f5 100%);
  border-bottom: 1px solid var(--line);
}
.product-payment-brand-logo {
  height: 32px;
  width: auto;
  max-width: 130px;
  max-height: 36px;
  object-fit: contain;
  object-position: left center;
  display: block;
  background: #fff;
  border-radius: 4px;
  padding: 2px 4px;
}
.product-payment-table-head__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.product-payment-table-title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--main);
  line-height: 1.2;
}
.product-payment-table-sub {
  font-size: 11px;
  color: var(--secondary);
  line-height: 1.2;
}
.product-installment-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.product-installment-table th,
.product-installment-table td {
  padding: 9px 12px;
  border-bottom: 1px solid #efefef;
  text-align: left;
}
.product-installment-table th {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--secondary);
  font-weight: 700;
  background: #fcfcfd;
}
.product-installment-table tbody tr {
  transition: background-color 0.15s ease;
}
.product-installment-table tbody tr:hover {
  background: var(--rgba-primary);
}
.product-installment-table tbody tr:last-child td {
  border-bottom: 0;
}
.product-installment-table td:nth-child(2),
.product-installment-table td:nth-child(3),
.product-installment-table th:nth-child(2),
.product-installment-table th:nth-child(3) {
  text-align: right;
  white-space: nowrap;
}
.product-installment-table td:nth-child(3) {
  font-weight: 700;
  color: var(--main);
}
.product-inst-rate {
  display: inline-block;
  margin-left: 6px;
  font-size: 10px;
  font-weight: 700;
  color: var(--primary);
  background: var(--rgba-primary);
  border-radius: 999px;
  padding: 2px 6px;
}
.product-payment-bank-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 575.98px) {
  .product-payment-bank-grid {
    grid-template-columns: 1fr;
  }
}
.product-payment-bank-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.product-payment-bank-card:hover {
  border-color: rgba(207, 4, 13, 0.28);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
}
.product-payment-bank-card__name {
  font-weight: 700;
  margin-bottom: 4px;
}
.product-payment-bank-card__iban {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 600;
  word-break: break-all;
}

/* Checkout — adet güncelleme (sepet ile aynı davranış) */
.sidebar-checkout-content .checkout-item-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  flex-shrink: 0;
}
.sidebar-checkout-content .checkout-qty-form {
  margin: 0;
}
.sidebar-checkout-content .checkout-qty-form .wg-quantity {
  width: 120px;
  height: 40px;
}
.sidebar-checkout-content .checkout-qty-form .wg-quantity input {
  width: 44px;
  height: 36px;
  font-size: 14px;
}
.sidebar-checkout-content .checkout-qty-form .wg-quantity .btn-quantity {
  width: 36px;
  height: 36px;
  font-size: 28px;
}

/* ── Page title — okunabilir overlay + cam panel ── */
.page-title {
  position: relative;
  isolation: isolate;
  background-color: #1a1a1a;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.page-title::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(26, 26, 26, 0.55) 0%,
      rgba(26, 26, 26, 0.62) 45%,
      rgba(26, 26, 26, 0.72) 100%
    ),
    linear-gradient(
      90deg,
      rgba(207, 4, 13, 0.18) 0%,
      transparent 38%,
      transparent 62%,
      rgba(207, 4, 13, 0.14) 100%
    );
}
.page-title > .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-title .heading,
.page-title h1,
.page-title h2,
.page-title h3 {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.page-title ul.breadcrumbs {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin: 0;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}
.page-title ul.breadcrumbs li,
.page-title ul.breadcrumbs li a.link,
.page-title ul.breadcrumbs i {
  color: rgba(255, 255, 255, 0.92) !important;
}
.page-title ul.breadcrumbs li a.link:hover {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ── Hesabım — layout & avatar ── */
.my-account-wrap {
  max-width: none;
  width: 100%;
  gap: 32px;
  align-items: flex-start;
}
.my-account-wrap .wrap-sidebar-account {
  width: 280px;
}
.my-account-wrap .my-account-content {
  flex: 1 1 0;
  min-width: 0;
}

.sidebar-account {
  padding: 28px 20px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.sidebar-account .account-avatar {
  margin-bottom: 24px;
  text-align: center;
  width: 100%;
}
.sidebar-account .account-avatar h6 {
  word-break: break-word;
}
.sidebar-account .account-avatar .account-avatar-email {
  font-size: 13px;
  line-height: 1.4;
  word-break: break-all;
  color: var(--secondary, #74777f);
}
.sidebar-account .account-avatar .image {
  width: 88px;
  height: 88px;
  margin-bottom: 12px;
}
.sidebar-account .account-avatar .image.account-avatar-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  border: 2px solid var(--primary);
  box-shadow: 0 0 0 4px var(--rgba-primary);
  overflow: hidden;
}
.sidebar-account .account-avatar .image.account-avatar-initials span {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  color: var(--primary);
  user-select: none;
}
.sidebar-account .my-account-nav {
  gap: 4px;
}
.sidebar-account .my-account-nav .my-account-nav-item {
  padding: 12px 14px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  border-radius: 8px;
}
.sidebar-account .my-account-nav .my-account-nav-item:hover,
.sidebar-account .my-account-nav .my-account-nav-item.active {
  background-color: var(--rgba-primary);
  color: var(--primary);
}

/* Dashboard özeti */
.account-dashboard__intro {
  margin-bottom: 24px;
}
.account-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}
.account-stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 20px 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  text-align: center;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.account-stat-card:hover {
  border-color: var(--primary);
  background-color: var(--rgba-primary);
}
.account-stat-card__value {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  color: #1a1a1a;
}
.account-stat-card__label {
  font-size: 13px;
  color: var(--secondary, #74777f);
}
.account-dashboard__section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.account-dashboard__empty {
  text-align: center;
  padding: 40px 16px;
}

@media (max-width: 1199.98px) {
  .my-account-wrap {
    gap: 24px;
  }
  .my-account-wrap .wrap-sidebar-account {
    width: 260px;
  }
}

@media (max-width: 991.98px) {
  .account-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .account-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .account-stat-grid .account-stat-card:last-child {
    grid-column: 1 / -1;
  }
}

/* ── Adreslerim ── */
.account-addresses {
  text-align: left;
}
.account-addresses__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.account-addresses__head .btn-address {
  flex-shrink: 0;
  white-space: nowrap;
}

.account-addresses .show-form-address.account-address-form,
.account-addresses .edit-form-address.account-address-form {
  display: none;
}
.account-addresses .show-form-address.account-address-form.is-open,
.account-addresses .edit-form-address.account-address-form.is-open {
  display: block !important;
}
.account-address-card.is-editing,
.account-address-card:has(.edit-form-address.is-open) {
  grid-column: 1 / -1;
}
.account-address-form.wd-form-address {
  margin: 0 0 28px;
  padding: 24px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  text-align: left;
}
.account-address-card .edit-form-address.account-address-form {
  margin: 4px 0 0;
  grid-column: 1 / -1;
}
.account-address-card__edit {
  min-width: 88px;
  height: 36px;
  padding: 0 14px;
  font-size: 13px;
}
.account-address-card__edit:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.account-address-form__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 6px;
  color: #1a1a1a;
}
.account-address-form__hint {
  margin: 0 0 18px;
  font-size: 12px;
  color: #74777f;
}
.account-address-form .account-field-label {
  display: block;
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: #1a1a1a;
}
.account-address-form .account-field-label .req,
.account-address-form__hint .req {
  color: var(--primary);
  font-weight: 700;
}
.account-address-form fieldset {
  margin: 0;
  min-width: 0;
}
.account-address-form__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.account-addresses .list-account-address {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.account-address-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: #fff;
  text-align: left;
  transition: border-color 0.2s ease;
}
.account-address-card:hover {
  border-color: rgba(207, 4, 13, 0.35);
}
.account-address-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.account-address-card__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a1a;
}
.account-address-card__badge {
  flex-shrink: 0;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.account-address-card__badge.is-shipping {
  background: var(--rgba-primary);
  color: var(--primary);
}
.account-address-card__badge.is-billing {
  background: rgba(26, 26, 26, 0.08);
  color: #1a1a1a;
}
.account-address-card__body {
  flex: 1;
}
.account-address-card__body p {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.45;
  color: #44474e;
}
.account-address-card__name {
  font-weight: 600;
  color: #1a1a1a !important;
}
.account-address-card__city {
  margin-top: 4px !important;
  font-weight: 500;
}
.account-address-card__foot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  padding-top: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.account-address-card__delete {
  min-width: 72px;
  height: 36px;
  padding: 0 14px;
  font-size: 13px;
}
.account-address-card__delete:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.account-addresses__empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 40px 16px;
  border: 1px dashed rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .account-addresses__head {
    flex-direction: column;
    align-items: stretch;
  }
  .account-addresses__head .btn-address {
    width: 100%;
    justify-content: center;
  }
  .account-addresses .list-account-address {
    grid-template-columns: 1fr;
  }
  .account-address-form.wd-form-address {
    padding: 18px 16px;
  }
}

/* ── İade talepleri ── */
.account-returns__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.account-returns__head .tf-btn {
  flex-shrink: 0;
  white-space: nowrap;
}
.account-return-form {
  display: none;
  margin: 0 0 28px;
  padding: 24px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  text-align: left;
}
.account-return-form.is-open {
  display: block;
}
.account-returns__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.account-return-card {
  display: flex;
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: #fff;
  text-align: left;
}
.account-return-card__media {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #f3f3f4;
}
.account-return-card__body {
  flex: 1;
  min-width: 0;
}
.account-return-card__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.account-return-card__order {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
}
.account-return-card__badge {
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
}
.account-return-card__badge.is-pending {
  background: rgba(207, 4, 13, 0.1);
  color: var(--primary);
}
.account-return-card__badge.is-approved {
  background: rgba(22, 163, 74, 0.12);
  color: #15803d;
}
.account-return-card__badge.is-rejected {
  background: rgba(26, 26, 26, 0.08);
  color: #1a1a1a;
}
.account-return-card__badge.is-completed {
  background: rgba(37, 99, 235, 0.12);
  color: #1d4ed8;
}
.account-return-card__title {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}
.account-return-card__meta,
.account-return-card__reason,
.account-return-card__note,
.account-return-card__admin {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.45;
  color: #44474e;
}
.account-return-card__note,
.account-return-card__admin {
  margin-top: 6px;
}
.account-returns__empty {
  text-align: center;
  padding: 40px 16px;
  border: 1px dashed rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .account-returns__head {
    flex-direction: column;
    align-items: stretch;
  }
  .account-returns__head .tf-btn {
    width: 100%;
    justify-content: center;
  }
  .account-return-form {
    padding: 18px 16px;
  }
}

/* Statik sözleşme sayfaları (KVKK, gizlilik vb.) */
.static-page {
  background: linear-gradient(180deg, #f6f7f9 0%, #fff 42%);
}
.static-page-doc {
  background: #fff;
  border: 1px solid rgba(24, 24, 24, 0.08);
  border-radius: 16px;
  padding: 2rem 2rem 1.75rem;
  box-shadow: 0 12px 40px rgba(24, 24, 24, 0.05);
}
.static-page-doc__header {
  margin-bottom: 1.75rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid rgba(24, 24, 24, 0.08);
  position: relative;
}
.static-page-doc__header::before {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  border-radius: 999px;
  background: var(--primary);
  margin-bottom: 1rem;
}
.static-page-doc__eyebrow {
  margin: 0 0 0.4rem;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
}
.static-page-doc__title {
  margin: 0;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  line-height: 1.25;
  font-weight: 700;
  color: #181818;
}
.static-page-doc__lead {
  margin: 0.75rem 0 0;
  max-width: 42rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #5c616b;
}
.static-page-doc__body {
  font-size: 15px;
  line-height: 1.75;
  color: #3a3d44;
}
.static-page-doc__body > *:first-child {
  margin-top: 0;
}
.static-page-doc__body h2 {
  margin: 2rem 0 0.75rem;
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: 700;
  color: #181818;
}
.static-page-doc__body h3 {
  margin: 1.55rem 0 0.55rem;
  padding-left: 0.85rem;
  border-left: 3px solid var(--primary);
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 650;
  color: #181818;
}
.static-page-doc__body h4,
.static-page-doc__body h5,
.static-page-doc__body h6 {
  margin: 1.25rem 0 0.45rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 650;
  color: #181818;
}
.static-page-doc__body p {
  margin: 0 0 0.9rem;
}
.static-page-doc__body ul,
.static-page-doc__body ol {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}
.static-page-doc__body li {
  margin-bottom: 0.45rem;
  padding-left: 0.2rem;
}
.static-page-doc__body li::marker {
  color: var(--primary);
}
.static-page-doc__body a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.static-page-doc__body a:hover {
  color: var(--primary-hover);
}
.static-page-doc__body strong {
  color: #181818;
  font-weight: 650;
}
.static-page-doc__updated {
  margin: 1.75rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(24, 24, 24, 0.08);
}
.static-page-related {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.25rem;
}
.static-page-related__link {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(24, 24, 24, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #3a3d44;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}
.static-page-related__link:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: rgba(207, 4, 13, 0.04);
}
@media (max-width: 767.98px) {
  .static-page-doc {
    padding: 1.35rem 1.1rem 1.2rem;
    border-radius: 12px;
  }
  .static-page-doc__body {
    font-size: 14px;
  }
  .static-page-doc__body h2 {
    font-size: 1.1rem;
  }
  .static-page-doc__body h3 {
    font-size: 0.95rem;
    padding-left: 0.7rem;
  }
}

/* Sözleşme belgesi — tema h3/h4 ölçülerini ezer */
.legal-document {
  font-size: 14px;
  line-height: 1.65;
  color: #3a3d44;
}
.legal-document > h4,
.legal-document .legal-doc-title {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 650;
  margin: 0 0 0.25rem;
}
.legal-document > .text-caption-1 {
  font-size: 12px;
  margin-bottom: 1rem;
}
.legal-document h3,
.legal-document h5,
.legal-document h6 {
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 650;
  margin: 1.15rem 0 0.45rem;
}
.legal-document p {
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 0.7rem;
}
.legal-document .legal-party p,
.legal-document .legal-products p,
.legal-document .legal-articles p {
  margin-bottom: 0.45rem;
}
.legal-document .legal-party {
  font-size: 13px;
  line-height: 1.5;
}
.legal-document .legal-party h6 {
  font-size: 13px;
  margin: 0 0 0.55rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.legal-document .legal-party .border {
  padding: 0.85rem 1rem;
}
.legal-document .table {
  font-size: 13px;
}
.legal-document .table th,
.legal-document .table td {
  padding: 0.45rem 0.55rem;
  vertical-align: middle;
}
#legalDocModal .modal-dialog {
  margin: 0.75rem auto;
}
#legalDocModal .modal-title {
  font-size: 1.05rem;
  line-height: 1.3;
  font-weight: 650;
}
#legalDocModal .modal-body {
  padding: 1rem 1.15rem 1.25rem;
}
#legalDocModal .legal-document > h4,
#legalDocModal .legal-document .legal-doc-title {
  display: none;
}
@media (max-width: 767.98px) {
  .legal-document > h4,
  .legal-document .legal-doc-title {
    font-size: 1.05rem;
  }
  .legal-document h3,
  .legal-document h5,
  .legal-document h6 {
    font-size: 0.875rem;
  }
  .legal-document,
  .legal-document p {
    font-size: 13px;
  }
  #legalDocModal .modal-dialog {
    margin: 0.4rem;
    max-width: calc(100% - 0.8rem);
  }
  #legalDocModal .modal-body {
    padding: 0.85rem 0.9rem 1rem;
  }
}

/* Havale / EFT hesap kartları */
.shop-bank-list {
  display: grid;
  gap: 10px;
}
.shop-bank-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 14px 14px 12px;
  overflow: hidden;
}
.shop-bank-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.shop-bank-card__mark {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  color: #cf040d;
  background: rgba(207, 4, 13, 0.08);
}
.shop-bank-card__titles {
  min-width: 0;
}
.shop-bank-card__name {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--main);
}
.shop-bank-card__owner {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.35;
  color: #74777f;
}
.shop-bank-card__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  margin: 12px 0 0;
}
.shop-bank-card__meta dt {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8b8e97;
  margin-bottom: 2px;
}
.shop-bank-card__meta dd {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--main);
  word-break: break-word;
}
.shop-bank-card__iban {
  margin-top: 12px;
  padding: 10px 10px 9px;
  border-radius: 10px;
  background: #f6f6f8;
}
.shop-bank-card__iban-label {
  display: block;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8b8e97;
  margin-bottom: 6px;
}
.shop-bank-card__iban-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.shop-bank-card__iban-row code {
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: var(--main);
  word-break: break-all;
}
.shop-bank-card__copy {
  flex: 0 0 auto;
  border: 0;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 650;
  line-height: 1;
  color: #fff;
  background: #1b1b1e;
  cursor: pointer;
}
.shop-bank-card__copy:hover {
  background: #cf040d;
}
.shop-bank-card__copy.is-copied {
  background: #1f7a3a;
}
.payment-body .shop-bank-list {
  margin-top: 4px;
}
.tf-toolbar-bottom .toolbar-item a {
  color: #4d4e4f;
}
.tf-toolbar-bottom .toolbar-item a.is-active {
  color: #cf040d;
}
.tf-toolbar-bottom .toolbar-item a.is-active .toolbar-label {
  color: #cf040d;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  }
  body.no-toolbar-bottom {
    padding-bottom: 0;
  }
  .tf-toolbar-bottom {
    padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 575.98px) {
  .shop-bank-card__meta {
    grid-template-columns: 1fr;
  }
  .shop-bank-card__iban-row {
    flex-direction: column;
    align-items: stretch;
  }
  .shop-bank-card__copy {
    width: 100%;
    text-align: center;
    padding: 8px 10px;
  }
}

/* Sabit WhatsApp butonu */
.whatsapp-fab {
  position: fixed;
  right: 20px;
  bottom: 88px;
  z-index: 110;
  height: 56px;
  width: auto;
  max-width: calc(100vw - 40px);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.38);
  overflow: hidden;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  animation: whatsapp-fab-nudge 6.5s ease-in-out infinite;
  will-change: transform;
}
@keyframes whatsapp-fab-nudge {
  0%,
  12%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.38);
  }
  3% {
    transform: translateY(-5px) scale(1.06);
    box-shadow: 0 14px 28px rgba(37, 211, 102, 0.5);
  }
  6% {
    transform: translateY(0) scale(1);
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.38);
  }
  9% {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 12px 26px rgba(37, 211, 102, 0.45);
  }
}
.whatsapp-fab__icon {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.whatsapp-fab__label {
  display: block;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2;
  padding-left: 0;
  padding-right: 0;
  transition: max-width 0.35s ease, opacity 0.25s ease, padding 0.35s ease;
}
.whatsapp-fab:hover,
.whatsapp-fab:focus-visible {
  color: #fff;
  background: #1ebe57;
  animation: none;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(37, 211, 102, 0.48);
  outline: none;
}
.whatsapp-fab:hover .whatsapp-fab__label,
.whatsapp-fab:focus-visible .whatsapp-fab__label {
  max-width: 220px;
  opacity: 1;
  padding-left: 18px;
  padding-right: 2px;
}
.whatsapp-fab svg {
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  .whatsapp-fab {
    animation: none;
  }
}

/* Yukarı çık — WhatsApp'ın altında, çakışmasın */
#scroll-top {
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
.account-email-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}
.account-email-badge--ok {
  background: #e8f5e9;
  color: #1b5e20;
}
.account-email-badge--pending {
  background: #fff8e1;
  color: #8a6d00;
}

/* Arama modal autocomplete */
.modave-search-results {
  max-height: 320px;
  overflow-y: auto;
  border-top: 1px solid rgba(24, 24, 24, 0.08);
  padding-top: 8px;
}
.modave-search-result {
  text-decoration: none;
  color: inherit;
}
.modave-search-result:hover {
  background: rgba(24, 24, 24, 0.04);
}
.modave-search-thumb {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  overflow: hidden;
  background: #f5f5f5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.modave-search-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Aktif filtre chip'leri */
.filter-active-chips {
  flex: 1;
}
.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(24, 24, 24, 0.12);
  background: #fff;
  font-size: 12px;
  line-height: 1.3;
  color: #181818;
  text-decoration: none;
}
.filter-category-tree .filter-category-child {
  padding-left: 18px;
}
.filter-category-tree .filter-category-grandchild {
  padding-left: 36px;
}
.filter-category-search-wrap .filter-category-search {
  border-radius: 8px;
  min-height: 42px;
  font-size: 14px;
}
.filter-category-tree {
  max-height: 280px;
  overflow-y: auto;
  padding-right: 4px;
}
.filter-category-tree [data-category-item][hidden] {
  display: none !important;
}

/* Kategori sayfası — alt kategori chip'leri (kompakt) */
.category-children-nav {
  gap: 8px !important;
}
.category-child-chip {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 5px 12px;
  border: 1px solid rgba(24, 24, 24, 0.14);
  border-radius: 999px;
  background: #fff;
  color: #181818;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}
.category-child-chip:hover {
  border-color: #181818;
  background: #181818;
  color: #fff;
}

/* Filtre offcanvas */
.detamak-filter-canvas {
  max-width: min(380px, 92vw);
  border-right: 1px solid rgba(24, 24, 24, 0.08);
}
.detamak-filter-canvas .canvas-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
}
.detamak-filter-canvas .canvas-header {
  padding: 18px 20px;
  background: #f7f7f8;
  border-bottom: 1px solid rgba(24, 24, 24, 0.06);
  gap: 10px;
}
.detamak-filter-canvas .canvas-header h5 {
  margin: 0;
  font-weight: 700;
}
.detamak-filter-canvas .canvas-header .icon-close-popup {
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}
.detamak-filter-active-pill {
  margin-left: auto;
  margin-right: 4px;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  background: #181818;
  color: #fff;
  white-space: nowrap;
}
.detamak-filter-canvas .canvas-body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 22px 20px 28px;
}
.detamak-filter-canvas .canvas-bottom {
  position: sticky;
  bottom: 0;
  padding: 16px 20px calc(16px + env(safe-area-inset-bottom, 0px));
  background: #fff;
  border-top: 1px solid rgba(24, 24, 24, 0.08);
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.04);
}
.detamak-filter-canvas .widget-facet .facet-title {
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b6b6b;
}
.detamak-filter-canvas .fieldset-item {
  margin-bottom: 10px;
}
.detamak-filter-canvas .box-price-item .form-control {
  border-radius: 8px;
  min-height: 42px;
}
.detamak-filter-form {
  height: 100%;
}
.tf-btn-filter {
  position: relative;
  gap: 8px;
}
.tf-btn-filter .filter-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: #cf040d;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
.tf-btn-filter.has-active {
  border-color: rgba(207, 4, 13, 0.35);
}
.detamak-filter-canvas .size-item {
  cursor: pointer;
}
.detamak-filter-canvas .size-item:has(input:checked),
.detamak-filter-canvas .size-item.active {
  border-color: #181818;
  background: #181818;
  color: #fff;
}
.filter-chip .icon {
  font-size: 10px;
}

/* Mobil checkout sticky CTA */
.checkout-sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  background: #fff;
  border-top: 1px solid rgba(24, 24, 24, 0.1);
  box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.08);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
}
.checkout-sticky-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 960px;
  margin: 0 auto;
}
.checkout-sticky-bar__total {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.checkout-sticky-bar__btn {
  flex: 0 0 auto;
  min-width: 150px;
  padding-left: 16px;
  padding-right: 16px;
}
body:has(.checkout-sticky-bar) {
  padding-bottom: 88px;
}
@media (min-width: 1200px) {
  body:has(.checkout-sticky-bar) {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  .whatsapp-fab {
    right: 16px;
    bottom: calc(148px + env(safe-area-inset-bottom, 0px));
    height: 50px;
  }
  .whatsapp-fab__icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }
  .whatsapp-fab svg {
    width: 24px;
    height: 24px;
  }
  .whatsapp-fab:hover .whatsapp-fab__label,
  .whatsapp-fab:focus-visible .whatsapp-fab__label {
    max-width: 180px;
    padding-left: 14px;
  }
  #scroll-top {
    bottom: calc(84px + env(safe-area-inset-bottom, 0px));
    right: 16px;
  }
}
