/* Parça Hammadde — Faz 2 B2B içerik ve SEO, v1.0.10 */

body.ph-phase2 {
  --ph2-navy: #123c4b;
  --ph2-teal: #009b8d;
  --ph2-teal-dark: #007c72;
  --ph2-orange: #f47a2a;
  --ph2-text: #29434d;
  --ph2-muted: #6e8188;
  --ph2-line: #dce8e6;
  --ph2-soft: #f3f8f7;
}

body.ph-phase2 .ph2-hidden-legacy {
  display: none !important;
}

.ph2-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--ph2-teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  line-height: 1.4;
}

.ph2-home {
  color: var(--ph2-text);
  background: #fff;
}

.ph2-intro {
  padding: 62px 0 54px;
  background:
    radial-gradient(circle at 86% 12%, rgba(0,155,141,.13), transparent 31%),
    linear-gradient(135deg, #f8fbfb 0%, #edf6f4 100%);
  border-bottom: 1px solid var(--ph2-line);
}

.ph2-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr);
  align-items: center;
  gap: 58px;
}

.ph2-intro__copy h1 {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--ph2-navy);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 780;
  line-height: 1.06;
  letter-spacing: -1.5px;
}

.ph2-intro__copy > p {
  max-width: 700px;
  margin: 0;
  color: #536b74;
  font-size: 17px;
  line-height: 1.75;
}

.ph2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 28px;
}

.ph2-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none !important;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.ph2-button:hover {
  transform: translateY(-2px);
}

.ph2-button--primary {
  color: #fff !important;
  background: var(--ph2-teal);
  box-shadow: 0 10px 24px rgba(0,124,114,.18);
}

.ph2-button--primary:hover {
  background: var(--ph2-teal-dark);
}

.ph2-button--secondary {
  color: var(--ph2-navy) !important;
  background: #fff;
  border: 1px solid #cfdedb;
}

.ph2-button--secondary:hover {
  color: var(--ph2-teal-dark) !important;
  border-color: var(--ph2-teal);
}

.ph2-intro__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ph2-intro__facts > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 2px 12px;
  min-height: 112px;
  padding: 21px 18px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(203,222,218,.86);
  border-radius: 13px;
  box-shadow: 0 9px 25px rgba(18,60,75,.06);
}

.ph2-intro__facts i {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--ph2-teal);
  background: #e6f5f2;
  border-radius: 10px;
  font-size: 18px;
}

.ph2-intro__facts strong {
  align-self: end;
  color: var(--ph2-navy);
  font-size: 14px;
}

.ph2-intro__facts span {
  color: var(--ph2-muted);
  font-size: 11px;
  line-height: 1.45;
}

.ph2-categories {
  padding: 70px 0 75px;
  background: #fff;
  scroll-margin-top: 22px;
}

.ph2-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.ph2-heading h2 {
  margin: 0 0 11px;
  color: var(--ph2-navy);
  font-size: clamp(28px, 3vw, 39px);
  font-weight: 760;
  line-height: 1.18;
  letter-spacing: -.7px;
}

.ph2-heading p {
  margin: 0;
  color: var(--ph2-muted);
  font-size: 14px;
}

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

.ph2-category-grid > a {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 11px;
  min-height: 126px;
  padding: 20px 16px;
  color: var(--ph2-text) !important;
  background: #fff;
  border: 1px solid var(--ph2-line);
  border-radius: 13px;
  box-shadow: 0 8px 25px rgba(18,60,75,.045);
  text-decoration: none !important;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ph2-category-grid > a:hover {
  border-color: rgba(0,155,141,.55);
  box-shadow: 0 14px 32px rgba(18,60,75,.1);
  transform: translateY(-4px);
}

.ph2-category-grid i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  background: var(--ph2-teal);
  border-radius: 11px;
  font-size: 18px;
}

.ph2-category-grid strong,
.ph2-category-grid small {
  display: block;
}

.ph2-category-grid strong {
  margin-bottom: 5px;
  color: var(--ph2-navy);
  font-size: 13px;
  line-height: 1.3;
}

