/*
 * Parca Hammadde — Modern B2B arayuz katmani
 * Surum: 1.7.0 hizli
 * OpenCart/Fastor cekirdek dosyalarina dokunmadan calisir.
 */

:root {
  --ph-navy: #0b2a35;
  --ph-navy-2: #123d49;
  --ph-teal: #0e8d82;
  --ph-teal-dark: #08746c;
  --ph-mint: #55c8a8;
  --ph-orange: #f47a20;
  --ph-orange-dark: #d9600d;
  --ph-bg: #f4f7f8;
  --ph-surface: #ffffff;
  --ph-text: #17323c;
  --ph-muted: #607781;
  --ph-border: #dce6e9;
  --ph-radius: 14px;
  --ph-shadow: 0 12px 36px rgba(11, 42, 53, 0.09);
  --ph-shadow-hover: 0 18px 45px rgba(11, 42, 53, 0.15);
}

body.ph-b2b-modern {
  background: var(--ph-bg);
  color: var(--ph-text);
  font-family: "Poppins", "Open Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.ph-b2b-modern a {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

body.ph-b2b-modern .container {
  width: min(1180px, calc(100% - 32px));
}

/* Eski acilir bulten penceresi sayfayi kapatmasin. */
#popup-1,
.mfp-wrap.popup-module,
.mfp-bg.popup-module {
  display: none !important;
}

/* Ust bilgi ve ana baslik */
body.ph-b2b-modern .ph-topbar {
  min-height: 38px;
  padding: 8px 0;
  color: rgba(255,255,255,.9);
  background: linear-gradient(90deg, var(--ph-teal-dark), var(--ph-teal));
  border: 0;
  font-size: 13px;
  letter-spacing: .01em;
}

body.ph-b2b-modern .ph-topbar__contact {
  display: none !important;
}

body.ph-b2b-modern header.header-type-12 {
  position: relative;
  z-index: 20;
  background: var(--ph-surface);
  box-shadow: 0 1px 0 var(--ph-border);
}

body.ph-b2b-modern header.header-type-12 #top,
body.ph-b2b-modern header.header-type-12 #top > .background,
body.ph-b2b-modern header.header-type-12 #top > .background > .pattern {
  background: var(--ph-surface) !important;
}

body.ph-b2b-modern header.header-type-12 #top > .background > .pattern > .container > .row {
  display: flex;
  align-items: center;
  min-height: 112px;
  margin-left: -12px;
  margin-right: -12px;
}

body.ph-b2b-modern #header-left,
body.ph-b2b-modern #header-right {
  padding-left: 12px;
  padding-right: 12px;
}

body.ph-b2b-modern #header-left .logo {
  position: relative;
  width: 285px;
  height: 82px;
  margin: 0;
  overflow: hidden;
  text-align: left;
}

body.ph-b2b-modern #header-left .logo img {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 285px !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
  transform: translateY(-50%);
}

body.ph-b2b-modern #header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

body.ph-b2b-modern #header-right .search_form {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 158px 52px;
  flex: 1 1 auto;
  min-width: 300px;
  max-width: 690px;
  height: 52px;
  margin: 0 8px 0 0;
  overflow: visible;
  background: #f8fafb;
  border: 1px solid var(--ph-border);
  border-radius: 12px;
  box-shadow: inset 0 1px 2px rgba(11,42,53,.02);
}

body.ph-b2b-modern #header-right .search-cat {
  grid-column: 2;
  grid-row: 1;
  position: static;
  height: 50px;
  border-left: 1px solid var(--ph-border);
  border-right: 1px solid var(--ph-border);
}

body.ph-b2b-modern #header-right .search-cat select,
body.ph-b2b-modern #header-right .search-cat .form-control {
  width: 100%;
  height: 50px;
  padding: 0 30px 0 14px;
  color: var(--ph-text);
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 12px;
  font-weight: 600;
}

body.ph-b2b-modern #header-right .overflow-input {
  grid-column: 1;
  grid-row: 1;
  position: static;
  height: 50px;
}

body.ph-b2b-modern #header-right .overflow-input input,
body.ph-b2b-modern #header-right #search_query {
  width: 100%;
  height: 50px;
  padding: 0 17px;
  color: var(--ph-text);
  background: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
  font-size: 14px;
}

body.ph-b2b-modern #header-right .overflow-input input::placeholder {
  color: #8ba0a8;
}

body.ph-b2b-modern #header-right .button-search {
  grid-column: 3;
  grid-row: 1;
  position: relative;
  z-index: 3;
  top: auto;
  right: auto;
  width: 42px;
  height: 42px;
  margin: 4px 5px;
  cursor: pointer;
  background: var(--ph-orange) !important;
  border: 0;
  border-radius: 9px;
}

body.ph-b2b-modern #header-right .button-search:before {
  content: "\f002";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font: normal normal normal 16px/1 FontAwesome;
}

body.ph-b2b-modern #header-right .button-search:hover {
  background: var(--ph-orange-dark) !important;
  transform: translateY(-1px);
}

body.ph-b2b-modern #header-right .my-account,
body.ph-b2b-modern #header-right .cart-heading {
  display: grid;
  place-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin: 0;
  color: var(--ph-navy) !important;
  background: #eef5f5;
  border: 1px solid #d8e8e8;
  border-radius: 12px;
}

body.ph-b2b-modern #header-right .my-account:hover,
body.ph-b2b-modern #header-right .cart-heading:hover {
  color: #fff !important;
  background: var(--ph-teal);
  border-color: var(--ph-teal);
  transform: translateY(-2px);
}

body.ph-b2b-modern #cart_block {
  margin: 0;
}

body.ph-b2b-modern #cart_block #total_price {
  color: var(--ph-text);
  font-weight: 700;
}

body.ph-b2b-modern #cart_block #total_count_ajax {
  background: var(--ph-orange);
}

