product card

This commit is contained in:
hamid zarghami
2025-08-07 14:52:45 +03:30
parent cabec5b329
commit b224b0c521
4 changed files with 60 additions and 4 deletions
+17
View File
@@ -167,3 +167,20 @@ textarea.place-black::placeholder {
@apply bg-background text-foreground;
}
}
/* Ensure Swiper components don't interfere with header z-index */
.swiper,
.swiper-container,
.mySwiper {
z-index: 0 !important;
position: relative !important;
}
.swiper-wrapper,
.swiper-slide {
z-index: 0 !important;
}
.swiper-pagination {
z-index: 1 !important;
}