.elementor-33328 .elementor-element.elementor-element-a92fb35{--display:flex;}#elementor-popup-modal-33328{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-33328 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-33328 .dialog-close-button{display:flex;}#elementor-popup-modal-33328 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-68e0ba6 */.popup-container{
    min-height: 200px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    position: relative;
    overflow: hidden;
    .leaf-icon{
      position: absolute;
      right: -40px;
      top: -10px;
      height: 100px;
      width: 100px;
      transform: rotate(250deg);
      color: #a7cd46;
      z-index: 10;
      opacity: .5;
      .icon{
        width: 100%;
        height: 100%;
      }
    }    
    .link-container{
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);  
      z-index: 30;
      a{
        background-color: #a7cd46;
        color: #fff;
        text-shadow: 2px 2px 3px rgba(19, 18, 18,.7);
        text-decoration: none; 
        font-size: clamp(.6rem,2vw,3rem);
        padding:.5rem 1rem;  
        border: #a7cd46 solid 1px;
        transition: all .3s ease;
        /*
        text-transform: uppercase;
        */
        &:hover{
          border: #606859 solid 1px;
          background-color: #7aa410;
        }     
      }
    }
  }
  .box{
    /* border: 1px solid white;     */
    >img {
      width: 100%;
      aspect-ratio: 9/16;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }
  }
  .box-1{
    display: flex;
    flex-direction: column;
    gap: 10px;
    .presentation{
      flex-grow: 1;
      img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
      }
    }
    .info {
      min-height: 80px;
      padding: .5rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      background-color: #606859;
      
      * {
        margin: 0;
        padding: 0;
        font-weight: 400;
      }
      h3:nth-child(1) {
        font-size: clamp(0.3rem,2vw,1.3rem);
        color: #d2d8c2;
        /* align-self: flex-start; */
        text-shadow: 2px 2px 5px rgba(19, 18, 18,.7);
        font: inherit;
        padding-top: 1rem;
      }
      h3:nth-child(2){
        font-size: clamp(1.4rem,2vw,3rem);
        font-weight: 500;
        color: #a7cd46;
        text-shadow: 2px 2px 5px rgba(19, 18, 18,.7);
      }
      ul{
        list-style: none;        
        display: flex;
        flex-direction: column;
        gap: .3rem;
        color: #d2d8c2;
        text-shadow: 2px 2px 5px rgba(19, 18, 18,.7);
        > li {
            font-size: clamp(0.5rem,2vw,1.3rem);
        }
        > li:nth-child(1) {
          padding-left: ;
        }
      }
    }
    > div {
      /* border: 1px solid white; */
    }    
  }
  .box-2{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    .main-container{
      flex-grow: 1;
      img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
      }
    }
    .title-popup{            
      background-color:rgba(166, 204, 69,.3);
      overflow: hidden;
      /* backdrop-filter: blur(5px);*/
      /* padding-top: 2rem; */
      padding-bottom: 1.5rem; 
      position: relative;   
      display: flex;
      justify-content: center;
      align-items: center;
      padding-inline: .5rem;
      > .logo-container {
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 60px;
        opacity: .8;
        /* filter: brightness(.5) contrast(.8) grayscale(.6); */
        img{
          width: 100%;
          height: 100%;
        }
      }  
      > h3 {
        margin: 0; 
        font-size: clamp(.6rem,2vw,2rem);
        color: #606859;
        padding-top: .5rem;     
        /* text-align: ; */
        /* white-space: nowrap; */             
      }
    }
  }
  .box-3{
    transform: rotate(180deg);
  }
  @media (min-width:768px){
     .popup-container{
         .link-container{
             a {
                 font-size: .8rem;
                 text-transform: uppercase;
             }
         }
      .leaf-icon{
          width: 120px;
          height: 120px;
      }
      .box-1{
        .info {
            >h3:nth-child(1){
                padding-right: 1rem;
                padding-top: 0;
                font-size: clamp(.8rem,2vw,2.5rem);
            }
            >h3:nth-child(2){
                font-size: clamp(2rem,2.5vw,4rem);
            }
            > ul {
                padding-left: 1rem;
                li {
                    font-size: clamp(.8rem,2vw,2.5rem);
                }
            }
        }  
      }
      .box-2{
          gap:10px;
          .title-popup{ 
              padding-bottom: 3rem;
              overflow: visible;
              > h3{
                padding-top: .8rem;   
                font-size: clamp(1rem,2.5vw,3rem);
              }
              > .logo-container {
                width: 100px;
                height: 100px; 
                bottom: -35px;
                opacity: 1;
              }
          }
      }
    }
  }
  @media (min-width:1024px){
    .popup-container{
        .link-container{
             a {
                 font-size: .8rem;
                 padding: .65rem 1.65rem;
                 text-transform: uppercase;
             }
         }
      .leaf-icon{
          width: 150px;
          height: 150px;
          right: 100px;
          bottom: -20px;
          top: auto;
          transform: rotate(70deg);
          display: none;
      }
      .box-1{
        .info {
            >h3:nth-child(1){
                padding-right: 2.2rem;
                padding-top: 0;
                font-size: .8rem;
            }
            >h3:nth-child(2){
                font-size: 3rem;
            }
            > ul li::before {
              content: "🌿 "; 
              /*margin-right: 0.15rem;*/
            }
            > ul {
                /*padding-left: 1.3rem;*/
                gap: 0;
                li {
                    font-size: .7rem;
                }
            }
        }  
      }
      .box-2{
          .title-popup{ 
              padding-bottom: 3.5rem;
              overflow: visible;
              > h3{
                padding-top: .25rem; 
                font-size: clamp(1rem,2vw,2.5rem);
              }
              > .logo-container {
                width: 140px;
                height: 140px; 
                bottom: -70px;
                opacity: 1;
                z-index: 10;
              }
          }
      }
      }
  }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a92fb35 */#cont-popup-black-friday{
    padding: 0;
}
#cont-popup-black-friday > div{
    padding: 0;
    overflow: hidden;
    
}/* End custom CSS */