@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');

/* Base */
body {
  margin: 0;
  font-family: 'Helvetica Neue', sans-serif;
  background-color: #fffdfb;
  color: #333;
  padding: 0;
}

/* Language Switcher */
.language-switcher {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: 'Playfair Display', serif;
}

.language-switcher a {
  margin-left: 10px;
  text-decoration: none;
  color: #555;
  font-size: 16px;
}

.language-switcher a.active {
  font-weight: bold;
  color: #a02f2f;
}

/* Header */
.mmestyle-header * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mmestyle-header {
  position: relative;
  width: 100%;
  height: 120px;
  background-color: #fffcf5;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0 20px;
  text-align: center;
}

.mmestyle-header-image {
  height: 110px;
  margin-right: 25px;
  z-index: 2;
}

.mmestyle-header-content {
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.mmestyle-brand-name {
  font-family: 'Italiana', serif;
  font-weight: 400;
  font-size: 42px;
  color: #333;
  margin-bottom: 8px;
  line-height: 0.9;
  letter-spacing: 1px;
}

.mmestyle-tagline {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 18px;
  color: #555;
  font-style: italic;
}

.mmestyle-border-top,
.mmestyle-border-bottom {
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #e8b255;
  z-index: 1;
}

.mmestyle-border-top {
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 95% 60%, 90% 100%, 85% 40%, 80% 90%, 75% 50%, 70% 100%, 65% 30%, 60% 80%, 55% 60%, 50% 100%, 45% 40%, 40% 90%, 35% 50%, 30% 100%, 25% 30%, 20% 70%, 15% 40%, 10% 90%, 5% 60%, 0 100%);
}

.mmestyle-border-bottom {
  bottom: 0;
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 95% 40%, 90% 0, 85% 60%, 80% 10%, 75% 50%, 70% 0, 65% 70%, 60% 20%, 55% 40%, 50% 0, 45% 60%, 40% 10%, 35% 50%, 30% 0, 25% 70%, 20% 30%, 15% 60%, 10% 10%, 5% 40%, 0 0);
}

/* Main Content */
.main-content {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}

.main-image {
  max-width: 90%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Footer */
.footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 20px;
  background-color: #f6f2ef;
  color: #555;
  font-family: 'Playfair Display', serif;
  gap: 20px;
}

.footer-left p {
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-left input {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.footer-links p {
  margin: 5px 0;
}

.footer-links a {
  color: #555;
  text-decoration: none;
  font-size: 16px;
}

.footer-links i {
  margin-right: 8px;
  color: #888;
}

/* Responsive */
@media (max-width: 768px) {
  .mmestyle-header {
    flex-direction: column;
    height: auto;
    padding: 20px;
  }

  .mmestyle-header-image {
    margin-right: 0;
    margin-bottom: 15px;
    height: 90px;
  }

  .mmestyle-brand-name {
    font-size: 32px;
  }

  .mmestyle-tagline {
    font-size: 14px;
  }

  .footer {
    align-items: center;
    text-align: center;
  }
}

/* Product Gallery */
.product-gallery {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 20px 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.product-tile {
  flex: 0 0 auto;
  max-height: 300px;
  border-radius: 12px;
  scroll-snap-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Buy button */
#product-component-1747694076436 {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

.shopify-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  max-width: 90%;
  Base background: rgba(255, 255, 255, 0.7); 
  padding: 20px 30px;
  border-radius: 12px;
  backdrop-filter: blur(1px);
}

.hero-tagline {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-btn {
  font-family: 'Montserrat', sans-serif;
  padding: 10px 20px;
  background-color: #a47f04;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
  transition: background-color 0.3s;
}

.hero-btn:hover {
  background-color: #947204;
}

.hero-btn.secondary {
  background-color: transparent;
  color: #a47f04;
  border: 2px solid #a47f04;
}

.hero-btn.secondary:hover {
  background-color: #f5f0e6;
}

.sleek-font {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 24px;
  color: #444;
  text-align: center;
  margin-bottom: 20px;
}

.hero-overlay {
  background: transparent;
  padding: 40px 20px;
  text-align: center;
}

.product-description {
  padding: 60px 20px;
  background-color: #fffcf5;
  font-family: 'Playfair Display', serif;
  color: #444;
}

.product-description h3 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}

.product-description p {
  max-width: 800px;
  margin: 0 auto 20px auto;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.main-nav {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  text-align: center;
  padding: 15px 0;
  font-family: 'Playfair Display', serif;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-nav ul li {
  display: inline-block;
  margin: 0 20px;
}

.main-nav ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.main-nav ul li a:hover {
  color: #a47f04;
}

