:root {
  --bianco: #ffffff;
  --nero: #000000;
}
/*
* File per css che dovrebbe essere comune tra questo e un eventuale file css di pagina/sezione (da includere in entrambi)
*/
.cms-page-view.width1200 .page-main-full-width > .columns .column.main .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .cms-page-view.width1200 .page-main-full-width > .columns .column.main .container {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  .cms-page-view.width1200 .page-main-full-width > .columns .column.main .container {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  .cms-page-view.width1200 .page-main-full-width > .columns .column.main .container {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .cms-page-view.width1200 .page-main-full-width > .columns .column.main .container {
    max-width: 1200px !important;
  }
}
.cms-index-index .home-section-1 .text-in-lookbook {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .cms-index-index .home-section-1 .text-in-lookbook {
    margin-top: 0;
  }
}
.cms-index-index .home-section-1 .text-in-lookbook .white-text {
  color: #222222;
}
.cms-index-index .home-section-1 .text-in-lookbook .white-text * {
  color: inherit;
}
.cms-index-index .home-section-1 .text-in-lookbook .img img {
  width: 100%;
  max-width: 9.25rem;
}
@media (min-width: 768px) {
  .cms-index-index .home-section-1 .text-in-lookbook .img img {
    max-width: 12.5rem;
  }
}
@media (min-width: 1200px) {
  .cms-index-index .home-section-1 .text-in-lookbook .img img {
    max-width: 16.5rem;
  }
}
.cms-index-index .home-section-1 .text-in-lookbook h1 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .cms-index-index .home-section-1 .text-in-lookbook h1 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .cms-index-index .home-section-1 .text-in-lookbook h1 {
    font-size: 2.75rem;
  }
}
.cms-index-index .home-section-1 .text-in-lookbook h2 {
  margin: 0;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
@media (min-width: 768px) {
  .cms-index-index .home-section-1 .text-in-lookbook h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .cms-index-index .home-section-1 .text-in-lookbook h2 {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
}
.cms-index-index .home-section-1 .text-in-lookbook .btn {
  margin-left: 0;
}
