/* Product Promo & Minimal Layout CSS */

:root {
  --primary-red: #e52628;
  --soft-gray: #f8f9fa;
  --border-color: #eee;
  --text-dark: #333;
  --text-muted: #777;
}

.home-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.home-hero-slider {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.home-hero-slider.slick-dotted {
  margin-bottom: 0;
}

.home-hero-slide {
  padding: 0;
}

.home-hero-slide__link {
  width: 100%;
  height: clamp(280px, 31.25vw, 600px);
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  overflow: hidden;
  background: #f1f5f9;
  text-decoration: none;
}

.home-hero-slide__link img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.home-hero .slick-arrow {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.72);
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-hero .slick-prev {
  left: 28px;
}

.home-hero .slick-next {
  right: 28px;
}

.home-hero .slick-arrow:hover {
  background: rgba(229, 38, 40, 0.9);
}

.home-hero .slick-dots {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 18px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 2;
}

.home-hero .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.home-hero .slick-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.35);
  font-size: 0;
}

.home-hero .slick-dots .slick-active button {
  width: 24px;
  border-radius: 999px;
  background: #e52628;
}

body {
  padding-bottom: calc(76px + env(safe-area-inset-bottom));
}

.ada-fixed-actions {
  position: fixed;
  left: 50%;
  bottom: calc(14px + env(safe-area-inset-bottom));
  /* Bootstrap modal (1055) / backdrop (1050) altında; sayfa içeriğinin üstünde */
  z-index: 1030;
  width: min(720px, calc(100% - 32px));
  transform: translateX(-50%);
  pointer-events: none;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}

/*
 * Popup / modal açıkken WhatsApp–Telefon barını tamamen gizle.
 * body.modal-open: Bootstrap; :has(.modal.show / .b_bolge-overlay.show): özel overlay'ler
 */
body.modal-open .ada-fixed-actions,
body.modal-open .ada-cookie-popup,
body:has(.modal.show) .ada-fixed-actions,
body:has(.modal.show) .ada-cookie-popup,
body:has(.b_bolge-overlay.show) .ada-fixed-actions,
body:has(.b_bolge-overlay.show) .ada-cookie-popup,
body:has(.offcanvas.show) .ada-fixed-actions,
body:has(.offcanvas.show) .ada-cookie-popup,
body:has(.side-overlay.show) .ada-fixed-actions,
body:has(.side-overlay.show) .ada-cookie-popup,
body:has(.overlay.show-overlay) .ada-fixed-actions,
body:has(.overlay.show-overlay) .ada-cookie-popup {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.ada-fixed-actions__inner {
  display: grid;
  grid-template-columns: 0.9fr 0.9fr 1.25fr;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  pointer-events: auto;
}

.ada-fixed-actions__inner--compact {
  width: min(420px, 100%);
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
}

.ada-fixed-actions__btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 10px;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 1.1;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.13);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.ada-fixed-actions__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.2);
  filter: saturate(1.06);
}

.ada-fixed-actions__icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-size: 15px;
}

