.setting-banner{
  position: relative;
  display: block;
  height: 500px;
}
.setting-banner img{
  max-height: 100%;
  object-fit: cover;
  width: 100%;
}
.setting-banner-text{
  text-align: center;
  font: normal normal 300 31px/37px cormorant-garamond;
  letter-spacing: 2.48px;
  color: #000000;
  margin: 50px 0 0 0;
  text-transform: uppercase;
}
.setting-banner .title-font, .setting-banner-description{
  z-index: 10;
  position: relative;
  font-weight: 300;
}
.setting-banner-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(219, 216, 216, 0.5);
}
.product-items .product-item {
  width: calc(33.33% - 30px);
  margin: 0 15px;
}
.setting-title{
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
}
.product.name a, .product-item .price-box .price {
  font-weight: 300;
}
.product-item .price-box .price {
  color: #000;
}
.filter-options-item .filter-options-title{
  display: none;
}
.swatch-option.image:not(.disabled):hover, .swatch-option.color:not(.disabled):hover {
  outline: 2px solid #000;
}
.product-item-link {
  text-transform: uppercase;
}
.columns{
  word-break: break-word;
}
.settings-info-small{
  text-align: center;
  font-size: 13px;
}
.settings-info-small br.more-space{
 margin-bottom:24px;
}

@media(max-width: 768px){
  .products-list .product.name a{
        font-size: 12px;
    }
  .setting-banner{
    height: auto;
    margin-top: 20px;
  }
  .setting-banner-text{
    top: 0;
    width: 100%;
    height: 100%;
  }
  .setting-banner .title-font{
    padding-top: 20px;
  }
  .product-items .product-item {
    width: calc(50% - 10px);
  }
  .product-items li:nth-of-type(odd){
    margin-right: 5px;
    margin-left: 0;
  }
  .product-items li:nth-of-type(even){
    margin-left: 5px;
    margin-right: 0;
  }
  .setting-banner-text{
    font-size: 24px;
    line-height: 30px;
  }
  .swatch-option.image{
    background-size: 85px 85px !important;
  }
  .column.main .product-items {
    text-align: center;
  }
}
@media(min-width: 769px){
  .swatch-option.image{
    width: 110px !important;
    height: 95px !important;
    background-size: 120px 120px !important;
  }
}
