/* Premium polish layer v20260625
   Final visual authority for header, navigation, product cards and key panels. */

:root {
  --pp-ink: #0b1726;
  --pp-ink-soft: #314559;
  --pp-muted: #647789;
  --pp-line: #d9e6ef;
  --pp-line-strong: #c8dce8;
  --pp-surface: #ffffff;
  --pp-surface-soft: #f6f9fb;
  --pp-band: #eef5fa;
  --pp-teal: #0f8f83;
  --pp-blue: #1769a8;
  --pp-cyan: #2db6e8;
  --pp-shadow-sm: 0 10px 28px rgba(11, 23, 38, 0.08);
  --pp-shadow-md: 0 20px 54px rgba(11, 23, 38, 0.12);
  --pp-radius: 8px;
}

html,
body {
  background: #f7fafc !important;
  color: var(--pp-ink) !important;
}

body {
  -webkit-font-smoothing: antialiased !important;
  text-rendering: geometricPrecision !important;
}

body .main-content,
body .home-page,
body .listing-page,
body .search-page {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fafc 40%, #eef5fa 100%) !important;
}

body .sk-trust-bar {
  min-height: 30px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border-bottom: 1px solid rgba(217, 230, 239, 0.78) !important;
  color: var(--pp-muted) !important;
  backdrop-filter: blur(16px) !important;
  box-shadow: none !important;
}

body .sk-trust-container {
  width: min(100% - 32px, 1180px) !important;
  min-height: 30px !important;
}

body .sk-trust-item,
body .sk-trust-link {
  color: #486174 !important;
  font-size: 11px !important;
  font-weight: 760 !important;
  letter-spacing: 0 !important;
}

body .sk-trust-item i,
body .sk-trust-link i {
  color: var(--pp-blue) !important;
}

body .header.sk-header,
body .sk-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 3200 !important;
  background: rgba(255, 255, 255, 0.94) !important;
  border-bottom: 1px solid rgba(217, 230, 239, 0.88) !important;
  box-shadow: 0 12px 34px rgba(11, 23, 38, 0.075) !important;
  backdrop-filter: blur(18px) saturate(1.2) !important;
}

body .header-container {
  width: min(100% - 36px, 1180px) !important;
  min-height: 72px !important;
  display: grid !important;
  grid-template-columns: minmax(230px, 290px) minmax(320px, 1fr) minmax(188px, auto) !important;
  align-items: center !important;
  gap: 22px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body .logo,
body .header .logo,
body .sk-header .logo {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 46px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  column-gap: 12px !important;
  align-items: center !important;
  min-width: 0 !important;
  min-height: 54px !important;
  padding: 0 !important;
  color: var(--pp-ink) !important;
  text-decoration: none !important;
  text-transform: none !important;
}

body .logo .turkish-flag {
  display: none !important;
}

body .logo::before {
  content: "EPS" !important;
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  border: 1px solid rgba(255, 255, 255, 0.78) !important;
  border-radius: 12px !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.2), rgba(255,255,255,0) 42%),
    linear-gradient(135deg, #0f8f83 0%, #1769a8 100%) !important;
  color: #ffffff !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 14px 30px rgba(23, 105, 168, 0.24) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

body .logo > span:last-child {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  color: #073f5c !important;
  font-size: 18px !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body .logo::after {
  content: "Profesyonel kutu sistemleri" !important;
  grid-column: 2 !important;
  grid-row: 2 !important;
  display: block !important;
  margin-top: 5px !important;
  overflow: hidden !important;
  color: var(--pp-muted) !important;
  font-size: 10.5px !important;
  font-weight: 780 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body .search-container {
  min-width: 0 !important;
  width: 100% !important;
}

body .search-form {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) 66px !important;
  align-items: center !important;
  width: min(100%, 620px) !important;
  height: 48px !important;
  margin: 0 auto !important;
  padding: 0 6px !important;
  border: 1px solid rgba(200, 220, 232, 0.94) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,251,253,0.98)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.9),
    0 12px 28px rgba(11, 23, 38, 0.08) !important;
}

body .search-icon {
  position: static !important;
  justify-self: center !important;
  color: var(--pp-blue) !important;
  transform: none !important;
  font-size: 15px !important;
}

body .search-input {
  width: 100% !important;
  min-width: 0 !important;
  height: 42px !important;
  padding: 0 8px !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: var(--pp-ink) !important;
  font-size: 14px !important;
  font-weight: 650 !important;
}

body .search-input::placeholder {
  color: #8ba0b0 !important;
}

body .search-submit {
  width: 62px !important;
  min-width: 62px !important;
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #35b8ef 0%, #2563eb 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.24) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body .header-actions {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  min-width: 0 !important;
}

body .sk-header-phone {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-width: 188px !important;
  height: 46px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(200, 220, 232, 0.95) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--pp-ink) !important;
  box-shadow: 0 10px 26px rgba(11, 23, 38, 0.07) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body .sk-header-phone i {
  color: var(--pp-blue) !important;
}

body .nav.sk-nav,
body .sk-nav {
  position: sticky !important;
  top: 72px !important;
  z-index: 3100 !important;
  min-height: 56px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border-bottom: 1px solid rgba(217, 230, 239, 0.85) !important;
  box-shadow: 0 10px 24px rgba(11, 23, 38, 0.045) !important;
  backdrop-filter: blur(18px) saturate(1.15) !important;
}

body .nav-container {
  width: min(100% - 36px, 1180px) !important;
  min-height: 56px !important;
  margin: 0 auto !important;
}

body .nav-inner {
  gap: 8px !important;
}

