   html {
    scroll-behavior: smooth;
  }
    .archive-header{
        display: none;
    }
    .shoptimizer-archive .col-full {
    max-width: 100%;
}
.affilates-page .hero {
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: -1px;
    height: 521px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex
;
    flex-direction: column;
}
.affilates-page .hero h1 {
      font-size: 16px;              
      color: #fff;                  
      font-weight: 600;
      font-family: 'Inter';
      margin-bottom: 5px;                  
    }
.affilates-page .hero .subtitle {
      font-size: 40px;
    color: #EF6526;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 1.2px;
    font-family: 'Matritsa', 'sans-serif';                
}
.affilates-page .hero .subtitle2{
    font-size: 16px;              
      color: #fff;                  
      font-family: 'Inter';
      margin-bottom: 5px; 
}
.affilates-page .btn {
    background-color: #F06E22;
    width: 150px;          
    height: 41px;          
    line-height: 41px;     
    display: inline-block; 
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    border-radius: 2px;    
    font-family: 'Matritsa', 'sans-serif';
    text-align: center;
    text-decoration: none;
    opacity: 1;
}

.affilates-page .btn:hover {
    background-color: #d24d1f;
}
/* Benefits Section */
.benefits-section {
  padding: 30px 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #EDEDED;
}

.benefits-section .section-title {
  font-size: 32px;
  font-family: 'Matritsa', sans-serif;
  font-weight: 900;
  color: #000000;
  letter-spacing: 1.2px;
   margin-bottom: 5px;
   margin-top: 20px;
}

.benefits-section .section-subtitle {
  font-size: 24px;
  color: #565754;
  letter-spacing: 1.2px;
  font-family: 'Matritsa', sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}

.benefits-carousel {
  position: relative;
  max-width: 1240px;
  width: 100%;
  margin: auto;
}


/* .affilates-page .benefits-section .owl-item {
  width: 92px !important;  
  margin: 0 6px;           
  display: flex;
  justify-content: center;
  align-items: center;
} */
 /* .affilates-page .benefits-section .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
} */


