/* Anasayfa ürün kartı: hafif hover + çentik yatay genişleme (inline stilleri override) */
body[data-shell-page='home'] .home-products .prod-card {
  transform: none !important;
  transition: none;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

body[data-shell-page='home'] .home-products .prod-card:hover,
body[data-shell-page='home'] .home-products .prod-card:focus-within {
  transform: none !important;
  z-index: 2;
}

body[data-shell-page='home'] .home-products .prod-card__notchMask {
  display: none !important;
}

/* Çentik fringe / sahte border: bölüm rengiyle üst bindirme */
body[data-shell-page='home'] .home-products .prod-card.prod-card--home::after {
  content: '' !important;
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 3.4%;
  box-sizing: content-box;
  background: #0a0a0a !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  z-index: 6;
  pointer-events: none;
  -webkit-clip-path: polygon(27% 0%, 73% 0%, 70.6% 100%, 29.4% 100%) !important;
  clip-path: polygon(27% 0%, 73% 0%, 70.6% 100%, 29.4% 100%) !important;
  transition:
    clip-path 0.55s cubic-bezier(0.22, 0.74, 0.18, 1),
    -webkit-clip-path 0.55s cubic-bezier(0.22, 0.74, 0.18, 1) !important;
}

body[data-shell-page='home'] .home-products .prod-card.prod-card--home:hover::after,
body[data-shell-page='home'] .home-products .prod-card.prod-card--home:focus-within::after {
  -webkit-clip-path: polygon(24% 0%, 76% 0%, 73.6% 100%, 26.4% 100%) !important;
  clip-path: polygon(24% 0%, 76% 0%, 73.6% 100%, 26.4% 100%) !important;
}

body[data-shell-page='home'] .home-products .prod-card__clip {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  filter: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-clip-path: polygon(
    0% 100%,
    100% 100%,
    100% 0%,
    73% 0%,
    70.6% 3%,
    29.4% 3%,
    27% 0%,
    0% 0%
  ) !important;
  clip-path: polygon(
    0% 100%,
    100% 100%,
    100% 0%,
    73% 0%,
    70.6% 3%,
    29.4% 3%,
    27% 0%,
    0% 0%
  ) !important;
  transition:
    clip-path 0.55s cubic-bezier(0.22, 0.74, 0.18, 1),
    -webkit-clip-path 0.55s cubic-bezier(0.22, 0.74, 0.18, 1);
}

body[data-shell-page='home'] .home-products .prod-card:hover .prod-card__clip,
body[data-shell-page='home'] .home-products .prod-card:focus-within .prod-card__clip {
  -webkit-clip-path: polygon(
    0% 100%,
    100% 100%,
    100% 0%,
    76% 0%,
    73.6% 3%,
    26.4% 3%,
    24% 0%,
    0% 0%
  ) !important;
  clip-path: polygon(
    0% 100%,
    100% 100%,
    100% 0%,
    76% 0%,
    73.6% 3%,
    26.4% 3%,
    24% 0%,
    0% 0%
  ) !important;
}

body[data-shell-page='home'] .home-products .prod-card__left {
  background: transparent !important;
}

body[data-shell-page='home'] .home-products .prod-card__media img.prod-img {
  transition: filter 0.45s ease;
  transform: none !important;
}

body[data-shell-page='home'] .home-products .prod-card:hover .prod-card__media img.prod-img,
body[data-shell-page='home'] .home-products .prod-card:focus-within .prod-card__media img.prod-img {
  filter: grayscale(0) contrast(1.03);
  transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
  body[data-shell-page='home'] .home-products .prod-card__clip,
  body[data-shell-page='home'] .home-products .prod-card.prod-card--home::after {
    transition: none !important;
  }
}
