.animate-scale {
  display: none;
}

main {
  background: #110808;
}

@media (min-width: 992px) {
  main .container {
    max-width: 1200px;
    padding: 0;
  }
}


@media (min-width: 1600px) {
  main .container {
    max-width: 1500px;
  }
}

main .text-grey {
  color: #FFFFFFB2;
  font-size: 16px;
}

@media (min-width: 992px) {
  main .text-grey {
      font-size: 24px;
  }
}

@media (min-width: 1600px) {
  main .text-grey {
      font-size: 32px;
  }
}

main .btn.btn-primary {
  border: none;
  background: #FF612E;
  border-radius: 88px;
}

main .btn.btn-primary:hover {
  opacity: .8;
}

@media (min-width: 1600px) {
  main .btn.btn-xl {
    height: 64px;
    padding: 0 36px;
  }
}

main h2 {
  font-size: 24px;
}

@media (min-width: 1280px) {
  main h2 {
    font-size: 48px;
  }
}

main .btn-more {
  border: none;
  background: linear-gradient(90deg, #FF602F 0%, #FF9A2E 55.73%, #FFD743 103.85%);
  color: #fff;
  border-radius: 88px;
  transition: all linear .14s;
}

main .btn-more:hover {
  color: #fff;
  opacity: .8;
}

main .colorful-tit {
  background: linear-gradient(93deg, #FF8559 -6.77%, #FFBC84 53.78%, #FFD571 106.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

main .pro-cont {
  padding: 2px;
  position: relative;
  z-index: 0;
  margin: 0 auto;
}

@media (min-width: 1280px) {
  main .pro-cont {
    width: 1200px;
    background: linear-gradient(180deg, rgba(255, 164, 95, 0) -17.35%, #FFA45F 106.54%);
    border-radius: 32px;
  }

  main .pro-cont::after {
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    left: 2px;
    top: 2px;
    background: #120908;
    border-radius: 32px;
    z-index: 1;
  }
}

@media (min-width: 1600px) {
  main .pro-cont {
    width: 1500px;
  }
}

main .product-con {
  padding: 24px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (min-width: 1280px) {
  main .product-con {
    padding: 24px 32px;
    border-radius: 32px;
    background: linear-gradient(139deg, rgba(179, 59, 46, 0.2) -0.93%, rgba(240, 125, 76, 0.2) 101.5%);
  }
}

@media (min-width: 1600px) {
  main .product-con {
    padding: 48px 111px 56px;
  }
}

main .product-con .cell {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 3px;
  background: linear-gradient(261.35deg, rgba(255, 151, 87, 0) -0.9%, #BE520F 111.47%);
  border-radius: 16px;
}

@media (min-width: 1280px) {
  main .product-con .cell {
    border-radius: 24px;
  }
}

main .product-con .cell .cell-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(264deg, rgba(154, 52, 1, 0.5) -18.38%, #2D1306 100.1%);
  border-radius: 14px;
}

@media (min-width: 1280px) {
  main .product-con .cell .cell-content {
    border-radius: 22px;
  }
}

main .product-con .cell .input-aduio {
  font-size: 12px;
}

@media (min-width: 992px) {
  main .product-con .cell .input-aduio {
    font-size: 14px;
  }
}

main .product-con .cell .form-check-input {
  width: 8px;
  height: 8px;
  border: 1px solid #BDBBCE;
  background-color: transparent !important;
  cursor: pointer;
  margin-top: 0px;
}

@media (min-width: 1280px) {
  main .product-con .cell .form-check-input {
    width: 16px;
    height: 16px;
  }
}

main .product-con .cell .form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FF612E'/%3e%3c/svg%3e");
}

main .product-list {
  gap: 24px;
}

.swiper-pagination-bullet {
  background: #fff !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 30px;
}

/* remind popup satrt */
#conditions {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  overflow-y: auto;
}

#conditions .black-back {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  z-index: -1;
}

.redeem-popup {
  width: max-content;
  position: absolute;
  padding: 2px;
  overflow: hidden;
  border-radius: 20px;
  transition: max-height .8s ease;
  background: linear-gradient(180deg, rgba(255, 164, 95, 0) -17.35%, #FFA45F 106.54%);
}

.redeem-popup .item-box {
  width: max-content;
  gap: 20px;
  padding: 34px 32px;
  border-radius: 18px;
  background: linear-gradient(138.96deg, #7B3C35 -0.93%, #8F5D48 101.5%);
}

.redeem-popup .item-box .item {
  max-width: 208px;
  height: auto;
  padding: 3px;
  border-radius: 15px;
  box-shadow: 0px 2.49px 2.49px 0px #00000026;
  background: linear-gradient(261.35deg, rgba(190, 82, 15, 0) -0.9%, #BE520F 111.47%);
}

.redeem-popup .item-box .item .item-content {
  height: 100%;
  border-radius: 13px;
  padding: 24px 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(252.11deg, rgba(154, 52, 1, 0.5) -16.49%, #2D1306 104.56%);
}

.redeem-popup .item-box .item .item-content>.text p:nth-child(2) {
  font-size: 12px;
  font-weight: 500;
}

.redeem-popup .item-box .item .item-content>.text p:nth-child(2) span {
  color: #FFAA57;
}

.redeem-popup .term-close {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 500px) {
  .redeem-popup {
    max-height: 500px;
    overflow-y: scroll;
  }

  .redeem-popup .item-box {
    gap: 16px;
    padding: 20px;
  }

  .redeem-popup .item-box .item {
    max-width: 180px;
  }

  .redeem-popup .item-box .item .item-content {
    padding: 20px;
  }

  .redeem-popup .item-box .item .item-content>.text p:nth-child(1) {
    font-size: 14px !important;
  }

  .redeem-popup .item-box .item .item-content>.text p:nth-child(2) {
    font-size: 8px;
  }
}

@media (min-width: 992px) {
  .redeem-popup {
    max-height: 0;
    padding: 0;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, calc(100% - 10px));
    z-index: 99;
    transition: max-height .5s ease;
  }

  .redeem-popup.show {
    max-height: 800px;
    padding: 2px;
  }
}

/* remind popup end */

.sec-1 {
  background: url(https://images.tenorshare.com/activity/black-friday/banner-mob.png) no-repeat top center;
  background-size: cover;
  padding: 260px 0 36px;
  font-family: Roboto;
}

.sec-1 .btn-more {
  background: linear-gradient(90deg, #FF602F 0%, #FFD743 174.89%);
}

@media (min-width: 400px) {
  .sec-1 {
    padding: 280px 0 32px;
  }
}

@media (min-width: 1280px) {
  .sec-1 {
    height: 615px;
    padding-top: 64px;
    background: url(https://images.tenorshare.com/activity/black-friday/banner.webp) no-repeat top center;
    background-size: cover;
  }
}

@media (min-width: 1600px) {
  .sec-1 {
    height: 865px;
    padding: 120px 0 0 0;
  }
}

@media (min-width: 1921px) {
  .sec-1 {
    background: url(https://images.tenorshare.com/activity/black-friday/banner-2560.webp) no-repeat top center;
    background-size: cover;
  }
}

@media (min-width: 1280px) {
  .sec-1 .cont {
    padding-left: 24px;
  }
}

.sec-1 .cont .brands {
  width: 72px;
  margin: 0 auto;
}

@media (min-width: 1280px) {
  .sec-1 .cont .brands {
    width: 184px;
    margin: 0;
  }
}

.sec-1 .cont h1 {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(90deg, #FFC1AC -7.74%, #FFD4AC 57.32%, #FFEDB3 113.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 4px auto;
}

@media (min-width: 1280px) {
  .sec-1 .cont h1 {
    font-size: 32px;
    margin: 24px 0;
  }
}

@media (min-width: 1600px) {
  .sec-1 .cont h1 {
    font-size: 44px;
    margin: 48px 0 16px;
  }
}

.sec-1 .cont .off-cont .save {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

@media (min-width: 1280px) {
  .sec-1 .cont .off-cont .save {
    font-size: 48px;
  }
}

@media (min-width: 1600px) {
  .sec-1 .cont .off-cont .save {
    font-size: 64px;
  }
}

.sec-1 .cont .off-cont .num {
  position: relative;
  z-index: 2;
  margin-right: 4px;
}

@media (min-width: 1280px) {
  .sec-1 .cont .off-cont .num {
    margin-right: 25px;
  }
}

.sec-1 .cont .off-cont .num::after {
  content: "";
  width: 82px;
  height: 20px;
  background: url(https://images.tenorshare.com/activity/black-friday/line.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: -1;
}

@media (min-width: 1280px) {
  .sec-1 .cont .off-cont .num::after {
    width: 160px;
    height: 34px;
    bottom: 38px;
  }
}

@media (min-width: 1600px) {
  .sec-1 .cont .off-cont .num::after {
    width: 191px;
    height: 34px;
    bottom: 38px;
  }
}

.sec-1 .cont .off-cont .num span {
  font-family: "Bayon";
  font-size: 86px;
  font-weight: 400;
  background: linear-gradient(147deg, #FF744A 19.5%, #FFAF7E 51.78%, #FFDD6B 79.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 1280px) {
  .sec-1 .cont .off-cont .num span {
    font-size: 160px;
  }
}

@media (min-width: 1600px) {
  .sec-1 .cont .off-cont .num span {
    font-size: 200px;
  }
}

.sec-1 .cont .off-cont .icon {
  font-size: 34px;
  font-weight: 700;
  background: linear-gradient(144deg, #FFA183 19.41%, #FFB682 54.52%, #FFCD86 84.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 1280px) {
  .sec-1 .cont .off-cont .icon {
    font-size: 70px;
  }
}

@media (min-width: 1600px) {
  .sec-1 .cont .off-cont .icon {
    font-size: 80px;
  }
}

.sec-1 .cont .off-cont .off {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  background: linear-gradient(112deg, #FFA183 10.1%, #FFB882 52.7%, #FFD187 89.47%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 1280px) {
  .sec-1 .cont .off-cont .off {
    font-size: 60px;
  }
}

@media (min-width: 1600px) {
  .sec-1 .cont .off-cont .off {
    font-size: 72px;
  }
}

.sec-1 .cont .time {
  gap: 24px;
  margin: 4px 0 16px;
}

@media (min-width: 1280px) {
  .sec-1 .cont .time {
    margin: 32px 0;
  }
}

@media (min-width: 1600px) {
  .sec-1 .cont .time {
    margin: 16px 0 72px;
  }
}

.sec-1 .cont .time li {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
}

@media (min-width: 1280px) {
  .sec-1 .cont .time li {
    width: 62px;
    height: 75px;
    font-size: 16px;
  }
}

.sec-1 .cont .time li:not(:last-child)::after {
  content: "";
  width: 4px;
  height: 16px;
  background-image: url('data:image/svg+xml,<svg width="5" height="19" viewBox="0 0 5 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.0559369 16.1524C0.0559369 15.5776 0.250959 15.0952 0.641003 14.7052C1.03105 14.3048 1.55966 14.1047 2.22684 14.1047C2.90428 14.1047 3.43289 14.3048 3.81267 14.7052C4.20272 15.0952 4.39774 15.5776 4.39774 16.1524C4.39774 16.7272 4.20272 17.2096 3.81267 17.5997C3.43289 17.9897 2.90428 18.1848 2.22684 18.1848C1.55966 18.1848 1.03105 17.9897 0.641003 17.5997C0.250959 17.2096 0.0559369 16.7272 0.0559369 16.1524ZM0.0713334 3.03464C0.0713334 2.45984 0.266355 1.97741 0.656399 1.58737C1.04644 1.18706 1.57505 0.986907 2.24223 0.986907C2.91968 0.986907 3.44829 1.18706 3.82807 1.58737C4.21811 1.97741 4.41314 2.45984 4.41314 3.03464C4.41314 3.60944 4.21811 4.09186 3.82807 4.4819C3.44829 4.87195 2.91968 5.06697 2.24223 5.06697C1.57505 5.06697 1.04644 4.87195 0.656399 4.4819C0.266355 4.09186 0.0713334 3.60944 0.0713334 3.03464Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -14px;
}

@media (min-width: 1280px) {
  .sec-1 .cont .time li:not(:last-child)::after {
    width: 9px;
    height: 37px;
    right: -16px;
  }
}

.sec-1 .cont .time li .time-li {
  color: #F50;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 1280px) {
  .sec-1 .cont .time li .time-li {
    font-size: 32px;
  }
}

.sec-nav {
  width: 100%;
  height: 72px;
  background: #8B2E00;
  padding: 10px 0;
  position: sticky;
  bottom: 0;
  z-index: 20;
}

@media (min-width: 1280px) {
  .sec-nav {
    height: 96px;
    top: 0;
  }
}

.sec-nav ul {
  gap: 24px;
}

@media (min-width: 1280px) {
  .sec-nav ul {
    gap: 0;
  }
}

@media (min-width: 1600px) {
  .sec-nav ul {
    gap: 24px;
  }
}

.sec-nav ul li {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s linear;
}

@media (min-width: 1280px) {
  .sec-nav ul li {
    min-width: 420px;
  }

  .sec-nav ul li:not(:last-child) {
    position: relative;
  }

  .sec-nav ul li:not(:last-child)::after {
    content: "";
    width: 2px;
    height: 75px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    right: 0;
    top: 0;
  }

  .sec-nav ul li:hover a {
    width: 189px;
    height: 45px;
    background: url(https://images.tenorshare.com/activity/black-friday/nav-active.png) no-repeat;
    background-size: 100% 100%;
  }
}

@media (min-width: 1280px) and (min-width: 1280px) {
  .sec-nav ul li:hover a {
    width: 340px;
    height: 76px;
  }
}

@media (min-width: 1280px) and (min-width: 1600px) {
  .sec-nav ul li:hover a {
    width: 367px;
    height: 76px;
  }
}

@media (min-width: 1280px) {
  .sec-nav ul li:hover a .collapsed {
    display: block;
  }
}

@media (min-width: 1600px) {
  .sec-nav ul li {
    min-width: 526px;
  }
}

.sec-nav ul li.active a {
  width: 189px;
  height: 45px;
  background: url(https://images.tenorshare.com/activity/black-friday/nav-active.png) no-repeat;
  background-size: 100% 100%;
}

@media (min-width: 1280px) {
  .sec-nav ul li.active a {
    width: 340px;
    height: 76px;
  }
}

@media (min-width: 1600px) {
  .sec-nav ul li.active a {
    width: 367px;
    height: 76px;
  }
}

.sec-nav ul li.active a .collapsed {
  display: block;
}

.sec-nav ul li a {
  width: fit-content;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s linear;
}

@media (min-width: 1280px) {
  .sec-nav ul li a {
    width: 367px;
    height: 76px;
    font-size: 24px;
  }
}

.sec-nav ul li a:hover {
  text-decoration: none;
}

.sec-nav ul li a .collapsed {
  display: none;
}

@media (min-width: 1280px) {
  .sec-nav ul li a .collapsed {
    display: block;
  }
}

.discount-module {
  padding: 100px 0 24px;
  position: relative;
  z-index: 9;
}

.discount-module::before {
  content: "";
  width: 1521px;
  height: 457px;
  border-radius: 1521px;
  opacity: 0.3;
  background: #933F15;
  filter: blur(100px);
  position: absolute;
  left: calc(50% - 800px);
  top: -240px;
  z-index: -1;
}

.discount-module .title-text {
  margin-bottom: 104px;
}

.discount-module .discode>img {
  margin: 0 24px;
}

.discount-module .cell {
  width: max-content;
  opacity: 0.4;
  padding: 3px;
  border-radius: 28px;
  position: relative;
  transition: all 0.3s ease;
  background: linear-gradient(261.35deg, rgba(255, 151, 87, 0) -0.9%, #BE520F 111.47%);
}

.discount-module .cell.active {
  opacity: 1;
  margin: 0 24px;
}

.discount-module .cell.active::before {
  content: '';
  position: absolute;
  width: calc(100% + 48px);
  height: calc(100% + 48px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(https://images.tenorshare.com/activity/black-friday-2025/active-border.png) no-repeat center center;
  background-size: 100% 100%;
}

.discount-module .cell .cell-content {
  padding: 34px 36px;
  overflow: hidden;
  position: relative;
  border-radius: 26px;
  font-family: Roboto;
  background: linear-gradient(264deg, rgba(154, 52, 1, 0.5) -18.38%, #2D1306 100.1%);
}

.discount-module .cell.active .cell-content {
  padding: 56px 36px;
}

.discount-module .cell-content .Validity {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  background: linear-gradient(90deg, rgba(167, 90, 51, 0) 0%, #A75A33 50%, rgba(167, 90, 51, 0) 100%);
}

.discount-module .cell-content .discount-percent {
  font-weight: 700;
  background: url(https://images.tenorshare.com/activity/black-friday-2025/discount-code-img.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 34px 32px 12px;
}

.discount-module .cell.active .cell-content .discount-percent {
  display: none !important;
}

.discount-module .cell-content .discount-percent .percent {
  font-size: 96px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.discount-module .cell-content .discount-percent .off {
  font-size: 64px;
  line-height: 1;
}

.discount-module .cell-content .active-box {
  display: none;
}

.discount-module .cell.active .cell-content .active-box {
  display: block;
}


.discount-module .cell-content .off-cont {
  width: max-content;
  position: relative;
}

.discount-module .cell-content .off-cont .num {
  font-size: 128px;
  font-weight: 800;
  margin-right: 12px;
  background: linear-gradient(180deg, #F9D423 32%, #F83600 93.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(3px 0 0 #FFEFCD) drop-shadow(-3px 0 0 #FFEFCD) drop-shadow(0 3px 0 #FFEFCD) drop-shadow(0 -3px 0 #FFEFCD);
}

.discount-module .cell-content .off-cont .icon,
.discount-module .cell-content .off-cont .off {
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(180deg, #F9D423 32%, #F83600 93.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(3px 0 0 #FFEFCD) drop-shadow(-3px 0 0 #FFEFCD) drop-shadow(0 3px 0 #FFEFCD) drop-shadow(0 -3px 0 #FFEFCD);
}

.discount-module .cell-content .off-cont .icon {
  filter: unset;
  -webkit-text-stroke: 2px #FFEFCD;
  paint-order: stroke fill;
}

.discount-module .cell-content .discount-code {
  width: max-content;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  background: url(https://images.tenorshare.com/activity/black-friday-2025/discount-code-bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 16px 26px;
  margin-bottom: 28px;
}

.discount-module .cell-content .copy-btn {
  width: 80%;
  padding: 22px 56px;
  border-radius: 88px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  margin-bottom: 28px;
  display: block;
  text-decoration: none;
}

.discount-module .cell-content .redeem-text {
  font-size: 18px;
}

@media (max-width: 1599.98px) {
  .discount-module::before{
    width: 653px;
    height: 134px;
    left: calc(50% - 300px);
    top: 10px;
  }

  .discount-module .title-text {
    margin-bottom: 64px;
  }

  .discount-module .cell .cell-content {
    padding: 24px;
  }

  .discount-module .cell-content .Validity {
    font-size: 20px;
  }

  .discount-module .cell-content .discount-percent {
    padding: 26px 24px 8px;
  }

  .discount-module .cell-content .discount-percent .percent {
    font-size: 72px;
    margin-bottom: 16px;
  }

  .discount-module .cell-content .discount-percent .off {
    font-size: 48px;
  }

  .discount-module .discode>img {
    width: 64px;
    margin: 0 16px;
  }

  .discount-module .cell.active {
    margin: 0 16px;
  }

  .discount-module .cell.active::before {
    width: calc(100% + 32px);
    height: calc(100% + 32px);
  }

  .discount-module .cell.active .cell-content {
    padding: 32px 24px;
  }

  .discount-module .cell-content .off-cont .num {
    font-size: 96px;
  }

  .discount-module .cell-content .off-cont .icon,
  .discount-module .cell-content .off-cont .off {
    font-size: 48px;
  }

  .discount-module .cell-content .discount-code {
    font-size: 20px;
    padding: 10px 20px;
  }

  .discount-module .cell-content .copy-btn {
    width: 100%;
    padding: 16px 40px;
    margin-bottom: 18px;
  }

  .discount-module .cell-content .redeem-text {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .discount-module {
    padding: 60px 0 0;
    overflow: hidden;
  }

  .discount-module .title-text {
    margin-bottom: 32px;
  }

  .discount-module .swiper {
    padding: 16px 16px 0;
    overflow: hidden;
  }

  .discount-module .cell {
    width: max-content !important;
  }

  .discount-module .cell .cell-content {
    padding: 32px 20px;
  }

  .discount-module .cell-content .Validity {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .discount-module .cell-content .discount-percent .percent {
    font-size: 86px;
  }

  .discount-module .cell-content .discount-percent .off {
    font-size: 56px;
  }

  .discount-module .discode>img {
    display: none;
  }

  .discount-module .cell.active {
    margin: 0;
  }

  .discount-module .cell.active .cell-content {
    padding: 24px;
  }

  .discount-module .cell.active .cell-content .Validity {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .discount-module .cell-content .off-cont .num {
    font-size: 82px;
    filter: drop-shadow(2px 0 0 #FFEFCD) drop-shadow(-2px 0 0 #FFEFCD) drop-shadow(0 2px 0 #FFEFCD) drop-shadow(0 -2px 0 #FFEFCD);
  }

  .discount-module .cell-content .off-cont .icon,
  .discount-module .cell-content .off-cont .off {
    font-size: 42px;
    filter: drop-shadow(2px 0 0 #FFEFCD) drop-shadow(-2px 0 0 #FFEFCD) drop-shadow(0 2px 0 #FFEFCD) drop-shadow(0 -2px 0 #FFEFCD);
  }

  .discount-module .cell-content .off-cont .icon {
    filter: none;
    -webkit-text-stroke: 1px #FFEFCD;
  }

  .discount-module .cell-content .off-cont a {
    display: flex;
  }

  .discount-module .cell-content .off-cont a svg {
    width: 14px;
    height: 14px;
  }

  .discount-module .cell-content .discount-code {
    width: 100%;
    font-size: 18px;
    padding: 10px 18px;
    margin-bottom: 18px;
  }

  .discount-module .cell-content .copy-btn {
    font-size: 18px;
    padding: 14px 24px;
  }
}

@media (max-width: 500px) {
  .discount-module .cell {
    width: 100% !important;
  }
}

@media (min-width: 992px) {
  .discount-module .swiper {
    overflow: visible;
  }
}

@media (min-width: 500px) and (max-width: 991.98px) {
  .discount-module .cell.active {
    margin-right: 48px !important;
  }
}

.sec-2 {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  font-family: Roboto;
}

@media (min-width: 1280px) {
  .sec-2 {
    padding-top: 100px;
  }
}

@media (min-width: 992px) {
  .sec-2::after {
    content: "";
    border-radius: 1521px;
    opacity: 0.3;
    background: #933F15;
    filter: blur(100px);
    position: absolute;
    z-index: -1;
    width: 1000px;
    height: 300px;
    left: calc(50% - 500px);
    top: 10px;
  }
}

@media (min-width: 1600px) {
  .sec-2::after {
    width: 1521px;
    height: 457px;
    left: calc(50% - 800px);
    top: -80px;
  }
}

.sec-2 .best-seller {
  min-width: 140px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  font-weight: 500;
  left: -34px;
  top: 14px;
  border: 2px solid rgba(255, 207, 27, 0.4);
  background: #F50;
  transform: rotate(-45deg);
}

@media (min-width: 1280px) {
  .sec-2 .best-seller {
    height: 62px;
    line-height: 62px;
    min-width: 240px;
    font-size: 24px;
    left: -60px;
    top: 24px;
  }
}

.sec-2 .off {
  top: 0;
  right: 0;
  font-weight: 700;
  background: linear-gradient(280deg, rgba(60, 60, 255, 0.8) -12.08%, rgba(9, 186, 255, 0.8) 63.4%, rgba(185, 255, 70, 0.8) 145.44%);
  border-radius: 0 0 0 16px;
  font-size: 18px;
  padding: 2px 24px 2px 18px;
}

@media (min-width: 1280px) {
  .sec-2 .off {
    border-radius: 0 0 0 24px;
    font-size: 20px;
    padding: 9px 31px 9px 24px;
  }
}

.sec-2 .off.off-large {
  font-size: 18px;
  padding: 2px 24px 2px 18px;
}

@media (min-width: 1280px) {
  .sec-2 .off.off-large {
    font-size: 32px;
    padding: 8px 58px 8px 48px;
  }
}

.sec-2 .tab-content .sys-switch {
  gap: 13px;
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  .sec-2 .tab-content .sys-switch {
    margin-bottom: 32px;
    gap: 26px;
  }
}

@media (min-width: 1600px) {
  .sec-2 .tab-content .sys-switch {
    margin-bottom: 60px;
  }
}

.sec-2 .tab-content .sys-switch span {
  cursor: pointer;
}

.sec-2 .tab-content .sys-switch svg {
  color: #FFC4AB;
  width: 20px;
  height: 20px;
}

@media (min-width: 992px) {
  .sec-2 .tab-content .sys-switch svg {
    width: 41px;
    height: 41px;
  }
}

.sec-2 .tab-content .sys-switch .active svg {
  color: #fff;
}

.sec-2 .tab-content .product-con .product-list.cell-two .cell:not(.cell-row) {
  flex: 1 1 45%;
}

@media (min-width: 992px) {
  .sec-2 .tab-content .product-con .product-list.cell-two .cell:not(.cell-row) {
    min-height: 380px;
  }
}

@media (min-width: 1600px) {
  .sec-2 .tab-content .product-con .product-list.cell-two .cell:not(.cell-row) {
    min-height: 400px;
  }
}

.sec-2 .tab-content .product-con .product-list.cell-two .cell:not(.cell-row) .cell-content {
  padding: 48px 32px 40px;
}

@media (min-width: 1600px) {
  .sec-2 .tab-content .product-con .product-list.cell-two .cell:not(.cell-row) .cell-content {
    padding: 40px;
  }
}

.sec-2 .tab-content .product-con .product-list.cell-three .cell:not(.cell-row) {
  flex: 1 1 100%;
}

@media (min-width: 768px) {
  .sec-2 .tab-content .product-con .product-list.cell-three .cell:not(.cell-row) {
    flex: 1 1 40%;
  }
}

@media (min-width: 1280px) {
  .sec-2 .tab-content .product-con .product-list.cell-three .cell:not(.cell-row) {
    flex: 1 1 30%;
  }
}

.sec-2 .tab-content .product-con .product-list.cell-three .cell:not(.cell-row) .cell-content {
  width: 100%;
  padding: 48px 32px 40px;
}

@media (min-width: 992px) {
  .sec-2 .tab-content .product-con .product-list.cell-three .cell:not(.cell-row) .cell-content {
    padding: 32px 16px;
  }
}

@media (min-width: 1600px) {
  .sec-2 .tab-content .product-con .product-list.cell-three .cell:not(.cell-row) .cell-content {
    padding: 48px 32px 40px;
  }
}

@media (min-width: 1280px) {
  .sec-2 .tab-content .product-con .product-list.cell-four .form-check-input {
    width: 14px;
    height: 14px;
  }
}

@media (min-width: 1280px) {
  .sec-2 .tab-content .product-con .product-list.cell-four .off {
    padding: 9px 18px 9px 18px;
  }
}

.sec-2 .tab-content .product-con .product-list.cell-four .cell .pro-logo.logo-large .pro-img {
  width: 62px;
  height: 56px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .sec-2 .tab-content .product-con .product-list.cell-four .cell .pro-logo.logo-large .pro-img {
    width: 97px;
    height: 88px;
  }
}

.sec-2 .tab-content .product-con .product-list.cell-four .cell:not(.cell-row) {
  flex: 1 1 20%;
}

@media (min-width: 992px) {
  .sec-2 .tab-content .product-con .product-list.cell-four .cell:not(.cell-row) {
    max-width: 265px;
    min-height: 380px;
  }
}

@media (min-width: 1600px) {
  .sec-2 .tab-content .product-con .product-list.cell-four .cell:not(.cell-row) {
    min-height: 320px;
    max-width: 310px;
  }
}

.sec-2 .tab-content .product-con .product-list.cell-four .cell:not(.cell-row) .cell-content {
  width: 100%;
  padding: 48px 32px 40px;
}

@media (min-width: 992px) {
  .sec-2 .tab-content .product-con .product-list.cell-four .cell:not(.cell-row) .cell-content {
    padding: 32px 16px;
  }
}

@media (min-width: 1600px) {
  .sec-2 .tab-content .product-con .product-list.cell-four .cell:not(.cell-row) .cell-content {
    padding: 48px 18px 40px;
  }
}

.sec-2 .tab-content .product-con .product-list .cell.cell-row {
  min-height: 408px;
  flex: 1 1 100%;
}

.sec-2 .tab-content .product-con .product-list .cell.cell-row .cell-content {
  padding: 40px 32px;
}

@media (min-width: 992px) {
  .sec-2 .tab-content .product-con .product-list .cell.cell-row .cell-content {
    padding: 80px;
  }
}

@media (min-width: 1600px) {
  .sec-2 .tab-content .product-con .product-list .cell.cell-row .cell-content {
    padding: 80px 120px;
  }
}

.sec-2 .tab-content .product-con .product-list .cell.cell-row .lft {
  max-width: 632px;
}

@media (min-width: 992px) {
  .sec-2 .tab-content .product-con .product-list .cell.cell-row .rgt {
    max-width: 400px;
  }
}

.sec-2 .tab-content .product-con .product-list .cell.cell-row .price span {
  font-size: 36px;
  margin-right: 4px;
}

@media (min-width: 992px) {
  .sec-2 .tab-content .product-con .product-list .cell.cell-row .price span {
    font-size: 56px;
    margin-right: 16px;
  }
}

.sec-2 .tab-content .product-con .product-list .cell.cell-row .price span label {
  font-size: 24px;
}

@media (min-width: 992px) {
  .sec-2 .tab-content .product-con .product-list .cell.cell-row .price span label {
    font-size: 40px;
  }
}

.sec-2 .tab-content .product-con .product-list .cell.cell-row .price del {
  font-size: 18px;
}

@media (min-width: 992px) {
  .sec-2 .tab-content .product-con .product-list .cell.cell-row .price del {
    font-size: 32px;
  }
}

.sec-2 .tab-content .product-con .product-list .cell.cell-row .price del label {
  font-size: 12px;
}

@media (min-width: 992px) {
  .sec-2 .tab-content .product-con .product-list .cell.cell-row .price del label {
    font-size: 24px;
  }
}

.sec-2 .tab-content .product-con .product-list .cell.cell-row .input-aduio {
  font-size: 12px;
}

@media (min-width: 992px) {
  .sec-2 .tab-content .product-con .product-list .cell.cell-row .input-aduio {
    font-size: 16px;
  }
}

.sec-2 .tab-content .product-con .product-list .cell .pro-logo {
  margin-bottom: 8px;
}

.sec-2 .tab-content .product-con .product-list .cell .pro-logo.logo-large {
  gap: 12px;
}

@media (min-width: 992px) {
  .sec-2 .tab-content .product-con .product-list .cell .pro-logo.logo-large {
    gap: 24px;
    margin-bottom: 32px;
  }
}

.sec-2 .tab-content .product-con .product-list .cell .pro-logo.logo-large .pro-img {
  width: 56px;
  height: 56px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .sec-2 .tab-content .product-con .product-list .cell .pro-logo.logo-large .pro-img {
    width: 88px;
    height: 88px;
  }
}

.sec-2 .tab-content .product-con .product-list .cell .pro-logo.logo-large .h3 {
  font-size: 20px;
}

@media (min-width: 992px) {
  .sec-2 .tab-content .product-con .product-list .cell .pro-logo.logo-large .h3 {
    font-size: 32px;
  }
}

.sec-2 .tab-content .product-con .product-list .cell .h3 {
  font-size: 20px;
}

@media (min-width: 992px) {
  .sec-2 .tab-content .product-con .product-list .cell .h3 {
    font-size: 24px;
  }
}

.sec-2 .tab-content .product-con .product-list .cell .pro-img {
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .sec-2 .tab-content .product-con .product-list .cell .pro-img {
    width: 64px;
    height: 64px;
    margin-bottom: 8px;
  }
}

.sec-2 .tab-content .product-con .product-list .cell .info-lists {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 150%;
}

@media (min-width: 992px) {
  .sec-2 .tab-content .product-con .product-list .cell .info-lists {
    font-size: 16px;
    line-height: 200%;
    color: rgba(255, 255, 255, 0.8);
  }
}

.sec-2 .tab-content .product-con .product-list .cell .infos {
  font-size: 12px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 992px) {
  .sec-2 .tab-content .product-con .product-list .cell .infos {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

.sec-2 .tab-content .product-con .product-list .cell .price span {
  font-weight: 700;
  font-size: 36px;
  margin-right: 4px;
}

@media (min-width: 992px) {
  .sec-2 .tab-content .product-con .product-list .cell .price span {
    margin-right: 8px;
    font-size: 32px;
  }
}

.sec-2 .tab-content .product-con .product-list .cell .price span label {
  font-size: 24px;
}

@media (min-width: 992px) {
  .sec-2 .tab-content .product-con .product-list .cell .price span label {
    font-size: 20px;
  }
}

.sec-2 .tab-content .product-con .product-list .cell .price .price-tips,
.sec-2 .tab-content .product-con .product-list .cell .price del {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 18px;
}

@media (min-width: 992px) {

  .sec-2 .tab-content .product-con .product-list .cell .price .price-tips,
  .sec-2 .tab-content .product-con .product-list .cell .price del {
    font-size: 16px;
  }
}

.sec-2 .tab-content .product-con .product-list .cell .price .price-tips label,
.sec-2 .tab-content .product-con .product-list .cell .price del label {
  font-size: 12px;
}

@media (min-width: 992px) {

  .sec-2 .tab-content .product-con .product-list .cell .price .price-tips label,
  .sec-2 .tab-content .product-con .product-list .cell .price del label {
    font-size: 16px;
  }
}

.sec-2 .tab-content .product-con .product-list .cell .try-link {
  font-size: 12px;
  color: #fff;
  margin-left: 16px;
  text-decoration: underline;
}

.sec-2 .tab-content .product-con .product-list .cell .try-link:hover {
  opacity: .8;
}

@media (min-width: 992px) {
  .sec-2 .tab-content .product-con .product-list .cell .try-link {
    font-size: 14px;
    margin-left: 20px;
  }
}

.sec-2 [data-icense-switch="weekly"] .yearly {
  display: none;
}

.sec-2 [data-icense-switch="yearly"] .weekly {
  display: none;
}

.sec-2 [data-icense-switch="win"] .sys-mac-show {
  display: none;
}

.sec-2 [data-icense-switch="mac"] .sys-win-show {
  display: none;
}

.hot-sec {
  z-index: 3;
  position: relative;
  padding-top: 16px;
}

@media (min-width: 1280px) {
  .hot-sec {
    padding-top: 128px;
  }
}

.hot-sec::before {
  content: "";
  width: 300px;
  height: 300px;
  border-radius: 781px;
  background: rgba(255, 207, 27, 0.6);
  filter: blur(150px);
  border: 1px solid red;
  position: absolute;
  left: -180px;
  top: -100px;
  display: none;
}

@media (min-width: 1280px) {
  .hot-sec::before {
    width: 601px;
    height: 400px;
    opacity: .3;
    border-radius: 781px;
    left: -300px;
    top: -40px;
  }
}

@media (min-width: 1600px) {
  .hot-sec::before {
    width: 781px;
    height: 697px;
    left: -200px;
    top: -100px;
  }
}

@media (min-width: 1921px) {
  .hot-sec::before {
    left: 0px;
    top: -150px;
  }
}

.hot-sec .content {
  background: linear-gradient(269.21deg, #5E1F00 -6.86%, #FF5500 122%);
  position: relative;
  z-index: 2;
  padding: 16px;
}

@media (min-width: 1280px) {
  .hot-sec .content {
    gap: 40px;
    height: 160px;
    padding: 0;
  }
}

.hot-sec .brand-shadow img {
  position: relative;
  z-index: 2;
  bottom: 12px;
}

.hot-sec .brand-shadow::before {
  content: "";
  width: 242px;
  height: 242px;
  border-radius: 50%;
  background: rgba(255, 207, 27, 0.7);
  filter: blur(100px);
  position: absolute;
  top: -36px;
  left: 0;
  z-index: 0;
}

.hot-sec .cont {
  gap: 16px;
}

@media (min-width: 1280px) {
  .hot-sec .cont {
    gap: 16px;
  }
}

.hot-sec .cont .txt-cont .h4 {
  font-size: 18px;
}

@media (min-width: 1280px) {
  .hot-sec .cont .txt-cont .h4 {
    font-size: 36px;
  }
}

@media (min-width: 1600px) {
  .hot-sec .cont .txt-cont .h4 {
    font-size: 44px;
  }
}

.hot-sec .cont .txt-cont p {
  font-size: 14px;
}

.hot-sec .cont .txt-cont p span {
  color: #FFDF69;
}

@media (min-width: 1280px) {
  .hot-sec .cont .txt-cont p {
    font-size: 30px;
  }
}

@media (min-width: 1600px) {
  .hot-sec .cont .txt-cont p {
    font-size: 40px;
  }
}

.hot-sec .cont .btn-more {
  height: 40px;
}

@media (min-width: 1280px) {
  .hot-sec .cont .btn-more {
    height: 64px;
  }
}

.buy-get-four {
  padding: 100px 0;
  font-family: Roboto;
}

.buy-get-four .cell {
  padding: 3px;
  border-radius: 24px;
  position: relative;
  background: linear-gradient(261.35deg, #BF5300 -0.9%, #EDF0FF 50%, #BF5300 111.47%);
}

.buy-get-four .cell>img {
  position: absolute;
  width: 766px;
  left: 50%;
  top: 0;
  transform: translate(-50%, calc(10px - 50%));
  z-index: 9;
}

.buy-get-four .cell-content {
  padding: 68px 104px 48px;
  border-radius: 22px;
  background: linear-gradient(270deg, #642609 0%, #371606 100%);
}

.buy-get-four .cell-content .title-text span {
  color: #FFDF69;
}

.buy-get-four .item {
  border-radius: 24px;
  overflow: hidden;
  border: 3px solid #A75A33;
}

.buy-get-four .item-content {
  padding: 52px 21px 37px 50px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 172, 136, 0.2) 0%, rgba(153, 103, 82, 0.2) 100%);

}

.buy-get-four .best-seller {
  min-width: 240px;
  height: 48px;
  line-height: 42px;
  font-size: 20px;
  font-weight: 500;
  left: -54px;
  top: 36px;
  border: 2px solid rgba(255, 207, 27, 0.4);
  background: #F50;
  transform: rotate(-45deg);
}

.buy-get-four .item-content .lft {
  max-width: 446px;
  border: 2px solid #FFEFCD;
  border-radius: 24px;
  padding: 30px;
}

.buy-get-four .item-content .lft>div {
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
}

.buy-get-four .item-content .lft>div:not(:last-child) {
  margin-bottom: 32px;
}

.buy-get-four .item-content>img {
  transform: translateX(50px);
}

.buy-get-four .item-content .rgt .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
  padding: 12px 30px;
  background: linear-gradient(90deg, rgba(167, 90, 51, 0) 0%, #A75A33 50%, rgba(167, 90, 51, 0) 100%);
}

.buy-get-four .item-content .rgt .save-icon {
  font-family: Montserrat;
  width: 101px;
  height: 101px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  background: url(https://images.tenorshare.com/activity/black-friday-2025/buy-get-four-rgt-icon.png) no-repeat center center;
  background-size: 100% 100%;
  margin-left: -24px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.buy-get-four .item-content .rgt .save-icon::before {
  content: '';
  position: absolute;
  width: 90%;
  height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 5.5px 11.01px 0px #00000033;
  border-radius: 50%;
  z-index: -1;
}

.buy-get-four .item-content .rgt .price {
  margin: 48px 0 54px;
}

.buy-get-four .item-content .rgt .price span {
  font-size: 78px;
  font-weight: 900;
  margin-right: 16px;
  text-shadow: 6px 0px 0px #4A1C06;

}

.buy-get-four .item-content .rgt .price span label {
  font-size: 40px;
}

.buy-get-four .item-content .rgt .price del {
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.buy-get-four .item-content .rgt .bundle-switch {
  margin-top: 16px;
}

.buy-get-four .item-content .rgt .bundle-switch svg {
  margin-bottom: 2px;
}

.buy-get-four .item-content .rgt .bundle-switch svg.win {
  color: #FF612E;
}

.buy-get-four .item-content .rgt .bundle-switch svg.mac {
  color: #fff;
}

.buy-get-four .item.active-mac .rgt .bundle-switch svg.win {
  color: #fff;
}

.buy-get-four .item.active-mac .rgt .bundle-switch svg.mac {
  color: #FF612E;
}

.buy-get-four .item-content .rgt .bundle-switch .form-switch {
  min-height: fit-content;
}

.buy-get-four .item-content .rgt .bundle-switch .form-check-input {
  width: 2em;
  height: 1em;
  cursor: pointer;
  background-color: inherit;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23f50'/%3e%3c/svg%3e");
  background-position: left center !important;
  border: 1px solid #f50;
  margin-top: 0;
}

.buy-get-four .item.active-mac .bundle-switch .form-switch .form-check-input {
  background-position: right center !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23f50'/%3e%3c/svg%3e");
}

.buy-get-four .item .win-data {
  display: block;
}

.buy-get-four .item .mac-data {
  display: none;
}

.buy-get-four .item.active-mac .win-data {
  display: none;
}

.buy-get-four .item.active-mac .mac-data {
  display: block;
}

@media (max-width: 1599.98px) {
  .buy-get-four .cell-content {
    padding: 68px 64px 48px;
  }

  .buy-get-four .item-content .lft {
    max-width: 400px;
  }

  .buy-get-four .item-content>img {
    width: 180px;
  }

  .buy-get-four .item-content .rgt .title {
    font-size: 20px;
  }

  .buy-get-four .item-content .rgt .save-icon {
    width: 80px;
    height: 80px;
    font-size: 20px;
  }

  .buy-get-four .item-content .rgt .price {
    margin: 32px 0 40px;
  }
}

@media (max-width: 1279.98px) {
  .buy-get-four .container {
    padding: 0 24px;
  }

  .buy-get-four .item-content {
    padding: 56px;
    gap: 12px;
  }

  .buy-get-four .item-content .lft {
    width: 100%;
    max-width: 100%;
  }

  .buy-get-four .item-content>img {
    width: 204px;
    transform: unset;
  }
}


@media (max-width: 991.98px) {
  .buy-get-four {
    padding: 32px 0 60px;
  }

  .buy-get-four .cell>img {
    display: none;
  }

  .buy-get-four .cell {
    background: none;
    padding: 0;
    border-radius: unset;
  }

  .buy-get-four .cell-content {
    background: none;
    padding: 0;
  }

  .buy-get-four .item {
    padding: 2px;
    background: linear-gradient(261.35deg, #BF5300 -0.9%, #EDF0FF 50%, #BF5300 111.47%);
    border: 0;
    position: relative;
    border-radius: 16px;
    overflow: visible;
  }

  .buy-get-four .item::before {
    content: '';
    position: absolute;
    background: url(https://images.tenorshare.com/activity/black-friday-2025/bgf-top-icon.png) no-repeat center center;
    background-size: 100% 100%;
    width: 284px;
    height: 36px;
    left: 50%;
    top: 0;
    transform: translate(-50%, calc(4px - 50%));
    z-index: 9;
  }

  .buy-get-four .item-content {
    padding: 60px 0;
    border-radius: 14px;
    background: linear-gradient(270deg, #642609 0%, #371606 100%);
  }

  .buy-get-four .best-seller {
    display: none;
  }

  .buy-get-four .item-content .lft {
    width: calc(100% - 32px);
    padding: 30px 18px;
    border: 2px solid #A75A33;
    background: linear-gradient(180deg, rgba(255, 172, 136, 0.2) 0%, rgba(153, 103, 82, 0.2) 100%);
  }

  .buy-get-four .item-content .lft>div:not(:last-child) {
    margin-bottom: 16px;
  }

  .buy-get-four .item-content .lft>div {
    font-size: 14px;
  }

  .buy-get-four .item-content .lft>div img {
    width: 36px;
  }

  .buy-get-four .item-content .rgt .title {
    padding: 7px 10px;
    font-size: 18px;
  }

  .buy-get-four .item-content .rgt .save-icon {
    width: 72px;
    height: 72px;
    font-size: 18px;
  }

  .buy-get-four .item-content .rgt .price {
    margin: 16px 0;
  }

  .buy-get-four .item-content .rgt .price span {
    font-size: 48px;
    margin-right: 8px;
  }

  .buy-get-four .item-content .rgt .price span label {
    font-size: 24px;
  }

  .buy-get-four .item-content .rgt .price del {
    font-size: 14px;
  }
}

.four-platform {
  font-family: Roboto;
  padding: 0 0 100px;
}

.four-platform .cell {
  padding: 3px;
  border-radius: 24px;
  position: relative;
  background: linear-gradient(261.35deg, #BF5300 -0.9%, #EDF0FF 50%, #BF5300 111.47%);
}

.four-platform .cell::before {
  content: '';
  position: absolute;
  width: 154px;
  height: 141px;
  background: url(https://images.tenorshare.com/activity/black-friday-2025/four-platform-before-icon.png) no-repeat center center;
  background-size: 100% 100%;
  left: 95px;
  top: 0;
  transform: translateY(-40%);
}

.four-platform .cell .cell-content {
  padding: 48px 92px;
  border-radius: 22px;
  background: linear-gradient(270deg, #642609 0%, #371606 100%);
}

.four-platform .cell .cell-content .title-text span {
  background: linear-gradient(90.8deg, rgba(255, 81, 28, 0.8) 20.7%, rgba(255, 167, 104, 0.8) 37.02%, rgba(255, 215, 67, 0.8) 51.11%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.four-platform .item {
  max-width: 624px;
  border-radius: 24px;
  border: 3px solid #A75A33;
}

.four-platform .item .item-content {
  height: 100%;
  padding: 32px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 172, 136, 0.2) 0%, rgba(153, 103, 82, 0.2) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.four-platform .item ul li {
  font-size: 18px;
  line-height: 1.2;
}

.four-platform .item ul li:not(:last-child) {
  margin-bottom: 32px;
}

.four-platform .item ul li b {
  font-size: 20px;
  font-weight: 600;
}

.four-platform .item ul li span {
  display: inline-flex;
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(90deg, #FA709A 0%, #FEE140 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translateY(3px);
}

.four-platform .item.rgt .price-icon {
  position: absolute;
  width: 189px;
  height: 195px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  background: url(https://images.tenorshare.com/activity/black-friday-2025/four-platform-item-rgt-icon.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 1;
  right: 0;
  top: 0;
  transform: translate(34%, -37%);
}

.four-platform .item.rgt .price-icon span {
  transform: translate(-5px, 5px);

}

.four-platform .item.rgt .price {
  margin: 40px 0;
  line-height: 1.2;
  font-weight: 900;
}

.four-platform .item.rgt .price span {
  font-size: 36px;
}

.four-platform .item.rgt .price span label {
  font-size: 64px;
  margin: 0 6px;
  background: linear-gradient(180deg, #FFE878 18.83%, #F83600 92.21%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.four-platform .item.rgt .price del {
  font-size: 36px;
  text-decoration: none;
}

.four-platform .item.mind {
  height: max-content;
  position: relative;
  color: #fff;
  border-radius: 12px;
  transform: translateY(20%);
}

.four-platform .item.mind .item-content {
  padding: 32px 12px;
  border-radius: 10px;
}

.four-platform .item.mind .item-content>div {
  gap: 28px;
}

.four-platform .item.mind .item-content>div span {
  color: #FFC4AB;
  cursor: pointer;
}

.four-platform .item.mind .item-content>div span.active {
  color: white;
}

@media (max-width: 1599.98px) {
  .four-platform {
    padding: 0 0 80px;
  }

  .four-platform .cell::before {
    width: 120px;
    height: 112px;
    left: 51px;
  }

  .four-platform .cell .cell-content {
    padding: 48px;
  }

  .four-platform .item.lft {
    max-width: 550px;
  }

  .four-platform .item ul li:not(:last-child) {
    margin-bottom: 20px;
  }

  .four-platform .item.rgt .price-icon {
    width: 150px;
    height: 145px;
    font-size: 20px;
  }

  .four-platform .item.rgt .price {
    margin: 24px 0;
  }

  .four-platform .item.rgt .price span {
    font-size: 28px;
  }

  .four-platform .item.rgt .price span label {
    font-size: 48px;
  }

  .four-platform .item.rgt .price del {
    font-size: 24px;
  }
}

@media (max-width: 1279.98px) and (min-width: 992px) {
  .four-platform .item-box {
    gap: 16px;
  }
}

@media (max-width: 1279.98px) {
  .four-platform .container {
    padding: 0 24px;
  }
}

@media (max-width: 991.98px) {
  .four-platform {
    padding: 0 0 60px;
  }

  .four-platform .container {
    overflow: hidden;
  }

  .four-platform .cell,
  .four-platform .cell .cell-content {
    padding: unset;
    background: none;
  }

  .four-platform .cell::before {
    display: none
  }

  .four-platform .out-border {
    position: relative;
    padding: 2px;
    border-radius: 16px;
    background: linear-gradient(261.35deg, #BF5300 -0.9%, #EDF0FF 50%, #BF5300 111.47%);
  }

  .four-platform .out-border::before {
    content: '';
    position: absolute;
    width: 61px;
    height: 56px;
    background: url(https://images.tenorshare.com/activity/black-friday-2025/four-platform-before-icon.png) no-repeat center center;
    background-size: 100% 100%;
    left: 24px;
    top: 0;
    transform: translateY(-40%);
  }

  .four-platform .item-box {
    gap: 32px;
    background: linear-gradient(270deg, #642609 0%, #371606 100%);
    padding: 40px 18px;
    border-radius: 14px;
  }

  .four-platform .item {
    border-radius: 12px;
    border: 2px solid #A75A33;
  }

  .four-platform .item .item-content {
    border-radius: 10px;
  }

  .four-platform .item.lft {
    max-width: 100%;
  }

  .four-platform .item.mind {
    transform: unset;
  }

  .four-platform .item.mind .item-content {
    padding: 6px 24px;
  }

  .four-platform .item.mind .item-content svg {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 767.98px) {
  .four-platform .item .item-content {
    padding: 12px 16px;
  }

  .four-platform .item ul li,
  .four-platform .item ul li b,
  .four-platform .item ul li span {
    font-size: 12px;
    transform: unset;
  }

  .four-platform .item ul li:not(:last-child) {
    margin-bottom: 12px;
  }

  .four-platform .item.mind {
    width: max-content;
    width: max-content;
    transform: translateX(calc(50vw - 63%));
  }

  .four-platform .item.rgt .price-icon {
    width: 112px;
    height: 121px;
    font-size: 16px;
    transform: translate(16%, -37%);
  }

  .four-platform .item.rgt .price-icon span {
    transform: translate(-2px, 4px);
  }

  .four-platform .item.rgt .item-content {
    padding: 30px 18px;
  }

  .four-platform .item.rgt .item-content>img {
    width: 44px;
  }

  .four-platform .item.rgt .price {
    margin: 16px 0;
  }

  .four-platform .item.rgt .price span,
  .four-platform .item.rgt .price del {
    font-size: 18px;
  }

  .four-platform .item.rgt .price span label {
    font-size: 32px;
    margin: 0 3px;
  }

  .four-platform .item.rgt .btn-group a {
    font-size: 14px;
    height: 48px;
  }

  .four-platform .item.rgt .item-content>p {
    font-size: 12px;
  }
}

.bottom-gift {
  padding: 0 0 120px;
  position: relative;
}

.bottom-gift::before {
  content: "";
  width: 689px;
  height: 615px;
  transform: rotate(-22.118deg);
  border-radius: 689px;
  opacity: 0.3;
  background: rgba(255, 207, 27, 0.6);
  mix-blend-mode: plus-lighter;
  position: absolute;
  left: 0;
  top: -800px;
  bottom: 400px;
  z-index: 2;
  filter: blur(150px);
}

.bottom-gift::after{
  content: "";
  width: 583px;
  height: 521px;
  flex-shrink: 0;
  border-radius: 583px;
  background: rgba(255, 144, 96, 0.6);
  filter: blur(150px);
  position: absolute;
  left: 0;
  top: -300px;
  opacity: .3;
  z-index: 0;
}

.bottom-gift .title-text {
  margin-bottom: 168px;
}

.bottom-gift .gift-item>div {
  gap: 21px;
}

.bottom-gift .item {
  padding: 3px;
  font-weight: 700;
  border-radius: 24px;
  position: relative;
  background: linear-gradient(261.35deg, #BF5300 -0.9%, #EDF0FF 50%, #BF5300 111.47%);
}

.bottom-gift .item>img {
  position: absolute;
  width: calc(115%);
  left: 50%;
  top: 0;
  transform: translate(-50%, calc(-61.5%));
}

.bottom-gift .item.item1,
.bottom-gift .item.item5 {
  width: 225px;
  height: 250px;
  font-size: 14px;
}

.bottom-gift .item.item2,
.bottom-gift .item.item4 {
  width: 300px;
  height: 332px;
  font-size: 18px;
}

.bottom-gift .item.item3 {
  width: 360px;
  height: 398px;
  font-size: 22px;
}

.bottom-gift .item .item-content {
  height: 100%;
  border-radius: 22px;
  background: linear-gradient(270deg, #642609 0%, #371606 100%);
}

@media (max-width: 1599.98px) {
  .bottom-gift {
    padding: 0 0 100px;
  }

  .bottom-gift .container {
    padding: 0 24px;
    overflow: hidden;
  }

  .bottom-gift .title-text {
    margin-bottom: 144px;
  }

  .bottom-gift .item.item1,
  .bottom-gift .item.item5 {
    width: 180px;
    height: 200px;
  }

  .bottom-gift .item.item2,
  .bottom-gift .item.item4 {
    width: 220px;
    height: 250px;
  }

  .bottom-gift .item.item3 {
    width: 305px;
    height: 330px;
  }

  .bottom-gift .item.item1>div>img {
    width: 150px;
  }

  .bottom-gift .item.item2>div>img {
    width: 180px;
  }
}

@media (max-width: 1279.98px) {
  .bottom-gift::after,
  .bottom-gift::before{
    display: none;
  }

  .bottom-gift .gift-item>div {
    gap: 0;
  }

  .bottom-gift .item {
    width: 342px !important;
    height: 381px !important;
    font-size: 22px !important;
  }

  .bottom-gift .item>div>img {
    width: 70% !important;
  }
}

@media (max-width: 991.98px) {
  .bottom-gift {
    padding: 0 0 60px;
  }

  .bottom-gift .title-text {
    margin-bottom: 120px;
  }
}

@media (max-width: 500px) {
  .bottom-gift .item {
    width: 100% !important;
    height: 360px !important;
  }

  .bottom-gift .item.item1>div>img {
    width: 230px !important;
  }

  .bottom-gift .item.item2>div>img {
    width: 230px !important;
  }

  .bottom-gift .item.item3>div>img {
    width: 210px !important;
  }

  .bottom-gift .item.item4>div>img {
    width: 214px !important;
  }

  .bottom-gift .item.item5>div>img {
    width: 150px !important;
  }
}