/*
Theme Name:         Dolly's Donuts
Theme URI:          https://www.codexdigital.com.au/sage/
Description:        Theme description here.
Version:            9.0.9
Author:             Codex Digital
Author URI:         https://www.codexdigital.com.au/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

#gelato-sorbet .button {
  display: none;
}

#gelato-sorbet img {
  display: none;
}

body.post-type-archive-product .category-group.gelato-sorbet .products-grid .product:nth-child(4)::before {
  display: none !important;
}

body.post-type-archive-product .category-group.gelato-sorbet h2.products-category-heading::before {
  content: "";
  display: block;
  background-image: url(/wp-content/themes/dollysdonuts/dist/images/gelato-boi_83a3544b.gif);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  width: 235px;
  height: 210px;
  margin: 0 auto;
}

body.post-type-archive-product #gelato-sorbet .products-grid > .product {
  opacity: 1;
}

body.post-type-archive-product #gelato-sorbet .products-grid {
  row-gap: 50px;
}

body.post-type-archive-product #gelato-sorbet .products-grid .woocommerce-loop-product__link {
  margin-bottom: 0;
}
