/*
Theme Name: Polat Seramik Master Theme
Theme URI: https://example.com/
Author: Polat Seramik
Author URI: https://example.com/
Description: Seramik ve vitrifiye sektörü için WordPress teması.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: polat-seramik
*/

:root{
  --ps-header-bg: #ffffff;
  --ps-header-fg: #0b2f3f;
  --ps-accent: #0b2f3f;
  --ps-muted: rgba(0,0,0,.55);
  --ps-border: rgba(0,0,0,.08);
  --ps-container: 1200px;
  /* Üst şerit: logodaki POLAT rengine yakın gümüş tonları */
  --ps-header-nav-fg: #d8d8dc;
  --ps-header-nav-muted: rgba(230,230,234,.72);
  --ps-header-nav-hover: #ffffff;
  /* Teklif Al — dikkat çekici altın/bronz */
  --ps-cta-gold-mid: #c9a227;
  --ps-cta-gold-deep: #8a6a1e;
  --ps-cta-gold-light: #f2e6b8;
  --ps-cta-text: #1a1408;
  /* Üst bilgi logosu — WooCommerce sayfalarındaki img{height:auto} ile aynı boyutta kalsın */
  --ps-logo-h: 72px;
}

*{ box-sizing: border-box; }
html{ -webkit-text-size-adjust: 100%; }
body{
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--ps-header-fg);
  background: #fff;
}

a{ color: inherit; text-decoration: none; }
img{ max-width: 100%; height: auto; }

.ps-container{
  width: min(100% - 32px, var(--ps-container));
  margin-inline: auto;
}

/* WooCommerce (Catalog / Quote mode) */
.ps-wc{
  padding: 28px 0 64px;
}

.ps-wc .woocommerce-breadcrumb{
  font-size: 12px;
  color: rgba(0,0,0,.55);
  margin: 0 0 18px;
}

.ps-wc .woocommerce-products-header__title,
.ps-wc .product_title{
  font-family: Futura, Calibri, Helvetica, Arial, sans-serif;
  color: #1A1A1A;
  letter-spacing: .02em;
}

.ps-wc .products{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 22px 0 0 !important;
}

.ps-wc .products::before,
.ps-wc .products::after{
  content: none !important;
}

.ps-wc .products li.product{
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

.ps-wc .products li.product a.woocommerce-LoopProduct-link{
  display: block;
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
}

.ps-wc .products li.product img{
  width: 100% !important;
  height: 260px !important;
  object-fit: cover;
  display: block;
  margin: 0 !important;
}

.ps-wc .products li.product .woocommerce-loop-product__title{
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #1A1A1A;
  padding: 14px 14px 10px;
  margin: 0 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 44px;
}

.ps-wc-teklif-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 14px;
  border-radius: 10px;
  background: var(--ps-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(11,47,63,.18);
}

.ps-wc .products li.product .ps-wc-teklif-btn{
  margin: 0 14px 14px;
}

.ps-wc-teklif-btn:hover{
  filter: brightness(1.03);
}

.ps-wc-teklif-btn--lg{
  height: 44px;
  padding: 0 18px;
  border-radius: 12px;
}

.single-product .ps-wc div.product{
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 36px;
  align-items: start;
}

.single-product .ps-wc .woocommerce-product-gallery{
  width: 100% !important;
}

.single-product .ps-wc .woocommerce-product-gallery__wrapper{
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.single-product .ps-wc .woocommerce-product-gallery__image{
  width: 100% !important;
}

/* solda kare görsel */
.single-product .ps-wc .woocommerce-product-gallery__image img{
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

/* Galeri: ilk görsel büyük, diğerleri thumbnail */
.single-product .ps-wc .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child){
  width: auto !important;
}

.single-product .ps-wc .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child{
  border-radius: 16px;
  overflow: hidden;
}

.single-product .ps-wc .woocommerce-product-gallery__wrapper{
  align-items: flex-start;
}

.single-product .ps-wc .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child{
  width: 100% !important;
}

.single-product .ps-wc .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child){
  width: auto !important;
}

.single-product .ps-wc .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child) img{
  aspect-ratio: 1 / 1;
  width: 78px !important;
  height: 78px !important;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid rgba(0,0,0,.08);
}

/* Place thumbnails in a horizontal row */
.single-product .ps-wc .woocommerce-product-gallery__wrapper{
  --ps-thumb-gap: 10px;
}

/* Galeri: tam görsele gitmek yerine popup (JS: product-gallery-lightbox.js) */
body.ps-wc-lightbox-open{
  overflow: hidden;
}

.ps-wc-lightbox{
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px 40px;
  box-sizing: border-box;
}

.ps-wc-lightbox[hidden]{
  display: none !important;
}

.ps-wc-lightbox__backdrop{
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(0,0,0,.72);
  cursor: pointer;
}

.ps-wc-lightbox__close{
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 10px;
  background: rgba(255,255,255,.96);
  color: #0b2f3f;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0,0,0,.2);
  transition: background .2s ease, transform .2s ease;
}

.ps-wc-lightbox__close:hover{
  background: #fff;
  transform: scale(1.04);
}

