/*
Theme Name: Eda Foto Baskı
Theme URI: https://edafotobaski.com
Author: Codex
Description: Kişiye özel fotoğraf ürünleri satan WooCommerce mağazaları için özgün, hızlı ve mobil öncelikli tema.
Version: 1.3.0
Requires at least: 6.9
Tested up to: 7.0
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kare-atolye
Tags: e-commerce, custom-logo, custom-menu, featured-images, translation-ready
*/

:root {
  --ka-ink: #231b20;
  --ka-muted: #74696f;
  --ka-paper: #fffdf9;
  --ka-soft: #f6f0e9;
  --ka-line: #e9ddd5;
  --ka-primary: #6f2145;
  --ka-primary-dark: #4e1530;
  --ka-accent: #e56f48;
  --ka-sage: #6d8f7b;
  --ka-yellow: #f4c969;
  --ka-white: #fff;
  --ka-radius: 22px;
  --ka-shadow: 0 18px 50px rgba(55, 34, 44, 0.10);
  --ka-container: min(1220px, calc(100% - 40px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ka-ink);
  background: var(--ka-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
.button,
input[type="submit"] {
  cursor: pointer;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto;
  background: var(--ka-white);
  border-radius: 8px;
}

.ka-container {
  width: var(--ka-container);
  margin-inline: auto;
}

.ka-announcement {
  position: relative;
  z-index: 21;
  padding: 9px 20px;
  color: var(--ka-white);
  background: var(--ka-ink);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.01em;
}

.ka-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: color-mix(in srgb, var(--ka-paper) 94%, transparent);
  border-bottom: 1px solid var(--ka-line);
  backdrop-filter: blur(18px);
}

.admin-bar .ka-header {
  top: 32px;
}

.ka-header__main {
  display: grid;
  grid-template-columns: 220px minmax(280px, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 94px;
}

.ka-brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  width: fit-content;
}

.ka-brand__mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--ka-white);
  background: linear-gradient(145deg, var(--ka-primary), var(--ka-accent));
  border-radius: 15px 15px 15px 5px;
  box-shadow: 0 10px 24px rgba(111, 33, 69, 0.25);
}

.ka-brand__mark svg {
  width: 23px;
  height: 23px;
}