.benefits-carousel .item {
  width: 92px;
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.benefits-carousel .item img {
  
  object-fit: contain; 
   width: 92px;
    height: 92px;
    line-height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
  margin: 0;
  padding: 0;
}

/* Nav arrows */
.benefits-carousel .owl-nav button {
  width: 18px;
  height: 37px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0;
  
}
/* .benefits-carousel .owl-nav .owl-prev {
    left: 0; 
} */

.benefits-carousel .owl-nav .owl-next {
    right: -100px; 
}
.benefits-carousel .owl-nav button span {
    display: block;
    line-height: 1;
    color: #BEBEBE;
    font-size: 50px;
}
.benefits-carousel .owl-nav button.inactive span{
  color: #fff; 
  pointer-events: none;
}

.affilates-page .benefits-carousel .owl-nav .owl-prev { left: -100px; }
.affilates-page.benefits-carousel .owl-nav .owl-next { right: -150px; }

.affilates-page .new-products-carousel.owl-carousel.owl-carousel .owl-nav.disabled {
  display: block;
}

/* New Product section */
.new-products-carousel-section {
    padding: 50px 0;
    /* width: 100%; */
    text-align: center;
    background-color: #181818;
}
.new-products-carousel-section .container {
   width: 100%;
    max-width: 40vw;
    margin: 0 auto;
    

}
@media screen and (max-width: 1440px) {
     .benefits-section .container {
        max-width: 1440px;
        width: 70%;
       }
        
    
       .new-products-carousel-section .container {
        max-width: 1440px;
        width: 70%;
       }
        
       .block-left{
        padding-left: 20px;
       }
    }
.new-products-carousel-section .section-title {
    font-size: 28px;
    width: 478px;
    margin-bottom: 30px;
    color: #fff;
    font-family: 'Matritsa', 'sans-serif';
    margin: 0 auto 30px auto;
}

.new-products-carousel .owl-stage {
    padding-left: 0 ;
    padding-right: 0 ;
}
.new-products-carousel .item {
    max-width: 198px;
    width: 100%;             
    height: 217px;            
    border-radius: 2px;       
    border: 1px solid #ccc;    
    padding: 6px;              
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    opacity: 1;
}

.new-products-carousel .item img {
    width: 186px;              
    height: 140px;            
    border-radius: 2px;        
    object-fit: cover;        
    margin-bottom: 10px;
    opacity: 1;
}

.new-products-carousel .product-description {
    font-family: 'Inter';
    font-weight: 600;         
    font-size: 16px;
    color: #fff;
    text-align: left;
    line-height: normal;
}
.new-products-carousel .owl-nav button {
    width: 18px ;
    height: 37px ;
    background: none;               
    opacity: 1;
    border: none;                  
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 20px;
}
.new-products-carousel .owl-nav button span{
  color: #BEBEBE ;
  font-size: 50px;
}
.new-products-carousel .owl-nav .owl-prev {
    left: -100px;   
}


.new-products-carousel .owl-nav .owl-next {
    right: -100px;  
}
.new-products-carousel-section .btn{
    margin-top: 20px;
}
         
        .design {
            width: 100%;
           
            background-color: #EDEDED;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        
        .design-section {
            display: flex;
            flex-direction: column;
            gap: 30px;
            width: 100%;
            max-width: 1440px;
             margin: auto;
        }
        
        .blocks-container {
            display: flex;
            
            width: 100%;
        }
        
        .block-left {
            flex: 1;
            border-right: solid 3px #fff;
            padding: 40px;
            display: flex;
            flex-direction: column;
            padding-left: 0;
        }
        @media screen and (max-width: 1470px) and (min-width: 768px) {
          .block-left{
            padding-left: 20px;
           }
        }
        .block-right {
            flex: 1;
             border-left: solid 3px #fff;
           
            padding: 40px;
            display: flex;
            flex-direction: column;
        
        }
        
        .block-content {
            margin-bottom: 30px;
            width: 100%;
            text-align: justify;
        }
        
        .block-left p, .block-right p {
            line-height: normal;
            color: #000000;
            font-size: 32px;
            font-family: 'Matritsa', 'sans-serif';
            font-weight: 900;
        }
.affilates-page .contact{
    margin-top: 70px;
}
        .affilate-page-contact-form {
  max-width: 600px;
  margin: 0 auto;
}

.affilate-page-contact-form p {
  margin: 0 0 15px;
}

.affilate-page-contact-form input,
.affilate-page-contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #bbb;
  border-radius: 3px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s;
}

.affilate-page-contact-form input:focus,
.affilate-page-contact-form textarea:focus {
  border-color: #f26522; /* orange highlight */
}

.affilate-page-contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

/* First & Last name side by side */
.affilate-page-contact-form p:nth-child(1),
.affilate-page-contact-form p:nth-child(2),
.affilate-page-contact-form p:nth-child(4),
.affilate-page-contact-form p:nth-child(5) {
  display: inline-block;
  width: 49.5%;
}

/* .affilate-page-contact-form p:nth-child(1),
.affilate-page-contact-form p:nth-child(4) {
  margin-right: 3%;
} */

/* Submit button */
.affilate-page-contact-form input[type="submit"] {
  background: #EF6526;
  color: #fff;
  border: none;
  padding: 12px 30px;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  border-radius: 3px;
  font-family: 'Matritsa', 'sans-serif';
  width: 268px;
  display: block;
  margin: 15px auto 0;
}
.affilate-page-contact-form input[type="submit"]:hover {
  background: #d24d1f;
}
@media (max-width: 768px) {
  body.page-template-page-affiliates #page .site-content {
      padding-top: 69px;
  }
  .affilates-page .hero {
    min-height: 636px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 0 0 0;
  }
  .affilates-page .hero-content {
    width: 100%;
    padding: 0 12px;
  }
  
  .benefits-section .section-header h2.section-title {
        margin-top: 0;
    }
  .benefits-section {
    position: relative;

    padding: 18px 0 18px 0;
    margin: 0;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  
    overflow: hidden;
  }
  
  .benefits-section .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
  }
  .benefits-section .section-subtitle {
    display: none ;
  }
  
  .benefits-carousel {
   position: relative;
    max-width: 1240px;
    width: 100%;
    margin: auto 6px;
  }
  
  /* .benefits-carousel .owl-item {

    max-width: 70px !important;
    width: 100% !important;
    justify-content: center;
    align-items: center;
  } */
  .benefits-carousel .item {
    max-width: 70px;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    margin-left: 0;
  }
  
  .benefits-carousel .item img {
    width: 70px ;
    height: 70px ;
    object-fit: contain;
    margin: 0;
    padding: 0;
    
  }
  .benefits-carousel .owl-nav{
    display: flex;
    justify-content: right;
    
  }
  .benefits-carousel .owl-nav .owl-prev {
    left: 0; /* stick to left edge of carousel */
}

