<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Common */

.d-flex-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #008000;
}

.row.section-description-border-bottom{
  border-bottom: 1px solid #000;
  padding: 20px 10px;
}

/* da vedere */
.custom-button {
  margin: 30px 0px;
  background-color: #f2f2f2;
  padding: 10px;
  color: #000;
  text-decoration: none;
  display: inline-block;
}
/* intestazione prodotti sostenibili */
.header-logo{
  padding: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid black;
}

.header-logo img{
  width: 70%;
  height: auto;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .header-logo img{
    height: 100px;
    width: auto;
  }
}


@media only screen and (min-width: 1024px) {
  .header-logo img{
    height: 120px;
    width: auto;
  }
}



@media only screen and (max-width: 768px) {
 
  #luxury-experience .custom-border-right {
    border-bottom:0px!important;
    border-top: 1px solid #000;
  }
 
  #luxury-experience .custom-col {
    padding: 20px 20px;

}
.custom-col {
    padding: 40px 40px;
}
}

/* SUSTAINABLE PRODUCTS */

.prod-descr h2{
  text-transform: uppercase;
}

.title-sustainable-head{
  padding: 20px 10px;
}

.price-details{
  border: 1px solid black;
  margin: 20px 0;
  font-weight: bold;
}

.price-accordion {
  margin-top: 15px;
  border-radius: 0px;
  background-color: #d63d53;
  color: #fff;
}

.price-accordion:hover {
  background-color: #000;
  color: #fff;
}

.price-body {
  border-radius: 0px;
  background-color: #fff;
  border: none;
}

.price-body p {
  color: #000;
}

.full-price {
  font-weight: bold;
}


/* WHATSAPP */
.wh-button {
  border: 1px solid #000;
  margin-top: 15px;
  padding: 10px;
  background-color: #fff;
}

.wh-button a {
  color: #000;
  text-decoration: none;
}

.wh-button a:before {
  content: "\f232";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 15px 0px 10px;
  text-decoration: none;
  font-size: 25px;
  color: #25d366;
}

/* SOSTAINABILITY */

.button-book-service {
  display: inline-block;
    margin: 30px 0px;
    background-color: #f2f2f2;
    padding: 10px;
    color: #000;
    text-decoration: none;
}

.button-book-service:after{
  content: "\f054";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
}

.button-book-service:hover{
  color: #000;
  background-color: #999;
  transition: 0.3s;
  text-decoration: none;
}


.brand-description {
  background: #000;
  padding: 40px;
  margin-top: 0px;
}

.brands-logo {
  width: 80%;
}

.eco-screen {
 background-image: url('../../img/luxury-sustainable/sustainable-hero-bg.jpg');
  padding-top: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


#eco-brand .custom-col {
  border-bottom: 1px solid black;
  padding: 40px;
}

.product-sustainable-detail-box {
  padding: 60px 40px;
  background-color: #f2f2f2;
}

.prod-box {
  width: 250px;
  height: 250px;
}

.prod-box img {
  object-fit: cover;
  width: 100%;
  height: auto;
}


/* LUXURY EXPERIENCE */
.luxury-mobile{
  display: none;
}


.luxury-desktop h2{
  margin-top: 60px!important;
}

.luxury-experience h4 {
  font-weight: bold;
}


/* PERSONAL SHOPPER */
.tel{
  color: #000;
  font-weight: bolder;
}

.tel:hover{
  text-decoration: none;
  color: #000;
}


/* RESPONSIVE */


@media only screen and (max-width: 991px) {
 #sustainability .custom-button {
    max-width: 100% !important;
    width: 100%;
    text-align: center;
  }

  .luxury-desktop{
    display: none;
  }

  .luxury-mobile{
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .eco-screen {
    background-position: center left;
  }
  .shops {
    display: flex;
    gap: 10px;
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .shops img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 305px;
    width: 30px;
    height: 250px;
    scroll-snap-align: start;
    background-color: #ccc;
  }

  .scroll-arrow-container{
    display: flex;
   
  }

  .scroll-arrows{
    transform: rotate(270deg);
  }
}


@media only screen and (max-width: 600px) {
  #sustainability .sustainability-description p {
    font-size: 16px;
  }
}



@media only screen and (max-width: 1200px) {
  .container.header-rus .navbar .nav-link {
    font-size: 14px!important;
  }
}

.christmas-screen {
  background-image: url('../../img/prodotti/natale/natale_1140x400.jpg');
   padding-top: 400px;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
 }


.center-logo {
  justify-content: center;
}</pre></body></html>