.ph2-category-grid small {
  color: var(--ph2-muted);
  font-size: 10px;
  line-height: 1.45;
}

.ph2-category-grid b {
  color: var(--ph2-orange);
  font-size: 18px;
}

.ph2-products-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 22px 0 34px;
  padding: 17px 19px;
  color: #5c727a;
  background: #f4f8f7;
  border: 1px solid #dce8e6;
  border-radius: 10px;
  font-size: 12px;
}

.ph2-products-note a {
  flex: 0 0 auto;
  color: var(--ph2-teal-dark) !important;
  font-weight: 750;
}

/* Hakkimizda */
.ph2-about {
  padding: 18px 0 45px;
  color: var(--ph2-text);
}

.ph2-about > header {
  max-width: 920px;
  padding: 42px 44px;
  background: linear-gradient(135deg, #f3f9f8, #e9f5f2);
  border: 1px solid var(--ph2-line);
  border-radius: 16px;
}

.ph2-about > header h2 {
  margin: 0 0 16px;
  color: var(--ph2-navy);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 780;
  line-height: 1.1;
}

.ph2-about > header p {
  max-width: 760px;
  margin: 0;
  color: #5b7078;
  font-size: 16px;
  line-height: 1.75;
}

.ph2-about__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-top: 22px;
}

.ph2-about__grid section {
  padding: 28px 25px;
  background: #fff;
  border: 1px solid var(--ph2-line);
  border-radius: 13px;
}

.ph2-about__grid i {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 18px;
  color: #fff;
  background: var(--ph2-teal);
  border-radius: 11px;
  font-size: 18px;
}

.ph2-about__grid h2,
.ph2-about__promise h2 {
  color: var(--ph2-navy);
  font-weight: 750;
}

.ph2-about__grid h2 {
  margin: 0 0 10px;
  font-size: 18px;
}

.ph2-about__grid p,
.ph2-about__promise p {
  margin: 0;
  color: var(--ph2-muted);
  line-height: 1.7;
}

.ph2-about__promise {
  display: grid;
  grid-template-columns: minmax(250px, .65fr) 1.35fr;
  align-items: center;
  gap: 42px;
  margin-top: 22px;
  padding: 32px 35px;
  background: #123c4b;
  border-radius: 14px;
}

.ph2-about__promise .ph2-kicker,
.ph2-about__promise h2 {
  color: #fff;
}

.ph2-about__promise h2 {
  margin: 0;
  font-size: 27px;
}

.ph2-about__promise p {
  color: rgba(255,255,255,.7);
}

/* Urun detay */
.ph2-product-support {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 30px;
}

.ph2-product-support > div,
.ph2-product-support > a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 11px;
  min-height: 105px;
  padding: 18px 16px;
  color: var(--ph2-text) !important;
  background: #f5f9f8;
  border: 1px solid var(--ph2-line);
  border-radius: 11px;
  text-decoration: none !important;
}

.ph2-product-support > a {
  background: #eaf8ef;
  border-color: #bfe5cc;
}

.ph2-product-support i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--ph2-teal);
  border-radius: 10px;
  font-size: 17px;
}

.ph2-product-support > a i {
  background: #25b85c;
  font-size: 21px;
}

.ph2-product-support strong,
.ph2-product-support small {
  display: block;
}

.ph2-product-support strong {
  margin: 1px 0 5px;
  color: var(--ph2-navy);
  font-size: 12px;
  line-height: 1.35;
}

.ph2-product-support small {
  color: var(--ph2-muted);
  font-size: 10px;
  line-height: 1.45;
}

.ph2-description-placeholder {
  padding: 24px 26px;
  background: #f6f9f9;
  border-left: 4px solid var(--ph2-teal);
  border-radius: 8px;
}

.ph2-description-placeholder h2 {
  margin: 0 0 10px;
  color: var(--ph2-navy);
  font-size: 20px;
}