/* Ana menu */
body.ph-b2b-modern .megamenu-background {
  background: #fff !important;
  border-top: 1px solid var(--ph-border) !important;
  border-bottom: 3px solid var(--ph-orange) !important;
}

body.ph-b2b-modern .overflow-megamenu,
body.ph-b2b-modern .container-megamenu,
body.ph-b2b-modern .megamenu-wrapper,
body.ph-b2b-modern .megamenu-pattern {
  background: transparent !important;
}

body.ph-b2b-modern .overflow-megamenu.container {
  display: flex;
  align-items: center;
  gap: 18px;
}

body.ph-b2b-modern .overflow-megamenu.container > .container-megamenu {
  flex: 1 1 auto;
  min-width: 0;
}

body.ph-b2b-modern ul.megamenu {
  display: flex;
  align-items: center;
  gap: 2px;
  min-height: 58px;
  margin: 0;
}

body.ph-b2b-modern ul.megamenu > li,
body.ph-b2b-modern ul.megamenu > li.pull-right {
  float: none !important;
}

body.ph-b2b-modern ul.megamenu > li > a {
  padding: 20px 17px !important;
  color: var(--ph-navy) !important;
  background: transparent !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: .01em;
}

body.ph-b2b-modern ul.megamenu > li > a span,
body.ph-b2b-modern ul.megamenu > li > a strong {
  color: var(--ph-navy) !important;
}

body.ph-b2b-modern ul.megamenu > li:hover > a,
body.ph-b2b-modern ul.megamenu > li.active > a {
  color: var(--ph-orange) !important;
  background: #fff7f1 !important;
}

body.ph-b2b-modern ul.megamenu > li:hover > a span,
body.ph-b2b-modern ul.megamenu > li:hover > a strong,
body.ph-b2b-modern ul.megamenu > li.active > a span,
body.ph-b2b-modern ul.megamenu > li.active > a strong {
  color: var(--ph-orange) !important;
}

body.ph-b2b-modern ul.megamenu .sub-menu {
  border: 1px solid var(--ph-border);
  border-radius: 0 0 12px 12px;
  box-shadow: var(--ph-shadow);
}

.ph-nav-contact {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 18px;
  color: var(--ph-muted);
  font-size: 12px;
  white-space: nowrap;
}

.ph-nav-contact a,
.ph-nav-contact span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ph-text) !important;
  font-weight: 600;
}

.ph-nav-contact i {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: var(--ph-teal);
  border-radius: 50%;
}

.ph-nav-contact a:hover {
  color: var(--ph-orange) !important;
}

/* Referans yapisina uygun, mevcut site fotografli ana alan */
body.ph-b2b-modern.common-home header.header-type-12 #slider {
  display: none !important;
}

.ph-b2b-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 20px 0 0;
  background: #fff;
}

.ph-b2b-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(380px, .9fr) minmax(0, 1.25fr);
  min-height: 460px;
  overflow: hidden;
  background: linear-gradient(130deg, var(--ph-navy) 0%, var(--ph-navy-2) 60%, var(--ph-teal-dark) 100%);
  border-radius: 14px 14px 0 0;
  box-shadow: var(--ph-shadow);
}

.ph-b2b-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 48px;
  color: #fff;
}

.ph-b2b-hero__copy:after {
  content: "";
  position: absolute;
  top: 0;
  right: -90px;
  width: 180px;
  height: 100%;
  background: linear-gradient(90deg, var(--ph-navy-2), transparent);
  pointer-events: none;
}

.ph-b2b-hero__eyebrow {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  color: #8ce5cf;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .13em;
}

.ph-b2b-hero__title {
  position: relative;
  z-index: 1;
  max-width: 540px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(36px, 3.6vw, 52px);
  line-height: 1.08;
  font-weight: 750;
  letter-spacing: -.035em;
}

.ph-b2b-hero__lead {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin: 0 0 28px;
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.7;
}

.ph-b2b-hero__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ph-b2b-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 0 21px;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 750;
}

.ph-b2b-hero__button--primary {
  background: var(--ph-orange);
  border-color: var(--ph-orange);
  box-shadow: 0 10px 24px rgba(244,122,32,.22);
}

.ph-b2b-hero__button--secondary {
  background: rgba(255,255,255,.07);
}

.ph-b2b-hero__button:hover {
  color: #fff !important;
  background: var(--ph-teal);
  border-color: var(--ph-teal);
  transform: translateY(-2px);
}

.ph-b2b-hero__media {
  position: relative;
  display: block;
  min-height: 460px;
  overflow: hidden;
}

.ph-b2b-hero__media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18,61,73,.34), transparent 35%);
  pointer-events: none;
}

.ph-b2b-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  object-position: 76% center;
}

.ph-b2b-hero__discover {
  position: absolute;
  left: 6%;
  bottom: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  color: #fff;
  background: var(--ph-orange);
  border-radius: 7px;
  box-shadow: 0 10px 24px rgba(244,122,32,.24);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .025em;
}

.ph-b2b-hero__media:hover .ph-b2b-hero__discover {
  background: var(--ph-orange-dark);
  transform: translateY(-2px);
}

body.ph-b2b-modern.common-home .cleaning-banners {
  display: none !important;
}

.ph-b2b-hero__trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  border: 1px solid var(--ph-border);
  border-top: 0;
}

.ph-b2b-hero__trust span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 62px;
  padding: 12px;
  color: var(--ph-text);
  border-right: 1px solid var(--ph-border);
  font-size: 13px;
  font-weight: 650;
}

.ph-b2b-hero__trust span:last-child {
  border-right: 0;
}

.ph-b2b-hero__trust i {
  color: var(--ph-teal);
  font-size: 17px;
}

/* Surum 1.4: Parca Hammadde'ye ozel yeni ana sayfa */
.ph-hide-legacy-home {
  display: none !important;
}

.ph-home {
  position: relative;
  background: #fff;
}

.ph-home .ph-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .018em;
  text-decoration: none !important;
}

