/* Add custom CSS styles below */ 
.contact-form input, .contact-form textarea {
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 12px;
}
.contact-form button {
  background-color: #252d59;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  transition: 0.3s;
}
.contact-form button:hover {
  background-color: #1a1f3a;
  }
  
  .s-block--slider-with-bg .slider-bg:before{
  display:none;
  }
  h2.w-full.da-cp {
    text-align: center;
    font-size: 30px;
}
section.s-block.s-block--fixed-banner .container {
    padding: 0 !important;
}
.banner--fixed img {
    border-radius: 0 !important;
}
section.s-block.s-block--fixed-banner{
    padding-top: 0;
    padding-bottom:0;
}
section:nth-of-type(3).s-block.container,section:nth-of-type(6).s-block.container,section:nth-of-type(8).s-block.container {
    max-width: 100%;
    background-image: url(https://i.ibb.co/5X73zJGH/Frame-196.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem 6rem;
}
section:nth-of-type(5).s-block.container,section:nth-of-type(7).s-block.container,section:nth-of-type(10).s-block.container {
    max-width: 100%;
    background-image: url(https://i.ibb.co/Q35c8cdT/Frame-203.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem 6rem;
}

@media(min-width: 768px){
salla-slider#squares-1 {
    max-width: 85%;
    margin: auto;
}

section.s-block.container .s-products-list-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
}
}



@media(max-width: 768px){
section:nth-of-type(3).s-block.container,section:nth-of-type(6).s-block.container,section:nth-of-type(8).s-block.container,section:nth-of-type(5).s-block.container,section:nth-of-type(7).s-block.container,section:nth-of-type(10).s-block.container {
    padding: 1rem;
}
section.s-block.s-block--banners {
    margin-top: 5%;
    margin-bottom: 5%;
}

}