/* Oyuncakhobi storefront — premium vitrin */

:root {
  --oh-red: #e30613;
  --oh-red-dark: #b80510;
  --oh-red-soft: rgba(227, 6, 19, 0.08);
  --oh-bg: #ffffff;
  --oh-page: #f0f1f4;
  --oh-white: #ffffff;
  --oh-text: #141416;
  --oh-mute: #6a6a72;
  --oh-line: #e6e7eb;
  --oh-blue: #1e88e5;
  --oh-wide: 100%;
  --oh-pad: clamp(16px, 2vw, 36px);
  --oh-radius: 12px;
  --oh-radius-lg: 16px;
  --oh-shadow: 0 4px 18px rgba(17, 17, 17, 0.06);
  --oh-shadow-hover: 0 14px 36px rgba(17, 17, 17, 0.12);
  --oh-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --oh-font: "Segoe UI Variable", "Segoe UI", "Helvetica Neue", sans-serif;
}

html { scroll-behavior: auto; }

body.oh-premium,
body.oh-storefront {
  font-family: var(--oh-font) !important;
  background:
    radial-gradient(90% 50% at 50% -8%, rgba(227, 6, 19, 0.05), transparent 52%),
    linear-gradient(180deg, #f7f7f9 0%, var(--oh-page) 28%, #eceef2 100%) !important;
  color: var(--oh-text) !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.011em;
  margin: 0 !important;
  padding: 0 !important;
}

/* ---- TAM GENİŞ EKRAN (sol boşluk yok) ---- */
body.oh-premium {
  --theme-container-edge-spacing: 100vw !important;
  --theme-container-width-base: 100vw !important;
  --theme-container-width: 100% !important;
  --theme-normal-container-max-width: 100% !important;
  --theme-narrow-container-max-width: 100% !important;
  --theme-boxed-content-max-width: 100% !important;
  --theme-frame-size: 0px !important;
}
body.oh-premium #main,
body.oh-premium #main-container,
body.oh-premium main#main,
body.oh-premium .ct-container,
body.oh-premium .ct-container-full,
body.oh-premium [data-row] > .ct-container,
body.oh-premium header#header,
body.oh-premium header#header .ct-container,
body.oh-premium footer#footer,
body.oh-premium footer#footer .ct-container,
body.oh-premium .woo-listing-top,
body.oh-premium .site,
body.oh-premium #content {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

/* Ana sarmalayıcıya yatay pad YOK — header sola kaymasın */
body.oh-premium #main-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* İçerik ve header satırı: eşit kenar boşluğu */
body.oh-premium #main,
body.oh-premium .oh-cats,
body.oh-premium .oh-tabs,
body.oh-premium .woo-listing-top,
body.oh-premium .woocommerce-pagination,
body.oh-premium header#header .ct-container,
body.oh-premium footer#footer .ct-container {
  padding-left: var(--oh-pad) !important;
  padding-right: var(--oh-pad) !important;
  box-sizing: border-box !important;
}
/* products zaten #main içinde — ekstra pad yok */
body.oh-premium ul.products {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.oh-premium header#header {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Sidebar varsa gizle — sola kayma engeli */
body.oh-premium #sidebar,
body.oh-premium .ct-sidebar,
body.oh-premium aside.widget-area,
body.oh-premium [data-sidebar]:not([data-sidebar="no"]) {
  display: none !important;
}
body.oh-premium #main-container[data-sidebar],
body.oh-premium .ct-columns-wrapper {
  grid-template-columns: 1fr !important;
  display: block !important;
}

body.oh-premium a { color: var(--oh-red); }
body.oh-premium a:hover { color: var(--oh-red-dark); }

/* ---- Top bar (kırmızı, full bleed) ---- */
.oh-topbar {
  background: linear-gradient(90deg, #c10510 0%, var(--oh-red) 40%, #ff1a2a 100%);
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  width: 100%;
}
.oh-topbar a { color: #fff !important; text-decoration: none; }
.oh-topbar__inner {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 7px var(--oh-pad);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.oh-topbar__inner--mob { display: none; }
.oh-topbar__sep { opacity: 0.7; margin: 0 4px; }
.oh-topbar__mid { font-weight: 600; }
@media (max-width: 900px) {
  .oh-topbar__inner--desk { display: none !important; }
  .oh-topbar__inner--mob {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 8px max(14px, env(safe-area-inset-right)) 8px max(14px, env(safe-area-inset-left));
  }
  .oh-topbar__pill {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.28);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
  .oh-topbar__promo {
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
  }
  .oh-topbar__promo strong { font-weight: 800; }
}

/* ---- Header: cam yüzey ---- */
body.oh-premium header#header,
body.oh-premium header#header > [data-device],
body.oh-premium #header [data-row],
body.oh-premium #header [data-row] > div,
body.oh-premium .ct-header {
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: saturate(1.15) blur(10px);
  -webkit-backdrop-filter: saturate(1.15) blur(10px);
  border-bottom: 0;
  box-shadow: 0 1px 0 rgba(20, 20, 22, 0.06), 0 8px 24px rgba(20, 20, 22, 0.04);
  --theme-text-color: #222;
  width: 100% !important;
}
body.oh-premium #header .site-title a,
body.oh-premium #header .ct-menu > li > a,
body.oh-premium #header a {
  color: #222 !important;
  font-weight: 600;
  text-transform: none !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
}
body.oh-premium #header .site-title-container {
  display: none !important;
}
body.oh-premium #header .site-logo-container img.default-logo,
body.oh-premium #header .custom-logo,
body.oh-premium #header .oh-logo {
  height: 48px;
  width: auto;
  max-width: min(200px, 48vw);
  object-fit: contain;
}
body.oh-premium #header .custom-logo-link { display: inline-flex; align-items: center; line-height: 0; }
body.oh-premium #header .ct-menu > li > a:hover {
  color: var(--oh-red) !important;
}
body.oh-premium #header [data-device="desktop"] [data-id="menu"] .ct-menu > li > a {
  position: relative;
  transition: color 0.2s var(--oh-ease);
}
body.oh-premium #header [data-device="desktop"] [data-id="menu"] .ct-menu > li > a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 2px;
  border-radius: 2px;
  background: var(--oh-red);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.22s var(--oh-ease);
}
body.oh-premium #header [data-device="desktop"] [data-id="menu"] .ct-menu > li > a:hover::after,
body.oh-premium #header [data-device="desktop"] [data-id="menu"] .ct-menu > li.current-menu-item > a::after {
  transform: scaleX(1);
}

