.home-section {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 94px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .home-section {
    padding-top: 54px;
  }
}

@media (min-width: 1280px) {
  .home-section {
    background-image: url("../../../assets/main/img/backgrounds/hero_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.home-header {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .home-header {
    padding-bottom: 3rem;
  }
}

.home-header h2 {
  font-weight: bold;
  font-size: 2rem;
  color: white;
  text-align: center;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .home-header h2 {
    font-size: 42px;
    padding-bottom: 1.5rem;
  }
}

.home-header h2 span {
  color: var(--primary);
}

.home-header-rating-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.home-header-rating-stars {
  display: flex;
  align-items: center;
  gap: 4px;
}

.home-header-rating-container span {
  font-weight: normal;
  font-size: 1rem;
  color: white;
}

.home-header-bg {
  position: absolute;
  inset: 0;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  max-height: 500px;
  background: url("../../../assets/main/img/backgrounds/hero_bg_desktop.webp") no-repeat
    center center;
  background-size: cover;
  display: none;
}

@media (min-width: 768px) {
  .home-header-bg {
    display: block;
  }
}

.home-header-bg-mobile {
  position: absolute;
  inset: 0;
  height: 350px;
  background: url("../../../assets/main/img/backgrounds/hero_bg_mobile.webp") no-repeat
    center center;
  background-size: cover;
  display: block;
}

@media (min-width: 768px) {
  .home-header-bg-mobile {
    display: none;
  }
}

.leading-choice-section {
  width: 100%;
  padding-top: 5rem;
  background: url("../../../assets/main/img/backgrounds/rotate-bg.webp") no-repeat
    center center/cover;
  padding-inline: 1.25rem;
}

.leading-choice-container {
  width: 100%;
  max-width: 1074px;
  padding-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;

  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px) {
  .leading-choice-container {
    padding-bottom: 9rem;
  }
}

@media (min-width: 1024px) {
  .leading-choice-container {
    justify-content: space-between;
    gap: 1.5rem;
  }
}

.leading-choice-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 564px;
}

.leading-choice-title {
  font-weight: bold;
  font-size: 1.5rem;
  color: white;
}

@media (min-width: 768px) {
  .leading-choice-title {
    font-size: 2.25rem;
  }
}

.leading-choice-description {
  color: white;
  font-weight: normal;
  font-size: 1rem;
  max-width: 544px;
}

@media (min-width: 768px) {
  .leading-choice-description {
    font-size: 1.25rem;
  }
}

.leading-choice-content-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.leading-choice-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 564px;
}

.choice-item {
  display: flex;
  align-items: center;
  padding-left: 20px;
  gap: 10px;
  width: 320px;
  height: 38px;
  background-color: white;
  border-radius: 9999px;
}

@media (min-width: 640px) {
  .choice-item {
    width: 407px;
    height: 50px;
  }
}

.choice-item span {
  color: var(--text);
  font-weight: normal;
  font-size: 12px;
}

@media (min-width: 640px) {
  .choice-item span {
    font-size: 16px;
  }
}

.leading-choice-paragraph {
  color: white;
  font-weight: normal;
  font-size: 14px;
  max-width: 544px;
}

@media (min-width: 768px) {
  .leading-choice-paragraph {
    font-size: 16px;
  }
}

.leading-choice-rotate-img {
  width: 270px;
  animation: slowspin 30s linear infinite;
}

@media (min-width: 1280px) {
  .leading-choice-rotate-img {
    width: 420px;
  }
}
@media (min-width: 1024px) {
  .leading-choice-rotate-img {
    width: 310px;
  }
}

.shipping-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: url("../../../assets/main/img/backgrounds/add-to-cart-bg.png") left
    no-repeat;
  padding-bottom: 24px;
  padding-inline: 20px;
}

.shipping-section-container {
  position: relative;
  max-width: 954px;
  width: 100%;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: var(--custom-gray-gradient);
  border-radius: 30px;
  box-shadow: var(--shadow);
  transform: translateY(-20px);
}

@media (min-width: 640px) {
  .shipping-section-container {
    padding-top: 76px;
    padding-bottom: 64px;
  }
}

@media (min-width: 768px) {
  .shipping-section-container {
    justify-content: flex-start;
  }
}