body .nav-link {
  min-height: 34px !important;
  padding: 0 16px !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  color: #244258 !important;
  background: transparent !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

body .nav-link:hover,
body .nav-link.active,
body .nav-link[aria-current="page"] {
  border-color: rgba(23, 105, 168, 0.18) !important;
  background: #eff8ff !important;
  color: #075985 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.75) !important;
}

body .nav-scroll-button {
  width: 34px !important;
  min-width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  border-radius: 999px !important;
  border-color: var(--pp-line) !important;
  background: #ffffff !important;
  color: #1769a8 !important;
  box-shadow: var(--pp-shadow-sm) !important;
}

body .sk-hero,
body .home-hero {
  margin-top: 0 !important;
}

body .content-section,
body .home-feed,
body .sk-trust-section,
body .sk-faq-section {
  padding-top: clamp(58px, 7vw, 88px) !important;
  padding-bottom: clamp(58px, 7vw, 88px) !important;
}

body .home-feed {
  background:
    radial-gradient(circle at 50% 0%, rgba(45, 182, 232, 0.11), transparent 34%),
    linear-gradient(180deg, #eef5fa 0%, #f8fbfd 100%) !important;
}

body .sk-products-heading {
  width: min(100% - 32px, 780px) !important;
  margin: 0 auto 30px !important;
  text-align: center !important;
}

body .sk-products-heading .sk-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 28px !important;
  padding: 0 13px !important;
  border: 1px solid rgba(23, 105, 168, 0.18) !important;
  border-radius: 999px !important;
  background: #eff8ff !important;
  color: #075985 !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

body .sk-products-heading h2,
body .sk-section-title,
body .sk-faq-section h2 {
  color: var(--pp-ink) !important;
  font-size: clamp(32px, 4vw, 46px) !important;
  line-height: 1.04 !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

body .sk-products-heading p,
body .sk-section-subtitle {
  max-width: 680px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: var(--pp-muted) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

body .home-feed .result-grid,
body .listing-page > .result-grid,
body .search-page > .result-grid,
body .related-results-grid,
body main.home-page > .home-feed > .result-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 304px)) !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 28px !important;
  width: min(100% - 40px, 980px) !important;
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body .home-feed .result-grid > .result-card,
body .listing-page > .result-grid > .result-card,
body .search-page > .result-grid > .result-card,
body .related-results-grid > .result-card,
body main.home-page > .home-feed > .result-grid > .result-card,
body .home-page .result-grid > .result-card:first-child {
  position: relative !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 380px !important;
  min-height: 380px !important;
  max-height: 380px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--pp-line) !important;
  border-radius: var(--pp-radius) !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%) !important;
  box-shadow: var(--pp-shadow-md) !important;
  transform: translateZ(0) !important;
}

body .result-card::before,
body .result-card::after {
  display: none !important;
  content: none !important;
}

body .home-feed .result-card:hover,
body .listing-page > .result-grid .result-card:hover,
body .search-page > .result-grid .result-card:hover,
body .related-results-grid .result-card:hover {
  transform: translateY(-4px) !important;
  border-color: var(--pp-line-strong) !important;
  box-shadow: 0 24px 64px rgba(11, 23, 38, 0.14) !important;
}

body .result-card .sk-card-image-wrapper,
body .home-feed .result-card .sk-card-image-wrapper,
body .listing-page > .result-grid .result-card .sk-card-image-wrapper,
body .search-page > .result-grid .result-card .sk-card-image-wrapper,
body .related-results-grid .result-card .sk-card-image-wrapper,
body .home-page .result-card:first-child .sk-card-image-wrapper {
  order: 1 !important;
  flex: 0 0 192px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 192px !important;
  min-height: 192px !important;
  max-height: 192px !important;
  margin: 0 !important;
  padding: 18px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--pp-line) !important;
  border-radius: var(--pp-radius) var(--pp-radius) 0 0 !important;
  background:
    radial-gradient(circle at 50% 20%, #ffffff 0%, #f5f9fc 58%, #eaf3f8 100%) !important;
  overflow: hidden !important;
}

body .result-card .sk-card-img,
body .home-feed .result-card .sk-card-img,
body .listing-page > .result-grid .result-card .sk-card-img,
body .search-page > .result-grid .result-card .sk-card-img,
body .related-results-grid .result-card .sk-card-img,
body .home-page .result-card:first-child .sk-card-img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
  filter: none !important;
}

