html {
  margin: 0;
  font-size: 10px;
  font-family: "Lato", sans-serif;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
}

@media screen and (max-width: 750px) {
  .desktop {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .mobile {
    display: none !important;
  }
}

.chili .black_box {
  background-color: #000;
  color: white;
}
.chili .black_box-container {
  max-width: 110rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  padding: 0.4rem 0;
  line-height: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .chili .black_box-container {
    font-size: 1.2rem;
  }
}
.chili .top_bar {
  border-bottom: 1px solid #e8e8e8;
  padding: 0 1.6rem;
}
.chili .top_bar-container {
  max-width: 110rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 0;
}
.chili .top_bar-container-logo img {
  max-width: 17.2rem;
}
.chili .top_bar-container-button {
  background-color: #ff980e;
  border-radius: 0.4rem;
  padding: 1rem 2.4rem;
}
.chili .top_bar-container-button a {
  color: white;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 800;
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  .chili .top_bar-container-button {
    padding: 0.8rem 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  .chili .top_bar-container-button a {
    font-size: 1.4rem;
  }
}
.chili .hero {
  padding: 4rem 1.6rem;
}
.chili .hero-container {
  max-width: 110rem;
  margin: 0 auto;
}
.chili .hero-container-title h1 {
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 5.6rem;
  margin: 0 0 1.2rem;
}
@media screen and (max-width: 750px) {
  .chili .hero-container-title h1 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.chili .hero-container-article {
  font-size: 2rem;
  color: #8f8f8f;
  line-height: 3.2rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 750px) {
  .chili .hero-container-article {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.chili .hero-container-article p {
  margin: 0 0 1.6rem;
}
.chili .hero-container-article p:last-child {
  margin: 0;
}
.chili .hero-container-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 2.4rem;
}
.chili .hero-container-author-image {
  margin-right: 1.2rem;
}
.chili .hero-container-author-image img {
  max-width: 4.8rem;
}
.chili .hero-container-author-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.chili .hero-container-author-wrapper-name {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  height: 2rem;
  margin-bottom: 0.4rem;
}
.chili .hero-container-author-wrapper-name-stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.3rem;
  margin-left: 0.8rem;
}
.chili .hero-container-author-wrapper-name-stars img {
  width: 1.04rem;
}
.chili .hero-container-author-wrapper-posted {
  font-size: 1.4rem;
  color: #8f8f8f;
}
.chili .grey_bg {
  background-color: #fafafa;
}
.chili .product {
  padding: 4rem 1.6rem;
}
.chili .product-container {
  max-width: 110rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .chili .product-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.chili .product-container-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  margin-right: 4rem;
}
@media screen and (max-width: 1100px) {
  .chili .product-container-wrapper {
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .chili .product-container-wrapper {
    margin: 0;
    align-items: center;
    margin-bottom: 1.6rem;
    max-width: 61.5rem;
    text-align: left;
  }
}
.chili .product-container-wrapper-seperator {
  height: 7px;
  width: 5rem;
  border-radius: 10px;
  grid-row: 2/3;
  grid-column: 2/3;
  background: #e9e9e9;
  margin-bottom: 24px;
}
@media screen and (max-width: 1100px) {
  .chili .product-container-wrapper-seperator {
    display: none;
  }
}
.chili .product-container-wrapper-first_row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
@media screen and (max-width: 1100px) {
  .chili .product-container-wrapper-first_row {
    width: 100%;
    align-items: left;
  }
}
.chili .product-container-wrapper-first_row-index {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 4.8rem;
  height: 4.8rem;
  border-radius: 1rem;
  background-color: #e9e9e9;
  color: #000;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 4.8rem;
  margin-right: 2.4rem;
}
@media screen and (max-width: 1100px) {
  .chili .product-container-wrapper-first_row-index {
    font-size: 2rem;
    min-width: 3.2rem;
    height: 3.2rem;
  }
}
.chili .product-container-wrapper-first_row-title h2 {
  margin: 0 0 1.6rem;
  font-size: 4rem;
  font-weight: 800;
  line-height: 4.8rem;
  text-transform: capitalize;
}
@media screen and (max-width: 1100px) {
  .chili .product-container-wrapper-first_row-title h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.chili .product-container-wrapper-article {
  font-size: 1.6rem;
  color: #747474;
}
.chili .product-container-wrapper-article p {
  margin: 0 0 1.6rem;
}
.chili .product-container-wrapper-article p:last-child {
  margin: 0;
}
.chili .product-container-wrapper-button {
  background-color: #ff980e;
  border-radius: 0.4rem;
  padding: 1rem 2.4rem;
  margin-top: 2.4rem;
}
.chili .product-container-wrapper-button a {
  color: white;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 800;
  text-decoration: none;
}
.chili .product-container-image {
  flex: 1;
}
@media screen and (max-width: 750px) {
  .chili .product-container-image {
    max-width: 44.4rem;
  }
}
.chili .product-container-image img {
  max-width: 100%;
  border-radius: 1rem;
}
@media screen and (max-width: 750px) {
  .chili .product-container-image img {
    max-width: 100%;
  }
}
.chili .carousel {
  padding: 4rem 1.6rem;
}
.chili .carousel-container {
  max-width: 110rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chili .carousel-container-title h2 {
  font-size: 4rem;
  text-align: center;
  font-weight: 800;
  line-height: 4.8rem;
  margin: 0 0 1.6rem;
}
.chili .carousel-container-seperator {
  height: 7px;
  width: 10rem;
  border-radius: 10px;
  grid-row: 2/3;
  grid-column: 2/3;
  background: #e9e9e9;
  margin-bottom: 24px;
}
.chili .carousel-container-carousel {
  max-width: 100%;
}
.chili .carousel-container-carousel-viewport {
  overflow: hidden;
  width: 100%;
}
.chili .carousel-container-carousel-track {
  display: flex;
  width: 100%;
  will-change: transform;
}
.chili .carousel-container-carousel-slide {
  flex: 0 0 100%;
  padding: 1.6rem 0;
}
.chili .carousel-container-carousel-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-top: 1.2rem;
  position: relative;
  left: 8%;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .chili .carousel-container-carousel-controls {
    left: auto;
    justify-content: center;
    width: auto;
  }
}
.chili .carousel-container-carousel-controls-prev, .chili .carousel-container-carousel-controls-next {
  border: none;
  background: #fff;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  cursor: pointer;
}
.chili .carousel-container-carousel-controls-prev svg, .chili .carousel-container-carousel-controls-next svg {
  fill: white;
  color: black;
}
.chili .carousel-container-carousel-controls-next svg {
  transform: rotate(180deg);
}
.chili .carousel-container-carousel-controls-dots {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.6rem;
}
.chili .carousel-container-carousel-controls-dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: #e0e0e0;
  cursor: pointer;
  padding: 0;
}
.chili .carousel-container-carousel-controls-dot.is-active {
  background: #ff980e;
}
.chili .carousel-container-carousel-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 2rem;
}
@media screen and (max-width: 750px) {
  .chili .carousel-container-carousel-wrapper {
    flex-direction: column;
    padding: 0;
  }
}
.chili .carousel-container-carousel-wrapper-image {
  margin-right: 4rem;
  flex: 1;
}
@media screen and (max-width: 750px) {
  .chili .carousel-container-carousel-wrapper-image {
    margin: 0 0 1.6rem;
    max-width: 68rem;
  }
}
.chili .carousel-container-carousel-wrapper-image img {
  max-width: 100%;
  border-radius: 1rem;
}
.chili .carousel-container-carousel-wrapper-card {
  flex: 2;
  border: 1px solid #e9e9e9;
  border-radius: 1rem;
  background-color: #fafafa;
  padding: 5.6rem 4rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.chili .carousel-container-carousel-wrapper-card-article {
  font-weight: 400;
  color: #747474;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
}
.chili .carousel-container-carousel-wrapper-card-article p {
  margin: 0 0 1.6rem;
}
.chili .carousel-container-carousel-wrapper-card-stars {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.chili .carousel-container-carousel-wrapper-card-stars img {
  width: 1.6rem;
  margin-right: 0.5rem;
  margin-bottom: 1.6rem;
}
.chili .carousel-container-carousel-wrapper-card-name {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 500;
}
.chili .featured_product {
  padding: 5.6rem 1.6rem;
  background-color: #fafafa;
}
.chili .featured_product-container {
  overflow: hidden;
  max-width: 110rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: white;
  border: 2px solid #b3c1e5;
  border-radius: 2rem;
}
@media screen and (max-width: 900px) {
  .chili .featured_product-container {
    flex-direction: column-reverse;
  }
}
.chili .featured_product-container-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 0 4rem;
}
@media screen and (max-width: 1100px) {
  .chili .featured_product-container-wrapper {
    padding: 1.6rem;
  }
}
.chili .featured_product-container-wrapper-top_text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
  text-align: center;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1100px) {
  .chili .featured_product-container-wrapper-top_text {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.chili .featured_product-container-wrapper-title h2 {
  font-size: 4rem;
  font-weight: 800;
  line-height: 4.8rem;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  .chili .featured_product-container-wrapper-title h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.chili .featured_product-container-wrapper-seperator {
  height: 7px;
  width: 10rem;
  border-radius: 10px;
  grid-row: 2/3;
  grid-column: 2/3;
  background: #e9e9e9;
  margin-bottom: 24px;
  margin: 1.6rem auto;
}
.chili .featured_product-container-wrapper-article {
  font-size: 1.6rem;
  color: #8f8f8f;
}
@media screen and (max-width: 1100px) {
  .chili .featured_product-container-wrapper-article {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.chili .featured_product-container-wrapper-star_box {
  width: 100%;
  padding: 0.4rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9e9e9;
  border-radius: 0.4rem;
  margin: 1.6rem 0;
}
@media screen and (max-width: 1100px) {
  .chili .featured_product-container-wrapper-star_box {
    flex-direction: column;
  }
}
.chili .featured_product-container-wrapper-star_box-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .chili .featured_product-container-wrapper-star_box-wrapper {
    margin-bottom: 0.8rem;
  }
}
.chili .featured_product-container-wrapper-star_box-wrapper img {
  max-width: 6.8rem;
}
.chili .featured_product-container-wrapper-star_box-wrapper-stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.chili .featured_product-container-wrapper-star_box-wrapper-stars img {
  width: 1.6rem;
  margin-right: 0.5rem;
}
.chili .featured_product-container-wrapper-star_box-wrapper-stars .score {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 700;
  margin: 0;
}
.chili .featured_product-container-wrapper-star_box .vertical_line {
  width: 1px;
  height: 2rem;
  margin: 0 1.6rem;
  background: #e9e9e9;
}
@media screen and (max-width: 1100px) {
  .chili .featured_product-container-wrapper-star_box .vertical_line {
    font-size: 2.4rem;
    line-height: 3.2rem;
    display: none;
  }
}
.chili .featured_product-container-wrapper-star_box .in_stock {
  color: var(--coupon-accent-color, #367253);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  padding-left: 16px;
}
.chili .featured_product-container-wrapper-star_box .in_stock:before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #367253;
}
.chili .featured_product-container-wrapper-button {
  background-color: #ff980e;
  border-radius: 0.4rem;
  padding: 1rem 2.4rem;
  width: 100%;
  text-align: center;
  padding: 2rem 0;
}
.chili .featured_product-container-wrapper-button a {
  color: white;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 800;
  text-decoration: none;
}
.chili .featured_product-container-wrapper-button a {
  width: 100%;
  display: block;
}
.chili .featured_product-container-wrapper-subtitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  text-align: center;
  width: 100%;
}
.chili .featured_product-container-wrapper-subtitle .horizontal {
  width: 100%;
  height: 1px;
  background-color: #e9e9e9;
  flex: 1;
}
.chili .featured_product-container-wrapper-subtitle .subtitle {
  flex: 3;
  margin: 0 0.8rem;
  color: #747474;
}
.chili .featured_product-container-image {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 50%;
}
@media screen and (max-width: 900px) {
  .chili .featured_product-container-image {
    max-width: 100%;
    padding: 1.6rem;
  }
}
.chili .featured_product-container-image img {
  display: block;
  height: 100%;
  max-width: 100%;
  border-bottom-right-radius: 1.8rem;
  border-top-right-radius: 1.8rem;
}
@media screen and (max-width: 900px) {
  .chili .featured_product-container-image img {
    border-radius: 0;
  }
}
.chili .reviews {
  padding: 5.6rem 1.6rem;
}
.chili .reviews-container {
  max-width: 110rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
}
.chili .reviews-container-title h2 {
  font-size: 4rem;
  text-align: center;
  font-weight: 800;
  line-height: 4.8rem;
  margin: 0 0 1.6rem;
}
.chili .reviews-container-seperator {
  height: 7px;
  width: 10rem;
  border-radius: 10px;
  grid-row: 2/3;
  grid-column: 2/3;
  background: #e9e9e9;
  margin-bottom: 24px;
}
.chili .reviews-container-review {
  padding: 2.4rem 0;
  border-top: 1px solid #e9e9e9;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .chili .reviews-container-review {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.chili .reviews-container-review-author {
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chili .reviews-container-review-author-first_row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.chili .reviews-container-review-author-first_row-image {
  margin-right: 0.8rem;
}
.chili .reviews-container-review-author-first_row-image img {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}
.chili .reviews-container-review-author-first_row-name p.name {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  line-height: 2.4rem;
}
.chili .reviews-container-review-author-first_row-name p.verified {
  color: #53a179;
  font-size: 12px;
  margin: 0;
  font-weight: 400;
  line-height: 16px;
}
.chili .reviews-container-review-author-recommend p.recommend {
  font-size: 1.4rem;
}
.chili .reviews-container-review-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 8;
}
.chili .reviews-container-review-wrapper-stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.chili .reviews-container-review-wrapper-stars img {
  width: 1.6rem;
  margin-right: 0.5rem;
}
.chili .reviews-container-review-wrapper-title {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
  margin-top: 1.6rem;
}
.chili .reviews-container-review-wrapper-article {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  color: #747474;
}
.chili .reviews-container-review-wrapper-article p {
  margin: 8px 0;
}
.chili .reviews-container-review-wrapper-product_images {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
}
.chili .reviews-container-review-wrapper-product_images-image img {
  max-width: 10rem;
}
.chili .reviews-container-review-date {
  flex: 1;
}
.chili .final_button-container {
  max-width: 110rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 3.6rem;
}
.chili .final_button-container-button {
  background-color: #ff980e;
  border-radius: 0.4rem;
  padding: 1rem 2.4rem;
  width: fit-content;
}
.chili .final_button-container-button a {
  color: white;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 800;
  text-decoration: none;
}

.back_to_top button {
  font-size: 2rem;
  border: none;
  border-radius: 50%;
  background-color: #ff980e;
  font-weight: 700;
  padding: 1rem 1.25rem;
}/*# sourceMappingURL=chili.css.map */