.ada-fixed-actions__text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ada-fixed-actions__text strong,
.ada-fixed-actions__text small {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ada-fixed-actions__text strong {
  font-size: 12px;
  font-weight: 800;
}

.ada-fixed-actions__text small {
  font-size: 10px;
  font-weight: 600;
  opacity: 0.9;
}

.ada-fixed-actions__btn--whatsapp {
  background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
}

.ada-fixed-actions__btn--phone {
  background: linear-gradient(135deg, #0f172a 0%, #334155 100%);
}

.ada-fixed-actions__btn--order {
  background: linear-gradient(135deg, #c1121f 0%, #e52628 48%, #ff6b35 100%);
}

.ada-cookie-popup {
  position: fixed;
  right: 18px;
  bottom: calc(92px + env(safe-area-inset-bottom));
  z-index: 1031;
  width: min(420px, calc(100% - 36px));
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.ada-cookie-popup.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ada-cookie-popup__content {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.ada-cookie-popup__icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(229, 38, 40, 0.1);
  color: #e52628;
  font-size: 15px;
}

.ada-cookie-popup__body {
  min-width: 0;
  flex: 1;
}

.ada-cookie-popup__body strong {
  display: block;
  margin-bottom: 4px;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
}

.ada-cookie-popup__body p {
  margin: 0;
  color: #475569;
  font-size: 11px;
  line-height: 1.45;
}

.ada-cookie-popup__body a {
  color: #e52628;
  font-weight: 700;
  text-decoration: none;
}

.ada-cookie-popup__body a:hover {
  text-decoration: underline;
}

.ada-cookie-popup__accept {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 8px 13px;
  border: 0;
  border-radius: 9px;
  background: #0f172a;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.ada-cookie-popup__accept:hover {
  background: #1e293b;
}

@media (max-width: 767px) {
  .home-hero {
    padding: 0;
  }

  .home-hero-slide {
    padding: 0;
  }

  .home-hero-slide__link {
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 9;
    background: #f8fafc;
  }

  .home-hero-slide__link img {
    object-fit: cover;
  }

  .home-hero .slick-dots {
    bottom: 10px;
    gap: 5px;
  }

  .home-hero .slick-dots button {
    width: 7px;
    height: 7px;
  }

  .home-hero .slick-dots .slick-active button {
    width: 18px;
  }

  body {
    padding-bottom: calc(62px + env(safe-area-inset-bottom));
  }

  .ada-fixed-actions {
    width: 100%;
    left: 0;
    bottom: 0;
    transform: none;
  }

  .ada-fixed-actions__inner {
    grid-template-columns: 0.8fr 0.8fr 1.25fr;
    gap: 5px;
    padding: 6px 6px calc(6px + env(safe-area-inset-bottom));
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 14px 14px 0 0;
  }

  .ada-fixed-actions__inner--compact {
    width: min(280px, calc(100% - 12px));
    grid-template-columns: 1fr 1fr;
  }

  .ada-fixed-actions__btn {
    min-height: 46px;
    gap: 5px;
    padding: 7px 6px;
    border-radius: 9px;
  }

  .ada-fixed-actions__icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    font-size: 14px;
  }

  .ada-fixed-actions__text strong {
    font-size: 10px;
  }

  .ada-fixed-actions__text small {
    display: none;
  }

  .ada-cookie-popup {
    right: 8px;
    bottom: calc(68px + env(safe-area-inset-bottom));
    width: calc(100% - 16px);
  }

  .ada-cookie-popup__content {
    gap: 9px;
    padding: 10px;
    border-radius: 12px;
  }

  .ada-cookie-popup__icon {
    display: none;
  }

  .ada-cookie-popup__body strong {
    font-size: 12px;
  }

  .ada-cookie-popup__body p {
    font-size: 10px;
  }

  .ada-cookie-popup__accept {
    min-height: 32px;
    padding: 7px 10px;
    font-size: 11px;
  }
}

@media (max-width: 420px) {
  .ada-fixed-actions__inner:not(.ada-fixed-actions__inner--compact) {
    grid-template-columns: 46px 46px 1fr;
  }

  .ada-fixed-actions__inner--compact {
    width: 104px;
    grid-template-columns: 1fr 1fr;
  }

  .ada-fixed-actions__inner:not(.ada-fixed-actions__inner--compact) .ada-fixed-actions__btn--whatsapp,
  .ada-fixed-actions__inner:not(.ada-fixed-actions__inner--compact) .ada-fixed-actions__btn--phone {
    padding-right: 5px;
    padding-left: 5px;
  }

  .ada-fixed-actions__inner:not(.ada-fixed-actions__inner--compact) .ada-fixed-actions__btn--whatsapp .ada-fixed-actions__text,
  .ada-fixed-actions__inner:not(.ada-fixed-actions__inner--compact) .ada-fixed-actions__btn--phone .ada-fixed-actions__text,
  .ada-fixed-actions__inner--compact .ada-fixed-actions__text {
    display: none;
  }

  .ada-fixed-actions__btn--order .ada-fixed-actions__text strong {
    font-size: 11px;
  }
}

body.kategori-page {
  background-color: #fff;
}

/* Minimal Breadcrumb */
.cs-breadcrumb {
  padding: 20px 0;
  background: #fff;
  border-bottom: 1px solid var(--border-color);
}

.cs-breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: var(--text-muted);
}

.cs-breadcrumb-item a {
  color: var(--text-muted);
  text-decoration: none;
}

.cs-breadcrumb-item a:hover {
  color: var(--primary-red);
}

.cs-breadcrumb-separator {
  font-size: 10px;
}

/* Layout Wrapper */
.kategori-container {
  padding: 40px 0;
}

/* Sidebar Styling */
.cs-sidebar {
  position: sticky;
  top: 100px;
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
}

.cs-sidebar-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--soft-gray);
  color: var(--text-dark);
}

