/*
Theme Name: Classphone Modern
Theme URI: https://classphone.ch
Description: Classphone Genève — réparation, vente, atelier
Author: Classphone
Version: 2.0.0
Text Domain: classphone-modern
*/

:root {
  --yellow: #FFD000;
  --black: #0E0E0E;
  --ink: #161616;
  --muted: #5F5F5F;
  --bg: #F2F2F2;
  --white: #FFFFFF;
  --price: #B42318;
  --radius: 16px;
  --shadow: 0 8px 24px rgba(0,0,0,.05);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
button, input, select, textarea { font: inherit; }
.site-main { min-height: 50vh; }

.site-header {
  background: var(--yellow);
  position: sticky;
  top: 0;
  z-index: 9999;
  padding: 4px 16px 6px;
}
.header-bar {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
}
.header-bar > .logo a { display: inline-flex; align-items: center; }
.header-bar > .logo img { max-height: 38px; width: auto; }
.brand-text {
  display: none;
  font-weight: 900;
  letter-spacing: .04em;
  font-size: 14px;
  white-space: nowrap;
}
.header-search {
  flex: 1;
  display: flex;
  max-width: 560px;
  height: 34px;
  background: var(--white);
  border-radius: 999px;
  overflow: hidden;
}
.header-search input {
  flex: 1;
  border: 0;
  outline: 0;
  height: 34px;
  padding: 0 14px;
  font-size: 13px;
  background: transparent;
}
.header-search button {
  border: 0;
  height: 34px;
  padding: 0 14px;
  background: var(--black);
  color: var(--yellow);
  font-weight: 800;
  font-size: 12px;
  cursor: pointer;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.header-cart-wrap { position: relative; }
.header-cart {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--black);
  color: var(--yellow);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mini-cart {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: 280px;
  background: var(--white);
  color: #222;
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(0,0,0,.16);
  padding: 12px 14px;
  z-index: 3000;
  font-size: 13px;
}
.header-cart-wrap:hover .mini-cart { display: block; }

.nav-toggle {
  display: none;
  width: 36px;
  height: 36px;
  border: 0;
  background: var(--black);
  border-radius: 50%;
  cursor: pointer;
  padding: 9px 8px;
}
.nav-toggle span { display: block; height: 2px; background: var(--yellow); margin: 4px 0; }

.main-nav { max-width: 1240px; margin: 2px auto 0; }
.main-nav ul { display: flex; justify-content: center; flex-wrap: wrap; gap: 4px; }
.main-nav a {
  display: inline-block;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 999px;
}
.main-nav a:hover,
.main-nav .current-menu-item > a { background: var(--black); color: var(--white); }

body.is-scrolled .site-header { padding: 2px 16px 3px; }
body.is-scrolled .header-bar { min-height: 38px; }
body.is-scrolled .header-bar > .logo { display: none; }
body.is-scrolled .brand-text { display: inline-block; }
body.is-scrolled .main-nav { display: none; }

.btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border-radius: 999px; font-weight: 800; border: 0; }
.btn-dark { background: var(--black); color: var(--white); }
.section-inner { max-width: 1240px; margin: 0 auto; padding: 56px 24px; }
h2 { font-size: clamp(28px, 4vw, 44px); margin-bottom: 12px; }
.process { padding: 28px 20px 8px; }
.process-card { max-width: 1240px; margin: 0 auto; background: var(--white); border-radius: 24px; padding: 36px 28px; text-align: center; box-shadow: var(--shadow); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 28px; text-align: left; }
.step-num { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; background: var(--yellow); border-radius: 50%; font-weight: 900; margin-bottom: 10px; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { background: var(--white); border-radius: var(--radius); padding: 22px 18px; box-shadow: var(--shadow); }
.shop-inner, .cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cta { background: var(--yellow); }
.page-wrap { max-width: 920px; margin: 0 auto; padding: 40px 24px 80px; }

.woocommerce-page .site-main { max-width: 1240px; margin: 0 auto; padding: 18px 16px 70px; }
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering { float: right; }
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  clear: both;
  margin: 12px 0 24px !important;
}
.woocommerce ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 8px !important;
  background: var(--white);
  border-radius: 14px;
  text-align: center;
}
.woocommerce ul.products li.product img { height: 110px !important; object-fit: contain !important; margin: 0 auto 6px !important; }
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price { color: var(--price) !important; }
.woocommerce a.button, .woocommerce button.button {
  background: var(--black) !important;
  color: var(--white) !important;
  border-radius: 12px !important;
}
.woocommerce span.onsale {
  right: 8px !important;
  left: auto !important;
  padding: 3px 8px !important;
  font-size: 10px !important;
  border-radius: 999px !important;
  background: var(--yellow) !important;
  color: var(--black) !important;
  min-height: 0 !important;
}