.ph-home .ph-button--primary,
.ph-home-final .ph-button--primary {
  color: #fff !important;
  background: var(--ph-orange);
  border-color: var(--ph-orange);
  box-shadow: 0 12px 28px rgba(244, 122, 32, .22);
}

.ph-home .ph-button--primary:hover,
.ph-home-final .ph-button--primary:hover {
  color: #fff !important;
  background: var(--ph-orange-dark);
  border-color: var(--ph-orange-dark);
  transform: translateY(-2px);
}

.ph-home .ph-button--ghost {
  color: #fff !important;
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .32);
}

.ph-home .ph-button--ghost:hover {
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .54);
  transform: translateY(-2px);
}

.ph-home .ph-button--light {
  color: var(--ph-navy) !important;
  background: #fff;
  border-color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}

.ph-home .ph-button--light:hover {
  color: #fff !important;
  background: var(--ph-orange);
  border-color: var(--ph-orange);
  transform: translateY(-2px);
}

.ph-home-hero {
  position: relative;
  overflow: hidden;
  padding: 26px 0 0;
  background:
    radial-gradient(circle at 8% 18%, rgba(85, 200, 168, .13), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f5f9f9 100%);
}

.ph-home-hero__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(440px, .92fr) minmax(0, 1.08fr);
  min-height: 510px;
  overflow: hidden;
  background: linear-gradient(132deg, #082832 0%, #0d3944 62%, #0a756e 100%);
  border-radius: 20px 20px 0 0;
  box-shadow: 0 24px 65px rgba(11, 42, 53, .18);
}

.ph-home-hero__panel:before {
  content: "";
  position: absolute;
  top: -170px;
  left: -120px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, .025), 0 0 0 140px rgba(255, 255, 255, .018);
  pointer-events: none;
}

.ph-home-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 62px 54px 54px;
  color: #fff;
}

.ph-home-kicker,
.ph-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #81dfc8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}

.ph-home-hero__copy h1 {
  max-width: 580px;
  margin: 18px 0 18px;
  color: #fff;
  font-size: clamp(39px, 4vw, 58px);
  line-height: 1.06;
  font-weight: 780;
  letter-spacing: -.045em;
}

.ph-home-hero__copy > p {
  max-width: 540px;
  margin: 0 0 29px;
  color: rgba(255, 255, 255, .76);
  font-size: 15px;
  line-height: 1.78;
}

.ph-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.ph-home-hero__notes {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  margin-top: 34px;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  font-weight: 600;
}

.ph-home-hero__notes span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.ph-home-hero__notes i {
  color: #81dfc8;
}

.ph-home-hero__media {
  position: relative;
  min-width: 0;
  min-height: 510px;
  overflow: hidden;
  background: #d8e6e6;
}

.ph-home-hero__media:before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(13, 57, 68, .72) 0%, rgba(13, 57, 68, .14) 30%, rgba(13, 57, 68, 0) 62%);
  pointer-events: none;
}

.ph-home-hero__media:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -100px;
  bottom: -180px;
  width: 410px;
  height: 410px;
  background: rgba(244, 122, 32, .14);
  border-radius: 50%;
  pointer-events: none;
}

.ph-home-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
  object-position: 77% center;
  filter: saturate(.86) contrast(1.04);
  transform: scale(1.035);
}

.ph-home-hero__badge {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  min-width: 192px;
  padding: 17px 20px;
  color: #fff;
  background: rgba(8, 40, 50, .88);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, .18);
  backdrop-filter: blur(9px);
}

.ph-home-hero__badge strong {
  color: #fff;
  font-size: 20px;
  letter-spacing: -.02em;
}

.ph-home-hero__badge span {
  margin-top: 3px;
  color: rgba(255, 255, 255, .69);
  font-size: 11px;
}

.ph-home-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  border: 1px solid var(--ph-border);
  border-top: 0;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 16px 45px rgba(11, 42, 53, .08);
}

.ph-home-trust > div {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 84px;
  padding: 16px 24px;
  border-right: 1px solid var(--ph-border);
}

.ph-home-trust > div:last-child {
  border-right: 0;
}

.ph-home-trust i {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  color: var(--ph-teal);
  background: #eaf7f4;
  border-radius: 11px;
  font-size: 16px;
}

.ph-home-trust span {
  display: flex;
  flex-direction: column;
  color: var(--ph-muted);
  font-size: 11px;
  line-height: 1.5;
}

.ph-home-trust strong {
  margin-bottom: 2px;
  color: var(--ph-navy);
  font-size: 13px;
}

.ph-home-categories {
  padding: 78px 0 72px;
  background: #fff;
}

.ph-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 28px;
}

.ph-section-heading .ph-section-kicker,
.ph-home-final .ph-section-kicker {
  color: var(--ph-teal-dark);
}

.ph-section-heading h2,
.ph-home-procurement h2,
.ph-home-final h2 {
  margin: 9px 0 0;
  color: var(--ph-navy);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  font-weight: 760;
  letter-spacing: -.035em;
}

.ph-section-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
  color: var(--ph-teal-dark) !important;
  font-size: 12px;
  font-weight: 750;
}

.ph-section-heading > a:hover {
  color: var(--ph-orange) !important;
}

.ph-category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px;
}

.ph-category-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 24px 21px 20px;
  overflow: hidden;
  color: var(--ph-text) !important;
  background: linear-gradient(180deg, #fff 0%, #f7fafb 100%);
  border: 1px solid var(--ph-border);
  border-radius: 15px;
  box-shadow: 0 7px 22px rgba(11, 42, 53, .045);
}

.ph-category-card:after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -58px;
  width: 126px;
  height: 126px;
  background: rgba(14, 141, 130, .055);
  border-radius: 50%;
}

.ph-category-card > i {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 21px;
  color: var(--ph-teal);
  background: #eaf7f4;
  border-radius: 13px;
  font-size: 18px;
}

.ph-category-card span {
  display: flex;
  flex-direction: column;
  color: var(--ph-muted);
  font-size: 11px;
  line-height: 1.55;
}