/* Üst menü (Hesabım / Mağaza / …) tam ortada */
body.oh-premium #header [data-device="desktop"] [data-row="middle"] > .ct-container {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
body.oh-premium #header [data-device="desktop"] [data-column="start"] {
  flex: 0 0 auto;
  z-index: 2;
}
body.oh-premium #header [data-device="desktop"] [data-column="end"] {
  flex: 1 1 auto;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  min-width: 0;
}
body.oh-premium #header [data-device="desktop"] [data-id="menu"] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: max-content;
  max-width: min(720px, 56vw);
}
body.oh-premium #header [data-device="desktop"] [data-id="menu"] .ct-menu {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 4px 2px;
  margin: 0;
}
body.oh-premium #header [data-device="desktop"] [data-id="menu"] .ct-menu > li > a {
  white-space: nowrap;
  padding-inline: 12px !important;
}

/* Mobil: arama + menü yan yana */
body.oh-premium #header [data-device="mobile"] .ct-header-search {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  color: #222 !important;
}
body.oh-premium #header [data-device="mobile"] .ct-header-search:hover,
body.oh-premium #header [data-device="mobile"] .ct-header-search[aria-expanded="true"] {
  color: var(--oh-red) !important;
}

/* ---- Kategori şeridi ---- */
.oh-cats {
  position: relative;
  background: transparent;
  margin: 12px 0 8px;
  width: 100%;
  z-index: 25;
}
.oh-cats__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  width: 100%;
}
.oh-cats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: var(--oh-radius);
  padding: 12px 8px 12px;
  text-decoration: none !important;
  color: #111 !important;
  box-shadow: var(--oh-shadow);
  transition: box-shadow 0.25s var(--oh-ease), border-color 0.2s ease, transform 0.25s var(--oh-ease);
  min-height: 118px;
  flex: 0 0 120px;
  width: 120px;
  max-width: 120px;
  content-visibility: auto;
  contain-intrinsic-size: 120px 118px;
}
.oh-cats__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fff 0%, #f3f3f5 100%);
  border: 1px solid #ececf0;
  color: var(--oh-red);
  flex: 0 0 auto;
}
.oh-cats__icon .oh-cat-icon {
  width: 28px;
  height: 28px;
}
.oh-cats__item.has-children .oh-cats__caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #777;
  transition: border-top-color 0.15s ease, transform 0.15s ease;
}
.oh-cats__item.is-hot,
.oh-cats__item:hover {
  border-color: rgba(227, 6, 19, 0.28);
  box-shadow: 0 12px 28px rgba(227, 6, 19, 0.14);
  color: #111 !important;
  transform: translateY(-3px);
}
.oh-cats__item.is-hot .oh-cats__icon,
.oh-cats__item:hover .oh-cats__icon {
  background: rgba(227, 6, 19, 0.08);
  border-color: rgba(227, 6, 19, 0.2);
}
.oh-cats__item.is-hot .oh-cats__caret,
.oh-cats__item:hover .oh-cats__caret {
  border-top-color: var(--oh-red);
  transform: rotate(180deg);
}
.oh-cats__name {
  font-size: 12.5px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  color: #111 !important;
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%;
  word-break: break-word;
}

