/* Typography */

:root {
    --primary-color: #02b290;
    --secondary-color: #ff6b6b;
    --background-color: #f5f5f5;
}
body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6,
.site-title,
.main-navigation {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
}

.site-description,
.entry-meta {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

/* Button and Input Styles */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

article a,
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gemunu Libre", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
button,
.button {
  border-radius: 0 !important;
}
.main-navigation ul li ul{
  z-index: 9999;
}
h1.site-title {
  font-size: clamp(2rem, 5vw, 4rem);
}
a{
  text-decoration: underline;
}
a,
.grid-head .entry-title a:hover,
.entry-meta span,
.entry-footer span,
.entry-meta a,
.ghead-meta,
.widget ul li a:hover {
  color: #02b290;
}
h1.site-title a {
  color: var(--primary-color);
  text-decoration: none;
}
.site-description {
  font-size: clamp(0.8rem, 2vw, 1.2rem);
}
.site-branding.brand-logo {
  margin-right: 10px;
  margin-bottom: 20px;
}
aside#secondary {
  position: sticky;
  top: 40px;
}
/* List and grid styles moved to blog-styles.css */

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.woocommerce ul.products li.product a img {
  border: none;
}
.xshopkit-badge span:after {
  display: none;
}
.woocommerce ul.products li.product a img:hover {
  transform: scale(1.05);
  transition: 0.5s
}
.pagination .nav-links a:hover, .pagination .nav-links span{
  background: var(--primary-color);
}
.woocommerce ul.products li.product a img {
  transition: 0.5s
}
.xshopkit-badge span {
  padding: 10px;
}
input[type="submit"],
button,
a#clickTop,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
button.button,
.entry-content table thead th,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.xshopkit-badge span:before,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.pagination .nav-links a:hover,
.pagination .nav-links span,
span.count.cart-contents {
  background: #02b290;
}
.woocommerce .woocommerce-ordering select {
  text-align: center;
}
.product_meta > span {
  display: block;
  margin-bottom: 7px;
}
.woocommerce ul.products li.product a {
  overflow: hidden;
}
.quantity input[type="number"] {
  min-height: 35px;
}
.site-branding.brand-text {
  padding-bottom: 10px;
}
.site-info a {
  text-decoration: inherit;
  font-size: 18px;
}
.woocommerce ul.products li.product a.added_to_cart {
  display: block;
  border: inherit;
}

.woocommerce ul.products li.product a.added_to_cart:hover {
  background: transparent;
  color: inherit;
}