.ph-category-card strong {
  min-height: 42px;
  margin-bottom: 7px;
  color: var(--ph-navy);
  font-size: 15px;
  line-height: 1.35;
}

.ph-category-card b {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 15px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--ph-teal);
  background: #fff;
  border: 1px solid var(--ph-border);
  border-radius: 50%;
  font-size: 15px;
}

.ph-category-card:hover {
  color: var(--ph-text) !important;
  border-color: #a8d9d2;
  box-shadow: var(--ph-shadow-hover);
  transform: translateY(-5px);
}

.ph-category-card:hover > i,
.ph-category-card:hover b {
  color: #fff;
  background: var(--ph-teal);
  border-color: var(--ph-teal);
}

.ph-home-procurement {
  padding: 74px 0;
  color: #fff;
  background:
    linear-gradient(112deg, rgba(8, 40, 50, .98), rgba(12, 83, 82, .96)),
    #082832;
}

.ph-home-procurement .container {
  display: grid;
  grid-template-columns: minmax(300px, .85fr) minmax(0, 1.45fr);
  gap: 58px;
  align-items: center;
}

.ph-home-procurement h2 {
  color: #fff;
}

.ph-home-procurement__intro > p {
  max-width: 500px;
  margin: 17px 0 25px;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  line-height: 1.7;
}

.ph-process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.ph-process-steps > div {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 238px;
  padding: 27px 22px 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, .065);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 14px;
}

.ph-process-steps em {
  position: absolute;
  top: 16px;
  right: 17px;
  color: rgba(255, 255, 255, .16);
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
}

.ph-process-steps i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 36px;
  color: #fff;
  background: var(--ph-teal);
  border-radius: 12px;
  font-size: 16px;
}

.ph-process-steps strong {
  margin-bottom: 8px;
  color: #fff;
  font-size: 14px;
}

.ph-process-steps span {
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
  line-height: 1.6;
}

body.ph-b2b-modern.common-home .main-content.full-width.home {
  padding: 62px 0 74px;
  background: var(--ph-bg);
}

body.ph-b2b-modern.common-home .filter-product {
  padding: 30px 28px;
  background: #fff;
  border: 1px solid var(--ph-border);
  border-radius: 17px;
  box-shadow: 0 10px 30px rgba(11, 42, 53, .055);
}

body.ph-b2b-modern.common-home .filter-product .filter-tabs {
  margin-bottom: 24px;
  border-bottom: 1px solid var(--ph-border);
}

body.ph-b2b-modern.common-home .filter-product .filter-tabs a,
body.ph-b2b-modern.common-home .filter-product .filter-tabs li,
body.ph-b2b-modern.common-home .filter-product .filter-tabs .active {
  color: var(--ph-navy) !important;
  font-weight: 750;
}

.ph-home-final {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 38px;
  padding: 39px 42px;
  background: #fff;
  border: 1px solid var(--ph-border);
  border-left: 5px solid var(--ph-teal);
  border-radius: 15px;
  box-shadow: 0 10px 32px rgba(11, 42, 53, .055);
}

.ph-home-final h2 {
  font-size: 27px;
}

.ph-home-final p {
  margin: 10px 0 0;
  color: var(--ph-muted);
  font-size: 12px;
}

.ph-home-final .ph-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 9px;
  min-height: 50px;
  padding: 0 21px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 750;
}

/* Eski kategori aciklamasini karttan tamamen kaldir. */
body.ph-b2b-modern .product-list .description,
body.ph-b2b-modern .product-list .desc:empty {
  display: none !important;
}

body.ph-b2b-modern .product-list .ph-product-main {
  min-height: 180px;
  padding-top: 26px;
}

body.ph-b2b-modern .product-list > div > .row {
  margin-bottom: 18px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--ph-border);
  border-radius: 14px;
  box-shadow: 0 5px 18px rgba(11, 42, 53, .04);
}

body.ph-b2b-modern .product-list > div > .row:hover {
  border-color: #b7dcd8;
  box-shadow: var(--ph-shadow);
}

/* Icerik bolumleri */
body.ph-b2b-modern.common-home #content,
body.ph-b2b-modern.common-home .standard-body .full-width .container {
  padding-top: 32px;
}

body.ph-b2b-modern h1,
body.ph-b2b-modern h2,
body.ph-b2b-modern h3,
body.ph-b2b-modern h4,
body.ph-b2b-modern .box-heading {
  color: var(--ph-navy);
  letter-spacing: -.015em;
}

body.ph-b2b-modern .box-heading {
  margin-bottom: 22px;
  border-color: var(--ph-border);
  font-weight: 700;
}

/* Urun kartlari */
body.ph-b2b-modern .product-grid .product,
body.ph-b2b-modern .product-carousel .product,
body.ph-b2b-modern .box-product .product {
  height: 100%;
  padding: 14px;
  overflow: hidden;
  background: var(--ph-surface);
  border: 1px solid var(--ph-border);
  border-radius: var(--ph-radius);
  box-shadow: 0 5px 18px rgba(11,42,53,.045);
}

body.ph-b2b-modern .product-grid .product:hover,
body.ph-b2b-modern .product-carousel .product:hover,
body.ph-b2b-modern .box-product .product:hover {
  border-color: #bad7d6;
  box-shadow: var(--ph-shadow-hover);
  transform: translateY(-4px);
}

body.ph-b2b-modern .product .image {
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
}

body.ph-b2b-modern .product .image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  transition: transform .35s ease;
}

body.ph-b2b-modern .product:hover .image img {
  transform: scale(1.025);
}

body.ph-b2b-modern .product .right {
  padding: 15px 4px 4px;
}

body.ph-b2b-modern .product .name {
  min-height: 45px;
  margin-bottom: 9px;
}

body.ph-b2b-modern .product .name a {
  color: var(--ph-navy) !important;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
}

