body.single-product .site .content-area {
  padding-top: 50px;
}
.woocommerce-breadcrumb {
  display: none;
}
.site-content a.button.add_to_cart_button {
  font-size: 0.9rem;
  background: transparent;
  text-transform: none;
  color: #000000;
  padding: 11px 0;
  width: 100%;
  box-sizing: border-box;
}
.site-content a.button.add_to_cart_button:hover {
  background: black;
  color: white;
}
body.woocommerce ul.products > li.product a img {
  margin-bottom: 0;
}
body.woocommerce ul.products > li.product .woocommerce-loop-product__title {
  font-family: 'karla-400-body', 'Karla', serif;
  font-size: 1.2rem;
  height: 2em;
}
body.woocommerce ul.products > li.product p.wc-gzd-additional-info {
  font-size: 0.9rem;
}
body.woocommerce ul.products > li.product .price {
  font-size: 0.9rem;
  font-weight: bold;
}
.woocommerce .site-footer-block,
.woocommerce-page .site-footer-block {
  margin-top: 150px;
}
@media (max-width: 700px) {
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: left;
  }
  .woocommerce .woocommerce-ordering select,
  .woocommerce-page .woocommerce-ordering select {
    padding-left: 0;
  }
}
.woocommerce-products-header > .page-description {
  display: none;
}
body.post-type-archive-product .acf-fc-text > .acf-fc-columns > .acf-fc-column > .acf-fc-text-content > h1:first-child {
  margin-top: 0.5rem;
}
body.post-type-archive-product .product-category-link-buttons .acf-fc-text-content {
  padding-top: 1rem;
}
@media (max-width: 420px) {
  body.post-type-archive-product .product-category-link-buttons .acf-fc-text-content {
    display: none;
  }
}
.woocommerce-product-gallery__image {
  padding: 15px;
  background: white;
}
.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product a img.woocommerce-placeholder {
  width: calc(100% - 20px);
  border: 10px solid white;
}
body.post-type-archive-product .acf-fc-text > .acf-fc-columns > .acf-fc-column > .acf-fc-text-content > h1:first-child {
  margin-top: 50px;
}
body.post-type-archive-product .acf-fc-row.paper-bg {
  width: calc(100vw - 30px);
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 480px) {
  body.post-type-archive-product .acf-fc-row.paper-bg {
    width: calc(100vw - 20px);
  }
}
@media (min-width: 1000px) {
  body.post-type-archive-product .acf-fc-row.paper-bg.page-bg-start::before {
    top: -580px;
  }
}
@media (min-width: 1920px) {
  body.post-type-archive-product .acf-fc-row.paper-bg {
    margin-left: calc(945px - 50vw);
    margin-right: calc(945px - 50vw);
  }
}
@media (min-width: 3840px) {
  body.post-type-archive-product .acf-fc-row.paper-bg {
    width: 3840px;
    margin-left: -975px;
    margin-right: -975px;
  }
}
