/* Hide shop page title */ 
.post-type-archive-product h3.archive-title{
  display: none;
}

/* Hide Sydney footer */
.site-info.container {
    display: none;
}

/* Hide Product description */
.woocommerce #tab-description > h2 {
      display: none;
}
.single-product .woocommerce-product-details__short-description {
    margin-bottom: 0px;
}

/* Add faint border on any block */
.has-border {
     border: 1px solid #ddd;
}

/* Add faint border around images */
.img-has-border img {
     border: 1px solid #ddd;
}