
section.shopify-section.slider-cucina-ceramic{
  .scc-container{
    margin-left:clamp(16px, 3.5vw, 60px);
    margin-right:clamp(16px, 3.5vw, 60px);
  }
  .scc-swiper {
    max-width:1440px;
    width: 100%;
    margin:auto;
    overflow:hidden;
  }
  .swiper-container {
    height: fit-content !important;
  }
  .scc-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
  }
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background:floralwhite;
  }
  .scc-link{
    height:100%;
    text-decoration: none;
  }
  .scc-container-slide {
    display: flex;
    flex-direction:column;
    gap: 30px;
  }
  .scc-title, .scc-text p {
    text-align: left;
    color: #0B264E;
    font-family: Century Gothic;
    margin:0;
    line-height:1.25;
  }
  .scc-title{
    font-weight: 700;
    font-size: clamp(16px, 4vw, 30px);
  }
  .scc-text p{
    font-weight: 400;
    font-size: clamp(16px, 4vw, 25px);
  }
  .scc-footer-note {
    font-size: 10.5px;
    text-align: left;
  }
}