.ph2-description-placeholder p {
  margin: 0;
  color: var(--ph2-muted);
  line-height: 1.7;
}

body.ph-phase2 .product-info .share {
  display: none !important;
}

/* Ana sayfa modern ürün kartları */
body.common-home.ph-phase2 .ph2-home-deals-hidden {
  display: none !important;
}

body.common-home.ph-phase2 .ph2-home-module-hidden {
  display: none !important;
}

body.common-home.ph-phase2 .ph2-home-products-wide {
  width: 100% !important;
}

body.common-home.ph-phase2 .ph2-modern-products-box {
  margin-top: 8px;
  padding: 27px 28px 31px;
  background: #f6f9f9;
  border: 1px solid var(--ph2-line);
  border-radius: 16px;
}

body.common-home.ph-phase2 .ph2-modern-products-box > .box-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 23px;
  padding: 0;
  color: var(--ph2-navy);
  font-size: 28px;
  font-weight: 800;
}

body.common-home.ph-phase2 .ph2-modern-products-box > .strip-line {
  display: none !important;
}

.ph2-view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ph2-teal-dark) !important;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none !important;
}

body.common-home.ph-phase2 .ph2-modern-products-box .product-grid > .row {
  display: flex;
  flex-wrap: wrap;
}

body.common-home.ph-phase2 .ph2-modern-products-box .product-grid > .row > [class*="col-"] {
  display: flex;
  margin-bottom: 18px;
}

body.common-home.ph-phase2 .ph2-modern-products-box .ph2-product-card {
  position: relative;
  display: flex !important;
  width: 100%;
  min-height: 440px;
  overflow: hidden;
  flex-direction: column;
  background: #fff;
  border: 1px solid #dfe9e8 !important;
  border-radius: 13px;
  box-shadow: 0 8px 24px rgba(21, 52, 72, .06);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

body.common-home.ph-phase2 .ph2-modern-products-box .ph2-product-card:hover {
  transform: translateY(-4px);
  border-color: #b9d9d4 !important;
  box-shadow: 0 15px 34px rgba(21, 52, 72, .12);
}

body.common-home.ph-phase2 .ph2-modern-products-box .ph2-product-card > .left {
  width: 100% !important;
  float: none !important;
}

body.common-home.ph-phase2 .ph2-modern-products-box .ph2-product-card .image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 220px !important;
  margin: 0 !important;
  padding: 20px;
  overflow: hidden;
  background: linear-gradient(180deg, #fbfdfd, #f2f7f6);
  border-bottom: 1px solid #e8efee;
}

body.common-home.ph-phase2 .ph2-modern-products-box .ph2-product-card .image > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

body.common-home.ph-phase2 .ph2-modern-products-box .ph2-product-card .image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 190px !important;
  max-height: 185px !important;
  object-fit: contain !important;
}

body.common-home.ph-phase2 .ph2-modern-products-box .ph2-product-card .ph2-no-image img {
  display: none !important;
}

.ph2-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  color: #8aa09f;
}

.ph2-image-placeholder i {
  font-size: 43px;
  color: #b7c9c7;
}

.ph2-image-placeholder small {
  font-size: 12px;
  font-weight: 700;
}

body.common-home.ph-phase2 .ph2-modern-products-box .ph2-product-card > .right {
  display: flex !important;
  width: 100% !important;
  min-height: 218px;
  padding: 17px 16px 15px !important;
  float: none !important;
  flex: 1 1 auto;
  flex-direction: column;
  text-align: left !important;
}

.ph2-packaging-badge {
  align-self: flex-start;
  margin-bottom: 11px;
  padding: 5px 9px;
  color: #26786f;
  background: #e9f6f3;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .25px;
  text-transform: uppercase;
}

body.common-home.ph-phase2 .ph2-modern-products-box .ph2-product-card .name {
  min-height: 48px;
  margin: 0 0 7px !important;
  overflow: hidden;
  line-height: 1.45;
}

body.common-home.ph-phase2 .ph2-modern-products-box .ph2-product-card .name a {
  color: var(--ph2-navy) !important;
  font-size: 15px;
  font-weight: 800;
}

