.latafa-hero__content {
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  flex-direction: column;
  align-items: flex-end !important;
  justify-content: flex-end;
  direction: rtl;
  padding: 0 13% 10% 0;
  pointer-events: none;
}

.latafa-hero__cta {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  margin-inline-end: auto !important;
  pointer-events: auto;
  white-space: nowrap;
  width: auto !important;
}
@media (max-width: 767px) {
  .latafa-hero__content {
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 95% 0 0 0 !important;
  }

  .latafa-hero__cta {
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
    align-self: center !important;
    font-size: 14px;
    padding: 10px 22px;
  }
}
/* ***************************************** */
@media (min-width: 640px) {
  a[data-testid="store-header-logo"] {
    width: 100px !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    flex: 0 0 auto;
  }

  a[data-testid="store-header-logo"] img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
  }
}

@media (max-width: 639px) {
  a[data-testid="store-header-logo"] {
    width: 70px !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    flex: 0 0 auto;
  }

  a[data-testid="store-header-logo"] img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
  }
}
@media (max-width: 1023px) {
  a[data-testid="store-header-logo"] {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 1;
  }
}

.s-offer-wrapper
{
  background-color: #44C2B11A !important 
}