.gp-flower-hero{
  border-radius:22px!important;
  overflow:hidden!important;
  background:linear-gradient(100deg,#fff9f3 0%,#fff7f3 42%,#fde8ea 100%)!important;
  box-shadow:0 12px 32px rgba(31,40,48,.07)!important;
}
.gp-flower-hero-image{
  width:100%!important;
  height:100%!important;
  min-height:360px!important;
  object-fit:cover!important;
  object-position:center!important;
}
.gp-flower-eyebrow{
  margin:0 0 12px 0!important;
  color:#ef3b6b!important;
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:1.2px!important;
  text-transform:uppercase!important;
}
.gp-flower-shop-btn{
  border-radius:9px!important;
}
.gp-flower-whatsapp-btn{
  border-radius:9px!important;
}
@media(max-width:767px){
  .gp-flower-hero{
    border-radius:16px!important;
  }
  .gp-flower-hero-image{
    min-height:240px!important;
    max-height:360px!important;
  }
  .gp-flower-eyebrow{
    font-size:11px!important;
    margin-bottom:8px!important;
  }
}