body.ph-b2b-modern .product .name a:hover {
  color: var(--ph-teal) !important;
}

body.ph-b2b-modern .product .price {
  min-height: 31px;
  margin: 4px 0 12px;
  color: var(--ph-teal-dark);
  font-size: 19px;
  font-weight: 750;
}

body.ph-b2b-modern .product .only-hover {
  position: static !important;
  display: block !important;
  height: auto !important;
  margin: 4px 0 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

body.ph-b2b-modern .product .only-hover ul {
  display: flex;
  gap: 7px;
  margin: 0;
  padding: 0;
}

body.ph-b2b-modern .product .only-hover li {
  margin: 0;
}

body.ph-b2b-modern .product .only-hover a,
body.ph-b2b-modern .product .only-hover button,
body.ph-b2b-modern .product .button,
body.ph-b2b-modern .product .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  color: var(--ph-navy) !important;
  background: #edf5f5 !important;
  border: 1px solid #d5e6e6 !important;
  border-radius: 9px !important;
  box-shadow: none !important;
}

body.ph-b2b-modern .product .ph-cart-action {
  flex: 1 1 auto;
  padding: 0 13px !important;
  color: #fff !important;
  background: var(--ph-teal) !important;
  border-color: var(--ph-teal) !important;
  font-weight: 700;
}

body.ph-b2b-modern .product .ph-cart-action:hover {
  background: var(--ph-teal-dark) !important;
  border-color: var(--ph-teal-dark) !important;
}

body.ph-b2b-modern .product.ph-quote-product {
  border-color: #f3d1b9;
}

body.ph-b2b-modern .ph-quote-price {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  color: var(--ph-orange) !important;
  font-size: 15px;
  font-weight: 750;
}

body.ph-b2b-modern .ph-quote-price:before {
  content: "\f1d8";
  margin-right: 7px;
  font: normal normal normal 13px/1 FontAwesome;
}

body.ph-b2b-modern .product.ph-quote-product .ph-cart-action {
  background: var(--ph-orange) !important;
  border-color: var(--ph-orange) !important;
}

body.ph-b2b-modern .product.ph-quote-product .ph-cart-action:hover {
  background: var(--ph-orange-dark) !important;
  border-color: var(--ph-orange-dark) !important;
}

/* Genel butonlar, formlar ve sepet */
body.ph-b2b-modern .btn-primary,
body.ph-b2b-modern input[type="submit"].button,
body.ph-b2b-modern a.button {
  color: #fff !important;
  background: var(--ph-orange) !important;
  border-color: var(--ph-orange) !important;
  border-radius: 9px;
  font-weight: 650;
  box-shadow: none;
}

body.ph-b2b-modern .btn-primary:hover,
body.ph-b2b-modern input[type="submit"].button:hover,
body.ph-b2b-modern a.button:hover {
  background: var(--ph-orange-dark) !important;
  border-color: var(--ph-orange-dark) !important;
}

body.ph-b2b-modern .form-control,
body.ph-b2b-modern input[type="text"],
body.ph-b2b-modern input[type="email"],
body.ph-b2b-modern input[type="tel"],
body.ph-b2b-modern textarea,
body.ph-b2b-modern select {
  border-color: var(--ph-border);
  border-radius: 8px;
  box-shadow: none;
}

body.ph-b2b-modern .table,
body.ph-b2b-modern .panel,
body.ph-b2b-modern .well,
body.ph-b2b-modern .box {
  border-color: var(--ph-border);
  border-radius: 12px;
}

body.ph-b2b-modern .table-responsive {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--ph-border);
  border-radius: 12px;
}

body.ph-b2b-modern .table > thead > tr > td,
body.ph-b2b-modern .table > thead > tr > th {
  color: var(--ph-navy);
  background: #edf4f5;
  border-color: var(--ph-border);
  font-weight: 700;
}

body.ph-b2b-modern .alert {
  border-radius: 10px;
}

/* Alt alan */
body.ph-b2b-modern .footer,
body.ph-b2b-modern .custom-footer,
body.ph-b2b-modern #footer {
  color: rgba(255,255,255,.7);
  background: var(--ph-navy) !important;
}

body.ph-b2b-modern .footer h4,
body.ph-b2b-modern .footer .title,
body.ph-b2b-modern .custom-footer h4,
body.ph-b2b-modern #footer h4 {
  color: #fff;
}

body.ph-b2b-modern .footer a,
body.ph-b2b-modern .custom-footer a,
body.ph-b2b-modern #footer a {
  color: rgba(255,255,255,.72);
}

body.ph-b2b-modern .footer a:hover,
body.ph-b2b-modern .custom-footer a:hover,
body.ph-b2b-modern #footer a:hover {
  color: #8ce5cf;
}

