:root{
	--sd-custom-shop-taupe: #fbf4e2
}
.siteCol {
	background-color: var(--sd-custom-shop-taupe);
}
.woocommerce div.product div.images.woocommerce-product-gallery img {
	background-color: transparent;
}
.sd-custom-shop-logo {
	display: flex;
	align-items: center;
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
}
.entry-summary .sd-custom-shop-logo:not(:first-child) {
	margin-top: 1em;
}
.entry-summary .sd-custom-shop-logo:not(:last-child) {
	margin-bottom: 1em;
}
.sd-custom-shop-logo.desktop-logo {
  display: none;
  margin-left: 0;
}
.sd-custom-shop-logo.mobile-logo {
  margin-bottom: calc(-1 * var(--sd-woocommerce-product-gap));
}
@media (min-width: 1100px) {
  .sd-custom-shop-logo.desktop-logo {
    display: flex;
  }

  .sd-custom-shop-logo.mobile-logo {
    display: none;
  }
}

.woocommerce div.product div.images.woocommerce-product-gallery img,
.woocommerce div.product div.images .flex-control-thumbs li img {
  background: transparent;
}


.woocommerce ul.products li.product .entry .type-product,
.woocommerce-page ul.products li.product {
  background-color: transparent !important;
}