@media (min-width: 768px) {
  .ag_main_banner-0 .md\:h-\[800px\] {
    height: 56.25vw;   /* 16:9 */
    max-height: 100vh; /* لا يتجاوز الشاشة */
  }
}

@media (max-width: 500px) {
  .ag_main_banner-0 .h-\[500px\] {
    height: 56.25vw;   /* 16:9 */
    max-height: 60vh;  /* مناسب للموبايل */
  }
}

.product-single .sidebar .promotion-title {
  bottom: 2rem;
  top: auto !important;
}
.content_banner.container.absolute.inset-0.flex.flex-col.items-start.justify-center.text-start.px-4 {
    justify-content: end;
    transform: translateY(-12%);
}
.ag_main_banner-0 .s-slider-thumbs {
    display: none;
}
.ag_main_banner-0 .bg-black\/40 {
    display: none;
}