.cs-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cs-category-item {
  margin-bottom: 8px;
}

.cs-category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--text-dark);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease;
}

.cs-category-link:hover {
  background-color: var(--soft-gray);
  color: var(--primary-red);
}

.cs-category-link.active {
  background-color: rgba(229, 38, 40, 0.12) !important;
  color: var(--primary-red) !important;
  font-weight: 700;
  border: 1px solid rgba(229, 38, 40, 0.22);
  box-shadow: inset 3px 0 0 var(--primary-red);
}

.cs-category-link.active i {
  color: var(--primary-red) !important;
}

/* Subcategory Styles */
.cs-subcategory-list {
  list-style: none;
  padding-left: 15px;
  margin-top: 5px;
  border-left: 1px dashed var(--border-color);
}

.cs-subcategory-link {
  display: block;
  padding: 6px 12px;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 13px;
  transition: all 0.2s ease;
  border-radius: 6px;
}

/* Üye Ol CTA kartı (ürün detay sayfası) */
.cs-signup-card {
  display: block;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 24px;
  padding: 18px 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #4b0000 0%, #e52628 50%, #ff2d2f 100%);
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.cs-signup-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.45);
}

.cs-signup-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cs-signup-icon {
  flex: 0 0 auto;
  width: 92px;
  height: 92px;
  border-radius: 24px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-signup-icon i {
  font-size: 52px;
}

.cs-signup-text {
  flex: 0 0 auto;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 16px;
}

@media (max-width: 576px) {
  .cs-signup-card {
    padding: 16px 18px;
    border-radius: 16px;
  }

  .cs-signup-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
  }

  .cs-signup-icon i {
    font-size: 46px;
  }
}

.cs-subcategory-link:hover {
  color: var(--primary-red);
  background: var(--soft-gray);
}

.cs-subcategory-link.active {
  color: var(--primary-red) !important;
  font-weight: 700;
  background: rgba(229, 38, 40, 0.12) !important;
  border-left: 3px solid var(--primary-red);
}

/* Product Grid */
.cs-product-card {
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.cs-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-red);
}

.cs-product-img-wrapper {
  position: relative;
  padding-top: 100%;
  background: #fdfdfd;
  overflow: hidden;
}

.cs-product-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 15px;
  transition: transform 0.5s ease;
}

/* Product Promo Bar Styles */
.cs-product-promo-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  font-weight: 700;
  font-size: 11px;
  z-index: 5;
  overflow: hidden;
}

.promo-bar-left {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
}

.promo-bar-left span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.promo-bar-right {
  background: #fff;
  color: #000;
  padding: 2px 4px;
  border-radius: 4px;
  font-family: monospace;
  font-size: 11px;
  font-weight: bold;
  display: flex;
  align-items: center;
  letter-spacing: 0px;
  white-space: nowrap;
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .cs-product-promo-bar {
    padding: 0 4px;
    font-size: 9px;
    height: 24px;
  }

  .promo-bar-left {
    gap: 2px;
  }

  .promo-bar-right {
    font-size: 9px;
    padding: 2px 3px;
  }
}

.promo-bar-left i {
  color: #ffd700;
}

/* Animated text container for standard products */
.promo-slider-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.promo-slide-item {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s ease-in-out;
}

.promo-slide-item.active {
  opacity: 1;
  transform: translateY(0);
}

.promo-slide-item.exit {
  opacity: 0;
  transform: translateY(-100%);
}

.cs-product-card:hover .cs-product-img {
  transform: scale(1.05);
}

.cs-product-info {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.cs-product-category-path {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(229, 38, 40, 0.06);
  color: var(--primary-red);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.cs-product-category-path-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 10px;
}

.cs-product-category-path-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.cs-product-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 40px;
}

