/* Havuzmalzemem — ek marka stilleri */
.hm-header-phone {
  color: #fff;
  font-size: 0.95rem;
  margin-right: 1rem;
}

.hm-header-phone a {
  color: #b8e4f5;
  text-decoration: none;
}

.hm-header-phone a:hover {
  color: #fff;
}

#_desktop_logo {
  max-width: none;
  width: auto;
}

#_desktop_logo,
#_desktop_logo a,
#_mobile_logo,
#_mobile_logo a,
.mobile_logo,
.hm-mobile-menu-logo-link {
  background: transparent !important;
}

#_desktop_logo .logo,
.mobile_logo .logo,
.hm-mobile-menu-logo {
  background: transparent !important;
  width: auto;
  height: auto;
  max-width: 100%;
}

@media (max-width: 991px) {
  .mobile_logo {
    background: linear-gradient(180deg, #0a1628 0%, #0d3b66 55%, #145a8a 100%);
    display: block;
    text-align: center;
  }
}

/* Logo + arama + sepet şeridi */
#header .header-top {
  --hm-header-logo-max-h: clamp(52px, 6vw, 76px);
  --hm-header-search-h: calc(var(--hm-header-logo-max-h) * 0.68);
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

@media (min-width: 992px) {
  #header .header-top {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  #header .header-top > .container:first-of-type > .row {
    align-items: center;
    display: grid;
    /* Yatay boşluk kalsın; dikey gap aşağı doğru boşluk üretmesin */
    column-gap: 16px;
    row-gap: 0;
    /* Büyük ekran: logo 5 / arama 4 / sepet 3 */
    grid-template-columns: 5fr 4fr 3fr;
    margin-bottom: 0 !important;
    overflow: visible;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  /* Bootstrap .row clearfix → grid'de ekstra satır + boşluk yaratmasın */
  #header .header-top > .container:first-of-type > .row::before,
  #header .header-top > .container:first-of-type > .row::after {
    content: none !important;
    display: none !important;
  }

  /* displayTop — sadece logo / arama / sepet şeridinde */
  #header .header-top > .container:first-of-type > .row > .ets_mm_megamenu,
  #header .header-top > .container:first-of-type > .row > [id^="ets_purchasetogether"],
  #header .header-top > .container:first-of-type > .row > .ybc_widget_block {
    display: none !important;
  }

  #header .header-top #_desktop_logo {
    align-items: center;
    align-self: center;
    display: flex;
    float: none !important;
    grid-column: 1;
    grid-row: 1;
    margin: 0 !important;
    max-width: none !important;
    min-width: 0;
    /* Sadece logo sütunu: üst/alt padding sıfır */
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
  }

  #header .header-top #_desktop_logo.col-lg-5,
  #header .header-top #_desktop_logo.col-md-5 {
    flex: 0 0 auto;
    max-width: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 100% !important;
  }

  #header .header-top #_desktop_logo a {
    align-items: center;
    display: flex;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Orta masaüstü: logo biraz sınırlı */
  #header .header-top #_desktop_logo .logo {
    display: block;
    height: auto;
    max-height: var(--hm-header-logo-max-h);
    max-width: 100%;
    width: auto;
  }

  #header .header-top .hm-search.search-widget {
    align-items: center;
    align-self: center;
    display: flex;
    float: none !important;
    grid-column: 2;
    grid-row: 1;
    justify-content: stretch;
    justify-self: stretch;
    margin: 0;
    max-width: none !important;
    min-height: 0;
    min-width: 0;
    padding: 0 !important;
    width: 100% !important;
  }

  #header .header-top .hm-search.col-lg-4,
  #header .header-top .hm-search.col-md-4 {
    flex: 0 0 auto;
    max-width: none !important;
    width: 100% !important;
  }

  #header .header-top .hm-search .hm-search-form {
    margin: 0;
    max-width: none;
    width: 100%;
  }

  #header .header-top .hm-search .hm-search-field {
    min-height: var(--hm-header-search-h);
    width: 100%;
  }

  #header .header-top .hm-search form input[type="text"] {
    height: calc(var(--hm-header-search-h) - 8px) !important;
  }

  #header .header-top .hm-search form button[type="submit"],
  #header .header-top .hm-search .hm-search-submit {
    height: calc(var(--hm-header-search-h) - 10px) !important;
    width: calc(var(--hm-header-search-h) - 10px) !important;
  }

  #header .header-top .hm-header-cart-column {
    align-items: flex-end;
    align-self: center;
    display: block;
    float: none !important;
    grid-column: 3;
    grid-row: 1;
    justify-self: stretch;
    margin-left: 0;
    margin-top: 0;
    max-width: none !important;
    overflow: visible;
    padding: 0 0 0 8px !important;
    position: relative;
    width: 100% !important;
  }

  #header .header-top .hm-header-cart-column.col-lg-3,
  #header .header-top .hm-header-cart-column.col-md-3 {
    flex: 0 0 auto;
    max-width: none !important;
    width: 100% !important;
  }

  #header .header-top .hm-header-cart-column > #_desktop_cart.hm-cart {
    align-items: center;
    display: flex;
    float: none !important;
    grid-column: unset;
    grid-row: unset;
    justify-content: flex-end;
    margin-left: auto;
    padding: 0 !important;
    width: auto;
  }

  #header .header-top .hm-header-contact {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 6.3px;
    justify-content: flex-end;
    left: auto;
    margin-top: 6.3px;
    position: absolute;
    right: 0;
    top: 100%;
    width: max-content;
    z-index: 2;
  }

  #header .header-top .hm-header-contact-link {
    align-items: center;
    border-radius: 999px;
    box-shadow: 0 1px 6px rgba(10, 22, 40, 0.14);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 10.5px;
    font-weight: 700;
    gap: 5.25px;
    justify-content: center;
    line-height: 1.1;
    min-height: 27.3px;
    padding: 5.25px 10.5px;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    white-space: nowrap;
    width: auto;
  }

  #header .header-top .hm-header-contact-link span,
  #header .header-top .hm-header-contact-link .fa {
    color: #fff !important;
  }

  #header .header-top .hm-header-contact-link .fa {
    font-size: 12.6px;
  }

  #header .header-top .hm-header-contact-link--whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: #fff !important;
  }

  #header .header-top .hm-header-contact-link--phone {
    background: linear-gradient(135deg, #0d3b66 0%, #1a6b9a 100%);
    color: #fff !important;
  }

  #header .header-top .hm-header-contact-link:hover,
  #header .header-top .hm-header-contact-link:hover span,
  #header .header-top .hm-header-contact-link:hover .fa,
  #header .header-top .hm-header-contact-link:focus-visible,
  #header .header-top .hm-header-contact-link:focus-visible span,
  #header .header-top .hm-header-contact-link:focus-visible .fa {
    box-shadow: 0 3px 10px rgba(10, 22, 40, 0.18);
    color: #fff !important;
    transform: translateY(-1px);
  }

  /* Mobil menü öğeleri masaüstünde görünmesin */
  .menu_and_cattree .hm-mobile-menu-header,
  .menu_and_cattree .hm-mobile-menu-footer {
    display: none !important;
  }
}