body.common-home.ph-phase2 .ph2-modern-products-box .ph2-product-card .price {
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: var(--ph2-teal-dark) !important;
  font-size: 22px !important;
  font-weight: 850 !important;
}

body.common-home.ph-phase2 .ph2-modern-products-box .ph2-product-card .only-hover {
  display: none !important;
}

.ph2-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: auto;
}

.ph2-card-actions a,
.ph2-card-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 7px;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 800;
  font-family: inherit;
  line-height: 1.25;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
}

.ph2-card-detail {
  color: var(--ph2-navy) !important;
  background: #fff;
  border: 1px solid #cbdcda;
}

.ph2-card-cart {
  gap: 5px;
  color: #fff !important;
  background: var(--ph2-teal);
  border: 1px solid var(--ph2-teal);
}

/* Ürün satın alma alanı */
body.product-product.ph-phase2 #product {
  margin-top: 10px !important;
  padding: 14px 15px 13px;
  background: #f6f9f9;
  border: 1px solid var(--ph2-line);
  border-radius: 10px;
}

body.product-product.ph-phase2 .add-to-cart {
  display: grid !important;
  grid-template-columns: 96px minmax(150px, 1fr);
  gap: 7px 12px;
  align-items: end;
  height: auto !important;
  min-height: 0 !important;
}

body.product-product.ph-phase2 .add-to-cart > p {
  grid-column: 1 / -1;
  margin: 0 !important;
  color: var(--ph2-navy);
  font-size: 13px;
  font-weight: 700;
}

body.product-product.ph-phase2 .add-to-cart .quantity,
body.product-product.ph-phase2 .add-to-cart #button-cart {
  float: none !important;
  margin: 0 !important;
}

body.product-product.ph-phase2 .add-to-cart .quantity {
  width: 96px;
}

body.product-product.ph-phase2 .add-to-cart #button-cart {
  width: 100% !important;
  min-height: 45px;
}

@media (min-width: 992px) {
  body.product-product.ph-phase2 .product-center {
    margin-top: -18px !important;
  }

  body.product-product.ph-phase2 .product-center .review {
    margin-bottom: 10px !important;
    padding-bottom: 8px !important;
  }

  body.product-product.ph-phase2 .product-center .description {
    padding-bottom: 10px !important;
  }

  body.product-product.ph-phase2 .product-center .parcahammadde-packaging-info {
    margin: 7px 0 !important;
  }

  body.product-product.ph-phase2 .product-center .price {
    padding: 14px 0 !important;
  }
}

/* Iletisim */
.ph2-contact-intro {
  position: relative;
  margin: 18px 0 27px;
  padding: 31px 34px;
  overflow: hidden;
  color: var(--ph2-text);
  background: linear-gradient(135deg, #f2f9f7, #e8f5f2);
  border: 1px solid var(--ph2-line);
  border-radius: 14px;
}

.ph2-contact-intro:after {
  content: "";
  position: absolute;
  top: -55px;
  right: -45px;
  width: 180px;
  height: 180px;
  background: rgba(0,155,141,.09);
  border-radius: 50%;
}

.ph2-contact-intro h2 {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin: 0 0 10px;
  color: var(--ph2-navy);
  font-size: 29px;
  font-weight: 760;
}

.ph2-contact-intro p {
  position: relative;
  z-index: 1;
  max-width: 730px;
  margin: 0 0 17px;
  color: var(--ph2-muted);
  line-height: 1.65;
}

.ph2-contact-intro a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 15px;
  color: #fff !important;
  background: #25b85c;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none !important;
}

.ph2-privacy label {
  color: #536970;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
}

.ph2-privacy input {
  margin-right: 7px;
  vertical-align: -2px;
}