.cs-product-price {
  font-size: 18px;
  font-weight: 800;
  color: var(--primary-red);
  margin-bottom: 15px;
}

.cs-btn-examine {
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 2px solid var(--primary-red);
  color: var(--primary-red);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.cs-btn-examine:hover {
  background: var(--primary-red);
  color: #fff;
}

@media (max-width: 575px) {
  .cs-product-category-path {
    margin-bottom: 8px;
    padding: 5px 8px;
    font-size: 10px;
  }
}

/* Group Headings */
.cs-section-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--text-dark);
  margin: 40px 0 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.cs-section-title::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: var(--border-color);
}

/* Alerts and Warnings */
.cs-alert-card {
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 15px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.cs-alert-icon {
  font-size: 50px;
  color: var(--primary-red);
  margin-bottom: 20px;
}

.cs-alert-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 15px;
}

.cs-alert-desc {
  color: var(--text-muted);
  margin-bottom: 30px;
  font-size: 16px;
}

/* Fixed Top Bar Info */
.cs-top-info {
  background: rgba(229, 38, 40, 0.03);
  padding: 15px 25px;
  border-radius: 12px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(229, 38, 40, 0.1);
}

.cs-top-info-text {
  font-size: 14px;
  color: var(--text-dark);
}

.cs-top-info-text b {
  color: var(--primary-red);
}

/* Modern Sidebar Utilities */
.border-gray-five {
  border-color: #f1f1f1 !important;
}