/* En büyük ekranlar: logo panelden yüklendiği doğal ebatlarda */
@media (min-width: 1200px) {
  #header .header-top #_desktop_logo {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #header .header-top #_desktop_logo .logo {
    height: auto !important;
    max-height: none !important;
    max-width: 100%;
    width: auto !important;
  }
}

@media (max-width: 991px) {
  #header .header-top > .container > .row {
    padding-bottom: calc(8px / 2.4) !important;
    padding-top: calc(8px / 2.4) !important;
  }

  #header .header-top #_mobile_logo > a,
  .mobile_logo #_mobile_logo > a {
    padding-bottom: calc(30px / 2.4) !important;
    padding-top: calc(30px / 2.4) !important;
  }
}

/* Hafif yağmur efekti — logo / arama / sepet satırı */
#header .header-top > .container:first-of-type {
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
  #header .header-top > .container:first-of-type {
    overflow: visible;
  }
}

#header .header-top > .container:first-of-type > .row {
  position: relative;
  z-index: 1;
}

#header .header-top > .container:first-of-type::before,
#header .header-top > .container:first-of-type::after {
  animation-duration: 11s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  content: "";
  inset: -55% -6% 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

#header .header-top > .container:first-of-type::before {
  animation-name: hm-header-rain-a;
  background-image: repeating-linear-gradient(
    98deg,
    transparent 0,
    transparent 16px,
    rgba(126, 200, 232, 0.08) 16px,
    rgba(126, 200, 232, 0.08) 17px,
    transparent 17px,
    transparent 38px
  );
  background-size: 100% 38px;
  opacity: 0.42;
}

#header .header-top > .container:first-of-type::after {
  animation-duration: 15s;
  animation-name: hm-header-rain-b;
  background-image: repeating-linear-gradient(
    103deg,
    transparent 0,
    transparent 24px,
    rgba(180, 225, 245, 0.05) 24px,
    rgba(180, 225, 245, 0.05) 25px,
    transparent 25px,
    transparent 52px
  );
  background-size: 100% 52px;
  opacity: 0.34;
}

@media (max-width: 991px) {
  #header .header-top > .container:first-of-type::before {
    background-image: repeating-linear-gradient(
      98deg,
      transparent 0,
      transparent 16px,
      rgba(255, 255, 255, 0.055) 16px,
      rgba(255, 255, 255, 0.055) 17px,
      transparent 17px,
      transparent 38px
    );
    opacity: 0.38;
  }

  #header .header-top > .container:first-of-type::after {
    background-image: repeating-linear-gradient(
      103deg,
      transparent 0,
      transparent 24px,
      rgba(200, 235, 255, 0.04) 24px,
      rgba(200, 235, 255, 0.04) 25px,
      transparent 25px,
      transparent 52px
    );
    opacity: 0.28;
  }
}

@keyframes hm-header-rain-a {
  from {
    transform: translate3d(0, -14%, 0);
  }

  to {
    transform: translate3d(0, 14%, 0);
  }
}

@keyframes hm-header-rain-b {
  from {
    transform: translate3d(1.5%, -20%, 0);
  }

  to {
    transform: translate3d(-1%, 18%, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  #header .header-top > .container:first-of-type::before,
  #header .header-top > .container:first-of-type::after {
    animation: none;
    opacity: 0.22;
  }
}

.hm-header-phone i {
  margin-right: 0.35rem;
}

/* Üst menü — telefon | para birimi | sipariş takibi | hesap */
#header .header-nav .hm-header-utilities {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  float: right;
  gap: 0;
  justify-content: flex-end;
}

#header .header-nav .hm-header-utilities > .hm-header-phone,
#header .header-nav .hm-header-utilities > #_desktop_currency_selector,
#header .header-nav .hm-header-utilities > .hm-header-track,
#header .header-nav .hm-header-utilities > .nav_link,
#header .header-nav .hm-header-utilities > a.nav_link {
  align-items: center;
  display: inline-flex;
  float: none;
  margin: 0;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  white-space: nowrap;
}

#header .header-nav .hm-header-utilities > .hm-header-phone {
  padding-left: 0;
}

