:root {
  --ink: #1f2a2a;
  --muted: #778181;
  --line: #e7e9e6;
  --paper: #fafbf9;
  --white: #fff;
  --accent: #d77655;
  --accent-dark: #b65b3f;
  --soft: #eef2ec;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "DM Sans", Arial, sans-serif;
  --display: Manrope, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 15px/1.5 var(--sans); }
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { border: 0; cursor: pointer; }
.container { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.announcement { height: 32px; padding: 7px; background: var(--ink); color: #e9eeea; text-align: center; font-size: 11px; letter-spacing: .09em; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid transparent; background: rgba(250,251,249,.94); backdrop-filter: blur(14px); }
.site-header.scrolled { border-color: var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 82px; }
.brand { display: flex; align-items: center; gap: 11px; font: 800 16px var(--display); letter-spacing: .16em; }
.brand-mark { display: grid; place-items: center; width: 28px; height: 28px; background: var(--ink); color: #fff; font: 16px var(--serif); letter-spacing: 0; }
.main-nav { display: flex; gap: 34px; margin-left: 90px; }
.main-nav a { position: relative; padding: 31px 0; color: #697372; font-size: 13px; }
.main-nav a:hover, .main-nav a.active { color: var(--ink); }
.main-nav a.active::after { position: absolute; right: 0; bottom: 22px; left: 0; height: 2px; background: var(--accent); content: ""; }
.header-actions { display: flex; align-items: center; gap: 17px; }
.icon-button, .cart-button { display: flex; align-items: center; gap: 7px; padding: 8px; background: transparent; color: var(--ink); }
.icon-button svg, .cart-button svg, .search-field svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.cart-button { font-size: 13px; }
.cart-button b { display: grid; place-items: center; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 20px; background: var(--accent); color: #fff; font-size: 10px; }
.account-link { padding: 8px 0 8px 7px; color: var(--accent-dark); font-size: 11px; white-space: nowrap; }
.account-link:hover { color: var(--ink); }
.search-panel { height: 0; overflow: hidden; border-bottom: 1px solid transparent; background: var(--white); transition: height .25s ease; }
.search-panel.open { height: 74px; border-color: var(--line); }
.search-inner { display: flex; align-items: center; gap: 22px; height: 100%; }
.search-field { display: flex; flex: 1; align-items: center; gap: 10px; max-width: 600px; padding: 8px 0; border-bottom: 1px solid var(--ink); }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.search-field input::placeholder { color: #a6aeab; }
.search-close { background: transparent; color: var(--muted); font-size: 12px; }

.hero { display: grid; grid-template-columns: 43% 57%; align-items: center; min-height: 590px; padding-top: 46px; padding-bottom: 72px; }
.hero-copy { padding-right: 74px; }
.eyebrow { margin: 0 0 17px; color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .19em; }
.hero h1 { margin: 0 0 24px; font: 800 clamp(42px, 5vw, 68px)/1.1 var(--display); letter-spacing: -.055em; }
.hero h1 em, .story-copy h2 em { color: var(--accent); font: 400 1em var(--serif); }
.hero-text { max-width: 370px; margin: 0 0 30px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 27px; min-width: 190px; padding: 16px 18px 16px 21px; background: var(--ink); color: #fff; font-size: 12px; transition: background .2s, transform .2s; }
.primary-button:hover { background: var(--accent-dark); transform: translateY(-2px); }
.primary-button span { font-size: 18px; line-height: 0; }
.hero-note { display: flex; align-items: center; gap: 11px; margin-top: 38px; color: #858d8a; font-size: 11px; }
.avatar-stack { display: flex; align-items: center; }
.avatar-stack i { display: grid; place-items: center; width: 25px; height: 25px; margin-left: -6px; border: 2px solid var(--paper); border-radius: 50%; background: #dbe1db; color: var(--ink); font-size: 9px; font-style: normal; }
.avatar-stack i:first-child { margin-left: 0; background: var(--accent); color: #fff; }
.hero-visual { position: relative; height: 460px; padding-left: 34px; }
.hero-visual::before { position: absolute; z-index: -1; top: -22px; left: 72px; width: 78%; height: 100%; background: #eef1ea; content: ""; }
.hero-visual img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); }
.hero-badge { position: absolute; top: 20px; left: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 79px; height: 79px; background: var(--accent); color: #fff; line-height: 1.1; }
.hero-badge strong { font: 400 28px var(--serif); }
.hero-badge span { margin-top: 4px; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.hero-caption { position: absolute; right: -24px; bottom: 24px; width: 173px; padding: 18px 20px; background: var(--white); box-shadow: 0 14px 35px rgba(31,42,42,.1); }
.hero-caption span { display: block; margin-bottom: 7px; color: var(--accent); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.hero-caption strong { font: 15px/1.3 var(--display); }

.trust-strip { border-top: 1px solid #e4e9e2; border-bottom: 1px solid #e4e9e2; background: var(--soft); }
.trust-items { display: grid; grid-template-columns: repeat(4, 1fr); padding: 25px 0; }
.trust-items > div { display: flex; align-items: center; justify-content: center; gap: 12px; border-right: 1px solid #dce3db; }
.trust-items > div:last-child { border: 0; }
.trust-icon { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid #b8c3b7; border-radius: 50%; color: var(--accent); font-size: 14px; }
.trust-items b, .trust-items small { display: block; }
.trust-items b { font-size: 11px; font-weight: 600; }
.trust-items small { margin-top: 2px; color: var(--muted); font-size: 10px; }

.products-section { padding-top: 92px; padding-bottom: 104px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.section-heading h2, .story-copy h2 { margin: 0; font: 35px/1.1 var(--display); letter-spacing: -.06em; }
.section-tools { display: flex; align-items: center; gap: 25px; }
.category-tabs { display: flex; gap: 22px; }
.category-tabs button { position: relative; padding: 7px 0; background: transparent; color: #939b97; font-size: 11px; white-space: nowrap; }
.category-tabs button.active, .category-tabs button:hover { color: var(--ink); }
.category-tabs button.active::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--accent); content: ""; }
.sort-select { display: flex; align-items: center; gap: 4px; padding-left: 23px; border-left: 1px solid var(--line); color: #9ba19e; font-size: 10px; white-space: nowrap; }
.sort-select select { border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 10px; }
.results-line { display: flex; align-items: center; gap: 16px; margin: 27px 0 19px; color: #a5adaa; font-size: 10px; }
.result-line { flex: 1; height: 1px; background: var(--line); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px 18px; }
.product-card { min-width: 0; animation: rise .35s ease both; }
.product-photo { position: relative; height: 270px; overflow: hidden; background: #f0f1ed; cursor: pointer; }
.product-photo img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-photo img { transform: scale(1.04); }
.product-tag { position: absolute; z-index: 1; top: 12px; left: 12px; padding: 5px 8px; background: var(--white); color: var(--accent); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.quick-add { position: absolute; right: 12px; bottom: 12px; z-index: 2; width: 34px; height: 34px; background: var(--white); color: var(--ink); font-size: 20px; opacity: 0; transform: translateY(6px); transition: opacity .2s, transform .2s; }
.product-card:hover .quick-add { opacity: 1; transform: none; }
.product-info { padding: 13px 1px 0; }
.product-info h3 { margin: 0 0 4px; font-size: 13px; font-weight: 600; }
.product-meta { display: flex; align-items: center; justify-content: space-between; }
.product-category { color: #a0a8a3; font-size: 10px; }
.price { font-size: 12px; font-weight: 700; }
.empty-state { padding: 75px 20px; text-align: center; color: var(--muted); }
.empty-state div { color: var(--accent); font-size: 28px; }
.empty-state h3 { margin: 8px 0; color: var(--ink); font-size: 15px; }
.empty-state p { margin: 0; font-size: 12px; }

.story-section { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 450px; margin-bottom: 100px; background: #edf1eb; }
.story-image { min-height: 450px; }
.story-image img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); }
.story-copy { padding: 74px 75px; }
.story-copy h2 { margin-bottom: 23px; font-size: 49px; }
.story-copy > p:not(.eyebrow) { max-width: 310px; margin: 0 0 28px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.text-link { padding-bottom: 6px; border-bottom: 1px solid var(--accent); font-size: 12px; font-weight: 600; }
.text-link span { margin-left: 9px; color: var(--accent); font-size: 17px; }

.site-footer { padding: 67px 0 20px; background: var(--ink); color: #f2f4f0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .75fr .75fr 1.3fr; gap: 50px; padding-bottom: 61px; }
.footer-brand { color: #fff; }
.footer-brand .brand-mark { background: var(--accent); }
.site-footer p { margin: 16px 0 0; color: #9da7a4; font-size: 11px; line-height: 1.7; }
.site-footer h4 { margin: 3px 0 17px; color: #c2cbc5; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.site-footer a:not(.brand) { display: block; margin: 9px 0; color: #9da7a4; font-size: 11px; }
.site-footer a:not(.brand):hover { color: #fff; }
.newsletter-form { display: flex; height: 40px; margin-top: 17px; border-bottom: 1px solid #65706c; }
.newsletter-form input { flex: 1; border: 0; outline: 0; background: transparent; color: #fff; font-size: 11px; }
.newsletter-form input::placeholder { color: #7d8984; }
.newsletter-form button { background: transparent; color: var(--accent); font-size: 20px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 19px; border-top: 1px solid #3c4845; color: #75817d; font-size: 10px; }

.modal-backdrop { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 25px; background: rgba(31,42,42,.45); }
.product-modal { position: relative; display: grid; grid-template-columns: 1fr 1fr; width: 100%; max-width: 740px; background: var(--paper); box-shadow: 0 20px 60px rgba(0,0,0,.2); }
.modal-close { position: absolute; z-index: 2; top: 12px; right: 17px; padding: 4px; background: transparent; color: #7b8580; font-size: 28px; line-height: 1; }
.modal-image { height: 410px; background: #edf0ec; }
.modal-image img { width: 100%; height: 100%; object-fit: cover; }
.modal-info { padding: 66px 42px 40px; }
.modal-info h2 { margin: 0 0 18px; font: 27px/1.15 var(--display); letter-spacing: -.04em; }
.modal-description { margin-bottom: 24px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.modal-price { display: block; margin-bottom: 25px; font-size: 18px; }
.modal-add { width: 100%; }

.cart-drawer { position: fixed; z-index: 60; top: 0; right: 0; bottom: 0; display: flex; flex-direction: column; width: min(410px, 100%); padding: 38px 32px 30px; background: var(--paper); box-shadow: -15px 0 45px rgba(31,42,42,.1); transform: translateX(100%); transition: transform .3s ease; }
.cart-drawer.open { transform: translateX(0); }
.drawer-overlay { position: fixed; z-index: 55; inset: 0; visibility: hidden; background: rgba(31,42,42,.28); opacity: 0; transition: opacity .3s; }
.drawer-overlay.open { visibility: visible; opacity: 1; }
.drawer-head { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 0; font: 29px var(--display); letter-spacing: -.05em; }
.drawer-head .modal-close { position: static; }
.cart-items { flex: 1; overflow: auto; }
.cart-row { display: grid; grid-template-columns: 68px 1fr auto; align-items: center; gap: 13px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-row img { width: 68px; height: 74px; object-fit: cover; }
.cart-row h3 { margin: 0 0 5px; font-size: 12px; }
.cart-row p { margin: 0 0 8px; color: var(--muted); font-size: 10px; }
.cart-row strong { font-size: 11px; }
.quantity { display: flex; align-items: center; gap: 8px; margin-top: 8px; }
.quantity button { width: 18px; height: 18px; background: var(--soft); color: var(--ink); font-size: 13px; line-height: 1; }
.quantity span { font-size: 11px; }
.remove-item { align-self: start; background: transparent; color: #a3aaa6; font-size: 17px; }
.cart-empty { margin: auto; color: var(--muted); text-align: center; }
.cart-empty div { margin-bottom: 10px; font-size: 28px; }
.cart-empty p { margin: 0; color: var(--ink); font-size: 13px; }
.cart-empty span { font-size: 11px; }
.drawer-bottom { padding-top: 21px; border-top: 1px solid var(--line); }
.drawer-bottom > div { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; }
.drawer-bottom > div span { color: var(--muted); font-size: 12px; }
.drawer-bottom strong { font-size: 18px; }
.checkout-button { width: 100%; }
.drawer-bottom small { display: block; margin-top: 11px; color: #9ba29f; font-size: 9px; text-align: center; }
.toast { position: fixed; z-index: 100; bottom: 24px; left: 50%; padding: 12px 18px; background: var(--ink); color: #fff; font-size: 12px; opacity: 0; pointer-events: none; transform: translate(-50%,20px); transition: opacity .25s, transform .25s; }
.toast.show { opacity: 1; transform: translate(-50%,0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@keyframes rise { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
[hidden] { display: none !important; }

@media (max-width: 980px) {
  .main-nav { margin-left: 0; }
  .hero { grid-template-columns: 46% 54%; }
  .hero-copy { padding-right: 30px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .section-tools { width: 100%; justify-content: space-between; }
  .story-copy { padding: 55px 45px; }
  .footer-grid { grid-template-columns: 1.3fr .8fr .8fr 1.2fr; gap: 25px; }
}
@media (max-width: 700px) {
  .container { width: min(100% - 36px, 520px); }
  .announcement { font-size: 9px; letter-spacing: .05em; }
  .header-inner { height: 68px; }
  .main-nav { display: none; }
  .brand { font-size: 14px; }
  .header-actions { gap: 5px; }
  .cart-button span { display: none; }
  .hero { display: flex; flex-direction: column; align-items: stretch; padding-top: 38px; padding-bottom: 48px; }
  .hero-copy { padding: 0 0 40px; }
  .hero h1 { font-size: 47px; }
  .hero-text { font-size: 13px; }
  .hero-visual { height: 360px; padding-left: 17px; }
  .hero-visual::before { top: -13px; left: 44px; width: 82%; }
  .hero-caption { right: 0; bottom: 15px; }
  .hero-badge { top: 15px; left: 0; width: 66px; height: 66px; }
  .hero-badge strong { font-size: 23px; }
  .trust-items { grid-template-columns: repeat(2, 1fr); gap: 20px; padding: 22px 0; }
  .trust-items > div { justify-content: flex-start; border: 0; }
  .trust-items b { font-size: 10px; }
  .products-section { padding-top: 62px; padding-bottom: 65px; }
  .section-heading h2 { font-size: 31px; }
  .section-tools { display: block; }
  .category-tabs { gap: 16px; overflow: auto; margin: 21px 0 17px; padding-bottom: 4px; }
  .category-tabs button { font-size: 10px; }
  .sort-select { padding: 13px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 27px 12px; }
  .product-photo { height: 205px; }
  .quick-add { width: 30px; height: 30px; opacity: 1; transform: none; }
  .story-section { display: flex; flex-direction: column; margin-bottom: 65px; }
  .story-image { height: 270px; min-height: 270px; }
  .story-copy { padding: 43px 29px 51px; }
  .story-copy h2 { font-size: 42px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 37px 22px; padding-bottom: 42px; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: span 2; }
  .site-footer { padding-top: 48px; }
  .footer-bottom { display: block; line-height: 2; }
  .footer-bottom span { display: block; }
  .product-modal { display: block; max-height: calc(100vh - 40px); overflow: auto; }
  .modal-image { height: 260px; }
  .modal-info { padding: 30px 25px 28px; }
  .modal-info h2 { font-size: 24px; }
  .cart-drawer { padding: 27px 20px 22px; }
}

/* Mağaza temaları */
.theme-atelier { --ink: #40352e; --muted: #8c8077; --line: #e8ddd2; --paper: #fcfaf7; --accent: #bc7650; --accent-dark: #98573a; --soft: #f3e9de; }
.theme-fresh { --ink: #163b35; --muted: #738d84; --line: #dbe8df; --paper: #f8fbf8; --accent: #4c9a83; --accent-dark: #317663; --soft: #e4f0e8; }
.theme-atelier .announcement { background: #40352e; }
.theme-atelier .hero-visual::before { background: #f2e7dc; }
.theme-atelier .trust-strip, .theme-atelier .story-section { background: #f3e9de; }
.theme-atelier .brand-mark { background: #40352e; }
.theme-atelier .site-footer { background: #40352e; }
.theme-fresh .announcement { background: #163b35; }
.theme-fresh .hero-visual::before { background: #e4f0e8; }
.theme-fresh .trust-strip, .theme-fresh .story-section { background: #e4f0e8; }
.theme-fresh .brand-mark { background: #163b35; }
.theme-fresh .site-footer { background: #163b35; }
.theme-cloud { --ink: #29495a; --muted: #7b929c; --line: #d9e7eb; --paper: #f8fbfc; --accent: #6396ad; --accent-dark: #447b93; --soft: #e4eef2; }
.theme-peach { --ink: #4a2b2a; --muted: #927675; --line: #efdbd5; --paper: #fffaf8; --accent: #d88c75; --accent-dark: #b86e5b; --soft: #f9e8e2; }
.theme-cloud .announcement { background: #29495a; }
.theme-cloud .hero-visual::before { background: #e4eef2; }
.theme-cloud .trust-strip, .theme-cloud .story-section { background: #e4eef2; }
.theme-cloud .brand-mark, .theme-cloud .site-footer { background: #29495a; }
.theme-peach .announcement { background: #4a2b2a; }
.theme-peach .hero-visual::before { background: #f9e8e2; }
.theme-peach .trust-strip, .theme-peach .story-section { background: #f9e8e2; }
.theme-peach .brand-mark, .theme-peach .site-footer { background: #4a2b2a; }

/* Üç ayrı mağaza karakteri */
.theme-catalog { --ink: #29495a; --muted: #718792; --line: #d9e7eb; --paper: #f8fbfc; --accent: #6396ad; --accent-dark: #447b93; --soft: #e4eef2; }
.theme-catalog .announcement { background: #29495a; }
.theme-catalog .brand-mark, .theme-catalog .site-footer { background: #29495a; }
.theme-catalog .hero-slider { max-width: 1260px; width: calc(100% - 32px); margin-top: 24px; background: #e4eef2; }
.theme-catalog .hero-slide { grid-template-columns: 48% 52%; padding: 52px 60px 78px; }
.theme-catalog .hero-visual { padding-left: 20px; }
.theme-catalog .hero-visual::before { display: none; }
.theme-catalog .hero-visual img { border-radius: 4px; }
.theme-catalog .hero-caption { right: -8px; bottom: 18px; }
.theme-catalog .primary-button { border-radius: 2px; background: #29495a; }
.theme-catalog .trust-strip { background: #fff; }
.theme-catalog .product-photo { border-radius: 3px; }
.theme-catalog .product-grid { gap: 30px 20px; }
.theme-catalog .story-section { border-radius: 3px; overflow: hidden; background: #e4eef2; }
.theme-boutique { --ink: #4a2b2a; --muted: #927675; --line: #efdbd5; --paper: #fffaf8; --accent: #d88c75; --accent-dark: #b86e5b; --soft: #f9e8e2; }
.theme-boutique .announcement { background: #4a2b2a; }
.theme-boutique .brand-mark, .theme-boutique .site-footer { background: #4a2b2a; }
.theme-boutique .main-nav a.active::after { height: 3px; border-radius: 9px; }
.theme-boutique .hero-slider { max-width: 1200px; }
.theme-boutique .hero-visual { padding-left: 20px; }
.theme-boutique .hero-visual::before { top: 5px; left: 85px; border-radius: 50% 50% 4px 4px; background: #f9e8e2; }
.theme-boutique .hero-visual img { border-radius: 110px 110px 4px 4px; }
.theme-boutique .hero-badge { border-radius: 50%; }
.theme-boutique .primary-button { border-radius: 30px; background: #4a2b2a; }
.theme-boutique .product-photo { border-radius: 12px; }
.theme-boutique .product-tag { border-radius: 14px; }
.theme-boutique .story-section { border-radius: 18px; overflow: hidden; background: #f9e8e2; }
.theme-zen { --ink: #30312e; --muted: #85867b; --line: #e3e3dc; --paper: #fdfdf9; --accent: #9a9b84; --accent-dark: #696b59; --soft: #f1f1ec; }
.theme-zen .announcement { background: #30312e; }
.theme-zen .site-header { border-bottom-color: #e3e3dc; }
.theme-zen .brand { letter-spacing: .25em; }
.theme-zen .main-nav { margin-left: 0; }
.theme-zen .hero-slider { max-width: 980px; text-align: center; }
.theme-zen .hero-slide { grid-template-columns: 1fr; justify-items: center; padding-top: 34px; }
.theme-zen .hero-copy { padding: 0; }
.theme-zen .hero-copy .hero-text { margin-right: auto; margin-left: auto; }
.theme-zen .hero-visual { width: min(100%, 610px); height: 255px; margin-top: 25px; padding-left: 0; }
.theme-zen .hero-visual::before { display: none; }
.theme-zen .hero-visual img { border-radius: 50%; }
.theme-zen .hero-badge { top: 12px; left: 15px; border-radius: 50%; background: #9a9b84; }
.theme-zen .hero-caption { right: 0; bottom: 10px; text-align: left; }
.theme-zen .slider-controls { right: 0; bottom: 28px; left: 0; justify-content: center; }
.theme-zen .primary-button { border-radius: 30px; background: #30312e; }
.theme-zen .product-grid { grid-template-columns: repeat(3, 1fr); }
.theme-zen .product-photo { border-radius: 50%; }
.theme-zen .story-section { background: #f1f1ec; }
.theme-market { --ink: #263b63; --muted: #72809b; --line: #dce3f0; --paper: #f7f9fd; --accent: #f0a34a; --accent-dark: #c47827; --soft: #edf2fb; }
.theme-market .announcement { background: #263b63; }
.theme-market .site-header { border-bottom-color: #dce3f0; background: #fff; }
.theme-market .brand-mark, .theme-market .site-footer { background: #263b63; }
.theme-market .hero-slider { width: min(1200px, calc(100% - 64px)); min-height: 430px; margin-top: 22px; background: #edf2fb; }
.theme-market .hero-slides, .theme-market .hero-slide { min-height: 430px; }
.theme-market .hero-slide { grid-template-columns: 45% 55%; padding: 33px 48px 62px; }
.theme-market .hero h1 { font-size: 52px; }
.theme-market .hero-visual { height: 340px; padding-left: 16px; }
.theme-market .hero-visual::before { display: none; }
.theme-market .hero-visual img { border-radius: 4px; }
.theme-market .hero-badge { top: 12px; left: 0; background: #f0a34a; }
.theme-market .trust-strip { background: #fff; }
.theme-market .products-section { padding-top: 64px; }
.theme-market .product-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
.theme-market .product-card { padding: 9px; border: 1px solid #e3e8f1; background: #fff; }
.theme-market .product-info { padding: 12px 4px 5px; }
.theme-market .story-section { background: #edf2fb; }
.theme-sun { --ink: #593b24; --muted: #9b8061; --line: #f1dfbd; --paper: #fffdf7; --accent: #e6a536; --accent-dark: #bb7d17; --soft: #fff1c9; }
.theme-sun .announcement { background: #593b24; }
.theme-sun .brand-mark, .theme-sun .site-footer { background: #593b24; }
.theme-sun .hero-slider { width: min(1240px, calc(100% - 44px)); margin-top: 15px; background: #fff1c9; }
.theme-sun .hero-slide { padding: 52px 62px 78px; }
.theme-sun .hero-visual::before { background: #f8d98b; }
.theme-sun .hero-badge { background: #e6a536; transform: rotate(-7deg); }
.theme-sun .primary-button { background: #593b24; }
.theme-sun .product-photo { border-radius: 24px 24px 4px 4px; }
.theme-sun .product-tag { background: #fff1c9; color: #8f651e; }
.theme-sun .story-section { background: #fff1c9; }
.theme-split { --ink: #202b30; --muted: #788486; --line: #dfe5e1; --paper: #f7faf7; --accent: #c8a36a; --accent-dark: #94733f; --soft: #eef0ea; }
.theme-split .announcement { background: #202b30; }
.theme-split .brand-mark, .theme-split .site-footer { background: #202b30; }
.theme-split .hero-slider { width: 100%; max-width: none; margin-top: 0; background: #eef0ea; }
.theme-split .hero-slide { grid-template-columns: 58% 42%; padding: 38px max(32px, calc((100vw - 1160px) / 2)) 70px; }
.theme-split .hero-copy { grid-column: 2; grid-row: 1; padding-left: 44px; }
.theme-split .hero-visual { grid-column: 1; grid-row: 1; height: 460px; padding-left: 0; }
.theme-split .hero-visual::before { display: none; }
.theme-split .hero-visual img { width: 100%; }
.theme-split .hero-caption { right: 22px; }
.theme-split .hero-badge { left: 22px; background: #c8a36a; }
.theme-split .primary-button { background: #202b30; }
.theme-split .product-grid { grid-template-columns: repeat(3, 1fr); }
.theme-split .product-photo { height: 310px; }
.theme-split .story-section { background: #eef0ea; }
.theme-frame { --ink: #382f2b; --muted: #8f827b; --line: #e4dbd3; --paper: #f9f7f3; --accent: #a97658; --accent-dark: #7f5038; --soft: #f3eee7; }
.theme-frame .announcement { background: #382f2b; }
.theme-frame .site-header { border-bottom-color: #e4dbd3; background: #fff; }
.theme-frame .brand-mark, .theme-frame .site-footer { background: #382f2b; }
.theme-frame .hero-slider { width: min(1080px, calc(100% - 64px)); margin-top: 30px; border: 1px solid #e4dbd3; background: #fff; }
.theme-frame .hero-slide { padding: 50px 50px 78px; }
.theme-frame .hero-visual { padding-left: 12px; }
.theme-frame .hero-visual::before { background: #f3eee7; }
.theme-frame .hero-visual img { border: 12px solid #fff; outline: 1px solid #e4dbd3; }
.theme-frame .product-grid { grid-template-columns: repeat(3, 1fr); }
.theme-frame .product-card { padding: 12px; border: 1px solid #e4dbd3; background: #fff; }
.theme-frame .story-section { border: 1px solid #e4dbd3; background: #f3eee7; }
.theme-mono { --ink: #171717; --muted: #777; --line: #dfdfdc; --paper: #fbfbf9; --accent: #777; --accent-dark: #171717; --soft: #f4f4f2; }
.theme-mono .announcement { background: #171717; }
.theme-mono .brand-mark, .theme-mono .site-footer { background: #171717; }
.theme-mono .main-nav { gap: 45px; }
.theme-mono .hero-slider { width: min(1120px, calc(100% - 64px)); }
.theme-mono .hero h1 { font-size: clamp(48px, 6vw, 82px); text-transform: uppercase; }
.theme-mono .hero h1 em { color: #777; }
.theme-mono .hero-badge { background: #171717; }
.theme-mono .hero-visual::before { background: #f4f4f2; }
.theme-mono .hero-visual img { filter: grayscale(1); }
.theme-mono .primary-button { background: #171717; text-transform: uppercase; letter-spacing: .08em; }
.theme-mono .product-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 22px; }
.theme-mono .product-photo { height: 360px; background: #f4f4f2; }
.theme-mono .product-card:hover .product-photo img { filter: grayscale(.2); }
.theme-mono .story-section { background: #f4f4f2; }
.slider-admin-list { display: grid; gap: 18px; }
.slide-editor { display: grid; grid-template-columns: 245px minmax(0, 1fr); background: #fff; }
.slide-editor-image { position: relative; min-height: 330px; background: var(--soft); }
.slide-editor-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.slide-editor-image span { position: absolute; top: 15px; left: 15px; padding: 5px 8px; background: #fff; color: var(--accent-dark); font-size: 9px; }
.slide-editor-fields { padding: 28px 31px 23px; }
.slide-editor-heading { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 22px; }
.slide-editor-heading h2 { margin: 0; font: 22px var(--display); letter-spacing: -.05em; }
.slide-editor-heading .check-field { margin-top: 7px; }
.slide-editor-actions { display: flex; justify-content: flex-end; margin-top: 21px; padding-top: 17px; border-top: 1px solid var(--line); }
.slide-editor-actions .primary-button { min-width: 145px; }
.stock-status { display: inline-block; padding: 5px 8px; font-size: 9px; }
.stock-status.ok { background: #edf5ec; color: #668568; }
.stock-status.low { background: #fff4dc; color: #ad7a21; }
.stock-status.out { background: #fbefed; color: #a45a51; }
.old-price-table { color: #a2a8a5 !important; text-decoration: line-through; }
.content-settings-card { margin-top: 18px; }
.price-stack { display: flex; align-items: baseline; gap: 7px; margin-top: 7px; }
.price-stack del { color: #a2a8a5; font-size: 10px; }
.stock-note { color: #86a089; font-size: 9px; }
.featured-dot { position: absolute; top: 12px; right: 12px; z-index: 1; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 10px; }
.modal-price del { margin-left: 7px; color: #a2a8a5; font-size: 12px; font-weight: 400; }
.modal-extra { margin: 0; }
.modal-info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 18px 0; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.modal-info-grid span { color: var(--muted); font-size: 10px; }
.modal-info-grid b, .modal-detail-block > b { display: block; margin-bottom: 3px; color: var(--ink); font-size: 10px; }
.modal-detail-block { margin: 14px 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.modal-detail-block p { margin: 0; white-space: normal; }
.modal-shipping { margin: 15px 0 20px; padding: 10px 12px; background: var(--soft); color: var(--accent-dark); font-size: 10px; }
.modal-add:disabled { background: #b7bfbb; cursor: not-allowed; transform: none; }
@media (max-width: 900px) { .slide-editor { grid-template-columns: 1fr; }.slide-editor-image { min-height: 220px; max-height: 260px; } }
.theme-preview.theme-catalog::before { background: #29495a; }
.theme-preview.theme-catalog::after { background: #e4eef2; }
.theme-preview.theme-catalog i { background: #c9dfe8; }
.theme-preview.theme-catalog b { background: #6396ad; }
.theme-preview.theme-catalog em { background: #29495a; }
.theme-preview.theme-boutique::before { background: #4a2b2a; }
.theme-preview.theme-boutique::after { background: #f9e8e2; }
.theme-preview.theme-boutique i { background: #f1cfc5; border-radius: 20px; }
.theme-preview.theme-boutique b { background: #d88c75; }
.theme-preview.theme-boutique em { background: #4a2b2a; }
.theme-preview.theme-zen::before { background: #30312e; }
.theme-preview.theme-zen::after { background: #f1f1ec; }
.theme-preview.theme-zen i { background: #dfe0d7; border-radius: 50%; }
.theme-preview.theme-zen b { background: #9a9b84; }
.theme-preview.theme-zen em { background: #30312e; }
.theme-preview.theme-market::before { background: #263b63; }
.theme-preview.theme-market::after { background: #edf2fb; }
.theme-preview.theme-market i { background: #cbd8ef; }
.theme-preview.theme-market b { background: #f0a34a; }
.theme-preview.theme-market em { background: #263b63; }
.theme-preview.theme-sun::before { background: #593b24; }
.theme-preview.theme-sun::after { background: #fff1c9; }
.theme-preview.theme-sun i { background: #f8d98b; }
.theme-preview.theme-sun b { background: #e6a536; }
.theme-preview.theme-sun em { background: #593b24; }
.theme-preview.theme-split::before { background: #202b30; }
.theme-preview.theme-split::after { left: auto; right: 13px; background: #eef0ea; }
.theme-preview.theme-split i { left: 13px; background: #d7c29b; }
.theme-preview.theme-split b { background: #c8a36a; }
.theme-preview.theme-split em { background: #202b30; }
.theme-preview.theme-frame::before { background: #382f2b; }
.theme-preview.theme-frame::after { background: #f3eee7; border: 4px solid #fff; outline: 1px solid #d8cabe; }
.theme-preview.theme-frame i { background: #eadfd5; }
.theme-preview.theme-frame b { background: #a97658; }
.theme-preview.theme-frame em { background: #382f2b; }
.theme-preview.theme-mono::before { background: #171717; }
.theme-preview.theme-mono::after { background: #f4f4f2; }
.theme-preview.theme-mono i { background: #d8d8d4; }
.theme-preview.theme-mono b { background: #777; }
.theme-preview.theme-mono em { background: #171717; }

/* Ana sayfa vitrin sliderı */
.hero-slider { position: relative; display: block; min-height: 590px; padding-top: 0; padding-bottom: 0; }
.hero-slides { position: relative; min-height: 590px; }
.hero-slide { position: absolute; inset: 0; display: grid; grid-template-columns: 43% 57%; align-items: center; min-height: 590px; padding-top: 46px; padding-bottom: 72px; opacity: 0; visibility: hidden; transition: opacity .45s ease, visibility .45s ease; }
.hero-slide.active { position: relative; opacity: 1; visibility: visible; }
.slider-controls { position: absolute; bottom: 34px; left: 0; display: flex; align-items: center; gap: 14px; }
.slider-arrow { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid var(--line); background: transparent; color: var(--ink); font-size: 16px; transition: background .2s, color .2s; }
.slider-arrow:hover { background: var(--ink); color: #fff; }
.slider-dots { display: flex; align-items: center; gap: 6px; }
.slider-dots button { width: 18px; height: 2px; padding: 0; background: var(--line); }
.slider-dots button.active { background: var(--accent); }
@media (max-width: 700px) {
  .hero-slider { min-height: 690px; padding-top: 0; padding-bottom: 0; }
  .hero-slides { min-height: 690px; }
  .hero-slide { display: flex; flex-direction: column; align-items: stretch; min-height: 690px; padding-top: 38px; padding-bottom: 78px; }
  .hero-slide .hero-copy { padding: 0 0 40px; }
  .slider-controls { right: 0; bottom: 27px; left: auto; }
  .theme-catalog .hero-slider { width: calc(100% - 24px); margin-top: 12px; }
  .theme-catalog .hero-slide { padding: 38px 18px 78px; }
  .theme-catalog .hero-visual, .theme-boutique .hero-visual { padding-left: 17px; }
  .theme-boutique .hero-slide { padding: 38px 0 78px; }
  .theme-zen .hero-slide { padding: 30px 0 78px; }
  .theme-zen .hero-visual { width: 100%; height: 225px; margin-top: 15px; }
  .theme-zen .product-grid, .theme-market .product-grid { grid-template-columns: repeat(2, 1fr); }
  .theme-market .hero-slider, .theme-sun .hero-slider { width: calc(100% - 24px); }
  .theme-market .hero-slide, .theme-sun .hero-slide { padding: 38px 18px 78px; }
  .theme-split .hero-slide { display: flex; flex-direction: column; padding: 38px 18px 78px; }
  .theme-split .hero-copy { order: 1; padding: 0 0 30px; }
  .theme-split .hero-visual { order: 2; height: 310px; }
  .theme-frame .hero-slider, .theme-mono .hero-slider { width: calc(100% - 36px); }
  .theme-frame .hero-slide { padding: 38px 18px 78px; }
  .theme-mono .hero-slide { padding: 38px 0 78px; }
  .theme-mono .product-grid { grid-template-columns: 1fr; }
}