.ka-brand__text {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.ka-brand__text small {
  margin-top: 5px;
  color: var(--ka-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.custom-logo {
  max-width: 190px;
  max-height: 60px;
  object-fit: contain;
}

.ka-search form {
  position: relative;
}

.ka-search input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 0 52px 0 20px;
  color: var(--ka-ink);
  background: var(--ka-white);
  border: 1px solid var(--ka-line);
  border-radius: 999px;
  outline: 0;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.ka-search input[type="search"]:focus {
  border-color: var(--ka-primary);
  box-shadow: 0 0 0 4px rgba(111, 33, 69, 0.09);
}

.ka-search button {
  position: absolute;
  top: 6px;
  right: 7px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--ka-white);
  background: var(--ka-primary);
  border: 0;
  border-radius: 50%;
}

.ka-header__actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.ka-action {
  position: relative;
  display: inline-flex;
  gap: 7px;
  align-items: center;
  min-height: 42px;
  padding: 0 13px;
  color: var(--ka-ink);
  background: var(--ka-white);
  border: 1px solid var(--ka-line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
  transition: transform 160ms ease, border-color 160ms ease;
}

.ka-action:hover {
  border-color: var(--ka-primary);
  transform: translateY(-2px);
}

.ka-action svg {
  width: 18px;
  height: 18px;
}

.ka-action__count {
  position: absolute;
  top: -7px;
  right: -4px;
  display: grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding-inline: 5px;
  color: var(--ka-white);
  background: var(--ka-accent);
  border: 2px solid var(--ka-paper);
  border-radius: 999px;
  font-size: 10px;
  line-height: 1;
}

.ka-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  color: var(--ka-ink);
  background: var(--ka-white);
  border: 1px solid var(--ka-line);
  border-radius: 50%;
}

.ka-menu-toggle span {
  display: block;
  height: 2px;
  margin: 4px 0;
  background: currentColor;
  border-radius: 2px;
}

.ka-nav {
  border-top: 1px solid var(--ka-line);
}

.ka-nav__inner {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 58px;
}

.ka-nav ul {
  display: flex;
  flex: 1;
  gap: 4px;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ka-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 760;
  white-space: nowrap;
  transition: color 160ms ease, background 160ms ease;
}

.ka-nav a:hover,
.ka-nav .current-menu-item > a {
  color: var(--ka-white);
  background: var(--ka-primary);
}

.ka-phone {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 10px 15px;
  color: var(--ka-white);
  background: var(--ka-sage);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(109, 143, 123, 0.25);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.ka-main {
  min-height: 60vh;
}

.ka-hero {
  position: relative;
  overflow: hidden;
  padding: 54px 0 38px;
}

.ka-hero::before {
  position: absolute;
  top: -140px;
  left: -180px;
  width: 480px;
  height: 480px;
  content: "";
  background: rgba(229, 111, 72, 0.13);
  border-radius: 50%;
  filter: blur(4px);
}

.ka-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 50px;
  align-items: center;
}

.ka-eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 7px 11px;
  color: var(--ka-primary);
  background: #f6e8ee;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ka-eyebrow::before {
  width: 7px;
  height: 7px;
  content: "";
  background: var(--ka-accent);
  border-radius: 50%;
}

.ka-hero h1 {
  max-width: 650px;
  margin: 18px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.ka-hero h1 em {
  color: var(--ka-primary);
  font-weight: inherit;
}

.ka-hero__lead {
  max-width: 580px;
  margin: 0 0 28px;
  color: var(--ka-muted);
  font-size: 18px;
}

.ka-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ka-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 21px;
  color: var(--ka-white);
  background: var(--ka-primary);
  border: 1px solid var(--ka-primary);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.ka-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  color: var(--ka-white);
  background: var(--ka-primary-dark);
  box-shadow: 0 12px 28px rgba(111, 33, 69, 0.2);
  transform: translateY(-2px);
}

.ka-button--ghost {
  color: var(--ka-ink);
  background: transparent;
  border-color: var(--ka-line);
}

.ka-button--ghost:hover {
  color: var(--ka-primary);
  background: var(--ka-white);
  border-color: var(--ka-primary);
  box-shadow: none;
}

.ka-hero__proof {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
  color: var(--ka-muted);
  font-size: 12px;
  font-weight: 700;
}

.ka-hero__avatars {
  display: flex;
}

.ka-hero__avatar {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-left: -8px;
  color: var(--ka-white);
  background: var(--ka-primary);
  border: 3px solid var(--ka-paper);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 800;
}

.ka-hero__avatar:first-child {
  margin-left: 0;
}

.ka-hero__visual {
  position: relative;
  min-height: 520px;
}

.ka-hero__card {
  position: absolute;
  overflow: hidden;
  background: var(--ka-soft);
  border: 8px solid var(--ka-white);
  border-radius: 28px;
  box-shadow: var(--ka-shadow);
}

.ka-hero__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ka-hero__card--main {
  top: 0;
  right: 5%;
  width: 70%;
  height: 78%;
  transform: rotate(2deg);
}

.ka-hero__card--small {
  bottom: 0;
  left: 0;
  width: 42%;
  height: 43%;
  transform: rotate(-5deg);
}

.ka-hero__note {
  position: absolute;
  right: 0;
  bottom: 8%;
  display: flex;
  gap: 12px;
  align-items: center;
  max-width: 230px;
  padding: 14px;
  background: rgba(255, 253, 249, 0.95);
  border: 1px solid var(--ka-line);
  border-radius: 16px;
  box-shadow: var(--ka-shadow);
  font-size: 12px;
  font-weight: 750;
  transform: rotate(-2deg);
}

.ka-hero__note strong {
  display: block;
  font-size: 16px;
}

.ka-hero__note span:first-child {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  height: 38px;
  color: var(--ka-primary);
  background: #f6e8ee;
  border-radius: 50%;
  font-size: 20px;
}

.ka-category-strip {
  padding: 14px 0 42px;
}

.ka-category-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.ka-category {
  position: relative;
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 13px;
  background: var(--ka-white);
  border: 1px solid var(--ka-line);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(55, 34, 44, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ka-category:hover {
  box-shadow: var(--ka-shadow);
  transform: translateY(-4px);
}

.ka-category img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 13px;
}

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

.ka-category strong {
  font-size: 14px;
}

.ka-category small {
  margin-top: 2px;
  color: var(--ka-muted);
  font-size: 11px;
}

.ka-section {
  padding: 68px 0;
}

.ka-section--soft {
  background: var(--ka-soft);
}

.ka-section__head {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 28px;
}

.ka-section__title {
  margin: 8px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.ka-section__link {
  color: var(--ka-primary);
  font-size: 14px;
  font-weight: 850;
}

.ka-demo-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.ka-product-card,
.woocommerce ul.products li.product {
  position: relative;
  overflow: hidden;
  padding: 0 0 18px;
  background: var(--ka-white);
  border: 1px solid var(--ka-line);
  border-radius: var(--ka-radius);
  box-shadow: 0 8px 30px rgba(55, 34, 44, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ka-product-card:hover,
.woocommerce ul.products li.product:hover {
  box-shadow: var(--ka-shadow);
  transform: translateY(-5px);
}

.ka-product-card__media,
.woocommerce ul.products li.product a img {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 0 15px;
  object-fit: cover;
  border-radius: calc(var(--ka-radius) - 1px) calc(var(--ka-radius) - 1px) 0 0;
}

.ka-product-card__badge,
.woocommerce span.onsale {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  min-width: auto;
  min-height: auto;
  padding: 7px 10px;
  color: var(--ka-primary);
  background: var(--ka-yellow);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.ka-product-card__content,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
  margin-inline: 16px;
}

.ka-product-card h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 45px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--ka-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.ka-product-card__price,
.woocommerce ul.products li.product .price {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 13px;
  color: var(--ka-primary);
  font-size: 17px;
  font-weight: 900;
}

.ka-product-card__price del,
.woocommerce ul.products li.product .price del {
  color: var(--ka-muted);
  font-size: 12px;
  font-weight: 600;
  opacity: 0.7;
}

.ka-product-card__price ins,
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}

.ka-product-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 0 16px;
  color: var(--ka-white);
  background: var(--ka-primary);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 0;
}

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

.woocommerce ul.products li.product {
  float: none;
  width: auto;
  margin: 0;
}

.woocommerce ul.products li.product .button {
  margin-top: 2px;
}

.ka-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.ka-story__mosaic {
  position: relative;
  min-height: 540px;
}

.ka-story__image {
  position: absolute;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--ka-shadow);
}

.ka-story__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ka-story__image:first-child {
  top: 0;
  left: 0;
  width: 72%;
  height: 75%;
}

.ka-story__image:last-child {
  right: 0;
  bottom: 0;
  width: 58%;
  height: 55%;
  border: 8px solid var(--ka-paper);
}

.ka-story__copy p {
  color: var(--ka-muted);
  font-size: 17px;
}

.ka-checks {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.ka-checks li {
  display: flex;
  gap: 11px;
  align-items: center;
  font-weight: 750;
}

.ka-checks li::before {
  display: grid;
  place-items: center;
  flex: 0 0 27px;
  height: 27px;
  color: var(--ka-white);
  content: "✓";
  background: var(--ka-sage);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.ka-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  background: var(--ka-line);
  border: 1px solid var(--ka-line);
  border-radius: var(--ka-radius);
}

.ka-benefit {
  padding: 28px 24px;
  background: var(--ka-white);
}

.ka-benefit__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  color: var(--ka-primary);
  background: #f6e8ee;
  border-radius: 14px;
  font-size: 20px;
}

.ka-benefit strong {
  display: block;
  margin-bottom: 2px;
  font-size: 15px;
}

.ka-benefit span {
  color: var(--ka-muted);
  font-size: 12px;
}

.ka-cta {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  overflow: hidden;
  padding: 50px;
  color: var(--ka-white);
  background: var(--ka-primary);
  border-radius: 30px;
}

.ka-cta::after {
  position: absolute;
  top: -80px;
  right: 12%;
  width: 260px;
  height: 260px;
  content: "";
  background: rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}

.ka-cta h2 {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.08;
}

.ka-cta p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}

.ka-cta .ka-button {
  position: relative;
  z-index: 1;
  color: var(--ka-primary);
  background: var(--ka-white);
  border-color: var(--ka-white);
}

.ka-content {
  padding: 56px 0 80px;
}

.ka-content__card {
  padding: clamp(24px, 5vw, 56px);
  background: var(--ka-white);
  border: 1px solid var(--ka-line);
  border-radius: var(--ka-radius);
  box-shadow: 0 8px 30px rgba(55, 34, 44, 0.04);
}

.ka-page-header {
  padding: 48px 0 20px;
}

.ka-page-header h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 500;
  line-height: 1.05;
}

