/* Ahbersu Signature Storefront - visual layer only */
:root {
  --ah-ink: #0a1f2b;
  --ah-ink-soft: #314650;
  --ah-water: #087f78;
  --ah-water-dark: #05625d;
  --ah-gold: #b48a43;
  --ah-mist: #f3f7f6;
  --ah-line: #dce7e4;
  --ah-white: #fff;
  --ah-shadow: 0 18px 55px rgba(10, 31, 43, .09);
  --ah-shadow-lg: 0 30px 80px rgba(10, 31, 43, .14);
  --ah-radius: 6px;
}

html { scroll-behavior: smooth; }
body {
  color: var(--ah-ink-soft) !important;
  background: #f7f9f8 !important;
  font-family: "Quicksand", Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
}
body, button, input, select, textarea, a, p, span, div, h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0 !important;
}
h1, h2, h3, h4, h5, h6 { color: var(--ah-ink) !important; }
a { transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }
.container { max-width: 1360px !important; }
.page-wrapper { overflow: clip; background: #f7f9f8; }
body.loaded .appear-animate,
.appear-animate.appear-animation-visible { opacity: 1 !important; transform: none !important; }
.compare-popup { display: none !important; }

/* Header */
.header { position: relative; z-index: 1000; background: var(--ah-white); }
.header-top {
  min-height: 36px !important;
  border: 0 !important;
  color: rgba(255,255,255,.78) !important;
  background: var(--ah-ink) !important;
}
.header-top .container { min-height: 36px; }
.header-top .welcome-msg,
.header-top a { color: rgba(255,255,255,.82) !important; font-size: 11px !important; font-weight: 700 !important; }
.header-top a:hover { color: #fff !important; }
.header-top .divider { opacity: .18; }
.header-middle {
  min-height: 92px !important;
  padding: 16px 0 !important;
  border-bottom: 1px solid var(--ah-line) !important;
  background: rgba(255,255,255,.97) !important;
}
.header-middle .logo img { width: auto !important; max-width: 178px !important; height: 58px !important; object-fit: contain; }
.header-search {
  height: 50px !important;
  margin-left: 42px !important;
  overflow: hidden;
  border: 1px solid var(--ah-line) !important;
  border-radius: var(--ah-radius) !important;
  background: var(--ah-mist) !important;
  box-shadow: none !important;
}
.header-search .select-box { min-width: 145px; border-right: 1px solid var(--ah-line); }
.header-search input { color: var(--ah-ink) !important; background: transparent !important; font-size: 13px !important; font-weight: 600 !important; }
.header-search .btn-search { width: 54px !important; color: #fff !important; background: var(--ah-water) !important; }
.header-call .w-icon-call,
.header-middle .wishlist > i,
.header-middle .cart-dropdown > a > i { color: var(--ah-water) !important; }
.header-middle .header-right { gap: 22px; }
.header-middle .wishlist-label,
.header-middle .cart-label { color: var(--ah-ink-soft) !important; font-size: 11px !important; font-weight: 800 !important; }
.header-middle .phone-number { color: var(--ah-ink) !important; font-size: 16px !important; }
.header-middle .cart-count { background: var(--ah-gold) !important; }
.header-bottom {
  min-height: 58px !important;
  border: 0 !important;
  background: #fff !important;
  box-shadow: 0 8px 28px rgba(10,31,43,.06) !important;
}
.header-bottom .inner-wrap { min-height: 58px; }
.header-bottom .menu > li > a,
.header-bottom .header-right > a { color: var(--ah-ink) !important; font-size: 13px !important; font-weight: 800 !important; }
.header-bottom .menu > li > a:hover { color: var(--ah-water) !important; }
.category-dropdown > a {
  min-width: 250px !important;
  height: 58px !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  background: var(--ah-water) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
}
.category-dropdown .dropdown-box {
  border: 1px solid var(--ah-line) !important;
  border-radius: 0 0 var(--ah-radius) var(--ah-radius) !important;
  box-shadow: var(--ah-shadow-lg) !important;
}
.category-menu > li > a { min-height: 48px; color: var(--ah-ink-soft) !important; font-weight: 700 !important; }
.category-menu > li:hover > a { padding-left: 22px !important; color: var(--ah-water) !important; background: var(--ah-mist) !important; }
.sticky-header.fixed { background: rgba(255,255,255,.96) !important; backdrop-filter: blur(14px); }

/* Buttons and controls */
.btn, button, input, select, textarea { border-radius: var(--ah-radius) !important; }
.btn-primary, .bg-primary { background-color: var(--ah-water) !important; border-color: var(--ah-water) !important; }
.btn-dark { background-color: var(--ah-ink) !important; border-color: var(--ah-ink) !important; }
.btn:hover { transform: translateY(-1px); }
.form-control, select {
  border-color: var(--ah-line) !important;
  color: var(--ah-ink) !important;
  background-color: #fff !important;
}
.form-control:focus, select:focus { border-color: var(--ah-water) !important; box-shadow: 0 0 0 3px rgba(8,127,120,.1) !important; }

/* Homepage */
.page-anasayfa .main { background: #f7f9f8; }
.intro-section { position: relative; margin-bottom: 0 !important; background: #fff; }
.intro-section .swiper-container { border-radius: 0 !important; }
.intro-slide { min-height: clamp(440px, 52vw, 650px) !important; }
.intro-slide .banner-content {
  max-width: 630px !important;
  padding: 48px !important;
  background: rgba(255,255,255,.88);
  border-left: 4px solid var(--ah-water);
  box-shadow: 0 25px 75px rgba(10,31,43,.10);
  backdrop-filter: blur(12px);
}
.intro-slide .banner-subtitle { color: var(--ah-water) !important; font-size: 16px !important; font-weight: 850 !important; }
.intro-slide .banner-title { color: var(--ah-ink) !important; font-size: clamp(36px,4.2vw,64px) !important; line-height: 1.02 !important; font-weight: 800 !important; }
.intro-slide p { color: var(--ah-ink-soft) !important; font-size: 16px !important; }
.intro-slide .btn { min-height: 48px; padding: 0 24px !important; color: #fff !important; border-color: var(--ah-ink) !important; background: var(--ah-ink) !important; }
.intro-section .swiper-button-next,
.intro-section .swiper-button-prev { width: 44px !important; height: 44px !important; border: 1px solid rgba(255,255,255,.8); border-radius: 50% !important; background: rgba(255,255,255,.9) !important; box-shadow: 0 10px 30px rgba(10,31,43,.12); }

.icon-box-wrapper {
  margin-top: 28px !important;
  padding: 22px 8px !important;
  border: 1px solid var(--ah-line) !important;
  border-radius: var(--ah-radius) !important;
  background: #fff !important;
  box-shadow: var(--ah-shadow) !important;
}
.icon-box-wrapper .icon-box { padding: 10px 24px !important; border-right: 1px solid var(--ah-line); }
.icon-box-wrapper .swiper-slide:last-child { border-right: 0; }
.icon-box-wrapper .icon-box-icon { color: var(--ah-water) !important; }
.icon-box-title { font-size: 14px !important; font-weight: 800 !important; }

.category-ellipse-section.ah-collection-showcase {
  max-width: 1360px !important;
  margin: 72px auto !important;
  padding: 46px !important;
  border: 1px solid var(--ah-line) !important;
  border-radius: var(--ah-radius) !important;
  background: var(--ah-ink) !important;
  box-shadow: var(--ah-shadow-lg) !important;
  overflow: hidden !important;
}
.category-ellipse-section.ah-collection-showcase:before { content: none !important; }
.ah-collection-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  align-items: end;
  gap: 48px;
  margin-bottom: 34px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.ah-collection-kicker {
  display: block;
  margin-bottom: 9px;
  color: #75d6ce !important;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}
.ah-collection-heading h2 {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(30px, 4vw, 50px) !important;
  line-height: 1.04 !important;
  font-weight: 800 !important;
}
.ah-collection-heading p {
  margin: 0 !important;
  color: #aebfc4 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}
.ah-collection-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 245px;
  gap: 14px;
  width: 100% !important;
}
.ah-collection-card {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--ah-radius);
  background: #eef3f1;
}
.ah-collection-card--featured { grid-column: span 2; grid-row: span 2; }
.ah-collection-media { width: 100%; height: 100%; margin: 0 !important; background: #fff; }
.ah-collection-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(5,22,31,.86) 100%);
}
.ah-collection-media img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  padding: 16px;
  object-fit: contain !important;
  object-position: center;
  background: #fff !important;
  transition: transform .45s ease !important;
}
.ah-collection-card:hover .ah-collection-media img { transform: scale(1.045) !important; }
.ah-collection-index {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  display: grid;
  width: 34px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(10,31,43,.12);
  border-radius: 3px;
  color: var(--ah-ink) !important;
  background: rgba(255,255,255,.88);
  font-size: 10px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}
.ah-collection-card-content {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 17px;
  left: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.ah-collection-card-content strong {
  max-width: 72%;
  color: #fff !important;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
}
.ah-collection-card-content > span {
  color: #d6e5e5 !important;
  font-size: 10px;
  font-weight: 750;
  white-space: nowrap;
}
.ah-collection-card--featured .ah-collection-card-content { right: 28px; bottom: 26px; left: 28px; }
.ah-collection-card--featured .ah-collection-card-content strong { font-size: 24px; }

.pc-home-featured { margin-top: 72px !important; margin-bottom: 80px !important; }
.title-link-wrapper { align-items: flex-end !important; padding-bottom: 18px !important; border-bottom: 1px solid var(--ah-line) !important; }
.title-link-wrapper .title { color: var(--ah-ink) !important; font-size: 30px !important; font-weight: 800 !important; }
.title-link-wrapper > a { color: var(--ah-water) !important; font-size: 13px !important; }

/* Unified product cards */
.product-wrap { padding: 0 9px !important; }
.product.pc-shop-product-card,
.page-anasayfa .product {
  position: relative !important;
  display: flex !important;
  min-width: 0;
  height: 100% !important;
  min-height: 520px !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border: 1px solid var(--ah-line) !important;
  border-radius: var(--ah-radius) !important;
  background: #fff !important;
  box-shadow: 0 12px 36px rgba(10,31,43,.06) !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
}
.product.pc-shop-product-card:hover,
.page-anasayfa .product:hover { transform: translateY(-7px) !important; border-color: rgba(8,127,120,.28) !important; box-shadow: var(--ah-shadow-lg) !important; }
.product.pc-shop-product-card .product-media,
.page-anasayfa .product .product-media {
  display: flex !important;
  flex: 0 0 315px !important;
  width: 100% !important;
  height: 315px !important;
  min-height: 315px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-bottom: 1px solid #edf2f0 !important;
  background: linear-gradient(180deg,#fff,#f5f8f7) !important;
}
.product.pc-shop-product-card .product-media > a,
.page-anasayfa .product .product-media > a { display: flex !important; width: 100%; height: 100%; align-items: center; justify-content: center; }
.product.pc-shop-product-card .product-media img,
.page-anasayfa .product .product-media img {
  width: 100% !important;
  height: 100% !important;
  padding: 20px !important;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
  transform: none !important;
}
.pc-product-badge {
  top: 14px !important; left: 14px !important;
  padding: 6px 11px !important;
  border-radius: 3px !important;
  color: #fff !important;
  background: var(--ah-water) !important;
  box-shadow: 0 8px 20px rgba(8,127,120,.2) !important;
  font-size: 10px !important; font-weight: 800 !important; text-transform: uppercase;
}
.product .product-details { display: flex !important; flex: 1; flex-direction: column; padding: 20px !important; }
.product .product-cat a { color: var(--ah-gold) !important; font-size: 10px !important; font-weight: 800 !important; }
.product .product-name { min-height: 44px !important; margin: 7px 0 10px !important; }
.product .product-name a { color: var(--ah-ink) !important; font-size: 15px !important; line-height: 1.38 !important; font-weight: 800 !important; }
.product .ratings-container { min-height: 20px; margin: 0 0 10px !important; }
.product .product-pa-wrapper { width: 100%; margin-top: auto !important; }
.product .product-price { display: flex !important; min-height: 54px !important; flex-direction: column !important; align-items: flex-start !important; justify-content: center !important; gap: 2px !important; margin: 0 0 12px !important; }
.product .product-price del { order: 0; color: #89979c !important; font-size: 12px !important; font-weight: 650 !important; }
.product .product-price ins,
.product .product-price .new-price { order: 1; color: var(--ah-ink) !important; font-size: 21px !important; font-weight: 850 !important; text-decoration: none !important; }
.pc-card-cart-button {
  display: flex !important; width: 100% !important; min-height: 46px !important;
  align-items: center !important; justify-content: center !important; gap: 9px !important;
  border: 1px solid var(--ah-ink) !important; border-radius: var(--ah-radius) !important;
  color: #fff !important; background: var(--ah-ink) !important; box-shadow: none !important;
  font-size: 12px !important; font-weight: 800 !important; text-transform: none !important;
}
.pc-card-cart-button:hover { color: #fff !important; border-color: var(--ah-water) !important; background: var(--ah-water) !important; }
.pc-shop-product-card .product-price ins,
.pc-shop-product-card .product-price .new-price,
.page-anasayfa .pc-shop-product-card .product-price ins,
.page-anasayfa .pc-shop-product-card .product-price .new-price { color: var(--ah-ink) !important; }
.pc-shop-product-card .pc-card-cart-button,
.page-anasayfa .pc-card-cart-button { border-color: var(--ah-ink) !important; background: var(--ah-ink) !important; box-shadow: none !important; }
.pc-shop-product-card .pc-card-cart-button:hover,
.page-anasayfa .pc-card-cart-button:hover { border-color: var(--ah-water) !important; background: var(--ah-water) !important; }

/* Catalogue */
.pc-shop-page { padding-top: 34px !important; }
.pc-shop-heading {
  margin-bottom: 24px !important; padding: 28px 32px !important;
  border: 1px solid var(--ah-line) !important; border-radius: var(--ah-radius) !important;
  background: #fff !important; box-shadow: var(--ah-shadow) !important;
}
.pc-shop-heading:before { width: 4px !important; background: var(--ah-water) !important; }
.pc-shop-eyebrow { color: var(--ah-water) !important; background: rgba(8,127,120,.08) !important; }
.pc-shop-heading h1 { color: var(--ah-ink) !important; font-size: 38px !important; font-weight: 800 !important; }
.pc-shop-stats { border-color: var(--ah-line) !important; border-radius: var(--ah-radius) !important; background: var(--ah-mist) !important; }
.pc-shop-stats strong { color: var(--ah-water) !important; }
.pc-shop-filter-panel,
.pc-shop-menu {
  padding: 22px !important; border: 1px solid var(--ah-line) !important;
  border-radius: var(--ah-radius) !important; background: #fff !important;
  box-shadow: 0 14px 40px rgba(10,31,43,.06) !important;
}
.pc-shop-filter-panel:before { display: none !important; }
.pc-filter-head { padding-bottom: 15px; border-bottom: 1px solid var(--ah-line); }
.pc-filter-head span,
.pc-shop-menu .widget-title span { color: var(--ah-ink) !important; font-size: 18px !important; font-weight: 800 !important; }
.pc-filter-clear,
.pc-filter-head a { color: var(--ah-water) !important; background: rgba(8,127,120,.08) !important; }
.pc-shop-filter-form input,
.pc-shop-filter-form select { border-color: var(--ah-line) !important; border-radius: var(--ah-radius) !important; background: var(--ah-mist) !important; box-shadow: none !important; }
.pc-filter-check { border-color: var(--ah-line) !important; border-radius: var(--ah-radius) !important; background: var(--ah-mist) !important; }
.pc-filter-button,
.pc-shop-filter-form button[type=submit] { border-radius: var(--ah-radius) !important; color: #fff !important; background: var(--ah-water) !important; box-shadow: none !important; }
.pc-shop-category-link {
  min-height: 46px !important; margin-bottom: 7px !important; padding: 10px 12px !important;
  border: 1px solid transparent !important; border-radius: var(--ah-radius) !important;
  color: var(--ah-ink-soft) !important; background: var(--ah-mist) !important; box-shadow: none !important;
}
.pc-shop-category-link .pc-shop-menu-icon { display: none !important; }
.pc-shop-category-link:hover,
.pc-shop-category-link.active { padding-left: 16px !important; color: var(--ah-water) !important; border-color: rgba(8,127,120,.2) !important; background: rgba(8,127,120,.08) !important; box-shadow: inset 3px 0 0 var(--ah-water) !important; }
.pc-shop-hero {
  min-height: 320px !important; border: 1px solid var(--ah-line) !important;
  border-radius: var(--ah-radius) !important; box-shadow: var(--ah-shadow) !important;
}
.pc-shop-hero:before { background: linear-gradient(90deg,#fff 0%,rgba(255,255,255,.96) 44%,rgba(255,255,255,.18) 100%) !important; }
.pc-shop-hero .banner-subtitle { color: var(--ah-water) !important; font-size: 18px !important; }
.pc-shop-hero .banner-title { color: var(--ah-ink) !important; font-size: 42px !important; font-weight: 800 !important; }
.pc-shop-hero-badges span { border-color: var(--ah-line) !important; border-radius: 4px !important; }
.pc-shop-toolbar,
.pc-shop-pagination,
.pc-shop-description { border: 1px solid var(--ah-line) !important; border-radius: var(--ah-radius) !important; background: #fff !important; box-shadow: 0 10px 32px rgba(10,31,43,.05) !important; }
.pc-shop-products { row-gap: 24px !important; }

/* Product detail, basket and checkout */
.page-urun .page-content,
.page-sepetim .page-content,
.page-alisverisi-tamamla .page-content { padding-top: 34px !important; }
.page-urun .product-single,
.page-urun .product-gallery,
.page-urun .product-details,
.page-sepetim .cart,
.page-sepetim .cart-summary,
.page-alisverisi-tamamla .order-summary,
.page-alisverisi-tamamla form {
  border-color: var(--ah-line) !important;
}
.page-urun .product-gallery,
.page-urun .product-details {
  padding: 28px !important; border: 1px solid var(--ah-line) !important;
  border-radius: var(--ah-radius) !important; background: #fff !important; box-shadow: var(--ah-shadow) !important;
}
.page-urun .product-gallery .product-image { background: var(--ah-mist) !important; }
.page-urun .product-gallery .product-image img { width: 100% !important; max-height: 620px; object-fit: contain !important; }
.page-urun .product-title { color: var(--ah-ink) !important; font-size: clamp(28px,3vw,42px) !important; line-height: 1.14 !important; font-weight: 800 !important; }
.page-urun .product-price { color: var(--ah-ink) !important; font-size: 30px !important; font-weight: 850 !important; }
.page-urun .btn-cart { min-height: 54px !important; color: #fff !important; border-color: var(--ah-water) !important; background: var(--ah-water) !important; }
.pc-product-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 14px 0 18px;
}
.pc-product-assurance span {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 10px;
  color: #425b67;
  border: 1px solid var(--ah-line);
  border-radius: 4px;
  background: var(--ah-mist);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.pc-product-assurance i { flex: 0 0 auto; color: var(--ah-water); font-size: 16px; }
.page-urun .product-tabs { margin-top: 42px !important; padding: 28px !important; border: 1px solid var(--ah-line) !important; border-radius: var(--ah-radius) !important; background: #fff !important; }
.page-sepetim .cart-summary,
.page-alisverisi-tamamla .order-summary { padding: 28px !important; border-radius: var(--ah-radius) !important; background: #fff !important; box-shadow: var(--ah-shadow) !important; }
.page-sepetim table,
.page-alisverisi-tamamla table { border-radius: var(--ah-radius); background: #fff; }

/* Footer */
.footer { margin-top: 80px !important; color: #b7c5c9 !important; background: var(--ah-ink) !important; }
.footer-newsletter { padding: 32px 0 !important; background: var(--ah-water) !important; }
.footer-newsletter .form-control { min-height: 48px !important; border: 0 !important; }
.footer-newsletter .btn { min-width: 150px; }
.footer-top { padding: 68px 0 48px !important; }
.footer .widget-title { color: #fff !important; font-size: 14px !important; font-weight: 800 !important; }
.footer .widget-body,
.footer .widget-body p,
.footer .widget-body a { color: #a9babe !important; font-size: 13px !important; line-height: 1.75 !important; }
.footer .widget-body a:hover { color: #fff !important; }
.footer .widget-about-call { color: #fff !important; font-size: 22px !important; }
.footer .social-icon { border-color: rgba(255,255,255,.18) !important; color: #fff !important; background: rgba(255,255,255,.06) !important; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1) !important; }
.footer-bottom .copyright,
.pc-footer-legal-links a { color: #9eb0b5 !important; }
.footer-bottom .payment-label a { color: #fff !important; }
.pc-iyzico-compliance img { border-radius: 3px !important; box-shadow: none !important; }
.integration-fixed .whatsapp-button { width: 54px !important; height: 54px !important; box-shadow: 0 16px 36px rgba(10,31,43,.2) !important; }

/* Reveal */
.ah-reveal { opacity: 1; transform: none; }
.ah-reveal.ah-visible { opacity: 1; transform: none; }

@media (max-width: 1199px) {
  .header-search { margin-left: 24px !important; }
  .header-middle .header-right { gap: 14px; }
  .product.pc-shop-product-card, .page-anasayfa .product { min-height: 490px !important; }
  .product.pc-shop-product-card .product-media, .page-anasayfa .product .product-media { flex-basis: 280px !important; height: 280px !important; min-height: 280px !important; }
}

@media (max-width: 991px) {
  .header-top { display: none !important; }
  .header-middle { min-height: 72px !important; padding: 10px 0 !important; }
  .header-middle .logo img { height: 48px !important; max-width: 145px !important; }
  .header-middle .header-right > *:not(.cart-dropdown) { display: none !important; }
  .header-bottom { display: none !important; }
  .intro-slide { min-height: 520px !important; }
  .intro-slide .banner-content { margin: auto 24px 32px !important; padding: 30px !important; }
  .icon-box-wrapper .icon-box { border-right: 0; }
  .pc-shop-main .shop-sidebar { margin-bottom: 22px !important; }
  .pc-shop-filter-panel { position: static !important; }
}

@media (max-width: 767px) {
  .pc-product-assurance { grid-template-columns: 1fr; gap: 6px; margin-top: 12px; }
  .pc-product-assurance span { justify-content: flex-start; min-height: 38px; padding: 7px 10px; text-align: left; }
  .container { padding-left: 16px !important; padding-right: 16px !important; }
  .page-wrapper { padding-bottom: 64px; }
  .intro-slide { min-height: 470px !important; background-position: 62% center !important; }
  .intro-slide .banner-content { max-width: calc(100% - 32px) !important; margin: auto 16px 20px !important; padding: 24px !important; backdrop-filter: blur(8px); }
  .intro-slide .banner-content { left: 16px !important; right: 16px !important; width: auto !important; max-width: none !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; }
  .intro-slide .banner-title { font-size: 34px !important; }
  .intro-slide .banner-content p { max-width: 100% !important; white-space: normal !important; overflow-wrap: anywhere !important; }
  .intro-section .swiper-button-next, .intro-section .swiper-button-prev { display: none !important; }
  .icon-box-wrapper { margin: 18px 16px !important; }
  .category-ellipse-section.ah-collection-showcase { margin: 44px 16px !important; padding: 26px 0 28px 20px !important; }
  .ah-collection-heading { display: block; margin: 0 20px 24px 0; padding-bottom: 20px; }
  .ah-collection-heading h2 { font-size: 29px !important; }
  .ah-collection-heading p { margin-top: 12px !important; font-size: 12px !important; }
  .ah-collection-grid {
    display: flex !important;
    gap: 12px;
    width: auto !important;
    padding: 0 20px 5px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .ah-collection-grid::-webkit-scrollbar { display: none; }
  .ah-collection-card,
  .ah-collection-card--featured {
    flex: 0 0 min(76vw, 286px);
    width: min(76vw, 286px);
    height: 330px;
    grid-column: auto;
    grid-row: auto;
    scroll-snap-align: start;
  }
  .ah-collection-card-content,
  .ah-collection-card--featured .ah-collection-card-content { right: 18px; bottom: 18px; left: 18px; }
  .ah-collection-card-content strong,
  .ah-collection-card--featured .ah-collection-card-content strong { font-size: 16px; }
  .ah-collection-card-content > span { font-size: 9px; }
  .pc-home-featured { margin-top: 48px !important; margin-bottom: 54px !important; }
  .title-link-wrapper .title { font-size: 24px !important; }
  .product-wrap { padding: 0 5px !important; }
  .product.pc-shop-product-card, .page-anasayfa .product { min-height: 410px !important; }
  .product.pc-shop-product-card .product-media, .page-anasayfa .product .product-media { flex-basis: 205px !important; height: 205px !important; min-height: 205px !important; }
  .product.pc-shop-product-card .product-media img, .page-anasayfa .product .product-media img { padding: 10px !important; }
  .product .product-details { padding: 14px !important; }
  .product .product-name { min-height: 38px !important; }
  .product .product-name a { font-size: 12px !important; }
  .product .product-price ins, .product .product-price .new-price { font-size: 17px !important; }
  .pc-card-cart-button { min-height: 42px !important; font-size: 11px !important; }
  .pc-shop-page { padding-top: 16px !important; }
  .pc-shop-heading { padding: 22px !important; }
  .pc-shop-heading h1 { font-size: 29px !important; }
  .pc-shop-stats { display: none !important; }
  .pc-shop-hero { min-height: 290px !important; background-size: 68% auto !important; background-position: right bottom !important; }
  .pc-shop-hero .banner-content { padding: 24px !important; align-self: flex-start !important; }
  .pc-shop-hero .banner-title { max-width: 75%; font-size: 29px !important; }
  .pc-shop-hero-badges { display: none !important; }
  .pc-shop-toolbar { align-items: stretch !important; flex-direction: column !important; }
  .pc-shop-toolbar form { width: 100% !important; }
  .page-urun .product-gallery, .page-urun .product-details { padding: 18px !important; }
  .page-urun .product-gallery .product-image { height: 400px !important; min-height: 0 !important; }
  .page-urun .product-gallery .product-image img { height: 400px !important; max-height: 400px !important; padding: 10px !important; }
  .footer { margin-top: 52px !important; }
  .footer-top { padding: 48px 0 30px !important; }
  .sticky-footer { border-top: 1px solid var(--ah-line) !important; background: rgba(255,255,255,.97) !important; backdrop-filter: blur(12px); }
}

@media (max-width: 374px) {
  .product.pc-shop-product-card, .page-anasayfa .product { min-height: 388px !important; }
  .product.pc-shop-product-card .product-media, .page-anasayfa .product .product-media { flex-basis: 175px !important; height: 175px !important; min-height: 175px !important; }
  .product .product-details { padding: 11px !important; }
  .pc-card-cart-button span { font-size: 10px !important; }
}

/* Header and hero V2 */
.header {
  border-bottom: 0 !important;
  box-shadow: 0 1px 0 rgba(10,31,43,.08) !important;
}
.header-top {
  min-height: 32px !important;
  background: #071b24 !important;
}
.header-top .container { min-height: 32px !important; }
.header-top .welcome-msg {
  color: #d7e5e3 !important;
  font-size: 10px !important;
  text-transform: uppercase;
}
.header-middle {
  min-height: 86px !important;
  padding: 12px 0 !important;
  border-bottom: 0 !important;
}
.header-middle .container { align-items: center; }
.header-middle .logo {
  display: flex;
  align-items: center;
  min-width: 164px;
}
.header-middle .logo img {
  height: 62px !important;
  max-width: 164px !important;
}
.header-search {
  height: 52px !important;
  margin-left: 30px !important;
  border: 1px solid #cadbd7 !important;
  border-radius: 3px !important;
  background: #f6f9f8 !important;
}
.header-search:focus-within {
  border-color: var(--ah-water) !important;
  box-shadow: 0 0 0 3px rgba(8,127,120,.09) !important;
}
.header-search.ah-search-attention {
  border-color: var(--ah-gold) !important;
  box-shadow: 0 0 0 4px rgba(180,138,67,.14) !important;
}
.header-search .select-box {
  min-width: 138px;
  background: #fff;
}
.header-search .btn-search {
  width: 58px !important;
  border-radius: 0 !important;
}
.header-middle .header-right { gap: 18px; }
.header-middle .header-call {
  padding-right: 20px;
  border-right: 1px solid var(--ah-line);
}
.header-middle .wishlist,
.header-middle .cart-dropdown > a {
  min-width: 58px;
  padding: 6px 4px;
}
.header-middle .wishlist:hover,
.header-middle .cart-dropdown > a:hover { transform: translateY(-2px); }
.header-bottom {
  min-height: 56px !important;
  background: var(--ah-ink) !important;
  box-shadow: 0 12px 30px rgba(10,31,43,.12) !important;
}
.header-bottom .inner-wrap { min-height: 56px !important; }
.header-bottom .menu > li > a,
.header-bottom .header-right > a {
  min-height: 56px;
  color: rgba(255,255,255,.88) !important;
}
.header-bottom .menu > li > a:hover,
.header-bottom .menu > li.active > a,
.header-bottom .header-right > a:hover { color: #fff !important; }
.header-bottom .menu > li.active > a:after { background-color: var(--ah-gold) !important; }
.header-bottom .main-nav { margin-left: 26px; }
.header-bottom .header-right { gap: 24px; }
.category-dropdown > a {
  min-width: 250px !important;
  height: 56px !important;
  background: var(--ah-water) !important;
}
.category-dropdown > a:hover { background: var(--ah-water-dark) !important; }
.category-dropdown .dropdown-box {
  top: 56px !important;
  display: none !important;
  border-top: 3px solid var(--ah-water) !important;
}
.category-dropdown:hover > .dropdown-box,
.category-dropdown:focus-within > .dropdown-box,
.category-dropdown.show > .dropdown-box { display: block !important; }
.category-menu > li > a { min-height: 50px; }
.sticky-header.fixed { background: rgba(10,31,43,.98) !important; }

.intro-section {
  position: relative;
  background: var(--ah-ink) !important;
}
.ah-hero-slider { overflow: hidden; }
.ah-hero-slide {
  position: relative;
  min-height: clamp(500px, 43vw, 570px) !important;
  background-position: center !important;
  background-size: cover !important;
}
.ah-hero-slide:before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: rgba(5,24,33,.46);
  pointer-events: none;
}
.ah-hero-slide .container {
  position: relative;
  z-index: 2;
  height: auto;
  min-height: inherit;
}
.intro-slide .ah-hero-copy {
  position: absolute !important;
  top: 47% !important;
  left: 0 !important;
  width: min(600px, 52vw) !important;
  max-width: 600px !important;
  margin: 0 !important;
  padding: 0 0 84px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  transform: translateY(-50%) !important;
}
.intro-slide .ah-hero-copy .slide-animate {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
}
.intro-slide .ah-hero-copy .banner-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px !important;
  color: #88d7cf !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}
.intro-slide .ah-hero-copy .banner-subtitle:before {
  width: 34px;
  height: 2px;
  content: "";
  background: var(--ah-gold);
}
.intro-slide .ah-hero-copy .banner-title {
  max-width: 580px;
  margin-bottom: 18px !important;
  color: #fff !important;
  font-size: clamp(44px,4.5vw,68px) !important;
  line-height: .98 !important;
  text-shadow: 0 3px 26px rgba(0,0,0,.2);
}
.intro-slide .ah-hero-copy > p {
  max-width: 520px;
  margin-bottom: 26px !important;
  color: rgba(255,255,255,.78) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}
.intro-slide .ah-hero-copy .btn {
  min-height: 52px;
  padding: 0 26px !important;
  border: 1px solid #fff !important;
  border-radius: 3px !important;
  color: var(--ah-ink) !important;
  background: #fff !important;
}
.intro-slide .ah-hero-copy .btn:hover {
  border-color: var(--ah-gold) !important;
  background: var(--ah-gold) !important;
}
.ah-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
  color: rgba(255,255,255,.76);
  font-size: 11px;
  font-weight: 700;
}
.ah-hero-points span { display: inline-flex; align-items: center; gap: 7px; }
.ah-hero-points i { color: #88d7cf; font-size: 15px; }
.ah-hero-category-rail {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 22px;
  left: 0;
  display: grid;
  grid-template-columns: 150px repeat(3, 1fr);
  min-height: 68px;
  padding: 0 !important;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(6,28,38,.86);
  backdrop-filter: blur(12px);
}
.ah-hero-category-label,
.ah-hero-category-rail a {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 0 22px;
  border-right: 1px solid rgba(255,255,255,.13);
}
.ah-hero-category-label {
  color: #85d6ce;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.ah-hero-category-rail a {
  justify-content: space-between;
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
}
.ah-hero-category-rail a:last-child { border-right: 0; }
.ah-hero-category-rail a:hover { background: rgba(255,255,255,.08); }
.ah-hero-category-rail i { color: var(--ah-gold); }
.intro-section .swiper-pagination { bottom: 104px !important; }
.intro-section .swiper-pagination-bullet { background: rgba(255,255,255,.65) !important; }
.intro-section .swiper-pagination-bullet-active { width: 28px !important; border-radius: 8px !important; background: #fff !important; }
.intro-section .swiper-button-prev { left: 24px !important; }
.intro-section .swiper-button-next { right: 24px !important; }

@media (max-width: 1199px) {
  .header-middle .header-right { gap: 10px; }
  .header-middle .header-call { padding-right: 12px; }
  .header-bottom .header-right > a:first-child { display: none !important; }
  .intro-slide .ah-hero-copy { left: 26px !important; }
  .ah-hero-category-rail { right: 24px; left: 24px; width: auto; }
}

@media (max-width: 991px) {
  .header-middle .mobile-menu-toggle {
    display: inline-flex !important;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
  }
  body.mmenu-active .header .mobile-menu-toggle {
    opacity: 0 !important;
    pointer-events: none !important;
  }
  .mobile-menu-wrapper,
  .mobile-menu-container,
  .mobile-menu-wrapper .scrollable { overflow-x: hidden !important; }
  .mobile-menu-container { width: min(82vw, 320px) !important; }
  .mobile-menu-container .mobile-menu,
  .mobile-menu-container .mobile-menu ul,
  .mobile-menu-container .megamenu,
  .mobile-menu-container .mp-left {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
  .mobile-menu-container img { max-width: 100% !important; }
  .header-middle {
    min-height: 76px !important;
    padding: 8px 0 !important;
    border-bottom: 1px solid var(--ah-line) !important;
  }
  .header-middle .container { justify-content: space-between; }
  .header-middle .header-left { flex: 1; justify-content: flex-start; }
  .header-middle .logo { min-width: 0; margin: 0 auto !important; }
  .header-middle .logo img { height: 54px !important; max-width: 128px !important; }
  .header-middle .mobile-menu-toggle { margin-right: 0 !important; }
  .header-middle .cart-dropdown { display: block !important; }
  .header-middle .cart-label { display: none !important; }
  .ah-hero-slide { min-height: 530px !important; }
  .intro-slide .ah-hero-copy { width: min(600px, 72vw) !important; }
  .ah-hero-category-rail { grid-template-columns: repeat(3,1fr); }
  .ah-hero-category-label { display: none; }
}

@media (max-width: 767px) {
  .header-middle .container { padding-right: 14px !important; padding-left: 14px !important; }
  .header-middle .header-left { display: grid; grid-template-columns: 44px 1fr; }
  .header-middle .logo { justify-self: center; }
  .header-middle .header-right { margin-left: 0 !important; }
  .header-middle .cart-dropdown > a { min-width: 42px; }
  .ah-hero-slide {
    min-height: 515px !important;
    background-position: 64% center !important;
  }
  .ah-hero-slide:before { background: rgba(5,24,33,.54); }
  .intro-slide .ah-hero-copy {
    top: auto !important;
    right: 20px !important;
    bottom: 30px !important;
    left: 20px !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    transform: none !important;
  }
  .intro-slide .ah-hero-copy .banner-subtitle {
    margin-bottom: 12px !important;
    font-size: 10px !important;
  }
  .intro-slide .ah-hero-copy .banner-title {
    max-width: 330px;
    margin-bottom: 14px !important;
    font-size: clamp(36px,11vw,46px) !important;
    line-height: 1 !important;
  }
  .intro-slide .ah-hero-copy > p {
    display: -webkit-box;
    max-width: 330px !important;
    margin-bottom: 20px !important;
    overflow: hidden;
    font-size: 13px !important;
    line-height: 1.55 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .intro-slide .ah-hero-copy .btn { min-height: 48px; }
  .ah-hero-points { display: none; }
  .intro-section .swiper-pagination { bottom: 18px !important; text-align: right; padding-right: 20px; }
  .ah-hero-category-rail {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    display: flex;
    width: 100%;
    min-height: 64px;
    overflow-x: auto;
    border: 0;
    background: var(--ah-ink);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .ah-hero-category-rail::-webkit-scrollbar { display: none; }
  .ah-hero-category-rail a {
    flex: 0 0 72vw;
    min-height: 64px;
    padding: 0 20px;
    scroll-snap-align: start;
  }
}

/* Premium header and showroom hero */
@media (min-width: 992px) {
  .header-top { display: none !important; }
  .header { min-height: 88px; }
  .header-middle {
    min-height: 88px !important;
    padding: 10px 0 !important;
  }
  .header-middle .header-left { flex: 1; min-width: 0; }
  .header-middle .logo {
    min-width: 222px;
    gap: 13px;
  }
  .header-middle .logo img {
    width: 58px !important;
    height: 58px !important;
    object-fit: contain;
  }
  .ah-brand-copy {
    display: flex;
    flex-direction: column;
    padding-left: 13px;
    border-left: 1px solid var(--ah-line);
    line-height: 1;
  }
  .ah-brand-copy strong {
    color: var(--ah-ink);
    font-size: 15px;
    font-weight: 800;
  }
  .ah-brand-copy small {
    margin-top: 7px;
    color: #71858d;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .header-search {
    width: min(40vw, 520px) !important;
    margin-left: 26px !important;
    border-radius: 30px !important;
    background: #f3f7f6 !important;
  }
  .header-search .select-box { display: none !important; }
  .header-search input { padding-left: 22px !important; font-size: 12px !important; }
  .header-search .btn-search {
    width: 58px !important;
    border-radius: 50% !important;
    transform: scale(.84);
  }
  .header-middle .header-call { min-width: 190px; }
  .header-middle .header-call .chat { font-size: 11px !important; }
  .header-middle .phone-number { font-size: 14px !important; }
  .header-middle .wishlist,
  .header-middle .cart-dropdown > a { min-width: 66px; }
  .header-bottom {
    position: absolute !important;
    top: calc(100% + 16px) !important;
    right: 0;
    left: 0;
    z-index: 20;
    min-height: 62px !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .header-bottom .container { padding: 0 20px !important; }
  .header-bottom .inner-wrap {
    min-height: 62px !important;
    padding: 0 18px 0 0;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 4px;
    background: rgba(6,27,36,.91);
    box-shadow: 0 18px 55px rgba(4,23,31,.2);
    backdrop-filter: blur(14px);
  }
  .category-dropdown > a {
    min-width: 236px !important;
    height: 62px !important;
    border-radius: 3px 0 0 3px !important;
  }
  .category-dropdown .dropdown-box { top: 62px !important; }
  .header-bottom .menu > li > a,
  .header-bottom .header-right > a { min-height: 62px; }
  .header-bottom .main-nav { margin-left: 18px; }
  .header-bottom .main-nav .menu { gap: 2px; }
  .header-bottom .main-nav .menu > li > a { padding-right: 14px; padding-left: 14px; }
  .header-bottom.sticky-header.fixed {
    top: 0 !important;
    padding: 8px 0 !important;
    background: rgba(6,27,36,.96) !important;
  }
  .header-bottom.sticky-header.fixed .inner-wrap {
    border-color: transparent;
    box-shadow: none;
    background: transparent;
  }
}

.ah-hero-slide:before {
  right: auto;
  width: 52%;
  background: rgba(5,24,33,.78);
  backdrop-filter: blur(1px);
}
.ah-hero-slide:after {
  position: absolute;
  z-index: 2;
  top: 108px;
  right: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.36);
  color: rgba(255,255,255,.86);
  content: "AHBERSU  /  SEÇKİN KOLEKSİYON";
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}
.intro-slide .ah-hero-copy { top: 52% !important; }
.intro-slide .ah-hero-copy .banner-title {
  max-width: 610px;
  font-size: clamp(48px,4.8vw,72px) !important;
  line-height: .96 !important;
}
.intro-slide .ah-hero-copy > p {
  color: rgba(255,255,255,.72) !important;
  font-size: 15px !important;
}
.intro-slide .ah-hero-copy .btn {
  min-width: 190px;
  justify-content: center;
  border-color: var(--ah-gold) !important;
  color: #fff !important;
  background: var(--ah-gold) !important;
}
.intro-slide .ah-hero-copy .btn:hover {
  border-color: #fff !important;
  color: var(--ah-ink) !important;
  background: #fff !important;
}
.ah-hero-points { color: rgba(255,255,255,.68); }
.ah-hero-category-rail {
  bottom: 24px;
  min-height: 74px;
  border-color: rgba(255,255,255,.12);
  border-radius: 4px;
  background: rgba(6,27,36,.93);
  box-shadow: 0 16px 45px rgba(4,23,31,.22);
}
.ah-hero-category-rail a { min-height: 74px; }
.ah-hero-category-rail a:hover { background: var(--ah-water); }
.ah-hero-category-rail a:hover i { color: #fff; transform: translateX(3px); }
.ah-hero-category-rail i { transition: color .2s ease, transform .2s ease; }
.intro-section .swiper-pagination { bottom: 116px !important; }

@media (max-width: 1199px) and (min-width: 992px) {
  .ah-brand-copy { display: none; }
  .header-middle .logo { min-width: 90px; }
  .header-search { width: min(43vw, 490px) !important; }
  .header-middle .wishlist-label,
  .header-middle .cart-label { display: none !important; }
  .header-middle .wishlist,
  .header-middle .cart-dropdown > a { min-width: 42px; }
  .header-bottom .header-right { display: none !important; }
}

@media (max-width: 991px) {
  .ah-brand-copy { display: none !important; }
  .ah-hero-slide:before { width: 100%; background: rgba(5,24,33,.55); backdrop-filter: none; }
  .ah-hero-slide:after { display: none; }
  .intro-slide .ah-hero-copy { top: auto !important; }
}

@media (max-width: 767px) {
  .intro-slide .ah-hero-copy .banner-title {
    max-width: 350px;
    font-size: clamp(36px,11vw,46px) !important;
    line-height: 1 !important;
  }
  .intro-slide .ah-hero-copy .btn { min-width: 186px; }
  .ah-hero-category-rail {
    bottom: auto;
    min-height: 66px;
    border-radius: 0;
    box-shadow: none;
  }
  .ah-hero-category-rail a { min-height: 66px; }
  .intro-section .swiper-pagination { bottom: 18px !important; }
}

/* Immersive premium home shell */
.page-anasayfa .header {
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  height: 0;
  min-height: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.page-anasayfa .header-middle {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  min-height: 90px !important;
  border-bottom: 1px solid rgba(255,255,255,.15) !important;
  background: rgba(5,23,31,.66) !important;
  box-shadow: none !important;
  backdrop-filter: blur(16px);
}
.page-anasayfa .header-middle .logo { color: #fff !important; }
.page-anasayfa .header-middle .logo img {
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.18));
}
.page-anasayfa .ah-brand-copy { border-left-color: rgba(255,255,255,.22); }
.page-anasayfa .ah-brand-copy strong { color: #fff; }
.page-anasayfa .ah-brand-copy small { color: rgba(255,255,255,.6); }
.page-anasayfa .header-search {
  border-color: rgba(255,255,255,.2) !important;
  background: rgba(255,255,255,.09) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05) !important;
}
.page-anasayfa .header-search:focus-within {
  border-color: rgba(255,255,255,.55) !important;
  box-shadow: 0 0 0 3px rgba(255,255,255,.08) !important;
}
.page-anasayfa .header-search input {
  color: #fff !important;
  background: transparent !important;
}
.page-anasayfa .header-search input::placeholder { color: rgba(255,255,255,.66) !important; }
.page-anasayfa .header-search .btn-search {
  color: #fff !important;
  background: rgba(8,127,120,.94) !important;
}
.page-anasayfa .header-middle .header-call {
  border-right-color: rgba(255,255,255,.18);
}
.page-anasayfa .header-middle .header-call .w-icon-call,
.page-anasayfa .header-middle .wishlist > i,
.page-anasayfa .header-middle .cart-dropdown > a > i { color: #8ee0d7 !important; }
.page-anasayfa .header-middle .chat a,
.page-anasayfa .header-middle .phone-number,
.page-anasayfa .header-middle .wishlist-label,
.page-anasayfa .header-middle .cart-label { color: #fff !important; }
.page-anasayfa .header-middle .chat a { color: rgba(255,255,255,.62) !important; }
.page-anasayfa .header-middle .wishlist:hover > i,
.page-anasayfa .header-middle .cart-dropdown > a:hover > i { color: #fff !important; }
.page-anasayfa .header-bottom {
  top: 106px !important;
  background: transparent !important;
}
.page-anasayfa .header-bottom .inner-wrap {
  border-color: rgba(255,255,255,.15);
  background: rgba(5,24,33,.82);
  box-shadow: 0 24px 70px rgba(3,18,25,.25);
  backdrop-filter: blur(18px);
}
.page-anasayfa .category-dropdown > a {
  position: relative;
  padding-left: 24px !important;
  background: rgba(8,127,120,.96) !important;
}
.page-anasayfa .category-dropdown > a:after {
  position: absolute;
  top: 14px;
  right: 12px;
  bottom: 14px;
  width: 1px;
  content: "";
  background: rgba(255,255,255,.18);
}
.page-anasayfa .header-bottom .main-nav .menu > li > a {
  position: relative;
  color: rgba(255,255,255,.7) !important;
  font-size: 12px !important;
  text-transform: uppercase;
}
.page-anasayfa .header-bottom .main-nav .menu > li > a:hover,
.page-anasayfa .header-bottom .main-nav .menu > li.active > a { color: #fff !important; }
.page-anasayfa .header-bottom .header-right > a {
  color: rgba(255,255,255,.72) !important;
  font-size: 11px !important;
  text-transform: uppercase;
}
.page-anasayfa .header-bottom .header-right > a:hover { color: #fff !important; }
.page-anasayfa .intro-section { background: var(--ah-ink) !important; }
.page-anasayfa .ah-hero-slide {
  min-height: clamp(620px, 52vw, 710px) !important;
  background-position: center !important;
}
.page-anasayfa .ah-hero-slide:before {
  width: 49%;
  background: rgba(5,24,33,.86);
}
.page-anasayfa .ah-hero-slide:after {
  top: 200px;
  right: 50px;
  border-color: rgba(255,255,255,.24);
  color: rgba(255,255,255,.82);
  background: rgba(5,24,33,.46);
  backdrop-filter: blur(10px);
}
.page-anasayfa .intro-slide .ah-hero-copy {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  top: 58% !important;
  left: 0 !important;
  padding-bottom: 0 !important;
}
.page-anasayfa .intro-slide .ah-hero-copy .banner-subtitle {
  margin-bottom: 20px !important;
  color: #8ee0d7 !important;
  font-size: 11px !important;
}
.page-anasayfa .intro-slide .ah-hero-copy .banner-title {
  max-width: 620px;
  margin-bottom: 22px !important;
  color: #fff !important;
  font-size: clamp(52px,5vw,76px) !important;
  line-height: .95 !important;
}
.page-anasayfa .intro-slide .ah-hero-copy > p {
  max-width: 500px;
  margin-bottom: 28px !important;
  color: rgba(255,255,255,.66) !important;
  font-size: 14px !important;
}
.page-anasayfa .intro-slide .ah-hero-copy .btn {
  display: flex !important;
  align-items: center;
  width: max-content;
  min-width: 204px;
  min-height: 54px;
  border-radius: 2px !important;
  box-shadow: 0 14px 34px rgba(180,138,67,.2);
}
.page-anasayfa .ah-hero-points {
  gap: 24px;
  margin-top: 26px;
  color: rgba(255,255,255,.64);
}
.page-anasayfa .ah-hero-category-rail {
  bottom: 30px;
  min-height: 78px;
  border-color: rgba(255,255,255,.14);
  background: rgba(5,24,33,.9);
  box-shadow: 0 24px 70px rgba(3,18,25,.25);
  backdrop-filter: blur(18px);
}
.page-anasayfa .ah-hero-category-label,
.page-anasayfa .ah-hero-category-rail a { min-height: 78px; }
.page-anasayfa .ah-hero-category-rail a {
  padding-right: 26px;
  padding-left: 26px;
  color: rgba(255,255,255,.92) !important;
  font-size: 12px;
}
.page-anasayfa .ah-hero-category-rail a:hover { background: rgba(8,127,120,.92); }
.page-anasayfa .intro-section .swiper-pagination { bottom: 132px !important; }
.page-anasayfa .intro-section .swiper-button-prev,
.page-anasayfa .intro-section .swiper-button-next {
  width: 48px !important;
  height: 48px !important;
  border-color: rgba(255,255,255,.18);
  color: #fff !important;
  background: rgba(5,24,33,.44) !important;
  box-shadow: none;
  backdrop-filter: blur(10px);
}

@media (max-width: 1199px) and (min-width: 992px) {
  .page-anasayfa .header-bottom { top: 104px !important; }
  .page-anasayfa .intro-slide .ah-hero-copy { left: 26px !important; }
  .page-anasayfa .ah-hero-slide:before { width: 55%; }
}

@media (max-width: 991px) {
  .page-anasayfa .header-middle {
    min-height: 78px !important;
    border-bottom-color: rgba(255,255,255,.14) !important;
    background: rgba(5,23,31,.58) !important;
    backdrop-filter: blur(14px);
  }
  .page-anasayfa .header-middle .mobile-menu-toggle,
  .page-anasayfa .header-middle .cart-dropdown > a > i { color: #fff !important; }
  .page-anasayfa .header-middle .logo img { height: 52px !important; }
  .page-anasayfa .ah-hero-slide {
    min-height: 630px !important;
    background-position: 62% center !important;
  }
  .page-anasayfa .ah-hero-slide:before { width: 100%; background: rgba(5,24,33,.62); }
  .page-anasayfa .intro-slide .ah-hero-copy {
    right: 20px !important;
    bottom: 40px !important;
    left: 20px !important;
  }
  .page-anasayfa .ah-hero-category-rail {
    bottom: auto;
    min-height: 68px;
    background: #061d27;
  }
  .page-anasayfa .ah-hero-category-rail a { min-height: 68px; }
}

@media (max-width: 767px) {
  .page-anasayfa .header-middle .logo img { height: 48px !important; }
  .page-anasayfa .ah-hero-slide { min-height: 610px !important; }
  .page-anasayfa .intro-slide .ah-hero-copy {
    top: 260px !important;
    bottom: auto !important;
    min-height: 300px !important;
  }
  .page-anasayfa .intro-slide .ah-hero-copy .banner-title {
    max-width: 350px;
    font-size: clamp(38px,11.5vw,47px) !important;
  }
  .page-anasayfa .intro-slide .ah-hero-copy > p {
    max-width: 330px !important;
    font-size: 13px !important;
  }
  .page-anasayfa .intro-slide .ah-hero-copy .btn { min-height: 50px; }
  .page-anasayfa .intro-section .swiper-pagination { bottom: 24px !important; }
}

/* Account access and premium category dropdown */
.ah-account-access {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 132px;
  padding: 7px 14px 7px 0;
  border-right: 1px solid var(--ah-line);
  color: var(--ah-ink) !important;
}
.ah-account-access > i {
  color: var(--ah-water);
  font-size: 25px;
}
.ah-account-access > span {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.05;
}
.ah-account-access small {
  margin-bottom: 5px;
  color: #7b8d93;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}
.ah-account-access strong {
  color: var(--ah-ink);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}
.ah-account-access:hover > i { transform: translateY(-1px); }
.page-anasayfa .ah-account-access {
  border-right-color: rgba(255,255,255,.18);
  color: #fff !important;
}
.page-anasayfa .ah-account-access > i { color: #8ee0d7; }
.page-anasayfa .ah-account-access small { color: rgba(255,255,255,.52); }
.page-anasayfa .ah-account-access strong { color: #fff; }

.page-anasayfa .category-dropdown .dropdown-box {
  width: 318px !important;
  max-height: min(560px, calc(100vh - 190px));
  padding: 10px !important;
  overflow: visible !important;
  border: 1px solid rgba(10,31,43,.1) !important;
  border-top: 3px solid var(--ah-water) !important;
  border-radius: 0 0 5px 5px !important;
  background: #fff !important;
  box-shadow: 0 30px 80px rgba(5,24,33,.24) !important;
}
.page-anasayfa .category-dropdown .category-menu {
  padding: 0 !important;
  background: #fff !important;
}
.page-anasayfa .category-menu > li {
  position: relative;
  margin: 0 !important;
  border-bottom: 1px solid #e8efed !important;
  background: transparent !important;
}
.page-anasayfa .category-menu > li:last-child { border-bottom: 0 !important; }
.page-anasayfa .header-bottom .category-menu > li > a {
  display: flex !important;
  align-items: center;
  min-height: 47px !important;
  padding: 0 16px 0 30px !important;
  color: #18313a !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  line-height: 1.3 !important;
  text-transform: none !important;
  white-space: normal !important;
}
.page-anasayfa .header-bottom .category-menu > li > a:before {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 5px;
  height: 5px;
  border: 0;
  border-radius: 50%;
  content: "";
  background: #b3c1be;
  transform: translateY(-50%);
}
.page-anasayfa .header-bottom .category-menu > li:last-child > a:before { display: none; }
.page-anasayfa .header-bottom .category-menu > li:hover > a,
.page-anasayfa .header-bottom .category-menu > li:focus-within > a {
  padding-left: 34px !important;
  color: var(--ah-water-dark) !important;
  background: #eff7f5 !important;
}
.page-anasayfa .header-bottom .category-menu > li:hover > a:before,
.page-anasayfa .header-bottom .category-menu > li:focus-within > a:before { background: var(--ah-water); }
.page-anasayfa .category-menu > li > a img {
  width: 24px !important;
  height: 24px !important;
  margin-right: 11px;
  object-fit: contain;
}
.page-anasayfa .category-menu .pc-menu-emoji { display: none !important; }
.page-anasayfa .category-menu .megamenu {
  top: -3px !important;
  left: calc(100% + 10px) !important;
  min-width: 620px !important;
  padding: 25px !important;
  border: 1px solid rgba(10,31,43,.1) !important;
  border-top: 3px solid var(--ah-gold) !important;
  border-radius: 0 0 5px 5px !important;
  background: #fff !important;
  box-shadow: 0 30px 80px rgba(5,24,33,.2) !important;
}
.page-anasayfa .category-menu .megamenu .menu-title a,
.page-anasayfa .category-menu .megamenu li a {
  color: var(--ah-ink) !important;
  text-transform: none !important;
}
.page-anasayfa .category-menu .megamenu li a:hover { color: var(--ah-water) !important; }

@media (min-width: 1400px) {
  .header-search { width: min(34vw, 460px) !important; }
  .header-middle .header-right { gap: 12px; }
  .header-middle .header-call { min-width: 172px; }
  .header-middle .wishlist,
  .header-middle .cart-dropdown > a { min-width: 58px; }
}

@media (max-width: 1399px) and (min-width: 992px) {
  .header-middle .header-call { display: none !important; }
  .header-middle .wishlist-label,
  .header-middle .cart-label { display: none !important; }
  .header-middle .wishlist,
  .header-middle .cart-dropdown > a { min-width: 40px; }
  .header-middle .header-right { gap: 8px; }
  .header-search { width: min(43vw, 470px) !important; }
  .ah-brand-copy { display: none !important; }
  .header-middle .logo { min-width: 82px !important; }
  .header-bottom .header-right { display: none !important; }
}

@media (max-width: 1100px) and (min-width: 992px) {
  .ah-account-access { min-width: 118px; }
  .header-search { width: min(39vw, 410px) !important; }
  .header-bottom .main-nav .menu > li > a { padding-right: 9px !important; padding-left: 9px !important; }
}

@media (max-width: 991px) {
  .ah-account-access { display: none !important; }
}

/* Premium collection mosaic and editorial banners */
.category-ellipse-section.ah-collection-showcase {
  padding: 42px !important;
  border-color: rgba(255,255,255,.08) !important;
  background: #061d27 !important;
  box-shadow: 0 36px 90px rgba(10,31,43,.17) !important;
}
.ah-collection-heading {
  margin-bottom: 30px;
  padding-bottom: 26px;
}
.ah-collection-grid { gap: 16px; }
.ah-collection-card {
  border-color: rgba(255,255,255,.16);
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03);
}
.ah-collection-card:after {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: var(--ah-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}
.ah-collection-card:hover:after { transform: scaleX(1); }
.ah-collection-media img { padding: 12px; transition: transform .55s ease, filter .35s ease !important; }
.ah-collection-card:hover .ah-collection-media img { transform: scale(1.035) !important; }
.ah-collection-index {
  top: 15px;
  left: 15px;
  width: 38px;
  height: 30px;
  border-color: rgba(10,31,43,.14);
  background: rgba(255,255,255,.92);
}
.ah-collection-card-content > span { color: #fff !important; opacity: .78; }

.ah-editorial-banners {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 0 0 76px !important;
}
.ah-editorial-banners:before,
.ah-editorial-banners:after { display: none !important; }
.ah-editorial-banners > .col-md-6 {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ah-editorial-banner {
  min-height: 300px;
  overflow: hidden;
  border: 1px solid var(--ah-line);
  border-radius: 5px !important;
  background: #edf2f1;
  box-shadow: 0 24px 65px rgba(10,31,43,.1);
}
.ah-editorial-banner figure,
.ah-editorial-banner figure img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}
.ah-editorial-banner figure img {
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: transform .7s ease !important;
}
.ah-editorial-banner:hover figure img { transform: scale(1.025) !important; }
.ah-editorial-banner:after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(255,255,255,.12);
  pointer-events: none;
}
.ah-editorial-banner .banner-content {
  z-index: 3;
  left: 34px !important;
  width: min(52%, 315px);
  padding: 0 !important;
}
.ah-editorial-banner .banner-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 11px !important;
  color: var(--ah-water-dark) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}
.ah-editorial-banner .banner-subtitle:before {
  width: 24px;
  height: 2px;
  content: "";
  background: var(--ah-gold);
}
.ah-editorial-banner .banner-title {
  margin: 0 0 18px !important;
  color: var(--ah-ink) !important;
  font-size: clamp(25px,2.2vw,34px) !important;
  line-height: 1.02 !important;
  font-weight: 800 !important;
  text-transform: none !important;
}
.ah-editorial-banner .banner-title span {
  display: block;
  margin-top: 4px;
  color: var(--ah-ink-soft) !important;
  font-size: .72em;
  line-height: 1.15;
}
.ah-editorial-banner .banner-price-info {
  display: inline-flex;
  padding: 8px 11px;
  border: 1px solid rgba(10,31,43,.1);
  border-radius: 3px;
  color: var(--ah-ink) !important;
  background: rgba(255,255,255,.76);
  font-size: 11px !important;
  font-weight: 700 !important;
  backdrop-filter: blur(8px);
}

@media (min-width: 992px) {
  .ah-collection-card:nth-child(6),
  .ah-collection-card:nth-child(7) { grid-column: span 2; }
  .ah-collection-card:nth-child(6) .ah-collection-card-content strong,
  .ah-collection-card:nth-child(7) .ah-collection-card-content strong { font-size: 18px; }
}

@media (max-width: 767px) {
  .category-ellipse-section.ah-collection-showcase { padding: 28px 0 30px 20px !important; }
  .ah-editorial-banners {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 0 16px 52px !important;
  }
  .ah-editorial-banner { min-height: 265px; }
  .ah-editorial-banner .banner-content { left: 22px !important; width: min(58%, 220px); }
  .ah-editorial-banner .banner-title { font-size: 25px !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .ah-reveal { opacity: 1; transform: none; }
}

/* Global category navigation repair */
body.loaded .appear-animate,
body .appear-animate.ah-visible,
body .footer.ah-visible {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

@media (min-width: 992px) {
  body .header-bottom .category-dropdown > .dropdown-box {
    top: 100% !important;
    width: 306px !important;
    min-width: 306px !important;
    padding: 10px !important;
    border: 1px solid rgba(10,31,43,.11) !important;
    border-top: 3px solid var(--ah-gold) !important;
    border-radius: 0 0 6px 6px !important;
    color: var(--ah-ink) !important;
    background: #fff !important;
    box-shadow: 0 28px 70px rgba(5,24,33,.2) !important;
  }
  body .header-bottom .category-dropdown.ah-menu-dismissed > .dropdown-box {
    display: none !important;
  }
  body .header-bottom .category-dropdown .category-menu {
    padding: 0 !important;
    background: #fff !important;
  }
  body .header-bottom .category-dropdown .category-menu > li {
    position: relative;
    margin: 0 !important;
    background: #fff !important;
  }
  body .header-bottom .category-dropdown .category-menu > li + li {
    border-top: 1px solid #e7eeec !important;
  }
  body .header-bottom .category-dropdown .category-menu > li > a {
    display: flex !important;
    min-height: 48px !important;
    align-items: center !important;
    padding: 11px 34px 11px 14px !important;
    color: #17313b !important;
    background: #fff !important;
    font-size: 12px !important;
    line-height: 1.28 !important;
    font-weight: 750 !important;
    text-transform: none !important;
    white-space: normal !important;
  }
  body .header-bottom .category-dropdown .category-menu > li > a:before {
    position: static !important;
    display: block !important;
    flex: 0 0 5px !important;
    width: 5px !important;
    height: 5px !important;
    margin-right: 11px !important;
    border: 0 !important;
    border-radius: 50% !important;
    content: "" !important;
    background: #aebebb !important;
    transform: none !important;
  }
  body .header-bottom .category-dropdown .category-menu > li:hover > a,
  body .header-bottom .category-dropdown .category-menu > li:focus-within > a {
    padding-left: 18px !important;
    color: var(--ah-water-dark) !important;
    background: #eff7f5 !important;
  }
  body .header-bottom .category-dropdown .category-menu > li:hover > a:before,
  body .header-bottom .category-dropdown .category-menu > li:focus-within > a:before {
    background: var(--ah-water) !important;
  }
  body .header-bottom .category-dropdown .category-menu img {
    width: 22px !important;
    height: 22px !important;
    margin-right: 10px !important;
    object-fit: contain !important;
  }
  body .header-bottom .category-dropdown .pc-menu-emoji { display: none !important; }
  body .header-bottom .category-dropdown .category-menu > li:last-child > a {
    color: var(--ah-water-dark) !important;
    background: #f5faf9 !important;
  }
  body .header-bottom .category-dropdown .category-menu .megamenu {
    top: -3px !important;
    left: calc(100% + 10px) !important;
    min-width: 620px !important;
    padding: 24px !important;
    border: 1px solid rgba(10,31,43,.1) !important;
    border-top: 3px solid var(--ah-gold) !important;
    border-radius: 0 0 6px 6px !important;
    color: var(--ah-ink) !important;
    background: #fff !important;
    box-shadow: 0 30px 80px rgba(5,24,33,.2) !important;
  }
  body .header-bottom .category-dropdown .category-menu .megamenu a,
  body .header-bottom .category-dropdown .category-menu .megamenu .menu-title a {
    color: var(--ah-ink) !important;
    background: transparent !important;
    text-transform: none !important;
  }
  body .header-bottom .category-dropdown .category-menu .megamenu a:hover { color: var(--ah-water) !important; }
}

/* Home V2: architectural showroom */
.page-anasayfa .ah-home-v2 {
  padding-bottom: 22px;
  background: #f4f7f6;
}
.page-anasayfa .ah-trust-strip {
  margin-top: 32px !important;
  margin-bottom: 64px !important;
  border: 1px solid #dbe6e3 !important;
  border-radius: 6px !important;
  background: #fff !important;
  box-shadow: 0 18px 50px rgba(10,31,43,.07) !important;
}
.page-anasayfa .ah-trust-strip .icon-box {
  min-height: 96px;
  align-items: center;
}
.page-anasayfa .category-ellipse-section.ah-collection-showcase {
  margin-top: 0 !important;
  margin-bottom: 56px !important;
}
.page-anasayfa .ah-home-editorial {
  visibility: visible !important;
  margin-bottom: 72px !important;
}
.page-anasayfa .ah-home-section-header {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 20px !important;
  margin-bottom: 24px !important;
  padding: 0 0 18px !important;
  border: 0 !important;
  border-bottom: 1px solid #d6e1de !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.page-anasayfa .ah-home-section-heading { display: grid; gap: 5px; }
.page-anasayfa .ah-home-section-heading > span {
  color: var(--ah-water) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}
.page-anasayfa .ah-home-section-heading .title {
  margin: 0 !important;
  color: var(--ah-ink) !important;
  font-size: 30px !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
}
.page-anasayfa .ah-home-section-header > a,
.page-anasayfa .ah-section-link {
  display: inline-flex !important;
  min-height: 40px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 9px 14px !important;
  border: 1px solid #cbdad6 !important;
  border-radius: 4px !important;
  color: var(--ah-ink) !important;
  background: #fff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-transform: none !important;
}
.page-anasayfa .ah-home-section-header > a:hover,
.page-anasayfa .ah-section-link:hover {
  color: #fff !important;
  border-color: var(--ah-water) !important;
  background: var(--ah-water) !important;
}
.page-anasayfa .pc-home-featured {
  margin-top: 0 !important;
  margin-bottom: 74px !important;
}
.page-anasayfa .pc-home-featured .tab-content,
.page-anasayfa .ah-vitrin-products .tab-content { overflow: visible !important; }
.page-anasayfa .pc-home-featured .tab-pane > .row {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px !important;
  margin: 0 !important;
}
.page-anasayfa .pc-home-featured .product-wrap,
.page-anasayfa .ah-vitrin-products .product-wrap {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}
.page-anasayfa .pc-shop-product-card {
  position: relative !important;
  display: flex !important;
  width: 100% !important;
  min-height: 454px !important;
  flex-direction: column !important;
  border: 1px solid #dce6e3 !important;
  border-radius: 6px !important;
  background: #fff !important;
  box-shadow: 0 14px 40px rgba(10,31,43,.065) !important;
  overflow: hidden !important;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease !important;
}
.page-anasayfa .pc-shop-product-card:hover {
  z-index: 2;
  border-color: rgba(8,127,120,.32) !important;
  box-shadow: 0 24px 58px rgba(10,31,43,.12) !important;
  transform: translateY(-4px) !important;
}
.page-anasayfa .pc-shop-product-card .product-media {
  position: relative !important;
  display: flex !important;
  flex: 0 0 250px !important;
  width: 100% !important;
  height: 250px !important;
  min-height: 250px !important;
  max-height: 250px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  border-bottom: 1px solid #e6eeec !important;
  background: #f8faf9 !important;
  overflow: hidden !important;
}
.page-anasayfa .pc-shop-product-card .product-media > a {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  align-items: center !important;
  justify-content: center !important;
}
.page-anasayfa .pc-shop-product-card .product-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding: 16px !important;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
  transition: transform .45s ease !important;
}
.page-anasayfa .pc-shop-product-card:hover .product-media img { transform: scale(1.035) !important; }
.page-anasayfa .pc-shop-product-card .product-details {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  padding: 17px 16px 16px !important;
}
.page-anasayfa .pc-shop-product-card .product-cat {
  min-height: 16px !important;
  margin-bottom: 6px !important;
}
.page-anasayfa .pc-shop-product-card .product-cat a {
  color: #8b9d9a !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}
.page-anasayfa .pc-shop-product-card .product-name {
  display: -webkit-box !important;
  min-height: 40px !important;
  max-height: 40px !important;
  margin: 0 0 9px !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.page-anasayfa .pc-shop-product-card .product-name a {
  color: var(--ah-ink) !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 750 !important;
}
.page-anasayfa .pc-shop-product-card .ratings-container {
  min-height: 18px !important;
  margin: auto 0 6px !important;
}
.page-anasayfa .pc-shop-product-card .product-price {
  display: flex !important;
  min-height: 28px !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: 6px !important;
  margin-bottom: 12px !important;
  flex-wrap: wrap !important;
}
.page-anasayfa .pc-shop-product-card .product-price del {
  color: #899995 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}
.page-anasayfa .pc-shop-product-card .product-price ins {
  color: #075f5a !important;
  font-size: 16px !important;
  font-weight: 850 !important;
  text-decoration: none !important;
}
.page-anasayfa .pc-product-badge {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  z-index: 3 !important;
  display: inline-flex !important;
  min-height: 24px !important;
  align-items: center !important;
  padding: 4px 9px !important;
  border-radius: 3px !important;
  color: #fff !important;
  background: var(--ah-water) !important;
  font-size: 9px !important;
  font-weight: 800 !important;
}
.page-anasayfa .ah-product-cta {
  display: flex !important;
  min-height: 38px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  padding: 8px 10px !important;
  border: 1px solid #d4e0dd !important;
  border-radius: 4px !important;
  color: var(--ah-ink) !important;
  background: #f8faf9 !important;
  font-size: 10px !important;
  font-weight: 800 !important;
}
.page-anasayfa .ah-product-cta:hover {
  color: #fff !important;
  border-color: var(--ah-ink) !important;
  background: var(--ah-ink) !important;
}
.page-anasayfa .ah-vitrin-section {
  margin-bottom: 68px !important;
  padding: 0 !important;
}
.page-anasayfa .ah-vitrin-section > .row { align-items: stretch; }
.page-anasayfa .ah-vitrin-banner {
  min-height: 490px !important;
  border-radius: 6px !important;
  background-position: center !important;
  background-size: cover !important;
  box-shadow: 0 20px 55px rgba(10,31,43,.12) !important;
  overflow: hidden !important;
}
.page-anasayfa .ah-vitrin-banner:after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(5,24,33,.05) 28%, rgba(5,24,33,.82) 100%);
}
.page-anasayfa .ah-vitrin-banner .banner-content {
  z-index: 2;
  top: auto !important;
  right: 24px !important;
  bottom: 24px !important;
  left: 24px !important;
  padding: 0 !important;
}
.page-anasayfa .ah-vitrin-products .tab-pane > .row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px !important;
  margin: 0 !important;
}
.page-anasayfa .ah-vitrin-products .pc-shop-product-card { min-height: 490px !important; }
.page-anasayfa .footer { visibility: visible !important; }

@media (max-width: 1199px) and (min-width: 768px) {
  .page-anasayfa .pc-home-featured .tab-pane > .row { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .page-anasayfa .ah-vitrin-products .tab-pane > .row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .page-anasayfa .ah-home-v2 { padding-bottom: 0; }
  .page-anasayfa .ah-trust-strip {
    margin: 20px 16px 42px !important;
    box-shadow: 0 12px 34px rgba(10,31,43,.07) !important;
  }
  .page-anasayfa .ah-trust-strip .icon-box { min-height: 82px; padding: 10px 18px !important; }
  .page-anasayfa .category-ellipse-section.ah-collection-showcase { margin-bottom: 42px !important; }
  .page-anasayfa .ah-home-editorial { margin-bottom: 52px !important; }
  .page-anasayfa .pc-home-featured,
  .page-anasayfa .ah-vitrin-section { margin-bottom: 54px !important; }
  .page-anasayfa .ah-home-section-header {
    align-items: center !important;
    margin-right: 16px !important;
    margin-left: 16px !important;
    padding-bottom: 14px !important;
  }
  .page-anasayfa .ah-home-section-heading .title { font-size: 23px !important; }
  .page-anasayfa .ah-home-section-header > a,
  .page-anasayfa .ah-section-link { min-height: 38px !important; padding: 8px 11px !important; font-size: 10px !important; }
  .page-anasayfa .pc-home-featured .tab-pane > .row,
  .page-anasayfa .ah-vitrin-products .tab-pane > .row {
    display: flex !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 4px 16px 20px !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    scroll-padding-left: 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .page-anasayfa .pc-home-featured .tab-pane > .row::-webkit-scrollbar,
  .page-anasayfa .ah-vitrin-products .tab-pane > .row::-webkit-scrollbar { display: none; }
  .page-anasayfa .pc-home-featured .product-wrap,
  .page-anasayfa .ah-vitrin-products .product-wrap {
    flex: 0 0 min(76vw, 286px) !important;
    width: min(76vw, 286px) !important;
    max-width: min(76vw, 286px) !important;
    scroll-snap-align: start;
  }
  .page-anasayfa .pc-shop-product-card,
  .page-anasayfa .ah-vitrin-products .pc-shop-product-card { min-height: 438px !important; }
  .page-anasayfa .pc-shop-product-card .product-media {
    flex-basis: 236px !important;
    height: 236px !important;
    min-height: 236px !important;
    max-height: 236px !important;
  }
  .page-anasayfa .ah-vitrin-section > .row { margin: 0 !important; }
  .page-anasayfa .ah-vitrin-section > .row > [class*="col-"] { padding: 0 16px !important; }
  .page-anasayfa .ah-vitrin-banner { min-height: 300px !important; margin-bottom: 18px !important; }
  .page-anasayfa .ah-vitrin-products { padding: 0 !important; }
  .page-anasayfa .ah-vitrin-products .tab-pane > .row { padding-left: 16px !important; }
}

@media (max-width: 420px) {
  .page-anasayfa .ah-home-section-header { align-items: flex-start !important; }
  .page-anasayfa .ah-home-section-heading .title { font-size: 21px !important; }
  .page-anasayfa .ah-home-section-header > a,
  .page-anasayfa .ah-section-link { flex: 0 0 auto; }
}
