/* Add your theme customizations below */


.announcement--wrapper {
    max-width: 1200px;
  
}

.fw--logo img {
    max-height: 100px;
}

.featured-text--container {
    max-width: 800px;
}

.footer--root {
  z-index: 0;
  position: relative;
}

.newsletter--header > * {
    color: white !important;
}

.announcement--text {
    text-transform: none;
  font-family: var(--font--paragraph--family) !important;
}

@media only screen and (min-width: 768px){
.featured-collection--products > * {
    max-width: 100%; 
    width: 24%;
    display: inline-block !important;
    float: left;
   min-height: 375px;
}
  [data-product--view='grid'] {
    display: inline-block !important;
}
  .product--image-wrapper {
    width: 100%;
    display: inline-block;
    max-height: 200px !important;
    height: 200px !important;
}
  .featured-collection--products {
    display: inline-block !important;
}
  [data-product--view='grid'] .product--image {
    display: inline-block !important;
    height: 100% !important;
  }
 [data-product--view='grid'] .product--image img {
    width: 100%;
    height: 200px;
}
 [data-product--view='grid'] .product--details {
    padding: 20px 0;
}
}
 


/* Collection page */

span.collection--number-of-items {
    display: none;
}

@media only screen and (min-width: 768px) {
.collection--left-column {
    padding-right: 28px;
}

}