.product-card {
  background-color: white;
  width: 100%;
  max-width: 300px;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 9px;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid #e6e6e6;
}

.product-image {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.card-icons {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.card-icon {
  width: 35px;
  height: 35px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s;
}

.favorite-link {
  color: #e74c3c;
  /* Kırmızı */
}

.delete-link {
  color: #cd2a03;
}

.edit-link {
  color: #8e34ed;
}

.cart-link {
  color: #3498db;
  /* Mavi */
}

.card-icon a {
  text-decoration: none;
  font-size: 20px;
}

.card-icon:hover {
  transform: scale(1.1);
}

.favorite-link i,
.favorite-link a:hover i {
  color: #e74c3c !important;
}

.delete-link i,
.delete-link a:hover i {
  color: #cd2a03 !important;
}

.edit-link i,
.edit-link a:hover i {
  color: #8e34ed !important;
}

.cart-link i,
.cart-link a:hover i {
  color: #3498db !important;
}

.product-title {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #333;
  text-align: center;
  margin: 5px 0;
  /* Başlığı ortalar */
}

.product-title a {
  color: #3498db;
  /* Normal link rengi */
  text-decoration: none;
  /* Alt çizgi yok */
}

.product-title a:visited {
  color: #3498db;
  /* Ziyaret edildikten sonra da aynı renk kalacak */
}

.info-list {
  margin: 5px 0;
  border-top: 1px solid #ddd;
  padding-top: 8px;
  display: grid;
  grid-template-columns: repeat(2, 0fr);
  gap: 2px 6px;
  justify-content: space-around;
}

.info-item {
  font-size: 13px;
  color: #666;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.info-item i {
  margin-right: 2px;
  color: #3498db;
  width: 15px;
  text-align: center;
}

.info-item strong {
  margin-right: 4px;
  font-weight: 600;
}

.profile-img {
  width: 16px;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
  margin: 0 2px 2px 0;
}

.profile-name {
  font-size: 13px;
  color: #333;
  display: flex;
  align-items: center;
  font-weight: 500;
  margin: 0;
}

.pricing {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  padding-top: 5px;
}

.backlink-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.backlink-title {
  font-size: 13px;
  font-weight: bold;
  color: #333;
}

.backlink-pricing {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 2px 0;
}

.without-backlink-discounted-price {
  font-size: 13px;
  color: #e74c3c;
  font-weight: bold;
}

/* İndirimli fiyat */
.backlink-discounted-price {
  font-size: 13px;
  color: #2ecc71;
  font-weight: bold;
}

.backlink-normal-price {
  font-size: 13px;
  color: #3498db;
  font-weight: bold;
}

.price-container {
  position: relative;
  display: inline-block;
  overflow: visible;
  /* tooltip kırpılmasın */
}

/* -----------------------------
   PRICING RESET (Tema çakışma önleme)
-------------------------------- */
.pricing p,
.pricing span {
  margin: 0;
  padding: 0;
  line-height: normal;
  font-family: inherit;
  font-size: 12px;
}

/* -----------------------------
   BACKLINK PRICING GENEL
-------------------------------- */
.backlink-pricing {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* -----------------------------
   SATIŞA KAPALI DURUM
-------------------------------- */
.sale-not-available {
  font-size: 12px;
  font-weight: 600;
  color: #b2b2b2;
  background-color: #f5f5f5;
  padding: 3px 8px;
  border-radius: 6px;
  border: 1px dashed #d0d0d0;
  cursor: not-allowed;
  user-select: none;
}

/* -----------------------------
   BACKLINK SECTION DENGE
-------------------------------- */
.pricing .backlink-section {
  width: 48%;
  text-align: center;
}

/* -----------------------------
   BAŞLIK – FİYAT ARASI BOŞLUK
-------------------------------- */
.backlink-title {
  margin-bottom: 4px;
}

/* -----------------------------
   MOBİL GÖRSEL DENGE
-------------------------------- */
@media (max-width: 480px) {
  .pricing {
    gap: 6px;
  }

  .sale-not-available {
    font-size: 11px;
    padding: 3px 6px;
  }
}

.price-tooltip {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-size: 10px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 9999;
  /* öne çıkar */
}

/* Hover ve mobil tıklama */
.price-container:hover .price-tooltip,
.price-container.active .price-tooltip {
  opacity: 1;
  pointer-events: auto;
}

.rating {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.star {
  color: #f39c12;
  /* Sarı yıldız */
  font-size: 9px;
}

.rating-value {
  margin-left: 1px;
  font-size: 10px;
  color: #666;
}

.card-tags {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.product-tag {
  color: white;
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 1px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
  cursor: default;
  /* İmleci normal gösterir */
}

.product-tag.new {
  background-color: #ff7675;
  /* New rengi */
}

.product-tag.featured {
  background-color: #ffa502;
  /* Featured rengi */
}

.product-tag.discounted {
  background-color: #2ecc71;
  /* Featured rengi */
}

.product-tag.new:hover {
  background-color: #f16338;
  /* Yeni hover rengi */
}

.product-tag.featured:hover {
  background-color: #f7920d;
  /* Featured hover rengi */
}

.product-tag.discounted:hover {
  background-color: #27ae60;
  /* Yeni hover rengi */
}

.profile-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  border-top: 1px solid #ddd;
  padding-top: 5px;
  gap: 8px;
}

.profile-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.rating-box {
  display: flex;
  align-items: center;
  gap: 1px;
  font-size: 10px;
  white-space: nowrap;
}

.rating-stars {
  display: flex;
}

.rating-count {
  font-size: 10px;
  color: #999;
}

/* Başlıklar */
.page-article-1 h2 {
  font-size: 22px;
  margin: 20px 0 10px;
  /* Siyah renk eklendi */
  font-weight: bold;
  /* Kalın yazı */
}

/* Giriş Metni */
.page-article-1 p {
  font-size: 1em;
  /* Renk eklendi */
  margin: 10px 0;
}

/* Özel P Etiketleri için Stil Ayarları */
.page-article-1 p {
  font-size: 1em;
  /* Belirtilen boyut */
  font-weight: 400;
  /* Kalınlık */
  line-height: 1.5;
  /* Satır yüksekliği */
}

/* Strong Etiketi için Stil Ayarları */
.page-article-1 strong {
  font-weight: bold;
}

/* Liste Stilleri */
.page-article-1 ul {
  list-style-type: disc;
  padding-left: 20px;
}

/* Liste Elemanları */
.page-article-1 ul li {
  margin-bottom: 10px;
  font-size: 1em;
}

/* Mobil Düzenlemeler */
@media (max-width: 768px) {
  .hero-title {
    font-size: 1.5em;
    /* Küçük ekranlar için yazı boyutu */
  }

  .page-article-1 {
    padding: 10px;
    /* Küçük ekranlar için daha fazla boşluk */
  }
}

@media (min-width: 424px) and (max-width: 575px) {
  .product-item {
    display: inline !important;
  }
}

/* Link tam genişlik */
.product-item__thumb > a {
  display: block !important;
  width: 100% !important;
  text-decoration: none !important;
}

.metric-link {
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.metric-card {
  padding: 9px;
  border-radius: 18px;
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  display: flex;
}

/* ✅ GRID MOD (varsayılan) */
.metric-badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  width: 100%;
}

.badge-item {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  border-radius: 10px;
  padding: 6px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

.badge-item span {
  font-size: 10px;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.badge-item strong {
  font-size: 12px;
  font-weight: 500;
}

.product-item__content {
  padding: 10px !important;
}

/* Hover efektlerini kapattık */
.product-item:hover {
  box-shadow: none !important;
}

.product-item__thumb {
  overflow: unset !important;
  padding-top: 6px;
}

.product-item:hover .product-item__thumb::before {
  height: auto !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.product-item:hover .product-item__thumb img {
  transform: none !important;
}

.product-item {
  transition: none !important;
}

/* ==========================
   DARK THEME (Açık Buton)
========================== */

[data-theme="dark"] .product-item__wishlist {
  background: rgba(255, 255, 255, 0.88);
  color: #2f3542;
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

[data-theme="dark"] .product-item__wishlist:hover {
  background: rgba(255, 255, 255, 0.98);
  color: #111827;
  border-color: rgba(255, 255, 255, 0.55);
  transform: translateY(-2px) scale(1.05);
}

/* ==========================
   LIGHT THEME (Koyu Buton)
========================== */

[data-theme="light"] .product-item__wishlist {
  background: rgba(36, 41, 51, 0.92);
  color: #f8fafc;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

[data-theme="light"] .product-item__wishlist:hover {
  background: rgba(50, 56, 68, 0.96);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px) scale(1.05);
}

/* ==========================
   COMMON
========================== */

.product-item__wishlist {
  position: relative;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  z-index: 5;
}

.product-item__wishlist .wishlist-icon {
  width: 20px;
  height: 20px;
  transition: all 0.25s ease;
}

.product-item__wishlist:focus,
.product-item__wishlist:focus-visible {
  outline: none;
}

.product-item__wishlist:active {
  transform: scale(0.95);
}

.product-item__wishlist.active {
  background: #ff4d6d !important;
  border-color: #ff4d6d !important;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(255, 77, 109, 0.45);
}

/* ✅ LIST MODU (liste butonu flex ekliyorsa) */
.product-item.list-view .metric-badges {
  display: flex;
  flex-wrap: wrap;
}

.product-item.list-view .badge-item {
  flex: 1 0 25%;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

/* Ana Kaydırma Alanı */
.product-note {
  height: 22px;
  overflow: hidden;
  position: relative;
  cursor: default;
}

.product-note__wrapper {
  display: flex;
  flex-direction: column;
}

/* Genel Badge Yapısı */
.product-note__wrapper span.badge {
  box-sizing: border-box;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  border-radius: 11px;
  /* Tam yuvarlak pill görünümü */
  width: fit-content;
}

/* Badge İkon Boyutları */
.product-note__wrapper span.badge svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

/* -------------------------------------------------------------
   ÖZEL BADGE RENK VE TASARIMLARI (Light / Dark Mode Uyumlu)
------------------------------------------------------------- */

/* 1. News Registered (Görseldeki Yeşil Stil) */
.badge--news {
  background-color: #e6f4ea;
  color: #137333;
}

.badge--news svg {
  background-color: #34a853;
  color: #ffffff;
  border-radius: 50%;
  padding: 1px;
}

/* Dark Mode */
[data-theme="dark"] .badge--news,
.dark .badge--news {
  background-color: rgba(52, 168, 83, 0.15);
  color: #46d16d;
}

/* 2. Premium Member (Altın / Sarı Tonlarında) */
.badge--premium {
  background-color: #fef7e0;
  color: #b06000;
}

.badge--premium svg {
  color: #f59e0b;
}

/* Dark Mode */
[data-theme="dark"] .badge--premium,
.dark .badge--premium {
  background-color: rgba(245, 158, 11, 0.15);
  color: #fbbf24;
}

/* 3. Trusted Seller (Güven Veren Mavi/Lacivert) */
.badge--trusted {
  background-color: #e8f0fe;
  color: #1a73e8;
}

.badge--trusted svg {
  color: #1a73e8;
}

/* Dark Mode */
[data-theme="dark"] .badge--trusted,
.dark .badge--trusted {
  background-color: rgba(26, 115, 232, 0.15);
  color: #60a5fa;
}

/* 4. Last Updated (Mor / Mürdüm Tonu - Kart Metrikleriyle Uyumlu) */
.badge--updated {
  background-color: #f3e8ff;
  /* Açık lila */
  color: #6b21a8;
  /* Derin mor */
}

.badge--updated svg {
  color: #9333ea;
}

/* Dark Mode */
[data-theme="dark"] .badge--updated,
.dark .badge--updated {
  background-color: rgba(147, 51, 234, 0.18);
  color: #c084fc;
}

.product-item__author .link {
  display: inline-block;
  transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-item__author .link:hover {
  transform: scale(1.025);
}

/* Ana Kart Kapsayıcısı */
.metrics-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  padding: 6px;
  border-radius: 12px;
  width: 100%;
  box-sizing: border-box;
}

/* Hücre Yapısı */
.metric-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 3px 3px;
  border-radius: 16px;
  transition: all 0.2s ease;
  position: relative;
  cursor: default !important;
}

.metric-item[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;

  left: 50%;
  bottom: calc(100% + 10px);

  transform: translateX(-50%);

  padding: 7px 12px;
  border-radius: 8px;

  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;

  opacity: 0;
  visibility: hidden;

  z-index: 999999;
  pointer-events: none;

  transition: 0.2s ease;
}

.metric-item[data-tooltip]:hover::after {
  opacity: 1;
  visibility: visible;
}

.product-item {
  overflow: visible !important;
}

/* Tooltip Light görünüm */
[data-theme="dark"] .metric-item[data-tooltip]::after {
  background: #ffffff;
  color: #1f2937;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Tooltip Dark görünüm */
[data-theme="light"] .metric-item[data-tooltip]::after {
  background: #1a202c;
  color: #ffffff;
  border: 1px solid #2d3748;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

/* İkon Alanı */
.metric-icon {
  width: 30px;
  height: 30px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

/* Metin İçeriği */
.metric-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.metric-info .label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.metric-info .value {
  font-size: 12px;
  font-weight: 600;
}

/* ==================== LIGHT THEME ==================== */

[data-theme="dark"] .metrics-card {
  background-color: #ffffff;
  border: 1px solid #f0f2f5;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

[data-theme="dark"] .metric-item {
  background-color: #ffffff;
  border: 1px solid #f0f2f6;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

[data-theme="dark"] .label {
  color: #8c93a6;
}

[data-theme="dark"] .purple {
  color: #635bfc;
}

[data-theme="dark"] .metric-icon.purple {
  background-color: #f2f0ff;
  color: #635bfc;
}

[data-theme="dark"] .blue {
  color: #2176ff;
}

[data-theme="dark"] .metric-icon.blue {
  background-color: #ebf3ff;
  color: #2176ff;
}

/* ==================== DARK THEME ==================== */

[data-theme="light"] .metrics-card {
  background-color: #0f141d;
  border: 1px solid #1a202c;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

[data-theme="light"] .metric-item {
  background-color: #151a24;
  border: 1px solid #1e2533;
}

[data-theme="light"] .label {
  color: #6c788e;
}

[data-theme="light"] .purple {
  color: #8e85ff;
}

[data-theme="light"] .metric-icon.purple {
  background-color: #1f1d38;
  color: #8e85ff;
}

[data-theme="light"] .blue {
  color: #3b82f6;
}

[data-theme="light"] .metric-icon.blue {
  background-color: #17243b;
  color: #3b82f6;
}

/* Fiyat Alanı */
.product-item__pricing {
  display: inline-flex;
  flex-direction: column;
}

.product-item__priceWrapper {
  position: relative;
  display: inline-flex;
  width: fit-content;
}

.product-item__price {
  margin: 0;
  cursor: default;
  transition: color 0.2s ease;
}

/* İndirim varsa fiyat yeşil */
.product-item__price--discount {
  color: #198754;
}

[data-theme="dark"] .product-item__price--discount {
  color: #58d68d;
}

/* Tooltip */

.product-item__priceTooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  min-width: 190px;

  padding: 10px 12px;
  border-radius: 10px;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: all 0.18s ease;
  z-index: 50;
}

/* Hover */
.product-item__priceWrapper:hover .product-item__priceTooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-2px);
}

/* Ok */

.product-item__priceTooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
}

/* Satırlar */

.tooltip-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  font-size: 13px;
}

.tooltip-row:not(:last-child) {
  margin-bottom: 8px;
}

.tooltip-row strong {
  font-weight: 600;
}

/* Light */

[data-theme="dark"] .product-item__priceTooltip {
  background: #fff;
  color: #333;
  border: 1px solid #e7e7e7;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

[data-theme="dark"] .product-item__priceTooltip::after {
  background: #fff;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

/* Dark */

[data-theme="light"] .product-item__priceTooltip {
  background: #25272c;
  color: #f2f2f2;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

[data-theme="light"] .product-item__priceTooltip::after {
  background: #25272c;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 767px) {
  .product-item__priceTooltip {
    display: none;
  }

  .product-item__price--discount {
    cursor: pointer;
  }

  .product-item__popover {
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: min(320px, 90vw);
    padding: 18px;
    padding-top: 52px;
    border: none;
    border-radius: 14px;
    z-index: 9999;
  }

  .product-item__popover::backdrop {
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(2px);
  }

  .popover-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    background: none;
    font-size: 18px;
    cursor: pointer;
    color: inherit;
  }

  [data-theme="light"] .product-item__popover {
    background: #25272c;
    color: #f2f2f2;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  }

  [data-theme="dark"] .product-item__popover {
    background: #fff;
    color: #333;
    border: 1px solid #e7e7e7;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  }

  .popover-close {
    position: absolute;
    top: 12px;
    right: 12px;

    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s;

    border: none;
  }

  [data-theme="light"] .popover-close {
    background: #3b3d44;
    color: #fff;
  }

  [data-theme="light"] .popover-close:hover {
    background: #4b4e56;
  }

  [data-theme="dark"] .popover-close {
    background: #f2f2f2;
    color: #444;
  }

  [data-theme="dark"] .popover-close:hover {
    background: #e4e4e4;
  }

  .popover-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
  }

  .popover-title {
    font-size: 16px;
    font-weight: 700;
    color: #1fa855;
  }

  [data-theme="dark"] .popover-title {
    color: #34d27b;
  }

  .product-item__popover {
    padding: 18px;
    padding-top: 20px;
  }

  .popover-close {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s;
  }

  [data-theme="light"] .popover-close {
    background: #3d4047;
    color: #fff;
  }

  [data-theme="light"] .popover-close:hover {
    background: #4d5057;
  }

  [data-theme="dark"] .popover-close {
    background: #efefef;
    color: #444;
  }

  [data-theme="dark"] .popover-close:hover {
    background: #dddddd;
  }
}

body.popover-open {
  overflow: hidden;
}

body.popover-open > *:not(:popover-open) {
  pointer-events: none;
}

.product-item__popover,
.product-item__popover * {
  pointer-events: auto;
}

  @media (min-width: 768px) {
        .brand {
            margin-bottom: -10px;
            margin-top: -10px;
        }

        .slick-track {
            min-height: 65px;
        }
    }

    @media (min-width: 1200px) {
        .brand {
            margin-bottom: -90px;
            margin-top: -15px;
        }

        .brand .container {
            max-height: 90px;
        }

        .slick-track {
            min-height: 85px;
        }
    }

    @media (min-width: 1400px) {
        .brand .container {
            max-width: 1200px;
            max-height: 100px;
        }
    }

    @media screen and (max-width: 767px) {
        .brand {
            margin: 0px;
        }
    }

    @media (min-width: 2560px) {
        .brand {
            margin-top: 10px;
            margin-bottom: -105px;
        }

        .brand .container {
            max-width: 1500px;
        }
    }

    .footer-link:hover {
        text-decoration: none;
    }