/*
Theme Name: WOOWAY
Theme URI: https://www.getwooway.com
Author: WOOWAY
Description: Custom WooCommerce theme for WOOWAY Taoist-inspired ritual commerce.
Version: 1.1.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: wooway
*/

body.wooway-ready, body {
  overflow-x: hidden;
}

.site-nav nav ul,
.site-nav nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav nav ul {
  display: contents;
}

.brand,
.footer-brand a {
  display: inline-flex;
  align-items: center;
}

.footer-brand a {
  width: max-content;
}

.home .home-hero,
.front-page .home-hero {
  min-height: 660px;
}

.home .home-hero h1,
.front-page .home-hero h1 {
  max-width: 780px;
}

.home .site-footer,
.front-page .site-footer {
  margin-top: 0;
}

.woocommerce img,
.product-card img,
.cat-tile img {
  height: auto;
}

.product-card img,
.cat-tile img,
.gallery img {
  height: 245px;
}

.cat-tile img {
  height: 305px;
}

.gallery img {
  height: 410px;
}