.ka-breadcrumb {
  margin-bottom: 10px;
  color: var(--ka-muted);
  font-size: 12px;
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 10px;
  color: var(--ka-muted);
  font-size: 12px;
}

.woocommerce div.product {
  margin-bottom: 50px;
}

.woocommerce div.product div.images img {
  border-radius: var(--ka-radius);
}

.woocommerce div.product .product_title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 500;
  line-height: 1.08;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--ka-primary);
  font-size: 25px;
  font-weight: 900;
}

.woocommerce .quantity .qty {
  min-height: 46px;
  border: 1px solid var(--ka-line);
  border-radius: 12px;
}

.woocommerce div.product form.cart .button {
  min-height: 46px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  background: var(--ka-white);
  border-top-color: var(--ka-primary);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(55, 34, 44, 0.06);
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--ka-primary);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .select2-container--default .select2-selection--single {
  min-height: 46px;
  padding: 9px 12px;
  background: var(--ka-white);
  border: 1px solid var(--ka-line);
  border-radius: 10px;
}

.woocommerce table.shop_table {
  overflow: hidden;
  background: var(--ka-white);
  border-color: var(--ka-line);
  border-radius: 16px;
}

.ka-footer {
  padding: 70px 0 24px;
  color: #f8eef3;
  background: var(--ka-ink);
}

