.s-block:first-of-type,.sm\:py-16{padding-top:0}#whatsapp_chat_widget,.post-entry__image+div.flex-wrap,.sc-q8c6tt-3.hKYcqG{display:none}.s-block:first-of-type .container{max-width:100%;padding:0}.banner--fixed img{background-color:transparent;margin:auto}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lazy__bg{background-size:contain;background-repeat:no-repeat}.banner-entry,.two-row .banner-entry:first-child{height:380px!important;background-color:transparent;padding:0;color:#fff;overflow:hidden;position:relative;transition:.5s}.one-row .banner-entry,.one-row .banner-entry:first-child,.two-row .banner-entry,.two-row .banner-entry:first-child{grid-column:span 1;grid-row:span 1}.sm\:gap-8{gap:0}.sm\:py-16{padding-bottom:4rem}.banner-entry:hover{transform:scale(1.1);transition:1s}.banner-entry::after{content:'';width:0;height:0;background-color:rgba(255,255,255,.25);position:absolute;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0}.banner-entry:hover::after{animation:.6s linear flashing}@keyframes flashing{0%,50%{opacity:1}100%{width:200%;height:200%;opacity:0}}.product-single .s-button-primary,.s-product-card-content-footer salla-add-product-button .s-button-outline{border-color:#e7c251;background:#fff;background:linear-gradient(90deg,#fff 0,#e7c251 50%);color:#000}@media (max-width:767px){.banner-entry,.two-row .banner-entry:first-child{height:100px!important}}#preloader {
    display: none;
}
body{
    background-color: #ffffff;
    background-image: url(https://cdn.salla.sa/form-builder/mV20O835e48S8N2VlV4kWBQLTBCqWAvXS4pKi9i9.png);
}






/* pop up */
/* Animation keyframes for zoom-in effect */
@keyframes zoomIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* Styles for overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Styles for popup container */
.popup-container {
  z-index: 101;
  animation: zoomIn 1s ease forwards;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Styles for popup header */
.popup-header {
  display: flex;
  justify-content: flex-end;
}

/* Styles for close button */
#closeButton {
  background: none;
  border: none;
  font-size: 36px;
  cursor: pointer;
  color: white;
  position: absolute;
  top: -30px;
  left: -25px;
}

.popup-content img {
max-width:600px
}

@media(max-width:767px){
.popup-content img {
max-width:300px
}
}