.benefits-carousel .owl-nav .owl-next {
    right: 0; /* stick to right edge of carousel */
}

  .affilates-page .benefits-carousel .owl-nav .owl-prev { left: -20px; }
  .affilates-page.benefits-carousel .owl-nav .owl-next { right: -20px; }
  .benefits-carousel .owl-nav button.inactive {
    color: #fff;
    pointer-events: none;
    opacity: 0.5;
  }
  
  .new-products-carousel-section .container {
    width: 100vw;
    max-width: 100vw;
    padding: 0 0;
  }
  .new-products-carousel-section .section-title {
    width: fit-content;
  }
  .new-products-carousel-section .owl-stage {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
  .new-products-carousel-section .owl-stage-outer {
    overflow: hidden;
    width: 66%;
    margin: auto;
  }
  .new-products-carousel-section .owl-item {
    /* width: 25% !important;      
    max-width: 25% !important; */
    justify-content: center;
    align-items: center;
  }
  .new-products-carousel .item {
    max-width: 140px;
    width: 100%;
    height: 160px;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 4px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0 2px;
  }
  .new-products-carousel {
  position: relative; /* keep nav inside */
}
  .new-products-carousel .item img {
    width: 120px;
    height: 80px;
    border-radius: 2px;
    object-fit: cover;
    margin-bottom: 6px;
  }
  .new-products-carousel .product-description {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    text-align: left;
    line-height: 1.2;
    margin: 0;
    padding: 0;
  }
  .new-products-carousel-section .btn {
    width: 100%;
    max-width: 360px;
    margin: 18px auto 0 auto;
    display: block;
    
  }
body.affiliate .new-products-carousel .owl-nav .owl-prev {
  left: 25px !important;
}
body.affiliate .new-products-carousel .owl-nav .owl-next {
  right: 25px !important;
}
  .design {
    width: 100vw;
    margin: 0;
    padding: 0;
  }
  .design-section {
    display: block;
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    padding: 0;
  }
  .blocks-container {
    display: block;
    width: 100vw;
    max-width: 100vw;
    background-color: #fff;
    margin: 0;
    padding: 0;
  }
  .block-left,
  .block-right {
    width: 100vw;
    border: none;
    padding: 0;
    display: block;
    background-color: #EDEDED;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .block-content {
    margin-bottom: 0;
    width: 100%;
    text-align: left;
  }
  .block-left p,
  .block-right p {
    
    width: 100%;
    font-size: 32px;
  }
  .block-left p br,
  .block-right p br{
    display: none;
  }
  .block-left .btn,
  .block-right .btn {
    width: 100%;
    max-width:150px;
    display: block;
  
  }

  .affilates-page .contact {
    margin-top: 18px;
    padding: 0;
  }
  .affilate-page-contact-form {
    max-width: 100vw;
    margin: 0;
    padding: 0 8px;
  }
  .affilate-page-contact-form p {
    margin: 0 0 10px 0;
    width: 100%;
    display: block;
  }
  .affilate-page-contact-form p:nth-child(1),
   .affilate-page-contact-form p:nth-child(2),
    .affilate-page-contact-form p:nth-child(4), 
    .affilate-page-contact-form p:nth-child(5) {
      width: 100%;
    }
  .affilate-page-contact-form input,
  .affilate-page-contact-form textarea {
    width: 100%;
    padding: 12px 10px;
    border: 1px solid #bbb;
    border-radius: 3px;
    font-size: 14px;
    outline: none;
    margin-bottom: 8px;
  }
  .affilate-page-contact-form textarea {
    min-height: 100px;
    resize: vertical;
  }
  .affilate-page-contact-form input[type="submit"] {
    background: #EF6526;
    color: #fff;
    border: none;
    padding: 12px 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    border-radius: 3px;
    font-family: 'Matritsa', 'sans-serif';
    width: 100%;
    margin: 10px 0 0 0;
    display: block;
  }
  textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    font-family: 'Inter';
    font-size: 14px;
  }
}
body.affiliate .shoptimizer-archive .col-full{
  padding: 0;
}
body.affiliate .site-content{
  padding-top: 70px;
}
.wpcf7 form.sent .wpcf7-response-output {
  max-width: 600px;
  margin: auto;
  margin-bottom: 20px;
}