/* Card 1 - Video */
.s-discount-coupons .container > div:nth-child(1) {
  background: transparent !important;
  background-color: transparent !important;
  padding: 0 !important;
}
.s-discount-coupons .container > div:nth-child(1)::before,
.s-discount-coupons .container > div:nth-child(1) .flash {
  display: none !important;
}
.s-discount-coupons .container > div:nth-child(1) .flex.flex-col {
  display: flex !important;
  position: relative;
  z-index: 2;
  padding: 16px;
}
.s-discount-coupons .container > div:nth-child(1) .absolute,
.s-discount-coupons .container > div:nth-child(1) img {
  display: none !important;
}

/* Card 4 - Video */
.s-discount-coupons .container > div:nth-child(4) {
  background: transparent !important;
  background-color: transparent !important;
  padding: 0 !important;
}
.s-discount-coupons .container > div:nth-child(4)::before,
.s-discount-coupons .container > div:nth-child(4) .flash {
  display: none !important;
}
.s-discount-coupons .container > div:nth-child(4) .flex.flex-col {
  display: flex !important;
  position: relative;
  z-index: 2;
  padding: 16px;
}
.s-discount-coupons .container > div:nth-child(4) .absolute,
.s-discount-coupons .container > div:nth-child(4) img {
  display: none !important;
}

/* Video Wrapper */
.card-video-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.card-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



/* تقليل الارتفاع - Compact */
.s-products-bundle-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.s-products-bundle-3 .container > div:first-child {
  max-height: 220px !important;
  max-width: 220px !important;
}

/* Medium */
.s-products-bundle-3 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.s-products-bundle-3 .container > div:first-child {
  max-height: 300px !important;
  max-width: 300px !important;
}




.s-products-bundle .flex.flex-col.gap-2.text-center span:not(.font-bold) {
  display: none !important;
}