.gift-box-hero {
  background: url("/images-temp/gift-home-banner.jpg") no-repeat;
  background-size: cover;
  height: 854px;
  display: flex;
  align-items: center;
}

.gift-box-hero__inner {
  margin-left: 120px;
  max-width: 520px;
}

.gift-box-hero__inner h1 {
  font-size: 48px;
}

.gift-box-hero__inner p {
  font-size: 20px;
}

.gift-box-hero__inner .primary-btn {
  display: inline-block;
}

.gift-box-feature-1,
.gift-box-feature-2 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 120px 0;
}
.gift-box-feature__title {
  font-weight: bold;
  font-size: 28px;
}
.gift-box-feature__text {
  max-width: 460px;
}
.gift-box-products {
    z-index: 1;
    position: relative;
}
.gift-box-products__title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.gift-box-products__inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.gift-box-products-item {
  flex: 0 0 25%;
  padding: 10px;
}
.gift-box-products-item__inner {
  padding: 15px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}
.gift-box-products-item__title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
}
.gift-box-products-item__details-list {
  padding-left: 20px;
  list-style: disc;
  line-height: 1.6;
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease-in-out;
}
.gift-box-products-item__details-list::-webkit-scrollbar {
  display: none;
}
.gift-box-products-item__details-list.active {
  overflow: auto;
  margin-top: 10px;
}
.gift-box-products-item__details {
  padding: 10px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin: 15px 0;
}
.gift-box-products-item__details-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.gift-box-products-item__details-btn .icon {
  pointer-events: none;
}
.gift-box-products-item__details-btn .icon.open {
  transform: rotate(180deg);
}
.gift-box-products-item__buy {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gift-box-products-item__price {
  font-weight: bold;
  font-size: 20px;
}
.gift-box__pattern-1 {
  position: absolute;
  right: 0;
  top: 200%;
}
.gift-box__pattern-2 {
  position: absolute;
  left: 5%;
  top: 150%;
}
.gift-box__pattern-3 {
  position: absolute;
  right: 20px;
  top: 110%;
}
.gift-box__pattern-4 {
  position: absolute;
  left: 2%;
  top: 230%;
  transform: rotate(45deg);
}
@media (max-width: 1920px) {
  .gift-box-hero {
    height: calc(100vh - 226px);
  }
}
@media (max-width: 1366px) {
  .gift-box__pattern-3 {
    width: 80px;
  }
  .gift-box__pattern-2 {
    left: 20px;
    width: 120px;
    top: 170%;
  }
  .gift-box__pattern-1 {
    width: 240px;
    top: 235%;
  }
  .gift-box__pattern-4 {
    width: 100px;
    top: 270%;
    left: 20px;
  }
}
@media (max-width: 1024px) {
  .gift-box-products-item {
    flex: 0 0 33.3%;
  }
}
@media (max-width: 768px) {
  .gift-box-hero {
    background-position: center;
  }
  .gift-box-hero__inner {
    margin-left: 20px;
    max-width: 440px;
  }
  .gift-box-feature-1 {
    flex-direction: column;
  }
  .gift-box-feature-2 {
    flex-direction: column-reverse;
  }
  .gift-box-products-item {
    flex: 0 0 50%;
  }
}

@media (max-width: 580px) {
  .gift-box__pattern-1,
  .gift-box__pattern-2,
  .gift-box__pattern-3,
  .gift-box__pattern-4 {
    display: none;
  }
  .gift-box-hero__inner h1 {
    font-size: 28px;
  }
  .gift-box-hero__inner p {
    font-size: 16px;
  }
  .gift-box-feature-1,
  .gift-box-feature-2 {
    margin: 80px 0;
  }
  .gift-box-products-item {
    flex: 0 0 100%;
  }
}
