body, .store-wrapper, #main-content {
  background-color: #121212 !important;
  color: #E0D6C8 !important;
  font-family: 'Georgia', serif;
}

header, .header, footer, .footer, .panel, .box, .product-card {
  background-color: #2B1A1C !important;
  border: 1px solid #4A2E33 !important;
}

button, .btn, .add-to-cart, .checkout-btn {
  background-color: #E5B15D !important;
  color: #121212 !important;
  border: 1px solid #E5B15D !important;
  border-radius: 8px !important;
  font-weight: bold !important;
  transition: all 0.3s ease;
}

button:hover, .btn:hover, .add-to-cart:hover {
  background-color: #4A2E33 !important;
  color: #E0D6C8 !important;
  border-color: #4A2E33 !important;
}

h1, h2, h3, h4, h5, h6, a {
  color: #E5B15D !important;
}

a:hover {
  color: #E0D6C8 !important;
}

input, input[type="email"], input[type="text"], textarea {
  color: #E0D6C8 !important;
}

input::placeholder, textarea::placeholder {
  color: #baaaac !important;
  opacity: 1 !important;
}

header, .header, #header, .site-header, .top-bar, .top-header, .header-wrapper {
  background-color: #2B1A1C !important;
  border: none !important;
  border-left: none !important;
  border-right: none !important;
  box-shadow: none !important;
}

header .container, .header .container, .top-bar .container {
  border: none !important;
  background-color: transparent !important;
}

header, .site-header, .header-wrapper {
  border-bottom: 2px solid #4A2E33 !important;
}

.top-bar, .top-header {
  border-bottom: 1px solid #4A2E33 !important;
}

.page-title h1, .page-title h2, .page-header h1 {
  color: #E5B15D !important;
  font-family: 'Georgia', serif !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  margin: 0 !important;
}

header, .header, .site-header, .top-bar, .top-header,
.page-title, .page-header, .section-header, .breadcrumb-wrapper {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
  clear: both !important;
}

.page-title .container, .page-header .container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 20px !important;
  box-sizing: border-box !important;
}

.page-title, .page-header, .section-header {
  background-color: #121212 !important;
  border: none !important;
  border-bottom: 1px solid #4A2E33 !important;
  padding: 25px 0 !important;
}