body {
  background-color: white;
}

.s-container {
  margin: auto;
  box-shadow: 0 1px 2px 0 #ccc;
}

.s-coverPhoto {
  background: #ccc;
  position: relative;
}

.s-coverPhoto img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}


.st-secondNavBar {
  position: relative;
  overflow: hidden;
  padding: 10px 3% 8px;
  background-color: white;
  color: black;
  height: 30px;
  border-bottom: 4px solid #eee;
}

.st-secondNavBar-menu {
  height: 100%;
  display: flex;
  justify-content: center;
  overflow-x: auto;
  padding-bottom: 20px;
  box-sizing: content-box;
}

.st-secondNavBar-menu div a {
  display: inline-block;
  margin: 5px 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.s-deliveryPolicy {
  height: 120px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s-deliveryPolicy div {
  margin: 2px 10%;
  padding: 10px 8px 14px;
}

.s-deliveryPolicy div a {
  text-align: center;
  margin: -12px auto;
  text-decoration: underline;
  display: block;
}

.s-productCategory {
  padding: 60px 0% 5px;
  margin-bottom: 30px;
  position: relative;
}

.s-productCategoryTitle {
  position: absolute;
  left: 4px;
  top: 5px;
  min-width: 20%;
  color: white;
  background: #5d49a3;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  padding: 5px;
  border-radius: 0 3px 3px 0;
}

.s-products {
  border: 1px solid #f0ebeb;
  background-color: #ffffff;
}

.product-title, .item-meta {
  padding-left: 10px;
}

@media screen and (min-width: 278px) {
  .s-container {
    width: 100%;
  }

  .s-coverPhoto {
    height: 270px;
  }

  .s-product {
    height: 200px;
    width: 46%;
    margin: 5px 1%;
  }

  .s-productImage {
    height: 130px;
  }

  .s-addProduct h1 {
    margin: 60px auto;
  }
}

@media screen and (min-width: 479px) {
  .s-coverPhoto {
    height: 350px;
  }

  .s-product {
    width: 31%;
    margin: 5px 0.6%;
  }
}

@media screen and (min-width: 767px) {

  .s-coverPhoto {
    height: 400px;
  }

  .s-product {
    width: 23%;
    margin: 5px 0.5%;
  }
}

@media screen and (min-width: 991px) {

  .s-coverPhoto {
    height: 400px;
  }
}

@media screen and (min-width: 1091px) {
  .s-product {
    height: 270px;
    width: 19%;
    margin: 5px 2.1%;
  }

  .s-productImage {
    height: 200px;
  }

  .s-addProduct h1 {
    margin: 90px auto;
  }
}