/* Alt kategori mega panel — tam hizalı şerit */
.oh-cats__mega {
  margin-top: 10px;
  background: #fff;
  border: 1px solid var(--oh-line);
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(17, 17, 17, 0.08);
  overflow: hidden;
}
.oh-cats__mega[hidden] { display: none !important; }
.oh-cats__panel {
  padding: 14px 16px 16px;
}
.oh-cats__panel[hidden] { display: none !important; }
.oh-cats__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--oh-line);
}
.oh-cats__panel-title {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #111;
}
.oh-cats__panel-all {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--oh-red) !important;
  text-decoration: none !important;
  white-space: nowrap;
}
.oh-cats__panel-all:hover { text-decoration: underline !important; }
.oh-cats__panel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 6px 10px;
  align-items: stretch;
}
.oh-cats__panel-link {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 10px;
  background: #f7f7f9;
  color: #333 !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  transition: background 0.15s ease, color 0.15s ease;
}
.oh-cats__panel-link:hover,
.oh-cats__panel-link.is-active {
  background: rgba(227, 6, 19, 0.08);
  color: var(--oh-red) !important;
}
.oh-cats__img { display: none !important; }

/* ---- Tabs ---- */
.oh-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 0 14px;
  border-bottom: 0;
  margin-bottom: 14px;
  width: 100%;
}
.oh-tabs__item {
  font-size: 13px;
  font-weight: 650;
  letter-spacing: -0.01em;
  color: var(--oh-mute);
  cursor: default;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid transparent;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}
.oh-tabs__item.is-active {
  color: #fff;
  background: var(--oh-red);
  border-color: var(--oh-red);
  box-shadow: 0 8px 18px rgba(227, 6, 19, 0.26);
}

.oh-hero { display: none !important; }
body.oh-premium.woocommerce-shop h1.page-title,
body.oh-premium.woocommerce-shop .entry-header,
body.oh-premium.tax-product_cat .entry-header {
  display: none !important;
}

body.oh-premium .woocommerce-result-count,
body.oh-premium .woocommerce-ordering select {
  color: var(--oh-mute);
  font-size: 13px;
}
body.oh-premium .woocommerce-ordering select {
  background: #fff;
  border: 1px solid var(--oh-line);
  border-radius: 6px;
  color: #333;
  padding: 6px 28px 6px 10px;
}

/* ---- Product grid ---- */
body.oh-premium ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px !important;
  margin: 0 0 28px !important;
  width: 100% !important;
  max-width: 100% !important;
}
body.oh-premium ul.products::before,
body.oh-premium ul.products::after { display: none !important; }

body.oh-premium ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  position: relative;
  background: #fff !important;
  border: 1px solid transparent !important;
  border-radius: var(--oh-radius-lg);
  overflow: hidden;
  box-shadow: var(--oh-shadow);
  transition: transform 0.28s var(--oh-ease), box-shadow 0.28s var(--oh-ease), border-color 0.2s ease;
  content-visibility: auto;
  contain-intrinsic-size: 280px 360px;
  display: flex;
  flex-direction: column;
}
body.oh-premium ul.products li.product:hover {
  border-color: rgba(227, 6, 19, 0.18) !important;
  box-shadow: var(--oh-shadow-hover);
  transform: translateY(-4px);
}

/* ORİJİNAL görsel — küçültme / crop yok */
.oh-thumb,
body.oh-premium ul.products li.product .ct-media-container,
body.oh-premium ul.products li.product .ct-image-container,
body.oh-premium ul.products li.product figure {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fff 0%, #f6f7f9 100%) !important;
  aspect-ratio: 1 / 1 !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 14px;
  overflow: hidden !important;
}
.oh-thumb img,
body.oh-premium ul.products li.product img,
body.oh-premium ul.products li.product .ct-media-container img,
body.oh-premium.single-product .woocommerce-product-gallery img,
.oh-gallery-main img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  background: #fff !important;
  transform: none !important;
  image-rendering: auto;
}

.oh-badge {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
  padding: 4px 9px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  border-radius: 8px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}
.oh-badge--new { background: var(--oh-blue); }
.oh-badge--sale,
body.oh-premium span.onsale,
.oh-sale-badge {
  background: var(--oh-red) !important;
  color: #fff !important;
  border-radius: 8px !important;
  min-height: auto !important;
  min-width: auto !important;
  line-height: 1.2 !important;
  padding: 4px 9px !important;
  top: 10px !important;
  right: 10px !important;
  left: auto !important;
}

.oh-card-brand {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  padding: 3px 8px;
  background: rgba(255,255,255,0.94);
  border: 1px solid var(--oh-line);
  color: #666;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 8px;
  letter-spacing: 0.04em;
}

body.oh-premium ul.products li.product .woocommerce-loop-product__title,
body.oh-premium ul.products li.product .ct-woo-card-title,
body.oh-premium ul.products li.product .woocommerce-loop-product__title a,
body.oh-premium ul.products li.product a.woocommerce-LoopProduct-link {
  padding: 10px 14px 4px;
  font-size: 13.5px !important;
  font-weight: 650;
  letter-spacing: -0.015em;
  line-height: 1.35;
  color: #1a1a1e !important;
  min-height: 2.7em;
  text-decoration: none !important;
}