.woocommerce div.product {
  display: grid !important;
  grid-template-columns: .9fr 1.1fr;
  gap: 18px;
  max-width: 980px !important;
  float: none !important;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  width: 100% !important;
  float: none !important;
  background: var(--white);
  border-radius: 16px;
  padding: 12px;
}
.woocommerce .related.products { grid-column: 1 / -1; background: var(--white); border-radius: 16px; padding: 12px; }
.woocommerce .related.products ul.products { display: flex !important; overflow-x: auto; }
.woocommerce .related.products ul.products li.product { flex: 0 0 210px !important; width: 210px !important; }

.site-footer { background: var(--black); color: var(--white); padding: 56px 24px 24px; }
.footer-main {
  max-width: 1240px;
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 32px;
}
.footer-call { display: inline-flex; background: var(--yellow); color: var(--black); font-weight: 800; padding: 8px 14px; border-radius: 999px; }
.footer-main strong { display: block; margin-bottom: 12px; color: var(--yellow); text-transform: uppercase; font-size: 12px; }
.footer-main p, .footer-main li, .footer-main a { font-size: 14px; color: rgba(255,255,255,.82); }
.footer-bottom { max-width: 1240px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,.12); padding-top: 16px; color: rgba(255,255,255,.5); }
.mobile-callbar { display: none; }

