/*
Theme Name:     Heirloom 2025
Theme URI:      https://heirloombyveluz.com/
Description:    A Storefront child theme designed for Heirloom By Veluz.
Author:         WooCommerce
Author URI:     http://rebelpixel.com/
Template:       sullivan
Version:        1.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    heirloom2025
*/
/* =Boutique styles starts here
-------------------------------------------------------------- */
@import url("assets/fonts/lora-v36-latin/fonts.css");
body.heirloom2025 {
  font-family: "lora", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}
.heirloom2025 #site-content {
  background: #f1f0ec;
}
.heirloom2025 .site-header {
  /* background: #fff; */
  /* background: #fff url(images/pattern.jpg) top left no-repeat; */
  /* background: #dad8dc url(images/paisley-pattern-horizontal.png) top right no-repeat; */
  background: #c7c5ca url(images/paisley-pattern-horizontal.png) top right no-repeat;
  /* background-size: cover; */
}
.heirloom2025 .custom-logo-link img {
  background: url(images/logo-2025-blur.png) top center no-repeat;
  background-size: auto 100%;
  max-height: 160px !important;
}
.gender-cats li {
  margin-bottom: 1.2em;
  position: relative;
}
.gender-cats li a {
  display: inline-block;
}
.cat-title {
  position: absolute;
  top: 40%;
  left: 45%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 6em;
  line-height: 1;
  text-shadow: 3px 3px 0 #444, 0 0 10px #666;
  color: #eee;
}
@media (max-width: 500px) {
  .cat-title {
    font-size: 3em;
  }
}
