/*@media (max-width: 576px) {
	.navigation-space {
		height: 250px;
	}
}
@media (min-width: 576px) {
	.navigation-space {
		height: 120px;
	}
}
.cu-container-story{
    margin-top: 100px !important;
}
@media (max-width: 576px) {
.cu-container-story{
    margin-top: -5px !important;
}
}*/
/* بنر */
.banner-top {
  width: 100%;
  z-index: 1000; /* به بنر اولویت نمایش بالا داده می‌شود */
  padding: 10px 0; /* فاصله داخلی */
  text-align: center; /* متن وسط */
}

/* محتوای اصلی سایت */
.cu-container-story {
  padding-top: 100px; /* فاصله برای جبران ارتفاع بنر */
}

/* برای محتواهایی که زیر بنر قرار دارند */
.content-section {
  position: relative;
  z-index: 1; /* این بخش‌ها در پشت بنر نمی‌روند */
}
.product-container{
 padding-top: 100px;
}
.breadcrumb.-lg\:scrollable-row.-lg\:scrollable-row-autowidth.lg\:\*\:truncate {
    padding-top: 100px;
}