body.oh-premium ul.products li.product .price {
  padding: 0 14px 8px;
  color: #111 !important;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: -0.02em;
  margin-top: auto;
}
body.oh-premium ul.products li.product .price del {
  color: #999 !important;
  font-weight: 500;
  font-size: 13px;
}
body.oh-premium ul.products li.product .price ins {
  background: none;
  color: var(--oh-red) !important;
  text-decoration: none;
}

body.oh-premium ul.products li.product .button,
body.oh-premium ul.products li.product .add_to_cart_button {
  margin: 0 12px 14px !important;
  width: calc(100% - 24px);
  border-radius: 10px !important;
  background: var(--oh-red) !important;
  border: 0 !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  padding: 11px 12px !important;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 18px rgba(227, 6, 19, 0.22);
  transition: background 0.2s ease, transform 0.2s var(--oh-ease), box-shadow 0.2s ease !important;
}
body.oh-premium ul.products li.product .button:hover,
body.oh-premium ul.products li.product .add_to_cart_button:hover {
  background: var(--oh-red-dark) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(227, 6, 19, 0.3);
}

/* Single */
body.oh-premium.single-product .product {
  background: #fff;
  border: 1px solid transparent;
  border-radius: var(--oh-radius-lg);
  padding: 24px;
  max-width: 100%;
  box-shadow: var(--oh-shadow);
}
body.oh-premium.single-product .product_title {
  font-size: 24px;
  letter-spacing: -0.025em;
  color: #111;
  line-height: 1.25;
}
body.oh-premium.single-product .price {
  color: var(--oh-red) !important;
  font-weight: 800;
  letter-spacing: -0.02em;
}
body.oh-premium.single-product .single_add_to_cart_button,
body.oh-premium .checkout-button,
body.oh-premium button.button.alt {
  background: var(--oh-red) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  box-shadow: 0 10px 22px rgba(227, 6, 19, 0.24);
  transition: background 0.2s ease, transform 0.2s var(--oh-ease) !important;
}
body.oh-premium.single-product .single_add_to_cart_button:hover,
body.oh-premium .checkout-button:hover,
body.oh-premium button.button.alt:hover {
  background: var(--oh-red-dark) !important;
  transform: translateY(-1px);
}
body.oh-premium .oh-price-inquiry-wrap {
  margin: 12px 0 4px;
}
/* Fiyat sorulan üründe klasik sepet formunu gizle */
body.oh-premium.single-product:has(.oh-price-inquiry-wrap) form.cart,
body.oh-premium.single-product:has(.oh-price-inquiry-wrap) .ct-cart-actions {
  display: none !important;
}
body.oh-premium a.oh-price-inquiry,
body.oh-premium a.oh-price-inquiry.single_add_to_cart_button,
body.oh-premium a.oh-price-inquiry.add_to_cart_button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: var(--oh-red) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  padding: 12px 22px !important;
  min-height: 44px;
  box-shadow: 0 8px 18px rgba(227, 6, 19, 0.22);
  line-height: 1.2;
  box-sizing: border-box;
}
body.oh-premium a.oh-price-inquiry:hover {
  filter: brightness(0.94);
  color: #fff !important;
}
body.oh-premium .oh-price-inquiry-label,
body.oh-premium .price .oh-price-inquiry-label {
  color: var(--oh-red) !important;
  font-weight: 800;
  font-size: 1.05em;
}

body.oh-premium footer#footer,
body.oh-premium .ct-footer {
  background: #fff !important;
  border-top: 1px solid var(--oh-line);
  color: var(--oh-mute);
  width: 100%;
}

body.oh-premium .woocommerce-cart-form,
body.oh-premium .cart-collaterals,
body.oh-premium .woocommerce-checkout,
body.oh-premium .woocommerce-MyAccount-content,
body.oh-premium .woocommerce-MyAccount-navigation {
  background: #fff;
  border: 1px solid var(--oh-line);
  border-radius: 8px;
  padding: 16px;
}
body.oh-premium input,
body.oh-premium textarea,
body.oh-premium select {
  background: #fff !important;
  border-color: var(--oh-line) !important;
  color: #222 !important;
  border-radius: 6px !important;
}

body.oh-premium .woocommerce-pagination ul.page-numbers li a,
body.oh-premium .woocommerce-pagination ul.page-numbers li span {
  background: #fff;
  border: 1px solid var(--oh-line);
  color: #333;
  border-radius: 4px;
}
body.oh-premium .woocommerce-pagination ul.page-numbers li span.current {
  background: var(--oh-red);
  border-color: var(--oh-red);
  color: #fff;
}