/* Tablet */
@media (max-width: 991px) {
  body.ph-b2b-modern header.header-type-12 #top > .background > .pattern > .container > .row {
    flex-wrap: wrap;
    min-height: 0;
    padding: 18px 0;
  }

  body.ph-b2b-modern #header-left {
    width: 100%;
    margin-bottom: 15px;
  }

  body.ph-b2b-modern #header-left .logo,
  body.ph-b2b-modern #header-left .logo img {
    margin-left: auto;
    margin-right: auto;
  }

  body.ph-b2b-modern #header-right {
    width: 100%;
  }

  .ph-nav-contact {
    display: none;
  }

  .ph-b2b-hero__media,
  .ph-b2b-hero__media img {
    min-height: 320px;
  }

  .ph-b2b-hero__grid {
    grid-template-columns: 1fr 1fr;
    min-height: 420px;
  }

  .ph-b2b-hero__copy {
    padding: 40px 32px;
  }

  .ph-b2b-hero__title {
    font-size: 38px;
  }

  .ph-home-hero__panel {
    grid-template-columns: minmax(350px, 1fr) 1fr;
    min-height: 470px;
  }

  .ph-home-hero__copy {
    padding: 46px 34px;
  }

  .ph-home-hero__copy h1 {
    font-size: 40px;
  }

  .ph-home-hero__media,
  .ph-home-hero__media img {
    min-height: 470px;
  }

  .ph-home-hero__notes {
    gap: 10px 14px;
  }

  .ph-home-trust > div {
    padding: 14px 16px;
  }

  .ph-category-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ph-home-procurement .container {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

/* Telefon */
@media (max-width: 767px) {
  body.ph-b2b-modern .container {
    width: calc(100% - 24px);
  }

  body.ph-b2b-modern .ph-topbar {
    min-height: 34px;
    padding: 7px 0;
    text-align: center;
    font-size: 11px;
  }

  body.ph-b2b-modern #header-left .logo img {
    width: 230px !important;
  }

  body.ph-b2b-modern #header-left .logo {
    width: 230px;
    height: 66px;
  }

  body.ph-b2b-modern #header-right {
    display: grid;
    grid-template-columns: 1fr 50px 50px;
    gap: 8px;
  }

  body.ph-b2b-modern #header-right .search_form {
    grid-column: 1 / -1;
    grid-row: 1;
    grid-template-columns: minmax(0, 1fr) 52px;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0 0 2px;
  }

  body.ph-b2b-modern #header-right .search-cat {
    display: none;
  }

  body.ph-b2b-modern #header-right .button-search {
    grid-column: 2;
  }

  body.ph-b2b-modern #header-right .my-account {
    grid-column: 2;
  }

  body.ph-b2b-modern #cart_block {
    grid-column: 3;
  }

  body.ph-b2b-modern .megaMenuToggle {
    min-height: 52px;
    color: #fff;
    background: var(--ph-teal-dark) !important;
  }

  body.ph-b2b-modern ul.megamenu {
    display: block;
    min-height: 0;
  }

  body.ph-b2b-modern ul.megamenu > li > a {
    padding: 14px 16px !important;
  }

  .ph-b2b-hero {
    padding-top: 12px;
  }

  .ph-b2b-hero__media,
  .ph-b2b-hero__media img {
    min-height: 245px;
  }

  .ph-b2b-hero__media img {
    object-position: 76% center;
  }

  .ph-b2b-hero__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .ph-b2b-hero__copy {
    padding: 34px 25px 38px;
  }

  .ph-b2b-hero__copy:after {
    display: none;
  }

  .ph-b2b-hero__title {
    font-size: 34px;
  }

  .ph-b2b-hero__lead {
    font-size: 14px;
  }

  .ph-b2b-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ph-b2b-hero__button {
    width: 100%;
  }

  .ph-b2b-hero__discover {
    left: 18px;
    bottom: 18px;
    min-height: 42px;
    padding: 0 17px;
    font-size: 11px;
  }

  .ph-b2b-hero__trust {
    grid-template-columns: 1fr;
  }

  .ph-b2b-hero__trust span {
    min-height: 48px;
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid var(--ph-border);
  }

  .ph-b2b-hero__trust span:last-child {
    border-bottom: 0;
  }

  body.ph-b2b-modern .product .name {
    min-height: 0;
  }

  .ph-home-hero {
    padding-top: 12px;
  }

  .ph-home-hero__panel {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 15px 15px 0 0;
  }

  .ph-home-hero__copy {
    padding: 35px 24px 37px;
  }

  .ph-home-hero__copy h1 {
    margin-top: 14px;
    font-size: 35px;
  }

  .ph-home-hero__copy > p {
    font-size: 13px;
  }

  .ph-home-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ph-home .ph-button {
    width: 100%;
  }

  .ph-home-hero__notes {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .ph-home-hero__media,
  .ph-home-hero__media img {
    min-height: 260px;
  }

  .ph-home-hero__media img {
    object-position: 76% center;
  }

  .ph-home-hero__badge {
    right: 14px;
    bottom: 14px;
    min-width: 170px;
    padding: 13px 16px;
  }

  .ph-home-hero__badge strong {
    font-size: 17px;
  }

  .ph-home-trust {
    grid-template-columns: 1fr;
    border-radius: 0 0 15px 15px;
  }

  .ph-home-trust > div {
    min-height: 72px;
    border-right: 0;
    border-bottom: 1px solid var(--ph-border);
  }

  .ph-home-trust > div:last-child {
    border-bottom: 0;
  }

  .ph-home-categories {
    padding: 53px 0 50px;
  }

  .ph-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .ph-section-heading h2,
  .ph-home-procurement h2 {
    font-size: 30px;
  }

  .ph-category-grid {
    grid-template-columns: 1fr;
  }

  .ph-category-card {
    min-height: 150px;
    padding: 20px;
  }

  .ph-category-card > i {
    margin-bottom: 14px;
  }

  .ph-category-card strong {
    min-height: 0;
  }

  .ph-home-procurement {
    padding: 52px 0;
  }

  .ph-process-steps {
    grid-template-columns: 1fr;
  }

  .ph-process-steps > div {
    min-height: 190px;
  }

  .ph-process-steps i {
    margin-bottom: 25px;
  }

  body.ph-b2b-modern.common-home .main-content.full-width.home {
    padding: 44px 0 54px;
  }

  body.ph-b2b-modern.common-home .filter-product {
    padding: 22px 15px;
  }

  .ph-home-final {
    align-items: stretch;
    flex-direction: column;
    padding: 28px 23px;
  }

  .ph-home-final h2 {
    font-size: 25px;
  }

  .ph-home-final .ph-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ph-b2b-modern *,
  body.ph-b2b-modern *:before,
  body.ph-b2b-modern *:after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Surum 1.5: logo, Ana Sayfa ve uc ana ikon ayni ust satirda */
body.ph-b2b-modern.ph-compact-header header.header-type-12 #top > .background > .pattern > .container > .row {
  flex-wrap: nowrap !important;
  justify-content: flex-start;
  min-height: 104px;
}

body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-left {
  display: flex !important;
  align-items: center;
  flex: 0 0 auto;
  gap: 17px;
  width: auto !important;
  margin: 0 !important;
}