.ka-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 48px;
}

.ka-footer .ka-brand__text small,
.ka-footer__about {
  color: rgba(255, 255, 255, 0.58);
}

.ka-footer__about {
  max-width: 340px;
  margin-top: 20px;
  font-size: 13px;
}

.ka-footer h3 {
  margin: 0 0 16px;
  font-size: 14px;
}

.ka-footer ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ka-footer li,
.ka-footer li a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.ka-footer a:hover {
  color: var(--ka-white);
}

.ka-footer__bottom {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  margin-top: 50px;
  color: rgba(255, 255, 255, 0.45);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
}

.ka-payment-badges {
  display: flex;
  gap: 6px;
}

.ka-payment-badges span {
  padding: 5px 8px;
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.ka-whatsapp {
  position: fixed;
  z-index: 18;
  right: 22px;
  bottom: 22px;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--ka-white);
  background: #25d366;
  border: 4px solid var(--ka-paper);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(30, 110, 65, 0.28);
  font-size: 22px;
  font-weight: 900;
}

@media (max-width: 1080px) {
  .ka-header__main {
    grid-template-columns: 190px 1fr auto;
  }

  .ka-action__label {
    display: none;
  }

  .ka-action {
    width: 42px;
    padding: 0;
    justify-content: center;
  }

  .ka-nav ul {
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .ka-nav ul::-webkit-scrollbar {
    display: none;
  }

  .ka-category-strip__grid,
  .ka-demo-products,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
  }

  .ka-footer__grid {
    grid-template-columns: 1.5fr repeat(2, 1fr);
  }

  .ka-footer__grid > div:last-child {
    display: none;
  }
}

