/* Add custom CSS styles below */ 


.lg:mx-0{background-color:#f4c2;}
.products-lookbook__label{color  : #f4c2c2;}

.top-navbar{background-color:#f4c2c2;}


/* Banner full width */
.s-block--fixed-banner {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.s-block--fixed-banner .container {
  width: 99% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.s-block--fixed-banner img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}
 
/* Button Green */
.product-card_addToCart_btn salla-button button {
    background: var(--color-primary);
 
}