@media (max-width: 1100px) {
  body.oh-premium ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* ==========================================================================
   MOBİL PREMIUM (≤999px — Blocksy mobile header eşiği)
   ========================================================================== */
@media (max-width: 999px) {
  :root {
    --oh-pad: 14px;
    --oh-radius: 14px;
    --oh-shadow: 0 8px 28px rgba(17, 17, 17, 0.08);
  }

  body.oh-premium {
    background:
      radial-gradient(120% 60% at 50% -10%, rgba(227, 6, 19, 0.07), transparent 55%),
      #f3f3f5 !important;
    padding-bottom: env(safe-area-inset-bottom);
  }

  /* Sticky cam header */
  body.oh-premium header#header {
    position: sticky;
    top: 0;
    z-index: 99;
    backdrop-filter: saturate(1.2) blur(12px);
    -webkit-backdrop-filter: saturate(1.2) blur(12px);
    background: rgba(255, 255, 255, 0.92) !important;
    border-bottom: 0 !important;
    box-shadow: 0 1px 0 rgba(0,0,0,0.06), 0 10px 30px rgba(0,0,0,0.04);
  }
  body.oh-premium header#header > [data-device],
  body.oh-premium #header [data-row],
  body.oh-premium #header [data-row] > div,
  body.oh-premium .ct-header {
    background: transparent !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
  }
  body.oh-premium #header [data-device="mobile"] [data-row*="middle"] {
    min-height: 58px;
  }
  body.oh-premium #header .site-logo-container img.default-logo,
  body.oh-premium #header .custom-logo,
  body.oh-premium #header .oh-logo {
    height: 40px !important;
    max-height: 40px !important;
    max-width: min(168px, 46vw) !important;
  }
  body.oh-premium #header [data-device="mobile"] .ct-header-search,
  body.oh-premium #header [data-device="mobile"] .ct-header-trigger,
  body.oh-premium #header [data-device="mobile"] .ct-toggle,
  body.oh-premium #header [data-device="mobile"] .ct-account-item {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    border-radius: 12px;
    background: #f6f6f8;
    color: #1a1a1a !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  }
  body.oh-premium #header [data-device="mobile"] .ct-header-search:active,
  body.oh-premium #header [data-device="mobile"] .ct-header-trigger:active,
  body.oh-premium #header [data-device="mobile"] .ct-toggle:active,
  body.oh-premium #header [data-device="mobile"] .ct-account-item:active {
    transform: scale(0.96);
    background: #eeeef2;
    color: var(--oh-red) !important;
  }
  body.oh-premium #header [data-device="mobile"] .ct-header-search[aria-expanded="true"],
  body.oh-premium #header [data-device="mobile"] .ct-header-trigger[aria-expanded="true"] {
    background: rgba(227, 6, 19, 0.1);
    color: var(--oh-red) !important;
  }
  body.oh-premium #header [data-device="desktop"] .ct-account-item .ct-label {
    font-weight: 700;
    color: var(--oh-red) !important;
  }
  .oh-topbar__pill--account {
    background: #fff !important;
    color: var(--oh-red) !important;
    border-color: #fff !important;
  }

  /* Mobil menü: soldan açılan panel */
  body.oh-premium #offcanvas[data-behaviour="left-side"] .ct-panel-inner {
    box-shadow: 12px 0 40px rgba(0, 0, 0, 0.14);
  }
  body.oh-premium #offcanvas[data-behaviour="left-side"] .ct-panel-content-inner {
    padding: 8px 6px 24px;
  }
  body.oh-premium #offcanvas .mobile-menu a {
    font-weight: 650;
    letter-spacing: -0.01em;
  }

  /* Kategori: yatay snap şerit */
  .oh-cats {
    margin: 10px 0 4px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .oh-cats__row {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 4px var(--oh-pad) 12px;
    scrollbar-width: none;
  }
  .oh-cats__row::-webkit-scrollbar { display: none; }
  .oh-cats__item {
    flex: 0 0 108px;
    scroll-snap-align: start;
    border: 0;
    border-radius: var(--oh-radius);
    padding: 12px 10px 14px;
    background: #fff;
    box-shadow: var(--oh-shadow);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
  }
  .oh-cats__item:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 4px 14px rgba(17, 17, 17, 0.06);
  }
  .oh-cats__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }
  .oh-cats__icon .oh-cat-icon {
    width: 24px;
    height: 24px;
  }
  .oh-cats__name {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #111 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* Sekmeler: kaydırılabilir chip */
  .oh-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 6px 0 14px;
    margin: 0 0 10px;
    border-bottom: 0;
  }
  .oh-tabs::-webkit-scrollbar { display: none; }
  .oh-tabs__item {
    flex: 0 0 auto;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff;
    color: #666 !important;
    font-size: 13px;
    font-weight: 650;
    box-shadow: 0 1px 0 rgba(0,0,0,0.04);
    border: 1px solid transparent;
  }
  .oh-tabs__item.is-active {
    color: #fff !important;
    background: var(--oh-red);
    border-color: var(--oh-red);
    box-shadow: 0 8px 18px rgba(227, 6, 19, 0.28);
  }

  /* Sonuç / sıralama */
  body.oh-premium .woo-listing-top,
  body.oh-premium .shop-results-count,
  body.oh-premium .woocommerce-result-count {
    font-size: 12px !important;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #8a8a93 !important;
  }
  body.oh-premium .woocommerce-ordering select {
    border-radius: 10px !important;
    padding: 9px 32px 9px 12px !important;
    font-size: 13px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03);
  }

  /* Ürün grid */
  body.oh-premium ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin-bottom: 28px !important;
  }
  body.oh-premium ul.products li.product {
    border: 0 !important;
    border-radius: var(--oh-radius) !important;
    background: #fff !important;
    box-shadow: var(--oh-shadow);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
  }
  body.oh-premium ul.products li.product:active {
    transform: scale(0.985);
  }
  .oh-thumb,
  body.oh-premium ul.products li.product .ct-media-container,
  body.oh-premium ul.products li.product .ct-image-container,
  body.oh-premium ul.products li.product figure {
    padding: 10px 10px 4px !important;
    background: linear-gradient(180deg, #fff 0%, #f7f7f9 100%) !important;
    min-height: 132px !important;
  }
  body.oh-premium ul.products li.product .woocommerce-loop-product__title,
  body.oh-premium ul.products li.product .ct-woo-card-title,
  body.oh-premium ul.products li.product .woocommerce-loop-product__title a,
  body.oh-premium ul.products li.product a.woocommerce-LoopProduct-link {
    padding: 6px 12px 2px !important;
    font-size: 12.5px !important;
    font-weight: 650 !important;
    letter-spacing: -0.015em;
    line-height: 1.35 !important;
    min-height: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  body.oh-premium ul.products li.product .price {
    padding: 4px 12px 8px !important;
    font-size: 15px !important;
    letter-spacing: -0.02em;
    margin-top: auto;
  }
  body.oh-premium ul.products li.product .button,
  body.oh-premium ul.products li.product .add_to_cart_button {
    margin: 0 10px 12px !important;
    width: calc(100% - 20px) !important;
    border-radius: 10px !important;
    padding: 11px 10px !important;
    font-size: 12.5px !important;
    letter-spacing: 0.01em;
    box-shadow: 0 6px 14px rgba(227, 6, 19, 0.22);
  }
  .oh-badge,
  body.oh-premium span.onsale,
  .oh-sale-badge {
    top: 8px !important;
    right: 8px !important;
    border-radius: 8px !important;
    padding: 4px 8px !important;
    font-size: 10px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
  }

  /* Ürün detay */
  body.oh-premium.single-product .product {
    border: 0;
    border-radius: 18px;
    padding: 14px;
    box-shadow: var(--oh-shadow);
    margin-bottom: 20px;
  }
  body.oh-premium.single-product .product_title {
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 1.25;
  }
  body.oh-premium.single-product .price {
    font-size: 24px !important;
    letter-spacing: -0.03em;
  }
  body.oh-premium.single-product .single_add_to_cart_button,
  body.oh-premium .checkout-button,
  body.oh-premium button.button.alt {
    width: 100%;
    border-radius: 12px !important;
    padding: 14px 16px !important;
    font-size: 15px !important;
    box-shadow: 0 10px 24px rgba(227, 6, 19, 0.28);
  }
  body.oh-premium.single-product form.cart {
    position: sticky;
    bottom: calc(10px + env(safe-area-inset-bottom));
    z-index: 20;
    background: rgba(255,255,255,0.94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 10px;
    margin: 12px -4px 0;
    border-radius: 16px;
    box-shadow: 0 -8px 28px rgba(0,0,0,0.08);
  }

  /* Arama modal */
  #search-modal .ct-panel-content,
  .ct-panel[id*="search"] .ct-panel-content {
    padding-top: max(18px, env(safe-area-inset-top)) !important;
  }
  #search-modal input[type="search"],
  #search-modal .wp-block-search__input,
  .ct-search-form input[type="search"] {
    border-radius: 14px !important;
    min-height: 48px !important;
    font-size: 16px !important; /* iOS zoom engeli */
    padding: 12px 16px !important;
  }

  /* Sepet / hesap / checkout */
  body.oh-premium .woocommerce-cart-form,
  body.oh-premium .cart-collaterals,
  body.oh-premium .woocommerce-checkout,
  body.oh-premium .woocommerce-MyAccount-content,
  body.oh-premium .woocommerce-MyAccount-navigation {
    border: 0;
    border-radius: 16px;
    box-shadow: var(--oh-shadow);
    padding: 14px;
  }

  body.oh-premium .woocommerce-pagination ul.page-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
  }
  body.oh-premium .woocommerce-pagination ul.page-numbers li a,
  body.oh-premium .woocommerce-pagination ul.page-numbers li span {
    min-width: 40px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px !important;
    border: 0 !important;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }

  body.oh-premium footer#footer,
  body.oh-premium .ct-footer {
    margin-top: 12px;
    padding-bottom: max(20px, env(safe-area-inset-bottom));
  }

  /* Hafif giriş hareketi */
  @media (prefers-reduced-motion: no-preference) {
    .oh-cats__item,
    body.oh-premium ul.products li.product {
      animation: ohRise 0.45s ease both;
    }
    body.oh-premium ul.products li.product:nth-child(2) { animation-delay: 0.04s; }
    body.oh-premium ul.products li.product:nth-child(3) { animation-delay: 0.08s; }
    body.oh-premium ul.products li.product:nth-child(4) { animation-delay: 0.12s; }
    body.oh-premium ul.products li.product:nth-child(n+5) { animation-delay: 0.14s; }
  }
}

@keyframes ohRise {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 420px) {
  body.oh-premium ul.products { gap: 10px !important; }
  .oh-cats__item { flex-basis: 96px; }
  .oh-topbar__promo { font-size: 11px; }
}

/* ---- Sol kategori menüsü ---- */
.oh-shop-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  width: 100%;
  margin: 0 0 24px;
  overflow: visible;
}
.oh-shop-main { min-width: 0; overflow: visible; }
.oh-catnav--sidebar {
  position: sticky;
  top: 72px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(17, 17, 17, 0.08);
  padding: 14px 10px 12px;
  max-height: none;
  overflow: visible;
  z-index: 40;
}
.oh-catnav__title {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111;
  padding: 2px 10px 12px;
  border-bottom: 1px solid var(--oh-line);
  margin-bottom: 8px;
}
.oh-catnav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.oh-catnav__item {
  position: relative;
}
.oh-catnav__link,
.oh-catnav__item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 10px;
  color: #333 !important;
  text-decoration: none !important;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.25;
  transition: background 0.15s ease, color 0.15s ease;
}
.oh-catnav__caret {
  font-size: 16px;
  line-height: 1;
  opacity: 0.55;
  transform: translateX(0);
  transition: transform 0.15s ease, color 0.15s ease;
}
.oh-catnav__item a:hover,
.oh-catnav__item.is-active > a,
.oh-catnav__item.has-children:hover > a {
  background: rgba(227, 6, 19, 0.08);
  color: var(--oh-red) !important;
}
.oh-catnav__item.has-children:hover .oh-catnav__caret {
  opacity: 1;
  color: var(--oh-red);
  transform: translateX(2px);
}
.oh-catnav__sub {
  display: none;
  list-style: none;
  margin: 0;
  padding: 8px;
  position: absolute;
  top: 0;
  left: calc(100% + 6px);
  z-index: 1200;
  min-width: 220px;
  max-width: 280px;
  max-height: min(70vh, 420px);
  overflow: auto;
  background: #fff;
  border: 1px solid var(--oh-line);
  border-radius: 12px;
  box-shadow: 0 14px 36px rgba(17, 17, 17, 0.14);
}
.oh-catnav--sidebar .oh-catnav__item.has-children:hover > .oh-catnav__sub,
.oh-catnav--sidebar .oh-catnav__item.has-children:focus-within > .oh-catnav__sub {
  display: block;
}
.oh-catnav__sub-item a {
  display: block;
  padding: 9px 12px;
  border-radius: 8px;
  color: #333 !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 600;
}
.oh-catnav__sub-item a:hover,
.oh-catnav__sub-item.is-active a {
  background: rgba(227, 6, 19, 0.08);
  color: var(--oh-red) !important;
}