@media (max-width: 782px) {
  .admin-bar .ka-header {
    top: 46px;
  }

  :root {
    --ka-container: min(100% - 28px, 680px);
  }

  .ka-announcement {
    padding-block: 7px;
    font-size: 11px;
  }

  .ka-header__main {
    grid-template-columns: 1fr auto;
    gap: 10px;
    min-height: 70px;
  }

  .ka-brand__mark {
    width: 38px;
    height: 38px;
  }

  .ka-brand__text {
    font-size: 17px;
  }

  .ka-brand__text small {
    display: none;
  }

  .ka-search {
    grid-column: 1 / -1;
    grid-row: 2;
    padding-bottom: 12px;
  }

  .ka-search input[type="search"] {
    height: 44px;
  }

  .ka-header__actions .ka-action--account {
    display: none;
  }

  .ka-menu-toggle {
    display: block;
  }

  .ka-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 30;
    display: none;
    height: calc(100vh - 128px);
    padding: 18px 24px 30px;
    overflow-y: auto;
    background: var(--ka-paper);
    border-top: 1px solid var(--ka-line);
    box-shadow: 0 24px 40px rgba(55, 34, 44, 0.12);
  }

  .menu-open .ka-nav {
    display: block;
  }

  .ka-nav__inner,
  .ka-nav ul {
    display: block;
  }

  .ka-nav li {
    border-bottom: 1px solid var(--ka-line);
  }

  .ka-nav a {
    width: 100%;
    min-height: 54px;
    padding: 0;
    border-radius: 0;
    font-size: 17px;
  }

  .ka-nav a:hover,
  .ka-nav .current-menu-item > a {
    color: var(--ka-primary);
    background: transparent;
  }

  .ka-phone {
    width: 100%;
    justify-content: center;
    margin-top: 24px;
  }

  .ka-hero {
    padding-top: 35px;
  }

  .ka-hero__grid,
  .ka-story {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .ka-hero h1 {
    font-size: clamp(44px, 13vw, 67px);
  }

  .ka-hero__visual {
    min-height: 440px;
  }

  .ka-hero__card--main {
    width: 78%;
  }

  .ka-category-strip__grid {
    display: flex;
    width: calc(100vw - 14px);
    margin-left: 14px;
    padding-right: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .ka-category-strip .ka-container {
    width: 100%;
  }

  .ka-category {
    flex: 0 0 250px;
    scroll-snap-align: start;
  }

  .ka-section {
    padding: 50px 0;
  }

  .ka-section__head {
    align-items: center;
  }

  .ka-section__head .ka-eyebrow {
    display: none;
  }

  .ka-demo-products,
  .woocommerce ul.products {
    gap: 12px;
  }

  .ka-product-card__content,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product .price,
  .woocommerce ul.products li.product .button {
    margin-inline: 12px;
  }

  .ka-product-card h3,
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 60px;
    font-size: 13px;
  }

  .ka-story__mosaic {
    min-height: 470px;
  }

  .ka-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .ka-cta {
    grid-template-columns: 1fr;
    padding: 35px 26px;
  }

  .ka-cta .ka-button {
    width: fit-content;
  }

  .ka-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px 20px;
  }

  .ka-footer__grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  .ka-header__actions {
    gap: 5px;
  }

  .ka-action {
    width: 38px;
    min-height: 38px;
  }

  .ka-menu-toggle {
    width: 38px;
    height: 38px;
  }

  .ka-hero__lead {
    font-size: 16px;
  }

  .ka-hero__visual {
    min-height: 360px;
  }

  .ka-hero__note {
    max-width: 195px;
    padding: 10px;
  }

  .ka-hero__proof {
    gap: 10px;
  }

  .ka-demo-products,
  .woocommerce ul.products {
    grid-template-columns: 1fr 1fr;
  }

  .ka-benefit {
    padding: 21px 17px;
  }

  .ka-benefit span {
    font-size: 11px;
  }

  .ka-footer__bottom {
    display: grid;
  }
}

/* Product-shelf storefront inspired by the dense browsing pattern requested
   by the merchant. Brand colors, copy and imagery remain Eda Foto Baskı's. */
.ka-storefront {
  padding: 0 0 22px;
  background: #fff;
}

.ka-quick-links {
  border-bottom: 1px solid var(--ka-line);
  background: #fffaf7;
}

.ka-quick-links__inner {
  display: flex;
  gap: 12px 30px;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  overflow-x: auto;
  color: #5a3d2b;
  font-size: 12px;
  white-space: nowrap;
  scrollbar-width: none;
}

.ka-quick-links__inner::-webkit-scrollbar,
.ka-shelf__track::-webkit-scrollbar {
  display: none;
}

.ka-shelf {
  padding: 26px 0 6px;
  background: #fff;
}

.ka-shelf + .ka-shelf {
  border-top: 1px solid #f2e9e3;
}

.ka-shelf__head {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 14px;
}

