/* Add custom CSS styles below */ 




.top-navbar {
    display: none;
}
/*********firs-banner**********/
section:nth-child(1 of section.landing-page-first-banner) .container > div  {
 
    max-width: 785px !important;
}
section:nth-child(1 of section.landing-page-first-banner) h1 {
    font-size: 39px !important;
}
@media screen and (max-width:768px) {
section:nth-child(1 of section.landing-page-first-banner) .container > div {
    max-width: 100% !important;
}
section:nth-child(1 of section.landing-page-first-banner) [aria-label="1 / 2"] .item-text {
    background-color: unset !important;

    
}
.slider-top-tag p {
    font-size: 13px !important;
}
section:nth-child(1 of section.landing-page-first-banner) [aria-label="1 / 2"] .landing-banner{
height:60vh!important;
    
}
.s-block--photos-slider  {
    margin-top: 0rem !important;
}
section:nth-child(1 of section.landing-page-first-banner) .container {
    padding-left: 0;
}

section:nth-child(1 of section.landing-page-first-banner) h1 {
    font-size: 18px !important;
}
section:nth-child(1 of section.landing-page-first-banner) img {
object-position:80%
}
.slider-banner-main-0.landing-banner {
    margin-bottom: 0px !important;
}
section:nth-child(2 of section.landing-page-first-banner) .item-text {
    width: 50% !important;
    background: unset;
}
section:nth-child(2 of section.landing-page-first-banner) img {
    object-position: 2%;
}
.landing-banner .font-bold {
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    width: 100%;
    text-align: center !important;
}
.landing-banner .item-text {
    background-color: rgb(0 0 0 / 71%);
    align-items: center !important;
    position: absolute;
    bottom: 0;
    padding: 23px;
}
}
/**************************/
/*------main-image------*/
.swiper.s-slider-container.swiper-initialized {
    margin-left: 0!important;
   padding:0px
}
/*-------------------------------------*/
.s-block--photos-slider  img {
    max-width: 100% !important;
    margin-inline: auto;
    margin-bottom: 40px;
}
.swiper.s-slider-container.swiper-initialized {
    margin-left: 0!important;
    padding: 0px;
}

/*main-slider */
 salla-slider.photos-slider .swiper-slide {
    padding: 0rem;
    margin: 0rem;
    width: 100%;
}
.s-slider-block__title-nav {
    visibility: hidden;
}
/*arrow of slider */
/*----------------banner----------------*/
.banner--fixed img {
    background: unset !important;
     margin-bottom:40px ;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 0px;
}
/******************/
section.g-products {
    margin-bottom: 15px !important;
}
/*******************/
.ads .img  {
    max-height: 557px !important;
}
.ads p {
    text-align: center;
    line-height: 30px;
}
/**************/
section.ads {
    margin-bottom: 40px !important;
}
/**************/
.image-title .title-heade {
    background: unset;
    color: #fff;
}
section.w-full.section_c_r {
    padding-top: 0px;
}
.main-menu li:has(a[href="https://ideal-coffee.com/offers"]){
    display: none !important ;
}


/* pop-up CSS */
 /* 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:500px
}

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