/* Offcanvas: tıklanınca / dokununca alt kategori aç */
.oh-catnav--offcanvas .oh-catnav__sub {
  position: static;
  display: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  max-height: none;
  padding: 0 0 6px 12px;
  margin: 0 0 4px;
  background: transparent;
  min-width: 0;
  max-width: none;
}
.oh-catnav--offcanvas .oh-catnav__item.is-open > .oh-catnav__sub,
.oh-catnav--offcanvas .oh-catnav__item.is-active.has-children > .oh-catnav__sub {
  display: block;
}
.oh-catnav--offcanvas .oh-catnav__caret {
  transform: rotate(90deg);
}
.oh-catnav--offcanvas .oh-catnav__item.is-open .oh-catnav__caret {
  transform: rotate(-90deg);
  color: var(--oh-red);
}
.oh-catnav--offcanvas {
  margin: 0 0 16px;
  padding: 0 4px 12px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.oh-catnav--offcanvas .oh-catnav__title {
  color: var(--oh-red);
  border-bottom-color: rgba(227, 6, 19, 0.15);
}
.oh-catnav--offcanvas .oh-catnav__item a {
  padding: 12px 10px;
  font-size: 15px;
}

/* Stok rozeti TR */
body.oh-premium .out-of-stock-badge,
body.oh-premium .oh-badge--sale + .out-of-stock-badge {
  background: #222 !important;
  color: #fff !important;
}
body.oh-premium .stock.in-stock {
  color: #1b7a3d !important;
  font-weight: 700;
}
body.oh-premium .stock.out-of-stock {
  color: #b00020 !important;
  font-weight: 700;
}

@media (min-width: 1000px) {
  .oh-cats--mobile { display: none !important; }
  .oh-cats--home { display: block !important; }
}
@media (max-width: 999px) {
  .oh-shop-layout {
    display: block;
  }
  .oh-catnav--sidebar {
    display: none !important;
  }
}

/* Anasayfa: tam genişlik vitrin */
body.home .oh-shop-layout--home,
body.woocommerce-shop.home .oh-shop-layout--home {
  display: block;
  margin: 0;
}
body.home .oh-hero-slider,
.oh-hero-slider {
  position: relative;
  width: 100%;
  max-width: min(1480px, 100%);
  margin: 0 auto 22px;
  background: #0e0e10;
  overflow: hidden;
  isolation: isolate;
  border-radius: var(--oh-radius-lg);
  box-shadow: 0 16px 40px rgba(17, 17, 17, 0.16);
}
.oh-hero-slider__viewport {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 600;
  max-height: min(520px, 38vw);
  background: #0e0e10;
}
.oh-hero-slider__track {
  position: absolute;
  inset: 0;
}
.oh-hero-slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s var(--oh-ease);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0e0e10;
  will-change: opacity;
}
.oh-hero-slider__slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.oh-hero-slider__slide img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: none;
  opacity: 1;
  transition: transform 0.7s var(--oh-ease);
}
.oh-hero-slider__slide.is-active img {
  animation: ohHeroIn 0.7s var(--oh-ease) both;
}
@keyframes ohHeroIn {
  from { transform: scale(1.03); opacity: 0.85; }
  to { transform: scale(1); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .oh-hero-slider__slide.is-active img { animation: none; }
  body.oh-premium ul.products li.product,
  .oh-cats__item { transition: none !important; }
}
.oh-hero-slider__slide.is-active:hover img {
  transform: scale(1.02);
  filter: none;
  opacity: 1;
}
.oh-hero-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 14px;
  background: rgba(255,255,255,0.94);
  color: #111;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0,0,0,0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, transform 0.2s var(--oh-ease), box-shadow 0.2s ease;
}
.oh-hero-slider__nav:hover {
  background: #fff;
  box-shadow: 0 10px 26px rgba(0,0,0,0.24);
}
.oh-hero-slider__nav:active { transform: translateY(-50%) scale(0.96); }
.oh-hero-slider__nav--prev { left: max(12px, env(safe-area-inset-left)); }
.oh-hero-slider__nav--next { right: max(12px, env(safe-area-inset-right)); }
.oh-hero-slider__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  z-index: 3;
  display: flex;
  gap: 7px;
  justify-content: center;
  align-items: center;
}
.oh-hero-slider__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(255,255,255,0.45);
  cursor: pointer;
  transition: transform 0.2s var(--oh-ease), background 0.2s ease, width 0.2s var(--oh-ease);
}
.oh-hero-slider__dot.is-active {
  width: 22px;
  background: var(--oh-red);
  transform: none;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.45);
}