.shipping-section-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-inline: 8px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .shipping-section-content {
    max-width: 467px;
    align-items: flex-start;
    text-align: left;
    padding-bottom: 0;
  }
}

.shipping-section-title {
  max-width: 424px;
  color: var(--primary);
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.3;
  padding-bottom: 8px;
}

@media (min-width: 640px) {
  .shipping-section-title {
    font-size: 2rem;
  }
}

.shipping-section-description {
  font-size: 1rem;
  font-weight: normal;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .shipping-section-description {
    font-size: 1.25rem;
  }
}

.shipping-section-button {
  color: white;
  max-width: 255px;
  padding: 16px 32px;
  background: var(--custom-orange-gradient);
  border: 2px solid var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 5px;
}

.shipping-section-button span {
  font-weight: bold;
  color: white;
  font-size: 1.25rem;
}

.shipping-section-box-img {
  max-width: 314px;
}

@media (min-width: 768px) {
  .shipping-section-box-img {
    max-width: 354px;
  }
}

.home-discount {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 3.25rem;
  background-color: #e7f3f0;
}

.home-discount-header {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 230px;
  padding: 60px 20px;
  background-color: var(--primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 64px;
}

.home-discount-header span {
  color: white;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .home-discount-header span {
    font-size: 1.875rem;
  }
}

.home-discount-header h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--yellow);
  text-align: center;
}

@media (min-width: 768px) {
  .home-discount-header h3 {
    font-size: 3.625rem;
  }
}

.home-discount-header div {
  background-color: var(--primary);
  transform: rotate(45deg);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  position: absolute;
  bottom: -16px;
}

.benefits-section {
  width: 100%;
  background: url("../../../assets/main/img/backgrounds/benefits_bg.webp") center/cover
    no-repeat;
  padding: 100px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1280px) {
  .benefits-section {
    background: url("../../../assets/main/img/backgrounds/benefits-bg.png") left
      top/auto no-repeat;
  }
}

.benefits-section-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.benefits-section-header {
  max-width: 823px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  padding-bottom: 2rem;
}

.benefits-section-header-title {
  font-weight: bold;
  font-size: 2rem;
  color: white;
}

@media (min-width: 768px) {
  .benefits-section-header {
    padding-bottom: 5rem;
  }

  .benefits-section-header-title {
    font-size: 2rem;
  }
}

.benefits-section-header-title.highlighted {
  color: var(--primary-light);
}

.benefits-section-header-description {
  font-weight: normal;
  font-size: 1.25rem;
  color: white;
}

@media (min-width: 768px) {
  .benefits-section-header-description {
    font-size: 1.75rem;
  }
}

.benefits-cards-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
  max-width: 1278px;
}

@media (min-width: 768px) {
  .benefits-cards-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1280px) {
  .benefits-cards-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.benefits-discount {
  display: flex;
  flex-direction: column;
  padding-top: 4rem;
}

.benefits-discount span {
  color: white;
  font-weight: bold;
  font-size: 1.875rem;
  text-align: center;
}

.benefits-discount h3 {
  font-size: 3.75rem;
  font-weight: bold;
  color: var(--yellow);
  text-align: center;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .benefits-discount {
    padding-top: 10rem;
  }
}

.benefit-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 329px;
  padding-inline: 1.25rem;
  align-items: center;
  justify-content: center;
  background-color: rgba(234, 240, 227, 0.7);
  border: 1px solid var(--border);
  border-radius: 20px;
}

.benefit-card-icon {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background-color: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-card-title {
  font-weight: bold;
  font-size: 1.25rem;
  color: var(--dark);
  text-align: center;
}

.benefit-card-title {
  font-size: 1.25rem;
  text-align: center;
}

.benefit-card-description {
  font-weight: normal;
  font-size: 1rem;
  color: var(--dark);
  text-align: center;
}

.benefit-card-description {
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .benefit-card-title {
    font-size: 1.5rem;
    text-align: left;
  }

  .benefit-card-description {
    font-size: 1rem;
  }
}


@media(max-width: 768px) {
  .benefits-discount h3 {
    font-size: 1.5rem;
  }

  .benefits-discount span {
    font-size: 1.25rem;
  }
}