.ka-shelf__head h2 {
  margin: 0;
  color: #5a3d2b;
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.ka-shelf__head p {
  margin: 4px 0 0;
  color: var(--ka-muted);
  font-size: 13px;
}

.ka-shelf__head > a {
  flex: 0 0 auto;
  padding-bottom: 3px;
  color: var(--ka-primary);
  font-size: 14px;
  font-weight: 850;
}

.ka-shelf__track {
  display: flex;
  gap: 18px;
  padding: 4px 2px 20px;
  overflow-x: auto;
  scroll-padding-inline: 2px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.ka-shop-card {
  position: relative;
  display: flex;
  flex: 0 0 230px;
  flex-direction: column;
  min-height: 492px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 28px;
  scroll-snap-align: start;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ka-shop-card:hover {
  border-color: #dbc9d2;
  box-shadow: 0 18px 40px rgba(68, 35, 48, 0.11);
  transform: translateY(-4px);
}

.ka-shop-card__favorite {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  color: var(--ka-primary);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(111, 33, 69, 0.12);
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
}

.ka-shop-card__media {
  display: block;
  height: 285px;
  overflow: hidden;
  background: #f4f4f4;
  border-radius: 27px 27px 20px 20px;
}

.ka-shop-card__media img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  transition: transform 280ms ease;
}

.ka-shop-card:hover .ka-shop-card__media img {
  transform: scale(1.035);
}

.ka-shop-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px 20px 20px;
}

.ka-shop-card__badge {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 9px;
  margin-bottom: 8px;
  color: #85490f;
  background: #fff1cd;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
}

.ka-shop-card__body > strong {
  min-height: 45px;
  color: #5a3d2b;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.45;
}

.ka-shop-card__price {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
  color: #111;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
}

.ka-shop-card__price del {
  color: #9c8d85;
  font-size: 12px;
  font-weight: 650;
}

.ka-shop-card__price ins {
  text-decoration: none;
}

.ka-shop-card__action {
  margin-top: auto;
  padding-top: 12px;
  color: var(--ka-primary);
  font-size: 12px;
  font-weight: 850;
}

.ka-store-note {
  padding: 58px 0;
}

.ka-store-note__inner {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) 1.2fr;
  gap: 45px;
  align-items: center;
  padding: 42px;
  color: #fff;
  background: linear-gradient(135deg, var(--ka-primary-dark), var(--ka-primary));
  border-radius: 28px;
}

.ka-store-note__inner > div > span {
  color: #f4c969;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ka-store-note h2 {
  margin: 8px 0 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.ka-store-note ol {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ka-store-note li {
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 13px 15px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
}

.ka-store-note li strong {
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  height: 30px;
  color: var(--ka-primary);
  background: #fff;
  border-radius: 50%;
}

.ka-store-note li span {
  font-size: 13px;
  font-weight: 700;
}

.ka-trust-strip {
  padding: 30px 0;
  border-top: 1px solid var(--ka-line);
  border-bottom: 1px solid var(--ka-line);
}

.ka-trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ka-trust-strip__grid > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 12px;
  align-items: center;
  padding: 8px 24px;
  border-right: 1px solid var(--ka-line);
}

.ka-trust-strip__grid > div:last-child {
  border-right: 0;
}

.ka-trust-strip__grid span {
  grid-row: 1 / 3;
  font-size: 27px;
}

.ka-trust-strip__grid strong,
.ka-trust-strip__grid small {
  display: block;
}

.ka-trust-strip__grid strong {
  color: #5a3d2b;
  font-size: 14px;
}

.ka-trust-strip__grid small {
  color: var(--ka-muted);
  font-size: 11px;
}

@media (min-width: 783px) {
  .ka-header {
    position: relative;
    top: auto;
    background: #fff;
    backdrop-filter: none;
  }

  .ka-header__main {
    min-height: 118px;
  }

  .ka-nav__inner {
    min-height: 60px;
  }
}

@media (max-width: 782px) {
  .ka-quick-links__inner {
    width: calc(100vw - 14px);
    margin-left: 14px;
    padding-right: 20px;
  }

  .ka-quick-links .ka-container {
    width: 100%;
  }

  .ka-shelf {
    padding-top: 24px;
  }

  .ka-shelf__head {
    align-items: center;
  }

  .ka-shelf__head p {
    display: none;
  }

  .ka-shelf__head h2 {
    font-size: 23px;
  }

  .ka-shelf__track {
    width: calc(100vw - 14px);
    margin-left: 0;
    padding-right: 20px;
  }

  .ka-shop-card {
    flex-basis: min(74vw, 270px);
  }

  .ka-store-note {
    padding: 38px 0;
  }

  .ka-store-note__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 30px 24px;
  }

  .ka-trust-strip__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    overflow: hidden;
    background: var(--ka-line);
    border: 1px solid var(--ka-line);
    border-radius: 20px;
  }

  .ka-trust-strip__grid > div {
    padding: 17px 15px;
    background: #fff;
    border: 0;
  }
}

@media (max-width: 480px) {
  .ka-shelf__head > a {
    font-size: 12px;
  }

  .ka-shop-card {
    min-height: 455px;
  }

  .ka-shop-card__media {
    height: 250px;
  }

  .ka-trust-strip__grid span {
    font-size: 22px;
  }

  .ka-trust-strip__grid strong {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
