/* Add custom CSS styles below */ 
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:wght@400;500&family=Noto+Sans:wght@300;400;500&display=swap');
.gallery-upper-bar{
  display: none !important;
}
:root {
  --cream: #F2EEE4;
  --ivory: #FBF9F5;
  --beige: #D8CDBD;
  --taupe: #A99B8C;
  --charcoal: #2E2A27;
  --muted: #6F665F;
  --line: #E5DED4;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--charcoal);
  font-family: 'Noto Sans', sans-serif;
  font-weight: 300;
}

.site-header {
  height: 86px;
  padding: 0 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ivory);
  border-bottom: 1px solid var(--line);
}

#main-content > section.gallery-why-us{
	        padding-bottom: 0rem !important;
}
.store-footer {
	    padding-top: 0rem !important;
}

.logo {
  font-family: 'Noto Serif Display', serif;
  font-size: 30px;
  letter-spacing: 0.13em;
  text-transform: lowercase;
  font-weight: 400;
}

nav a {
  margin-left: 32px;
  color: var(--muted);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

nav a:hover {
  color: var(--charcoal);
}

.hero {
  min-height: 78vh;
  background: linear-gradient(rgba(251,249,245,0.78), rgba(251,249,245,0.78)), var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 90px 7%;
}

.hero-content {
  max-width: 760px;
}

.eyebrow {
  color: var(--taupe);
  letter-spacing: 0.28em;
  font-size: 12px;
  margin-bottom: 18px;
  display: inline-block;
}

h1, h2, h3 {
  font-family: 'Noto Serif Display', serif;
  font-weight: 400;
}

h1 {
  font-size: clamp(50px, 8vw, 96px);
  line-height: 0.95;
  margin: 0 0 26px;
}

.hero p {
  max-width: 640px;
  margin: 0 auto 36px;
  font-size: 17px;
  line-height: 1.8;
  color: var(--muted);
}

.button {
  display: inline-block;
  padding: 15px 38px;
  border-radius: 999px;
  background: var(--charcoal);
  color: var(--ivory);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid var(--charcoal);
  transition: 0.25s ease;
}

.button:hover {
  background: transparent;
  color: var(--charcoal);
}

.intro {
  padding: 90px 7%;
  text-align: center;
}

.intro h2,
.collection h2 {
  font-size: clamp(34px, 5vw, 58px);
  margin: 0 0 22px;
}

.intro p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
  line-height: 1.8;
  font-size: 16px;
}

.features {
  padding: 70px 7%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  background: var(--cream);
}

.features div {
  background: var(--ivory);
  padding: 36px 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  text-align: center;
}

.features h3 {
  font-size: 25px;
  margin: 0 0 12px;
}

.features p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

.collection {
  padding: 90px 7%;
  text-align: center;
}

.product-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.product-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 18px 18px 30px;
  transition: 0.25s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(46, 42, 39, 0.08);
}

.product-image {
  height: 360px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--cream), var(--beige));
  margin-bottom: 26px;
}

.product-card h3 {
  font-size: 24px;
  margin: 0 0 10px;
}

.product-card p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

footer {
  padding: 54px 7%;
  text-align: center;
}

footer p {
  margin-top: 14px;
}

@media (max-width: 850px) {
  .site-header {
    padding: 0 5%;
  }

  nav {
    display: none;
  }

  .features,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 70vh;
    padding: 70px 5%;
  }

  .product-image {
    height: 300px;
  }
}


.site-header {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  min-height: 60px !important;
  background-color: #333333 !important;
}


.site-header h1,
.site-header h2,
.site-header a {
  color: white !important;
  visibility: visible !important;
}

body {
  margin: 0 !important;
  padding: 0 !important;
}

.container-fluid,
.container {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  max-width: 100% !important;
}

section,
div {
  margin-left: 0 !important;
  margin-right: 0 !important;
} 

footer,
.footer,
[class*="footer"] {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}



.has-overlay::after {
    background-color: transparent !important;
}

#main-content > section.gallery-why-us{
	        padding-bottom: 0rem !important;
}
.store-footer {
	    padding-top: 0rem !important;
}

.s-cart-summary-count{
	background-color: var(--header-textmain-color) !important;
}

.s-comments-product {
	background-color: var(--ivory) !important;
}

@keyframes intro {
    0% {
        width: 100%;
        opacity: 1;
    }
    75% {
        width: 100%;
        opacity: 1;
    }
    100% {
        width: 100%;
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes intro_logo {
    0% {
        width: 100%;
        opacity: 0;
        transform: scale(0.85) cubic-bezier(0.25, 1, 0.5, 1);
    }
    25% {
        opacity: 1;
        transform: scale(1);
    }
    75% {
        opacity: 1;
        transform: scale(1.03);
    }
    100% {
        width: 100%;
        opacity: 0;
        transform: scale(1.08) cubic-bezier(0.25, 1, 0.5, 1);
        visibility: hidden;
    }

}

.s-block--fixed-banner.wide-placeholder .container,
section.s-block--fixed-banner .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.s-block--fixed-banner.wide-placeholder,
section.s-block--fixed-banner {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}



@media only screen and (max-width: 1024px) {
    .mm-spn.mm-spn--light {
           background-color: var(--header-main-color);
        color: var(--header-textmain-color)!important;
    }
}

.fixed-header .top-navbar.gallery-top-navbar {
    position: fixed !important;
    z-index: 9999 !important;
    width: 100% !important;
    background-color: var(--header-upper-color) !important;
}