body .shop-main-content p {
  text-align: center; }
body .product-section__category-title {
  display: block;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin: 25px auto 28px;
  text-align: center;
  text-transform: uppercase; }
body .product-section__grid {
  align-items: baseline;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }
  body .product-section__grid:before, body .product-section__grid:after {
    display: none; }
body .product-section__product {
  flex-basis: 25%;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  margin-bottom: 25px;
  min-height: 280px;
  position:relative;
  margin-top:auto;}
  @media (max-width: 768px) {
    body .product-section__product {
      flex-basis: 50%; }
}
  body .product-section__product__inner {
    padding: 0 10px;
	display: block;
    height: 100%;}
  body .product-section__product__image {
    display: block;
    margin: 0 auto 8px;
    max-height: 100%;
	height:auto;
    max-width: 100%;}
  body .product-section__product__title {
    color: #000000;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: -.75px;
    line-height: 1;
    margin: 0 0 2px 0;
    text-align: center; }
  body .product-section__product__retailer {
    display: block;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: .5rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase; }
  body .product-section__product__description {
    display: block;
    margin: 0; }
    body .product-section__product__description p {
      font-size: .6875rem;
      line-height: 1.5em;
      margin-bottom: 7px;
      text-align: center; }
  body .product-section__product__link {
    color: #000000;
    display: block;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: .6rem;
    font-weight: 600;
    margin: 0 auto;
    max-width: 138px;
    padding: 7px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 96%;
    z-index: auto; }
    body .product-section__product__link:hover {
      color: #000000; }
      body .product-section__product__link:hover:before {
        background-color: #d2ad38; }
    body .product-section__product__link:before {
      background-color: #bfcdc4;
      content: '';
      height: 100%;
      left: -2px;
      position: absolute;
      top: -2px;
      transition: background-color .3s ease;
      width: 100%;
      z-index: -1; }
    body .product-section__product__link:after {
      border: 1px solid #000000;
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 0; }

body .product-section__product:nth-of-type(4n):after {
	clear:right;
}

/*# sourceMappingURL=shop.css.map */