body .result-card .result-category,
body .home-feed .result-card .result-category,
body .listing-page > .result-grid .result-card .result-category,
body .search-page > .result-grid .result-card .result-category,
body .related-results-grid .result-card .result-category,
body .home-page .result-card:first-child .result-category {
  order: 2 !important;
  display: block !important;
  flex: 0 0 22px !important;
  width: auto !important;
  max-width: calc(100% - 32px) !important;
  height: 22px !important;
  min-height: 22px !important;
  max-height: 22px !important;
  margin: 13px 16px 0 !important;
  padding: 5px 10px !important;
  overflow: hidden !important;
  border: 1px solid rgba(15, 143, 131, 0.24) !important;
  border-radius: 999px !important;
  background: #edfdf9 !important;
  color: #08746c !important;
  font-size: 9px !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-overflow: ellipsis !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

body .result-card .result-title,
body .home-feed .result-card .result-title,
body .listing-page > .result-grid .result-card .result-title,
body .search-page > .result-grid .result-card .result-title,
body .related-results-grid .result-card .result-title,
body .home-page .result-card:first-child .result-title {
  order: 3 !important;
  position: relative !important;
  z-index: 2 !important;
  display: -webkit-box !important;
  flex: 0 0 52px !important;
  width: auto !important;
  max-width: none !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  margin: 10px 16px 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: #102f45 !important;
  background: transparent !important;
  font-size: 16px !important;
  font-weight: 950 !important;
  line-height: 1.24 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

body .result-card .result-excerpt,
body .result-card .result-meta {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

body .result-card .sk-card-actions,
body .home-feed .result-card .sk-card-actions,
body .listing-page > .result-grid .result-card .sk-card-actions,
body .search-page > .result-grid .result-card .sk-card-actions,
body .related-results-grid .result-card .sk-card-actions,
body .home-page .result-card:first-child .sk-card-actions {
  order: 4 !important;
  display: flex !important;
  flex: 0 0 42px !important;
  align-items: stretch !important;
  width: auto !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  margin: auto 16px 16px !important;
  padding: 0 !important;
  border: 0 !important;
}

body .result-card .sk-card-btn-detail,
body .home-feed .result-card .sk-card-btn-detail,
body .listing-page > .result-grid .result-card .sk-card-btn-detail,
body .search-page > .result-grid .result-card .sk-card-btn-detail,
body .related-results-grid .result-card .sk-card-btn-detail,
body .home-page .result-card:first-child .sk-card-btn-detail {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--pp-teal) 0%, var(--pp-blue) 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 26px rgba(15, 143, 131, 0.24) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body .sk-category-card,
body .category-card,
body .sk-trust-box,
body .sk-guide-card,
body .sk-faq-item,
body .sk-footer-brand,
body .sk-footer-links,
body .sk-footer-contact {
  border: 1px solid var(--pp-line) !important;
  border-radius: var(--pp-radius) !important;
  background: rgba(255,255,255,0.96) !important;
  box-shadow: var(--pp-shadow-sm) !important;
}

body .sk-category-card:hover,
body .category-card:hover,
body .sk-trust-box:hover {
  transform: translateY(-3px) !important;
  border-color: var(--pp-line-strong) !important;
  box-shadow: var(--pp-shadow-md) !important;
}

@media (max-width: 1120px) {
  body .header-container {
    grid-template-columns: minmax(210px, 260px) minmax(260px, 1fr) minmax(150px, auto) !important;
    gap: 14px !important;
  }

  body .sk-header-phone {
    min-width: 154px !important;
    padding: 0 12px !important;
    font-size: 12px !important;
  }

  body .home-feed .result-grid,
  body .listing-page > .result-grid,
  body .search-page > .result-grid,
  body .related-results-grid,
  body main.home-page > .home-feed > .result-grid {
    grid-template-columns: repeat(3, minmax(0, 280px)) !important;
    width: min(100% - 32px, 900px) !important;
  }
}

@media (max-width: 767px) {
  body .sk-trust-bar {
    display: none !important;
  }

  body .header.sk-header,
  body .sk-header {
    top: 0 !important;
    border-bottom-color: rgba(217, 230, 239, 0.92) !important;
    box-shadow: 0 14px 34px rgba(11, 23, 38, 0.095) !important;
  }

  body .header-container {
    width: 100% !important;
    min-height: 118px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 52px !important;
    grid-template-areas:
      "logo menu"
      "search search" !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 10px 12px 12px !important;
  }

  body .sk-header .logo,
  body .header .logo {
    grid-area: logo !important;
    grid-template-columns: 40px minmax(0, 1fr) !important;
    column-gap: 10px !important;
    min-width: 0 !important;
    min-height: 50px !important;
    padding: 6px 9px !important;
    border: 1px solid rgba(217, 230, 239, 0.95) !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 8px 22px rgba(11,23,38,0.06) !important;
  }

  body .sk-header .logo::before,
  body .header .logo::before {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    border-radius: 11px !important;
    font-size: 10px !important;
  }

  body .sk-header .logo > span:last-child,
  body .header .logo > span:last-child {
    overflow: hidden !important;
    font-size: 15px !important;
    text-overflow: ellipsis !important;
  }

  body .sk-header .logo::after,
  body .header .logo::after {
    overflow: hidden !important;
    font-size: 9.5px !important;
    text-overflow: ellipsis !important;
  }

  body .header-actions {
    grid-area: menu !important;
    position: static !important;
    display: flex !important;
    width: 52px !important;
    min-width: 52px !important;
    justify-content: flex-end !important;
  }

  body .mobile-nav-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, var(--pp-teal), var(--pp-blue)) !important;
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(23, 105, 168, 0.24) !important;
  }

  body .mobile-nav-toggle i {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 18px !important;
  }

  body .mobile-nav-text,
  body .sk-header-phone {
    display: none !important;
  }

  body .search-container {
    grid-area: search !important;
  }

  body .search-form {
    width: 100% !important;
    height: 48px !important;
    grid-template-columns: 40px minmax(0, 1fr) 58px !important;
    border-radius: 16px !important;
  }

  body .search-submit {
    width: 56px !important;
    min-width: 56px !important;
    height: 36px !important;
  }

  body .nav.sk-nav,
  body .sk-nav {
    top: 118px !important;
    min-height: 50px !important;
  }

  body .nav-container {
    width: 100% !important;
    min-height: 50px !important;
    padding: 0 10px !important;
  }

  body .nav-link {
    min-height: 32px !important;
    padding: 0 12px !important;
    font-size: 11px !important;
  }

  body .home-feed .result-grid,
  body .listing-page > .result-grid,
  body .search-page > .result-grid,
  body .related-results-grid,
  body main.home-page > .home-feed > .result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: calc(100% - 24px) !important;
    max-width: 540px !important;
  }

  body .home-feed .result-grid > .result-card,
  body .listing-page > .result-grid > .result-card,
  body .search-page > .result-grid > .result-card,
  body .related-results-grid > .result-card,
  body main.home-page > .home-feed > .result-grid > .result-card,
  body .home-page .result-grid > .result-card:first-child {
    max-width: none !important;
    height: 312px !important;
    min-height: 312px !important;
    max-height: 312px !important;
    border-radius: var(--pp-radius) !important;
  }

  body .result-card .sk-card-image-wrapper,
  body .home-feed .result-card .sk-card-image-wrapper,
  body .listing-page > .result-grid .result-card .sk-card-image-wrapper,
  body .search-page > .result-grid .result-card .sk-card-image-wrapper,
  body .related-results-grid .result-card .sk-card-image-wrapper,
  body .home-page .result-card:first-child .sk-card-image-wrapper {
    flex-basis: 132px !important;
    height: 132px !important;
    min-height: 132px !important;
    max-height: 132px !important;
    padding: 10px !important;
  }

  body .result-card .result-category,
  body .home-feed .result-card .result-category,
  body .listing-page > .result-grid .result-card .result-category,
  body .search-page > .result-grid .result-card .result-category,
  body .related-results-grid .result-card .result-category,
  body .home-page .result-card:first-child .result-category {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
    margin: 9px 10px 0 !important;
    padding: 4px 7px !important;
    font-size: 7.5px !important;
  }

  body .result-card .result-title,
  body .home-feed .result-card .result-title,
  body .listing-page > .result-grid .result-card .result-title,
  body .search-page > .result-grid .result-card .result-title,
  body .related-results-grid .result-card .result-title,
  body .home-page .result-card:first-child .result-title {
    flex-basis: 52px !important;
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
    margin: 8px 10px 0 !important;
    color: #102f45 !important;
    font-size: 12.5px !important;
    font-weight: 950 !important;
    line-height: 1.22 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body .result-card .sk-card-actions,
  body .home-feed .result-card .sk-card-actions,
  body .listing-page > .result-grid .result-card .sk-card-actions,
  body .search-page > .result-grid .result-card .sk-card-actions,
  body .related-results-grid .result-card .sk-card-actions,
  body .home-page .result-card:first-child .sk-card-actions {
    flex-basis: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    margin: auto 10px 12px !important;
  }

  body .result-card .sk-card-btn-detail,
  body .home-feed .result-card .sk-card-btn-detail,
  body .listing-page > .result-grid .result-card .sk-card-btn-detail,
  body .search-page > .result-grid .result-card .sk-card-btn-detail,
  body .related-results-grid .result-card .sk-card-btn-detail,
  body .home-page .result-card:first-child .sk-card-btn-detail {
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    font-size: 10px !important;
  }
}

@media (max-width: 370px) {
  body .home-feed .result-grid,
  body .listing-page > .result-grid,
  body .search-page > .result-grid,
  body .related-results-grid,
  body main.home-page > .home-feed > .result-grid {
    grid-template-columns: 1fr !important;
    width: calc(100% - 28px) !important;
    max-width: 320px !important;
  }
}

@media (max-width: 767px) {
  body .mobile-nav-menu {
    position: fixed !important;
    inset: 10px !important;
    z-index: 4200 !important;
    display: flex !important;
    flex-direction: column !important;
    width: auto !important;
    max-width: none !important;
    height: calc(100dvh - 20px) !important;
    max-height: calc(100dvh - 20px) !important;
    overflow: hidden !important;
    border: 1px solid rgba(217, 230, 239, 0.96) !important;
    border-radius: 22px !important;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.98), rgba(246,250,252,0.98)) !important;
    box-shadow: 0 28px 80px rgba(11, 23, 38, 0.22) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(18px) scale(0.98) !important;
    transition: transform 220ms ease, opacity 220ms ease, visibility 220ms ease !important;
    backdrop-filter: blur(18px) saturate(1.18) !important;
  }

  body .mobile-nav-menu.open {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scale(1) !important;
  }

  body .mobile-menu-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 48px !important;
    align-items: center !important;
    min-height: 72px !important;
    padding: 14px 14px 12px 20px !important;
    border-bottom: 1px solid var(--pp-line) !important;
    background: rgba(255,255,255,0.72) !important;
  }

  body .mobile-menu-header > span {
    grid-column: 1 !important;
    color: var(--pp-ink) !important;
    font-size: 19px !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
  }

  body .mobile-menu-close {
    grid-column: 2 !important;
    justify-self: end !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 !important;
    border: 1px solid var(--pp-line) !important;
    border-radius: 15px !important;
    background: #ffffff !important;
    color: var(--pp-ink) !important;
    box-shadow: 0 10px 24px rgba(11, 23, 38, 0.08) !important;
  }

  body .mobile-menu-close span {
    display: none !important;
  }

  body .mobile-menu-close i {
    margin: 0 !important;
    font-size: 17px !important;
  }

  body .mobile-menu-content {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    padding: 14px !important;
    overflow-y: auto !important;
    background: transparent !important;
  }

  body .mobile-menu-content .nav-link {
    justify-content: flex-start !important;
    width: 100% !important;
    min-height: 54px !important;
    padding: 0 16px !important;
    border: 1px solid rgba(217, 230, 239, 0.94) !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    color: #16364c !important;
    box-shadow: 0 8px 22px rgba(11, 23, 38, 0.055) !important;
    font-size: 14px !important;
    font-weight: 900 !important;
  }

  body .mobile-menu-content .nav-link.active,
  body .mobile-menu-content .nav-link:hover {
    border-color: rgba(23, 105, 168, 0.22) !important;
    background: #eff8ff !important;
    color: #075985 !important;
  }

  body .mobile-menu-scroll-hint {
    min-height: 48px !important;
    border-top: 1px solid var(--pp-line) !important;
    background: rgba(255,255,255,0.75) !important;
    color: var(--pp-muted) !important;
    font-size: 12px !important;
    font-weight: 850 !important;
  }
}

