.elementor-67 .elementor-element.elementor-element-afc6276{--display:flex;--flex-wrap:nowrap;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-67 .elementor-element.elementor-element-8cdcb60{--display:flex;}.elementor-67 .elementor-element.elementor-element-42f4646{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS for wd_products_tabs, class: .elementor-element-cfb0789 *//* 🔹 Nils Tab Menüsü – Scroll destekli mor tema */
ul.wd-nav.wd-nav-tabs.products-tabs-title {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid #ddd4e0; /* açık lila tonunda kenarlık */
  border-radius: 40px;
  padding: 4px;
  margin: 0 auto 30px;
  list-style: none;
  overflow: hidden;
}

/* 🔸 Sekme yapısı */
ul.wd-nav.wd-nav-tabs.products-tabs-title li {
  margin: 0;
}

ul.wd-nav.wd-nav-tabs.products-tabs-title li a {
  display: inline-block;
  padding: 10px 26px;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #3d2c3f; /* koyu mor tonunda yazı */
  background: transparent;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}

/* 🟣 Aktif Sekme Stili */
ul.wd-nav.wd-nav-tabs.products-tabs-title li.active a,
ul.wd-nav.wd-nav-tabs.products-tabs-title li.wd-active a {
  background: #8A478D; /* Nils moru */
  color: #fff;
}

/* ✳️ Hover efektleri */
ul.wd-nav.wd-nav-tabs.products-tabs-title li a:hover {
  background: rgba(138, 71, 141, 0.1); /* Morun soft versiyonu */
  color: #8A478D;
}/* End custom CSS */