/* Hero thumbnails selected state */
.hero-thumbnail-1737432156.selected {
  border-color: #f59e42 !important;
  box-shadow: 0 0 0 2px #f59e4233;
}

/* Popup enlarged image styling */
.hero-image-popup-1737432156 {
  animation: popupFadeIn1737432156 0.2s ease;
}

@keyframes popupFadeIn1737432156 {
  from { opacity: 0; transform: scale(0.92) translate(-50%, -50%); }
  to { opacity: 1; transform: scale(1) translate(-50%, -50%); }
}
* {
  font-family: Roboto, sans-serif;
  box-sizing: border-box;
}

.header-section-1735077234 {
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 16px 24px;
  box-shadow: 0 2px 8px rgba(30, 45, 51, 0.1);
}
.header-container-1735077234 {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
}
.logo-1735077234 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #1e2d33;
  text-decoration: none;
  transition: color 0.3s ease;
}
.logo-1735077234:hover {
  color: #c1a286;
}
.nav-menu-1735077234 {
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav-link-1735077234 {
  font-size: 16px;
  line-height: 18px;
  color: #222222;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  padding: 8px 18px;
  border-radius: 6px;
}
.nav-link-1735077234:hover {
  color: #c1a286;
}
.nav-link-1735077234::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #c1a286, #544638);
  transition: width 0.3s ease;
}
.nav-link-1735077234:hover::after {
  width: 100%;
}
.cart-icon-desktop-1735077234 {
  font-size: 20px;
  color: #1e2d33;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 8px;
  border-radius: 8px;
}
.cart-icon-desktop-1735077234:hover {
  color: #c1a286;
  background: rgba(193, 162, 134, 0.1);
  transform: scale(1.1);
}
.mobile-menu-group-1735077234 {
  display: none;
  align-items: center;
  gap: 16px;
}
.mobile-menu-icon-1735077234 {
  font-size: 20px;
  color: #1e2d33;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.mobile-menu-icon-1735077234:hover {
  color: #c1a286;
  background: rgba(193, 162, 134, 0.1);
}
.cart-icon-mobile-1735077234 {
  font-size: 20px;
  color: #1e2d33;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.cart-icon-mobile-1735077234:hover {
  color: #c1a286;
  background: rgba(193, 162, 134, 0.1);
  transform: scale(1.1);
}
.mobile-nav-overlay-1735077234 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.mobile-nav-overlay-1735077234.active-1735077234 {
  opacity: 1;
  visibility: visible;
}
.mobile-nav-menu-1735077234 {
  position: fixed;
  top: 0;
  right: -300px;
  width: 280px;
  height: 100%;
  background: #ffffff;
  z-index: 1002;
  padding: 24px;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
}
.mobile-nav-menu-1735077234.active-1735077234 {
  right: 0;
}
.mobile-nav-header-1735077234 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8dbd0;
}
.mobile-nav-close-1735077234 {
  font-size: 24px;
  color: #1e2d33;
  cursor: pointer;
  padding: 4px;
}
.mobile-nav-links-1735077234 {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.mobile-nav-link-1735077234 {
  font-size: 18px;
  color: #1e2d33;
  text-decoration: none;
  font-weight: 500;
  padding: 12px 0;
  border-bottom: 1px solid rgba(232, 219, 208, 0.5);
  transition: color 0.3s ease;
}
.mobile-nav-link-1735077234:hover {
  color: #c1a286;
}
@media (max-width: 767px) {
  .nav-menu-1735077234 {
    display: none;
  }
  .cart-icon-desktop-1735077234 {
    display: none;
  }
  .mobile-menu-group-1735077234 {
    display: flex;
  }
  .header-container-1735077234 {
    padding: 0 16px;
  }
  .logo-1735077234 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-menu-1735077234 {
    gap: 24px;
  }
}
@media (min-width: 992px) {
  .header-container-1735077234 {
    padding: 0 32px;
  }
}
@media (min-width: 1200px) {
  .nav-menu-1735077234 {
    gap: 48px;
  }
}
.hero-section-1737432156 {
  background: linear-gradient(
    135deg,
    #e8dbd0 0%,
    rgba(193, 162, 134, 0.1) 100%
  );
  position: relative;
  min-height: 600px;
  padding: 48px 16px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.hero-container-1737432156 {
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
  min-height: 500px;
}
.hero-images-wrapper-1737432156 {
  display: flex;
  align-items: center;
  gap: 32px;
}
.hero-thumbnails-1737432156 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hero-thumbnail-1737432156 {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid #e5e7eb;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.hero-thumbnail-1737432156:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(30, 45, 51, 0.12);
}
@media (max-width: 767px) {
  .hero-images-wrapper-1737432156 {
    flex-direction: column;
    align-items: center;
    width: 100% !important;
    margin-bottom: 16px;
  }
  .hero-thumbnails-1737432156 {
    flex-direction: row !important;
    justify-content: center;
    margin: 0 auto 12px;
  }
  .hero-section-1737432156 {
    overflow: visible;
    padding: 32px 16px;
  }
  .product-image-1737432156 {
    position: relative;
    width: 100%;
    max-width: 340px;
    height: auto;
    left: auto;
    top: auto;
    transform: none;
    margin: 0 auto;
    z-index: 1;
  }
  .product-image-1737432156 img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .content-wrapper-1737432156 {
    position: static;
    z-index: auto;
    margin-top: 16px;
    width: 100%;
    max-width: 100%;
    padding: 0 12px;
    text-align: center;
  }
  .main-headline-1737432156 {
    font-size: 24px;
  }
  .product-description-1737432156 {
    max-width: 100%;
    font-size: 14px;
  }
}
.product-image-1737432156 {
  position: absolute;
  width: 250px;
  height: 200px;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(30, 45, 51, 0.15);
}
.product-image-1737432156 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  background: #ffffff;
}
.product-image-1737432156:hover img {
  /* animation disabled */
}
.content-wrapper-1737432156 {
  position: relative;
  text-align: center;
  margin-top: 240px;
  z-index: 2;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.main-headline-1737432156 {
  color: #1e2d33;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 24px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.product-description-1737432156 {
  color: #544638;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 24px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.product-features-1737432156 {
  margin: 12px 0 0 0;
  padding-left: 18px;
}
.product-features-1737432156 li {
  margin: 6px 0;
}
.price-row-1737432156 {
  margin: 32px 0 12px 0;
  font-size: 1.1em;
  color: #222222;
}
.price-now-1737432156 {
  font-weight: 700;
  color: #f59e42;
}
.price-old-1737432156 {
  text-decoration: line-through;
  color: #aaaaaa;
  margin-left: 10px;
}
.price-discount-1737432156 {
  margin-left: 10px;
  color: #f59e42;
  font-size: 0.95em;
  background: rgba(245, 158, 66, 0.12);
  border: 1px solid rgba(245, 158, 66, 0.35);
  border-radius: 999px;
  padding: 4px 10px;
}
.price-note-1737432156 {
  color: #444444;
  font-size: 0.95em;
  margin-top: 6px;
}
.cta-button-1737432156 {
  background: linear-gradient(135deg, #1e2d33 0%, #544638 100%);
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  padding: 16px 32px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(30, 45, 51, 0.2);
  width: 200px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.cta-button-1737432156:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(30, 45, 51, 0.3);
  background: linear-gradient(135deg, #544638 0%, #c1a286 100%);
}
.cta-button-1737432156:active {
  transform: translateY(0);
}
@media (min-width: 576px) {
  .hero-section-1737432156 {
    padding: 64px 24px;
  }
  .content-wrapper-1737432156 {
    margin-top: 260px;
  }
  .main-headline-1737432156 {
    font-size: 32px;
  }
  .product-description-1737432156 {
    font-size: 18px;
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .hero-section-1737432156 {
    min-height: 700px;
  }
  .hero-container-1737432156 {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    min-height: 600px;
  }
  .product-image-1737432156 {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 380px;
    left: auto;
    top: auto;
    transform: none;
    margin: 0 auto;
  }
  .content-wrapper-1737432156 {
    text-align: center;
    margin-top: 0;
    max-width: 560px;
  }
  .main-headline-1737432156 {
    font-size: 36px;
    text-align: center;
  }
  .product-description-1737432156 {
    text-align: center;
    max-width: 520px;
  }
  .cta-button-1737432156 {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .hero-container-1737432156 {
    grid-template-columns: auto 1fr;
    justify-content: center;
    justify-items: center;
    gap: 96px;
    padding: 0 40px;
  }
  .product-image-1737432156 {
    max-width: 1050px;
    height: auto;
  }
  .content-wrapper-1737432156 {
    text-align: left;
    max-width: 600px;
  }
  .main-headline-1737432156 {
    font-size: 42px;
    text-align: left;
    max-width: 480px;
  }
  .product-description-1737432156 {
    text-align: left;
    max-width: 540px;
  }
  .cta-button-1737432156 {
    width: 320px;
    height: 55px;
  }
}
@media (min-width: 1200px) {
  .hero-section-1737432156 {
    padding: 80px 32px;
  }
  .hero-container-1737432156 {
    grid-template-columns: auto 1fr;
    justify-content: center;
    justify-items: center;
    gap: 128px;
    padding: 0 40px;
  }
  .product-image-1737432156 {
    max-width: 1200px;
    height: auto;
  }
  .main-headline-1737432156 {
    font-size: 48px;
    max-width: 600px;
  }
  .product-description-1737432156 {
    max-width: 600px;
  }
  .cta-button-1737432156 {
    width: 400px;
    height: 60px;
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .hero-section-1737432156 {
    padding: 96px 48px;
  }
  .main-headline-1737432156 {
    font-size: 52px;
  }
}
.features-section-1735077123 {
  background: #ffffff;
  padding: 64px 0 96px 0;
  position: relative;
  overflow: hidden;
}
.features-section-1735077123::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(232, 219, 208, 0.1) 0%,
    rgba(255, 255, 255, 0.8) 100%
  );
  pointer-events: none;
}
.features-container-1735077123 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.features-title-1735077123 {
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #1e2d33;
  text-align: center;
  margin-bottom: 24px;
  background: linear-gradient(135deg, #1e2d33 0%, #544638 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.features-subtitle-1735077123 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(30, 45, 51, 0.8);
  text-align: center;
  max-width: 600px;
  margin: 0 auto 64px auto;
}
.features-grid-1735077123 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 48px;
  align-items: stretch;
}
.feature-card-1735077123 {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(232, 219, 208, 0.3) 100%
  );
  border-radius: 16px;
  padding: 48px 32px;
  text-align: center;
  position: relative;
  box-shadow: 0 8px 32px rgba(30, 45, 51, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(193, 162, 134, 0.2);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.feature-card-1735077123:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(30, 45, 51, 0.12);
  border-color: rgba(193, 162, 134, 0.4);
}
.feature-card-1735077123::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(193, 162, 134, 0.05) 0%,
    transparent 100%
  );
  border-radius: 16px;
  pointer-events: none;
}
.feature-icon-1735077123 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e2d33 0%, #544638 100%);
  margin: 0 auto 32px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 4px 16px rgba(30, 45, 51, 0.2);
  transition: all 0.3s ease;
}
.feature-card-1735077123:hover .feature-icon-1735077123 {
  transform: scale(1.1);
  box-shadow: 0 8px 24px rgba(30, 45, 51, 0.3);
}
.feature-icon-1735077123 i {
  font-size: 32px;
  color: #ffffff;
}
.feature-title-1735077123 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  color: #1e2d33;
  margin-bottom: 16px;
}
.feature-description-1735077123 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(30, 45, 51, 0.7);
  word-break: break-word;
}
@media (min-width: 576px) {
  .features-grid-1735077123 {
    gap: 32px;
  }
  .feature-card-1735077123 {
    padding: 40px 28px;
  }
}
@media (min-width: 768px) {
  .features-title-1735077123 {
    font-size: 48px;
  }
  .features-grid-1735077123 {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }
}
@media (min-width: 992px) {
  .features-grid-1735077123 {
    grid-template-columns: repeat(3, 1fr);
  }
  .feature-card-1735077123 {
    padding: 48px 32px;
  }
}
@media (max-width: 575px) {
  .features-title-1735077123 {
    font-size: 32px;
  }
  .features-subtitle-1735077123 {
    font-size: 16px;
  }
  .features-container-1735077123 {
    padding: 0 16px;
  }
  .feature-card-1735077123 {
    padding: 32px 24px;
  }
  .feature-icon-1735077123 {
    width: 64px;
    height: 64px;
  }
  .feature-icon-1735077123 i {
    font-size: 24px;
  }
  .feature-title-1735077123 {
    font-size: 20px;
  }
  .feature-description-1735077123 {
    font-size: 14px;
  }
}
.reviews-section-1735078234 {
  background: linear-gradient(
    135deg,
    #e8dbd0 0%,
    rgba(232, 219, 208, 0.8) 100%
  );
  padding: 64px 24px;
  position: relative;
  min-height: 400px;
}
.reviews-container-1735078234 {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.section-title-1735078234 {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: #1e2d33;
  text-align: center;
  margin-bottom: 48px;
}
.reviews-grid-1735078234 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  position: relative;
}
.review-card-1735078234 {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 8px 32px rgba(30, 45, 51, 0.1);
    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease;
    border: 1px solid rgba(193, 162, 134, 0.2);
    min-width: 380px; /* Increased width */
    max-width: 480px; /* Increased width */
}
.review-card-1735078234:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 48px rgba(30, 45, 51, 0.15);
}
.review-stars-1735078234 {
  font-size: 24px;
  line-height: 1.2;
  color: #c1a286;
  margin-bottom: 16px;
}
.review-text-1735078234 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1e2d33;
  margin-bottom: 24px;
  font-style: italic;
}
.review-name-1735078234 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: #544638;
}
.carousel-nav-1735078234 {
  display: none;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
.nav-button-1735078234 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #1e2d33;
  border: 2px solid #1e2d33;
  border-radius: 25px;
  background: transparent;
  padding: 12px 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.nav-button-1735078234:hover {
  background: #1e2d33;
  color: #ffffff;
  transform: translateY(-2px);
}
.nav-button-1735078234:active {
  transform: translateY(0);
}
@media (min-width: 576px) {
  .section-title-1735078234 {
    font-size: 32px;
  }
  .reviews-grid-1735078234 {
    gap: 24px;
  }
}
@media (min-width: 768px) {
  .reviews-grid-1735078234 {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .review-card-1735078234 {
    padding: 24px;
  }
}
@media (min-width: 992px) {
  .reviews-grid-1735078234 {
    grid-template-columns: repeat(3, 1fr);
  }
  .review-card-1735078234 {
    padding: 32px;
  }
}
@media (min-width: 1200px) {
  .reviews-section-1735078234 {
    padding: 96px 24px;
  }
  .section-title-1735078234 {
    margin-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .reviews-section-1735078234 {
    padding: 48px 16px;
    padding-bottom: 84px;
  }
  .section-title-1735078234 {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .review-text-1735078234 {
    font-size: 14px;
  }
  .review-name-1735078234 {
    font-size: 12px;
  }
  .carousel-nav-1735078234 {
    display: none;
  }
  .reviews-grid-1735078234 {
    display: block;
    position: relative;
  }
  .review-card-1735078234 {
    display: none;
    margin-bottom: 24px;
    position: relative;
    width: 320px !important;
    min-width: 320px !important;
    max-width: 320px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .review-card-1735078234.active-1735078234 {
    display: block;
  }
  .review-stars-1735078234 {
    font-size: 20px;
  }
  #reviews-page-1,
  #reviews-page-2 {
    display: block !important;
  }
  .reviews-page-1735078234 {
    position: static !important;
  }
  #carousel-prev-arrow,
  #carousel-next-arrow {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10;
  }
  #carousel-prev-arrow {
    left: calc(50% - 160px - 32px) !important;
    right: auto !important;
    transform: translate(-100%, -50%) !important;
  }
  #carousel-next-arrow {
    left: calc(50% + 160px + 32px) !important;
    right: auto !important;
  }
}
.pricing-section-1735077847 {
  background: linear-gradient(
    135deg,
    #544638 0%,
    rgba(84, 70, 56, 0.9) 50%,
    #c1a286 100%
  );
  padding: 64px 16px;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.pricing-section-1735077847::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at 30% 20%,
    rgba(193, 162, 134, 0.1) 0%,
    transparent 50%
  );
  pointer-events: none;
}
.pricing-card-1735077847 {
  background: linear-gradient(
    145deg,
    #ffffff 0%,
    rgba(232, 219, 208, 0.8) 100%
  );
  border: 2px solid #c1a286;
  border-radius: 12px;
  padding: 32px;
  max-width: 400px;
  width: 100%;
  position: relative;
  box-shadow:
    0 16px 32px rgba(84, 70, 56, 0.15),
    0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.pricing-card-1735077847:hover {
  transform: translateY(-4px);
  box-shadow:
    0 24px 48px rgba(84, 70, 56, 0.2),
    0 8px 16px rgba(0, 0, 0, 0.15);
}
.discount-badge-1735077847 {
  position: absolute;
  top: -12px;
  right: 24px;
  background: linear-gradient(135deg, #1e2d33 0%, #544638 100%);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 4px 8px rgba(30, 45, 51, 0.3);
  z-index: 2;
}
.original-price-1735077847 {
  text-align: center;
  font-size: 16px;
  color: rgba(84, 70, 56, 0.7);
  text-decoration: line-through;
  margin-bottom: 8px;
  font-weight: 400;
}
.final-price-1735077847 {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #1e2d33;
  margin: 16px 0;
  line-height: 1.1;
  background: linear-gradient(135deg, #1e2d33 0%, #544638 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.offer-description-1735077847 {
  text-align: center;
  font-size: 14px;
  color: #544638;
  margin: 24px 0;
  font-weight: 500;
}
.cta-button-1735077847 {
  width: 100%;
  max-width: 200px;
  height: 50px;
  background: linear-gradient(135deg, #1e2d33 0%, #544638 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  margin: 32px auto 0;
  box-shadow: 0 4px 12px rgba(30, 45, 51, 0.3);
}
.cta-button-1735077847:hover {
  background: linear-gradient(135deg, #544638 0%, #c1a286 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(30, 45, 51, 0.4);
}
.cta-button-1735077847:active {
  transform: translateY(0);
}
@media (min-width: 576px) {
  .pricing-section-1735077847 {
    padding: 80px 24px;
  }
  .pricing-card-1735077847 {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .pricing-section-1735077847 {
    padding: 96px 32px;
  }
  .final-price-1735077847 {
    font-size: 52px;
  }
}
@media (min-width: 992px) {
  .pricing-section-1735077847 {
    padding: 128px 48px;
  }
  .pricing-card-1735077847 {
    max-width: 420px;
    padding: 48px;
  }
  .final-price-1735077847 {
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  .pricing-section-1735077847 {
    padding: 128px 64px;
  }
}
@media (max-width: 575px) {
  .pricing-card-1735077847 {
    padding: 24px;
    max-width: 320px;
  }
  .final-price-1735077847 {
    font-size: 36px;
  }
  .discount-badge-1735077847 {
    top: -8px;
    right: 16px;
    padding: 6px 12px;
    font-size: 12px;
  }
}
.footer-section-1735077234 {
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    rgba(232, 219, 208, 0.3) 100%
  );
  padding: 64px 0 48px;
  position: relative;
  overflow: hidden;
}
.footer-section-1735077234::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    #544638 0%,
    #c1a286 50%,
    #544638 100%
  );
}
.footer-container-1735077234 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}
.footer-grid-1735077234 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}
.footer-column-1735077234 {
  display: flex;
  flex-direction: column;
}
.footer-title-1735077234 {
  color: #1e2d33;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 24px;
  position: relative;
}
.footer-title-1735077234::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 2px;
  background: linear-gradient(
    90deg,
    #c1a286 0%,
    rgba(193, 162, 134, 0.3) 100%
  );
}
.footer-text-1735077234 {
  color: rgba(30, 45, 51, 0.8);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
  word-break: break-word;
}
.footer-link-1735077234 {
  color: #544638;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}
.footer-link-1735077234:hover {
  color: #c1a286;
  transform: translateX(4px);
}
.footer-link-1735077234::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #c1a286;
  border-radius: 50%;
  margin-right: 8px;
  transition: all 0.3s ease;
}
.footer-link-1735077234:hover::before {
  background: #1e2d33;
  transform: scale(1.2);
}
.policy-links-1735077234 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
.policy-links-1735077234 .footer-link-1735077234 {
  display: flex;
  align-items: center;
}
.newsletter-form-1735077234 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}
.newsletter-input-1735077234 {
  padding: 12px 16px;
  border: 1px solid rgba(84, 70, 56, 0.3);
  border-radius: 8px;
  font-size: 14px;
  line-height: 16px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  font-family: 'Roboto', sans-serif;
}
.newsletter-input-1735077234:focus {
  outline: none;
  border-color: #c1a286;
  box-shadow: 0 0 0 3px rgba(193, 162, 134, 0.1);
  background: #ffffff;
}
.newsletter-input-1735077234::placeholder {
  color: rgba(84, 70, 56, 0.6);
}
.newsletter-button-1735077234 {
  background: linear-gradient(135deg, #1e2d33 0%, #544638 100%);
  color: #ffffff;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Roboto', sans-serif;
}
.newsletter-button-1735077234:hover {
  background: linear-gradient(135deg, #544638 0%, #c1a286 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(30, 45, 51, 0.2);
}
.newsletter-button-1735077234:active {
  transform: translateY(0);
}
.success-modal-1735077234,
.error-modal-1735077234 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal-content-1735077234 {
  background: #ffffff;
  padding: 32px;
  border-radius: 12px;
  text-align: center;
  max-width: 400px;
  margin: 0 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.modal-title-1735077234 {
  color: #1e2d33;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
.modal-message-1735077234 {
  color: rgba(30, 45, 51, 0.8);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
}
.modal-button-1735077234 {
  background: #1e2d33;
  color: #ffffff;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.modal-button-1735077234:hover {
  background: #544638;
}
@media (min-width: 576px) {
  .footer-grid-1735077234 {
    gap: 32px;
  }
}
@media (min-width: 768px) {
  .footer-grid-1735077234 {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }
  .footer-column-1735077234:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
  .footer-column-1735077234:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
}
@media (min-width: 992px) {
  .footer-grid-1735077234 {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer-column-1735077234:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
  }
  .footer-column-1735077234:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }
}
@media (max-width: 575px) {
  .footer-section-1735077234 {
    padding: 48px 0 32px;
  }
  .footer-container-1735077234 {
    padding: 0 16px;
  }
  .footer-grid-1735077234 {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }
  .newsletter-form-1735077234 {
    align-items: center;
  }
  .newsletter-input-1735077234,
  .newsletter-button-1735077234 {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .hero-section-1737432156 { overflow: visible !important; padding: 32px 16px !important; }
  .hero-images-wrapper-1737432156 { flex-direction: column !important; align-items: center !important; width: 100% !important; }
  .hero-thumbnails-1737432156 { flex-direction: row !important; justify-content: center !important; margin: 0 auto 12px !important; }
  .product-image-1737432156 { position: relative !important; width: 100% !important; max-width: 340px !important; height: auto !important; left: auto !important; top: auto !important; transform: none !important; margin: 0 auto !important; z-index: 1 !important; }
  .product-image-1737432156 img { width: 100% !important; height: auto !important; object-fit: contain !important; }
  .content-wrapper-1737432156 { position: static !important; z-index: auto !important; margin-top: 16px !important; width: 100% !important; max-width: 100% !important; padding: 0 12px !important; text-align: center !important; }
}

@media (max-width: 991px), (hover: none), (pointer: coarse) {
  .hero-image-popup-1737432156 { display: none !important; }
}

/* Mobile Navbar Styles */
@media (max-width: 768px) {
  .header-container-1735077234 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px;
  }
  .logo-1735077234 {
    font-size: 1.3em;
    font-weight: 700;
    gap: 8px;
    display: flex;
    align-items: center;
  }
  .nav-menu-1735077234 {
    display: none !important;
  }
  .mobile-menu-group-1735077234 {
    display: flex !important;
    align-items: center;
  }
  .mobile-menu-icon-1735077234 {
    font-size: 2em;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    background: #f3f4f6;
    color: #222;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: background 0.2s;
  }
}

/* Desktop: Hide mobile hamburger */
@media (min-width: 769px) {
  .mobile-menu-group-1735077234 {
    display: none !important;
  }
}
a.logo-1735077234 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo-1735077234 img {
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.nav-menu-1735077234 .cta-button-1737432156 {
  width: auto;
  height: auto;
  padding: 8px 22px;
}
.mobile-nav-links-1735077234 .cta-button-1737432156 {
  width: auto;
  height: auto;
  padding: 12px 0;
  text-align: center;
}
.reviews-page-1735078234 {
  display: flex;
  gap: 48px;
  position: relative;
}
#reviews-page-2 {
  display: none;
}
#carousel-next-arrow,
#carousel-prev-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #f3f4f6;
  color: #888888;
  border: none;
  font-size: 2em;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
#carousel-next-arrow {
  right: -48px;
}
#carousel-prev-arrow {
  left: -48px;
}
.credit-container-1737432156 {
  text-align: center;
  padding: 20px;
  color: #6b7280;
  font-size: 14px;
}
.reinfinitum-credit {
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  color: #6b7280;
  font-size: 14px;
  text-decoration: none;
}
.fb-pixel-noscript {
  display: none;
}

.policy-container, .policy-header, .policy-title, .policy-date, .policy-section, .policy-container * {
  font-family: 'Roboto', Arial, sans-serif;
}
.policy-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  line-height: 1.6;
}
.policy-header {
  text-align: center;
  margin-bottom: 40px;
}
.policy-title {
  font-size: 2.5em;
  color: #333333;
  margin-bottom: 10px;
}
.policy-date {
  color: #666666;
  font-style: italic;
}
.policy-section {
  margin-bottom: 30px;
}
.policy-section h2 {
  color: #333333;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.back-link {
  display: inline-block;
  margin-bottom: 20px;
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}
.back-link:hover {
  text-decoration: underline;
}
.highlight {
  padding: 15px;
  margin: 15px 0;
  border-left: 4px solid #ffc107;
  background-color: #fff3cd;
}
.highlight-success {
  background-color: #d4edda;
  border-left-color: #28a745;
}
.highlight-warning {
  background-color: #fff3cd;
  border-left-color: #ffc107;
}
.shipping-table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
}
.shipping-table th,
.shipping-table td {
  border: 1px solid #dddddd;
  padding: 12px;
  text-align: left;
}
.shipping-table th {
  background-color: #f5f5f5;
  font-weight: 600;
}