/* Premium redesign authority v20260625-2
   Clean final layer for the header, logo, cards and mobile buying path. */

body .sk-trust-bar {
  display: none !important;
}

body .header.sk-header,
body .sk-header {
  top: 0 !important;
  background: rgba(255, 255, 255, 0.88) !important;
  border-bottom: 1px solid rgba(215, 226, 235, 0.9) !important;
  box-shadow: 0 10px 34px rgba(15, 23, 42, 0.07) !important;
  backdrop-filter: blur(22px) saturate(1.25) !important;
}

body .header-container {
  width: min(100% - 40px, 1160px) !important;
  min-height: 76px !important;
  grid-template-columns: minmax(250px, 310px) minmax(360px, 1fr) minmax(190px, auto) !important;
  gap: 24px !important;
}

body .logo,
body .header .logo,
body .sk-header .logo {
  grid-template-columns: 24px minmax(0, 1fr) !important;
  column-gap: 12px !important;
  min-height: 50px !important;
}

body .logo::before {
  content: "" !important;
  width: 18px !important;
  min-width: 18px !important;
  height: 38px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 46%),
    linear-gradient(180deg, #38bdf8 0%, #0f766e 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 13px 24px rgba(14, 116, 144, 0.23) !important;
}

body .logo > span:last-child {
  color: #101827 !important;
  font-size: 19px !important;
  font-weight: 960 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

body .logo::after {
  content: "Kurumsal EPS kutu katalogu" !important;
  margin-top: 6px !important;
  color: #64748b !important;
  font-size: 10.5px !important;
  font-weight: 760 !important;
  letter-spacing: 0 !important;
}

body .search-form {
  height: 50px !important;
  grid-template-columns: 44px minmax(0, 1fr) 70px !important;
  border-color: rgba(203, 213, 225, 0.92) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 12px 28px rgba(15, 23, 42, 0.08) !important;
}

body .search-submit {
  width: 66px !important;
  min-width: 66px !important;
  background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%) !important;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.22) !important;
}

body .sk-header-phone {
  min-width: 190px !important;
  height: 48px !important;
  border-color: rgba(203, 213, 225, 0.96) !important;
  color: #0f172a !important;
  background: rgba(255, 255, 255, 0.98) !important;
}

body .nav.sk-nav,
body .sk-nav {
  top: 76px !important;
  min-height: 58px !important;
  background: rgba(255, 255, 255, 0.86) !important;
  border-bottom: 1px solid rgba(215, 226, 235, 0.82) !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.045) !important;
  backdrop-filter: blur(18px) saturate(1.2) !important;
}

body .nav-container {
  width: min(100% - 40px, 1160px) !important;
  min-height: 58px !important;
  gap: 10px !important;
}

body .nav-link {
  min-height: 36px !important;
  padding: 0 18px !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  color: #172033 !important;
  background: transparent !important;
  font-size: 12px !important;
  font-weight: 850 !important;
}

body .nav-link:hover,
body .nav-link.active {
  border-color: rgba(14, 165, 233, 0.25) !important;
  background: #f0f9ff !important;
  color: #075985 !important;
}

body .sk-products-heading {
  padding-top: 78px !important;
  margin-bottom: 30px !important;
}

body .sk-products-heading h2,
body .section-title,
body .content-section h2 {
  color: #111827 !important;
  font-weight: 960 !important;
  letter-spacing: 0 !important;
}

body .home-feed {
  background:
    radial-gradient(circle at 50% 0%, rgba(56, 189, 248, 0.16), transparent 34%),
    linear-gradient(180deg, #f7fbfe 0%, #edf5fa 100%) !important;
}

body .home-feed .result-grid,
body .listing-page > .result-grid,
body .search-page > .result-grid,
body .related-results-grid,
body main.home-page > .home-feed > .result-grid {
  grid-template-columns: repeat(3, minmax(0, 328px)) !important;
  width: min(100% - 48px, 1080px) !important;
  gap: 30px !important;
}

body .home-feed .result-grid > .result-card,
body .listing-page > .result-grid > .result-card,
body .search-page > .result-grid > .result-card,
body .related-results-grid > .result-card,
body main.home-page > .home-feed > .result-grid > .result-card,
body .home-page .result-grid > .result-card:first-child {
  height: 430px !important;
  min-height: 430px !important;
  max-height: 430px !important;
  border: 1px solid rgba(203, 213, 225, 0.92) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 252, 254, 0.99)) !important;
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.1) !important;
  overflow: hidden !important;
}