#header .header-nav .hm-header-utilities > .hm-header-phone + #_desktop_currency_selector::before,
#header .header-nav .hm-header-utilities > #_desktop_currency_selector + .hm-header-track::before,
#header .header-nav .hm-header-utilities > #_desktop_currency_selector + .nav_link::before,
#header .header-nav .hm-header-utilities > .hm-header-track + .nav_link::before,
#header .header-nav .hm-header-utilities > .nav_link + .nav_link::before {
  background-color: rgba(255, 255, 255, 0.28);
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

#header .header-nav .hm-header-utilities #_desktop_currency_selector .currency-selector {
  margin: 0;
  overflow: visible;
  position: relative;
  z-index: 2;
}

#header .header-nav .currency-selector .hm-currency-icon {
  color: #fff !important;
  font-size: 13px;
  margin-right: 4px;
  opacity: 0.85;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.55);
  vertical-align: baseline;
}

#header .header-nav .currency-selector .dropdown-menu,
#header .header-nav #_desktop_currency_selector .dropdown-menu {
  background: linear-gradient(160deg, #0d3b66 0%, #145a8a 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(10, 22, 40, 0.35);
  left: auto;
  margin-top: 8px;
  min-width: 140px;
  padding: 6px 0;
  right: 0;
  top: 100%;
  z-index: 13050 !important;
}

#header .header-nav .currency-selector .dropdown-menu .dropdown-item,
#header .header-nav #_desktop_currency_selector .dropdown-menu a {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 16px;
  transition: background 0.15s ease, color 0.15s ease;
}

#header .header-nav .currency-selector .dropdown-menu .dropdown-item:hover,
#header .header-nav .currency-selector .dropdown-menu .dropdown-item:focus,
#header .header-nav #_desktop_currency_selector .dropdown-menu a:hover,
#header .header-nav #_desktop_currency_selector .dropdown-menu a:focus {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}

#header .header-nav .currency-selector .dropdown-menu li.current .dropdown-item,
#header .header-nav #_desktop_currency_selector .dropdown-menu li.current a {
  background: rgba(56, 189, 248, 0.2) !important;
  color: #fff !important;
  font-weight: 700;
}

/* Üst bar: dropdown header-top altında kalmasın */
#header .header_content,
#header {
  overflow: visible;
}

#header .header-top {
  position: relative;
  z-index: 2;
}

#header .header-nav {
  isolation: isolate;
  overflow: visible;
  position: relative;
  z-index: 1300;
  /* Açık yüzey üstte → ana menü mavisi su altta */
  background: linear-gradient(180deg, #1a6b9a 0%, #0d3b66 48%, #0a1628 100%) !important;
}

/*
 * Üst bar dalga — CSS-only (header.tpl yüklenmese de çalışır).
 * background-position animasyonu: overflow:visible iken yatay taşma yok.
 */
#header .header-nav::before,
#header .header-nav::after {
  background-position: 0 bottom;
  background-repeat: repeat-x;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  will-change: background-position;
  z-index: 0;
}

#header .header-nav::before {
  animation: hm-header-wave-drift 12s linear infinite;
  background-image: url("../img/hm-header-nav-wave.svg");
  background-size: 720px 100%;
  opacity: 1;
}

#header .header-nav::after {
  animation: hm-header-wave-drift 19s linear infinite reverse;
  background-image: url("../img/hm-header-nav-wave-2.svg");
  background-size: 720px 100%;
  opacity: 0.95;
}

/* Eski HTML katmanları varsa gizle — çift efekt olmasın */
#header .header-nav .hm-header-waves {
  display: none !important;
}

#header .header-nav > .container,
#header .header-nav .nav,
#header .header-nav .left-nav,
#header .header-nav .right-nav,
#header .header-nav .hm-header-utilities {
  overflow: visible;
  position: relative;
  z-index: 1;
}

@keyframes hm-header-wave-drift {
  from {
    background-position: 0 bottom;
  }
  to {
    background-position: -720px bottom;
  }
}

@media (prefers-reduced-motion: reduce) {
  #header .header-nav::before,
  #header .header-nav::after {
    animation: none;
  }
}

/* Mobil — Giriş / Kayıt satırı: ana menü koyu mavi gradient, opacity 0.65, dalga görünsün */
@media (max-width: 767px) {
  #header .header-nav {
    background: transparent !important;
    background-color: transparent !important;
  }

  /* Dalga katmanı (arkada) — overflow:visible ile uyumlu */
  #header .header-nav::before {
    background-image:
      url("../img/hm-header-nav-wave.svg"),
      url("../img/hm-header-nav-wave-2.svg");
    background-size: 720px 100%, 720px 100%;
    background-repeat: repeat-x, repeat-x;
    background-position: 0 bottom, 0 bottom;
    animation: hm-header-wave-drift 12s linear infinite;
    left: 0;
    opacity: 1;
    right: 0;
    width: auto;
    z-index: 0;
  }

  /* Ana menü tonlarında gradient örtü — açık üst, koyu alt */
  #header .header-nav::after {
    background-image: none;
    background: linear-gradient(
      180deg,
      rgba(26, 107, 154, 0.35) 0%,
      rgba(13, 59, 102, 0.65) 50%,
      rgba(10, 22, 40, 0.78) 100%
    );
    animation: none;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 1;
    right: 0;
    top: 0;
    width: 100%;
    will-change: auto;
    z-index: 1;
  }

  #header .header-nav > .container,
  #header .header-nav .nav,
  #header .header-nav .left-nav,
  #header .header-nav .right-nav,
  #header .header-nav .pt-mobile-auth-nav {
    position: relative;
    z-index: 2;
  }

  #header .header-nav .pt-mobile-auth-nav a {
    color: #fff !important;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
  }

  #header .header-nav .pt-mobile-auth-nav a:hover {
    color: #e0f2fe !important;
  }

  #header .header-nav .pt-mobile-auth-sep {
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
  }
}

