.elementor-8 .elementor-element.elementor-element-a79eb46{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-9584592 *//* =============== KATEGORİ SEKMELERİ =============== */
.oxynord-categories {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 30px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 2px solid #e5e5e5;
  scrollbar-width: thin;
  justify-content: center;
}

/* Tap highlight ve click background tamamen kapatıldı */
.oxynord-category {
  background: none !important;
  border: none;
  color: #053236;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px 0;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;

  /* Dokunmatik cihazlardaki pembe/mor click efekti tamamen kapatıldı */
  -webkit-tap-highlight-color: transparent !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;

  outline: none !important;
}

.oxynord-category:hover {
  color: #116f80;
}

.oxynord-category.active {
  color: #116f80;
}

/* Aktif alt çizgi */
.oxynord-category.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  background: #116f80;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Tıklama / focus sırasında arka plan görünmesini engelle */
.oxynord-category:focus,
.oxynord-category:active {
  background: none !important;
  outline: none !important;
}

/* Mobil yazı küçültme */
@media (max-width: 768px) {
  .oxynord-category {
    font-size: 0.9rem;
  }
}

/* =============== ÜRÜN LİSTESİ =============== */
.oxynord-products {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Grid yapısı */
.oxynord-product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px !important;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  justify-items: center;
  align-items: start;
  box-sizing: border-box;
}

/* Ürün kartı */
.oxynord-product {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 3px 15px rgba(0,0,0,0.08);
  transition: all .3s ease;
  width: 100%;
  max-width: 320px;
  position: relative;
}

/* Turkuaz Glow */
.oxynord-product::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  box-shadow: 0 0 0 rgba(17,111,128,0);
  transition: box-shadow 0.4s ease;
  pointer-events: none;
}

.oxynord-product:hover::after {
  box-shadow: 0 0 25px rgba(17,111,128,0.55);
}

.oxynord-product:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 22px rgba(0,0,0,0.12);
}

/* Ürün görseli */
.oxynord-product img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  background: #f7f7f7;
}

/* Ürün adı */
.oxynord-product h3 {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: #053236;
  margin: 12px 0 18px;
  width: 100%;
  line-height: 1.3;
  transition: color .3s ease;
}

.oxynord-product:hover h3 {
  color: #116f80;
}

/* =============== RESPONSIVE =============== */
@media (max-width: 1200px) {
  .oxynord-product-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 992px) {
  .oxynord-product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 576px) {
  .oxynord-product-grid {
    grid-template-columns: 1fr !important;
  }
  .oxynord-product h3 {
    font-size: 0.9rem;
    margin: 10px 0 14px;
  }
}/* End custom CSS */