body .result-card .sk-card-image-wrapper,
body .home-feed .result-card .sk-card-image-wrapper,
body .listing-page > .result-grid .result-card .sk-card-image-wrapper,
body .search-page > .result-grid .result-card .sk-card-image-wrapper,
body .related-results-grid .result-card .sk-card-image-wrapper,
body .home-page .result-card:first-child .sk-card-image-wrapper {
  flex-basis: 232px !important;
  height: 232px !important;
  min-height: 232px !important;
  max-height: 232px !important;
  padding: 18px !important;
  border-bottom: 1px solid rgba(203, 213, 225, 0.82) !important;
  background:
    radial-gradient(circle at 50% 34%, #ffffff 0%, #f5f9fc 72%) !important;
}

body .result-card .sk-card-img,
body .home-feed .result-card .sk-card-img,
body .listing-page > .result-grid .result-card .sk-card-img,
body .search-page > .result-grid .result-card .sk-card-img,
body .related-results-grid .result-card .sk-card-img,
body .home-page .result-card:first-child .sk-card-img {
  object-fit: contain !important;
  filter: saturate(0.96) contrast(1.02) !important;
}

body .result-card .result-category,
body .home-feed .result-card .result-category,
body .listing-page > .result-grid .result-card .result-category,
body .search-page > .result-grid .result-card .result-category,
body .related-results-grid .result-card .result-category,
body .home-page .result-card:first-child .result-category {
  flex-basis: 24px !important;
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
  margin: 14px 16px 0 !important;
  padding: 5px 10px !important;
  border-color: rgba(15, 118, 110, 0.24) !important;
  border-radius: 999px !important;
  background: rgba(236, 253, 245, 0.95) !important;
  color: #0f766e !important;
  font-size: 8.5px !important;
  font-weight: 920 !important;
  line-height: 1.2 !important;
}

body .result-card .result-title,
body .home-feed .result-card .result-title,
body .listing-page > .result-grid .result-card .result-title,
body .search-page > .result-grid .result-card .result-title,
body .related-results-grid .result-card .result-title,
body .home-page .result-card:first-child .result-title {
  flex-basis: 54px !important;
  height: 54px !important;
  min-height: 54px !important;
  max-height: 54px !important;
  margin: 12px 16px 0 !important;
  color: #111827 !important;
  font-size: 16.5px !important;
  font-weight: 940 !important;
  line-height: 1.22 !important;
  text-decoration: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-line-clamp: 2 !important;
  white-space: normal !important;
}

body .result-card .sk-card-actions,
body .home-feed .result-card .sk-card-actions,
body .listing-page > .result-grid .sk-card-actions,
body .search-page > .result-grid .sk-card-actions,
body .related-results-grid .sk-card-actions,
body .home-page .result-card:first-child .sk-card-actions {
  flex-basis: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  margin: auto 16px 16px !important;
}

body .result-card .sk-card-btn-detail,
body .home-feed .result-card .sk-card-btn-detail,
body .listing-page > .result-grid .sk-card-btn-detail,
body .search-page > .result-grid .sk-card-btn-detail,
body .related-results-grid .sk-card-btn-detail,
body .home-page .result-card:first-child .sk-card-btn-detail {
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #0f766e 0%, #0369a1 100%) !important;
  box-shadow: 0 12px 24px rgba(3, 105, 161, 0.2) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

body .sk-category-card,
body .sk-guide-card,
body .sk-faq-item,
body .sk-footer-brand,
body .sk-footer-links,
body .sk-footer-contact {
  border-radius: 8px !important;
  border-color: rgba(203, 213, 225, 0.92) !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08) !important;
}

body .back-to-top {
  right: 22px !important;
  bottom: 24px !important;
  width: 42px !important;
  height: 42px !important;
  border: 1px solid rgba(255, 255, 255, 0.62) !important;
  border-radius: 999px !important;
  background: rgba(15, 23, 42, 0.88) !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.22) !important;
}