.ps-wc-lightbox__frame{
  position: relative;
  z-index: 1;
  max-width: min(92vw, 920px);
  max-height: min(82vh, 720px);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.ps-wc-lightbox__img{
  max-width: min(92vw, 920px);
  max-height: min(82vh, 720px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,.45);
  background: #fff;
  pointer-events: none;
}

.single-product .ps-wc .summary{
  width: 100% !important;
  float: none !important;
  position: sticky;
  top: calc(var(--ps-header-h, 0px) + 28px);
}

.single-product .ps-wc .summary .product_title{
  margin-top: 0;
}

.ps-wc-brand{
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #b12222;
  margin-bottom: 0;
}

.ps-wc-brandRow{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.ps-wc-catPill--top{
  height: 26px;
  font-size: 11px;
  padding: 0 10px;
}

.ps-wc-metaRow{
  margin-top: 12px;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  color: rgba(0,0,0,.62);
  font-size: 12px;
}

.ps-wc-sku strong{
  color: rgba(0,0,0,.85);
  font-weight: 700;
}

.ps-wc-catPill{
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,.22);
  background: #fff;
  font-size: 12px;
  font-weight: 800;
  color: rgba(0,0,0,.85);
  white-space: nowrap;
}

.ps-wc-catPill:hover{
  border-color: rgba(0,0,0,.35);
}

.single-product .ps-wc .summary .product_title{
  font-size: 22px;
  line-height: 1.25;
}

.ps-wc-tones{
  margin-top: 10px;
}

.ps-wc-tonesLabel{
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(0,0,0,.55);
  margin-bottom: 10px;
}

.ps-wc-tonesRow{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ps-wc-tone{
  --ps-tone: #111;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ps-wc-tone::before{
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--ps-tone);
  border: 1px solid rgba(0,0,0,.18);
}

.ps-wc-tone--active{
  border-color: rgba(0,0,0,.28);
  box-shadow: 0 8px 18px rgba(0,0,0,.08);
}

.ps-wc-tone--active::after{
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.6);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9.2 16.6 4.9 12.3l1.4-1.4 2.9 2.9 8-8 1.4 1.4-9.4 9.4Z'/%3E%3C/svg%3E") center / 14px 14px no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9.2 16.6 4.9 12.3l1.4-1.4 2.9 2.9 8-8 1.4 1.4-9.4 9.4Z'/%3E%3C/svg%3E") center / 14px 14px no-repeat;
}

.ps-wc-tone:hover{
  border-color: rgba(0,0,0,.22);
}

.single-product .ps-wc .woocommerce-product-details__short-description{
  color: rgba(0,0,0,.62);
  font-size: 14px;
  line-height: 1.7;
}

.ps-wc .ps-wc-teklifWrap{
  margin: 18px 0 0;
}

.ps-boxcalc{
  margin-top: 28px;
  padding: 28px 22px;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
}

.ps-boxcalc-title{
  margin: 0 0 6px;
  font-size: 22px;
  letter-spacing: .02em;
  color: #1A1A1A;
  font-family: Futura, Calibri, Helvetica, Arial, sans-serif;
}

.ps-boxcalc-desc{
  margin: 0 0 18px;
  color: rgba(0,0,0,.62);
  font-size: 13px;
}

.ps-boxcalc-row{
  display: grid;
  grid-template-columns: 220px 40px 1fr;
  gap: 14px;
  align-items: center;
}

.ps-boxcalc-field{
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 12px;
  padding: 12px;
}

.ps-boxcalc-field label{
  display: block;
  font-size: 12px;
  color: rgba(0,0,0,.55);
  margin-bottom: 8px;
  font-weight: 700;
}

.ps-boxcalc-field input{
  width: 100%;
  height: 40px;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 10px;
  padding: 0 12px;
  font-size: 14px;
  outline: none;
}

.ps-boxcalc-field input:focus{
  border-color: rgba(0,0,0,.24);
}

.ps-boxcalc-eq{
  font-size: 22px;
  color: rgba(0,0,0,.45);
  text-align: center;
}

.ps-boxcalc-out{
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 12px;
  padding: 12px;
}

.ps-boxcalc-outLabel{
  font-size: 12px;
  color: rgba(0,0,0,.55);
  font-weight: 700;
}

.ps-boxcalc-outValue{
  font-size: 24px;
  font-weight: 800;
  margin-top: 6px;
  color: #1A1A1A;
}

.ps-boxcalc-outHint{
  margin-top: 10px;
  font-size: 12px;
  color: rgba(0,0,0,.55);
}

.ps-boxcalc-outHintSep{
  margin: 0 6px;
}

/* Product: Box info table (under description) */
.ps-boxinfo{
  margin-top: 26px;
}

.ps-boxinfo-title{
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #1A1A1A;
}

.ps-boxinfo-grid{
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.06);
}

.ps-boxinfo-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.ps-boxinfo-row.ps-boxinfo-row--3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ps-ebat{
  margin-top: 24px;
}

@media (max-width: 520px){
  .ps-boxinfo-row.ps-boxinfo-row--3{
    grid-template-columns: 1fr;
  }
}

.ps-boxinfo-cell{
  padding: 14px 16px;
  font-size: 14px;
  color: #1A1A1A;
  background: #fff;
}

.ps-boxinfo-cell--head{
  font-size: 12px;
  font-weight: 700;
  color: rgba(0,0,0,.55);
  background: #f7f7f8;
}

/* Kullanım Yerleri (ürün açıklaması) */
.ps-useareas{
  margin-top: 28px;
  padding: 20px 18px 22px;
  border-radius: 12px;
  background: #f4f5f7;
  border: 1px solid rgba(0,0,0,.06);
}