.ph2-privacy a {
  color: var(--ph2-teal-dark) !important;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .ph2-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ph2-product-support {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .ph2-intro {
    padding: 48px 0;
  }

  .ph2-intro__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ph2-intro__copy h1 {
    max-width: 800px;
  }

  .ph2-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ph2-about__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.common-home.ph-phase2 .ph2-modern-products-box {
    padding: 20px 12px 22px;
    border-radius: 12px;
  }

  body.common-home.ph-phase2 .ph2-modern-products-box > .box-heading {
    align-items: flex-start;
    margin-bottom: 17px;
    font-size: 23px;
  }

  .ph2-view-all {
    padding-top: 4px;
    font-size: 11px;
  }

  body.common-home.ph-phase2 .ph2-modern-products-box .product-grid > .row {
    margin-right: -5px;
    margin-left: -5px;
  }

  body.common-home.ph-phase2 .ph2-modern-products-box .product-grid > .row > [class*="col-"] {
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }

  body.common-home.ph-phase2 .ph2-modern-products-box .ph2-product-card {
    min-height: 402px;
  }

  body.common-home.ph-phase2 .ph2-modern-products-box .ph2-product-card .image {
    height: 178px !important;
    padding: 13px;
  }

  body.common-home.ph-phase2 .ph2-modern-products-box .ph2-product-card > .right {
    min-height: 222px;
    padding: 13px 11px 11px !important;
  }

  body.common-home.ph-phase2 .ph2-modern-products-box .ph2-product-card .name a {
    font-size: 13px;
  }

  body.common-home.ph-phase2 .ph2-modern-products-box .ph2-product-card .price {
    font-size: 19px !important;
  }

  .ph2-card-actions {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .ph2-card-actions a,
  .ph2-card-actions button {
    min-height: 35px;
    font-size: 10px;
  }

  .ph2-intro {
    padding: 37px 0 39px;
  }

  .ph2-intro__copy h1 {
    margin-bottom: 14px;
    font-size: 34px;
    letter-spacing: -.8px;
  }

  .ph2-intro__copy > p {
    font-size: 14px;
    line-height: 1.65;
  }

  .ph2-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .ph2-button {
    width: 100%;
  }

  .ph2-intro__facts,
  .ph2-category-grid,
  .ph2-product-support {
    grid-template-columns: 1fr;
  }

  .ph2-intro__facts > div {
    min-height: 88px;
    padding: 15px;
  }

  .ph2-categories {
    padding: 45px 0 49px;
  }

  .ph2-category-grid > a {
    min-height: 96px;
  }

  .ph2-products-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .ph2-about > header {
    padding: 29px 23px;
  }

  .ph2-about > header h2 {
    font-size: 31px;
  }

  .ph2-about__promise {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 27px 24px;
  }

  .ph2-product-support > div,
  .ph2-product-support > a {
    min-height: 88px;
  }

  .ph2-contact-intro {
    padding: 26px 22px;
  }

  .ph2-contact-intro h2 {
    font-size: 24px;
  }
}

@media (max-width: 420px) {
  body.common-home.ph-phase2 .ph2-modern-products-box .product-grid > .row > [class*="col-"] {
    width: 100% !important;
  }

  body.common-home.ph-phase2 .ph2-modern-products-box .ph2-product-card {
    min-height: 420px;
  }

  .ph2-card-actions {
    grid-template-columns: 1fr 1fr;
  }
}

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

.ph2-cart-feedback {
  position: fixed;
  z-index: 99999;
  right: 22px;
  bottom: 22px;
  max-width: min(420px, calc(100vw - 32px));
  padding: 14px 18px;
  border-radius: 10px;
  background: #087f72;
  box-shadow: 0 12px 32px rgba(10, 35, 41, .24);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity .2s ease, transform .2s ease;
}

.ph2-cart-feedback--error {
  background: #a33a2a;
}

.ph2-cart-feedback--visible {
  opacity: 1;
  transform: translateY(0);
}

.ph2-card-cart:disabled {
  cursor: wait;
  opacity: .72;
}

@media (max-width: 767px) {
  .ph2-cart-feedback {
    right: 16px;
    bottom: 16px;
    left: 16px;
    max-width: none;
  }
}