body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-left .logo {
  flex: 0 0 auto;
  width: 280px;
  height: 78px;
}

body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-left .logo img {
  width: 280px !important;
}

.ph-header-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 8px;
  min-height: 50px;
  padding: 0 16px;
  color: var(--ph-navy) !important;
  background: #fff;
  border: 1px solid var(--ph-border);
  border-radius: 11px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.ph-header-home i {
  color: var(--ph-teal);
  font-size: 17px;
}

.ph-header-home:hover {
  color: #fff !important;
  background: var(--ph-teal);
  border-color: var(--ph-teal);
  transform: translateY(-2px);
}

.ph-header-home:hover i {
  color: #fff;
}

body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-right {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  gap: 9px;
  width: auto !important;
  margin: 0 !important;
  padding-left: 0;
}

body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-right .search_form {
  display: none !important;
}

.ph-header-icon,
body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-right .my-account,
body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-right .cart-heading {
  display: grid !important;
  place-items: center;
  flex: 0 0 50px;
  width: 50px !important;
  min-width: 50px;
  height: 50px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--ph-navy) !important;
  background: #eef5f5 !important;
  border: 1px solid #d8e8e8 !important;
  border-radius: 11px !important;
  box-shadow: none !important;
}

.ph-header-icon {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
}

.ph-header-icon:hover,
.ph-header-icon.is-active,
body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-right .my-account:hover,
body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-right .cart-heading:hover {
  color: #fff !important;
  background: var(--ph-teal) !important;
  border-color: var(--ph-teal) !important;
  transform: translateY(-2px);
}

body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-right .my-account-with-logout {
  flex: 0 0 50px;
  width: 50px;
  margin: 0;
}

body.ph-b2b-modern.ph-compact-header header.header-type-12 #cart_block {
  position: relative;
  flex: 0 0 50px;
  width: 50px;
  margin: 0;
}

body.ph-b2b-modern.ph-compact-header header.header-type-12 #cart_block .cart-heading p,
body.ph-b2b-modern.ph-compact-header header.header-type-12 #cart_block #total_price_ajax,
body.ph-b2b-modern.ph-compact-header header.header-type-12 #cart_block #total_price {
  display: none !important;
}

body.ph-b2b-modern.ph-compact-header header.header-type-12 #cart_block .cart-icon {
  position: static !important;
  display: grid !important;
  place-items: center;
  width: 23px !important;
  height: 23px !important;
  margin: 0 !important;
}

body.ph-b2b-modern.ph-compact-header header.header-type-12 #cart_block .cart-icon img {
  max-width: 22px !important;
  max-height: 22px !important;
  object-fit: contain;
}

body.ph-b2b-modern.ph-compact-header header.header-type-12 #cart_block .cart-count {
  position: absolute !important;
  z-index: 4;
  top: -6px !important;
  right: -6px !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}

body.ph-b2b-modern.ph-compact-header header.header-type-12 #cart_block #total_count_ajax {
  display: grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  color: #fff;
  background: var(--ph-orange);
  border: 2px solid #fff;
  border-radius: 10px;
  font-size: 9px;
  font-style: normal;
  line-height: 1;
}

.ph-search-popover {
  position: absolute;
  z-index: 1002;
  top: 62px;
  left: 0;
  display: none;
  width: min(430px, calc(100vw - 32px));
  padding: 17px;
  background: #fff;
  border: 1px solid var(--ph-border);
  border-radius: 13px;
  box-shadow: 0 20px 55px rgba(11, 42, 53, .2);
}

.ph-search-popover.is-open {
  display: block;
  animation: phSearchOpen .18s ease-out both;
}

.ph-search-popover label {
  display: block;
  margin-bottom: 8px;
  color: var(--ph-navy);
  font-size: 11px;
  font-weight: 750;
}

.ph-search-popover > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px 38px;
  gap: 7px;
}

.ph-search-popover input[type="search"] {
  width: 100%;
  height: 44px;
  padding: 0 13px;
  color: var(--ph-text);
  background: #f7fafb;
  border: 1px solid var(--ph-border);
  border-radius: 9px;
  outline: 0;
  font-size: 13px;
}

.ph-search-popover input[type="search"]:focus {
  border-color: var(--ph-teal);
  box-shadow: 0 0 0 3px rgba(14, 141, 130, .11);
}

.ph-search-submit,
.ph-search-close {
  display: grid;
  place-items: center;
  height: 44px;
  padding: 0;
  cursor: pointer;
  border-radius: 9px;
}

.ph-search-submit {
  color: #fff;
  background: var(--ph-orange);
  border: 1px solid var(--ph-orange);
}

.ph-search-submit:hover {
  background: var(--ph-orange-dark);
  border-color: var(--ph-orange-dark);
}

.ph-search-close {
  color: var(--ph-muted);
  background: #fff;
  border: 1px solid var(--ph-border);
}

.ph-search-close:hover {
  color: #fff;
  background: var(--ph-teal);
  border-color: var(--ph-teal);
}

