.flex-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
img {
  max-width: 100%;
  height: auto;
}
.banner {
  position: relative;
  background: url(/img/special-2023/decoration1.png) no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.banner .text {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 36%;
  width: 25%;
  height: auto;
}
.banner .senta {
  width: 100%;
  height: auto;
}
.container {
  position: relative;
}

h2 {
  width: 100%;
  max-width: 1080px;
  height: 100px;
  padding: 14px 0px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 72px;
  margin: 0px auto 60px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}
h2 span {
  font-size: 52px;
  font-weight: bold;
  color: #ffd83b;
}

body {
  position: relative;
}
.bg_img {
  position: absolute;
}
.bg_img1 {
  left: 69px;
  top: 582px;
}
.bg_img2 {
  right: 44px;
  top: 1398px;
}
.bg_img3 {
  left: 39px;
  bottom: 623px;
}

/* sale */
.sale h2 {
  background: #6a58d2;
  margin-bottom: 60px;
}
.sale {
  width: 100%;
  background: #e6d6ff;
  padding: 0px 0 100px;
  overflow: hidden;
}
.sale_inner {
  justify-content: center;
  gap: 34px;
}
.sale_item {
  width: 100%;
  max-width: 337px;
  padding: 0 0 26px;
  background: #ffffff;
  border-radius: 14px;
  text-align: center;
}
.sale .title {
  display: block;
  width: 94%;
  margin: 16px auto 6px;
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  line-height: 28px;
  text-align: center;
}
.sale .info {
  display: block;
  width: 94%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-align: center;
}
.sale .text {
  display: block;
  width: 94%;
  margin: 12px auto 8px;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 21px;
  text-align: center;
}
.price {
  margin-bottom: 12px;
}
.price span {
  font-size: 40px;
  font-weight: 800;
  color: #fa004f;
  line-height: 48px;
  margin-right: 12px;
  font-style: italic;
}
.price del {
  font-size: 14px;
  color: #222222;
  font-weight: 400;
}
.tax {
  font-size: 14px;
  font-weight: 400;
  margin: 20px 0 0;
  color: #222222;
}
.sale .buy_btn {
  justify-content: space-around;
  margin: 0 auto;
}
.buy_btn {
  max-width: 320px;
}
.buy_btn a {
  border-radius: 36px;
  line-height: 40px;
  padding: 0 16px;
  min-width: 130px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  transition: transform 0.2s;
}
.buy_btn a.win_buy {
  background: #fa004f;
  color: #fff;
  border: 1px solid #fa004f;
}
.buy_btn a.mac_buy {
  background: #fff;
  color: #fa004f;
  border: 1px solid #fa004f;
}

.buy_btn a i {
  display: inline-block;
  width: 20px;
  height: 21px;
  margin-right: 4px;
  vertical-align: -5px;
}
.buy_btn a.win_buy i {
  background: url(/img/special-2023/windows.svg) no-repeat;
}
.buy_btn a.mac_buy i {
  background: url(/img/easter-sale-2025/mac.svg) no-repeat;
}

/* single_box */
.single h2 {
  background: #6a58d2;
}
.single {
  width: 100%;
  background: #e6d6ff;
  padding: 0;
  overflow: hidden;
}
.h2_title {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 100px auto 60px;
}
.single_product {
  margin: 0px auto;
  max-width: 1080px;
  justify-content: center;
  gap: 34px;
}
.single_product li {
  background-color: #ffffff;
  border-radius: 14px;
  box-sizing: border-box;
  padding: 18px 22px 20px;
  max-width: 337px;
  width: 100%;
  color: #222222;
}
.single_product li .top {
  display: flex;
  align-items: center;
}
.single_product li .top .title {
  margin-left: 12px;
  font-size: 16px;
  color: #222222;
  font-weight: 600;
}
.single_product li .top .con {
  margin-left: 12px;
  font-size: 14px;
  color: #222222;
  font-weight: 400;
  margin-top: 6px;
  line-height: 16px;
}
.single_product li p.info {
  font-size: 14px;
  color: #222222;
  line-height: 22px;
  margin: 10px 0;
  min-height: 66px;
}
.single_product li .price {
  margin-bottom: 10px;
}
.single_product li .price span {
  font-size: 40px;
  font-weight: 600;
}
.single_product li .tax {
  margin-top: 10px;
}

.single_product_two {
  max-width: 1080px;
}
.single_product_two li {
  max-width: 412px;
}

.bottom_ads {
  display: none !important;
}

@media (max-width: 1400px) {
  .bg_img {
    display: none;
  }
  .sale {
    padding-bottom: 80px;
  }
  .h2_title {
    margin: 60px auto 30px;
  }
  .single_product {
    gap: 30px;
  }
}
@media (max-width: 1140px) {
  .single_product {
    flex-wrap: wrap;
  }
  .single_product {
    max-width: 780px;
  }
  .single_product {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .price span {
    display: block;
  }
  .single_product li .price span {
    display: inline-block;
  }
}
@media (max-width: 1080px) {
}
@media (max-width: 920px) {
  h2 {
    font-size: 30px;
    line-height: 50px;
    height: 78px;
    margin-bottom: 40px;
  }
  h2 span {
    font-size: 36px;
  }
}
@media (max-width: 760px) {
  .price span {
    margin-right: auto;
  }
  .single {
    padding: 0;
  }
  .sale_two {
    padding: 20px 0px 60px;
  }
  .sale {
    padding-bottom: 50px;
  }
  .h2_title {
    margin: 40px auto 30px;
  }
}
@media (max-width: 630px) {
  h2 {
    font-size: 24px;
    line-height: 36px;
    height: auto;
  }
}
@media (max-width: 460px) {
  h2 {
    font-size: 20px;
    line-height: 26px;
  }
  h2 span {
    font-size: 26px;
  }
  .single_product li .top {
    display: block;
    text-align: center;
  }
  .single_product li .top .title,
  .single_product li .top .con {
    margin: 20px auto;
  }
  .single_product li {
    text-align: center;
  }
  .single_product li .price span {
    display: block;
  }
  .single {
    padding: 0;
  }
  .single h2 {
    margin-bottom: 30px;
  }
  .buy_btn {
    justify-content: center;
    flex-wrap: wrap;
  }
  .buy_btn a {
    margin: 6px;
  }
}
