/*
 Theme Name: Astra Child
 Template: astra
 Version: 1.0
*/
/* merriweather-700 - latin */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/merriweather-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* merienda-regular - latin */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merienda';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/merienda-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merienda-700 - latin */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merienda';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/merienda-v19-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
  font-family: 'Merienda', serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
}

.header-container {
    display: flex;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    gap: 40px;
}

.custom-header {
  padding: 20px;
  font-family: sans-serif;
}

.header-grid {
  display: grid;
  grid-template-columns: 29% 1fr 1fr auto;
  align-items: start;
  gap: 20px;
}

.logo-container {
  padding: 0 30px;
}

.col .container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

.nav-left a,
.nav-right a,
.cart a {
  text-decoration: none;
  color: #FADEB0;
  font-family: 'Merriweather', serif;
  font-size: 14px;
}

.nav-left a:hover,
.nav-right a:hover,
.cart a:hover {
  color: #000;
}

.cart-count {
  background: red;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 999px;
  margin-left: 5px;
}

body.single-product footer #colophon .elementor-heading-title a {
  color: #de8f14 !important;
  -webkit-text-fill-color: #FAEBD0 !important;
}