@keyframes phSearchOpen {
  from { opacity: 0; transform: translateY(-7px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 991px) {
  body.ph-b2b-modern.ph-compact-header header.header-type-12 #top > .background > .pattern > .container > .row {
    flex-wrap: nowrap !important;
    padding: 14px 0;
  }

  body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-left,
  body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-right {
    width: auto !important;
    margin: 0 !important;
  }

  body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-left .logo,
  body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-left .logo img {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .ph-header-home {
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  body.ph-b2b-modern.ph-compact-header header.header-type-12 #top > .background > .pattern > .container > .row {
    min-height: 82px;
    gap: 6px;
    margin-left: 0;
    margin-right: 0;
  }

  body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-left {
    gap: 5px;
    padding: 0;
  }

  body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-left .logo {
    width: 150px;
    height: 54px;
  }

  body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-left .logo img {
    width: 150px !important;
  }

  .ph-header-home,
  .ph-header-icon,
  body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-right .my-account,
  body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-right .cart-heading {
    flex-basis: 40px;
    width: 40px !important;
    min-width: 40px;
    height: 40px !important;
    padding: 0;
  }

  .ph-header-home span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-right {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 5px;
    padding: 0;
  }

  body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-right .my-account-with-logout,
  body.ph-b2b-modern.ph-compact-header header.header-type-12 #cart_block {
    grid-column: auto !important;
    flex-basis: 40px;
    width: 40px;
  }

  .ph-search-popover {
    top: 51px;
    right: 0;
    left: auto;
    width: calc(100vw - 24px);
    padding: 14px;
  }
}

@media (max-width: 390px) {
  body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-left .logo {
    width: 132px;
  }

  body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-left .logo img {
    width: 132px !important;
  }

  .ph-header-home,
  .ph-header-icon,
  body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-right .my-account,
  body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-right .cart-heading {
    flex-basis: 38px;
    width: 38px !important;
    min-width: 38px;
    height: 38px !important;
  }

  body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-right .my-account-with-logout,
  body.ph-b2b-modern.ph-compact-header header.header-type-12 #cart_block {
    flex-basis: 38px;
    width: 38px;
  }
}

/* Surum 1.6: referans gorunum — logo, menu ve ikonlar tek beyaz satirda */
body.ph-b2b-modern .ph-topbar__contact {
  display: none !important;
}

body.ph-b2b-modern.common-home .ph-home {
  display: none !important;
}

body.ph-b2b-modern.common-home header.header-type-12 #slider {
  display: block !important;
}

body.ph-b2b-modern.common-home .cleaning-banners {
  display: block !important;
}

body.ph-b2b-modern.ph-compact-header header.header-type-12 #top > .background > .pattern > .container {
  width: min(1360px, calc(100% - 32px));
}

body.ph-b2b-modern.ph-compact-header header.header-type-12 #top > .background > .pattern > .container > .row {
  justify-content: space-between;
  min-height: 130px;
  border-bottom: 0;
}

body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-left {
  display: flex !important;
  align-items: center;
  flex: 1 1 auto;
  gap: 34px;
  min-width: 0;
}

body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-left .logo {
  width: 280px;
  height: 80px;
}

body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-left .logo img {
  width: 280px !important;
}

.ph-inline-nav {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  height: 54px;
}

.ph-inline-nav > a,
.ph-inline-nav__dropdown > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 28px;
  color: #263840 !important;
  background: transparent !important;
  border: 0;
  font-size: 13px;
  font-weight: 720;
  line-height: 1;
  white-space: nowrap;
}

.ph-inline-nav > a:after,
.ph-inline-nav__dropdown:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 1px;
  height: 32px;
  background: #d8e0e2;
}

.ph-inline-nav > a:last-child:after {
  display: none;
}

.ph-inline-nav > a:hover,
.ph-inline-nav__dropdown > a:hover,
.ph-inline-nav__dropdown:hover > a {
  color: var(--ph-teal) !important;
}

.ph-inline-nav__home {
  color: var(--ph-teal) !important;
}

.ph-inline-nav__home i {
  color: var(--ph-teal);
  font-size: 20px;
}

.ph-inline-nav__dropdown {
  position: relative;
  display: flex;
  align-items: center;
  height: 54px;
}

.ph-inline-nav__dropdown > a i {
  margin-left: 8px;
  color: #596d75;
  font-size: 15px;
}

.ph-inline-nav__submenu {
  position: absolute;
  z-index: 1001;
  top: 48px;
  left: 14px;
  display: block;
  width: 230px;
  padding: 9px;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  border: 1px solid var(--ph-border);
  border-radius: 12px;
  box-shadow: 0 20px 48px rgba(11, 42, 53, .17);
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.ph-inline-nav__dropdown:hover .ph-inline-nav__submenu,
.ph-inline-nav__dropdown:focus-within .ph-inline-nav__submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.ph-inline-nav__submenu a {
  display: block;
  padding: 11px 12px;
  color: var(--ph-text) !important;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
}

.ph-inline-nav__submenu a:hover {
  color: var(--ph-teal-dark) !important;
  background: #edf7f5;
}

body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-right {
  flex: 0 0 auto;
  gap: 16px;
  padding-left: 10px;
}

.ph-header-icon,
body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-right .my-account,
body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-right .cart-heading {
  flex-basis: 46px;
  width: 46px !important;
  min-width: 46px;
  height: 46px !important;
  color: #25383f !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 9px !important;
}

.ph-header-icon {
  font-size: 22px;
}

body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-right .my-account i {
  font-size: 22px;
}

.ph-header-icon:hover,
.ph-header-icon.is-active,
body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-right .my-account:hover,
body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-right .cart-heading:hover {
  color: var(--ph-teal) !important;
  background: #edf7f5 !important;
  border: 0 !important;
  transform: translateY(-2px);
}

body.ph-b2b-modern.ph-compact-header header.header-type-12 #cart_block .cart-icon img {
  max-width: 27px !important;
  max-height: 27px !important;
}

@media (min-width: 992px) {
  body.ph-b2b-modern.ph-compact-header header.header-type-12 .megamenu-background {
    display: none !important;
  }
}

@media (max-width: 1180px) and (min-width: 992px) {
  body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-left {
    gap: 16px;
  }

  body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-left .logo {
    width: 220px;
  }

  body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-left .logo img {
    width: 220px !important;
  }

  .ph-inline-nav > a,
  .ph-inline-nav__dropdown > a {
    padding: 0 16px;
    font-size: 12px;
  }

  body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-right {
    gap: 7px;
  }
}

@media (max-width: 991px) {
  .ph-inline-nav {
    display: none !important;
  }

  body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-left {
    flex: 1 1 auto;
  }

  body.ph-b2b-modern.ph-compact-header header.header-type-12 #header-right {
    flex: 0 0 auto;
  }
}
