.carousel-inner .item {
  overflow: hidden;
}
.oven-hero {
  display: flex;
  align-items: center;
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/wp-content/uploads/2020/08/Desktop-HD-Homepage_US-CA-scaled.jpg");
  background-color: #fff;
  border-radius: 20px;
  margin: 60px;
}

@media (max-width: 1250px) {
  .oven-hero {
    background-position-x: -200px;
  }
}

.oven-hero .mobile-image {
  display: none;
}

.oven-hero .hero-oven-image {
  max-width: 740px;
  width: 100%;
  min-width: 300px;
  margin: auto 0 70px;
}

.oven-hero .oven-info {
  margin-left: 50px;
  max-width: 444px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.oven-hero .oven-info .precision-text-image {
  width: 100%;
  margin: 0 0 0 0;
  max-width: 320px;
}

.oven-hero span {
  color: #508fde;
  font-size: 46px;
  font-weight: bold;
  line-height: normal;
}

.oven-hero .oven-info h1 {
  font-size: 48px;
  color: var(--secondaryFontColor);
  margin: 0 0;
}

.oven-hero .oven-info h2 {
  font-size: 30px;
  font-weight: 600;
  color: var(--secondaryFontColor);
  margin: 5px 0 20px 0;
  line-height: 1.2;
}

.oven-hero .batch {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 32px 18px 32px;
  width: 330px;
  height: auto;
  border-radius: 8px;
  background-color: #fff;
  margin-top: 20px;
}

.oven-hero .batch .batch-header {
  font-size: 24px;
  font-weight: 500;
  color: #2b2b2b;
  margin: 0;
  text-align: center;
}

.oven-hero .batch .batch-ship-date {
  font-size: 18px;
  font-weight: normal;
  color: #2b2b2b;
  margin: 0 0 16px 0;
}

.oven-hero .batch .progress {
  overflow: unset;
  width: 100%;
  height: 8px;
  margin-bottom: 8px;
  box-shadow: none;
  background-color: #e3e5e6;
}

.oven-hero .batch .progress-bar {
  background-color: var(--anovaColor);
  border-radius: 4px;
}

.oven-hero .batch .batch-amount-left {
  font-size: 18px;
  font-weight: normal;
  color: var(--primaryFontColor);
  margin: 0 0 16px 0;
}

.oven-hero .batch .anova-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  border-radius: 25px;
  background-color: #fb7310;
  margin: 0;
}

.oven-hero .anova-cta:focus {
  outline: none;
  text-decoration: none;
}

.oven-hero .oven-info .shipping-text {
  font-size: 46px;
  color: var(--secondaryFontColor);
  font-weight: 700;
  line-height: normal;
  margin: 0 0;
}

.oven-hero .oven-info .shipping-date {
  font-size: 65px;
  color: var(--secondaryFontColor);
  font-weight: 700;
  line-height: normal;
  margin: 0 0;
}

.oven-hero .oven-info .generic-buy-now {
  width: 192px;
}

.oven-hero .generic-buy-now-red {
  margin-top: 40px;
}

.oven-hero .oven-info .generic-buy-now-red:hover {
  color: #fff !important;
  opacity: 0.9;
}

.generic-buy-now-red {
  width: 183px;
  height: 36px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  background-color: #fa5b3a;
  color: #fff;
}

#heroCarousel .carousel-inner {
  background-color: #fbf9f7;
}