/* Anasayfa kategori şeridi — orijinal gibi yatay */
body.home .oh-cats--home {
  margin: 8px 0 14px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.home .oh-cats--home .oh-cats__row {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  grid-template-columns: none !important;
  gap: 10px;
  overflow-x: visible;
  scrollbar-width: none;
  padding: 4px var(--oh-pad) 8px;
}
body.home .oh-cats--home .oh-cats__row::-webkit-scrollbar { display: none; }
body.home .oh-cats--home .oh-cats__item {
  flex: 0 0 104px;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(17,17,17,0.07);
}
@media (prefers-reduced-motion: no-preference) {
  body.home .oh-cats--home .oh-cats__item,
  body.oh-premium ul.products li.product {
    animation: ohRise 0.5s var(--oh-ease) both;
  }
  body.oh-premium ul.products li.product:nth-child(2) { animation-delay: 0.04s; }
  body.oh-premium ul.products li.product:nth-child(3) { animation-delay: 0.08s; }
  body.oh-premium ul.products li.product:nth-child(4) { animation-delay: 0.12s; }
  body.oh-premium ul.products li.product:nth-child(n+5) { animation-delay: 0.14s; }
}
body.home .oh-cats--home .oh-cats__item .oh-cats__name,
body.home .oh-cats--home .oh-cats__item:hover .oh-cats__name,
body.home .oh-cats--home .oh-cats__item.is-hot .oh-cats__name {
  color: #111 !important;
  opacity: 1 !important;
  text-shadow: none;
}
body.home .oh-cats--home .oh-cats__mega {
  margin-left: var(--oh-pad);
  margin-right: var(--oh-pad);
}
body.home .oh-tabs {
  margin-top: 4px;
}

@media (max-width: 720px) {
  .oh-hero-slider {
    border-radius: 0;
    max-width: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
  .oh-hero-slider__viewport {
    max-height: 42vw;
    min-height: 140px;
  }
  .oh-hero-slider__nav {
    width: 36px;
    height: 36px;
    font-size: 22px;
  }
}
