a {
  text-decoration: none;
}
{
    width: 100%;
    max-width: 1200px; 
    margin: 0 ; 
    padding: 0 10px; 
}

body {
    margin: 0;
    padding: 0;
}
.wp-block-search,
.search-form {
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 9999;
}
.search-form input {
  border-radius: 20px;
  padding: 8px 12px;
}
.search-form input {
  border-radius: 20px;
  padding: 8px 12px;
}

.search-form button {
  border-radius: 20px;
}
.wp-block-social-links {
  position: absolute;
  top: 10px;
  left: 30px;
  z-index: 9999;
  display: flex;
  gap: 10px;
}

/* Style icons */
.wp-block-social-links a {
  font-size: 18px;
  opacity: 0.8;
}

.wp-block-social-links a:hover {
  opacity: 1;

}
.main-navigation a {
  color: #3e3e3e;
  font-weight: 500;
  letter-spacing: 1px;
}

/* Menu hover */
.main-navigation a:hover {
  color: #b46a4d;
}
.search-form input {
  background: #ffffff;
  border: 1px solid #d8cfc7;
  border-radius: 20px;
  padding: 8px 14px;
}

/* Search button */
.search-form button {
  background: #b46a4d;
  color: #fff;
  border-radius: 20px;
  border: none;
  padding: 8px 16px;
}

.search-form button:hover {
  background: #8e523b;
}
.wp-block-social-links a {
  color: #3e3e3e;
}

.wp-block-social-links a:hover {
  color: #b46a4d;
}
.site-header {
  border-bottom: 3px solid #e2d8cf;
}

/* Social icons (top left) */
.wp-block-social-links {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 999;
}

/* Search (top right) */
.search-form {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 999;
}

/* Push header down */
.site-header {
  padding-top: 40px;
  background: #f7f3ee;
}
.search-form input {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 10px 15px;
  width: 150px;
}

.search-form button {
  background: #b46a4d;
  color: #fff;
  border-radius: 15px;
  border: none;
  padding: 10px 18px;
}

.main-navigation {
  text-align: center;
  border-top: 1px solid #e5ddd5;
  border-bottom: 1px solid #e5ddd5;
  padding: 12px 0;
}

.main-navigation a {
  color: #3e3e3e;
  font-weight: 500;
  letter-spacing: 1px;
}

.main-navigation a:hover {
  color: #b46a4d;
}
.wp-block-group {
  background: #efe7df;
  padding: 40px;
  border-radius: 12px;
  text-align: left;
}
body {
  background: #f7f3ee;
}
body {
  background: #f7f3ee;
}

.site {
  max-width: 1200px;
  margin: 0 auto;
}
html, body {
  background: #f7f3ee !important;
}

/* Remove green from outer containers */
#page,
.site,
.site-content,
body.custom-background {
  background: #f7f3ee !important;
}
.site {
  max-width: 1200px;
  margin: 0 auto;
  background: #f7f3ee;
}
.home .wp-block-columns {
  align-items: center;
}

.home .wp-block-group h1,
.home .wp-block-group h2 {
  font-size: 46px;
  line-height: 1.15;
  color: #2f2f2f;
}

.home .wp-block-group p {
  font-size: 18px;
  color: #5f5f5f;
}

.wp-block-button__link {
  background: #b85f3f !important;
  color: #fff !important;
  border-radius: 6px;
  padding: 14px 26px;
  font-weight: 700;
  letter-spacing: .5px;
}

.wp-block-button__link:hover {
  background: #92482f !important;
}

body::before {
  content: "";
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 42px;
  background: #7f8f6a; /* sage green */
  z-index: 1;
}

.site-header,
.main-navigation {
max-width: 1280px;
width: 95%;
margin: 0 auto;
}
/* Allow full-width blocks */
.alignfull {
width: 100vw;
max-width: 100vw;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
}
/* Widen entire site content */
.site,
.site-content,
.content-area,
#page {
max-width: 1140px !important;
width: 100% !important;
margin: 0 auto;
}
/* Center featured product row */
.featured-products-row {
  max-width: 1180px !important;
  width: 90% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 32px !important;
  padding: 0 !important;
}

/* Make each card equal height */
.featured-products-row .wp-block-column {
  min-height: 520px !important;
  height: 520px !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: center !important;
}

/* Make images/cards fill the column */
.featured-products-row .wp-block-cover,
.featured-products-row .wp-block-image,
.featured-products-row img {
  width: 100% !important;
  height: 100% !important;
}

/* Crop images evenly */
.featured-products-row img,
.featured-products-row .wp-block-cover__image-background {
  object-fit: cover !important;
}

/* Stop page from sliding sideways */
html,
body {
  overflow-x: hidden !important;
}
.site-header,
.main-navigation,
.hero-banner {
max-width: 1280px !important;
width: 90% !important;
margin: 0 auto !important;
}
.site-logo img {
max-width: 420px;
}

/* Make footer menu horizontal */
.site-footer ul,
.footer-menu ul {
display: flex !important;
justify-content: center;
gap: 30px;
list-style: none;
padding: 0;
margin: 0;
}

/* Remove line breaks/borders */
.site-footer li,
.footer-menu li {
display: inline-block;
border: none !important;
padding: 0 !important;
margin: 0;
content: " •";
margin-left: 12px;
}
/* Remove huge space above footer */
.site-footer {
margin-top: 40px !important;
padding-top: 30px !important;
}

/* Remove extra bottom spacing from content */
.entry-content > *:last-child {
margin-bottom: 0 !important;
}
/* Footer menu styling */
.site-footer a {
color: #555;
text-decoration: none;
margin: 0 12px;
}

.site-footer a:hover {
color: #b46a4d;
}
.page .hero-banner {
display:none !important;
}