@media (max-width: 1120px) {
  body .home-feed .result-grid,
  body .listing-page > .result-grid,
  body .search-page > .result-grid,
  body .related-results-grid,
  body main.home-page > .home-feed > .result-grid {
    grid-template-columns: repeat(3, minmax(0, 300px)) !important;
    width: min(100% - 36px, 960px) !important;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: calc(100px + env(safe-area-inset-bottom, 0px)) !important;
  }

  body .header-container {
    width: min(100% - 24px, 480px) !important;
    min-height: 114px !important;
    grid-template-areas:
      "brand action"
      "search search" !important;
    grid-template-columns: minmax(0, 1fr) 48px !important;
    grid-template-rows: 44px 48px !important;
    gap: 10px 12px !important;
    padding: 10px 0 12px !important;
  }

  body .logo,
  body .header .logo,
  body .sk-header .logo {
    grid-area: brand !important;
    grid-template-columns: 18px minmax(0, 1fr) !important;
    column-gap: 10px !important;
    min-height: 44px !important;
  }

  body .logo::before {
    width: 14px !important;
    min-width: 14px !important;
    height: 30px !important;
  }

  body .logo > span:last-child {
    font-size: 15.5px !important;
  }

  body .logo::after {
    margin-top: 4px !important;
    font-size: 9px !important;
  }

  body .header-actions {
    grid-area: action !important;
    justify-self: end !important;
  }

  body .mobile-nav-toggle {
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    background: #111827 !important;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.18) !important;
  }

  body .search-container {
    grid-area: search !important;
  }

  body .search-form {
    height: 48px !important;
    grid-template-columns: 40px minmax(0, 1fr) 58px !important;
    border-radius: 16px !important;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08) !important;
  }

  body .search-input {
    font-size: 13px !important;
  }

  body .search-submit {
    width: 56px !important;
    min-width: 56px !important;
    height: 36px !important;
  }

  body .nav.sk-nav,
  body .sk-nav {
    display: none !important;
  }

  body .sk-products-heading {
    padding-top: 58px !important;
    margin-bottom: 22px !important;
  }

  body .sk-products-heading h2 {
    max-width: 340px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    font-size: 30px !important;
    line-height: 1.08 !important;
  }

  body .sk-products-heading p {
    max-width: 330px !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  body .home-feed .result-grid,
  body .listing-page > .result-grid,
  body .search-page > .result-grid,
  body .related-results-grid,
  body main.home-page > .home-feed > .result-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    width: calc(100% - 28px) !important;
    max-width: 390px !important;
    gap: 18px !important;
  }

  body .home-feed .result-grid > .result-card,
  body .listing-page > .result-grid > .result-card,
  body .search-page > .result-grid > .result-card,
  body .related-results-grid > .result-card,
  body main.home-page > .home-feed > .result-grid > .result-card,
  body .home-page .result-grid > .result-card:first-child {
    height: 404px !important;
    min-height: 404px !important;
    max-height: 404px !important;
  }

  body .result-card .sk-card-image-wrapper,
  body .home-feed .result-card .sk-card-image-wrapper,
  body .listing-page > .result-grid .result-card .sk-card-image-wrapper,
  body .search-page > .result-grid .result-card .sk-card-image-wrapper,
  body .related-results-grid .result-card .sk-card-image-wrapper,
  body .home-page .result-card:first-child .sk-card-image-wrapper {
    flex-basis: 208px !important;
    height: 208px !important;
    min-height: 208px !important;
    max-height: 208px !important;
    padding: 16px !important;
  }

  body .result-card .result-category,
  body .home-feed .result-card .result-category,
  body .listing-page > .result-grid .result-card .result-category,
  body .search-page > .result-grid .result-card .result-category,
  body .related-results-grid .result-card .result-category,
  body .home-page .result-card:first-child .result-category {
    height: 24px !important;
    min-height: 24px !important;
    max-height: 24px !important;
    margin: 13px 16px 0 !important;
    padding: 5px 10px !important;
    font-size: 8.5px !important;
  }

  body .result-card .result-title,
  body .home-feed .result-card .result-title,
  body .listing-page > .result-grid .result-card .result-title,
  body .search-page > .result-grid .result-card .result-title,
  body .related-results-grid .result-card .result-title,
  body .home-page .result-card:first-child .result-title {
    flex-basis: 52px !important;
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
    margin: 12px 16px 0 !important;
    color: #111827 !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
  }

  body .result-card .sk-card-actions,
  body .home-feed .result-card .sk-card-actions,
  body .listing-page > .result-grid .sk-card-actions,
  body .search-page > .result-grid .sk-card-actions,
  body .related-results-grid .sk-card-actions,
  body .home-page .result-card:first-child .sk-card-actions {
    flex-basis: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    margin: auto 16px 16px !important;
  }

  body .result-card .sk-card-btn-detail,
  body .home-feed .result-card .sk-card-btn-detail,
  body .listing-page > .result-grid .sk-card-btn-detail,
  body .search-page > .result-grid .sk-card-btn-detail,
  body .related-results-grid .sk-card-btn-detail,
  body .home-page .result-card:first-child .sk-card-btn-detail {
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    font-size: 12px !important;
  }

  body .sk-mobile-sticky-cta {
    position: fixed !important;
    left: 12px !important;
    right: 12px !important;
    bottom: max(10px, env(safe-area-inset-bottom, 0px)) !important;
    z-index: 3600 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    padding: 8px !important;
    border: 1px solid rgba(203, 213, 225, 0.94) !important;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.2) !important;
    backdrop-filter: blur(20px) saturate(1.2) !important;
  }

  body .sk-mobile-sticky-btn {
    min-height: 50px !important;
    border-radius: 16px !important;
    font-size: 14px !important;
    font-weight: 900 !important;
  }

  body .sk-mobile-sticky-phone {
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%) !important;
  }

  body .sk-mobile-sticky-whatsapp {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%) !important;
  }

  body .back-to-top {
    display: none !important;
  }
}

/* Executive refinement v20260625-3
   Stronger brand, clearer commerce cards and more trustworthy surfaces. */

body .header.sk-header,
body .sk-header {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 252, 253, 0.92)) !important;
  border-bottom: 1px solid rgba(203, 213, 225, 0.9) !important;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.065) !important;
}

body .header-container {
  min-height: 80px !important;
  grid-template-columns: minmax(270px, 340px) minmax(360px, 1fr) minmax(190px, auto) !important;
}

body .logo,
body .header .logo,
body .sk-header .logo,
body .sk-brand-logo {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr) !important;
  grid-template-rows: 1fr !important;
  align-items: center !important;
  column-gap: 13px !important;
  min-height: 58px !important;
  padding: 0 !important;
  color: #101827 !important;
  text-decoration: none !important;
}

body .logo::before,
body .logo::after,
body .sk-brand-logo::before,
body .sk-brand-logo::after {
  display: none !important;
  content: none !important;
}

body .logo .turkish-flag {
  display: none !important;
}

body .sk-brand-mark {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  overflow: hidden !important;
  border: 1px solid rgba(8, 47, 73, 0.12) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 44%),
    linear-gradient(135deg, #0f172a 0%, #0f766e 100%) !important;
  color: #ffffff !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 18px 34px rgba(15, 23, 42, 0.18) !important;
  font-size: 15px !important;
  font-weight: 960 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}

body .sk-brand-mark::after {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 12px 0 7px 0 !important;
  background: rgba(56, 189, 248, 0.72) !important;
}

body .sk-brand-copy {
  display: grid !important;
  min-width: 0 !important;
  gap: 6px !important;
}

body .sk-brand-name {
  display: flex !important;
  align-items: baseline !important;
  gap: 6px !important;
  min-width: 0 !important;
  overflow: hidden !important;
  color: #111827 !important;
  font-size: 18px !important;
  font-weight: 960 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

body .sk-brand-name span:last-child {
  color: #0f766e !important;
}

body .sk-brand-tagline {
  display: block !important;
  overflow: hidden !important;
  color: #64748b !important;
  font-size: 10.5px !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body .search-form {
  border-color: rgba(148, 163, 184, 0.35) !important;
  background: #ffffff !important;
}

body .sk-header-phone {
  border-color: rgba(148, 163, 184, 0.36) !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.065) !important;
}

body .nav.sk-nav,
body .sk-nav {
  top: 80px !important;
  background: rgba(255, 255, 255, 0.9) !important;
}

body .home-feed .result-grid,
body .listing-page > .result-grid,
body .search-page > .result-grid,
body .related-results-grid,
body main.home-page > .home-feed > .result-grid {
  grid-template-columns: repeat(3, minmax(0, 340px)) !important;
  width: min(100% - 52px, 1120px) !important;
  gap: 32px !important;
}

body .home-feed .result-grid > .result-card,
body .listing-page > .result-grid > .result-card,
body .search-page > .result-grid > .result-card,
body .related-results-grid > .result-card,
body main.home-page > .home-feed > .result-grid > .result-card,
body .home-page .result-grid > .result-card:first-child {
  height: 462px !important;
  min-height: 462px !important;
  max-height: 462px !important;
  border-color: rgba(148, 163, 184, 0.28) !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 24px 56px rgba(15, 23, 42, 0.11) !important;
}

body .home-feed .result-grid > .result-card:hover,
body .listing-page > .result-grid > .result-card:hover,
body .search-page > .result-grid > .result-card:hover,
body .related-results-grid > .result-card:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(14, 116, 144, 0.28) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.92) inset,
    0 32px 72px rgba(15, 23, 42, 0.16) !important;
}