@media (max-width: 1024px) {
  .steps-grid, .services-grid { grid-template-columns: 1fr 1fr; }
  .woocommerce ul.products { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  body.nav-open { overflow: hidden; }
  .nav-toggle { display: inline-flex; }
  .main-nav { display: none; }
  .main-nav.is-open { display: block; }
  .main-nav ul { flex-direction: column; }
  .woocommerce ul.products { grid-template-columns: 1fr 1fr; }
  .woocommerce div.product { grid-template-columns: 1fr; }
  .steps-grid, .services-grid, .footer-main { grid-template-columns: 1fr; }
  .site-footer { padding-bottom: 100px; }
  .mobile-callbar { display: flex; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 1100; gap: 8px; }
  .mobile-callbar a { flex: 1; text-align: center; padding: 12px; border-radius: 14px; font-weight: 800; }
  .mcb-call { background: var(--black); color: var(--yellow); }
  .mcb-map { background: var(--white); color: var(--black); }
}
body.is-scrolled .main-nav {
  display: block !important;
  margin: 0 auto 2px !important;
}

body.is-scrolled .main-nav ul {
  justify-content: center;
  gap: 2px;
}

body.is-scrolled .main-nav a {
  padding: 3px 10px !important;
  font-size: 10px !important;
  letter-spacing: .06em;
}
.site-header .main-nav,
body.is-scrolled .site-header .main-nav {
  max-width: 1240px !important;
  width: 100% !important;
  margin: 0 auto !important;
  text-align: left !important;
}

.site-header .main-nav ul,
body.is-scrolled .site-header .main-nav ul {
  display: flex !important;
  justify-content: flex-start !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.header-bar {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.header-bar > .logo,
.brand-text {
  grid-column: 1;
  justify-self: start;
}

.header-search {
  grid-column: 2;
  justify-self: center;
  width: min(560px, 100%);
  max-width: 560px !important;
  flex: none !important;
  margin: 0 !important;
}

.header-right {
  grid-column: 3;
  justify-self: end;
  margin-left: 0 !important;
}

.site-header .main-nav {
  max-width: 1240px;
  margin: 0 auto !important;
}

.site-header .main-nav ul {
  justify-content: flex-start !important;
}
.header-bar {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.header-bar > .logo,
.brand-text {
  grid-column: 1;
  justify-self: start;
}

.header-search {
  grid-column: 2;
  justify-self: center;
  width: min(560px, 100%);
  max-width: 560px !important;
  flex: none !important;
  margin: 0 !important;
}

.header-right {
  grid-column: 3;
  justify-self: end;
  margin-left: 0 !important;
}

.site-header .main-nav {
  max-width: 1240px;
  margin: 0 auto !important;
}

.site-header .main-nav ul {
  justify-content: flex-start !important;
}
.header-search {
  width: 720px !important;
  max-width: 720px !important;
  height: 32px !important;
  min-height: 32px !important;
}

.header-search input,
.header-search button {
  height: 32px !important;
  min-height: 32px !important;
  line-height: 32px !important;
  font-size: 13px !important;
}

body.is-scrolled .header-search,
body.is-scrolled .header-search input,
body.is-scrolled .header-search button {
  height: 28px !important;
  min-height: 28px !important;
  line-height: 28px !important;
}

body.is-scrolled .header-search {
  width: 680px !important;
  max-width: 680px !important;
}
.header-phone { display: none !important; }

.header-bar {
  display: grid !important;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
}

.header-bar > .logo { grid-column: 1; justify-self: start; }
.brand-text { grid-column: 1; }
.header-search {
  grid-column: 2;
  justify-self: center;
  width: 100% !important;
  max-width: 760px !important;
  height: 32px !important;
}
.header-right { grid-column: 3; justify-self: end; }

.main-nav ul { justify-content: flex-start !important; }
body.is-scrolled .site-header {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 6px 20px !important;
  overflow: visible !important;
}

body.is-scrolled .header-bar {
  display: contents !important;
}

body.is-scrolled .header-bar > .logo {
  display: flex !important;
  order: 1;
}

body.is-scrolled .header-bar > .logo img {
  height: 36px !important;
  max-height: 36px !important;
}

body.is-scrolled .brand-text {
  display: none !important;
}

body.is-scrolled .main-nav {
  display: block !important;
  order: 2;
  margin: 0 !important;
  max-width: none !important;
}

body.is-scrolled .main-nav ul {
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
}

body.is-scrolled .main-nav a {
  padding: 4px 10px !important;
  font-size: 11px !important;
}

body.is-scrolled .header-search {
  order: 3;
  width: 280px !important;
  max-width: 280px !important;
  height: 30px !important;
  min-height: 30px !important;
  flex: 0 0 280px;
}

body.is-scrolled .header-search input,
body.is-scrolled .header-search button {
  height: 30px !important;
  min-height: 30px !important;
  line-height: 30px !important;
}

body.is-scrolled .header-right {
  order: 4;
  margin-left: auto !important;
}
body.is-scrolled .header-bar > .logo {
  display: none !important;
}

body.is-scrolled .brand-text {
  display: inline-block !important;
  order: 1;
  font-size: 15px !important;
  font-weight: 900;
  letter-spacing: .04em;
  padding-right: 8px;
}

body.is-scrolled .main-nav {
  padding-left: 18px;
}

body.is-scrolled .header-search {
  width: 340px !important;
  max-width: 340px !important;
  flex: 0 0 340px !important;
  margin-left: auto !important;
  margin-right: 12px !important;
}

body.is-scrolled .header-right {
  margin-left: 0 !important;
}
.site-header {
  display: grid !important;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 12px;
  row-gap: 4px;
  padding: 6px 24px 8px !important;
}

.header-bar {
  display: contents !important;
}

.header-bar > .logo {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  align-items: center;
}

.header-bar > .logo img,
.header-bar .custom-logo-link img {
  height: 44px !important;
  max-height: 44px !important;
  width: auto !important;
}

.brand-text { display: none; }

.header-search {
  grid-column: 1 / -1;
  grid-row: 1;
  justify-self: center;
  width: 720px !important;
  max-width: 720px !important;
  height: 36px !important;
}

.main-nav {
  grid-column: 2;
  grid-row: 2;
  margin: 0 !important;
}

.main-nav ul {
  justify-content: flex-start !important;
}

.header-right {
  grid-column: 3;
  grid-row: 2;
  margin: 0 !important;
}

body.is-scrolled .site-header {
  display: flex !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
}
.header-bar > .logo img,
.header-bar .custom-logo,
.header-bar .custom-logo-link img {
  height: 100px !important;
  max-height: 100px !important;
  width: auto !important;
  max-width: none !important;
}
.header-bar > .logo a,
.header-bar .custom-logo-link {
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.header-bar > .logo img,
.header-bar .custom-logo-link img {
  filter:
    drop-shadow(0.7px 0 0 rgba(255,255,255,.9))
    drop-shadow(-0.7px 0 0 rgba(255,255,255,.9))
    drop-shadow(0 0.7px 0 rgba(255,255,255,.9))
    drop-shadow(0 -0.7px 0 rgba(255,255,255,.9))
    drop-shadow(0 2px 2px rgba(0,0,0,.22));
}
@media (max-width: 768px) {
  .site-header,
  body.is-scrolled .site-header {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 10px !important;
    position: sticky !important;
    top: 0 !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
  }

  .header-bar,
  body.is-scrolled .header-bar {
    display: contents !important;
  }

  .header-bar > .logo,
  body.is-scrolled .header-bar > .logo {
    display: flex !important;
    order: 1;
  }

  .header-bar > .logo img {
    height: 20px !important;
    max-height: 30px !important;
  }

  .brand-text,
  body.is-scrolled .brand-text {
    display: none !important;
  }

  .header-search,
  body.is-scrolled .header-search {
    order: 2;
    flex: 1 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 20px !important;
    margin: 0 !important;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .header-search button {
    display: none !important;
  }

  .header-right,
  body.is-scrolled .header-right {
    order: 3;
    display: flex !important;
    gap: 2px;
    margin: 0 !important;
  }

  .main-nav,
  body.is-scrolled .main-nav {
    display: none !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #FFD000;
    padding: 8px 10px 12px;
    z-index: 2000;
  }

  .main-nav.is-open,
  body.is-scrolled .main-nav.is-open {
    display: block !important;
  }

  .main-nav.is-open ul {
    flex-direction: column !important;
  }

  .nav-toggle {
    display: inline-flex !important;
  }
}
.site-header {
  padding-bottom: 0px !important;
}

.header-bar,
.main-nav {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.main-nav ul {
  margin: 0 !important;
  padding-bottom: 0 !important;
}

.main-nav a {
  margin-bottom: 0 !important;
}/* ===== HOME CLEAN ===== */
.process { padding: 20px 20px 0; }
.process-card {
  padding: 28px 24px 24px;
  text-align: center;
}
.steps-grid {
  margin-top: 20px;
  gap: 12px;
}
.step-card {
  background: #f7f7f7;
  border-radius: 16px;
  padding: 18px 16px;
  text-align: left;
}
.step-card:hover { background: #fff; box-shadow: 0 8px 20px rgba(0,0,0,.06); }
.step-num {
  width: 28px;
  height: 28px;
  font-size: 13px;
}

.services-grid { gap: 12px; }
.service-card {
  border-top: 4px solid #FFD000;
  min-height: 170px;
}
.service-card:hover { transform: translateY(-3px); }

.shop-band { background: transparent; }
.shop-inner,
.cta-inner {
  background: #fff;
  border-radius: 20px;
  padding: 28px 28px;
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
}
.cta { background: transparent; padding-bottom: 12px; }
.cta-inner { background: #FFD000; }
.home, .home h1, .home h2, .home h3, .home p, .home a {
  font-family: Sora, Inter, sans-serif !important;
  font-style: normal !important;
}
.home h1 {
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.05;
}
.home h2 { font-size: clamp(24px, 3vw, 36px); font-weight: 800; }
.home h3 { font-size: 16px; font-weight: 700; }

.h-wrap { max-width: 1200px; margin: 0 auto; padding: 0 18px 18px; }
.h-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 18px;
}
.h-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(14,14,14,.15), rgba(14,14,14,.78)),
    url('https://images.unsplash.com/photo-1510557880182-3d4d3cba35a5?auto=format&fit=crop&w=1800&q=70') center/cover;
}
.h-hero-in { position: relative; width: 100%; padding: 40px 18px 28px; color: #fff; }
.h-tag {
  display: inline-block;
  background: #FFD000;
  color: #111;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 8px;
}
.h-hero-text { max-width: 640px; }
.h-hero-text p { color: rgba(255,255,255,.86); margin: 12px 0 18px; }
.h-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.btn-yellow { background: #FFD000; color: #111; border-radius: 999px; padding: 12px 18px; font-weight: 800; }
.h-stats {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}
.h-stats li {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  padding: 12px 14px;
  border-radius: 14px;
  min-width: 110px;
}
.h-stats strong { display: block; color: #FFD000; font-size: 20px; }

.h-panel {
  background: #fff;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 8px 28px rgba(0,0,0,.05);
}
.h-head span { font-size: 12px; font-weight: 700; color: #888; }
.h-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 18px;
  list-style: none;
}
.h-steps li { background: #111; color: #fff; border-radius: 16px; padding: 18px; }
.h-steps b { color: #FFD000; display: block; margin-bottom: 10px; }
.h-steps p { color: rgba(255,255,255,.72); font-size: 14px; }

.h-services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 18px;
}
.h-services .big {
  grid-column: span 2;
  grid-row: span 2;
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border-radius: 16px;
  color: #fff;
}
.h-services .big img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.h-services .big div {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 18px;
  background: linear-gradient(transparent, rgba(0,0,0,.8));
}
.h-services article {
  background: #f3f3f3;
  border-radius: 16px;
  padding: 16px;
}

.h-split {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 12px;
  padding-bottom: 18px;
}
.h-split-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 22px; min-height: 260px; }
.h-split-txt { background: #111; color: #fff; border-radius: 22px; padding: 28px; }
.h-split-txt span { color: #FFD000; font-size: 12px; font-weight: 700; }
.h-call {
  background: #FFD000;
  border-radius: 22px;
  padding: 24px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

@media (max-width: 800px) {
  .h-steps, .h-services, .h-split { grid-template-columns: 1fr; }
  .h-services .big { grid-column: auto; min-height: 220px; }
  .h-call { flex-direction: column; text-align: center; }
}
.h-hero {
  background: #111;
  min-height: 0;
  margin: 12px 18px 18px;
  border-radius: 24px;
  overflow: hidden;
}
.h-hero-bg { display: none; }
.h-hero-in {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 10px;
  color: #fff;
  padding: 28px 20px;
}
.h-hero-photo {
  display: flex;
  justify-content: center;
}
.h-hero-photo img {
  width: min(420px, 100%);
  filter: drop-shadow(0 18px 30px rgba(0,0,0,.45));
}

.h-services article {
  background: #f3f3f3;
  border-radius: 16px;
  padding: 16px;
  border-top: 3px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.h-services article:hover {
  transform: translateY(-6px);
  background: #fff;
  border-top-color: #FFD000;
  box-shadow: 0 16px 30px rgba(0,0,0,.1);
}
.h-services .big {
  background: #1a1a1a;
}
.h-services .big img {
  position: relative !important;
  width: 70% !important;
  height: auto !important;
  margin: 20px auto 0;
  display: block;
  object-fit: contain !important;
  inset: auto !important;
  filter: drop-shadow(0 12px 20px rgba(0,0,0,.35));
  transition: transform .25s ease;
}
.h-services .big:hover img { transform: scale(1.05) rotate(-2deg); }
.h-services .big div { position: relative; background: none; padding-top: 8px; }

.h-split-img {
  background: #f2f2f2;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.h-split-img img {
  width: min(380px, 100%);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgba(0,0,0,.18));
}

@media (max-width: 800px) {
  .h-hero-in { grid-template-columns: 1fr; text-align: left; }
  .h-hero-photo img { width: 260px; }
}
.h-flow {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 20px;
}
.h-flow li {
  background: #111;
  color: #fff;
  border-radius: 18px;
  padding: 18px 16px 16px;
  opacity: 0;
  transform: translateY(16px);
  animation: flowIn .6s ease forwards;
}
.h-flow li:nth-child(1) { animation-delay: .05s; }
.h-flow li:nth-child(2) { animation-delay: .18s; }
.h-flow li:nth-child(3) { animation-delay: .31s; }
.h-flow li:nth-child(4) { animation-delay: .44s; }
.h-flow-ico {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #FFD000;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.h-flow-ico svg { width: 22px; height: 22px; }
.h-flow b { display: block; color: #FFD000; font-size: 12px; margin-bottom: 6px; }
.h-flow p { color: rgba(255,255,255,.72); font-size: 14px; }
.h-flow li:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0,0,0,.18);
}

@keyframes flowIn {
  to { opacity: 1; transform: translateY(0); }
}

.h-shop {
  background: #111;
  color: #fff;
  border-radius: 22px;
  padding: 24px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 18px;
  align-items: center;
}
.h-shop-copy span { color: #FFD000; font-size: 12px; font-weight: 700; }
.h-shop-copy p { color: rgba(255,255,255,.75); margin: 8px 0 16px; }
.h-shop-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.h-shop-grid figure {
  aspect-ratio: 1 / 1;
  margin: 0;
  background: #1c1c1c;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.h-shop-grid img {
  width: 78%;
  height: 78%;
  object-fit: contain;
  transition: transform .25s ease;
}
.h-shop-grid figure:hover img { transform: scale(1.06); }

@media (max-width: 800px) {
  .h-flow, .h-shop { grid-template-columns: 1fr; }
}
/**
 * CLASS PHONE - Mağaza ve Ürün Detay Sayfası Kesin Çözüm CSS
 */

/* =================================================================
   1. MAĞAZA (BOUTIQUE) SAYFASI
   =================================================================== */

.woocommerce ul.products, 
.woocommerce-page ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
    gap: 30px !important;
    margin: 30px 0 !important;
    padding: 0 !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none !important;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 20px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease !important;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 20px -5px rgba(0, 0, 0, 0.1) !important;
    border-color: #cbd5e1 !important;
}

.woocommerce ul.products li.product .product-brand,
.woocommerce ul.products li.product .brand-logo,
.woocommerce ul.products li.product > div:has(img[src*="apple"]),
.woocommerce ul.products li.product a > img[src*="apple"] {
    display: none !important;
}

.woocommerce ul.products li.product > * {
    position: static !important;
}

.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
    display: flex !important;
    flex-direction: column !important;
    text-decoration: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
}

.woocommerce ul.products li.product img {
    width: 100% !important;
    height: 190px !important;
    object-fit: contain !important;
    background: transparent !important;
    border-radius: 8px !important;
    padding: 5px !important;
    margin: 0 0 15px 0 !important;
    display: block !important;
}

.woocommerce ul.products li.product span.onsale {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    width: auto !important;
    background: #FFD000 !important;
    color: #000000 !important;
    font-weight: 700 !important;
    font-size: 10px !important;
    padding: 3px 8px !important;
    border-radius: 4px !important;
    z-index: 10 !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08) !important;
    text-align: center !important;
    line-height: 1.2 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h3 {
    color: #1e293b !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
    text-align: left !important;
}

.woocommerce ul.products li.product .price {
    color: #0f172a !important;
    font-family: inherit !important;
    font-weight: 800 !important;
    font-size: 15px !important;
    margin: 0 0 15px 0 !important;
    display: block !important;
    text-align: left !important;
}

.woocommerce ul.products li.product .price ins {
    background: transparent !important;
    color: #d97706 !important;
    text-decoration: none !important;
}

.woocommerce ul.products li.product .price del {
    color: #94a3b8 !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    margin-right: 6px !important;
}

.woocommerce ul.products li.product .button {
    margin-top: auto !important;
    background: #FFD000 !important;
    color: #000000 !important;
    border: 1px solid #e6bc00 !important;
    font-family: inherit !important;
    font-weight: 700 !important;
    font-size: 13.5px !important;
    border-radius: 8px !important;
    padding: 10px 16px !important;
    text-align: center !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    display: block !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important;
}

.woocommerce ul.products li.product .button:hover {
    background: #000000 !important;
    color: #FFD000 !important;
    border-color: #000000 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
}

.woocommerce ul.products li.product .added_to_cart {
    display: none !important;
}


/* =================================================================
   2. ÜRÜN DETAY SAYfASI (SINGLE PRODUCT PAGE)
   =================================================================== */

.woocommerce div.product {
    margin-top: 20px !important;
}

/* Görsel Alanı ve Zoom / Lightbox İptali */
.woocommerce div.product div.images img {
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    background: #ffffff !important;
    padding: 10px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
    pointer-events: none !important; /* Tıklanıp büyümesini/zoom açılmasını tamamen engeller */
    transition: transform 0.3s ease !important;
}

/* Görselin kapsayıcısının tıklama/zoom özelliklerini devre dışı bırakma */
.woocommerce div.product div.images .woocommerce-product-gallery__image {
    pointer-events: none !important;
}

/* Sadece hafif fare üstüne gelme (hover) efekti */
.woocommerce div.product div.images:hover img {
    transform: scale(1.02) !important;
}

/* Detay Sayfası Promo / İndirim Rozeti (Küçültülmüş ve Düzgün Konumda) */
.woocommerce div.product span.onsale {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    right: auto !important;
    width: auto !important;
    background: #FFD000 !important;
    color: #000000 !important;
    font-weight: 700 !important;
    font-size: 10px !important;
    padding: 3px 8px !important;
    border-radius: 4px !important;
    z-index: 10 !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08) !important;
    text-align: center !important;
    line-height: 1.2 !important;
}

.woocommerce div.product div.images {
    position: relative !important;
}

/* Ürün Detay Başlığı ve Fiyatı */
.woocommerce div.product div.summary h1.product_title {
    color: #1e293b !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    margin-bottom: 12px !important;
}

.woocommerce div.product div.summary p.price {
    color: #0f172a !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    margin-bottom: 16px !important;
}

.woocommerce div.product div.summary p.price ins {
    background: transparent !important;
    color: #d97706 !important;
    text-decoration: none !important;
}

.woocommerce div.product div.summary p.price del {
    color: #94a3b8 !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    margin-right: 8px !important;
}

/* Standart Sepete Ekle Butonu */
.woocommerce div.product form.cart .button {
    background: #FFD000 !important;
    color: #000000 !important;
    border: 1px solid #e6bc00 !important;
    font-family: inherit !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    border-radius: 8px !important;
    padding: 12px 24px !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important;
}

.woocommerce div.product form.cart .button:hover {
    background: #000000 !important;
    color: #FFD000 !important;
    border-color: #000000 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
}

/* Adet (Miktar) Kutusu */
.woocommerce div.product form.cart div.quantity input.qty {
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: #1e293b !important;
    padding: 8px !important;
    font-weight: 700 !important;
}

/* =================================================================
   3. EXPRESS ÖDEME BUTONLARI HİZALAMA VE BOYUTLANDIRMA (PayPal / GPay)
   =================================================================== */
.woocommerce div.product .wc-block-checkout__actions_row,
.woocommerce div.product .woo-paypal-button-container,
.woocommerce div.product #woo_pp_ec_button,
.woocommerce div.product .gpay-button,
.woocommerce div.product div[class*="paypal"],
.woocommerce div.product div[class*="express"],
.woocommerce div.product iframe {
    border-radius: 8px !important;
    max-width: 100% !important;
}

/* Tüm ek ödeme/cüzdan butonlarını standart Sepete Ekle butonu boyutuyla eşitleme */
.woocommerce div.product .wc-stripe-checkout-container button,
.woocommerce div.product div[id*="paypal"] iframe,
.woocommerce div.product button[class*="paypal"],
.woocommerce div.product input[class*="paypal"] {
    border-radius: 8px !important;
}
/**
 * CLASS PHONE - Tüm Sayfaları Tam Genişliğe Sabitleme
 */
.full-width-page {
    max-width: 1350px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}

.full-width-page .content-container {
    width: 100% !important;
    max-width: 100% !important;
}

/* Sayfa içeriğindeki (Elementor veya bloklar dahil) tüm alanların dar kalmasını önler */
.page .site-main, 
.page .entry-content,
.page-template-default .site-content {
    max-width: 1350px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
/**
 * Header Titremesini Kesin Çözüm ile Durdurma
 */
header, 
.site-header, 
.main-header {
    transform: none !important;
    -webkit-transform: none !important;
    will-change: auto !important;
    position: relative !important; /* Eğer menünün sayfa kaydırıldığında üstte sabit kalmasını istemiyorsan relative yapabilirsin */
}

/* Eğer menünün mutlaka yapışkan (sticky) kalmasını istiyorsan bunu kullan: */
.site-header, 
.main-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;
    -webkit-backface-visibility: hidden !important;
    transition: none !important;
}
/**
 * CLASS PHONE - WooCommerce Hesabım (My Account) Sayfası Güzelleştirme
 */

/* 1. Hesabım Sayfası Ana Kapsayıcı ve Düzeni */
.woocommerce-account .woocommerce {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    margin-top: 20px !important;
    margin-bottom: 40px !important;
}

/* 2. Sol Menü (Navigasyon Alanı) */
.woocommerce-account .woocommerce-MyAccount-navigation {
    flex: 0 0 260px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 15px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03) !important;
    box-sizing: border-box !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin-bottom: 6px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
    display: block !important;
    padding: 10px 14px !important;
    color: #334155 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    background: #f1f5f9 !important;
    color: #0f172a !important;
    padding-left: 18px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    background: #FFD000 !important;
    color: #000000 !important;
    font-weight: 700 !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important;
}

/* 3. Sağ İçerik Alanı */
.woocommerce-account .woocommerce-MyAccount-content {
    flex: 1 !important;
    min-width: 300px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 30px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03) !important;
    box-sizing: border-box !important;
}

/* 4. Tablolar (Siparişler vb.) */
.woocommerce-account table.woocommerce-orders-table,
.woocommerce-account table.shop_table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    margin-top: 15px !important;
}

.woocommerce-account table.shop_table th {
    background: #f8fafc !important;
    color: #475569 !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    padding: 12px 16px !important;
    border-bottom: 1px solid #e2e8f0 !important;
    text-align: left !important;
}

.woocommerce-account table.shop_table td {
    padding: 14px 16px !important;
    color: #334155 !important;
    font-size: 14px !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

.woocommerce-account table.shop_table tr:last-child td {
    border-bottom: none !important;
}

/* 5. Butonlar (Giriş Yap, Kaydet, Siparişi Görüntüle vb.) */
.woocommerce-account .button,
.woocommerce-account input.button {
    background: #FFD000 !important;
    color: #000000 !important;
    border: 1px solid #e6bc00 !important;
    font-family: inherit !important;
    font-weight: 700 !important;
    font-size: 13.5px !important;
    border-radius: 8px !important;
    padding: 10px 20px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important;
    text-decoration: none !important;
    display: inline-block !important;
}

.woocommerce-account .button:hover,
.woocommerce-account input.button:hover {
    background: #000000 !important;
    color: #FFD000 !important;
    border-color: #000000 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
}

/* 6. Form Alanları (Giriş ve Bilgi Düzenleme Inputları) */
.woocommerce-account form .form-row input.input-text,
.woocommerce-account form .form-row textarea {
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    padding: 10px 14px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background: #f8fafc !important;
    color: #1e293b !important;
    font-size: 14px !important;
}

.woocommerce-account form .form-row input.input-text:focus {
    background: #ffffff !important;
    border-color: #FFD000 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(255, 208, 0, 0.15) !important;
}

.woocommerce-account label {
    font-weight: 600 !important;
    color: #334155 !important;
    font-size: 13.5px !important;
    margin-bottom: 6px !important;
    display: block !important;
}

/* 7. Mobil Uyum (Ekran küçülünce sol menünün üste geçmesi) */
@media (max-width: 768px) {
    .woocommerce-account .woocommerce {
        flex-direction: column !important;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100% !important;
    }
}