.bg-main {
  background-color: var(--main-color, #e52628) !important;
}

.text-main {
  color: var(--main-color, #e52628) !important;
}

.bg-main-subtle {
  background-color: rgba(229, 38, 40, 0.1) !important;
}

.hover-text-main:hover {
  color: var(--main-color, #e52628) !important;
  padding-left: 5px;
}

.transition-1 {
  transition: all 0.3s ease;
}

.font-10 {
  font-size: 10px;
}
.font-11 {
  font-size: 11px;
}
.font-12 {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-24 {
  font-size: 24px;
}

.z-index-1 {
  z-index: 1;
}

/* Icon Pulse Animation for Fallback Campaign */
.icon-pulse {
  animation: pulseIcon 2s infinite;
}

@keyframes pulseIcon {
  0% {
    box-shadow: 0 0 0 0 rgba(229, 38, 40, 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(229, 38, 40, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(229, 38, 40, 0);
  }
}

/* Temu Mid Header Style */
.temu-mid-header {
  background-color: #1a1a1a; /* Site Dark Theme */
  padding: 5px 0;
  color: #fff;
  border-bottom: 2px solid var(--primary-red, #e52628);
}
.temu-logo-btn {
  background: transparent; /* No Background necessary for matching site logo */
  padding: 5px;
  border-radius: 12px;
  width: auto;
  min-height: 60px;
}
.temu-link {
  white-space: nowrap;
  transition: 0.2s ease;
  opacity: 0.85;
}
.temu-link:hover {
  opacity: 1;
  color: #fff !important;
}
.temu-badge {
  background-color: rgba(255, 255, 255, 0.1);
  white-space: nowrap;
  transition: 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.temu-badge:hover {
  background-color: var(--primary-red, #e52628);
  color: #fff !important;
}
.temu-search-input {
  height: 42px;
  border: 2px solid transparent;
  box-shadow: none;
  font-size: 15px;
  background: #fff;
  width: 100%;
  font-weight: 500;
}
.temu-search-input:focus {
  border-color: var(--primary-red, #e52628);
  box-shadow: 0 0 0 3px rgba(229, 38, 40, 0.1);
}
.temu-search-btn {
  right: 5px;
  top: 5px;
  height: 33px;
  width: 33px;
  background-color: #1a1a1a;
  border: none;
  z-index: 10;
  cursor: pointer;
  transition: 0.2s;
}
.temu-search-btn:hover {
  background-color: var(--primary-red, #e52628);
}
.temu-cart-badge {
  position: absolute;
  background-color: var(--primary-red, #e52628);
  color: #fff;
  top: -6px;
  right: -10px;
  font-size: 11px;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  box-shadow: 0 0 0 2px #1a1a1a;
}

.text-main {
  color: var(--primary-color, #c01927) !important;
}

.bg-main {
  background: var(--primary-color, #c01927) !important;
  color: #fff;
}

.btn-main {
  background: var(--gradient-start, #c01927);
  color: #fff !important;
  border: none;
  border-radius: 15px;
  padding: 10px 24px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.btn-main:hover {
  background: var(--gradient-end, #a10510);
  color: #fff !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.btn-outline-main {
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff !important;
  border-radius: 15px;
  padding: 10px 24px;
}

.btn-outline-main:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff !important;
}

.catalog-hero {
  background: linear-gradient(
    130deg,
    rgba(207, 7, 16, 0.95),
    rgba(8, 13, 45, 0.95)
  );
  overflow: hidden;
  color: #fff;
  border-radius: 0 0 40px 40px;
  position: relative;
}

.catalog-hero .hero-shape {
  position: absolute;
  right: -80px;
  top: -40px;
  width: 260px;
  height: 260px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.hero-stats {
  background: #fff;
  border-radius: 24px;
}

.hero-stats .stat-chip {
  background: #f5f7f9;
  border-radius: 15px;
  padding: 12px;
}

.hero-stats .stat-chip .label {
  display: block;
  font-size: 12px;
  color: #999;
}

.hero-stats .stat-chip strong {
  display: block;
  color: #080d2d;
}

.pagination-compact {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-top: 32px;
}

.pagination-compact .page-btn,
.pagination-compact .page-number {
  min-width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #777;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.2s ease;
}

.pagination-compact .page-btn:hover,
.pagination-compact .page-number:hover {
  border-color: #c01927;
  color: #c01927;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.pagination-compact .page-number.active {
  background: #c01927;
  border-color: #c01927;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.pagination-compact .page-btn.disabled,
.pagination-compact .page-number.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.pagination-compact .ellipsis {
  padding: 0 6px;
  color: #999;
  font-weight: 600;
}

.campaign-hero {
  background: linear-gradient(
    120deg,
    rgba(5, 11, 33, 0.95),
    rgba(192, 25, 39, 0.95)
  );
  color: #fff;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
  position: relative;
}

.campaign-hero .hero-shape {
  position: absolute;
  bottom: -80px;
  right: -60px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.campaign-card {
  border: none;
  border-radius: 24px;
  box-shadow: 0 25px 80px rgba(6, 22, 45, 0.07);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.campaign-card .campaign-body {
  padding: 24px;
  flex: 1;
}

.campaign-card .campaign-tags span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 600;
  background: #f5f7f9;
  color: #4a5568;
  font-size: 13px;
}

.campaign-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.campaign-meta .meta-item {
  background: #fdf3f3;
  border-radius: 16px;
  padding: 14px 16px;
}

.campaign-meta .meta-item .label {
  display: block;
  font-size: 12px;
  color: #a05a5a;
  margin-bottom: 6px;
}

.campaign-meta .meta-item strong {
  font-size: 16px;
  color: #c01927;
}

.campaign-conditions {
  border-top: 1px solid #f0f0f0;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 14px;
  color: #4a4a4a;
}

.campaign-conditions ul {
  padding-left: 18px;
  margin-bottom: 0;
}

.campaign-badge {
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 600;
}

.campaign-banner {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .campaign-hero {
    border-radius: 0 0 24px 24px;
  }
  .campaign-card .campaign-body {
    padding: 20px;
  }
}

/* Premium Select2 Custom Theme - Redesigned */
.select2-container--default .select2-selection--single {
  height: 52px !important;
  background-color: #fcfcfc !important;
  border: 1.5px solid #e0e0e0 !important;
  border-radius: 12px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  display: flex !important;
  align-items: center !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02) !important;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
  background-color: #fff !important;
  border-color: #e52628 !important;
  box-shadow: 0 0 0 3px rgba(229, 38, 40, 0.1) !important;
  transform: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 18px !important;
  color: #1a1a1a !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999 !important;
  font-weight: 500 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100% !important;
  top: 0 !important;
  right: 12px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #999 transparent transparent transparent !important;
  border-width: 6px 5px 0 5px !important;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #e52628 transparent !important;
  border-width: 0 5px 6px 5px !important;
}

.select2-dropdown {
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(10px) !important;
  border: 1.5px solid #e52628 !important;
  border-radius: 16px !important;
  box-shadow: 0 15px 35px rgba(229, 38, 40, 0.15) !important;
  overflow: hidden !important;
  z-index: 10000 !important;
  margin-top: 0 !important;
  box-sizing: border-box !important;
}

.select2-dropdown.select2-dropdown--below {
  margin-top: 0 !important;
}

.select2-dropdown.select2-dropdown--above {
  margin-bottom: 0 !important;
}

.select2-results__options {
  max-height: 350px !important;
}

.select2-results__option {
  padding: 10px 15px !important;
  border-bottom: 1px solid #f5f5f5 !important;
  transition: all 0.15s ease !important;
}

.select2-results__option:last-child {
  border-bottom: none !important;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #f2f4f7 !important;
  color: #1a1a1a !important;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected]
  .select2-result-repository__title,
.select2-container--default
  .select2-results__option--highlighted[aria-selected]
  .select2-result-repository__status {
  color: inherit !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: #fdf3f3 !important;
  color: #e52628 !important;
  font-weight: 700 !important;
  border-left: 4px solid #e52628 !important;
}

/* Service items subtle indicator */
.select2-results__option:has(.in-service) {
  border-left: 4px solid #28a745 !important;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #bbb !important;
  background: #fafafa !important;
  cursor: not-allowed !important;
}

.select2-search--dropdown {
  padding: 10px !important;
}

.select2-search--dropdown .select2-search__field {
  border: 1.5px solid #eee !important;
  border-radius: 10px !important;
  padding: 8px 12px !important;
  background-color: #f8f8f8 !important;
  outline: none !important;
  transition: border-color 0.2s ease !important;
}

.select2-search--dropdown .select2-search__field:focus {
  border-color: #e52628 !important;
  background-color: #fff !important;
}

/* Custom Result Template Styles */
.select2-result-repository {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 0;
}
.select2-result-repository__title {
  font-weight: 600;
  color: #333;
  font-size: 14px;
}
.select2-result-repository__status {
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.select2-result-repository__status i {
  font-size: 12px;
}
.select2-result-repository__status.in-service {
  background-color: rgba(40, 167, 69, 0.1);
  color: #28a745;
}
.select2-result-repository__status.out-of-service {
  background-color: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}
.select2-results__option[aria-disabled="true"]
  .select2-result-repository__title {
  text-decoration: line-through;
  color: #999;
}
.select2.select2-container .selection {
  display: block !important;
}

/* Kolay Ödeme Menüsü - Özel Vurgulu Tasarım */
.nav-menu__item .nav-menu__link.kolay-odeme-menu {
  padding: 38px 0 !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  display: inline-flex;
  align-items: center;%24 rampa
  justify-content: center;
}

.nav-menu__item .nav-menu__link.kolay-odeme-menu .ko-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #e52628 0%, #c41e20 100%);
  color: #fff !important;
  border-radius: 50px;
  padding: 8px 18px;
  font-weight: 600;
  font-size: 0.875rem;
  box-shadow: 0 4px 14px rgba(229, 38, 40, 0.35);
  border: 2px solid transparent;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}

.nav-menu__item .nav-menu__link.kolay-odeme-menu .ko-btn::before {
  content: "\f09d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.8rem;
}

.nav-menu__item:hover .nav-menu__link.kolay-odeme-menu .ko-btn {
  background: linear-gradient(135deg, #ff2d2f 0%, #e52628 100%);
  box-shadow: 0 8px 25px rgba(229, 38, 40, 0.45);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}

/* Mobil Menüde Kolay Ödeme */
.nav-menu--mobile .nav-menu__item .nav-menu__link.kolay-odeme-menu {
  padding: 12px 0 !important;
  padding-right: 16px !important;
  display: inline-flex;
}

.nav-menu--mobile .nav-menu__item .nav-menu__link.kolay-odeme-menu .ko-btn {
  width: 100%;
  justify-content: center;
  border-radius: 12px;
  padding: 10px 16px;
  font-size: 1rem;
}