body .result-card .sk-card-image-wrapper,
body .home-feed .result-card .sk-card-image-wrapper,
body .listing-page > .result-grid .result-card .sk-card-image-wrapper,
body .search-page > .result-grid .result-card .sk-card-image-wrapper,
body .related-results-grid .result-card .sk-card-image-wrapper,
body .home-page .result-card:first-child .sk-card-image-wrapper {
  width: auto !important;
  flex-basis: 220px !important;
  height: 220px !important;
  min-height: 220px !important;
  max-height: 220px !important;
  margin: 16px 16px 0 !important;
  padding: 18px !important;
  border: 1px solid rgba(203, 213, 225, 0.72) !important;
  border-radius: 8px !important;
  background:
    radial-gradient(circle at 50% 38%, #ffffff 0%, #f8fbfd 58%, #edf5f9 100%) !important;
}

body .result-card .result-category,
body .home-feed .result-card .result-category,
body .listing-page > .result-grid .result-card .result-category,
body .search-page > .result-grid .result-card .result-category,
body .related-results-grid .result-card .result-category,
body .home-page .result-card:first-child .result-category {
  align-self: flex-start !important;
  flex-basis: 28px !important;
  width: auto !important;
  max-width: calc(100% - 40px) !important;
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
  margin: 18px 20px 0 !important;
  padding: 6px 11px !important;
  border-color: rgba(13, 148, 136, 0.26) !important;
  background: #f0fdfa !important;
  color: #0f766e !important;
  font-size: 9px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
}

body .result-card .result-title,
body .home-feed .result-card .result-title,
body .listing-page > .result-grid .result-card .result-title,
body .search-page > .result-grid .result-card .result-title,
body .related-results-grid .result-card .result-title,
body .home-page .result-card:first-child .result-title {
  flex-basis: 60px !important;
  height: 60px !important;
  min-height: 60px !important;
  max-height: 60px !important;
  margin: 12px 20px 0 !important;
  color: #0f172a !important;
  font-size: 17px !important;
  font-weight: 940 !important;
  line-height: 1.22 !important;
}

body .result-card .sk-card-actions,
body .home-feed .result-card .sk-card-actions,
body .listing-page > .result-grid .sk-card-actions,
body .search-page > .result-grid .sk-card-actions,
body .related-results-grid .sk-card-actions,
body .home-page .result-card:first-child .sk-card-actions {
  flex-basis: 46px !important;
  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px !important;
  margin: auto 20px 18px !important;
}

body .result-card .sk-card-btn-detail,
body .home-feed .result-card .sk-card-btn-detail,
body .listing-page > .result-grid .sk-card-btn-detail,
body .search-page > .result-grid .sk-card-btn-detail,
body .related-results-grid .sk-card-btn-detail,
body .home-page .result-card:first-child .sk-card-btn-detail {
  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px !important;
  background: linear-gradient(135deg, #0f766e 0%, #075985 100%) !important;
  box-shadow: 0 14px 28px rgba(7, 89, 133, 0.22) !important;
  font-size: 12.5px !important;
  font-weight: 900 !important;
}

body .sk-category-card,
body .category-card {
  min-height: 190px !important;
  padding: 28px 24px !important;
  border-color: rgba(148, 163, 184, 0.32) !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%) !important;
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.075) !important;
}

body .sk-category-card h3,
body .category-card h3 {
  color: #111827 !important;
  font-size: 15px !important;
  font-weight: 940 !important;
}

body .sk-category-card p,
body .category-card p {
  color: #526579 !important;
  font-size: 13px !important;
  line-height: 1.62 !important;
}

body .sk-footer-hero,
body .sk-footer-brand,
body .sk-footer-links,
body .sk-footer-contact {
  border-color: rgba(148, 163, 184, 0.28) !important;
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.08) !important;
}

@media (max-width: 1120px) {
  body .header-container {
    grid-template-columns: minmax(250px, 320px) minmax(300px, 1fr) minmax(160px, auto) !important;
  }

  body .home-feed .result-grid,
  body .listing-page > .result-grid,
  body .search-page > .result-grid,
  body .related-results-grid,
  body main.home-page > .home-feed > .result-grid {
    grid-template-columns: repeat(3, minmax(0, 304px)) !important;
    width: min(100% - 38px, 980px) !important;
  }
}

@media (max-width: 767px) {
  body .header-container {
    min-height: 118px !important;
    grid-template-rows: 48px 48px !important;
  }

  body .logo,
  body .header .logo,
  body .sk-header .logo,
  body .sk-brand-logo {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    min-height: 48px !important;
    column-gap: 10px !important;
  }

  body .sk-brand-mark {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    font-size: 12px !important;
  }

  body .sk-brand-name {
    gap: 4px !important;
    font-size: 14.5px !important;
  }

  body .sk-brand-tagline {
    font-size: 9px !important;
  }

  body .home-feed .result-grid,
  body .listing-page > .result-grid,
  body .search-page > .result-grid,
  body .related-results-grid,
  body main.home-page > .home-feed > .result-grid {
    width: calc(100% - 28px) !important;
    max-width: 388px !important;
  }

  body .home-feed .result-grid > .result-card,
  body .listing-page > .result-grid > .result-card,
  body .search-page > .result-grid > .result-card,
  body .related-results-grid > .result-card,
  body main.home-page > .home-feed > .result-grid > .result-card,
  body .home-page .result-grid > .result-card:first-child {
    height: 438px !important;
    min-height: 438px !important;
    max-height: 438px !important;
  }

  body .result-card .sk-card-image-wrapper,
  body .home-feed .result-card .sk-card-image-wrapper,
  body .listing-page > .result-grid .result-card .sk-card-image-wrapper,
  body .search-page > .result-grid .result-card .sk-card-image-wrapper,
  body .related-results-grid .result-card .sk-card-image-wrapper,
  body .home-page .result-card:first-child .sk-card-image-wrapper {
    flex-basis: 214px !important;
    height: 214px !important;
    min-height: 214px !important;
    max-height: 214px !important;
    margin: 14px 14px 0 !important;
  }

  body .result-card .result-category,
  body .home-feed .result-card .result-category,
  body .listing-page > .result-grid .result-card .result-category,
  body .search-page > .result-grid .result-card .result-category,
  body .related-results-grid .result-card .result-category,
  body .home-page .result-card:first-child .result-category {
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    margin: 17px 18px 0 !important;
    font-size: 9px !important;
  }

  body .result-card .result-title,
  body .home-feed .result-card .result-title,
  body .listing-page > .result-grid .result-card .result-title,
  body .search-page > .result-grid .result-card .result-title,
  body .related-results-grid .result-card .result-title,
  body .home-page .result-card:first-child .result-title {
    margin: 12px 18px 0 !important;
    font-size: 17px !important;
  }

  body .result-card .sk-card-actions,
  body .home-feed .result-card .sk-card-actions,
  body .listing-page > .result-grid .sk-card-actions,
  body .search-page > .result-grid .sk-card-actions,
  body .related-results-grid .sk-card-actions,
  body .home-page .result-card:first-child .sk-card-actions {
    margin: auto 18px 18px !important;
  }
}

