.hero-fixed-bg-od,
.pattern-bg,
section#order-now {
  background-color: #634341 !important;
}

.bottle-top-highlight,
.cta-vshape {
  background-color: #eab2af;
}

.text-primary {
  color: #a43e2c !important;
}

.buy-yellow-btn,
.cta-btn {
  transition: all 0.5s;
  background: rgb(253, 153, 59);
}
.buy-yellow-btn:hover,
.cta-btn:hover {
  filter: brightness(80%);
  background: rgb(253, 153, 59);
}

.featured .bottleTitle.bottle-top-highlight {
  background: #2d2720;
}
.featured .bottleTitle.bottle-top-highlight * {
  color: #fff;
}
.featured .bottleTitle.bottle-top-highlight .cta-vshape {
  background: #2d2720;
}

.bottleArea.featured {
  background: #ffe0d0;
}

.purchases-disclaimer {
  position: fixed;
  right: -800px;
  bottom: 20px;
  padding: 0.5rem 1rem;
  background-color: black;
  color: white;
  border-radius: 8px;
  font-size: 1.2rem;
  font-style: italic;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  border: 3px solid #a43e2c;
  transition: 0.6s;
  z-index: 999;
}

.pattern-bg {
  background-color: #634341 !important;
}

.hero-fixed-bg-od,
.pattern-bg,
#order-now {
  background-color: #634341 !important;
}/*# sourceMappingURL=main.css.map */