.pc-style {
  display: block;
}
.mb-style {
  display: none;
}
.container {
  width: 100%;
  max-width: 1080px;
  padding: 0;
}
.banner {
  position: relative;
}
.banner .banner-btn {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 18.9583vw;
  height: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #ffd232;
  font-size: 1.875vw;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 16px;
  border: 2px solid #fef8e8;
  background: #9b3936;
  transition: all 0.3s;
}
.banner .banner-btn:hover {
  transform: translate(-50%, -8px);
}
.banner .banner-btn .arrow {
  width: 0.7813vw;
  height: 1.3021vw;
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(4px);
  }
}
.wrap-tit-box {
  margin-bottom: 70px;
}
.wrap-tit-box img {
  margin: 0 auto;
}
.wrap-tit-box .wrap-tit {
  color: #dfd4ba;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.btn-box {
  margin-top: 26px;
}
.btn-box .btn-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 16px;
  color: #454545;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.btn-box .buy-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 0;
  border-radius: 8px;
  background: #ffd232;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  transition: all 0.4s;
}
.btn-box .buy-btn:hover {
  background: #ff9932;
}
.btn-box .btn-choose {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.btn-box .btn-choose:hover img {
  transform: translateX(6px);
}
.btn-box .btn-choose img {
  margin-left: 8px;
  display: inline-block;
  transition: all 0.3s;
}
.wrap1 {
  padding: 70px 0 176px;
  background: url('../img/sommerangebot-2026/wrap1-bg.webp') no-repeat center / cover;
}
.wrap1 .wrap-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 28px 28px 32px;
  border-radius: 18px;
  background: #ad5656;
  margin-bottom: 50px;
}
.wrap1 .item-tag {
  position: absolute;
  top: 0;
  left: 0;
}
.wrap1 .item-header {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wrap1 .item-header .item-tit {
  margin-top: 32px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.wrap1 .item-header .item-desc {
  margin-top: 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
.wrap1 .item-header .item-img {
  margin-top: 18px;
}
.wrap1 .item-prod {
  width: 342px;
  padding: 4px 0 18px;
  flex: none;
  border-radius: 12px;
  background: #fef8e8;
}
.wrap1 .item-prod .prod-top {
  margin-left: 6px;
  width: 346px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../img/sommerangebot-2026/prod-top-bg.png') no-repeat center;
  background-size: 100% 100%;
}
.wrap1 .item-prod .prod-top .prod-abo {
  color: #9b3936;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}
.wrap1 .item-prod .prod-top .prod-sale {
  padding: 3px 5px;
  margin-left: 12px;
  border-radius: 4px;
  background: #ff6a09;
  color: #fef8e8;
  font-family: Rubik;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.wrap1 .item-prod .prod-price {
  margin-top: 18px;
  color: #797979;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
.wrap1 .item-prod .prod-price .new-price {
  color: #9b3936;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}
.wrap1 .item-prod .prod-old-price {
  margin-top: 10px;
  color: rgba(155, 57, 54, 0.5);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration-line: line-through;
  text-align: center;
}
.wrap1 .item-prod .prod-tip {
  margin-top: 18px;
  color: #2b2b2b;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
.wrap1 .item-prod .prod-tip span {
  color: #9b3936;
}
.wrap1 .item-prod .btn-box .buy-btn {
  max-width: 308px;
}
.wrap2 {
  margin-top: 88px;
}
.wrap2 .wrap-tit-box .wrap-tit {
  color: #9b3936;
}
.wrap2 .wrap-cont {
  display: flex;
  flex-wrap: wrap;
  row-gap: 118px;
  justify-content: space-between;
  margin-top: 112px;
}
.wrap2 .wrap-item {
  width: 528px;
  padding: 0 14px 16px;
  border-radius: 12px;
  border: 1px solid #efe5c9;
  background: #fef8e8;
  text-align: center;
}
.wrap2 .wrap-item .item-tit {
  margin-top: 14px;
  color: #151515;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.wrap2 .wrap-item .item-logo {
  margin: -65px auto 0;
}
.wrap2 .item-list {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.wrap2 .item-list .item-prod {
  flex: 1;
  padding: 20px 0 22px;
  border-radius: 12px;
  background: #fff;
  text-align: left;
}
.wrap2 .item-list .prod-top {
  padding-left: 18px;
}
.wrap2 .item-list .prod-abo {
  color: #ff6a09;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.wrap2 .item-list .prod-sale {
  padding: 4px 10px;
  margin-left: 12px;
  border-radius: 14px;
  background: #ff6a09;
  color: #fef8e8;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.wrap2 .item-list .prod-price {
  margin-top: 12px;
  padding-left: 18px;
  color: #797979;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.wrap2 .item-list .prod-price .new-price {
  color: #9b3936;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}
.wrap2 .item-list .prod-old-price {
  padding-left: 18px;
  margin-top: 12px;
  color: rgba(155, 57, 54, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration-line: line-through;
}
.wrap2 .item-list .prod-tip {
  padding-left: 18px;
  margin-top: 12px;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
}
.wrap2 .item-list .prod-tip span {
  color: #9b3936;
}
.wrap2 .item-list .btn-box .buy-btn {
  max-width: 204px;
  padding: 14px 0;
  font-size: 16px;
}
.wrap2 .item-list .btn-box .btn-item {
  font-size: 14px;
  color: #808080;
}
.wrap3 {
  padding: 150px 0 172px;
  background: url('../img/sommerangebot-2026/wrap3-pc.webp') no-repeat bottom center / cover;
}
.wrap3 .wrap-tit {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  /* 102.5% */
  text-align: center;
}
.wrap3 .wrap3-swiper {
  position: relative;
  overflow: hidden;
  margin-top: 64px;
}
.wrap3 .wrap3-swiper .swiper-slide {
  flex: 1;
  height: auto;
  padding: 22px 8px 8px 20px;
  border-radius: 12px;
  background: #fff;
}
.wrap3 .wrap3-swiper .swiper-wrapper {
  gap: 24px;
}
.wrap3 .wrap3-swiper .item-tit {
  height: 44px;
  margin-top: 16px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  /* 116.667% */
}
.wrap3 .wrap3-swiper .item-desc {
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  /* 150% */
}
.wrap3 .wrap3-tip {
  padding: 32px 134px 26px;
  margin-top: 56px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.29);
  backdrop-filter: blur(14.19999981px);
}
.wrap3 .wrap3-tip .tip-tit {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.wrap3 .wrap3-tip .tip-list {
  margin-top: 20px;
}
.wrap3 .wrap3-tip .tip-list li {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  /* 193.75% */
  list-style: auto;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
  .wrap1 .wrap-item {
    padding: 26px 16px 28px 16px;
  }
  .wrap1 .item-header {
    width: 280px;
  }
  .wrap1 .item-prod {
    width: 300px;
  }
  .wrap1 .item-prod .btn-box .buy-btn {
    max-width: 280px;
  }
  .wrap1 .item-prod .prod-top {
    width: 300px;
  }
  .wrap2 .wrap-cont {
    justify-content: center;
  }
}
@media (max-width: 996px) {
  .wrap1 {
    background: #9b3936;
  }
  .wrap1 .wrap-item {
    padding: 48px 14px 18px;
    flex-direction: column;
    gap: 32px;
  }
  .wrap1 .item-header {
    width: 100%;
  }
  .wrap1 .item-prod {
    width: 310px;
  }
  .wrap1 .item-prod .prod-price {
    margin-top: 16px;
    font-size: 16px;
  }
  .wrap1 .item-prod .prod-price .new-price {
    font-size: 36px;
  }
  .wrap1 .item-prod .prod-old-price {
    margin-top: 12px;
    font-size: 16px;
  }
  .wrap1 .item-prod .prod-tip {
    margin-top: 14px;
    font-size: 14px;
  }
  .wrap1 .item-prod .prod-top {
    width: 312px;
  }
  .wrap1 .item-prod .prod-top .prod-abo {
    font-size: 20px;
  }
  .wrap1 .item-prod .prod-top .prod-sale {
    font-size: 16px;
    margin-left: 6px;
  }
  .wrap1 .item-prod .btn-box {
    margin-top: 24px;
  }
  .wrap1 .item-prod .btn-box .buy-btn {
    font-size: 18px;
  }
  .wrap1 .item-prod .btn-box .btn-item {
    row-gap: 14px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .mb-style {
    display: block;
  }
  .pc-style {
    display: none;
  }
  .wrap-tit {
    margin-bottom: 42px;
  }
  .banner .banner-btn {
    bottom: 33%;
    width: 200px;
    height: 52px;
    font-size: 20px;
    gap: 10px;
    border-radius: 10px;
  }
  .banner .banner-btn .arrow {
    width: 12px;
    height: auto;
  }
  .wrap1 {
    padding: 28px 0 68px;
    background: url('../img/sommerangebot-2026/wrap1-mb.png') #9b3936 no-repeat bottom center / cover;
    background-size: 100% auto;
    background-position: 0px 101%;
  }
  .wrap1 .item-tag {
    width: 134px;
  }
  .wrap2 .wrap-item {
    padding: 0 0 50px;
  }
  .wrap2 .item-list {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    gap: 22px;
  }
  .wrap2 .item-list .item-prod {
    width: 242px;
  }
  .wrap3 {
    padding: 90px 0 64px;
    background: none;
  }
  .wrap3 .container {
    padding: 0;
  }
  .wrap3 .wrap-tit {
    font-size: 26px;
    padding: 0 15px;
  }
  .wrap3 .wrap3-swiper {
    padding: 0 15px;
    max-width: 320px;
    padding-bottom: 40px;
    margin: 28px auto 0;
  }
  .wrap3 .wrap3-swiper .swiper-wrapper {
    gap: 0;
  }
  .wrap3 .wrap3-swiper .swiper-slide {
    flex: none;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    background: #fff;
  }
  .wrap3 .wrap3-swiper .item-tit {
    height: auto;
  }
  .wrap3 .wrap3-swiper .item-desc {
    margin-top: 12px;
  }
  .wrap3 .wrap3-tip {
    margin-top: 36px;
    padding: 26px;
    background: #ededed;
    border-radius: 0;
  }
  .wrap3 .wrap3-tip .tip-tit {
    color: #353535;
    font-size: 20px;
    text-align: left;
  }
  .wrap3 .wrap3-tip .tip-list {
    margin-top: 16px;
    padding-left: 16px;
  }
  .wrap3 .wrap3-tip .tip-list li {
    color: #353535;
    font-size: 16px;
  }
}

header {
  display: none;
}