/* Mobile trust fix v20260625-4
   Requires viewport meta; locks mobile into readable, non-cramped layouts. */

body .sk-brand-tagline {
  display: none !important;
}

body .sk-brand-copy {
  gap: 0 !important;
}

body .sk-brand-name {
  align-items: center !important;
  gap: 7px !important;
  color: #0f172a !important;
  font-size: 20px !important;
  font-weight: 960 !important;
}

body .sk-brand-name span:first-child {
  color: #0f172a !important;
}

body .sk-brand-name span:last-child {
  color: #0f766e !important;
}

body .sk-brand-mark {
  width: 46px !important;
  min-width: 46px !important;
  height: 46px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
}

body .home-feed .result-grid > .result-card,
body .listing-page > .result-grid > .result-card,
body .search-page > .result-grid > .result-card,
body .related-results-grid > .result-card,
body main.home-page > .home-feed > .result-grid > .result-card,
body .home-page .result-grid > .result-card:first-child {
  justify-content: flex-start !important;
}

body .result-card .result-category,
body .home-feed .result-card .result-category,
body .listing-page > .result-grid .result-card .result-category,
body .search-page > .result-grid .result-card .result-category,
body .related-results-grid .result-card .result-category,
body .home-page .result-card:first-child .result-category {
  margin-top: 20px !important;
}

@media (max-width: 767px) {
  html,
  body {
    width: 100% !important;
    overflow-x: hidden !important;
  }

  body .header.sk-header,
  body .sk-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 4200 !important;
  }

  body .header-container {
    width: calc(100% - 24px) !important;
    max-width: 420px !important;
    min-height: 112px !important;
    grid-template-areas:
      "brand action"
      "search search" !important;
    grid-template-columns: minmax(0, 1fr) 46px !important;
    grid-template-rows: 44px 46px !important;
    gap: 10px 10px !important;
    padding: 10px 0 12px !important;
  }

  body .logo,
  body .header .logo,
  body .sk-header .logo,
  body .sk-brand-logo {
    grid-area: brand !important;
    grid-template-columns: 40px minmax(0, 1fr) !important;
    min-width: 0 !important;
    min-height: 44px !important;
    column-gap: 10px !important;
  }

  body .sk-brand-mark {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    border-radius: 9px !important;
    font-size: 11px !important;
  }

  body .sk-brand-name {
    display: flex !important;
    min-width: 0 !important;
    gap: 4px !important;
    overflow: hidden !important;
    font-size: 15px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  body .header-actions {
    grid-area: action !important;
    width: 46px !important;
    justify-self: end !important;
  }

  body .mobile-nav-toggle {
    width: 46px !important;
    min-width: 46px !important;
    height: 44px !important;
    min-height: 44px !important;
    border-radius: 12px !important;
  }

  body .search-container {
    grid-area: search !important;
    width: 100% !important;
  }

  body .search-form {
    width: 100% !important;
    height: 46px !important;
    grid-template-columns: 38px minmax(0, 1fr) 54px !important;
    border-radius: 14px !important;
  }

  body .search-submit {
    width: 52px !important;
    min-width: 52px !important;
    height: 34px !important;
    min-height: 34px !important;
  }

  body .sk-products-heading {
    width: calc(100% - 28px) !important;
    max-width: 360px !important;
    padding-top: 52px !important;
    margin-bottom: 20px !important;
  }

  body .sk-products-heading h2 {
    max-width: 330px !important;
    font-size: 28px !important;
    line-height: 1.1 !important;
  }

  body .home-feed .result-grid,
  body .listing-page > .result-grid,
  body .search-page > .result-grid,
  body .related-results-grid,
  body main.home-page > .home-feed > .result-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: calc(100% - 28px) !important;
    max-width: 372px !important;
    gap: 18px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body .home-feed .result-grid > .result-card,
  body .listing-page > .result-grid > .result-card,
  body .search-page > .result-grid > .result-card,
  body .related-results-grid > .result-card,
  body main.home-page > .home-feed > .result-grid > .result-card,
  body .home-page .result-grid > .result-card:first-child {
    width: 100% !important;
    max-width: none !important;
    height: 424px !important;
    min-height: 424px !important;
    max-height: 424px !important;
    border-radius: 8px !important;
  }

  body .result-card .sk-card-image-wrapper,
  body .home-feed .result-card .sk-card-image-wrapper,
  body .listing-page > .result-grid .result-card .sk-card-image-wrapper,
  body .search-page > .result-grid .result-card .sk-card-image-wrapper,
  body .related-results-grid .result-card .sk-card-image-wrapper,
  body .home-page .result-card:first-child .sk-card-image-wrapper {
    flex-basis: 202px !important;
    width: auto !important;
    height: 202px !important;
    min-height: 202px !important;
    max-height: 202px !important;
    margin: 14px 14px 0 !important;
    padding: 16px !important;
  }

  body .result-card .result-category,
  body .home-feed .result-card .result-category,
  body .listing-page > .result-grid .result-card .result-category,
  body .search-page > .result-grid .result-card .result-category,
  body .related-results-grid .result-card .result-category,
  body .home-page .result-card:first-child .result-category {
    flex-basis: 28px !important;
    width: auto !important;
    max-width: calc(100% - 36px) !important;
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    margin: 18px 18px 0 !important;
    padding: 6px 10px !important;
    font-size: 9px !important;
  }

  body .result-card .result-title,
  body .home-feed .result-card .result-title,
  body .listing-page > .result-grid .result-card .result-title,
  body .search-page > .result-grid .result-card .result-title,
  body .related-results-grid .result-card .result-title,
  body .home-page .result-card:first-child .result-title {
    flex-basis: 58px !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    margin: 12px 18px 0 !important;
    font-size: 17px !important;
    line-height: 1.22 !important;
    -webkit-line-clamp: 2 !important;
  }

  body .result-card .sk-card-actions,
  body .home-feed .result-card .sk-card-actions,
  body .listing-page > .result-grid .sk-card-actions,
  body .search-page > .result-grid .sk-card-actions,
  body .related-results-grid .sk-card-actions,
  body .home-page .result-card:first-child .sk-card-actions {
    flex-basis: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    margin: auto 18px 18px !important;
  }

  body .result-card .sk-card-btn-detail,
  body .home-feed .result-card .sk-card-btn-detail,
  body .listing-page > .result-grid .sk-card-btn-detail,
  body .search-page > .result-grid .sk-card-btn-detail,
  body .related-results-grid .sk-card-btn-detail,
  body .home-page .result-card:first-child .sk-card-btn-detail {
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    font-size: 12px !important;
  }
}