.ps-useareas-title{
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  color: var(--ps-header-fg, #0b2f3f);
}

.ps-useareas-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ps-useareas-item{
  display: flex;
  align-items: center;
  gap: 14px;
}

.ps-useareas-icon{
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,.06);
  color: var(--ps-header-fg, #0b2f3f);
}

.ps-useareas-svg{
  width: 26px;
  height: 26px;
  display: block;
}

.ps-useareas-label{
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--ps-header-fg, #0b2f3f);
}

/* Ürün sayfası sonu: Polat Seramik Yanınızda (zemin: anasayfa kategori kutusu / geçiş gri) */
.ps-yaninda{
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 40px;
  padding: 48px 0 56px;
  background: #f4f4f5;
  border-top: 1px solid rgba(11,47,63,.06);
  font-family: inherit;
}

.ps-yaninda-inner{
  max-width: var(--ps-container);
}

.ps-yaninda-head{
  text-align: center;
  margin-bottom: 28px;
}

.ps-yaninda-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  background: #fff;
  border: 2px solid var(--ps-header-fg, #0b2f3f);
  border-radius: 10px;
  color: var(--ps-header-fg, #0b2f3f);
}

.ps-yaninda-title{
  margin: 0;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 800;
  letter-spacing: .02em;
  color: var(--ps-header-fg, #0b2f3f);
}

.ps-yaninda-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.ps-yaninda-card{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 46%);
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 36px rgba(11,47,63,.08);
  border: 1px solid rgba(0,0,0,.05);
  min-height: 320px;
}

.ps-yaninda-card-body{
  padding: 24px 22px 24px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.ps-yaninda-card-title{
  margin: 0;
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--ps-header-fg, #0b2f3f);
}

.ps-yaninda-card-desc{
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(11,47,63,.72);
  flex: 1;
}

.ps-yaninda-cta{
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  padding: 12px 18px;
  background: var(--ps-header-fg, #0b2f3f);
  color: #fff !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: filter .2s ease, transform .2s ease;
}

.ps-yaninda-cta:hover{
  filter: brightness(1.08);
}

.ps-yaninda-ctaArrow{
  font-size: 14px;
  line-height: 1;
}

.ps-yaninda-media{
  min-height: 280px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Yüklenen görsel (PHP inline background-image) */
.ps-yaninda-media--hasimg{
  background-color: #e8e8ea;
}

.ps-yaninda-media--1:not(.ps-yaninda-media--hasimg){
  background-color: #8b7a9a;
  background-image:
    linear-gradient(135deg, rgba(255,255,255,.12) 0%, transparent 50%),
    linear-gradient(160deg, #a898b8 0%, #6b5d78 55%, #4a3f52 100%);
}

.ps-yaninda-media--2:not(.ps-yaninda-media--hasimg){
  background-color: #7a8ba8;
  background-image:
    linear-gradient(135deg, rgba(255,255,255,.1) 0%, transparent 45%),
    linear-gradient(200deg, #9aaec9 0%, #5a6d88 50%, #3d4a5c 100%);
}

@media (max-width: 900px){
  .ps-yaninda-grid{
    grid-template-columns: 1fr;
  }
  .ps-yaninda-card{
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .ps-yaninda-media{
    min-height: 220px;
    order: -1;
  }
}

@media (max-width: 700px){
  .ps-boxcalc-row{
    grid-template-columns: 1fr;
  }
  .ps-boxcalc-eq{
    display: none;
  }
}

@media (max-width: 1100px){
  .ps-wc .products{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .single-product .ps-wc div.product{
    grid-template-columns: 1fr;
  }
  .single-product .ps-wc .summary{
    position: static;
    top: auto;
  }
}

@media (max-width: 520px){
  .ps-wc .products{
    grid-template-columns: 1fr;
  }
  .ps-wc .products li.product img{
    height: 240px !important;
  }
}

/* Footer */
.ps-site-footer{
  background: #ffffff;
  border-top: 1px solid rgba(0,0,0,.06);
}

.ps-srOnly{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.ps-footer-sn{
  border-top: 1px solid rgba(0,0,0,.06);
  border-bottom: 1px solid rgba(0,0,0,.06);
  background: #ffffff;
  padding: 34px 0;
}

.ps-footer-sn-inner{
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 64px;
  align-items: center;
}

.ps-footer-snTitle{
  font-size: 16px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 6px;
}

.ps-footer-snDesc{
  font-size: 12px;
  color: rgba(0,0,0,.62);
  margin-bottom: 14px;
}

.ps-footer-form{
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.ps-footer-form input{
  flex: 1;
  min-width: 200px;
  height: 38px;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,.12);
  padding: 0 10px;
  font-size: 11px;
  outline: none;
}

.ps-footer-form input:focus{
  border-color: rgba(0,0,0,.22);
}

.ps-footer-form button{
  height: 38px;
  padding: 0 14px;
  border-radius: 8px;
  border: 0;
  background: var(--ps-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(11,47,63,.16);
  white-space: nowrap;
}

.ps-footer-form button:hover{
  filter: brightness(1.03);
}

.ps-footer-socialRow{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.ps-footer-socialBtn{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #f3f4f6;
  color: rgba(0,0,0,.75);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  border: 1px solid rgba(0,0,0,.06);
}

.ps-footer-socialBtn svg{
  width: 18px;
  height: 18px;
  display: block;
}

.ps-footer-socialBtn:hover{
  background: #e9eaee;
  color: rgba(0,0,0,.9);
}

.ps-footer-top{
  padding: 54px 0 34px;
}

.ps-site-footer .ps-footer-grid{
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
}

.ps-footer-title{
  font-size: 13px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 14px;
}

.ps-site-footer .ps-footer-links{
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 0 !important;
  display: grid !important;
  gap: 10px;
}

.ps-site-footer .ps-footer-links li{
  margin: 0;
  padding: 0;
}

.ps-footer-links a{
  font-size: 12px;
  color: rgba(0,0,0,.62);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ps-footer-links a:hover{
  color: rgba(0,0,0,.9);
}

.ps-footer-bottom{
  border-top: 1px solid rgba(0,0,0,.06);
  padding: 18px 0;
}

.ps-footer-bottom-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.ps-footer-copy{
  font-size: 12px;
  color: rgba(0,0,0,.55);
}

.ps-footer-legal{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.ps-footer-legal a{
  font-size: 12px;
  color: rgba(0,0,0,.55);
}

.ps-footer-legal a:hover{
  color: rgba(0,0,0,.9);
}

@media (max-width: 980px){
  .ps-footer-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ps-footer-sn-inner{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px){
  .ps-footer-top{
    padding: 42px 0 22px;
  }
  .ps-footer-grid{
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

/* Header (sticky + alt elemanlar için konum bağlamı) — koyu zemin, sol üstten sağ alta ışık gradyanı */
.ps-site-header{
  position: sticky;
  top: 0;
  z-index: 50;
  isolation: isolate;
  background:
    linear-gradient(145deg, rgba(255,255,255,.07) 0%, rgba(255,255,255,.02) 42%, transparent 65%),
    linear-gradient(135deg, #3d3d42 0%, #1c1c1f 38%, #060607 100%);
  border-bottom: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 10px 40px rgba(0,0,0,.28);
}

.ps-site-header::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.ps-site-header .ps-container{
  position: relative;
  z-index: 1;
}

.ps-header-row{
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  position: relative;
  z-index: 1;
}

.ps-brand{
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: min(380px, 42vw);
}

/* Yüksek özgüllük: WooCommerce .woocommerce-page img { height:auto } üst bilgi logosunu büyütmesin */
.ps-site-header .ps-brand .ps-logo{
  display: block;
  height: var(--ps-logo-h);
  width: auto;
  max-width: none;
  max-height: var(--ps-logo-h);
  object-fit: contain;
}

body.woocommerce-page .ps-site-header .ps-brand .ps-logo,
body.single-product .ps-site-header .ps-brand .ps-logo{
  height: var(--ps-logo-h);
  max-height: var(--ps-logo-h);
}

.ps-nav{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ps-nav > ul{
  list-style: none;
  display: flex;
  gap: 18px;
  padding: 0;
  margin: 0;
  align-items: center;
}

/* Konum bağlamı: mega panel linkin hemen altında; böylece fare panele inerken li içinde kalır */
.ps-nav > ul > li.menu-item-has-children{
  position: relative;
}

.ps-nav a{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: .2px;
  text-transform: uppercase;
  padding: 10px 6px;
  color: var(--ps-header-nav-muted);
}

.ps-nav > ul > .menu-item-has-children > a::after{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: .55;
  transition: transform .2s ease, opacity .2s ease;
}

.ps-nav > ul > .menu-item-has-children:hover > a::after,
.ps-nav > ul > .menu-item-has-children:focus-within > a::after{
  transform: rotate(180deg);
  opacity: .85;
}

.ps-nav .current-menu-item > a,
.ps-nav a:hover{
  color: var(--ps-header-nav-hover);
}

.ps-nav > ul > .menu-item-has-children:hover > a,
.ps-nav > ul > .menu-item-has-children:focus-within > a{
  color: var(--ps-header-nav-hover);
}

/* —— Mega menü (masaüstü, Kale tarzı) —— */
.ps-mega{
  position: absolute;
  /* li'ye göre: üst şeridin altındaki boşlukta fare kaybolmasın */
  left: 50%;
  top: 100%;
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  padding: 0;
  /* Ortalanmış li'den tam genişlik panel */
  transform: translate(-50%, 6px);
  background: #fff;
  border-bottom: 1px solid var(--ps-border);
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease, visibility .22s;
  z-index: 45;
}

/* Diagonal hareket için görünmez köprü (link ↔ panel arası boşluk) */
.ps-mega::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}

.ps-nav > ul > .menu-item-has-children:hover > .ps-mega,
.ps-nav > ul > .menu-item-has-children:focus-within > .ps-mega{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

@media (prefers-reduced-motion: reduce){
  .ps-mega{
    transition: none;
    transform: translate(-50%, 0);
  }
  .ps-nav > ul > .menu-item-has-children:hover > .ps-mega,
  .ps-nav > ul > .menu-item-has-children:focus-within > .ps-mega{
    transform: translate(-50%, 0);
  }
}

.ps-mega-inner{
  padding: 12px 0 0;
  overflow: visible;
}

/* İçerik + CTA sonrası nefes payı — buton zemine yapışmasın */
.ps-mega.ps-mega--has-panel .ps-mega-inner{
  padding-bottom: 44px;
}

/* Üst şerit: Karolar, Banyolar, Mutfaklar, Markalar */
.ps-mega-tabsBar{
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.ps-mega-tablist{
  list-style: none;
  margin: 0;
  padding: 10px 0 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 28px;
}

.ps-mega-tablist > li{
  margin: 0;
  padding: 0;
}

.ps-mega-tablist > li > a{
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(0,0,0,.78);
  padding: 10px 16px;
  border-radius: 999px;
  border: 0;
  text-decoration: none;
  transition: background .18s ease, color .18s ease;
}

.ps-mega-tablist > li:hover > a,
.ps-mega-tablist > li.ps-mega-tab--active > a,
.ps-mega-tablist > li:focus-within > a{
  background: rgba(196, 92, 42, .12);
  color: var(--ps-accent, #c45c2a);
}

/* Sekme altı: içerik + görsel (sadece sekme hover’da — JS: .ps-mega--has-panel) */
.ps-mega-drop{
  display: none;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
  gap: 40px 48px;
  align-items: start;
  padding: 20px 0 4px;
  overflow: visible;
}

.ps-mega.ps-mega--has-panel .ps-mega-drop{
  display: grid;
}

.ps-mega-panelMount{
  position: relative;
  min-width: 0;
  min-height: 220px;
  overflow: visible;
}

.ps-mega-panel{
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
  gap: 28px 36px;
}

.ps-mega-panel.ps-mega-panel--active{
  display: grid;
}

.ps-mega-panel > li{
  margin: 0;
  padding: 0;
}

/* Sütun başlığı (L3: Banyo Mobilyaları vb.) */
.ps-mega-panel > li > a{
  display: block;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #111;
  padding: 0 0 10px;
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

/* L4 listesi — dikey; daha derin kırılımlar flyout */
.ps-mega-panel > li > .sub-menu{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: static;
}

.ps-mega-panel > li > .sub-menu > li.menu-item-has-children > a{
  display: block;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #111;
  padding: 8px 22px 8px 0;
  margin: 0;
  border: 0;
  position: relative;
}

.ps-mega-panel > li > .sub-menu > li:not(.menu-item-has-children) > a{
  display: block;
  font-weight: 400;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0;
  padding: 6px 0;
  color: rgba(0,0,0,.62);
  border: 0;
}

.ps-mega-panel > li > .sub-menu > li:not(.menu-item-has-children) > a:hover{
  color: var(--ps-accent, #c45c2a);
}

.ps-mega-panel > li > .sub-menu > li.menu-item-has-children > a::after{
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid rgba(0,0,0,.35);
}

/* —— İç içe paneller (L5+): sağda flyout —— */
@media (min-width: 981px){
  .ps-mega-panel > li > .sub-menu li.menu-item-has-children{
    position: relative;
  }

  .ps-mega-panel > li > .sub-menu li.menu-item-has-children > .sub-menu:not(.ps-mega-panel){
    list-style: none;
    margin: 0;
    padding: 10px 0;
    display: block;
    min-width: 220px;
    max-width: 300px;
    max-height: min(70vh, 420px);
    overflow-y: auto;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 10px;
    box-shadow: 0 14px 36px rgba(0,0,0,.1);
    position: absolute;
    left: calc(100% + 6px);
    top: 0;
    z-index: 12;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-4px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s;
  }

  .ps-mega-panel > li > .sub-menu li.menu-item-has-children > .sub-menu:not(.ps-mega-panel)::before{
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 10px;
    height: 100%;
    min-height: 44px;
  }

  .ps-mega-panel > li > .sub-menu li.menu-item-has-children:hover > .sub-menu:not(.ps-mega-panel),
  .ps-mega-panel > li > .sub-menu li.menu-item-has-children:focus-within > .sub-menu:not(.ps-mega-panel){
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }

  .ps-mega-panel > li > .sub-menu li.menu-item-has-children > .sub-menu:not(.ps-mega-panel) > li.menu-item-has-children > a{
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #111;
    padding: 8px 16px 6px;
  }

  .ps-mega-panel > li > .sub-menu li.menu-item-has-children > .sub-menu:not(.ps-mega-panel) > li:not(.menu-item-has-children) > a,
  .ps-mega-panel > li > .sub-menu li.menu-item-has-children > .sub-menu:not(.ps-mega-panel) .sub-menu a{
    font-weight: 400;
    font-size: 13px;
    text-transform: none;
    color: rgba(0,0,0,.65);
    padding: 6px 16px;
    display: block;
  }

  .ps-mega-panel > li > .sub-menu li.menu-item-has-children > .sub-menu:not(.ps-mega-panel) > li:not(.menu-item-has-children) > a:hover,
  .ps-mega-panel > li > .sub-menu li.menu-item-has-children > .sub-menu:not(.ps-mega-panel) .sub-menu a:hover{
    color: var(--ps-accent, #c45c2a);
  }

  .ps-mega-panel > li > .sub-menu li.menu-item-has-children > .sub-menu:not(.ps-mega-panel) li.menu-item-has-children > a{
    position: relative;
    padding-right: 22px;
  }

  .ps-mega-panel > li > .sub-menu li.menu-item-has-children > .sub-menu:not(.ps-mega-panel) li.menu-item-has-children > a::after{
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid rgba(0,0,0,.35);
  }
}

@media (prefers-reduced-motion: reduce){
  .ps-mega-panel > li > .sub-menu li.menu-item-has-children > .sub-menu:not(.ps-mega-panel){
    transition: none;
  }
}

.ps-mega-promo{
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f4f6;
  min-height: 200px;
}

.ps-mega-promoLink{
  position: relative;
  display: block;
  height: 100%;
  min-height: 220px;
  color: inherit;
  text-decoration: none;
}

.ps-mega-promoLink img{
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}

.ps-mega-promoTitle{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 16px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(transparent, rgba(0,0,0,.65));
}

.ps-mega-promoPlaceholder{
  min-height: 220px;
  background: linear-gradient(135deg, #eef1f4, #e2e6ea);
}

.ps-mega-footer{
  display: none;
  margin-top: 0;
  padding: 12px 0 0;
}

.ps-mega.ps-mega--has-panel .ps-mega-footer{
  display: block;
  margin-top: 12px;
  padding-bottom: 0;
}

.ps-mega-cta{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: #0b2f3f;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: filter .2s ease, transform .2s ease;
}

.ps-mega-cta:hover{
  filter: brightness(1.08);
}

.ps-header-actions{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 240px;
}

.ps-icon-btn{
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  color: var(--ps-header-nav-fg);
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.ps-icon-btn:hover{
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.12);
  color: var(--ps-header-nav-hover);
}

.ps-cta{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 0 16px;
  border-radius: 11px;
  background: linear-gradient(155deg, var(--ps-cta-gold-light) 0%, var(--ps-cta-gold-mid) 42%, var(--ps-cta-gold-deep) 100%);
  color: var(--ps-cta-text);
  border: 1px solid rgba(255,236,180,.55);
  box-shadow:
    0 0 0 1px rgba(0,0,0,.12),
    0 6px 22px rgba(138,106,30,.45),
    0 0 28px rgba(201,162,39,.35);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: filter .2s ease, box-shadow .2s ease, transform .2s ease;
}
.ps-cta:hover{
  filter: brightness(1.06);
  box-shadow:
    0 0 0 1px rgba(0,0,0,.1),
    0 8px 28px rgba(138,106,30,.5),
    0 0 36px rgba(242,230,184,.45);
  transform: translateY(-1px);
}

.ps-mobile-toggle{
  display: none;
}

.ps-mobile-menu{
  border-top: 1px solid rgba(255,255,255,.1);
  background: linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(10,10,11,.92) 100%);
}

.ps-mobile-menu-inner{
  padding: 0 0 12px;
}

.ps-mobile-menu-list{
  list-style: none;
  margin: 0;
  padding: 10px 0;
  display: grid;
  gap: 6px;
}

.ps-mobile-menu-list a{
  display: flex;
  padding: 10px 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  color: var(--ps-header-nav-fg);
}
.ps-mobile-menu-list a:hover{
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.1);
  color: var(--ps-header-nav-hover);
}

.ps-mobile-cta{
  margin-top: 10px;
  display: inline-flex;
}

/* Mobile */
@media (max-width: 980px){
  :root{ --ps-logo-h: 60px; }
  .ps-brand{ min-width: auto; }
  .ps-site-header .ps-brand .ps-logo{
    height: var(--ps-logo-h);
    max-height: var(--ps-logo-h);
  }
  .ps-header-actions{ min-width: auto; }
  .ps-nav{ justify-content: flex-end; }
  .ps-nav > ul{ display: none; }
  .ps-mobile-toggle{
    display: inline-flex;
  }
  /* Masaüstü TEKLİF AL üst sırada gizlenir; mobil menüdeki .ps-mobile-cta görünür kalır */
  .ps-header-actions .ps-cta{ display: none; }
  .ps-mobile-cta{
    width: 100%;
    justify-content: center;
    min-height: 44px;
    box-sizing: border-box;
  }
}

/* Basic content */
.ps-main{
  padding: 0 0 60px;
}

/* Home Banner */
.ps-banner{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--ps-border);
  background: #0b2f3f;
  min-height: 340px;
}

.ps-banner-track{
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 420ms ease;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce){
  .ps-banner-track{ transition: none; }
}

.ps-banner-slide{
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.ps-banner--bleed{
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0 0 24px 24px;
}

.ps-banner-inner{
  position: relative;
  height: 100%;
  min-height: inherit;
}

.ps-banner-media{
  position: absolute;
  inset: 0;
}

.ps-banner-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
}

.ps-banner::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.25) 40%, rgba(0,0,0,0) 70%);
  pointer-events: none;
}

.ps-banner-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.85);
  color: rgba(0,0,0,.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 16px 32px rgba(0,0,0,.18);
}
.ps-banner-arrow:hover{
  filter: brightness(1.03);
}
.ps-banner-arrow--prev{ left: 18px; }
.ps-banner-arrow--next{ right: 18px; }

.ps-banner-dots{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  display: flex;
  gap: 10px;
  z-index: 2;
}
.ps-banner-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,.45);
  padding: 0;
}
.ps-banner-dot[aria-selected="true"]{
  background: rgba(255,255,255,.95);
}

.ps-banner-content{
  position: absolute;
  top: var(--ps-banner-top, 80px);
  left: var(--ps-banner-left, 80px);
  max-width: min(560px, calc(100% - 32px));
  z-index: 1;
}

.ps-banner-title{
  margin: 0 0 10px;
  font-size: clamp(26px, 3.2vw, 46px);
  line-height: 1.08;
  letter-spacing: .2px;
  color: var(--ps-banner-title-color, #fff);
  font-family: var(--ps-banner-title-font, inherit);
}

.ps-banner-desc{
  margin: 0 0 16px;
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.55;
  color: var(--ps-banner-desc-color, rgba(255,255,255,.85));
  font-family: var(--ps-banner-desc-font, inherit);
}

.ps-banner-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  background: var(--ps-banner-btn-bg, #0b2f3f);
  color: var(--ps-banner-btn-fg, #fff);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 12px 28px rgba(0,0,0,.25);
  font-size: 13px;
  letter-spacing: .25px;
  text-transform: uppercase;
  white-space: nowrap;
}
.ps-banner-btn:hover{
  filter: brightness(1.05);
}

@media (max-width: 768px){
  .ps-banner{
    min-height: 280px;
  }
  .ps-banner--bleed{
    border-radius: 0 0 18px 18px;
  }
  .ps-banner-arrow{
    width: 46px;
    height: 46px;
  }
  .ps-banner-arrow--prev{ left: 12px; }
  .ps-banner-arrow--next{ right: 12px; }
  .ps-banner::after{
    background: linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.30) 55%, rgba(0,0,0,0) 100%);
  }
  .ps-banner-content{
    top: var(--ps-banner-top, 28px);
    left: var(--ps-banner-left, 18px);
    right: 18px;
  }
}

@media (min-width: 769px){
  .ps-banner--bleed{
    height: min(75vh, 780px);
    min-height: 520px;
  }
}

/* Category Box */
.ps-catbox{
  margin-top: 40px;
  padding: 36px 0 44px;
  background: #f4f4f5;
}

.ps-catbox .ps-container{
  position: relative;
}

.ps-catbox-track{
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 8px;
  scroll-snap-type: x mandatory;
}

.ps-catbox-track::-webkit-scrollbar{
  display: none;
}
.ps-catbox-track{
  scrollbar-width: none;
}

.ps-catbox-card{
  background: #f4f4f5;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: none;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  flex: 0 0 calc(25% - (14px * 3 / 4));
}

.ps-catbox-media img{
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}

.ps-catbox-body{
  padding: 20px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: transparent;
  text-align: center;
}

.ps-catbox-title{
  margin: 0 0 4px;
  font-size: 19px;
  font-weight: 600;
  color: #111111;
}

.ps-catbox-text{
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(0,0,0,.75);
}

.ps-catbox-btn{
  margin-top: auto;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  height: 40px;
  border-radius: 4px;
  border: 0;
  background: var(--ps-accent);
  color: #ffffff;
  border: 0;
  font-size: 13px;
  letter-spacing: .2px;
  text-transform: uppercase;
}
.ps-catbox-btn:hover{
  filter: brightness(1.05);
}

.ps-catbox-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.06);
  background: #e3e2e1;
  box-shadow: 0 6px 14px rgba(0,0,0,.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ps-catbox-arrow--prev{ left: 20px; }
.ps-catbox-arrow--next{ right: 20px; }

@media (max-width: 1024px){
  .ps-catbox-track{
    gap: 12px;
  }
  .ps-catbox-card{
    flex: 0 0 calc(33.333% - (12px * 2 / 3));
  }
}
@media (max-width: 768px){
  .ps-catbox{
    margin-top: 28px;
    padding-top: 24px;
  }
  .ps-catbox-track{
    gap: 10px;
  }
  .ps-catbox-card{
    flex: 0 0 78%;
  }
  .ps-catbox-arrow{
    display: none;
  }
}

/* Highlight (Vurgu Box) */
.ps-highlight{
  background: #ffffff;
  padding: 56px 0 72px;
}

.ps-highlight-inner{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ps-highlight-kicker{
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(0,0,0,.55);
  margin-bottom: 10px;
}

.ps-highlight-title{
  margin: 0 0 14px;
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
  letter-spacing: .02em;
  font-family: Futura, Calibri, Helvetica, Arial, sans-serif;
  color: #1A1A1A;
}

.ps-highlight-body{
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  font-family: Futura, Calibri, Helvetica, Arial, sans-serif;
  color: #1A1A1A;
}

.ps-square-grid{
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 80px;
}

.ps-square-card{
  position: relative;
  overflow: hidden;
  width: 500px;
  height: 500px;
}

.ps-square-media{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ps-square-overlay{
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 32px;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.25) 40%, rgba(0,0,0,.5) 100%);
}

.ps-square-title{
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 400;
  color: #ffffff;
  max-width: 260px;
}

.ps-square-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  height: 38px;
  border-radius: 0;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.ps-square-btn:hover{
  background: #f5f5f5;
  border-color: #333;
}

@media (max-width: 900px){
  .ps-square-grid{
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .ps-square-card{
    width: 320px;
    height: 320px;
  }
  .ps-square-overlay{
    padding: 24px;
  }
}

/* News (Polatın Haberler) */
.ps-news{
  background: #f4f4f5;
  padding: 56px 0 72px;
}

.ps-news-header{
  text-align: center;
  margin-bottom: 28px;
}

.ps-news-title{
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .02em;
  color: #1A1A1A;
}

.ps-news-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
}

.ps-news-card{
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  background: transparent;
}

.ps-news-media{
  display: block;
  height: 310px;
  overflow: hidden;
  border-radius: 10px;
}

.ps-news-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ps-news-mediaFallback{
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0,0,0,.08), rgba(0,0,0,.02));
}

.ps-news-body{
  margin-top: -42px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 26px rgba(0,0,0,.08);
  border-radius: 10px;
  padding: 16px 16px 14px;
  width: calc(100% - 28px);
  margin-inline: auto;
  min-height: 140px;
}

.ps-news-cardTitle{
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  color: #1A1A1A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ps-news-cardTitle a{
  color: inherit;
}

.ps-news-excerpt{
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 1.6;
  color: rgba(0,0,0,.62);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.ps-news-more{
  font-size: 13px;
  font-weight: 700;
  color: #b12222;
  text-decoration: none;
}

.ps-news-more:hover{
  text-decoration: underline;
}

.ps-news-footer{
  text-align: center;
  margin-top: 18px;
}

.ps-news-all{
  display: inline-block;
  font-size: 12px;
  padding: 10px 0;
  color: #1A1A1A;
  border-bottom: 1px solid rgba(0,0,0,.35);
}

.ps-news-all:hover{
  border-bottom-color: #1A1A1A;
}

@media (max-width: 1000px){
  .ps-news-grid{
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .ps-news-media{
    height: 280px;
  }
}

/* Details (Detaylar) */
.ps-details{
  background: #f4f4f5;
  padding: 34px 0 42px;
}

.ps-details-grid{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.ps-details-card{
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  padding: 22px 14px 18px;
  text-align: center;
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 196px;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease, color .2s ease;
}

.ps-details-card:hover{
  background: var(--ps-accent);
  border-color: rgba(0,0,0,.0);
  box-shadow: 0 14px 34px rgba(11,47,63,.18);
  transform: translateY(-2px);
}

.ps-details-card:hover .ps-details-title,
.ps-details-card:hover .ps-details-subtitle{
  color: #fff;
}

.ps-details-card:hover .ps-details-icon{
  filter: brightness(0) invert(1);
}

.ps-details-iconWrap{
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
}

.ps-details-icon{
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block;
}

.ps-details-title{
  font-size: 13px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.2;
  margin-bottom: 8px;
}

.ps-details-subtitle{
  font-size: 15px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.2;
  margin-bottom: 10px;
}

.ps-details-btn{
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 12px;
  border-radius: 6px;
  background: var(--ps-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(11,47,63,.16);
  white-space: nowrap;
}

.ps-details-btn:hover{
  filter: brightness(1.03);
}

.ps-details-card:hover .ps-details-btn{
  background: rgba(0,0,0,.22);
  box-shadow: none;
}

/* İletişim: harita altı, içerik sütunundan tam genişlik */
.ps-page--contact .ps-contact .ps-details--contact{
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 28px;
}

@media (max-width: 1100px){
  .ps-details-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px){
  .ps-details-grid{
    grid-template-columns: 1fr;
  }
}

/* Genel sayfa şablonu (page.php) */
.ps-page{
  padding: 36px 0 56px;
}

.ps-page--default .ps-page-title{
  margin: 0 0 20px;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: .02em;
  color: var(--ps-header-fg);
}

.ps-page-content{
  font-size: 16px;
  line-height: 1.65;
  color: rgba(11,47,63,.88);
}

.ps-page-content p:first-child{
  margin-top: 0;
}

.ps-page-pagination{
  margin-top: 28px;
  font-size: 14px;
}

/* İletişim (page-iletisim.php) */
.ps-page--contact{
  padding: 36px 0 56px;
  background: #f4f4f5;
}

.ps-contact-header{
  text-align: center;
  margin-bottom: 32px;
}

.ps-contact-title{
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: .02em;
  color: var(--ps-header-fg);
}

.ps-contact-intro{
  margin: 0 auto;
  max-width: 640px;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(11,47,63,.75);
}

.ps-contact-grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.ps-contact-panel{
  background: #fff;
  border-radius: 16px;
  padding: 26px 24px 28px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 32px rgba(11,47,63,.06);
}

.ps-contact-panel-title{
  margin: 0 0 18px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ps-header-fg);
}

.ps-contact-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ps-contact-item{
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.ps-contact-item-icon{
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #f4f4f5;
  color: var(--ps-header-fg);
}

.ps-contact-item-body{
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.ps-contact-item-label{
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(11,47,63,.5);
}

.ps-contact-item-value{
  font-size: 15px;
  line-height: 1.45;
  color: rgba(11,47,63,.9);
}

a.ps-contact-link{
  color: var(--ps-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

a.ps-contact-link:hover{
  filter: brightness(1.1);
}

.ps-contact-sampleBadge{
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(11,47,63,.48);
}

.ps-contact-list--sample .ps-contact-item-value{
  color: rgba(11,47,63,.78);
}

.ps-contact-formMock{
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
  user-select: none;
}

.ps-contact-formMock-row{
  min-height: 46px;
}

.ps-contact-formMock-row--tall{
  min-height: 120px;
}

.ps-contact-formMock-field{
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px dashed rgba(0,0,0,.16);
  border-radius: 10px;
  background: #f9f9fa;
  color: rgba(11,47,63,.42);
  font-size: 15px;
  line-height: 1.4;
  box-sizing: border-box;
}

.ps-contact-formMock-row--tall .ps-contact-formMock-field{
  align-items: flex-start;
  min-height: 120px;
  padding-top: 14px;
}

.ps-contact-formMock-submit{
  align-self: flex-start;
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 10px;
  background: rgba(11,47,63,.2);
  color: rgba(255,255,255,.95);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* Contact Form 7 ve benzeri */
.ps-contact-formWrap .wpcf7 form{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ps-contact-formWrap .wpcf7 label{
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  color: rgba(11,47,63,.65);
  margin-bottom: 6px;
}

.ps-contact-formWrap .wpcf7 input[type="text"],
.ps-contact-formWrap .wpcf7 input[type="email"],
.ps-contact-formWrap .wpcf7 input[type="tel"],
.ps-contact-formWrap .wpcf7 textarea,
.ps-contact-formWrap .wpcf7 select{
  width: 100%;
  max-width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 10px;
  font: inherit;
  font-size: 15px;
  background: #fff;
}

.ps-contact-formWrap .wpcf7 textarea{
  min-height: 120px;
  resize: vertical;
}

.ps-contact-formWrap .wpcf7 input[type="submit"],
.ps-contact-formWrap .wpcf7 button[type="submit"]{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 10px;
  background: var(--ps-accent);
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 4px;
}

.ps-contact-formWrap .wpcf7-spinner{
  margin-left: 8px;
}

.ps-contact-mapSection{
  margin-top: 28px;
}

.ps-contact-map-heading{
  margin: 0 0 14px;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ps-navy, #0b2f3f);
}

.ps-contact-map{
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 32px rgba(11,47,63,.06);
  background: #e8e8ea;
}

.ps-contact-map iframe{
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 280px;
  max-height: 520px;
  border: 0;
}

.ps-contact-editor{
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(0,0,0,.08);
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 900px){
  .ps-contact-grid{
    grid-template-columns: 1fr;
  }
}