@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
  #header .header-nav::before {
    animation: none;
  }
}

#header .header-nav .hm-header-utilities .hm-header-track {
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
}

#header .header-nav .hm-header-utilities .hm-header-track:hover {
  color: rgba(255, 255, 255, 0.88) !important;
}

/* Mağaza bulucu — site genelinde gizle */
a.nav_link[href*="stores"],
a[href*="controller=stores"],
a[title="Mağaza Bulucu"],
a[title="Store locator"] {
  display: none !important;
}

/* Footer — misafir sipariş takibi + footer_top düzeni */
.footer-container .footer_top {
  align-items: start !important;
  background-color: #dbeafe;
  background-image: url("../img/hm-footer-top-wave-panel.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: none !important;
  border-bottom: none !important;
  box-shadow: none;
  display: grid !important;
  gap: 24px 28px;
  grid-template-columns: minmax(0, 1.08fr) minmax(180px, 220px) minmax(250px, 310px);
  grid-template-rows: auto auto;
  isolation: isolate;
  justify-content: stretch !important;
  margin: 0 auto 48px;
  max-width: 1120px;
  min-height: 0;
  overflow: visible;
  padding: 58px 36px 62px;
  position: relative;
  width: calc(100% - 72px);
}

.footer-container > .container {
  padding-top: 24px;
  position: relative;
  z-index: 1;
}

.footer-container .footer_top > * {
  position: relative;
  z-index: 1;
}

.footer-container .footer_top .logo_footer {
  background: transparent !important;
  float: none;
  grid-column: 1 / -1;
  grid-row: 1;
  line-height: 0;
  margin: 0 0 4px;
  max-width: 240px;
  padding: 0 !important;
  width: auto;
}

.footer-container .footer_top .logo_footer img,
.footer-container .footer_top .hm-footer-logo {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: block;
  height: auto;
  max-width: 240px;
  width: auto;
}

.footer-container .footer_top .hm-footer-about {
  color: #1a2744 !important;
  line-height: 1.75;
  margin: 0;
  padding: 6px 8px 6px 0;
}

.footer-container .footer_top .hm-footer-about p {
  margin: 0 0 16px;
}

.footer-container .footer_top .hm-footer-about p:last-child {
  margin-bottom: 0;
}

.footer-container .footer_top .ybc-widget-ybc-custom-1 {
  align-items: stretch;
  align-self: center;
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap;
  float: none;
  gap: 10px 0;
  justify-content: center !important;
  justify-self: center;
  list-style: none;
  margin: 0;
  max-width: 220px;
  padding: 0;
  width: 100%;
}

.footer-container .footer_top .ybc-widget-ybc-custom-1 .line_ver {
  display: none !important;
}

.footer-container .footer_top .ybc-widget-ybc-custom-1 .ybc-widget-item {
  flex: 0 0 auto;
  float: none !important;
  max-width: 100%;
  padding: 6px 0;
  width: 100%;
}

.footer-container .footer_top .ybc-widget-ybc-custom-1 .ybc-widget-item-content {
  align-items: center;
  display: flex !important;
  flex-direction: row;
  gap: 15px;
  width: 100%;
}

.footer-container .footer_top .ybc-widget-ybc-custom-1 .ybc-widget-item-content > .fa {
  flex: 0 0 auto;
  font-size: 22px;
  margin-left: -5px;
  width: 28px;
}

.footer-container .footer_top .ybc-widget-ybc-custom-1 .ybc-widget-description-content {
  flex: 1 1 auto;
  min-width: 0;
}

.footer-container .footer_top .ybc-widget-ybc-custom-1 .ybc-widget-title {
  margin-bottom: 2px;
}

.hm-footer-guest-tracking {
  align-self: start;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: none;
  border-radius: 0;
  box-shadow: none;
  justify-self: end;
  margin: 0;
  max-width: 310px;
  min-height: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.hm-footer-guest-tracking::before {
  display: none;
}

.hm-footer-guest-tracking > * {
  position: relative;
  z-index: 1;
}

.hm-footer-guest-title {
  color: var(--pt-brand-blue-dark) !important;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 12px;
}

.hm-footer-guest-text {
  color: #2453b3 !important;
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 16px;
}

.hm-footer-guest-link {
  background: linear-gradient(145deg, #38bdf8 0%, #1a6b9a 52%, #0d3b66 100%);
  border-radius: 999px;
  color: #fff !important;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 22px;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hm-footer-guest-link:hover {
  box-shadow: 0 8px 20px rgba(13, 59, 102, 0.24);
  color: #fff !important;
  transform: translateY(-1px);
}

@media (max-width: 991px) {
  .footer-container .footer_top {
    gap: 24px 20px;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
    margin: 0 auto 40px;
    min-height: 300px;
    padding: 56px 28px 60px;
    width: calc(100% - 40px);
  }

  .footer-container .footer_top .hm-footer-about {
    grid-column: 1;
  }

  .footer-container .footer_top .ybc-widget-ybc-custom-1 {
    flex-direction: column !important;
    grid-column: 1;
    justify-self: center;
    max-width: 220px;
    width: 100%;
  }

  .footer-container .footer_top .hm-footer-guest-tracking {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
  }
}

@media (max-width: 767px) {
  .footer-container > .container {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-container .footer_top {
    background-size: 100% 100%;
    display: block !important;
    float: none;
    gap: 0;
    margin: 0 calc(50% - 50vw) 36px;
    max-width: none;
    min-height: 0;
    padding: 48px 22px 52px;
    width: 100vw;
  }

  .footer-container .footer_top .hm-footer-about,
  .footer-container .footer_top .hm-footer-guest-tracking,
  .footer-container .footer_top .ybc-widget-ybc-custom-1 {
    margin-bottom: 24px;
    max-width: none;
  }

  .footer-container .footer_top .ybc-widget-ybc-custom-1 {
    flex-direction: column !important;
    gap: 12px 0;
    justify-content: flex-start !important;
    max-width: 100%;
  }

  .footer-container .footer_top .ybc-widget-ybc-custom-1 .ybc-widget-item {
    max-width: 100%;
    width: 100%;
  }

  .footer-container .footer_top .hm-footer-guest-tracking {
    margin-left: auto;
    margin-right: 0;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  #header .header-nav .hm-header-utilities {
    display: none !important;
  }
}

body {
  background-color: #f0f9ff;
}

#wrapper {
  background: linear-gradient(180deg, #f0f9ff 0%, #ffffff 280px);
}

.menu_and_cattree {
  background: linear-gradient(90deg, #0a1628 0%, #0d3b66 45%, #1a6b9a 100%) !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}

#header .header-top .menu_and_cattree > .container,
#header .header-top .menu_and_cattree > .container > .row,
#header .header-top .menu_and_cattree .custom_menu,
#header .header-top .menu_and_cattree .ets_mm_megamenu,
#header .header-top .menu_and_cattree .ets_mm_megamenu_content,
#header .header-top .menu_and_cattree .mm_menus_ul {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#footer {
  background: transparent;
  overflow: visible;
}

.footer-container {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(165deg, #06101f 0%, #0a1628 32%, #0d3b66 70%, #145a8a 100%);
  color: #f0f9ff;
}

.footer-container::before,
.footer-container::after {
  display: none;
}

/* Alt footer — tek tam genişlik dalga katmanı */
.hm-footer-body {
  isolation: isolate;
  padding-top: 16px;
  position: relative;
  z-index: 1;
}

.hm-footer-waves {
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.hm-footer-waves__layer {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.hm-footer-waves__layer--primary {
  animation: hm-footer-wave-drift 42s linear infinite;
  background-image: url("../img/hm-footer-waves.svg");
  background-position: 0 62%;
  background-repeat: repeat-x;
  background-size: 960px 100%;
  opacity: 0.9;
}

.hm-footer-waves__layer--secondary {
  animation: hm-footer-wave-drift-alt 58s linear infinite;
  background-image: url("../img/hm-footer-waves.svg");
  background-position: 240px 38%;
  background-repeat: repeat-x;
  background-size: 720px 100%;
  mix-blend-mode: soft-light;
  opacity: 0.45;
  transform: scaleY(-1);
}

.footer-container .footer_middle,
.footer-container > .footer_after,
.footer-container > .footer_bottom,
.hm-footer-body > .container {
  overflow: visible;
  position: relative;
  z-index: 1;
}

.footer-container .footer_middle::before,
.footer-container .footer_middle::after,
.footer-container > .footer_after::before,
.footer-container > .footer_after::after,
.footer-container > .footer_bottom::before,
.footer-container > .footer_bottom::after {
  display: none !important;
}

.footer-container .footer_middle > *,
.footer-container > .footer_after > *,
.footer-container > .footer_bottom > * {
  position: relative;
  z-index: 1;
}

@keyframes hm-footer-wave-drift {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 960px;
  }
}

@keyframes hm-footer-wave-drift-alt {
  from {
    background-position-x: 240px;
  }
  to {
    background-position-x: 1200px;
  }
}

@media (min-width: 992px) {
  .footer-container {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hm-footer-waves__layer--primary {
    animation: hm-footer-wave-drift 42s linear infinite;
  }

  .hm-footer-waves__layer--secondary {
    animation: hm-footer-wave-drift-alt 58s linear infinite;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hm-footer-waves__layer--primary,
  .hm-footer-waves__layer--secondary {
    animation: none;
  }
}

.footer-container > .container,
.footer-container > .scroll_top {
  position: relative;
  z-index: 2;
}

.hm-footer-body > .container,
.footer-container > .footer_after,
.footer-container > .footer_bottom {
  position: relative;
  z-index: 1;
}

.footer-container .footer_middle {
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.footer-container .footer_after {
  background-color: transparent !important;
}

.footer-container .footer_bottom {
  background-color: transparent;
}

.footer-container a {
  color: #b8e4f5;
}

.footer-container a:hover {
  color: #fff;
}

/* Footer Bize Ulaşın — adres ve iletişim satırları beyaz */
.footer-container .footer_middle .block-contact .footer_contact_item,
.footer-container .footer_middle .block-contact .footer_contact_item span {
  color: #fff !important;
}

.footer-container .footer_middle .block-contact #contact_footer .footer_contact_item i,
.footer-container .footer_middle .block-contact #contact_footer .footer_contact_item .fa {
  color: #fff !important;
}

.footer-container .footer_middle .block-contact .footer_contact_item a {
  color: #fff !important;
}

.footer-container .footer_middle .block-contact .footer_contact_item a:hover {
  color: rgba(255, 255, 255, 0.85) !important;
}

.hm-footer-developer,
.hm-developer-credit {
  text-align: center;
  font-size: 13px;
  opacity: 0.85;
  margin: 0;
  padding: 14px 0 18px;
}

.hm-footer-developer a,
.hm-developer-credit a {
  color: #7ec8e8;
  text-decoration: none;
}

.hm-footer-developer a:hover,
.hm-developer-credit a:hover {
  color: #fff;
  text-decoration: underline;
}

.loading .mls_loading_icon {
  display: none !important;
}

.mls_slider.loading .mls_slides_front > li:first-child {
  opacity: 1 !important;
  visibility: visible !important;
}

.homecat-tab-list.loading-enabled .homecat_tabs.loading .sk-fading-circle {
  display: none !important;
}

/* Ürün "yeni" etiketi — metalik gri-mavi, shimmer efekt */
@keyframes hm-new-badge-shimmer {
  0% {
    background-position: -200% center, 0 0;
  }
  100% {
    background-position: 200% center, 0 0;
  }
}

@keyframes hm-new-badge-pulse {
  0%, 100% {
    box-shadow:
      0 2px 8px rgba(13, 59, 102, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.5);
    transform: scale(1);
  }
  50% {
    box-shadow:
      0 0 14px 3px rgba(56, 189, 248, 0.18),
      0 2px 8px rgba(13, 59, 102, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.5);
    transform: scale(1.04);
  }
}

.product-flags li.new,
.product-flags li.product-flag.new,
li.product-flag.new,
.new-label {
  align-items: center;
  animation: hm-new-badge-shimmer 4s linear infinite, hm-new-badge-pulse 3s ease-in-out infinite;
  background:
    linear-gradient(
      105deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 38%,
      rgba(255, 255, 255, 0.3) 50%,
      rgba(255, 255, 255, 0) 62%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(145deg, #8b9aaf 0%, #64748b 28%, #475569 60%, #334155 100%) !important;
  background-size: 200% 100%, 100% 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px !important;
  box-shadow:
    0 2px 8px rgba(13, 59, 102, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #fff !important;
  display: inline-flex !important;
  float: none !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  gap: 4px;
  height: auto !important;
  justify-content: center;
  letter-spacing: 0.12em;
  line-height: 1.2 !important;
  min-height: 0 !important;
  min-width: 0 !important;
  overflow: hidden;
  padding: 5px 11px !important;
  position: relative;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  text-transform: uppercase !important;
  width: auto !important;
  z-index: 3;
}

.product-flags li.new::before,
.product-flags li.product-flag.new::before,
li.product-flag.new::before {
  display: none !important;
}

.product-flags li.new span,
.product-flags li.product-flag.new span,
li.product-flag.new span {
  color: transparent !important;
  font-size: 0 !important;
  font-weight: inherit !important;
  line-height: 0 !important;
}

.product-flags li.new span::after,
.product-flags li.product-flag.new span::after,
li.product-flag.new span::after {
  color: #fff !important;
  content: "✦ YENİ";
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em;
  line-height: 1.2 !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  text-transform: uppercase !important;
}

.new-label {
  font-size: 0 !important;
  line-height: 0 !important;
}

.new-label::after {
  color: #fff !important;
  content: "✦ YENİ";
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em;
  line-height: 1.2 !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

@media (prefers-reduced-motion: reduce) {
  .product-flags li.new,
  .product-flags li.product-flag.new,
  li.product-flag.new,
  .new-label {
    animation: none;
  }
}

/* Ürün kombinasyonları — metalik mavi tasarım */
.product-variants > .product-variants-item {
  align-items: flex-start;
  gap: 12px;
  margin: 16px 0;
}

.product-variants > .product-variants-item .control-label {
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  min-width: 80px;
  padding-top: 6px;
  text-transform: uppercase;
}

.product-variants > .product-variants-item select {
  background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%) !important;
  border: 1px solid rgba(13, 59, 102, 0.22) !important;
  border-radius: 8px !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(13, 59, 102, 0.08);
  color: #1e293b !important;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  height: 38px !important;
  padding: 4px 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.product-variants > .product-variants-item select:focus {
  border-color: #1a6b9a !important;
  box-shadow: 0 0 0 3px rgba(26, 107, 154, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.04);
  outline: none;
}

.product-variants > .product-variants-item ul li {
  margin-bottom: 8px;
  margin-right: 8px;
}

.product-variants > .product-variants-item .input-container {
  position: relative;
}

.product-variants .input-container .input-radio,
.product-variants .input-container .input-color {
  z-index: 2;
}

.product-variants .radio-label {
  align-items: center;
  background: linear-gradient(180deg, #f1f5f9 0%, #e2e8f0 100%);
  border: 1.5px solid rgba(100, 116, 139, 0.3);
  border-radius: 8px;
  color: #475569;
  cursor: pointer;
  display: inline-flex;
  font-size: 12.5px;
  font-weight: 600;
  justify-content: center;
  min-height: 34px;
  min-width: 44px;
  padding: 5px 14px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  transition: all 0.25s ease;
}

.product-variants .radio-label::before {
  background: linear-gradient(
    105deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 0) 100%
  );
  background-size: 200% 100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.input-radio:hover + .radio-label {
  background: linear-gradient(180deg, #e0f2fe 0%, #bae6fd 100%) !important;
  border-color: rgba(26, 107, 154, 0.4) !important;
  box-shadow: 0 2px 8px rgba(26, 107, 154, 0.15);
  color: #0d3b66 !important;
}

.input-radio:checked + .radio-label {
  background: linear-gradient(145deg, #64748b 0%, #475569 40%, #334155 100%) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  box-shadow:
    0 2px 10px rgba(13, 59, 102, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.input-radio:checked + .radio-label::before {
  animation: hm-variant-shimmer 3s linear infinite;
  background: linear-gradient(
    105deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 38%,
    rgba(255, 255, 255, 0.25) 50%,
    rgba(255, 255, 255, 0) 62%,
    rgba(255, 255, 255, 0) 100%
  );
  background-size: 200% 100%;
}

@keyframes hm-variant-shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

.product-variants .input-container .color {
  border: 2px solid rgba(100, 116, 139, 0.3) !important;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.3);
  height: 34px !important;
  transition: all 0.25s ease;
  width: 34px !important;
}

.input-color:hover + .color {
  border-color: #1a6b9a !important;
  box-shadow: 0 0 0 3px rgba(26, 107, 154, 0.18), 0 1px 4px rgba(0, 0, 0, 0.1);
  transform: scale(1.08);
}

.input-color:checked + .color {
  border-color: #fff !important;
  box-shadow:
    0 0 0 2.5px #475569,
    0 0 12px rgba(56, 189, 248, 0.25),
    inset 0 1px 1px rgba(255, 255, 255, 0.3) !important;
  transform: scale(1.1);
}

/* Ana sayfa tabs ürün alanı — kompakt padding + resimler tam genişlik */
.tabs-home-content {
  padding: 0 0 8px 0 !important;
}

/* Slider hemen altında Yeni Gelenler — arada boşluk yok */
body#index .ets_multilayerslider {
  margin-bottom: 0 !important;
}

body#index .page-home,
body#index .tabs-home {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body#index .tabs-home-nav {
  margin-top: 0 !important;
}

.tabs-home-content .thumbnail-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}

.tabs-home-content .thumbnail-container .image_item_product,
.tabs-home-content .thumbnail-container .product-thumbnail {
  display: block;
  overflow: hidden;
  width: 100%;
}

.tabs-home-content .thumbnail-container .product-thumbnail img {
  display: block;
  height: auto;
  max-height: 280px;
  object-fit: contain;
  width: 100%;
}

/* Yeni Gelenler — 16 ürün, aşağı doğru 4 sütun grid */
.tabs-home-content .home-block-section.active {
  min-height: 0 !important;
  overflow: visible !important;
}

.tabs-home-content .hm-products-grid,
.tabs-home-content .featured-products .hm-products-grid,
#new_products .hm-products-grid {
  box-sizing: border-box;
  display: grid !important;
  float: none !important;
  gap: 20px 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 !important;
  padding: 16px 12px 24px !important;
  width: 100% !important;
}

.tabs-home-content .hm-products-grid > .product-miniature,
#new_products .hm-products-grid > .product-miniature {
  box-sizing: border-box;
  clear: none !important;
  display: block !important;
  float: none !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  position: relative;
  width: 100% !important;
}

.tabs-home-content .hm-products-grid .thumbnail-container,
#new_products .hm-products-grid .thumbnail-container {
  display: flex !important;
  flex-direction: column !important;
  float: none !important;
  height: auto !important;
  width: 100% !important;
}

.tabs-home-content .hm-products-grid .image_item_product,
#new_products .hm-products-grid .image_item_product {
  display: block;
  float: none !important;
  width: 100% !important;
}

.tabs-home-content .hm-products-grid .product-description,
#new_products .hm-products-grid .product-description {
  display: block !important;
  float: none !important;
  width: 100% !important;
}

.tabs-home-content .hm-products-grid .product-flags,
#new_products .hm-products-grid .product-flags {
  height: auto;
  left: 8px;
  position: absolute;
  top: 8px;
  width: auto;
}

.tabs-home-content .featured-products .owl-nav {
  display: none !important;
}

@media (max-width: 1199px) {
  .tabs-home-content .hm-products-grid,
  #new_products .hm-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .tabs-home-content .hm-products-grid,
  #new_products .hm-products-grid {
    gap: 14px 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 12px 8px 20px !important;
  }
}

/* Ürün detay — referans ve stok miktarı gizle */
#product-details .product-reference,
#product-details .product-quantities {
  display: none !important;
}

/* Footer bülten — beyaz kutu, mavi placeholder ve yazı */
.footer-container .footer_middle .block_newsletter form input[type="text"],
.footer-container .footer_middle .block_newsletter form input[type="email"],
.footer-container .footer_middle .block_newsletter form .form-control,
.footer-container .footer_middle .block_newsletter .input-wrapper input {
  background-color: #fff !important;
  border: 1px solid rgba(26, 107, 154, 0.32) !important;
  border-radius: 8px !important;
  box-shadow: inset 0 1px 2px rgba(13, 59, 102, 0.06);
  color: var(--pt-brand-blue) !important;
  font-weight: 600;
  height: 44px;
  padding: 8px 48px 8px 14px !important;
}

.footer-container .footer_middle .block_newsletter form input[type="text"]:focus,
.footer-container .footer_middle .block_newsletter form input[type="email"]:focus,
.footer-container .footer_middle .block_newsletter .input-wrapper input:focus {
  border-color: rgba(26, 107, 154, 0.55) !important;
  color: var(--pt-brand-blue) !important;
  outline: none !important;
}

.footer-container .footer_middle .block_newsletter form input::placeholder {
  color: #1a6b9a !important;
  font-weight: 500;
  opacity: 1;
}

.footer-container .footer_middle .block_newsletter form input::-webkit-input-placeholder {
  color: #1a6b9a !important;
  opacity: 1;
}

.footer-container .footer_middle .block_newsletter form input::-moz-placeholder {
  color: #1a6b9a !important;
  opacity: 1;
}

.footer-container .footer_middle .block_newsletter form input:-ms-input-placeholder {
  color: #1a6b9a !important;
  opacity: 1;
}

.footer-container .footer_middle .block_newsletter form .input-wrapper {
  overflow: visible;
}

/* Footer alt yasal linkler — dinamik URL'ler */
.footer-container .footer_link_bottom .hm-footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-container .footer_link_bottom .hm-footer-legal-links li {
  display: inline-block;
  margin: 0;
}

.footer-container .footer_link_bottom .hm-footer-legal-links li a {
  color: #b8e4f5;
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 0;
  white-space: nowrap;
}

.footer-container .footer_link_bottom .hm-footer-legal-links li a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .footer-container .footer_link_bottom .hm-footer-legal-links {
    justify-content: flex-start;
  }
}

/* Footer bülten gönder butonu — mavi zemin, beyaz ikon, modern efekt */
@keyframes hm-newsletter-btn-pulse {
  0%,
  100% {
    box-shadow:
      0 0 0 0 rgba(126, 200, 232, 0.55),
      0 4px 14px rgba(13, 59, 102, 0.35);
    transform: scale(1);
  }

  50% {
    box-shadow:
      0 0 0 8px rgba(126, 200, 232, 0),
      0 6px 20px rgba(13, 59, 102, 0.45);
    transform: scale(1.04);
  }
}

@keyframes hm-newsletter-icon-shimmer {
  0%,
  100% {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }

  50% {
    opacity: 0.92;
    transform: translateX(2px) rotate(-8deg);
  }
}

.footer-container .footer_middle .block_newsletter form .newsletter_submit:after,
.footer-container .footer_middle .block_newsletter form .newsletter_submit .btn-primary:after {
  content: none !important;
  display: none !important;
}

.footer-container .footer_middle .block_newsletter .block_newsletter_form:after {
  display: none !important;
}

.footer-container .footer_middle .block_newsletter form .newsletter_submit {
  height: 48px;
  right: -2px;
  width: 52px;
}

.footer-container .footer_middle .block_newsletter form input[type="email"],
.footer-container .footer_middle .block_newsletter .input-wrapper input {
  padding-right: 58px !important;
}

.footer-container .footer_middle .block_newsletter .hm-newsletter-submit {
  align-items: center;
  background: linear-gradient(145deg, #1a8fc4 0%, #0d5a8a 55%, #0a4570 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 0 10px 10px 0 !important;
  box-shadow:
    0 4px 14px rgba(13, 59, 102, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  display: flex !important;
  font-size: inherit !important;
  height: 48px !important;
  justify-content: center;
  min-width: 52px;
  padding: 0 !important;
  position: relative;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
  width: 52px !important;
}

.footer-container .footer_middle .block_newsletter .hm-newsletter-submit .material-icons {
  color: #fff !important;
  font-size: 26px !important;
  line-height: 1;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .footer-container .footer_middle .block_newsletter .hm-newsletter-submit {
    animation: hm-newsletter-btn-pulse 2.8s ease-in-out infinite;
  }

  .footer-container .footer_middle .block_newsletter .hm-newsletter-submit .material-icons {
    animation: hm-newsletter-icon-shimmer 2.8s ease-in-out infinite;
  }
}

.footer-container .footer_middle .block_newsletter .hm-newsletter-submit:hover,
.footer-container .footer_middle .block_newsletter .hm-newsletter-submit:focus {
  animation: none;
  background: linear-gradient(145deg, #22a3dc 0%, #0f6ba3 50%, #0a4578 100%) !important;
  box-shadow:
    0 8px 22px rgba(13, 59, 102, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  outline: none !important;
  transform: scale(1.08);
}

.footer-container .footer_middle .block_newsletter .hm-newsletter-submit:hover .material-icons,
.footer-container .footer_middle .block_newsletter .hm-newsletter-submit:focus .material-icons {
  animation: none;
  transform: translateX(3px);
}

.footer-container .footer_middle .block_newsletter .hm-newsletter-submit:active {
  transform: scale(0.98);
}

@media (prefers-reduced-motion: reduce) {
  .footer-container .footer_middle .block_newsletter .hm-newsletter-submit,
  .footer-container .footer_middle .block_newsletter .hm-newsletter-submit .material-icons {
    animation: none;
  }
}


/* Marka sayfas� � 4 s�tun �r�n grid */
body#manufacturer .hm-manufacturer-header {
  margin-bottom: 16px;
  padding: 0;
}

body#manufacturer .hm-manufacturer-header .h1 {
  color: #0d3b66;
  font-size: 1.55rem;
  font-weight: 700;
  margin: 0 0 10px;
}

body#manufacturer #products .products,
body#manufacturer #js-product-list .products {
  display: flex !important;
  flex-wrap: wrap !important;
}

body#manufacturer #products .products .product-miniature,
body#manufacturer #js-product-list .products .product-miniature {
  box-sizing: border-box;
  clear: none !important;
  float: left;
  margin-bottom: 24px;
  padding: 0 12px;
  width: 25% !important;
}

body#manufacturer #products .products .product-miniature.type_list_full_width,
body#manufacturer #js-product-list .products .product-miniature.type_list_full_width {
  width: 25% !important;
}

body#manufacturer #products .image_item_product,
body#manufacturer #products .product-description,
body#manufacturer #products .product-flags {
  float: none !important;
  max-width: 100%;
  width: 100% !important;
}

@media (max-width: 991px) {
  body#manufacturer #products .products .product-miniature,
  body#manufacturer #js-product-list .products .product-miniature {
    width: 50% !important;
  }
}

@media (max-width: 479px) {
  body#manufacturer #products .products .product-miniature,
  body#manufacturer #js-product-list .products .product-miniature {
    width: 50% !important;
    padding: 0 6px;
  }
}
